forked from sccn/eeglab_deep_learning
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathparticipants.json
53 lines (53 loc) · 1.27 KB
/
participants.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"participant_id": {
"LongName": "Participant identifier",
"Description": "Unique participant identifier"
},
"gender": {
"Description": "Sex of the participant",
"Levels": {
"M": "male",
"F": "female"
}
},
"age": {
"Description": "age of the participant",
"Units": "years"
},
"group": {
"Description": "Type of medication",
"Levels": {
"CTR": "Control participants",
"HTR": "Meditators in the Himalayan tradition",
"SNY": "Meditators in the Isha tradition",
"VIP": "Meditators in the Vipassana tradition"
}
},
"ethnicity": {
"Levels": {
"indian": "Participant of indian origin",
"caucasian": "Participant of caucasian origin)"
}
},
"first_session": {
"Levels": {
"meditation": "The first session was a meditation session",
"thinking": "The first session was a thinking session"
}
},
"sleep": {
"Description": "Average number of hours of sleep per night",
"Units": "hours"
},
"education": {
"Description": "Number of years of university",
"Units": "years"
},
"years_of_practice": {
"Description": "Number of years of meditation practice",
"Units": "years"
},
"notes": {
"Description": "Notes about the participant"
}
}