MAGS, a Multi-Agent Geosimulation Platform and its Application to the Simulation of Crowd Behavior, Fire and Gaz Propagation and Road Traffic

Size: px
Start display at page:

Download "MAGS, a Multi-Agent Geosimulation Platform and its Application to the Simulation of Crowd Behavior, Fire and Gaz Propagation and Road Traffic"

Transcription

1 MAGS, a Multi-Agent Geosimulation Platform and its Application to the Simulation of Crowd Behavior, Fire and Gaz Propagation and Road Traffic Dr. Bernard Moulin Cognitive Informatics Group Computer Science Department and Centre for Research in Geomatics Laval University, Québec, Canada December 2004

2 This project is currently financed by Geoide, the Canadian Network of Centers of Excellence in Geomatics and RDDC Valcartier (Team: Y. Van Chestein, D. Gouin, M. Pigeon, D. Thibault + M. Bélanger) Other partners: Alberta Sustainable Resource and Development, Quebec SOPFEU, Center for Spatial Analysis (Mc Master Univ.), CRAD (Univ. Laval), Ville de Québec (Service de police), Sûreté du Québec, Ministère des transports du Québec 2

3 Overview Project history, objective & requirements ( ) Key concepts and techniques MAGS Main Components Creation of a Virtual World and Outputs Agent s Perception, Memory and Navigation Agent s Needs, Goals and Bahaviors Groups of Agents The smoke simulator The scenario editor The traffic simulator Other Projects related to MAGS The MUSCAMAGS Project ( ) Conclusion 3

4 The MAGS Project Project History, Objective, Requirements and Application Domains 4

5 Project history : development of PADI, a tool for the design of parks and the simulation of their usage (financed by GEOIDE Project DEC 30) 2001: Feasibility study for the extension of PADI to simulate crowd behaviors in urban environments (financed by CRDV) : Development of MAGS as a general geosimulation platform based on agents. Application to the simulation of crowd in urban areas and consumer behaviors in shopping malls (financed by GEOIDE and RDDC Valcartier + other sources) 5

6 The MAGS Team (Laval Univ. Computer Science Department) Bernard Moulin (Project Leader) Walid Ali (PhD Jan 2006) Nabil Sahli (PhD Jan 2006) Walid Chaker (Research Assistant , PhD in Progress) Jimmy Perron (MSc 2003, Research Assistant ) Jimmy Hogan (Research Assistant ) Patrick Pelletier (MSc 2003) Fouad Belafkir (MSc 2004) Azzedine Kabli (MSc 2005) Mondher Bouden (MSc 2004) Frédérick Legault (MSc 2003) 6

7 The MAGS team (July 2003) 7

8 The MAGS Project MAGS : Multi-Agent Geo-Simulation General Objective: To develop a software platform that allows the creation of virtual geographic spaces (in 2D and 3D) in which several thousands agents can navigate for different purposes MAGS is written in C++ and runs on Windows platforms 8

9 Requirements for MAGS (1/2) We need to create a virtual geographic environment (VGE) in 2D (and possibly 3D) from reliable sources (GIS) We need to create agents of various types, each agent instance being individualized An agent must be able to perceive its environment and to communicate with other agents An agent needs a memory capability in order to organize its knowledge about the VGE gained from past experience An agent must be able to navigate autonomously and to react to changes occurring in the VGE The agents characteristics must reflect various possible states (static, dynamic, possession, etc.) 9

10 Requirements for MAGS (2/2) The agents behaviors must offer efficient planning capabilities (reactive planning based on objectives) Agents must be able to display group behaviors Agents must be able to react to smoke and dense gaz Scenarios must be specified in an easy way, including the initialization of agents and objects, the introduction of specific events that influence the simulation Different functions (such as trace functions) must be provided in order to analyze the results of the simulations The system must be optimized and allow simulations involving several thousands agents 10

11 Some Application Domains Simulation of crowd behavior in urban environments Simulation of emergency plans involving a large number of agents in urban areas, buildings, etc. Simulation of customer behaviors in shopping malls and in large stores Simulation of smoke and dense gaz and the reaction of a crowd Simulation of the interactions of different groups of agents (police & demonstrators, pedestrians & cars) Scenario building (course of actions) and simulation based assessment using MAGS Multi-agent coordination and planning in dynamic geographic environments (ex. Fire fighters) 11

12 MAGS can simulate the movements of thousands agents in a 3D virtual space 12

13 Interaction of Pedestrians and Vehicles 13

14 Simulation of customer behavior in shopping malls 14

15 Crowd and Smoke 15

16 Key Concepts and Techniques used in MAGS 16

17 MAGS main components VGE Preparation Suite and VGE files (2D and 3D environments) The 3D Characters Preparation Suite The agent knowledge bases The agent knowledge bases management system The multi-agent simulator The scenario editor The traffic simulator The smoke simulator 17

18 Preparation suite Initialisation files MAGS Designer Agents??? Knowledge Bases management Agent s??? Knowledge Bases Agents??? Behaviour Perception Memory Navigation Scenario editor Scenario files Thread Manager VGE Preparation suite 3D Characters Preparation suite VGE files 3D characters files Environment Graphic Engine Interface User 3D specialist Particle System Network AIMSUN Traffic control 18

19 Creation of a virtual world Data sources Geographic Database (GIS) Use of GeoMedia programming utilities Most of GIS formats are supported Possibility to combine data from different sources GIS Data of Quebec city in GeoMedia (ArcView format) 19

20 Creation of a virtual world: outputs (1/3) The Height Map is required by the navigation and perception modules Lower elevation point Higher elevation point Ariadne Map (Streets and paths are colored in red. They are used to facilitate the agent s navigation) These maps are automatically generated from the GIS data 20

21 Creation of a virtual world: outputs (2/3) Building Map associates points to objects and (combined with the properties file) provides additionnal information about the environment Id : 79 Type : House Properties File Position : (403,203) Height : 8 meters 21

22 Creation of a virtual world: outputs (3/3) Zone Map (Zones defined in GIS & automatically generated) Visualization maps Id : 81 Properties File Type : District Ste-foy Position : (603,302) Properties : 2D Model 3D Model 22

23 Agent s main characteristics States (Static, Dynamic, Communication, Possession) Profile and roles Basic behaviors (navigation in the VGE and perception) Needs and objectives (sub-objectives) Behaviors related to the achievement of objectives (actions with activation rules and completion rules) Management of the objectives priorities and temporal constraints 23

24 Agent s perception 3D perception of the environment Vision field (ex. 90 degrees) Computation of the lines of sight using the Height map h= 10 h= 20 h= Building height A Perception approximation method Height Map 24

25 Modification of the agent s perception cone when crossing a road 25

26 Agent s s Memory Environment Perception Perceptual Memory Rehearsal and Retention Filter Working Memory Recall Update Long Term Memory lost Lost Retention 26

