Skip to content

Commit 09c423f

Browse files
author
Jordan Kasper
authored
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
2 parents 62dd449 + b1f1dfa commit 09c423f

File tree

1 file changed

+106
-0
lines changed

1 file changed

+106
-0
lines changed

code.json

Lines changed: 106 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,112 @@
305305
"lastModified": "2017-11-16T12:25:00Z",
306306
"metadataLastUpdated": "2018-03-15T20:31:00Z"
307307
}
308+
},
309+
{
310+
"name": "The U.S. Army Research Laboratory (ARL) Software Release Process for Unrestricted Public Release",
311+
"organization": "US Army Research Laboratory",
312+
"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.",
313+
"license": "https://github.com/USArmyResearchLab/ARL-Open-Source-Guidance-and-Instructions/blob/master/LICENSE.txt",
314+
"openSourceProject": 0,
315+
"governmentWideReuseProject": 1,
316+
"tags": [
317+
"policy"
318+
],
319+
"contact": {
320+
"email": "usarmy.adelphi.rdecom-arl.mbx.ARL-Open-Source-policy@mail.mil"
321+
},
322+
"status": "Production",
323+
"vcs": "git",
324+
"repository": "https://github.com/USArmyResearchLab/ARL-Open-Source-Guidance-and-Instructions",
325+
"homepage": "https://github.com/USArmyResearchLab/ARL-Open-Source-Guidance-and-Instructions",
326+
"downloadURL": "https://github.com/USArmyResearchLab/ARL-Open-Source-Guidance-and-Instructions",
327+
"languages": [],
328+
"partners": [],
329+
"exemption": null,
330+
"exemptionText": "No exemption requested",
331+
"updated": {
332+
"lastCommit": "2017-02-28",
333+
"metadataLastUpdated": "2017-02-28",
334+
"lastModified": "2017-02-28"
335+
}
336+
},
337+
{
338+
"name": "U.S. Army Research Laboratory (ARL) Discrete Chemical Compound Space Optimization (DCCSO)",
339+
"organization": "US Army Research Laboratory",
340+
"description": "ARL DCCSO provides a framework for (constrained) optimization of molecular properties over a combinatorial set of molecules. ",
341+
"tags": [
342+
"constrained optimization", "chemistry"
343+
],
344+
"contact": {
345+
"email": "berend.c.rinderspacher.civ@mail.mil",
346+
},
347+
"status": "Production",
348+
"vcs": "git",
349+
"downloadURL": "https://github.com/USArmyResearchLab/DCCSO",
350+
"repositoryURL": "https://github.com/USArmyResearchLab/DCCSO",
351+
"homepageURL": "https://github.com/USArmyResearchLab/DCCSO",
352+
"languages": ["C++"],
353+
"partners": [],
354+
"permissions": {
355+
"licenses": [
356+
{
357+
"URL": "https://github.com/USArmyResearchLab/DCCSO/blob/master/LICENSE",
358+
"name": "CC0"
359+
},
360+
{
361+
"URL": "http://apache.org/licenses/LICENSE-2.0",
362+
"name": "Apache 2.0"
363+
}
364+
],
365+
"usageType": "openSource",
366+
"exemptionText": null
367+
},
368+
"laborHours": 2080,
369+
"version": "1.0.0",
370+
"date": {
371+
"created": "2017-09-30",
372+
"lastModified": "2017-09-30",
373+
"metadataLastUpdated": "2017-09-30"
374+
},
375+
"disclaimerText": "",
376+
"disclaimerURL": ""
377+
},
378+
{
379+
"name": "ARL_Topologies",
380+
"organization": "US Army Research Laboratory",
381+
"description": "ARL_Topologies is an extensible topology optimization program meant to be both a research platform and usable in general.",
382+
"tags": [
383+
"policy"
384+
],
385+
"contact": {
386+
"email": "raymond.a.wildman.civ@mail.mil"
387+
},
388+
"status": "Development",
389+
"vcs": "git",
390+
"downloadURL": "https://github.com/USArmyResearchLab/ARL_Topologies",
391+
"repositoryURL": "https://github.com/USArmyResearchLab/ARL_Topologies",
392+
"homepageURL": "https://github.com/USArmyResearchLab/ARL_Topologies",
393+
"languages": [],
394+
"partners": [],
395+
"permissions": {
396+
"licenses": [
397+
{
398+
"URL": "https://github.com/USArmyResearchLab/ARL_Topologies/blob/master/LICENSE.txt",
399+
"name": "CC0"
400+
}
401+
],
402+
"usageType": "openSource",
403+
"exemptionText": null
404+
},
405+
"laborHours": 500,
406+
"version": "1.0.0",
407+
"date": {
408+
"created": "2017-09-06",
409+
"lastModified": "2017-09-06",
410+
"metadataLastUpdated": "2017-09-06"
411+
},
412+
"disclaimerText": "",
413+
"disclaimerURL": ""
308414
}
309415
]
310416
}

0 commit comments

Comments
 (0)