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
34 changes: 34 additions & 0 deletions .zenodo.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}
21 changes: 21 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -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"
Loading