:orphan:

File        Resurrected as is on 2026-05-30 from
Repo        https://github.com/balosp/balospe-com 
Commit      f7691f0b979a28ffe4776571375d3ed2a15abe4a 



.. include:: /_templates/include-file/page-prefix.rst

.. note:: **Draft status: MMv1 Paper Draft (2026m04d17).**
   Scientific paper on the SGIR model and PandemicSociety101 simulations.
   Draft by Claude Opus 4.6, scientific content and simulations by LLoL.
   Figures from existing PDF (``wwv-prep-fail-snapshot...32pg.pdf``).
   **Needs LLoL review for model accuracy before upload.**

   | **VVN:** ``dv_ClaOp46Max_MMv1_sgir-paper_2026m04d17``


****************************************************************************************************
Stopping a Pandemic in Mid-Flight: How Small Changes in Virus Transmission Parameters Can Avert Mass Casualties
****************************************************************************************************

| Laurence Loewe :sup:`1`
| :sup:`1` Independent researcher. Email: Loewe@evolvix.org

| **Draft:** 2026m04d17
| **Supplementary code:** PandemicSociety101 Evolvix model (see Supplementary Material)


----


Abstract
========

The COVID-19 pandemic demonstrated that humanity's ability to respond
to novel respiratory viruses remains dangerously inadequate. Here we
present the SGIR model, an extension of the classical
Susceptible-Infected-Removed (SIR) framework that explicitly tracks
the **Gap of Germs** --- the spatial and temporal separation between
infectious agents and susceptible hosts. We implement this concept in
PandemicSociety101, a stochastic mass-action model with seven
infection stages, a simplified testing laboratory, hospital capacity,
and multiple death pathways, simulated using both ordinary differential
equations (ODE) and the Stochastic Simulation Algorithm (SSA).

Using parameters calibrated to the US COVID-19 pandemic (330 million
population, starting from 16 infections on 2020m02d14), we show that
an uncontrolled pandemic infects approximately 289 million people and
kills approximately 13 million in Scenario 1 (no behavioral change).
In Scenario 2 (starting from 1.5 million infections on 2020m05d17),
we demonstrate that a 50% reduction in both virus *Decay* time and
*Catch* probability --- achievable through coordinated use of
facemasks, hygiene, and social distancing --- can stop the pandemic at
approximately 4.8 million total infections and 310,000 deaths,
representing a 60-fold reduction in infections and a 42-fold reduction
in deaths compared to uncontrolled spread.

We also identify **linear fooling**, a dangerous cognitive trap in
which limited testing capacity creates an illusion of pandemic control
precisely when infections are growing fastest. These results suggest
that non-pharmaceutical interventions targeting the Gap of Germs can
be remarkably effective, even without vaccines or herd immunity,
provided they are deployed with sufficient coordination across the
population.


----


1. Introduction
=================

The COVID-19 pandemic killed millions of people worldwide and exposed
fundamental weaknesses in how societies understand, monitor, and
respond to infectious disease outbreaks. While vaccines eventually
became available, the period before their deployment saw enormous
variation in outcomes across countries and regions, with
non-pharmaceutical interventions (NPIs) such as facemasks, social
distancing, and hygiene practices playing a critical but contested
role (REF).

The classical Susceptible-Infected-Removed (SIR) model (Kermack and
McKendrick, 1927) and its many extensions have been the workhorses of
mathematical epidemiology for nearly a century. These models typically
represent transmission as a direct interaction between Susceptible and
Infected individuals, parameterized by a transmission rate that
implicitly bundles together all the physical, biological, and
behavioral factors that determine whether infection occurs.

This implicit bundling, while mathematically convenient, obscures the
mechanistic chain through which respiratory viruses actually spread:
an infected person **sheds** virus particles into the environment,
those particles persist for some time before they **decay**, and a
susceptible person may **catch** them. Each of these three steps ---
Shed, Decay, and Catch --- can be independently influenced by human
behavior and technology. Facemasks reduce both Shed and Catch rates.
Ventilation and UV sterilization increase Decay rates. Social
distancing reduces the probability that shed virus reaches a
susceptible person before decaying.

