Epidemic Modeling with Discrete Space Scheduled Walkers: Possible Extensions to HIV/AIDS

Size: px
Start display at page:

Download "Epidemic Modeling with Discrete Space Scheduled Walkers: Possible Extensions to HIV/AIDS"

Transcription

1 Epidemic Modeling with Discrete Space Scheduled Walkers: Possible Extensions to HIV/AIDS 2008 ICSEng Maciej Borkowski Blake W. Podaima Robert D. McLeod Internet Innovation Centre (IIC) Dept. Electrical and Computer Engineering University of Manitoba IIC, July 2008 Internet Innovation Center

2 Overview Part One: Motivation The Model Where, Who, When, What Implementation Demonstration Questions Part Two: Limitations Related Work Possible Extensions Internet Innovation Center 1

3 Motivation Response to a Programming Challenge: General Interests in Complex Systems Internet Innovation Center 2

4 BSERC: Loose Specification for Epidemic Modeling Basis idea: Data mine where possible the basic tenets of people-people interactions. Topology: Data mined from maps Behaviour: Data mined from demographics Our approach develops models based on real network topologies and scheduled walkers. The goal of the research is to shed additional light on the problems associated with very complicated phenomena through data-driven modeling and simulation. Internet Innovation Center 3

5 Epidemiology Disease modeling of a pandemic-proportion epidemic is an important area of study. There are widely-held beliefs that a local disease epidemic or global pandemic in the general population is overdue. This idea is derived from analysis of previous epidemics and catastrophes that puncture the equilibrium (the black swan phenomenon). Internet Innovation Center 4

6 The Model Data mining is a common theme in modern information technology: Analytical methods may not exist or are overly complex. Data does exist and can be readily extracted. Statistical methods can now more easily deal with the vast amount of data that is available. Our work is an attempt to help promote data-driven epidemic simulation and modeling: Where data is available we demonstrate its utility, where unavailable we demonstrate how it would be utilized. Unavailable data refers to practical or political limitations on access, rather than technical or theoretical availability. Internet Innovation Center 5

7 Where One of the first things needed is topology data, or physical network data that is, where are we attempting to apply the study of epidemic spread? These are primarily real places, such as homes, institutions, businesses, industry, schools, hospitals, and transport, within cities of all types. Much of this information in mineable, more so now than ever. Internet Innovation Center 6

8 Topological Data Sources Google Earth with Overlays Google Maps Internet Innovation Center 7

9 Who Of similar importance to location (where), is the agents (who) are being infected. This is data that is generally technically available but practically unavailable. (An approach) Collaborate with organizations that house and take census data. Data mining these sources are not technical issues but rather political or policy issues and require the will of government to make this data available for simulations such as these. Our model attempts to illustrate how the data would be used if available. Internet Innovation Center 8

10 When An agents schedule (when) is also of critical importance. This data is more typically inferred rather than explicitly available, but as we are primarily creatures of habit reasonable assumptions can be made. Many of us operate on fairly routine weekday schedules, punctuated by more flexible weekends. As such, this scheduled data (for the sake of the simulation) can be associated with an agent, modified by slight variations in arrival and departure times. Internet Innovation Center 9

11 When For example, a school-aged child spends the period between 8:00 am and 4:00 pm at a local school with a reasonably high probability. Typically, they would be home at 4:00 pm, spending perhaps some of an evening at a community centre or sports facility. The weekend schedule likely includes periods at home and periods locally within the neighborhood. While this profile retains a large degree of simplicity, it is likely sufficient to represent the role of schedule in our simulation. Internet Innovation Center 10

12 What In addition to where, who, and when, we also need to address what. The what here is typically a disease, either bacterial or viral, communicated with an associated probability of contraction when in contact with an infectious agent. These parameters are adjustable and represent an aspect of the current simulation with the greatest uncertainty in terms of their validity, and could benefit from collaboration or input from an epidemiologist. Internet Innovation Center 11

13 Extensions Each of these simulation aspects (where, who, when) can be extended to include a multitude of cities, weakly coupled by institutions such planes, trains, automobiles, supporting agent movement. In addition, seasonal variation has also be incorporated, accounting for seasonal prevalence of particular diseases (e.g., influenza). Behaviour: Low mobility when sick or getting sick. Internet Innovation Center 12

14 Implementation Based on the model as described above, it should be clear that our underlying simulation model is that of a Discrete-Space Scheduled Walker (DSSW), in contrast to other models that are more traditionally based on random or Brownian walkers on artificial topologies. We attempt to capture the most important aspects of real-people networks, incorporating (by construction) notions such as small world networks. Internet Innovation Center 13

15 Object Model Internet Innovation Center 14

16 Where - Topological Data Sources This is starting point for locating various institutions. Winnipeg is used to illustrate the use of map information as input for generating our underlying topology of institutions, where people (agents) potentially come into contact and infect one another. Business Homes Mall Transportation Etc. School Internet Innovation Center 15

17 Implementation: Where Object Template: Institution Properties: Geographical location Probability of contracting a disease Special types: Home Bus Car Φ i Internet Innovation Center 16

18 Implementation: Who Object Template: Agent Properties: Probability of contracting a disease Probability of using a car Working institutions Leisure Institutions Working schedule Leisure Schedule Part of: Family, Community Λ j Internet Innovation Center 17

19 Who A population in a city is generated based on types and locations of families: A family is a group of agents living in one home. Each family type can consist of any number of various agents. Each family has an assigned percentage that sets the percentage of such families in the entire population of a given city. The actual number of agents in a city is a resultant of creating homes with families of a given type. Each home can be occupied by only one family. The geographical location of families within a city is random. Internet Innovation Center 18

20 Who Internet Innovation Center 19 City of Winnipeg, population: 635,869

21 Implementation: When Object Template: Schedule Properties: Activity start time Activity lasts for Institution where the activity takes place Probability of choosing given activity Special Types: Working schedule, Leisure schedule Part of: Agent, Community Internet Innovation Center 20

22 When - Schedules Sample working schedule: 8:00 8:00 WI 98 17:00 2:00 Mall 30 17:00 2:00 LI 50 Meaning: 98% chances that agent will spend 8h at working institution starting from 8:00 am 30% chances that agent will spend 2h shopping starting from 5:00 pm or 50% chances that agent will spend 2h at any of its leisure institutions (Cinema, Restaurant, etc.) 8:00 2% 16:00 17:00 30% 35% Mall 19:00 98% 35% Working Institution Leisure Institution Internet Innovation Center 21

