Agent-Based Modelling of the Spread of Infectious Diseases: Compliance on Mask-Wearing and its Consequences on Policies

Jet New
23 min readJun 20, 2020

--

By New Jun Jie, Lim Wei Liang, Gwendolyn Yong En Ling, Tan Pei Han

Abstract

The objective of this study is to develop an agent-based modelling framework to simulate the spread of infectious diseases in order to investigate the extent to which mask-wearing is beneficial in the context of different policy interventions. The simulation is coded in Python 3 using NumPy, Pandas and Matplotlib. 6 different experiments are performed in the simulation: An experimental control, a mask effectiveness condition, an improper mask handling condition, an improved hygiene policy, a lockdown policy and an aggressive testing policy. The simulation framework and experimental data are made available: https://github.com/jetnew/COVID-Mask-Policy-Simulator. Regression is performed on the data, in which the difference in transmission rate from different percentages of mask wearers in the population is analysed against the extent of the policy intervention. The results show that the practice of mask-wearing allows mask wearers to benefit from a range of policy interventions to a greater extent than non-mask wearers.

Table of Contents

  1. Introduction and Motivation
  2. Research Questions
  3. Research Methodology
  4. Data Analysis
  5. Results and Discussion
  6. Limitations and Future Directions
  7. Conclusion
  8. References

1. Introduction and Motivation

In light of COVID-19, countries around the world have taken various preventive measures, e.g. movement control orders and promotion of hand hygiene in hopes to stall the spread of the virus (BBC). As a unique strain of the coronavirus, its basic reproduction number (R0), a measure of the infectivity of the disease, appears to range from 2.28 (Zhang) to 5.7 (Sanche), much higher than other strains of coronavirus — the overall R0 of MERS-CoV is < 1(World Health Organisation), while that of SARS was pegged at approximately 3(World Health Organisation Department Of Communicable Disease Surveillance And Response). As of 26 April 2020, more than 2.9 million people have been infected across nearly the entire world, and the death toll stands at a staggering 200 thousand (Worldometer).

Amidst the flurry of COVID-19, mask-wearing has gained traction as a measure to prevent the virus’s spread. Even in Singapore, the policy on mask-wearing has taken root — from discouraging the panic-buying of masks to currently, the legal enforcement of mask-wearing in public (Toh). While mask-wearing is readily adopted in certain countries, especially those severely affected by the 2003 SARS outbreak (Wong), non-mask wearers cite political reasons for their refusal.

Existing literature on infectious diseases generally demonstrate the effectiveness of mask-wearing (Cowling). Homemade masks have also been shown to provide more protection than none at all, even if they possess less filtration efficacy than surgical masks (Davies). For COVID-19, given the high number of asymptomatic and pre-symptomatic cases, mask-wearing should be encouraged even for healthy individuals and implemented on a wide scale. Symptoms take up to 11.5 days to surface; mask-wearing prevents the spread of disease here when patients are unaware that they have contracted the virus.

However, opponents list two main arguments against the adoption of widespread mask-wearing: ineffectiveness and inefficient allocation (Li). This is not without cause; not all masks (homemade or surgical) fit well or have high filtration efficacy (Davies). This could be further hampered by improper usage. Furthermore, the widespread demand for surgical masks poses a threat to frontline healthcare workers who find themselves low on supplies (Lacina).

A third argument against the adoption of masks may prove more significant: mask-wearing promotes risky-behaviour. Mask-wearing may raise awareness of better hygiene, but it may similarly also “engender a false sense of security” (Brienen). One experiment compared two groups’ adherence to hand hygiene policies, one with face masks and one without; in the former, mask-wearing appeared to have slightly decreased the overall adherence to hand hygiene intervention (Cowling). This suggests that mask-wearing policies should be adopted in tandem with other policies to counterbalance potential risky behaviours. Proponents of mask-wearing argue that the effectiveness of masks is not only linked to its timely, consistent and correct use, but also when it is implemented simultaneously with other personal hygiene measures (Bin-Resa).

