-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexperimental-data.json
More file actions
58 lines (58 loc) · 2.08 KB
/
experimental-data.json
File metadata and controls
58 lines (58 loc) · 2.08 KB
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
54
55
56
57
58
[
{
"csv_file": "./experimental-data/hypercapnea/v_RVLM-with-noise.csv",
"description": "Sympathetic activity during hypercapnea simulation",
"protocol": "./reveal/hypercapnea-simulation.omex",
"thumbnail": "./experimental-data/hypercapnea/v_RVLM-with-noise.csv.png",
"columns": [
{
"name": "t",
"cellml_variable": "main/t"
},
{
"name": "v_RVLM",
"cellml_variable": "main/v_RVLM",
"anatomic_location": "UBERON:0005807"
}
]
},
{
"csv_file": "./experimental-data/vagal-stimulation/heart-period-15Hz-stimulus-with-noise.csv",
"description": "Heart rate during vagal stimulation simulation",
"protocol": "./reveal/vagal-stimulation-simulation.omex",
"thumbnail": "./experimental-data/vagal-stimulation/heart-period-15Hz-stimulus-with-noise.csv.png",
"columns": [
{
"name": "t",
"cellml_variable": "main/t"
},
{
"name": "heart_period",
"cellml_variable": "main/T_wCont",
"anatomic_location": "UBERON:0000948"
}
]
},
{
"csv_file": "./experimental-data/vagal-stimulation/pressure-15Hz-stimulus-with-noise.csv",
"description": "Blood pressure during vagal stimulation simulation",
"protocol": "./reveal/vagal-stimulation-simulation.omex",
"thumbnail": "./experimental-data/vagal-stimulation/pressure-15Hz-stimulus-with-noise.csv.png",
"columns": [
{
"name": "t",
"cellml_variable": "main/t"
},
{
"name": "left_ventricle_pressure",
"cellml_variable": "main/u_lv",
"anatomic_location": "UBERON:0002084"
},
{
"name": "ascending_aorta_pressure",
"cellml_variable": "main/u_AA",
"anatomic_location": "UBERON:0001496"
}
]
}
]