SlideShare a Scribd company logo
Information Management for
Crisis Response in WORKPAD
       Alessandro Faraotti1, Antonella Poggi2,
        Berardino Salvatore3, Guido Vetere1
 (1) IBM Center for Advanced Studies of Rome

 (2) Università di Roma quot;La Sapienzaquot; Dipartimento di Informatica e
 Sistemistica quot;Antonio Rubertiquot;

 (3) IBM Rome Solutions Lab

6th International Conference on Information Systems
for Crisis Response and Management, Gothenburg, Sweden
May 10th – 13th 2009

                                  ISCRAM 2009
Project summary
• EU SPECIFIC TARGETED RESEARCH OR INNOVATION PROJECT
    (STREP) - FP6-2005-IST-5-034749
•   An Adaptive Peer-to-Peer Software Infrastructure for Supporting
    Collaborative Work of Human Operators in Emergency/Disaster
    Scenarios
•   Consortium
         Università degli Studi di Roma LA SAPIENZA
     


         Università degli Studi di Roma TOR VERGATA
     


         IBM Center for Advanced Studies of Rome
     


         Salzburg Research
     


         TECHNISCHE UNIVERSITAET WIEN
     


         APIF MOVIQUITY S.A.
     


         SOFTWARE 602 A.S. Research
     


         Regione Calabria – Protezione Civile
     


• Start date: Sept. 2006
• Duration: 36 months

                                  ISCRAM 2009
Goals
• Enhance current crisis response IT
  infrastructures by developing an open innovative
  platform (middleware, software, models)

• Support collaborative work of autonomous,
  decentralized organizations, with both field and
  back office forces, in a powerful, flexible and yet
  (hopefully) simple way

• Reach a better understanding of key problems of
  information integrationexchange for crisis
  management, and drive further research

                       ISCRAM 2009
State of the Art (Italy)
                                                                Provides
          Collects data,                                      information
                                                                                Hierarchical, unstructured
            plans and                                        integration &
                                             Central
           coordinates                                          exchange
                                                                                IT information flows
                                             Control
           operations
                                             Room
Command




                     Coordination                             Coordination
                                                                                      Few or no
                     Center                                   Center
                                                                                      information flows
                                                                                               Interfaces
                                                                                                operating
            Operating            Operating             Operating        Operating
                                                                                              organization
            Center               Center                Center           Center
                                                                                                   s

                                                                                      Few or no
                  Operative           Operative              Operative
                                                                                      IT
                  Control Room        Control Room           Control Room




                                    Coordination


                                                 ISCRAM 2009
Requirements
• To effectively manage crises, many different organizations (fire
  brigades, red cross, army, volunteers, etc) must reach a high
  degree of coordination by timely exchange meaningful
  information

• Response organizations have to manage unpredictable situations,
  re-adjust priorities, collect information from multiple sources
  and evaluate them, receive and transmit orders

• Because of complexity, integration cannot be completely
  designed and implemented before real crises occur: “the value
  of planning decreases with the increase of the events'
  complexity” (Caesar Augustus)


                            ISCRAM 2009
Working Hypotheses
    Peer to peer networking provides better robustness, dependability,

    adaptability, and flexibility
         No dependence on centralized infrastructures
     


         Systems can dynamically enter and leave the network
     


    Integration must be achieved by mapping heterogeneous

    conceptualizations
         No semantic standards (shared ontologies) in place
     


    Critical updates must be notified to potentially interested parties


         Asynchronous, query-time data integration is not enough
     


         Need to supplement it with event-handling capabilities
     




                                 ISCRAM 2009
The Proposed
    Architecture                                                P2P semantically
                                                             integrated network to
                                                              be dynamically set-up
                                                             for inter-organization
                                                             coordination purposes
                                    ORK
                                NETW
                             ND
                       BACK-E                                                          MANET
                                          Operating
                                          Center

                                                                                                TWOR
                           Coordination                  Operative
                                                                                           ND NE
                                                                                      ONT-E
                           Center                        Control Room
      Reliable BE-FE
                                                                                 FR
            link

                                           Central           Coordination
                        Operating          Control           Center
                        Center
             ORK                           Room
         NETW
     END
