{% extends 'journals/base.html' %} {% load journals_extras %} {% load publication_administration %} {% load static %} {% load scipost_extras %} {% load user_groups %} {% block meta_description %}{{ block.super }} Publication Detail {{ publication.citation }} {{ publication.title }}{% endblock meta_description %} {% block pagetitle %}: {{ publication.citation }} - {{ publication.title }}{% endblock pagetitle %} {% block body_class %}{{ block.super }} publication{% endblock %} {% block breadcrumb_items %} {{ block.super }} {{ journal }} {% if publication.in_issue %} {{ publication.in_issue.short_str }} {% endif %} {{ publication.title }} {% endblock %} {% block headsup %} {% for author in publication.authors.all %} {% endfor %} {% if publication.in_issue %} {% endif %} {% endblock headsup %} {% block content %} {% is_scipost_admin request.user as is_scipost_admin %} {% is_ed_admin request.user as is_ed_admin %} {{ block.super }} {% if not publication.is_published and perms.can_publish_accepted_submission %}

This Publication is not published yet. Current status: {{ publication.get_status_display }}

{% endif %} {% include 'journals/_publication_summary.html' with publication=publication %} {% if publication.resources.sup_info %}

Supplementary Information

External links to supplemental resources; opens in a new tab.

{% endif %} {% 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 }}

Crossref Cited-by
{% endif %}
{% if publication.topics.all or perms.scipost.can_manage_ontology %}

Ontology / Topics

See full Ontology or Topics database.

{% for topic in publication.topics.all %} {{ topic }}{% if perms.scipost.can_manage_ontology %} {% include 'bi/x-circle-fill.html' %}{% endif %} {% empty %}
No Topic has yet been associated to this Publication
{% endfor %}
{% if perms.scipost.can_manage_ontology %}
{% endif %} {% endif %}

Author{{ publication.authors.all|length|pluralize }} / Affiliation{{ affiliations_list|length|pluralize }}: mappings to Contributors and Organizations

See all Organizations.
{% if publication.get_all_funders %}
Funder{{ publication.get_all_funders|length|pluralize }} for the research work leading to this publication
{% endif %} {% if 'edadmin' in user_roles %}

PubFracs and Compensations

{% for pubfrac in publication.pubfracs.all %} {% if pubfrac.compensated %} {% else %} {% endif %} {% endfor %} {% with publication.uncompensated_expenditures as uncompensated %} {% endwith %}
Organization PubFrac Value Compensation Uncompensated
{{ pubfrac.organization }} {{ pubfrac.fraction }} €{{ pubfrac.cf_value|floatformat:0 }} by {{ pubfrac.compensated_by.organization }}  ( see Subsidy details ) €0 {% include 'bi/x-circle-fill.html' %} €{{ pubfrac.cf_value|floatformat:0 }}
Totals 1 €{{ publication.expenditures }} €{{ publication.compensated_expenditures|floatformat:0 }} €{{ publication.uncompensated_expenditures|floatformat:0 }}
{% endif %} {% if publication.status == 'draft' and perms.scipost.can_draft_publication %}
{% include 'journals/_publication_preparation.html' with publication=publication %}
{% endif %} {% if is_ed_admin %}
{% include 'journals/_publication_actions.html' with publication=publication %}
{% endif %} {% if request.user.contributor in publication.registered_authors.all %}

Author actions

{% endif %} {% endblock content %} {% block footer_script %} {{ block.super }} {{ select_topic_form.media }} {% endblock footer_script %}