diff --git a/.zenodo.json b/.zenodo.json new file mode 100644 index 0000000..9fa3ee1 --- /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", "orcid": "0000-0003-3533-7669"}, + {"name": "Li, Ang", "orcid": "0000-0003-4317-3342"} + ], + "contributors": [ + {"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..892cdbf --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,24 @@ +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 + orcid: "https://orcid.org/0000-0003-3533-7669" + - given-names: Ang + family-names: Li + orcid: "https://orcid.org/0000-0003-4317-3342"