SlideShare ist ein Scribd-Unternehmen logo
1 von 17
Downloaden Sie, um offline zu lesen
Automata Network Simulator Applied to the
           Epidemiology of Urban Dengue Fever

                          Paper’s Authors:
  Henrique F. Gagliardi, Fabrcio A.B. da Silva and Domingos Alves
               Presented by: Hector Cuesta Arvizu




              Center for Computational Epidemiology and Response Analysis
                               University of North Texas

Hector Cuesta (CeCERA)     Automata Network Simulator Urban Dengue Fever   September 19, 2011   1 / 17
Outline



    Introduction (why this is important?).

    Dengue Fever.

    Cellular Automata (...the computational part).

    Model (Epidemiology of Urban Dengue Fever).

    Automata Network Simulator.

    Conclusions.




  Hector Cuesta (CeCERA)   Automata Network Simulator Urban Dengue Fever   September 19, 2011   2 / 17
Introduction


Why is this important?



    Dengue Fever are the most common mosquito-borne viral disease in
    the world.

    Globally, there are an estimated 50 to 100 million cases of Dengue
    Fever.

    2.5 billion people are at risk world-wide, in most tropical countries.

    In the last 20 years, Dengue transmission and frequency of dengue
    epidemics has increase greatly.

    It can be fatal.



  Hector Cuesta (CeCERA)   Automata Network Simulator Urban Dengue Fever   September 19, 2011   3 / 17
Dengue Fever


Dengue Fever



What is Dengue Fever?
   Dengue fever is an illness caused by infection with a virus transmitted
   by the ”Aedes Aegipty” mosquito.
   Facts:
            ARthropod-BOrne viruses (Arbovirues).
            Typically, people infected with dengue virus are asymptomatic (80%) or
            only have mild symptoms such as an uncomplicated fever
            Dengue fever virus (DENV) is an RNA virus of the family Flaviviridae.
            The incubation period (time between exposure and onset of symptoms)
            ranges from 3 to 14 days.




   Hector Cuesta (CeCERA)   Automata Network Simulator Urban Dengue Fever   September 19, 2011   4 / 17
Dengue Fever


Dengue Fever

Transmission
    A human may only become infected by Aedes Aegypti bite and a
    mosquito only becomes infected by biting an infected human.
    Facts:
           Only the female mosquito feeds on blood, this is because they need the
           protein found in the blood to produce eggs.
           On average mosquito can lay about 300 eggs during its life span of 14
           to 21 days.
           Dengue can also be transmitted via infected blood products and
           through organ donation.




  Hector Cuesta (CeCERA)   Automata Network Simulator Urban Dengue Fever   September 19, 2011   5 / 17
Dengue Fever


Dengue Fever




The problem statement.
    The reason for this approach is that cellular automata have a
    significant role in epidemic modeling because each individual, or cell,
    or small region of space ”updates” itself independently (in parallel)
    allowing for the concurrent development of several epidemic spatial
    clusters, defining its new state based on the current state of its
    surrounding cells (locality) and on some shared laws of change [2,5].




   Hector Cuesta (CeCERA)   Automata Network Simulator Urban Dengue Fever   September 19, 2011   6 / 17
Cellular Automata


Cellular Automata

What is a Cellular Automata?
   Discrete model studied in computability theory and mathematics for a
   non-linear problems.
   Facts:
            It consist of an infinite, regular grid of cells, each in one of a finite
            number of states.
            The grid can be any finite number of dimensions.
            Each cell is a particular individual.




   Hector Cuesta (CeCERA)    Automata Network Simulator Urban Dengue Fever   September 19, 2011   7 / 17
Cellular Automata


Cellular Automata
Neighbourhood
    The Neighbourhood is a selection of cells relative to some specified
    and does not change.
     Each cell has the same rules for updating based on the values in this
     neighbourhood.
     Each time the rules are applied to the whole grid a new generation is
     produce.




