From fae3aab4cecd9da6d25b49ae011a168c46d71d86 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Thu, 13 Jun 2019 17:01:20 +0100 Subject: bump version and edit readme --- README.md | 2 ++ arxiv2remarkable.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c58f3c9..56e6cc6 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ following sources: - an arXiv url (either ``arxiv.org/abs/...`` or ``arxiv.org/pdf/...``) - a PubMed Central url (either to the HTML or the PDF) - an ACM citation page url (``https://dl.acm.org/citation.cfm?id=...``) +- an OpenReview paper (either ``openreview.net/forum?id=...`` or + ``openreview.net/pdf?id=...``) - a url to a PDF file - a local file. diff --git a/arxiv2remarkable.py b/arxiv2remarkable.py index 8ee377b..e0dee6e 100755 --- a/arxiv2remarkable.py +++ b/arxiv2remarkable.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -__version__ = "0.2.3" +__version__ = "0.2.4" __author__ = "G.J.J. van den Burg" """ -- cgit v1.2.3