27 Agent navigation (1/2) Basic notions Use of the Height Map to represent the navigational constraints : obstacles, slopes, etc. The Height Map provides difficulty degrees for the agent s movements Use of the Ariadne Map to represent paths and trails in order to optimize the navigation and make it more realistic Use of a Location map to represent the positions of all the fixed and mobile agents To compute its next displacement the agent only uses the information accessible in its visual field 27

28 Agent navigation (2/2) Illustration : ray tracing function Destination 1 Ariane Thread Ok Obstacle A : «following a path» B : from «following a path» to obstacle avoidance Agent s current Position C : «obstacle avoidance» 28

29 Behavior management Needs Elementary actions Objectives Complex actions Priority management 29

30 Needs An agent has a set of needs related to its profile(s) Needs are dynamic variable (value change over time) Each need is associated with a priority which is different from one profile to another An objective is related to a need : this is how we determine the base priority of an objective Elementary actions Elementary actions trigger routines modifying an agent s state or an objective s status For example: increase its speed; set the destination target; decrease the agent s hunger while it eats, etc. 30

31 Objectives Objectives are organized in a tree structure Node : Composite objective Leaf : Elementary objective (contains actions) The tree structure does not constrain the execution order of the objectives A tree defines a plan for an agent Activation rules Completion rules Priority of objectives 31

32 MAGS 2002 version: Example of buskers 32

33 Complete structure of an objective Elementary objective 1.1 : To have found a presentation spot Activation Rule : There is no precondition, the objective will be active when its super-objective becomes active Action : Search a zone for a presentation spot Completion Rule : If a presentation spot is perceived and this presentation spot is free, then make the spot not free, move around the spot and the objective 1.1 is completed with success Composite objective 1.0 : To have performed a street play Activation Rule : If the need for money is greater than a threshold Completion Rule : If the objective 1.4 is completed with success, then the objective 1.0 is completed with success Elementary objective 1.2 : To have attracted a crowd of spectators Activation Rule : If the objective 1.1 is completed with success and the objective 1.3 isn't active, ongoing or completed with success Action : Send message to gather spectators Completion Rule 1 : If there are enough (5) spectators around, then the objective 1.2 is completed with success Completion Rule 2 : If there are not enough spectators around, then the objective 1.2 is completed without success Elementary objective 1.4 : To have collected money Activation Rule : If the objective 1.3 is completed with success Action : Send message to ask spectators to pay for the show Completion Rule : If there is no spectator around, then the need for money is reduced, make the presentation spot free and the objective 1.4 is completed with success Elementary objective 1.3 : To have performed a show Activation Rule : If the objective 1.2 is completed with success Action : Perform a show Completion Rule : If the show was performed for its predefined duration time, then the objective 1.3 is completed with success 33

34 Groups of agents Social group Group of agents sharing one or many common characteristics (i.e. : police officers, students, ) A group is considered as an agent and can have its own behavior (for example : an objective can be used to manage the group members) Cohesive groups (Clusters) Group of agents occupying a restricted closed or open area (flocks, queues, herds, ) Clusters are created dynamically A cluster can have its own behavior (for example : an objective of a queue cluster can manage the movements of the agents in the queue) 34

35 Modeling agents in 3D Use of 3D Studio Max and character libraries Individual agents Different models can be applied on agents Agents are basically animated Cameras We can have a first person camera for each agent in the simulation as well as a third person camera 35

36 Simulation of smoke and gas We simulate smoke (or a dense gas) in a 3D model of space and to integrate these phenomena in MAGS and to make it possible for MAGS agents to react to them We use an approach based on particle systems Wind 36

37 37

38 Scenario editor The scenario editor allows users to assemble scenarios to carry out different simulations, it supports five main stages for scenario specification : - Specification of the environment - Creation of the agents and the objects - Specification of the population of the scenario - Description of the scenario - Creation of agent prototypes The current version of the Scenario Editor implemented in Visual Basic A new version is developed in C++ 38

39 Specification of the environment - The system loads agents included in the environment (buildings, trees, etc. ) which are provided by the GIS with all their properties (position, type, etc.) 39

40 Population Specification - Instantiate agents based on 4 types of agents: Agent, Object, Group, Cohesive Group (cluster) - Assign behaviors to agents using pre-defined prototypes - Initialize agents static and dynamic states 40

41 Scenario Specification - Specify when and where agents will appear - Assign specific goals to agents depending on specific conditions - Specify events that can occur during the simulation under certain conditions 41

42 Virtual Environment Modification 42

43 Modifying the Virtual Enviroment During the simulation it is possible to add, modify and delete any object which is recorded with the.x format (DirectX) Application: the user can modify the environment and observe how agents react to the changes See next slide Example : Trees planted during the simulation 43

44 ADDING A FENCE IN THE ENVIRONMENT A A pedestrian group avoided the fence B A group of pedestrians blocked by the fence E C A group of pedestrians try to go around the fence A B F D D The fence (obstacle) has been added during the simulation. E Point that the crowd attempts to reach C F Group of pedestrians who reached the goal G General direction of movement of the crowd (peace walk setting) G 44

45 Vehicle Traffic Simulation and MAGS 45

46 Simulation of vehicle movements We aim at integrating in the MAGS environment other types of mobile agents (Vehicles, etc.) and to study the spatial interactions between different mobile agents (ex. vehicles and pedestrians) We use a library to simulate vehicles micro displacements: the GETRAM platform 3 main components : TEDI: used to draw roads in a 2D environment AIMSUN: the simulation engine to simulate vehicle displacements GETRAM extension: API used to access the simulation engine 46

47 AIMSUN Simulation based on data created using TEDI Management of displacements for each vehicle: lane change, gap with respect to other vehicles, collision avoidance, management of traffic lights - Real-time simulation (using time steps) - taking into account terrain geometry 47

48 Adaptation of MAGS to use AIMSUN -Automatic generation of road segments using TEDI s data - Addition of vector data (nodes, road segments) - Creation of vehicle agents (with a drive state which is used to update the vehicle position in MAGS) - MAGS and AIMSUN can be on the same or different machines - MAGS agents can generate incidents which are transmitted to AIMSUN and can influence car behaviors (ex. pedestrian crossing a lane) 48

49 AIMSUN MAGS 49

50 Interactions between Cars and Pedestrians 50

51 Other Projects related to MAGS 51

52 Sumo simulation of traffic flow in Quebec city A Network composed of Edges Thousands of vehicles 52

53 Wild Fire Simulation using the Prometheus Library from ASRD (Alberta Sustainable Resource and Development) 53

54 FIRE-MAGS (current implementation) 54

55 Fire Propagation in MAGS 55

56 A New Project: Critiquing System & MAGS Critiquing systems (TIF Project, M. Bélanger) Project Objective: to develop a multi-agent geosimulation system (MAGS) component to support: 1) the course of action (COA) specification / modification, 2) the critiquing system; 3) the exploration and comparison of various scenarios - The MAGS component would be able to get accurate data about terrain, resources, environmental conditions, etc. from GIS and other data bases - Domain specialists (DS) could specify different scenarios (COA) and specify intermediate and final goals (states) - For each scenario, the MAGS component would launch a simulation that the DS would observe - The outcomes of the simulations would be used to assess the strengths and weaknesses of the proposed scenarios 56

