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 20b7e8a commit d8c8816Copy full SHA for d8c8816
heudiconv/bids.py
@@ -172,7 +172,7 @@ def populate_aggregated_jsons(path):
172
placeholders = {
173
"TaskName": ("TODO: full task name for %s" %
174
task_acq.split('_')[0].split('-')[1]),
175
- "CogAtlasID": "doi:TODO",
+ "CogAtlasID": "http://www.cognitiveatlas.org/task/id/TODO",
176
}
177
if op.lexists(task_file):
178
j = load_json(task_file)
0 commit comments