This is a Wiki page documenting dummy data and metadata. We want to demonstrate what information is important to include next to a data index. There are many variations possible to a Filenaming Convention. The recommendation is to follow standards available in the field or to adapt them if needed, preferrably after discussing it with colleagues. We provide general guidelines in our CRS Primer on [File Naming conventions](https://zenodo.org/records/10091967). An example of a domain-specific standard is [Brain Imaging Data Structure - BIDS](https://bids-standard.github.io/bids-starter-kit/folders_and_files/files.html).
This is a Wiki page documenting dummy data and metadata. We want to demonstrate what information is important to include next to a data index. There are many variations possible to a Filenaming Convention. The recommendation is to follow standards available in the field or to adapt them if needed, preferrably after discussing it with colleagues. We provide general guidelines in our CRS Primer on [File Naming conventions](https://zenodo.org/records/10091967). An example of a domain-specific standard is [Brain Imaging Data Structure - BIDS](https://bids-standard.github.io/bids-starter-kit/folders_and_files/files.html).
The following schema was used in our dummy dataset (there is no real meaning to the different values and labels, but they are based on the type of information you may find in some imaging data). There are also some parts of the filename that are not present in all filenames and for which the content may vary accross files, as it often happens with real data.
...
...
@@ -26,19 +26,17 @@ _\<value\>_ indicates that this is a required _value_; _\<(value)\>_ _value_ in
`scanID`: _num_, scan number (e.g., 1scan or scan1)
`description`: OPTIONAL _str | num_, some files have additional descriptions of number of scans, recording times, anatomy, state, version, etc. (e.g., DS09_statA_20scan-ph1-Int_002_slc1234.jpg). Ph = phase, Int = intra, V1-N = version 1-N
`description`: OPTIONAL _str | num_, some files have additional descriptions of number of scans, recording times, anatomy, state, version, etc. (e.g., DS09_statA_20scan-ph1-Int_002_slc1234.jpg). Ph = phase, Int = intra, V1-N = version 1-N
`seq`: _num_, sequence number in the scanning session (e.g., 003)
`slice`: num_, slice from a (dummy) reconstructed image (slc1234 = slice 1234 )
`slice`: num\_, slice from a (dummy) reconstructed image (slc1234 = slice 1234 )
`.ext`: _str_, extension indicating file format (e.g, .jpg for compressed pictures for preview)
## Folder organization
#### Data folders
Note: each data package may follow different filename conventions (see corresponding ORD wiki section)