From efad0f89716cdbc4c5f142c721ebad37f7bb2185 Mon Sep 17 00:00:00 2001 From: Lukas Kluft <lukas.kluft@gmail.com> Date: Wed, 10 Jul 2024 10:57:03 +0200 Subject: [PATCH] Fix typos --- lectures/good-practice/slides.qmd | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lectures/good-practice/slides.qmd b/lectures/good-practice/slides.qmd index a9f4c37..c6fe37c 100644 --- a/lectures/good-practice/slides.qmd +++ b/lectures/good-practice/slides.qmd @@ -7,7 +7,7 @@ author: "Bjorn Stevens and Theresa Mieslinger" *Building trust in research. And in your own work.* ## What is it about? -Principles fomulated by the research community that define ***proper research behaviour*** with the aim to ensure a high quality, robustness and reproducibility of results (publications, data, code, software). +Principles formulated by the research community that define ***proper research behaviour*** with the aim to ensure a high quality, robustness and reproducibility of results (publications, data, code, software). :::notes * research aims to advance knowledge @@ -15,7 +15,7 @@ Principles fomulated by the research community that define ***proper research be ::: ## How does the topic relate to this lecture series? -* guidlines for building software +* guidelines for building software * using own and other software/data * communicating the usage of software/data @@ -79,7 +79,7 @@ Example: you run ICON to model future climate scenario for 2050 :::: ::: {.notes} -* What is needed to reproduce the argument? +* What is needed to reproduce the argument? * Primary data is typically published for the first time and cannot be re-generated / measured again. * Derived data is easy to reproduce from accessible sources. ::: @@ -295,7 +295,7 @@ We have data and documentation, so which software tools shall we use? ## Authorship :::leftalign -**Substantial contributions to** +**Substantial contributions to** * the conception or design of the work * the acquisition, analysis, or interpretation of data for the work @@ -304,7 +304,7 @@ We have data and documentation, so which software tools shall we use? ::: :::notes -* examples: phd-supervisor, technical assistance (setting up Python, redesigning data, data papers?), financial / administrative support, hierarchical / power positions +* examples: PhD-supervisor, technical assistance (setting up Python, redesigning data, data papers?), financial / administrative support, hierarchical / power positions * approval of the published work * Agreement to be accountable for all aspects of the work in ensuring that questions related to the accuracy or integrity of any part of the work are appropriately investigated and resolved. * includes being accountable for data / code! -- GitLab