{% load bootstrap %} {% load guardian_tags %} {% load user_groups %} {% load organizations_extras %} {% is_scipost_admin request.user as is_scipost_admin %} {% get_obj_perms request.user for org as "user_org_perms" %}
{% if perms.scipost.can_manage_organizations %}

Manage this organization:


{% endif %} {% include "organizations/_hx_organization_info.html" %}

Funder Registry instances associated to this Organization:

    {% for funder in org.funder_set.all %}
  • {{ funder }}
  • {% empty %}
  • No Funder Registry instance found

    Without a Funder Registry instance, we cannot record funding acknowledgements to this Organization with Crossref.

    Are you a representative of this Organization? We advise you to:

  • {% endfor %}

Publications associated to this Organization {% if perms.scipost.can_manage_organizations %} (with PubFracs {% include 'bi/info-circle-fill.html' %}){% endif %}:

{% for pubyear in pubyears %}

{{ pubyear }}{% if perms.scipost.can_manage_organizations %} (PubFracs {{ org|pubfracs_in_year:pubyear }}){% endif %}

    {% for publication in org.get_publications %} {% if publication.publication_date|date:'Y'|add:"0" == pubyear %}
  • {{ publication.title }}
    by {{ publication.author_list }},
    {{ publication.citation }} {% if perms.scipost.can_manage_organizations or "can_view_org_contacts" in user_org_perms %}
    Expenditure: €{{ org|expenditure_for_publication:publication }} {% endif %}
  • {% endif %} {% endfor %}
{% endfor %}

Associated Authors:

    {% for profile in org.get_author_profiles %} {% if profile.contributor %}
  • {{ profile }}
  • {% else %}
  • {{ profile }}
  • {% endif %} {% empty %}
  • No Profile found
  • {% endfor %}
{% if org.children.all|length > 0 %}

Associated authors from sub-organizations:

    {% for child in org.children.all %}
  • {{ child }}:
      {% for profile in child.get_author_profiles %} {% if profile.contributor %}
    • {{ profile }}
    • {% else %}
    • {{ profile }}
    • {% endif %} {% empty %}
    • No Profile found
    • {% endfor %}
  • {% endfor %}
{% endif %}

Fellows affiliated to this Organization

Currently active

    {% for fellow in org.fellowships.active %}
  • {{ fellow }}
  • {% empty %}
  • No fellowship found
  • {% endfor %}

Former

    {% for fellow in org.fellowships.former %}
  • {{ fellow }}
  • {% empty %}
  • No fellowship found
  • {% endfor %}
{% with children=org.children.all %} {% if children|length > 0 %}

Fellows associated to sub-organizations

{% for child in children %} {% with active=child.fellowships.active former=childfellowships.former %} {% if active|length > 0 or former|length > 0 %}
Organization Current Former
{{ child }}
    {% for fellow in active %}
  • {{ fellow }}
  • {% empty %}
  • No fellowship found
  • {% endfor %}
    {% for fellow in former %}
  • {{ fellow }}
  • {% empty %}
  • No fellowship found
  • {% endfor %}
{% endif %} {% endwith %} {% endfor %} {% endif %} {% endwith %}

Support history

{% if 'finadmin' in user_roles %} Create a new sponsorship agreement {% endif %} {% if org.subsidy_set.obtained|length > 0 or org.children.all|length > 0 %} {% if org.subsidy_set.obtained|length > 0 %} {% for subsidy in org.subsidy_set.obtained %} {% endfor %}
List of the subsidies (in one form or another) which SciPost has received from this Organization. Click on a row to see more details.
Type Amount Date
{{ subsidy.get_subsidy_type_display }} {% if subsidy.amount_publicly_shown or perms.scipost.can_manage_subsidies or "can_view_org_contacts" in user_org_perms %}€{{ subsidy.amount }}{% else %}-{% endif %} {{ subsidy.date_from }}{% if subsidy.date_until %} until {{ subsidy.date_until }}{% endif %}
Total support obtained: {% with org.get_total_subsidies_publicly_shown as total_subsidies %} {% if total_subsidies %} €{{ total_subsidies }} {% else %}-{% endif %} {% endwith %}
{% endif %} {% if org.children.all|length > 0 %}