57 The Future of MAGS: The MUSCAMAGS Project

58 The MUSCAMAGS Project Multi-Scale MAGS A project submitted to GEOIDE (Accepted in December 2003): duration: April March researchers Laval Univ.: Bédard, Moulin, Thériault, Wilfried Laurier Univ.: Doherty, McMaster Univ.: Scott, Queens Univ: Harrap. Current partners: RDDC Valcartier, Alberta Sustainable Resource and Development, Quebec SOPFEU, Center for Spatial Analysis (Mc Master Univ.), CRAD (Univ. Laval), Ville de Québec (Service de police), Sureté du Québec, Ministère des transports du Québec 58

59 Multi-Actor Dynamic Spatial Situations MADSSs involve a large number of actors of different types (human, animal, etc.) acting in geographic spaces of various extents MADSSs need to be monitored to insure : human security and equipment preservation (flood, earthquake, wildfire, oil slicks), the respect of public order (population evacuation, crowd monitoring and control, peace-keeping, etc.) the adequate use of infrastructures (monitoring of people and households transportation and shopping habits in a urban area to better plan transportation infrastructures, location of services and retailers, etc.) Impact of emergency response plans 59

60 MADSS (continued) Certain MADSSs occur on a regular basis (ex. daily traffic patterns in a urban area) whereas other MADSSs can evolve rapidly as a consequence of the occurrence of particular events and/or changes in individual behaviors (often in crisis situations) Certain MADSSs may occur within the context of another MADSS of larger extent Decision makers need an overall understanding of the situation to monitor its evolution, to develop strategies to adequately intervene, to develop and compare alternative intervention scenarios and to anticipate the consequences of these interventions 60

61 Several issues must be tackled at once : construction of multi-resolution world models with reliable physical terrain models and contextual semantic attribution population data and physical data (ex. fire spreading) monitoring of the situation evolution assessment of different courses of actions anticipation of the reactions of the actors involved in the situation MUSCAMAGS Global Objective To develop a methodology and a software platform to create multi-scale multi-agent geosimulations to support operational decison support systems for MADSSs 61

62 62

63 Application domains RDDC Valcartier and Service de Police de Québec and Sûreté du Québec: Simulation of crowd movements and impact on different activities (ex. impact on emergency evacuation of people) CRAD and associated researchers in Toronto area: Simulation of the travel, shopping and leisure behaviors of people in large urban areas Alberta SRD and SOPFEU: simulation of different strategies when fighting a wild fire (teams of firemen, use of the Prometheus library) Other domains (Shopping malls, environmental health ) 63

64 Questions and Discussion 64

MAGS Project: Multi-Agent GeoSimulation and Crowd Simulation 1

MAGS Project: Multi-Agent GeoSimulation and Crowd Simulation 1 1 MAGS Project: Multi-Agent GeoSimulation and Crowd Simulation 1 Bernard Moulin, Walid Chaker, Jimmy Perron, Patrick Pelletier, Jimmy Hogan, Edouard Gbei Computer Science Department and Center for Research

More information

Analysis of Radio Communication Attenuation Using Geoprocessing Techniques

Analysis of Radio Communication Attenuation Using Geoprocessing Techniques Analysis of Radio Communication Attenuation Using Geoprocessing Techniques Mehdi Mekni Department of Computer Science Sherbrooke University Sherbrooke, Canada mmekni@gmail.com Bernard Moulin Department

More information

Aimsun Next User's Manual

Aimsun Next User's Manual Aimsun Next User's Manual 1. A quick guide to the new features available in Aimsun Next 8.3 1. Introduction 2. Aimsun Next 8.3 Highlights 3. Outputs 4. Traffic management 5. Microscopic simulator 6. Mesoscopic

More information

Chapter 6 Experiments

Chapter 6 Experiments 72 Chapter 6 Experiments The chapter reports on a series of simulations experiments showing how behavior and environment influence each other, from local interactions between individuals and other elements

More information

ENHANCED HUMAN-AGENT INTERACTION: AUGMENTING INTERACTION MODELS WITH EMBODIED AGENTS BY SERAFIN BENTO. MASTER OF SCIENCE in INFORMATION SYSTEMS

ENHANCED HUMAN-AGENT INTERACTION: AUGMENTING INTERACTION MODELS WITH EMBODIED AGENTS BY SERAFIN BENTO. MASTER OF SCIENCE in INFORMATION SYSTEMS BY SERAFIN BENTO MASTER OF SCIENCE in INFORMATION SYSTEMS Edmonton, Alberta September, 2015 ABSTRACT The popularity of software agents demands for more comprehensive HAI design processes. The outcome of

More information

Advanced Techniques for Mobile Robotics Location-Based Activity Recognition

Advanced Techniques for Mobile Robotics Location-Based Activity Recognition Advanced Techniques for Mobile Robotics Location-Based Activity Recognition Wolfram Burgard, Cyrill Stachniss, Kai Arras, Maren Bennewitz Activity Recognition Based on L. Liao, D. J. Patterson, D. Fox,

More information

ADVANCES IN IT FOR BUILDING DESIGN

ADVANCES IN IT FOR BUILDING DESIGN ADVANCES IN IT FOR BUILDING DESIGN J. S. Gero Key Centre of Design Computing and Cognition, University of Sydney, NSW, 2006, Australia ABSTRACT Computers have been used building design since the 1950s.

More information

Supporting the Design of Self- Organizing Ambient Intelligent Systems Through Agent-Based Simulation

Supporting the Design of Self- Organizing Ambient Intelligent Systems Through Agent-Based Simulation Supporting the Design of Self- Organizing Ambient Intelligent Systems Through Agent-Based Simulation Stefania Bandini, Andrea Bonomi, Giuseppe Vizzari Complex Systems and Artificial Intelligence research

More information

Interactive Design/Decision Making in a Virtual Urban World: Visual Simulation and GIS

Interactive Design/Decision Making in a Virtual Urban World: Visual Simulation and GIS Robin Liggett, Scott Friedman, and William Jepson Interactive Design/Decision Making in a Virtual Urban World: Visual Simulation and GIS Researchers at UCLA have developed an Urban Simulator which links

More information

Interoperability Training

Interoperability Training SEGARRN Interoperability Training System Wide Communications Coordination Authored by the SEGARRN Training Committee 5/24/2011 This document aims to educate the SEGARRN user base on the essential interoperability

More information

Comparison of Simulation-Based Dynamic Traffic Assignment Approaches for Planning and Operations Management

Comparison of Simulation-Based Dynamic Traffic Assignment Approaches for Planning and Operations Management Comparison of Simulation-Based Dynamic Traffic Assignment Approaches for Planning and Operations Management Ramachandran Balakrishna Daniel Morgan Qi Yang Howard Slavin Caliper Corporation 4 th TRB Conference

More information

Johannes Weyer Fabian Adelt Sebastian Hoffmann (TU Dortmund) Andreas Ihrig (Ruhr-Universität Bochum)

Johannes Weyer Fabian Adelt Sebastian Hoffmann (TU Dortmund) Andreas Ihrig (Ruhr-Universität Bochum) Johannes Weyer Fabian Adelt Sebastian Hoffmann (TU Dortmund) Andreas Ihrig (Ruhr-Universität Bochum) September 2017 established in 2002 15 team members research projects human-machine interaction risk

More information

A STUDY OF WAYFINDING IN TAIPEI METRO STATION TRANSFER: MULTI-AGENT SIMULATION APPROACH

A STUDY OF WAYFINDING IN TAIPEI METRO STATION TRANSFER: MULTI-AGENT SIMULATION APPROACH A STUDY OF WAYFINDING IN TAIPEI METRO STATION TRANSFER: MULTI-AGENT SIMULATION APPROACH Kuo-Chung WEN 1 * and Wei-Chen SHEN 2 1 Associate Professor, Graduate Institute of Architecture and Urban Design,

More information

Virtual testing by coupling high fidelity vehicle simulation with microscopic traffic flow simulation

Virtual testing by coupling high fidelity vehicle simulation with microscopic traffic flow simulation DYNA4 with DYNAanimation in Co-Simulation with SUMO vehicle under test Virtual testing by coupling high fidelity vehicle simulation with microscopic traffic flow simulation Dr.-Ing. Jakob Kaths TESIS GmbH

More information

Qosmotec. Software Solutions GmbH. Technical Overview. QPER C2X - Car-to-X Signal Strength Emulator and HiL Test Bench. Page 1

Qosmotec. Software Solutions GmbH. Technical Overview. QPER C2X - Car-to-X Signal Strength Emulator and HiL Test Bench. Page 1 Qosmotec Software Solutions GmbH Technical Overview QPER C2X - Page 1 TABLE OF CONTENTS 0 DOCUMENT CONTROL...3 0.1 Imprint...3 0.2 Document Description...3 1 SYSTEM DESCRIPTION...4 1.1 General Concept...4

More information

An Agent-Based Architecture for Large Virtual Landscapes. Bruno Fanini

An Agent-Based Architecture for Large Virtual Landscapes. Bruno Fanini An Agent-Based Architecture for Large Virtual Landscapes Bruno Fanini Introduction Context: Large reconstructed landscapes, huge DataSets (eg. Large ancient cities, territories, etc..) Virtual World Realism

More information

3DGIS-BASED MULTI-AGENT GEOSIMULATION AND VISUALIZATION OF BUILDING EVACUATION USING GAMA PLATFORM

3DGIS-BASED MULTI-AGENT GEOSIMULATION AND VISUALIZATION OF BUILDING EVACUATION USING GAMA PLATFORM 3DGIS-BASED MULTI-AGENT GEOSIMULATION AND VISUALIZATION OF BUILDING EVACUATION USING GAMA PLATFORM E. G. Macatulad a, *, A. C. Blanco a a Environmental Systems Applications of Geomatics Engineering (EnviSAGE)

More information

INTELLIGENT GUIDANCE IN A VIRTUAL UNIVERSITY

INTELLIGENT GUIDANCE IN A VIRTUAL UNIVERSITY INTELLIGENT GUIDANCE IN A VIRTUAL UNIVERSITY T. Panayiotopoulos,, N. Zacharis, S. Vosinakis Department of Computer Science, University of Piraeus, 80 Karaoli & Dimitriou str. 18534 Piraeus, Greece themisp@unipi.gr,

More information

AN0503 Using swarm bee LE for Collision Avoidance Systems (CAS)

AN0503 Using swarm bee LE for Collision Avoidance Systems (CAS) AN0503 Using swarm bee LE for Collision Avoidance Systems (CAS) 1.3 NA-14-0267-0019-1.3 Document Information Document Title: Document Version: 1.3 Current Date: 2016-05-18 Print Date: 2016-05-18 Document

More information

million people connected to wastewater systems Water million people supplied with water Waste

million people connected to wastewater systems Water million people supplied with water Waste ForCity 1 Veolia approach to sustainable and smart city Today, natural resources are becoming increasingly scarce while our needs are growing in an ever more densely populated and urbanized world facing

More information

A Robust Neural Robot Navigation Using a Combination of Deliberative and Reactive Control Architectures

A Robust Neural Robot Navigation Using a Combination of Deliberative and Reactive Control Architectures A Robust Neural Robot Navigation Using a Combination of Deliberative and Reactive Control Architectures D.M. Rojas Castro, A. Revel and M. Ménard * Laboratory of Informatics, Image and Interaction (L3I)

More information

Visualisation of Traffic Behaviour Using Computer Simulation Models

Visualisation of Traffic Behaviour Using Computer Simulation Models Journal of Maps ISSN: (Print) 1744-5647 (Online) Journal homepage: http://www.tandfonline.com/loi/tjom20 Visualisation of Traffic Behaviour Using Computer Simulation Models Joerg M. Tonndorf & Vladimir

More information

DEVELOPMENT OF A MICROSCOPIC TRAFFIC SIMULATION MODEL FOR INTERACTIVE TRAFFIC ENVIRONMENT

DEVELOPMENT OF A MICROSCOPIC TRAFFIC SIMULATION MODEL FOR INTERACTIVE TRAFFIC ENVIRONMENT DEVELOPMENT OF A MICROSCOPIC TRAFFIC SIMULATION MODEL FOR INTERACTIVE TRAFFIC ENVIRONMENT Tomoyoshi SHIRAISHI, Hisatomo HANABUSA, Masao KUWAHARA, Edward CHUNG, Shinji TANAKA, Hideki UENO, Yoshikazu OHBA,

More information

Distributed Simulation of Dense Crowds

Distributed Simulation of Dense Crowds Distributed Simulation of Dense Crowds Sergei Gorlatch, Christoph Hemker, and Dominique Meilaender University of Muenster, Germany Email: {gorlatch,hemkerc,d.meil}@uni-muenster.de Abstract By extending

More information

INTRODUCTION TO GAME AI

INTRODUCTION TO GAME AI CS 387: GAME AI INTRODUCTION TO GAME AI 3/31/2016 Instructor: Santiago Ontañón santi@cs.drexel.edu Class website: https://www.cs.drexel.edu/~santi/teaching/2016/cs387/intro.html Outline Game Engines Perception

More information

2.6.1: Program Outcomes

2.6.1: Program Outcomes 2.6.1: Program Outcomes Program: M.Sc. Informatics Program Specific Outcomes (PSO) PSO1 This program provides studies in the field of informatics, which is essentially a blend of three domains: networking,

More information

SUGAR_GIS. From a user perspective. Provides spatial distribution of a wide range of sugarcane production data in an easy to use and sensitive way.

SUGAR_GIS. From a user perspective. Provides spatial distribution of a wide range of sugarcane production data in an easy to use and sensitive way. SUGAR_GIS From a user perspective What is Sugar_GIS? A web-based, decision support tool. Provides spatial distribution of a wide range of sugarcane production data in an easy to use and sensitive way.