23 Implementation: What Object Template: Virus Properties: Probability of contracting the virus Incubation period Infecting period starts Infecting period ends Sickness (low mobility) lasts Extra resistance boost Extra resistance lasts Extensions: Ψ Seasonal Variations, Mutation Internet Innovation Center 22

24 Seasonal Variations Internet Innovation Center 23

25 Infection probability #_of_infectious_agents( Si, Ti ) I prob ( i, j, d) = Ti Φi Λ j Ψ d ( d) m #_of_agents( S, T ) i i Variable I i j d prob d m S i T i Φ i Λ j Ψ d m (d ) Meaning probability of being infected institution index agent index day mutation day i th institution time spent in i th institution probability of being infected in i th institution probability of being infected for j th agent probability of being infected by a given virus probability of being infected in day d Internet Innovation Center 24

26 Simulating a day Once scheduling is completed, simulation enters the phase in which agents perform their activities. First, the wall clock is set to 0:00. Iteration through all time steps then begins. For each time step a list of activities scheduled for this time is iterated and agents are moved to their destination institutions. After the above have been performed for all activities for a given time step, the time is incremented by a time increment value and the processing of activities continues. The algorithm stops when the 24 hour limit is reached. After this point the day counter is incremented and the next day is scheduled. Internet Innovation Center 25

27 Simulating a day Scheduling For each agent, a list of activities for a given day is generated from agent's schedule Processing At each time increment Agents are moved between institutions Home Bus/Car Bus/Car Institution Institution Bus/Car Bus/Car Home Home Bus/Car Institution Internet Innovation Center 26

28 Public Transportation Internet Innovation Center 27

29 The User Interface to DSSW Parameters for simulation are set up in a number of files and the user can step or loop through the simulation at any given rate. During the simulation, a number of plots and statistics are collected and logged to a web server where the user can then further analyze the simulation run. Internet Innovation Center 28

30 Analysis Some data that is available on the corresponding web server Internet Innovation Center 29

31 Seasonal Variations Seasonal variations are well known and provide fairly well labeled data for comparison The figure illustrates the type of data available Comparison allows for a tuning of parameters to more closely reflect actual data collected for a particular disease Internet Innovation Center 30

32 Mutations tipping point A mutation to a deadlier strain or a sudden variation in the mode of transmission (perhaps the virus has become airborne) Other uses of the simulator would be in helping to evaluate the extent of inoculations or policies in the event of a simulated outbreak. This will allow for epidemiologists to partially close the loop when evaluating policy Internet Innovation Center 31

33 Summary: DSSW Part One This presentation introduced a reasonable method of epidemic modeling, taking advantage of opportunities for data mining and scheduled walkers. The basic characteristic of the model is to extract and combine real topographic and demographic data. This work shows that model creation using real data is indeed feasible, and will likely result in better characterization of the actual dynamics of an epidemic outbreak. Further work will focus on refining the model, and validating the afore-mentioned conjecture. Internet Innovation Center 32

34 Demonstration Internet Innovation Center 33

35 Questions Internet Innovation Center 34

36 Part Two: Extensions and limitations of potential relevance to HIV/AIDS Current limitations of the DSSW simulation engine Extensions in behavioral pattern extraction Often from potentially unexpected sources Related work Summary Internet Innovation Center 35

37 Limitations of DSSW Agree All models are wrong but some models are useful. George E.P. Box, Statistician Truth is ever to be found in the simplicity, and not in the multiplicity and confusion of things. Sir Isaac Newton Perhaps truth can actually be found in the multiplicity and confusion of things! Maciej, Blake and Bob Ref: Wikipedia Internet Innovation Center 36

38 Limitations of DSSW (Cont d) One city Two types of schedules: work and leisure Actual demographics are more complex Much of this information is available Some of which will be have to be derived from disparate and unexpected sources At present DSSW appears mainly well suited to egalitarian type diseases Internet Innovation Center 37

39 Extensions: Hierarchy Incorporate Hierarchy Intracity and Intercity Basic modality remains: data-driven models of discrete space- and time- walkers, mined from available sources. Cities are largely autonomous Allows for the problem to remain tractable and allows for efficient modes of computation (hence, parallelism can be exploited). Internet routing algorithm analog Internet Innovation Center 38

40 Extensions: Key Sources for Extracting Patterns of Behaviour Patterns of people s behavior (i.e., monitoring): taken from tracking and locating technologies that are already in place albeit not mined for use in epidemic modeling. Monitoring for missing persons, illegal activities, including (Bio)- terrorist threats: e.g., i) Video surveillance and security cameras ii) GPS and RFID tracking and location technologies Obstacle: Privacy concerns/acts e.g., i) PIPEDA Personal Information Protection and Electronic Documents Act ii) HIPPA Health Insurance Portability and Accountability Act Internet Innovation Center 39

41 Related Research: Key Sources for Extracting Patterns of Behaviour (cont d) Financial Transaction Profiling. Usually mined to detect fraud Cell phone tracking, where are you services. By default the service provider already knows where you are, even more precisely with GPS. Consumer wireless electronics: MAC snooping and tracking. Bluetooth headsets (ingress and egress of signalized arterials) (ref: in paper) Similar protocols for WiFi Device-enabled Kiosks and vending machines (via Handhelds or Cell phones) Internet Innovation Center 40

42 Related Research: Key Sources for Extracting Patterns of Behaviour (cont d) Tracking transit ridership. Token data mining of ridership (ref: in paper) Objective: Scheduling; (Bio)-terrorism impact (ref: in paper) Method: RFID implanted or Bar-code tokens Mining online transportation information systems E.g., Helsinki public transport (ref: in paper) Objective: to provide real-time location information for riders; our application would utilize this data to model the movement of people within a city for disease modeling (and its possible spread) Method: vehicle GPS mapping overlay with Internet Browser Internet Innovation Center 41

43 Real-time Helsinki Public Transportation Information Internet Innovation Center 42

44 Related Research: Key Sources for Extracting Patterns of Behaviour (cont d) Video Surveillance Cameras: tracking and locating The Toronto Transit Commission has plans to photograph the faces of every commuter (ridership). Objective: Scheduling, (Bio)-terrorism impact (ref: in paper) Method: to utilize Autonomous Face-recognition City of Edmonton Traffic Monitoring: tracking and locating Objective: Reporting of congestion; Removal of disabled vehicles; Avoidance of bottlenecks Method: (we propose) to utilize Autonomous Vehicle License Plate- or ID- recognition Internet Innovation Center 43