With limited resources for mask-supply, it is imperative to determine how and if mask-wearing should complement other management strategies, notably lockdowns, aggressive testing and hygiene promotion. To examine the complex behavioural patterns of mask wearers vis-a-vis non-mask wearers, agent-based modelling (ABM) can be employed where each person is modelled as an individual agent that makes decisions based on individual assessments (Bonabeau). ABMs are commonly used for modelling the effects of infectious diseases (Koo). Through ABM, we hope to replicate the dynamics of a real-world population and observe how a population’s compliance with mask wearing affects the spread of a disease in the context of other real-world policy interventions.

2. Research Questions

We utilized agent-based modeling to investigate the extent to which mask-wearing may be beneficial in the context of different policy interventions. While existing literature generally demonstrates that masks reduce dispersion of respiratory droplets, there is little focus on how mask-wearing works in tandem with other disease management policies. This research project aims to investigate whether the comparative benefits of mask-wearing are still retained when other disease-management policies are put in place. In order to do so, this research will delve into the following questions. Questions 1 and 2 deal with individual handling of masks, while questions 3 to 5 examine the compound effect of other policies on masks.

1. If masks are less effective, how much safer are mask-wearers than non mask-wearers?

Before contextualising mask-wearing in different disease-management landscapes, we should examine the relative effectiveness of masks. Different masks have different effectiveness, either due to the filtration efficacy of the material used or the fit of the mask; a randomized trial comparing the effect of medical and cloth masks on healthcare worker illness found that those wearing cloth masks were 13 times more likely to experience influenza-like illness than those wearing medical masks (MacIntyre).

2. If masks are improperly handled, how much safer/dangerous are mask-wearers?

The effectiveness of masks also depends on their correct use. Experts claim that most people are unaware of how to wear or use masks properly, for example by touching their faces after touching their masks, or by not properly covering their faces, which could result in higher rates of infections (Howard) Also, by improperly reusing masks, they may breathe in contaminated respiratory droplets from the masks (Lopez). Using our model, we seek to investigate if masks are improperly handled, how much safer or dangerous are mask wearers compared to non-mask wearers.

3. How does improved hygiene policy affect the effectiveness of mask wearing?

Beyond mask-wearing, other strategies such as hand hygiene, lockdowns and aggressive testing are measures put in place to help slow transmission rates. The World Health Organization (WHO) advocates for better hand hygiene to reduce the transmission of COVID-19 via respiratory droplets or contact (WHO). Countries all over the world have put in place hand hygiene campaigns (WHO).

4. How does the effectiveness of lockdown policies affect the effectiveness of mask-wearing?

Many countries around the world have implemented some form of movement control or lockdown to curb daily social interactions and thus the spread of COVID-19. Modelling studies have shown that these social distancing interventions are highly effective in flattening the epidemic curve (Milne). We may even quantify the extent to which these have reduced daily travel in cities — for example, movement in Singapore has fallen to 10% of the normal (Citymapper).

5. How does the effectiveness of aggressive testing policies affect the effectiveness of mask-wearing?

Aggressive testing methods ensure targeted isolation. However, its benefits may not be universally reaped; there has to be enough test kits available in a city and even then testing is usually conducted in areas that experienced a large spike in cases. For Singapore, a spike in COVID-19 cases occurred within foreign worker dormitories. This led to aggressive testing, even for healthy individuals (Cher), to detect asymptomatic cases. Other cities such as New York (Romo) and Mumbai (Basu) have also started aggressive testing.

3. Research Methodology

To investigate the aforementioned research questions, we created COVID Mask Policy Simulator, an agent-based model (ABM) simulation designed to inform policies about mask-wearing. We have made the code and data open-source for replication of experimental results and further work at https://github.com/jetnew/COVID-Mask-Policy-Simulator.

Figure 1: Simulation Animation Representing Infection Spread

