The Impact of Demographic Variables on Disease Spread: Influenza in Remote Communities

Size: px
Start display at page:

Download "The Impact of Demographic Variables on Disease Spread: Influenza in Remote Communities"

Transcription

1 esupplementary Information The Impact of Demographic Variables on Disease Spread: Influenza in Remote Communities Marek Laskowski, Luiz C. Mostaço-Guidolin, Amy Greer, Jianhong Wu, Seyed M. Moghadas This supplementary information provides details of community profiles, model structure and parameters, and the simulator that functions as an in-silico laboratory for conducting simulation experiments aimed at understanding the relationships between demographic variables (i.e., age and household composition) that underlie the emergent phenomenon of infectious disease spread. The results of model simulations for several aspects of the epidemic, including hospitalizations, age standardized infection ratio, household attack rates, and serial interval distributions, are also presented. Model Details There are two basic entities in the model: (i) agents that represent individuals living in the simulated community; and (ii) the environment that represents the community in which agents interact. The interaction of agents is determined by modular behavioral components, each containing state information relative to that behavior. For example, each agent s disease component maintains the state of disease specific to that agent, and movements are driven by schedules, leading to indirect relationships between agents by virtue of being co-located at a particular position and at a particular time step in the community. Disease may spread from infected to uninfected agents that are located at the same position on a particular time step according to the disease state component. Figure A1 illustrates these relationships. Figure A1. Fundamental model relationships. Like other agent-based models, the relationships between entities in our model may be viewed as a bipartite graph [1] with agent nodes and position nodes, and edges between them representing the agent occupying the position for a particular time step. 1

2 The model developed here is comprised of the following interacting modules: Temporal, Spatial, Age Demographic, Agent Schedule, Disease Transmission, and Disease Progression. Below, we provide details of each module, and describe data sources as well as their means of integration. Temporal module In our model, time advances in discrete steps of one hour. The details of the simulation of each time step are described by the pseudocode presented in Listing A1. Listing A1. Pseudocode for the main simulation loop. Precondition: initial state of the environment is set, all agents are created, and have initialized disease and schedule models 1 while there are any remaining infected, exposed, or presymptomatic agents do: 2 advance the disease state of each agent by the time step 3 each agent decides to which location it desires to go 4 model disease transmission between co-located agents 5 agents move to their desired location 6 advance the time of day by the time step 7 end while..do Spatial module The agent s environment is divided into locations that correspond to contact mixing groups. There are four types of locations: households, workplaces, classrooms, and other public spaces in the community. All the locations are arranged in a lattice, and households, workplaces, and classrooms are separated by one public space in each direction. Figure A2 shows details of the layout, which is not meant to reflect the exact topography of the community, centralizes school and work locations while leaving households at the periphery. This layout becomes important when considering random mixing near an agent s current location. The lattice can be viewed as having rows and columns that are numbered starting with (0,0) in the top left corner, with indices increasing towards the bottom and right for rows and columns, respectively. Recent empirical work [2] suggests that homogenous mixing would likely suffice within schools, whereas this model further compartmentalizes them by age or grade. Locations in which the same sets of agents are regularly positioned are analogous to clusters or highly connected nodes in a social network. An agent s location changes based on agent schedules and the time of day as described by the agent schedule module. Given the hourly time step and the relatively small community size, we ignored the travel time and means between locations. 2

3 Figure A2. Spatial layout of the ABM lattice-like community. The number of household mixing groups is based on Statistics Canada community profiles[3], with a total of 436 private dwellings in the remote community (RC). Without any available data on the number of workplaces or workplace sizes in the particular community, the number of workplaces is based on the assumption that the remaining 129 dwellings that are not households serve as workplaces [3]. This assumption leads to reasonable workplace sizes for the experiments that were conducted. The effect of workplace size is not the focus of this work, and the results presented in the main discussion suggest that the effect of workplace size is dominated by the other variables considered here. There are 12 classrooms or school mixing groups, based on student age. The distribution of agents amongst household mixing groups is based on data [4] which specifies the count of households of each size in the community. The specific procedure used to assign agents to households remains the same regardless of the household size distribution used for particular scenarios or experiments in the main text. This random distribution procedure is applied for every simulation run, resulting in a slightly different community structure for each different random seed used. The procedure to assign agents to households is as follows. Agents are separated into two temporary lists: those over 18 (adults), and those younger than 18 (children). Also, all houses in the community are placed in a third temporary list. Beginning with the list of adults, agents are removed from the list and assigned to a uniformly random house from the list of houses. Once the list of adults is exhausted, the distribution procedure continues with the list of children in order to bias against households with only children. During the distribution procedure, the first n i houses to have i occupants assigned are removed from the list of houses in order to satisfy the constraint in the data that there are n i households of size i. However, once there are only houses that will have 6 or more residents, they are not removed from the list of houses, and agents continue to be distributed amongst the remaining houses in the list until the lists of agents are exhausted. For the 3

4 experiments in which community household composition profiles were shifted, a different household size distribution or constraint is used to distribute agents amongst houses rather than the data that was used originally. The first of these alternative household composition profiles ( households of size 4 and 5 ; household composition in Table 1 of the main text) attempts to distribute agents amongst houses as uniformly as possible. That is, using the same number of available houses, to minimize the maximum household size. Given the population of 1895 individuals and 436 households, equal distribution of individuals will result in some households of size 4 and some of size 5 (an average of 4.35 individuals per household). The specific profile used in the scenario has 285 households of size four and 151 households of size five was arrived at by solving the following system of linear equations: 4x + 5y = 1895 x + y = 436 where x and y are the households of sizes 4 and 5, respectively. The second alternative household composition profile used in the experiment scenarios shifted the profile such that the ratio of households of a certain size to all households is the same as in Winnipeg ( Winnipeg-like household composition in Table 1 of the main text). Since the population of RC is much smaller than Winnipeg, there are far fewer households. However, since the average number of persons per household is lower in Winnipeg (2.4) than in RC (4.4), the number of houses will have to be increased from 436. The household composition data for Winnipeg [4] specifies how many households have 6 or more persons so we assumed that all households with more than 6 persons have a size of 7. This is done in order to estimate the ratio of households of particular sizes to the whole. In order to account for all the persons in private dwellings in Winnipeg (622430) [4], 2470 households of size 6, and 3640 households of size 7 are required. Based on these assumptions, the ratios of households of a certain size in Winnipeg are calculated by dividing the counts of households of each size by the total number of households in Winnipeg (261130) and are presented in Table A1. Table A1. Ratio of household sizes in Winnipeg. Household size Ratio The number of houses required for a population of size 1895 to have the same household size ratios as Winnipeg in Table A1 satisfies the following equation: 7 iri x = 1895, i= 1 where x is the total number of houses and i R is the ratio of households with size i to the whole. This yields 795 houses, which implies 359 more houses would have to be placed in the community 4