See also the subsidies obtained from these sub-organizations:

    {% for child in org.children.all %}
  • {{ child }}
  • {% endfor %}
{% endif %} {% else %}

This Organization has not yet supported SciPost.

{% endif %} {% if org.parent %}

See also the subsidies from this parent organization:

{% endif %}

Balance of SciPost expenditures versus support received

{% if not organization.has_pubfracs %}

PubFracs are not defined for this Organization, since it does not appear as author affiliation in any Publication.

{% else %} {% now "Y" as current_year %} {% for year in pubyears %} {% for key, val in balance.items %} {% if year == key|add:"0" %} {% endif %} {% endfor %} {% endfor %}
Based on PubFracs for {{ organization }}
Year (click to toggle details) NAP PubFrac
expenditures
Subsidy
support
Compensations (self) Reserved Compensations (Allies) Balance
Cumulative {{ balance.cumulative.nap }} €{{ balance.cumulative.expenditures }} €{{ balance.cumulative.subsidy_income }} €{{ balance.cumulative.self_compensated }} €{{ balance.cumulative.reserved }} €{{ balance.cumulative.ally_compensated }} €{{ balance.cumulative.balance }}
{{ val.expenditures.total.nap }} €{{ val.expenditures.total.expenditures }} €{{ val.subsidy_income }} €{{ val.expenditures.total.self_compensated }} €{{ val.reserved }} €{{ val.expenditures.total.ally_compensated }} €{{ val.balance }}

The following table give an overview of expenditures and their compensation, compiled for all Publications which are associated to {{ organization }} for {{ year }}.

You can see the list of associated publications and their PubFracs under the Publications & PubFracs tab.

The data presented here uses PubFracs directly associated to {{ organization }}.

{% for journal, journaldata in val.expenditures.per_journal.items %} {% if journaldata.uncompensated > 0 %} {% else %} {% endif %} {% endfor %}
Expenditures ({{ organization }})
Journal APEX NAP PubFracs Expenditures share Compensations
(Organization)
Compensations
(Allies)
Balance
(uncompensated)
{{ journal }} €{{ journaldata.costperpaper }} {{ journaldata.nap }} {{ journaldata.pubfracs }} €{{ journaldata.expenditures }} €{{ journaldata.self_compensated }} €{{ journaldata.ally_compensated }}-€{{ journaldata.uncompensated }}€{{ journaldata.uncompensated }}
Info on this table

This Expenditures (Organization-level) table compiles the expenditures by SciPost to publish all papers which are associated to this Organization for {{ year }}, weighed by this Organization's PubFracs for these individual papers. The next columns detail the compensations (through Subsidies) obtained from this Organization, or from other (ally) Organizations on its behalf. Any negative balance hits SciPost's reserve budget.

Info on this table

This Expenditures (Organization-level) table compiles the expenditures by SciPost to publish all papers which are associated to this Organization, weighed by this Organization's PubFracs for these individual papers. The next columns detail the compensations (through Subsidies) obtained from this Organization, or from other (ally) Organizations on its behalf. Any negative balance hits SciPost's reserve budget.

{% endif %} {% if balance.cumulative.undivided_uncompensated > 0 %} {% else %} {% endif %} {% now "Y" as current_year %} {% for year in pubyears %} {% for key, val in balance.items %} {% if year == key|add:"0" %} {% if val.expenditures.total.undivided_uncompensated > 0 %} {% else %} {% endif %} {% endif %} {% endfor %} {% endfor %}
Undivided: totals for all this Organization's associated publications
Year (click to toggle details) NAP Undivided
expenditures
Compensations Uncompensated
Cumulative {{ balance.cumulative.nap }} €{{ balance.cumulative.undivided_expenditures }} €{{ balance.cumulative.undivided_compensated }} -€{{ balance.cumulative.undivided_uncompensated }} €{{ balance.cumulative.undivided_uncompensated }}
{{ val.expenditures.total.nap }} €{{ val.expenditures.total.undivided_expenditures }} €{{ val.expenditures.total.undivided_compensated }} -€{{ val.expenditures.total.undivided_uncompensated }} €{{ val.expenditures.total.undivided_uncompensated }}

