From 0b9bec81d469a8a318089bc713bef2c687fc14d0 Mon Sep 17 00:00:00 2001 From: "Phyks (Lucas Verney)" Date: Sat, 26 Dec 2015 18:58:31 +0100 Subject: [PATCH] Update README with link to article and demo instance --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4cf0556..366e617 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,16 @@ The goal of this repository is to provide a minimal API to put metadata on arXiv Disclaimer: This code is not scalable nor ready to run in production. In particular, it might be error-prone, and do not try to be resilient and keep trace of errors. It is here as a proof of concept and to back [this -article](TODO) with some code. However, the `reference_fetcher` part is working -quite well, and was able to extract most of the references from arXiv papers I -tested it on. Note that it is quite long to run it on a paper, mainly due to -the latency in [Crossref API](http://search.crossref.org/). +article](http://known.phyks.me/2015/lets-some-metadata-on-arxiv) with some +code. However, the `reference_fetcher` part is working quite well, and was able +to extract most of the references from arXiv papers I tested it on. Note that +it is quite long to run it on a paper, mainly due to the latency in [Crossref +API](http://search.crossref.org/). + + +A demo instance should be available at +[http://arxiv.phyks.me/](http://arxiv.phyks.me/). This may not be very stable +or highly available though. ## Special thanks