MMCS Turkey Flu Pandemic Project

Size: px
Start display at page:

Download "MMCS Turkey Flu Pandemic Project"

Transcription

1 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 project. Each person in the group will get the same mark for the project. The project is in two parts, A and B. The assessment will be based on two reports, one for each part. The report for part A is due at 14:00 on 15th March and is worth 40%. The report for part B is due at 14:00 on 24th March and is worth 60%. In part A you will be asked to create a simple model of the spread of a flu like epidemic and use this to understand the factors that effect the proportion of the population becoming infected. Two cases will be considered. The first case will develop a homogeneous model in which each member of the population has the same susceptibility to the disease and the same ability to spread the disease. The second case will split the population into two groups, adults and children, each of which has its own properties. In part B you will be asked to plan cost effective measures to limit the damage in the U.K. from and outbreak of a new Turkey Flu virus that is threatening to become a world wide pandemic among humans. The plan will have to take into account uncertainties of the properties of the new virus. Part B will use software developed in part A. 1

2 MMCS : Part A: Modelling Epidemics 2 Part A: Modelling Epidemics When a new strain of flu appears some of the population will be susceptible to it (i.e. able to catch it) and some will be immune. When a susceptible person catches the flu they go though the following 5 states in order: 1. Susceptible: Person has not caught the virus but is not immune to it. 2. Incubating: Person has caught the virus but has no symptoms and is not infectious. 3. Infectious but symptomless: Person shows no symptoms but can infect others. 4. Infectious with symptoms: Person shows symptoms including sneezing and raised temperature and can infect others. 5. Immune (or dead): Person has recovered (or is dead) and is not able to infect others Susceptible Incubate Symptoms Immune Catch Infectious In some diseases a person may become susceptible again after a period of time, or may become susceptible to new variant of the disease. In this study we assume that doesn t happen within the time scale of the epidemic. Also in some diseases the person may loose their symptoms but still be infectious, but this is not the case in this study. At the start of an epidemic some of the population may already be immune to the disease because of previous exposure to related diseases or due to inborn genetic reasons. A compartmental model is often used to analyse epidemics. The population is split into a series of compartments and it is assumed that all people in one compartment of the model are in the same state and indistinguishable. The simplest model is a Homogeneous Model. This has a single compartment for each of the disease state 1 to 5 above. Every individual in a compartment is assumed to have the same properties. People move between compartments as the infection progresses. time

3 MMCS : Part A: Modelling Epidemics 3 Susceptible Incubating 1 Without symptoms F t I t S t x C t symptoms With t 1 µ µ D t = F t + U t Infectious µ U t Immune An epidemic develops over continuous time and this time evolution can be modelled with differential equations. However the rate of infection varies with the time of day and it becomes very complex to model this accurately. If the proportions in the different compartments do not change significantly between days, then a sensible approximation is to model only daily changes in the proportions. This leads to difference equations with a 1 day time step, and this is what will be done in this project s d i Proportions The graph above shows the course of the epidemic for the case R 0 t = 2.0 (see later) and when all of the population is initially susceptible and the average length of an infection is 5 days. Days

4 MMCS : A1 - Homogeneous model 4 A1 - Homogeneous model Some useful notation: S t = number susceptible at the start of day t C t = number incubating at the start of day t F t = number infectious but without symptoms at the start of day t U t = number infectious and with symptoms at the start of day t D t = number infections at the start of day t I t = number immune at the start of day t V t = number who have or have had the flu up and including day t Rt 0 = value of R 0 (see below) on day t N = population size (which we assume to be constant) x t = proportion of susceptibles who catch flu in day t µ = probability that an infectious person will not be infectious one day later We will use lower case to represent the proportion of a quantity. For example s t = S t /N = proportion of the population that is susceptible at the start of day t. In the above model we are assuming that µ is independent of how long a person has had flu, and this is a good enough approximation for this study. In our model we shall assume that the incubation period is one day and the period without symptoms is one day. So including the incubation day the infection will on average last 1+ 1/µ days. (Note that if we did want to allow µ to depend on the time since the start of the infection, or to allow the infectivity of the flu to depend on this time, then the infectious compartments in the model would have to be subdivided into compartments each corresponding to a different time since the start of the infection.) The Basic Reproduction Number, denoted by R 0, is defined to be the average number of secondary cases a typical single infected case will cause in a population with no immunity to the disease and where there is no intervention to control the infection. For example if R 0 = 2.0 and if s 1 = 1.0 (i.e. all the population is susceptible), then on average a person with flu introduced into the population will during the whole period of their infection pass it on to 2.0 others. As a result the epidemic will grow. The average number of people that a person with flu infects is proportional to the proportion of the population who are susceptible. Hence if later in the epidemic only 40% of the population is susceptible (i.e. s = 0.4), then a person with the flu will pass it on to on average R 0 s = 0.8 others. As a result the epidemic will decline.

