From 72e3825893ae614fcd6c6ae8a513745bfefe36b2 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 28 Feb 2022 20:14:28 -0800 Subject: entity updates: don't try to ingest arxiv DOIs (for now) --- python/fatcat_tools/workers/changelog.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'python/fatcat_tools/workers') diff --git a/python/fatcat_tools/workers/changelog.py b/python/fatcat_tools/workers/changelog.py index 1af47d4b..436e0e00 100644 --- a/python/fatcat_tools/workers/changelog.py +++ b/python/fatcat_tools/workers/changelog.py @@ -131,6 +131,8 @@ class EntityUpdatesWorker(FatcatWorker): "10.1088/", # JSTOR: mostly blocks crawler "10.2307/", + # arxiv: duplicates with arxiv identifiers (temporary) + "10.48550/", ] self.live_pdf_ingest_doi_prefix_acceptlist = [ # biorxiv and medrxiv -- cgit v1.2.3