aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
"""