{% extends 'affiliates/base.html' %} {% load static %} {% load bootstrap %} {% load guardian_tags %} {% load automarkup %} {% block pagetitle %}: Affiliate Journal: {{ object }}{% endblock %} {% block breadcrumb_items %} Affiliates Journals {{ object }} {% endblock %} {% block content %} {% get_obj_perms request.user for object as "user_perms" %}

Affiliate Journal: {{ object }}

{% if 'manage_journal_content' in user_perms %} Edit {% endif %}
{% if object.logo_svg %} {{ object.name }} logo {% elif object.logo %} {{ object.name }} logo {% endif %}

{% automarkup object.description %}

Journal information

Homepage {% if object.homepage %} {{ object.homepage }}  {% include 'bi/box-arrow-up-right.html' %} {% else %} (not defined) {% endif %}
Academic field {% if journal.acad_field %} {{ journal.acad_field }} {% else %} (unspecified) {% endif %}
{% if perms.affiliates.can_edit_affiliatedjournal %}
Administration

Journal managers

Add manager

{% csrf_token %} {{ add_manager_form }}

Current list of managers

{% endif %} {% if perms.affiliates.can_edit_affiliatedjournal %}
Administration

Update publications from Crossref

Run full update
{% endif %} {% if 'manage_journal_content' in user_perms %}
Management

Add a publication

{% csrf_token %} {{ add_publication_form }}
{% endif %}

Recent publications (ten most recent) {% include 'bi/arrow-right.html' %} View all publications in this Journal

{% if 'manage_journal_content' in user_perms %} {% include 'affiliates/_affiliatepublication_table.html' with publications=object.publications.all|slice:":10" can_manage_journal_content=True %} {% else %} {% include 'affiliates/_affiliatepublication_table.html' with publications=object.publications.all|slice:":10" %} {% endif %}

Benefitting Organizations (ten most prominent) {% include 'bi/arrow-right.html' %}  View all benefitting Organizations

{% for organization in top_benefitting_organizations %} {% empty %} {% endfor %}
Organization Summed
PubFractions
{{ organization }} {{ organization.sum_affiliate_pubfractions }}
No items at this time

Balance

{% if 'manage_journal_content' in user_perms %}

Management

Specify cost info

{% csrf_token %} {{ specify_cost_info_form }}
{% endif %} {% for year, cost in object.cost_info.items reversed %} {% endfor %}
Year Expenditure per publication
{{ year }} {{ cost }} {% if year != 'default' %} {% include 'bi/x-square-fill.html' %} {% endif %}
{% for year, balance in object.balance_info.items %} {% endfor %}
Year Nr publications Unit cost Expenditure Subsidies Balance
{{ year }} {{ balance.nr_publications }} {{ balance.unit_cost }} {{ balance.expenditure }} {{ balance.subsidies }} {{ balance.balance }}

Current Subsidies {% include 'bi/arrow-right.html' %}  View all Subsidies

{% for subsidy in subsidies_current_year %} {% empty %} {% endfor %}
Organization Subsidy (€)
{{ subsidy.organization }} {{ subsidy.amount }}
No subsidies defined
{% endblock content %} {% block footer_script %} {{ add_manager_form.media }} {{ add_publication_form.media }} {% endblock footer_script %}