{% 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 }}
{% endblock %} {% block content %}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:
(by name or acronym)
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? | |||
---|---|---|---|---|---|---|
{{ 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 }} | {% if org.has_current_subsidy %}Yes, current | {% elif org.has_children_with_current_subsidy %}Yes, as parent | {% elif org.subsidy_set.obtained|length > 0 %}Yes, past | {% else %}Not yet | {% endif %}|
No organizations found |