Skip to content

Commit a349d43

Browse files
meta: update Zenodo metadata with full contributor list and DOI badge (#711)
* meta: update Zenodo metadata with full contributor list and DOI badge Update .zenodo.json and CITATION.cff to include all contributors (Braeuning, Enner, Peter, Fischer, Niedermayer) alongside existing authors. Add Zenodo DOI badge to README and add GitHub Action for automatic Zenodo archival on future releases. Concept DOI: 10.5281/zenodo.19008622
1 parent fe2c2d7 commit a349d43

3 files changed

Lines changed: 31 additions & 0 deletions

File tree

.zenodo.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,21 @@
1616
"affiliation": "GSI Helmholtzzentrum für Schwerionenforschung",
1717
"orcid": "0000-0003-0804-756X"
1818
},
19+
{
20+
"name": "Braeuning, Harald",
21+
"affiliation": "GSI Helmholtzzentrum für Schwerionenforschung"
22+
},
23+
{
24+
"name": "Enner, Florian",
25+
"affiliation": "HEBI Robotics"
26+
},
27+
{
28+
"name": "Peter, Benjamin",
29+
"affiliation": "GSI Helmholtzzentrum für Schwerionenforschung"
30+
},
31+
{
32+
"name": "Fischer, Tonda"
33+
},
1934
{
2035
"name": "Niedermayer, Philipp",
2136
"affiliation": "GSI Helmholtzzentrum für Schwerionenforschung",

CITATION.cff

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ message: "If you use this software, please cite it using the metadata from this
44
type: software
55
license: LGPL-3.0-only
66
repository-code: "https://github.com/fair-acc/chart-fx"
7+
identifiers:
8+
- type: doi
9+
value: "10.5281/zenodo.19008622"
10+
description: "Zenodo concept DOI (all versions)"
711
keywords:
812
- scientific charting
913
- JavaFX
@@ -18,6 +22,17 @@ authors:
1822
given-names: Alexander
1923
affiliation: "GSI Helmholtzzentrum für Schwerionenforschung"
2024
orcid: "https://orcid.org/0000-0003-0804-756X"
25+
- family-names: Braeuning
26+
given-names: Harald
27+
affiliation: "GSI Helmholtzzentrum für Schwerionenforschung"
28+
- family-names: Enner
29+
given-names: Florian
30+
affiliation: "HEBI Robotics"
31+
- family-names: Peter
32+
given-names: Benjamin
33+
affiliation: "GSI Helmholtzzentrum für Schwerionenforschung"
34+
- family-names: Fischer
35+
given-names: Tonda
2136
- family-names: Niedermayer
2237
given-names: Philipp
2338
affiliation: "GSI Helmholtzzentrum für Schwerionenforschung"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[![Join the chat at https://gitter.im/fair-acc/chart](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/fair-acc/chart?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
22
[![License](https://img.shields.io/badge/License-LGPL%203.0-blue.svg)](https://opensource.org/licenses/LGPL-3.0)
33
[![Maven Central](https://img.shields.io/maven-central/v/io.fair_acc/chartfx/11.svg)](https://search.maven.org/search?q=g:io.fair-acc+a:chartfx+v:11*)
4+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.19008622.svg)](https://doi.org/10.5281/zenodo.19008622)
45

56
[![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=fair-acc_chart-fx&metric=ncloc)](https://sonarcloud.io/summary/new_code?id=fair-acc_chart-fx)
67
[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=fair-acc_chart-fx&metric=sqale_rating)](https://sonarcloud.io/summary/new_code?id=fair-acc_chart-fx)

0 commit comments

Comments
 (0)