RONT-
                                                                                      Mobile ad-hoc
                                                                                       networks of
                                                          Operating
                           Operative                                                     devices
                                                          Center
                           Control Room
     MANET                                Coordination
                                          Center




                                           ISCRAM 2009
P2P semantic integration
•   Centralized information integration systems based on mediators provide:

         Ontology (global view)
     


         Mappings of O with source DB schemes (GAV, LAV, GLAV)
     


         Certain answers over the first-order structure O+M+DB(s)
     


•   In P2P environments, each system (peer) acts both as source and mediator

         First-order semantics is inadequate (as long as mapping is free) [Halevy
     


         & al, 03]
         Need to resort on multi-modal (epistemic) logic [Calvanese & al, 03]
     


         Main issues
     


           Decidability, tractability

           Logical soundness & completeness

           Network-wide naming


                                         ISCRAM 2009
How WORKPAD’s semantic
 integration works  1
1. Each node exports an ontology (UML, DL-Lite, OWL2-
                                                         conjunctive query
QL)
   ● City is_a Place(NAME)
2. Semantic mappings (GAV) with data sources are
                                                         WS         manifest ontology
                                                                    manifest ntolo
established
   ● CAPITAL(ID) → City(lookup(ID))
   ● TOWN(NM) → City(lookup(NM))                                      reasoning &
                                                                      query mgr
3. Individual terms are mapped by specific functions
                                                         mappings     notification
(e.g. string manipulation, lookup)                                    mgr
4. Queries are conjunctions expressed in terms of
ontology concepts
   ● x,y | Place(x), NAME(x,y)
                                                          DB
5. Queries get reformulated in terms of source schemes
or other ontologies, based on mappings



                                    ISCRAM 2009
How WORKPAD’s semantic
integration works  2
6. Suitable sub-queries are propagated to wrapped      conjunctive query
information sources, either local or remote
7. Consistency of local data is up to local DBMS
                                                       WS         manifest ontology
                                                                  manifest ntolo
8. Network data items get integrated based on a
“doxastic approach” [Vetere & al, 08]
  ● No direct “knowledge transfer”                                  reasoning &
                                                                    query mgr
  ● Knowledge integration rules                        mappings     notification
  ● Reasoning on data provenance and majorities                     mgr

9.Updates are propagated through a publish-
subscribe mechanism
  ● Notifications of updates may be used to optimize
                                                        DB
    data access or raise alerts



                                ISCRAM 2009
More on notification
management
    WORKPAD peers should support a specific subscription service
•

                                                                         notify
    Any client (either a WORKPAD peer P or an external
•
    application) that is interested in receiving updates from a peer
    P', must implement a specific notification endpoint, which P'
    will use when notifying updates

    Subscription topics are defined with respect to the publisher’s
•
    ontology (concept, role, and attributes)

    WORKPAD prototypical implementation provides own point-to-
•
                                                                       subscribe
    point notification capabilities, with basic features such as
    message persistence, delivery and retry                            mappings notificat
                                                                                ion mgr
    Event management infrastructures can be leveraged if
•
    available



                                    ISCRAM 2009
Inside a WORKPAD Peer




            ISCRAM 2009
How to set up a Peer
                   1. Pick up an ontology and extend
                      it if needed, or develop a new
                      one

                   2. Map it with your local DBMS

                   3. Identify other peers

                   4. Map other peers' ontologies
                      with the local one

                   5. Subscribe for updates you are
                      interest in

                   6. Iterate on previous steps if
                      needed

              ISCRAM 2009
Conclusion
•   WORKPAD information platform is designed to semantically integrate control
    rooms, headquarters, civil protection organizations in a P2P way
       Simple, robust, dependable, standards-based framework
     


       Decentralized semantic integration
     


       Endpoint based event handling
     


•   What we achieved

         A better understanding of crisis related information management
     



         A formal framework including new paradigms of Information Integration
     



         A prototypical running implementation based on Web Services
     



•   What we plan

         Refine the formal framework
     



         Refine the implementation to provide an industrial-strength solution
     



         Provide a concrete roll-out
     




                                       ISCRAM 2009
Thanks


                  WORKPAD
              www.workpad-project.eu




More details: IEEE Internet Computing, January/February
2008 (Vol. 12, No. 1)   pp. 26-37



                           ISCRAM 2009

