diff --git a/CITATION.cff b/CITATION.cff index 3558f6a..ed93dff 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -5,7 +5,7 @@ # This is a known limitation of CFF files: https://github.com/citation-file-format/citation-file-format/issues/112 cff-version: 1.2.0 -title: Course Development Guidelines +title: Coding for research message: >- You may cite these materials using the metadata in this file. Please cite our materials if you publish materials @@ -16,21 +16,21 @@ authors: - given-names: Hugo family-names: Tavares affiliation: Cambridge Centre for Research Informatics Training - website: 'https://bioinfotraining.bio.cam.ac.uk/staff/hugo-tavares-phd' orcid: 'https://orcid.org/0000-0001-9373-2726' alias: 'writing - original draft; conceptualisation; software' - - given-names: Martin - family-names: van Rongen - affiliation: Cambridge Centre for Research Informatics Training - orcid: 'https://orcid.org/0000-0002-1441-367X' - alias: 'writing - original draft; conceptualisation; software' - given-names: Alexia family-names: Cardona affiliation: Cambridge Centre for Research Informatics Training orcid: 'https://orcid.org/0000-0002-7877-5565' alias: 'writing - original draft; conceptualisation' -repository-code: 'https://github.com/cambiotraining/quarto-course-template' -url: 'https://cambiotraining.github.io/found-coding-for-research-r/' + - given-names: Martin + family-names: van Rongen + website: 'https://bioinfotraining.bio.cam.ac.uk/staff/martin-van-rongen-phd' + affiliation: Cambridge Centre for Research Informatics Training + orcid: 'https://orcid.org/0000-0002-1441-367X' + alias: 'writing - original draft; conceptualisation; software' +repository-code: 'https://github.com/cambiotraining/coding-for-research' +url: 'https://cambiotraining.github.io/coding-for-research/' license: CC-BY-4.0 commit: 3c8234e82c7315cfb4d869d9635433bf62baf17f date-released: '2024-10-22' diff --git a/README.md b/README.md index e8270c4..1ddfcc8 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# Course Name +# Coding for research -This repository contains the materials for the course. +This repository contains the materials for the Coding for research course. -**Course Developers**: see our [guidelines page](https://cambiotraining.github.io/quarto-course-template/materials.html) if contributing materials. +**THESE MATERIALS ARE CURRENTLY UNDER DEVELOPMENT** These materials are released under a [CC BY 4.0](LICENSE.md) license. diff --git a/_quarto.yml b/_quarto.yml index 503574e..b928779 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -48,7 +48,7 @@ book: logo: "_extensions/cambiotraining/courseformat/img/university_crest_reversed.png" right: - icon: github - href: https://github.com/cambiotraining/found-coding-for-research-r/ + href: https://github.com/cambiotraining/coding-for-research/ aria-label: Bioinformatics Training Facility GitHub - icon: twitter href: https://twitter.com/bioinfocambs diff --git a/found-coding-for-research-r.Rproj b/coding-for-research.Rproj similarity index 100% rename from found-coding-for-research-r.Rproj rename to coding-for-research.Rproj diff --git a/found-coding-for-research-r.code-workspace b/coding-for-research.code-workspace similarity index 100% rename from found-coding-for-research-r.code-workspace rename to coding-for-research.code-workspace