{% load static %} {% if can_manage_journal_content %} {% endif %} {% for pub in publications %} {% if can_manage_journal_content %} {% endif %} {% empty %} {% endfor %}
Publication Publication date DOISum PubFracs
[for managers]
{{ pub.get_title }}
by {{ pub.get_author_list }}
{{ pub.journal }} {% if pub.get_volume %}  Vol. {{ pub.get_volume }} {% endif %} {% if pub.get_issue %}  ({{ pub.get_issue }}) {% endif %} {% if pub.get_pages %} , p.{{ pub.get_pages }} {% endif %}
{{ pub.publication_date }} {{ pub.doi }} {% with pub.get_sum_pubfractions as sum_pubfracs %} {{ sum_pubfracs }}  {% if sum_pubfracs == 1 %} {% include 'bi/check-square-fill.html' %} {% else %} {% include 'bi/exclamation-square-fill.html' %} {% endif %} {% endwith %}
No publications yet
{% block footer_script %} {% endblock footer_script %}