From dcee3a35e264acb1dbbb9076c4cdb4931f61ac28 Mon Sep 17 00:00:00 2001 From: davidwilby Date: Wed, 5 May 2021 16:26:15 +0100 Subject: [PATCH 1/3] add deliberately failing lines --- presentation.tex | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/presentation.tex b/presentation.tex index f84766a..197968c 100644 --- a/presentation.tex +++ b/presentation.tex @@ -437,6 +437,10 @@ \end{center} \end{frame} + \being{fame} + This is a piece of code designed to break the compile. + \end{thing} + \begin{frame}[label=BESTPRAC]{Best practice - code style} \textbf{Interactive exercise} \\ From ef403a7e3fb0345ad3853c78a185e0d84f16c579 Mon Sep 17 00:00:00 2001 From: davidwilby Date: Tue, 7 Feb 2023 17:47:09 +0000 Subject: [PATCH 2/3] make formatting changes --- index.qmd | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/index.qmd b/index.qmd index 5289b04..0af954a 100644 --- a/index.qmd +++ b/index.qmd @@ -35,8 +35,7 @@ And what am I doing here? [![](assets/images/bees.png)](https://doi.org/10.1016/j.visres.2019.02.008) -[Wilby *et al.* (2018) *Vision -Research*](https://doi.org/10.1016/j.visres.2019.02.008) +[Wilby *et al.* (2018) *Vision Research*](https://doi.org/10.1016/j.visres.2019.02.008) ::: @@ -44,10 +43,7 @@ Research*](https://doi.org/10.1016/j.visres.2019.02.008) [![](assets/images/jexbio_220_11_coverfig.png){width="80%"}](https://doi.org/10.1242/jeb.152918) -[Wilby *et al.* (2015) *J. R. Soc. -Interface*](http://dx.doi.org/10.1098/rsif.2015.0591) - -[Wilby & Roberts (2017) *J. Exp. -Biol.*](https://doi.org/10.1242/jeb.152918) +[Wilby *et al.* (2015) *J. R. Soc. Interface*](http://dx.doi.org/10.1098/rsif.2015.0591) - [Wilby & Roberts (2017) *J. Exp. Biol.*](https://doi.org/10.1242/jeb.152918) ::: @@ -81,6 +77,7 @@ Go to [menti.com](https://menti.com) and enter the code **8145 3365** * Git * GitHub * Testing +* Environment & Dependency Management ## @@ -99,20 +96,19 @@ Can't I just write some code? ![](assets/images/ioannidis.png) -[Wikipedia: Replication Crisis](https://en.wikipedia.org/wiki/Replication_crisis) +[Wikipedia: Replication Crisis](https://en.wikipedia.org/wiki/Replication_crisis) ## ![](assets/images/repro_articles.png) -Credit: [Anna Krystalli](https://annakrystalli.me/rrresearchACCE20/slides/01_intro.html) +Credit: [Anna Krystalli](https://annakrystalli.me/rrresearchACCE20/slides/01_intro.html) ## ![](assets/images/post-office-scandal.png) -Credit: [Private -Eye](https://www.private-eye.co.uk/pictures/special_reports/justice-lost-in-the-post.pdf) +Credit: [Private Eye](https://www.private-eye.co.uk/pictures/special_reports/justice-lost-in-the-post.pdf) # Control yourself @@ -525,8 +521,7 @@ Everyone makes mistakes. ![](assets/images/post-office-scandal.png) -Credit: [Private -Eye](https://www.private-eye.co.uk/pictures/special_reports/justice-lost-in-the-post.pdf) +From: [Private Eye](https://www.private-eye.co.uk/pictures/special_reports/justice-lost-in-the-post.pdf) ## Levels of testing From 936312991f7a422e1e2b950ce204f6b969b00f7a Mon Sep 17 00:00:00 2001 From: davidwilby Date: Tue, 7 Feb 2023 17:51:33 +0000 Subject: [PATCH 3/3] make test fail by using wrong filename --- index.qmd => failing-test.qmd | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename index.qmd => failing-test.qmd (100%) diff --git a/index.qmd b/failing-test.qmd similarity index 100% rename from index.qmd rename to failing-test.qmd