Skip to content

Commit 2ebeaae

Browse files
author
Ari Chivukula
authored
Merge branch 'master' into meta
2 parents daf1225 + 290b922 commit 2ebeaae

1 file changed

Lines changed: 49 additions & 7 deletions

File tree

code.json

Lines changed: 49 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,13 @@
7777
"relatedCode": [
7878
{
7979
"name": "uswds-rails",
80-
"url": "https://github.com/jgarber623/uswds-rails",
81-
"isGovernmentRepo": false
80+
"URL": "https://github.com/jgarber623/uswds-rails"
8281
}
8382
],
8483
"reusedCode": [
8584
{
8685
"name": "US Web Design System",
87-
"url": "https://designsystem.digital.gov"
86+
"URL": "https://designsystem.digital.gov"
8887
}
8988
],
9089
"date": {
@@ -132,7 +131,7 @@
132131
"reusedCode": [
133132
{
134133
"name": "US Web Design System",
135-
"url": "https://designsystem.digital.gov"
134+
"URL": "https://designsystem.digital.gov"
136135
}
137136
],
138137
"date": {
@@ -310,7 +309,7 @@
310309
"name": "The U.S. Army Research Laboratory (ARL) Software Release Process for Unrestricted Public Release",
311310
"organization": "US Army Research Laboratory",
312311
"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",
312+
"repositoryURL": "https://github.com/USArmyResearchLab/ARL-Open-Source-Guidance-and-Instructions",
314313
"openSourceProject": 0,
315314
"governmentWideReuseProject": 1,
316315
"tags": [
@@ -319,6 +318,15 @@
319318
"contact": {
320319
"email": "usarmy.adelphi.rdecom-arl.mbx.ARL-Open-Source-policy@mail.mil"
321320
},
321+
"permissions": {
322+
"licenses": [
323+
{
324+
"URL": "https://github.com/USArmyResearchLab/ARL-Open-Source-Guidance-and-Instructions/blob/master/LICENSE.txt",
325+
"name": "CC0"
326+
}
327+
],
328+
"usageType": "openSource"
329+
},
322330
"status": "Production",
323331
"vcs": "git",
324332
"repository": "https://github.com/USArmyResearchLab/ARL-Open-Source-Guidance-and-Instructions",
@@ -332,7 +340,8 @@
332340
"lastCommit": "2017-02-28",
333341
"metadataLastUpdated": "2017-02-28",
334342
"lastModified": "2017-02-28"
335-
}
343+
},
344+
"laborHours": 1
336345
},
337346
{
338347
"name": "U.S. Army Research Laboratory (ARL) Discrete Chemical Compound Space Optimization (DCCSO)",
@@ -342,7 +351,7 @@
342351
"constrained optimization", "chemistry"
343352
],
344353
"contact": {
345-
"email": "berend.c.rinderspacher.civ@mail.mil",
354+
"email": "berend.c.rinderspacher.civ@mail.mil"
346355
},
347356
"status": "Production",
348357
"vcs": "git",
@@ -411,6 +420,39 @@
411420
},
412421
"disclaimerText": "",
413422
"disclaimerURL": ""
423+
},
424+
{
425+
"organization": "NGA",
426+
"name": "Conduit",
427+
"description": "Conduit is a curation tool that allows anyone to collect articles of interest from multiple feeds, make formatting changes, comments on articles on the fly then group selected items into \"books\" to target particular readers.",
428+
"tags": [
429+
"Content curation",
430+
"NGA",
431+
"Angular",
432+
"AngularJS"
433+
],
434+
"contact": {
435+
"email": "conduit@nga.mil"
436+
},
437+
"status": "Development",
438+
"vcs": "git",
439+
"languages": ["Javascript", "HTML", "CSS"],
440+
"repositoryURL": "https://github.com/ngageoint/conduit",
441+
"permissions": {
442+
"licenses": [
443+
{
444+
"URL": "https://github.com/ngageoint/conduit/blob/master/LICENSE",
445+
"name": "The Unlicense"
446+
}
447+
],
448+
"usageType": "openSource"
449+
},
450+
"laborHours": 500,
451+
"date": {
452+
"created": "2016-11-01",
453+
"lastModified": "2018-03-16T13:00-04:00",
454+
"metadataLastUpdated": "2018-03-15T20:31:00Z"
455+
}
414456
}
415457
]
416458
}

0 commit comments

Comments
 (0)