The following table give an overview of expenditures and their compensation, compiled for all Publications which are associated to {{ organization }} for {{ year }}.

You can see the list of associated publications and their PubFracs under the Publications & PubFracs tab.

The data presented here uses data on all Publications which are directly associated to {{ organization }}.

{% for journal, journaldata in val.expenditures.per_journal.items %} {% if journaldata.undivided_uncompensated > 0 %} {% else %} {% endif %} {% endfor %}
Expenditures (SciPost)
Journal APEX Org
NAP
Undivided expenditures
for these Publications
Compensations
received
Balance
(uncompensated)
{{ journal }} €{{ journaldata.costperpaper }} {{ journaldata.nap }} €{{ journaldata.undivided_expenditures }} €{{ journaldata.undivided_compensated }}-€{{ journaldata.undivided_uncompensated }}€{{ journaldata.undivided_uncompensated }}
Info on this table

This Expenditures (SciPost-level) table compiles the (total) expenditures by SciPost to publish all papers which are associated to this Organization for {{ year }}. Compensations received from any Organization for these papers is summed up. This sum would equal the expenditures if all Organizations sponsored us according to their PubFrac share. Any uncompensated balance hits SciPost's reserve budget.

Info on this table

This Expenditures (Organization-level) table compiles the (total) expenditures by SciPost to publish all papers which are associated to this Organization. Compensations received from any Organization for these papers is summed up. This sum would equal the expenditures if all Organizations sponsored us according to their PubFrac share. Any uncompensated balance hits SciPost's reserve budget.

{% if perms.scipost.can_manage_organizations or perms.scipost.can_add_contactperson or "can_view_org_contacts" in user_org_perms %}

Contacts (with explicit role)

{% if perms.scipost.can_manage_organizations %} {% endif %} {% if perms.scipost.can_manage_organizations or "can_view_org_contacts" in user_org_perms %} {% endif %} {% for contactrole in org.contactrole_set.all %} {% if perms.scipost.can_manage_organizations or "can_view_org_contacts" in user_org_perms %} {% endif %} {% endfor %}
Name Email Kind Date from Date untilAccount
active?
Actions
{{ contactrole.contact }} {{ contactrole.contact.user.email }} {{ contactrole.get_kind_display }} {{ contactrole.date_from|date:"Y-m-d" }} {{ contactrole.date_until|date:"Y-m-d" }}{% if contactrole.contact.user.is_active %}{% include 'bi/check-circle-fill.html' %}{% else %}{% include 'bi/x-circle-fill.html' %}{% endif %}
    {% if perms.scipost.can_manage_organizations %}
  • Email (generic)
  • Email (subsidy renewal)
  • {% endif %} {% if perms.scipost.can_manage_organizations or "can_view_org_contacts" in user_org_perms %}
  • Update
  • {% endif %} {% if perms.scipost.can_manage_organizations %}
  • Delete
  • {% endif %}

Contact persons

{% if perms.scipost.can_manage_organizations or perms.scipost.can_add_contactperson %} {% endif %} {% for contactperson in org.contactperson_set.all %} {% if perms.scipost.can_manage_organizations or "can_view_org_contacts" in user_org_perms %} {% endif %} {% empty %} {% endfor %}
{{ contactperson }} {{ contactperson.email }} {{ contactperson.role }}
No contact person defined
{% endif %} {% if perms.scipost.can_manage_organizations %}

Events

    {% for event in org.organizationevent_set.all %} {% include 'organizations/_organization_event_li.html' with event=event %} {% empty %}
  • No event found
  • {% endfor %}
{% endif %}