5 MMCS : Task A1: Software development Homogeneous model 5 The basic reproduction number for flu is different in summer and winter. This is mainly due to the effects of temperature and humidity on the survival of the virus and to differences in average interpersonal distance in summer and winter. Task A1: Software development Homogeneous model In task A1 assume the population is homogeneous, i.e. all age groups in the population have the same characteristics. Formulate a model of an epidemic as a set of difference equations and implement it in Java or some other programming language or in a system such as Matlab or Excel. Your system should be able to work for arbitrary (valid) values of µ, R 0 t, C 1, F 1, U 1, i 1 and N, and should calculate C t, F t, U t, D t, x t, i t and V t for all t. Answer the following questions using your program where appropriate. For Task A1 assume N = (the U.K. population) and unless stated otherwise assume that µ = 0.25, C 1 = 48, F 1 = 40 and U 1 = 200. The model should be run for 365 days. 1. Are the equations of your model linear or non-linear? 2. Goal: How does the proportion who are susceptible on day 1 affect the epidemic. Take Rt 0 = 2.0 throughout the year. Calculated the proportion of the population that catches the disease within 365 days for a range of different initial proportions of susceptibles, s 1 between 0.0 and 1.0. Display the results as a plot of the proportion of the population who get the flu during the year against the proportion initially susceptible. 3. Goal: How much of the population should be vaccinated to stop the epidemic? Assume i 1 = 0.0 (i.e. none of the population is immune) and that a vaccine was available at the start of the epidemic, and that every person vaccinated becomes immune. What is the minimum proportion of the population that needs to be vaccinated on day 1 to prevent a large growth in infections? 4. Goal: How does the length of the infection affect the epidemic? Compare the course of the epidemic when i 1 = 0.0 and R 0 t = 2.0 for the cases µ= 0.2 and µ= Plot s t, d t and i t and find V 365 for each case.

6 MMCS : Task A1: Software development Homogeneous model 6 5. Goal: How does the size of the initial infected population affect the epidemic? Compare the course of the epidemic when i 1 = 0.0 and R 0 t = 2.0 for the cases where C 1 = 48, F 1 = 40 and U 1 = 200 and where C 1 = 96, F 1 = 80 and U 1 = 400. Plot d t and i t and find V 365 for each case. 6. Goal: Can you distinguish initial behaviour of epidemics? Assume that R 0 t = 8.0 throughout the year and that i 1 = 0.75 (s ). Calculate the course of the epidemic over a year and plot the cumulative proportion who have caught the disease on a log scale as a function of time. On the same graph plot equivalent results for the case R 0 t = 2.0 throughout the year and i 1 = 0.0 (s 1.0). Explain the reason for the relation between these graphs. 7. Goal: What is the best value for R 0 for in summer, in a summer - winter epidemic? Assume that i 1 = 0.0 and that the value of R 0 t = 1.25 for the first 182 days (i.e. summer) and R 0 t = 2.0 for the next 183 days (i.e. winter). Find the total number who get flu in the year and plot the cumulative number on a log scale versus time. Assume that it is possible to control the value of Rt 0 during the summer within the range 1.1 to 1.6 (with the same value throughout the summer). (Note that value > 1.25 correspond to increasing the spread of the flu during the summer.) Find the best value for Rt 0 for the summer period. 8. Goal: how to choose R 0 t throughout the year to control the epidemic? Assume i 1 = 0.0 and Rt 0 varies through the year as in Question 7. Also assume that Rt 0 can be changed from its base value to R t at a cost of R t Rt 0 (for the day) and that a total of 10 units is available over the year to make these changes. What is the best set of values for R t to minimize the total number catching the flu in the year. (An exact minimum is not required here. As long as your answer has got the right properties and is approximately optimal that s fine.) 9. Can the the optimization problem in Question 8 be formulated as an LP?

B - Planning for a Turkey Flu Pandemic

