Chronological Summary
{% for row in year_rows %} {% endfor %}
Year Papers Pct Matches Pct Mtc/Pap Mtc/100KB
{{ row.label }} {{ "{:,d}".format(row.papers) }} {{ "{:.1f}%".format(row.papers_pct) }} {{ "{:,d}".format(row.matches) }} {{ "{:.1f}%".format(row.matches_pct) }} {{ "{:.1f}".format(row.mtc_pap) }} {{ "{:.2f}".format(row.mtc_100kb) }}
Total {{ "{:,d}".format(totals.papers) }} 100.0% {{ "{:,d}".format(totals.matches) }} 100.0% {{ "{:.1f}".format(totals.matches / totals.papers if totals.papers else 0) }} -
Intellectual Summary (Top 100)
{% for row in author_rows %} {% endfor %}
Author Papers Pct Matches Pct Mtc/Pap Mtc/100KB
{{ row.label }} {{ "{:,d}".format(row.papers) }} {{ "{:.1f}%".format(row.papers_pct) }} {{ "{:,d}".format(row.matches) }} {{ "{:.1f}%".format(row.matches_pct) }} {{ "{:.1f}".format(row.mtc_pap) }} {{ "{:.2f}".format(row.mtc_100kb) }}
Total ({{ totals.author_count }} Authors) - - {{ "{:,d}".format(totals.matches) }} 100.0% - -