-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathabcd_ant01_schema
88 lines (88 loc) · 2.86 KB
/
abcd_ant01_schema
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/main/releases/1.0.0/reproschema",
"id": "abcd_ant01_schema",
"category": "Activity",
"schemaVersion": "1.0.0",
"version": "0.0.1",
"ui": {
"addProperties": [
{
"isAbout": "items/anthro_1_height_in",
"variableName": "anthro_1_height_in"
},
{
"isAbout": "items/anthro_timestamp",
"variableName": "anthro_timestamp"
},
{
"isAbout": "items/anthro_waist_cm",
"variableName": "anthro_waist_cm"
},
{
"isAbout": "items/anthro_weight_a_location",
"variableName": "anthro_weight_a_location"
},
{
"isAbout": "items/anthro2heightin",
"variableName": "anthro2heightin"
},
{
"isAbout": "items/anthro3heightin",
"variableName": "anthro3heightin"
},
{
"isAbout": "items/anthroheightcalc",
"variableName": "anthroheightcalc"
},
{
"isAbout": "items/anthroweight1lb",
"variableName": "anthroweight1lb"
},
{
"isAbout": "items/anthroweight2lb",
"variableName": "anthroweight2lb"
},
{
"isAbout": "items/anthroweight3lb",
"variableName": "anthroweight3lb"
},
{
"isAbout": "items/anthroweightcalc",
"variableName": "anthroweightcalc"
},
{
"isAbout": "items/anthroweightcast",
"variableName": "anthroweightcast"
}
],
"order": [
"items/anthro_timestamp",
"items/anthro_waist_cm",
"items/anthro_weight_a_location",
"items/anthro_1_height_in",
"items/anthro2heightin",
"items/anthro3heightin",
"items/anthroweight1lb",
"items/anthroweight2lb",
"items/anthroweight3lb",
"items/anthroweightcast"
],
"shuffle": false
},
"compute": [
{
"jsExpression": "anthro3heightin? (anthro_1_height_in + anthro2heightin + anthro3heightin)/3 : (anthro_1_height_in + anthro2heightin)/2",
"variableName": "anthroheightcalc"
},
{
"jsExpression": "anthro_weight3_1b? (anthro_weight3_1b + anthro_weight2_lb + anthro_weight1_lb)/3 : (anthro_weight1_lb + anthro_weight2_lb)/2",
"variableName": "anthroweightcalc"
}
],
"altLabel": {
"en": "abcd_ant01"
},
"prefLabel": {
"en": "ABCD Youth Anthropometrics Modified From PhenX (ANT)"
}
}