Conversation
|
A thought: could be interesting to plot a few things, organized in a tabbed display:
Grouping by decade pre-2020s as those counts will be much lower. Unrelated idea: a page that lists notable authors (with their photos) for browsing. Maybe ACL Fellows + LTA winners. Sorted by the author's peak publication year? Also: list of top 100ish authors by longevity, defined as the number of years in which the author had at least 1 paper. (Please no ranking by raw paper count. We don't want to reward authors who maximize paper count at the expense of quality.) |
|
Some longevity stats: >>> sum(longevityC[x] for x in longevityC if x>=5)
11879
>>> sum(longevityC[x] for x in longevityC if x>=10)
3160
>>> sum(longevityC[x] for x in longevityC if x>=20)
590
>>> sum(longevityC[x] for x in longevityC if x>=30)
79
>>> sum(longevityC[x] for x in longevityC if x>=40)
5I.e. 79 authors have published in at least 30 distinct years. They are:
|
|
Great idea and interesting list. I like the idea of a hall of fellows, but I think that's beyond the scope of this PR. |
|
Nice! |
|
Bar plots: Is it possible to put a vertical line or something to show where the scale switches from decades to single years? |

This is a draft PR, forked from #9179. It's in draft mode until we can get complete grob-id-based stats.