In Figure 1, the simulation represents the spread of the infectious disease. Each agent has 4 different states: masked-uninfected (white), unmasked-uninfected (yellow), masked-infected (orange) and unmasked-infected (red).

Simulation Design

The COVID Mask Policy Simulator used in our experiments is a 100x100, 2D grid world. Agent movement is modelled identically by a random walk in 8 directions (north, south, east, west, northeast, northwest, southeast, southwest) at every discrete time step. Transmission of infection occurs during a collision when an infected agent moves to the same coordinate as an uninfected agent at a transmission rate of 0.20 between non-mask wearers. All simulations are initialised with a total of 200 agents, 10 of which are infected mask wearers and 10 are infected non-mask wearers. The simulations run until the entire population has been infected with the diseases. The inverse of the time taken for 25%, 50%, 75% and 100% of the population to be infected represents the rate of transmission given a set of experimental parameters.

Case Study Experiment Design

We investigate 6 case study experiments, consisting of 1 control, 2 conditions and 3 policies. This section describes each case study and its corresponding objective. All simulations are run until all agents in the environment become infected. All case study experiments are performed over 30 runs to reduce noise in the results.

Table 1: Table of Notations
Table 2: Rates of Infection

In Table 2, we formulate the rate of infection (ri) of different types of transmissions. The effectiveness of mask (em) is inversely proportional to the rate of infection (ri). We represent this relationship in the form ri = ri / em. As ri of the transmission between mask wearer to non-mask wearer should be higher than that between mask wearer to mask wearer, we represent a further decrease in ri by ri = ri / em2. The severity of improper handling of masks (su) should be directly proportional to ri, thus ri of the transmission between non-mask wearer to mask-wearer is represented by ri = ri / em * (1 + su), a percentage increase in ri. For all experiments, ri=0.20, em=5, su=0, except for the Mask Effectiveness Condition, Improper Mask Handling Condition and Improved Hygiene Policy.

Experiment 1: Experimental Control

The objectives of the experimental control are: 1. to compare the transmission rate between mask wearers and non-mask wearers; and 2. to analyse how the percentage of mask wearers (tM/tT) in the population affects transmission rate.

Simulation Parameters for Objective 1
Simulation Parameters for Objective 2

Experiment 2: Mask Effectiveness Condition

The objective of the mask effectiveness condition is to analyse how the effectiveness of mask (em) affects the difference in transmission rate between mask wearers and non-mask wearers (dmu). The effectiveness of masks is inversely proportional to the rate of infection.

Simulation Parameters for Mask Effectiveness Condition

Experiment 3: Improper Mask Handling Condition

The objective of the improper mask handling condition is to analyse how the severity of improper mask handling (su) affects the difference in transmission rate between mask wearers and non-mask wearers (dmu). An assumption made to reduce simulation complexity is that 50% of mask wearers handle masks improperly. As the study investigates relative values, the severity of improper mask handling sufficiently captures the consequence of the improper mask handling situation.

Simulation Parameters for Improper Mask Handling Condition

Experiment 4: Improved Hygiene Policy

The objective of the improved hygiene policy is to analyse how reduced transmission rate from improved hygiene (ri) affects the difference in transmission rate between mask wearers and non-mask wearers (dmu). The effectiveness of the hygiene policy is inversely proportional to the infection rate (ri). The rate of infection (ri) between non-mask wearers is thus modified to indicate the effectiveness of the hygiene policy.

Simulation Parameters Improved Hygiene Policy

Experiment 5: Lockdown Policy

The objective of the lockdown policy is to analyse how percentage of people abiding by a lockdown (ps) affects the difference in transmission rate between mask wearers and non-mask wearers (dmu). Agents that abide by the lockdown policy will remain stationary, while agents that do not will continue movement.

Simulation Parameters Lockdown Policy

Experiment 6: Aggressive Testing Policy

