Skip to content

Latest commit

 

History

History
52 lines (45 loc) · 1.1 KB

grants.md

File metadata and controls

52 lines (45 loc) · 1.1 KB
title layout active_tab
Chris Callison-Burch
default
CV

Chris Callison-Burch

(Last updated {{ site.time | date: "%B %d, %Y" }})

Grants

{% assign grant_status = "current,past" | split: "," %} {% for status in grant_status %}

{%if status == "current" %}

Current grants

{% elsif status == "pending" %}

Pending grants

{% elsif status == "past" %}

Past grants

{% else %}

Other

{% endif %} {% for grant in site.data.grants %} {% if grant.status == status %} {% endif %} {% endfor %}
Grant Title Awarding Body Amount Dates PI Info
{{grant.title}} {{grant.awarding_body}} {{grant.amount}} {{grant.start_date}}{% if grant.end_date %}-{{grant.end_date}}{% endif %} {% if grant.PI_info %}{{grant.PI_info}}{% endif %}

{% endfor %}