diff options
-rw-r--r-- | python/fatcat/crossref_importer.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/fatcat/crossref_importer.py b/python/fatcat/crossref_importer.py index 239e6bc1..768686fc 100644 --- a/python/fatcat/crossref_importer.py +++ b/python/fatcat/crossref_importer.py @@ -119,6 +119,7 @@ class FatcatCrossrefImporter(FatcatImporter): # release extra = dict(crossref={ + # TODO: if exsits: group_title, subtitle, isPreprintOf 'links': obj.get('link', []), 'subject': obj.get('subject'), 'type': obj['type'], |