The objective of the aggressive testing policy is to analyse how aggressiveness of testing (and quarantine) (pq) affects the difference in transmission rate between mask wearers and non-mask wearers (dmu). At every timestamp, every infected agent has a probability of being tested and quarantined at pq, and removed from the environment, preventing further spread from the diagnosed agent. An assumption made to enable inter-experimental comparison is that the probability pq is restricted to a low value to enable at least 50% of the population to be infected at the end of the simulation.

Simulation Parameters for Aggressive Testing Policy

4. Data Analysis

Experiment 1: Experimental control

Objective 1: To compare the transmission rate between mask wearers and non-mask wearers.

Figure 2: No. of transmissions over time. Left: Sample 1, Right: Averaged (n=30)

According to Figure 2, the rate of transmission for non-mask wearers (red) is higher than that of mask wearers (green). The no. of transmissions over time for mask wearers and non-mask wearers can be modelled by performing logistic regression. The sigmoid function is defined as:

Using least squares optimisation of residuals, the no. of transmissions of mask wearers can be defined as:

while the no. of transmissions of non-mask wearers can be defined as:

By visually observing the gradients of the graphs, one can observe that the transmission rate of non-mask wearers is greater than that of mask wearers. Therefore, mask wearers are much safer than non-mask wearers, ceteris paribus.

Objective 2: To analyse how the percentage of mask wearers, nM/nT affect transmission rate.

Figure 3: Time taken to infect T% of the population against nM)/nT
Left: Sample 1, Right: Averaged (n=30)

As inferred from Figure 3, the time taken to infect 25%, 50%, 75% and 100% of the population with respect to the percentage of mask wearers can be modelled by performing exponential regression. The exponential function is defined as:

Using least squares optimisation of residuals, the time taken to infected T% of the population as a function of the percentage of mask wearers can be defined as:

Figure 4: Exponential regression of time taken against nM)/nT

Therefore, according to Figure 4, the higher the percentage of mask wearers, the longer the time required to infect 25%, 50%, 75% and 100% of the population, and the lower the rate of transmission in the population.

Figure 5: Standard deviation of time taken to infect 50% of the population (t_50) against nM)/nT

According to Figure 5, the standard deviation of the time for 50% of the population to be infected is also positively correlated to the proportion of masked. This shows that the outcomes will also vary more widely when there is a larger proportion of masked and the mean of t50 is larger. This can be explained by the fact that the simulation would exhibit more variance between experimental runs the longer the time it is run for. Thus, this effect will apply to all of the following experiments and would also be exacerbated by the policies that increase the time taken for the disease to spread.

Experiment 2: Mask Effectiveness Condition

Objective: To analyse how effectiveness of mask (em) affects the difference in transmission rate between mask wearers and non-mask wearers (dmu).

Figure 6: Time taken to infect T% of the population, against em and nM/nT, averaged over 30 samples (n=30)

From Figure 6, it can be observed that the time taken to infect a percentage of the population is positively correlated with both the proportion of mask wearers in the entire population and the effectiveness of masks.

We have determined in the Control Objective 1 that non-mask wearers always have a higher transmission rate than mask wearers. Therefore, to quantify the difference in transmission rate between mask wearers and non-mask wearers (dmu), we use the difference between t50 at nM/nT = 0.3 (60 mask wearers) and nM/nT = 0.7 (140 mask wearers), as any differences in time taken must arise from the replacement of non-mask wearers with mask wearers. It can also be seen that a larger proportion of mask wearers in the population results in t50 being higher, which implies a slower spread of the disease and thus smaller transmission rate. Therefore, dmu = tnm/nt=0.7 — tnm/nt=0.3, and is itself a representation of the size of the difference in transmission rates.

Figure 7: Difference in t50 between nM/nT = 0.3 and 0.7 against em, averaged (n=30)

According to Figure 7, the higher the effectiveness of masks, the higher the difference in transmission rate between mask wearers and non-mask wearers. Pearson’s correlation between em and dmu = 0.99849 (5 d.p.) suggests a strong positive linear relationship.

Experiment 3: Improper Mask Handling Condition

