aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2019-06-13 17:01:20 +0100
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2019-06-13 17:01:20 +0100
commitfae3aab4cecd9da6d25b49ae011a168c46d71d86 (patch)
tree44f30b2aa4eb3783fae737786e549243b0012943
parentMerge branch 'openreview' (diff)
downloadpaper2remarkable-fae3aab4cecd9da6d25b49ae011a168c46d71d86.tar.gz
paper2remarkable-fae3aab4cecd9da6d25b49ae011a168c46d71d86.zip
bump version and edit readme
-rw-r--r--README.md2
-rwxr-xr-xarxiv2remarkable.py2
2 files changed, 3 insertions, 1 deletions
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"
"""