45 Ubiquitous Real-time Traffic Monitoring Cameras Ref: Internet Innovation Center 44

46 Related Research: Extracting Patterns of Behaviour (RFID tracking) Although not as explicit or readily attainable, the potential to extract patterns of behavior and interactions of agents at critical institutions such as hospitals can be made more feasible through the use of RFID tracking. As RFID sensor networks move from inventory solutions to enhanced applications, data collected from RFID tracking at clinics and hospitals can be envisioned as an input to DSSW. Internet Innovation Center 45

47 Related Research: Extracting Patterns of Behaviour (Economic Impact) Economic Impact: Costs associated with implementing policy. (ref: in paper) Specifically, the economic impact of restricting air travel as a policy in controlling a flu pandemic. Not directly related to HIV/AIDS But models global air travel and estimates impact and cost associated with travel restrictions. E.g. 95% travel restriction required before significantly impairing disease spread Overall area of research denoted: Agent Based Modeling Internet Innovation Center 46

48 Related Research: Extracting Patterns of Behaviour (Economic Impact) Internet Innovation Center 47

49 Related Research: Surveillance Based Modeling UNAIDS initiatives: (ref: in paper) Curve fitting empirical data to models Potentially could be data sources for DSSW Data collection itself is a daunting task Maybe useful in regulation the simulations More likely of somewhat limited utility for DSSW Internet Innovation Center 48

50 Related Research: Surveillance Based Modeling Internet Innovation Center 49

51 DSSW Shortcomings wrt HIV/AIDS However the DSSW simulator is conceptually useful in predicting the spread of HIV/AIDS as it places emphasis on patterns of behavior and data mining. With our limited knowledge of patterns of behavior (e.g., cultural values/attitudes, social morals, effects of poverty, etc.) for HIV much of our simulation would be pure conjecture. This contrasts diseases such as influenza which really have no predisposed target group. Influenza is more who -agnostic than HIV. Internet Innovation Center 50

52 Other sources or information Occasional mass gatherings E.g. Olympics or other special that may perturb an overall or global simulation E.g. The Hajj Largest mass pilgrimage in the world an estimated 2 million people participated. Conditions are difficult and thus it offers an opportunity for a large scale disease such as influenza to take hold. These people then disperse to their home countries, many via public transport, and could easily influence the spread and outbreak of the disease. Internet Innovation Center 51

53 Other modeling considerations We may be able to model the effectiveness of timely vaccination and/or inoculations Typically vaccinations are more likely to take place relatively large institutions throughout a city (school, community centre, etc.) or through other programs offered through the work place or regional health authorities. These services would have considerable consequence in perhaps limiting the rate at which disease could spread and modeling would also indicate potential bottlenecks in delivery, particularly if the vaccine were of limited supply. Internet Innovation Center 52

54 Other modeling considerations Having an effect on the spread of disease (and the modeling therein) are the wide spread usage of anti-viral and anti-retroviral medications: Some anti-viral medications are specifically designed to mitigate the effects of the flu and the associated symptoms, reducing the amount of time an individual may be infectious. Many patients of HIV are now receiving anti-retroviral therapy. This treatment appears to aid in the prevention of mother-tochild transmission and may therefore have a significant impact on the overall spread-of-disease model. Nanomedicines are currently under development that use nanoparticles of gold in combination with previously failed HIV drugs to rekindle the drug s ability to stop the virus from invading the body s immune system and gaining a cellular foothold (ref. J. of the American Chemical Society). Internet Innovation Center 53

55 Summary Presented an Agent Based Modeling approach to epidemic simulation. Emphasis on data mining of spatial topologies and agent behavior patterns Denoted Discrete Space Scheduled Walkers Presented several indirect data sources Often no obvious connection to virus modeling Presented potential extensions to HIV/AIDS modeling More difficult as the virus is not who -agnostic Extracting patterns of behavior is difficult. Internet Innovation Center 54

56 Thank-you Comments and suggestions very welcome. Next year we hope to offer two more BSERC programming challenges. Topics under consideration Introduce a panic behavior in light of an epidemic Incorporate a mass gathering Suggestions from the workshop Internet Innovation Center 55