More information

A Virtual Environments Editor for Driving Scenes

A Virtual Environments Editor for Driving Scenes A Virtual Environments Editor for Driving Scenes Ronald R. Mourant and Sophia-Katerina Marangos Virtual Environments Laboratory, 334 Snell Engineering Center Northeastern University, Boston, MA 02115 USA

More information

THEME 4: FLEXIBILITY (TORRITI, READING)

THEME 4: FLEXIBILITY (TORRITI, READING) THEME 4: FLEXIBILITY (TORRITI, READING) We take flexibility to refer to the capacity to use energy in different locations at different times of day or year (via storage or by changing the timing of activity

More information

Traffic Management for Smart Cities TNK115 SMART CITIES

Traffic Management for Smart Cities TNK115 SMART CITIES Traffic Management for Smart Cities TNK115 SMART CITIES DAVID GUNDLEGÅRD DIVISION OF COMMUNICATION AND TRANSPORT SYSTEMS Outline Introduction Traffic sensors Traffic models Frameworks Information VS Control

More information

Crowd-steering behaviors Using the Fame Crowd Simulation API to manage crowds Exploring ANT-Op to create more goal-directed crowds

Crowd-steering behaviors Using the Fame Crowd Simulation API to manage crowds Exploring ANT-Op to create more goal-directed crowds In this chapter, you will learn how to build large crowds into your game. Instead of having the crowd members wander freely, like we did in the previous chapter, we will control the crowds better by giving

More information

Highways, ring road, expressways of tomorrow in the Greater Paris

Highways, ring road, expressways of tomorrow in the Greater Paris Highways, ring road, expressways of tomorrow in the Greater Paris Presentation File MAY 2018 This document doest not replace in any case legal contract documents n Op2_2018 consultation internationale

More information

The AMADEOS SysML Profile for Cyber-physical Systems-of-Systems

The AMADEOS SysML Profile for Cyber-physical Systems-of-Systems AMADEOS Architecture for Multi-criticality Agile Dependable Evolutionary Open System-of-Systems FP7-ICT-2013.3.4 - Grant Agreement n 610535 The AMADEOS SysML Profile for Cyber-physical Systems-of-Systems

More information

Intelligent Driving Agents

Intelligent Driving Agents Intelligent Driving Agents The agent approach to tactical driving in autonomous vehicles and traffic simulation Presentation Master s thesis Patrick Ehlert January 29 th, 2001 Imagine. Sensors Actuators

More information

Deliverable D1.6 Initial System Specifications Executive Summary

Deliverable D1.6 Initial System Specifications Executive Summary Deliverable D1.6 Initial System Specifications Executive Summary Version 1.0 Dissemination Project Coordination RE Ford Research and Advanced Engineering Europe Due Date 31.10.2010 Version Date 09.02.2011

More information

Basic noise maps calculation in Milan pilot area

Basic noise maps calculation in Milan pilot area Basic noise maps calculation in Milan pilot area Simone RADAELLI 1 ; Paola COPPI 2 1 AMAT Srl Agenzia Mobilità Ambiente e Territorio Milano, Italy 2 AMAT Srl Agenzia Mobilità Ambiente e Territorio Milano,

More information

An Unreal Based Platform for Developing Intelligent Virtual Agents

An Unreal Based Platform for Developing Intelligent Virtual Agents An Unreal Based Platform for Developing Intelligent Virtual Agents N. AVRADINIS, S. VOSINAKIS, T. PANAYIOTOPOULOS, A. BELESIOTIS, I. GIANNAKAS, R. KOUTSIAMANIS, K. TILELIS Knowledge Engineering Lab, Department

More information

Information Quality in Critical Infrastructures. Andrea Bondavalli.

Information Quality in Critical Infrastructures. Andrea Bondavalli. Information Quality in Critical Infrastructures Andrea Bondavalli andrea.bondavalli@unifi.it Department of Matematics and Informatics, University of Florence Firenze, Italy Hungarian Future Internet -

More information

AN AUTONOMOUS SIMULATION BASED SYSTEM FOR ROBOTIC SERVICES IN PARTIALLY KNOWN ENVIRONMENTS

AN AUTONOMOUS SIMULATION BASED SYSTEM FOR ROBOTIC SERVICES IN PARTIALLY KNOWN ENVIRONMENTS AN AUTONOMOUS SIMULATION BASED SYSTEM FOR ROBOTIC SERVICES IN PARTIALLY KNOWN ENVIRONMENTS Eva Cipi, PhD in Computer Engineering University of Vlora, Albania Abstract This paper is focused on presenting

More information

Agents for Serious gaming: Challenges and Opportunities

Agents for Serious gaming: Challenges and Opportunities Agents for Serious gaming: Challenges and Opportunities Frank Dignum Utrecht University Contents Agents for games? Connecting agent technology and game technology Challenges Infrastructural stance Conceptual

More information

Analysis of Computer IoT technology in Multiple Fields

Analysis of Computer IoT technology in Multiple Fields IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS Analysis of Computer IoT technology in Multiple Fields To cite this article: Huang Run 2018 IOP Conf. Ser.: Mater. Sci. Eng. 423

More information

1. How would you define, or how do you understand, the theme Connecting and Enabling the Next Billion?

1. How would you define, or how do you understand, the theme Connecting and Enabling the Next Billion? Name Position Organization Website email Shreedeep Rayamajhi Editor Social Activist RayZnews www.rayznews.com shreedeep@rayznews.com weaker41@gmail.com 1. How would you define, or how do you understand,

More information

Bluetooth Low Energy Sensing Technology for Proximity Construction Applications

Bluetooth Low Energy Sensing Technology for Proximity Construction Applications Bluetooth Low Energy Sensing Technology for Proximity Construction Applications JeeWoong Park School of Civil and Environmental Engineering, Georgia Institute of Technology, 790 Atlantic Dr. N.W., Atlanta,

More information

List of Figures List of Tables. Chapter 1: Introduction 1

List of Figures List of Tables. Chapter 1: Introduction 1 Contents List of Figures List of Tables iii viii Chapter 1: Introduction 1 Chapter 2: Study of Pedestrian Behaviors in Urban Space 8 2.1 Effects of Space Configuration and Attraction on Spatial Behavior

More information

Application of Grid Infrastructure to Noise Map Calculation of Large City Areas

Application of Grid Infrastructure to Noise Map Calculation of Large City Areas Application of Grid Infrastructure to Noise Map Calculation of Large City Areas MACIEJ SZCZODRAK, JÓZEF KOTUS, ANDRZEJ CZYŻEWSKI, BOŻENA KOSTEK Gdansk University of Technology, Multimedia Systems Department

More information

Israel Railways No Fault Liability Renewal The Implementation of New Technological Safety Devices at Level Crossings. Amos Gellert, Nataly Kats

Israel Railways No Fault Liability Renewal The Implementation of New Technological Safety Devices at Level Crossings. Amos Gellert, Nataly Kats Mr. Amos Gellert Technological aspects of level crossing facilities Israel Railways No Fault Liability Renewal The Implementation of New Technological Safety Devices at Level Crossings Deputy General Manager

More information

Distributed Vision System: A Perceptual Information Infrastructure for Robot Navigation

Distributed Vision System: A Perceptual Information Infrastructure for Robot Navigation Distributed Vision System: A Perceptual Information Infrastructure for Robot Navigation Hiroshi Ishiguro Department of Information Science, Kyoto University Sakyo-ku, Kyoto 606-01, Japan E-mail: ishiguro@kuis.kyoto-u.ac.jp

More information

Towards a Global Partial Operational Picture Based on Qualitative Spatial Reasoning

Towards a Global Partial Operational Picture Based on Qualitative Spatial Reasoning 1 Towards a Global Partial Operational Based on Qualitative Spatial Reasoning Zakaria Maamar Driss Kettani zakaria.maamar@drev.dnd.ca driss.kettani@drev.dnd.ca Defence Research Establishment Valcartier

More information

Moving Path Planning Forward

Moving Path Planning Forward Moving Path Planning Forward Nathan R. Sturtevant Department of Computer Science University of Denver Denver, CO, USA sturtevant@cs.du.edu Abstract. Path planning technologies have rapidly improved over

More information

Intelligent driving TH« TNO I Innovation for live

Intelligent driving TH« TNO I Innovation for live Intelligent driving TNO I Innovation for live TH«Intelligent Transport Systems have become an integral part of the world. In addition to the current ITS systems, intelligent vehicles can make a significant

More information

CONFIGURATION AND GENERATION OF ROAD SEGMENTS AND JUNCTIONS FOR VERIFICATION OF AUTONOMOUS SYSTEMS

CONFIGURATION AND GENERATION OF ROAD SEGMENTS AND JUNCTIONS FOR VERIFICATION OF AUTONOMOUS SYSTEMS CONFIGURATION AND GENERATION OF ROAD SEGMENTS AND JUNCTIONS FOR VERIFICATION OF AUTONOMOUS SYSTEMS Kick-Off Workshop ASAM OpenDRIVE 2018-10 Martin Herrmann, Martin Butz Bosch Corporate Research Verification

More information

Connected Car Networking

Connected Car Networking Connected Car Networking Teng Yang, Francis Wolff and Christos Papachristou Electrical Engineering and Computer Science Case Western Reserve University Cleveland, Ohio Outline Motivation Connected Car

More information

Pedestrian Simulation in Transit Stations Using Agent-Based Analysis

Pedestrian Simulation in Transit Stations Using Agent-Based Analysis Urban Rail Transit (2017) 3(1):54 60 DOI 10.1007/s40864-017-0053-5 http://www.urt.cn/ ORIGINAL RESEARCH PAPERS Pedestrian Simulation in Transit Stations Using Agent-Based Analysis Ming Tang 1 Yingdong

More information

Meta-models, Environment and Layers: Agent-Oriented Engineering of Complex Systems

Meta-models, Environment and Layers: Agent-Oriented Engineering of Complex Systems Meta-models, Environment and Layers: Agent-Oriented Engineering of Complex Systems Ambra Molesini ambra.molesini@unibo.it DEIS Alma Mater Studiorum Università di Bologna Bologna, 07/04/2008 Ambra Molesini

More information

IATSS Global Interactive Forum on Traffic and Safety (GIFTS) Tokyo, 28 November 2015

IATSS Global Interactive Forum on Traffic and Safety (GIFTS) Tokyo, 28 November 2015 If car-use has peaked in many cities, is public sentiment all downhill from here? Martin Lee-Gosselin, Professor Emeritus, Université Laval, Québec and Visiting Professor, Imperial College London IATSS

More information

AI in Computer Games. AI in Computer Games. Goals. Game A(I?) History Game categories

AI in Computer Games. AI in Computer Games. Goals. Game A(I?) History Game categories AI in Computer Games why, where and how AI in Computer Games Goals Game categories History Common issues and methods Issues in various game categories Goals Games are entertainment! Important that things

More information

AN ARCHITECTURE-BASED MODEL FOR UNDERGROUND SPACE EVACUATION SIMULATION

AN ARCHITECTURE-BASED MODEL FOR UNDERGROUND SPACE EVACUATION SIMULATION AN ARCHITECTURE-BASED MODEL FOR UNDERGROUND SPACE EVACUATION SIMULATION Chengyu Sun Bauke de Vries College of Architecture and Urban Planning Faculty of Architecture, Building and Planning Tongji University

More information

Technical Data Standards Development & Implementation

Technical Data Standards Development & Implementation Technical Data Standards Development & Implementation Technical Data, Technical Global Upstream Business All rights reserved. No part of this document may be reproduced, stored in a retrieval system or

More information

GPS positioning using map-matching algorithms, drive restriction information and road network connectivity

GPS positioning using map-matching algorithms, drive restriction information and road network connectivity Extended abstract Submission for GISRUK 2001 GPS positioning using map-matching algorithms, drive restriction information and road network connectivity George Taylor 1, Jamie Uff 2 and Adil Al-Hamadani

More information

A Vehicular Visual Tracking System Incorporating Global Positioning System

A Vehicular Visual Tracking System Incorporating Global Positioning System A Vehicular Visual Tracking System Incorporating Global Positioning System Hsien-Chou Liao and Yu-Shiang Wang Abstract Surveillance system is widely used in the traffic monitoring. The deployment of cameras

More information

Structural Analysis of Agent Oriented Methodologies

Structural Analysis of Agent Oriented Methodologies International Journal of Information & Computation Technology. ISSN 0974-2239 Volume 4, Number 6 (2014), pp. 613-618 International Research Publications House http://www. irphouse.com Structural Analysis

More information

Driver Education Classroom and In-Car Curriculum Unit 3 Space Management System

Driver Education Classroom and In-Car Curriculum Unit 3 Space Management System Driver Education Classroom and In-Car Curriculum Unit 3 Space Management System Driver Education Classroom and In-Car Instruction Unit 3-2 Unit Introduction Unit 3 will introduce operator procedural and

More information

Nagoya University Center of Innovation (COI)

Nagoya University Center of Innovation (COI) The 18th International Conference on Industrial Technology Innovation (ICITI, 2017) Nagoya University Center of Innovation (COI) -Empowering an aging society through advanced mobility- August 22, 2017

More information

CS 387/680: GAME AI DECISION MAKING. 4/19/2016 Instructor: Santiago Ontañón

CS 387/680: GAME AI DECISION MAKING. 4/19/2016 Instructor: Santiago Ontañón CS 387/680: GAME AI DECISION MAKING 4/19/2016 Instructor: Santiago Ontañón santi@cs.drexel.edu Class website: https://www.cs.drexel.edu/~santi/teaching/2016/cs387/intro.html Reminders Check BBVista site

More information

P1.4. Light has to go where it is needed: Future Light Based Driver Assistance Systems

P1.4. Light has to go where it is needed: Future Light Based Driver Assistance Systems Light has to go where it is needed: Future Light Based Driver Assistance Systems Thomas Könning¹, Christian Amsel¹, Ingo Hoffmann² ¹ Hella KGaA Hueck & Co., Lippstadt, Germany ² Hella-Aglaia Mobile Vision

More information

Elements in decision making / planning 4 Decision makers. QUESTIONS - stage A. A3.1. Who might be influenced - whose problem is it?

Elements in decision making / planning 4 Decision makers. QUESTIONS - stage A. A3.1. Who might be influenced - whose problem is it? A Describe the CONTEXT, setup the BASELINE, formulate PROBLEMS, identify NEEDS A.. What is the context, the baseline and are the key problems? A.. What are the urgent priorities herein? A.. How would you

More information

Railway Training Simulators run on ESRI ArcGIS generated Track Splines

Railway Training Simulators run on ESRI ArcGIS generated Track Splines Railway Training Simulators run on ESRI ArcGIS generated Track Splines Amita Narote 1, Technical Specialist, Pierre James 2, GIS Engineer Knorr-Bremse Technology Center India Pvt. Ltd. Survey No. 276,

More information

Customer Showcase > Defense and Intelligence

Customer Showcase > Defense and Intelligence Customer Showcase Skyline TerraExplorer is a critical visualization technology broadly deployed in defense and intelligence, public safety and security, 3D geoportals, and urban planning markets. It fuses

More information

Project Overview Mapping Technology Assessment for Connected Vehicle Highway Network Applications

Project Overview Mapping Technology Assessment for Connected Vehicle Highway Network Applications Project Overview Mapping Technology Assessment for Connected Vehicle Highway Network Applications AASHTO GIS-T Symposium April 2012 Table Of Contents Connected Vehicle Program Goals Mapping Technology

More information

Visualization of Vehicular Traffic in Augmented Reality for Improved Planning and Analysis of Road Construction Projects

Visualization of Vehicular Traffic in Augmented Reality for Improved Planning and Analysis of Road Construction Projects NSF GRANT # 0448762 NSF PROGRAM NAME: CMMI/CIS Visualization of Vehicular Traffic in Augmented Reality for Improved Planning and Analysis of Road Construction Projects Amir H. Behzadan City University

More information

VIRTUAL IMMERSION UTILIZATION FOR IMPROVING PERCEPTION OF THE 3D PROTOTYPES

VIRTUAL IMMERSION UTILIZATION FOR IMPROVING PERCEPTION OF THE 3D PROTOTYPES September 2017 Engineering VIRTUAL IMMERSION UTILIZATION FOR IMPROVING PERCEPTION OF THE 3D PROTOTYPES Ghinea MIHALACHE 1 Marinică (Stan) ANCA 2 ABSTRACT: VIRTUAL IMMERSION (OR VR) GETS INTO ATTENTION

More information

GPS-Based Navigation & Positioning Challenges in Communications- Enabled Driver Assistance Systems

GPS-Based Navigation & Positioning Challenges in Communications- Enabled Driver Assistance Systems GPS-Based Navigation & Positioning Challenges in Communications- Enabled Driver Assistance Systems Chaminda Basnayake, Ph.D. Senior Research Engineer General Motors Research & Development and Planning

More information

Using Dynamic Views. Module Overview. Module Prerequisites. Module Objectives

Using Dynamic Views. Module Overview. Module Prerequisites. Module Objectives Using Dynamic Views Module Overview The term dynamic views refers to a method of composing drawings that is a new approach to managing projects. Dynamic views can help you to: automate sheet creation;

More information

Application of Dynamic Traffic Assignment (DTA) Model to Evaluate Network Traffic Impact during Bridge Closure - A Case Study in Edmonton, Alberta

Application of Dynamic Traffic Assignment (DTA) Model to Evaluate Network Traffic Impact during Bridge Closure - A Case Study in Edmonton, Alberta Application of Dynamic Traffic Assignment (DTA) Model to Evaluate Network Traffic Impact during Bridge Closure - A Case Study in Edmonton, Alberta Peter Xin, P.Eng. Senior Transportation Engineer Policy

More information

ADAS Development using Advanced Real-Time All-in-the-Loop Simulators. Roberto De Vecchi VI-grade Enrico Busto - AddFor

ADAS Development using Advanced Real-Time All-in-the-Loop Simulators. Roberto De Vecchi VI-grade Enrico Busto - AddFor ADAS Development using Advanced Real-Time All-in-the-Loop Simulators Roberto De Vecchi VI-grade Enrico Busto - AddFor The Scenario The introduction of ADAS and AV has created completely new challenges

More information

Who am I? AI in Computer Games. Goals. AI in Computer Games. History Game A(I?)

Who am I? AI in Computer Games. Goals. AI in Computer Games. History Game A(I?) Who am I? AI in Computer Games why, where and how Lecturer at Uppsala University, Dept. of information technology AI, machine learning and natural computation Gamer since 1980 Olle Gällmo AI in Computer

More information

Dynamic Zonal Broadcasting for Effective Data Dissemination in VANET

Dynamic Zonal Broadcasting for Effective Data Dissemination in VANET Dynamic Zonal Broadcasting for Effective Data Dissemination in VANET Masters Project Final Report Author: Madhukesh Wali Email: mwali@cs.odu.edu Project Advisor: Dr. Michele Weigle Email: mweigle@cs.odu.edu

More information

SIS63-Building the Future-Advanced Integrated Safety Applications: interactive Perception platform and fusion modules results

SIS63-Building the Future-Advanced Integrated Safety Applications: interactive Perception platform and fusion modules results SIS63-Building the Future-Advanced Integrated Safety Applications: interactive Perception platform and fusion modules results Angelos Amditis (ICCS) and Lali Ghosh (DEL) 18 th October 2013 20 th ITS World

More information

AI Framework for Decision Modeling in Behavioral Animation of Virtual Avatars

AI Framework for Decision Modeling in Behavioral Animation of Virtual Avatars AI Framework for Decision Modeling in Behavioral Animation of Virtual Avatars A. Iglesias 1 and F. Luengo 2 1 Department of Applied Mathematics and Computational Sciences, University of Cantabria, Avda.

More information

AReViRoad: a virtual reality tool for traffic simulation

AReViRoad: a virtual reality tool for traffic simulation Urban Transport XII: Urban Transport and the Environment in the 21st Century 297 AReViRoad: a virtual reality tool for traffic simulation D. Herviou & E. Maisel European Center of Virtual Reality, Brest,

More information

Learning Aircraft Behavior from Real Air Traffic

Learning Aircraft Behavior from Real Air Traffic Learning Aircraft Behavior from Real Air Traffic Arcady Rantrua 1,2, Eric Maesen 1, Sebastien Chabrier 1, Marie-Pierre Gleizes 2 {firstname.lastname}@soprasteria.com {firstname.lastname}@irit.fr 1 R&D

More information

RAPS, radio propagation simulator for CBTC system

RAPS, radio propagation simulator for CBTC system Computers in Railways XIII 111 RAPS, radio propagation simulator for CBTC system J. Liang 1, J. M. Mera 3, C. Briso 3, I. Gómez-Rey 3, A. Garcerán 3, J. Maroto 3, K. Katsuta 2, T. Inoue 1 & T. Tsutsumi

More information

Public School Facilities Element

Public School Facilities Element Public School Facilities Element GOAL 1: THROUGH PARTNERSHIPS AND EFFECTIVE COLLABORATION AMONG LOCAL GOVERNMENTS AND THE PINELLAS COUNTY SCHOOL DISTRICT, AND BECAUSE OF A SHARED COMMITMENT TO EDUCATIONAL

More information

Urban Accessibility: perception, measurement and equitable provision

Urban Accessibility: perception, measurement and equitable provision Urban Accessibility: perception, measurement and equitable provision José Viegas, Secretary General, International Transport Forum Luis Martinez, Instituto Superior Técnico, Lisboa jose.viegas@oecd.org

More information

Character AI: Sensing & Perception

Character AI: Sensing & Perception Lecture 21 Character AI: Take Away for Today Sensing as primary bottleneck Why is sensing so problematic? What types of things can we do to improve it? Optimized sense computation Can we improve sense

More information

TEACHERS OF SOCIAL STUDIES FORM I-C MATRIX

TEACHERS OF SOCIAL STUDIES FORM I-C MATRIX 8710.4800 TECHERS OF SOCIL STUDIES FORM I-C MTRIX Professional Education Program Evaluation Report (PEPER II) MTRIX Form I-C 8710.4800 Teachers of Social Studies = opportunities to gain the nowledge or

More information

A Reconfigurable Citizen Observatory Platform for the Brussels Capital Region. by Jesse Zaman

A Reconfigurable Citizen Observatory Platform for the Brussels Capital Region. by Jesse Zaman 1 A Reconfigurable Citizen Observatory Platform for the Brussels Capital Region by Jesse Zaman 2 Key messages Today s citizen observatories are beyond the reach of most societal stakeholder groups. A generic

More information

The Canadian Century Research Infrastructure: locating and interpreting historical microdata

The Canadian Century Research Infrastructure: locating and interpreting historical microdata The Canadian Century Research Infrastructure: locating and interpreting historical microdata DLI / ACCOLEDS Training 2008 Mount Royal College, Calgary December 3, 2008 Nicola Farnworth, CCRI Coordinator,

More information

Simulation of Passenger Evacuation using a NAPA Model

Simulation of Passenger Evacuation using a NAPA Model Simulation of Passenger Evacuation using a NAPA Model J. Ala-Peijari, P. Berseneff (STX Europe) U. Langbecker (GL), A. Metsä (NAPA) Page 1 Outline Introduction Model Creation Evacuation Simulation Sample

More information

UNIT-III LIFE-CYCLE PHASES

UNIT-III LIFE-CYCLE PHASES INTRODUCTION: UNIT-III LIFE-CYCLE PHASES - If there is a well defined separation between research and development activities and production activities then the software is said to be in successful development

More information

Spatial Interfaces and Interactive 3D Environments for Immersive Musical Performances

Spatial Interfaces and Interactive 3D Environments for Immersive Musical Performances Spatial Interfaces and Interactive 3D Environments for Immersive Musical Performances Florent Berthaut and Martin Hachet Figure 1: A musician plays the Drile instrument while being immersed in front of

More information

Johannes Weyer Fabian Adelt Sebastian Hoffmann (TU Dortmund) Andreas Ihrig (Ruhr-Universität Bochum)

Johannes Weyer Fabian Adelt Sebastian Hoffmann (TU Dortmund) Andreas Ihrig (Ruhr-Universität Bochum) Johannes Weyer Fabian Adelt Sebastian Hoffmann (TU Dortmund) Andreas Ihrig (Ruhr-Universität Bochum) June 2018 established in 2002 15 team members research projects human-machine interaction risk management

More information

Distributed Virtual Environments!

Distributed Virtual Environments! Distributed Virtual Environments! Introduction! Richard M. Fujimoto! Professor!! Computational Science and Engineering Division! College of Computing! Georgia Institute of Technology! Atlanta, GA 30332-0765,

More information

Creating a Personalized Experience at Athens Benaki Museum Contemporary Art Exhibit

Creating a Personalized Experience at Athens Benaki Museum Contemporary Art Exhibit Creating a Personalized Experience at Athens Benaki Museum Contemporary Art Exhibit The companies Fair Dynamics: Milan based consulting firm, specialized in the study of complexity, that aims at providing

More information

Steering a Driving Simulator Using the Queueing Network-Model Human Processor (QN-MHP)

Steering a Driving Simulator Using the Queueing Network-Model Human Processor (QN-MHP) University of Iowa Iowa Research Online Driving Assessment Conference 2003 Driving Assessment Conference Jul 22nd, 12:00 AM Steering a Driving Simulator Using the Queueing Network-Model Human Processor

More information

Communications Planner for Operational and Simulation Effects With Realism (COMPOSER)

Communications Planner for Operational and Simulation Effects With Realism (COMPOSER) Communications Planner for Operational and Simulation Effects With Realism (COMPOSER) Alan J. Scrime CERDEC Chief, Spectrum Analysis & Frequency Management Branch (732) 427-6346, alan.scrime@us.army.mil

More information

Federico Forti, Erdi Izgi, Varalika Rathore, Francesco Forti

Federico Forti, Erdi Izgi, Varalika Rathore, Francesco Forti Basic Information Project Name Supervisor Kung-fu Plants Jakub Gemrot Annotation Kung-fu plants is a game where you can create your characters, train them and fight against the other chemical plants which

More information

An Overview of the Mimesis Architecture: Integrating Intelligent Narrative Control into an Existing Gaming Environment

An Overview of the Mimesis Architecture: Integrating Intelligent Narrative Control into an Existing Gaming Environment An Overview of the Mimesis Architecture: Integrating Intelligent Narrative Control into an Existing Gaming Environment R. Michael Young Liquid Narrative Research Group Department of Computer Science NC

More information

S8223: Simulating a City: GPU Simulations of Traffic, Crowds and Beyond

S8223: Simulating a City: GPU Simulations of Traffic, Crowds and Beyond S8223: Simulating a City: GPU Simulations of Traffic, Crowds and Beyond Dr Paul Richmond Contributors: Peter Heywood, Robert Chisholm, Mozhgan Kabiri-Chimeh, John Charlton & Steve Maddock Context: Everyone

More information

CPS Engineering Labs Mini-Courses Smart Cities by Indra Design Centre Spain

CPS Engineering Labs Mini-Courses Smart Cities by Indra Design Centre Spain CPS Engineering Labs Mini-Courses Smart Cities by Indra Design Centre Spain Presenter: Agustin Yagüe Date: 05/16/2017 Place: München, Germany Transitioning to Smart By 2050 70% Consuming 75% Producing

More information