From f77178426af1fd308c2e5d215acba9314606bb48 Mon Sep 17 00:00:00 2001 From: Samantha Wittke <32324155+samumantha@users.noreply.github.com> Date: Mon, 30 Mar 2026 17:13:55 +0300 Subject: [PATCH 1/2] add draft citation file --- CITATION.cff | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..49b55fd --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,23 @@ +cff-version: 1.2.0 +message: "If you use this lesson material, please cite it as below." +authors: +- family-names: "Glerean" + given-names: "Enrico" +- family-names: "Lindi" + given-names: "Bjørn" +- family-names: "Pöhner" + given-names: "Ina" +- family-names: "Rantaharju" + given-names: "Jarno" +- family-names: "Christ" + given-names: "Simon" +- family-names: "Mohanan" + given-names: "Ashwin" +- family-names: "Mesiti" + given-names: "Michele" +- family-names: "Robertson" + given-names: "Frankie" +title: "Responsible Use of Generative AI in Assisted Coding" +version: 2026-03-30 +date-released: 2026-03-25 +url: "https://github.com/coderefinery/coding-with-ai" From 377c0575bd434664f813fcc61427d5db0dbe00b9 Mon Sep 17 00:00:00 2001 From: Samantha Wittke <32324155+samumantha@users.noreply.github.com> Date: Mon, 30 Mar 2026 17:15:51 +0300 Subject: [PATCH 2/2] add reserved doi --- CITATION.cff | 1 + 1 file changed, 1 insertion(+) diff --git a/CITATION.cff b/CITATION.cff index 49b55fd..05cd54a 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -20,4 +20,5 @@ authors: title: "Responsible Use of Generative AI in Assisted Coding" version: 2026-03-30 date-released: 2026-03-25 +doi: 10.5281/zenodo.19335928 url: "https://github.com/coderefinery/coding-with-ai"