diff options
Diffstat (limited to 'python/fatcat_tools')
| -rw-r--r-- | python/fatcat_tools/importers/datacite.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/python/fatcat_tools/importers/datacite.py b/python/fatcat_tools/importers/datacite.py index 12e0beba..0de187fb 100644 --- a/python/fatcat_tools/importers/datacite.py +++ b/python/fatcat_tools/importers/datacite.py @@ -158,6 +158,7 @@ UNKNOWN_MARKERS_LOWER = set((v.lower() for v in UNKNOWN_MARKERS))  # TODO(martin): merge this with other maps and lookup functions, eventually.  LICENSE_SLUG_MAP = {      "//archaeologydataservice.ac.uk/advice/termsofuseandaccess.xhtml/": "ADS-UK", +    "//archaeologydataservice.ac.uk/advice/termsofuseandaccess/": "ADS-UK",      "//arxiv.org/licenses/nonexclusive-distrib/1.0/": "ARXIV-1.0",      "//doi.wiley.com/10.1002/tdm_license_1.1/": "WILEY-TDM-1.1",      "//homepage.data-planet.com/terms-use/": "SAGE-DATA-PLANET", | 
