From b903a607ebe5c80593cc6c68c7d4840c29a0b40a Mon Sep 17 00:00:00 2001 From: Juraj Smiesko Date: Mon, 31 Aug 2026 11:47:32 +0200 Subject: [PATCH 1/4] Add CITATION.cff and .zenodo.json Enables GitHub's native "Cite this repository" and lets Zenodo archive releases with proper metadata once GitHub-Zenodo integration is turned on. Authors: Juraj Smiesko, Birgit Stapf, Benedikt Wach. Contributors (reviewers): Ang Li, Jan Eysermans, Michel Hernandez Villanueva. --- .zenodo.json | 16 ++++++++++++++++ CITATION.cff | 20 ++++++++++++++++++++ 2 files changed, 36 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..459f1ac --- /dev/null +++ b/.zenodo.json @@ -0,0 +1,16 @@ +{ + "title": "GenToAna Tutorial", + "description": "FCC tutorial covering the full chain from event Generation through Fast/Parametric Simulation (Delphes) to physics Analysis.", + "upload_type": "software", + "license": "CC-BY-SA-4.0", + "creators": [ + {"name": "Smiesko, Juraj", "affiliation": "CERN", "orcid": "0000-0003-3725-2984"}, + {"name": "Stapf, Birgit", "affiliation": "CERN"}, + {"name": "Wach, Benedikt", "affiliation": "CERN"} + ], + "contributors": [ + {"name": "Li, Ang", "type": "Other"}, + {"name": "Eysermans, Jan", "type": "Other"}, + {"name": "Hernandez Villanueva, Michel", "type": "Other"} + ] +} diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..42bb4d7 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,20 @@ +cff-version: 1.2.0 +message: "If you use this tutorial material, please cite it as below." +title: "GenToAna Tutorial" +abstract: >- + FCC tutorial covering the full chain from event Generation through + Fast/Parametric Simulation (Delphes) to physics Analysis. +type: software +license: CC-BY-SA-4.0 +repository-code: "https://github.com/HEP-FCC/GenToAna-Tutorial" +authors: + - given-names: Juraj + family-names: Smiesko + affiliation: CERN + orcid: "https://orcid.org/0000-0003-3725-2984" + - given-names: Birgit + family-names: Stapf + affiliation: CERN + - given-names: Benedikt + family-names: Wach + affiliation: CERN From 3db658efc082db6a51d634a4b451593395ed0e89 Mon Sep 17 00:00:00 2001 From: Juraj Smiesko Date: Mon, 31 Aug 2026 12:51:14 +0200 Subject: [PATCH 2/4] Add Benedikt's ORCID --- .zenodo.json | 2 +- CITATION.cff | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.zenodo.json b/.zenodo.json index 459f1ac..12f9286 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -6,7 +6,7 @@ "creators": [ {"name": "Smiesko, Juraj", "affiliation": "CERN", "orcid": "0000-0003-3725-2984"}, {"name": "Stapf, Birgit", "affiliation": "CERN"}, - {"name": "Wach, Benedikt", "affiliation": "CERN"} + {"name": "Wach, Benedikt", "affiliation": "CERN", "orcid": "0000-0003-3533-7669"} ], "contributors": [ {"name": "Li, Ang", "type": "Other"}, diff --git a/CITATION.cff b/CITATION.cff index 42bb4d7..e31922c 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -18,3 +18,4 @@ authors: - given-names: Benedikt family-names: Wach affiliation: CERN + orcid: "https://orcid.org/0000-0003-3533-7669" From b3522ab805a02731cefc4f0f044413e21f62baaf Mon Sep 17 00:00:00 2001 From: Juraj Smiesko Date: Tue, 1 Sep 2026 11:20:25 +0200 Subject: [PATCH 3/4] Add Ang Li as an author Moved from .zenodo.json's contributors list to creators, alongside being added to CITATION.cff's authors. --- .zenodo.json | 4 ++-- CITATION.cff | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.zenodo.json b/.zenodo.json index 12f9286..fd53763 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -6,10 +6,10 @@ "creators": [ {"name": "Smiesko, Juraj", "affiliation": "CERN", "orcid": "0000-0003-3725-2984"}, {"name": "Stapf, Birgit", "affiliation": "CERN"}, - {"name": "Wach, Benedikt", "affiliation": "CERN", "orcid": "0000-0003-3533-7669"} + {"name": "Wach, Benedikt", "affiliation": "CERN", "orcid": "0000-0003-3533-7669"}, + {"name": "Li, Ang"} ], "contributors": [ - {"name": "Li, Ang", "type": "Other"}, {"name": "Eysermans, Jan", "type": "Other"}, {"name": "Hernandez Villanueva, Michel", "type": "Other"} ] diff --git a/CITATION.cff b/CITATION.cff index e31922c..1d3dabc 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -19,3 +19,5 @@ authors: family-names: Wach affiliation: CERN orcid: "https://orcid.org/0000-0003-3533-7669" + - given-names: Ang + family-names: Li From 1d45929c3b12ef679039861569cc9f638c4510c7 Mon Sep 17 00:00:00 2001 From: Juraj Smiesko Date: Tue, 1 Sep 2026 13:53:16 +0200 Subject: [PATCH 4/4] Add Ang Li's ORCID --- .zenodo.json | 2 +- CITATION.cff | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.zenodo.json b/.zenodo.json index fd53763..9fa3ee1 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -7,7 +7,7 @@ {"name": "Smiesko, Juraj", "affiliation": "CERN", "orcid": "0000-0003-3725-2984"}, {"name": "Stapf, Birgit", "affiliation": "CERN"}, {"name": "Wach, Benedikt", "affiliation": "CERN", "orcid": "0000-0003-3533-7669"}, - {"name": "Li, Ang"} + {"name": "Li, Ang", "orcid": "0000-0003-4317-3342"} ], "contributors": [ {"name": "Eysermans, Jan", "type": "Other"}, diff --git a/CITATION.cff b/CITATION.cff index 1d3dabc..892cdbf 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -21,3 +21,4 @@ authors: orcid: "https://orcid.org/0000-0003-3533-7669" - given-names: Ang family-names: Li + orcid: "https://orcid.org/0000-0003-4317-3342"