---
---
{{ page.proposal-title }}{% if page.acronym %} - {{ page.acronym }}{% endif %}
{% if page.challenge %}
{% for item in page.challenge %}
{{ item }}
{% endfor %}
{% endif %}
{% if page.domain %}
- Domain(s):
{% for item in page.domain %}
- {{ item }}
{% endfor %}
{% endif %}
{% if page.consortium %}- Consortium composition: {{ page.consortium | join: ', ' }}
{% endif %}
{% if page.costs %}- Duration and Financial support: {{ page.costs }}{% if page.costs %} for {{ page.duration }}{% endif %}
{% endif %}
{% if page.description %}- Description: {{ page.description }}
{% endif %}
{% if page.impacts %}- Scientific impacts: {{ page.impacts }}
{% endif %}
{% if page.resources %}
- Digital resources:
{% for item in page.resources %}
- {{ item }}
{% endfor %}
{% endif %}