B - Planning for a Turkey Flu Pandemic RA 2014-15 Pandemic risk: B - Planning for a Turkey Flu Pandemic 8 B - Planning for a Turkey Flu Pandemic You are employed by the government OR service and your team has been asked to provide OR support

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

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

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

e-bug: Vaccinations Teacher Sheet Student worksheet 1 answers

e-bug: Vaccinations Teacher Sheet Student worksheet 1 answers Student worksheet 1 answers 1. The table below provides the percentage of children immunised by their second birthday against measles, mumps and rubella (MMR) between 1996 and 2014 (England only). This

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

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

Devon Community Resilience. Influenza Pandemics. Richard Clarke Emergency Preparedness Manager Public Health England South West Centre

Devon Community Resilience. Influenza Pandemics. Richard Clarke Emergency Preparedness Manager Public Health England South West Centre Devon Community Resilience Influenza Pandemics Richard Clarke Emergency Preparedness Manager Public Health England South West Centre What is a pandemic? 2 Devon Community Resilience - Influenza Pandemics

More information

VIRUS POPULATION DYNAMICS

VIRUS POPULATION DYNAMICS MCB 137 VIRUS DYNAMICS WINTER 2008 VIRUS POPULATION DYNAMICS Introduction: The basic epidemic model The classical model for epidemics is described in [1] and [Chapter 10 of 2]. Consider a population of

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

Case Studies in Ecology and Evolution. 10 The population biology of infectious disease

Case Studies in Ecology and Evolution. 10 The population biology of infectious disease 10 The population biology of infectious disease In 1918 and 1919 a pandemic strain of influenza swept around the globe. It is estimated that 500 million people became infected with this strain of the flu

More information

Person to person spread Ken Eames, Adam Kucharski, Jenny Gage

Person to person spread Ken Eames, Adam Kucharski, Jenny Gage Modelling the spread of disease Microbes Viruses Bacteria Person to person spread Ken Eames, Adam Kucharski, Jenny Gage Microbes Viruses Bacteria Worms The swine flu pandemic Worms We also share microbes

More information

Flu is often spread through the air by coughs and sneezes. It can also be caught by coming into contact with contaminated surfaces.

Flu is often spread through the air by coughs and sneezes. It can also be caught by coming into contact with contaminated surfaces. Flu is much more than a bad cold. It can make even healthy people feel very unwell for a week or more. In the most serious cases flu can bring on pneumonia or other serious infections, which can, in extreme

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

= Λ μs βs I N, (1) (μ + d + r)i, (2)

= Λ μs βs I N, (1) (μ + d + r)i, (2) Advanced Studies in Biology, Vol., 29, no. 8, 383-39 Mathematical Model of the Influenza A(HN) Infection K. Hattaf and N. Yousfi 2 Laboratory Analysis, Modeling and Simulation Department of Mathematics

More information

L2, Important properties of epidemics and endemic situations

L2, Important properties of epidemics and endemic situations L2, Important properties of epidemics and endemic situations July, 2016 The basic reproduction number Recall: R 0 = expected number individuals a typical infected person infects when everyone is susceptible

More information

A. No. There are no current reports of avian influenza (bird flu) in birds in the U.S.

A. No. There are no current reports of avian influenza (bird flu) in birds in the U.S. Bird Flu FAQ 2 Frequently Asked Avian Influenza Questions Avian influenza in birds Q. What is avian influenza? A. Avian influenza is an infectious disease of birds caused by type A strains of the influenza

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

Name: Antibiotics. Class: Date: 30 minutes. Time: 30 marks. Marks: level 1, 2 and 3. Increasing demand. Comments:

Name: Antibiotics. Class: Date: 30 minutes. Time: 30 marks. Marks: level 1, 2 and 3. Increasing demand. Comments: Antibiotics Name: Class: Date: Time: 30 minutes Marks: 30 marks Comments: level, 2 and 3. Increasing demand Q. Pathogens are microorganisms that cause infectious diseases. The graph shows the percentage

More information

Influenza B viruses are not divided into subtypes, but can be further broken down into different strains.

Influenza B viruses are not divided into subtypes, but can be further broken down into different strains. Influenza General Information Influenza (the flu) is a highly transmissible respiratory illness caused by influenza viruses. It can cause mild to severe illness, and may lead to death. Older people, young

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

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

Unit B1, B How our bodies defend themselves against infectious diseases

Unit B1, B How our bodies defend themselves against infectious diseases How our bodies defend themselves against infectious diseases 1. Our bodies defend themselves naturally against infections. We also use other methods to protect ourselves against infections and to relieve

More information

Infectious Disease Models 4: Basic Quantities of Mathematical Infectious Disease Epidemiology. Nathaniel Osgood CMPT

Infectious Disease Models 4: Basic Quantities of Mathematical Infectious Disease Epidemiology. Nathaniel Osgood CMPT Infectious Disease Models 4: Basic Quantities of Mathematical Infectious Disease Epidemiology Nathaniel Osgood CMPT 858 3-18-2010 Recall: Closed Population (No Birth & Death) Infection always dies out

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

Epidemiology Treatment and control Sniffles and Sneezes Mortality Spanish flu Asian flu Hong Kong flu The Swine flu scare

Epidemiology Treatment and control Sniffles and Sneezes Mortality Spanish flu Asian flu Hong Kong flu The Swine flu scare Epidemiology Treatment and control Sniffles and Sneezes Mortality Spanish flu Asian flu Hong Kong flu The Swine flu scare Epidemiology The Flu Virus Influenza is commonly called the flu. The most deadly

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

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

Modelling the H1N1 influenza using mathematical and neural network approaches.

Modelling the H1N1 influenza using mathematical and neural network approaches. Biomedical Research 2017; 28 (8): 3711-3715 ISSN 0970-938X www.biomedres.info Modelling the H1N1 influenza using mathematical and neural network approaches. Daphne Lopez 1, Gunasekaran Manogaran 1*, Jagan

More information

flu vaccination The Who should have it and why WINTER 2017/18

flu vaccination The Who should have it and why WINTER 2017/18 The flu vaccination WINTER 2017/18 Who should have it and why At North West Ambulance Service, we re here to support you to stay well this coming winter. This leaflet explains how you can help protect

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

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

Health care workers (HCWs) caring for suspected (clinically diagnosed) or confirmed cases of. Influenza A(H1N1)v FREQUENTLY ASKED QUESTIONS

Health care workers (HCWs) caring for suspected (clinically diagnosed) or confirmed cases of. Influenza A(H1N1)v FREQUENTLY ASKED QUESTIONS Health care workers (HCWs) caring for suspected (clinically diagnosed) or confirmed cases of Questions found here: FREQUENTLY ASKED QUESTIONS What is pandemic flu? What is the difference between seasonal

More information

Mathematical Modeling of Infectious Diseases

Mathematical Modeling of Infectious Diseases Mathematical Modeling of Infectious Diseases Breakthrough Cincinnati s Super Saturday November 22, 2014 David J. Gerberry Assistant Professor of Mathematics Xavier University www.cs.xavier.edu/~david.gerberry!

More information

Community school Influenza like illness In season HPZ : February 2019

Community school Influenza like illness In season HPZ : February 2019 rd Public Health England South West T +44 (0)300 303 8162 3 Floor, 2 Rivergate F +44 (0)117 930 0205 Temple Quay, Bristol, BS1 6EH Follaton House, Plymouth Road F: +44 (0)1392 367356 Totnes, Devon TQ9

More information

SARS Outbreaks in Ontario, Hong Kong and Singapore

SARS Outbreaks in Ontario, Hong Kong and Singapore SARS Outbreaks in Ontario, Hong Kong and Singapore DIMACS Workshop on Facing the Challenge of Infectious Diseases in Africa: The Role of Mathematical Modeling September 25-27, 2006 Gerardo Chowell Mathematical

More information

Essentials of Aggregate System Dynamics Infectious Disease Models

Essentials of Aggregate System Dynamics Infectious Disease Models Essentials of Aggregate System Dynamics Infectious Disease Models Nathaniel Osgood CMPT 394 February 5, 2013 Comments on Mathematics & Dynamic Modeling Many accomplished & well-published dynamic modelers

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

Emerging Infections: Pandemic Influenza. W. Paul Glezen

Emerging Infections: Pandemic Influenza. W. Paul Glezen Emerging Infections: Pandemic Influenza W. Paul Glezen Challenges The trends of modern society tend to facilitate spread and increase morbidity Travel, urbanization morbidity vs. mortality The cost of

More information

Disease dynamics: understanding the spread of diseases

Disease dynamics: understanding the spread of diseases Disease dynamics: understanding the spread of diseases Image courtesy of Lightspring / shutterstock.com Get to grips with the spread of infectious diseases with these classroom activities highlighting

More information

MATHEMATICAL STUDY OF BITING RATES OF MOSQUITOES IN TRANSMISSION OF DENGUE DISEASE

