Skip to content

Commit

Permalink
Added submodules for rest of workshops
Browse files Browse the repository at this point in the history
  • Loading branch information
dannagifford committed Sep 5, 2023
1 parent b4ce323 commit 7775418
Show file tree
Hide file tree
Showing 11 changed files with 50 additions and 14 deletions.
27 changes: 27 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,30 @@
[submodule "workshops/Wk2-06_data_visualisation"]
path = workshops/Wk2-06_data_visualisation
url = https://github.com/dannagifford/Wk2-06_data_visualisation
[submodule "workshops/Wk3-09_glm_regression_pt1"]
path = workshops/Wk3-09_glm_regression_pt1
url = https://github.com/dannagifford/Wk3-09_glm_regression_pt1
[submodule "workshops/Wk3-10_glm_regression_pt2"]
path = workshops/Wk3-10_glm_regression_pt2
url = https://github.com/dannagifford/Wk3-10_glm_regression_pt2
[submodule "workshops/Wk4-11_glm_anova_pt1"]
path = workshops/Wk4-11_glm_anova_pt1
url = https://github.com/dannagifford/Wk4-11_glm_anova_pt1
[submodule "workshops/Wk4-12_glm_anova_pt2"]
path = workshops/Wk4-12_glm_anova_pt2
url = https://github.com/dannagifford/Wk4-12_glm_anova_pt2
[submodule "workshops/Wk5-15_mixed_models_pt1"]
path = workshops/Wk5-15_mixed_models_pt1
url = https://github.com/dannagifford/Wk5-15_mixed_models_pt1
[submodule "workshops/Wk5-16_mixed_models_pt2"]
path = workshops/Wk5-16_mixed_models_pt2
url = https://github.com/dannagifford/Wk5-16_mixed_models_pt2
[submodule "workshops/Wk5-19_introduction_to_r_markdown"]
path = workshops/Wk5-19_introduction_to_r_markdown
url = https://github.com/dannagifford/Wk5-19_introduction_to_r_markdown
[submodule "workshops/Wk6-13_experimental_power"]
path = workshops/Wk6-13_experimental_power
url = https://github.com/dannagifford/Wk6-13_experimental_power
[submodule "workshops/Wk6-24_open_source"]
path = workshops/Wk6-24_open_source
url = https://github.com/dannagifford/Wk6-24_open_source
28 changes: 14 additions & 14 deletions index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ In this first part, we will explore the key concepts in open research, and talk

 

[![](images/open_research.png){width=75%}](./Wk1-01_open_research_and_reproducibility/knitted_workshop/01_open_research_and_reproducibility.html)
[![](images/open_research.png){width=75%}](./workshops/Wk1-01_open_research_and_reproducibility/knitted_workshop/01_open_research_and_reproducibility.html)

   

Expand All @@ -47,7 +47,7 @@ In the second part, you will be introduced to R (the language) and RStudio Deskt

 

[![](images/starting_with_r.png){width=75%}](./Wk1-02_starting_with_r/knitted_workshop/02_starting_with_r.html)
[![](images/starting_with_r.png){width=75%}](./workshops/Wk1-02_starting_with_r/knitted_workshop/02_starting_with_r.html)

   