We propose the SGIR model (Susceptible-**Gap**-Infected-Removed) as a
conceptual extension that makes this mechanistic chain explicit by
tracking the **Gap of Germs** --- the effective separation between
infectious agents and susceptible hosts. The Gap is not merely a
spatial distance; it is a composite measure that incorporates the
physical, temporal, and behavioral barriers that virus particles must
traverse to cause new infections. Increasing the Gap is the
fundamental goal of all non-pharmaceutical pandemic defense.

This reframing has a practical consequence: it connects social justice
concerns directly to epidemiological outcomes. Crowding, poverty, and
inadequate housing all *shrink* the Gap of Germs, mechanistically
explaining why disadvantaged populations bear disproportionate
pandemic burdens (REF). Conversely, investments in living space,
ventilation, and workplace safety *increase* the Gap, providing
disease protection as a side effect of equitable development.

To test whether realistic changes in Shed, Decay, and Catch rates
could stop a pandemic the size of COVID-19, we implemented the SGIR
concept in PandemicSociety101 --- a detailed stochastic simulation
model built in the Evolvix modeling language prototype. The model
tracks individuals through seven stages of infection, includes a
simplified testing laboratory and hospital system, and supports both
deterministic (ODE) and stochastic (SSA) simulation modes.


----


2. Model Description
======================


2.1 The SGIR Concept
----------------------

The classical SIR model tracks three compartments: Susceptible (S),
Infected (I), and Removed (R). Transmission occurs when S and I
individuals interact, at a rate proportional to the product S * I.

The SGIR model introduces a fourth conceptual compartment: the **Gap**
(G), representing the environment through which virus particles must
travel between an infected source and a susceptible target. The
transmission chain becomes:

  **Infected** --- *(Shed)* ---> **Gap** --- *(survive Decay)* ---> **Catch** ---> **Susceptible becomes Infected**

Each step has its own rate:

- **Shed rate:** How many virus particles an infected person releases
  per unit time. This depends on infection stage (asymptomatic
  individuals may shed less or more than symptomatic ones), respiratory
  activity (singing sheds more than breathing), and protective measures
  (masks reduce shedding).

- **Decay rate:** How quickly virus particles become non-infectious in
  the environment. This depends on environmental conditions
  (temperature, humidity, UV exposure), surface properties, and active
  decontamination measures.

- **Catch rate:** The probability that a susceptible person encounters
  and is infected by surviving virus particles. This depends on
  proximity, ventilation, protective equipment (masks), and individual
  immune factors.

The Gap of Germs is effectively the inverse of the product of these
three rates: when any rate decreases, the Gap increases and
transmission slows. The key insight is that small reductions in each
of the three rates compound multiplicatively, potentially achieving
large overall reductions in transmission without requiring any single
intervention to be perfectly effective.


2.2 PandemicSociety101: Implementation
-----------------------------------------

PandemicSociety101 implements the SGIR concept as a pure mass-action
stochastic model using the Evolvix modeling language prototype
(MMs0r3p1). The model uses the Sorting Direct Method for stochastic
simulation (Ehlert and Loewe, 2014) and the Sundials IDAS solver for
deterministic ODE integration. All rates are specified in units of
1/day.

**Infection stages.** The model tracks individuals through seven
infection stages following initial virus contact:

.. list-table::
   :header-rows: 1
   :widths: 25 15 60

   * - Stage
     - Duration
     - Description
   * - Starts0grow
     - 1 day
     - Virus growth initiated; not yet infectious
   * - Infect1Hide
     - 2 days
     - Infectious, high shed, no symptoms, hidden status
   * - Infect2Anti
     - 3 days
     - Infectious, high shed, hidden, antibody-positive
   * - Infect3Mild
     - 2 weeks
     - Infectious, symptomatic; most individuals recover here
   * - Infect4StrongHOS
     - 2 weeks
     - Strong symptoms, requires hospital bed
   * - Infect5CritclBED
     - 2 weeks
     - Critical symptoms, needs hospital bed or dies
   * - Infect6DeadlyICU
     - 2 weeks
     - Needs ICU or dies
   * - Infect7ExpectICU
     - 2 weeks
     - Expected death; beyond ICU capacity to save

