-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcodemeta.json
More file actions
28 lines (28 loc) · 987 Bytes
/
Copy pathcodemeta.json
File metadata and controls
28 lines (28 loc) · 987 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"@context": "https://w3id.org/codemeta/3.0",
"type": "SoftwareSourceCode",
"version": "5.9.2",
"license": "https://spdx.org/licenses/MIT",
"codeRepository": "https://github.com/geospace-code/matlab-stdlib",
"continuousIntegration": "https://github.com/geospace-code/matlab-stdlib/actions",
"downloadUrl": "https://github.com/geospace-code/matlab-stdlib/releases",
"issueTracker": "https://github.com/geospace-code/matlab-stdlib/issues",
"name": "Stdlib for MATLAB",
"identifier": "10.5281/zenodo.3964541",
"description": "unofficial standard library for MATLAB, including HDF5 / NetCDF4 functions",
"applicationCategory": "computation",
"developmentStatus": "active",
"funding": "NASA HDEE Grant 80NSSC20K0176",
"keywords": [
"hdf5", "netcdf4"
],
"programmingLanguage": [
"Matlab"
],
"author": [
{
"@type": "Organization",
"name": "SciVision"
}
]
}