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
Studyminimeta spec defines funding for study/dataset as text (source: INM7/Datasets/datasets_repo wiki on Jugit):
Funding (optional): text or list of texts, name(s) of entities that funded the study, e.g "DFG"
Funding (optional): text or list of texts, name(s) of entities that funded the creation of the dataset, e.g "NIH"
Catalog Metadata defines funding as an object with Name, Identifier, and Description fileds.
This is the current translator's get_funding implementation:
Studyminimeta spec defines funding for study/dataset as text (source: INM7/Datasets/datasets_repo wiki on Jugit):
Catalog Metadata defines funding as an object with Name, Identifier, and Description fileds.
This is the current translator's get_funding implementation:
The translator could try to make up the division, e.g. try to match a pattern with semicolons (name; identifier; description) or pipe symbols.
The text was updated successfully, but these errors were encountered: