{% comment %} TailorDev Biblio Bibiography style: ieeetr Author: @julienmaupetit Date: 2013, jan. 3 {% endcomment %} {% load i18n %} {% comment %} Article citation style {% endcomment %}
{% for author in entry.get_authors %} {% 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 }}”, {% if entry.journal.abbreviation %}{{ entry.journal.abbreviation }}{% else %}{{ entry.journal.name }}{% endif %}, vol. {{ entry.volume }} {% if entry.number %} ({{ entry.number}}) {% endif %} , pp. {{ entry.pages }}, {{ entry.publication_date|date:"F Y" }}.