{% load origin %}{% origin %}
| 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%.
In generating the above statistics, some heuristics have been applied to determine the affiliations of each author.
{% if request.GET.showaliases %} {% 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 %}| Affiliation | Alias |
|---|---|
| {% ifchanged %} {{ name|default:"(unknown)" }} {% endifchanged %} | {{ alias }} |