Skip to content

Repository for templates to generate methods section descriptions of BIDS datasets

License

Notifications You must be signed in to change notification settings

bids-standard/bids-methods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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;

About

Repository for templates to generate methods section descriptions of BIDS datasets

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published