diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rwxr-xr-x | arxiv2remarkable.py | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -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" """ |
