diff --git a/.zenodo.json b/.zenodo.json index 2d481c8..461a8d2 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -14,6 +14,11 @@ "affiliation": "Netherlands eScience Center", "name": "Ku, Ou", "orcid": "0000-0002-5373-5209" + }, + { + "affiliation": "Netherlands eScience Center", + "name": "Chandramouli, Pranav", + "orcid": "0000-0002-7896-2969" } ], "description": "This repository contains instructions and material to setup and run a Jupyter server and a Dask cluster on a SLURM system, such as the Spider data processing platform and the Snellius supercomputer, both hosted by SURF.", @@ -25,7 +30,7 @@ "license": { "id": "Apache-2.0" }, - "publication_date": "2022-11-21", + "publication_date": "2023-07-17", "title": "JupyterDaskOnSLURM", - "version": "0.1" + "version": "0.2" } diff --git a/CITATION.cff b/CITATION.cff index c3c6496..cbd1e3c 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -23,7 +23,19 @@ authors: email: o.ku@esciencecenter.nl affiliation: Netherlands eScience Center orcid: 'https://orcid.org/0000-0002-5373-5209' + - given-names: Pranav + family-names: Chandramouli + email: p.chandramoulI@esciencecenter.nl + affiliation: Netherlands eScience Center + orcid: 'https://orcid.org/0000-0002-7896-2969' repository-code: 'https://github.com/RS-DAT/JupyterDaskOnSLURM' +identifiers: + - type: doi + value: 10.5281/zenodo.7342602 + description: Persistent identifier for all versions of cffconvert + - type: url + value: https://github.com/RS-DAT/JupyterDaskOnSLURM + description: URL to the GitHub repository for JupyterDaskOnSLURM abstract: >- This repository contains instructions and material to setup and run a Jupyter server and a Dask @@ -35,5 +47,5 @@ keywords: - Jupyter - Big data license: Apache-2.0 -version: '0.1' -date-released: '2022-11-21' +version: '0.2' +date-released: '2023-07-17'