From dcb630d6de264e7aba596fc756bd244cf5d97be9 Mon Sep 17 00:00:00 2001 From: Pedro Santos Neves <10762799+Neves-P@users.noreply.github.com> Date: Fri, 17 Jul 2026 19:50:24 +0200 Subject: [PATCH 1/2] Add .zenodo.json for EESSI tutorial metadata --- .zenodo.json | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 .zenodo.json diff --git a/.zenodo.json b/.zenodo.json new file mode 100644 index 0000000..e81bf5f --- /dev/null +++ b/.zenodo.json @@ -0,0 +1,47 @@ +{ + "title": "EESSI Tutorial - ISC 2026", + "upload_type": "event", + "description": "This tutorial introduces the European Environment for Scientific Software Installations (EESSI) and shows how to access and use scientific software through a shared, portable software stack. A rendered version of this tutorial is available at https://eessi.io/isc26-tutorial/", + "creators": [ + { + "name": "O'Cais, Alan", + "orcid": "0000-0002-8254-8752", + "affiliation": "Ghent University" + }, + { + "name": "Peeters, Lara", + "orcid": "0009-0005-3040-9207", + "affiliation": "Ghent University" + }, + { + "name": "Hoste, Kenneth", + "orcid": "0000-0001-8034-648X", + "affiliation": "Ghent University" + } + ], + "access_right": "open", + "license": "GPL-2.0-only", + "language": "eng", + "related_identifiers": [ + { + "identifier": "https://www.eessi.io/isc26-tutorial/", + "relation": "compiles", + "resource_type": "publication-softwaredocumentation" + } + ], + "keywords": [ + "EESSI", + "HPC", + "MultiXscale", + "tutorial", + "scientific software", + "EUROHPC JU" + ], + "communities": [ + {"identifier": "eessi"}, + {"identifier": "multixscale"} + ], + "grants": [ + {"id": "00k4n6c32::101093169"} + ] +} From b24210690dfae391ad26690514bca4914cd520ca Mon Sep 17 00:00:00 2001 From: Pedro Santos Neves <10762799+Neves-P@users.noreply.github.com> Date: Fri, 17 Jul 2026 20:05:39 +0200 Subject: [PATCH 2/2] Add CITATION.cff for EESSI Tutorial metadata This file contains metadata for the EESSI Tutorial, including title, authors, abstract, and keywords. --- CITATION.cff | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..b7f5359 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,31 @@ +cff-version: 1.2.0 +title: EESSI Tutorial - ISC 2026 +version: 1.0.0 +license: GPL-2.0-only +type: software +abstract: This tutorial introduces the European Environment for Scientific Software + Installations (EESSI) and shows how to access and use scientific software through + a shared, portable software stack. A rendered version of this tutorial is available + at https://eessi.io/isc26-tutorial/ +message: If you use this record, please cite it as below. +authors: +- given-names: Alan + family-names: O'Cais + affiliation: Ghent University + orcid: https://orcid.org/0000-0002-8254-8752 +- given-names: Lara + family-names: Peeters + affiliation: Ghent University + orcid: https://orcid.org/0009-0005-3040-9207 +- given-names: Kenneth + family-names: Hoste + affiliation: Ghent University + orcid: https://orcid.org/0000-0001-8034-648X +keywords: +- EESSI +- HPC +- MultiXscale +- tutorial +- scientific software +- EUROHPC JU +url: "https://www.eessi.io/isc26-tutorial/"