Details:
{% include 'partners/_organization_details_contents.html' with org=org %}
Publications associated to this Organization:
{% for publication in org.get_publications %}
-
{{ publication.title }}
by {{ publication.author_list }},
{{ publication.citation }}
{% 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 %}
Partnership history:
{% if org.partner.agreements %}
{% if org.partner.agreements.now_active %}
This organization is currently a SciPost Supporting Partner.
{% else %}
This organization is currently not a SciPost Supporting Partner.
{% endif %}
Status |
Duration |
Start date |
Contribution/year |
{% for agreement in org.partner.agreements %}
{{ agreement.get_status_display }} |
{{ agreement.get_duration_display }} |
{{ agreement.start_date }} |
{{ agreement.offered_yearly_contribution }}€ |
{% endfor %}
{% else %}
This organization has not yet become a SciPost Supporting Partner.
{% endif %}
{% if perms.scipost.can_manage_organizations %}
Manage this organization:
{% endif %}