5 in order to achieve the same household composition profile as Winnipeg. This provides the household size profile used for the experimental scenario, and is summarized in Table A2. Table A2. Community household size profile used in the experimental scenario. Household size Number of households For distributing individuals amongst workplaces, after the number of employed individuals is determined (as explained in the Agent Schedule section below) but before the simulation begins, we first distributed uniformly the individuals that work in schools, estimated at 48 [3], amongst the 12 classroom mixing groups. The remaining working individuals are distributed randomly amongst the locations designated as workplaces in the community with a uniform probability. Distribution amongst the classroom mixing groups was done according to their age such that all students with the same age are in the same classroom. Age demographic module The age profile for RC was based on [3], which provides counts of individuals in five-year age-groups, stratified by gender. The probability of an agent being female is simply the ratio of individuals that are female in the data. Once the gender is determined, the age group of the agent is determined randomly with a weighted probability. The probability of the agent belonging to each age group is the count of agents in that age group divided by the count of all the agents. Once the age group is determined, the age of the agent counted in years is selected randomly within the age range of that group, with a uniform probability. In experiment scenarios where Winnipeg demographic age profiles are used ( Winnipeglike age distribution in Table 1 of the main text), the counts in Table A2 are scaled down to a total population of It should be noted that for these scenarios employment rates were also changed to better reflect the Winnipeg level of activity (details in the Agent Schedule section). These shifts affect workplace mixing group sizes and school mixing group sizes (analogous to classrooms or grades). Agent schedule module There is no data available on individual s time use in remote northern communities. We therefore made some reasonable assumptions of basic activities and schedules in an attempt to capture the main causes for contact within a small community. That is, agents spend time at and around their home, work, or school locations. Before the simulation starts, during the agent creation process after the agent age and gender has been determined (as above), the procedure to determine whether an agent attends school or work is applied as follows. Individuals under 6 years of age are assumed to attend neither work nor school. Individuals 6-17 years of age are assumed to attend school. Agents years of age 5

6 (depending on the gender of the agent) are employed as described in the Employment ratios presented in Table A3. Agents 65 and older attend neither work nor school. Table A3. Employment data for RC [3] and Winnipeg [5]. Number of individuals years of age Number of employed individuals RC Winnipeg Male Female Male Female Employment ratio For the experimental scenarios in which the age profile is shifted to resemble Winnipeg ( Winnipeg-like age distribution in Table 1 of the main text), the Winnipeg employment ratios are used to more accurately capture the behavioral profile of the community. All agents follow the same basic scheduling pattern with variation introduced depending on whether the agent attends work or school (or neither). Also, for a particular agent, there is some random variation as follows: Between 00:00 (midnight) and 08:00, all agents are at their assigned home locations. The simulation begins at midnight so the initial state of all agents is at their respective household. Between 08:00 and 16:00 agent behavior will be different depending on whether the agent attends work, school, or neither. If the particular agent attends work or school, it will remain in their respective work or school location, except for lunch time (12:00 13:00) during which the agent exhibits the random walk behavior in Listing A2. Between these hours, agents that do not attend work nor school, will (with equal probability) either be at their assigned home location, or exhibit the random walk behavior in Listing A2. Between 16:00 and 00:00 agents will (with equal probability) either be at their assigned home location, or exhibit the random walk behavior in listing A2. Listing A2. Pseudocode for random walk behavior. Precondition: A given agent has decided to perform random walk, and the agent has a current location 1 delta_columns := 1 2 delta_rows := 1 3 rand_num := generate a random floating point number between 0 and 1 4 while rand_num < 0.5 do: 5 delta_columns := delta_columns + 1 rand_num := generate a random floating point number between 0 and 1 6 end while..do 7 rand_num := generate a random floating point number between 0 and 1 8 if rand_num < 0.5 then: 6

7 9 delta_columns = delta_columns * (-1) 10 end if..then 11 delta_rows is calculated in a similar manner Postcondition: agent will travel delta_rows and delta_columns on the community grid or lattice (figure A2) from the agent s current location When applicable, the decision to either go to the assigned location or perform the random walk, is made on a per-agent per-time-step basis. The random walk behavior described in listing A2 is relative to the agent s current location. Thus, the agent will tend to stay near to their current location, but occasionally venture farther away (with exponentially decreasing probability) when exhibiting the random walk behavior. Agents that are in the infected disease state (see Figure A3) and are staying home (I s ) will always be at home and not exhibit the random walk behavior while in this state. Listing A3. Pseudocode for disease transmission. 1 for each location L in the model: 2 for each infectious or presymptomatic agent I at L: 3 if I is presymptomatic then: 4 Pt := base probability of transmission / 2 5 else: 6 Pt := base probability of transmission 7 end if-else 8 for each susceptible agent S at L: 9 if age of S is >= 50 then: 10 apf := P1 11 else: 12 apf := P2 13 end if-else 14 rand_num := generate a random floating point number between 0 and 1 15 if rand_num < Pt*(1-apf) then: 16 S transitions to the exposed disease state 17 end if-then 18 end for each susceptible agent 19 end for each infectious or presymptomatic agent 20 end for each location Disease transmission module At the start of each simulation scenario, all agents are initialized to the susceptible (S) state, except for one randomly chosen agent (the initial case), which is initialized to the I k state. Each simulation time-step is considered as an independent Bernoulli trial where transmission is effectively viewed as a "rate", that is transmissions per unit time. The module for disease transmission is presented in Listing A3. When there are n infectious individuals and m susceptible individuals co-located in a particular time-step, n m an independent trial is performed between infectious and susceptible individuals. Once infected, the susceptible individual is removed from the list of susceptible individuals. Disease progression module The module is based on a compartmental type of model that resembles a Markov chain. Typically, agents begin in the susceptible compartment (S). Once exposed (E), the individual will remain in this compartment for the exposed period, T E. After time T E has elapsed, the disease 7

8 compartment will change to pre-symptomatic (P), during which transmission to other susceptible agents can occur without showing any symptoms of disease. The individual will remain in this stage for the pre-symptomatic period, T P. Once T P has elapsed, the infectious individuals is identified (I d ) with probability α, or remains undiagnosed (I u ) with probability 1 - α. Undiagnosed cases will stay home (I s, self-isolation) with probability ω, or follow their normal schedule (I k ) with probability 1 - ω. Diagnosed cases will be hospitalized (H) with probability π, and effectively removed from the simulation without contributing to disease spread. Diagnosed agents that are not hospitalized will move to the I s compartment with probability λ and the I k compartment with probability ρ. The individual will remain in the I k or I s compartment for the infectious period T I (Figure A4). After T I has elapsed the agent moves to the recovered (R) compartment and acquires immunity against reinfection. We assumed a probability of α=0.02 for an infectious case to be identified following symptom onset [6]. The probability of self-isolation was assumed to be 0.8 for children below 18, 0.3 for adults between 18 and 50 years of age, and 0.8 for individuals above age of 50 [7,8,9]. The age-specific probability of hospitalization, once diagnosed, was estimated from pandemic data collected for the Burntwood health region in the province of Manitoba, Canada, where the majority of remote and isolated communities are located. The probability of hospitalization based on age is drawn from aggregate infection and hospitalization data over a subset of communities in the Burntwood region that resemble the community modeled here. Figure A3. Compartmental disease state model. 8

9 Figure A4. Log-normal distribution of the infectious period captured over 1000 simulations, resulting in data points. The mean infectious period is 3.1 days. Model Plausibility In this section a number of measures of emergent model behavior are presented to support the qualitative aspects of the findings reported in the main text. Contact Network The characteristics of the contact network reflect the combined performance of the demographic (number of houses, number of agents, and their ages) and agent schedule. Figure A4 shows the average number of daily contacts that lasted for 1, 6, and 9 hours for four different age groups in the model. This figure shows the variation in contact patterns that are consistent with observed patterns published in the literature [10]. The average number of contacts peaks for individuals around 15 years of age, and decreases in older individuals. Figure A5. Average number of daily contacts by age group that lasted for 1 (black), 6 (dark grey), and 9 or more (light grey) hours during a 24-hour model simulation. 9