57 IIC Contact Maciej Borkowski, Blake W. Podaima, Robert D. McLeod Internet Innovation Center E3-416 EITC University of Manitoba Winnipeg, Manitoba R3T 5V6 {maciey, bpodaima, Tel: (204) Fax: (204) Internet Innovation Center 56

Pandemics, Epidemic Modeling and how Winnipeg saved the World

Pandemics, Epidemic Modeling and how Winnipeg saved the World Pandemics, Epidemic Modeling and how Winnipeg saved the World Derived from ECE self invited talk, with a distinct computer engineering flavor. Robert D. McLeod mcleod@ee.umanitoba.ca Maciej Borkowski Blake

More information

Comparison: On-Device and Drive Test Measurements

Comparison: On-Device and Drive Test Measurements OpenSignal Commercial in Confidence Comparison: On-Device and Drive Test Measurements Methodology Background opensignal.com 0 The only thing that really matters when it comes to network performance is

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

Workshop on anonymization Berlin, March 19, Basic Knowledge Terms, Definitions and general techniques. Murat Sariyar TMF

Workshop on anonymization Berlin, March 19, Basic Knowledge Terms, Definitions and general techniques. Murat Sariyar TMF Workshop on anonymization Berlin, March 19, 2015 Basic Knowledge Terms, Definitions and general techniques Murat Sariyar TMF Workshop Anonymisation, March 19, 2015 Outline Background Aims of Anonymization

More information

Exploring Pedestrian Bluetooth and WiFi Detection at Public Transportation Terminals

Exploring Pedestrian Bluetooth and WiFi Detection at Public Transportation Terminals Exploring Pedestrian Bluetooth and WiFi Detection at Public Transportation Terminals Neveen Shlayan 1, Abdullah Kurkcu 2, and Kaan Ozbay 3 November 1, 2016 1 Assistant Professor, Department of Electrical

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

THE TOP 100 CITIES PRIMED FOR SMART CITY INNOVATION

THE TOP 100 CITIES PRIMED FOR SMART CITY INNOVATION THE TOP 100 CITIES PRIMED FOR SMART CITY INNOVATION Identifying U.S. Urban Mobility Leaders for Innovation Opportunities 6 March 2017 Prepared by The Top 100 Cities Primed for Smart City Innovation 1.

More information

Optimizing Public Transit

Optimizing Public Transit Optimizing Public Transit Mindy Huang Christopher Ling CS229 with Andrew Ng 1 Introduction Most applications of machine learning deal with technical challenges, while the social sciences have seen much

More information

Botswana - Botswana AIDS Impact Survey III 2008

Botswana - Botswana AIDS Impact Survey III 2008 Statistics Botswana Data Catalogue Botswana - Botswana AIDS Impact Survey III 2008 Statistics Botswana - Ministry of Finance and Development Planning, National AIDS Coordinating Agency (NACA) Report generated

More information

A Numerical Approach to Understanding Oscillator Neural Networks

A Numerical Approach to Understanding Oscillator Neural Networks A Numerical Approach to Understanding Oscillator Neural Networks Natalie Klein Mentored by Jon Wilkins Networks of coupled oscillators are a form of dynamical network originally inspired by various biological

More information

Data Collection using Short-Range Radio for Modelling Dynamic Human Contact Networks

Data Collection using Short-Range Radio for Modelling Dynamic Human Contact Networks Data Collection using Short-Range Radio for Modelling Dynamic Human Contact Networks Eiko Yoneki eiko.yoneki@cl.cam.ac.uk http://www.cl.cam.ac.uk/~ey204 Systems Research Group University of Cambridge Computer

More information

A Roadmap for Connected & Autonomous Vehicles. David Skipp Ford Motor Company

A Roadmap for Connected & Autonomous Vehicles. David Skipp Ford Motor Company A Roadmap for Connected & Autonomous Vehicles David Skipp Ford Motor Company ! Why does an Autonomous Vehicle need a roadmap? Where might the roadmap take us? What should we focus on next? Why does an

More information

DIGITAL ECONOMY BUSINESS SURVEY 2017

DIGITAL ECONOMY BUSINESS SURVEY 2017 hie.co.uk DIGITAL ECONOMY BUSINESS SURVEY 2017 Executive Summary Highlands and Islands: March 2018 INTRODUCTION In 2017, the Scottish Government, in partnership with HIE, Scottish Enterprise and Skills

More information

Social Big Data. LauritzenConsulting. Content and applications. Key environments and star researchers. Potential for attracting investment

Social Big Data. LauritzenConsulting. Content and applications. Key environments and star researchers. Potential for attracting investment Social Big Data LauritzenConsulting Content and applications Greater Copenhagen displays a special strength in Social Big Data and data science. This area employs methods from data science, social sciences

More information

What to do with 500M Location Requests a Day?

What to do with 500M Location Requests a Day? What to do with 500M Location Requests a Day? OGC Workshop Expanding GeoWeb to an Internet of Things May 23-24 COM.Geo 2011 Kipp Jones Chief Architect Skyhook Wireless @skykipp Overview System Background

More information

LOCATION PRIVACY & TRAJECTORY PRIVACY. Elham Naghizade COMP20008 Elements of Data Processing 20 rd May 2016

LOCATION PRIVACY & TRAJECTORY PRIVACY. Elham Naghizade COMP20008 Elements of Data Processing 20 rd May 2016 LOCATION PRIVACY & TRAJECTORY PRIVACY Elham Naghizade COMP20008 Elements of Data Processing 20 rd May 2016 Part I TRAJECTORY DATA: BENEFITS & CONCERNS Ubiquity of Trajectory Data Location data being collected

More information

Engineering Project Proposals

Engineering Project Proposals Engineering Project Proposals (Wireless sensor networks) Group members Hamdi Roumani Douglas Stamp Patrick Tayao Tyson J Hamilton (cs233017) (cs233199) (cs232039) (cs231144) Contact Information Email:

More information

An Introduction to Agent-based

An Introduction to Agent-based An Introduction to Agent-based Modeling and Simulation i Dr. Emiliano Casalicchio casalicchio@ing.uniroma2.it Download @ www.emilianocasalicchio.eu (talks & seminars section) Outline Part1: An introduction

More information

models for malaria elimination in the Greater Mekong Sub Region Lisa White, MAEMOD, Mahidol Oxford Tropical Medicine

models for malaria elimination in the Greater Mekong Sub Region Lisa White, MAEMOD, Mahidol Oxford Tropical Medicine Spatially explicit transmission dynamic models for malaria elimination in the Greater Mekong Sub Region Lisa White, MAEMOD, Mahidol Oxford Tropical Medicine Research Unit What is a model? A simplified

More information

The Health Information Future: Evolution and/or Intelligent Design?

The Health Information Future: Evolution and/or Intelligent Design? The Health Information Future: Evolution and/or Intelligent Design? North American Association of Central Cancer Registries Conference Regina, Saskatchewan June 14, 2006 Steven Lewis Access Consulting

More information

AUGMENTED REALITY IN URBAN MOBILITY

AUGMENTED REALITY IN URBAN MOBILITY AUGMENTED REALITY IN URBAN MOBILITY 11 May 2016 Normal: Prepared by TABLE OF CONTENTS TABLE OF CONTENTS... 1 1. Overview... 2 2. What is Augmented Reality?... 2 3. Benefits of AR... 2 4. AR in Urban Mobility...

More information

PREFACE. Introduction

PREFACE. Introduction PREFACE Introduction Preparation for, early detection of, and timely response to emerging infectious diseases and epidemic outbreaks are a key public health priority and are driving an emerging field of

More information

Advances and Perspectives in Health Information Standards

Advances and Perspectives in Health Information Standards Advances and Perspectives in Health Information Standards HL7 Brazil June 14, 2018 W. Ed Hammond. Ph.D., FACMI, FAIMBE, FIMIA, FHL7, FIAHSI Director, Duke Center for Health Informatics Director, Applied

More information

LOCALIZATION AND ROUTING AGAINST JAMMERS IN WIRELESS NETWORKS

LOCALIZATION AND ROUTING AGAINST JAMMERS IN WIRELESS NETWORKS Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 4, Issue. 5, May 2015, pg.955

More information

IEEE IoT Vertical and Topical Summit - Anchorage September 18th-20th, 2017 Anchorage, Alaska. Call for Participation and Proposals

IEEE IoT Vertical and Topical Summit - Anchorage September 18th-20th, 2017 Anchorage, Alaska. Call for Participation and Proposals IEEE IoT Vertical and Topical Summit - Anchorage September 18th-20th, 2017 Anchorage, Alaska Call for Participation and Proposals With its dispersed population, cultural diversity, vast area, varied geography,

More information

Presented by Doris Ma Fat on behalf of the. Department of Health Statistics and Information Systems World Health Organization, Geneva

Presented by Doris Ma Fat on behalf of the. Department of Health Statistics and Information Systems World Health Organization, Geneva Causes of death certification Presented by Doris Ma Fat (mafatd@who.int) on behalf of the Department of World Health Organization, Geneva at United Nations Sub-regional workshop on applying Principles

More information

Key Concept 6.1 Science and the Environment

Key Concept 6.1 Science and the Environment Key Concept 6.1 Science and the Environment Rapid advances in science altered the understanding of the universe and the natural world and led to the development of new technologies. These changes enabled

More information

Dr George Gillespie. CEO HORIBA MIRA Ltd. Sponsors

Dr George Gillespie. CEO HORIBA MIRA Ltd. Sponsors Dr George Gillespie CEO HORIBA MIRA Ltd Sponsors Intelligent Connected Vehicle Roadmap George Gillespie September 2017 www.automotivecouncil.co.uk ICV Roadmap built on Travellers Needs study plus extensive

More information

I. INTRODUCTION II. LITERATURE SURVEY. International Journal of Advanced Networking & Applications (IJANA) ISSN:

I. INTRODUCTION II. LITERATURE SURVEY. International Journal of Advanced Networking & Applications (IJANA) ISSN: A Friend Recommendation System based on Similarity Metric and Social Graphs Rashmi. J, Dr. Asha. T Department of Computer Science Bangalore Institute of Technology, Bangalore, Karnataka, India rash003.j@gmail.com,

More information

Multiple Antenna Processing for WiMAX

Multiple Antenna Processing for WiMAX Multiple Antenna Processing for WiMAX Overview Wireless operators face a myriad of obstacles, but fundamental to the performance of any system are the propagation characteristics that restrict delivery

More information

Internet of Things. (Ref: Slideshare)

Internet of Things. (Ref: Slideshare) Internet of Things (Ref: Slideshare) Contents Introduction/Overview The Internet of Things Applications of IoT Challenges and Barriers in IoT Future of IoT Internet Revolution Impact of the Internet Education

More information

Empirical Probability Based QoS Routing

Empirical Probability Based QoS Routing Empirical Probability Based QoS Routing Xin Yuan Guang Yang Department of Computer Science, Florida State University, Tallahassee, FL 3230 {xyuan,guanyang}@cs.fsu.edu Abstract We study Quality-of-Service

More information

Design Science Research Methods. Prof. Dr. Roel Wieringa University of Twente, The Netherlands

Design Science Research Methods. Prof. Dr. Roel Wieringa University of Twente, The Netherlands Design Science Research Methods Prof. Dr. Roel Wieringa University of Twente, The Netherlands www.cs.utwente.nl/~roelw UFPE 26 sept 2016 R.J. Wieringa 1 Research methodology accross the disciplines Do

More information

Wireless systems. includes issues of

Wireless systems. includes issues of Wireless systems includes issues of hardware processors, storage, peripherals, networks,... representation of information, analog vs. digital, bits & bytes software applications, operating system organization

More information

Frequency Hopping Pattern Recognition Algorithms for Wireless Sensor Networks

Frequency Hopping Pattern Recognition Algorithms for Wireless Sensor Networks Frequency Hopping Pattern Recognition Algorithms for Wireless Sensor Networks Min Song, Trent Allison Department of Electrical and Computer Engineering Old Dominion University Norfolk, VA 23529, USA Abstract

More information

Clinical Open Innovation

Clinical Open Innovation Clinical Open Innovation Reinventing Invention through an Open Clinical Intelligence Network January 2012 A Call to Action by Tom Krohn and Barry Crist, Lilly Clinical Open Innovation In November of 2010,

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

PYBOSSA Technology. What is PYBOSSA?

PYBOSSA Technology. What is PYBOSSA? PYBOSSA Technology What is PYBOSSA? PYBOSSA is our technology, used for the development of platforms and data collection within collaborative environments, analysis and data enrichment scifabric.com 1

More information

A Guide to Sampling for Community Health Assessments and Other Projects

A Guide to Sampling for Community Health Assessments and Other Projects A Guide to Sampling for Community Health Assessments and Other Projects Introduction Healthy Carolinians defines a community health assessment as a process by which community members gain an understanding

More information

Pennsylvania STARNet NASCIO Awards Information Communications Technology Innovation Commonwealth of Pennsylvania

Pennsylvania STARNet NASCIO Awards Information Communications Technology Innovation Commonwealth of Pennsylvania Information Communications Technology Innovation Commonwealth of Pennsylvania Executive Summary In the mid-1990s, the Commonwealth of Pennsylvania faced the prospect of replacing an aging analog radio

More information

Wireless Environments & Privacy

Wireless Environments & Privacy Wireless Environments & Privacy Patricia S. Taylor Eastern Illinois University & Robert E. McGrath NCSA, University of Illinois EDRA Vancouver, BC -- May 2005 Introduction Views from a Social Scientist

More information

Transport sector innovation and societal changes

Transport sector innovation and societal changes Summary Transport sector innovation and societal changes TØI Report 1641/2018 Authors: Jørgen Aarhaug, Tale Ørving og Niels Buus Kristensen Oslo 2018 49 pages Norwegian Digitalisation and increased awareness

More information

Big Data New non-traditional data sources for official statistics.

Big Data New non-traditional data sources for official statistics. National Statistical Service of the Republic of Armenia Ðì SA Big Data New non-traditional data sources for official statistics. Stepan Mnatsakanyan, President Anahit Safyan, Member of the State Council

More information

2 Smart Cities. Big Data, Real Time Transport, Social Media, and Urban Simulation Michael

2 Smart Cities. Big Data, Real Time Transport, Social Media, and Urban Simulation Michael 5 th February 2014 2 Smart Cities Big Data, Real Time Transport, Social Media, and Urban Simulation Michael Batty m.batty@ucl.ac.uk @jmichaelbatty http://www.complexcity.info/ http://www.casa.ucl.ac.uk/

More information

Semi-Autonomous Parking for Enhanced Safety and Efficiency

Semi-Autonomous Parking for Enhanced Safety and Efficiency Technical Report 105 Semi-Autonomous Parking for Enhanced Safety and Efficiency Sriram Vishwanath WNCG June 2017 Data-Supported Transportation Operations & Planning Center (D-STOP) A Tier 1 USDOT University

More information

Infographics at CDC for a nonscientific audience

Infographics at CDC for a nonscientific audience Infographics at CDC for a nonscientific audience A Standards Guide for creating successful infographics Centers for Disease Control and Prevention Office of the Associate Director for Communication 03/14/2012;

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

Swarm Intelligence. Corey Fehr Merle Good Shawn Keown Gordon Fedoriw

Swarm Intelligence. Corey Fehr Merle Good Shawn Keown Gordon Fedoriw Swarm Intelligence Corey Fehr Merle Good Shawn Keown Gordon Fedoriw Ants in the Pants! An Overview Real world insect examples Theory of Swarm Intelligence From Insects to Realistic A.I. Algorithms Examples

More information

Agent. Pengju Ren. Institute of Artificial Intelligence and Robotics

Agent. Pengju Ren. Institute of Artificial Intelligence and Robotics Agent Pengju Ren Institute of Artificial Intelligence and Robotics pengjuren@xjtu.edu.cn 1 Review: What is AI? Artificial intelligence (AI) is intelligence exhibited by machines. In computer science, the

More information

Adopting Standards For a Changing Health Environment

Adopting Standards For a Changing Health Environment Adopting Standards For a Changing Health Environment November 16, 2018 W. Ed Hammond. Ph.D., FACMI, FAIMBE, FIMIA, FHL7, FIAHSI Director, Duke Center for Health Informatics Director, Applied Informatics

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

On Intelligence Jeff Hawkins

On Intelligence Jeff Hawkins On Intelligence Jeff Hawkins Chapter 8: The Future of Intelligence April 27, 2006 Presented by: Melanie Swan, Futurist MS Futures Group 650-681-9482 m@melanieswan.com http://www.melanieswan.com Building

More information

Contents Modeling of Socio-Economic Systems Agent-Based Modeling

Contents Modeling of Socio-Economic Systems Agent-Based Modeling Contents 1 Modeling of Socio-Economic Systems... 1 1.1 Introduction... 1 1.2 Particular Difficulties of Modeling Socio-Economic Systems... 2 1.3 Modeling Approaches... 4 1.3.1 Qualitative Descriptions...

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

MODELING COMPLEX SOCIO-TECHNICAL ENTERPRISES. William B. Rouse November 13, 2013

MODELING COMPLEX SOCIO-TECHNICAL ENTERPRISES. William B. Rouse November 13, 2013 MODELING COMPLEX SOCIO-TECHNICAL ENTERPRISES William B. Rouse November 13, 2013 Overview Complex Socio-Technical Systems Overall Methodology Thinking in Terms of Phenomena Abstraction, Aggregation & Representation

More information

Chapter 7 Information Redux

Chapter 7 Information Redux Chapter 7 Information Redux Information exists at the core of human activities such as observing, reasoning, and communicating. Information serves a foundational role in these areas, similar to the role

More information

[Kumar, 5(12): December2018] ISSN DOI /zenodo Impact Factor

[Kumar, 5(12): December2018] ISSN DOI /zenodo Impact Factor GLOBAL JOURNAL OF ENGINEERING SCIENCE AND RESEARCHES IOT BASED TRACKING AND MONITORING SYSTEM FOR SCHOOL CHILDREN SAFETY D. Lokesh Sai Kumar *1, B. Vishnu Vardhan 2 & A. Yuva Krishna 3 *1,2&3 Asst. Professor,

More information

CHAPTER 1: INTRODUCTION. Multiagent Systems mjw/pubs/imas/

CHAPTER 1: INTRODUCTION. Multiagent Systems   mjw/pubs/imas/ CHAPTER 1: INTRODUCTION Multiagent Systems http://www.csc.liv.ac.uk/ mjw/pubs/imas/ Five Trends in the History of Computing ubiquity; interconnection; intelligence; delegation; and human-orientation. http://www.csc.liv.ac.uk/

More information

UNIVERSITY OF ZAGREB SCHOOL OF MEDICINE. Plan of the course. Epidemiology. Academic year 2015/2016. izv. prof. dr. sc.

UNIVERSITY OF ZAGREB SCHOOL OF MEDICINE. Plan of the course. Epidemiology. Academic year 2015/2016. izv. prof. dr. sc. UNIVERSITY OF ZAGREB SCHOOL OF MEDICINE Plan of the course Epidemiology Academic year 2015/2016 I. COURSE AIMS Medical students have to acquire knowledge of: 1. understanding prevalence of medical problems

More information

Module 7-4 N-Area Reliability Program (NARP)

Module 7-4 N-Area Reliability Program (NARP) Module 7-4 N-Area Reliability Program (NARP) Chanan Singh Associated Power Analysts College Station, Texas N-Area Reliability Program A Monte Carlo Simulation Program, originally developed for studying

More information

A GRASP HEURISTIC FOR THE COOPERATIVE COMMUNICATION PROBLEM IN AD HOC NETWORKS

A GRASP HEURISTIC FOR THE COOPERATIVE COMMUNICATION PROBLEM IN AD HOC NETWORKS A GRASP HEURISTIC FOR THE COOPERATIVE COMMUNICATION PROBLEM IN AD HOC NETWORKS C. COMMANDER, C.A.S. OLIVEIRA, P.M. PARDALOS, AND M.G.C. RESENDE ABSTRACT. Ad hoc networks are composed of a set of wireless

More information

Asynchronous Best-Reply Dynamics

Asynchronous Best-Reply Dynamics Asynchronous Best-Reply Dynamics Noam Nisan 1, Michael Schapira 2, and Aviv Zohar 2 1 Google Tel-Aviv and The School of Computer Science and Engineering, The Hebrew University of Jerusalem, Israel. 2 The

More information

Knowledge Enhanced Electronic Logic for Embedded Intelligence

Knowledge Enhanced Electronic Logic for Embedded Intelligence The Problem Knowledge Enhanced Electronic Logic for Embedded Intelligence Systems (military, network, security, medical, transportation ) are getting more and more complex. In future systems, assets will

More information

Collaborative Creation

Collaborative Creation Collaborative Creation with Customers 1 NEXPERIENCE Methodology for Collaborative Creation with Customers Hitachi has developed the NEXPERIENCE methodology for collaborative creation with customers based

More information

Mobile Crowdsensing enabled IoT frameworks: harnessing the power and wisdom of the crowd

Mobile Crowdsensing enabled IoT frameworks: harnessing the power and wisdom of the crowd Mobile Crowdsensing enabled IoT frameworks: harnessing the power and wisdom of the crowd Malamati Louta Konstantina Banti University of Western Macedonia OUTLINE Internet of Things Mobile Crowd Sensing

More information

Recommender Systems TIETS43 Collaborative Filtering

Recommender Systems TIETS43 Collaborative Filtering + Recommender Systems TIETS43 Collaborative Filtering Fall 2017 Kostas Stefanidis kostas.stefanidis@uta.fi https://coursepages.uta.fi/tiets43/ selection Amazon generates 35% of their sales through recommendations

More information

DIMACS/PORTIA Workshop on Privacy Preserving

DIMACS/PORTIA Workshop on Privacy Preserving DIMACS/PORTIA Workshop on Privacy Preserving Data Mining Data Mining & Information Privacy: New Problems and the Search for Solutions March 15 th, 2004 Tal Zarsky The Information Society Project, Yale

More information

Big data in Thessaloniki

Big data in Thessaloniki Big data in Thessaloniki Josep Maria Salanova Grau Center for Research and Technology Hellas Hellenic Institute of Transport Email: jose@certh.gr - emit@certh.gr Web: www.hit.certh.gr Big data in Thessaloniki

More information

Ubiquitous Positioning: A Pipe Dream or Reality?

Ubiquitous Positioning: A Pipe Dream or Reality? Ubiquitous Positioning: A Pipe Dream or Reality? Professor Terry Moore The University of What is Ubiquitous Positioning? Multi-, low-cost and robust positioning Based on single or multiple users Different

More information

ESTIMATES OF MULTICARRIER CDMA SYSTEM CAPACITY. Tony Dean Phil Fleming Alexander Stolyar

ESTIMATES OF MULTICARRIER CDMA SYSTEM CAPACITY. Tony Dean Phil Fleming Alexander Stolyar Proceedings of the 1998 Winter Simulation Conference D.J. Medeiros, E.F. Watson, J.S. Carson and M.S. Manivannan, eds. ESTIMATES OF MULTICARRIER CDMA SYSTEM CAPACITY Tony Dean Phil Fleming Alexander Stolyar

More information

3.1. Historical Overview. Citizens` Band Radio Cordless Telephones Improved Mobile Telephone Service (IMTS)

3.1. Historical Overview. Citizens` Band Radio Cordless Telephones Improved Mobile Telephone Service (IMTS) III. Cellular Radio Historical Overview Introduction to the Advanced Mobile Phone System (AMPS) AMPS Control System Security and Privacy Cellular Telephone Specifications and Operation 3.1. Historical

More information

Avoid Impact of Jamming Using Multipath Routing Based on Wireless Mesh Networks

Avoid Impact of Jamming Using Multipath Routing Based on Wireless Mesh Networks Avoid Impact of Jamming Using Multipath Routing Based on Wireless Mesh Networks M. KIRAN KUMAR 1, M. KANCHANA 2, I. SAPTHAMI 3, B. KRISHNA MURTHY 4 1, 2, M. Tech Student, 3 Asst. Prof 1, 4, Siddharth Institute

More information

Chapter 1 Introduction to Mobile Computing (16 M)

Chapter 1 Introduction to Mobile Computing (16 M) Chapter 1 Introduction to Mobile Computing (16 M) 1.1 Introduction to Mobile Computing- Mobile Computing Functions, Mobile Computing Devices, Mobile Computing Architecture, Evolution of Wireless Technology.

More information

Senion IPS 101. An introduction to Indoor Positioning Systems

Senion IPS 101. An introduction to Indoor Positioning Systems Senion IPS 101 An introduction to Indoor Positioning Systems INTRODUCTION Indoor Positioning 101 What is Indoor Positioning Systems? 3 Where IPS is used 4 How does it work? 6 Diverse Radio Environments

More information

Industry 4.0 The Future of Innovation

Industry 4.0 The Future of Innovation Industry 4.0 The Future of Innovation Peter Merrill Chair; ASQ Innovation Think Tank www.petermerrill.com Why Innovation? Global Change Digitization Market Change Social Change Perfect Storm of Change

More information

Guess the Mean. Joshua Hill. January 2, 2010

Guess the Mean. Joshua Hill. January 2, 2010 Guess the Mean Joshua Hill January, 010 Challenge: Provide a rational number in the interval [1, 100]. The winner will be the person whose guess is closest to /3rds of the mean of all the guesses. Answer:

More information

HARMONICS ANALYSIS USING SEQUENTIAL-TIME SIMULATION FOR ADDRESSING SMART GRID CHALLENGES

HARMONICS ANALYSIS USING SEQUENTIAL-TIME SIMULATION FOR ADDRESSING SMART GRID CHALLENGES HARMONICS ANALYSIS USING SEQUENTIAL-TIME SIMULATION FOR ADDRESSING SMART GRID CHALLENGES Davis MONTENEGRO Roger DUGAN Gustavo RAMOS Universidad de los Andes Colombia EPRI U.S.A. Universidad de los Andes

More information

A web-based early-warning service to monitor drinking-water treatment plant operations

A web-based early-warning service to monitor drinking-water treatment plant operations Snapshots of Doctoral Research at University College Cork 2010 A web-based early-warning service to monitor drinking-water treatment plant operations Franclin S. Foping Cork Constraint Computation Centre,

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

We have all of this Affordably NOW! Not months and years down the road, NOW!

We have all of this Affordably NOW! Not months and years down the road, NOW! PROXCOMM INFORMS The Smartphone Engagement Tool The Uses of Proximity Beacons, Tracking, Analytics & QR Codes. Knowing Who Walks Through Your Doors & Facility, Then Reaching Them How do users interact

More information

BIG DATA EUROPE TRANSPORT PILOT: INTRODUCING THESSALONIKI. Josep Maria Salanova Grau CERTH-HIT

BIG DATA EUROPE TRANSPORT PILOT: INTRODUCING THESSALONIKI. Josep Maria Salanova Grau CERTH-HIT BIG DATA EUROPE TRANSPORT PILOT: INTRODUCING THESSALONIKI Josep Maria Salanova Grau CERTH-HIT Thessaloniki on the map ~ 1.400.000 inhabitants & ~ 1.300.000 daily trips ~450.000 private cars & ~ 20.000

More information

Computational Implementation of location problem models for medical services

Computational Implementation of location problem models for medical services 2012 SPRING ISEN 601 PROJECT Computational Implementation of location problem models for medical services Facility location problem for large-scale emergencies Yeong In Kim, SooIn Choi 5/1/2012 1. Intro

More information

The Response of Motorola Ltd. to the. Consultation on Spectrum Commons Classes for Licence Exemption

The Response of Motorola Ltd. to the. Consultation on Spectrum Commons Classes for Licence Exemption The Response of Motorola Ltd to the Consultation on Spectrum Commons Classes for Licence Exemption Motorola is grateful for the opportunity to contribute to the consultation on Spectrum Commons Classes

More information

Mehrdad Amirghasemi a* Reza Zamani a

Mehrdad Amirghasemi a* Reza Zamani a The roles of evolutionary computation, fitness landscape, constructive methods and local searches in the development of adaptive systems for infrastructure planning Mehrdad Amirghasemi a* Reza Zamani a

More information

Sampling Terminology. all possible entities (known or unknown) of a group being studied. MKT 450. MARKETING TOOLS Buyer Behavior and Market Analysis

Sampling Terminology. all possible entities (known or unknown) of a group being studied. MKT 450. MARKETING TOOLS Buyer Behavior and Market Analysis Sampling Terminology MARKETING TOOLS Buyer Behavior and Market Analysis Population all possible entities (known or unknown) of a group being studied. Sampling Procedures Census study containing data from

More information

Determining the Cause of a High Retry Percentage

Determining the Cause of a High Retry Percentage WHITE PAPER Determining the Cause of a High Retry Percentage Advances in Wi-Fi technology have made Wi-Fi the preferred access method for everything from social media to business-critical applications.

More information

Medium Access Control via Nearest-Neighbor Interactions for Regular Wireless Networks

Medium Access Control via Nearest-Neighbor Interactions for Regular Wireless Networks Medium Access Control via Nearest-Neighbor Interactions for Regular Wireless Networks Ka Hung Hui, Dongning Guo and Randall A. Berry Department of Electrical Engineering and Computer Science Northwestern

More information

Methodology for Agent-Oriented Software

Methodology for Agent-Oriented Software ب.ظ 03:55 1 of 7 2006/10/27 Next: About this document... Methodology for Agent-Oriented Software Design Principal Investigator dr. Frank S. de Boer (frankb@cs.uu.nl) Summary The main research goal of this

More information

Comments of Shared Spectrum Company

Comments of Shared Spectrum Company Before the DEPARTMENT OF COMMERCE NATIONAL TELECOMMUNICATIONS AND INFORMATION ADMINISTRATION Washington, D.C. 20230 In the Matter of ) ) Developing a Sustainable Spectrum ) Docket No. 181130999 8999 01

