We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
came up in the course of
_ids which are named for 3 out of 4 {entitylongname}_id (and value is {entityshortname}-{value} )
_id
{entitylongname}_id
{entityshortname}-{value}
❯ grep '_id:$' objects/columns.yaml desc_id: participant_id: sample_id: session_id:
but I guess could be generalized for any entity (context: #54 ).
I think we should harmonize desc_id -> description_id and ensure we have value to be desc-{label} not just {label} as it is now in https://github.com/bids-standard/bids-specification/blob/master/src/derivatives/common-data-types.md?plain=1#L331 .
desc_id
description_id
desc-{label}
{label}
ATTN @bids-standard/bep016 folks (no team yet, sorry, hence @CPernet @tsalo as added/touched relevant stuff)
TODOs
{entitylongnameplural}.tsv
The text was updated successfully, but these errors were encountered:
@bids-standard/derivatives-mri-dwi Would probably be the BEP16 team.
Sorry, something went wrong.
Not sure if BEP016 is the right ping here; not doing anything in particular with _desc- there.
_desc-
No branches or pull requests
came up in the course of
_id
s which are named for 3 out of 4{entitylongname}_id
(and value is{entityshortname}-{value}
)❯ grep '_id:$' objects/columns.yaml desc_id: participant_id: sample_id: session_id:
but I guess could be generalized for any entity (context: #54 ).
I think we should harmonize
desc_id
->description_id
and ensure we have value to bedesc-{label}
not just{label}
as it is now in https://github.com/bids-standard/bids-specification/blob/master/src/derivatives/common-data-types.md?plain=1#L331 .ATTN @bids-standard/bep016 folks (no team yet, sorry, hence @CPernet @tsalo as added/touched relevant stuff)
TODOs
{entitylongname}_id
in a corresponding{entitylongnameplural}.tsv
.The text was updated successfully, but these errors were encountered: