datalad / datalad-catalog

Create a user-friendly data catalog from structured metadata
https://datalad-catalog.netlify.app
MIT License
14 stars 12 forks source link

question: the source of metadata for a demo dataset #338

Open yarikoptic opened 9 months ago

yarikoptic commented 9 months ago

demo dataset on https://datalad.github.io/datalad-catalog/#/dataset/deabeb9b-7a37-4062-a1e0-8fcef7909609/6d7fb68264f9b9951ae141fc830712a8744e3293 is coming from https://github.com/psychoinformatics-de/studyforrest-data .

But I do not see the metadata record which contains all that metadata which I guess was extracted using metalad_studyminmeta. E.g. if I search for sample metadata value -- the grant number -- https://github.com/search?q=repo%3Apsychoinformatics-de%2Fstudyforrest-data%2001GQ1411&type=code I see no hits.

yarikoptic commented 9 months ago

according to github search there is not a single dataset with the .studyminimeta.yaml file: https://github.com/search?q=path%3A.studyminimeta.yaml&type=code . So really not clear where that all glorious metadata is coming from

jsheunis commented 9 months ago

Hey @yarikoptic

I think I generated that locally. However, the goal was at some point to update the studyforrest dataset (and subdatasets) with appropriate metadata. The one accessible example I can find is here: https://github.com/psychoinformatics-de/studyforrest-data/pull/61/files, and I'm pretty sure that contains the metadata that went into the catalog demo.

yarikoptic commented 9 months ago

awesome -- thank you @jsheunis ! would be great to see that PR finalized. Pretty much this issue is blocked by it .
according to the https://github.blog/2013-03-18-closing-issues-across-repositories/ it might be possible to add fixes datalad/datalad-catalog#338 to that PR