10 Transmissibility We assumed a transmission rate the resulted in an average number of 1.9 secondary infections (in the absence of any limitation to disease spread). This was done by setting p 1 and p 2 to zero, and varying the base probability of transmission, P base, until the average number of secondary infections resulting from the initial case averaged over 1000 runs was approximately 1.9. This P base was used for all the experimental scenarios. Comparisons of pandemic model output for several of the experimental scenarios discussed in the main text are presented in figure A6 with p 1 and p 2 set to 0. Each curve represents the average of 1000 independent runs for that scenario. The effects of demographic shifts have a plausible effect on the outcome, considerably changing not only the peak time, but also the magnitude of the outbreak. The peak time for the original demographics scenario is between 20 and 30 days which is consistent with data for pandemic 2009 in the region studied here. Figure A6. Epidemic curves for selected experimental scenarios (corresponding to Table 1 in the main text) with p 1 =p 2 =0. The standard error bars shown on the epicurves represent the degree of variability in the results of 1000 simulation runs. 10

11 Hospitalizations Counts of confirmed cases, counts of hospitalizations, and age-specific probability of hospitalization from data are summarized in Table A4. When counts were small, an assumed hospitalization probability was used in the model, based on the nearest adjacent age-groups. Table A4. Input data for age-specific hospitalization probability. Age range Confirmed cases Hospitalizations Probability of hospitalization if confirmed Probability used in model 0 to to to to to to to to to to to to to and over For each simulated scenario, we obtain the range of the ratios of hospitalization to the final size (total number of infections), and the results are summarized in Table A5. 11

12 Table A5. Range of the ratios of hospitalization to the final size. Simulation hospitalization ratio scenarios 0.5 p 1 0.7; 0.1 p p 1 0.3; 0.5 p Original demographics Age employment shift Egalitarian Scaled Winnipeg Scaled Winnipeg age employment shift School closure four weeks School closure eight weeks Serial Intervals The distributions of serial interval (the time interval between clinical onsets in primary and secondary cases) were recorded for each scenario, as presented in Figures A7-A10. Only cases where there were one or more secondary infections were considered in averaging the serial interval over sample realizations. The average serial interval was estimated from the log-normal curve fit to each distribution. 12

13 Figure A7. Distributions of the serial interval for the original household composition of RC as reported in census data and: (a) the original age distribution of RC (average: 3.31 days); (b) a shift to Winnipeg-like age distribution (average: 3.35 days); (c) the original age distribution of RC with switched levels of pre-existing immunity (average: 3.53 days); and (d) a shift to Winnipeg-like age distribution with switched levels of pre-existing immunity (average: 3.49 days). 13

14 Figure A8. Distributions of the serial interval for the original age profiles of RC as reported in census data and a shift in household size to have: (a) 4 and 5 persons per household (average: 3.43 days); (b) Winnipeg-like composition (average: 3.48 days); (c) 4 and 5 persons per household with switched levels of pre-existing immunity (average: 3.62 days); and (d) Winnipeg-like composition and switched levels of pre-existing immunity (average: 3.63 days). Figure A9. Distributions of the serial interval for a shift to have: (a) Winnipeg-like age distribution and household composition (average: 3.5 days); (b) Winnipeg-like age distribution and household composition with switched levels of pre-existing immunity (average: 3.62 days). 14

15 Figure A10. Distributions of the serial interval with the original demographics of RC as reported in census data and: (a) 4 weeks school closure (average: 3.29 days); (b) 8 weeks school closure (average: 3.3 days); (c) 4 weeks school closure with switched levels of pre-existing immunity (average: 3.52 days); and (d) 8 weeks school closure with switched levels of pre-existing immunity (average: 3.53 days). Fitting a Linear Model to Final Sizes The trends in clinical attack rate reduction according to increase in protection levels of different age groups (p 1 and p 2 ) discussed in the main text (Figures 2-5) can be well modeled by a function linear in p 1 and p 2, i.e. a plane (attack rate = ap 1 +bp 2 +c). Figures A11-A14 shows corresponding fits to the experimental scenarios presented in the main text. The fitting parameters are summarized in Tables A6-A7. 15

16 Figure A11. Fitting of the linear model to the attack rates (corresponding to Figure 2 in the main text) for: (a) the original age distribution of RC; (b) a shift to Winnipeg-like age distribution; (c) the original age distribution of RC with switched levels of pre-existing immunity; and (d) a shift to Winnipeg-like age distribution with switched levels of pre-existing immunity. 16

17 Figure A12. Fitting of the linear model to the attack rates (corresponding to Figure 3 in the main text) for: (a) 4 and 5 persons per household; (b) Winnipeg-like composition; (c) 4 and 5 persons per household with switched levels of pre-existing immunity; and (d) Winnipeg-like composition and switched levels of pre-existing immunity. Figure A13. Fitting of the linear model to the attack rates (corresponding to Figure 4 in the main text) for: (a) Winnipeg-like age distribution with 4 and 5 persons per and household composition; (b) Winnipeg-like age distribution and household composition with switched levels of pre-existing immunity. 17

18 Figure A14. Fitting of the linear model to the attack rates (corresponding to Figure 5 in the main text) for: (a) 4 weeks school closure; (b) 8 weeks school closure; (c) 4 weeks school closure with switched levels of pre-existing immunity; and (d) 8 weeks school closure with switched levels of pre-existing immunity. Table A6. Parameter estimates of the linear model with 0.5 p and 0.1 p Simulation a b c scenarios estimates std. error estimates std. error estimates std. error Original demographics Age employment shift Egalitarian Scaled Winnipeg Scaled Winnipeg age employment shift School closure four weeks School closure eight weeks

19 Table A7. Parameter estimates of the linear model with 0.1 p and 0.5 p a b c estimates std. error estimates std. error estimates std. error Simulation scenarios Original demographics Age employment shift Egalitarian Scaled Winnipeg Scaled Winnipeg age employment shift School closure four weeks School closure eight weeks Age Standardized Ratios of Infection Using model outputs for total number of infections in different age groups and demographic data, we calculated the range of age standardized infection ratio for each simulated scenario. This ratio is the proportion of infected cases in a given age group to the proportion of the population in the same age group, given by: no. of infections in age group i ( total no. of infections in all age groups ) population size of age group i ( total population size ) The ranges for age standardized ratio with 95% confidence intervals, corresponding to simulated scenarios in the main text, are illustrated in Figures A15(a-g).. 19

20 Figure A15. Age standardized ratios for (a) original demographics, (b) age employment shift, (c) egalitarian, (d) scaled Winnipeg, (e) scaled Winnipeg age employment shift, (f) school closure four weeks, and (g) school closure eight weeks. Bars in dark gray correspond to the parameter ranges 0.5 p and 0.1 p 2 0.3, and those in light gray correspond to the switched ranges 0.1 p and 0.5 p The error bars represent 95% confidence interval. 20

21 Attack Rates for Specific Locations (Home, School, Work, Other) and Epidemic Lengths Tables A8 and A9 summarize the ranges of attack rates for specific locations in each simulated scenario. These rates correspond to the ratio of the total number of infections in that specific location to the initial number of susceptible individuals. The ranges of epidemic lengths, presented in Table A10, were calculated by measuring the time from the beginning of the simulation (i.e., the introduction of the initial infectious agent) in scenarios where the final size was at least 5% of the population, until the earliest time at which there were no exposed, pre-symptomatic, or infectious agents encountered in the model outputs. Table A8. Range of attack rates for different locations in simulated scenarios with 0.5 p and 0.1 p Simulation Scenarios Home School Work Other Original demographics Age employment shift Egalitarian Scaled Winnipeg Scaled Winnipeg age employment shift School closure four weeks School closure eight weeks