Individuals progress through these stages and exit the pandemic as
either Recovered (outside or from hospital) or Dead (pre-hospital
or in hospital). Recovered individuals are assumed immune and cannot
be reinfected within the simulation timeframe.

**Virus tracking via ASHA.** The environmental virus load (the "Gap")
is tracked using the ASHA (Aggregated State Homogeneity Approximator)
framework, which maintains density-dependent dynamics by tracking the
number of environmental "places" that are either contaminated (With)
or clean (Lack) out of a fixed total (Aces). This provides proper
density-dependent saturation --- the environment has a finite capacity
for virus, preventing unrealistic exponential accumulation.

Virus particles are classified as either **Fragile** (decaying
quickly, e.g., airborne droplets) or **Durable** (persisting longer,
e.g., surface contamination), each tracked by its own ASHA instance.
Each infected individual in each infection stage contributes to viral
shedding at stage-specific rates.

**Simplified testing laboratory.** The model includes a simplified
testing pathway where 100% of individuals are tested at entry into
Infect1Hide and Infect3Mild stages. This design is deliberately
simplified to explore the phenomenon of *linear fooling* (see Results)
rather than to model realistic testing capacity.

**Hospital system.** Individuals reaching Infect4StrongHOS and beyond
are assumed to receive hospital care. The model tracks hospital and
ICU occupancy and distinguishes between deaths occurring before
hospital admission and deaths in hospital.


2.3 Scenarios and Parameters
-------------------------------

**Scenario 1 (Uncontrolled, 2020m02d14):** 16 infected individuals in
a population of 330 million (US). No behavioral change, no
interventions. Virus transmission parameters reflect baseline
SARS-CoV-2 characteristics. This scenario calibrates to the observed
US doubling time of approximately 3.25 days in the early phase and
approximately 4.8 days as measured from model output.

**Scenario 2 (NPI-Modified, 2020m05d17):** Starting from 1.5 million
infections in a population of 330 million, with three sub-options:

- **Option A:** No change in Shed, Decay, or Catch rates (baseline).
  The pandemic continues as in Scenario 1.
- **Option B:** 50% reduction in *either* the probability of virus
  Decay *or* Catch. This represents partial NPI adoption (e.g.,
  widespread but imperfect masking).
- **Option C:** 50% reduction in *both* Decay probability and Catch
  probability simultaneously. This represents coordinated NPI
  adoption combining masks, hygiene, ventilation, and distancing.

The full model specification, including all parameter values and ASHA
configurations, is available as Supplementary Material (Evolvix source
code, ~3,900 lines).


----


3. Results
============


3.1 Scenario 1: Anatomy of an Uncontrolled Pandemic
-------------------------------------------------------

Without interventions, the PandemicSociety101 model produces a
pandemic that infects approximately 289 million people (88% of the
330 million population) and kills approximately 13.8 million (4.2%
overall; 5.4 million pre-hospital, with 23.6 million (7.2%) healing
in hospital and 252 million (76%) recovering from mild forms outside
hospitals). Approximately 40.8 million (12%) are spared infection
entirely.

The pandemic dynamics exhibit the characteristic exponential growth
phase visible on a log scale (Fig. 5-5), where the virus load
"iceberg" drives infection rates upward while remaining invisible on
linear scales. A critical observation is that **on a linear scale, the
virus appears to do "almost nothing" during the period when it is most
active** (Fig. 5-4). By the time infections become visible on a linear
plot, the exponential phase is nearly complete. This
linear-vs-logarithmic perception gap is a fundamental barrier to
public understanding of pandemic dynamics.

