{% load i18n %}
{% for author in article.frozenauthor_set.all %}{% if not forloop.first and not forloop.last %}, {% elif forloop.last and not forloop.first %}& {% endif %}{{ author.last_name }}{% if author.name_suffix %} {{ author.name_suffix }}{% endif %}, {{ author.first_name|slice:"1" }}{% if forloop.last %}.{% endif %} {% endfor %} ({{ article.date_published.year }}) '{{ article.title|safe }}', {% if journal.name %}{{ journal.name }}{% else %}{{ request.press.name }} {% trans 'Preprints' %}{% endif %}. {% if article.issue and article.issue.issue and article.issue.volume %} {{ article.issue.volume }}({{ article.issue.issue }}) {% elif article.issue and article.issue.issue %} {{ article.issue.issue }} {% elif article.issue and article.issue.volume %} {{ article.issue.volume }} {% endif %} {% if article.page_range %}:{{ article.page_range }}.{% endif %} {% if article.identifier.id_type == 'doi' %}doi: {{ article.identifier.identifier }}{% endif %}
{% trans 'Show' %}: {% trans 'Vancouver Citation Style' %} | {% trans 'APA Citation Style' %}
{% for author in article.frozenauthor_set.all %}{% if not forloop.first and not forloop.last %}, {% elif forloop.last and not forloop.first %}& {% endif %}{{ author.last_name }}{% if author.name_suffix %} {{ author.name_suffix }}{% endif %}, {{ author.first_name|slice:"1" }}{% if forloop.last %}.{% endif %} {% endfor %} {{ article.title|safe }}. {% if journal.name %}{{ journal.name }}{% else %}{{ request.press.name }} {% trans 'Preprints' %}{% endif %}. {{ article.date_published.year }} {{ article.date_published.month }}; {% if article.issue and article.issue.issue and article.issue.volume %} {{ article.issue.volume }}({{ article.issue.issue }}) {% elif article.issue and article.issue.issue %} {{ article.issue.issue }} {% elif article.issue and article.issue.volume %} {{ article.issue.volume }} {% endif %} {% if article.page_range %}:{{ article.page_range }}.{% endif %} {% if article.identifier.id_type == 'doi' %}doi: {{ article.identifier.identifier }}{% endif %}
Show: {% trans 'Harvard Citation Style' %} | {% trans 'APA Citation Style' %}
{% for author in article.frozenauthor_set.all %}{% if forloop.last %}{% if not forloop.first %} & {% endif %}{% endif %}{{ author.last_name }}, {{ author.first_name|slice:"1" }}{% if forloop.last %}.{% endif %} {% endfor %} ({{ article.date_published.year }}, {{ article.date_published.month }} {{ article.date_published.day }}). {{ article.title|safe }}. {% if journal.name %}{{ journal.name }}{% else %}{{ request.press.name }} {% trans 'Preprints' %}{% endif %} {% if article.issue and article.issue.issue and article.issue.volume %} {{ article.issue.volume }}({{ article.issue.issue }}) {% elif article.issue and article.issue.issue %} {{ article.issue.issue }} {% elif article.issue and article.issue.volume %} {{ article.issue.volume }}{% endif %} {% if article.page_range %}:{{ article.page_range }}.{% endif %} {% if article.identifier.id_type == 'doi' %}doi: {{ article.identifier.identifier }}{% endif %}
Show: {% trans 'Harvard Citation Style' %} | {% trans 'Vancouver Citation Style' %}