diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2020-03-19 21:18:18 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2020-03-19 21:18:18 -0700 |
commit | b694e74bf72b498301e31459dedfcc1f56400c21 (patch) | |
tree | cc78821bac371227d9509e937af4a3ec6d105130 | |
parent | 0094b8921c72c2c50cb1c390bb290fe8a80ebe1e (diff) | |
download | fatcat-b694e74bf72b498301e31459dedfcc1f56400c21.tar.gz fatcat-b694e74bf72b498301e31459dedfcc1f56400c21.zip |
ingest: always try some lancet journals
-rw-r--r-- | python/fatcat_tools/workers/changelog.py | 3 |
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): |