-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
codemeta.json
33 lines (33 loc) · 1.03 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
29
30
31
32
33
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"codeRepository": "https://github.com/geospace-code/nc4fortran",
"contIntegration": "https://github.com/geospace-code/nc4fortran/actions",
"dateModified": "2022-05-29",
"downloadUrl": "https://github.com/geospace-code/nc4fortran/releases",
"issueTracker": "https://github.com/geospace-code/nc4fortran/issues",
"name": "nc4fortran",
"identifier": "10.5281/zenodo.3757221",
"description": "Lightweight object-oriented NetCDF4 Fortran interface",
"applicationCategory": "file I/O",
"developmentStatus": "active",
"funder": {
"@type": "Organization",
"name": "NASA"
},
"keywords": [
"netcdf4",
"object-oriented"
],
"programmingLanguage": [
"Fortran"
],
"author": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0002-1637-6526",
"givenName": "Michael",
"familyName": "Hirsch"
}
]
}