Local an Global Neighborhoods, Von Newmnan and Moore Neighborhood
   Hector Cuesta (CeCERA)   Automata Network Simulator Urban Dengue Fever   September 19, 2011   8 / 17
Model


Model
The Epidemic Cellular Automata Model for Dengue
    The goal of this model is to describe the dynamics of the dengue
    transmission in a virtual urban environment.
     Dengue model, which is a human-vector interaction model




 The schematic model of Dengue spreading representing the stage of the
 disease for both populations, where thick edges represent the interaction
     among population(mosquito bite) and the thin ones the internal
                   transmission of states in each model.
   Hector Cuesta (CeCERA)   Automata Network Simulator Urban Dengue Fever   September 19, 2011   9 / 17
Model


Model
Iterative rules between these two cellular automata
     The local and global influences are show in this figure. The pointed
     squares represent the mosquitoes affected by the local and global
     human infective influence. The same kind of influence occurring in
     this bottom-up interactions also occurs for the vector-humans in a
     top-down sense at each simulation update.




   Hector Cuesta (CeCERA)   Automata Network Simulator Urban Dengue Fever   September 19, 2011   10 / 17
Model


Model
The probability ps of any susceptible individual become infective
    1.- Any susceptible individual may become infected with probability ps
     2.- An infected individual becomes infective after an average latency
     time (TE)
     3.- Infective individual are removed deterministically from the
     system(becoming immune) after an infectious period (t > 0), which is
     considered as a constant for all infected human individuals and
     infinity to the mosquito population.
     4.- Once in the removed class, the individual participate only passively
     in the spreading of the infection by a period of immunity larger than
     the complete epidemic process.


                            ps = ΓpG + ΛpL;
     ΓandΛ are weight’s
   Hector Cuesta (CeCERA)    Automata Network Simulator Urban Dengue Fever   September 19, 2011   11 / 17
Model


Model



The resulting probabilities to each population are as follow
    Human:
                                                                            ph Nmi (t)
                            pL = 1 − (1 − λm )nIm and pG =                     Nm
     Mosquito:
                                                                            pm Nhi (t)
                            pL = 1 − (1 − λh )nIh and pG =                     Nh
     p = Susceptible individual in General
     λ = Susceptible local individual
     nIh = Number of infected mosquito in Moore neighbourhood




   Hector Cuesta (CeCERA)       Automata Network Simulator Urban Dengue Fever    September 19, 2011   12 / 17
Automata Network Simulator


Automata Network Simulator


Automata Network Simulator
    The main contribution of this paper is to present a software system
    that incorporates a general probabilistic cellular automata model.
    Technological Choices:
            C++ (as a programming language)
            OpenGL (to create grid animations during simulations)
     Modules:
            The   specification module.
            The   simulation module.
            The   visualization module.
            The   analysis module.




   Hector Cuesta (CeCERA)          Automata Network Simulator Urban Dengue Fever   September 19, 2011   13 / 17
Automata Network Simulator


Automata Network Simulator



Analysis module
    The Status and the Graphic windows of the analysis module.




   Hector Cuesta (CeCERA)          Automata Network Simulator Urban Dengue Fever   September 19, 2011   14 / 17
Automata Network Simulator


Automata Network Simulator

Simulator module
    In (a) we see a simulation with the orthogonal view and in
    (b) the perspective view, where the bottom grid represents the human
    population while the top grid represents the vector population.




   Hector Cuesta (CeCERA)          Automata Network Simulator Urban Dengue Fever   September 19, 2011   15 / 17
Conclusions


Conclusions and Future Work
Conclusions and Future Work
    Help you understand how to the disease spreads and see different
    outcomes.
     Future Work: Seasonality and Geographical information.




     A simulation of the Dengue model over Santos city map, a southeast
     costal Brazilian city which epidemic historical data will also be used in
                                   future study
   Hector Cuesta (CeCERA)   Automata Network Simulator Urban Dengue Fever   September 19, 2011   16 / 17
Conclusions


Questions??




