-
Notifications
You must be signed in to change notification settings - Fork 11
/
published-plugins.json
162 lines (162 loc) · 4.45 KB
/
published-plugins.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
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
[
{
"title": "Sampler",
"description": "Create random datasets from scratch or existing datasets.",
"title-string": "DG.plugin.Sampler.title",
"description-string": "DG.plugin.Sampler.description",
"width": 232,
"height": 400,
"path": "/TP-Sampler/index.html",
"icon": "/TP-Sampler/icon-sampler.svg",
"visible": "true",
"aegis": "ESTEEM",
"isStandard": "true",
"categories": [
"Partners",
"Generators"
]
},
{
"title": "Scrambler",
"description": "Test hypotheses by randomly varying an attribute.",
"title-string": "DG.plugin.Scrambler.name",
"description-string": "DG.plugin.Scrambler.description",
"width": 400,
"height": 600,
"path": "/eepsmedia/plugins/scrambler/index.html",
"icon": "/eepsmedia/plugins/scrambler/images/whisk_on_side.svg",
"visible": "true",
"isStandard": "true",
"categories": [
"Tools",
"Partners"
]
},
{
"title": "Testimate",
"description": "Test hypotheses using classical inferential methods.",
"title-string": "DG.plugin.Testimate.name",
"description-string": "DG.plugin.Testimate.description",
"width": 400,
"height": 600,
"path": "/eepsmedia/plugins/testimate/index.html",
"icon": "/eepsmedia/plugins/testimate/art/chisq.svg",
"visible": "true",
"isStandard": "true",
"categories": [
"Tools",
"Partners"
]
},
{
"title": "Draw Tool",
"description": "Annotate an image.",
"title-string": "DG.plugin.DrawTool.title",
"description-string": "DG.plugin.DrawTool.description",
"width": 600,
"height": 400,
"path": "/DrawTool/index.html",
"icon": "/DrawTool/icon-draw-tool.svg",
"visible": true,
"isStandard": "true",
"categories": [
"Utilities",
"Tools"
]
},
{
"title": "Microdata Portal",
"description": "Investigate populations from the US census at the individual level.",
"title-string": "DG.plugin.MicrodataPortal.title",
"description-string": "DG.plugin.MicrodataPortal.description",
"path": "/sdlc/plugin/index.html",
"icon": "/sdlc/plugin/assets/images/icon-microdata-portal.svg",
"aegis": "SDLC",
"visible": true,
"width": 380,
"height": 520,
"isStandard": "true",
"categories": [
"Partners",
"Portals"
]
},
{
"title": "NOAA Weather",
"description": "Investigate historical weather patterns",
"title-string": "DG.plugin.NOAA-weather.title",
"description-string": "DG.plugin.NOAA-weather.description",
"width": 380,
"height": 490,
"path": "/noaa-codap-plugin/index.html",
"icon": "/noaa-codap-plugin/assets/images/icon-noaa-weather.svg",
"visible": "true",
"isStandard": "true",
"categories": [
"Partners",
"Portals"
]
},
{
"title": "Choosy",
"description": "Organize and simplify datasets, especially those with many attributes.",
"title-string": "DG.plugin.Choosy.title",
"description-string": "DG.plugin.Choosy.description",
"width": 400,
"height": 600,
"icon": "/eepsmedia/plugins/Choosy/art/choosy.svg",
"path": "/eepsmedia/plugins/Choosy/index.html",
"visible": "false",
"isStandard": "true",
"categories": [
"Partners",
"Tools"
]
},
{
"title": "Transformers",
"description": "Transform datasets with a collection of powerful tools",
"title-string": "DG.plugin.Transformers.title",
"description-string": "DG.plugin.Transformers.description",
"width": 350,
"height": 450,
"icon": "/codap-transformers/transformers-icon-small.svg",
"path": "/codap-transformers/",
"visible": "false",
"isStandard": "true",
"categories": [
"Partners",
"Tools"
]
},
{
"title": "Sonify",
"description": "Listen to your data",
"width": 325,
"height": 274,
"path": "/Sonify/index.html",
"icon": "/Sonify/src/assets/sonify.svg",
"visible": "true",
"isStandard": "true",
"categories": [
"Partners",
"Tools"
]
},
{
"title": "Story Builder",
"description": "Create a narrative of your investigation",
"title-string": "DG.plugin.StoryBuilder.pluginName",
"description-string": "DG.plugin.StoryBuilder.description",
"width": 800,
"height": 130,
"path": "/story-builder/",
"icon": "/story-builder/story-builder-icon.svg",
"visible": "false",
"isStandard": "true",
"categories": [
"Partners",
"Tools"
]
}
]