-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #196 from Code-dot-mil/arl-code-json-updates
Added ARL projects from their main org (for repos that have one) to code.json
- Loading branch information
Showing
1 changed file
with
106 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -305,6 +305,112 @@ | |
"lastModified": "2017-11-16T12:25:00Z", | ||
"metadataLastUpdated": "2018-03-15T20:31:00Z" | ||
} | ||
}, | ||
{ | ||
"name": "The U.S. Army Research Laboratory (ARL) Software Release Process for Unrestricted Public Release", | ||
"organization": "US Army Research Laboratory", | ||
"description": "This document provides procedures that ARL Government personnel MUST follow when releasing software source code and software-related material to the public, and for accepting software-related contributions from the general public.", | ||
"license": "https://github.com/USArmyResearchLab/ARL-Open-Source-Guidance-and-Instructions/blob/master/LICENSE.txt", | ||
"openSourceProject": 0, | ||
"governmentWideReuseProject": 1, | ||
"tags": [ | ||
"policy" | ||
], | ||
"contact": { | ||
"email": "[email protected]" | ||
}, | ||
"status": "Production", | ||
"vcs": "git", | ||
"repository": "https://github.com/USArmyResearchLab/ARL-Open-Source-Guidance-and-Instructions", | ||
"homepage": "https://github.com/USArmyResearchLab/ARL-Open-Source-Guidance-and-Instructions", | ||
"downloadURL": "https://github.com/USArmyResearchLab/ARL-Open-Source-Guidance-and-Instructions", | ||
"languages": [], | ||
"partners": [], | ||
"exemption": null, | ||
"exemptionText": "No exemption requested", | ||
"updated": { | ||
"lastCommit": "2017-02-28", | ||
"metadataLastUpdated": "2017-02-28", | ||
"lastModified": "2017-02-28" | ||
} | ||
}, | ||
{ | ||
"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": "[email protected]", | ||
}, | ||
"status": "Production", | ||
"vcs": "git", | ||
"downloadURL": "https://github.com/USArmyResearchLab/DCCSO", | ||
"repositoryURL": "https://github.com/USArmyResearchLab/DCCSO", | ||
"homepageURL": "https://github.com/USArmyResearchLab/DCCSO", | ||
"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": "" | ||
}, | ||
{ | ||
"name": "ARL_Topologies", | ||
"organization": "US Army Research Laboratory", | ||
"description": "ARL_Topologies is an extensible topology optimization program meant to be both a research platform and usable in general.", | ||
"tags": [ | ||
"policy" | ||
], | ||
"contact": { | ||
"email": "[email protected]" | ||
}, | ||
"status": "Development", | ||
"vcs": "git", | ||
"downloadURL": "https://github.com/USArmyResearchLab/ARL_Topologies", | ||
"repositoryURL": "https://github.com/USArmyResearchLab/ARL_Topologies", | ||
"homepageURL": "https://github.com/USArmyResearchLab/ARL_Topologies", | ||
"languages": [], | ||
"partners": [], | ||
"permissions": { | ||
"licenses": [ | ||
{ | ||
"URL": "https://github.com/USArmyResearchLab/ARL_Topologies/blob/master/LICENSE.txt", | ||
"name": "CC0" | ||
} | ||
], | ||
"usageType": "openSource", | ||
"exemptionText": null | ||
}, | ||
"laborHours": 500, | ||
"version": "1.0.0", | ||
"date": { | ||
"created": "2017-09-06", | ||
"lastModified": "2017-09-06", | ||
"metadataLastUpdated": "2017-09-06" | ||
}, | ||
"disclaimerText": "", | ||
"disclaimerURL": "" | ||
} | ||
] | ||
} |