| layout | default | |||||
|---|---|---|---|---|---|---|
| title | Funding opportunities | |||||
| permalink | /funding/ | |||||
| crumbs |
|
The below funding opportunities are regularly updated from the listing in CURIOSS funding site.
{% assign sorted_funding = site.data.funding | sort %}
{% for funding_op in sorted_funding %}
' %}
{% cycle '', '{% include funding.html funding_op=funding_op %}
{% cycle '', '' %}
{% endfor %}