More information

CHAPTER ONE INTRODUCTION. The traditional approach to the organization of. production is to use line layout where possible and

CHAPTER ONE INTRODUCTION. The traditional approach to the organization of. production is to use line layout where possible and 1 CHAPTER ONE INTRODUCTION The traditional approach to the organization of production is to use line layout where possible and functional layout in all other cases. In line layout, the machines are arranged

More information

Overview of Research toward Realization of Intelligent Society

Overview of Research toward Realization of Intelligent Society Overview of Research toward Realization of Intelligent Society Hirotaka Hara Kazushi Ishigaki Fujitsu Laboratories carries out research and development for the realization of Intelligent Society, which

More information

Open Source Voices Interview Series Podcast, Episode 03: How Is Open Source Important to the Future of Robotics? English Transcript

Open Source Voices Interview Series Podcast, Episode 03: How Is Open Source Important to the Future of Robotics? English Transcript [Black text: Host, Nicole Huesman] Welcome to Open Source Voices. My name is Nicole Huesman. The robotics industry is predicted to drive incredible growth due, in part, to open source development and the

More information

The Future of Avatars Aurora Cacioppo & Natali Lasky Final Project David Green - NPF551 - Interactivity & Networking

The Future of Avatars Aurora Cacioppo & Natali Lasky Final Project David Green - NPF551 - Interactivity & Networking The Future of Avatars Aurora Cacioppo & Natali Lasky Final Project David Green - NPF551 - Interactivity & Networking Have you ever played a video game and created a character that was a representation

