diff options
Diffstat (limited to 'python/fatcat_tools/importers/doaj_article.py')
-rw-r--r-- | python/fatcat_tools/importers/doaj_article.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/fatcat_tools/importers/doaj_article.py b/python/fatcat_tools/importers/doaj_article.py index 92dbe574..8f5e7acf 100644 --- a/python/fatcat_tools/importers/doaj_article.py +++ b/python/fatcat_tools/importers/doaj_article.py @@ -187,6 +187,10 @@ class DoajArticleImporter(EntityImporter): license_slug=license_slug, ) re = self.biblio_hacks(re) + + # TODO: filter out some of these by publishers which are known to + # register DOIs. eg, PLOS, maybe others + return re @staticmethod |