Simulator for Infectious Diseases

Slides:



Advertisements
Similar presentations
Modeling of Complex Social Systems MATH 800 Fall 2011.
Advertisements

Modelling – progress update Stephen Catterall, BioSS 28 th November 2007.
HIV in CUBA Kelvin Chan & Sasha Jilkine. Developing a Model S = Susceptible I = Infected Z = AIDS Patients N = S+I = Active Population.
Emerging Infectious Disease: A Computational Multi-agent Model.
Contagion in Networks Networked Life NETS 112 Fall 2013 Prof. Michael Kearns.
This presentation is made available through a Creative Commons Attribution- Noncommercial license. Details of the license and permitted uses are available.
Showcase /06/2005 Towards Computational Epidemiology Using Stochastic Cellular Automata in Modeling Spread of Diseases Sangeeta Venkatachalam, Armin.
Stratified K-means Clustering Over A Deep Web Data Source Tantan Liu, Gagan Agrawal Dept. of Computer Science & Engineering Ohio State University Aug.
Epidemics Pedro Ribeiro de Andrade Gilberto Câmara.
Influenza epidemic spread simulation for Poland – A large scale, individual based model study.
CDC's Model for West Africa Ebola Outbreak Summarized by Li Wang, 11/14.
Simulation of Infectious Diseases Using Agent-Based Versus System Dynamics Models Omar Alam.
An Agent Epidemic Model Toward a general model. Objectives n An epidemic is any attribute that is passed from one person to others in society è disease,
Spatial Science & Health Risk Mapping Dr Mark Cresswell.
Epidemics on Networks. Social networks Age 4–5Age 10–11.
Numerical Analysis Yu Jieun.
Analysis of New York State Medicaid Program Enrollment by Month: Beginning 2009 TEAM #3 : TEAM PROJECT PRESENTATION (DATA MINING) DCS861A EMERGING INFORMATION.
PROVIDING INTERNATIONAL COMPARABILITY OF POVERTY ASSESSMENTS
Stochastic Spatial Dynamics of Epidemic Models
Introduction to Quantitative Research
Section 1: Trends of Hispanic Employment in Construction
Illustrating the HIV Care Continuum in U.S. Cities
Sangeeta Venkatachalam, Armin R. Mikler
Illustrating the HIV Care Continuum in U.S. Cities
SLAW: A Mobility Model for Human Walks
Suri S, Sr Resident, LHMC & SSKH, New Delhi
Collecting Data with Surveys and Scientific Studies
Section 5.1 Designing Samples
Finding Information About Your Neighborhood
Experimental Design, Data collection, and sampling Techniques
Illustrating the HIV Care Continuum in U.S. Cities
Nuffield Free-Standing Mathematics Activity Five a day
Get survey from Mr. Ebersole and read directions and complete it.
From: Cholera Epidemic in Haiti, 2010: Using a Transmission Model to Explain Spatial Spread of Disease and Identify Optimal Control Interventions Ann Intern.
Introduction to spatial analysis for epidemiology
HIV Demographics, Africa
Statistics Section 1.2 Identify different methods for selecting a sample Simulate a random process Review: quantitative and qualitative variables, population.
EPIDEMIOLOGY AND NOSOCOMIAL INFECTIONS
Interpretation of large-scale stochastic epidemic models
Epidemic Alerts EECS E6898: TOPICS – INFORMATION PROCESSING: From Data to Solutions Alexander Loh May 5, 2016.
Final Year Project Presentation --- Magic Paint Face
Chapter 2 the marketing plan Section 2.1 Marketing Planning
Theme 2 Types of Data.
Illustrating the HIV Care Continuum in U.S. Cities
Disability Status Reports
Effective Social Network Quarantine with Minimal Isolation Costs
Census Hub in practice Working Group "European Statistical Data Support" Luxembourg, 29 April 2015.
Vital statistics and their sources
Process and Anticipated Schedule
Maryland State Data Center
Institute of Health and Wellbeing, University of Glasgow
Introduction to Experimental and Observational Study Design
Targeting an audience through advertising.
Science in School  Issue 40: Summer 2017 
University/Department / Faculty (Arial Bold 28-32)
Intermediate Injury Prevention August 23-26, 2011 Billings, MT
Passenger Mobility Statistics 10 April 2014
Statistics videos Activity 1. Statistics videos Activity 1.
Trends in Microbiology
Chapter 5: Producing Data
H. Völzke, K. M. Kloker, A. Kramer, L. Guertler, M. Dören, S. E
Epidemics Pedro Ribeiro de Andrade Gilberto Câmara
Susceptible, Infected, Recovered: the SIR Model of an Epidemic
Calculate the value of ‘
© 2014 by Princeton University Press
What do Samples Tell Us Variability and Bias.
Experimental Design (Sec. 1.3)
Outbreaks of Disease.
Markus Schwehm and Martin Eichner free  traced, quarantine
Adding Value to Registries through Geospatial Big Data Fusion Geospatial Health Context Big Table Facilitating Geospatial Analysis in Health Research.
Presentation transcript:

Simulator for Infectious Diseases

Introduction Stochastic simulator for epidemic spread Develops contacts between census blocks Simulation based on population, distance between census blocks, infection parameters.

Overview Census block level Infectious contacts generated for an age group in a census block. Disease parameters are user defined. Variable number of age groups. JAVA / postgresql

Simulator Design Census Block Grid Contacts Disease Age-Groups Census Data Reader

Census Block Coordinates Population Age Groups S, R E, I on each day

Grid No of Census Blocks (m*n) Details of Census Blocks Disease Census Information for each block

Disease Infectious Period Exposed Period Infectivity

Age Groups S, E, I , R Contact Rate for the age group Affinity Mobility

Contacts In each block, infectious contacts generated for each age group. Contacts can be intra-block or inter-block. Inter-block contacts made with external blocks, using interaction coefficient Each blocks statistics updated at the end of time unit

Intra-block Contacts Fraction of Intra-block contacts Directly proportional to affinity Inversely proportional to mobility frac = a*popBlock/((a-1)*popBlock + popTot); where, a = affinity / mobility

Infectious Contacts Infectious Contacts generated by each age group function of Group's contact rate Infectious population in that age group Proportion of susceptibles in the block Infectivity of the epidemic infectiousIntraContacts = fracIntraBlock*Infectious*ageContactRate*Diseas eInfectivity)*(susceptibles/population)

Choosing Blocks to contact... Block to be contacted chosen randomly. No. of contacts with that block depends on interaction coefficient InteractionCoeff = Pop_this_block*pop_contacted_block/distance_bet_ blocks Avg_IC for the contacted block

Census Data Census block data read from census database Demographics like age are read block by block. Each block is assigned coordinates in the grid. Postgresql used to query database.

Work to be done... Demographic currently used – age Socio-economic status, gender, race etc. to be incorporated into the simulator Visualization