-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathIntroduction_to_Modeling.Rmd
More file actions
67 lines (40 loc) · 3.17 KB
/
Introduction_to_Modeling.Rmd
File metadata and controls
67 lines (40 loc) · 3.17 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
60
61
62
63
64
65
66
67
---
title: Introduction to Modeling
subtitle: ""
author: Andreas Handel
institute: "University of Georgia"
date: "`r file.mtime(knitr::current_input())`"
#bibliography: ../media/SMICourse.bib
output:
html_document:
toc_depth: 3
---
```{r, echo = FALSE}
```
# Overview
This module provides a brief introduction to simulation modeling.
# Learning Objectives
* Know what simulation modeling is.
# Videos & Slides
These videos are lecture recordings from SISMID 2020. They are broken into two segments.
The first segment provides a general introduction to simulation modeling. You can get the slides for the first lecture here [as html](./slides/Introduction_to_Modeling_Slides.html) or [as pdf.](./slides/Introduction_to_Modeling_Slides.pdf)
<p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/BxSSU-uHjUQ" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</p>
The second segment discusses a few very simple models. You can get the slides here [as html](./slides/Simple_Models_Slides.html) or [as pdf.](./slides/Simple_Models_Slides.pdf)
<p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/sIYiFAfMH08" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</p>
The following video from 2021 is a very brief overview of the main points covered in the previous two lectures, followed by questions and answers. It is recommended you watch this video after the first two. The slides from this short presentation are here [as html](./slides/2021_Intro_to_Modeling_Discussion_Slides.html) or [as pdf.](./slides/2021_Intro_to_Modeling_Discussion_Slides.pdf).
<p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/mNrE-L9Er0I" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</p>
This video is from 2022. It is a bit more detailed compared to the 2021 presentation, but does not contain the simple model discussion from 2020. A question and answer segment is also included. The slides from this short presentation are here [as html](./slides/2022_Intro_to_Modeling_Slides.html) or [as pdf](./slides/2022_Intro_to_Modeling_Slides.pdf).
<p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/0zh5D7iVj8c" title="Introduction to simulation modeling" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</p>
# Reading
The other units in this module cover specific topics in some more detail.
# Further materials
Our recent review [Simulation Modelling for Immunologists](./media/2020-handel-natrevimm.pdf) provides a general introduction to the kinds of simulation models we will be discussing in this course. If you haven't done yet, please read the paper.
See the _Resources_ section for some additional materials, including a few textbooks, that cover within-host modeling. Some of the other readings in this module also have further pointers to additional material.