More Related Content

Similar to Information Management for Crisis Response in WORKPAD

Cisco convergencia de la administracion en una red sin fronteras
Cisco convergencia de la administracion en una red sin fronterasCisco convergencia de la administracion en una red sin fronteras
Cisco convergencia de la administracion en una red sin fronterasLogicalis Latam
 
SingleView IT Brochure
SingleView IT BrochureSingleView IT Brochure
SingleView IT Brochure
PureShare
 
Stream 3 - IT optimisation & virtualisation
Stream 3 - IT optimisation & virtualisationStream 3 - IT optimisation & virtualisation
Stream 3 - IT optimisation & virtualisationIBM Business Insight
 
NW Transformation - Global WAN example
NW Transformation - Global WAN exampleNW Transformation - Global WAN example
NW Transformation - Global WAN example
Stefano Soliani
 
Rorotika SON
Rorotika SONRorotika SON
Rorotika SON
Frans_Joubert
 
Indoor multi operator solutions - Network sharing and Outsourcing
Indoor multi operator solutions - Network sharing and OutsourcingIndoor multi operator solutions - Network sharing and Outsourcing
Indoor multi operator solutions - Network sharing and Outsourcing
Amirhossein Ghanbari
 
Hisham Dalle - Zero client computing - taking the desktop into the cloud
Hisham Dalle - Zero client computing - taking the desktop into the cloudHisham Dalle - Zero client computing - taking the desktop into the cloud
Hisham Dalle - Zero client computing - taking the desktop into the cloudnooralmousa
 
SAP technology roadmap- 2012 Update
SAP technology roadmap- 2012 UpdateSAP technology roadmap- 2012 Update
SAP technology roadmap- 2012 Update
A J
 
Seismi Case Study | Oracle Mining Event | Santiago de Chile | 15 March 2012
Seismi Case Study | Oracle Mining Event | Santiago de Chile | 15 March 2012Seismi Case Study | Oracle Mining Event | Santiago de Chile | 15 March 2012
Seismi Case Study | Oracle Mining Event | Santiago de Chile | 15 March 2012
Seismi Limited
 
Cloud Computing through FCAPS Managed Services in a Virtualized Data Center
Cloud Computing through FCAPS Managed Services in a Virtualized Data CenterCloud Computing through FCAPS Managed Services in a Virtualized Data Center
Cloud Computing through FCAPS Managed Services in a Virtualized Data Center
vsarathy
 
Executive Breakfast SysValue-NetApp-VMWare - 16 de Março de 2012 - Apresentaç...
Executive Breakfast SysValue-NetApp-VMWare - 16 de Março de 2012 - Apresentaç...Executive Breakfast SysValue-NetApp-VMWare - 16 de Março de 2012 - Apresentaç...
Executive Breakfast SysValue-NetApp-VMWare - 16 de Março de 2012 - Apresentaç...
Joao Barreto Fernandes
 
Cisco Unified Computing Systems Update
Cisco Unified Computing Systems UpdateCisco Unified Computing Systems Update
Cisco Unified Computing Systems Update
Cisco Canada
 
Enterprise Everywhere
Enterprise EverywhereEnterprise Everywhere
Enterprise Everywhere
Lamont Taylor
 
Развитие технологий SDN для сетей ЦОД
Развитие технологий SDN для сетей ЦОДРазвитие технологий SDN для сетей ЦОД
Развитие технологий SDN для сетей ЦОДCisco Russia
 
eGovernment interoperability
eGovernment interoperabilityeGovernment interoperability
eGovernment interoperability
Luis Guijarro
 
New Vvma Presentation
New Vvma PresentationNew Vvma Presentation
New Vvma Presentation
mhunter22
 
Embrace private cloud with confidence
Embrace private cloud with confidenceEmbrace private cloud with confidence
Embrace private cloud with confidence
ManageEngine, Zoho Corporation
 
Sap business objects BI4.0 reporting presentation
Sap business objects BI4.0 reporting presentationSap business objects BI4.0 reporting presentation
Sap business objects BI4.0 reporting presentationshaktell2
 
