{% load origin %}{% origin %}

Data

{% for affiliation, percentage, count, names in table_data %} {% endfor %}
Affiliation Percentage of authors Authors
{{ affiliation|default:"(unknown)" }} {{ percentage|floatformat:2 }}% {% include "stats/includes/number_with_details_cell.html" %}

The statistics are based entirely on the author affiliation provided with each draft. Since this may vary across documents, an author may be counted with more than one affiliation, making the total sum more than 100%.

Affiliation Aliases

In generating the above statistics, some heuristics have been applied to determine the affiliations of each author.

{% if request.GET.showaliases %}

Hide generated aliases

{% if request.user.is_staff %}

Note: since you're an admin, you can add an extra known alias or see the existing known aliases and generally ignored endings.

{% endif %} {% if alias_data %} {% for name, alias in alias_data %} {% endfor %}
Affiliation Alias
{% ifchanged %} {{ name|default:"(unknown)" }} {% endifchanged %} {{ alias }}
{% endif %} {% else %}

Show generated aliases

{% endif %}