{{ publication.event.name }}

{% for author in publication.all_authors %} {{ author.first_name }} {{ author.last_name }} {% endfor %}
{% with first_author=publication.author.all|first %} {% if first_author.affiliation %}

{{ first_author.affiliation.institute }}, {{ first_author.affiliation.country }}

{% endif %} {% endwith %}
{% for keyword in publication.author_keywords.all %} {{ keyword.name }} {% endfor %} {% for keyword in publication.index_keywords.all %} {{ keyword.name }} {% endfor %}
{% if publication.doi %} {{ publication.doi }} {% endif %} {% if publication.url %} {{ publication.url }} {% endif %}
{% if publication.event.type %} {{ publication.event.type }} {% endif %} {% if publication.event.acronym %} {{ publication.event.acronym }} {% endif %} {% if publication.event.volume %} volume {{ publication.event.volume }} {% endif %} {% if publication.event.publisher %} published by {{ publication.event.publisher}} {% endif %} {% if publication.event.number %} number/issue {{ publication.event.number }} {% endif %}
{% if publication.abstract %}

Abstract {{ publication.abstract }}

{% endif %}