Simulation of Influenza Epidemics with a Hybrid Model - Combining Cellular Automata and Agent Based Features

Size: px
Start display at page:

Download "Simulation of Influenza Epidemics with a Hybrid Model - Combining Cellular Automata and Agent Based Features"

Transcription

1 Simulation of Influenza Epidemics with a Hybrid Model - Combining Cellular Automata and Agent Based Features Štefan Emrich 1), Felix Breitenecker 1), Günther Zauner 2), Nikolas Popper 2), 1) Institute for Analysis and Scientific Computing, Vienna University of Technology, 2) Wiedner Hauptstrasse 8-10, 1040 Vienna, Austria die Drahtwarenhandlung Simulation Services, Neustiftgasse 57-59, 1070 Vienna, Austria semrich@aurora.anum.tuwien.ac.at, fbreiten@osiris.tuwien.ac.at, guenther.zauner@drahtwarenhandlung.at, niki.popper@drahtwarenhandlung.at Abstract. To understand and predict epidemic patterns ODEs and PDEs have been used since the beginning of the last century. But these approaches have a quite relevant shortcoming. Trying to model a multiply heterogeneous population (e.g. with individual characteristics, varying population densities) increases complexity beyond limits. To bring individual effects into epidemic models a new approach is necessary. Agent-based (AB) models as well as Cellular Automata (CA) represent tools which allow incorporating such influences. In this paper we shall present a hybrid model that combines the flexibility of an AB-framework with the computational efficiency of CAs. We will also look at the potential benefit of such a structure by taking a look at first (academic) results. Keywords. Epidemics, Hybrid modeling, Cellular Automata, Agent-based Systems 1. A historical perspective of epidemic modeling Humanities urge to understand or in the best case even predict the course of epidemic patterns is probably as old as diseases themselves. It is clear, that without proper knowledge of the disease as well as without modeling techniques and tools this urge cannot be met. Thus, from the first known mathematical attempt undertaken by Hippocrates, it took several hundred years before reasonable models have been developed. At the beginning of the last century ODE- & PDE-approaches have been developed in order to describe the behavior of epidemic outbreaks. One of those early (and very well known) models being the description of a SIR-type epidemic made by Kermack and McKendrick. One major drawback of these approaches is, that they only reflect a perfectly homogeneous population. If one tries to include different subpopulations or spatial distributions the complexity of the models is quickly growing beyond reason. If it would be possible to create models that do respect individual characteristics and spatial distributions more realistic outcomes or at least a better understanding of epidemics could be expected. During the second half of the last century two interesting modeling approaches have been developed, that are capable of representing individual and spatial features. Namely Cellular Automata (CA), developed in the 1940ies and 50ies and Agent-Based (AB) Systems also referred to as multi agent systems (MAS) that have been developed during the 1990ies. Although these systems are fairly different they show also quite some overlapping, as we will see. 2. Brief Comparison of CA and MAS 2.1. Cellular Automata Both, Cellular automata and multi-agent systems are classified as bottom-up approach. Also they describe (complex) systems only by

2 definition of local interaction rules. Within CA theses interaction rules are very strict and usually quite simple. Generally classical cellular automata can be described by four points (adopted from [6]): Cell geometry CA consist of equal (geometrical) cells which are arranged in a (regular) lattice. Neighborhood definition A cell neighborhood is defined for the automaton. The neighborhood determines which cells a r e i n f l u e n c i n g e a c h o t h e r. T h i s neighborhood is valid for all cells during the whole runtime. Cell states A finite number of (discrete) states is defined. Every cell can assume one of those states. The state of the cell is subject to change. The transition between states is determined by the transition rules. The states of the cells are updated synchronously (after discrete time steps) for all cells. Transition rules These rules describe how the cells change its states. The rules only depend on the state of the neighboring cells and on the state of the cell itself. One set of transition rules is valid for the whole CA over the whole runtime AB-Systems and MAS For agent-based systems a comparably strict and exact definition does not exist. Throughout literature one can find many varying definitions, often depending on the authors needs, in general AB modeling is lacking a common standard, although this is not a big problem. One can define multi agent systems by starting with the agent itself, as being a computer system situated in an environment. It further has the capabilities to flexibly and autonomously act in this environment in order to reach (predefined) objectives/goals. This requires specifying the following three terms more detailed: Situated in our case means that the agent is interacting with its environment, it is capable to receive input from the surrounding (e.g. via sensors) and can also manipulate its environment to some extent. The definition of autonomy needs to be handled with care (we are talking about a pre-programmed computer system). It is satisfactory if the agent can reach decisions without (human) interaction. Flexibility is required in multiple ways. Firstly one demands that the system is operating and acting in reasonable time. Secondly the agents are not to be solely reactive but goal-oriented or in the best case anticipating. And thirdly agents may have the capability to communicate or interact with other agents and/or real humans. Multi agent systems consist as the name indicates of a number of such agents. Further we want MAS to have following characteristics: agents have a limited point of view (incomplete information and/or problem solving capabilities), the absence of global system control, decentralized data and asynchronous computation of the agents. This definition is adopted from [3]. Based on these definitions of CA and ABS we will now sketch a short comparison of the methods Comparison of the Methods Looking at CA their smallest unit is the cell; it is by definition fixed and may hold discrete states. Agents in MAS on the other hand are much more flexible and may hold several characteristic features (e.g. height, color, diameter, health status, speed, pressure, e.g.). The processing of time within CA happens in a very discrete way. All cell states are updated simultaneously. Between these updates nothing changes. For AB systems one may either use discrete or virtually continuous time, and changes may occur at any given time. The spatial structure of cellular automata is defined by its lattice and usually symmetrical (see [2] for an exception). Agent-based systems on the other hand do not require any (spatial) structure. Agents may or may not be spatially bound, and any desired structure can be introduced. The cells of CA do have a fixed range of influence the neighborhood. Agents within MAS on the other hand may have a very variable sphere of influence which does not necessarily need to be connected to spatial neighborhoods. Concluding we can generally say, that AB systems are more flexible than cellular automata. One could even say that agent-based systems are an extension of CA (see [4]). On the other hand this extension and freedom when using MAS comes at a price a trade off becomes necessary. The hardware demands of AB systems are

