{% extends 'finances/base.html' %} {% load static %} {% load bootstrap %} {% block breadcrumb_items %} {{ block.super }} Average Publication Expenditures {% endblock %} {% block meta_description %}{{ block.super }} APEX{% endblock meta_description %} {% block pagetitle %}: Average Publication Expenditures{% endblock pagetitle %} {% block content %}

Average Publication Expenditures

These tables display how our total yearly expenses are ascribed to publishing activities in our Journals, the purpose being to determine the average expenditure per publication which we have achieved.

N.B.: these numbers are indicative only (accurate to 3 digits); see our yearly financial reports for a fully detailed breakdown of our expenses.

{% for year in data.pubyears reversed %} {% for key, val in data.items %} {% if year == key|add:"0" %} {% if year == data.pubyears|last %} {% else %} {% endif %} {% endif %} {% endfor %} {% endfor %}
{{ year }}
(in progress)
{% for journal, journaldata in val.items %} {% if journaldata.npub > 0 %} {% endif %} {% endfor %}
Journal Nr of publications Expenditure per publication Total expenditures
{{ journal }} {{ journaldata.npub }} (in progress) (in progress)
Total publishing expenditures (in progress)
{{ year }}{% if in_progress %}
(in progress){% endif %}
{% for journal, journaldata in val.items %} {% if journaldata.npub > 0 %} {% endif %} {% endfor %}
Journal Nr of publications Expenditure per publication Total expenditures
{{ journal }} {{ journaldata.npub }} {{ journaldata.cost_per_pub }} {{ journaldata.expenditures }}
Total publishing expenditures {{ val.expenditures }}
{% endblock content %}