Questions ???




  Hector Cuesta (CeCERA)   Automata Network Simulator Urban Dengue Fever   September 19, 2011   17 / 17

Weitere ähnliche Inhalte

Andere mochten auch

Educational Software Engineering: Where Software Engineering, Education, and ...
Educational Software Engineering: Where Software Engineering, Education, and ...Educational Software Engineering: Where Software Engineering, Education, and ...
Educational Software Engineering: Where Software Engineering, Education, and ...Tao Xie
 
Cellular Automata Models of Social Processes
Cellular Automata Models of Social ProcessesCellular Automata Models of Social Processes
Cellular Automata Models of Social ProcessesSSA KPI
 
cellular automata as a test pattern generator and output response compactor f...
cellular automata as a test pattern generator and output response compactor f...cellular automata as a test pattern generator and output response compactor f...
cellular automata as a test pattern generator and output response compactor f...Shiva Narayan Reddy
 
Cellular automata : A simple Introduction
Cellular automata : A simple IntroductionCellular automata : A simple Introduction
Cellular automata : A simple IntroductionAdekunle Onaopepo
 
Cellular Automata for Pathfinding
Cellular Automata for PathfindingCellular Automata for Pathfinding
Cellular Automata for PathfindingSteve Wilson
 

Andere mochten auch (7)

Cellular automata
Cellular automataCellular automata
Cellular automata
 
Educational Software Engineering: Where Software Engineering, Education, and ...
Educational Software Engineering: Where Software Engineering, Education, and ...Educational Software Engineering: Where Software Engineering, Education, and ...
Educational Software Engineering: Where Software Engineering, Education, and ...
 
Cellular Automata
Cellular AutomataCellular Automata
Cellular Automata
 
Cellular Automata Models of Social Processes
Cellular Automata Models of Social ProcessesCellular Automata Models of Social Processes
Cellular Automata Models of Social Processes
 
cellular automata as a test pattern generator and output response compactor f...
cellular automata as a test pattern generator and output response compactor f...cellular automata as a test pattern generator and output response compactor f...
cellular automata as a test pattern generator and output response compactor f...
 
Cellular automata : A simple Introduction
Cellular automata : A simple IntroductionCellular automata : A simple Introduction
Cellular automata : A simple Introduction
 
Cellular Automata for Pathfinding
Cellular Automata for PathfindingCellular Automata for Pathfinding
Cellular Automata for Pathfinding
 

Ähnlich wie Cellular Automata- Dengue Fever

Outbreak Simulator First Presentation
Outbreak Simulator First PresentationOutbreak Simulator First Presentation
Outbreak Simulator First PresentationHector Cuesta Arvizu
 
Modeling and Threshold Sensitivity Analysis of Computer Virus Epidemic
Modeling and Threshold Sensitivity Analysis of Computer Virus EpidemicModeling and Threshold Sensitivity Analysis of Computer Virus Epidemic
Modeling and Threshold Sensitivity Analysis of Computer Virus EpidemicIOSR Journals
 
A COMPUTER VIRUS PROPAGATION MODEL USING DELAY DIFFERENTIAL EQUATIONS WITH PR...
A COMPUTER VIRUS PROPAGATION MODEL USING DELAY DIFFERENTIAL EQUATIONS WITH PR...A COMPUTER VIRUS PROPAGATION MODEL USING DELAY DIFFERENTIAL EQUATIONS WITH PR...
A COMPUTER VIRUS PROPAGATION MODEL USING DELAY DIFFERENTIAL EQUATIONS WITH PR...IJCNCJournal
 
X-ware: a proof of concept malware utilizing artificial intelligence
X-ware: a proof of concept malware utilizing artificial intelligenceX-ware: a proof of concept malware utilizing artificial intelligence
X-ware: a proof of concept malware utilizing artificial intelligenceIJECEIAES
 
Synopsis format maleria disease
Synopsis format  maleria diseaseSynopsis format  maleria disease
Synopsis format maleria diseaseJaswant Singh
 
