Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions src/common-principles.md
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ Derivatives can be stored/distributed in two ways:
Extra documentation (and relevant images) MAY be included in the `docs/` subdirectory.
Logs from running the code or other commands MAY be stored under `logs/` subdirectory.

Example of a derivative dataset including the raw dataset as source:
Example of a derivative dataset including the BIDS raw dataset as source:

<!-- This block generates a file tree.
A guide for using macros can be found at
Expand All @@ -367,9 +367,11 @@ Derivatives can be stored/distributed in two ways:
"...": "",
},
"sourcedata": {
"sub-01": {},
"sub-02": {},
"...": "",
"raw": {
"sub-01": {},
"sub-02": {},
"...": "",
},
},
"sub-01": {},
"sub-02": {},
Expand Down
Loading