Three stochastic simulation replicates (SSA) closely track the
deterministic ODE solution (Fig. 5-4), confirming that for a
population of 330 million, stochastic effects are minimal except
during the earliest phase (when infection counts are small enough for
chance to matter).

**HalfMax prediction.** Using simple doubling-time arithmetic, the
HalfMax point (when 50% of the population is infected, ~165 million)
can be estimated with a pocket calculator. At a 3-day doubling time,
HalfMax from 16 infections is reached in approximately 70 days (~May
18). At a 7-day doubling time, HalfMax arrives around June 9.
Comparison with actual CDC data through May 2020 (Fig. 4-2) shows
that the observed trajectory, with 4 clock resets corresponding to
behavioral changes, tracked between these bounds.


3.2 Scenario 2: Stopping the Pandemic with NPIs
----------------------------------------------------

The central result of this study is shown in Figure 7-1: starting
from 1.5 million infections on 2020m05d17, the three NPI options
produce dramatically different outcomes:

.. list-table::
   :header-rows: 1
   :widths: 15 25 25 35

   * - Option
     - Total Infections
     - Total Deaths
     - NPI Description
   * - A
     - ~289 million
     - ~13 million
     - No change (baseline)
   * - B
     - 57--63 million
     - 2.1--2.3 million
     - 50% reduction in Decay OR Catch
   * - C
     - **~4.8 million**
     - **~310,000**
     - 50% reduction in BOTH Decay AND Catch

The progression from A to B to C demonstrates the multiplicative
compounding effect of combining interventions. A single 50% reduction
(Option B) achieves a 4.6--5.1-fold reduction in infections. Combining
two 50% reductions (Option C) achieves a **60-fold reduction** ---
far more than the 2-fold improvement that linear intuition would
predict from doubling the intervention.

This multiplicative compounding is the quantitative foundation for the
Gap of Germs concept: because transmission depends on the *product* of
Shed, survive-Decay, and Catch probabilities, reducing any two by half
reduces the overall product by a factor of four, while the further
density-dependent effects tracked by the ASHA framework amplify this
into the observed 60-fold overall reduction.

As the original caption states: *"This fool's hope would not exist if
it was impossible to show for biologically reasonable parameter
combinations in Model 3 that seemingly realistic manipulations of
probabilities for shedding, decaying, or catching the virus could
actually stop the pandemic."*


3.3 Linear Fooling: A Dangerous Cognitive Trap
--------------------------------------------------

The model's simplified testing laboratory reveals a phenomenon we term
**linear fooling** (Fig. 6-5). When testing capacity is limited to a
fixed number of tests per day, the following sequence occurs:

1. **Early phase:** Testing capacity exceeds demand. All infections
   are detected. Statistics appear reliable.
2. **Transition:** Infections grow exponentially and eventually exceed
   testing capacity. From this point, testing detects a *constant*
   number of infections per day (the capacity limit), regardless of
   actual growth.
3. **Misleading plateau:** On a linear plot, daily confirmed cases
   appear to stabilize or even decline, creating the illusion that
   "containment is working" precisely when infections are growing
   fastest.
4. **Sudden revelation:** When the pandemic wave passes and testing
   capacity again exceeds demand, the true scale of missed infections
   becomes apparent --- but by then the damage is done.

The linear fooling effect is not a bug in testing strategy; it is a
mathematical consequence of limited capacity encountering exponential
growth. It is "disastrously easy to fall for" because it confirms the
desired narrative (the pandemic is under control) at precisely the
moment when vigilance is most needed.

On a log scale, the effect is clearly visible as a deviation from
exponential growth in the testing curve (Fig. 6-5C), but most public
health dashboards display data on linear scales, where the deviation
is invisible.


----


4. Discussion
===============


4.1 The Gap of Germs as an Actionable Framework
---------------------------------------------------