MATHEMATICAL STUDY OF BITING RATES OF MOSQUITOES IN TRANSMISSION OF DENGUE DISEASE ORIGINAL RESEARCH ARTICLE OPEN ACCESS MATHEMATICAL STUDY OF BITING RATES OF MOSQUITOES IN TRANSMISSION OF DENGUE DISEASE *G. R. Phaijoo, D. B. Gurung Department of Natural Sciences (Mathematics), School

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

A Mathematical Model for the Transmission Dynamics of Cholera with Control Strategy

A Mathematical Model for the Transmission Dynamics of Cholera with Control Strategy International Journal of Science and Technology Volume 2 No. 11, November, 2013 A Mathematical Model for the Transmission Dynamics of Cholera with Control Strategy Ochoche, Jeffrey M. Department of Mathematics/Statistics/Computer

More information

Flu Buddy Training. For Pharmacy Well-Being Champions. September

Flu Buddy Training. For Pharmacy Well-Being Champions. September Flu Buddy Training For Pharmacy Well-Being Champions September 2018 Objectives of the session To have a better understanding of flu (influenza) As a Flu Buddy - act as an advocate of the seasonal influenza

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

Incidence of Seasonal Influenza

Incidence of Seasonal Influenza What Is All the Fuss? A Just-in in-time Primer on H1N1 Influenza A and Pandemic Influenza provided by the National Association of State EMS Officials May 1, 2009 Disclaimer This self-learning learning

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

Prevention of Human Swine Influenza International perspectives

Prevention of Human Swine Influenza International perspectives Prevention of Human Swine Influenza International perspectives TW TSIN HKIOEH Open Seminar 9 th July 2009 1 A Pandemic Is Declared On June 11, 2009, the World Health Organization (WHO) raised the worldwide

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

FORECASTING THE DEMAND OF INFLUENZA VACCINES AND SOLVING TRANSPORTATION PROBLEM USING LINEAR PROGRAMMING

FORECASTING THE DEMAND OF INFLUENZA VACCINES AND SOLVING TRANSPORTATION PROBLEM USING LINEAR PROGRAMMING National Cheng Kung University Institute of International Management Business Decision Methods FORECASTING THE DEMAND OF INFLUENZA VACCINES AND SOLVING TRANSPORTATION PROBLEM USING LINEAR PROGRAMMING HOLLY

More information

Behavior-Disease Models with respect to HIV Dynamics

Behavior-Disease Models with respect to HIV Dynamics Behavior-Disease Models with respect to HIV Dynamics Aidan Grennell Western Carolina University 1 Abstract Expanding on the Susceptible-Infected-Recovered (SIR) epidemiological models, we review Towards

More information

Management of Pandemic Influenza Outbreaks. Bryan K Breland Director, Emergency Management University of Alabama at Birmingham

Management of Pandemic Influenza Outbreaks. Bryan K Breland Director, Emergency Management University of Alabama at Birmingham Management of Pandemic Influenza Outbreaks Bryan K Breland Director, Emergency Management University of Alabama at Birmingham Management of Pandemic Disease Outbreaks PANDEMIC DEFINED HISTORY OF PANDEMIC

More information

FREQUENTLY ASKED QUESTIONS ABOUT PANDEMIC FLU

FREQUENTLY ASKED QUESTIONS ABOUT PANDEMIC FLU WHAT IS PANDEMIC FLU? Pandemic flu is an outbreak of flu that causes serious illness and spreads easily between people all over the world. FOR MORE INFORMATION: KY Cabinet for Health and Family Services

More information

Step 1: Learning Objectives

Step 1: Learning Objectives 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

More information

Think I ve got flu or is it just a cold?

Think I ve got flu or is it just a cold? Think I ve got flu or is it just a cold? The Health Protection Agency influenza report dated 16 July 2009 shows that there have been 10,649 laboratory-confirmed cases in the UK since the beginning of this

More information

PANDEMIC POLICY. 1. It is important to understand the definitions of influenza (the flu) and pandemic ; attached is a comparison chart.

PANDEMIC POLICY. 1. It is important to understand the definitions of influenza (the flu) and pandemic ; attached is a comparison chart. Section: D Policy Number: D-008 Subject: Pandemic Total Pages: 6 Approval Date: Nov. 18, 2009 Revision Date(s) PANDEMIC POLICY Community Living-Central Huron is committed to providing a safe and healthy

More information