22 Table A9. Range of attack rates for different locations in simulated scenarios with 0.1 p and 0.5 p Simulation Scenarios Home School Work Other Original demographics Age employment shift Egalitarian Scaled Winnipeg e Scaled Winnipeg age employment shift School closure four weeks School closure eight weeks Table A10. Average Epidemic lengths for simulated scenarios, in which the epidemic final size exceeded 5% of the total population. 0.5 p 1 0.7; 0.1 p p 1 0.3; 0.5 p Simulation Scenarios weeks weeks Original demographics 8 12 Age employment shift Egalitarian Scaled Winnipeg Scaled Winnipeg age employment shift School closure 4 weeks School closure 8 weeks References 1. Stephen Eubank, Hasan Guclu, V. S. Anil Kumar, Madhav V. Marathe, Aravind Srinivasan, Zoltán Toroczkai & Nan Wang. Modelling disease outbreaks in realistic urban social networks. Nature 429,

23 2. Marcel Salathé, Maria Kazandjieva, Jung Woo Lee, Philip Levis, Marcus W. Feldman, and James H. Jones. A high-resolution human contact network for infectious disease transmission. PNAS 2010, 107: Statistics Canada Manitoba (Code ) (table) Community Profiles Census. Statistics Canada Catalogue no XWE. Ottawa. Released March 13, Number of Rooms (12) and Household Size (9) for Occupied Private Dwellings of Canada, Provinces, Territories, Census Divisions and Census Subdivisions, 2006 Census - 20% Sample Data. Statistics Canada, 2006 Census of Population, Statistics Canada catalogue no XCB (IRI Code ) 5. Statistics Canada Winnipeg, Manitoba (Code ) (table) Community Profiles Census. Statistics Canada Catalogue no XWE. Ottawa. Released March 13, Reed C, Angulo FJ, Swerdlow DL, Lipsitch M, Meltzer MI, Jernigan D, Finelli L, Estimates of the prevalence of pandemic (H1N1) 2009, United States, April July 2009, Emerg Infect Dise 2009; 15: Gojovic MZ, Sander B, Fisman D, Krahn MD, Bauch CT, Modelling mitigation strategies for pandemic (H1N1) 2009, CMAJ 2009, 181: Stroud PD, Del Valle SY, Sydoriak SJ, Riese JM, Mniszewski SM, Spatial dynamics of pandemic influenza in a massive artificial society, J Artificial Soc Social Simulation 2007, Mniszewski SM, Del Valle SY, Stroud PD, Riese JM, Sydoriak SJ, Pandemic simulation of antivirals+school closures: buying time until strain-specific vaccine is available, Comput Math Organ Theory 2008, 14: Kretzschmar M, Mikolajczyk RT (2009) Contact Profiles in Eight European Countries and Implications for Modelling the Spread of Airborne Infectious Diseases. PLoS ONE 4(6): e

Agent-Based Models. Maksudul Alam, Wei Wang

Agent-Based Models. Maksudul Alam, Wei Wang Agent-Based Models Maksudul Alam, Wei Wang Outline Literature Review about Agent-Based model Modeling disease outbreaks in realistic urban social Networks EpiSimdemics: an Efficient Algorithm for Simulating

More information

Antiviral Strategies for Emerging Influenza Viruses in Remote Communities

Antiviral Strategies for Emerging Influenza Viruses in Remote Communities Antiviral Strategies for Emerging Influenza Viruses in Remote Communities Marek Laskowski 1,3, Amy L. Greer 2, Seyed M. Moghadas 3 * 1 Bartlett School of Graduate Studies, University College London, London,

More information

arxiv: v1 [cs.si] 29 Jan 2018

arxiv: v1 [cs.si] 29 Jan 2018 Detecting the impact of public transit on the transmission of epidemics Zhanwei Du 1,* and Yuan Bai 1 1 Jilin University, Changchun, Jilin, 130012, China * duzhanwei0@gmail.com ABSTRACT arxiv:1801.09333v1

More information

Type and quantity of data needed for an early estimate of transmissibility when an infectious disease emerges

Type and quantity of data needed for an early estimate of transmissibility when an infectious disease emerges Research articles Type and quantity of data needed for an early estimate of transmissibility when an infectious disease emerges N G Becker (Niels.Becker@anu.edu.au) 1, D Wang 1, M Clements 1 1. National

More information

Containment Policies for Transmissible Diseases

Containment Policies for Transmissible Diseases Containment Policies for Transmissible Diseases Shirish Tatikonda, Sameep Mehta, and Srinivasan Parthasarathy Department of Computer Science and Engineering, The Ohio State University, Columbus, OH 43210,

More information

Spreading of Epidemic Based on Human and Animal Mobility Pattern

Spreading of Epidemic Based on Human and Animal Mobility Pattern Spreading of Epidemic Based on Human and Animal Mobility Pattern Yanqing Hu, Dan Luo, Xiaoke Xu, Zhangang Han, Zengru Di Department of Systems Science, Beijing Normal University 2009-12-22 Background &

More information

Module 5: Introduction to Stochastic Epidemic Models with Inference

Module 5: Introduction to Stochastic Epidemic Models with Inference Module 5: Introduction to Stochastic Epidemic Models with Inference Instructors:, Dept. Mathematics, Stockholm University Ira Longini, Dept. Biostatistics, University of Florida Jonathan Sugimoto, Vaccine

More information

The Incidence Decay and Exponential Adjustment (IDEA) model: a new single equation model to describe epidemics and their simultaneous control.

The Incidence Decay and Exponential Adjustment (IDEA) model: a new single equation model to describe epidemics and their simultaneous control. The Incidence Decay and Exponential Adjustment (IDEA) model: a new single equation model to describe epidemics and their simultaneous control. David N. Fisman, MD MPH FRCP(C) Professor, Dalla Lana School

More information

Module 5: Introduction to Stochastic Epidemic Models with Inference

Module 5: Introduction to Stochastic Epidemic Models with Inference Module 5: Introduction to Stochastic Epidemic Models with Inference Instructors: Tom Britton, Dept. Mathematics, Stockholm University Ira Longini, Dept. Biostatistics, University of Florida Jonathan Sugimoto,

More information

The Structure of Social Contact Graphs and their impact on Epidemics

The Structure of Social Contact Graphs and their impact on Epidemics The Structure of Social Contact Graphs and their impact on Epidemics Anil Vullikanti Virginia Bioinformatics Institute, and Dept. of Computer Science, Virginia Tech Joint work with: Chris Barrett, Madhav

More information

abcdefghijklmnopqrstu

abcdefghijklmnopqrstu abcdefghijklmnopqrstu Swine Flu UK Planning Assumptions Issued 3 September 2009 Planning Assumptions for the current A(H1N1) Influenza Pandemic 3 September 2009 Purpose These planning assumptions relate

More information

COMPETITIVE INTERFERENCE BETWEEN INFLUENZA VIRAL STRAINS

COMPETITIVE INTERFERENCE BETWEEN INFLUENZA VIRAL STRAINS CANADIAN APPLIED MATHEMATICS QUARTERLY Volume 17, Number 2, Summer 2009 COMPETITIVE INTERFERENCE BETWEEN INFLUENZA VIRAL STRAINS SEYED M. MOGHADAS, CHRISTOPHER S. BOWMAN AND JULIEN ARINO ABSTRACT. We propose

More information

Synthetic Data Products for Societal Infrastructures and Proto-Populations: Data Set 2.0

Synthetic Data Products for Societal Infrastructures and Proto-Populations: Data Set 2.0 Open Report Synthetic Data Products for Societal Infrastructures and Proto-Populations: Data Set 2.0 Network Dynamics and Simulation and Science Laboratory Virginia Polytechnic Institute and State University

More information

L4, Modeling using networks and other heterogeneities

L4, Modeling using networks and other heterogeneities L4, Modeling using networks and other heterogeneities July, 2017 Different heterogeneities In reality individuals behave differently both in terms of susceptibility and infectivity given that a contact

More information

Epidemic Modelling: Validation of Agent-based Simulation by Using Simple Mathematical Models

