Skip to content

Commit

Permalink
Install tinytex in CI to render pdfs (#7)
Browse files Browse the repository at this point in the history
* Install tinytex

* Delete mtheme

* Add link to slides
  • Loading branch information
jamesmbaazam authored Oct 12, 2024
1 parent 0b0e514 commit 324eb20
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,13 @@ jobs:
install.packages(c("rmarkdown", "knitr"))
shell: Rscript {0}

# Install TinyTeX for PDF rendering
- name: Install TinyTeX
run: |
quarto install tinytex
- name: Render and Publish
uses: quarto-dev/quarto-actions/publish@v2
with:
target: gh-pages
path: slides.qmd
path: slides.qmd
11 changes: 7 additions & 4 deletions index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ Participants should have a basic understanding of calculus and differential equa

- 9:00 AM - 10:30 AM: Overview of Infectious Disease Modelling (1 hour 30 mins)

- A brief overview of diseases
- A brief overview of diseases
- What are infectious diseases?
- What are the impacts of infectious diseases on public health?
- How are infectious diseases controlled?
- Introduction to mathematical modelling in epidemiology
- Introduction to mathematical modelling in epidemiology
- What are infectious disease (mathematical and statistical) models?
- The role of models in public health decision-making
- Types of models:
Expand All @@ -53,7 +53,6 @@ Participants should have a basic understanding of calculus and differential equa
- The SIR model:
- structure and assumptions
- Understanding model parameters: rates, proportions, and probabilities

- The SEIR Model: Adding the Exposed (E) compartment
- Incorporating an incubation period
- Understanding the role of the exposed compartment in disease transmission
Expand Down Expand Up @@ -88,10 +87,14 @@ Participants should have a basic understanding of calculus and differential equa

## Day 2

- 9:00 AM - 10:30 AM: Analysing model outputs (1 hour 30 mins)
- 9:00 AM - 10:30 AM: Analysing model outputs (1 hour 30 mins)

- Interpreting the epidemic curve
- Understanding equilibrium and threshold conditions
- Sensitivity analysis: How changes in parameters affect the model outputs

# Slide deck

Access the slide deck [here](slides.html).

![](https://i.creativecommons.org/l/by/4.0/88x31.png) This work is licensed under a [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0/).
1 change: 0 additions & 1 deletion mtheme
Submodule mtheme deleted from 2fa608

0 comments on commit 324eb20

Please sign in to comment.