Skip to content

Commit

Permalink
Add pathology and notes entries (#140)
Browse files Browse the repository at this point in the history
* Add pathology and notes entries

* Fix participants.tsv formating

- remove index column
- keep no decimal for weight and height

* remove space typo

* Fix json syntax

---------

Co-authored-by: Mathieu Guay-Paquet <mathieu.guaypaquet@gmail.com>
  • Loading branch information
valosekj and mguaypaq authored Feb 21, 2023
1 parent d9a155b commit 113b258
Show file tree
Hide file tree
Showing 2 changed files with 282 additions and 269 deletions.
15 changes: 14 additions & 1 deletion participants.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,18 @@
"researcher": {
"LongName": "Researcher",
"Description": "Researcher"
}
},
"pathology": {
"Description": "The diagnosis of pathology of the participant",
"LongName": "Pathology name",
"Levels": {
"HC": "Healthy Control",
"DCM": "Degenerative Cervical Myelopathy (synonymous with CSM - Cervical Spondylotic Myelopathy)",
"MildCompression": "Asymptomatic cord compression, without myelopathy"
}
},
"notes": {
"Description": "Notes about the qualitative assessment of T2w images. The evaluation was performed by radiologists Milos Kerkovsky and Tomas Rohan from University Hospital Brno, Brno, Czechia.",
"LongName": "Qualitative assessment notes"
}
}
Loading

0 comments on commit 113b258

Please sign in to comment.