3 considerably higher than those of CA. Thus the time consumed for simulation of large models increases when using MAS, whereas CA are computationally extremely efficient and can if programmed in an adequate manner also take advantage of parallel computing which is apparently not possible for MAS. On the other hand it is possible to introduce interesting behavior to CA models by loosening the tight rules (see [5]). This comparison shows that a combination of MAS and CA may be of quite some interest, if one could take advantage of the flexibility of AB modeling and also achieve computational efficiency comparable to those of CA. 3. Defining the Model Structure To set up the structure let us consider the most important things that our model must incorporate. Since we want to make a simulation with a (close-to) realistic population we have to respect its heterogeneous structure. For influenza transmission the sex does not play a role, thus we only need to look at the different age pools. Depending on the strain of the circulating influenza virus, different age groups bare different infection risks. Generally speaking very old and very young people are at highest risk. To represent the social behavior of the population we shall break down the daily routine into 3 parts: working time or time spent in schools/child care facilities respectively, leisure time and time at home. Although this division is a fairly rough one, it will show to be satisfying for our problem. From this division we can deduce that every individual does need a work place and household to which it returns every day. In addition we shall also assign an explicit neighborhood which we shall interpret as the regular contacts of an individual (friends, relatives, etc.) Together with the infection probabilities it seems to make sense to divide our population into the subgroups of infants (0-3 years), kindergarten children (3-6), elementary school (6 10), high school (10-18), working population (18 65) and senior citizens (65 +). As said before, we do not consider the sex of the individuals. The demographic structure of the population can be obtained fairly easy via demographic institutions (for Austria this is Statistik Austria ). The (average) size of work places, schools and similar are usually also available from such sources. Based on this population frame we can start to build our model. As said before we are about to combine MAS with CA in such an order, that we benefit from their distinctive strengths (MAS: flexibility, CA: efficient computation) and as far as possible omit their weaknesses. With respect to our complex population structure it does seem sensible to store the individual properties within an agent-based framework. The implementation of the model is realized in MATLAB, primarily because of its efficient matrix-operations. Thus we shall store the individual s characteristics in a huge matrix, our look-up table. This table does hold following ten entries for every agent within the system: - unique agent ID - current health status - age of agent - household ID - neighborhood ID - (age specific) workplace ID - time stamp - infection probability - control variable (if symptomatic) - help variable This matrix is initialized at the beginning of the model according to the demographic structure. A very convenient effect of this look up table is the possibility to easily add extra characteristics to refine the model if necessary or desired. Within the model this AB framework is used to transfer the population, according to the daily structure, from workplaces/schools, to their leisure time neighborhood and into their households. For a reasonable runtime the schools/work places/child care facilities as well as neighborhoods are modeled by lattice-gas cellular automata (LGCA) of type FHP-I (see [6] for further information). But instead of uniform particles the LGCA are filled with the unique agent IDs. On collision they are put at risk of infection with their distinct probability. The CAs are initialized one after another, starting with the work places/schools continued by the neighborhood, by the main routine. The CA is filled with all associated agents IDs and then computed for the given runtime. Changes of health status are written directly into the agent look-up matrix. Households are modeled stochastically, on one hand because of their small (population) sizes and on the other hand because contact between agents can be taken for granted. This structure simplifies the programming process, since it is necessary to program only one CA. The size of the CA does of course depend of the number of agents in it and on a given density.

