From 09786820c02280ccf3cb31194ed19326c8fa8f39 Mon Sep 17 00:00:00 2001 From: Gernot Maier Date: Thu, 1 Jan 2026 18:17:01 +0100 Subject: [PATCH] Zenodo --- CITATION.cff | 2 +- README.md | 4 ++-- docs/changes/17.maintenance.md | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 docs/changes/17.maintenance.md diff --git a/CITATION.cff b/CITATION.cff index bc458b3..df69b76 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -3,7 +3,7 @@ cff-version: 1.2.0 message: If you use this software, please cite it using these metadata. title: "Eventdisplay-ML: a machine learning toolkit for Eventdisplay" -# doi: 10.5281/zenodo.6827832 +doi: 10.5281/zenodo.18117884 version: 0.2.0 date-released: 2026-01-01 keywords: diff --git a/README.md b/README.md index c044f18..5c2dc0a 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [![LICENSE](https://img.shields.io/badge/License-BSD_3--Clause-blue.svg)](https://github.com/Eventdisplay/Eventdisplay-ML/blob/main/LICENSE) [![release](https://img.shields.io/github/v/release/eventdisplay/eventdisplay-ml)](https://github.com/Eventdisplay/Eventdisplay-ML/releases) [![pypi](https://badge.fury.io/py/eventdisplay-ml.svg)](https://badge.fury.io/py/eventdisplay-ml) +[![DOI](https://zenodo.org/badge/1120034687.svg)](https://doi.org/10.5281/zenodo.18117884) Toolkit to interface and run machine learning methods together with the Eventdisplay software package for gamma-ray astronomy data analysis. @@ -18,8 +19,7 @@ Input is provided through the `mscw` output (`data` trees). Output is a single ROOT tree called `StereAnalysis` with the same number of events as the input tree. - ## Citing this Software Please cite this software if it is us -ed for a publication, see the Zenodo record and [CITATION.cff](CITATION.cff) for details. +ed for a publication, see the [Zenodo record](https://doi.org/10.5281/zenodo.18117884) and [CITATION.cff](CITATION.cff) for details. diff --git a/docs/changes/17.maintenance.md b/docs/changes/17.maintenance.md new file mode 100644 index 0000000..c2147ec --- /dev/null +++ b/docs/changes/17.maintenance.md @@ -0,0 +1 @@ +Add Zenodo entry to: https://doi.org/10.5281/zenodo.18117884 .