diff --git a/index.html b/index.html index ec5beff..faa83df 100644 --- a/index.html +++ b/index.html @@ -111,7 +111,9 @@

And that's where that famous curve comes from! It's not a bell curve, it's not even a "log-normal" curve. It has no name. But you've seen it a zillion times, and beseeched to flatten.

-

This is the the SIR Model5Susceptible Infectious Recovered – the second-most important idea in Epidemiology 101:

+

This is the the SIR Model5
+ (Susceptible Infectious Recovered)
+ the second-most important idea in Epidemiology 101:

@@ -745,6 +747,7 @@ + diff --git a/sim/js/Stages.js b/sim/js/Stages.js index 34f153c..c804bce 100644 --- a/sim/js/Stages.js +++ b/sim/js/Stages.js @@ -523,7 +523,7 @@ const STAGES = { ["p_hygiene",0.66,84], ["p_quarantine",0.4,175], ["p_isolate",0.4,175], - ["p_masks",0.17,175], + ["p_masks",0.4,175], // Circuit Breaker ["p_distancing",1,365], diff --git a/words/words.html b/words/words.html index 97aee7b..23cabb3 100644 --- a/words/words.html +++ b/words/words.html @@ -98,7 +98,9 @@

And that's where that famous curve comes from! It's not a bell curve, it's not even a "log-normal" curve. It has no name. But you've seen it a zillion times, and beseeched to flatten.

-

This is the the SIR Model5Susceptible Infectious Recovered – the second-most important idea in Epidemiology 101:

+

This is the the SIR Model5
+(Susceptible Infectious Recovered)
+the second-most important idea in Epidemiology 101:

diff --git a/words/words.md b/words/words.md index 3709f9f..a695493 100644 --- a/words/words.md +++ b/words/words.md @@ -90,7 +90,9 @@ Let's find out: And *that's* where that famous curve comes from! It's not a bell curve, it's not even a "log-normal" curve. It has no name. But you've seen it a zillion times, and beseeched to flatten. -This is the the **SIR Model**[^sir] – **S**usceptible **I**nfectious **R**ecovered – the second-most important idea in Epidemiology 101: +This is the the **SIR Model**[^sir] +(**S**usceptible **I**nfectious **R**ecovered) +the second-most important idea in Epidemiology 101: [^sir]: source, and sidenote on 'infectious'