{% extends "base.html" %} {% block body %}

Stats

You can also fetch these numbers as JSON.

Changelog

Latest changelog index is {{ stats.changelog.latest.index }} ({{ stats.changelog.latest.timestamp[:10] }}).

Entities

"Papers" Total {{ "{:,}".format(stats.papers.total) }}
Fulltext on web {{ "{:,}".format(stats.papers.in_web) }}
"Gold" Open Access {{ "{:,}".format(stats.papers.is_oa) }}
In a Keepers/KBART archive {{ "{:,}".format(stats.papers.in_kbart) }}
On web, not in Keepers {{ "{:,}".format(stats.papers.in_web_not_kbart) }}
Releases Total {{ "{:,}".format(stats.release.total) }}
References (raw, unlinked) {{ "{:,}".format(stats.release.refs_total) }}
Containers Total {{ "{:,}".format(stats.container.total) }}

"Papers" are journal articles and conference proceedings, a subset of Releases {% endblock %}