Skip to content

Commit

Permalink
[ENH] add mrs and micr to folders and files pages (#514)
Browse files Browse the repository at this point in the history
* fix missing mrs and micr

* change header
  • Loading branch information
Remi-Gau authored Sep 27, 2024
1 parent 5b0d916 commit 52a8f00
Show file tree
Hide file tree
Showing 6 changed files with 120 additions and 12 deletions.
110 changes: 102 additions & 8 deletions docs/getting_started/folders_and_files/files.md

Large diffs are not rendered by default.

9 changes: 8 additions & 1 deletion docs/getting_started/folders_and_files/folders.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ Represents different types of data. Must be one of:
- `micr`: microscopy data
- `nirs`: near-infrared spectroscopy data
- `motion`: motion capture data
- `magnectic resonance spectroscopy`: motion capture data

The name for the datatype depends on the recording modality.

Expand All @@ -87,12 +88,13 @@ The name for the datatype depends on the recording modality.
.tg .tg-beh{border-color:#000000;color:var(--beh);font-size:18px; text-align:center;vertical-align:middle}
.tg .tg-nirs{border-color:#000000;color:var(--nirs);font-size:18px; text-align:center;vertical-align:middle}
.tg .tg-motion{border-color:#000000;color:var(--motion);font-size:18px; text-align:center;vertical-align:middle}
.tg .tg-mrs{border-color:#000000;color:var(--mrs);font-size:18px; text-align:center;vertical-align:middle}
</style>
<table class="tg">
<thead>
<tr>
<th class="tg-va6w"></th>
<th class="tg-xuqq" colspan="7"><span style="font-weight:bold"><b>modality</b></span></th>
<th class="tg-xuqq" colspan="8"><span style="font-weight:bold"><b>modality</b></span></th>
</tr>
</thead>
<tbody>
Expand All @@ -105,6 +107,7 @@ The name for the datatype depends on the recording modality.
<td class="tg-micr"><b>microscopy</b></td>
<td class="tg-nirs"><b>NIRS</b></td>
<td class="tg-motion"><b>motion</b></td>
<td class="tg-mrs"><b>MRS</b></td>
</tr>
<tr>
<td class="tg-mri">anat</td>
Expand All @@ -114,6 +117,7 @@ The name for the datatype depends on the recording modality.
<td class="tg-micr">micr</td>
<td class="tg-nirs">nirs</td>
<td class="tg-motion">motion</td>
<td class="tg-mrs">mrs</td>
</tr>
<tr>
<td class="tg-mri">func<br></td>
Expand All @@ -123,6 +127,7 @@ The name for the datatype depends on the recording modality.
<td class="tg-micr"></td>
<td class="tg-micr"></td>
<td class="tg-motion"></td>
<td class="tg-mrs"></td>
</tr>
<tr>
<td class="tg-mri">dwi</td>
Expand All @@ -132,6 +137,7 @@ The name for the datatype depends on the recording modality.
<td class="tg-micr"></td>
<td class="tg-micr"></td>
<td class="tg-motion"></td>
<td class="tg-mrs"></td>
</tr>
<tr>
<td class="tg-mri">perf</td>
Expand All @@ -141,6 +147,7 @@ The name for the datatype depends on the recording modality.
<td class="tg-micr"></td>
<td class="tg-micr"></td>
<td class="tg-motion"></td>
<td class="tg-mrs"></td>
</tr>
</tbody>
</table>
Expand Down
2 changes: 1 addition & 1 deletion docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
--beh: #fb9a99;
--nirs: #b2df8a;
--motion: #e31a1c;
--unused: #fdbf6f;
--mrs: #fdbf6f;
--unused2: #ff7f00;
--unused3: #cab2d6;
--unused4: #ffff99;
Expand Down
1 change: 1 addition & 0 deletions requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
gender_guesser
geopy
markdown-it-py
mkdocs-material[imaging]
mkdocs-macros-plugin
mkdocs-open-in-new-tab
Expand Down
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,16 @@ markdown==3.6
# mkdocs
# mkdocs-material
# pymdown-extensions
markdown-it-py==3.0.0
# via -r requirements.in
markupsafe==2.1.5
# via
# jinja2
# mkdocs
matplotlib==3.9.0
# via seaborn
mdurl==0.1.2
# via markdown-it-py
mergedeep==1.3.4
# via
# mkdocs
Expand Down
6 changes: 4 additions & 2 deletions tools/build/print_filename_templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@
"eeg",
"ieeg",
"meg",
"pet",
"nirs",
"micr",
"motion",
"mrs",
"nirs",
"pet",
]


Expand Down

0 comments on commit 52a8f00

Please sign in to comment.