-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcodemeta.json
34 lines (34 loc) · 1.07 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
34
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"codeRepository": "https://github.com/geospace-code/h5fortran-mpi",
"contIntegration": "https://github.com/geospace-code/h5fortran-mpi/actions",
"dateModified": "2022-07-29",
"downloadUrl": "https://github.com/geospace-code/h5fortran-mpi/releases",
"issueTracker": "https://github.com/geospace-code/h5fortran-mpi/issues",
"name": "h5fortran-mpi",
"identifier": "10.5281/zenodo.5847354",
"description": "Lightweight object-oriented HDF5-MPI parallel Fortran interface",
"applicationCategory": "file I/O",
"developmentStatus": "active",
"funder": {
"@type": "Organization",
"name": "DARPA"
},
"keywords": [
"hdf5",
"object-oriented",
"mpi"
],
"programmingLanguage": [
"Fortran"
],
"author": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0002-1637-6526",
"givenName": "Michael",
"familyName": "Hirsch"
}
]
}