{% 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 %}

Details:

{% include 'organizations/_organization_detail_contents.html' with org=org %}

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 PubFractions {% include 'bi/info-circle-fill.html' %}){% endif %}:

{% for pubyear in pubyears %}

{{ pubyear }}{% if perms.scipost.can_manage_organizations %} (PubFractions {{ org|pubfractions_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 org.subsidy_set.obtained|length > 0 or org.children.all|length > 0 %} {% if org.subsidy_set.obtained|length > 0 %}

List of the subsidies (in one form or another) which SciPost has received from this Organization. Click on a row to see more details.

{% for subsidy in org.subsidy_set.obtained %} {% endfor %}
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 }}{% if subsidy.date_until %} until {{ subsidy.date_until }}{% endif %}
Total support obtained: {% if subsidy.amount_publicly_shown or perms.scipost.can_manage_subsidies or "can_view_org_contacts" in user_org_perms %}€{{ org.get_total_subsidies_obtained }}{% else %}-{% endif %}
{% 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

{% for year in pubyears %} {% for key, val in balance.items %} {% if year == key|add:"0" %} {% endif %} {% endfor %} {% endfor %}
Year (click to toggle details) Total expenditures
by SciPost (€)
This Organization's
contribution to SciPost (€)
Balance (€)
Cumulative {{ balance.cumulative.expenditures }} {{ balance.cumulative.contribution }} {{ balance.cumulative.balance }}
{{ val.expenditures.total }} {{ val.contribution }} {{ val.balance }}
{% for journal, journaldata in val.expenditures.items %} {% if journal != 'total' %} {% endif %} {% endfor %}
Journal Sum of PubFractions Cost per publication Expenditures
{{ journal }} {{ journaldata.pubfractions }} {{ journaldata.costperpaper }} {{ journaldata.expenditures }}

You can see the associated publications and their PubFractions under the Publications & PubFractions tab.

{% 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 %}