Epidemic Modelling: Validation of Agent-based Simulation by Using Simple Mathematical Models Epidemic Modelling: Validation of Agent-based Simulation by Using Simple Mathematical Models Skvortsov 1, A.T. R.B.Connell 2, P.D. Dawson 1 and R.M. Gailis 1 1 HPP Division, 2 AO Division Defence Science

More information

Strategies for containing an emerging influenza pandemic in South East Asia 1

Strategies for containing an emerging influenza pandemic in South East Asia 1 Strategies for containing an emerging influenza pandemic in South East Asia 1 Modeling pandemic spread and possible control plans of avian flu H5N1 BBSI, Nicole Kennerly, Shlomo Ta asan 1 Nature. 2005

More information

Predictive Validation of an Influenza Spread Model

Predictive Validation of an Influenza Spread Model Ayaz Hyder 1 *, David L. Buckeridge 2,3,4, Brian Leung 1,5 1 Department of Biology, McGill University, Montreal, Quebec, Canada, 2 Surveillance Lab, McGill Clinical and Health Informatics, McGill University,

More information

Analysis of Importance of Brief Encounters for Epidemic Spread

Analysis of Importance of Brief Encounters for Epidemic Spread 2th International Congress on Modelling and Simulation, Adelaide, Australia, 6 December 23 www.mssanz.org.au/modsim23 Analysis of Importance of Brief Encounters for Epidemic Spread P. Dawson a a Land Division,

More information

Tuberculosis Tutorials

Tuberculosis Tutorials Tuberculosis Tutorials These tuberculosis (TB) tutorials were created for the EMOD QuickStart v1.8. Later versions of the QuickStart may not be completely compatible with these tutorials as installation

More information

Cover your Cough! Quantifying the Benefits of a Localized Healthy Behavior Intervention on Flu Epidemics in Washington DC

Cover your Cough! Quantifying the Benefits of a Localized Healthy Behavior Intervention on Flu Epidemics in Washington DC Cover your Cough! Quantifying the Benefits of a Localized Healthy Behavior Intervention on Flu Epidemics in Washington DC Nidhi Parikh, Mina Youssef, Samarth Swarup, Stephen Eubank, and Youngyun Chungbaek

More information

Epidemics & Networks. Jesús Gómez Gardeñes Instituto de Biocomputación y Física de Sistemas Complejos (BIFI) Universidad de Zaragoza

Epidemics & Networks. Jesús Gómez Gardeñes Instituto de Biocomputación y Física de Sistemas Complejos (BIFI) Universidad de Zaragoza Epidemics & Networks Jesús Gómez Gardeñes Instituto de Biocomputación y Física de Sistemas Complejos (BIFI) Universidad de Zaragoza DO WE NEED A MOTIVATION? Epidemics Lecture III: & Networks, Walks, Conges4on

More information

Interaction Based Computer Modeling for Comprehensive Incident Characterization to Support Pandemic Preparedness

Interaction Based Computer Modeling for Comprehensive Incident Characterization to Support Pandemic Preparedness Interaction Based Computer Modeling for Comprehensive Incident Characterization to Support Pandemic Preparedness Madhav V. Marathe Virginia Bio-Informatics Institute & Dept. of Computer Science Virginia

More information

MMCS Turkey Flu Pandemic Project

MMCS Turkey Flu Pandemic Project MMCS Turkey Flu Pandemic Project This is a group project with 2 people per group. You can chose your own partner subject to the constraint that you must not work with the same person as in the banking

More information

Unit 1 Exploring and Understanding Data

Unit 1 Exploring and Understanding Data Unit 1 Exploring and Understanding Data Area Principle Bar Chart Boxplot Conditional Distribution Dotplot Empirical Rule Five Number Summary Frequency Distribution Frequency Polygon Histogram Interquartile

More information

in control group 7, , , ,

in control group 7, , , , Q1 Rotavirus is a major cause of severe gastroenteritis among young children. Each year, rotavirus causes >500,000 deaths worldwide among infants and very young children, with 90% of these deaths occurring

More information

MODELING DISEASE FINAL REPORT 5/21/2010 SARAH DEL CIELLO, JAKE CLEMENTI, AND NAILAH HART

MODELING DISEASE FINAL REPORT 5/21/2010 SARAH DEL CIELLO, JAKE CLEMENTI, AND NAILAH HART MODELING DISEASE FINAL REPORT 5/21/2010 SARAH DEL CIELLO, JAKE CLEMENTI, AND NAILAH HART ABSTRACT This paper models the progression of a disease through a set population using differential equations. Two

More information

Modelling global epidemics: theory and simulations

Modelling global epidemics: theory and simulations Modelling global epidemics: theory and simulations Marc Barthélemy CEA, IPhT, France marc.barthelemy@cea.fr Manchester meeting Modelling complex systems (21-23 june 2010) Outline Introduction Metapopulation

More information

What do epidemiologists expect with containment, mitigation, business-as-usual strategies for swine-origin human influenza A?

What do epidemiologists expect with containment, mitigation, business-as-usual strategies for swine-origin human influenza A? What do epidemiologists expect with containment, mitigation, business-as-usual strategies for swine-origin human influenza A? Dr Thomas TSANG Controller, Centre for Health Protection, Department of Health

More information

Sensitivity analysis for parameters important. for smallpox transmission

Sensitivity analysis for parameters important. for smallpox transmission Sensitivity analysis for parameters important for smallpox transmission Group Members: Michael A. Jardini, Xiaosi Ma and Marvin O Ketch Abstract In order to determine the relative importance of model parameters

More information

Mathematical Modeling of Infectious Disease

Mathematical Modeling of Infectious Disease Mathematical Modeling of Infectious Disease DAIDD 2013 Travis C. Porco FI Proctor Foundation for Research in Ophthalmology UCSF Scope and role of modeling In the most general sense, we may consider modeling

More information

Estimated epidemiologic parameters and morbidity associated with pandemic H1N1 influenza

Estimated epidemiologic parameters and morbidity associated with pandemic H1N1 influenza CMAJ Research Estimated epidemiologic parameters and morbidity associated with pandemic H1N1 influenza Ashleigh R. Tuite MSc MHSc, Amy L. Greer MSc PhD, Michael Whelan MSc, Anne-Luise Winter BScN MHSc,

More information

Introduction to Reproduction number estimation and disease modeling

Introduction to Reproduction number estimation and disease modeling Introduction to Reproduction number estimation and disease modeling MISMS Latin America Influenza Meeting and Training Workshop 25 June 2012 Gerardo Chowell & Cécile Viboud Generation time The time from

More information

Modelling mitigation strategies for pandemic (H1N1) Methods. Model

Modelling mitigation strategies for pandemic (H1N1) Methods. Model CMAJ Research Modelling mitigation strategies for pandemic (H1N1) 2009 Marija Zivkovic Gojovic MSc, Beate Sander RN MEcDev, David Fisman MD MPH, Murray D. Krahn MD MSc, Chris T. Bauch PhD The full-text

More information

Use of epidemic models in planning pandemic mitigation

Use of epidemic models in planning pandemic mitigation Use of epidemic models in planning pandemic mitigation Neil Ferguson Dept. of Infectious Disease Epidemiology Faculty of Medicine Imperial College Introduction Modelling epidemic control background. Likely

More information

MAE 298, Lecture 10 May 4, Percolation and Epidemiology on Networks

MAE 298, Lecture 10 May 4, Percolation and Epidemiology on Networks MAE 298, Lecture 10 May 4, 2006 Percolation and Epidemiology on Networks Processes on networks Search for information Spreading processes Interplay of topology and function Epidemiology Understanding how

More information

Time series analyses and transmission models for influenza