Convergence of Cloud Computing & Project Management
Convergence of Cloud Computing & Project ManagementConvergence of Cloud Computing & Project Management
Convergence of Cloud Computing & Project Management
VSR *
 
Data Center Automation - Erwin Van Kruining
Data Center Automation - Erwin Van KruiningData Center Automation - Erwin Van Kruining
Data Center Automation - Erwin Van KruiningHPDutchWorld
 

Similar to Information Management for Crisis Response in WORKPAD (20)

Cisco convergencia de la administracion en una red sin fronteras
Cisco convergencia de la administracion en una red sin fronterasCisco convergencia de la administracion en una red sin fronteras
Cisco convergencia de la administracion en una red sin fronteras
 
SingleView IT Brochure
SingleView IT BrochureSingleView IT Brochure
SingleView IT Brochure
 
Stream 3 - IT optimisation & virtualisation
Stream 3 - IT optimisation & virtualisationStream 3 - IT optimisation & virtualisation
Stream 3 - IT optimisation & virtualisation
 
NW Transformation - Global WAN example
NW Transformation - Global WAN exampleNW Transformation - Global WAN example
NW Transformation - Global WAN example
 
Rorotika SON
Rorotika SONRorotika SON
Rorotika SON
 
Indoor multi operator solutions - Network sharing and Outsourcing
Indoor multi operator solutions - Network sharing and OutsourcingIndoor multi operator solutions - Network sharing and Outsourcing
Indoor multi operator solutions - Network sharing and Outsourcing
 
Hisham Dalle - Zero client computing - taking the desktop into the cloud
Hisham Dalle - Zero client computing - taking the desktop into the cloudHisham Dalle - Zero client computing - taking the desktop into the cloud
Hisham Dalle - Zero client computing - taking the desktop into the cloud
 
SAP technology roadmap- 2012 Update
SAP technology roadmap- 2012 UpdateSAP technology roadmap- 2012 Update
SAP technology roadmap- 2012 Update
 
Seismi Case Study | Oracle Mining Event | Santiago de Chile | 15 March 2012
Seismi Case Study | Oracle Mining Event | Santiago de Chile | 15 March 2012Seismi Case Study | Oracle Mining Event | Santiago de Chile | 15 March 2012
Seismi Case Study | Oracle Mining Event | Santiago de Chile | 15 March 2012
 
Cloud Computing through FCAPS Managed Services in a Virtualized Data Center
Cloud Computing through FCAPS Managed Services in a Virtualized Data CenterCloud Computing through FCAPS Managed Services in a Virtualized Data Center
Cloud Computing through FCAPS Managed Services in a Virtualized Data Center
 
Executive Breakfast SysValue-NetApp-VMWare - 16 de Março de 2012 - Apresentaç...
Executive Breakfast SysValue-NetApp-VMWare - 16 de Março de 2012 - Apresentaç...Executive Breakfast SysValue-NetApp-VMWare - 16 de Março de 2012 - Apresentaç...
Executive Breakfast SysValue-NetApp-VMWare - 16 de Março de 2012 - Apresentaç...
 
Cisco Unified Computing Systems Update
Cisco Unified Computing Systems UpdateCisco Unified Computing Systems Update
Cisco Unified Computing Systems Update
 
Enterprise Everywhere
Enterprise EverywhereEnterprise Everywhere
Enterprise Everywhere
 
Развитие технологий SDN для сетей ЦОД
Развитие технологий SDN для сетей ЦОДРазвитие технологий SDN для сетей ЦОД
Развитие технологий SDN для сетей ЦОД
 
eGovernment interoperability
eGovernment interoperabilityeGovernment interoperability
eGovernment interoperability
 
New Vvma Presentation
New Vvma PresentationNew Vvma Presentation
New Vvma Presentation
 
Embrace private cloud with confidence
Embrace private cloud with confidenceEmbrace private cloud with confidence
Embrace private cloud with confidence
 
Sap business objects BI4.0 reporting presentation
Sap business objects BI4.0 reporting presentationSap business objects BI4.0 reporting presentation
Sap business objects BI4.0 reporting presentation
 
Convergence of Cloud Computing & Project Management
Convergence of Cloud Computing & Project ManagementConvergence of Cloud Computing & Project Management
Convergence of Cloud Computing & Project Management
 
