-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #207 from Code-dot-mil/add-nrl-project
Added NRL project to inventory
- Loading branch information
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
} | ||
} | ||
] | ||
} |