Reading: Chapter 13 (Epidemiology and Disease) in Microbiology Demystified

Reading: Chapter 13 (Epidemiology and Disease) in Microbiology Demystified Biology 100 Winter 2013 Reading Guide 02 Reading: Chapter 13 (Epidemiology and Disease) in Microbiology Demystified Directions: Fill out the reading guide as you read. Again, the reading guide is designed

More information

Preparing for a Pandemic: What Parents Need to Know About Seasonal and Pandemic Flu

Preparing for a Pandemic: What Parents Need to Know About Seasonal and Pandemic Flu Preparing for a Pandemic: What Parents Need to Know About Seasonal and Pandemic Flu A Message from the Health Officer An influenza, or flu, pandemic happens when a new flu virus appears that easily spreads

More information

Key facts about influenza vaccine

Key facts about influenza vaccine Key facts about influenza vaccine Dr Wan Noraini Wan Mohamed Noor Head of Surveillance Sector Disease Control Division, MOH Malaysia 4 May 2018 drwnoraini@moh.gov.my The Outline: Introduction: Influenza

More information

MODELLING THE SPREAD OF PNEUMONIA IN THE PHILIPPINES USING SUSCEPTIBLE-INFECTED-RECOVERED (SIR) MODEL WITH DEMOGRAPHIC CHANGES

MODELLING THE SPREAD OF PNEUMONIA IN THE PHILIPPINES USING SUSCEPTIBLE-INFECTED-RECOVERED (SIR) MODEL WITH DEMOGRAPHIC CHANGES MODELLING THE SPREAD OF PNEUMONIA IN THE PHILIPPINES USING SUSCEPTIBLE-INFECTED-RECOVERED (SIR) MODEL WITH DEMOGRAPHIC CHANGES Bill William M. Soliman 1, Aldous Cesar F. Bueno 2 1, 2 Philippine Science

More information

But, North Carolina must be ready.

But, North Carolina must be ready. There is no pandemic flu in the world today. No one knows when or where a pandemic may begin or how severe it will be. But, North Carolina must be ready. The North Carolina Division of Public Health and

More information

دکتر بهروز نقیلی استاد بیماریهای عفونی مرکس تحقیقات بیماریهای عفونی و گرمسیری پاییس 88

دکتر بهروز نقیلی استاد بیماریهای عفونی مرکس تحقیقات بیماریهای عفونی و گرمسیری پاییس 88 دکتر بهروز نقیلی استاد بیماریهای عفونی مرکس تحقیقات بیماریهای عفونی و گرمسیری پاییس 88 FLU.. How often can you escape? Three viral types are distinguished by their matrix and nucleoproteins Type Host Clinical

More information

Thursday. Compartmental Disease Models

Thursday. Compartmental Disease Models Thursday Compartmental Disease Models Model Formulation Major decisions in designing a model Even after compartmental framework is chosen, still need to decide: Deterministic vs stochastic Discrete vs

More information

بسم هللا الرحمن الرحيم

بسم هللا الرحمن الرحيم - 1 - - - 1 P a g e بسم هللا الرحمن الرحيم This sheet was made from record section 1 all information are included - Introduction Our respiratory tract is divided anatomically to upper (URT),middle and

More information

Epidemiological Model of HIV/AIDS with Demographic Consequences

Epidemiological Model of HIV/AIDS with Demographic Consequences Advances in Applied Mathematical Biosciences. ISSN 2248-9983 Volume 5, Number 1 (2014), pp. 65-74 International Research Publication House http://www.irphouse.com Epidemiological Model of HIV/AIDS with

More information

Mathematical Modeling of Treatment SIR Model with Respect to Variable Contact Rate

Mathematical Modeling of Treatment SIR Model with Respect to Variable Contact Rate International Proceedings of Economics Development and Research IPEDR vol.83 (25) (25) IACSIT Press, Singapore Mathematical Modeling of Treatment SIR Model with Respect to Variable Contact Rate Paritosh

More information

TABLE OF CONTENTS. Peterborough County-City Health Unit Pandemic Influenza Plan Section 1: Introduction

TABLE OF CONTENTS. Peterborough County-City Health Unit Pandemic Influenza Plan Section 1: Introduction TABLE OF CONTENTS 1. Introduction...1-2 1.1 Background...1-2 1.2 Why Does Peterborough County and City Need a Plan for Influenza Pandemic?...1-2 1.3 About Influenza...1-3 1.4 When Does Influenza Become

