From d4235e36431f8d20d059f4b96aae3d69c48dfc21 Mon Sep 17 00:00:00 2001 From: Gnotic Date: Wed, 21 May 2025 14:00:29 +0200 Subject: [PATCH 1/2] Updated and expanded citation file closes #42 --- CITATION.cff | 43 +++++++++++++++++++++++++++++++++++++------ 1 file changed, 37 insertions(+), 6 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 1daee63..3959e66 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -2,11 +2,42 @@ cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: - family-names: "Croucher" - given-names: "Mike"" - affiliation: "Community Developer Advocate, MathWorks" + given-names: "Mike" + affiliation: + - name: "Community Developer Advocate, MathWorks" +- family-names: "Ihle" + given-names: "Malika" + orcid: "https://orcid.org/0000-0002-3242-5981" + affiliation: + - name: "LMU Open Science Center" + ror: "https://ror.org/029e6qe04" +- family-names: "Callahan" + given-names: "Pat" + orcid: "https://orcid.org/0000-0003-1769-7580" + affiliation: + - name: "LMU Open Science Center" + ror: "https://ror.org/029e6qe04" + title: "Introduction to version Control with git and GitHub within RStudio" -version: 1.0.0 -doi: -date-released: 2016-09-03 +version: 0.1.0 +doi: "DOI_HERE_AFTER_GENERATED" +date-released: 2022-10-27 repository-code: "https://github.com/lmu-osc/Introduction-RStudio-Git-GitHub" -url: "https://github.com/lmu-osc/Introduction-RStudio-Git-GitHub" +url: "https://lmu-osc.github.io/Introduction-RStudio-Git-GitHub" +preferred-citation: + authors: + - family-names: "Ihle" + given-names: "Malika" + orcid: "https://orcid.org/0000-0002-3242-5981" + - family-names: "Callahan" + given-names: "Pat" + orcid: "https://orcid.org/0000-0003-1769-7580" + title: "Introduction to version Control with git and GitHub within RStudio" + year: 2022 + doi: "DOI_HERE_AFTER_GENERATED" + publisher: + name: "LMU Open Science Center" + ror: "https://ror.org/029e6qe04" + repository-code: "https://github.com/lmu-osc/Introduction-RStudio-Git-GitHub" + url: "https://lmu-osc.github.io/Introduction-RStudio-Git-GitHub" + type: "website" \ No newline at end of file From 7c4edf0f141488e61c058aed93763e0d47f17833 Mon Sep 17 00:00:00 2001 From: Benjamin Abrahams Date: Thu, 22 May 2025 15:21:22 +0200 Subject: [PATCH 2/2] Changed from website to book (#47) --- CITATION.cff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CITATION.cff b/CITATION.cff index 3959e66..058c736 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -40,4 +40,4 @@ preferred-citation: ror: "https://ror.org/029e6qe04" repository-code: "https://github.com/lmu-osc/Introduction-RStudio-Git-GitHub" url: "https://lmu-osc.github.io/Introduction-RStudio-Git-GitHub" - type: "website" \ No newline at end of file + type: "book" \ No newline at end of file