-
Notifications
You must be signed in to change notification settings - Fork 9
/
_post_template.Rmd
114 lines (67 loc) · 1.17 KB
/
_post_template.Rmd
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
---
title: "Add a title here"
description: |
Add a short description here.
author:
- name: Stephanie Hicks
url: https://stephaniehicks.com/
affiliation: Department of Biostatistics, Johns Hopkins
affiliation_url: https://www.jhsph.edu
date: 08-31-2021
output:
distill::distill_article:
self_contained: false
toc: true
toc_depth: 3
categories:
- module 2
- week 1
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
<!-- Add interesting quote -->
# Pre-lecture materials
### Read ahead
:::resources
**Before class, you can prepare by reading the following materials:**
1.
:::
### Acknowledgements
Material for this lecture was borrowed and adopted from
-
-
-
# Learning objectives
:::keyideas
**At the end of this lesson you will:**
-
-
-
:::
# Section 1
### Subsection 1
### Subsection 2
:::questions
**Questions:**
1.
2.
3.
:::
### Subsection 3
# Section 2
# Post-lecture materials
### Final Questions
Here are some post-lecture questions to help you think about the material discussed.
:::questions
**Questions:**
1.
2.
3.
:::
### Additional Resources
:::resources
-
-
-
:::