The SGIR model reframes pandemic defense around a single concept:
**increase the Gap of Germs.** Every NPI --- masks, distancing,
ventilation, hand hygiene, surface cleaning --- acts by increasing
one or more components of the Gap. This reframing has several
advantages over the traditional focus on the reproduction number
R\ :sub:`0`:

- **Mechanistic clarity:** R\ :sub:`0` is an aggregate outcome; the
  Gap identifies the specific levers (Shed, Decay, Catch) that humans
  can manipulate.
- **Additive intuition:** While transmission compounds multiplicatively
  (which is non-intuitive), the Gap can be communicated additively: "do
  three small things and the combined effect is large."
- **Social justice connection:** Crowding, poverty, and inadequate
  housing shrink the Gap. Investments in equitable living conditions
  are simultaneously investments in pandemic defense.
- **Dual-use value:** Unlike vaccines or antivirals, Gap-increasing
  measures (better ventilation, more living space, hygiene
  infrastructure) provide benefits even when no pandemic is active.


4.2 Limitations
------------------

Several limitations must be noted:

1. **Simplified testing model.** The 100% testing at stage transitions
   is unrealistic. It was designed to isolate the linear fooling
   phenomenon, not to model realistic testing capacity. A more
   realistic testing model would need probabilistic testing, limited
   capacity, and delays.

2. **Homogeneous mixing.** The current model assumes well-mixed
   populations. Real populations have spatial structure, contact
   networks, and heterogeneous behavior. The ASHA framework provides
   hooks for density-dependent effects, but the current implementation
   does not model spatial heterogeneity across distinct geographic
   areas.

3. **Static behavior.** Scenarios assume fixed NPI levels. In reality,
   human behavior changes dynamically in response to perceived risk,
   official guidelines, and fatigue. Modeling adaptive behavior is an
   important extension.

4. **Parameter uncertainty.** While the model is calibrated to observed
   US doubling times, many parameters (e.g., stage-specific shedding
   rates, fraction progressing to severe disease) carry substantial
   uncertainty. The qualitative result (small NPI changes produce large
   effects through multiplicative compounding) is robust to parameter
   variation, but the specific numbers (4.8 million vs. 289 million)
   depend on parameter choices.

5. **No vaccination.** The model does not include vaccination, which
   became the dominant intervention in 2021. The model's contribution
   is to the pre-vaccine question: *could coordinated NPIs alone have
   stopped the pandemic?*


4.3 Implications for Pandemic Preparedness
---------------------------------------------

The 60-fold reduction achieved by Option C in Scenario 2 suggests that
coordinated NPI adoption --- even without vaccines --- could have
dramatically altered the COVID-19 trajectory. The key word is
*coordinated*: Option B (one intervention at 50%) achieves only a
5-fold reduction, while Option C (two interventions at 50% each)
achieves 60-fold. The difference is not additive but multiplicative,
and the additional density-dependent effects tracked by the ASHA
framework amplify it further.

This has implications for future pandemic preparedness. If a novel
respiratory pathogen emerges for which no vaccine exists, the question
becomes: can societies coordinate NPI adoption quickly and broadly
enough to exploit the multiplicative compounding effect? The answer
depends not on virology but on social organization, communication,
trust, and logistics --- precisely the factors that vary most across
countries and that proved most difficult during COVID-19.

The linear fooling phenomenon compounds this challenge. If limited
testing capacity creates an illusion of control during the critical
early phase, decision-makers may relax NPIs prematurely, losing the
window in which coordinated action could have stopped the pandemic.
Awareness of linear fooling and routine use of logarithmic displays
in public health dashboards could help mitigate this risk.


----


5. Conclusions
================

The SGIR model provides a mechanistic framework for understanding how
non-pharmaceutical interventions stop pandemics by increasing the Gap
of Germs between infectious agents and susceptible hosts. Using the
PandemicSociety101 stochastic simulation model calibrated to US
COVID-19 data, we demonstrate that:

1. An uncontrolled pandemic in a population of 330 million can infect
   289 million and kill 13 million within months.