Μοντέλα διάχυσης καρκινικών όγκων εγκεφάλου
Μοντέλα διάχυσης καρκινικών όγκων εγκεφάλουΜοντέλα διάχυσης καρκινικών όγκων εγκεφάλου
Μοντέλα διάχυσης καρκινικών όγκων εγκεφάλουManolis Vavalis
 
Probabilistic models for anomaly detection based on usage of network traffic
Probabilistic models for anomaly detection based on usage of network trafficProbabilistic models for anomaly detection based on usage of network traffic
Probabilistic models for anomaly detection based on usage of network trafficAlexander Decker
 
Vulnerabilities of Fingerprint Authentication Systems and Their Securities
Vulnerabilities of Fingerprint Authentication Systems and Their SecuritiesVulnerabilities of Fingerprint Authentication Systems and Their Securities
Vulnerabilities of Fingerprint Authentication Systems and Their SecuritiesTanjarul Islam Mishu
 
Vulnerabilities of Fingerprint Authentication Systems and Their Securities
Vulnerabilities of Fingerprint Authentication Systems and Their SecuritiesVulnerabilities of Fingerprint Authentication Systems and Their Securities
Vulnerabilities of Fingerprint Authentication Systems and Their SecuritiesIJCSIS Research Publications
 
Kurzweil ~ Humanity+
Kurzweil ~ Humanity+Kurzweil ~ Humanity+
Kurzweil ~ Humanity+Brian Ahier
 
Comprehensive study: machine learning approaches for COVID-19 diagnosis
Comprehensive study: machine learning approaches for COVID-19 diagnosis Comprehensive study: machine learning approaches for COVID-19 diagnosis
Comprehensive study: machine learning approaches for COVID-19 diagnosis IJECEIAES
 
An immune agents system for
An immune agents system forAn immune agents system for
An immune agents system forcsandit
 
Dengue Prediction Model using Machine Learning techniques and Internet of Things
Dengue Prediction Model using Machine Learning techniques and Internet of ThingsDengue Prediction Model using Machine Learning techniques and Internet of Things
Dengue Prediction Model using Machine Learning techniques and Internet of ThingsTarun Swarup
 
An Agent-Based Model of Epidemic Spread using Human Mobility and Social Netwo...
An Agent-Based Model of Epidemic Spread using Human Mobility and Social Netwo...An Agent-Based Model of Epidemic Spread using Human Mobility and Social Netwo...
An Agent-Based Model of Epidemic Spread using Human Mobility and Social Netwo...Enrique Frias-Martinez
 
Photo Rendering with Swarms: From Figurative to Abstract Pherogenic Imaging
Photo Rendering with Swarms: From Figurative to Abstract Pherogenic ImagingPhoto Rendering with Swarms: From Figurative to Abstract Pherogenic Imaging
Photo Rendering with Swarms: From Figurative to Abstract Pherogenic ImagingCarlos Cotta
 
Smau Bologna 2013 Stefano Zanero
Smau Bologna 2013 Stefano ZaneroSmau Bologna 2013 Stefano Zanero
Smau Bologna 2013 Stefano ZaneroSMAU
 
A mathematical model of movement in virtual reality through thoughts
A mathematical model of movement in virtual reality through thoughts A mathematical model of movement in virtual reality through thoughts
A mathematical model of movement in virtual reality through thoughts IJECEIAES
 
Tecnologias Habilitadoras do Futuro: Avanços e Tendências
Tecnologias Habilitadoras do Futuro: Avanços e TendênciasTecnologias Habilitadoras do Futuro: Avanços e Tendências
Tecnologias Habilitadoras do Futuro: Avanços e TendênciasAntonio Marcos Alberti
 

Ähnlich wie Cellular Automata- Dengue Fever (20)

Outbreak Simulator First Presentation
Outbreak Simulator First PresentationOutbreak Simulator First Presentation
Outbreak Simulator First Presentation
 
I017134347
I017134347I017134347
I017134347
 