Time series analyses and transmission models for influenza Time series analyses and transmission models for influenza Cécile Viboud Division of Epidemiology and International Population Studies Fogarty International Center, National Institutes of Health Bethesda,

More information

INCORPORATING HEALTHCARE SYSTEMS IN PANDEMIC MODELS

INCORPORATING HEALTHCARE SYSTEMS IN PANDEMIC MODELS Proceedings of the 21 Winter Simulation Conference B. Johansson, S. Jain, J. Montoya-Torres, J. Hugan, and E. Yücesan, eds. INCORPORATING HEALTHCARE SYSTEMS IN PANDEMIC MODELS Natalia E. Lizon Dionne M.

More information

Contents. Mathematical Epidemiology 1 F. Brauer, P. van den Driessche and J. Wu, editors. Part I Introduction and General Framework

Contents. Mathematical Epidemiology 1 F. Brauer, P. van den Driessche and J. Wu, editors. Part I Introduction and General Framework Mathematical Epidemiology 1 F. Brauer, P. van den Driessche and J. Wu, editors Part I Introduction and General Framework 1 A Light Introduction to Modelling Recurrent Epidemics.. 3 David J.D. Earn 1.1

More information

A model-based economic analysis of pre-pandemic influenza vaccination cost-effectiveness

A model-based economic analysis of pre-pandemic influenza vaccination cost-effectiveness Halder et al. BMC Infectious Diseases 2014, 14:266 RESEARCH ARTICLE Open Access A model-based economic analysis of pre-pandemic influenza vaccination cost-effectiveness Nilimesh Halder, Joel K Kelso *

More information

UK household structure and Infectious Disease Transmission: Supplementary Information

UK household structure and Infectious Disease Transmission: Supplementary Information UK household structure and Infectious Disease Transmission: Supplementary Information Thomas House, Matt J. Keeling University of Warwick, Coventry September 8, 28 Mathematical Description of the model

More information

SEIQR-Network Model with Community Structure

SEIQR-Network Model with Community Structure SEIQR-Network Model with Community Structure S. ORANKITJAROEN, W. JUMPEN P. BOONKRONG, B. WIWATANAPATAPHEE Mahidol University Department of Mathematics, Faculty of Science Centre of Excellence in Mathematics

More information

NCCID RAPID REVIEW. 1. What are the case definitions and guidelines for surveillance and reporting purposes?

NCCID RAPID REVIEW. 1. What are the case definitions and guidelines for surveillance and reporting purposes? NCCID RAPID REVIEW 1. What are the case definitions and guidelines for surveillance and reporting purposes? Middle East Respiratory Syndrome Coronavirus: Ten Questions and Answers for Canadian Public Health

More information

Exercises on SIR Epidemic Modelling

Exercises on SIR Epidemic Modelling Exercises on SIR Epidemic Modelling 1 Epidemic model (from Wikipedia) An epidemic model is a simplified means of describing the transmission of communicable disease through individuals. The modeling of

More information

Infectious Disease Epidemiology and Transmission Dynamics. M.bayaty

Infectious Disease Epidemiology and Transmission Dynamics. M.bayaty Infectious Disease Epidemiology and Transmission Dynamics M.bayaty Objectives 1) To understand the major differences between infectious and noninfectious disease epidemiology 2) To learn about the nature

More information

Supplemental Resources

Supplemental Resources Supplemental Resources Key Chain Questions 15 Key Questions Activity Key Questions: 1. What are the core community mitigation measures? 2. How can community mitigation measures reduce the effects of

More information

Analysis A step in the research process that involves describing and then making inferences based on a set of data.

Analysis A step in the research process that involves describing and then making inferences based on a set of data. 1 Appendix 1:. Definitions of important terms. Additionality The difference between the value of an outcome after the implementation of a policy, and its value in a counterfactual scenario in which the

More information

Chapter 02. Basic Research Methodology

Chapter 02. Basic Research Methodology Chapter 02 Basic Research Methodology Definition RESEARCH Research is a quest for knowledge through diligent search or investigation or experimentation aimed at the discovery and interpretation of new

More information

Infectious disease modeling

Infectious disease modeling Infectious disease modeling Matthew Macauley Department of Mathematical Sciences Clemson University http://www.math.clemson.edu/~macaule/ Math 4500, Spring 2017 M. Macauley (Clemson) Infectious disease

More information

The role of dynamic modelling in drug abuse epidemiology

The role of dynamic modelling in drug abuse epidemiology Offprint from Bulletin on Narcotics, vol. LIV, Nos 1 and 2, 2002 The role of dynamic modelling in drug abuse epidemiology C. ROSSI Department of Mathematics, University of Rome Tor Vergata, Rome ABSTRACT

More information

Detailed Parameters of the BARDA Interactive Flu Model

Detailed Parameters of the BARDA Interactive Flu Model Detailed Parameters of the BARDA Interactive Flu Model Regional Vaccine Distribution Rates for Influenza No data were available to quantify the typical and maximum possible flu vaccination rates in either

More information

How Math (and Vaccines) Keep You Safe From the Flu

How Math (and Vaccines) Keep You Safe From the Flu How Math (and Vaccines) Keep You Safe From the Flu Simple math shows how widespread vaccination can disrupt the exponential spread of disease and prevent epidemics. By Patrick Honner BIG MOUTH for Quanta

More information

Optimal Treatment Rate During an Influenza Pandemic in the Presence of Drug-Resistance Emergence

Optimal Treatment Rate During an Influenza Pandemic in the Presence of Drug-Resistance Emergence Proceedings of the 2nd Fields MITACS Industrial Problem-Solving Workshop, 8 Optimal Treatment Rate uring an Influenza Pandemic in the Presence of rug-resistance Emergence Problem Presenter: Seyed Moghadas

More information

Mathematics for Infectious Diseases; Deterministic Models: A Key

Mathematics for Infectious Diseases; Deterministic Models: A Key Manindra Kumar Srivastava *1 and Purnima Srivastava 2 ABSTRACT The occurrence of infectious diseases was the principle reason for the demise of the ancient India. The main infectious diseases were smallpox,

More information

Evaluating Temporal Factors in Combined Interventions of Workforce Shift and School Closure for Mitigating the Spread of Influenza

Evaluating Temporal Factors in Combined Interventions of Workforce Shift and School Closure for Mitigating the Spread of Influenza Evaluating Temporal Factors in Combined Interventions of Workforce Shift and School Closure for Mitigating the Spread of Influenza Tianyou Zhang 1, Xiuju Fu 1 *, Stefan Ma 4, Gaoxi Xiao 2, Limsoon Wong

More information

Economic analysis of pandemic influenza mitigation strategies for five pandemic severity categories

Economic analysis of pandemic influenza mitigation strategies for five pandemic severity categories Kelso et al. BMC Public Health 2013, 13:211 RESEARCH ARTICLE Open Access Economic analysis of pandemic influenza mitigation strategies for five pandemic severity categories Joel K Kelso 1*, Nilimesh Halder

More information

SUPPLEMENTARY INFORMATION

SUPPLEMENTARY INFORMATION doi:10.1038/nature10776 Supplementary Information 1: Influence of inhibition among blns on STDP of KC-bLN synapses (simulations and schematics). Unconstrained STDP drives network activity to saturation

More information

Dynamics and Control of Infectious Diseases

Dynamics and Control of Infectious Diseases Dynamics and Control of Infectious Diseases Alexander Glaser WWS556d Princeton University April 9, 2007 Revision 3 1 Definitions Infectious Disease Disease caused by invasion of the body by an agent About

More information

Block-upscaling of transport in heterogeneous aquifers

Block-upscaling of transport in heterogeneous aquifers 158 Calibration and Reliability in Groundwater Modelling: From Uncertainty to Decision Making (Proceedings of ModelCARE 2005, The Hague, The Netherlands, June 2005). IAHS Publ. 304, 2006. Block-upscaling