More information

Proposal # xxxxxxxxxxxx. Intercept Jammer. Date:

Proposal # xxxxxxxxxxxx. Intercept Jammer. Date: Proposal # xxxxxxxxxxxx Intercept Jammer Date: Presented From: HSS Development 75 S. Broadway White Plains, NY 060 Office: 94-304-4333 www.secintel.com New York Disclaimers: All descriptions of HSS products

More information

Social Network Behaviours to Explain the Spread of Online Game

Social Network Behaviours to Explain the Spread of Online Game Social Network Behaviours to Explain the Spread of Online Game 91 Marilou O. Espina orcid.org/0000-0002-4727-6798 ms0940067@yahoo.com Bukidnon State University Jovelin M. Lapates orcid.org/0000-0002-4233-4143

More information

Privacy-Protected Camera for the Sensing Web

Privacy-Protected Camera for the Sensing Web Privacy-Protected Camera for the Sensing Web Ikuhisa Mitsugami 1, Masayuki Mukunoki 2, Yasutomo Kawanishi 2, Hironori Hattori 2, and Michihiko Minoh 2 1 Osaka University, 8-1, Mihogaoka, Ibaraki, Osaka

More information

GPS for Route Data Collection. Lisa Aultman-Hall Dept. of Civil & Environmental Engineering University of Connecticut

