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

Details:

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

Publications associated to this Organization{% if is_scipost_admin %} (with total PubFractions ){% endif %}:

{% for pubyear in pubyears %}

{{ pubyear }}{% if is_scipost_admin %} (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 is_scipost_admin %}
    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 %}

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

Support history

{% 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 }} €{{ subsidy.amount }} {{ subsidy.date }}{% if subsidy.date_until %} until {{ subsidy.date_until }}{% endif %}
Total support obtained: €{{ org.get_total_subsidies_obtained }}
{% 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 %} {% for contactrole in org.contactrole_set.all %} {% endfor %}
Name Kind Date from Date until Account
activated?
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 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 %} {% if perms.scipost.can_manage_organizations %}

Manage this organization:


{% endif %}