More information

Simulation-based optimization of mitigation strategies for pandemic influenza.

Simulation-based optimization of mitigation strategies for pandemic influenza. University of Louisville ThinkIR: The University of Louisville's Institutional Repository Electronic Theses and Dissertations 5-2015 Simulation-based optimization of mitigation strategies for pandemic

More information

Mathematical Model of Vaccine Noncompliance

Mathematical Model of Vaccine Noncompliance Valparaiso University ValpoScholar Mathematics and Statistics Faculty Publications Department of Mathematics and Statistics 8-2016 Mathematical Model of Vaccine Noncompliance Alex Capaldi Valparaiso University

More information

Computational Epidemiology

Computational Epidemiology Computational Epidemiology as a tool for Understanding the Complex Interactions that Confront Public Health Decision Making Bryan Lewis MPH Network Dynamics and Simulation Science Laboratory Preview Pubic

More information

A GLOBAL STOCHASTIC MODELING FRAMEWORK TO SIMULATE AND VISUALIZE EPIDEMICS. Saratchandra Indrakanti. Thesis Prepared for the Degree of

A GLOBAL STOCHASTIC MODELING FRAMEWORK TO SIMULATE AND VISUALIZE EPIDEMICS. Saratchandra Indrakanti. Thesis Prepared for the Degree of A GLOBAL STOCHASTIC MODELING FRAMEWORK TO SIMULATE AND VISUALIZE EPIDEMICS Saratchandra Indrakanti Thesis Prepared for the Degree of MASTER OF SCIENCE UNIVERSITY OF NORTH TEXAS May 2012 APPROVED: Armin

More information

Generation times in epidemic models

Generation times in epidemic models Generation times in epidemic models Gianpaolo Scalia Tomba Dept Mathematics, Univ of Rome "Tor Vergata", Italy in collaboration with Åke Svensson, Dept Mathematics, Stockholm University, Sweden Tommi Asikainen

More information

Antiviral Prophylaxis and Isolation for the Control of Pandemic Influenza

Antiviral Prophylaxis and Isolation for the Control of Pandemic Influenza Int. J. Environ. Res. Public Health 24,, 769-772; doi:.339/ijerph8769 Article Antiviral Prophylaxis and Isolation for the Control of Pandemic Influenza Qingxia Zhang and Dingcheng Wang * OPEN ACCESS International

More information

Modeling Infection with Multi-agent Dynamics

Modeling Infection with Multi-agent Dynamics Best Paper in the 2012 International Conference on Social Computing, Behavioral-Cultural Modeling, & Prediction (SBP12) Modeling Infection with Multi-agent Dynamics Wen Dong 1, Katherine Heller 2, and

More information

Caribbean Actuarial Association

Caribbean Actuarial Association Caribbean Actuarial Association Pandemic Coverage Presented by Annemarie Brownmiller Consulting Services of Princeton, LLC atbrownmiller@comcast.net D. Grenville MacDonald Park Re Canada gmacdonald@parkrecanada.com

More information

Design of Community Containment for Pandemic Influenza

Design of Community Containment for Pandemic Influenza Design of Community Containment for Pandemic Influenza Robert J Glass*, H Jason Min, Walter E Beyeler andia National Laboratories and Laura M Glass Albuquerque Public High chool *rjglass@sandia.gov Design

More information

The mathematics of diseases

The mathematics of diseases 1997 2004, Millennium Mathematics Project, University of Cambridge. Permission is granted to print and copy this page on paper for non commercial use. For other uses, including electronic redistribution,

More information

WDHS Curriculum Map Probability and Statistics. What is Statistics and how does it relate to you?

WDHS Curriculum Map Probability and Statistics. What is Statistics and how does it relate to you? WDHS Curriculum Map Probability and Statistics Time Interval/ Unit 1: Introduction to Statistics 1.1-1.3 2 weeks S-IC-1: Understand statistics as a process for making inferences about population parameters

More information

Statistics and Probability

Statistics and Probability Statistics and a single count or measurement variable. S.ID.1: Represent data with plots on the real number line (dot plots, histograms, and box plots). S.ID.2: Use statistics appropriate to the shape

More information

Adaptive Testing With the Multi-Unidimensional Pairwise Preference Model Stephen Stark University of South Florida

Adaptive Testing With the Multi-Unidimensional Pairwise Preference Model Stephen Stark University of South Florida Adaptive Testing With the Multi-Unidimensional Pairwise Preference Model Stephen Stark University of South Florida and Oleksandr S. Chernyshenko University of Canterbury Presented at the New CAT Models

More information

Mathematical Modelling of Effectiveness of H1N1

Mathematical Modelling of Effectiveness of H1N1 ISSN: 2455-2631 April 216 IJSDR Volume 1, Issue 4 Mathematical Modelling of Effectiveness of H1N1 1 Fenny J. Narsingani, 2 Dr. M.B.Prajapati 1 Assistant Professor, L.D.College of Engineering, Ahmedabad,

More information

S c h o o l c l o s u r e i s c u r r e n t ly t h e m a i n s t r at e g y t o

S c h o o l c l o s u r e i s c u r r e n t ly t h e m a i n s t r at e g y t o R a p i d c o m m u n i c a ti o n s S c h o o l c l o s u r e i s c u r r e n t ly t h e m a i n s t r at e g y t o m i t i g at e i n f l u e n z a A ( H 1 N 1 ) v : a m o d e l i n g s t u d y V Sypsa1,

More information

Jonathan D. Sugimoto, PhD Lecture Website:

Jonathan D. Sugimoto, PhD Lecture Website: Jonathan D. Sugimoto, PhD jons@fredhutch.org Lecture Website: http://www.cidid.org/transtat/ 1 Introduction to TranStat Lecture 6: Outline Case study: Pandemic influenza A(H1N1) 2009 outbreak in Western

More information

influenza models: values & limits

influenza models: values & limits influenza models: values & limits Vittoria Colizza INSERM U Pierre et Marie Curie vittoria.colizza@inserm.fr [dynamical] modeling 101 REALITY aims ingredients ABSTRACTION OF REALITY assumptions limitations

More information

Projections of Zika spread in the Continental US

Projections of Zika spread in the Continental US Projections of Zika spread in the Continental US Qian Zhang 1, Kaiyuan Sun 1, Matteo Chinazzi 1, Ana Pastore-Piontti 1, Natalie E. Dean 2, Diana Patricia Rojas 3, Stefano Merler 4, Dina Mistry 1, Piero

More information

The Epidemic Model 1. Problem 1a: The Basic Model

The Epidemic Model 1. Problem 1a: The Basic Model The Epidemic Model 1 A set of lessons called "Plagues and People," designed by John Heinbokel, scientist, and Jeff Potash, historian, both at The Center for System Dynamics at the Vermont Commons School,

More information

Essentials of Aggregate System Dynamics Infectious Disease Models. Nathaniel Osgood CMPT 858 FEBRUARY 3, 2011

Essentials of Aggregate System Dynamics Infectious Disease Models. Nathaniel Osgood CMPT 858 FEBRUARY 3, 2011 Essentials of Aggregate System Dynamics Infectious Disease Models Nathaniel Osgood CMPT 858 FEBRUARY 3, 2011 Mathematical Models Link Together Diverse Factors Typical Factors Included Infection Mixing

More information

EXERCISE: HOW TO DO POWER CALCULATIONS IN OPTIMAL DESIGN SOFTWARE

