From 40055bcf251b40902896aca3ba2b588ad5cbbb55 Mon Sep 17 00:00:00 2001 From: "Ralph J. Steinhagen" Date: Fri, 13 Mar 2026 17:43:52 +0100 Subject: [PATCH] meta: add .zenodo.json and CITATION.cff with verified ORCIDs Signed-off-by: Ralph J. Steinhagen --- .zenodo.json | 34 ++++++++++++++++++++++++++++++++++ CITATION.cff | 21 +++++++++++++++++++++ 2 files changed, 55 insertions(+) create mode 100644 .zenodo.json create mode 100644 CITATION.cff diff --git a/.zenodo.json b/.zenodo.json new file mode 100644 index 0000000..a6a09d3 --- /dev/null +++ b/.zenodo.json @@ -0,0 +1,34 @@ +{ + "title": "OpenCMW Java", + "description": "OpenCMW Java — 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" + } + ], + "keywords": [ + "middle-ware", + "equipment access", + "data serialisation", + "Java", + "accelerator controls" + ], + "related_identifiers": [ + { + "identifier": "https://github.com/fair-acc/opencmw-java", + "relation": "isSupplementTo", + "scheme": "url" + } + ] +} diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..8e408cd --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,21 @@ +cff-version: 1.2.0 +title: "OpenCMW Java" +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-java" +keywords: + - middle-ware + - equipment access + - data serialisation + - Java + - 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"