diff options
-rw-r--r-- | python/fatcat_tools/workers/changelog.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/python/fatcat_tools/workers/changelog.py b/python/fatcat_tools/workers/changelog.py index 353eca8f..81cd0b05 100644 --- a/python/fatcat_tools/workers/changelog.py +++ b/python/fatcat_tools/workers/changelog.py @@ -93,6 +93,14 @@ class EntityUpdatesWorker(FatcatWorker): self.ingest_pdf_doi_prefix_blocklist = [ # gbif.org: many DOIs, not PDF fulltext "10.15468/", + # ssl.fao.org: gene data + "10.18730/", + # plutof.ut.ee: gene data + "10.15156/", + # ba.e-pics.ethz.ch: swiss image (photo) archive + "10.3932/", + # ccdc.cam.ac.uk: crystal structures + "10.5517/", ] def want_live_ingest(self, release, ingest_request): |