{% extends "base_generic.html" %} {% block head %} {% endblock %} {% block nav-research %} {% endblock %} {% block content %} {% block small %} {% load static %}
{% if pub_detail.open_access%}ResearchGate{% endif %}{{ pub_detail.title|safe }}
{% if pub_detail.journal %}{{pub_detail.journal}}{% elif pub_detail.journal_short %}{{pub_detail.journal_short}}{% endif %} {% if pub_detail.volume %}{{pub_detail.volume}}{% endif %}{% if pub_detail.page %}, {{pub_detail.page}}{% endif %} ({{pub_detail.year}}).
{{pub_detail.author_list}}. {% if pub_detail.doi %}
Journal DOI: https://doi.org/{{ pub_detail.doi }} {% endif %} {% if pub_detail.journalCover_publication.all %} {% for jc in pub_detail.journalCover_publication.all %} {% if jc.doi %}
Journal Cover DOI: {{ jc.doi }} {% elif jc.url %}
Journal Cover URL: {{ jc.url }} {% endif %} {% endfor %} {% endif %}

{{pub_detail.abstract|safe|linebreaksbr}}

{% if pub_detail.arxiv_url %}
arXiv DOI: {{ pub_detail.arxiv_url }}

{% endif %} {% if pub_detail.open_access_url%} Get PDF from journal website {% else %} {% if pub_detail.pdf_file %} {% if pub_detail.pdf_public %} Get PDF {% else %} {% if user.is_authenticated %} PDF {% endif %} {% endif %} {% endif %} {% endif %} {% if pub_detail.journalCover_publication.all %} {% for jc in pub_detail.journalCover_publication.all %}
Cover
©https://doi.org/{{jc.doi}}
{% endfor %} {% elif pub_detail.cover_image %}
Cover
©https://doi.org/{{pub_detail.doi}}
{% else %}

{% endif %} {% load social_share %} {% static 'icons/twitter-logo-black.png' as icon_url %} {% with urll='https://doi.org/'|add:pub_detail.doi icon_html='' %} Share{% post_to_twitter "New Publication: {{ pub_detail.title }}. Check it out:" urll icon_html %} {% endwith %}

Involved Scientists
{% include "member_list.html" with l=2 m=3 s=4 height=150 member_list=pub_detail.member_publication.all %} {% endblock %} {% endblock %}