Skip to content
Merged
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
2 changes: 1 addition & 1 deletion docs/source/policies_practices/data_organization.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ All primary data assets have the following naming convention:

A few points:

- Format `<acquisition-start-datetime>: yyyymmdd_HH-MM-SS`
- Format `<acquisition-start-datetime>: YYYY-MM-DD_hh-mm-ss`
- This should be the start of acquisition, in the local time zone.
- The local time-zone is documented in metadata files
- All tokens (e.g. `<subject-id>`) must not contain underscores or illegal filename characters. Subject ID is not strictly necessary – only the timestamp is essential. However, it is part of the current naming convention because it helps people visually browse for data.
Expand Down
Loading