aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python/fatcat/crossref_importer.py1
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'],