4 By such it is possible to have other densities for work places than for schools (which also reflects the real life situation). Further this structure guarantees, that at the end of a model-day all agents spent the same time within CA although they only were in suspend-mode most of the time. 4. Simulation Results As for every simulation the correct parameterization of the model is a crucial task. In the case of the present model some additional difficulties have been experienced. A main problem is the lack of infection probabilities. To the author s knowledge databases or literature on disease transmission of influenza do not exist. Given they would exist the problem would still persist to some (reduced) extend, since such values strongly depend on the circulating virus and influenza viruses are highly mutant. In addition exact data for verification & validation of the model was also not available although existent. Thus the results must be looked upon as being academic. First of all the overall behavior of the model does seem reasonable, if comparing Fig.1 and Fig.2. Fig.1: EISS-Index, Germany 2004/05 x-axis: Week of Year Where Fig.1 shows the influenza activity according to the EISS-Index for Germany (Season 2004/05), taken from [6]. Fig.2: Simulation results of Model (infected with and without symptoms) x-axis: Day of Simulation, y-axis: Individuals in Fig.2 illustrates the result of simulation with the present model within a population of 1 million. The higher curve being the number of infected with symptoms, the lower one without. The jags are explained by the fact that during weekends the agents are not passing through the work/school CAs. They spend that time within the spare time CA instead. Both curves are characterized by an elevated plain that is sustained for several weeks, instead of reaching a single peak as observed in most (simple) ODE models and a fairly delayed outbreak of the epidemic. As we know the model population consists of six different sub-populations (age pools) which do bear different infection probabilities. If taking a look at spread of the epidemic within these pools we notice quite a different pattern (see Fig. 3 and Fig.4). Where Fig. 3 is the epidemic pattern for the age pool of elementary school children (6-10) and Fig.4. shows the pattern for adults (18-65) It is obvious, that the infection spreads much faster among the elementary students than among the working population. Also the peaks height in terms of maximum affected individuals per age pool is clearly higher. Various interpretations for this observation are possible. For sure the different infection rates are playing an essential role. But it is very likely that in addition to the transmission probabilities the density of the work place is a major factor. One could even go as far as referring to schools as the breeding ground for infections. Firstly students become infected, then they go home/ into their neighborhoods and affect their surrounding.

5 population will stay at home (this probability is specific for every age pool). Although the results are academic, the effect is dramatic: The peak in Fig.5 is 45% higher than that in Fig.6! Fig.3: Percentage of infected elementary school students Fig.5: Ratio of infected in elementary school (low stay-home probability) Fig.4: Percentage of infected adults Of course this model should not only be used for reproduction of the status quo. Soon the question arises what kind of counter measures can be taken to suppress or weaken the outbreak of epidemics. Such counter measures could be to vaccinate large parts (or even the whole) population. In our model this can be implemented by a simple change of the infection rates, thus it does not seem to represent a very interesting scenario. Especially since pharmaceutical companies tend to present their vaccine as only solution to epidemic outbreaks alternative measures would be more interesting. One very easy possibility would be to increase the percentage of people that stay at home after becoming symptomatic. Although in the real world this would require quite some changes (e.g. raising awareness, change of working policies, etc.). Since the effects become most visible within the population of elementary school children these sub-populations have been picked for comparison. Fig.5 and Fig.6 do show two different model results. The only difference between both initial settings is a change of the probability to stay at home after becoming symptomatic. This probability was increased (in Fig.6) in such a way that an additional 20% of the overall Fig.6: Ratio of infected in elementary school (high stay-home probability) 5. Conclusion We did compare the overall model result with real epidemic patterns. This comparison seems to indicate that the model s structure is mapping reality in a fairly sound manner. Together with the fact that no data for parameterization was available the combination of CA and MAS to model the spread of influenza seems promising and can in this case be seen as success. Since the model structure is still fairly simple it offers quite a potential for further improvement. For example one could implement hot-spots for the transmission of diseases such as hospitals. Enhancements could also be made at the daily routine.

6 What probably is most interesting about this model is the capability to investigate the spread of an epidemic for different age pools and population groups. This could lead to new insights and a better understanding for the prediction of epidemics. Finally this understanding can be used to examine different counter measures regarding their efficiency. With respect to the current financial situation of public health insurance (in Austria) this could lead to significant savings. 6. References [1] A r b e i t s g e m e i n s c h a f t I n f l u e n z a, Abschlussbericht der Influenzasaison 2004/05, Berlin, 2005 [2] Hegselmann, Flache. Do Irregular Grids make a Difference? Relaxing the Spatial Regularity Assumption in Cellular Models of Social Dynamics. JASS Journal of Artificial Societies and Social Simulation, 2001 [3] Jennings, Sycara, Wooldridge. A Roadmap of Agent Research and Development (Autonomous Agents and Multi-Agent Systems). Kluwer Academic Publishers [4] Lustick J. Agentbased Modelling of Collective Identity: Testing Constructivist Theory. JASS, 2000 [5] Roli, Zambonelli. On the Emergence of Macro Spatial Structures in Dissipative Cellular Automata, and its Implications for Agentbased Distributed Computing. [6] Wolf-Gladrow D. A. Lattice-Gas Cellular Automata and Lattice Boltzmann Models. Springer, 2000

Cellular Automata Model for Epidemics

Cellular Automata Model for Epidemics Cellular Automata Model for Epidemics Sharon Chang UC Davis Physics shschang@ucdavis.edu Cellular automata models are used to simulate the spread of disease across a population. Two types of infections

More information

SEPTEMBER VIENNA, AUSTRIA

SEPTEMBER VIENNA, AUSTRIA THE 1 ST INTERNATIONAL WORKSHOP ON INNOVATIVE SIMULATION FOR HEALTH CARE SEPTEMBER 19-21 2012 VIENNA, AUSTRIA EDITED BY WERNER BACKFRIEDER AGOSTINO BRUZZONE FRANCESCO LONGO VERA NOVAK JOSEPH ROSEN PRINTED

