{% for author in article.authors.all %}{% if not forloop.first and not forloop.last %}, {% elif forloop.last and not forloop.first %}& {% endif %}{{ author.last_name }}, {{ 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 }} Preprints{% endif %}. {% if article.issue %}{{ article.issue.volume }}({{ article.issue.issue }}){% endif %}{% if article.page_range %}:{{ article.page_range }}.{% endif %} {% if article.identifier.id_type == 'doi' %}doi: {{ article.identifier.identifier }}{% endif %}
{% for author in article.authors.all %}{% if not forloop.first and not forloop.last %}, {% elif forloop.last and not forloop.first %}& {% endif %}{{ author.last_name }}, {{ author.first_name|slice:"1" }}{% if forloop.last %}.{% endif %} {% endfor %} {{ article.title|safe }}. {% if journal.name %}{{ journal.name }}{% else %}{{ request.press.name }} Preprints{% endif %}. {{ article.date_published.year }} {{ article.date_published.month }};{% if article.issue %} %}{{ article.issue.volume }}({{ article.issue.issue }}){% endif %}{% if article.page_range %}:{{ article.page_range }}.{% endif %} {% if article.identifier.id_type == 'doi' %}doi: {{ article.identifier.identifier }}{% endif %}
{% for author in article.authors.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 }} Preprints{% endif %} {% if article.issue %}{{ article.issue.volume }}({{ article.issue.issue }}){% endif %}{% if article.page_range %}:{{ article.page_range }}.{% endif %} {% if article.identifier.id_type == 'doi' %}doi: {{ article.identifier.identifier }}{% endif %}