More information

Network Science: Principles and Applications

Network Science: Principles and Applications Network Science: Principles and Applications CS 695 - Fall 2016 Amarda Shehu,Fei Li [amarda, lifei](at)gmu.edu Department of Computer Science George Mason University Spreading Phenomena: Epidemic Modeling

More information

The roadmap. Why do we need mathematical models in infectious diseases. Impact of vaccination: direct and indirect effects

The roadmap. Why do we need mathematical models in infectious diseases. Impact of vaccination: direct and indirect effects Mathematical Models in Infectious Diseases Epidemiology and Semi-Algebraic Methods Why do we need mathematical models in infectious diseases Why do we need mathematical models in infectious diseases Why

More information

Most people confuse influenza with a heavy cold; however influenza is usually a more severe illness than the common cold.

Most people confuse influenza with a heavy cold; however influenza is usually a more severe illness than the common cold. What is influenza? Influenza (also known as flu) is a respiratory illness which is caused by the influenza virus. For most people influenza is just a nasty experience, but for some it can lead to illnesses

More information

TJHSST Computer Systems Lab Senior Research Project

TJHSST Computer Systems Lab Senior Research Project TJHSST Computer Systems Lab Senior Research Project 2008-2009 Modeling Virus Transmission on Population Dynamics using Agent Based and Systems Dynamics Modeling Dheeraj Manjunath April 2, 2009 Abstract

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

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

Infectious Disease Models 3. Nathaniel Osgood CMPT 858 March 16, 2010

Infectious Disease Models 3. Nathaniel Osgood CMPT 858 March 16, 2010 Infectious Disease Models 3 Nathaniel Osgood CMPT 858 March 16, 2010 Key Quantities for Infectious Disease Models: Parameters Contacts per susceptible per unit time: c e.g. 20 contacts per month This is

More information

ESTIMATING REPRODUCTION NUMBER OF DENGUE TRANSMISSION IN 2013 AND 2014, SINGAPORE

ESTIMATING REPRODUCTION NUMBER OF DENGUE TRANSMISSION IN 2013 AND 2014, SINGAPORE Estimating Reproduction Number of Dengue ESTIMATING REPRODUCTION NUMBER OF DENGUE TRANSMISSION IN 2013 AND 2014, SINGAPORE Chunqing Wu 1 and Patricia JY Wong 2 1 School of Mathematics and Physics, Changzhou

More information

Predicting the Peak of Influenza Cases by Geographical Zones in Alberta. Jeannette Amissah

Predicting the Peak of Influenza Cases by Geographical Zones in Alberta. Jeannette Amissah Predicting the Peak of Influenza Cases by Geographical Zones in Alberta by Jeannette Amissah A thesis submitted in partial fulfillment of the requirements for the degree of Master of Science in BIOSTATISTICS

More information

Pandemic Influenza: Hype or Reality?

Pandemic Influenza: Hype or Reality? Pandemic Influenza: Hype or Reality? Leta Finch Executive Director, Higher Education Practice 2003 Arthur J. Gallagher & Co. Objectives Review key characteristics of influenza, including differences between

More information

Modelling HIV prevention: strengths and limitations of different modelling approaches

Modelling HIV prevention: strengths and limitations of different modelling approaches Modelling HIV prevention: strengths and limitations of different modelling approaches Leigh Johnson Centre for Infectious Disease Epidemiology and Research Background Models of HIV differ greatly in their

More information

What is Influenza? Patricia Daly MD, FRCPC Medical Health Officer and Medical Director of Communicable Disease Control

What is Influenza? Patricia Daly MD, FRCPC Medical Health Officer and Medical Director of Communicable Disease Control Vancouver Coastal Health & The Vancouver Coastal Health Research Institute presents: On Call with VGH Experts Lecture Series The Flu and You What is Influenza? Patricia Daly MD, FRCPC Medical Health Officer

More information

The mathematics of diseases

The mathematics of diseases The mathematics of diseases On Modeling Hong Kong s SARS Outbreak Dr. Tuen Wai Ng Department of Mathematics, HKU Content Basic Epidemic Modeling SIR Model My Recent works on Modeling of the SARS propagation

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

DOWNLOAD OR READ : SWINE FLU PDF EBOOK EPUB MOBI

DOWNLOAD OR READ : SWINE FLU PDF EBOOK EPUB MOBI DOWNLOAD OR READ : SWINE FLU PDF EBOOK EPUB MOBI Page 1 Page 2 swine flu swine flu pdf swine flu Swine Influenza (swine flu) is a respiratory disease of pigs caused by type A influenza virus that regularly

