{% extends 'organizations/base.html' %} {% block pagetitle %}: Organizations{% endblock pagetitle %} {% load staticfiles %} {% load organizations_extras %} {% block headsup %} {% endblock headsup %} {% block breadcrumb_items %} {{ block.super }}
{% endblock %} {% block content %}Organizations are linked through being 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:
Country | Name [acronym] | NAP {% if request.GET.ordering != 'asc' %} {% endif %} {% if request.GET.ordering != 'desc' %}{% endif %} | Partner? | |||
---|---|---|---|---|---|---|
{{ 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_agreement %}Yes | {% elif org.partner.agreements %}Due for renewal | {% else %}Not yet | {% endif %}||
No organizations found |