-
Notifications
You must be signed in to change notification settings - Fork 11
Labels
Description
Brain atlas (BA) and Common coordinate space (CS)
- make required:
- 'howToCite' - to provide some information about e.g. authors or when no PID is stated (which is an optional field)
- 'usedSpecies' - inconsistency between BA and CS (CS already requires it); also, we haven't encountered a single example where this is not possible to provide, so let's formalize this (NOTE: values will become more flexible allowing other taxonomic groups, see below)
- make optional:
- 'author' - due to duplication issues and inconsistency between BA and CS (CS does not require it) and other reasons (e.g. GDPR)
- change property and/or value:
- see Allowing other taxonomic ranks stated for brain atlases (changing property "usedSpecies") #293; specific suggestion:
- add new schema category (e.g. 'biologicalTaxon') to applicable existing controlledTerm schemas (i.e., 'biologicalOrder' and 'species')
- change property name 'usedSpecies' to 'usedTaxon'
- change value of property from
"linkedTypes": [ "controlledTerms:Species ]to"_linkedCategories": [ "biologicalTaxon" ]
- see Allowing other taxonomic ranks stated for brain atlases (changing property "usedSpecies") #293; specific suggestion:
Brain atlas version (BAV) and Common coordinate space version (CSV)
- make required:
- 'howToCite' - to provide some information about e.g. authors or when no PID is stated (which is an optional field)
- ' type' of BAV - not sure why this was optional in the first place
- make optional:
- 'coordinateSpace' of BAV - due to parcellation models not having one
- 'license' - inconsistency between BA and CS (CS does not require it) and due to lack of documentation, this is often hard to come by or defined through the copyright
- change instructions:
- see Update instructions for the axes origin of both coordinate space versions #298 ('axisOrigin' of CSV)