Data Center Automation - Erwin Van Kruining
Data Center Automation - Erwin Van KruiningData Center Automation - Erwin Van Kruining
Data Center Automation - Erwin Van Kruining
 

Recently uploaded

GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
Neo4j
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
Kari Kakkonen
 
A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...
sonjaschweigert1
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance
 
Free Complete Python - A step towards Data Science
Free Complete Python - A step towards Data ScienceFree Complete Python - A step towards Data Science
Free Complete Python - A step towards Data Science
RinaMondal9
 
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
Neo4j
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
BookNet Canada
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
Guy Korland
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
DianaGray10
 
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
Neo4j
 
Elevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object CalisthenicsElevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object Calisthenics
Dorra BARTAGUIZ
 
PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)
Ralf Eggert
 
National Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practicesNational Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practices
Quotidiano Piemontese
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
Jemma Hussein Allen
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
mikeeftimakis1
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
Prayukth K V
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
Aftab Hussain
 
Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1
DianaGray10
 
Video Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the FutureVideo Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the Future
Alpen-Adria-Universität
 

Recently uploaded (20)

GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
 
A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
 
Free Complete Python - A step towards Data Science
Free Complete Python - A step towards Data ScienceFree Complete Python - A step towards Data Science
Free Complete Python - A step towards Data Science
 
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
 
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
 
Elevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object CalisthenicsElevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object Calisthenics
 
PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)
 
National Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practicesNational Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practices
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
 
Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1
 
Video Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the FutureVideo Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the Future
 

