Skip to content

Commit

Permalink
Merge pull request #196 from Code-dot-mil/arl-code-json-updates
Browse files Browse the repository at this point in the history
Added ARL projects from their main org (for repos that have one) to code.json
  • Loading branch information
Jordan Kasper authored May 17, 2018
2 parents 62dd449 + b1f1dfa commit 09c423f
Showing 1 changed file with 106 additions and 0 deletions.
106 changes: 106 additions & 0 deletions code.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": ""
}
]
}

0 comments on commit 09c423f

Please sign in to comment.