{% load bootstrap %} {% load user_groups %} {% load organizations_extras %} {% block headsup %} {% endblock headsup %} {% is_scipost_admin request.user as is_scipost_admin %}

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

To be removed (Admin view only):

Supporting Partner Agreements history:

{% with agreement=org.partner.get_latest_active_agreement %} {% if agreement %}

This organization is currently a SciPost Supporting Partner.

{% endif %} {% endwith %} {% if org.partner.agreements %} {% for agreement in org.partner.agreements.all %} {% endfor %}
Status Duration Start date Contribution/year
{{ agreement.get_status_display }} {{ agreement.get_duration_display }} {{ agreement.start_date }} €{{ agreement.offered_yearly_contribution }}
Total contribution obtained:€ {{ org.get_total_contribution_obtained }}
{% else %}

This organization has not yet been a SciPost Supporting Partner.

{% endif %}
{% endif %}
{% if perms.scipost.can_manage_organizations %}

Manage this organization:


{% endif %}