From e4d2801acec50b763c104fc87df69f943f54fa7c Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 22 Feb 2019 17:27:03 -0800 Subject: bunch of entity view updates --- python/fatcat_web/templates/stats.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'python/fatcat_web/templates/stats.html') diff --git a/python/fatcat_web/templates/stats.html b/python/fatcat_web/templates/stats.html index 92205b3d..f11ca820 100644 --- a/python/fatcat_web/templates/stats.html +++ b/python/fatcat_web/templates/stats.html @@ -7,38 +7,38 @@ You can also fetch these numbers as JSON.

Changelog

-

Latest changelog index is {{ stats.changelog.latest.index }} ({{ stats.changelog.latest.timestamp}}). +

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

Entities

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