{% load bootstrap %} {% load user_groups %} {% load organizations_extras %}

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

FundRef instances associated to this Organization:

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

    Without a FundRef instance, we cannot record funding acknowledgements to this Organization at Crossref.

    Are you a representative of this Organization? Please:

    1. Make sure your Organization is included in Crossref's FundRef database
    2. After inclusion, contact our administration with this information so that we can update our records.
  • {% endfor %}

Partnership 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 %}
{% if perms.scipost.can_manage_organizations %}

Manage this organization:


{% endif %}