瀏覽代碼

modality agnostic

Giacomo Bertazzoli 3 年之前
父節點
當前提交
baabc983e0
共有 4 個文件被更改,包括 61 次插入0 次删除
  1. 1 0
      .bidsignore
  2. 19 0
      dataset_description.json
  3. 24 0
      participants.json
  4. 17 0
      participants.tsv

+ 1 - 0
.bidsignore

@@ -0,0 +1 @@
+**/*_TMSspec.json

+ 19 - 0
dataset_description.json

@@ -0,0 +1,19 @@
+{
+	"Authors":[
+		"Giacomo Bertazzoli",
+		"Romina Esposito",
+		"Vittorio Iacovella",
+		"Marta Bortoletto",
+		"Carlo Miniussi"
+	],
+	"BIDSVersion":"1.5.0",
+	"DatasetType":"raw",
+	"EthicsApprovals":[
+		"The study followed the Helsinki Declaration guidelines and was approved by the Human Research Ethical Committee of the University of Trento (protocol number 2017-014)"
+	],
+	"Funding":[
+		"This work was supported by the Center of Mind\/Brain Sciences - CIMeC - University of Trento by Fondazione Caritro, by the Italian Ministry of Health "
+	],
+	"License":"CC-BY-SA",
+	"Name":"Concurrent Transcranial Magnetic Stimulation (TMS) and Electroencephalography (EEG) for the exploration of brain connectivity"
+}

+ 24 - 0
participants.json

@@ -0,0 +1,24 @@
+{
+	"age" : {
+		"Description" : "age of the partecipant",
+		"Units" : "years"
+		},
+	"sex" : {
+		"Description" : "sex of the partecipant",
+		"Levels" : {
+			"M" : "Male",
+			"F" : "Female"
+			}
+		},
+	"group" : {
+		"Description" : "experimental group. In this study all partecipants are young healthy subjects (HC)"
+		},
+	"MastoidDistance" : {
+		"Description" : "Distance between mastoids passing through Cz",
+		"Units" : "cm"
+		},
+	"NasionInionDistance" : {
+		"Description" : "Distance between nasion and inion passing through Cz",
+		"Units" : "cm"
+		}
+	}

+ 17 - 0
participants.tsv

@@ -0,0 +1,17 @@
+participant_id	age	sex	group	MastoidDistance	NasionInionDistance
+sub-04	20	F	HC	37	35
+sub-14	28	M	HC	36	35
+sub-15	25	F	HC	34	36
+sub-09	28	F	HC	38	34
+sub-10	30	F	HC	35	34
+sub-07	24	F	HC	37	36
+sub-08	25	M	HC	40	38
+sub-16	23	M	HC	38	38
+sub-02	27	M	HC	38	38
+sub-11	28	M	HC	38	37
+sub-05	23	M	HC	38	38
+sub-06	26	F	HC	36	35
+sub-01	26	M	HC	35	36
+sub-03	29	M	HC	36	35
+sub-13	22	F	HC	39	38
+sub-12	28	M	HC	38	39