{% comment %} TailorDev Biblio Bibiography style: ieeetr Author: @julienmaupetit Date: 2013, jan. 3 {% endcomment %} {% load i18n %} {% comment %} Article citation style {% endcomment %}
{% for author in entry.authors.all %} {% if author.user %} {% endif %} {% for initial in author.first_initial.split %} {{ initial }}. {% endfor %} {{ author.last_name }}{% if author.user %}{% endif %}{% if forloop.revcounter == 2 %} and {% else %}, {% endif %} {% endfor %} “{{ entry.title }},” {{ entry.journal.abbreviation }}, vol. {{ entry.volume }} {% if entry.number %} ({{ entry.number}}) {% endif %} , pp. {{ entry.pages }}, {{ entry.publication_date|date:"F Y" }}.