datatracker/ietf/stats
Ole Laursen ef251c6bc7 Add author affiliation chart.
Also add a model for registering an alias for an affiliation so that
we can group affiliations that are considered the same for statistical
purposes, and a model for registering unimportant endings like Inc.
and GmbH.

Affiliation grouping is done through three means: stripping
uninteresting endings, merging entries that only differ in case and
aliases that map from case-insensitive alias to name.

Stripping endings and merging based on case seem to reduce the number
of needed manually maintained aliases greatly.
 - Legacy-Id: 12785
2017-02-03 18:49:43 +00:00
..
__init__.py Actually commit the statistics section. 2016-10-13 15:36:14 +00:00
backfill_data.py Add simple back-filling of affiliation on authors to backfilling script 2017-01-30 13:33:25 +00:00
tests.py Add author affiliation chart. 2017-02-03 18:49:43 +00:00
urls.py Revamp stats selector UI a bit to accomodate statistics counting 2017-01-31 16:32:20 +00:00
views.py Add author affiliation chart. 2017-02-03 18:49:43 +00:00