diff --git a/README.md b/README.md index 43b7810..f4b32ca 100644 --- a/README.md +++ b/README.md @@ -2,19 +2,10 @@ # How To Translate -**NOTE: I'm still editing some stuff! Words will be finalized-ish on May 4th. -You can start on stuff below, then check for new commits on the 4th to see what else to -translate. You're wonderful, thank you! 💖** - -**NOTE 2: Sorry these instructions are really sloppy. Am writing this at midnight, rushing -to publish this.** - -**NOTE 3: Indie gamedev is horrible.** - Step 1) Check to see if it's already been translated to your language! -Go to the main site, look at the left sidebar. +Go to the [main site](https://ncase.me/covid-19/), look at the left sidebar. Step 2) @@ -29,10 +20,11 @@ Translate `words.md`, (6000 words) then export it to html – make sure your Markdown app supports footnotes – and copy-paste that into the `
` part of `index.html`. -Translate the ``, sidebars, & footer of `index.html` (200 words) +Translate the ``, sidebars, & footer of `index.html` (200 words) **Feel free to add yourself in the header/footer credits as a translator! :)** Translate the images in `/pics` (800 words) If you don't have image-editing software, ask for help on the Github Issue! +The fonts are [Open Sans](https://fonts.google.com/specimen/Open+Sans) and [Patrick Hand](https://fonts.google.com/specimen/Patrick+Hand) Translate `sim/index.html` (100 words) @@ -40,7 +32,7 @@ Translate the thumbnail `sharing/thumbnail.png` Step 4) -Use Github Pages to put your forked translation live on the interweb! +Use Github Pages to put your forked translation live on the interweb (Go to 'Settings' of your repository page and choose your master branch as your source)! Step 5) diff --git a/css/index.css b/css/index.css index 0bc03aa..bd80272 100644 --- a/css/index.css +++ b/css/index.css @@ -95,6 +95,10 @@ icon[r]{ background-image: url(../icons/r.png); } +.nowrap{ + white-space: nowrap; +} + p > img{ width: 100%; border: 1px solid #ddd; diff --git a/index.html b/index.html index d420ccf..aa162e0 100644 --- a/index.html +++ b/index.html @@ -37,15 +37,22 @@
- No translations yet! + Translations: + - Help make one? + Help make a translation?
Help this guide - get R > 1: + get its R > 1:
What Happens Next? COVID-19 Futures, Explained With Playable Simulations @@ -119,7 +126,7 @@

It's estimated that, at the start of a COVID-19 outbreak, the virus jumps from an to an every 4 days, on average.2 (remember, there's a lot of variation)

-

If we simulate "double every 4 days" and nothing else, on a population starting with just 0.001% , 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! You can re-play it later with different settings: (technical caveats: 3)

@@ -135,7 +142,7 @@

-

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

+

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

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

@@ -147,9 +154,9 @@

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 Infectious people become Recovered. (Just remember that in reality, some are dead.) 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 are dead.) s can't be infected again, and let's pretend – for now! – that they stay immune for life.

-

With COVID-19, it's estimated you're Infectious for 10 days, on average.4 That means some folks will recover before 10 days, some after. Here's what that looks like, with a simulation starting with 100% :

+

With COVID-19, it's estimated you're Infectious for 10 days, on average.4 That means some folks will recover before 10 days, some after. Here's what that looks like, with a simulation starting with 100% :

@@ -163,9 +170,9 @@

Let's find out.

-

Red curve is current cases ,
- Gray curve is total cases (current + recovered ), - starts at just 0.001% :

+

Red curve is current cases ,
+ Gray curve is total cases (current + recovered ), + starts at just 0.001% :

@@ -181,7 +188,7 @@

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

-

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.

+

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.

@@ -189,14 +196,14 @@

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

-

Red + Pink curve is current cases (infectious + exposed ),
- Gray curve is total cases (current + recovered ):

+

Red + Pink curve is current cases (infectious + exposed ),
+ Gray curve is total cases (current + recovered ):

-

Not much changes! How long you stay Exposed changes the ratio of -to-, and when current cases peak... but the height of that peak, and total cases in the end, stays the same.

+

Not much changes! How long you stay Exposed changes the ratio of -to-, and when current cases peak... but the height of that peak, and total cases in the end, stays the same.

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

@@ -224,7 +231,7 @@
-

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.)

+

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.)

@@ -240,7 +247,7 @@

NOTE: Total cases does not stop at herd immunity, but overshoots it! And it crosses the threshold exactly when current cases peak. (This happens no matter how you change the settings – try it for yourself!)

-

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 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 guide, here it is – it's an extremely complex diagram so please take time to fully absorb it:

@@ -300,7 +307,7 @@

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%:

-

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)

+

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)

@@ -336,7 +343,7 @@

Oh.

-

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.

+

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.

@@ -388,7 +395,7 @@

This is called contact tracing. It's an old idea, was used at an unprecedented scale to contain Ebola23, and now it's core part of how Taiwan & South Korea are containing COVID-19!

-

(It also lets us use our limited tests more efficiently, to find pre-symptomatic s without needing to test almost everyone.)

+

(It also lets us use our limited tests more efficiently, to find pre-symptomatic s without needing to test almost everyone.)

Traditionally, contacts are found with in-person interviews, but those alone are too slow for COVID-19's ~48 hour window. That's why contact tracers need help, and be supported by – NOT replaced by – contact tracing apps.

@@ -402,15 +409,15 @@

-

(& here's the full comic)

+

(Here's the full comic. Details about "pranking"/false positives/etc in footnote:24)

-

Along with similar teams like TCN Protocol24 and MIT PACT25, they've inspired Apple & Google to bake privacy-first contact tracing directly into Android/iOS.26 (Don't trust Google/Apple? Good! The beauty of this system is it doesn't need trust!) Soon, your local public health agency may ask you to download an app. If it's privacy-first with publicly-available code, please do!

+

Along with similar teams like TCN Protocol25 and MIT PACT26, they've inspired Apple & Google to bake privacy-first contact tracing directly into Android/iOS.27 (Don't trust Google/Apple? Good! The beauty of this system is it doesn't need trust!) Soon, your local public health agency may ask you to download an app. If it's privacy-first with publicly-available code, 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. "True" asymptomatics are rare:27)

+

(Footnote rant about the confusion between pre-symptomatic vs "true" asymptomatic – "true" asymptomatics are rare:28)

-

Isolating symptomatic cases would reduce R by up to 40%, and quarantining their pre/a-symptomatic contacts would reduce R by up to 50%28:

+

Isolating symptomatic cases would reduce R by up to 40%, and quarantining their pre/a-symptomatic contacts would reduce R by up to 50%29:

@@ -418,7 +425,7 @@

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 – pay for the tests, job protection, subsidized paid leave, 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:

+

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

@@ -459,17 +466,17 @@

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

-

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

+

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

-

To put a number on it: surgical masks on the sick person reduce cold & flu viruses in aerosols by 70%.30 Reducing transmissions by 70% would be as large an impact as a lockdown!

+

To put a number on it: surgical masks on the infectious person reduce cold & flu viruses in aerosols by 70%.31 Reducing transmissions by 70% would be as large an impact as a lockdown!

-

However, we don't know for sure the impact of masks on COVID-19 specifically. In science, one should only publish a finding if you're 95% sure of it. (...should.31) Masks, as of May 1st 2020, are less than "95% sure".

+

However, we don't know for sure the impact of masks on COVID-19 specifically. In science, one should only publish a finding if you're 95% sure of it. (...should.32) Masks, as of May 1st 2020, are less than "95% sure".

-

However, pandemics are like poker. Make bets only when you're 95% sure, and you'll lose everything at stake. As a recent article on masks in the British Medical Journal notes,32 we have to make cost/benefit analyses under uncertainty. Like so:

+

However, pandemics are like poker. Make bets only when you're 95% sure, and you'll lose everything at stake. As a recent article on masks in the British Medical Journal notes,33 we have to make cost/benefit analyses under uncertainty. Like so:

-

Cost: If homemade cloth masks (which are ~2/3 as effective as surgical masks33), super cheap. If surgical masks, more expensive but still pretty cheap.

+

Cost: If homemade cloth masks (which are ~2/3 as effective as surgical masks34), super cheap. If surgical masks, more expensive but still pretty cheap.

Benefit: Even if it's a 50–50 chance of surgical masks reducing transmission by 0% or 70%, 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%, discounted for our uncertainty. (Again, you can challenge our assumptions by turning the sliders up/down)

@@ -477,7 +484,7 @@
-

(other arguments for/against masks:34)

+

(other arguments for/against masks:35)

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

@@ -485,7 +492,7 @@

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 COVID-19, every extra 1° Celsius (2.2° Fahrenheit) makes R drop by 1.2%.35 The summer-winter difference in New York City is 15°C (60°F), so summer will make R drop by 18%.

+

For COVID-19, every extra 1° Celsius (1.8° Fahrenheit) makes R drop by 1.2%.36 The summer-winter difference in New York City is 26°C (47°F),37 so summer will make R drop by ~31%.

@@ -499,7 +506,7 @@

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:

+

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

  1. Lockdown, then
  2. @@ -545,16 +552,16 @@

    ...for how long?

      -
    • COVID-19 is most closely related to SARS, which gave its survivors 2 years of immunity.36
    • -
    • The coronaviruses that cause "the" common cold give you 8 months of immunity.37
    • -
    • There's reports of folks recovering from COVID-19, then testing positive again, but it's unclear if these are false positives.38
    • -
    • One not-yet-peer-reviewed study on monkeys showed immunity to the COVID-19 coronavirus for at least 28 days.39
    • +
    • COVID-19 is most closely related to SARS, which gave its survivors 2 years of immunity.38
    • +
    • The coronaviruses that cause "the" common cold give you 8 months of immunity.39
    • +
    • There's reports of folks recovering from COVID-19, then testing positive again, but it's unclear if these are false positives.40
    • +
    • One not-yet-peer-reviewed study on monkeys showed immunity to the COVID-19 coronavirus for at least 28 days.41

    But for COVID-19 in humans, as of May 1st 2020, "how long" is the big unknown.

    For these simulations, let's say it's 1 year. - Here's a simulation starting with 100% , exponentially decaying into susceptible, no-immunity s after 1 year, on average, with variation:

    + Here's a simulation starting with 100% , exponentially decaying into susceptible, no-immunity s after 1 year, on average, with variation:

    @@ -584,7 +591,7 @@

    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.

    +

    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:

    @@ -600,7 +607,7 @@

    To be clear: this is unlikely. Most epidemiologists expect a vaccine in 1 to 2 years. 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.

    -

    Still, infectious disease researchers have expressed worries: What if we can't make enough?40 What if we rush it, and it's not safe?41

    +

    Still, infectious disease researchers have expressed worries: What if we can't make enough?42 What if we rush it, and it's not safe?43

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

    @@ -639,7 +646,7 @@
-

Plane's sunk. We've scrambled onto the life rafts. It's time to find dry land.42

+

Plane's sunk. We've scrambled onto the life rafts. It's time to find dry land.44

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.

@@ -778,27 +785,35 @@
  • -

    Temporary Contact Numbers, a decentralized, privacy-first contact tracing protocol 

    +

    To prevent "pranking" (people falsely claiming to be infected), the DP-3T Protocol requires that the hospital first give you a One-Time Passcode that lets you upload your messages. 

    + +

    False positives are a problem in both manual & digital contact tracing. Still, we can reduce false positives in 2 ways: 1) By notifying Bobs only if they heard, say, 30+ min worth of messages, not just one message in passing. And 2) If the app does think Bob's been exposed, it can refer Bob to a manual contact tracer, for an in-depth follow-up interview.

    + +

    For other issues like data bandwidth, source integrity, and other security issues, check out the open-source DP-3T whitepapers!

  • -

    PACT: Private Automated Contact Tracing 

    +

    Temporary Contact Numbers, a decentralized, privacy-first contact tracing protocol 

  • -

    Apple and Google partner on COVID-19 contact tracing technology . Note they're not making the apps themselves, just creating the systems that will support those apps. 

    +

    PACT: Private Automated Contact Tracing 

  • -

    Lots of news reports – and honestly, many research papers – did not distinguish between "cases who showed no symptoms when we tested them" (pre-symptomatic) and "cases who showed no symptoms ever" (true asymptomatic). The only way you could tell the difference is by following up with cases later. 

    +

    Apple and Google partner on COVID-19 contact tracing technology . Note they're not making the apps themselves, just creating the systems that will support those apps. 

    +
  • + +
  • +

    Lots of news reports – and honestly, many research papers – did not distinguish between "cases who showed no symptoms when we tested them" (pre-symptomatic) and "cases who showed no symptoms ever" (true asymptomatic). The only way you could tell the difference is by following up with cases later. 

    Which is what this study did. (Disclaimer: "Early release articles are not considered as final versions.") In a call center in South Korea that had a COVID-19 outbreak, "only 4 (1.9%) remained asymptomatic within 14 days of quarantine, and none of their household contacts acquired secondary infections."

    So that means "true asymptomatics" are rare, and catching the disease from a true asymptomatic may be even rarer!

  • -
  • -

    From the same Oxford study that first recommended apps to fight COVID-19: Luca Ferretti & Chris Wymant et al See Figure 2. Assuming R0 = 2.0, they found that:  

    +
  • +

    From the same Oxford study that first recommended apps to fight COVID-19: Luca Ferretti & Chris Wymant et al See Figure 2. Assuming R0 = 2.0, they found that:  

    • Symptomatics contribute R = 0.8 (40%)
    • @@ -810,64 +825,68 @@

      And add up the pre- & a-symptomatic contacts (45% + 5%) and you get 50% of R!

      -
    • -

      “None of these surgical masks exhibited adequate filter performance and facial fit characteristics to be considered respiratory protection devices.” Tara Oberg & Lisa M. Brosseau 

      -
    • -
    • -

      “The overall 3.4 fold reduction [70% reduction] in aerosol copy numbers we observed combined with a nearly complete elimination of large droplet spray demonstrated by Johnson et al. suggests that surgical masks worn by infected persons could have a clinically significant impact on transmission.” Milton DK, Fabian MP, Cowling BJ, Grantham ML, McDevitt JJ 

      +

      “None of these surgical masks exhibited adequate filter performance and facial fit characteristics to be considered respiratory protection devices.” Tara Oberg & Lisa M. Brosseau 

    • -

      Any actual scientist who read that last sentence is probably laugh-crying right now. See: p-hacking, the replication crisis

      +

      “The overall 3.4 fold reduction [70% reduction] in aerosol copy numbers we observed combined with a nearly complete elimination of large droplet spray demonstrated by Johnson et al. suggests that surgical masks worn by infected persons could have a clinically significant impact on transmission.” Milton DK, Fabian MP, Cowling BJ, Grantham ML, McDevitt JJ 

    • -

      “It is time to apply the precautionary principle” Trisha Greenhalgh et al [PDF] 

      +

      Any actual scientist who read that last sentence is probably laugh-crying right now. See: p-hacking, the replication crisis

    • -

      Davies, A., Thompson, K., Giri, K., Kafatos, G., Walker, J., & Bennett, A See Table 1: a 100% cotton T-shirt has around 2/3 the filtration efficiency as a surgical mask, for the two bacterial aerosols they tested. 

      +

      “It is time to apply the precautionary principle” Trisha Greenhalgh et al [PDF] 

    • -

      "We need to save supplies for hospitals." Absolutely agreed. But that's more of an argument for increasing mask production, not rationing. In the meantime, we can make cloth masks. 

      +

      Davies, A., Thompson, K., Giri, K., Kafatos, G., Walker, J., & Bennett, A See Table 1: a 100% cotton T-shirt has around 2/3 the filtration efficiency as a surgical mask, for the two bacterial aerosols they tested. 

      +
    • + +
    • +

      "We need to save supplies for hospitals." Absolutely agreed. But that's more of an argument for increasing mask production, not rationing. In the meantime, we can make cloth masks. 

      "They're hard to wear correctly." It's also hard to wash your hands according to the WHO Guidelines – seriously, "Step 3) right palm over left dorsum"?! – but we still recommend handwashing, because imperfect is still better than nothing.

      "It'll make people more reckless with handwashing & social distancing." Sure, and safety belts make people ignore stop signs, and flossing makes people eat rocks. But seriously, we'd argue the opposite: masks are a constant physical reminder to be careful – and in East Asia, masks are also a symbol of solidarity!

    • -
    • -

      “One-degree Celsius increase in temperature [...] lower[s] R by 0.0225” and “The average R-value of these 100 cities is 1.83”. 0.0225 ÷ 1.83 = ~1.2%. Wang, Jingyuan and Tang, Ke and Feng, Kai and Lv, Weifeng 

      -
    • -
    • -

      “SARS-specific antibodies were maintained for an average of 2 years [...] Thus, SARS patients might be susceptible to reinfection ≥3 years after initial exposure.” Wu LP, Wang NC, Chang YH, et al. "Sadly" we'll never know how long SARS immunity would have really lasted, since we eradicated it so quickly. 

      +

      “One-degree Celsius increase in temperature [...] lower[s] R by 0.0225” and “The average R-value of these 100 cities is 1.83”. 0.0225 ÷ 1.83 = ~1.2%. Wang, Jingyuan and Tang, Ke and Feng, Kai and Lv, Weifeng 

    • -

      “We found no significant difference between the probability of testing positive at least once and the probability of a recurrence for the beta-coronaviruses HKU1 and OC43 at 34 weeks after enrollment/first infection.” Marta Galanti & Jeffrey Shaman (PDF) 

      +

      In 2019 at Central Park, hottest month (July) was 79.6°F, coldest month (Jan) was 32.5°F. Difference is 47.1°F, or ~26°C. PDF from Weather.gov 

    • -

      “Once a person fights off a virus, viral particles tend to linger for some time. These cannot cause infections, but they can trigger a positive test.” from STAT News by Andrew Joseph 

      +

      “SARS-specific antibodies were maintained for an average of 2 years [...] Thus, SARS patients might be susceptible to reinfection ≥3 years after initial exposure.” Wu LP, Wang NC, Chang YH, et al. "Sadly" we'll never know how long SARS immunity would have really lasted, since we eradicated it so quickly. 

    • -

      From Bao et al. Disclaimer: This article is a preprint and has not been certified by peer review (yet). Also, to emphasize: they only tested re-infection 28 days later.  

      +

      “We found no significant difference between the probability of testing positive at least once and the probability of a recurrence for the beta-coronaviruses HKU1 and OC43 at 34 weeks after enrollment/first infection.” Marta Galanti & Jeffrey Shaman (PDF) 

    • -

      “If a coronavirus vaccine arrives, can the world make enough?” by Roxanne Khamsi, on Nature 

      +

      “Once a person fights off a virus, viral particles tend to linger for some time. These cannot cause infections, but they can trigger a positive test.” from STAT News by Andrew Joseph 

    • -

      “Don’t rush to deploy COVID-19 vaccines and drugs without sufficient safety guarantees” by Shibo Jiang, on Nature 

      +

      From Bao et al. Disclaimer: This article is a preprint and has not been certified by peer review (yet). Also, to emphasize: they only tested re-infection 28 days later.  

    • -

      Dry land metaphor from Marc Lipsitch & Yonatan Grad, on STAT News 

      +

      “If a coronavirus vaccine arrives, can the world make enough?” by Roxanne Khamsi, on Nature 

      +
    • + +
    • +

      “Don’t rush to deploy COVID-19 vaccines and drugs without sufficient safety guarantees” by Shibo Jiang, on Nature 

      +
    • + +
    • +

      Dry land metaphor from Marc Lipsitch & Yonatan Grad, on STAT News 

    • @@ -883,7 +902,7 @@
      - Help this post get R > 1: + Help this post get its R > 1:

      This guide is
      diff --git a/sim/index.html b/sim/index.html index 1bad274..a4496d1 100644 --- a/sim/index.html +++ b/sim/index.html @@ -96,7 +96,7 @@
      - Лето + Сила лета

      diff --git a/sim/js/Model.js b/sim/js/Model.js index 72d4c1f..3631637 100644 --- a/sim/js/Model.js +++ b/sim/js/Model.js @@ -25,8 +25,8 @@ let interventionStrengths = [ ['distancing', 0.7], ['isolate', 0.4], ['quarantine', 0.5], - ['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.4] // 15°C diff * 0.0225 (Wang et al) + ['masks', 0.35], + ['summer', 0.31] // ACK ]; let updateModel = (days, fake)=>{ diff --git a/words/words.html b/words/words.html index 396aa37..755c833 100644 --- a/words/words.html +++ b/words/words.html @@ -69,7 +69,7 @@

      It's estimated that, at the start of a COVID-19 outbreak, the virus jumps from an to an every 4 days, on average.2 (remember, there's a lot of variation)

      -

      If we simulate "double every 4 days" and nothing else, on a population starting with just 0.001% , 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! You can re-play it later with different settings: (technical caveats: 3)

      @@ -85,7 +85,7 @@

      -

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

      +

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

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

      @@ -97,9 +97,9 @@

      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 Infectious people become Recovered. (Just remember that in reality, some are dead.) 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 are dead.) s can't be infected again, and let's pretend – for now! – that they stay immune for life.

      -

      With COVID-19, it's estimated you're Infectious for 10 days, on average.4 That means some folks will recover before 10 days, some after. Here's what that looks like, with a simulation starting with 100% :

      +

      With COVID-19, it's estimated you're Infectious for 10 days, on average.4 That means some folks will recover before 10 days, some after. Here's what that looks like, with a simulation starting with 100% :

      @@ -113,9 +113,9 @@

      Let's find out.

      -

      Red curve is current cases ,
      -Gray curve is total cases (current + recovered ), -starts at just 0.001% :

      +

      Red curve is current cases ,
      +Gray curve is total cases (current + recovered ), +starts at just 0.001% :

      @@ -131,7 +131,7 @@ the second-most important idea in Epidemiology 101:

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

      -

      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.

      +

      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.

      @@ -139,14 +139,14 @@ the second-most important idea in Epidemiology 101:

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

      -

      Red + Pink curve is current cases (infectious + exposed ),
      -Gray curve is total cases (current + recovered ):

      +

      Red + Pink curve is current cases (infectious + exposed ),
      +Gray curve is total cases (current + recovered ):

      -

      Not much changes! How long you stay Exposed changes the ratio of -to-, and when current cases peak... but the height of that peak, and total cases in the end, stays the same.

      +

      Not much changes! How long you stay Exposed changes the ratio of -to-, and when current cases peak... but the height of that peak, and total cases in the end, stays the same.

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

      @@ -174,7 +174,7 @@ the second-most important idea in Epidemiology 101:

      -

      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.)

      +

      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.)

      @@ -190,7 +190,7 @@ the second-most important idea in Epidemiology 101:

      NOTE: Total cases does not stop at herd immunity, but overshoots it! And it crosses the threshold exactly when current cases peak. (This happens no matter how you change the settings – try it for yourself!)

      -

      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 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 guide, here it is – it's an extremely complex diagram so please take time to fully absorb it:

      @@ -250,7 +250,7 @@ the second-most important idea in Epidemiology 101:

      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%:

      -

      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)

      +

      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)

      @@ -286,7 +286,7 @@ the second-most important idea in Epidemiology 101:

      Oh.

      -

      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.

      +

      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.

      @@ -338,7 +338,7 @@ the second-most important idea in Epidemiology 101:

      This is called contact tracing. It's an old idea, was used at an unprecedented scale to contain Ebola23, and now it's core part of how Taiwan & South Korea are containing COVID-19!

      -

      (It also lets us use our limited tests more efficiently, to find pre-symptomatic s without needing to test almost everyone.)

      +

      (It also lets us use our limited tests more efficiently, to find pre-symptomatic s without needing to test almost everyone.)

      Traditionally, contacts are found with in-person interviews, but those alone are too slow for COVID-19's ~48 hour window. That's why contact tracers need help, and be supported by – NOT replaced by – contact tracing apps.

      @@ -352,15 +352,15 @@ the second-most important idea in Epidemiology 101:

      -

      (& here's the full comic)

      +

      (Here's the full comic. Details about "pranking"/false positives/etc in footnote:24)

      -

      Along with similar teams like TCN Protocol24 and MIT PACT25, they've inspired Apple & Google to bake privacy-first contact tracing directly into Android/iOS.26 (Don't trust Google/Apple? Good! The beauty of this system is it doesn't need trust!) Soon, your local public health agency may ask you to download an app. If it's privacy-first with publicly-available code, please do!

      +

      Along with similar teams like TCN Protocol25 and MIT PACT26, they've inspired Apple & Google to bake privacy-first contact tracing directly into Android/iOS.27 (Don't trust Google/Apple? Good! The beauty of this system is it doesn't need trust!) Soon, your local public health agency may ask you to download an app. If it's privacy-first with publicly-available code, 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. "True" asymptomatics are rare:27)

      +

      (Footnote rant about the confusion between pre-symptomatic vs "true" asymptomatic – "true" asymptomatics are rare:28)

      -

      Isolating symptomatic cases would reduce R by up to 40%, and quarantining their pre/a-symptomatic contacts would reduce R by up to 50%28:

      +

      Isolating symptomatic cases would reduce R by up to 40%, and quarantining their pre/a-symptomatic contacts would reduce R by up to 50%29:

      @@ -368,7 +368,7 @@ the second-most important idea in Epidemiology 101:

      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 – pay for the tests, job protection, subsidized paid leave, 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:

      +

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

      @@ -409,17 +409,17 @@ the second-most important idea in Epidemiology 101:

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

      -

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

      +

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

      -

      To put a number on it: surgical masks on the sick person reduce cold & flu viruses in aerosols by 70%.30 Reducing transmissions by 70% would be as large an impact as a lockdown!

      +

      To put a number on it: surgical masks on the infectious person reduce cold & flu viruses in aerosols by 70%.31 Reducing transmissions by 70% would be as large an impact as a lockdown!

      -

      However, we don't know for sure the impact of masks on COVID-19 specifically. In science, one should only publish a finding if you're 95% sure of it. (...should.31) Masks, as of May 1st 2020, are less than "95% sure".

      +

      However, we don't know for sure the impact of masks on COVID-19 specifically. In science, one should only publish a finding if you're 95% sure of it. (...should.32) Masks, as of May 1st 2020, are less than "95% sure".

      -

      However, pandemics are like poker. Make bets only when you're 95% sure, and you'll lose everything at stake. As a recent article on masks in the British Medical Journal notes,32 we have to make cost/benefit analyses under uncertainty. Like so:

      +

      However, pandemics are like poker. Make bets only when you're 95% sure, and you'll lose everything at stake. As a recent article on masks in the British Medical Journal notes,33 we have to make cost/benefit analyses under uncertainty. Like so:

      -

      Cost: If homemade cloth masks (which are ~2/3 as effective as surgical masks33), super cheap. If surgical masks, more expensive but still pretty cheap.

      +

      Cost: If homemade cloth masks (which are ~2/3 as effective as surgical masks34), super cheap. If surgical masks, more expensive but still pretty cheap.

      Benefit: Even if it's a 50–50 chance of surgical masks reducing transmission by 0% or 70%, 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%, discounted for our uncertainty. (Again, you can challenge our assumptions by turning the sliders up/down)

      @@ -427,7 +427,7 @@ the second-most important idea in Epidemiology 101:

      -

      (other arguments for/against masks:34)

      +

      (other arguments for/against masks:35)

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

      @@ -435,7 +435,7 @@ the second-most important idea in Epidemiology 101:

      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 COVID-19, every extra 1° Celsius (2.2° Fahrenheit) makes R drop by 1.2%.35 The summer-winter difference in New York City is 15°C (60°F), so summer will make R drop by 18%.

      +

      For COVID-19, every extra 1° Celsius (1.8° Fahrenheit) makes R drop by 1.2%.36 The summer-winter difference in New York City is 26°C (47°F),37 so summer will make R drop by ~31%.

      @@ -449,7 +449,7 @@ the second-most important idea in Epidemiology 101:

      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:

      +

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

      1. Lockdown, then
      2. @@ -495,16 +495,16 @@ the second-most important idea in Epidemiology 101:

        ...for how long?

          -
        • COVID-19 is most closely related to SARS, which gave its survivors 2 years of immunity.36
        • -
        • The coronaviruses that cause "the" common cold give you 8 months of immunity.37
        • -
        • There's reports of folks recovering from COVID-19, then testing positive again, but it's unclear if these are false positives.38
        • -
        • One not-yet-peer-reviewed study on monkeys showed immunity to the COVID-19 coronavirus for at least 28 days.39
        • +
        • COVID-19 is most closely related to SARS, which gave its survivors 2 years of immunity.38
        • +
        • The coronaviruses that cause "the" common cold give you 8 months of immunity.39
        • +
        • There's reports of folks recovering from COVID-19, then testing positive again, but it's unclear if these are false positives.40
        • +
        • One not-yet-peer-reviewed study on monkeys showed immunity to the COVID-19 coronavirus for at least 28 days.41

        But for COVID-19 in humans, as of May 1st 2020, "how long" is the big unknown.

        For these simulations, let's say it's 1 year. -Here's a simulation starting with 100% , exponentially decaying into susceptible, no-immunity s after 1 year, on average, with variation:

        +Here's a simulation starting with 100% , exponentially decaying into susceptible, no-immunity s after 1 year, on average, with variation:

        @@ -534,7 +534,7 @@ the second-most important idea in Epidemiology 101:

        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.

        +

        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:

        @@ -550,7 +550,7 @@ the second-most important idea in Epidemiology 101:

        To be clear: this is unlikely. Most epidemiologists expect a vaccine in 1 to 2 years. 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.

        -

        Still, infectious disease researchers have expressed worries: What if we can't make enough?40 What if we rush it, and it's not safe?41

        +

        Still, infectious disease researchers have expressed worries: What if we can't make enough?42 What if we rush it, and it's not safe?43

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

        @@ -589,7 +589,7 @@ the second-most important idea in Epidemiology 101:

      -

      Plane's sunk. We've scrambled onto the life rafts. It's time to find dry land.42

      +

      Plane's sunk. We've scrambled onto the life rafts. It's time to find dry land.44

      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.

      @@ -728,27 +728,35 @@ the second-most important idea in Epidemiology 101:

    • -

      Temporary Contact Numbers, a decentralized, privacy-first contact tracing protocol 

      +

      To prevent "pranking" (people falsely claiming to be infected), the DP-3T Protocol requires that the hospital first give you a One-Time Passcode that lets you upload your messages. 

      + +

      False positives are a problem in both manual & digital contact tracing. Still, we can reduce false positives in 2 ways: 1) By notifying Bobs only if they heard, say, 30+ min worth of messages, not just one message in passing. And 2) If the app does think Bob's been exposed, it can refer Bob to a manual contact tracer, for an in-depth follow-up interview.

      + +

      For other issues like data bandwidth, source integrity, and other security issues, check out the open-source DP-3T whitepapers!

    • -

      PACT: Private Automated Contact Tracing 

      +

      Temporary Contact Numbers, a decentralized, privacy-first contact tracing protocol 

    • -

      Apple and Google partner on COVID-19 contact tracing technology . Note they're not making the apps themselves, just creating the systems that will support those apps. 

      +

      PACT: Private Automated Contact Tracing 

    • -

      Lots of news reports – and honestly, many research papers – did not distinguish between "cases who showed no symptoms when we tested them" (pre-symptomatic) and "cases who showed no symptoms ever" (true asymptomatic). The only way you could tell the difference is by following up with cases later. 

      +

      Apple and Google partner on COVID-19 contact tracing technology . Note they're not making the apps themselves, just creating the systems that will support those apps. 

      +
    • + +
    • +

      Lots of news reports – and honestly, many research papers – did not distinguish between "cases who showed no symptoms when we tested them" (pre-symptomatic) and "cases who showed no symptoms ever" (true asymptomatic). The only way you could tell the difference is by following up with cases later. 

      Which is what this study did. (Disclaimer: "Early release articles are not considered as final versions.") In a call center in South Korea that had a COVID-19 outbreak, "only 4 (1.9%) remained asymptomatic within 14 days of quarantine, and none of their household contacts acquired secondary infections."

      So that means "true asymptomatics" are rare, and catching the disease from a true asymptomatic may be even rarer!

    • -
    • -

      From the same Oxford study that first recommended apps to fight COVID-19: Luca Ferretti & Chris Wymant et al See Figure 2. Assuming R0 = 2.0, they found that:  

      +
    • +

      From the same Oxford study that first recommended apps to fight COVID-19: Luca Ferretti & Chris Wymant et al See Figure 2. Assuming R0 = 2.0, they found that:  

      • Symptomatics contribute R = 0.8 (40%)
      • @@ -760,64 +768,68 @@ the second-most important idea in Epidemiology 101:

        And add up the pre- & a-symptomatic contacts (45% + 5%) and you get 50% of R!

        -
      • -

        “None of these surgical masks exhibited adequate filter performance and facial fit characteristics to be considered respiratory protection devices.” Tara Oberg & Lisa M. Brosseau 

        -
      • -
      • -

        “The overall 3.4 fold reduction [70% reduction] in aerosol copy numbers we observed combined with a nearly complete elimination of large droplet spray demonstrated by Johnson et al. suggests that surgical masks worn by infected persons could have a clinically significant impact on transmission.” Milton DK, Fabian MP, Cowling BJ, Grantham ML, McDevitt JJ 

        +

        “None of these surgical masks exhibited adequate filter performance and facial fit characteristics to be considered respiratory protection devices.” Tara Oberg & Lisa M. Brosseau 

      • -

        Any actual scientist who read that last sentence is probably laugh-crying right now. See: p-hacking, the replication crisis

        +

        “The overall 3.4 fold reduction [70% reduction] in aerosol copy numbers we observed combined with a nearly complete elimination of large droplet spray demonstrated by Johnson et al. suggests that surgical masks worn by infected persons could have a clinically significant impact on transmission.” Milton DK, Fabian MP, Cowling BJ, Grantham ML, McDevitt JJ 

      • -

        “It is time to apply the precautionary principle” Trisha Greenhalgh et al [PDF] 

        +

        Any actual scientist who read that last sentence is probably laugh-crying right now. See: p-hacking, the replication crisis

      • -

        Davies, A., Thompson, K., Giri, K., Kafatos, G., Walker, J., & Bennett, A See Table 1: a 100% cotton T-shirt has around 2/3 the filtration efficiency as a surgical mask, for the two bacterial aerosols they tested. 

        +

        “It is time to apply the precautionary principle” Trisha Greenhalgh et al [PDF] 

      • -

        "We need to save supplies for hospitals." Absolutely agreed. But that's more of an argument for increasing mask production, not rationing. In the meantime, we can make cloth masks. 

        +

        Davies, A., Thompson, K., Giri, K., Kafatos, G., Walker, J., & Bennett, A See Table 1: a 100% cotton T-shirt has around 2/3 the filtration efficiency as a surgical mask, for the two bacterial aerosols they tested. 

        +
      • + +
      • +

        "We need to save supplies for hospitals." Absolutely agreed. But that's more of an argument for increasing mask production, not rationing. In the meantime, we can make cloth masks. 

        "They're hard to wear correctly." It's also hard to wash your hands according to the WHO Guidelines – seriously, "Step 3) right palm over left dorsum"?! – but we still recommend handwashing, because imperfect is still better than nothing.

        "It'll make people more reckless with handwashing & social distancing." Sure, and safety belts make people ignore stop signs, and flossing makes people eat rocks. But seriously, we'd argue the opposite: masks are a constant physical reminder to be careful – and in East Asia, masks are also a symbol of solidarity!

      • -
      • -

        “One-degree Celsius increase in temperature [...] lower[s] R by 0.0225” and “The average R-value of these 100 cities is 1.83”. 0.0225 ÷ 1.83 = ~1.2%. Wang, Jingyuan and Tang, Ke and Feng, Kai and Lv, Weifeng 

        -
      • -
      • -

        “SARS-specific antibodies were maintained for an average of 2 years [...] Thus, SARS patients might be susceptible to reinfection ≥3 years after initial exposure.” Wu LP, Wang NC, Chang YH, et al. "Sadly" we'll never know how long SARS immunity would have really lasted, since we eradicated it so quickly. 

        +

        “One-degree Celsius increase in temperature [...] lower[s] R by 0.0225” and “The average R-value of these 100 cities is 1.83”. 0.0225 ÷ 1.83 = ~1.2%. Wang, Jingyuan and Tang, Ke and Feng, Kai and Lv, Weifeng 

      • -

        “We found no significant difference between the probability of testing positive at least once and the probability of a recurrence for the beta-coronaviruses HKU1 and OC43 at 34 weeks after enrollment/first infection.” Marta Galanti & Jeffrey Shaman (PDF) 

        +

        In 2019 at Central Park, hottest month (July) was 79.6°F, coldest month (Jan) was 32.5°F. Difference is 47.1°F, or ~26°C. PDF from Weather.gov 

      • -

        “Once a person fights off a virus, viral particles tend to linger for some time. These cannot cause infections, but they can trigger a positive test.” from STAT News by Andrew Joseph 

        +

        “SARS-specific antibodies were maintained for an average of 2 years [...] Thus, SARS patients might be susceptible to reinfection ≥3 years after initial exposure.” Wu LP, Wang NC, Chang YH, et al. "Sadly" we'll never know how long SARS immunity would have really lasted, since we eradicated it so quickly. 

      • -

        From Bao et al. Disclaimer: This article is a preprint and has not been certified by peer review (yet). Also, to emphasize: they only tested re-infection 28 days later.  

        +

        “We found no significant difference between the probability of testing positive at least once and the probability of a recurrence for the beta-coronaviruses HKU1 and OC43 at 34 weeks after enrollment/first infection.” Marta Galanti & Jeffrey Shaman (PDF) 

      • -

        “If a coronavirus vaccine arrives, can the world make enough?” by Roxanne Khamsi, on Nature 

        +

        “Once a person fights off a virus, viral particles tend to linger for some time. These cannot cause infections, but they can trigger a positive test.” from STAT News by Andrew Joseph 

      • -

        “Don’t rush to deploy COVID-19 vaccines and drugs without sufficient safety guarantees” by Shibo Jiang, on Nature 

        +

        From Bao et al. Disclaimer: This article is a preprint and has not been certified by peer review (yet). Also, to emphasize: they only tested re-infection 28 days later.  

      • -

        Dry land metaphor from Marc Lipsitch & Yonatan Grad, on STAT News 

        +

        “If a coronavirus vaccine arrives, can the world make enough?” by Roxanne Khamsi, on Nature 

        +
      • + +
      • +

        “Don’t rush to deploy COVID-19 vaccines and drugs without sufficient safety guarantees” by Shibo Jiang, on Nature 

        +
      • + +
      • +

        Dry land metaphor from Marc Lipsitch & Yonatan Grad, on STAT News 

      • diff --git a/words/words.md b/words/words.md index 3fdfa54..e77b067 100644 --- a/words/words.md +++ b/words/words.md @@ -60,7 +60,7 @@ [^serial_interval]: “Средний [серийный] интервал составил 3.96 days (95% CI 3.53–4.39 days)”. [Du Z, Xu X, Wu Y, Wang L, Cowling BJ, Ancel Meyers L](https://wwwnc.cdc.gov/eid/article/26/6/20-0357_article) (Дисклеймер: статьи с ранним доступом могут отличаться от финальной версии) -Если мы симулируем сценарий *только* удвоения каждые 4 дня, начиная со всего 0.001% , что случится? +Если мы симулируем сценарий *только* удвоения каждые 4 дня, начиная со всего 0.001% , что случится? **Нажмите "Start"! Вы сможете перезапустить игру с другими настройками:** (технические оговорки: [^caveats]) @@ -83,7 +83,7 @@ ![](pics/susceptibles.png) -Чем больше вокруг , тем быстрее превращаются в , **но чем меньше вокруг , тем *медленнее* становятся .** +Чем больше вокруг , тем быстрее превращаются в , **но чем меньше вокруг , тем *медленнее* становятся .** Как это меняет рост эпидемии? Давайте выясним: @@ -98,9 +98,9 @@ Заразные люди рано или поздно перестают быть заразными потому что 1) выздоравливают, 2) "выздоравливают" с непоправимым ущербом для лёгких, или 3) умирают. Для простоты, давайте считать, что все - Заразные люди становятся Выздоровевшими. (Просто помните, что на самом деле некоторые из них мертвы.) не могут быть заражены снова, и давайте – *пока!* – считать, что иммунитет сохраняется на всю жизнь. + Заразные люди становятся Выздоровевшими. (Просто помните, что на самом деле некоторые из них мертвы.) не могут быть заражены снова, и давайте – *пока!* – считать, что иммунитет сохраняется на всю жизнь. -В случае COVID-19 оценивают, что человек Заразен *в среднем* 10 дней.[^infectiousness] Это значит, что некоторые выздоровеют быстрее 10 дней, а некоторые медленнее. **Вот как это выглядит, если симуляция начинается с 100% :** +В случае COVID-19 оценивают, что человек Заразен *в среднем* 10 дней.[^infectiousness] Это значит, что некоторые выздоровеют быстрее 10 дней, а некоторые медленнее. **Вот как это выглядит, если симуляция начинается с 100% :** [^infectiousness]: “The median communicable period \[...\] was 9.5 days.” [Hu, Z., Song, C., Xu, C. et al](https://link.springer.com/article/10.1007/s11427-020-1661-4) Да, мы знаем, что "медиана" -- это не то же самое, что "среднее", но для образовательного упрощения это достаточно близко. @@ -117,9 +117,9 @@ Давайте выясним. -Красная кривая -- это *текущие* больные , -Серая кривая -- это *общее количество* случаев (текущие больные и выздоровевшие ), -Начиная со всего 0.001% : +Красная кривая -- это *текущие* больные , +Серая кривая -- это *общее количество* случаев (текущие больные и выздоровевшие ), +Начиная со всего 0.001% :
        @@ -137,7 +137,7 @@ **ВНИМАНИЕ: Симуляции, которые используются в планировании политики сильно, *сильно* сложнее, чем наша!** Но модель SIR всё равно может объяснить общие закономерности, даже если она и упускает нюансы. -На самом деле, давайте добавим один нюанс: перед тем как человек из превращается в , он вначале становится Латентно инфицированным. Это значит, что у него есть вирус, но он его не может передать – *заражённый*, но ещё не *заразный*. +На самом деле, давайте добавим один нюанс: перед тем как человек из превращается в , он вначале становится Латентно инфицированным. Это значит, что у него есть вирус, но он его не может передать – *заражённый*, но ещё не *заразный*. ![](pics/seir.png) @@ -149,14 +149,14 @@ [^latent]: “Assuming an incubation period distribution of mean 5.2 days from a separate study of early COVID-19 cases, we inferred that infectiousness started from 2.3 days (95% CI, 0.8–3.0 days) before symptom onset” (перевод: Симптомы начинаются на пятый день, а заразным человек становится за 2 дня до этого = заразным человек становится на третий день) [He, X., Lau, E.H.Y., Wu, P. et al.](https://www.nature.com/articles/s41591-020-0869-5) -Красная + Розовая кривая -- это *носители* (Заразные + Латентно инфицированные ), -Серая кривая -- это *общее* количество (носители + Выздоровевшие ): +Красная + Розовая кривая -- это *носители* (Заразные + Латентно инфицированные ), +Серая кривая -- это *общее* количество (носители + Выздоровевшие ):
        -Не сильно-то и поменялось! То как долго человек инфицирован латентно меняет отношение к , и *время* пика больных, но *высота* этого пика и общее количество заболевших в конце концов оказываются такими же как и раньше. +Не сильно-то и поменялось! То как долго человек инфицирован латентно меняет отношение к , и *время* пика больных, но *высота* этого пика и общее количество заболевших в конце концов оказываются такими же как и раньше. Почему так? Из-за *главной* идеи Эпидемиологического ликбеза: @@ -192,7 +192,7 @@ R0 для сезонных гриппов обычно колебле
        -Но учтите, что чем меньше у нас , тем *медленнее* становятся . *Текущий* индекс репродукции (R) зависит не только от *базового* (R0), но *ещё* и от того, сколько людей больше не Уязвимы (скажем, потому что они выздоровели и приобрели иммунитет.) +Но учтите, что чем меньше у нас , тем *медленнее* становятся . *Текущий* индекс репродукции (R) зависит не только от *базового* (R0), но *ещё* и от того, сколько людей больше не Уязвимы (скажем, потому что они выздоровели и приобрели иммунитет.)
        @@ -208,7 +208,7 @@ R0 для сезонных гриппов обычно колебле **Обратите внимание: болезнь не прекратила распространяться после достижения коллективного иммунитета, а намного переплюнула эту точку!** И она пересекает порог *ровно* в момент, когда число больных достигает пика. (Это происходит при любых настройках -- можете сами попробовать!) -Это случается из-за того, что как только не- становится больше порога коллективного иммунитета, мы приходим в R < 1. А когда R < 1, число больных перестаёт расти: случается пик. +Это случается из-за того, что как только не- становится больше порога коллективного иммунитета, мы приходим в R < 1. А когда R < 1, число больных перестаёт расти: случается пик. **Важнейший момент, который стоит вынести из этой статьи, представлен на диаграмме ниже** -- она весьма запутана, так что уделите достаточно внимания, чтобы полностью осознать её смысл: @@ -295,7 +295,7 @@ Increased handwashing cuts flus & colds in high-income countries by ~25%[^handwa [^london]: “We found a 73% reduction in the average daily number of contacts observed per participant. This would be sufficient to reduce R0 from a value from 2.6 before the lockdown to 0.62 (0.37 - 0.89) during the lockdown”. We rounded it down to 70% in these simulations for simplicity. [Jarvis and Zandvoort et al](https://cmmid.github.io/topics/covid19/comix-impact-of-physical-distance-measures-on-transmission-in-the-UK.html) -**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]) +**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]) [^log_caveat]: This distortion would go away if we plotted R on a logarithmic scale... but then we'd have to explain *logarithmic scales.* @@ -333,7 +333,7 @@ Let's see what happens if we *crush* the curve with a 5-month lockdown, reduce < Oh. -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. +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.** @@ -399,7 +399,7 @@ This is called **contact tracing**. It's an old idea, was used at an unprecedent [^ebola]: “Contact tracing was a critical intervention in Liberia and represented one of the largest contact tracing efforts during an epidemic in history.” [Swanson KC, Altare C, Wesseh CS, et al.](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6152989/) -(It also lets us use our limited tests more efficiently, to find pre-symptomatic s without needing to test almost everyone.) +(It also lets us use our limited tests more efficiently, to find pre-symptomatic s without needing to test almost everyone.) Traditionally, contacts are found with in-person interviews, but those *alone* are too slow for COVID-19's ~48 hour window. That's why contact tracers need help, and be supported by – *NOT* replaced by – contact tracing apps. @@ -413,7 +413,13 @@ Here's how it works: ![](pics/dp3t.png) -(& [here's the full comic](https://ncase.me/contact-tracing/)) +([Here's the full comic](https://ncase.me/contact-tracing/). Details about "pranking"/false positives/etc in footnote:[^dp3t_details]) + +[^dp3t_details]: To prevent "pranking" (people falsely claiming to be infected), the DP-3T Protocol requires that the hospital first give you a One-Time Passcode that lets you upload your messages. + + False positives are a problem in both manual & digital contact tracing. Still, we can reduce false positives in 2 ways: 1) By notifying Bobs only if they heard, say, 30+ min worth of messages, not just one message in passing. And 2) If the app *does* think Bob's been exposed, it can refer Bob to a *manual* contact tracer, for an in-depth follow-up interview. + + For other issues like data bandwidth, source integrity, and other security issues, check out [the open-source DP-3T whitepapers!](https://github.com/DP-3T/documents#decentralized-privacy-preserving-proximity-tracing) Along with similar teams like TCN Protocol[^tcn] and MIT PACT[^pact], they've inspired Apple & Google to bake privacy-first contact tracing directly into Android/iOS.[^gapple] (Don't trust Google/Apple? Good! The beauty of this system is it doesn't *need* trust!) Soon, your local public health agency may ask you to download an app. If it's privacy-first with publicly-available code, please do! @@ -425,7 +431,7 @@ Along with similar teams like TCN Protocol[^tcn] and MIT PACT[^pact], they've in 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. "True" asymptomatics are rare:[^rant]) +(Footnote rant about the confusion between pre-symptomatic vs "true" asymptomatic – "true" asymptomatics are rare:[^rant]) [^rant]: Lots of news reports – and honestly, many research papers – did not distinguish between "cases who showed no symptoms when we tested them" (pre-symptomatic) and "cases who showed no symptoms *ever*" (true asymptomatic). The only way you could tell the difference is by following up with cases later. @@ -450,7 +456,7 @@ Isolating *symptomatic* cases would reduce R by up to 40%, and quarantining thei 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* – pay for the tests, job protection, subsidized paid leave, 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: +We then keep R < 1 until we have a vaccine, which turns susceptible s into immune s. Herd immunity, the *right* way:
        @@ -499,7 +505,7 @@ You're right. Masks don't stop you from getting sick[^incoming]... they stop you ![](pics/masks.png) -To put a number on it: surgical masks *on the sick person* reduce cold & flu viruses in aerosols by 70%.[^outgoing] Reducing transmissions by 70% would be as large an impact as a lockdown! +To put a number on it: surgical masks *on the infectious person* reduce cold & flu viruses in aerosols by 70%.[^outgoing] Reducing transmissions by 70% would be as large an impact as a lockdown! However, we don't know for sure the impact of masks on COVID-19 *specifically*. In science, one should only publish a finding if you're 95% sure of it. (...should.[^replication]) Masks, as of May 1st 2020, are less than "95% sure". @@ -533,10 +539,12 @@ Masks *alone* won't get R < 1. But if handwashing & "Test, Trace, Isolate" only 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 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%. +For COVID-19, every extra 1° Celsius (1.8° Fahrenheit) makes R drop by 1.2%.[^heat] The summer-winter difference in New York City is 26°C (47°F),[^nyc_heat] so summer will make R drop by ~31%. [^heat]: “One-degree Celsius increase in temperature [...] lower[s] R by 0.0225” and “The average R-value of these 100 cities is 1.83”. 0.0225 ÷ 1.83 = ~1.2%. [Wang, Jingyuan and Tang, Ke and Feng, Kai and Lv, Weifeng](https://papers.ssrn.com/sol3/Papers.cfm?abstract_id=3551767) +[^nyc_heat]: In 2019 at Central Park, hottest month (July) was 79.6°F, coldest month (Jan) was 32.5°F. Difference is 47.1°F, or ~26°C. [PDF from Weather.gov](https://www.weather.gov/media/okx/Climate/CentralPark/monthlyannualtemp.pdf) +
        @@ -549,7 +557,7 @@ 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 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: +Here's a simulation of a "lazy case" scenario: 1. Lockdown, then 2. A moderate amount of hygiene & "Test, Trace, Isolate", with a mild amount of "Masks For All", then... @@ -606,7 +614,7 @@ But for COVID-19 *in humans*, as of May 1st 2020, "how long" is the big unknown. [^monkeys]: From [Bao et al.](https://www.biorxiv.org/content/10.1101/2020.03.13.990226v1.abstract) *Disclaimer: This article is a preprint and has not been certified by peer review (yet).* Also, to emphasize: they only tested re-infection 28 days later. For these simulations, let's say it's 1 year. -**Here's a simulation starting with 100% **, exponentially decaying into susceptible, no-immunity s after 1 year, on *average*, with variation: +**Here's a simulation starting with 100% **, exponentially decaying into susceptible, no-immunity s after 1 year, on *average*, with variation:
        @@ -636,7 +644,7 @@ Thankfully, because summer reduces R, it'll make the situation better: 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. +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: