Taylor Salo
Taylor Salo
The only thing I'm having trouble with is keeping the text after the nested list in the data type definition within the overall common principles list. At the moment, it...
Thanks for your review @Remi-Gau!
I am reticent to directly encode the inheritance principle into the schema. At the moment, `.json` is treated as an extension like any other, rather than as a special sidecar...
I agree that we should figure out how to distinguish extensions that form sets from ones that do not (and are thus mutually exclusive). I think JSON is still a...
@effigies I think it's all good now.
As a rule of thumb, we have generally included the DICOM tags in the object definitions by default, and then moved them to tables if and when we came across...
Also see https://github.com/bids-standard/bids-specification/pull/923#issuecomment-990094903.
I have tried using `md-tooltips` and `md-tooltips-link` in conjunction with the `mkdocs-macros`-generated glossary proposed in #923 on a local branch, but the tooltips aren't indexing the glossary. I assume the...
How do folks feel about the following patterns for links? - Link to metadata field "Anaesthesia": `` :metadata:`Anaesthesia` `` - Link to suffix "T1w": `` :suffixes:`T1w` `` - Link to...
I am confident I can write the Python function necessary to replace these patterns with hyperlinks in the markdown files, but I _don't_ know how to run code on entire...