Expand All @@ -67,7 +67,7 @@ The first part will introduce you to a number of key packages known as the `tidy

 

[![](images/data_wrangling.png){width=75%}](./Wk2-03_data_wrangling/knitted_workshop/03_data_wrangling.html)
[![](images/data_wrangling.png){width=75%}](./workshops/Wk2-03_data_wrangling/knitted_workshop/03_data_wrangling.html)

 

Expand All @@ -83,7 +83,7 @@ Once you have completed this first part and have your R script up and running, c

 

[![](images/summarising_your_data.png){width=75%}](./Wk2-04_summarising_your_data/knitted_workshop/04_summarising_your_data.html)
[![](images/summarising_your_data.png){width=75%}](./workshops/Wk2-04_summarising_your_data/knitted_workshop/04_summarising_your_data.html)

   

Expand All @@ -99,7 +99,7 @@ In part three, we will explore the basics of Data Visualization using R. You'll

 

[![](images/data_vis.png){width=75%}](./Wk2-06_data_visualisation/knitted_workshop/06_data_visualisation)
[![](images/data_vis.png){width=75%}](./workshops/Wk2-06_data_visualisation/knitted_workshop/06_data_visualisation)

 

Expand All @@ -119,7 +119,7 @@ In part one we will explore Simple Regression in the context of the General Line

 

[![](images/glm_regression_pt1.png){width=75%}](./Wk3-09_glm_regression_pt1/knitted_workshop/09_glm_regression_pt1.html)
[![](images/glm_regression_pt1.png){width=75%}](./workshops/Wk3-09_glm_regression_pt1/knitted_workshop/09_glm_regression_pt1.html)

 

Expand All @@ -135,7 +135,7 @@ In part two we will explore Multiple Regression in the context of the General Li

 

[![](images/glm_regression_pt2.png){width=75%}](./Wk3-10_glm_regression_pt2/knitted_workshop/10_glm_regression_pt2.html)
[![](images/glm_regression_pt2.png){width=75%}](./workshops/Wk3-10_glm_regression_pt2/knitted_workshop/10_glm_regression_pt2.html)

 

Expand All @@ -155,7 +155,7 @@ In part one we will explore Analysis of Variance (ANOVA) in the context of model

 

[![](images/glm_anova_pt1.png){width=75%}](./Wk4-11_glm_anova_pt1/knitted_workshop/11_glm_anova_pt1.html)
[![](images/glm_anova_pt1.png){width=75%}](./workshops/Wk4-11_glm_anova_pt1/knitted_workshop/11_glm_anova_pt1.html)

 

Expand All @@ -171,7 +171,7 @@ In part two we will explore Analysis of Covariance (ANCOVA). We will also examin

 

[![](images/glm_anova_pt2.png){width=75%}](./Wk4-12_glm_anova_pt2/knitted_workshop/12_glm_anova_pt2.html)
[![](images/glm_anova_pt2.png){width=75%}](./workshops/Wk4-12_glm_anova_pt2/knitted_workshop/12_glm_anova_pt2.html)

 

Expand All @@ -191,7 +191,7 @@ In this first part we will see how mixed models combine aspects of linear regres

 

[![](images/mixed_models_pt1.png){width=75%}](./Wk5-15_mixed_models_pt1/knitted_workshop/15_mixed_models_pt1.html)
[![](images/mixed_models_pt1.png){width=75%}](./workshops/Wk5-15_mixed_models_pt1/knitted_workshop/15_mixed_models_pt1.html)

 

Expand All @@ -207,7 +207,7 @@ In the second part we will examine mixed models for factorial designs, and explo

 

[![](images/mixed_models_pt2.png){width=75%}](./Wk5-16_mixed_models_pt2/knitted_workshop/16_mixed_models_pt2.html)
[![](images/mixed_models_pt2.png){width=75%}](./workshops/Wk5-16_mixed_models_pt2/knitted_workshop/16_mixed_models_pt2.html)

 

Expand All @@ -222,7 +222,7 @@ In the final part we will generate a report in `.html` format using R Markdown.

 

[![](images/introduction_to_r_markdown.png){width=75%}](./Wk5-19_introduction_to_r_markdown/knitted_workshop/19_introduction_to_r_markdown.html)
[![](images/introduction_to_r_markdown.png){width=75%}](./workshops/Wk5-19_introduction_to_r_markdown/knitted_workshop/19_introduction_to_r_markdown.html)

 

Expand All @@ -241,7 +241,7 @@ This workshop covers experimental power (and why it is important). One of the in

 

[![](images/experimental_power.png){width=75%}](./Wk6-13_experimental_power/knitted_workshop/13_experimental_power.html)
[![](images/experimental_power.png){width=75%}](./workshops/Wk6-13_experimental_power/knitted_workshop/13_experimental_power.html)

   

Expand All @@ -255,7 +255,7 @@ This workshop provides a very brief overview of open source software, the use of

 

[![](images/open_source.png){width=75%}](./Wk6-24_open_source/knitted_workshop/24_open_source.html)
[![](images/open_source.png){width=75%}](./workshops/Wk6-24_open_source/knitted_workshop/24_open_source.html)

   

Expand Down
1 change: 1 addition & 0 deletions workshops/Wk3-09_glm_regression_pt1
1 change: 1 addition & 0 deletions workshops/Wk3-10_glm_regression_pt2
1 change: 1 addition & 0 deletions workshops/Wk4-11_glm_anova_pt1
Submodule Wk4-11_glm_anova_pt1 added at 7c1230
1 change: 1 addition & 0 deletions workshops/Wk4-12_glm_anova_pt2
Submodule Wk4-12_glm_anova_pt2 added at b844f1
1 change: 1 addition & 0 deletions workshops/Wk5-15_mixed_models_pt1
1 change: 1 addition & 0 deletions workshops/Wk5-16_mixed_models_pt2
1 change: 1 addition & 0 deletions workshops/Wk5-19_introduction_to_r_markdown
1 change: 1 addition & 0 deletions workshops/Wk6-13_experimental_power
1 change: 1 addition & 0 deletions workshops/Wk6-24_open_source
Submodule Wk6-24_open_source added at e28714

0 comments on commit 7775418

Please sign in to comment.