From b4f6f6af3b85ce65c8e892315e13c009feea7c3e Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 15 May 2019 17:12:48 -0700 Subject: arxiv license/slug map --- python/fatcat_tools/importers/crossref.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python/fatcat_tools/importers') diff --git a/python/fatcat_tools/importers/crossref.py b/python/fatcat_tools/importers/crossref.py index 9b1cd2c3..311cbc52 100644 --- a/python/fatcat_tools/importers/crossref.py +++ b/python/fatcat_tools/importers/crossref.py @@ -73,6 +73,7 @@ LICENSE_SLUG_MAP = { # //www.acm.org/publications/policies/copyright_policy#Background is closed # //rsc.li/journals-terms-of-use is closed for vor (am open) # //www.ieee.org/publications_standards/publications/rights/ieeecopyrightform.pdf is 404 (!) + "//arxiv.org/licenses/nonexclusive-distrib/1.0/": "ARXIV-NED-1.0", # XXX } def lookup_license_slug(raw): -- cgit v1.2.3