We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91f626d commit 2f61d6fCopy full SHA for 2f61d6f
caltechdata_write/customize_schema.py
@@ -15,7 +15,7 @@ def customize_schema(json_record):
15
if substr != '':
16
substr = substr + ', '
17
substr = substr+s['subject']
18
- json_record['keywords']=substr
+ json_record['subjects']=substr
19
del json_record['subjects']
20
21
#Extract identifier and label as DOI
0 commit comments