{# cff - title #}

{{ title }}

{# cff - authors #}

{% for author in authors %} {{ author['given-names'] }} {{ author['family-names'] }} {{ unique_affiliations.index(author.affiliation) + 1 }} , {% endfor %}

{# cff - keywords #}
Keywords:
{#cff - identifiers #}
{% if repository is defined %} {% if repository.startswith('https://github.com') %} Github Logo {% elif repository.startswith('https://gitlab.com') %} GitLab Logo {% endif %} Repository {% endif %} {% for identifier in identifiers %} {% if identifier['type'] == 'swh' %} {% if repository is defined %} Archived | {{ repository }} {% else %} Archived | {{ identifier['value'] }} {% endif %} {% elif identifier['type'] == 'doi' %} DOI {% endif %} {% endfor %}
{# cff - licence #}

License: {{ license }}

{# cff - abstract #}

Abstract: {{ abstract }}