Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 49 additions & 0 deletions .zenodo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"title": "OpenCMW C++",
"description": "OpenCMW C++ — an open common middle-ware library for equipment access and data serialisation.",
"license": {
"id": "LGPL-3.0-only"
},
"upload_type": "software",
"creators": [
{
"name": "Krimm, Alexander",
"affiliation": "GSI Helmholtzzentrum für Schwerionenforschung",
"orcid": "0000-0003-0804-756X"
},
{
"name": "Steinhagen, Ralph J.",
"affiliation": "GSI Helmholtzzentrum für Schwerionenforschung / FAIR",
"orcid": "0009-0009-8537-7029"
},
{
"name": "Lebedev, Simon",
"affiliation": "GSI Helmholtzzentrum für Schwerionenforschung",
"orcid": "0009-0006-8329-990X"
},
{
"name": "Čukić, Ivan",
"affiliation": "KDAB",
"orcid": "0000-0001-5358-0828"
},
{
"name": "Klein, Dennis",
"affiliation": "GSI Helmholtzzentrum für Schwerionenforschung",
"orcid": "0000-0003-3891-4302"
}
],
"keywords": [
"middle-ware",
"equipment access",
"data serialisation",
"C++",
"accelerator controls"
],
"related_identifiers": [
{
"identifier": "https://github.com/fair-acc/opencmw-cpp",
"relation": "isSupplementTo",
"scheme": "url"
}
]
}
33 changes: 33 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
cff-version: 1.2.0
title: "OpenCMW C++"
message: "If you use this software, please cite it using the metadata from this file."
type: software
license: LGPL-3.0-only
repository-code: "https://github.com/fair-acc/opencmw-cpp"
keywords:
- middle-ware
- equipment access
- data serialisation
- C++
- accelerator controls
authors:
- family-names: Krimm
given-names: Alexander
affiliation: "GSI Helmholtzzentrum für Schwerionenforschung"
orcid: "https://orcid.org/0000-0003-0804-756X"
- family-names: Steinhagen
given-names: Ralph J.
affiliation: "GSI Helmholtzzentrum für Schwerionenforschung / FAIR"
orcid: "https://orcid.org/0009-0009-8537-7029"
- family-names: Lebedev
given-names: Simon
affiliation: "GSI Helmholtzzentrum für Schwerionenforschung"
orcid: "https://orcid.org/0009-0006-8329-990X"
- family-names: Čukić
given-names: Ivan
affiliation: "KDAB"
orcid: "https://orcid.org/0000-0001-5358-0828"
- family-names: Klein
given-names: Dennis
affiliation: "GSI Helmholtzzentrum für Schwerionenforschung"
orcid: "https://orcid.org/0000-0003-3891-4302"
Loading