More information

Emotional functioning in Systems Jim Edd Jones Lafayette, CO

Emotional functioning in Systems Jim Edd Jones Lafayette, CO Emotional functioning in Systems Jim Edd Jones Lafayette, CO jejonesphd@comcast.net My broad goal is to learn what agent-based modeling of emotional functioning in human systems might suggest to us beyond

More information

Agent-Based Models. Maksudul Alam, Wei Wang

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

More information

Modern Epidemiology A New Computational Science

Modern Epidemiology A New Computational Science Modern Epidemiology A New Computational Science Facilitating Epidemiological Research through Computational Tools Armin R. Mikler Computational Epidemiology Research Laboratory Department of Computer Science

More information

Surveillance strategies for Foot and Mouth Disease to prove absence from disease and absence of viral circulation

Surveillance strategies for Foot and Mouth Disease to prove absence from disease and absence of viral circulation Surveillance strategies for Foot and Mouth Disease to prove absence from disease and absence of viral circulation Vincenzo Capora Asuncion, 25 June 20 Introduction In FMD control the need to prove absence

More information

Design of Community Containment for Pandemic Influenza

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

More information

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

Complete a large project that embodies the major course topics Project should be simple but expandable The project should include:

Complete a large project that embodies the major course topics Project should be simple but expandable The project should include: CSE 466: Course Project Complete a large project that embodies the major course topics Project should be simple but expandable The project should include: Multiple device communication Deal with constrained

More information

Does anxiety cause some difficulty for a young person you know well? What challenges does this cause for the young person in the family or school?

Does anxiety cause some difficulty for a young person you know well? What challenges does this cause for the young person in the family or school? John Walker, Ph.D. Department of Clinical Health Psychology University of Manitoba Everyone has the emotions at times. Signal us to be careful. Help us to stay safe. Most children and adults have mild

More information

Complete a large project that embodies the major course topics Project should be simple but expandable The project should include:

Complete a large project that embodies the major course topics Project should be simple but expandable The project should include: CSE 466: Course Project Complete a large project that embodies the major course topics Project should be simple but expandable The project should include: Multiple device communication Deal with constrained

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

Grounding Ontologies in the External World

Grounding Ontologies in the External World Grounding Ontologies in the External World Antonio CHELLA University of Palermo and ICAR-CNR, Palermo antonio.chella@unipa.it Abstract. The paper discusses a case study of grounding an ontology in the

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

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

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

LECTURE 5: REACTIVE AND HYBRID ARCHITECTURES

LECTURE 5: REACTIVE AND HYBRID ARCHITECTURES Reactive Architectures LECTURE 5: REACTIVE AND HYBRID ARCHITECTURES An Introduction to MultiAgent Systems http://www.csc.liv.ac.uk/~mjw/pubs/imas There are many unsolved (some would say insoluble) problems

More information

Social Change in the 21st Century

Social Change in the 21st Century Social Change in the 21st Century The Institute for Futures Studies (IF) conducts advanced research within the social sciences. IF promotes a future-oriented research perspective, and develops appropriate

More information

Intelligent Autonomous Agents. Ralf Möller, Rainer Marrone Hamburg University of Technology

Intelligent Autonomous Agents. Ralf Möller, Rainer Marrone Hamburg University of Technology Intelligent Autonomous Agents Ralf Möller, Rainer Marrone Hamburg University of Technology Lab class Tutor: Rainer Marrone Time: Monday 12:15-13:00 Locaton: SBS93 A0.13.1/2 w Starting in Week 3 Literature

More information

1) Complete the Table: # with Flu

1) Complete the Table: # with Flu Name: Date: The Math Behind Epidemics A Study of Exponents in Action Many diseases can be transmitted from one person to another in various ways: airborne, touch, body fluids, blood only, etc. How can

More information

or seen with seasonal influenza. So we will continue to follow this and see how the picture of clinical symptoms evolves.

or seen with seasonal influenza. So we will continue to follow this and see how the picture of clinical symptoms evolves. Transcript of Virtual Press conference with Dr Keiji Fukuda, Assistant Director-General ad. Interim for Health Security and Environment World Health Organization 29 April 2009 Dr Fukuda: Good afternoon

More information

Mathematics for Infectious Diseases; Deterministic Models: A Key

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

More information

AGENT-BASED SYSTEMS. What is an agent? ROBOTICS AND AUTONOMOUS SYSTEMS. Today. that environment in order to meet its delegated objectives.

AGENT-BASED SYSTEMS. What is an agent? ROBOTICS AND AUTONOMOUS SYSTEMS. Today. that environment in order to meet its delegated objectives. ROBOTICS AND AUTONOMOUS SYSTEMS Simon Parsons Department of Computer Science University of Liverpool LECTURE 16 comp329-2013-parsons-lect16 2/44 Today We will start on the second part of the course Autonomous

More information

Mathematics Meets Oncology

Mathematics Meets Oncology .. Mathematics Meets Oncology Mathematical Oncology Philippe B. Laval Kennesaw State University November 12, 2011 Philippe B. Laval (Kennesaw State University)Mathematics Meets Oncology November 12, 2011

More information