Objective: To analyse how severity of improper mask handling (su) affects the difference in transmission rate between mask wearers and non-mask wearers (dmu).

Figure 8: Time taken to infect T% of the population, against su and nM/nT, averaged (n=30)
Figure 9: Difference in t50 against su, averaged (n=30)

Based on Figure 8, the time taken to infect a proportion of the population is positively correlated with the proportion of mask wearers, but negatively correlated with the severity of improper mask handling.

Additionally, according to Figure 9, the higher the severity of improper mask handling, the lower the difference in transmission rate between mask wearers and non-mask wearers, implying that masks become less effective at reducing the spread of the disease. Pearson’s correlation between em and dmu = -0.98227 (5 d.p.) suggests a strong negative linear relationship.

Experiment 4: Improved Hygiene Policy

Objective: To analyse how reduced transmission rate from improved hygiene (ri) affects the difference in transmission rate between mask wearers and non-mask wearers (dmu).

Figure 10: Time taken to infect T% of the population, against ri and nM/nT, averaged (n=30)
Figure 11 (Left): Difference in t50 against ri, averaged (n=30)
Figure 12 (Right): Difference in t50 against ri4, averaged (n=30)

Based on Figure 10, the time taken for the disease to spread to a certain proportion of the population is positively correlated with both the proportion of mask wearers in the population and the reduction in transmission rates due to improved hygiene practices.

According to Figure 11, the lower the transmission rate due to an improved hygiene policy, the higher the difference in transmission rate between mask wearers and non-mask wearers. This shows that there are benefits to implementing both policies together and they enhance each other’s effects. Pearson’s correlation between ri and dmu is 0.91227 (5 d.p.), between ri2 and dmu = 0.97190, and between ri4 and dmu is 0.99636. Examining the shape of the graph and given higher pearson correlation between ri4 and dmu compared to ri and dmu it is likely that there is a quartic relationship between ri and dm, implying that a more effective improved hygiene policy reduces transmission rate of mask wearers to a much greater extent than that of non-mask wearers.

Experiment 5: Lockdown Policy

Objective: To analyse how percentage of people abiding by a lockdown (ps) affects the difference in transmission rate between mask wearers and non-mask wearers (dmu).

Figure 13: Time taken to infect T% of the population, against su and nM/nT, averaged (n=30)
Figure 14 (Left): Difference in t50 against ps, averaged (n=30)
Figure 15 (Right): Difference in t50 against ps4, averaged (n=30)

From Figure 13, mask-wearing and lockdown policies have a complementary effect on each other, to the extent of vastly increasing the time needed for the population to be completely infected as compared to when only 1 of either policy was implemented.

According to Figure 14, the higher the percentage of people abiding by the lockdown policy, the higher the difference in transmission rate between mask wearers and non-mask wearers, further highlighting how the two policies work in tandem to improve the final outcome. Pearson’s correlation between ri and dmu is 0.89914 (5 d.p.), between ri2 and dmu is 0.98086, and between ri4 and dmu is 0.99482. Examining the shape of the graph and given higher pearson correlation between ri4 and dmu compared to ri and dmu it is likely that there is a quartic relationship between ri and dm, implying that a more effective lockdown policy reduces transmission rate of mask wearers to a much greater extent than that of non-mask wearers.

Experiment 6: Aggressive Testing Policy

Objective: To analyse how aggressiveness of testing (and quarantine) (pq) affects the difference in transmission rate between mask wearers and non-mask wearers (dmu).

Figure 16: Time taken to infect T% of the population, against su and nM/nT, averaged (n=30)
Figure 17 (Left): Difference in t50 against pq, averaged (n=30)
Figure 18 (Right): Total Infected at the end of the experiment, averaged (n=30)

