forked from ericwhyne/darpa_open_catalog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
00-schema-examples.json
executable file
·186 lines (185 loc) · 6.79 KB
/
00-schema-examples.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
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
[
{
"Type":"Office",
"Schema":[
{
"DARPA Office": "BTO",
"DARPA Long Name": "Biological Technologies Office",
"DARPA Office Description": "The Biology, Technology & Complexity office focuses on...",
"DARPA Office Color": "D35C00",
"DARPA Link" : "http://www.darpa.mil/Our_Work/BTO/"
}
]
},
{
"Type":"Program",
"Schema":[
{
"DARPA Office":"",
"DARPA Program Name":"XDATA",
"Long Name":"XDATA",
"Program Teams":[
""
],
"Link":"http://www.darpa.mil/Our_Work/I2O/Programs/XDATA.aspx",
"Display Software Columns":[
"Team",
"Project",
"Description",
"Instructional Material",
"Category",
"Code",
"Stats",
"License"
],
"Display Pubs Columns":[
"Team",
"Title",
"Link"
],
"Display Data Columns":[
"Industry",
"Name",
"Description",
"Total Rows",
"Total Columns"
],
"Display Example Columns":[
"Name",
"Team",
"Description",
"Instructional Material",
"Link"
],
"Description":"XDATA is developing an open source software library for big data to help overcome the challenges of effectively scaling to modern data volume and characteristics. The program is developing the tools and techniques to process and analyze large sets of imperfect, incomplete data. Its programs and publications focus on the areas of analytics, visualization, and infrastructure to efficiently fuse, analyze and disseminate these large volumes of data.",
"Program Manager Link":"http://www.darpa.mil/Our_Work/I2O/Personnel/Dr_Christopher_White.aspx",
"Program Manager":"Dr. Christopher White",
"Program Manager Email":"[email protected]",
"Image":"XDATA-image.png"
}
]
},
{
"Type":"Software",
"Schema":[
{
"DARPA Program":"XDATA",
"Program Teams":[
"Harvard",
"Kitware, Inc."
],
"Contributors":[
"Johannes Kepler University Linz"
],
"Sub-contractors":[
""
],
"Software":"LineUp Web",
"Internal Link":"https://xd-wiki.xdata.data-tactics-corp.com:8443/display/VIS/Visual+Design+Environment-Kitware+Home",
"External Link":"http://lineup.caleydo.org",
"Public Code Repo":"2014-06",
"Instructional Material":"2014-07",
"Stats":"",
"Description":"LineUpWeb is the web version of the novel and scalable visualization technique. This interactive technique supports the ranking of items based on multiple heterogeneous attributes with different scales and semantics. It enables users to interactively combine attributes and flexibly refine parameters to explore the effect of changes in the attribute combination.",
"Internal Code Repo":"tools\\visualizations\\kitware\\xdata-apps",
"License":[
"BSD"
],
"Languages":[
""
],
"Platform Requirements":[
""
],
"Dependent modules":[
""
],
"Dependent module URLs":[
""
],
"Component modules":[
""
],
"Component module URLs":[
""
],
"Industry":[
""
],
"Functionality":[
""
],
"Categories":[
"Visualization"
],
"New Date":"Date approved to go live in yyyymmdd format",
"Update Date":"Date updated with new information in yyyymmdd format"
}
]
},
{
"Type":"Publication",
"Schema":[
{
"DARPA Program":"XDATA",
"Program Teams":[
"Boeing/Pitt"
],
"Title":"Impact of Precision of Bayesian Network Parameters on Accuracy of Medical Diagnostic Systems",
"Authors":[
"A. Onisko",
"M. J. Druzdzel"
],
"Link":"http://www.ncbi.nlm.nih.gov/pubmed/23466438",
"Categories":[
"Applications and Expert Systems",
"Model Validation and Analysis"
],
"Subcategories":[
""
],
"ACM 1998 classification code":[
"I.2.1",
"I.6.4"
],
"New Date":"Date approved to go live in yyyymmdd format",
"Update Date":"Date updated with new information in yyyymmdd format"
}
]
},
{
"Type":"Data",
"Schema":[
{
"DARPA Program":"XDATA",
"Data Set Name":"Boeing/Pitt",
"Description":"Impact of Precision of Bayesian Network Parameters on Accuracy of Medical Diagnostic Systems",
"Number of Rows":"whole number",
"Number of Columns":"whole number",
"Industry":[
"Applications and Expert Systems",
"Model Validation and Analysis"
],
"New Date":"Date approved to go live in yyyymmdd format",
"Update Date":"Date updated with new information in yyyymmdd format"
}
]
},
{
"Type":"Example",
"Schema":[
{
"Application Name":"Fake Application",
"Teams":[
"Boeing",
"L-3"
],
"Description":"A fake example",
"Instructional Material":"http://www.example.com/demo",
"Link":"http://www.example.com",
"New Date":"Date approved to go live in yyyymmdd format",
"Update Date":"Date updated with new information in yyyymmdd format"
}
]
}
]