Skip to content

Commit f1443e2

Browse files
meta: add .zenodo.json and CITATION.cff with verified ORCIDs
Signed-off-by: Ralph J. Steinhagen <r.steinhagen@gsi.de>
1 parent 452741e commit f1443e2

2 files changed

Lines changed: 62 additions & 0 deletions

File tree

.zenodo.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"title": "chart-fx",
3+
"description": "chart-fx — a high-performance scientific charting library for JavaFX.",
4+
"license": {
5+
"id": "LGPL-3.0-only"
6+
},
7+
"upload_type": "software",
8+
"creators": [
9+
{
10+
"name": "Steinhagen, Ralph J.",
11+
"affiliation": "GSI Helmholtzzentrum für Schwerionenforschung / FAIR",
12+
"orcid": "0009-0009-8537-7029"
13+
},
14+
{
15+
"name": "Krimm, Alexander",
16+
"affiliation": "GSI Helmholtzzentrum für Schwerionenforschung",
17+
"orcid": "0000-0003-0804-756X"
18+
},
19+
{
20+
"name": "Niedermayer, Philipp",
21+
"affiliation": "GSI Helmholtzzentrum für Schwerionenforschung",
22+
"orcid": "0000-0002-4722-6619"
23+
}
24+
],
25+
"keywords": [
26+
"scientific charting",
27+
"JavaFX",
28+
"data visualisation",
29+
"real-time plotting"
30+
],
31+
"related_identifiers": [
32+
{
33+
"identifier": "https://github.com/fair-acc/chart-fx",
34+
"relation": "isSupplementTo",
35+
"scheme": "url"
36+
}
37+
]
38+
}

CITATION.cff

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
cff-version: 1.2.0
2+
title: "chart-fx"
3+
message: "If you use this software, please cite it using the metadata from this file."
4+
type: software
5+
license: LGPL-3.0-only
6+
repository-code: "https://github.com/fair-acc/chart-fx"
7+
keywords:
8+
- scientific charting
9+
- JavaFX
10+
- data visualisation
11+
- real-time plotting
12+
authors:
13+
- family-names: Steinhagen
14+
given-names: Ralph J.
15+
affiliation: "GSI Helmholtzzentrum für Schwerionenforschung / FAIR"
16+
orcid: "https://orcid.org/0009-0009-8537-7029"
17+
- family-names: Krimm
18+
given-names: Alexander
19+
affiliation: "GSI Helmholtzzentrum für Schwerionenforschung"
20+
orcid: "https://orcid.org/0000-0003-0804-756X"
21+
- family-names: Niedermayer
22+
given-names: Philipp
23+
affiliation: "GSI Helmholtzzentrum für Schwerionenforschung"
24+
orcid: "https://orcid.org/0000-0002-4722-6619"

0 commit comments

Comments
 (0)