WIP: adds superdataset metadata in studyminimeta.yaml#61
WIP: adds superdataset metadata in studyminimeta.yaml#61jsheunis wants to merge 2 commits intopsychoinformatics-de:masterfrom
Conversation
|
Wait, I used |
Yep, to Git would make it actually reviewable :) This should get it into Git. |
|
ping on this PR -- would be great to see it finalized/merged to get a complete dataset for the https://datalad.github.io/datalad-catalog/ demo. |
adswa
left a comment
There was a problem hiding this comment.
from a cursory read this looks ok to me
|
|
||
| # person information, one record for every email-key used above | ||
| person: | ||
| a@fz-juelich.de: |
There was a problem hiding this comment.
Since it would be a great example to follow, I decided to ask a clarification question: why did you side for the meaningless a, b, c, d which might generally result in a confusion and misattribution (mixing up one person ID over another) in favor over some
- clearly not a valid email
- including the actual name
| a@fz-juelich.de: | |
| person-ayan-sengupta: |
or even just
| a@fz-juelich.de: | |
| ayan-sengupta: |
or alike?
This adds a
.studyminimeta.yamlfile with some basic metadata for the SF superdataset.The impetus behind this is to be able to render a pretty catalog, without missing data, from the SF super and subdatasets.
TODO:
Comments by @mih @adswa @loj et al welcome.