From 0edc00a3237cd5bcc7a465eda6a09c539fd19f20 Mon Sep 17 00:00:00 2001 From: Dorien Huijser <58177697+DorienHuijser@users.noreply.github.com> Date: Fri, 21 Jul 2023 16:54:50 +0200 Subject: [PATCH] Init CITATION.cff --- CITATION.cff | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..89f44fe --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,30 @@ +cff-version: 1.2.0 +title: Workshop Introduction to Python +message: 'If you reuse our materials, please cite us!' +type: software +authors: + - given-names: Research Data Management Support + affiliation: Utrecht University + email: info.rdm@uu.nl +identifiers: + - type: url + value: >- + https://utrechtuniversity.github.io/workshop-introduction-to-python + description: URL to the course materials. +repository-code: >- + https://github.com/UtrechtUniversity/workshop-introduction-to-python/ +url: 'https://uu.nl/rdm' +abstract: > + This repository contains the materials for the one-day + workshop 'Introduction to Python', organized by Research + Data Management Support at Utrecht University, the + Netherlands. +keywords: + - python + - jupyter + - programming + - notebook + - workshop +license: CC-BY-4.0 +version: 2023.07.21 +date-released: '2023-07-21'