forked from ericwhyne/darpa_open_catalog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
00-schema-examples.json
executable file
·67 lines (67 loc) · 2.8 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
[
{
"Type":"Program",
"Schema":
[
{
"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"],
"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"]
}
]
},
{
"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"]
}
]
}
]