Update Filenames and data organization authored by Gorka Fraga Gonzalez's avatar Gorka Fraga Gonzalez
......@@ -41,62 +41,14 @@ _\<value\>_ indicates this is a required _value_; _\<(value)\>_ _value_ in brack
Note: each data package may follow different filename conventions (see corresponding ORD wiki section)
```plaintext
Gitlab repository (current)
├── contents
│ └──
│ ├──a.HIS
│ ├──conv.bat
│ ├──output.log
│ ├── 001
│ │ ├── raw
│ │ │ ├──dark.img
│ │ │ ├──q0001.img
│ │ │ ├──...
│ │ │ ├──q1804.img
│ │ │ └──rec00750.tiff
│ │ └── rec
│ │ ├──...
│ │ ├──rec00748.tiff
│ │ ├──rec00749.tiff
│ │ ├──rec00750.tiff
│ │ └──...
│ ├── 002
│ │ ├── raw
│ │ │ ├──dark.img
│ │ │ ├──q0001.img
│ │ │ ├──...
│ │ │ ├──q1804.img
│ │ │ └──rec00750.tiff
│ │ └── rec
│ │ ├──...
│ │ ├──rec00748.tiff
│ │ ├──rec00749.tiff
│ │ ├──rec00750.tiff
│ │ └──...
│ ...
├── JP05-dead-1scan
│ ├── raw
│ │ ├──a.HIS
│ │ ├──conv.bat
│ │ ├──output.log
│ │ ├──dark.img
│ │ ├──q0001.img
│ │ ├──...
│ │ ├──q1804.img
│ │ └──rec00750.tiff
│ └── rec
│ ├──...
│ ├──rec00749.tiff
│ ├──rec00750.tiff
│ └──...
...
AFFORD_website/Docs/content /ORD_index
├── images
│ ├──filename.jpg # Preview images displayed in the table
│ └── ...
├── DummyData1_20241234_subjects.xlsx # Metadata table
└── index.qmd # The R quarto script to render the page
```
#### Preview data folder(content shared)
```plaintext
Preview
├──JP12-dying-10scan-phase1-injection_010_rec00749.jpg
├──JP05-dead-1scan_rec00749.jpg
└──...
```
\ No newline at end of file
\ No newline at end of file