{# image #}
{# {% if pub.preview_image.thumbnail90 %}#}
{#

#}
{# {% endif %}#}
{# authors #}
{{ pub._extras_authors }}
{# title #}
{{ pub.titles[0].value }}
{# journal information #}
{% if pub.source_journal %}
{% set source = pub.source_journal[0] %}
{{ source.title }}
{% if source.volume %}
{{ source.volume }}
{% endif %}
{% if source.year %}
({{ source.year }})
{% endif %}
{% if source.issue %}
{{ source.issue }},
{% endif %}
{% if source.page %}
{{ source.page }}
{% endif %}
{% endif %}
{# link #}
{% if pub.pub_ids %}
{{ pub.pub_ids[0].link }}
{% endif %}