Modeling and Threshold Sensitivity Analysis of Computer Virus Epidemic
Modeling and Threshold Sensitivity Analysis of Computer Virus EpidemicModeling and Threshold Sensitivity Analysis of Computer Virus Epidemic
Modeling and Threshold Sensitivity Analysis of Computer Virus Epidemic
 
A COMPUTER VIRUS PROPAGATION MODEL USING DELAY DIFFERENTIAL EQUATIONS WITH PR...
A COMPUTER VIRUS PROPAGATION MODEL USING DELAY DIFFERENTIAL EQUATIONS WITH PR...A COMPUTER VIRUS PROPAGATION MODEL USING DELAY DIFFERENTIAL EQUATIONS WITH PR...
A COMPUTER VIRUS PROPAGATION MODEL USING DELAY DIFFERENTIAL EQUATIONS WITH PR...
 
X-ware: a proof of concept malware utilizing artificial intelligence
X-ware: a proof of concept malware utilizing artificial intelligenceX-ware: a proof of concept malware utilizing artificial intelligence
X-ware: a proof of concept malware utilizing artificial intelligence
 
Synopsis format maleria disease
Synopsis format  maleria diseaseSynopsis format  maleria disease
Synopsis format maleria disease
 
Μοντέλα διάχυσης καρκινικών όγκων εγκεφάλου
Μοντέλα διάχυσης καρκινικών όγκων εγκεφάλουΜοντέλα διάχυσης καρκινικών όγκων εγκεφάλου
Μοντέλα διάχυσης καρκινικών όγκων εγκεφάλου
 
Probabilistic models for anomaly detection based on usage of network traffic
Probabilistic models for anomaly detection based on usage of network trafficProbabilistic models for anomaly detection based on usage of network traffic
Probabilistic models for anomaly detection based on usage of network traffic
 
Vulnerabilities of Fingerprint Authentication Systems and Their Securities
Vulnerabilities of Fingerprint Authentication Systems and Their SecuritiesVulnerabilities of Fingerprint Authentication Systems and Their Securities
Vulnerabilities of Fingerprint Authentication Systems and Their Securities
 
Vulnerabilities of Fingerprint Authentication Systems and Their Securities
Vulnerabilities of Fingerprint Authentication Systems and Their SecuritiesVulnerabilities of Fingerprint Authentication Systems and Their Securities
Vulnerabilities of Fingerprint Authentication Systems and Their Securities
 
Kurzweil ~ Humanity+
Kurzweil ~ Humanity+Kurzweil ~ Humanity+
Kurzweil ~ Humanity+
 
Comprehensive study: machine learning approaches for COVID-19 diagnosis
Comprehensive study: machine learning approaches for COVID-19 diagnosis Comprehensive study: machine learning approaches for COVID-19 diagnosis
Comprehensive study: machine learning approaches for COVID-19 diagnosis
 
An immune agents system for
An immune agents system forAn immune agents system for
An immune agents system for
 
Dengue Prediction Model using Machine Learning techniques and Internet of Things
Dengue Prediction Model using Machine Learning techniques and Internet of ThingsDengue Prediction Model using Machine Learning techniques and Internet of Things
Dengue Prediction Model using Machine Learning techniques and Internet of Things
 
An Agent-Based Model of Epidemic Spread using Human Mobility and Social Netwo...
An Agent-Based Model of Epidemic Spread using Human Mobility and Social Netwo...An Agent-Based Model of Epidemic Spread using Human Mobility and Social Netwo...
An Agent-Based Model of Epidemic Spread using Human Mobility and Social Netwo...
 
Esrel08 Final
Esrel08 FinalEsrel08 Final
Esrel08 Final
 
Photo Rendering with Swarms: From Figurative to Abstract Pherogenic Imaging
Photo Rendering with Swarms: From Figurative to Abstract Pherogenic ImagingPhoto Rendering with Swarms: From Figurative to Abstract Pherogenic Imaging
Photo Rendering with Swarms: From Figurative to Abstract Pherogenic Imaging
 
