{% extends 'affiliates/base.html' %} {% load bootstrap %} {% load guardian_tags %} {% load scipost_extras %} {% block pagetitle %}: Publication: {{ object }}{% endblock %} {% block breadcrumb_items %}
{% endblock %} {% block content %} {% get_obj_perms request.user for object.journal as "user_perms" %}(in affiliate journal {{ object.journal }})
Title | {{ object.get_title }} |
Author list | {{ object.get_author_list }} |
Volume | {{ object.get_volume }}{% if object.get_issue %} ({{ object.get_issue}}){% endif %} |
Pages | {{ object.get_pages }} |
Publication date | {{ object.publication_date }} |
DOI | {{ object.doi }} |
Organization | Fraction | |
---|---|---|
{{ pubfrac.organization }} | {{ pubfrac.fraction }} | {% if 'manage_journal_content' in user_perms %}{% include 'bi/x-square-fill.html' %} | {% endif %}
No PubFractions have been defined. |
Sum of PubFractions: {{ sum_pubfractions }}. {% if sum_pubfractions != 1 %} WARNING: the PubFractions do not sum up to 1! {% else %} All good, PubFractions sum up to 1. {% endif %}
{% endwith %} {% endif %}