Getting the Design Right Daniel Luna, Mackenzie Miller, Saloni Parikh, Ben Tebbs

Getting the Design Right Daniel Luna, Mackenzie Miller, Saloni Parikh, Ben Tebbs Meet the Team Getting the Design Right Daniel Luna, Mackenzie Miller, Saloni Parikh, Ben Tebbs Mackenzie Miller: Project Manager Daniel Luna: Research Coordinator Saloni Parikh: User Interface Designer

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

Computational Epidemiology

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

More information

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

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

More information

Web-Mining Agents Cooperating Agents for Information Retrieval

Web-Mining Agents Cooperating Agents for Information Retrieval Web-Mining Agents Cooperating Agents for Information Retrieval Prof. Dr. Ralf Möller Universität zu Lübeck Institut für Informationssysteme Karsten Martiny (Übungen) Literature Chapters 2, 6, 13, 15-17

More information

5 $3 billion per disease

5 $3 billion per disease $3 billion per disease Chapter at a glance Our aim is to set a market size large enough to attract serious commercial investment from several pharmaceutical companies that see technological opportunites,

More information

ICS 606. Intelligent Autonomous Agents 1. Intelligent Autonomous Agents ICS 606 / EE 606 Fall Reactive Architectures

ICS 606. Intelligent Autonomous Agents 1. Intelligent Autonomous Agents ICS 606 / EE 606 Fall Reactive Architectures Intelligent Autonomous Agents ICS 606 / EE 606 Fall 2011 Nancy E. Reed nreed@hawaii.edu 1 Lecture #5 Reactive and Hybrid Agents Reactive Architectures Brooks and behaviors The subsumption architecture

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

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

SHOULD THE US DEVELOP AND STOCKPILE VACCINES AGAINST A(H5N1) When first reading this question, one s instinct is of course to say yes!

SHOULD THE US DEVELOP AND STOCKPILE VACCINES AGAINST A(H5N1) When first reading this question, one s instinct is of course to say yes! Kathleen Tait Biology 501 July 7, 2006 SHOULD THE US DEVELOP AND STOCKPILE VACCINES AGAINST A(H5N1) AVIAN FLU? When first reading this question, one s instinct is of course to say yes! This would be a

More information

AN EPIDEMIOLOGIC MODELING AND DATA INTEGRATION FRAMEWORK

AN EPIDEMIOLOGIC MODELING AND DATA INTEGRATION FRAMEWORK AN EPIDEMIOLOGIC MODELING AND DATA INTEGRATION FRAMEWORK Pfeifer B 1, Seger M 1, Netzer M 1, Osl M 1, Modre-Osprian R 2, Schreier G 2, Hanser F 3, Baumgartner C 1 Abstract In this work a cellular automaton

More information

A Flexible Automata Model for Disease Simulation

A Flexible Automata Model for Disease Simulation A Flexible Automata Model for Disease Simulation Shih Ching Fu and George Milne School of Computer Science and Software Engineering The University of Western Australia 35 Stirling Highway, Crawley, 6009,

More information

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

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

More information

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

5 Ways To Get Rid Of The Baby fat 1

5 Ways To Get Rid Of The Baby fat 1 5 Ways To Get Rid Of The Baby fat 1 5 Ways To Get Rid Of The Baby fat 2 5 Ways To Get Rid Of The Baby fat Copyright 2017 All rights are reserved. No part of this report may be reproduced or transmitted

More information

The effect of infectiousness, duration of sickness, and chance of recovery on a population: a simulation study

The effect of infectiousness, duration of sickness, and chance of recovery on a population: a simulation study Research Article The effect of infectiousness, duration of sickness, and chance of recovery on a population: a simulation study McKayla Johnson, Tashauna Gilliam, and Istvan Karsai East Tennessee State

More information

Fleishman s Taxonomy of Human Abilities

Fleishman s Taxonomy of Human Abilities Fleishman s Taxonomy of Human Abilities Ability Taxonomy: Introduction At I/O Solutions, we utilize research to build selection tools that are effective and valid. Part of this effort is to use an ability

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

COMP329 Robotics and Autonomous Systems Lecture 15: Agents and Intentions. Dr Terry R. Payne Department of Computer Science

COMP329 Robotics and Autonomous Systems Lecture 15: Agents and Intentions. Dr Terry R. Payne Department of Computer Science COMP329 Robotics and Autonomous Systems Lecture 15: Agents and Intentions Dr Terry R. Payne Department of Computer Science General control architecture Localisation Environment Model Local Map Position

More information

Welcome to next lecture in the class. During this week we will introduce the concepts of risk and hazard analysis and go over the processes that

Welcome to next lecture in the class. During this week we will introduce the concepts of risk and hazard analysis and go over the processes that Welcome to next lecture in the class. During this week we will introduce the concepts of risk and hazard analysis and go over the processes that these analysts use and how this can relate to fire and fuels

More information

GUIDE TO INFLUENZA PANDEMIC PREPAREDNESS FOR FAITH GROUPS

GUIDE TO INFLUENZA PANDEMIC PREPAREDNESS FOR FAITH GROUPS GUIDE TO INFLUENZA PANDEMIC PREPAREDNESS FOR FAITH GROUPS Ontario Ministry of Health and Long-Term Care May 2006 Guide to Influenza Pandemic Preparedness for Faith Groups 1 Table of Contents 1.0 INTRODUCTION...

