psychoinformatics-de / datalad-hirni

DataLad extension for (semi-)automated, reproducible processing of (medical/neuro)imaging data
http://datalad.org
Other
5 stars 8 forks source link

Manually modified dataset_description.json not seen in webapp #189

Open manuelakuhn opened 3 years ago

manuelakuhn commented 3 years ago

Adding an author manually to dataset_description.json does not match entries seen in webapp. You can tell that it recognize the number of authors specified in the array, but not their name.

$ datalad create -c hirni sourcedata
$ cd sourcedata

modify dataset_description.json

$ git diff
diff --git a/dataset_description.json b/dataset_description.json
index 139b8c3..40daabe 100644
--- a/dataset_description.json
+++ b/dataset_description.json
@@ -2,7 +2,7 @@
 "Acknowledgements":
 "",
 "Authors":
-[],
+["last_name, first_name"],
 "BIDSVersion":
 "1.1.1",
 "DatasetDOI":
$ datalad webapp --dataset . hirni

-> Edit study metadata -> one author listed, but no name filled in