Skip to content

Latest commit

 

History

History
30 lines (28 loc) · 650 Bytes

funding.md

File metadata and controls

30 lines (28 loc) · 650 Bytes
layout title permalink
page
Funding
/research/funding/

Funding

{% assign grants = "" | split: "" %} {% for grant in site.data.grants %} {% assign grants = grants | push: grant[1] %} {% endfor %}

{% assign grants = grants | sort: "start_year" | reverse %} {% for grant in grants %}

{{grant.name}}

{{grant.funder}}

{% if grant.url %} {{grant.number}} {% else %}

{{grant.number}}

{% endif %} {% if grant.start %}

{{grant.start}} - {{grant.end}}

{% endif %} {% if grant.role %} Role: {{grant.role}} {% endif %} {% endfor %}