Skip to content

Commit 3c11936

Browse files
author
Jordan Kasper
authored
Merge pull request #207 from Code-dot-mil/add-nrl-project
Added NRL project to inventory
2 parents e167ccd + 376c266 commit 3c11936

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

code.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,40 @@
453453
"lastModified": "2018-03-16T13:00-04:00",
454454
"metadataLastUpdated": "2018-03-15T20:31:00Z"
455455
}
456+
},
457+
458+
{
459+
"organization": "NRL",
460+
"name": "Tracker Component Library",
461+
"description": "This is a collection of Matlab functions that are useful in the development of target tracking algorithms.",
462+
"tags": [
463+
"C",
464+
"C++",
465+
"MATLAB"
466+
],
467+
"contact": {
468+
"name": "David Crouse",
469+
"email": "david.crouse@nrl.navy.mil"
470+
},
471+
"status": "Production",
472+
"vcs": "git",
473+
"languages": ["MATLAB", "C", "C++"],
474+
"repositoryURL": "https://github.com/USNavalResearchLaboratory/TrackerComponentLibrary",
475+
"permissions": {
476+
"licenses": [
477+
{
478+
"URL": "https://github.com/USNavalResearchLaboratory/TrackerComponentLibrary/blob/master/LICENSE.txt",
479+
"name": "public domain"
480+
}
481+
],
482+
"usageType": "openSource"
483+
},
484+
"laborHours": 1,
485+
"date": {
486+
"created": "2017-02-02",
487+
"lastModified": "2018-06-06",
488+
"metadataLastUpdated": "2018-06-18"
489+
}
456490
}
457491
]
458492
}

0 commit comments

Comments
 (0)