GPS for Route Data Collection. Lisa Aultman-Hall Dept. of Civil & Environmental Engineering University of Connecticut GPS for Route Data Collection Lisa Aultman-Hall Dept. of Civil & Environmental Engineering University of Connecticut Acknowledgements Reema Kundu and Eric Jackson University of Kentucky Wael ElDessouki

More information

Demand for Commitment in Online Gaming: A Large-Scale Field Experiment

Demand for Commitment in Online Gaming: A Large-Scale Field Experiment Demand for Commitment in Online Gaming: A Large-Scale Field Experiment Vinci Y.C. Chow and Dan Acland University of California, Berkeley April 15th 2011 1 Introduction Video gaming is now the leisure activity

More information

Big Data What it Means For Business. Dr. Bob Porter Executive Director UCF Executive Development Center

Big Data What it Means For Business. Dr. Bob Porter Executive Director UCF Executive Development Center 1 2 Big Data What it Means For Business Dr. Bob Porter Executive Director UCF Executive Development Center Technology: The Big Data Enabler 3 The Future of Marketing Based on Your Data? 4 What is Big Data?

More information

Innovative mobility data collection tools for sustainable planning

Innovative mobility data collection tools for sustainable planning Innovative mobility data collection tools for sustainable planning Dr. Maria Morfoulaki Center for Research and Technology Hellas (CERTH)/ Hellenic Institute of Transport (HIT) marmor@certh.gr Data requested

More information