EXERCISE: HOW TO DO POWER CALCULATIONS IN OPTIMAL DESIGN SOFTWARE ...... EXERCISE: HOW TO DO POWER CALCULATIONS IN OPTIMAL DESIGN SOFTWARE TABLE OF CONTENTS 73TKey Vocabulary37T... 1 73TIntroduction37T... 73TUsing the Optimal Design Software37T... 73TEstimating Sample

More information

Information and Communication Technologies EPIWORK. Developing the Framework for an Epidemic Forecast Infrastructure.

Information and Communication Technologies EPIWORK. Developing the Framework for an Epidemic Forecast Infrastructure. Information and Communication Technologies EPIWORK Developing the Framework for an Epidemic Forecast Infrastructure http://www.epiwork.eu Project no. 231807 D1.1 Analysis of Epidemic Dynamics on Clustered

More information

Theta sequences are essential for internally generated hippocampal firing fields.

Theta sequences are essential for internally generated hippocampal firing fields. Theta sequences are essential for internally generated hippocampal firing fields. Yingxue Wang, Sandro Romani, Brian Lustig, Anthony Leonardo, Eva Pastalkova Supplementary Materials Supplementary Modeling

More information

2016/17 SEASONAL INFLUENZA VACCINE COVERAGE IN CANADA

2016/17 SEASONAL INFLUENZA VACCINE COVERAGE IN CANADA 2016/17 SEASONAL INFLUENZA VACCINE COVERAGE IN CANADA PROTECTING AND EMPOWERING CANADIANS TO IMPROVE THEIR HEALTH TO PROMOTE AND PROTECT THE HEALTH OF CANADIANS THROUGH LEADERSHIP, PARTNERSHIP, INNOVATION

More information

BIO-SURVEILLANCE: DETECTION AND MITIGATION OF DISEASE OUTBREAKS

BIO-SURVEILLANCE: DETECTION AND MITIGATION OF DISEASE OUTBREAKS BIO-SURVEILLANCE: DETECTION AND MITIGATION OF DISEASE OUTBREAKS A Thesis Presented to The Academic Faculty by Mi Lim Lee In Partial Fulfillment of the Requirements for the Degree Doctor of Philosophy in

More information

Pandemic Flu: Non-pharmaceutical Public Health Interventions. Denise Cardo,, M.D. Director Division of Healthcare Quality Promotion

Pandemic Flu: Non-pharmaceutical Public Health Interventions. Denise Cardo,, M.D. Director Division of Healthcare Quality Promotion Pandemic Flu: Non-pharmaceutical Public Health Interventions Denise Cardo,, M.D. Director Division of Healthcare Quality Promotion Pandemic Influenza Planning Challenges Cannot predict from where or when

More information

PANDEMIC INFLUENZA PLAN

PANDEMIC INFLUENZA PLAN PANDEMIC INFLUENZA PLAN August 13, 2009 Credits: We wish to acknowledge and thank Saskatoon Public Schools for their willingness to share information which served as the basis for this document. 1 Pandemic

More information

An infectious disease model on empirical networks of human contact: bridging the gap between dynamic network data and contact matrices

An infectious disease model on empirical networks of human contact: bridging the gap between dynamic network data and contact matrices An infectious disease model on empirical networks of human contact: bridging the gap between dynamic network data and contact matrices A. Machens,2,3, F. Gesualdo 4, C. Rizzo 5, A.E. Tozzi 4, A. Barrat,2,3,*,

More information

Design of a Community Randomized HIV Prevention Trial in Botswana

Design of a Community Randomized HIV Prevention Trial in Botswana Design of a Community Randomized HIV Prevention Trial in Botswana Rui Wang, Ph.D. Department of Population Medicine Harvard Medical School and Harvard Pilgrim HealthCare Institute November 3rd, 2016 CRT:

More information

Guideline for Students and Staff at Post-Secondary Institutions and Private Vocational Training Providers

Guideline for Students and Staff at Post-Secondary Institutions and Private Vocational Training Providers Pandemic (H1N1) 2009 Revised 09 29 2009 Guideline for Students and Staff at Post-Secondary Institutions and Private Vocational Training Providers Prevention and Management of Student Exposure to Pandemic

More information

Supplementary Methods. HIV Synthesis Transmission V1. Model details

Supplementary Methods. HIV Synthesis Transmission V1. Model details Effect on transmission of HIV-1 resistance of timing of implementation of viral load monitoring to determine switches from first to second line antiretroviral regimens in resource-limited settings. Supplementary

More information

SARS Outbreak Study 2

SARS Outbreak Study 2 This week in Epiville, you will continue with the remaining steps of the outbreak investigation and begin to learn how to frame a hypothesis, design a study, and draw conclusions from your investigation.

More information

The use of antivirals to reduce morbidity from pandemic influenza

The use of antivirals to reduce morbidity from pandemic influenza The use of antivirals to reduce morbidity from pandemic influenza Raymond Gani, Iain Barrass, Steve Leach Health Protection Agency Centre for Emergency Preparedness and Response, Porton Down, Salisbury,

More information

Non-pharmaceutical Intervention Strategies for Pandemic Influenza Outbreaks

Non-pharmaceutical Intervention Strategies for Pandemic Influenza Outbreaks University of South Florida Scholar Commons Graduate Theses and Dissertations Graduate School January 2012 Non-pharmaceutical Intervention Strategies for Pandemic Influenza Outbreaks Dayna Lee Martinez

More information

Dynamic pricing strategy to optimally allocate vaccines

Dynamic pricing strategy to optimally allocate vaccines Rochester Institute of Technology RIT Scholar Works Theses Thesis/Dissertation Collections 5-10-2012 Dynamic pricing strategy to optimally allocate vaccines Mauricio Pommier Gasser Follow this and additional

More information

Regression Discontinuity Analysis

Regression Discontinuity Analysis Regression Discontinuity Analysis A researcher wants to determine whether tutoring underachieving middle school students improves their math grades. Another wonders whether providing financial aid to low-income

More information

A Generic Model of Contagious Disease and Its Application to Human-to-Human Transmission of Avian Influenza

A Generic Model of Contagious Disease and Its Application to Human-to-Human Transmission of Avian Influenza 1 A Generic Model of Contagious Disease and Its Application to Human-to-Human Transmission of Avian Influenza Gary B. Hirsch Consultant 7 Highgate Road Wayland, Ma. 01778 (508) 653-0161 GBHirsch@comcast.net

More information

The role of short term population movement in sustaining STI prevalence in remote Australian Indigenous communities

The role of short term population movement in sustaining STI prevalence in remote Australian Indigenous communities 20th International Congress on Modelling and Simulation, Adelaide, Australia, 1 6 December 2013 www.mssanz.org.au/modsim2013 The role of short term population movement in sustaining STI prevalence in remote

More information

MODELLING INFECTIOUS DISEASES. Lorenzo Argante GSK Vaccines, Siena

MODELLING INFECTIOUS DISEASES. Lorenzo Argante GSK Vaccines, Siena MODELLING INFECTIOUS DISEASES Lorenzo Argante GSK Vaccines, Siena lorenzo.x.argante@gmail.com GSK IN A NUTSHELL GSK VACCINES - GLOBAL PRESENCE SIENA RESEARCH AND DEVELOPMENT (R&D) SITE EXPLORATORY DATA

More information

Mathematical Structure & Dynamics of Aggregate System Dynamics Infectious Disease Models 2. Nathaniel Osgood CMPT 394 February 5, 2013

Mathematical Structure & Dynamics of Aggregate System Dynamics Infectious Disease Models 2. Nathaniel Osgood CMPT 394 February 5, 2013 Mathematical Structure & Dynamics of Aggregate System Dynamics Infectious Disease Models 2 Nathaniel Osgood CMPT 394 February 5, 2013 Recall: Kendrick-McKermack Model Partitioning the population into 3

More information