-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_los.qmd
More file actions
27 lines (17 loc) · 1.02 KB
/
_los.qmd
File metadata and controls
27 lines (17 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# **Learning Objectives**
***
<!--
Replace the shell content and enumerate the learning objectives in the referenced qmd files.
For an example of this section, see this previous Open Case Study: https://www.opencasestudies.org/ocs-bp-co2-emissions/#Learning_Objectives
Statistical LOs were provided in the original open case studies but they may be omitted here depending on the case study.
Biological LOS were not provided in the original open case studies and should be included in all Bio-OCS case studies.
-->
In this case study, we will introduce version control and describe why and how to use it to track a scientific project. We will use Git and GitHub to track a comparison of the sampling designs of studies used in a meta-analysis.
The skills, methods, and concepts that students will be familiar with by the end of this case study are:
{{< include _data_science_los.qmd >}}
::: {.content-hidden unless-meta="include-sections.stat-los"}
{{< include _statistical_los.qmd >}}
:::
<!--
{{< include _biological_los.qmd >}} -->
***