More information

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

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

More information

Conflict of Interest and Disclosures. Research funding from GSK, Biofire

Conflict of Interest and Disclosures. Research funding from GSK, Biofire Pandemic Influenza Suchitra Rao, MBBS, Assistant Professor, Pediatric Infectious Diseases, Hospital Medicine and Epidemiology Global Health and Disasters Course, 2018 Conflict of Interest and Disclosures

More information

NOVEL BIOMARKERS PERSPECTIVES ON DISCOVERY AND DEVELOPMENT. Winton Gibbons Consulting

NOVEL BIOMARKERS PERSPECTIVES ON DISCOVERY AND DEVELOPMENT. Winton Gibbons Consulting NOVEL BIOMARKERS PERSPECTIVES ON DISCOVERY AND DEVELOPMENT Winton Gibbons Consulting www.wintongibbons.com NOVEL BIOMARKERS PERSPECTIVES ON DISCOVERY AND DEVELOPMENT This whitepaper is decidedly focused

More information

Jack Grave All rights reserved. Page 1

Jack Grave All rights reserved. Page 1 Page 1 Never Worry About Premature Ejaculation Again Hey, I m Jack Grave, author of and today is a great day! Through some great fortune you ve stumbled upon the knowledge that can transform your sex life.

More information

Cost-Utility Analysis (CUA) Explained

Cost-Utility Analysis (CUA) Explained Pharmaceutical Management Agency Cost-Utility Analysis (CUA) Explained Cost-Utility Analysis (CUA) at PHARMAC Questions and Answers go to page 9 >> This document explains the process that PHARMAC generally

More information

PANDEMIC INFLUENZA PLAN

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

More information

Artificial Intelligence

Artificial Intelligence Artificial Intelligence Intelligent Agents Chapter 2 & 27 What is an Agent? An intelligent agent perceives its environment with sensors and acts upon that environment through actuators 2 Examples of Agents

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

BACKGROUND + GENERAL COMMENTS

BACKGROUND + GENERAL COMMENTS Response on behalf of Sobi (Swedish Orphan Biovitrum AB) to the European Commission s Public Consultation on a Commission Notice on the Application of Articles 3, 5 and 7 of Regulation (EC) No. 141/2000

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

Answers to end of chapter questions

Answers to end of chapter questions Answers to end of chapter questions Chapter 1 What are the three most important characteristics of QCA as a method of data analysis? QCA is (1) systematic, (2) flexible, and (3) it reduces data. What are

More information

Web-Mining Agents Cooperating Agents for Information Retrieval

Web-Mining Agents Cooperating Agents for Information Retrieval Web-Mining Agents Cooperating Agents for Information Retrieval Prof. Dr. Ralf Möller Universität zu Lübeck Institut für Informationssysteme Tanya Braun (Übungen) Organizational Issues: Assignments Start:

More information

Making Your Treatment Work Long-Term

Making Your Treatment Work Long-Term Making Your Treatment Work Long-Term How to keep your treatment working... and why you don t want it to fail Regardless of the particular drugs you re taking, your drugs will only work when you take them.

More information

Influenza Pandemic Planning in Ontario Ontario School Boards Insurance Exchange

Influenza Pandemic Planning in Ontario Ontario School Boards Insurance Exchange Influenza Pandemic Planning in Ontario Ontario School Boards Insurance Exchange Mark Breen Emergency Management Unit November 2, 2006 Influenza 101 2 Characteristics of an Influenza Pandemic Requirements:

More information

The use of antivirals to reduce morbidity from pandemic influenza

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

More information

Transcript of press briefing at the Palais des Nations, Geneva Dr Keiji Fukuda, Special Adviser to the Director-General on Pandemic Influenza

Transcript of press briefing at the Palais des Nations, Geneva Dr Keiji Fukuda, Special Adviser to the Director-General on Pandemic Influenza Transcript of press briefing at the Palais des Nations, Geneva Dr Keiji Fukuda, Special Adviser to the Director-General on Pandemic Influenza 29 March 2010 Gregory Hartl: without further ado, we will ask

More information

Access to clinical trial information and the stockpiling of Tamiflu. Department of Health

Access to clinical trial information and the stockpiling of Tamiflu. Department of Health MEMORANDUM FOR THE COMMITTEE OF PUBLIC ACCOUNTS HC 125 SESSION 2013-14 21 MAY 2013 Department of Health Access to clinical trial information and the stockpiling of Tamiflu 4 Summary Access to clinical

More information

RESULTS OF A STUDY ON IMMUNIZATION PERFORMANCE

RESULTS OF A STUDY ON IMMUNIZATION PERFORMANCE INFLUENZA VACCINATION: PEDIATRIC PRACTICE APPROACHES * Sharon Humiston, MD, MPH ABSTRACT A variety of interventions have been employed to improve influenza vaccination rates for children. Overall, the

More information

Abstract of the PhD Thesis Intelligent monitoring and early warning system of pandemic viruses

