{% extends 'organizations/base.html' %} {% block pagetitle %}: Organizations{% endblock pagetitle %} {% load staticfiles %} {% load user_groups %} {% load add_get_parameters %} {% load organizations_extras %} {% load countries %} {% is_scipost_admin request.user as is_scipost_admin %} {% block headsup %} {% endblock headsup %} {% block breadcrumb_items %} {{ block.super }} Organizations {% endblock %} {% block content %}

Organizations

{% if perms.scipost.can_manage_organizations %}

Management actions:

{% endif %}

This page lists Organizations which have benefitted from SciPost's publishing activities.

Organizations are linked through appearing in a publication's author affiliations, grant-giving agencies or explicit support acknowledgements.

For each Organization, the NAP (number of associated publications) is given (you can order in decreasing/increasing NAP using the header arrows).

Click on a row to see more details about the Organization, including per-year breakdowns of:

Click on flag to view by Country

View all

{% for org in object_list %} {% if org.has_current_subsidy %} {% elif org.subsidy_set.all|length > 0 %} {% else %} {% endif %} {% empty %} {% endfor %}
Country Name  [acronym] NAP {% if request.GET.ordering != 'asc' %} {% else %} {% endif %} {% if request.GET.ordering != 'desc' %} {% else %} {% endif %} SciPost sponsor?
{{ org.country }} flag [{{ org.country }}]  {{ org.get_country_display }} {{ org.full_name }}  {% if org.acronym %}[{{ org.acronym }}]{% endif %} {% if org.parent %}

Parent: {{ org.parent }}

{% endif %} {% if org.children.all %}

Parent of: {% for child in org.children.all %} {{ child }}{% if not forloop.last %}, {% endif %} {% endfor %}

{% endif %} {% if org.superseded_by %}

Superseded by {{ org.superseded_by }}

{% endif %}
{{ org.cf_nr_associated_publications }}Yes, currentYes, pastNot yet
No organizations found
{% if is_paginated %}
{% include 'partials/pagination.html' with page_obj=page_obj %}
{% endif %}
{% endblock content %} {% block footer_script %} {% endblock %}