forked from openPMD/openPMD-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.rodare.json
76 lines (76 loc) · 2.22 KB
/
.rodare.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"creators": [
{
"name": "Koller, Fabian",
"affiliation": "Helmholtz-Zentrum Dresden-Rossendorf",
"orcid": "0000-0001-8704-1769"
},
{
"affiliation": "Helmholtz-Zentrum Dresden-Rossendorf",
"name": "Poeschel, Franz",
"orcid": "0000-0001-7042-5088"
},
{
"name": "Huebl, Axel",
"affiliation": "Lawrence Berkeley National Laboratory",
"orcid": "0000-0003-1943-7141"
}
],
"contributors": [
{
"affiliation": "EU XFEL GmbH",
"name": "Fortmann-Grote, Carsten",
"orcid": "0000-0002-2579-5546",
"type": "Other"
},
{
"affiliation": "Warsaw University of Technology",
"name": "Stańczak, Dominik",
"orcid": "0000-0001-6291-8843",
"type": "Other"
},
{
"affiliation": "Anaconda, Inc.",
"name": "Donnelly, Ray",
"type": "Other"
}
],
"title": "C++ & Python API for Scientific I/O with openPMD",
"access_right": "open",
"upload_type": "software",
"license": "LGPL-3.0",
"pub_id": "27579",
"description": "openPMD is an open metadata format for open data workflows in open science. This library provides a common high-level API for openPMD writing and reading. It provides a common interface to I/O libraries and file formats such as HDF5 and ADIOS. Where supported, openPMD-api implements both serial and MPI parallel I/O capabilities.",
"keywords": [
"openPMD",
"Open Science",
"Open Data",
"HDF5",
"ADIOS",
"data",
"MPI",
"HPC",
"research",
"file-format",
"file-handling"
],
"grants": [
{
"id": "654220"
}
],
"related_identifiers": [
{
"identifier": "DOI:10.5281/zenodo.1167843",
"relation": "isCitedBy"
},
{
"identifier": "DOI:10.5281/zenodo.1069534",
"relation": "isCitedBy"
},
{
"identifier": "DOI:10.5281/zenodo.33624",
"relation": "isCitedBy"
}
]
}