From 986ce7a38029f7fb20a51271f67d943678e17386 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 1 Apr 2020 21:29:56 -0700 Subject: first iteration of web interface Copied and tweaked from fatcat:python/fatcat_web LICENSE file for this repo is a TODO and will need to match that of fatcat. --- fatcat_covid19/templates/home.html | 94 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 fatcat_covid19/templates/home.html (limited to 'fatcat_covid19/templates/home.html') diff --git a/fatcat_covid19/templates/home.html b/fatcat_covid19/templates/home.html new file mode 100644 index 0000000..dbfb833 --- /dev/null +++ b/fatcat_covid19/templates/home.html @@ -0,0 +1,94 @@ +{% extends "base.html" %} + +{# no special title for now #} +{# {% block title %}Perpetual Access to the Scholarly Record{% endblock %} #} + +{% block extra_head %} + +{% endblock %} + +{% block fullmain %} + +
+
+

+ {{ _("Search tens of thousands of COVID-19 research papers and documents") }} +

+
+
+ +
+
+ + +
+
+
+
+
+ +
+
+
+
+
+ {{ _("Project Status") }}: {{ _("Prototype") }} +   + {{ _("These resources are not qualified medical advice!") }} +
+
+
+
+
+ +{# +
+
+
+
+
+ + confused paper man +
+
+

Fatcat is a versioned, user-editable catalog of research + publications including journal articles, conference proceedings, and + datasets +

Features include archival file-level metadata (verified digests and + long-term copies), an + open, documented API, + and work/release indexing (eg, distinguishing between and linking + pre-prints, manuscripts, and version-of-record). +  Read more... +

+
+
+
+
+#} + +
+
+
+
+
+

This service is hosted at The Internet Archive, a US + non-profit dedicated to providing Universal Access to All Knowledge. + {# + Donations welcome! +

Development funding comes from + The Andrew Mellon Foundation + to improve preservation and access to "long-tail" open access works on + the public web which might otherwise be lost. + #} +

+
+ IA logo +
+
+
+
+
+ +{% endblock %} -- cgit v1.2.3