aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2020-03-19 21:18:18 -0700
committerBryan Newbold <bnewbold@robocracy.org>2020-03-19 21:18:18 -0700
commitb694e74bf72b498301e31459dedfcc1f56400c21 (patch)
treecc78821bac371227d9509e937af4a3ec6d105130
parent0094b8921c72c2c50cb1c390bb290fe8a80ebe1e (diff)
downloadfatcat-b694e74bf72b498301e31459dedfcc1f56400c21.tar.gz
fatcat-b694e74bf72b498301e31459dedfcc1f56400c21.zip
ingest: always try some lancet journals
-rw-r--r--python/fatcat_tools/workers/changelog.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/fatcat_tools/workers/changelog.py b/python/fatcat_tools/workers/changelog.py
index b84d5e70..5783bbfc 100644
--- a/python/fatcat_tools/workers/changelog.py
+++ b/python/fatcat_tools/workers/changelog.py
@@ -107,6 +107,9 @@ class EntityUpdatesWorker(FatcatWorker):
"10.1101/",
# researchgate
"10.13140/",
+ # the lancet (often hybrid OA)
+ "10.1016/s0140-6736",
+ "10.1016/s2213-2600",
]
def want_live_ingest(self, release, ingest_request):