{% load bootstrap %} {% load guardian_tags %} {% load user_groups %} {% load organizations_extras %} {% block headsup %} {% endblock headsup %} {% 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_details_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 or "can_view_org_contacts" in user_org_perms %} (with total PubFractions ){% endif %}:

{% for pubyear in pubyears %}

{{ pubyear }}{% if perms.scipost.can_manage_organizations or "can_view_org_contacts" in user_org_perms %} (total 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 %}
    Pubfraction: {{ org|pubfraction_for_publication:publication }} {% endif %}
  • {% endif %} {% endfor %}
{% endfor %}

Associated Authors:

Registered Contributors:

    {% for author in org.get_contributor_authors %}
  • {{ author }}
  • {% empty %}
  • No Contributors found
  • {% endfor %}

Unregistered:

    {% for author in org.get_unregistered_authors %}
  • {{ author }}
  • {% empty %}
  • No unregistered author found
  • {% endfor %}

Support history

{% if org.subsidy_set.all|length > 0 or org.children.all|length > 0 %} {% if org.subsidy_set.all|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.all %} {% 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 subsidies obtained from related organizations

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

{% endif %} {% else %}

This Organization has not yet supported SciPost.

{% endif %}
{% 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 Kind Date from Date untilAccount
active?
Actions
{{ contactrole.contact }} {{ contactrole.get_kind_display }} {{ contactrole.date_from|date:"Y-m-d" }} {{ contactrole.date_until|date:"Y-m-d" }}{% if contactrole.contact.user.is_active %}{% else %}{% 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 %}