Skip to content

Latest commit

 

History

History
44 lines (38 loc) · 1.13 KB

grants-01-all.md

File metadata and controls

44 lines (38 loc) · 1.13 KB
layout menu title
page
true
Grants (all)

{% assign numgrant = 0 %} {% for grant in site.grants %} {% assign numgrant = numgrant | plus: 1 %} {% endfor %}

An increasing number of researchers are sharing their grant proposals openly. They do this to open up research so that all stages of the process can benefit from better interaction and communication and to provide examples for early career researchers writing grants. This is a list of {{ numgrant }} of these proposals to help you find them.

{% for grant in site.grants %} {% if grant.status contains 'unfunded' or grant.status contains 'not funded' %} {% elsif grant.status contains 'funded' or grant.status contains 'partially funded' %} {% else %} {% endif %} {% endfor %}
Year Funder Title Funded
{{ grant.year }} {{ grant.funder }} {{ grant.title }} by {{ grant.author }}NoYes?

{% include footer.html %}