From 564424cb222c295e7d868b0f60b80078aa62584d Mon Sep 17 00:00:00 2001 From: bnewbold Date: Wed, 5 Jun 2019 21:37:28 -0700 Subject: big rewrite of front page; needs polish and testing --- python/fatcat_web/templates/home.html | 132 +++++++++++++++++++++++++++------- 1 file changed, 106 insertions(+), 26 deletions(-) (limited to 'python/fatcat_web/templates/home.html') diff --git a/python/fatcat_web/templates/home.html b/python/fatcat_web/templates/home.html index 87968f30..0f5cee77 100644 --- a/python/fatcat_web/templates/home.html +++ b/python/fatcat_web/templates/home.html @@ -4,43 +4,118 @@ {% endblock %} -{% block body %} +{% block fullmain %} + - +
+
+

Perpetual Access to Millions of Open Research Publications From Around The World

+
+
+ +
+
+ + +
+
+
+
+
- +
+
+
+
+

81,115,372
Papers

+
+
+

16,071,778
Preserved

+
+
+

108,801
Journals

+
+
+
+
-
-

Cataloging of millions of research publications

-
- -
-
- - +
+
+
+
+
+ + +
+ +
+

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, in addition to + URLs), a documented API, and work/release + indexing (aka, linking together of pre-prints and final copies). +  Read more... +

- +
+
-
-
-
Project Status: Beta
-
    -
  • Edits are manually reviewed (not automatically accepted) -
  • API schemas and client libraries not guaranteed to be backwards-compatible -
+
+
+
+
+ +
+

The fatcat servcie is developed and hosted at The Internet Archive, a US + non-profit dedicated to providing Universal Access to All Knowledge. + Donations are welcomed! +

Funding comes the The Andrew Mellon Foundation, to improve + preservation and access to "long-tail" open access works on the public + web which could otherwise be lost. +

+
+ +
+
+
+
-

Fatcat is a versioned, user-editable catalog of research publications: journal -articles, conference proceedings, pre-prints, etc. Features include archival -file-level metadata (verified digests and long-term copies, in addition to -URLs), a documented API, and work/release -indexing (aka, linking together of pre-prints and final copies). - Read more... +

+
+
+
+
+
Project Status: Beta
+
    +
  • Edits are manually reviewed (not automatically accepted) +
  • API schemas and client libraries not guaranteed to be backwards-compatible +
+
+
+
+
+
+
+ +
+
+
+
-

+
+

Explore Works In The Catalog So Far +... and help us find what is missing! +

+ +
@@ -161,5 +236,10 @@ indexing (aka, linking together of pre-prints and final copies).
+
+
+
+
+ {% endblock %} -- cgit v1.2.3