Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 47 additions & 0 deletions .zenodo.json
Original file line number Diff line number Diff line change
@@ -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"}
]
}
31 changes: 31 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -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

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: event is not a supported type in CFF files. Software was the one that matched the closest, imho.

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/"