From b03bfc8f3fd84141738f775b273a99850d78e1ff Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 12 Nov 2018 23:18:56 -0800 Subject: refactor python modules --- python/fatcat_web/templates/home.html | 91 +++++++++++++++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 python/fatcat_web/templates/home.html (limited to 'python/fatcat_web/templates/home.html') diff --git a/python/fatcat_web/templates/home.html b/python/fatcat_web/templates/home.html new file mode 100644 index 00000000..4d3b44a1 --- /dev/null +++ b/python/fatcat_web/templates/home.html @@ -0,0 +1,91 @@ +{% extends "base.html" %} +{% block body %} +
+ +

Welcome to fatcat!

+ + + +
+
Current Status: Prototype
+
    +
  • No authentication or accounts +
  • Any edits will be lost +
  • Most creation/edit forms don't work +
  • Any data was bulk-imported, and may not be up to date +
  • Search results are from Crossref, not local API/database +
+
+ +

This is 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... + +

+ + + + +
Entity + Actions + Examples + Lookup +
Release +
journal article, pre-print, book +
published version of a Work +
Create + Dummy +
Realistic +
+
+ + +
+
+
Container +
journal or serial +
Create + Dummy +
Realistic +
+
+ + +
+
+ +
Creator +
authors, editors, translators +
+ Dummy +
Realistic +
+
+ + +
+
+
File +
specific digital blobs (immutable) +
+ Dummy +
Realistic +
+
+ + +
+
+
Work +
for grouping Releases +
+ Dummy +
Realistic +
+
+ +

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