Smau Bologna 2013 Stefano Zanero
Smau Bologna 2013 Stefano ZaneroSmau Bologna 2013 Stefano Zanero
Smau Bologna 2013 Stefano Zanero
 
A mathematical model of movement in virtual reality through thoughts
A mathematical model of movement in virtual reality through thoughts A mathematical model of movement in virtual reality through thoughts
A mathematical model of movement in virtual reality through thoughts
 
Tecnologias Habilitadoras do Futuro: Avanços e Tendências
Tecnologias Habilitadoras do Futuro: Avanços e TendênciasTecnologias Habilitadoras do Futuro: Avanços e Tendências
Tecnologias Habilitadoras do Futuro: Avanços e Tendências
 

Mehr von Hector Cuesta Arvizu

Simulación De Enfermedades Infecciosas En Grandes Poblaciones A Través De Un ...
Simulación De Enfermedades Infecciosas En Grandes Poblaciones A Través De Un ...Simulación De Enfermedades Infecciosas En Grandes Poblaciones A Través De Un ...
Simulación De Enfermedades Infecciosas En Grandes Poblaciones A Través De Un ...Hector Cuesta Arvizu
 
Simulación De Enfermedades Infecciosas En Grandes Poblaciones A Través De Un ...
Simulación De Enfermedades Infecciosas En Grandes Poblaciones A Través De Un ...Simulación De Enfermedades Infecciosas En Grandes Poblaciones A Través De Un ...
Simulación De Enfermedades Infecciosas En Grandes Poblaciones A Través De Un ...Hector Cuesta Arvizu
 
Presentacion: Modelado para estudio de brotes epidémicos usando un Autómata C...
Presentacion: Modelado para estudio de brotes epidémicos usando un Autómata C...Presentacion: Modelado para estudio de brotes epidémicos usando un Autómata C...
Presentacion: Modelado para estudio de brotes epidémicos usando un Autómata C...Hector Cuesta Arvizu
 
Patrones del Modelo de Dominio en el Paradigma Orientado a Objetos
Patrones del Modelo de Dominio en el Paradigma Orientado a ObjetosPatrones del Modelo de Dominio en el Paradigma Orientado a Objetos
Patrones del Modelo de Dominio en el Paradigma Orientado a ObjetosHector Cuesta Arvizu
 

Mehr von Hector Cuesta Arvizu (10)

Ia for fintech
Ia for fintechIa for fintech
Ia for fintech
 
Coursera_MachineLearning
Coursera_MachineLearningCoursera_MachineLearning
Coursera_MachineLearning
 
Presentation rvp imagesimilarity
Presentation rvp imagesimilarityPresentation rvp imagesimilarity
Presentation rvp imagesimilarity
 
Articulo de cuda
Articulo de cudaArticulo de cuda
Articulo de cuda
 
Simulación De Enfermedades Infecciosas En Grandes Poblaciones A Través De Un ...
Simulación De Enfermedades Infecciosas En Grandes Poblaciones A Través De Un ...Simulación De Enfermedades Infecciosas En Grandes Poblaciones A Través De Un ...
Simulación De Enfermedades Infecciosas En Grandes Poblaciones A Través De Un ...
 
Simulación De Enfermedades Infecciosas En Grandes Poblaciones A Través De Un ...
Simulación De Enfermedades Infecciosas En Grandes Poblaciones A Través De Un ...Simulación De Enfermedades Infecciosas En Grandes Poblaciones A Través De Un ...
Simulación De Enfermedades Infecciosas En Grandes Poblaciones A Través De Un ...
 
Presentacion: Modelado para estudio de brotes epidémicos usando un Autómata C...
Presentacion: Modelado para estudio de brotes epidémicos usando un Autómata C...Presentacion: Modelado para estudio de brotes epidémicos usando un Autómata C...
Presentacion: Modelado para estudio de brotes epidémicos usando un Autómata C...
 
