{# cff - title #}
{{ title }}
{# cff - authors #}
{% for author in authors %} {{ author['given-names'] }} {{ author['family-names'] }}
{{ unique_affiliations.index(author.affiliation) + 1 }}
, {% endfor %}
{% for affiliate in unique_affiliations %}
{{ unique_affiliations.index(affiliate) + 1 }}
: {{ affiliate }} {% endfor %}
{# cff - keywords #}
Keywords:
{% for keyword in keywords %}
{{ keyword }}
{% endfor %}
{#cff - identifiers #}
{% if repository is defined %} {% if repository.startswith('https://github.com') %}
{% elif repository.startswith('https://gitlab.com') %}
{% endif %}
Repository
{% endif %} {% for identifier in identifiers %} {% if identifier['type'] == 'swh' %} {% if repository is defined %}
{% else %}
{% endif %} {% elif identifier['type'] == 'doi' %}
{% endif %} {% endfor %}
{# cff - licence #}
License
: {{ license }}
{# cff - abstract #}
Abstract
: {{ abstract }}