From Figure 16, time taken to infect a proportion of the population is positively correlated to both proportion of mask wearers and aggressiveness of testing. According to Figure 17, the higher the effectiveness of the aggressive testing policy, the larger the difference in transmission rate between mask wearers and non-mask wearers. Interestingly, from Figure 18, when pq is sufficiently high, there are cases where not the entire population is infected at the end. This suggests that such a positive outcome depends on both a high proportion of mask wearing and aggressive testing.

5. Results and Discussion

Mask wearers are safer than non-mask wearers for the baseline experiment with all other variables held constant. A strong positive linear relationship was found between effectiveness of masks and difference in transmission rate between mask wearers and non-mask wearers. There was also a strong negative linear relationship between severity of improper mask handling and difference in transmission rate between mask wearers and non-mask wearers. For mask wearers to maximise the benefits of mask-wearing, they have to ensure that the better masks are used and masks are properly handled.

While many policies are generally effective in reducing transmission rates, mask wearers and non-mask wearers reap the benefits differently. When implemented in tandem with policies driving improved hygiene, aggressive testing and lockdown measures, the difference in transmission rate between mask wearers and non-mask wearers increases as the extent of policy intervention increases. For simulations conducted for improved hygiene policy and lockdown policy, a quartic relationship was observed between policy intervention, represented by rate of transmission between non-mask wearers and difference in transmission rate between mask wearers and non-mask wearers. For simulations conducted for aggressive testing policy, the higher the effectiveness of the aggressive testing policy, the larger the difference in transmission rate between mask wearers and non-mask wearers. This shows that as policies are implemented widely, their effectiveness will also be boosted when more people wear masks, thus benefiting the population at large with longer transmission times.

In our formulation of the best case scenarios (high number of mask-wearers and high policy intervention), results showed higher variability in the time taken for a certain population to be infected. However, it is important to note that higher variability with lower transmission rate is a significantly better situation than a lower variability with higher transmission rate.

6. Limitations and Future Directions

A limitation of our study that future studies can build on is the simplified representation of reality in our simulation. We chose to reduce the environment’s complexity due to our research’s focus on the relative consequences of mask wearers and non-mask wearers with respect to circumstances and policy interventions, rather than the realism of the empirical results. As a result, the following assumptions are made. Firstly, the spread of the disease was modeled with only 2 states (infected and uninfected) and 2 homogenous categories of agents (masked and unmasked). Secondly, the agents modelled in our simulation display stationarity of behaviour, as mask wearers remain as mask wearers and vice versa throughout the duration of the simulation. This assumption might not hold true as behaviors might be altered by policy interventions or increase in infection rates. Thirdly, the country is modelled as a closed environment of low complexity (2D grid world), with agent movement modelled as random walks. An improvement would be to add details, at the cost of higher complexity, to better represent the underlying situation of the spread of COVID-19. For example, an application could model travel patterns and areas of travel such as work and home more realistically.

To build upon our findings, other studies could utilize agent-based modeling using the COVID Mask Policy Simulator to represent the spread of COVID-19 in other situations, such as within hospitals or workplaces, or to even model the effects of policy interventions in order to guide government decision-making. (e.g. time required for a lockdown to curb the spread of the disease).

7. Conclusion

In conclusion, the results of our agent-based modeling study strongly support correctly wearing quality masks to curb the spread of COVID-19. Our results from simulating policy interventions on the COVID Mask Policy Simulator show that the practice of mask-wearing allows mask wearers to benefit from a range of policy interventions to a greater extent than non-mask wearers. Mask-wearing produces a positive reinforcing effect on policy interventions and ultimately produces better outcomes for the entire population in terms of curbing the spread of disease.

