{% load origin %} {% origin %}

Data

{% if table_data %} {% for affiliation, percentage, count, names in table_data %} {% endfor %} {% endif %}
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 Internet-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 %} {% if alias_data %} {% for name, alias in alias_data %} {% endfor %} {% endif %}
Affiliation Alias
{{ name|default:"(unknown)" }} {{ alias }}
{% endif %} {% else %}

Show generated aliases

{% endif %}