From 195e2cfe2857892101c81ac056ca196b9cc73b95 Mon Sep 17 00:00:00 2001 From: Hauke Kirchner <hauke.kirchner@gwdg.de> Date: Wed, 11 Oct 2023 13:14:35 +0200 Subject: [PATCH] CITATION.cff added --- CITATION.cff | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..60b9ea0 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,35 @@ +# This CITATION.cff file was generated with cffinit. +# Visit https://bit.ly/cffinit to generate yours today! + +cff-version: 1.2.0 +title: Forests in HPC +message: >- + If you use this software, please cite it using the + metadata from this file. +type: software +authors: + - given-names: Hauke + family-names: Kirchner + email: hauke.kirchner@gwdg.de + affiliation: >- + Gesellschaft für wissenschaftliche Datenverarbeitung + mbH Göttingen + - given-names: Dorothea + family-names: Sommer + email: dorothea.sommer@gwdg.de + affiliation: >- + Gesellschaft für wissenschaftliche Datenverarbeitung + mbH Göttingen +repository-code: >- + https://gitlab-ce.gwdg.de/hpc-team-public/workshop-forests-in-hpc +abstract: >- + This repository is the course material for the GWDG Course + Forests in HPC. +keywords: + - forest science + - hpc + - beginner + - slurm + - deep learning +version: '1.0' +date-released: '2023-12-13' -- GitLab