diff --git a/.zenodo.json b/.zenodo.json new file mode 100644 index 00000000..598a36a5 --- /dev/null +++ b/.zenodo.json @@ -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" + } + ] +} diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 00000000..11509a03 --- /dev/null +++ b/CITATION.cff @@ -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"