Skip to content

Commit 0237047

Browse files
syllabus fixes
1 parent 4833339 commit 0237047

File tree

1 file changed

+18
-19
lines changed

1 file changed

+18
-19
lines changed

syllabus.md

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ The workshop will take place on March 20, 2025 with the following schedule.
4747
| 10:15-11:00 | **Session 1a: Exploration** |
4848
| 11:00-11:15 | **Break** |
4949
| 11:15-12:00 | **Session 1b: Exploration** |
50-
| 12:00-1:00 | **Lunch** |
51-
| 1:00-1:45 | **Session 2: Calibration** |
52-
| 1:45-2:00 | **Break** |
53-
| 2:00-2:45 | **Session 3: Inference** |
54-
| 2:45-3:00 | **Break** |
55-
| 3:00-3:30 | **Session 4: Stratification** |
50+
| 12:00-1:15 | **Lunch** |
51+
| 1:15-2:00 | **Session 2: Calibration** |
52+
| 2:00-2:15 | **Break** |
53+
| 2:15-3:00 | **Session 3: Inference** |
54+
| 3:00-3:15 | **Break** |
55+
| 3:15-3:30 | **Session 4: Stratification** |
5656
| 3:30-3:45 | **Feedback** |
5757
| 3:45-4:00 | **Finishing and Packing Up** |
5858

@@ -97,25 +97,25 @@ There will not be enough time in the workshop to cover all of `macpan2`, so ther
9797
<!-- omit from toc -->
9898
#### Session 1: Exploration
9999

100-
Participants will learn about the following types of tasks required for exploring model simulations.
100+
You will learn about the following types of tasks required for exploring model simulations.
101101

102-
* Find simulation models in the `macpan2` [library](#library-models) of starter models.
103-
* Create simulation models from scratch.
102+
* Create simple compartmental simulation models.
103+
* Find simulation models in the `macpan2` [library of models](https://canmod.github.io/macpan2/articles/example_models).
104104
* Run, summarize, and visualize simulations.
105105
* Identify sets of model quantities to be calibrated.
106106
* Describe the relationships between the values of parameter inputs and simulated outputs.
107-
* Prepare certain [types of data](#types-of-data) so that they can be compared with `macpan2` simulation output, both visually and numerically.
108-
* Make [modifications to models](#model-modification-tools) in the library.
107+
* Make modifications to existing model specifications.
108+
* Prepare data so that they can be visually compared with simulation output.
109109
* Understand the mathematics behind simulation models.
110-
* Cast a model as a particular [dynamical model type](#dynamical-model-types) (e.g. discrete-time recursion, ordinary differential equation).
110+
* Cast a model as a particular dynamical model type (e.g. discrete-time recursion, ordinary differential equation).
111111

112112

113113
<!-- omit from toc -->
114114
#### Session 2: Calibration
115115

116-
Participants will learn about the following types of tasks required for parameterizing models, for exploring scenarios and making inferences and predictions about a particular population and public health problem.
116+
You will learn about the following types of tasks required for parameterizing models, for exploring scenarios and making inferences and predictions about a particular population and public health problem.
117117

118-
* Use [optimization](#optimization) to calibrate parameters (e.g., transmission rate) so that the discrepancy between observed and simulated data is minimized.
118+
* Use optimization to calibrate parameters (e.g., transmission rate) so that the discrepancy between observed and simulated data is minimized.
119119
* Apply basic troubleshooting techniques when optimization fails.
120120
* Express uncertainty in model parameters (e.g., transmission rate) with prior distributions.
121121
* Calibrate the functional form of time-variation of parameters.
@@ -124,19 +124,19 @@ Participants will learn about the following types of tasks required for paramete
124124
<!-- omit from toc -->
125125
#### Session 3: Inference
126126

127-
Participants will learn about the following types of tasks that are often necessary when making inferences using calibrated models.
127+
You will learn about the following types of tasks that are often necessary when making inferences using calibrated models.
128128

129129
* Visualize goodness-of-fit.
130130
* Generate confidence intervals for estimated parameters.
131131
* Deciding when to refine parameter calibrations
132132
* Forecast model variables beyond the last data point.
133133
* Calculate prediction intervals measuring uncertainty about these forecasts.
134-
* Compare alternative scenarios for counter-factual causal analysis (e.g., how many deaths were saved due to vaccination?).
134+
* Compare alternative scenarios for counter-factual causal analysis.
135135

136136
<!-- omit from toc -->
137137
#### Session 4: Stratification
138138

139-
Participants will learn about the importance of stratification of simple compartmental models. We will not do anything hands on in this session.
139+
You will learn about the importance of stratification of simple compartmental models. We will not do anything hands on in this session as there will not be enough time.
140140

141141
* Stratify every compartment in the same way (e.g. by age, location).
142142
* Stratify infectious compartments (e.g. by symptom status).
@@ -148,8 +148,7 @@ Participants will learn about the importance of stratification of simple compart
148148

149149
After participating in the workshop, modellers will be able to do the following.
150150

151-
* Determine if compartmental modelling is an appropriate tool for a particular applied public health problem.
152-
* Use `macpan2` to create a simple compartmental model for a real public health problem.
151+
* Use `macpan2` to create a simple compartmental model for a public health problem.
153152
* Navigate the [documentation](https://canmod.github.io/macpan2) to learn how to solve compartmental modelling problems that `macpan2` is able to solve.
154153
* Suggest improvements to `macpan2`.
155154

0 commit comments

Comments
 (0)