{% extends 'organizations/base.html' %} {% block meta_description %}{{ block.super }} Organizations list{% endblock meta_description %} {% block pagetitle %}: Organizations{% endblock pagetitle %} {% load bootstrap %} {% load static %} {% 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:

Search for a particular Organization

(by name or acronym)

  • {{ select_organization_form.as_p }}

Click on flag to view by Country

View all

{% if 'finadmin' in user_roles %} {% endif %} {% for org in object_list %} {% if org.has_current_subsidy %} {% elif org.has_children_with_current_subsidy %} {% elif org.subsidy_set.obtained|length > 0 %} {% else %} {% endif %} {% if 'finadmin' in user_roles %} {% endif %} {% empty %} {% endfor %}
Country Name  [acronym] NAP {% include 'bi/info-circle-fill.html' %}
{% if request.GET.ordering != 'asc' %} {% include 'bi/sort-up.html' %} {% else %} {% include 'bi/sort-up.html' %} {% endif %} {% if request.GET.ordering != 'desc' %} {% include 'bi/sort-down.html' %} {% else %} {% include 'bi/sort-down.html' %} {% endif %}
SciPost sponsor?FinAdmin
Impact on
reserves
{% if request.GET.ordering != 'asc' %} {% include 'bi/sort-up.html' %} {% else %} {% include 'bi/sort-up.html' %} {% endif %} {% if request.GET.ordering != 'desc' %} {% include 'bi/sort-down.html' %} {% else %} {% include 'bi/sort-down.html' %} {% endif %}
{{ 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, as parentYes, pastNot yet€{{ org.cf_balance_info.cumulative.impact_on_reserves }}
No organizations found
{% if is_paginated %}
{% include '_pagination.html' with page_obj=page_obj %}
{% endif %}
{% endblock content %} {% block footer_script %} {{ select_organization_form.media }} {% endblock %}