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 perms.scipost.can_manage_organizations %}
Manage this organization:
{% endif %}