dandi / dandi-archive

DANDI API server and Web app
https://dandiarchive.org
13 stars 9 forks source link

more info on landing page #1198

Open satra opened 2 years ago

satra commented 2 years ago

we were just having a discussion about standards and versions on the bcdc call. and i think we should try to indicate which nwb extensions and versions a given dandiset contains, and similarly also for bids.

if it's helpful we can add some fields to the assetsSummary to indicate this.

waxlamp commented 2 years ago

This is information that would be surfaced during asset metadata extraction/validation, is that right? IIUC, then we can extend the DLP to know about and display this extra information.

satra commented 2 years ago

this would likely require a task or a metadata entry in the asset schema, which can then be aggregated. since the only way to know the version of an nwb or other format would be to actually read that info embedded in the format. hence i was partly thinking of this as a db operation rather than a metadata operation at this moment.