layout | title |
---|---|
default |
Home |
{% 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 science so that all stages of the process can benefit from better interaction and communication and to provide examples for early career scientists writing grants. This is a list of {{ numgrant }} of these proposals to help you find them.
{% include sort.html %}
{% for grant in site.grants %}
{% if grant.status == 'funded' or grant.status == 'partially funded' %} {% elsif grant.status == 'unfunded' or grant.status == 'not funded' %} {% else %} {% endif %} {% endfor %}Year | Funder | Title | Funded | ||
---|---|---|---|---|---|
{{ grant.year }} | {{ grant.funder }} | {{ grant.title }} by {{ grant.author }} | Yes | No | ? |