Skip to content

Commit 0341c2b

Browse files
committed
Register contact tracing and partner notification examples
Add the two new examples to the README gallery table and to the Interventions section of the Quarto sidebar. Adjust their listing order to 6.4 and 6.5 so they sit adjacent right after time-varying-vaccination, without colliding with social-diffusion at order 8.
1 parent b73700a commit 0341c2b

4 files changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ EpiModel provides built-in SIS/SIR models out of the box, but its module API sup
2626
| [SEIRS with Leaky Vaccination](https://epimodel.github.io/EpiModel-Gallery/examples/seirs-leaky-vaccination/) | SEIRS with leaky vaccination (reduced transmission probability) and vital dynamics |
2727
| [Test and Treat](https://epimodel.github.io/EpiModel-Gallery/examples/sis-test-and-treat/) | SIS with screening and antibiotic treatment for bacterial STIs |
2828
| [Time-Varying Vaccination](https://epimodel.github.io/EpiModel-Gallery/examples/sir-time-varying-vaccination/) | SIR with phased, pulse, and reactive (prevalence-triggered) vaccination schedules |
29+
| [Contact Tracing](https://epimodel.github.io/EpiModel-Gallery/examples/seir-contact-tracing/) | SEIR with cumulative-edgelist contact tracing for a COVID-like acute outbreak; quarantine on reached partners |
30+
| [Partner Notification](https://epimodel.github.io/EpiModel-Gallery/examples/sis-partner-notification/) | SIS partner notification for an endemic STI; PR vs EPT arms on the cumulative edgelist |
2931

3032
**Intermediate Extensions**
3133

_quarto.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ website:
4141
- examples/seirs-leaky-vaccination/index.qmd
4242
- examples/sis-test-and-treat/index.qmd
4343
- examples/sir-time-varying-vaccination/index.qmd
44+
- examples/seir-contact-tracing/index.qmd
45+
- examples/sis-partner-notification/index.qmd
4446
- section: Intermediate Extensions
4547
contents:
4648
- examples/sis-competing-strains/index.qmd

examples/seir-contact-tracing/index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "Contact tracing as a network intervention. Demonstrates EpiModel's
44
author: "Samuel M. Jenness"
55
date: "2026-05-26"
66
categories: [SEIR, contact tracing, intervention, cumulative edgelist, intermediate]
7-
order: 8
7+
order: 6.4
88
image: thumbnail.png
99
---
1010

examples/sis-partner-notification/index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "An SIS endemic-STI model with partner notification. Compares no PN
44
author: "Samuel M. Jenness"
55
date: "2026-05-26"
66
categories: [SIS, STI, intervention, partner notification, cumulative edgelist, intermediate]
7-
order: 7.5
7+
order: 6.5
88
image: thumbnail.png
99
---
1010

0 commit comments

Comments
 (0)