From fe4afa8a91a1562a597840eed4126b56e7910f87 Mon Sep 17 00:00:00 2001 From: HeidiSeibold Date: Thu, 5 Oct 2023 09:02:40 +0200 Subject: [PATCH] footer with license and source --- 3-1-version-control.qmd | 2 +- 4-1-licensing.qmd | 2 +- _quarto.yml | 9 +++++++-- license.qmd | 5 +++++ 4 files changed, 14 insertions(+), 4 deletions(-) create mode 100644 license.qmd diff --git a/3-1-version-control.qmd b/3-1-version-control.qmd index dbc9229..cee0175 100644 --- a/3-1-version-control.qmd +++ b/3-1-version-control.qmd @@ -41,7 +41,7 @@ There are many other ways of doing version control out there. **Versioning data:** Version control of data is a difficult task. Let's leave that for another day. See [here](https://the-turing-way.netlify.app/reproducible-research/vcs/vcs-data.html) for more info for now. -## Further reading +### Further reading - [Version Control](https://the-turing-way.netlify.app/reproducible-research/vcs.html), The Turing Way - [Version Control with Git](https://swcarpentry.github.io/git-novice/), Software Carpentry - [Version Control with Git](https://annakrystalli.me/rrresearchACCE20/version-control-with-git.html) (for R users), Anna Krystalli diff --git a/4-1-licensing.qmd b/4-1-licensing.qmd index 796d25c..980511d 100644 --- a/4-1-licensing.qmd +++ b/4-1-licensing.qmd @@ -12,7 +12,7 @@ Most of the time choosing a license is actually quite simple. So let me help you ### Choosing a license for texts, data, media, ... -I really like the Creative Commons licenses for most research outputs (and other things I produce, like this newsletter). +I really like the Creative Commons licenses for most research outputs (and other things I produce, like [this booklet](/license.qmd)). They are easy to understand and to pick. On the CC-website you can find a simple tool to help you choose your license: diff --git a/_quarto.yml b/_quarto.yml index 40a850c..ab7faaf 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -30,11 +30,16 @@ book: - 4-2-where-to-publish.qmd - 4-3-fair-revisited.qmd - part: summary.qmd - chapters: - - references.qmd navbar: background: white logo: images/Logo_BERD_Academy.png + page-footer: + center: + - text: "License" + href: license.qmd + - text: "Booklet source" + href: https://github.com/BERD-NFDI/BERD-reproducible-research-course + bibliography: references.bib diff --git a/license.qmd b/license.qmd new file mode 100644 index 0000000..5b28d32 --- /dev/null +++ b/license.qmd @@ -0,0 +1,5 @@ +## Booklet licence + +Unless otherwise noted, all materials in this booklet are licensed under [CC-BY +4.0](https://creativecommons.org/licenses/by/4.0/) Heidi Seibold and the BERD +Academy.