Abstract of the PhD Thesis Intelligent monitoring and early warning system of pandemic viruses FACULTY OF AUTOMATION AND COMPUTER SCIENCE Abstract of the PhD Thesis Intelligent monitoring and early warning system of pandemic viruses PhD Student: eng. Adina-Violeta Pop Thesis advisor: Prof.Dr.Eng.

More information

Level 2 Basics Workshop Healthcare

Level 2 Basics Workshop Healthcare Level 2 Basics Workshop Healthcare Achieving ongoing improvement: the importance of analysis and the scientific approach Presented by: Alex Knight Date: 8 June 2014 1 Objectives In this session we will:

More information

Vaccine Financing and Delivery: Room for Improvement

Vaccine Financing and Delivery: Room for Improvement Transcript Details This is a transcript of an educational program accessible on the ReachMD network. Details about the program and additional media formats for the program are accessible by visiting: https://reachmd.com/programs/focus-on-public-health-policy/vaccine-financing-and-delivery-room-forimprovement/3738/

More information

EXERCISE: HOW TO DO POWER CALCULATIONS IN OPTIMAL DESIGN SOFTWARE

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

More information

Cellular automata model of HIV infection on tilings of the plane

Cellular automata model of HIV infection on tilings of the plane Cellular automata model of HIV infection on tilings of the plane Chris Ormerod October 13, 2004 Abstract In this study, we explore the application of R.M.Zorzenon dos Santoses model of the evolution of

More information

HearIntelligence by HANSATON. Intelligent hearing means natural hearing.

HearIntelligence by HANSATON. Intelligent hearing means natural hearing. HearIntelligence by HANSATON. HearIntelligence by HANSATON. Intelligent hearing means natural hearing. Acoustic environments are complex. We are surrounded by a variety of different acoustic signals, speech

More information

History of SETMA s Preparation for ICD-10 By James L. Holly, MD October 1, 2015

History of SETMA s Preparation for ICD-10 By James L. Holly, MD October 1, 2015 History of SETMA s Preparation for ICD-10 By James L. Holly, MD October 1, 2015 SETMA s three partners attended the MGMA meeting in Washington DC in October, 1997. At that time, SETMA finalized the decision

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

Block-upscaling of transport in heterogeneous aquifers

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

More information

The Psychology Of Winning How to Develop a Winning Attitude In High Performance Sport. By: Wayne Goldsmith

The Psychology Of Winning How to Develop a Winning Attitude In High Performance Sport. By: Wayne Goldsmith The Psychology Of Winning How to Develop a Winning Attitude In High Performance Sport. World Cup Final Day. The team gathers in the locker room. By: Wayne Goldsmith This is an intense, high-pressure environment

More information

COMMUNITY EMERGENCY RESPONSE TEAM PANDEMIC INFLUENZA INTRODUCTION AND OVERVIEW

COMMUNITY EMERGENCY RESPONSE TEAM PANDEMIC INFLUENZA INTRODUCTION AND OVERVIEW INTRODUCTION AND OVERVIEW A pandemic is a global disease outbreak. Pandemics are characterized by the sudden onset of an extremely virulent pathogen with potentially lethal results. Though historically

More information

Prepare to Care Pandemic Planning at Fraser Health

Prepare to Care Pandemic Planning at Fraser Health Prepare to Care Pandemic Planning at Fraser Health Pandemic Influenza Planning December 10, 2009 Facilitator: Lisa Zetes-Zanatta 7 Prepare to Care: Introductions FHA Pandemic Lady Lisa Zetes-Zanatta Roundtable

More information

Inventory Research agenda setting

Inventory Research agenda setting The health research system is responsible for generating knowledge through scientific inquiry focusing on people s health and well being. Health research spans the entire range from (bio)medical research,

More information

DRAFT WGE WGE WGE WGE WGE WGE WGE WGE WGE WGE WGE WGE WGE WGE GETREADYNOWGE GETREADYNOWGE GETREADYNOWGE GETREADYNOWGE.

DRAFT WGE WGE WGE WGE WGE WGE WGE WGE WGE WGE WGE WGE WGE WGE GETREADYNOWGE GETREADYNOWGE GETREADYNOWGE GETREADYNOWGE. What Can I Do As A National Leader? This publication was produced by the AI.COMM project, managed by the Academy for Educational Development (AED), and funded by the U.S. Agency for International Development

More information

A guide to using multi-criteria optimization (MCO) for IMRT planning in RayStation

A guide to using multi-criteria optimization (MCO) for IMRT planning in RayStation A guide to using multi-criteria optimization (MCO) for IMRT planning in RayStation By David Craft Massachusetts General Hospital, Department of Radiation Oncology Revised: August 30, 2011 Single Page Summary

More information

Nova Scotia s Response to H1N1. Summary Report

Nova Scotia s Response to H1N1. Summary Report Nova Scotia s Response to H1N1 Summary Report December 2010 H1N1 Summary Report l 1 Introduction In April 2009, an outbreak of a new virus called H1N1 influenza was identified in Veracruz, Mexico. As the

More information

COMMUNITY EMERGENCY RESPONSE TEAM PANDEMIC INFLUENZA INTRODUCTION AND OVERVIEW