Information Management for Crisis Response in WORKPAD

  • 1. Information Management for Crisis Response in WORKPAD Alessandro Faraotti1, Antonella Poggi2, Berardino Salvatore3, Guido Vetere1 (1) IBM Center for Advanced Studies of Rome (2) Università di Roma quot;La Sapienzaquot; Dipartimento di Informatica e Sistemistica quot;Antonio Rubertiquot; (3) IBM Rome Solutions Lab 6th International Conference on Information Systems for Crisis Response and Management, Gothenburg, Sweden May 10th – 13th 2009 ISCRAM 2009
  • 2. Project summary • EU SPECIFIC TARGETED RESEARCH OR INNOVATION PROJECT (STREP) - FP6-2005-IST-5-034749 • An Adaptive Peer-to-Peer Software Infrastructure for Supporting Collaborative Work of Human Operators in Emergency/Disaster Scenarios • Consortium Università degli Studi di Roma LA SAPIENZA  Università degli Studi di Roma TOR VERGATA  IBM Center for Advanced Studies of Rome  Salzburg Research  TECHNISCHE UNIVERSITAET WIEN  APIF MOVIQUITY S.A.  SOFTWARE 602 A.S. Research  Regione Calabria – Protezione Civile  • Start date: Sept. 2006 • Duration: 36 months ISCRAM 2009
  • 3. Goals • Enhance current crisis response IT infrastructures by developing an open innovative platform (middleware, software, models) • Support collaborative work of autonomous, decentralized organizations, with both field and back office forces, in a powerful, flexible and yet (hopefully) simple way • Reach a better understanding of key problems of information integrationexchange for crisis management, and drive further research ISCRAM 2009
  • 4. State of the Art (Italy) Provides Collects data, information Hierarchical, unstructured plans and integration & Central coordinates exchange IT information flows Control operations Room Command Coordination Coordination Few or no Center Center information flows Interfaces operating Operating Operating Operating Operating organization Center Center Center Center s Few or no Operative Operative Operative IT Control Room Control Room Control Room Coordination ISCRAM 2009
  • 5. Requirements • To effectively manage crises, many different organizations (fire brigades, red cross, army, volunteers, etc) must reach a high degree of coordination by timely exchange meaningful information • Response organizations have to manage unpredictable situations, re-adjust priorities, collect information from multiple sources and evaluate them, receive and transmit orders • Because of complexity, integration cannot be completely designed and implemented before real crises occur: “the value of planning decreases with the increase of the events' complexity” (Caesar Augustus) ISCRAM 2009
  • 6. Working Hypotheses Peer to peer networking provides better robustness, dependability,  adaptability, and flexibility No dependence on centralized infrastructures  Systems can dynamically enter and leave the network  Integration must be achieved by mapping heterogeneous  conceptualizations No semantic standards (shared ontologies) in place  Critical updates must be notified to potentially interested parties  Asynchronous, query-time data integration is not enough  Need to supplement it with event-handling capabilities  ISCRAM 2009
  • 7. The Proposed Architecture P2P semantically integrated network to be dynamically set-up for inter-organization coordination purposes ORK NETW ND BACK-E MANET Operating Center TWOR Coordination Operative ND NE ONT-E Center Control Room Reliable BE-FE FR link Central Coordination Operating Control Center Center ORK Room NETW END RONT- Mobile ad-hoc networks of Operating Operative devices Center Control Room MANET Coordination Center ISCRAM 2009
  • 8. P2P semantic integration • Centralized information integration systems based on mediators provide: Ontology (global view)  Mappings of O with source DB schemes (GAV, LAV, GLAV)  Certain answers over the first-order structure O+M+DB(s)  • In P2P environments, each system (peer) acts both as source and mediator First-order semantics is inadequate (as long as mapping is free) [Halevy  & al, 03] Need to resort on multi-modal (epistemic) logic [Calvanese & al, 03]  Main issues   Decidability, tractability  Logical soundness & completeness  Network-wide naming ISCRAM 2009
  • 9. How WORKPAD’s semantic integration works 1 1. Each node exports an ontology (UML, DL-Lite, OWL2- conjunctive query QL) ● City is_a Place(NAME) 2. Semantic mappings (GAV) with data sources are WS manifest ontology manifest ntolo established ● CAPITAL(ID) → City(lookup(ID)) ● TOWN(NM) → City(lookup(NM)) reasoning & query mgr 3. Individual terms are mapped by specific functions mappings notification (e.g. string manipulation, lookup) mgr 4. Queries are conjunctions expressed in terms of ontology concepts ● x,y | Place(x), NAME(x,y) DB 5. Queries get reformulated in terms of source schemes or other ontologies, based on mappings ISCRAM 2009
  • 10. How WORKPAD’s semantic integration works 2 6. Suitable sub-queries are propagated to wrapped conjunctive query information sources, either local or remote 7. Consistency of local data is up to local DBMS WS manifest ontology manifest ntolo 8. Network data items get integrated based on a “doxastic approach” [Vetere & al, 08] ● No direct “knowledge transfer” reasoning & query mgr ● Knowledge integration rules mappings notification ● Reasoning on data provenance and majorities mgr 9.Updates are propagated through a publish- subscribe mechanism ● Notifications of updates may be used to optimize DB data access or raise alerts ISCRAM 2009
  • 11. More on notification management WORKPAD peers should support a specific subscription service • notify Any client (either a WORKPAD peer P or an external • application) that is interested in receiving updates from a peer P', must implement a specific notification endpoint, which P' will use when notifying updates Subscription topics are defined with respect to the publisher’s • ontology (concept, role, and attributes) WORKPAD prototypical implementation provides own point-to- • subscribe point notification capabilities, with basic features such as message persistence, delivery and retry mappings notificat ion mgr Event management infrastructures can be leveraged if • available ISCRAM 2009
  • 12. Inside a WORKPAD Peer ISCRAM 2009
  • 13. How to set up a Peer 1. Pick up an ontology and extend it if needed, or develop a new one 2. Map it with your local DBMS 3. Identify other peers 4. Map other peers' ontologies with the local one 5. Subscribe for updates you are interest in 6. Iterate on previous steps if needed ISCRAM 2009
  • 14. Conclusion • WORKPAD information platform is designed to semantically integrate control rooms, headquarters, civil protection organizations in a P2P way Simple, robust, dependable, standards-based framework  Decentralized semantic integration  Endpoint based event handling  • What we achieved A better understanding of crisis related information management  A formal framework including new paradigms of Information Integration  A prototypical running implementation based on Web Services  • What we plan Refine the formal framework  Refine the implementation to provide an industrial-strength solution  Provide a concrete roll-out  ISCRAM 2009
  • 15. Thanks WORKPAD www.workpad-project.eu More details: IEEE Internet Computing, January/February 2008 (Vol. 12, No. 1)   pp. 26-37 ISCRAM 2009