-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcodemeta.json
28 lines (28 loc) · 1.02 KB
/
codemeta.json
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://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/MIT",
"codeRepository": "https://github.com/geospace-code/matlab-stdlib",
"contIntegration": "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": "matlab-stdlib",
"identifier": "10.5281/zenodo.3964541",
"description": "Matlab unofficial standard library, including HDF5 / NetCDF4 functions that should be included in Matlab.",
"applicationCategory": "computation",
"developmentStatus": "active",
"keywords": [
"hdf5", "netcdf4"
],
"programmingLanguage": [
"Matlab"
],
"author": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0002-1637-6526",
"givenName": "Michael",
"familyName": "Hirsch"
}
]
}