{% comment %} TailorDev Biblio Bibiography style: ieeetr {% endcomment %} {% load i18n %} {% load td_biblio %} {% 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 %}, {% if entry.volume %} vol. {{ entry.volume }} {% if entry.number %} ({{ entry.number}}) {% endif %} , {% endif %} {% if entry.pages %} pp. {{ entry.pages }}, {% endif %} {{ entry|publication_date }}.