COMMUNITY EMERGENCY RESPONSE TEAM PANDEMIC INFLUENZA INTRODUCTION AND OVERVIEW INTRODUCTION AND OVERVIEW A pandemic is a global disease outbreak. Pandemics are characterized by the sudden onset of an extremely virulent pathogen with potentially lethal results. Though historically

More information

A Powerful Way to Understand People An introduction of the DISC concept By Robert A. Rohm, Ph.D. Everyone is not like you!

A Powerful Way to Understand People An introduction of the DISC concept By Robert A. Rohm, Ph.D. Everyone is not like you! A Powerful Way to Understand People An introduction of the DISC concept By Robert A. Rohm, Ph.D. Each Person has a Unique Personality Personality Insights Inc. Each person's perspective is built in to

More information

Putting it together: The potential role of modeling to explore the impact of FMD

Putting it together: The potential role of modeling to explore the impact of FMD Putting it together: The potential role of modeling to explore the impact of FMD Mo Salman Animal Population Health Institute Colorado State University m.d.salman@colostate.edu And Melissa McLaws European

More information

Artificial Intelligence Lecture 7

Artificial Intelligence Lecture 7 Artificial Intelligence Lecture 7 Lecture plan AI in general (ch. 1) Search based AI (ch. 4) search, games, planning, optimization Agents (ch. 8) applied AI techniques in robots, software agents,... Knowledge

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

Intelligent Agents. CmpE 540 Principles of Artificial Intelligence

Intelligent Agents. CmpE 540 Principles of Artificial Intelligence CmpE 540 Principles of Artificial Intelligence Intelligent Agents Pınar Yolum pinar.yolum@boun.edu.tr Department of Computer Engineering Boğaziçi University 1 Chapter 2 (Based mostly on the course slides

More information

An Evolutionary Approach to Tower of Hanoi Problem

An Evolutionary Approach to Tower of Hanoi Problem An Evolutionary Approach to Tower of Hanoi Problem Jie Li, Rui Shen Department of Computer Engineering Shandong Aerospace Electro-Technology Institute Yantai, China jie_yi_ehw@163.com Abstract:The Tower

More information

Hidden Animal Abuse. Animal abuse is not allowed in the United States because laws are in place to stop people

Hidden Animal Abuse. Animal abuse is not allowed in the United States because laws are in place to stop people Seebeck 1 Miranda Seebeck Ms. Dasher British Literature and Composition 7 December 2016 Hidden Animal Abuse Animal abuse is not allowed in the United States because laws are in place to stop people from

More information

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

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

More information

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

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

More information

Working Papers Project on the Public and Biological Security Harvard School of Public Health 17.

Working Papers Project on the Public and Biological Security Harvard School of Public Health 17. Working Papers Project on the Public and Biological Security Harvard School of Public Health 17. FLU VACCINE SURVEY Robert J. Blendon, Harvard School of Public Health, Project Director John M. Benson,

More information

MAC Sleep Mode Control Considering Downlink Traffic Pattern and Mobility

MAC Sleep Mode Control Considering Downlink Traffic Pattern and Mobility 1 MAC Sleep Mode Control Considering Downlink Traffic Pattern and Mobility Neung-Hyung Lee and Saewoong Bahk School of Electrical Engineering & Computer Science, Seoul National University, Seoul Korea

More information

Supplementary notes for lecture 8: Computational modeling of cognitive development

Supplementary notes for lecture 8: Computational modeling of cognitive development Supplementary notes for lecture 8: Computational modeling of cognitive development Slide 1 Why computational modeling is important for studying cognitive development. Let s think about how to study the

More information

Pandemic Planning. Presented by Jan Chappel Project Lead.

Pandemic Planning. Presented by Jan Chappel Project Lead. Pandemic Planning Presented by Jan Chappel Project Lead www.ccohs.ca Pandemic Planning The Basics Why Prepare? Business Continuity Plan Staying Healthy Where to Find Information Families and Communities

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

Stochastic Modelling of the Spatial Spread of Influenza in Germany

Stochastic Modelling of the Spatial Spread of Influenza in Germany Stochastic ling of the Spatial Spread of Influenza in Germany, Leonhard Held Department of Statistics Ludwig-Maximilians-University Munich Financial support by the German Research Foundation (DFG), SFB

More information

challenges we face in studying interviewing, and make some comments about future research about interviewing.

challenges we face in studying interviewing, and make some comments about future research about interviewing. I am not going to provide an exhaustive view of the literature or focus on my own work, but I will talk about a few key studies of interviewing as illustration. I ll be making a few specific points about

More information

Public Health Agency of Canada Skip to content Skip to institutional links Common menu bar links

Public Health Agency of Canada   Skip to content Skip to institutional links Common menu bar links Skip to content Skip to institutional links Common menu bar links Public Health Agency of Canada www.publichealth.gc.ca Public Health Guidance for Child Care Programs and Schools (K to grade 12) regarding

More information

Chapter 5: Field experimental designs in agriculture

Chapter 5: Field experimental designs in agriculture Chapter 5: Field experimental designs in agriculture Jose Crossa Biometrics and Statistics Unit Crop Research Informatics Lab (CRIL) CIMMYT. Int. Apdo. Postal 6-641, 06600 Mexico, DF, Mexico Introduction

More information