-
Notifications
You must be signed in to change notification settings - Fork 3
/
code.json
51 lines (51 loc) · 2 KB
/
code.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
{
"version": "2.0.0",
"agency": "DOD",
"measurementType": {
"method": "other",
"ifOther": "Projects costs are measured in laborHours."
},
"releases": [
{
"name": "U.S. Army Research Laboratory (ARL) Discrete Chemical Compound Space Optimization (DCCSO)",
"organization": "US Army Research Laboratory",
"description": "ARL DCCSO provides a framework for (constrained) optimization of molecular properties over a combinatorial set of molecules. ",
"tags": [
"constrained optimization", "chemistry"
],
"contact": {
"email": "berend.c.rinderspacher.civ@mail.mil",
},
"status": "Production",
"vcs": "git",
"downloadURL": "https://github.com/USArmyResearchLab/ARL_Discrete_Chemical_Compound_Space_Optimization/",
"repositoryURL": "https://github.com/USArmyResearchLab/ARL_Discrete_Chemical_Compound_Space_Optimization/",
"homepageURL": "https://github.com/USArmyResearchLab/ARL_Discrete_Chemical_Compound_Space_Optimization/",
"languages": ["C++"],
"partners": [],
"permissions": {
"licenses": [
{
"URL": "https://github.com/USArmyResearchLab/DCCSO/blob/master/LICENSE",
"name": "CC0"
},
{
"URL": "http://apache.org/licenses/LICENSE-2.0",
"name": "Apache 2.0"
}
],
"usageType": "openSource",
"exemptionText": null
},
"laborHours": 2080,
"version": "1.0.0",
"date": {
"created": "2017-09-30",
"lastModified": "2017-09-30",
"metadataLastUpdated": "2017-09-30"
},
"disclaimerText": "",
"disclaimerURL": ""
}
]
}