-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.json
53 lines (53 loc) · 1.2 KB
/
config.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
{
"name": "Vizr - Visualizer for temporal summary reporting",
"namespace": "Octri\\Vizr",
"description": "Create temporal bar charts that visualize the collection, over time, of specific data points captured in a project's individual records, and optionally, compare that data to projected targets",
"authors": [
{
"name": "Erik Benton",
"email": "benton@ohsu.edu",
"institution": "OHSU"
},
{
"name": "Heath Harrelson",
"email": "harrelst@ohsu.edu",
"institution": "OHSU"
},
{
"name": "Matthew Lawhead",
"email": "lawhead@ohsu.edu",
"institution": "OHSU"
},
{
"name": "Liz Moyer",
"email": "moyerel@ohsu.edu",
"institution": "OHSU"
},
{
"name": "Weldon Sams ",
"email": "sams@ohsu.edu",
"institution": "OHSU"
},
{
"name": "Amy Yates",
"email": "yateam@ohsu.edu",
"institution": "OHSU"
}
],
"compatibility": {
"redcap-version-min": "13.4.0",
"redcap-version-max": ""
},
"permissions": [
"select_data"
],
"links": {
"project": [
{
"name": "Vizr",
"icon": "brick",
"url": "index.php"
}
]
}
}