2. A 50% reduction in both Decay and Catch rates --- achievable through
   coordinated use of facemasks, hygiene, and distancing --- can stop
   the same pandemic at 4.8 million infections and 310,000 deaths, a
   60-fold reduction.

3. The multiplicative compounding of NPI effects means that combining
   multiple imperfect interventions produces dramatically larger
   effects than any single intervention alone.

4. Linear fooling by limited testing capacity creates dangerous
   illusions of control during the critical exponential growth phase.

These results support the case for investing in pandemic preparedness
infrastructure that increases the Gap of Germs as a permanent public
good, rather than relying solely on reactive measures after a pandemic
has begun.


----


Supplementary Material
========================

The complete PandemicSociety101 model is available as an Evolvix
source code file (~3,900 lines) specifying all Parts, Actions, Rates,
initial conditions, and ASHA configurations for all scenarios described
in this paper. The model was executed using Evolvix prototype MMs0r3p1,
which maps the mass-action model specification to both ODE (Sundials
IDAS Dense solver) and SSA (Sorting Direct Method; see Ehlert and
Loewe, 2014) solvers.

**LLoL review needed:** [The Evolvix code file included with this
draft is the version ``QQ0r8p2_2020-06-20``. LLoL should confirm
that this is the version that produced the figures in the manuscript.]


----


References
=============

.. [Ehlert2014] Ehlert, R. S. and Loewe, L. (2014). [Full citation
   needed --- Journal of Chemical Physics paper on the Sorting Direct
   Method for stochastic simulation.]

.. [Grossman1972] Grossman, M. (1972). Non-Newtonian Calculus.
   [Publisher and details needed.]

.. [Grossman1983] Grossman, M. (1983). Bigeometric Calculus.
   [Publisher and details needed.]

.. [KermackMcKendrick1927] Kermack, W. O. and McKendrick, A. G. (1927).
   A contribution to the mathematical theory of epidemics.
   *Proceedings of the Royal Society of London A*, 115(772), 700--721.


----


Figures
=========

This paper references the following figures from the companion
document "EvoSysBio, Evolvix, and World War V against Coronaviruses"
(Loewe, 2020m07d17, 32 pp):

- **Fig. 4-1:** Simple forecasting of US coronavirus infections with
  doubling-time scenarios (3, 5, 6, 7 days).
- **Fig. 4-2:** Slow-motion explosion clocks tracking pandemic
  dynamics on log-scales using CDC data through May 2020.
- **Fig. 5-1:** Core model of PandemicSociety101 showing all 7
  infection stages, testing laboratory, hospital, and recovery
  pathways with input scenarios and parameter values.
- **Fig. 5-4:** People killed by virus in Scenario 1 (linear and log
  scales), showing ODE and SSA comparison.
- **Fig. 5-5:** Log-plot overview of Scenario 1 showing all
  population compartments and the "virus load iceberg."
- **Fig. 6-1:** Death rates (DoR, DoC) over time in Scenario 1.
- **Fig. 6-5:** Linear fooling --- how limited testing capacity
  creates an illusion of pandemic control (4 panels, linear and log).
- **Fig. 7-1:** Scenario 2, Options A/B/C --- the central result
  showing 60-fold reduction from coordinated NPIs.


----


Authorship and Acknowledgments
=================================

**Scientific content, simulations, and figures:** Laurence Loewe (LLoL).

**Paper text:** Drafted by Claude Opus 4.6 (Anthropic) based on LLoL's
simulation results, figures, Evolvix code, and prior manuscripts.
Claude's contribution is text drafting; all scientific claims,
simulation results, and model design are LLoL's responsibility.

**Note on AI assistance:** This paper's text was drafted with AI
assistance. The underlying science --- model design, simulation
execution, parameter selection, and interpretation --- is entirely
human work conducted in 2020. The AI contribution is limited to
organizing existing scientific content into manuscript form. All
scientific claims should be evaluated on their merits, independent of
the drafting method.

**Conflict of interest:** The author is the developer of the Evolvix
modeling language used in this study.
