diff --git a/css/index.css b/css/index.css index a6006da..70c13f2 100644 --- a/css/index.css +++ b/css/index.css @@ -5,8 +5,11 @@ body{ font-weight: 100; line-height: 1.7em; } +b, strong{ + font-weight: bold; +} -article > p, article > ul{ +article > p, article > ul, article > ol, article > h1, article > h2, article > h3{ width: 640px; margin:1em auto; } @@ -37,4 +40,34 @@ iframe{ border:2px solid #eee; display: block; margin:0 auto; +} + +icon{ + display: inline-block; + width: 1em; + height: 1em; + position: relative; + top:0.1em; + background-size: 100% 100%; +} +icon[s]{ + background-image: url(../icons/s.png); +} +icon[e]{ + background-image: url(../icons/e.png); +} +icon[i]{ + background-image: url(../icons/i.png); +} +icon[r]{ + background-image: url(../icons/r.png); +} + +p > img{ + width: 100%; + border: 1px solid #ddd; + margin: 0.5em auto; +} +sub{ + line-height: 0; } \ No newline at end of file diff --git a/index.html b/index.html index c3d60dd..7ff423c 100644 --- a/index.html +++ b/index.html @@ -9,6 +9,8 @@ + + @@ -17,562 +19,716 @@
-

What Happens Next?

-

COVID-19 Futures, Explained With Playable Simulations

+

What Happens Next?

+

COVID-19 Futures, Explained With Playable Simulations

+

(28 min play/read)

+

{WIP, DON'T SHARE YET THX!}

+

"The only thing to fear is fear itself" was stupid advice.

-

If people fear fear itself, they'll deny danger because they don't want to create "mass panic". The problem's not fear, but how we use our fear. Fear, used well, gives you energy to deal with current dangers, and prepare for future dangers.

+

Sure, don't hoard toilet paper – but if policymakers fear fear itself, they'll downplay dangers to us to avoid "mass panic". Fear's not the problem, it's how we channel our fear. Fear gives us energy to deal with dangers now, and prepare for dangers later.

-

Honestly, the two of us (Marcel, epidemiologist + Nicky, artist/coder) are worried about the future. We bet you are, too. That's why we want to channel our worries into making these playable simulations, so that you can channel your worries into understanding:

+

Honestly, we (Marcel, epidemiologist + Nicky, art/code) are worried. We bet you are, too! That's why we've channelled our fear into making these playable simulations, so that you can channel your fear into understanding:

-

This guide is meant to give you hope and fear. To beat this virus in a way that also protects our mental & financial health, we need optimism to create plans, and pessimism to create backup plans. As Gladys Bronwyn Stern once said, “The optimist invents the airplane and the pessimist the parachute.”

+

This guide (published April 30th, 20201) is meant to give you hope and fear. To beat COVID-19 in a way that also protects our mental & financial health, we need optimism to create plans, and pessimism to create backup plans. As Gladys Bronwyn Stern once said, “The optimist invents the airplane and the pessimist the parachute.”

So, buckle in: we're about to experience some turbulence.

-
-

The Last Few Months

-
+
+

The Last Few Months

+

Pilots use flight simulators to learn how not to crash planes.

Epidemiologists use epidemic simulators to learn how not to crash humanity.

-

So, let's create a very simple "epidemic flight simulator"! Here, we have some (i) Infectious people & some not-yet-infected (s) Susceptible people. (i)s turn (s)s into more (i)s:

+

So, let's make a simple "epidemic flight simulator"! In this simulation, Infectious people can turn Susceptible people into more Infectious people:

-

// pic

+

-

At the start of a COVID-19 outbreak, it's estimated that the virus jumps from an (i) to an (s) every 4 days.1 (On average. Remember, there's lots of variation.)

+

It's estimated that, at the start of a COVID-19 outbreak, the virus jumps from an to an approximately every 4 days.2

-

Here's a simulation of a population with just 0.001% (i) and 99.999% (s), over 6 months. If we simulate "double every 4 days" and nothing else, what happens?

+

If we simulate "double every 4 days" and nothing else, on a population starting with just 0.001% , what happens?

-

Click "Start" to play the simulation! (Afterwards, you can re-play the simulation with different settings)

+

Click "Start" to play the simulation! You can re-play it later with different settings: (technical caveats: 3)

- +

This is the exponential growth curve. Starts small, then explodes. "Oh it's just a flu" to "Oh right, flus don't create mass graves in rich cities".

-

// pic - exponential double rice

+

But, this simulation is wrong. Exponential growth, thankfully, can't go on forever. One thing that stops a virus from spreading is if others already have the virus:

-

// pic - 100% spread, 50% spread, 0% spread

+

-

The more (i)s there are, the faster (s)s become (i)s, but the fewer (s)s there are, the slower (s)s become (i)s.

+

The more s there are, the faster s become s, but the fewer s there are, the slower s become s.

-

Now, what happens if we simulate that?

+

How's this change the growth of an epidemic? Let's find out:

-

// sim

+
+ +

This is the "S-shaped" logistic growth curve. Starts small, explodes, then slows down again.

-

But, this simulation is still wrong. We're missing the fact that (i) Infectious people eventually stop being infectious, either by 1) recovering, 2) "recovering" with lung damage, or 3) dying.

+

But, this simulation is still wrong. We're missing the fact that Infectious people eventually stop being infectious, either by 1) recovering, 2) "recovering" with lung damage, or 3) dying.

-

For simplicity's sake, let's pretend that all (i) Infectious people become (r) Recovered. (r)s can't be infected again, and let's pretend – for now! – that they stay immune for life.

+

For simplicity's sake, let's pretend that all Infectious people become Recovered. (Just remember that, in reality, some of them are dying.) s can't be infected again, and let's pretend – for now! – that they stay immune for life.

-

When you're infected with COVID-19, it's estimated you stay (i) infectious for 12 days.2 (Again, on average.)

+

With COVID-19, it's estimated you're Infectious for approximately 10 days.4 Let's simulate a population starting at 100% , most of whom recover after 10 days, then most of the remainder recover after another 10 days, then most of that remainder recover after another 10 days, etc:

-

Here's a simulation that starts with 100% (i). Most people recover after 12 days, then most of the remainder recover after another 12 days, then most of the remainder of that remainder recover after another 12 days, etc:

- -

// sim

+
+ +

This is the opposite of exponential growth, the exponential decay curve.

-

Now, what happens if you combine this with the S-shaped logistic curve of infection?

+

Now, what happens if you simulate S-shaped logistic growth with recovery?

-

// pic

+

-

Let's find out. Here's a simulation of an epidemic with recovery:

+

Let's find out:

-

// sim

+
+ +

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.

-

// pic: 3 rules

+

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

-

This is the the SIR Model, ((s) Susceptible → (i) Infectious → (r) Recovered) the second-most important idea in Epidemiology 101.

+

-

Note: The simulations that inform policy are far more sophisticated than this! But the SIR model can still help us understand a lot about COVID-19, even if missing the nuances.

+

NOTE: The simulations that inform policy are far more sophisticated than this! But the SIR Model can still explain the same findings, even if missing the nuances.

-

Actually, let's add one more nuance: before an (s) becomes an (i), they first become an (e) Exposed person, when they're infected but not yet infectious – they have the virus but can't pass it on (yet).

+

Actually, let's add one more nuance: before an becomes an , they first become Exposed. This is when they have the virus but can't pass it on yet – infected but not yet infectious.

-

(This variant is called the SEIR Model, where "E" stands for (e) Exposed. Note this isn't the everyday meaning of "exposed", where you might or might not have the virus. In this technical definition, "Exposed" means you definitely have it. Yeah, science terminology is bad.)

+

-

For COVID-19, it's estimated that you're in this "latent period" for around 3 days.3 What happens if we add that to the simulation?

+

(This variant is called the SEIR Model6, where the "E" stands for "Exposed". Note this isn't the everyday meaning of "exposed", when you might or might not have the virus. In this technical definition, "Exposed" means you definitely have it. Science terminology is bad.)

-

// sim

+

For COVID-19, it's estimated that you're infected-but-not-yet-infectious for approximately 3 days.7 What happens if we add that to the simulation?

-

Not much, actually! The "latent period" only changes when the peak happens, but the height of the peak – and total people infected – remain the same:

+
+ +
-

// pics

+

Not much, actually! How long you stay Exposed changes the ratio of -to-, and when the peak of current cases (+) happens... but the height of that peak, and the total % of people infected in the end, stays the same.

Why's that? Because of the first-most important idea in Epidemiology 101:

-

// pic - "R"

+

-

Which is short for "Reproduction Number". It's the average number of people an (i) infects before they recover (or die).

+

Short for "Reproduction number". It's the average number of people an infects before they recover (or die).

-

// R > 1, R = 1, R < 1 pic

+

R changes over the course of an outbreak, as we get more immunity & interventions.

-

R0 (pronounced R-nought) is what R is at the start of an outbreak, before immunity or interventions. R0 is also called the "basic reproduction number". R0 more closely reflects the power of the virus itself, but it still changes from place to place. For example, because heat 'kills' coronaviruses, R0 for COVID-19 is lower in hot places than cold ones. Not low enough to contain it, though.

+

R0 (pronounced R-nought) is what R is at the start of an outbreak, before immunity or interventions. R0 more closely reflects the power of the virus itself, but it still changes from place to place. For example, R0 is higher in dense cities than sparse rural areas.

-

(A lot of news outlets – and even academic papers! – confuse R and R0. Again, science terminology is bad.)

+

(Most news articles – and even some scientific papers! – confuse R and R0. Again, science terminology is bad)

-

The R0 for the flu4 is around 1.3. The R0 estimates for COVID-19 are usually between 2 and 3, maybe as high as 6.5

+

The R0 for "the" seasonal flu is around 1.288. This means, at the start of a flu outbreak, each infects 1.28 others on average. (If it sounds weird that this isn't a whole number, remember that the "average" mom has 2.4 children. This doesn't mean there's half-children running about.)

-

In our simulations, an (i) recovers in 12 days, but infects one new (s) every 4 days. That means, on average, an (i) infects 3 (s)s before they recover. So for our simulations, R0 is 3.

+

The R0 for COVID-19 is estimated to be around 2.29, though a not-yet-finalized CDC study estimates it was 5.7(!) in Wuhan.10

-

Play around with this R0 calculator, to see how R0 depends on recovery time & new-infection time:

+

In our simulations – at the start & on average – an infects someone every 4 days, over 10 days. "4 days" goes into "10 days" two-and-a-half times. This means – at the start & on average – each infects 2.5 others. Therefore, R0 = 2.5. (caveats:11)

-

// calc

+

Play with this R0 calculator, to see how R0 depends on recovery time & new-infection time:

-

But remember, the fewer (s)s there are, the slower (s)s become (i)s. - R depends not just on R0, but also how many people are no longer Susceptible – due to, say, having recovered & gotten natural immunity.

+
+ +
-

// calc 2

+

But remember, the fewer s there are, the slower s become s. The current reproduction number (R) depends not just on the basic reproduction number (R0), but also on how many people are no longer Susceptible. (For example, by recovering & getting natural immunity.)

-

When enough people have natural immunity, R < 1, and the virus is contained! This is called herd immunity, and while it's terrible policy, (we'll explain why later – it's not for the reason you may think!) it's essential to understanding Epidemiology 101.

+
+ +
-

Now, let's play the last simulation again, but showing R0, R over time, and the herd immunity threshold:

+

When enough people have natural immunity, R < 1, and the virus is contained! This is called herd immunity, and while it's terrible policy (we'll explain why later – it's not for the reason you may think!), it's essential to understanding Epidemiology 101.

-

// sim

+

Now, let's play the SEIR Model again, but showing R0, R over time, and the herd immunity threshold:

-

Note: Total cases (the gray curve) does not stop at herd immunity, but overshoots it! And it does this exactly when current cases (the pink curve) peaks. This happens no matter how you change the settings:

+
+ +
-

// pic

+

Note: Total cases (gray curve) does not stop at herd immunity, but overshoots it! And it does this exactly when current cases (pink curve) peaks. (This happens no matter how you change the settings – try it for yourself!)

-

This is because, by definition, when there are more non-(s)s than the herd immunity threshold, you get R < 1. And, by definition, R < 1 means new cases stop growing.

+

This is because when there are more non-s than the herd immunity threshold, you get R < 1. And when R < 1, new cases stop growing: a peak.

-

If there's only one lesson you take away from this whole guide, here it is, in big shiny letters:

+

If there's only one lesson you take away from this guide, here it is – it's an extremely complex diagram so please take time to fully absorb it:

-

R > 1 = bad

- -

R < 1 = good (R=1, meh)

+

This means: we do NOT need to catch all transmissions, or even nearly all transmissions, to stop COVID-19!

-

It's a paradox. COVID-19 is incredibly contagious, yet to contain it, we "only" need to stop 67% of infections. 67%?! If that was a school grade, that's a D+. But if R0 = 3, cutting that by 67% gives us R = 0.99, which is R < 1, which means the virus is contained!

+

It's a paradox. COVID-19 is extremely contagious, yet to contain it, we "only" need to stop more than 60% of infections. 60%?! If that was a school grade, that's a D-. But if R0 = 2.5, cutting that by 61% gives us R = 0.975, which is R < 1, virus is contained!12

-

(And even if, extreme-worst-case, R0 = 6, you still "only" need to stop 84% of transmissions. That's a B grade.)

+

-

// calculator - custom

+

(If you think R0 or the other numbers in our simulations are too low/high, that's good you're challenging our assumptions! There'll be a "Sandbox Mode" at the end of this guide, where you can plug in your own numbers, and simulate what happens.)

-

Every COVID-19 intervention you've heard of – handwashing, social distancing, lockdowns, self-isolation, contact tracing & quarantining, face masks, even "herd immunity" – they're all doing the same thing:

+

Every COVID-19 intervention you've heard of – handwashing, social/physical distancing, lockdowns, self-isolation, contact tracing & quarantining, face masks, even "herd immunity" – they're all doing the same thing:

Getting R < 1.

-

So now, let's use our "epidemic flight simulator" to figure out the next few months! How will we get R < 1 in a way that protects not just our physical health, but also our mental health, social health, and financial health?

+

So now, let's use our "epidemic flight simulator" to figure this out: How can we get R < 1 in a way that also protects our mental health and financial health?

Brace yourselves for an emergency landing...

- +

The only thing to fear is the idea that the only thing to fear is fear itself.


  1. -

    hello! 

    +

    (NOTE: This guide was published on April 30th, 2020. Many details will become outdated, but Epidemiology 101 will remain true, and we're confident this guide will cover 95% of possible futures.) 

  2. -

    but a snitch ain't one 

    +

    https://wwwnc.cdc.gov/eid/article/26/6/20-0357_article 

    +
  3. + +
  4. +

    source 

    +
  5. + +
  6. +

    https://link.springer.com/article/10.1007/s11427-020-1661-4 

    +
  7. + +
  8. +

    source, and sidenote on 'infectious' 

    +
  9. + +
  10. +

    source 

    +
  11. + +
  12. +

    source 

    +
  13. + +
  14. +

    https://bmcinfectdis.biomedcentral.com/articles/10.1186/1471-2334-14-480 

    +
  15. + +
  16. +

    https://pubmed.ncbi.nlm.nih.gov/31995857/ https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7001239/ 

    +
  17. + +
  18. +

    https://wwwnc.cdc.gov/eid/article/26/7/20-0282_article 

    +
  19. + +
  20. +

    sas 

    +
  21. + +
  22. +

    exact formula... 

    +
  23. + +
  24. +

    https://www.statista.com/statistics/1105420/covid-icu-admission-rates-us-by-age-group/ Lower end, 5%. 

    +
  25. + +
  26. +

    https://sccm.org/Blog/March-2020/United-States-Resource-Availability-for-COVID-19 

    +
  27. + +
  28. +

    https://www.theatlantic.com/health/archive/2020/03/coronavirus-pandemic-herd-immunity-uk-boris-johnson/608065/ 

    +
  29. + +
  30. +

    https://onlinelibrary.wiley.com/doi/full/10.1111/j.1365-3156.2006.01568.x 

    +
  31. + +
  32. +

    https://cmmid.github.io/topics/covid19/comix-impact-of-physical-distance-measures-on-transmission-in-the-UK.html 

    +
  33. + +
  34. +

    log scale 

    +
  35. + +
  36. +

    https://science.sciencemag.org/content/early/2020/04/14/science.abb5793? 

    +
  37. + +
  38. +

    https://journals.sagepub.com/doi/abs/10.1177/1745691614568352 

    +
  39. + +
  40. +

    sources plz, esp for incubation period 5 days 

    +
  41. + +
  42. +

    https://www.nature.com/articles/s41591-020-0869-5 

    +
  43. + +
  44. +

    asds 

    +
  45. + +
  46. +

    https://science.sciencemag.org/content/early/2020/04/09/science.abb6936 

    +
  47. + +
  48. +

    incoming 

    +
  49. + +
  50. +

    outgoing_aerosols 

    +
  51. + +
  52. +

    outgoing_droplets 

    +
  53. + +
  54. +

    homemade 

    +
  55. + +
  56. +

    ss 

    +
  57. + +
  58. +

    That BMJ article 

    +
  59. + +
  60. +

    +
  61. + +
  62. +

    ss 

    +
  63. + +
  64. +

    +
  65. + +
  66. +

    https://papers.ssrn.com/sol3/Papers.cfm?abstract_id=3551767 The average R-value of these 100 cities is 1.83 , One-degree Celsius increase in temperature and one percent increase in relative humidity lower R by 0.0225  

    +
  67. + +
  68. +

    https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2851497/ 

    +
  69. + +
  70. +

    https://pubmed.ncbi.nlm.nih.gov/2170159/ 

    +
  71. + +
  72. +

    https://www.nature.com/articles/d41586-020-01063-8 

    +
  73. + +
  74. +

    https://www.nature.com/articles/d41586-020-00751-9 

    +
  75. + +
  76. +

    https://www.statnews.com/2020/04/01/navigating-covid-19-pandemic/ 

+ + + diff --git a/pics/dp3t.png b/pics/dp3t.png new file mode 100644 index 0000000..dee7241 Binary files /dev/null and b/pics/dp3t.png differ diff --git a/pics/exponential.png b/pics/exponential.png new file mode 100644 index 0000000..eb67d50 Binary files /dev/null and b/pics/exponential.png differ diff --git a/pics/graphs_q.png b/pics/graphs_q.png new file mode 100644 index 0000000..9e734e7 Binary files /dev/null and b/pics/graphs_q.png differ diff --git a/pics/masks.png b/pics/masks.png new file mode 100644 index 0000000..7b441b5 Binary files /dev/null and b/pics/masks.png differ diff --git a/pics/plan.png b/pics/plan.png new file mode 100644 index 0000000..f968f4f Binary files /dev/null and b/pics/plan.png differ diff --git a/pics/r.png b/pics/r.png new file mode 100644 index 0000000..bcc7933 Binary files /dev/null and b/pics/r.png differ diff --git a/pics/r2.png b/pics/r2.png new file mode 100644 index 0000000..87ebb5a Binary files /dev/null and b/pics/r2.png differ diff --git a/pics/r3.png b/pics/r3.png new file mode 100644 index 0000000..4a820d5 Binary files /dev/null and b/pics/r3.png differ diff --git a/pics/r4.png b/pics/r4.png new file mode 100644 index 0000000..9650b7c Binary files /dev/null and b/pics/r4.png differ diff --git a/pics/seir.png b/pics/seir.png new file mode 100644 index 0000000..414ca07 Binary files /dev/null and b/pics/seir.png differ diff --git a/pics/seirs.png b/pics/seirs.png new file mode 100644 index 0000000..9b5f303 Binary files /dev/null and b/pics/seirs.png differ diff --git a/pics/sir.png b/pics/sir.png new file mode 100644 index 0000000..2c292fa Binary files /dev/null and b/pics/sir.png differ diff --git a/pics/spread.png b/pics/spread.png new file mode 100644 index 0000000..7198364 Binary files /dev/null and b/pics/spread.png differ diff --git a/pics/susceptibles.png b/pics/susceptibles.png new file mode 100644 index 0000000..6d2b0e8 Binary files /dev/null and b/pics/susceptibles.png differ diff --git a/pics/timeline1.png b/pics/timeline1.png new file mode 100644 index 0000000..59c10c3 Binary files /dev/null and b/pics/timeline1.png differ diff --git a/pics/timeline2.png b/pics/timeline2.png new file mode 100644 index 0000000..faaa0d6 Binary files /dev/null and b/pics/timeline2.png differ diff --git a/pics/timeline3.png b/pics/timeline3.png new file mode 100644 index 0000000..5b2508e Binary files /dev/null and b/pics/timeline3.png differ diff --git a/sim/index.html b/sim/index.html index ddef0b9..1333e14 100644 --- a/sim/index.html +++ b/sim/index.html @@ -38,7 +38,7 @@ Becomes in N days
- +
@@ -60,9 +60,6 @@
-
- But R is changed by... -
% of people who are NOT
@@ -96,10 +93,6 @@

- Deep Cleaning -
- -
Summer @@ -121,9 +114,9 @@ - Hospital capacity at N% + ICU capacity at N%
- +

@@ -171,32 +164,32 @@
- + Susceptible - +
- + Exposed - +
- + Infectious - +
- + Removed -
+
- - - Herd Immunity - +
- ––– Healthcare Capacity + ––– ICU Capacity
diff --git a/sim/js/Controls.js b/sim/js/Controls.js index bcbe74e..fcfd7ba 100644 --- a/sim/js/Controls.js +++ b/sim/js/Controls.js @@ -244,11 +244,20 @@ bbDOM.onclick = ()=>{ let defaultParams = [ ["p_transmission", 4], ["p_exposed", 3], - ["p_recovery", 11], + ["p_recovery", 10], ["p_waning", 1], - ["p_hospital", 100], + ["p_hospital", 333], ["p_years", 2], ["p_speed", 30], + + ["p_non_s", 0], + ["p_hygiene", 0], + ["p_distancing", 0], + ["p_isolate", 0], + ["p_quarantine", 0], + ["p_cleaning", 0], + ["p_masks", 0], + ["p_summer", 0], ]; sbDOM.onclick = ()=>{ @@ -301,7 +310,7 @@ let _showAllControls = ()=>{ hofp.style.position = "absolute"; hofp.style.top = "-1000px"; setTimeout(()=>{ - let newHeight = hofp.getBoundingClientRect().height; + let newHeight = hofp.getBoundingClientRect().height + 10; hofp.style.position = ""; hofp.style.top = ""; hofp.style.height = originalHeight+"px"; diff --git a/sim/js/Model.js b/sim/js/Model.js index c7b1b79..eaca156 100644 --- a/sim/js/Model.js +++ b/sim/js/Model.js @@ -27,7 +27,7 @@ let interventionStrengths = [ ['isolate', 0.4], ['quarantine', 0.5], ['cleaning', 0.1], - ['masks', 0.5], // 3.4 fold reduction (70%) (what CI?), subtract points for... improper usage? https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3591312/ // cloth masks... + ['masks', 0.35], // 3.4 fold reduction (70%) (what CI?), subtract points for... improper usage? https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3591312/ // cloth masks... ['summer', 0.333] // 15°C diff * 0.0225 (Wang et al) ]; @@ -120,7 +120,7 @@ let updateModel = (days, fake)=>{ if(I>1) I=1; // Susceptible & Re - if(!fake && s_dom.disabled){ + if((!fake || params.FROZEN_IN_TIME) && s_dom.disabled){ s_dom.value = 1 - S; } re = newlyExposed/newlyRecovered; @@ -451,9 +451,9 @@ let draw = ()=>{ }); // ICU bed capacity - // Actually... just make it a generous 1%. + // 0.6% if(params.p_hospital){ - y = (1-((params.p_hospital/100)*0.02))*canvas.height; + y = (1-((params.p_hospital/100)*0.006))*canvas.height; h = 2; ctx.fillStyle = "#000000"; ctx.fillRect(0,y,w,h); diff --git a/sim/js/Stages.js b/sim/js/Stages.js index 888846c..9a246e3 100644 --- a/sim/js/Stages.js +++ b/sim/js/Stages.js @@ -18,11 +18,11 @@ int-2a hygiene & distancing int-2 Flatten Curve / Herd Immunity int-3 Lockdown for a while int-4 Intermittent Lockdown "second & third waves" -int-5 Lockdown, then Test & Trace... -int-5b and with Vaccination! +int-4a Calc trace +int-4b Calc vaccinate +int-5 Lockdown, then Test & Trace.. then Vaccination! int-6a Masks -int-6b Deep Cleaning -int-6c Summer +int-6b Summer int-7 Test+Trace+Masks + One Circuit Breaker yrs-1 Decay of Recovered @@ -299,7 +299,7 @@ const STAGES = { ], SHOW_ALL_AT_START: true, PLAY_RECORDING: [ - ["p_distancing",0.344,84], ["p_hygiene",1,84], + ["p_distancing",0.275,84], ["p_hygiene",1,84], ["p_distancing",0,340], ["p_hygiene",0,340], ], SIR: [0.999995,0.000005,0] @@ -323,7 +323,7 @@ const STAGES = { SHOW_ALL_AT_START: true, PLAY_RECORDING: [ ["p_distancing",1,84], ["p_hygiene",1,84], - ["p_distancing",0,234], //["p_hygiene",0,234] + ["p_distancing",0,234], ["p_hygiene",0,234] ], SIR: [0.999995,0.000005,0] }, @@ -345,27 +345,74 @@ const STAGES = { ], SHOW_ALL_AT_START: true, PLAY_RECORDING: [ - ["p_distancing",1,85], ["p_hygiene",1,85], - ["p_distancing",0,85+58], - ["p_distancing",1,85+58+33], - ["p_distancing",0,85+58+33+58], - ["p_distancing",1,85+58+33+58+36], - ["p_distancing",0,85+58+33+58+36+58], - ["p_distancing",1,85+58+33+58+36+58+48], - ["p_distancing",0,85+58+33+58+36+58+48+58], - ["p_distancing",1,85+58+33+58+36+58+48+58+60], - ["p_distancing",0,85+58+33+58+36+58+48+58+60+58], - ["p_distancing",1,85+58+33+58+36+58+48+58+60+58+80], + ["p_distancing",1,90], ["p_hygiene",1,90], + ["p_distancing",0,90+68], + ["p_distancing",1,90+68+54], + ["p_distancing",0,90+68+54+73], + ["p_distancing",1,90+68+54+73+73], + ["p_distancing",0,90+68+54+73+73+73], + ["p_distancing",1,90+68+54+73+73+73+87], + ["p_distancing",0,90+68+54+73+73+73+87+58], + ["p_distancing",1,90+68+54+73+73+73+87+58+108], ], SIR: [0.999995,0.000005,0] }, + "int-4a": { + hide: [ + "section_dynamics", + "section_meta","label_c_waning","c_recovery", + "label_c_exposed", + /*"int_block_0", + "int_block_1","int_block_2",*/"int_block_3","int_block_4","int_block_5","hospital_capacity", + "graph", + //"label_s","label_re", + "sim_controls", + "divider" + ], + checkboxes: [ + ["c_recovery", true] + ], + inputs: [ + ["p_hygiene",1], + ["FROZEN_IN_TIME", true], + ], + disabled:[ + ["p_s", false] + ], + SHOW_ALL_AT_START: true + }, + + "int-4b": { + hide: [ + "section_dynamics", + "section_meta","label_c_waning","c_recovery", + "label_c_exposed", + "int_block_0", + "int_block_1","int_block_2","int_block_3","int_block_4",/*"int_block_5",*/"hospital_capacity", + "graph", + //"label_s","label_re", + "sim_controls", + "divider" + ], + checkboxes: [ + ["c_recovery", true] + ], + inputs: [ + ["FROZEN_IN_TIME", true], + ], + /*disabled:[ + ["p_s", false] + ],*/ + SHOW_ALL_AT_START: true + }, + "int-5": { hide: [ "section_dynamics", "label_c_waning","c_recovery","c_exposed", "section_meta_years", - /*"int_block_2",*/"int_block_3","int_block_4","int_block_5","hospital_capacity" + /*"int_block_2",*/"int_block_3","int_block_4",/*"int_block_5",*/"hospital_capacity" ], inputs: [ ["p_years",2], @@ -378,45 +425,24 @@ const STAGES = { SHOW_ALL_AT_START: true, PLAY_RECORDING: [ ["p_distancing",1,84], ["p_hygiene",1,84], + ["p_distancing",0,175], ["p_quarantine",0.65,175], ["p_isolate",0.65,175], - ], - SIR: [0.999995,0.000005,0] - }, - "int-5b": { - hide: [ - "section_dynamics", - "label_c_waning","c_recovery","c_exposed", - "section_meta_years", - /*"int_block_2",*/"int_block_3","int_block_4",/*"int_block_5",*/"hospital_capacity" - ], - inputs: [ - ["p_years",2], - ["p_speed",10], - ], - checkboxes: [ - ["c_recovery", true], - ["c_exposed",true] - ], - SHOW_ALL_AT_START: true, - PLAY_RECORDING: [ - ["p_distancing",1,84], ["p_hygiene",1,84], - ["p_distancing",0,175], ["p_quarantine",0.65,175], ["p_isolate",0.65,175], ["p_hygiene",0,550], ["p_quarantine",0,550], ["p_isolate",0,550], - ["p_vaccines",0.64,550], + ["p_vaccines",0.61,550], ["p_vaccines",0,580], ], SIR: [0.999995,0.000005,0] }, - "int-6c": { + "int-6a": { hide: [ "section_dynamics", "section_meta", "label_c_waning","c_recovery", "label_c_exposed", /*"int_block_0", - "int_block_1","int_block_2","int_block_3","int_block_4","int_block_5",*/ + "int_block_1","int_block_2","int_block_3",*/"int_block_4","int_block_5", "hospital_capacity", "graph", //"label_s","label_re", @@ -428,6 +454,37 @@ const STAGES = { ], inputs: [ ["FROZEN_IN_TIME", true], + ["p_hygiene", 1], + ["p_isolate", 0.516], + ["p_quarantine", 0.515], + ], + disabled:[ + ["p_s", false] + ], + SHOW_ALL_AT_START: true, + _HACK_MAKE_TIME_KEEP_GOING: true, + }, + + "int-6b": { + hide: [ + "section_dynamics", + "section_meta", + "label_c_waning","c_recovery", + "label_c_exposed", + "int_block_0", + "int_block_1","int_block_2","int_block_3",/*"int_block_4",*/"int_block_5", + "hospital_capacity", + "graph", + //"label_s","label_re", + "sim_controls", + "divider" + ], + checkboxes: [ + ["c_recovery", true] + ], + inputs: [ + ["FROZEN_IN_TIME", true], + ["p_summer", 1], ], disabled:[ ["p_s", false] @@ -460,15 +517,17 @@ const STAGES = { // Lift ["p_distancing",0,175], ["p_hygiene",0.66,84], - ["p_quarantine",0.33,175], ["p_isolate",0.33,175], ["p_masks",0.33,175], + ["p_quarantine",0.4,175], + ["p_isolate",0.4,175], + ["p_masks",0.17,175], // Circuit Breaker - ["p_distancing",1,60+283], - ["p_distancing",0,60+283+60], + ["p_distancing",1,365], + ["p_distancing",0,365+60], // Vaccine! ["p_hygiene",0,550], ["p_quarantine",0,550], ["p_isolate",0,550], ["p_masks",0,550], - ["p_vaccines",0.64,550], + ["p_vaccines",0.6,550], ["p_vaccines",0,580], ], @@ -483,111 +542,153 @@ const STAGES = { "yrs-1": { hide: [ /*"section_dynamics",*/ + "section_r", "c_waning","c_recovery","c_exposed", "section_meta_years", - "int_block_0","int_block_1", - "int_block_2","int_block_3",/*"int_block_4",*/"int_block_5","hospital_capacity" + "label_herd_immunity","label_capacity" ], inputs: [ - ["p_years",10], - ["p_speed",20], + ["p_years",5], + ["p_speed",5], + ["p_hospital", 0], + ["DO_NOT_SHOW_HERD_IMMUNITY", true], + ["_HACK_SHOW_SI_PERCENTS",3], ], checkboxes: [ ["c_recovery", true], ["c_exposed",true], ["c_waning", true], ], - SHOW_ALL_AT_START: true, - SIR: [0.999995,0.000005,0] + //SHOW_ALL_AT_START: true, + SIR: [0,0,1], + SHOW_HAND: "tutorial_1" }, - /* - - "12": { - hide: ["section_r","section_meta","label_transmission","label_c_recovery","c_waning"], - inputs: [ - ["p_years",5], - ["p_speed",10] - ], - checkboxes: [ - ["c_waning", true] - ], - SIR: [0,0,1] - }, - - "13": { + "yrs-2": { hide: [ - "section_meta","c_waning","c_recovery", + //"section_dynamics", + "c_waning","c_recovery","c_exposed", + "section_meta_years", + "c_waning","c_recovery", "int_block_0","int_block_1","int_block_2","int_block_3","int_block_4","int_block_5","hospital_capacity" ], inputs: [ - ["p_years",5], + ["p_years",10], ["p_speed",20], //["TIME_DELTA", 0.2], ], checkboxes: [ ["c_recovery", true], + ["c_exposed",true], ["c_waning", true] ], + SHOW_ALL_AT_START: true, //SIR: [0.09,0.01,0.9] }, - "13b": { + "yrs-3": { hide: [ - "section_dynamics", - "section_meta","c_waning","c_recovery", - "int_block_0","int_block_1","int_block_2","int_block_3","int_block_4","int_block_5", + //"section_dynamics", + "c_waning","c_recovery","c_exposed", + "section_meta_years", + "c_waning","c_recovery", + "int_block_0","int_block_1","int_block_2","int_block_3",/*"int_block_4",*/"int_block_5","hospital_capacity" ], inputs: [ - ["p_years",5], - ["p_speed",20], - //["TIME_DELTA", 0.2], - ], - checkboxes: [ - ["c_recovery", true], - ["c_waning", true] - ], - SIR: [0.09,0.01,0.9] - }, - - "14": { - hide: [ - "section_dynamics", - "section_meta","c_waning","c_recovery", - "int_block_0","int_block_1","int_block_2","int_block_3","int_block_5", - ], - inputs: [ - ["p_years",5], + ["p_years",10], ["p_speed",20], ["p_summer",1], //["TIME_DELTA", 0.2], ], checkboxes: [ ["c_recovery", true], + ["c_exposed",true], ["c_waning", true] ], + SHOW_ALL_AT_START: true, //SIR: [0.09,0.01,0.9] }, - "15": { + + "yrs-4": { hide: [ "section_dynamics", - "section_meta","c_waning","c_recovery", - "int_block_0","int_block_1","int_block_2","int_block_3", + //"c_waning","c_recovery","c_exposed", + "section_meta_years", + "c_waning","c_recovery", + "int_block_0","int_block_1","int_block_2","int_block_3",/*"int_block_4","int_block_5",*/"hospital_capacity" ], inputs: [ - ["p_years",5], + ["p_years",10], ["p_speed",20], ["p_summer",1], //["TIME_DELTA", 0.2], ], checkboxes: [ ["c_recovery", true], + ["c_exposed",true], ["c_waning", true] ], - SIR: [0.09,0.01,0.9] + PLAY_RECORDING: [ + + // Vaccine! + ["p_vaccines",0.62,365-60], + ["p_vaccines",0.0,365], + ["p_vaccines",0.62,2*365-60], + ["p_vaccines",0.0,2*365], + ["p_vaccines",0.62,3*365-60], + ["p_vaccines",0.0,3*365], + ["p_vaccines",0.62,4*365-60], + ["p_vaccines",0.0,4*365], + ["p_vaccines",0.62,5*365-60], + ["p_vaccines",0.0,5*365], + ["p_vaccines",0.62,6*365-60], + ["p_vaccines",0.0,6*365], + ["p_vaccines",0.62,7*365-60], + ["p_vaccines",0.0,7*365], + ["p_vaccines",0.62,8*365-60], + ["p_vaccines",0.0,8*365], + ["p_vaccines",0.62,9*365-60], + ["p_vaccines",0.0,9*365], + ["p_vaccines",0.62,10*365-60], + ["p_vaccines",0.0,10*365] + + ], + SHOW_ALL_AT_START: true, + //SIR: [0.09,0.01,0.9] + }, + + "yrs-5": { + hide: [ + "section_dynamics", + //"c_waning","c_recovery","c_exposed", + "section_meta_years", + "c_waning","c_recovery", + "int_block_0","int_block_1","int_block_2","int_block_3",/*"int_block_4",*/"int_block_5", + //"hospital_capacity" + ], + inputs: [ + ["p_years",10], + ["p_speed",20], + ["p_summer",1], + //["TIME_DELTA", 0.2], + ], + checkboxes: [ + ["c_recovery", true], + ["c_exposed",true], + ["c_waning", true] + ], + SHOW_ALL_AT_START: true, + //SIR: [0.09,0.01,0.9] + PLAY_RECORDING: [ + + // Hospital + ["p_hospital",500,365], + ["p_hospital",750,365*2], + ["p_hospital",1000,365*3] + + ] }, - */ ////////////////////////////////////////// // SANDBOX /////////////////////////////// @@ -596,8 +697,10 @@ const STAGES = { "SB": { checkboxes: [ ["c_recovery", true], - ["c_waning", true] - ] + ["c_waning", true], + ["c_exposed",true], + ], + SHOW_ALL_AT_START: true, }, @@ -638,6 +741,7 @@ let setStage = (stageID)=>{ // Sliders stage.inputs = stage.inputs || []; + changeSliders(defaultParams); changeSliders(stage.inputs); // Checkboxes @@ -690,4 +794,26 @@ let setStage = (stageID)=>{ }; let stageParams = new URLSearchParams(location.search); -if(stageParams.has('stage')) setStage(stageParams.get('stage')); \ No newline at end of file +if(stageParams.has('stage')) setStage(stageParams.get('stage')); + +if(stageParams.has('format')){ + + if(stageParams.get('format')=='calc'){ + document.body.style.overflow = 'hidden'; + $('#sandbox').style.margin = '0'; + } + if(stageParams.get('format')=='lines'){ + $all('.lines').forEach((dom)=>{ + dom.style.display = 'none'; + }); + } + if(stageParams.get('format')=='sb'){ + $('#legend').style.display = 'none'; + $('#sandbox').style.margin = '0'; + } + +} + +if(stageParams.has('height')){ + $('#sandbox').style.height = stageParams.get('height')+'px'; +} \ No newline at end of file diff --git a/sim/sim.css b/sim/sim.css index 7e0bb70..4e0a75a 100644 --- a/sim/sim.css +++ b/sim/sim.css @@ -14,7 +14,7 @@ div{ #sandbox{ width: 800px; - height: 640px; + height: 540px; overflow: hidden; background: #fff; position: absolute; @@ -264,7 +264,7 @@ icon[r]{ transition: height 0.5s ease-in-out; overflow: hidden; height:0px; - padding-right: 2px; + /*padding-right: 2px;*/ } #month_names{ diff --git a/words/words.html b/words/words.html index 5b5210d..ee1e55f 100644 --- a/words/words.html +++ b/words/words.html @@ -12,548 +12,701 @@ -

What Happens Next?

+

{WIP, DON'T SHARE YET THX!}

-

COVID-19 Possibilities, Explained With Playable Simulations

+

"The only thing to fear is fear itself" was stupid advice.

-

"The only thing to fear is fear itself" is stupid.1

+

Sure, don't hoard toilet paper – but if policymakers fear fear itself, they'll downplay dangers to us to avoid "mass panic". Fear's not the problem, it's how we channel our fear. Fear gives us energy to deal with dangers now, and prepare for dangers later.

-

Sure, don't hoard toilet paper. But if someone's so scared to think about scary things, that they deny danger when it's already here, then they've got more problems2 than toilet paper.

- -

The problem's not fear, but how we use our fear. Taiwan and South Korea bravely used their fear (from SARS) to invest in "pandemic insurance", and it paid off in controlling COVID-19! Fear gives you energy to deal with present dangers & plan for future dangers – if you know how to channel your fear.

- -

So, we (Marcel & Nicky) have channeled our COVID-19 fears into making these playable simulations – so that you can channel your fear into gaining a deep, intuitive understanding of:

+

Honestly, we (Marcel, epidemiologist + Nicky, art/code) are worried. We bet you are, too! That's why we've channelled our fear into making these playable simulations, so that you can channel your fear into understanding:

-

Note: We're publishing this on April 30th, 2020. Still the early days. As humanity learns more about COVID-19, our plans will and should change – but we hope this post will address 90%+ of all future possibilities!

+

This guide (published April 30th, 20201) is meant to give you hope and fear. To beat COVID-19 in a way that also protects our mental & financial health, we need optimism to create plans, and pessimism to create backup plans. As Gladys Bronwyn Stern once said, “The optimist invents the airplane and the pessimist the parachute.”

-

Honestly, some of the possibilities are scary. And some are hopeful! But preparing for the scary possibilites is what creates the hopeful possibilites. You don't get to save the prince/ss without facing the dragon.

+

So, buckle in: we're about to experience some turbulence.

-

Let's bravely use our fear, and face this dragon.

+
+
+

The Last Few Months

+
+
-
+

Pilots use flight simulators to learn how not to crash planes.

-

The Last Few Months

+

Epidemiologists use epidemic simulators to learn how not to crash humanity.

-

...has been a real worldwide cram-school in Epidemiology 101.

+

So, let's make a simple "epidemic flight simulator"! In this simulation, Infectious people can turn Susceptible people into more Infectious people:

-

Pilots use flight simulators to learn how not to crash planes. Epidemiologists use epidemic simulators to learn how not to crash humanity.

+

-

So, let's set up an epidemic "flight simulator"! First, we need some simulation rules.

+

It's estimated that, at the start of a COVID-19 outbreak, the virus jumps from an to an approximately every 4 days.2

-

Let's say you have some Infected (i) people and not-yet-infected Susceptible (s) people. One (i) infects a (s), those 2 (i) infect another 2 (s), those 4 (i) infect another 4 (s), and so on:

+

If we simulate "double every 4 days" and nothing else, on a population starting with just 0.001% , what happens?

-

// pic

+

Click "Start" to play the simulation! You can re-play it later with different settings: (technical caveats: 3)

-

On average, COVID-19 jumps from an (i) to a (s) every 4 days.1 The average # of days it takes for an (i) to infect an (s) is called the "generation time"2-note. (Click the gray circles for sources, and the blue squares for side-notes!)

+
+ +
-

Rule #1: The more (i)s there are, the faster (s)s become (i)s.

+

This is the exponential growth curve. Starts small, then explodes. "Oh it's just a flu" to "Oh right, flus don't create mass graves in rich cities".

-

// pic - rule

+

-

If we simulate just this rule and nothing else, here's what it looks like over 3 months, starting with 99.9% (s) and just 0.1% (i):

+

But, this simulation is wrong. Exponential growth, thankfully, can't go on forever. One thing that stops a virus from spreading is if others already have the virus:

-

Click "Start" play the simulation! You can then change the "generation time", and see how that changes the simulation:

+

-

// sim

+

The more s there are, the faster s become s, but the fewer s there are, the slower s become s.

-

Starts small ("it's just a flu"), then explodes ("oh right, flus don't break hospitals in rich countries"). This is the "J-shaped" exponential growth curve.

+

How's this change the growth of an epidemic? Let's find out:

-

But this simulation is wrong. There are things that prevent an (i) from infecting someone else – like if that other person is already an (i):

+
+ +
-

// pic - 100% spread, 50% spread, 0% spread

+

This is the "S-shaped" logistic growth curve. Starts small, explodes, then slows down again.

-

Rule #2: The fewer (s)s there are, the slower (s)s become (i)s.

+

But, this simulation is still wrong. We're missing the fact that Infectious people eventually stop being infectious, either by 1) recovering, 2) "recovering" with lung damage, or 3) dying.

-

// pic - rule

+

For simplicity's sake, let's pretend that all Infectious people become Recovered. (Just remember that, in reality, some of them are dying.) s can't be infected again, and let's pretend – for now! – that they stay immune for life.

-

Now, what happens if we simulate both these rules?

+

With COVID-19, it's estimated you're Infectious for approximately 10 days.4 Let's simulate a population starting at 100% , most of whom recover after 10 days, then most of the remainder recover after another 10 days, then most of that remainder recover after another 10 days, etc:

-

Again, click Start to play the simulation!

+
+ +
-

// sim

+

This is the opposite of exponential growth, the exponential decay curve.

-

Starts small, explodes, then slows down again. This is the "S-shaped" logistic growth curve.

+

Now, what happens if you simulate S-shaped logistic growth with recovery?

-

Still, this simulation predicts 100% of people will get the virus, and even the most pessimistic COVID-19 simulations don't predict that.

- -

What we're missing: You stop being infectious for COVID-19 when you recover... or die.

- -

For the sake not making these simulations too depressing, let's only simulate Infected (i) becoming (r) Recovered. (The math works out the same.) And let's assume (for now!!!) that (r)s can't get infected again. So, new rule:

- -

Rule #3: (i)s eventually become (r)s.

- -

// pic - rule

- -

Let's have (i)s become (r)s after 14 days, on average.3-note This means some (i)s will recover before 14 days, and some recover after! This is closer to real life.

- -

To show only Rule #3, here's a simulation starting with 100% (i):

- -

// sim

- -

This is the "flipped-J-shaped" exponential decay curve.

- -

Now, what happens if you simulate all 3 rules at once? What happens when you combine an S-shaped logistic curve with a flipped-J exponential decay curve?

- -

// pic

+

Let's find out:

-

// sim

+
+ +

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.

-

// pic: 3 rules

+

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

-

This is the SIR Model, the second-most important idea in epidemiology.

+

-

NOTE: The simulations you've been hearing in the news are far more complex than the ones you're seeing here! But the sims you'll play with here reach the same general conclusions, even if missing the nuances.

+

NOTE: The simulations that inform policy are far more sophisticated than this! But the SIR Model can still explain the same findings, even if missing the nuances.

-

One nuance you could add is the SIRS Model, where the final "S" also stands for (s) Susceptible – this is when people recover, are immune for a bit, then lose that immunity and can be infected again. (We'll consider this in the Next Few Years section)

+

Actually, let's add one more nuance: before an becomes an , they first become Exposed. This is when they have the virus but can't pass it on yet – infected but not yet infectious.

-

Another nuanced version is the SEIR Model, where the "E" stands for (e) Exposed, a brief period of time after you've been infected, but before you can infect others. This is called the "latent period", and for COVID-19 it's around 3 days.4

+

-

Here's what happens if you simulate that:

+

(This variant is called the SEIR Model6, where the "E" stands for "Exposed". Note this isn't the everyday meaning of "exposed", when you might or might not have the virus. In this technical definition, "Exposed" means you definitely have it. Science terminology is bad.)

-

// sim

+

For COVID-19, it's estimated that you're infected-but-not-yet-infectious for approximately 3 days.7 What happens if we add that to the simulation?

-

Doesn't change much, so let's stick to the vanilla SIR model. We brought (e)s up because the exact timing of contagiousness is important in "contact tracing", which we'll explain in the Next Few Months section.

+
+ +
-

Oh! But almost forgot, the first-most important idea in epidemiology:

+

Not much, actually! How long you stay Exposed changes the ratio of -to-, and when the peak of current cases (+) happens... but the height of that peak, and the total % of people infected in the end, stays the same.

-

"R"

+

Why's that? Because of the first-most important idea in Epidemiology 101:

-

Which is short for "Reproduction Number". It's the average number of people an (i) will infect before they recover:

+

-

// pic - R>1 R=1 R<1

+

Short for "Reproduction number". It's the average number of people an infects before they recover (or die).

-

R0 (pronounced R-nought) is the Reproduction Number for a virus at the very beginning of an outbreak, before we have immunity or interventions. (Also called "Basic Reproduction Number")

+

-

Rt (the 't' stands for time) is the Reproduction Number right now, after we have some immunity or interventions. (Also called "Re", e standing for "Effective Reproduction Number". Also called just "R", to... confuse people)

+

R changes over the course of an outbreak, as we get more immunity & interventions.

-

// pic of R0 and Rt over time for the Famous Curve – with peak for inflection!

+

R0 (pronounced R-nought) is what R is at the start of an outbreak, before immunity or interventions. R0 more closely reflects the power of the virus itself, but it still changes from place to place. For example, R0 is higher in dense cities than sparse rural areas.

-

(A lot of news outlets confuse these two Rs! They're different!)

+

(Most news articles – and even some scientific papers! – confuse R and R0. Again, science terminology is bad)

-

The R0 for the flu6 is around 1.3. The R0 for COVID-19 is somewhere between 2 and 5.7 The huge uncertainty is because R0 depends on exactly how quickly new people are infected ("generation time") vs how quickly people recover8:

+

The R0 for "the" seasonal flu is around 1.288. This means, at the start of a flu outbreak, each infects 1.28 others on average. (If it sounds weird that this isn't a whole number, remember that the "average" mom has 2.4 children. This doesn't mean there's half-children running about.)

-

// sim

+

The R0 for COVID-19 is estimated to be around 2.29, though a not-yet-finalized CDC study estimates it was 5.7(!) in Wuhan.10

-

Rt for COVID-19 depends on the interventions we do (or don't) have, as well as how many people aren't (s) Susceptible. (because they're (r) Recovered, currently (i) Infected, or... dead.)

+

In our simulations – at the start & on average – an infects someone every 4 days, over 10 days. "4 days" goes into "10 days" two-and-a-half times. This means – at the start & on average – each infects 2.5 others. Therefore, R0 = 2.5. (caveats:11)

-

// sim

+

Play with this R0 calculator, to see how R0 depends on recovery time & new-infection time:

-

Note that when (s)% is low enough, you can get Rt<1 – containing the virus! This is called the "herd immunity" threshold. "Herd immunity" is a terrible policy (TODO: explain why), but it's important for understanding epidemiology.

+
+ +
-

Now, let's run the same SIR model simulation again, but this time showing 1) Rt changing over time, and 2) the herd immunity threshold:

+

But remember, the fewer s there are, the slower s become s. The current reproduction number (R) depends not just on the basic reproduction number (R0), but also on how many people are no longer Susceptible. (For example, by recovering & getting natural immunity.)

-

// sim

+
+ +
-

Note how total cases ((i)+(r)) overshoots the herd immunity threshold! And the exact moment it does this is when infections peak and when Rt drops below 1!

+

When enough people have natural immunity, R < 1, and the virus is contained! This is called herd immunity, and while it's terrible policy (we'll explain why later – it's not for the reason you may think!), it's essential to understanding Epidemiology 101.

-

If there's only one lesson you take away today, here it is, in big shiny letters:

+

Now, let's play the SEIR Model again, but showing R0, R over time, and the herd immunity threshold:

-

Rt>1 = bad

+
+ +
-

Rt<1 = good

+

Note: Total cases (gray curve) does not stop at herd immunity, but overshoots it! And it does this exactly when current cases (pink curve) peaks. (This happens no matter how you change the settings – try it for yourself!)

-

NOTE: We do not need to catch all transmissions, or even nearly all transmissions, to stop COVID-19.

+

This is because when there are more non-s than the herd immunity threshold, you get R < 1. And when R < 1, new cases stop growing: a peak.

-

It's a paradox – COVID-19 is incredibly contagious, yet to contain it, we "only" need to stop 72% of infections. 72%?! That's, like, a C– grade. But if R0 = 3.5, then reducing that by 72% will make Rt < 1 = good.

+

If there's only one lesson you take away from this guide, here it is – it's an extremely complex diagram so please take time to fully absorb it:

-

(And even if worst-case, R0=5, you "only" need to stop 80%. That's a B–.)

+

-

Every COVID-19 intervention you've heard of – handwashing, social distancing, lockdowns, self-isolation, contact tracing & quarantining, face masks, even "herd immunity" – they're all doing the same thing:

+

This means: we do NOT need to catch all transmissions, or even nearly all transmissions, to stop COVID-19!

-

Reducing Rt.

+

It's a paradox. COVID-19 is extremely contagious, yet to contain it, we "only" need to stop more than 60% of infections. 60%?! If that was a school grade, that's a D-. But if R0 = 2.5, cutting that by 61% gives us R = 0.975, which is R < 1, virus is contained!12

-

Let's see how we can get Rt<1 – in a way that protects not just our physical health, but also our mental health, social health, and financial health!

+

-
+

(If you think R0 or the other numbers in our simulations are too low/high, that's good you're challenging our assumptions! There'll be a "Sandbox Mode" at the end of this guide, where you can plug in your own numbers, and simulate what happens.)

-

The Next Few Months

+

Every COVID-19 intervention you've heard of – handwashing, social/physical distancing, lockdowns, self-isolation, contact tracing & quarantining, face masks, even "herd immunity" – they're all doing the same thing:

-

...could have been worse.

+

Getting R < 1.

-

Scenario 0: Do Absolutely Nothing

+

So now, let's use our "epidemic flight simulator" to figure this out: How can we get R < 1 in a way that also protects our mental health and financial health?

-

For COVID-19, 1 in 20 (i)s need to be hospitalized. In rich countries like the US and UK, there's 1 hospital bed for every 1000 people. Therefore: a rich country can handle a maximum of 20 (i)s per 1000 people – or, a maximum of 2% of the population being simultaneously sick.

+

Brace yourselves for an emergency landing...

-

Here's the same simulation from before, but with the "2%" threshold drawn:

+
+
+

The Next Few Months

+
+
-

// sim

+

...could have been worse. Here's a parallel universe we avoided:

-

It's not good.

+

Scenario 0: Do Absolutely Nothing

-

That's the same thing the March 16th Imperial College report found: if we do nothing, hospitals break. Almost everyone gets infected. Even with a low 0.5% infection fatality ratio, 80% of people infected in a large country like the US still means over a million dead... IF we did nothing.

+

Around 1 in 20 people infected with COVID-19 need to go to an ICU (Intensive Care Unit).13 In a rich country like the USA, there's 1 ICU per 3400 people.14 Therefore, the USA can handle 20 out of 3400 people being simultaneously infected – or, 0.6% of the population.

-

(A lot of news & social media chose to report the scary bit, without "IF WE DO NOTHING". Fear was channeled into clicks, not understanding. Sigh.)

+

Even if we more than tripled that capacity to 2%, here's what would've happened if we did absolutely nothing:

-

Scenario 1: Flatten The Curve

+
+ +
-

Handwashing was discovered in ____ by the doctor _______, when he realized that by getting his staff to wash their hands, child deaths in his hospital were cut by 90%!

+

Not good.

-

Doctors around the world immediately hailed his life-saving discovery, and ha ha just kidding they committed him to an asylum where he was beat to death by guards.

+

That's what the March 16 Imperial College report found: do nothing, and we run out of ICUs with 80%+ of the population infected.

-

In any case, frequent handwashing reduces your chances of catching influenza by 50%[9]() And if we combine this with other hygiene tips – cough into your elbow, don't touch your face – let's guess-timate that 100% compliance (which we will NOT get) will result in a 60% reduction in new infections, in Rt:

+

Even if only 0.5% of infected die – a generous assumption when there's no more ICUs – in a large country like the US, with 300 million people, 0.5% of 80% of 300 million = still 1.2 million dead... IF we did nothing.

-

// controls

+

(Lots of news & social media reported "80%+ will be infected" without "IF WE DO NOTHING". Fear was channelled into clicks, not understanding. Sigh.)

-

It can't get Rt<1, but it does reduce it! How does that affect the epidemic?

+

Scenario 1: Flatten The Curve / Herd Immunity

-

// sim

+

The "Flatten The Curve" plan was touted by every public health organization, while the United Kingdom's original "herd immunity" plan was universally booed. They were the same plan. The UK just communicated theirs poorly.15

-

That's a... better catastrophe.

+

Both plans, though, are horribly flawed.

-

Contrary to many news & social media posts, "flattening the curve" does also reduce total cases. But as long as Rt is still above 1, our hospitals will still most likely shatter.

+

First, let's look at the two main ways to "flatten the curve": handwashing & physical distancing.

-

That's what the Imperial College report also found: any attempt at mere "mitigation" (Reduce Rt, but still Rt>1 = bad) will fail, and the only way out is "suppression". (Reduce Rt, so that Rt<1 = good!)

+

Increased handwashing cuts flus & colds in high-income countries by ~25%16, while the city-wide lockdown in London cut close contacts by ~70%17. So, let's assume handwashing can reduce R by up to 25%, and distancing can reduce R by up to 70%:

-

Crush the curve, not just flatten it. For example, by doing a...

+

Play with this calculator to see how % of non-, handwashing, and distancing reduce R: (this calculator visualizes their relative effects, which is why increasing one looks like it decreases the effect of the others.18)

-

Scenario 2: Months-Long Lockdown (we are here)

+
+ +
-

There's different degrees of "physical distancing". (previously called "social distancing") At the mildest, avoiding crowds. At the strongest, a full city-wide lockdown.

+

Now, let's simulate what happens to a COVID-19 epidemic if, starting March 2020, we had increased handwashing but only mild physical distancing – so that R is lower, but still above 1:

-

London's full lockdown reduced Rt by 70%.11 So, let's guess-timate that as the maximum effect for distancing.

+
+ +
-

Here's how hygiene & distancing together change Rt:

+

Three notes:

-

// calc

+
    +
  1. This reduces total cases! Lots of folks think "Flatten The Curve" spread outs cases without reducing the total. This is impossible in any Epidemiology 101 model. But because the news reported "80%+ will be infected" as inevitable, folks thought total cases will be the same no matter what. Sigh.

  2. +
  3. Due to the extra interventions, current cases (pink curve) peaks before herd immunity is reached. And in fact, total cases doesn't overshoot, but goes to herd immunity – the UK's plan! At that point, R < 1, you can let go of all other interventions, and COVID-19 stays contained! Well, except for one problem...

  4. +
  5. You still run out of ICUs. For several months. (and remember, we already tripled ICUs for these simulations)

  6. +
-

That's Rt<1 = good!

+

That was the other finding of the March 16 Imperial College report, which convinced the UK to abandon its original plan. Any attempt at mitigation (reduce R, but R > 1) will fail. The only way out is suppression (reduce R so that R < 1).

-

Let's see what happens if we crush the curve with a lockdown for 3 months, then finally, finally return to normal life:

+

// pic: difference

-

Remember, you can re-play the simulation, and change the sliders WHILE it's running, to simulate your own COVID-19 strategy! You can also pause & slow down the simulation:

+

That is, don't merely "flatten" the curve, crush the curve. For example, with a...

-

// sim

+

Scenario 2: Months-Long Lockdown

+ +

Let's see what happens if we crush the curve with a 5-month lockdown, reduce to nearly nothing, then finally – finally – return to normal life:

+ +
+ +

Oh.

-

Right, as soon as you remove the lockdown, Rt>1 again, and so you get a spike in cases that's almost as bad as if you'd done nothing at all.

+

This is the "second wave" everyone's talking about. As soon as we remove the lockdown, we get R > 1 again. So, a single leftover (or imported ) can cause a spike in cases that's almost as bad as if we'd done Scenario 0: Absolutely Nothing.

A lockdown isn't a cure, it's just a restart.

So, what, do we just lockdown again & again?

-

Scenario 3: Intermittent Lockdown

+

Scenario 3: Intermittent Lockdown

-

// sim

+

This solution was first suggested by the Imperial College report, and later again by a Harvard paper19.

-

This was one solution suggested by the March 16 Imperial College report, and analyzed again by Marc Lipsitch ______ etc. [https://science.sciencemag.org/content/early/2020/04/14/science.abb5793?]

+

Here's a simulation: (After playing the "recorded scenario", you can try simulating your own lockdown schedule, by changing the sliders while the simulation is running! Remember you can pause & continue the sim, and change the simulation speed)

-

This would keep hospitals below capacity! You just have to... shut everything down for 2 months, every 3 months, until a vaccine is available in 18 months. That's... one year total out of 18 months.

+
+ +
-

Look, it's all well & good to draw a line on a graph saying "healthcare capacity", but there's lots of important things we can't simulate here. Like:

+

This would keep cases below ICU capacity! We'd just need to... shut everything down for few months, open up for a few, shut down for a few, open up for a few... and repeat until a vaccine is available. (And if there's no vaccine, repeat until herd immunity is reached... in 2022.)

-

Mental Health) Loneliness is one of the biggest risk factors for depression, anxiety, and suicide. And it's as negatively associated with an early death as smoking 15 cigarettes a day.

+

Look, it's nice to draw a line saying "ICU capacity", but there's lots of important things we can't simulate here. Like:

-

Financial Health) "What about the economy" sounds like you care more about dollars than lives, but "the economy" isn't just stocks: it's people's ability to provide food & shelter for their loved ones, to invest in their kids' futures, and enjoy arts, foods, videogames – the stuff makes life worth living. And besides, poverty itself has horrible impacts on mental and physical health.

+

Mental Health: Loneliness is one of the biggest risk factors for depression, anxiety, and suicide. And it's as associated with an early death as smoking 15 cigarettes a day.20

-

Not saying we should rule out intermittent lockdowns! But it's not ideal.

+

Financial Health: "What about the economy" sounds like you care more about dollars than lives, but "the economy" isn't just stocks: it's people's ability to provide food & shelter for their loved ones, to invest in their kids' futures, and enjoy arts, foods, videogames – the stuff makes life worth living. And besides, poverty itself has horrible impacts on mental and physical health.

-

Wait, didn't we say Taiwan & South Korea "bravely used their fear" to control COVID-19? For 4 whole months? How?

+

Not saying we shouldn't lock down again! We'll look at "circuit breaker" lockdowns later. Still, it's not ideal.

-

Scenario 4: Test, Trace, Isolate

+

But wait... haven't Taiwan and South Korea already contained COVID-19? For 4 whole months, without long-term lockdowns?

-

You may be thinking:

+

How?

-

Sure, we *could* have done what Taiwan + South Korea did at the start, but it's too late now. We missed the start.

+

Scenario 4: Test, Trace, Isolate

-

But that's exactly it! A lockdown isn't a cure, it's just a restart – and a fresh start is what we need. (TODO: Actually, South Korea started late!)

+

"Sure, we *could've* done what Taiwan & South Korea did at the start, but it's too late now. We missed the start."

-

The lockdown will let us reduce (i) cases, and buy time to copy what Taiwan & South Korea are already successfully doing: isolating COVID-19 cases, and finding out who've they been in extended close contact with ("contact tracing") and quarantining them too.

+

But that's exactly it! “A lockdown isn't a cure, it's just a restart”... and a fresh start is what we need.

-

(Pedantic note: "isolate" is for infected cases, "quarantine" is for contacts)

+

To understand how Taiwan & South Korea contained COVID-19, we need to understand the exact timeline of a typical COVID-19 infection21:

-

Why do we need to quarantine the contacts? Because they could have been (e) Exposed & caught the virus, but not know it yet:

+

-

// timeline

+

If cases only self-isolate when they know they're sick (that is, they feel symptoms), the virus can still spread:

-

If you only isolate the cases, the virus can still spread:

+

-

// timeline

+

And in fact, 44% of all transmissions are like this: pre-symptomatic! 22

-

But if you also quarantine the contacts, you stop the spread, by staying one step ahead!

+

But, if we find and quarantine a symptomatic case's recent close contacts... we stop the spread, by staying one step ahead!

-

// timeline

+

-

(TODO: 30 min+ exposure)

+

This is called contact tracing, and it's a core part of Taiwan & South Korea's successful strategies.

-

Contact tracing was how they contained Ebola in (where?) Africa! And that was just good ol' fashioned "ask people who they met" contact tracing.

+

Traditionally, contact tracing is done with in-person interviews, but that's too slow for COVID-19's ~48 hour window. That's why on March 31st, an Oxford study recommended helping contact tracers with contact tracing apps.

-

...which, unfortunately, will not work for COVID-19. Interviews are too slow and human memory is too unreliable. [MARCEL'S SOURCE] There's only 3 days between being exposed to the virus (e) and being able to infect others (i).

+

Does that mean giving up privacy, giving in to Big Brother? Heck no! DP-3T, a team of epidemiologists & cryptographers (including one of us, Marcel Salathé) is already making a contact tracing app that reveals no info about your identity, location, who your contacts are, or even how many contacts you've had.

-

So, regrettably, some countries have resorted to privacy-invasive techniques, like grabbing loads of citizens' phone location data. But does protecting human lives mean surrendering to Big Brother?

+

Here's how it works:

-

HECK NO

+

-

Here's a short comic we made, explaining how you can do digital contact tracing in a privacy-protecting way. And when we say "privacy-protecting", we mean that even if the central server was hacked and all its data stolen, the hacker would learn nothing about people's identities, locations, or who met who.

+

(Here's the full comic, and here's a video adaptation by 3Blue1Brown)

-

(And here's a 3Blue1Brown video adaptation of our comic! Thanks Grant!)

+

Along with similar teams like TCN Protocol and MIT PACT, they've inspired Apple & Google to bake privacy-first contact tracing directly into Android/iOS. Next month, your local public health agency may ask you to download an app. If it's privacy-first & open-source, please do!

-

And this isn't just "in theory". Several apps are already being developed for this. The European council vote (FILL IN). And Google/Apple's new announcement specifically supports the privacy-protecting protocol as described in our comic above. (Don't trust Google/Apple? Neither do we! The beauty of the protocol is that it doesn't rely on trust.)

+

But what about folks without smartphones? Or infections through doorknobs? Or "true" asymptomatic cases? Contact tracing apps can't catch all transmissions... and that's okay! We don't need to catch all transmissions, just 60%+ to get R < 1.

-

Okay okay, enough tooting our own horn. How does isolating cases & quarantining contacts reduce Rt?

+

(rant about the confusion about pre-symptomatic vs. "true" asymptomatic:23)

-

University of Oxford study estimates that:

+

Anyway, isolating cases would reduce R by up to 40%, and quarantining their contacts would reduce R by up to 50%24:

- +
+ +
-

Loong note about "pre" vs "a" symptomatic & how the media screwed it up AGAIN

+

Thus, we can get R < 1 without a lockdown! Much better for our mental & financial health. (As for the cost to folks who have to self-isolate/quarantine, governments should support them – subsidized paid leave, job protection, etc. Still way cheaper than intermittent lockdown.)

-

So, combined, isolating cases & quarantining contacts can get Rt comfortably below 1, even with NO physical distancing!

+

We then keep R < 1 until we have a vaccine, which turns susceptible s into immune s. Herd immunity, the right way:

-

// calc

+
+ +
-

Remember: we do not need to catch all transmissions, or even nearly all transmissions, to stop COVID-19. So the fact that not everybody is able (or willing) to download a privacy-protecting contact tracing app isn't a dealbreaker.

+

Okay, enough talk. Here's a simulation of:

-

We don't need to catch all contacts, isolate all cases, or even wash all the hands. Just enough to get that C– grade of 72%, to get Rt<1 = good.

+
    +
  1. A few-month lockdown, until we can...
  2. +
  3. Switch to "Test, Trace, Isolate" until we can...
  4. +
  5. Vaccinate enough people, which means...
  6. +
  7. We win.
  8. +
-

(do wash your hands, though)

+
+ +
-

Alright, enough chat. Here's a simulation of using a lockdown as reset, then switching to "Test, Trace, Isolate":

+

So that's it! That's how we make an emergency landing on this plane.

-

// sim

+

That's how we beat COVID-19.

-

And here it is again, with a vaccine at 18 months, which converts (s) into an immune (r), without having to become a (i). This gives us "herd immunity" the right way, and we can finally stop all other interventions.

+

...

-

(actually, keep washing your hands. come on, a doctor was beaten to death in an asylum.)

+

But what if things still go wrong? Things have gone horribly wrong already. That's fear, and that's good! Fear gives us energy to create backup plans.

-

// sim

+

The pessimist invents the parachute.

-

So that's it!

+

Scenario 4+: Masks For All, Summer, Circuit Breakers

-

That's currently the best working plan, recommended by several independent teams of epidemiologists & policymakers from across the political spectrum. (LINKS) Lockdown to get a fresh start, switch to Taiwan & South Korea's strategy later.

+

What if R0 is way higher than we thought, and the above interventions, even with mild distancing, still aren't enough to get R < 1?

-

But...

- -

...you may be feeling a knot in your stomach. Things have already gone horribly wrong, more stuff could still go horribly wrong with this plan, right?

- -

You're dang right it could. Let's channel that fear... into making some backup plans:

- -

Scenario X: Other Interventions & Backup Plans

- -

If handwashing + case isolation + contact quarantining still isn't enough to get Rt<1... we can supplement it with three things:

- -

Deep Cleaning:

- -

Remember we said "stuff like doorknobs" accounts for 10% of new infections? The technical jargon for things that can pass a virus from one human to another is a "fomite".

- -

10% means frequent deep cleanings of public spaces – subways, libraries, and malls – can reduce Rt by up to 10%. Which sounds useless, but if it reduces Rt from 1.05 to 0.95... that's Rt<1 = lives saved.

- -

// calc?

+

If so, here's a few supplements:

Masks For All:

-

[small brain] Correlation implies causation!

+

"Wait," you might ask, "I thought face masks don't stop you from getting sick?"

-

[normal brain] Correlation doesn't imply causation, you need Randomized Controlled Trials (RCTs) to prove things.

+

You're right. Masks don't stop you from getting sick... they stop you from getting others sick.

-

[large brain] Actually, under Bayes' Theorem, all correlations are evidence for causation, because the likelihood of {seeing a correlation, given causation} is greater than the likelihood of {seeing a correlation, given no causation}. It's just not 100% proof, because nothing in science is 100% proof, not even RCTs (hence the replication crisis). Evidence isn't 0% or 100%, they have a full range of "weights". And though correlational evidence has a lower "weight" than an RCT, it is still evidence. (See this 3Blue1Brown video for a visual explanation of Bayes' Theorem)

+

-

What we're trying to say is:

+

(sources for the comic: 25 26 27 28)

-

There aren't any RCTs (yet) testing "Cloth masks prevent COVID-19 spread" specifically. But there's lots of suggestive evidence, if of lower "weight":

+

Still, in science, one should only publish a finding if you're 95% sure of it. (...should.29) Admittedly, the current evidence for face masks on COVID-19 specifically, rather than "just" colds and flus, is less than "95% sure".

- +

But, pandemics are like poker. Make bets only when you're 95% sure, and you'll lose everything at stake. We have to make cost/benefit analyses under uncertainty.30 Like so:

-

Pandemics are like poker. Act only when you "have enough info", and you'll lose everything at stake. You'll never have enough info, just cost/benefit analyses under uncertainty. Like so:

+

Cost: If homemade cloth masks, same as the cost of all that soap for handwashing. If surgical masks, more expensive but still pretty cheap.

-

Cost of cloth masks (certain): Small. Same as handwashing.

+

Benefit: Even if it's a 50–50 chance of surgical masks reducing transmission by 0% or 70%31, the average "expected value" is still 35%, same as a half-lockdown! So let's guess-timate that surgical masks reduce R by up to 35%. (Again, you can challenge our assumptions by turning the sliders up/down)

-

Benefit of cloth masks (uncertain): They probably don't stop the wearer from getting COVID-19, but they probably stop a pre-symptomatic wearer from spreading COVID-19. Let's guess masks reduce Rt by 0% to 20%. Even though "0%" is still likely, the average "expected value" is halfway between 0% and 20% – that is, 10%, same as deep cleaning, but at minuscule cost.

+

Here's a calculator of how masks reduce R! You can switch between cloth & surgical: (assumes cloth masks are half as effective as surgical masks32)

-

Analysis: If someone offered you a coin flip, where tails = nothing happens, and heads = 1000s of lives saved... and the price for playing this game is a rag and two rubber bands... even though "nothing" is as likely as "lives saved", you should do it.

+
+ +
-

Cloth masks for all: do it!

+

(other arguments for/against masks:33)

-

// calc?

+

Masks alone won't get R < 1. But if handwashing & "Test, Trace, Isolate" only gets us to R = 1.10, having just 2/3 of people wear cloth masks would tip that over to R < 1, virus contained!

Summer:

-

Okay, this is not an "intervention" we have control of, but it does help reduce Rt!

+

Okay, this isn't an "intervention" we can control, but it will help! Some news outlets report that summer won't do anything to COVID-19. They're half right: summer won't get R < 1, but it will reduce R.

-

For every extra 1° Celsius (2.2° Fahrenheit), Rt drops by ___%. The average difference between winter & summer in New York is 15°C (60°F), so summer will make Rt drop by _%.

+

For COVID-19, every extra 1° Celsius (2.2° Fahrenheit) makes R drop by 1.2%.34 The summer-winter difference in New York City is 15°C (60°F), so summer will make R drop by 18%.

-

Many news sites (wrongly) report summer won't slow COVID-19. They're probably trying not to get your hopes up: with R0=3.5, a _% reduction is Rt=_, still above 1.

+
+ +
-

But still, it's something. If we have limited resources, we can scale back some interventions in the summer – so we can scale them higher in the winter.

- -

// calc? over time

+

Summer alone won't make R < 1, but if we have limited resources, we can scale back some interventions in the summer – so we can scale them higher in the winter.

A "Circuit Breaker" Lockdown:

-

And if all that still isn't enough to get Rt<1... we can do another lockdown.

+

And if all that still isn't enough to get R < 1... we can do another lockdown.

-

But because Rt was reduced dramatically, we wouldn't have to do a 2-month-lockdown-every-3-months! Probably just one more 1-month lockdown, between now and when we have a vaccine.

+

But we wouldn't have to be 2-months-closed / 1-month-open over & over! Because R is reduced, we'd only need one or two more "circuit breaker" lockdowns before a vaccine is available. (Singapore had to do this recently, "despite" having controlled COVID-19 for 4 months. That's not failure: this is what success takes.)

-

Here's a simulation of that (with sliders for ALL the interventions):

+

Here's a simulation a "lazy case" scenario:

-

// sim

+
    +
  1. Lockdown, then
  2. +
  3. A moderate amount of hygiene + "Test, Trace, Isolate" + cloth "Masks For All", then...
  4. +
  5. One more "circuit breaker" lockdown before a vaccine's found.
  6. +
+ +
+ +

. . .

We hope these plans give you hope.

-

It is possible to keep Rt<1, without locking down for most of 18 months. With plans like "Test, Trace, Isolate", supplemented with backup plans like "Masks For All", we can get back to a normal-ish life!

+

Even under a pessimistic scenario, it is possible to beat COVID-19, while protecting our mental and financial health. Use the lockdown as a restart, keep R < 1 with privacy-protecting contract tracing, supplemented with at least cloth masks... and life can get back to a normal-ish!

-

Sure, your hands may be dry. But you'll get to invite a date out to a comics bookstore! You'll get to watch the latest cash-grab Hollywood sequel with friends. You'll get to people-watch at a library, taking joy in people going about the simple business of being alive.

+

Sure, your hands may be dry. But you'll get to invite a date out to a comics bookstore! You'll get to go out with friends to watch the latest Hollywood cash-grab. You'll get to people-watch at a library, taking joy in people going about the simple business of being alive.

-

Life will go on, even under the worst-case scenario.

+

Even under the worst-case scenario... life perseveres.

-

So now, let's use our fear's energy, and plan for some even worse worst-case scenarios:

+

So now, let's plan for some worse worst-case scenarios. Water landing, get your life jacket, and please follow the lights to the emergency exits:

-
+
+
+

The Next Few Years

+
+
-

The Next Few Years

- -

You get COVID-19, and recover. Or you get the COVID-19 vaccine! Either way, you're now immune...

+

You get COVID-19, and recover. Or you get the COVID-19 vaccine. Either way, you're now immune...

...for how long?

-

SARS, which was closely related (TODO: is it?) to this new coronavirus, gave its survivors around 2 years of immunity.12. Some coronaviruses, like the ones that cause "the" common cold[13], give you just 1 year of immunity. (TODO: MERS' immunity)

+

There's been reports of folks who test positive again after recovering, but those were false positives. Still, the possibility of waning immunity is very real. Either a new mutant strain evolves, or your immune system just... forgets.

-

Let's think about the scariest scenario: immunity doesn't last.

+

The coronavirus responsible for COVID-19 is most closely related to the coronavirus responsible for SARS. SARS (probably) gave its survivors around 2 years of immunity.35 The coronaviruses that cause "the" common cold give you 1 year of immunity36. So:

-

Rule #4: (r)s eventually become (s)s

+

What if COVID-19 immunity doesn't last?

-

// pic

+

Here's a simulation starting with 100% , exponentially decaying into s after 10 days... but then back to susceptible, no-immunity s after 1 year:

-

The SIRS model: the (r) Recovered become (s) Susceptible again.

+
+ +
-

Let's simulate what that'll look like, with no interventions:

+

Return of the exponential decay!

-

// sim

+

This is the SEIRS Model. The final "S" stands for Susceptible, again.

-

Previously, with no interventions, we only had one hospital-breaking spike. Now, we have several, and the simulation comes to a rest with % of (i) infected permanently above hospital capacity.

+

-

(If you replay the simulation above with immunity lasting 3 years, that wouldn't be so bad! The % of (i) would rest comfortably below capacity. There'd still be spikes, but you can deal with them using the same interventions listed in last section)

+

Now let's simulate a COVID-19 outbreak, over 10 years, with no interventions... if immunity only lasts a year:

-

It's like a pendulum: total (i)+(r) cases swings around the "herd immunity" threshold, before settling exactly at "herd immunity", where Rt=1. The virus no longer grows or shrinks. It's just with us forever: it's endemic.

+
+ +
-

// pic?

+

Previously, we only had one ICU-overwhelming spike. Now, we have several, and cases come to a rest permanently at ICU capacity. (Which, remember, we tripled for these simulations)

-

Thankfully, summer will make it better by reducing Rt:

+

R = 1, it's endemic.

-

// sim

+

Thankfully, because summer reduces R, it'll make the situation better:

-

Oh wait no it doesn't. Summer does reduce new people becoming (i) infected, but that also reduces new people becoming (r) immune. Which means immunity in the population will drop even further with summer, allowing for big regular spikes in the winter.

+
+ +
-

It's like a pendulum where you're moving the top back and forth: that just makes the cycles worse.

+

Oh. Counterintuitively, summer makes the spikes worse, and regular! This is because summer reduces new s, but that in turn reduces new immune s. Which means immunity plummets in the summer, creating large regular spikes in the winter.

-

// pic?

+

Thankfully, the solution to this is pretty straightforward – just vaccinate people every fall/winter, like we do with flu shots:

-

Finally, the worst worst-case:

+

(After playing the recording, try simulating your own vaccination campaigns! Remember you can pause/continue the sim at any time)

-

What if, like HIV, there's just never a vaccine?

+
+ +
-

Our only option now is to increase our capacity for COVID-19 cases. You could do this directly, by creating more hospital beds and ventilators. Or you could do this indirectly, by creating treatments for COVID-19, so that if you do get it, you're less likely to need a hospital bed or ventilator.

+

But here's the scarier question:

-

Here's the same simulation, but 1) starting with herd immunity (which wanes quickly), and 2) with adjustable hospital capacity:

+

What if there's no vaccine for years? Or ever?

-

// sim

+

To be clear: this is unlikely. Sure, there's never been a vaccine for any of the other coronaviruses before, but that's because SARS was eradicated quickly, and "the" common cold wasn't worth the investment. Coronaviruses aren't any more complex than the viruses we already have vaccines for, so most infectious disease researchers expect a vaccine in 1 to 2 years.

-

HIV/AIDS killed millions, mostly in marginalized communities. And yet, despite it being the worst-case pandemic scenario, and despite all the stigma against people who have it... HIV isn't a death sentence anymore.

+

Still, they've expressed worries about a vaccine: What if we can't make enough?37 What if we rush it, and it's not safe?38

-

HIV has no vaccine. There's definitely no herd immunity. And yet, with treatments like antiretroviral therapy, people can and are living full lives with the virus. COVID-19 is devastating, but nowhere as much as HIV.

+

Even in the nightmare "no-vaccine" scenario, we still have 3 ways out. From most to least terrible:

-

Life will go on, even under the worst worst-case scenario.

+

1) Do intermittent or loose R < 1 interventions, to reach "natural herd immunity". (Warning: this will result in many deaths & damaged lungs. And won't work if immunity doesn't last.)

-

...

+

2) Do the R < 1 interventions forever. Contact tracing & wearing masks just becomes a new norm in the post-COVID-19 world, like how STI tests & wearing condoms became a new norm in the post-HIV world. (Nobody suggested "herd immunity" for HIV...)

-

That said, the virus behind COVID-19 is way simpler than HIV, so there'll almost definitely be a vaccine, even if it only grants immunity for a year. If so, we'll just have to do a vaccination campaign each autumn – and we can just do this alongside our regular flu shots:

+

3) Do the R < 1 interventions until we develop treatments that make COVID-19 way, way less likely to need critical care. (Which we should be doing anyway!) Reducing ICU use by 10x is the same as increasing our ICU capacity by 10x:

-

// sim

+

Here's a simulation of no lasting immunity, no vaccine, and not even any interventions – just increasing ICU capacity to survive the long-term spikes:

-

Finally, here's a Simulation Sandbox, with every option available. You can now also share your own simulations!

+
+ +
-

// sim

+

Even under the worst worst-case scenario... life perseveres.

-

Play around to intuitively understand the core rules of epidemiology.

+

. . .

-

Try simulating different COVID-19 scenarios, plans, and backup plans.

+

Maybe you'd like to challenge our assumptions, and try different R0's or numbers. Or try simulating your own combination of intervention plans!

-

Ask questions, try to find an answer with the sim, and share your sim with others.

+

Here's an (optional) Sandbox Mode, with everything available. Simulate & play around to your heart's content:

-

This (again, very VERY basic!) simulation has let us answer so many questions about the past few months, next few months, and next few years.

+

[TODO TODO TODO!]

-

So now, let's return to...

+

This basic "epidemic flight simulator" has taught us so much. It's let us answer questions about the past few months, next few months, and next few years.

-
+

So finally, let's return to...

-

The Now

+
+
+

The Now

+
+
-

In summary, here's how we bravely use our fear, slay the dragon, and save the lives of millions of princes(ses):

+

Plane's in the ocean. We've scrambled onto the life rafts. It's time to find dry land.39

-

PHASE 1) Lockdown to get a fresh start.

+

Teams of epidemiologists and policymakers (left, right, and multi-partisan) have come to a consensus on how to beat COVID-19, while protecting our lives and liberties.

-

Get current (i)s low, while building capability to do...

+

Here's the rough idea, with some (less-consensus) backup plans:

-

PHASE 2) "Test, Trace, Isolate"

+

-

We replace lockdown with other ways to get Rt<1. Life gets back to normal-ish! 🎉

- -

More testing so we can actually tell what Rt currently is.

- -

Create policies to get cases to isolate/quarantine. Paid leave & bonus financial incentives if they do, maybe fines if they don't.

- -

Use privacy-protecting contact tracing apps to find contacts. Remember, not everybody has to have the app to get Rt<1.

- -

If Rt still not below 1: "Masks For All". Get most people to wear at least cloth face masks.

- -

If Rt still not below 1: Deep clean public spaces often. Mild social distancing. Maybe one or two more "circuit breaker" lockdowns. (but still avoiding "lockdown for most of 18 months"!)

- -

This will buy us time to finally do...

- -

PHASE 3) Vaccinate!

- -

If immunity doesn't last long: Vaccination campaign every autumn, like we already do for flu shots.

- -

If vaccine is never available: Raise our capacity for COVID-19 cases by creating more hospital beds & ventilators, and developing antivirals & treatments. (which we should be doing anyway!)

- -

What's this mean for YOU, right now?

+

So what does this mean for YOU, right now?

For everyone: Respect the lockdown so we can get out of Phase I asap. Keep washing those hands. Make your own masks. Download a privacy-protecting contact tracing app when those are available next month. Stay healthy, physically & mentally! And write your local policymaker to get off their butt and...

-

For policymakers: Create policies that compensate (or reward!) folks who have to self-isolate/quarantine. Direct funds into all the stuff we should be building, like...

+

For policymakers: Make laws to support folks who have to self-isolate/quarantine. Hire more manual contact tracers, supported by privacy-protecting contact tracing apps. Direct more funds into the stuff we should be building, like...

-

For builders: Build tests. Build ventilators. Build masks – cloth, surgical and N95. Build apps. Build antivirals and other treatments. Build vaccines. Build science.

+

For builders: Build tests. Build ventilators. Build personal protective equipment for hospitals. Build tests. Build masks. Build apps. Build antivirals, prophylactics, and other treatments that aren't vaccines. Build vaccines. Build tests. Build tests. Build tests. Build hope.

-

Will we need all that? "Probably" not, the same way you "probably" won't need safety belts, fire insurance, or parachutes on planes. It's like doing a cost/benefit analysis of Russian Roulette: the chance of disaster is small, but the cost of disaster is far, far bigger.

+

Don't downplay fear to build up hope. Our fear should team up with our hope, like the inventors of airplanes & parachutes. Preparing for horrible futures is how we create a hopeful future.

-

In situations like this, it pays to listen honestly to your fears. Don't deny or downplay them, just face them, and prepare for them.

- -

The only thing to fear is people who think the only thing to fear is fear itself.

- -
- -

(TODO: US vs Korea/Taiwain resources)

+

The only thing to fear is the idea that the only thing to fear is fear itself.


  1. -

    hello! 

    +

    (NOTE: This guide was published on April 30th, 2020. Many details will become outdated, but Epidemiology 101 will remain true, and we're confident this guide will cover 95% of possible futures.) 

  2. -

    but a snitch ain't one 

    +

    https://wwwnc.cdc.gov/eid/article/26/6/20-0357_article 

    +
  3. + +
  4. +

    source 

    +
  5. + +
  6. +

    https://link.springer.com/article/10.1007/s11427-020-1661-4 

    +
  7. + +
  8. +

    source, and sidenote on 'infectious' 

    +
  9. + +
  10. +

    source 

    +
  11. + +
  12. +

    source 

    +
  13. + +
  14. +

    https://bmcinfectdis.biomedcentral.com/articles/10.1186/1471-2334-14-480 

    +
  15. + +
  16. +

    https://pubmed.ncbi.nlm.nih.gov/31995857/ https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7001239/ 

    +
  17. + +
  18. +

    https://wwwnc.cdc.gov/eid/article/26/7/20-0282_article 

    +
  19. + +
  20. +

    sas 

    +
  21. + +
  22. +

    exact formula... 

    +
  23. + +
  24. +

    https://www.statista.com/statistics/1105420/covid-icu-admission-rates-us-by-age-group/ Lower end, 5%. 

    +
  25. + +
  26. +

    https://sccm.org/Blog/March-2020/United-States-Resource-Availability-for-COVID-19 

    +
  27. + +
  28. +

    https://www.theatlantic.com/health/archive/2020/03/coronavirus-pandemic-herd-immunity-uk-boris-johnson/608065/ 

    +
  29. + +
  30. +

    https://onlinelibrary.wiley.com/doi/full/10.1111/j.1365-3156.2006.01568.x 

    +
  31. + +
  32. +

    https://cmmid.github.io/topics/covid19/comix-impact-of-physical-distance-measures-on-transmission-in-the-UK.html 

    +
  33. + +
  34. +

    log scale 

    +
  35. + +
  36. +

    https://science.sciencemag.org/content/early/2020/04/14/science.abb5793? 

    +
  37. + +
  38. +

    https://journals.sagepub.com/doi/abs/10.1177/1745691614568352 

    +
  39. + +
  40. +

    sources plz, esp for incubation period 5 days 

    +
  41. + +
  42. +

    https://www.nature.com/articles/s41591-020-0869-5 

    +
  43. + +
  44. +

    asds 

    +
  45. + +
  46. +

    https://science.sciencemag.org/content/early/2020/04/09/science.abb6936 

    +
  47. + +
  48. +

    incoming 

    +
  49. + +
  50. +

    outgoing_aerosols 

    +
  51. + +
  52. +

    outgoing_droplets 

    +
  53. + +
  54. +

    homemade 

    +
  55. + +
  56. +

    ss 

    +
  57. + +
  58. +

    That BMJ article 

    +
  59. + +
  60. +

    +
  61. + +
  62. +

    ss 

    +
  63. + +
  64. +

    +
  65. + +
  66. +

    https://papers.ssrn.com/sol3/Papers.cfm?abstract_id=3551767 The average R-value of these 100 cities is 1.83 , One-degree Celsius increase in temperature and one percent increase in relative humidity lower R by 0.0225  

    +
  67. + +
  68. +

    https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2851497/ 

    +
  69. + +
  70. +

    https://pubmed.ncbi.nlm.nih.gov/2170159/ 

    +
  71. + +
  72. +

    https://www.nature.com/articles/d41586-020-01063-8 

    +
  73. + +
  74. +

    https://www.nature.com/articles/d41586-020-00751-9 

    +
  75. + +
  76. +

    https://www.statnews.com/2020/04/01/navigating-covid-19-pandemic/ 

diff --git a/words/words.md b/words/words.md index 193a08d..751e134 100644 --- a/words/words.md +++ b/words/words.md @@ -1,234 +1,278 @@ -# What Happens Next? - -## COVID-19 Futures, Explained With Playable Simulations +**{WIP, DON'T SHARE YET THX!}** "The only thing to fear is fear itself" was stupid advice. -If people fear fear itself, they'll deny danger because they don't want to create "mass panic". The problem's not fear, but how we *use* our fear. Fear, used well, gives you energy to deal with current dangers, and prepare for future dangers. +Sure, don't hoard toilet paper – but if policymakers fear fear itself, they'll downplay dangers to us to avoid "mass panic". Fear's not the problem, it's how we *channel* our fear. Fear gives us energy to deal with dangers now, and prepare for dangers later. -Honestly, the two of us (Marcel, epidemiologist + Nicky, artist/coder) are worried about the future. We bet you are, too. That's why we've channeled *our* worries into making these **playable simulations**, so that you can channel *your* worries into understanding: +Honestly, we (Marcel, epidemiologist + Nicky, art/code) are worried. We bet you are, too! That's why we've channelled our fear into making these **playable simulations**, so that *you* can channel your fear into understanding: * **The Last Few Months** (epidemiology 101, SEIR model, R & R0) -* **The Next Few Months** (lockdowns, contact tracing, masks) -* **The Next Few Years** (loss of immunity? no safe vaccine?) +* **The Next Few Months** (lockdowns, contact tracing, masks?) +* **The Next Few Years** (loss of immunity? no vaccine?) -This guide is meant to give you hope *and* fear. To beat this virus **in a way that also protects our mental & financial health**, we need optimism to create plans, and pessimism to create backup plans. As Gladys Bronwyn Stern once said, *“The optimist invents the airplane and the pessimist the parachute.”* +This guide (published April 30th, 2020[^timestamp]) is meant to give you hope *and* fear. To beat COVID-19 **in a way that also protects our mental & financial health**, we need optimism to create plans, and pessimism to create backup plans. As Gladys Bronwyn Stern once said, *“The optimist invents the airplane and the pessimist the parachute.”* + +[^timestamp]: (NOTE: This guide was published on April 30th, 2020. Many details will become outdated, but Epidemiology 101 will remain true, and we're confident this guide will cover 95% of possible futures.) So, buckle in: we're about to experience some turbulence. ---- - -# The Last Few Months +
+
+

The Last Few Months

+
+
Pilots use flight simulators to learn how not to crash planes. **Epidemiologists use epidemic simulators to learn how not to crash humanity.** -So, let's create a very simple "epidemic flight simulator"! Here, we have some (i) Infectious people & some not-yet-infected (s) Susceptible people. (i)s turn (s)s into more (i)s: +So, let's make a simple "epidemic flight simulator"! In this simulation, Infectious people can turn Susceptible people into more Infectious people: -// pic +![](pics/spread.png) -At the start of a COVID-19 outbreak, it's estimated that the virus jumps from an (i) to an (s) every 4 days.[^1] (*On average.* Remember, there's lots of variation.) +It's estimated that, *at the start* of a COVID-19 outbreak, the virus jumps from an to an *approximately* every 4 days.[^serial_interval] -[^1]: source +[^serial_interval]: https://wwwnc.cdc.gov/eid/article/26/6/20-0357_article -Here's a simulation of a population with *just* 0.001% (i) and 99.999% (s), over 6 months. If we simulate "double every 4 days" *and nothing else*, what happens? +If we simulate "double every 4 days" *and nothing else*, on a population starting with just 0.001% , what happens? -**Click "Start" to play the simulation! (Afterwards, you can re-play the simulation with different settings)** +**Click "Start" to play the simulation! You can re-play it later with different settings:** (technical caveats: [^caveats]) -// sim +[^caveats]: source + +
+ +
This is the **exponential growth curve.** Starts small, then explodes. "Oh it's just a flu" to "Oh right, flus don't create *mass graves in rich cities*". -// pic - exponential double rice +![](pics/exponential.png) But, this simulation is wrong. Exponential growth, thankfully, can't go on forever. One thing that stops a virus from spreading is if others *already* have the virus: -// pic - 100% spread, 50% spread, 0% spread +![](pics/susceptibles.png) -**The more (i)s there are, the faster (s)s become (i)s, but the fewer (s)s there are, the *slower* (s)s become (i)s.** +The more s there are, the faster s become s, **but the fewer s there are, the *slower* s become s.** -Now, what happens if we simulate that? +How's this change the growth of an epidemic? Let's find out: -// sim +
+ +
This is the "S-shaped" **logistic growth curve.** Starts small, explodes, then slows down again. -But, this simulation is *still* wrong. We're missing the fact that (i) Infectious people eventually stop being infectious, either by 1) recovering, 2) "recovering" with lung damage, or 3) dying. +But, this simulation is *still* wrong. We're missing the fact that Infectious people eventually stop being infectious, either by 1) recovering, 2) "recovering" with lung damage, or 3) dying. -For simplicity's sake, let's pretend that all (i) Infectious people become (r) Recovered. (r)s can't be infected again, and let's pretend – *for now!* – that they stay immune for life. +For simplicity's sake, let's pretend that all Infectious people become Recovered. (Just remember that, in reality, some of them are dying.) s can't be infected again, and let's pretend – *for now!* – that they stay immune for life. -When you're infected with COVID-19, it's estimated you stay (i) infectious for 12 days.[^2] (Again, *on average.*) +With COVID-19, it's estimated you're Infectious for *approximately* 10 days.[^infectiousness] Let's simulate a population starting at 100% , most of whom recover after 10 days, then most of the remainder recover after another 10 days, then most of *that* remainder recover after another 10 days, etc: -[^2]: source +[^infectiousness]: https://link.springer.com/article/10.1007/s11427-020-1661-4 -Here's a simulation that starts with 100% (i). Most people recover after 12 days, then most of the remainder recover after another 12 days, then most of the remainder *of that remainder* recover after another 12 days, etc: - -// sim +
+ +
This is the opposite of exponential growth, the **exponential decay curve**. -Now, what happens if you combine this with the S-shaped logistic curve of infection? +Now, what happens if you simulate S-shaped logistic growth *with* recovery? -// pic +![](pics/graphs_q.png) -Let's find out. Here's a simulation of an epidemic *with* recovery: +Let's find out: -// sim +
+ +
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. -// pic: 3 rules +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**, ((s) **S**usceptible → (i) **I**nfectious → (r) **R**ecovered) the second-most important idea in Epidemiology 101. +[^sir]: source, and sidenote on 'infectious' -Note: The simulations that inform policy are *far* more sophisticated than this! But the SIR model can still help us understand a lot about COVID-19, even if missing the nuances. +![](pics/sir.png) -Actually, let's add one more nuance: before an (s) becomes an (i), they first become an (e) Exposed person, when they're infect*ed* but not yet infect*ious* – they have the virus but can't pass it on (yet). +NOTE: The simulations that inform policy are *far* more sophisticated than this! But the SIR Model can still explain the same findings, even if missing the nuances. -(This variant is called the **SEIR Model**, where "E" stands for (e) Exposed. Note this *isn't* the everyday meaning of "exposed", where you might or might not have the virus. In this technical definition, "Exposed" means you definitely have it. Yeah, science terminology is bad.) +Actually, let's add one more nuance: before an becomes an , they first become Exposed. This is when they have the virus but can't pass it on yet – infect*ed* but not yet infect*ious*. -For COVID-19, it's estimated that you're in this "latent period" for around 3 days.[^3] What happens if we add that to the simulation? +![](pics/seir.png) -[^3]: source +(This variant is called the **SEIR Model**[^seir], where the "E" stands for "Exposed". Note this *isn't* the everyday meaning of "exposed", when you might or might not have the virus. In this technical definition, "Exposed" means you definitely have it. Science terminology is bad.) -// sim +[^seir]: source -Not much, actually! The "latent period" only changes *when* the peak happens, but the *height* of the peak – and total people infected – remain the same: +For COVID-19, it's estimated that you're infected-but-not-yet-infectious for *approximately* 3 days.[^latent] What happens if we add that to the simulation? -// pics +[^latent]: source + +
+ +
+ +Not much, actually! How long you stay Exposed changes the ratio of -to-, and *when* the peak of current cases (+) happens... but the *height* of that peak, and the total % of people infected in the end, stays the same. Why's that? Because of the *first*-most important idea in Epidemiology 101: -// pic - **"R"** +![](pics/r.png) -Which is short for "Reproduction Number". It's the *average* number of people an (i) infects *before* they recover (or die). +Short for "Reproduction number". It's the *average* number of people an infects *before* they recover (or die). -// R > 1, R = 1, R < 1 pic +![](pics/r2.png) **R** changes over the course of an outbreak, as we get more immunity & interventions. -**R0** (pronounced R-nought) is what R is *at the start of an outbreak, before immunity or interventions*. R0 is also called the "basic reproduction number". +**R0** (pronounced R-nought) is what R is *at the start of an outbreak, before immunity or interventions*. R0 more closely reflects the power of the virus itself, but it still changes from place to place. For example, R0 is higher in dense cities than sparse rural areas. -(A lot of news outlets – and even academic papers! – confuse R and R0. Again, science terminology is bad.) +(Most news articles – and even some scientific papers! – confuse R and R0. Again, science terminology is bad) -The R0 for the flu[^r0_flu] is around 1.3. The R0 estimates for COVID-19 are usually between 2 and 3, maybe as high as 6.[^r0_covid] +The R0 for "the" seasonal flu is around 1.28[^r0_flu]. This means, at the *start* of a flu outbreak, each infects 1.28 others *on average.* (If it sounds weird that this isn't a whole number, remember that the "average" mom has 2.4 children. This doesn't mean there's half-children running about.) -[^r0_flu]: source +[^r0_flu]: https://bmcinfectdis.biomedcentral.com/articles/10.1186/1471-2334-14-480 -[^r0_covid]: source +The R0 for COVID-19 is estimated to be around 2.2[^r0_covid], though a not-yet-finalized CDC study estimates it was 5.7(!) in Wuhan.[^r0_wuhan] -In our simulations, an (i) recovers in 12 days, but infects one new (s) every 4 days. That means, *on average*, an (i) infects 3 (s)s before they recover. So for our simulations, R0 is 3. +[^r0_covid]: https://pubmed.ncbi.nlm.nih.gov/31995857/ https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7001239/ -**Play around with this R0 calculator, to see how R0 depends on recovery time & new-infection time:** +[^r0_wuhan]: https://wwwnc.cdc.gov/eid/article/26/7/20-0282_article -// calc +In our simulations – *at the start & on average* – an infects someone every 4 days, over 10 days. "4 days" goes into "10 days" two-and-a-half times. This means – *at the start & on average* – each infects 2.5 others. Therefore, R0 = 2.5. (caveats:[^r0_caveats_sim]) -But remember, the fewer (s)s there are, the *slower* (s)s become (i)s. -R depends not just on R0, but also how many people are no longer Susceptible – due to, say, having recovered & gotten natural immunity. +[^r0_caveats_sim]: sas -// calc 2 +**Play with this R0 calculator, to see how R0 depends on recovery time & new-infection time:** + +
+ +
+ +But remember, the fewer s there are, the *slower* s become s. The *current* reproduction number (R) depends not just on the *basic* reproduction number (R0), but *also* on how many people are no longer Susceptible. (For example, by recovering & getting natural immunity.) + +
+ +
When enough people have natural immunity, R < 1, and the virus is contained! This is called **herd immunity**, and while it's *terrible* policy (we'll explain why later – it's not for the reason you may think!), it's essential to understanding Epidemiology 101. -Now, let's play the last simulation again, but showing R0, R over time, and the herd immunity threshold: +Now, let's play the SEIR Model again, but showing R0, R over time, and the herd immunity threshold: -// sim +
+ +
-Note: Total cases (the gray curve) does not stop at herd immunity, but *overshoots* it! And it does this *exactly when* current cases (the pink curve) peaks. This happens no matter how you change the settings: +Note: Total cases (gray curve) does not stop at herd immunity, but *overshoots* it! And it does this *exactly when* current cases (pink curve) peaks. (This happens no matter how you change the settings – try it for yourself!) -// pic +This is because when there are more non-s than the herd immunity threshold, you get R < 1. And when R < 1, new cases stop growing: a peak. -This is because, by definition, when there are more non-(s)s than the herd immunity threshold, you get R < 1. And, by definition, R < 1 means new cases stop growing. +**If there's only one lesson you take away from this guide, here it is** – it's an extremely complex diagram so please take time to fully absorb it: -If there's only one lesson you take away from this whole guide, here it is, in big shiny letters: - -# R > 1 = bad -# R < 1 = good (R=1, meh) +![](pics/r3.png) **This means: we do NOT need to catch all transmissions, or even nearly all transmissions, to stop COVID-19!** -It's a paradox. COVID-19 is incredibly contagious, yet to contain it, we "only" need to stop 67% of infections. 67%?! If that was a school grade, that's a D+. But if R0 = 3, cutting that by 67% gives us R = 0.99, which is R < 1, which means the virus is contained! +It's a paradox. COVID-19 is extremely contagious, yet to contain it, we "only" need to stop more than 60% of infections. 60%?! If that was a school grade, that's a D-. But if R0 = 2.5, cutting that by 61% gives us R = 0.975, which is R < 1, virus is contained![^exact_formula] -// pic calc +[^exact_formula]: exact formula... -*Every* COVID-19 intervention you've heard of – handwashing, social distancing, lockdowns, self-isolation, contact tracing & quarantining, face masks, even "herd immunity" – they're *all* doing the same thing: +![](pics/r4.png) + +(If you think R0 or the other numbers in our simulations are too low/high, that's good you're challenging our assumptions! There'll be a "Sandbox Mode" at the end of this guide, where you can plug in your *own* numbers, and simulate what happens.) + +*Every* COVID-19 intervention you've heard of – handwashing, social/physical distancing, lockdowns, self-isolation, contact tracing & quarantining, face masks, even "herd immunity" – they're *all* doing the same thing: Getting R < 1. -So now, let's use our "epidemic flight simulator" to figure out the next few months! How will we get R < 1 in a way that protects not just our physical health, **but also our mental health, social health, *and* financial health?** +So now, let's use our "epidemic flight simulator" to figure this out: How can we get R < 1 in a way **that also protects our mental health *and* financial health?** Brace yourselves for an emergency landing... ---- - -# The Next Few Months +
+
+

The Next Few Months

+
+
...could have been worse. Here's a parallel universe we avoided: ###Scenario 0: Do Absolutely Nothing -Around 1 in 20 people (i) infected with COVID-19 need an ICU (Intensive Care Unit).[^ic] In a rich country like the US, there's around 1 ICU per 3000 people.[^icus] Therefore, the US can handle 20 out of 3000 people being simultaneously (i) infected with COVID-19, or, 0.67% of the population. +Around 1 in 20 people infected with COVID-19 need to go to an ICU (Intensive Care Unit).[^icu_covid] In a rich country like the USA, there's 1 ICU per 3400 people.[^icu_us] Therefore, the USA can handle 20 out of 3400 people being *simultaneously* infected – or, 0.6% of the population. -Even if we *tripled* that capacity, to handle 2% of the population simultaneously (i) infected, here's what would happen *if we had done absolutely nothing:* +[^icu_covid]: https://www.statista.com/statistics/1105420/covid-icu-admission-rates-us-by-age-group/ Lower end, 5%. -// sim +[^icu_us]: https://sccm.org/Blog/March-2020/United-States-Resource-Availability-for-COVID-19 -It's not good. +Even if we *more than tripled* that capacity to 2%, here's what would've happened *if we did absolutely nothing:* -That's what the March 16 Imperial College report found: if we did absolutely nothing, we run out of ICUs & 80%+ of the population gets infected. +
+ +
-Even if only 0.5% of (i)s die – a generous assumption when there's no more ICUs – in a large country like the US, with 300 million people, 0.5% of 80% of 300 million = still 1.2 million dead, *IF WE DID NOTHING.* +Not good. -(A lot of news outlets reported the scary bit, *without* "IF WE DO NOTHING". One can channel fear into good use, but here, fear was channeled into clicks. *Sigh.*) +That's what [the March 16 Imperial College report](http://www.imperial.ac.uk/mrc-global-infectious-disease-analysis/covid-19/report-9-impact-of-npis-on-covid-19/) found: do nothing, and we run out of ICUs with 80%+ of the population infected. + +Even if only 0.5% of infected die – a generous assumption when there's no more ICUs – in a large country like the US, with 300 million people, 0.5% of 80% of 300 million = still 1.2 million dead... *IF we did nothing.* + +(Lots of news & social media reported "80%+ will be infected" *without* "IF WE DO NOTHING". Fear was channelled into clicks, not understanding. *Sigh.*) ###Scenario 1: Flatten The Curve / Herd Immunity -The "Flatten The Curve" plan was touted by every public health organization, while the United Kingdom's original "herd immunity" plan was universally booed. They were *the same plan.*[^yong] The UK just communicated their plan terribly. +The "Flatten The Curve" plan was touted by every public health organization, while the United Kingdom's original "herd immunity" plan was universally booed. They were *the same plan.* The UK just communicated theirs poorly.[^yong] -[^yong]: s +[^yong]: https://www.theatlantic.com/health/archive/2020/03/coronavirus-pandemic-herd-immunity-uk-boris-johnson/608065/ Both plans, though, are horribly flawed. -First, the plans' specific interventions: mainly, handwashing & social distancing. +First, let's look at the two main ways to "flatten the curve": handwashing & physical distancing. -Increased handwashing cuts flus & colds in "developed nations" by 25%[^handwashing], while a city-wide lockdown cuts close person-to-person proximity by 70%[^london]. So, let's assume handwashing can reduce R by *up to* 25%, and distancing can reduce R by *up to* 70%: +Increased handwashing cuts flus & colds in high-income countries by ~25%[^handwashing], while the city-wide lockdown in London cut close contacts by ~70%[^london]. So, let's assume handwashing can reduce R by *up to* 25%, and distancing can reduce R by *up to* 70%: -[^handwashing]: s +[^handwashing]: https://onlinelibrary.wiley.com/doi/full/10.1111/j.1365-3156.2006.01568.x -[^london]: s +[^london]: https://cmmid.github.io/topics/covid19/comix-impact-of-physical-distance-measures-on-transmission-in-the-UK.html -// calc +**Play with this calculator to see how % of non-, handwashing, and distancing reduce R:** (this calculator visualizes their *relative* effects, which is why increasing one *looks* like it decreases the effect of the others.[^log_caveat]) -Now, let's simulate what happens if we apply fervent handwashing and *mild* social distancing – so that R is lower, but still above 1: +[^log_caveat]: log scale -// sim +
+ +
+ +Now, let's simulate what happens to a COVID-19 epidemic if, starting March 2020, we had increased handwashing but only *mild* physical distancing – so that R is lower, but still above 1: + +
+ +
Three notes: -1. This *reduces* total cases! Lots of folks think "Flattening The Curve" *spread outs* cases without reducing the total. This is impossible in *any* Epidemiology 101 model. But because the news reported "80%+ of world will be infected" as inevitable – not *IF WE DO NOTHING* – folks thought total cases will be the same no matter what. *Sigh.* +1. This *reduces* total cases! Lots of folks think "Flatten The Curve" spread outs cases without reducing the total. This is impossible in *any* Epidemiology 101 model. But because the news reported "80%+ will be infected" as inevitable, folks thought total cases will be the same no matter what. *Sigh.* -2. Due to the extra interventions, current cases ((e)+(i)) peaks *before* herd immunity is reached. And in fact, total cases doesn't overshoot, but *goes to* herd immunity – the UK's plan! At that point, R < 1, you can let go of all other interventions, and COVID-19 stays contained! Well, except for one problem... +2. Due to the extra interventions, current cases (pink curve) peaks *before* herd immunity is reached. And in fact, total cases doesn't overshoot, but *goes to* herd immunity – the UK's plan! At that point, R < 1, you can let go of all other interventions, and COVID-19 stays contained! Well, except for one problem... -3. You still run out of ICUs. Several times over. For months. +3. You still run out of ICUs. For several months. (and remember, we *already* tripled ICUs for these simulations) That was the other finding of the March 16 Imperial College report, which convinced the UK to abandon its original plan. Any attempt at **mitigation** (reduce R, but R > 1) will fail. The only way out is **suppression** (reduce R so that R < 1). -// pic: difference +// pic: difference That is, don't merely "flatten" the curve, *crush* the curve. For example, with a... -###Scenario 2: Months-Long Lockdown (we are here) +###Scenario 2: Months-Long Lockdown -Let's see what happens if we *crush* the curve with a lockdown for 5 months. Get R < 1, and smack (i)s to the bottom. +Let's see what happens if we *crush* the curve with a 5-month lockdown, reduce to nearly nothing, then finally – *finally* – return to normal life: -Then finally, *finally*, we can return to normal life: - -// sim +
+ +
Oh. -Right, this is the "second wave" everyone's talking about. As soon as we remove the lockdown, we get R > 1 again. So, a single leftover (i) (or a single imported (i)) can cause a spike in cases that's almost as bad as if we'd done Scenario 0: Absolutely Nothing. +This is the "second wave" everyone's talking about. As soon as we remove the lockdown, we get R > 1 again. So, a single leftover (or imported ) can cause a spike in cases that's almost as bad as if we'd done Scenario 0: Absolutely Nothing. **A lockdown isn't a cure, it's just a restart.** @@ -236,263 +280,341 @@ So, what, do we just lockdown again & again? ###Scenario 3: Intermittent Lockdown -This solution was first suggested by the Imperial College, and later again by Harvard[^lockdown_harvard]: +This solution was first suggested by the Imperial College report, and later again by a Harvard paper[^lockdown_harvard]. [^lockdown_harvard]: https://science.sciencemag.org/content/early/2020/04/14/science.abb5793? -// sim +**Here's a simulation:** (After playing the "recorded scenario", you can try simulating your *own* lockdown schedule, by changing the sliders *while* the simulation is running! Remember you can pause & continue the sim, and change the simulation speed) -This *would* in fact keep cases below ICU capacity! We'd just need to... shut everything down for 2 months, open up for 1 month, then repeat until a vaccine is available in 18 months. That's a year in total. +
+ +
-(And if there's no vaccine, repeat until herd immunity is reached... in 2022.) +This *would* keep cases below ICU capacity! We'd just need to... shut everything down for few months, open up for a few, shut down for a few, open up for a few... and repeat until a vaccine is available. (And if there's no vaccine, repeat until herd immunity is reached... in 2022.) -Look, it's nice to draw a line saying "healthcare capacity", but there's lots of important things we *can't* simulate here. Like: +Look, it's nice to draw a line saying "ICU capacity", but there's lots of important things we *can't* simulate here. Like: -**Mental Health:** Loneliness is one of the biggest risk factors for depression, anxiety, and suicide. And it's as negatively associated with an early death as smoking 15 cigarettes a day. +**Mental Health:** Loneliness is one of the biggest risk factors for depression, anxiety, and suicide. And it's as associated with an early death as smoking 15 cigarettes a day.[^loneliness] + +[^loneliness]: https://journals.sagepub.com/doi/abs/10.1177/1745691614568352 **Financial Health:** "What about the economy" sounds like you care more about dollars than lives, but "the economy" isn't just stocks: it's people's ability to provide food & shelter for their loved ones, to invest in their kids' futures, and enjoy arts, foods, videogames – the stuff makes life worth living. And besides, poverty *itself* has horrible impacts on mental and physical health. -But wait... haven't Taiwan, South Korea, and other countries in East Asia *already* contained COVID-19? For 4 whole months? Without a single country-wide lockdown? +Not saying we *shouldn't* lock down again! We'll look at "circuit breaker" lockdowns later. Still, it's not ideal. + +But wait... haven't Taiwan and South Korea *already* contained COVID-19? For 4 whole months, *without* long-term lockdowns? How? ###Scenario 4: Test, Trace, Isolate -You may be thinking: - -*Sure, we \*could've\* done what Taiwan + South Korea did at the start, but it's too late now. We missed the start.* +*"Sure, we \*could've\* done what Taiwan & South Korea did at the start, but it's too late now. We missed the start."* But that's exactly it! “A lockdown isn't a cure, it's just a restart”... **and a fresh start is what we need.** -To understand how Taiwan & South Korea have contained COVID-19, we need to understand the exact timeline of the virus: +To understand how Taiwan & South Korea contained COVID-19, we need to understand the exact timeline of a typical COVID-19 infection[^timeline]: -// timeline +[^timeline]: sources plz, esp for incubation period 5 days -The problem is, if cases self-isolate *only* when they know they're infected (showing symptoms), the virus can still spread: +![](pics/timeline1.png) -// timeline +If cases only self-isolate when they know they're sick (that is, they feel symptoms), the virus can still spread: -But if you can find who the case had recent close contact to... (e.g. was within 6 feet of someone for 30+ minutes in the last 14 days) ...and quarantine them as well, you stop the spread, by staying one step ahead! +![](pics/timeline2.png) -// timeline +And in fact, 44% of all transmissions are like this: *pre*-symptomatic! [^pre_symp] -This is called **contact tracing**. It's a core part of Taiwan & South Korea's strategies, and several teams of Western epidemiologists + economists + policymakers, from across the political spectrum, have converged on the same answer: *this is what we need to control COVID-19, while protecting our mental & financial health.* +[^pre_symp]: https://www.nature.com/articles/s41591-020-0869-5 -Which is why, in the coming months, you may be asked to install a "contact tracing app" on your phone. Which sounds like a privacy nightmare, but teams of epidemiologists and cryptographers **have already created *anonymous, decentralized* contact tracing apps.** +But, if we find *and quarantine* a symptomatic case's recent close contacts... we stop the spread, by staying one step ahead! -(Here's a comic we made about how!) +![](pics/timeline3.png) -But, critics say, contact tracing apps won't catch *all* transmissions. Some people don't have smartphones. Some transmissions are through surfaces like doorknobs. +This is called **contact tracing**, and it's a core part of Taiwan & South Korea's successful strategies. -True, *and it doesn't matter*. We don't *need* to catch all or even nearly all transmissions! Just enough to get R < 1. +Traditionally, contact tracing is done with in-person interviews, but that's too slow for COVID-19's ~48 hour window. That's why on March 31st, [an Oxford study](https://science.sciencemag.org/content/early/2020/04/09/science.abb6936) recommended helping contact tracers with *contact tracing apps*. -Specifically, a University of Oxford study estimates that isolating symptomatic cases can reduce R by up to 40%, and that quarantining their pre/a-symptomatic contacts can reduce R by up to 50%: +Does that mean giving up privacy, giving in to Big Brother? Heck no! [DP-3T](https://github.com/DP-3T/documents#decentralized-privacy-preserving-proximity-tracing), a team of epidemiologists & cryptographers (including one of us, Marcel Salathé) is *already* making a contact tracing app that reveals **no info about your identity, location, who your contacts are, or even *how many contacts* you've had.** -(p.s: a rant about "pre" vs "a"-symptomatic) +Here's how it works: -// calc +![](pics/dp3t.png) -So even if you don't isolate *all* cases or quarantine *all* contacts, you can still get R below 1, *with no social distancing!* +([Here's the full comic](https://ncase.me/contact-tracing/), and [here's a video adaptation by 3Blue1Brown]()) + +Along with similar teams like [TCN Protocol](https://github.com/TCNCoalition/TCN#tcn-protocol) and [MIT PACT](https://pact.mit.edu/), they've inspired Apple & Google to bake privacy-first contact tracing [directly into Android/iOS](https://www.apple.com/ca/newsroom/2020/04/apple-and-google-partner-on-covid-19-contact-tracing-technology/). Next month, your local public health agency may ask you to download an app. If it's privacy-first & open-source, please do! + +But what about folks without smartphones? Or infections through doorknobs? Or "true" asymptomatic cases? Contact tracing apps can't catch all transmissions... *and that's okay!* We don't need to catch *all* transmissions, just 60%+ to get R < 1. + +(rant about the confusion about pre-symptomatic vs. "true" asymptomatic:[^rant]) + +[^rant]: asds + +Anyway, isolating cases would reduce R by up to 40%, and quarantining their contacts would reduce R by up to 50%[^oxford]: + +[^oxford]: https://science.sciencemag.org/content/early/2020/04/09/science.abb6936 + +
+ +
+ +Thus, even without 100% contact quarantining, we can get R < 1 *without a lockdown!* Much better for our mental & financial health. (As for the cost to folks who have to self-isolate/quarantine, *governments should support them* – subsidized paid leave, job protection, etc. Still way cheaper than intermittent lockdown.) + +We then keep R < 1 until we have a vaccine, which turns susceptible s into immune s. Herd immunity, the *right* way: + +
+ +
Okay, enough talk. Here's a simulation of: -1. A few-month lockdown, followed by... -2. A switch to "Test, Trace, Isolate", for 18 months until... -3. We can vaccinate folks, turning (s)s to (r)s directly, which gets us "herd immunity" the *right* way, which means R < 1, which means... +1. A few-month lockdown, until we can... +2. Switch to "Test, Trace, Isolate" until we can... +3. Vaccinate enough people, which means... 4. We win. -// sim - -Note: "Test, Trace, Isolate" is only possible when we have low enough *current* cases (which a lockdown will do) and high enough test kits (which a lockdown will buy us time to do). We also recommend that policymakers create policies giving people paid [see Vi's thing] +
+ +
So that's it! That's how we make an emergency landing on this plane. -That's how we win. +That's how we beat COVID-19. ... -But... you may be feeling a knot in your stomach. Things have *already* gone wrong, what if this plan goes wrong too? That's good – that's fear, which gives us energy to come up with *backup plans*. +But what if things *still* go wrong? Things have gone horribly wrong already. That's fear, and that's good! Fear gives us energy to create *backup plans*. The pessimist invents the parachute. ###Scenario 4+: Masks For All, Summer, Circuit Breakers -What if R0 is way higher than we thought, and the above interventions *still* aren't enough to get R < 1? +What if R0 is way higher than we thought, and the above interventions, even with mild distancing, *still* aren't enough to get R < 1? If so, here's a few supplements: **Masks For All:** -If there's a surgical mask shortage in your country, obviously don't hoard surgical masks. But should we all wear *homemade* cloth masks? Or make enough surgical masks so *everyone* can wear one? +*"Wait,"* you might ask, *"I thought face masks don't stop you from getting sick?"* -"Wait", you might ask, "I thought scientists showed masks don't stop you from getting sick?" +You're right. Masks don't stop you from getting sick... they stop you from getting *others* sick. -You're right. Masks don't stop you from getting sick – they stop you from getting *others* sick. For colds/flus, surgical masks don't block incoming aerosols[^incoming]... but they block of 70% of *outgoing* aerosols[^outgoing aerosols], and almost 100% of *outgoing* droplets[^outgoing droplets]. (And home-made cloth masks are around half as efficient as surgical masks) +[^incoming]: incoming -[^incoming]: +[^outgoing_aerosols]: outgoing_aerosols -[^outgoing aerosols]: +[^outgoing_droplets]: outgoing_droplets -[^outgoing droplets]: +[^homemade]: homemade -Since pre-symptomatic folks account for almost *half* of transmissions, that's a big deal! +![](pics/masks.png) -// pic: why masks don't protect you, but protect others +(sources for the comic: [^incoming] [^outgoing_aerosols] [^outgoing_droplets] [^homemade]) -Still, there aren't (yet) any experiments of masks for the public on COVID-19 *specifically*. However: +Still, in science, one should only publish a finding if you're 95% sure of it. (...*should.*[^replication]) Admittedly, the current evidence for face masks on COVID-19 *specifically*, rather than "just" colds and flus, is less than "95% sure". -1) There also aren't any experiments where we push people out of planes, and half of them get placebo parachutes. Sometimes, "solid" evidence isn't possible to get, so we have to settle for "circumstantial" evidence. (In this case: X, Y, Z) (sources) +[^replication]: ss -2) Pandemics are like poker. Act only when you "have solid evidence", and you'll lose everything at stake. This isn't theory, it's practice – we *have* to make cost/benefit analyses under uncertainty. The cost of masks for the public (especially cloth masks) is low. The benefit is at worst nothing, at best a massive reduction in R. +But, pandemics are like poker. **Make bets only when you're 95% sure, and you'll lose everything at stake.** We *have* to make cost/benefit analyses under uncertainty.[^precautionary] Like so: -How much, exactly? The "blocks 70% of areosols" study was for surgical masks, with proper fit. Assuming imperfect use by the public, let's guess surgical masks "only" reduce R by up to 50%. And since cloth masks are half as effective, let's guess cloth masks reduce R by up to 25%: +[^precautionary]: That BMJ article -(If you think our guesses are too high – and that's good to challenge our assumptions! – just scale the sliders down) +Cost: If homemade cloth masks, same as the cost of all that soap for handwashing. If surgical masks, more expensive but still pretty cheap. -// calc +Benefit: Even if it's a 50–50 chance of surgical masks reducing transmission by 0% or 70%[^70_mask], the average "expected value" is still 35%, same as a half-lockdown! So let's guess-timate that surgical masks reduce R by up to 35%. (Again, you can challenge our assumptions by turning the sliders up/down) -Masks *alone* won't get R < 1. But if handwashing + "Test, Trace, Isolate" only gets us to R = 1.2, having just 2/3 of people wear *cloth* masks would tip that over to R < 1, virus contained! +**Here's a calculator of how masks reduce R! You can switch between cloth & surgical:** (assumes cloth masks are half as effective as surgical masks[^half_surgical]) + +[TODO: Actually allow toggling between cloth/surgical. Currently locked to cloth] + +[^half_surgical]: ss + +[^70_mask]: s + +
+ +
+ +(other arguments for/against masks:[^mask_args]) + +[^mask_args]: s + +Masks *alone* won't get R < 1. But if handwashing & "Test, Trace, Isolate" only gets us to R = 1.10, having just 2/3 of people wear *cloth* masks would tip that over to R < 1, virus contained! **Summer:** -Okay, this isn't an "intervention" we have control of, but it will help! Some news outlets have reported that summer won't do anything to COVID-19. They're half right: summer won't get R < 1, but it *will* reduce R. +Okay, this isn't an "intervention" we can control, but it will help! Some news outlets report that summer won't do anything to COVID-19. They're half right: summer won't get R < 1, but it *will* reduce R. -For every extra 1° Celsius (2.2° Fahrenheit), the R for COVID-19 drops by X%. The summer-winter difference in New York City is 15°C (60°F), so summer will make R drop by X%. +For COVID-19, every extra 1° Celsius (2.2° Fahrenheit) makes R drop by 1.2%.[^heat] The summer-winter difference in New York City is 15°C (60°F), so summer will make R drop by 18%. -// calc, over time - in your country +[^heat]: https://papers.ssrn.com/sol3/Papers.cfm?abstract_id=3551767 The average R-value of these 100 cities is 1.83 , One-degree Celsius increase in temperature and one percent increase in relative humidity lower R by 0.0225 -It's not R < 1, but if we have limited resources, we can scale back some interventions in the summer – so we can scale them *higher* in the winter. +[TODO: Fix weird arrow glitch] + +
+ +
+ +Summer alone won't make R < 1, but if we have limited resources, we can scale back some interventions in the summer – so we can scale them *higher* in the winter. **A "Circuit Breaker" Lockdown:** And if all that *still* isn't enough to get R < 1... we can do another lockdown. -But we wouldn't have to be 2-months-closed/1-month-open over & over! Because R is significantly reduced, we'd only need one or two more "circuit breaker" lockdowns before a vaccine is available. (Singapore had to do this recently, "despite" having controlled COVID-19 for 4 months. That's not failure: this *is* what success takes.) +But we wouldn't have to be 2-months-closed / 1-month-open over & over! Because R is reduced, we'd only need one or two more "circuit breaker" lockdowns before a vaccine is available. (Singapore had to do this recently, "despite" having controlled COVID-19 for 4 months. That's not failure: this *is* what success takes.) -Here's a simulation a "lazy case" scenario: we lockdown hard now, then do a moderate amount of "Test, Trace, Isolate" + a moderate amount of *cloth* "Masks For All", and do one circuit breaker lockdown before a vaccine is available: +Here's a simulation a "lazy case" scenario: -// sim +1. Lockdown, then +2. A moderate amount of hygiene + "Test, Trace, Isolate" + *cloth* "Masks For All", then... +3. One more "circuit breaker" lockdown before a vaccine's found. + +
+ +
+ +[TODO: Other options like temperature testing at malls, quarantines for travellers, replacing handshaking, etc] . . . We hope these plans give you hope. -It *is* possible to keep R < 1, *while protecting our mental, social, and financial health*. Use the lockdown as a restart, keep R < 1 with privacy-protecting contract tracing apps, supplemented with cloth masks for all... and life can get back to a normal-ish! +**Even under a pessimistic scenario, it *is* possible to beat COVID-19, while protecting our mental and financial health.** Use the lockdown as a restart, keep R < 1 with privacy-protecting contract tracing, supplemented with at *least* cloth masks... and life can get back to a normal-ish! Sure, your hands may be dry. But you'll get to invite a date out to a comics bookstore! You'll get to go out with friends to watch the latest Hollywood cash-grab. You'll get to people-watch at a library, taking joy in people going about the simple business of *being alive.* Even under the worst-case scenario... life perseveres. -So now, let's plan for some *even worse* worst-case scenarios. +So now, let's plan for some *worse* worst-case scenarios. Water landing, get your life jacket, and please follow the lights to the emergency exits: -Water landing, get your life jacket, and please follow the lights to the emergency exits: - ---- - -# The Next Few Years +
+
+

The Next Few Years

+
+
You get COVID-19, and recover. Or you get the COVID-19 vaccine. Either way, you're now immune... ...*for how long?* -The news reports folks who test positive again after testing negative, but those were most likely false positives/negatives. Still, the possibility of **waning immunity** is very real. +There's been reports of folks who test positive again after recovering, but those were false positives. Still, the possibility of **waning immunity** is very real. Either a new mutant strain evolves, or your immune system just... forgets. -"Coronavirus" is a category of viruses.[^nitpick_1] The coronavirus responsible for COVID-19 is most closely related to the coronavirus responsible for SARS. SARS probably gave its survivors around 2 years of immunity.[^SARS immunity] The coronaviruses that cause "the"[^nitpick_2] common cold give you 1 year of immunity[^cold immunity]. So here's the scary question: - -[^nitpick_1]: sas - -[^nitpick_2]: adsa +The coronavirus responsible for COVID-19 is most closely related to the coronavirus responsible for SARS. SARS (probably) gave its survivors around 2 years of immunity.[^SARS immunity] The coronaviruses that cause "the" common cold give you 1 year of immunity[^cold immunity]. So: [^SARS immunity]: https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2851497/ [^cold immunity]: https://pubmed.ncbi.nlm.nih.gov/2170159/ -What if COVID-19 immunity doesn't last? +*What if COVID-19 immunity doesn't last?* -Here's a simulation starting with 100% (i), exponentially decaying into (r)s after 12 days... but then back to susceptible, no-immunity (s)s after 1 year: +Here's a simulation starting with 100% , exponentially decaying into s after 10 days... but then back to susceptible, no-immunity s after 1 year: -// sim +
+ +
+ +Return of the exponential decay! + +This is the **SEIRS Model**. The final "S" stands for Susceptible, again. + +![](pics/seirs.png) Now let's simulate a COVID-19 outbreak, over 10 years, with no interventions... *if immunity only lasts a year:* -// sim +
+ +
-This is the **SEIRS Model**. The final "S" stands for (s) Susceptible, again. - -Previously, we only had *one* hospital-breaking spike. Now, we have several, *and* (i) cases come to a rest *permanently above* hospital capacity. +Previously, we only had *one* ICU-overwhelming spike. Now, we have several, *and* cases come to a rest *permanently at* ICU capacity. (Which, remember, we *tripled* for these simulations) R = 1, it's **endemic.** Thankfully, because summer reduces R, it'll make the situation better: -// sim +
+ +
-Counterintuitively, summer makes spikes *worse*, and repeated! +Oh. -Summer reduces new (i)s, but that in turn reduces new (r)s. Which means immunity plummets in the summer, *creating* large spikes in the winter. And the spikes overwhelm ICUs over and over, *even if we double hospital capacity*. +Counterintuitively, summer makes the spikes worse *and* regular! This is because summer reduces new s, but that in turn reduces new immune s. Which means immunity plummets in the summer, *creating* large regular spikes in the winter. Thankfully, the solution to this is pretty straightforward – just vaccinate people every fall/winter, like we do with flu shots: -// sim +**(After playing the recording, try simulating your own vaccination campaigns! Remember you can pause/continue the sim at any time)** + +
+ +
But here's the scarier question: -What if there's just *never* a vaccine? +What if there's no vaccine for *years*? Or *ever?* -**To be clear: this is unlikely.** Sure, there's never been a vaccine for any of the other coronaviruses before, but that's because SARS was eradicated quickly, and "the" common cold wasn't worth the investment. Coronaviruses aren't any more complex than the viruses we already have vaccines for, so most public health scientists expect a vaccine *eventually*, even if years from now. +**To be clear: this is unlikely.** Sure, there's never been a vaccine for any of the other coronaviruses before, but that's because SARS was eradicated quickly, and "the" common cold wasn't worth the investment. Coronaviruses aren't any more complex than the viruses we already have vaccines for, so most infectious disease researchers expect a vaccine in 1 to 2 years. -Still, there are valid worries: when we find a COVID-19 vaccine, what if we can't make enough? What if it's not *safe* enough?[^nature] +Still, they've expressed worries about a vaccine: What if we can't make enough?[^vax_enough] What if we rush it, and it's not safe?[^vax_safe] -[^nature]: link +[^vax_enough]: https://www.nature.com/articles/d41586-020-01063-8 -Even in this nightmare scenario, we still have 3 ways out. From most to least terrible: +[^vax_safe]: https://www.nature.com/articles/d41586-020-00751-9 -1) Do the R < 1 interventions, but *looser*, so that we can get a steady supply of (i) to reach "natural herd immunity". +Even in the nightmare "no-vaccine" scenario, we still have 3 ways out. From most to least terrible: -(Warning: this will result in many deaths & damaged lungs. *And* it won't work if immunity doesn't last.) - -// sim +1) Do intermittent or loose R < 1 interventions, to reach "natural herd immunity". (Warning: this will result in many deaths & damaged lungs. *And* won't work if immunity doesn't last.) 2) Do the R < 1 interventions forever. Contact tracing & wearing masks just becomes a new norm in the post-COVID-19 world, like how STI tests & wearing condoms became a new norm in the post-HIV world. (Nobody suggested "herd immunity" for HIV...) -3) Do the R < 1 interventions until we develop treatments that make COVID-19 way, way less likely to need hospitalization. (Which we should be doing *anyway!*) This is effectively the same as increasing our hospital capacity: +3) Do the R < 1 interventions until we develop treatments that make COVID-19 way, way less likely to need critical care. (Which we should be doing *anyway!*) Reducing ICU use by 10x is the same as increasing our ICU capacity by 10x: -// sim +**Here's a simulation of *no* lasting immunity, *no* vaccine, and not even any interventions – just slowly increasing capacity to survive the long-term spikes:** + +
+ +
Even under the *worst* worst-case scenario... life perseveres. -But, you may have more questions, more intervention plans & scenarios you'd like to try. Great! **Here's a Simulation Sandbox Mode, with *every* option available! Simulate & play around to your heart's content:** +. . . -// sim +Maybe you'd like to challenge our assumptions, and try different R0's or numbers. Or try simulating your *own* combination of intervention plans! -Even just Epidemiology 101 + a basic "epidemic flight simulator" can teach us so much. It's let us answer questions about the past few months, next few months, and next few years. +**Here's an (optional) Sandbox Mode, with *everything* available. Simulate & play around to your heart's content:** -So now, let's return to... +[TODO: EMBED THIS IN A WAY THAT DOESN'T SUCK] ---- +
+ +
-# The Now +This basic "epidemic flight simulator" has taught us so much. It's let us answer questions about the past few months, next few months, and next few years. -We've scrambled into the life rafts. It's time to find dry land. +So finally, let's return to... -Here's the growing consensus COVID-19 plan, with some less-consensus backup plans: +
+
+

The Now

+
+
-// pic +Plane's in the ocean. We've scrambled onto the life rafts. It's time to find dry land.[^dry_land] + +[^dry_land]: https://www.statnews.com/2020/04/01/navigating-covid-19-pandemic/ + +Teams of epidemiologists and policymakers ([left](https://www.americanprogress.org/issues/healthcare/news/2020/04/03/482613/national-state-plan-end-coronavirus-crisis/), [right](https://www.aei.org/research-products/report/national-coronavirus-response-a-road-map-to-reopening/ ), and [multi-partisan](https://ethics.harvard.edu/covid-roadmap)) have come to a consensus on how to beat COVID-19, while protecting our lives *and* liberties. + +Here's the rough idea, with some (less-consensus) backup plans: + +![](pics/plan.png) So what does this mean for YOU, right now? **For everyone:** Respect the lockdown so we can get out of Phase I asap. Keep washing those hands. Make your own masks. Download a *privacy-protecting* contact tracing app when those are available next month. Stay healthy, physically & mentally! And write your local policymaker to get off their butt and... -**For policymakers:** Create policies that support folks who have to self-isolate/quarantine. Maybe make mask laws, if enough evidence accrues. Direct more funds into the stuff we should be building, like... +**For policymakers:** Make laws to support folks who have to self-isolate/quarantine. Hire more manual contact tracers, *supported* by privacy-protecting contact tracing apps. Direct more funds into the stuff we should be building, like... -**For builders:** Build tests. Build ventilators. Build personal protective equipment for hospitals. Build masks. Build apps. Build antivirals, prophylactics, and other treatments that aren't vaccines. Build vaccines. Build better COVID-19 monitoring, so we can plan better. Build science. Build morale. Build hope. +**For builders:** Build tests. Build ventilators. Build personal protective equipment for hospitals. Build tests. Build masks. Build apps. Build antivirals, prophylactics, and other treatments that aren't vaccines. Build vaccines. Build tests. Build tests. Build tests. Build hope. -Will we *need* all that? "Probably" not, the same way you "probably" won't need parachutes, life jackets, or inflatable rafts on an airplane. It's like a cost/benefit analysis of Russian Roulette: the chance of disaster may be small, but the *cost* of disaster is far, far worse. +Don't downplay fear to build up hope. Our fear should *team up* with our hope, like the inventors of airplanes & parachutes. Preparing for horrible futures is how we *create* a hopeful future. -So, don't deny or downplay fear to try to build hope. Our fear should *team up* with our hope, like the inventors of airplanes & parachutes. Preparing for horrible futures is how we *create* hopeful futures. - -The only thing to fear is people who think the only thing to fear is fear itself. - -// summary slides - -// footnotes \ No newline at end of file +The only thing to fear is the idea that the only thing to fear is fear itself. \ No newline at end of file diff --git a/words/words_epi_101.html b/words/words_epi_101.html deleted file mode 100644 index 2b6a98c..0000000 --- a/words/words_epi_101.html +++ /dev/null @@ -1,204 +0,0 @@ - - - - - - -words_epi_101 - - - - - - - -

What Happens Next?

- -

COVID-19 Futures, Explained With Playable Simulations

- -

"The only thing to fear is fear itself" was stupid advice.

- -

If people fear fear itself, they'll deny danger because they don't want to create "mass panic". The problem's not fear, but how we use our fear. Fear, used well, gives you energy to deal with current dangers, and prepare for future dangers.

- -

Honestly, the two of us (Marcel, epidemiologist + Nicky, artist/coder) are worried about the future. We bet you are, too. That's why we want to channel our worries into making these playable simulations, so that you can channel your worries into understanding:

- - - -

This guide is meant to give you hope and fear. To beat this virus in a way that also protects our mental & financial health, we need optimism to create plans, and pessimism to create backup plans. As Gladys Bronwyn Stern once said, “The optimist invents the airplane and the pessimist the parachute.”

- -

So, buckle in: we're about to experience some turbulence.

- -
- -

The Last Few Months

- -

Pilots use flight simulators to learn how not to crash planes.

- -

Epidemiologists use epidemic simulators to learn how not to crash humanity.

- -

So, let's create a very simple "epidemic flight simulator"! Here, we have some (i) Infectious people & some not-yet-infected (s) Susceptible people. (i)s turn (s)s into more (i)s:

- -

// pic

- -

At the start of a COVID-19 outbreak, it's estimated that the virus jumps from an (i) to an (s) every 4 days.1 (On average. Remember, there's lots of variation.)

- -

Here's a simulation of a population with just 0.001% (i) and 99.999% (s), over 6 months. If we simulate "double every 4 days" and nothing else, what happens?

- -

Click "Start" to play the simulation! (Afterwards, you can re-play the simulation with different settings)

- -

// sim

- -

This is the exponential growth curve. Starts small, then explodes. "Oh it's just a flu" to "Oh right, flus don't create mass graves in rich cities".

- -

// pic - exponential double rice

- -

But, this simulation is wrong. Exponential growth, thankfully, can't go on forever. One thing that stops a virus from spreading is if others already have the virus:

- -

// pic - 100% spread, 50% spread, 0% spread

- -

The more (i)s there are, the faster (s)s become (i)s, but the fewer (s)s there are, the slower (s)s become (i)s.

- -

Now, what happens if we simulate that?

- -

// sim

- -

This is the "S-shaped" logistic growth curve. Starts small, explodes, then slows down again.

- -

But, this simulation is still wrong. We're missing the fact that (i) Infectious people eventually stop being infectious, either by 1) recovering, 2) "recovering" with lung damage, or 3) dying.

- -

For simplicity's sake, let's pretend that all (i) Infectious people become (r) Recovered. (r)s can't be infected again, and let's pretend – for now! – that they stay immune for life.

- -

When you're infected with COVID-19, it's estimated you stay (i) infectious for 12 days.2 (Again, on average.)

- -

Here's a simulation that starts with 100% (i). Most people recover after 12 days, then most of the remainder recover after another 12 days, then most of the remainder of that remainder recover after another 12 days, etc:

- -

// sim

- -

This is the opposite of exponential growth, the exponential decay curve.

- -

Now, what happens if you combine this with the S-shaped logistic curve of infection?

- -

// pic

- -

Let's find out. Here's a simulation of an epidemic with recovery:

- -

// sim

- -

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.

- -

// pic: 3 rules

- -

This is the the SIR Model, ((s) Susceptible → (i) Infectious → (r) Recovered) the second-most important idea in Epidemiology 101.

- -

Note: The simulations that inform policy are far more sophisticated than this! But the SIR model can still help us understand a lot about COVID-19, even if missing the nuances.

- -

Actually, let's add one more nuance: before an (s) becomes an (i), they first become an (e) Exposed person, when they're infected but not yet infectious – they have the virus but can't pass it on (yet).

- -

(This variant is called the SEIR Model, where "E" stands for (e) Exposed. Note this isn't the everyday meaning of "exposed", where you might or might not have the virus. In this technical definition, "Exposed" means you definitely have it. Yeah, science terminology is bad.)

- -

For COVID-19, it's estimated that you're in this "latent period" for around 3 days.3 What happens if we add that to the simulation?

- -

// sim

- -

Not much, actually! The "latent period" only changes when the peak happens, but the height of the peak – and total people infected – remain the same:

- -

// pics

- -

Why's that? Because of the first-most important idea in Epidemiology 101:

- -

// pic - "R"

- -

Which is short for "Reproduction Number". It's the average number of people an (i) infects before they recover (or die).

- -

// R > 1, R = 1, R < 1 pic

- -

R changes over the course of an outbreak, as we get more immunity & interventions.

- -

R0 (pronounced R-nought) is what R is at the start of an outbreak, before immunity or interventions. R0 is also called the "basic reproduction number". R0 more closely reflects the power of the virus itself, but it still changes from place to place. For example, because heat 'kills' coronaviruses, R0 for COVID-19 is lower in hot places than cold ones. Not low enough to contain it, though.

- -

(A lot of news outlets – and even academic papers! – confuse R and R0. Again, science terminology is bad.)

- -

The R0 for the flu4 is around 1.3. The R0 estimates for COVID-19 are usually between 2 and 3, maybe as high as 6.5

- -

In our simulations, an (i) recovers in 12 days, but infects one new (s) every 4 days. That means, on average, an (i) infects 3 (s)s before they recover. So for our simulations, R0 is 3.

- -

Play around with this R0 calculator, to see how R0 depends on recovery time & new-infection time:

- -

// calc

- -

But remember, the fewer (s)s there are, the slower (s)s become (i)s. -R depends not just on R0, but also how many people are no longer Susceptible – due to, say, having recovered & gotten natural immunity.

- -

// calc 2

- -

When enough people have natural immunity, R < 1, and the virus is contained! This is called herd immunity, and while it's terrible policy, (we'll explain why later – it's not for the reason you may think!) it's essential to understanding Epidemiology 101.

- -

Now, let's play the last simulation again, but showing R0, R over time, and the herd immunity threshold:

- -

// sim

- -

Note: Total cases (the gray curve) does not stop at herd immunity, but overshoots it! And it does this exactly when current cases (the pink curve) peaks. This happens no matter how you change the settings:

- -

// pic

- -

This is because, by definition, when there are more non-(s)s than the herd immunity threshold, you get R < 1. And, by definition, R < 1 means new cases stop growing.

- -

If there's only one lesson you take away from this whole guide, here it is, in big shiny letters:

- -

R > 1 = bad

- -

R < 1 = good (R=1, meh)

- -

This means: we do NOT need to catch all transmissions, or even nearly all transmissions, to stop COVID-19!

- -

It's a paradox. COVID-19 is incredibly contagious, yet to contain it, we "only" need to stop 67% of infections. 67%?! If that was a school grade, that's a D+. But if R0 = 3, cutting that by 67% gives us R = 0.99, which is R < 1, which means the virus is contained!

- -

(And even if, extreme-worst-case, R0 = 6, you still "only" need to stop 84% of transmissions. That's a B grade.)

- -

// calculator - custom

- -

Every COVID-19 intervention you've heard of – handwashing, social distancing, lockdowns, self-isolation, contact tracing & quarantining, face masks, even "herd immunity" – they're all doing the same thing:

- -

Getting R < 1.

- -

So now, let's use our "epidemic flight simulator" to figure out the next few months! How will we get R < 1 in a way that protects not just our physical health, but also our mental health, social health, and financial health?

- -

Brace yourselves for an emergency landing...

- -
-
-
    - -
  1. -

    source 

    -
  2. - -
  3. -

    source 

    -
  4. - -
  5. -

    source 

    -
  6. - -
  7. -

    source 

    -
  8. - -
  9. -

    source 

    -
  10. - -
-
- - - - - - - diff --git a/words/words_epi_101.md b/words/words_epi_101.md deleted file mode 100644 index 810c97f..0000000 --- a/words/words_epi_101.md +++ /dev/null @@ -1,163 +0,0 @@ -# What Happens Next? - -## COVID-19 Futures, Explained With Playable Simulations - -"The only thing to fear is fear itself" was stupid advice. - -If people fear fear itself, they'll deny danger because they don't want to create "mass panic". The problem's not fear, but how we *use* our fear. Fear, used well, gives you energy to deal with current dangers, and prepare for future dangers. - -Honestly, the two of us (Marcel, epidemiologist + Nicky, artist/coder) are worried about the future. We bet you are, too. That's why we want to channel *our* worries into making these **playable simulations**, so that you can channel *your* worries into understanding: - -* **The Last Few Months** (epidemiology 101, SEIR model, R & R0) -* **The Next Few Months** (lockdowns, contact tracing, masks) -* **The Next Few Years** (vaccines, loss of immunity?) - -This guide is meant to give you hope *and* fear. To beat this virus **in a way that also protects our mental & financial health**, we need optimism to create plans, and pessimism to create backup plans. As Gladys Bronwyn Stern once said, *“The optimist invents the airplane and the pessimist the parachute.”* - -So, buckle in: we're about to experience some turbulence. - ---- - -# The Last Few Months - -Pilots use flight simulators to learn how not to crash planes. - -**Epidemiologists use epidemic simulators to learn how not to crash humanity.** - -So, let's create a very simple "epidemic flight simulator"! Here, we have some (i) Infectious people & some not-yet-infected (s) Susceptible people. (i)s turn (s)s into more (i)s: - -// pic - -At the start of a COVID-19 outbreak, it's estimated that the virus jumps from an (i) to an (s) every 4 days.[^1] (*On average.* Remember, there's lots of variation.) - -[^1]: source - -Here's a simulation of a population with *just* 0.001% (i) and 99.999% (s), over 6 months. If we simulate "double every 4 days" *and nothing else*, what happens? - -**Click "Start" to play the simulation! (Afterwards, you can re-play the simulation with different settings)** - -// sim - -This is the **exponential growth curve.** Starts small, then explodes. "Oh it's just a flu" to "Oh right, flus don't create *mass graves in rich cities*". - -// pic - exponential double rice - -But, this simulation is wrong. Exponential growth, thankfully, can't go on forever. One thing that stops a virus from spreading is if others *already* have the virus: - -// pic - 100% spread, 50% spread, 0% spread - -**The more (i)s there are, the faster (s)s become (i)s, but the fewer (s)s there are, the *slower* (s)s become (i)s.** - -Now, what happens if we simulate that? - -// sim - -This is the "S-shaped" **logistic growth curve.** Starts small, explodes, then slows down again. - -But, this simulation is *still* wrong. We're missing the fact that (i) Infectious people eventually stop being infectious, either by 1) recovering, 2) "recovering" with lung damage, or 3) dying. - -For simplicity's sake, let's pretend that all (i) Infectious people become (r) Recovered. (r)s can't be infected again, and let's pretend – *for now!* – that they stay immune for life. - -When you're infected with COVID-19, it's estimated you stay (i) infectious for 12 days.[^2] (Again, *on average.*) - -[^2]: source - -Here's a simulation that starts with 100% (i). Most people recover after 12 days, then most of the remainder recover after another 12 days, then most of the remainder *of that remainder* recover after another 12 days, etc: - -// sim - -This is the opposite of exponential growth, the **exponential decay curve**. - -Now, what happens if you combine this with the S-shaped logistic curve of infection? - -// pic - -Let's find out. Here's a simulation of an epidemic *with* recovery: - -// sim - -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. - -// pic: 3 rules - -This is the the **SIR Model**, ((s) **S**usceptible → (i) **I**nfectious → (r) **R**ecovered) the second-most important idea in Epidemiology 101. - -Note: The simulations that inform policy are *far* more sophisticated than this! But the SIR model can still help us understand a lot about COVID-19, even if missing the nuances. - -Actually, let's add one more nuance: before an (s) becomes an (i), they first become an (e) Exposed person, when they're infect*ed* but not yet infect*ious* – they have the virus but can't pass it on (yet). - -(This variant is called the **SEIR Model**, where "E" stands for (e) Exposed. Note this *isn't* the everyday meaning of "exposed", where you might or might not have the virus. In this technical definition, "Exposed" means you definitely have it. Yeah, science terminology is bad.) - -For COVID-19, it's estimated that you're in this "latent period" for around 3 days.[^3] What happens if we add that to the simulation? - -[^3]: source - -// sim - -Not much, actually! The "latent period" only changes *when* the peak happens, but the *height* of the peak – and total people infected – remain the same: - -// pics - -Why's that? Because of the *first*-most important idea in Epidemiology 101: - -// pic - **"R"** - -Which is short for "Reproduction Number". It's the *average* number of people an (i) infects *before* they recover (or die). - -// R > 1, R = 1, R < 1 pic - -**R** changes over the course of an outbreak, as we get more immunity & interventions. - -**R0** (pronounced R-nought) is what R is *at the start of an outbreak, before immunity or interventions*. R0 is also called the "basic reproduction number". R0 more closely reflects the power of the virus itself, but it still changes from place to place. For example, because heat 'kills' coronaviruses, R0 for COVID-19 is lower in hot places than cold ones. Not low enough to contain it, though. - -(A lot of news outlets – and even academic papers! – confuse R and R0. Again, science terminology is bad.) - -The R0 for the flu[^r0_flu] is around 1.3. The R0 estimates for COVID-19 are usually between 2 and 3, maybe as high as 6.[^r0_covid] - -[^r0_flu]: source - -[^r0_covid]: source - -In our simulations, an (i) recovers in 12 days, but infects one new (s) every 4 days. That means, *on average*, an (i) infects 3 (s)s before they recover. So for our simulations, R0 is 3. - -**Play around with this R0 calculator, to see how R0 depends on recovery time & new-infection time:** - -// calc - -But remember, the fewer (s)s there are, the *slower* (s)s become (i)s. -R depends not just on R0, but also how many people are no longer Susceptible – due to, say, having recovered & gotten natural immunity. - -// calc 2 - -When enough people have natural immunity, R < 1, and the virus is contained! This is called **herd immunity**, and while it's *terrible* policy, (we'll explain why later – it's not for the reason you may think!) it's essential to understanding Epidemiology 101. - -Now, let's play the last simulation again, but showing R0, R over time, and the herd immunity threshold: - -// sim - -Note: Total cases (the gray curve) does not stop at herd immunity, but *overshoots* it! And it does this *exactly when* current cases (the pink curve) peaks. This happens no matter how you change the settings: - -// pic - -This is because, by definition, when there are more non-(s)s than the herd immunity threshold, you get R < 1. And, by definition, R < 1 means new cases stop growing. - -If there's only one lesson you take away from this whole guide, here it is, in big shiny letters: - -# R > 1 = bad -# R < 1 = good (R=1, meh) - -**This means: we do NOT need to catch all transmissions, or even nearly all transmissions, to stop COVID-19!** - -It's a paradox. COVID-19 is incredibly contagious, yet to contain it, we "only" need to stop 67% of infections. 67%?! If that was a school grade, that's a D+. But if R0 = 3, cutting that by 67% gives us R = 0.99, which is R < 1, which means the virus is contained! - -(And even if, extreme-worst-case, R0 = *6*, you still "only" need to stop 84% of transmissions. That's a B grade.) - -// calculator - custom - -*Every* COVID-19 intervention you've heard of – handwashing, social distancing, lockdowns, self-isolation, contact tracing & quarantining, face masks, even "herd immunity" – they're *all* doing the same thing: - -Getting R < 1. - -So now, let's use our "epidemic flight simulator" to figure out the next few months! How will we get R < 1 in a way that protects not just our physical health, **but also our mental health, social health, *and* financial health?** - -Brace yourselves for an emergency landing... \ No newline at end of file