Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 768 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 768 Bytes

bids-methods

Repository for templates to generate methods section descriptions of BIDS datasets

These templates use the Mustache templating language: https://mustache.github.io/

Code style

When some BIDS metadata is used "as is" as a mustache variable, we kept its original name and use CamelCase.

The data acquisition was performed in the {{ InstitutionName }}, {{ InstitutionalDepartmentName }}, {{ InstitutionAddress }}.

For some other metadata eventhough we changed their name for the mustache variable. For some this was to enforce using a more appropriate unit for methods reporting.

For example we do:

repetition time, TR= {{ tr }} ms;

instead of

repetition time, TR= {{ RepetitionTime }} seconds;