From d7e802610baf6b14409bfde9e345968aed08a641 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 3 Jun 2020 15:49:25 -0700 Subject: start fleshing out /about and /help --- fatcat_scholar/templates/about.html | 58 +++++++++++++++++++++++++- fatcat_scholar/templates/base.html | 20 ++++----- fatcat_scholar/templates/help.html | 81 +++++++++++++++++++++++++++++++++++++ fatcat_scholar/web.py | 5 +++ 4 files changed, 152 insertions(+), 12 deletions(-) create mode 100644 fatcat_scholar/templates/help.html (limited to 'fatcat_scholar') diff --git a/fatcat_scholar/templates/about.html b/fatcat_scholar/templates/about.html index ad984ce..59a01ea 100644 --- a/fatcat_scholar/templates/about.html +++ b/fatcat_scholar/templates/about.html @@ -1,7 +1,61 @@ {% extends "base.html" %} {% block main %} -

Some About Content

+

About Scholarly Search

+

See also: User Guide which lists +some bugs and known issues + + +

How It Works

+ +

Content in this search index comes from preservation copies at the Internet +Archive in one of three forms: + +

+ +

This 2019 FORCE11 +conference presentation gives an overview of the technical infrastructure +and goals of the project overall. + + +

Content Sources

+ +

Metadata comes from fatcat.wiki, an open +user-editable catalog of scholarly work. It should be possible to track and +attribute the provenance of content and metadata in all cases; please contact +us if you have questions or concenrs. + + +

Text and Data Mining

+ +

We intend to provide researcher access to the full corpus for text and data +mining purposes. Derived datasets may also be posted publicly for analysis, for +example a citation graph or N-gram frequencies by year. If you are interested +or would like to see specific datasets made available, please contact us. + +

Currently snapshots of the full fatcat metadata corpus and upstream metadata +sources are uploaded periodically to the +Bulk Bibliographic +Metadata collection on archive.org. +Read more in the Fatcat Guide. + + +

Contact Information

+ +

The organizational contact information for The Internet Archive is listed at +https://archive.org/about/contact.php. +Queries about this search service and the fatcat catalog can be directed to +webservices@archive.org. + -

Lorem ipsum {% endblock %} diff --git a/fatcat_scholar/templates/base.html b/fatcat_scholar/templates/base.html index e8969d0..b7ee461 100644 --- a/fatcat_scholar/templates/base.html +++ b/fatcat_scholar/templates/base.html @@ -153,7 +153,7 @@

-