Presentacion simulaepirocc2011
Presentacion simulaepirocc2011Presentacion simulaepirocc2011
Presentacion simulaepirocc2011
 
Patrones del Modelo de Dominio en el Paradigma Orientado a Objetos
Patrones del Modelo de Dominio en el Paradigma Orientado a ObjetosPatrones del Modelo de Dominio en el Paradigma Orientado a Objetos
Patrones del Modelo de Dominio en el Paradigma Orientado a Objetos
 
LastWeekPresentation
LastWeekPresentationLastWeekPresentation
LastWeekPresentation
 

Kürzlich hochgeladen

My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 

Kürzlich hochgeladen (20)

My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 

Cellular Automata- Dengue Fever

  • 1. Automata Network Simulator Applied to the Epidemiology of Urban Dengue Fever Paper’s Authors: Henrique F. Gagliardi, Fabrcio A.B. da Silva and Domingos Alves Presented by: Hector Cuesta Arvizu Center for Computational Epidemiology and Response Analysis University of North Texas Hector Cuesta (CeCERA) Automata Network Simulator Urban Dengue Fever September 19, 2011 1 / 17
  • 2. Outline Introduction (why this is important?). Dengue Fever. Cellular Automata (...the computational part). Model (Epidemiology of Urban Dengue Fever). Automata Network Simulator. Conclusions. Hector Cuesta (CeCERA) Automata Network Simulator Urban Dengue Fever September 19, 2011 2 / 17
  • 3. Introduction Why is this important? Dengue Fever are the most common mosquito-borne viral disease in the world. Globally, there are an estimated 50 to 100 million cases of Dengue Fever. 2.5 billion people are at risk world-wide, in most tropical countries. In the last 20 years, Dengue transmission and frequency of dengue epidemics has increase greatly. It can be fatal. Hector Cuesta (CeCERA) Automata Network Simulator Urban Dengue Fever September 19, 2011 3 / 17
  • 4. Dengue Fever Dengue Fever What is Dengue Fever? Dengue fever is an illness caused by infection with a virus transmitted by the ”Aedes Aegipty” mosquito. Facts: ARthropod-BOrne viruses (Arbovirues). Typically, people infected with dengue virus are asymptomatic (80%) or only have mild symptoms such as an uncomplicated fever Dengue fever virus (DENV) is an RNA virus of the family Flaviviridae. The incubation period (time between exposure and onset of symptoms) ranges from 3 to 14 days. Hector Cuesta (CeCERA) Automata Network Simulator Urban Dengue Fever September 19, 2011 4 / 17
  • 5. Dengue Fever Dengue Fever Transmission A human may only become infected by Aedes Aegypti bite and a mosquito only becomes infected by biting an infected human. Facts: Only the female mosquito feeds on blood, this is because they need the protein found in the blood to produce eggs. On average mosquito can lay about 300 eggs during its life span of 14 to 21 days. Dengue can also be transmitted via infected blood products and through organ donation. Hector Cuesta (CeCERA) Automata Network Simulator Urban Dengue Fever September 19, 2011 5 / 17
  • 6. Dengue Fever Dengue Fever The problem statement. The reason for this approach is that cellular automata have a significant role in epidemic modeling because each individual, or cell, or small region of space ”updates” itself independently (in parallel) allowing for the concurrent development of several epidemic spatial clusters, defining its new state based on the current state of its surrounding cells (locality) and on some shared laws of change [2,5]. Hector Cuesta (CeCERA) Automata Network Simulator Urban Dengue Fever September 19, 2011 6 / 17
  • 7. Cellular Automata Cellular Automata What is a Cellular Automata? Discrete model studied in computability theory and mathematics for a non-linear problems. Facts: It consist of an infinite, regular grid of cells, each in one of a finite number of states. The grid can be any finite number of dimensions. Each cell is a particular individual. Hector Cuesta (CeCERA) Automata Network Simulator Urban Dengue Fever September 19, 2011 7 / 17
  • 8. Cellular Automata Cellular Automata Neighbourhood The Neighbourhood is a selection of cells relative to some specified and does not change. Each cell has the same rules for updating based on the values in this neighbourhood. Each time the rules are applied to the whole grid a new generation is produce. Local an Global Neighborhoods, Von Newmnan and Moore Neighborhood Hector Cuesta (CeCERA) Automata Network Simulator Urban Dengue Fever September 19, 2011 8 / 17
  • 9. Model Model The Epidemic Cellular Automata Model for Dengue The goal of this model is to describe the dynamics of the dengue transmission in a virtual urban environment. Dengue model, which is a human-vector interaction model The schematic model of Dengue spreading representing the stage of the disease for both populations, where thick edges represent the interaction among population(mosquito bite) and the thin ones the internal transmission of states in each model. Hector Cuesta (CeCERA) Automata Network Simulator Urban Dengue Fever September 19, 2011 9 / 17
  • 10. Model Model Iterative rules between these two cellular automata The local and global influences are show in this figure. The pointed squares represent the mosquitoes affected by the local and global human infective influence. The same kind of influence occurring in this bottom-up interactions also occurs for the vector-humans in a top-down sense at each simulation update. Hector Cuesta (CeCERA) Automata Network Simulator Urban Dengue Fever September 19, 2011 10 / 17
  • 11. Model Model The probability ps of any susceptible individual become infective 1.- Any susceptible individual may become infected with probability ps 2.- An infected individual becomes infective after an average latency time (TE) 3.- Infective individual are removed deterministically from the system(becoming immune) after an infectious period (t > 0), which is considered as a constant for all infected human individuals and infinity to the mosquito population. 4.- Once in the removed class, the individual participate only passively in the spreading of the infection by a period of immunity larger than the complete epidemic process. ps = ΓpG + ΛpL; ΓandΛ are weight’s Hector Cuesta (CeCERA) Automata Network Simulator Urban Dengue Fever September 19, 2011 11 / 17
  • 12. Model Model The resulting probabilities to each population are as follow Human: ph Nmi (t) pL = 1 − (1 − λm )nIm and pG = Nm Mosquito: pm Nhi (t) pL = 1 − (1 − λh )nIh and pG = Nh p = Susceptible individual in General λ = Susceptible local individual nIh = Number of infected mosquito in Moore neighbourhood Hector Cuesta (CeCERA) Automata Network Simulator Urban Dengue Fever September 19, 2011 12 / 17
  • 13. Automata Network Simulator Automata Network Simulator Automata Network Simulator The main contribution of this paper is to present a software system that incorporates a general probabilistic cellular automata model. Technological Choices: C++ (as a programming language) OpenGL (to create grid animations during simulations) Modules: The specification module. The simulation module. The visualization module. The analysis module. Hector Cuesta (CeCERA) Automata Network Simulator Urban Dengue Fever September 19, 2011 13 / 17
  • 14. Automata Network Simulator Automata Network Simulator Analysis module The Status and the Graphic windows of the analysis module. Hector Cuesta (CeCERA) Automata Network Simulator Urban Dengue Fever September 19, 2011 14 / 17
  • 15. Automata Network Simulator Automata Network Simulator Simulator module In (a) we see a simulation with the orthogonal view and in (b) the perspective view, where the bottom grid represents the human population while the top grid represents the vector population. Hector Cuesta (CeCERA) Automata Network Simulator Urban Dengue Fever September 19, 2011 15 / 17
  • 16. Conclusions Conclusions and Future Work Conclusions and Future Work Help you understand how to the disease spreads and see different outcomes. Future Work: Seasonality and Geographical information. A simulation of the Dengue model over Santos city map, a southeast costal Brazilian city which epidemic historical data will also be used in future study Hector Cuesta (CeCERA) Automata Network Simulator Urban Dengue Fever September 19, 2011 16 / 17
  • 17. Conclusions Questions?? Questions ??? Hector Cuesta (CeCERA) Automata Network Simulator Urban Dengue Fever September 19, 2011 17 / 17