From b4167382d118b28cba0bce9c89abda1589d81574 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Sun, 17 Jun 2018 13:51:52 -0700 Subject: update webface copy --- python/fatcat/templates/about.html | 4 +++- python/fatcat/templates/base.html | 6 ++--- python/fatcat/templates/home.html | 49 +++++++++++++++++++++----------------- 3 files changed, 33 insertions(+), 26 deletions(-) (limited to 'python') diff --git a/python/fatcat/templates/about.html b/python/fatcat/templates/about.html index ce194099..3ff67c19 100644 --- a/python/fatcat/templates/about.html +++ b/python/fatcat/templates/about.html @@ -1,7 +1,9 @@ {% extends "base.html" %} {% block body %} -

About fatcat!

+

fatcat Design Document (RFC)

+ +

Version: April 2018

fatcat is a half-baked idea to build an open, independent, collaboratively editable bibliographic database of most written works, with a focus on published research outputs like journal articles, pre-prints, and conference proceedings.

Technical Architecture

diff --git a/python/fatcat/templates/base.html b/python/fatcat/templates/base.html index 697705c3..ae487a18 100644 --- a/python/fatcat/templates/base.html +++ b/python/fatcat/templates/base.html @@ -32,12 +32,12 @@ diff --git a/python/fatcat/templates/home.html b/python/fatcat/templates/home.html index cea4f687..246c3a4d 100644 --- a/python/fatcat/templates/home.html +++ b/python/fatcat/templates/home.html @@ -1,29 +1,34 @@ {% extends "base.html" %} {% block body %} -

Salutations!

+

Welcome to fatcat!

-Just mockups for now... +

Current Status: Demo/prototype. No authentication, etc. All edits +will be lost. -

+

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... + + +
Container + Create + Example +
Creator + Create + Example +
File + Create + Example +
Release + Create + Example +
Work + Create + Example +
{% endblock %} -- cgit v1.2.3