You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This came from a convo I had with Matt Lewis at the BRAIN meeting. He was asking for a place to put protocols.io IDs. Currently, the DANDI Archive has a metadata slot that expects these IDs. We have a field called protocol:
A list of persistent URLs describing the protocols (e.g., protocols.io, or other DOIs).
We could change the NWBFile protocol doc to say:
A comma-separated list of persistent URLs describing the protocols, such as protocols.io or other DOIs.
For example: "https://dx.doi.org/10.17504/protocols.io.e6nvwjo87lmk/v2".
Users could additionally use HERD to link this field and value to the URI https://dx.doi.org/10.17504/protocols.io.e6nvwjo87lmk/v2.
(We could also make this a 1-D array of protocol DOIs. Providing more than 1 DOI hasn't come up yet, so maybe it's best to just punt on this until it is needed since it is a more complicated change.)
This came from a convo I had with Matt Lewis at the BRAIN meeting. He was asking for a place to put protocols.io IDs. Currently, the DANDI Archive has a metadata slot that expects these IDs. We have a field called protocol:
nwb-schema/core/nwb.file.yaml
Lines 215 to 218 in 3ad7aa3
As far as I know this is rarely used, but we could change the description a bit to encourage users to provide their protocols.io IDs here.
The text was updated successfully, but these errors were encountered: