{% extends 'scipost/base.html' %} {% block pagetitle %}: Publication detail{% endblock pagetitle %} {% load scipost_extras %} {% block bodysup %} {% include 'journals/scipost_physics_menu.html' %} {{ publication.details }} View more material from these authors: {% for author in publication.authors.all %} {{ author }} {% endfor %} {% for author in publication.authors_unregistered.all %} {{ author }} {% endfor %} {% if request.user|is_in_group:'Editorial Administrators' %} Editorial Administration tools: Mark the first author (currently: {{ publication.first_author }}) {% for author in publication.authors.all %} {{ author }} {% endfor %} Add a missing author Create/update citation list metadata Create/update funding info metadata Create/update the XML metadata Test metadata deposit (via Crossref test server) Deposit the metadata to Crossref {% endif %} {% include 'journals/scipost_physics_footer.html' %} {% endblock bodysup %}
{% for author in publication.authors.all %} {{ author }} {% endfor %} {% for author in publication.authors_unregistered.all %} {{ author }} {% endfor %}