-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmaterials_schedule.Rmd
More file actions
59 lines (41 loc) · 1.68 KB
/
materials_schedule.Rmd
File metadata and controls
59 lines (41 loc) · 1.68 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<div class="leaf"></div>
# Materials + Schedule
***
It's helpful to [install software](modules/Setup/Setup.html) before you start DaSEH. We also recommend completing HW 1 (Swirl module indicated below) before class so we can hit the ground running!
<br>
## Online Overview
| Time (PT) | Content |
|---------------------|-----------|
| 10:30am - 11:30am | Session 1 |
| 11:30am - 11:40am | Break |
| 11:40am - 12:40pm | Session 2 |
| 12:40pm - 12:50pm | Break |
| 12:50pm - 2:00pm | Session 3 |
*Note: Timing is approximate*
<br>
## Online Schedule + Materials
```{r, results='asis', echo = FALSE, message=FALSE, warning = FALSE}
# The str_replace_all creates an absolute url to linked documents since there are word and pdf rendered versions of the syllabus
source("scripts/utils.R")
pander::pandoc.table(
read_markdown("docs/_schedule_table.Rmd") |>
mutate(across(
.fns = ~ str_replace_all(., "\\./", "https://daseh.org/")
)),
missing = "",
split.tables = Inf,
style = "rmarkdown"
)
```
<br>
## In-person Codeathon Schedule + Materials
<!-- - [Schedule](`r config::get("codeathon_schedule")`) -->
<!-- - [Instructor Slides](`r config::get("instructor_slides")`) -->
- Mapping module [HTML](resources/Mapping.html), [PDF](resources/Mapping.pdf), [Rmd](resources/Mapping.Rmd)
<!-- - [Lightning Talk Upload Folder](`r config::get("lightning_talk_folder")`) -->
- [Project Template](modules/Project_Template/Project_Template.Rmd)
- [Project Example](modules/Project_Example/Project_Example.Rmd)
- [Project Example (rendered)](modules/Project_Example/Project_Example.html)
<br>
## Data
You can see an overview of the datasets used [here](data.html).