More information

Should the US develop and Stockpile Vaccines and Antiviral Medications Against. A(H5N1) Avian Flu?

Should the US develop and Stockpile Vaccines and Antiviral Medications Against. A(H5N1) Avian Flu? Spring Upshaw Biology Due: 7/7/06 Should the US develop and Stockpile Vaccines and Antiviral Medications Against A(H5N1) Avian Flu? The A(H5N1) avian flu, which has existed since 1997 is lethal in humans

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

EVOLUTION: WHY DOES IT MATTER? What did evolution ever do for me?

EVOLUTION: WHY DOES IT MATTER? What did evolution ever do for me? EVOLUTION: WHY DOES IT MATTER? What did evolution ever do for me? www.christs.cam.ac.uk/darwin200 Evolution is change in living things through descent with modification Evolution is change in living things

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

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

Deterministic Compartmental Models of Disease

Deterministic Compartmental Models of Disease Math 191T, Spring 2019 1 2 3 The SI Model The SIS Model The SIR Model 4 5 Basics Definition An infection is an invasion of one organism by a smaller organism (the infecting organism). Our focus is on microparasites:

More information

SWINE FLU: FROM CONTAINMENT TO TREATMENT

SWINE FLU: FROM CONTAINMENT TO TREATMENT SWINE FLU: FROM CONTAINMENT TO TREATMENT SWINE FLU: FROM CONTAINMENT TO TREATMENT INTRODUCTION As Swine Flu spreads and more people start to catch it, it makes sense to move from intensive efforts to contain

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

Mathematical Modeling of Infectious Disease

Mathematical Modeling of Infectious Disease Mathematical Modeling of Infectious Disease Preview Day Mock Class April 19, 2015 David J. Gerberry Assistant Professor of Mathematics Xavier University www.cs.xavier.edu/~david.gerberry david.gerberry@xavier.edu

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

Fixed-Effect Versus Random-Effects Models

Fixed-Effect Versus Random-Effects Models PART 3 Fixed-Effect Versus Random-Effects Models Introduction to Meta-Analysis. Michael Borenstein, L. V. Hedges, J. P. T. Higgins and H. R. Rothstein 2009 John Wiley & Sons, Ltd. ISBN: 978-0-470-05724-7

More information

Erin Carson University of Virginia

Erin Carson University of Virginia THE QUANTIFICATION AND MANAGEMENT OF UNCERTAINTY IN SMALLPOX INTERVENTION MODELS Erin Carson University of Virginia 1 INTRODUCTION Uncertainty is an issue present throughout the field of modeling and simulation.

More information

Matt Smith. Avian Flu Model

Matt Smith. Avian Flu Model Robert Smith? Patrick O Brian Matt Smith Avian Flu Model MAT3395 April 27, 2009 Objectives -Estimate the size of an outbreak if a shift occurred in the disease -determine if quarantine would be as effective

More information

SWINE FLU 3: NOW NAMED H1N1 INFLUENZA A

SWINE FLU 3: NOW NAMED H1N1 INFLUENZA A 1 Created by LifeWind International SWINE FLU 3: NOW NAMED H1N1 INFLUENZA A Date: 5/09 (1 HOUR) OBJECTIVES: After working through this lesson, participants will be able to: 1. Explain how swine flu spreads

More information

Pneumococcal Vaccines: Questions and Answers

Pneumococcal Vaccines: Questions and Answers Pneumococcal Vaccines: Questions and s Question 1 What is pneumococcal disease? What is pneumococcal disease? So pneumococcal disease is a group of diseases that are caused by a bacteria. Most of us are

More information

NOTE: You must show your work to receive full credit. Simply stating the answer will not suffice.

NOTE: You must show your work to receive full credit. Simply stating the answer will not suffice. MATH 1314 Review #3 Name NOTE: You must show your work to receive full credit. Simply stating the answer will not suffice. Graph the function by making a table of coordinates. 1) f() = 4 6 y 1) 4 2-6 -4-2

More information

Five Features of Fighting the Flu

Five Features of Fighting the Flu Five Features of Fighting the Flu Public Health Emergency Preparedness Pandemic Influenza Prevention Curriculum Grades 9-12 1 Day One Understand the Flu Virus 2 Five Features of Flu Fighting Code 1: Understand

More information