8. References

  1. “Coronavirus: The World in Lockdown in Maps and Charts.” BBC News, BBC, 7 Apr. 2020, www.bbc.com/news/world-52103747.
  2. Zhang, Sheng et al. “Estimation of the reproductive number of novel coronavirus (COVID-19) and the probable outbreak size on the Diamond Princess cruise ship: A data-driven analysis.” International journal of infectious diseases : IJID : official publication of the International Society for Infectious Diseases, vol. 93 201–204. 22 Feb. 2020, doi:10.1016/j.ijid.2020.02.033
  3. Sanche, Steven, et al. “High Contagiousness and Rapid Spread of Severe Acute Respiratory Syndrome Coronavirus 2.” Emerging Infectious Diseases, vol. 26, no. 7, 2020, doi:10.3201/eid2607.200282.
  4. World Health Organisation. “WHO MERS Global Summary and Assessment of Risk.” August 2018. https://www.who.int/csr/disease/coronavirus_infections/risk-assessment-august-2018.pdf
  5. World Health Organisation Department Of Communicable Disease Surveillance And Response. “Consensus document on the epidemiology of severe acute respiratory syndrome (SARS).” 2003. https://www.who.int/csr/sars/en/WHOconsensus.pdf
  6. “Coronavirus Cases:” Worldometer, www.worldometers.info/coronavirus/.
  7. Toh, Ting Wei. “Coronavirus: Singapore Govt Will No Longer Discourage Wearing of Masks, to Give Reusable Masks to All Households.” The Straits Times, 3 Apr. 2020, https://www.straitstimes.com/singapore/health/coronavirus-govt-will-no-longer-discourage-wearing-of-masks-to-give-reusable-masks.
  8. Wong, Tessa. “Coronavirus: Why Some Countries Wear Face Masks and Others Don’t.” BBC News, BBC, 31 Mar. 2020, www.bbc.com/news/world-52015486.
  9. Marc Fisher, Clarence Williams. “Will Americans Wear Masks to Prevent Coronavirus Spread? Politics, History, Race and Crime Factor into Tough Decision.” The Washington Post, WP Company, 18 Apr. 2020, www.washingtonpost.com/national/coronavirus-masks-america/2020/04/18/bdb16bf2-7a85-11ea-a130-df573469f094_story.html.
  10. Cowling, Benjamin J, et al. “Respiratory Virus Shedding in Exhaled Breath and Efficacy of Face Masks.” July 2020, doi:10.21203/rs.3.rs-16836/v1.
  11. Davies, Anna et al. “Testing the efficacy of homemade masks: would they protect in an influenza pandemic?.” Disaster medicine and public health preparedness vol. 7,4 (2013): 413–8. doi:10.1017/dmp.2013.43
  12. Plater, Roz “As many as 50 Percent of People with COVID-19 Aren’t Aware They Have the Virus.” Healthline, https://www.healthline.com/health-news/50-percent-of-people-with-covid19-not-aware-have-virus#How-transmission-works
  13. Lauer SA, Grantz KH, Bi Q, et al. “The Incubation Period of Coronavirus Disease 2019 (COVID-19) From Publicly Reported Confirmed Cases: Estimation and Application”. Ann Intern Med. 2020; [Epub ahead of print 10 March 2020]. doi: https://doi.org/10.7326/M20-0504
  14. Li, Ruiyun, et al. “Substantial Undocumented Infection Facilitates the Rapid Dissemination of Novel Coronavirus (SARS-CoV2).” Science, American Association for the Advancement of Science, 16 Mar. 2020, science.sciencemag.org/content/early/2020/03/24/science.abb3221/tab-e-letters.; Feng, Shuo et al. “Rational use of face masks in the COVID-19 pandemic.” The Lancet. Respiratory medicine, S2213–2600(20)30134-X. 20 Mar. 2020, doi:10.1016/S2213–2600(20)30134-X
  15. Davies, Anna et al. “Testing the efficacy of homemade masks: would they protect in an influenza pandemic?.” Disaster medicine and public health preparedness vol. 7,4 (2013): 413–8. doi:10.1017/dmp.2013.43
  16. Lacina, Linda. “Panic Buying of Face Masks and Other Supplies Puts Healthcare Workers at Risk, Says WHO.” World Economic Forum, www.weforum.org/agenda/2020/03/stop-buying-facemasks-and-other-medical-supplies-urges-who-officials/.
  17. Brienen, Nicole C. J., et al. “The Effect of Mask Use on the Spread of Influenza During a Pandemic.” Risk Analysis, vol. 30, no. 8, 2010, pp. 1210–1218., doi:10.1111/j.1539–6924.2010.01428.x.
  18. Cowling, Benjamin J., et al. “Facemasks and Hand Hygiene to Prevent Influenza Transmission in Households.” Annals of Internal Medicine, vol. 151, no. 7, June 2009, p. 437., doi:10.7326/0003–4819–151–7–200910060–00142.
  19. Bin-Reza, Faisal et al. “The use of masks and respirators to prevent transmission of influenza: a systematic review of the scientific evidence.” Influenza and other respiratory viruses vol. 6,4 (2012): 257–67. doi:10.1111/j.1750–2659.2011.00307.x
  20. Bonabeau, Eric. “Agent-based modeling: Methods and techniques for simulating human systems” Proceedings of the National Academy of Sciences, 99 (suppl 3) 7280–7287 (2002); DOI: 10.1073/pnas.082080899
  21. Koo, Joel R, et al. “Interventions to Mitigate Early Spread of SARS-CoV-2 in Singapore: a Modelling Study.” The Lancet Infectious Diseases, 2020, doi:10.1016/s1473–3099(20)30162–6.
  22. MacIntyre CR, Seale H, Dung TC, et al “A cluster randomised trial of cloth masks compared with medical masks in healthcare workers” BMJ Open, 5 (2015) doi: 10.1136/bmjopen-2014–006577
  23. Howard, Jacqueline. “Masks may actually increase your coronavirus risk if worn improperly, surgeon general warns.” CNN, 2 Mar. 2020, https://edition.cnn.com/2020/03/02/health/surgeon-general-coronavirus-masks-risk-trnd/index.html
  24. Lopez, German. “The evidence for everyone wearing masks, explained.” Vox, 31 Mar. 2020, https://www.vox.com/2020/3/31/21198132/coronavirus-covid-face-masks-n95-respirator-ppe-shortage
  25. World Health Organization. “Interim recommendations on obligatory hand hygiene against transmission of COVID-19.” World Health Organization, 1 Apr. 2020, https://www.who.int/who-documents-detail/interim-recommendations-on-obligatory-hand-hygiene-against-transmission-of-covid-19
  26. World Health Organization. “ Countries or areas running hand hygiene campaigns.” World Health Organization, https://www.who.int/gpsc/national_campaigns/country_list/en/
  27. Milne, George J, Simon Xie. “The Effectiveness of Social Distancing in Mitigating COVID-19 Spread: a modelling analysis”. BMJ. (2020) doi:https://doi.org/10.1101/2020.03.20.20040055
  28. “Citymapper Mobility Index.” Citymapper, citymapper.com/cmi/singapore.
  29. Cher, Audrey. “Why Singapore’s push to contain coronavirus among migrant workers is so difficult.” CNBC, 22 Apr. 2020, https://www.cnbc.com/2020/04/23/coronavirus-cases-spike-among-singapore-migrant-workers.html
  30. Romo, Vanessa. “New York Starts ‘Aggressive’ Coronavirus Antibody Testing In Quest To Reopen Economy.” National Public Radio, 20 Apr. 2020, https://www.npr.org/sections/coronavirus-live-updates/2020/04/20/839429603/new-york-starts-aggressive-coronavirus-antibody-testing-in-quest-to-reopen-econo
  31. Basu, Bohana, Sandhya Ramesh.“Mumbai’s high Covid count due to aggressive testing but 81% cases asymptomatic: BMC chief.” The Print, 22 Apr. 2020, https://theprint.in/theprint-otc/mumbais-high-covid-count-due-to-aggressive-testing-but-81-cases-asymptomatic-bmc-chief/406400/

Presentation Deck

--

--

Jet New

NUS Computer Science + USP. Researching causal reinforcement learning. Ex-Intern at Grab, IMDA. https://jetnew.io