{% extends "base_list.html" %} {% block title %}{{object.title}}{% endblock %} {% block lists %}

{{object.title}}

{% if object.authors.all %}

{{object.authors.all|join:", "}}

{% endif %} {% if object.journal %}

{{object.journal.title}}{% if object.journal_volume %}, vol. {{object.journal_volume}}{% endif %}

{% endif %} {% if object.doi_id %}

doi: {{object.doi_id}}

{% endif %} {% if object.abstract %}

{{object.abstract|linebreaks|truncatewords:200}}

{% endif %} {% if object.pdf_file %} {% endif %} {% if object.openaccess_pdf_url %}

Open Access PDF

{% endif %} {% if object.pdf_file %} {% endif %} {% if object.scihub_url %}

View on Sci-Hub

{% endif %}

{% csrf_token %}
{% endblock %}