aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8b5702d..5f89132 100644
--- a/README.md
+++ b/README.md
@@ -3,10 +3,14 @@
Crane is a literature download and organization web service with support for
paper download and metadata retrieval.
+Paper and metadata download is possible for (nearly) every open-access journal
+which satisfies citation HTML <meta> tags, journals supported by sci-hub, and
+direct download links.
+
Goals of the project are to be minimal, support data portability (no databases
or app-proprietary formats), and secure. Paper "categories" are simply
-directories created on the filesystem, and paper metadata is taken directly from
-the [doi.org](https://www.doi.org/) API and written verbatim.
+directories created on the filesystem, and paper metadata is derived from
+[doi.org](https://www.doi.org/) or <meta> tags and written to disk as XML.
A screenshot of the admin interface can be [found here](screenshots/admin.png).