--- layout: default --- {% assign id = page.url | replace: '/projects/', '' | replace: '/', '' %}
{% if page.logo %}
{% endif %}
{{page.title}} {% if page.subtitle %}
{{page.subtitle}}
{% endif %} {% if page.teaser %}
{{page.teaser}}
{% endif %} {% if page.start_date %}

From: {% include date.html date=page.start_date %} {% if page.end_date %}
To: {% include date.html date=page.end_date %} {% endif %}


{% endif %} {% assign needs_break = false %} {% if page.funding %} Funding: {{page.funding}}
{% assign needs_break = true %} {% endif %} {% if page.program %} Program: {{page.program}}
{% assign needs_break = true %} {% endif %} {% if page.grantid %} Grant ID: {{page.grantid}}
{% assign needs_break = true %} {% endif %} {% if needs_break %}
{% endif %} {% assign needs_break = false %} {% for person in page.people %} {% include people_chip.html person=person %} {% assign needs_break = true %} {% endfor %} {% if needs_break %} {% assign needs_break = false %} {% for person in page.collaborators %} {% assign needs_break = true %} {% endfor %} {% if needs_break %}
{% endif %} {% endif %} {% for person in page.collaborators %}
{{person}}

{% endfor %}
Funds: {% assign systems = site.pages | where: "layout", "system" %} {% for system in systems %} {% if system.supported-by contains id %} {% assign sid = system.url | replace: '/systems/', '' | replace: '/', '' %} {% include system_chip.html system=sid %} {% endif %} {% endfor %}
{% assign hasaction = false %} {% if page.website %}{% assign hasaction = true %}{% endif %} {% if page.repository %}{% assign hasaction = true %}{% endif %} {% if page.proposal %}{% assign hasaction = true %}{% endif %} {% if page.publink %}{% assign hasaction = true %}{% endif %} {% if hasaction %}
{% if page.website %} Website   {% endif %} {% if page.repository %} Repository   {% endif %} {% if page.proposal %} Proposal   {% endif %} {% if page.publink == "auto" %} Publications {% elsif page.publink %} Publications {% endif %}
{% endif %}
{{content}}