Skip to content

Commit

Permalink
Merge pull request #207 from Code-dot-mil/add-nrl-project
Browse files Browse the repository at this point in the history
Added NRL project to inventory
  • Loading branch information
Jordan Kasper authored Jun 19, 2018
2 parents e167ccd + 376c266 commit 3c11936
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions code.json
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,40 @@
"lastModified": "2018-03-16T13:00-04:00",
"metadataLastUpdated": "2018-03-15T20:31:00Z"
}
},

{
"organization": "NRL",
"name": "Tracker Component Library",
"description": "This is a collection of Matlab functions that are useful in the development of target tracking algorithms.",
"tags": [
"C",
"C++",
"MATLAB"
],
"contact": {
"name": "David Crouse",
"email": "[email protected]"
},
"status": "Production",
"vcs": "git",
"languages": ["MATLAB", "C", "C++"],
"repositoryURL": "https://github.com/USNavalResearchLaboratory/TrackerComponentLibrary",
"permissions": {
"licenses": [
{
"URL": "https://github.com/USNavalResearchLaboratory/TrackerComponentLibrary/blob/master/LICENSE.txt",
"name": "public domain"
}
],
"usageType": "openSource"
},
"laborHours": 1,
"date": {
"created": "2017-02-02",
"lastModified": "2018-06-06",
"metadataLastUpdated": "2018-06-18"
}
}
]
}

0 comments on commit 3c11936

Please sign in to comment.