{% extends 'journals/_base.html' %} {% load journals_extras %} {% load staticfiles %} {% load scipost_extras %} {% load user_groups %} {% block pagetitle %}: {{ publication.citation }} - {{ publication.title }}{% endblock pagetitle %} {% block breadcrumb_items %} {{block.super}} {{journal}} {{publication.in_issue.short_str}} {{publication.title}} {% endblock %} {% block headsup %} {% for author in publication.authors.all %} {% endfor %} {% for author in publication.authors_unregistered.all %} {% endfor %} {% endblock headsup %} {% block content %} {% is_edcol_admin request.user as is_edcol_admin %} {% include 'partials/journals/publication_summary.html' with publication=publication %} {% if publication.commentary and publication.commentary.comments.vetted.exists %}

Post-publication commentaries

This Publication ({{ publication.commentary.comments.vetted.count }}) has been commented on, see this Publication's Commentary page for details.

{% endif %} {% if publication.citedby|length >= 1 %}

Cited by {{ publication.citedby|length }}

Toggle view
Crossref Cited-by
{% endif %}

Authors

{% include 'partials/journals/references.html' with publication=publication %} {% if is_edcol_admin %} {# This function is not available for public yet! #} The following is not available for the public yet: {% if publication.funders_generic.exists %}

Funder{{ publication.funders_generic.count|pluralize }} for this publication:

{% endif %} {% if publication.institutions.exists %}

Institution{{ publication.institutions.count|pluralize }} related to this Publication:

{% endif %} {% endif %}
{% if request.user and request.user.contributor in publication.authors.all %}

Author actions

{% endif %} {% if is_edcol_admin %}

Editorial Administration tools:

{% endif %} {% endblock content %}