Mag. Vikash Kumar, Dr. Anna Fensel SEMANTIC DATA ANALYTICS AS A BASIS FOR ENERGY EFFICIENCY SERVICES

Size: px
Start display at page:

Download "Mag. Vikash Kumar, Dr. Anna Fensel kumar@ftw.at, fensel@ftw.at SEMANTIC DATA ANALYTICS AS A BASIS FOR ENERGY EFFICIENCY SERVICES"

Transcription

1 Mag. Vikash Kumar, Dr. Anna Fensel SEMANTIC DATA ANALYTICS AS A BASIS FOR ENERGY EFFICIENCY SERVICES

2 Outline Big data trends changing the ways energy infrastructures operate Semantic technologies in a nutshell - What they are and what they are good for Detailed example of FTW previous work in semantic data processing - Next generation of energy efficient buildings Future directions FTW - 2 -

3 FTW - 3 -

4 FTW - 4 -

5 Semantic Web Technology Evolution Incerased adoption beyond the Web Linked Open Data cloud counts 25 billion triples Open government initiatives BBC, Facebook, Google, Yahoo, etc. use semantics SPARQL becomes W3C recommendation Life science and other scientific communities use ontologies RDF, OWL become W3C recommedations Research field on ontologies and semantics appears Term Semantic Web has been seeded, Scientific American article, Tim Berners-Lee et al. Source: Open Knowledge Foundation

6 From Semantic Web to Semantic World: Challenges Converting large volumes of raw data to smaller volumes of processed data - Streaming, new data acquisition infrastructures - Data modeling, mining, analysis, processing, distribution - Complex event processing (e.g. in-house behaviour identification) Data which is neither free nor open - How to store, discover and link it - How to sell it - How to define and communicate its quality / provenance - How to get the stekeholders in the game, create marketplaces Establishment of radically new B2B and B2C services - Tomorrow, your carton of milk will be on the Internet J. da Silva, referring to Internet of Things But how would the services look like?

7 Semantic data processing typical usage Efficient modeling and information integration - Flexibility in schema (ontology model) definition - Scalable handling of data heterogeneous formats - Data summarization and post-processed representation in semantic formats Efficient dissemination - Providing a semantic e.g. SPARQL query endpoint beyond syntactic - access to the data (without this the data is difficult to access, loose) - Reports generation - Opening the data as linked data Efficient data analytics, reasoning and learning - Prediction (e.g. on possible future QoS issues) - Advanced querying (e.g. who can help this user with this device? ) - Rules and policies design, adaptation, evolution e.g. for automation

8 How does the next generation of energy efficient buildings look like?

9 SESAME and SESAME-S Projects 2 FFG COIN Projects (sesames.ftw.at) SESAME Semantic Smart Metering, Enablers for Energy Efficiency ( ) - Prototype, proof of concepts, feasibility study SESAME-S Services for Energy Efficiency ( ) - setting up usable smart home hardware, a portal and repository - organizing a test installation in real buildings: in a school (Kirchdorf, Austria) and a factory (Chernogolovka, Russia) - developing specialized UIs and designing mobile apps for the school use case Consortium partner network of 6 organizations

10 Data Acquisition Example: Installations in Real Life Buildings Motivation: work with real buildings, real data and real users Technology: Several Smart Meters Sensors (e.g. light, temperature, humidity) Smart plugs, for individual sockets Multi-utility management (i.e. electricity, heating) Shutdown services for PCs User interfaces and apps: Web, tablet, smartphone (Android)

11 Data-Driven Management in the Intelligent Building Over 10 million of real life data triples collected in the semantic repository

12 The School Setup Austria)

13 Light Alert Rule Pseudocode IF?ls is a :LightSensor AND?ls :hasinstantmeasurement?im AND?im : hasmeasurement?ms AND?im : atinstant?instant AND?z = Float(?ms) AND?hour = currenttime in hours AND ((?today = weekday AND (19:00 <?currenttime < 06:00 )) OR (?today = weekend)) AND?z > 50 ) THEN CONCAT(( UseCase-A- +?instant) AS?alertLight) AND CONCAT(( Some unnecessary light device was left ON in the room at +?instant) AS?message)

14 CONSTRUCT {?alertlight :atinstant?instant.?alertlight :alertfromlightdevice?ls.?alertlight :hasalertmessage?message. } WHERE { BIND (now() AS?date) BIND (day(?date) AS?day) BIND (month(?date) AS?month) BIND (year(?date) AS?year) ####################### ## Gaussian algorithm for day of the week ## # Subtract 1 to year if January or February BIND (IF(?month<=2, 1, 0) AS?jf) BIND (?year -?jf AS?adjyear) #century and year BIND (floor(?adjyear/100) as?c) #?c is the century BIND (?adjyear - (?c * 100) as?y) #?y is the year # x2 = (month + 9) % BIND (?month+9 AS?x1) BIND (xsd:integer(?x1 - floor(?x1/12)*12 + 1) AS?x2) # body of formula BIND ((?day + floor((2.6 *?x2) - 0.2) +?y + floor(?y/4) + floor(?c/4) - (2 *?c)) AS?i) BIND (?i - (floor(?i/7) * 7) AS?dayIDx) #?i % 7 # ensure result is positive BIND (xsd:integer(if(?dayidx < 0,?dayIDx + 7,?dayIDx)) AS?dayID) #######################?ls a :LightSensor.?ls :hasinstantmeasurement?im.?im :hasmeasurement?ms.?im :atinstant?instant. BIND (xsd:float(?ms) as?z). BIND (SUBSTR(xsd:string(?instant), 12, 2) as?hour). {If the Light Sensor reading is greater than 50 on a weekend or on a weekday after 7 PM or before 6AM, send light sensor alert} { BIND (IF(?z < "50.0"^^xsd:float, 0, (IF (?dayid > 5, 1, (IF((xsd:integer(?hour) > 19) (xsd:integer(?hour) < 7), 1, 0))))) as?alert).} #create an instant of alert appended with timestamp <- Same light alert rule represented as SPARQL query Semantic rules evolve and are adapted to new settings (e.g. other buildings, changed user bahaviour) automatically based on data analytics. } BIND (IF(?alert = 0, 0, URI(CONCAT(xsd:string(:UseCase-A-), xsd:string(?instant) ))) AS?alertLight). BIND (CONCAT(xsd:string("Some unnecessary light device was left on in this room at "), xsd:string(?instant)) as?message).

15 Alert monitoring app Alerts are activated by rules

16 Energy Market Data Weather Forecast Grid Service Information Appliances Info Open Linked Data Even more relevant data Renewables Info Statistical Weather Data Data Acquisition Public Data Cloud Energy Efficiency Services Private User Storage Energy Companies Portal Agencies Consumer MApp Energy Monitoring and Control System

17 Future Directions Vertical integration using converging networks - standard middleware: opc-ua Infrastructure performance monitoring, optimisation and alert services based on data analytics Semantic Services - Data analytics as a service - Platform as a service - Infrastructure as a service New business models and services addressing multiple sectors: - Such as telco, retail, manufacturing Making money with data FTW

Industry 4.0 and Big Data

Industry 4.0 and Big Data Industry 4.0 and Big Data Marek Obitko, mobitko@ra.rockwell.com Senior Research Engineer 03/25/2015 PUBLIC PUBLIC - 5058-CO900H 2 Background Joint work with Czech Institute of Informatics, Robotics and

More information

Smart Financial Data: Semantic Web technology transforms Big Data into Smart Data

Smart Financial Data: Semantic Web technology transforms Big Data into Smart Data Smart Financial Data: Semantic Web technology transforms Big Data into Smart Data Insurance Data and Analytics Summit 2013 18 April 2013 David Saul, Senior Vice President & Chief Scientist State Street

More information

Horizontal IoT Application Development using Semantic Web Technologies

Horizontal IoT Application Development using Semantic Web Technologies Horizontal IoT Application Development using Semantic Web Technologies Soumya Kanti Datta Research Engineer Communication Systems Department Email: Soumya-Kanti.Datta@eurecom.fr Roadmap Introduction Challenges

More information

Standards for Big Data in the Cloud

Standards for Big Data in the Cloud Standards for Big Data in the Cloud International Cloud Symposium 15/10/2013 Carola Carstens (Project Officer) DG CONNECT, Unit G3 Data Value Chain European Commission Outline 1) Data Value Chain Unit

More information

Geospatial Platforms For Enabling Workflows

Geospatial Platforms For Enabling Workflows Geospatial Platforms For Enabling Workflows Steven Hagan Vice President Oracle Database Server Technologies November, 2015 Evolution of Enabling Workflows HENRY FORD 100 YEARS AGO Industrialized the Manufacturing

More information

Geospatial Technology Innovations and Convergence

Geospatial Technology Innovations and Convergence Geospatial Technology Innovations and Convergence Processing Big and Fast Data: Best with a Multi-Model Database Steven Hagan Vice President Oracle Database Server Technologies August, 2015 Data Volume

More information

DataBridges: data integration for digital cities

DataBridges: data integration for digital cities DataBridges: data integration for digital cities Thematic action line «Digital Cities» Ioana Manolescu Oak team INRIA Saclay and Univ. Paris Sud-XI Plan 1. DataBridges short history and overview 2. RDF

More information

Semantic Modeling with RDF. DBTech ExtWorkshop on Database Modeling and Semantic Modeling Lili Aunimo

Semantic Modeling with RDF. DBTech ExtWorkshop on Database Modeling and Semantic Modeling Lili Aunimo DBTech ExtWorkshop on Database Modeling and Semantic Modeling Lili Aunimo Expected Outcomes You will learn: Basic concepts related to ontologies Semantic model Semantic web Basic features of RDF and RDF

More information

Secure and Semantic Web of Automation

Secure and Semantic Web of Automation Secure and Semantic Web of Automation Wolfgang Kastner 1, Andreas Fernbach 1, Wolfgang Granzer 2 1 Technische Universität Wien 2 NETxAutomation Software GmbH Automation Systems Group Computer Engineering/Software

More information

Enabling Manufacturing Transformation in a Connected World. John Shewchuk Technical Fellow DX

Enabling Manufacturing Transformation in a Connected World. John Shewchuk Technical Fellow DX Enabling Manufacturing Transformation in a Connected World John Shewchuk Technical Fellow DX Internet of Things What is the Internet of Things? The network of physical objects that contain embedded technology

More information

The Internet of Things

The Internet of Things The Internet of Things The Power of Actionable Insight An introduction to the Internet of Things Chris Vetor Business Unit Executive, WW Programs cvetor@us.ibm.com More and more of the world s activity

More information

How To Build A Cloud Based Intelligence System

How To Build A Cloud Based Intelligence System Semantic Technology and Cloud Computing Applied to Tactical Intelligence Domain Steve Hamby Chief Technology Officer Orbis Technologies, Inc. shamby@orbistechnologies.com 678.346.6386 1 Abstract The tactical

More information

Information Services for Smart Grids

Information Services for Smart Grids Smart Grid and Renewable Energy, 2009, 8 12 Published Online September 2009 (http://www.scirp.org/journal/sgre/). ABSTRACT Interconnected and integrated electrical power systems, by their very dynamic

More information

Big Data Challenges and Success Factors. Deloitte Analytics Your data, inside out

Big Data Challenges and Success Factors. Deloitte Analytics Your data, inside out Big Data Challenges and Success Factors Deloitte Analytics Your data, inside out Big Data refers to the set of problems and subsequent technologies developed to solve them that are hard or expensive to

More information

Knowledge based energy management for public buildings through holistic information modeling and 3D visualization. Ing. Antonio Sacchetti TERA SRL

Knowledge based energy management for public buildings through holistic information modeling and 3D visualization. Ing. Antonio Sacchetti TERA SRL Knowledge based energy management for public buildings through holistic information modeling and 3D visualization Ing. Antonio Sacchetti TERA SRL About us-1 Tera is a SME born in year 2007, based on the

More information

Charith Pereral, Arkady Zaslavsky, Peter Christen, Ali Salehi and Dimitrios Georgakopoulos (IEEE 2012) Presented By- Anusha Sekar

Charith Pereral, Arkady Zaslavsky, Peter Christen, Ali Salehi and Dimitrios Georgakopoulos (IEEE 2012) Presented By- Anusha Sekar Charith Pereral, Arkady Zaslavsky, Peter Christen, Ali Salehi and Dimitrios Georgakopoulos (IEEE 2012) Presented By- Anusha Sekar Introduction Terms and Concepts Mobile Sensors Global Sensor Networks DAM4GSN

More information

Addressing Self-Management in Cloud Platforms: a Semantic Sensor Web Approach

Addressing Self-Management in Cloud Platforms: a Semantic Sensor Web Approach Addressing Self-Management in Cloud Platforms: a Semantic Sensor Web Approach Rustem Dautov Iraklis Paraskakis Dimitrios Kourtesis South-East European Research Centre International Faculty, The University

More information

Telecommunications Point of View October 2014

Telecommunications Point of View October 2014 for a Smarter Planet Telecommunications Point of View October 2014 Peter Harrison Smarter Planet Industry Solutions Leader Central and Eastern Europe IBM Software Group Peter.Harrison@pl.ibm.com +48 693

More information

Top Ten Emerging Industries of the Future

Top Ten Emerging Industries of the Future Top Ten Emerging Industries of the Future The $20 Trillion Opportunity that will Transform Future Businesses and Societies P6E3-MT October 2014 1 Contents Section Slide Number Executive Summary 5 Research

More information

Semantic Interoperability

Semantic Interoperability Ivan Herman Semantic Interoperability Olle Olsson Swedish W3C Office Swedish Institute of Computer Science (SICS) Stockholm Apr 27 2011 (2) Background Stockholm Apr 27, 2011 (2) Trends: from

More information

Smart Cities require Geospatial Data Providing services to citizens, enterprises, visitors...

Smart Cities require Geospatial Data Providing services to citizens, enterprises, visitors... Cloud-based Spatial Data Infrastructures for Smart Cities Geospatial World Forum 2015 Hans Viehmann Product Manager EMEA ORACLE Corporation Smart Cities require Geospatial Data Providing services to citizens,

More information

Internet of Things. Reply Platform

Internet of Things. Reply Platform Internet of Things Reply Platform Internet of Things: Concept Reply vision An ecosystem of connected people, objects and services; enabled by pervasive and transparent technology built to improve our quality

More information

Semantic Web Applications

Semantic Web Applications Semantic Web Applications Graham Klyne Nine by Nine http://www.ninebynine.net/ 26 February 2004 Nine by Nine Who am I? Scientific, engineering and networked software systems architecture Motion capture,

More information

How To Understand The Power Of The Internet Of Things

How To Understand The Power Of The Internet Of Things Next Internet Evolution: Getting Big Data insights from the Internet of Things Internet of things are fast becoming broadly accepted in the world of computing and they should be. Advances in Cloud computing,

More information

WHITEPAPER BEST PRACTICES IN MOBILE APPLICATION TESTING

WHITEPAPER BEST PRACTICES IN MOBILE APPLICATION TESTING WHITEPAPER BEST PRACTICES IN MOBILE APPLICATION TESTING 1 The basic frame of software testers mind-set is attuned to check documentation, functionality, stability, API and performance and make sure that

More information

Sustainable Development with Geospatial Information Leveraging the Data and Technology Revolution

Sustainable Development with Geospatial Information Leveraging the Data and Technology Revolution Sustainable Development with Geospatial Information Leveraging the Data and Technology Revolution Steven Hagan, Vice President, Server Technologies 1 Copyright 2011, Oracle and/or its affiliates. All rights

More information

Siemens Future Forum @ HANNOVER MESSE 2014. Internet of Things and Services Guido Stephan

Siemens Future Forum @ HANNOVER MESSE 2014. Internet of Things and Services Guido Stephan Siemens Future Forum @ HANNOVER MESSE 2014 Internet of Things and Services Siemens AG 2014. All rights reserved. Hannover Messe 2014 From the Internet to a Web of Things thesis Internet Research Networks

More information

HOW INTELLIGENT BUILDING TECHNOLOGY CAN IMPACT YOUR BUSINESS BY REDUCING OPERATING COSTS

HOW INTELLIGENT BUILDING TECHNOLOGY CAN IMPACT YOUR BUSINESS BY REDUCING OPERATING COSTS HOW INTELLIGENT BUILDING TECHNOLOGY CAN IMPACT YOUR BUSINESS BY REDUCING OPERATING COSTS Presented by Neil Maldeis Director, Technical Programs, NA Trane Learning Objectives Learn about industry and business

More information

UniGR Workshop: Big Data «The challenge of visualizing big data»

UniGR Workshop: Big Data «The challenge of visualizing big data» Dept. ISC Informatics, Systems & Collaboration UniGR Workshop: Big Data «The challenge of visualizing big data» Dr Ir Benoît Otjacques Deputy Scientific Director ISC The Future is Data-based Can we help?

More information

Fulfilling your data obsession

Fulfilling your data obsession www.ovum.com Fulfilling your data obsession Tim Jennings, Chief Research Officer tim.jennings@ovum.com 23 rd Nov 2015 @tjennings Copyright Ovum 2014. All rights reserved. 2 Agenda Why obsess about data?

More information

Supporting Change-Aware Semantic Web Services

Supporting Change-Aware Semantic Web Services Supporting Change-Aware Semantic Web Services Annika Hinze Department of Computer Science, University of Waikato, New Zealand a.hinze@cs.waikato.ac.nz Abstract. The Semantic Web is not only evolving into

More information

Sage X3. Enterprise Business Management Solutions in the 21st Century: Key Buying Considerations

Sage X3. Enterprise Business Management Solutions in the 21st Century: Key Buying Considerations Sage X3 Enterprise Business Management Solutions in the 21st Century: Table of Contents 3 Legacy Systems are Good to a Point 3 On-Premise or Cloud: Which Option makes Sense 4 The Modern Business Management

More information

CONNECTING DATA WITH BUSINESS

CONNECTING DATA WITH BUSINESS CONNECTING DATA WITH BUSINESS Big Data and Data Science consulting Business Value through Data Knowledge Synergic Partners is a specialized Big Data, Data Science and Data Engineering consultancy firm

More information

The role of smart data in smart home: health monitoring case

The role of smart data in smart home: health monitoring case Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 00 (2015) 000 000 www.elsevier.com/locate/procedia 7th International Conference on Advances in Information Technology The

More information

Towards a Sales Assistant using a Product Knowledge Graph

Towards a Sales Assistant using a Product Knowledge Graph Towards a Sales Assistant using a Product Knowledge Graph Haklae Kim, Jungyeon Yang, and Jeongsoon Lee Samsung Electronics Co., Ltd. Maetan dong 129, Samsung-ro, Yeongtong-gu, Suwon-si, Gyeonggi-do 443-742,

More information

Management Information Systems (MIS)

Management Information Systems (MIS) Management Information Systems (MIS) 1 Management Information Systems (MIS) Courses MIS 0855. Data Science. 3 Credit Hours. We are all drowning in data, and so is your future employer. Data pour in from

More information

The Information Revolution for the Enterprise

The Information Revolution for the Enterprise Click Jon Butts to add IBM text Software Group Integration Manufacturing Industry jon.butts@uk.ibm.com The Information Revolution for the Enterprise 2013 IBM Corporation Disclaimer IBM s statements regarding

More information

BIG DATA IN THE CLOUD : CHALLENGES AND OPPORTUNITIES MARY- JANE SULE & PROF. MAOZHEN LI BRUNEL UNIVERSITY, LONDON

BIG DATA IN THE CLOUD : CHALLENGES AND OPPORTUNITIES MARY- JANE SULE & PROF. MAOZHEN LI BRUNEL UNIVERSITY, LONDON BIG DATA IN THE CLOUD : CHALLENGES AND OPPORTUNITIES MARY- JANE SULE & PROF. MAOZHEN LI BRUNEL UNIVERSITY, LONDON Overview * Introduction * Multiple faces of Big Data * Challenges of Big Data * Cloud Computing

More information

Short Paper: Enabling Lightweight Semantic Sensor Networks on Android Devices

Short Paper: Enabling Lightweight Semantic Sensor Networks on Android Devices Short Paper: Enabling Lightweight Semantic Sensor Networks on Android Devices Mathieu d Aquin, Andriy Nikolov, Enrico Motta Knowledge Media Institute, The Open University, Milton Keynes, UK {m.daquin,

More information

Business Analytics In a Big Data World Ted Malone Solutions Architect Data Platform and Cloud Microsoft Federal

Business Analytics In a Big Data World Ted Malone Solutions Architect Data Platform and Cloud Microsoft Federal Business Analytics In a Big Data World Ted Malone Solutions Architect Data Platform and Cloud Microsoft Federal Information has gone from scarce to super-abundant. That brings huge new benefits. The Economist

More information

Big Data, Cloud Computing, Spatial Databases Steven Hagan Vice President Server Technologies

Big Data, Cloud Computing, Spatial Databases Steven Hagan Vice President Server Technologies Big Data, Cloud Computing, Spatial Databases Steven Hagan Vice President Server Technologies Big Data: Global Digital Data Growth Growing leaps and bounds by 40+% Year over Year! 2009 =.8 Zetabytes =.08

More information

IoT-03-2017 R&I on IoT integration and platforms INTERNET OF THINGS FOCUS AREA

IoT-03-2017 R&I on IoT integration and platforms INTERNET OF THINGS FOCUS AREA HORIZON 2020 WP 2016-17 IoT-03-2017 R&I on IoT integration and platforms INTERNET OF THINGS DG CONNECT European Commission Internet of Things As enabler of a future hyper-connected society, the Internet

More information

Design and Implementation of a Semantic Web Solution for Real-time Reservoir Management

Design and Implementation of a Semantic Web Solution for Real-time Reservoir Management Design and Implementation of a Semantic Web Solution for Real-time Reservoir Management Ram Soma 2, Amol Bakshi 1, Kanwal Gupta 3, Will Da Sie 2, Viktor Prasanna 1 1 University of Southern California,

More information

Accenture and Oracle: Leading the IoT Revolution

Accenture and Oracle: Leading the IoT Revolution Accenture and Oracle: Leading the IoT Revolution ACCENTURE AND ORACLE The Internet of Things (IoT) is rapidly moving from concept to reality, as companies see the value of connecting a range of sensors,

More information

Industry Impact of Big Data in the Cloud: An IBM Perspective

Industry Impact of Big Data in the Cloud: An IBM Perspective Industry Impact of Big Data in the Cloud: An IBM Perspective Inhi Cho Suh IBM Software Group, Information Management Vice President, Product Management and Strategy email: inhicho@us.ibm.com twitter: @inhicho

More information

BIG Data Analytics Move to Competitive Advantage

BIG Data Analytics Move to Competitive Advantage BIG Data Analytics Move to Competitive Advantage where is technology heading today Standardization Open Source Automation Scalability Cloud Computing Mobility Smartphones/ tablets Internet of Things Wireless

More information

decisions that are better-informed leading to long-term competitive advantage Business Intelligence solutions

decisions that are better-informed leading to long-term competitive advantage Business Intelligence solutions Business Intelligence solutions decisions that are better-informed leading to long-term competitive advantage Your business technologists. Powering progress Every organization generates vast amounts of

More information

Performance Analysis, Data Sharing, Tools Integration: New Approach based on Ontology

Performance Analysis, Data Sharing, Tools Integration: New Approach based on Ontology Performance Analysis, Data Sharing, Tools Integration: New Approach based on Ontology Hong-Linh Truong Institute for Software Science, University of Vienna, Austria truong@par.univie.ac.at Thomas Fahringer

More information

Industry 4.0 Vision to Reality Siemens AG 2015 siemens.com

Industry 4.0 Vision to Reality Siemens AG 2015 siemens.com Alan Norbury Siemens UK Industrial CTO Industry 4.0 Vision to Reality siemens.com Future of Manufacturing - Video http://www.siemens.co.uk/future-of-manufacturing Page 2 Industry 4.0.moving into a fourth

More information

State of Sales Technology and performance insights from over 2,300 global sales leaders. research

State of Sales Technology and performance insights from over 2,300 global sales leaders. research 2015 State of Sales Technology and performance insights from over 2,300 global sales leaders research About This Report 2 Salesforce Research surveyed more than 2,300 In this report, we define high-performing

More information

Big Data Strategies Creating Customer Value In Utilities

Big Data Strategies Creating Customer Value In Utilities Big Data Strategies Creating Customer Value In Utilities National Conference ICT For Energy And Utilities Sofia, October 2013 Valery Peykov Country CIO Bulgaria Veolia Environnement 17.10.2013 г. One Core

More information

Innovation Session BIG DATA. HP EMEA Software Performance Tour 2014

Innovation Session BIG DATA. HP EMEA Software Performance Tour 2014 HP EMEA Software Performance Tour 2014 Innovation Session BIG DATA Copyright 2014 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. Unlocking

More information

1 st Symposium on Colossal Data and Networking (CDAN-2016) March 18-19, 2016 Medicaps Group of Institutions, Indore, India

1 st Symposium on Colossal Data and Networking (CDAN-2016) March 18-19, 2016 Medicaps Group of Institutions, Indore, India 1 st Symposium on Colossal Data and Networking (CDAN-2016) March 18-19, 2016 Medicaps Group of Institutions, Indore, India Call for Papers Colossal Data Analysis and Networking has emerged as a de facto

More information

So What s the Big Deal?

So What s the Big Deal? So What s the Big Deal? Presentation Agenda Introduction What is Big Data? So What is the Big Deal? Big Data Technologies Identifying Big Data Opportunities Conducting a Big Data Proof of Concept Big Data

More information

Scalable End-User Access to Big Data http://www.optique-project.eu/ HELLENIC REPUBLIC National and Kapodistrian University of Athens

Scalable End-User Access to Big Data http://www.optique-project.eu/ HELLENIC REPUBLIC National and Kapodistrian University of Athens Scalable End-User Access to Big Data http://www.optique-project.eu/ HELLENIC REPUBLIC National and Kapodistrian University of Athens 1 Optique: Improving the competitiveness of European industry For many

More information

Big Data and Semantic Web in Manufacturing. Nitesh Khilwani, PhD Chief Engineer, Samsung Research Institute Noida, India

Big Data and Semantic Web in Manufacturing. Nitesh Khilwani, PhD Chief Engineer, Samsung Research Institute Noida, India Big Data and Semantic Web in Manufacturing Nitesh Khilwani, PhD Chief Engineer, Samsung Research Institute Noida, India Outline Big data in Manufacturing Big data Analytics Semantic web technologies Case

More information

Informix The Intelligent Database for IoT

Informix The Intelligent Database for IoT Informix The Intelligent Database for IoT Kiran Challapalli Informix Competitive Technology & Enablement challapalli@in.ibm.com +91-80431-91802 Agenda What is Internet of Things (IoT) Why it matters IoT

More information

The Cisco Powered Network Cloud: An Exciting Managed Services Opportunity

The Cisco Powered Network Cloud: An Exciting Managed Services Opportunity . White Paper The Cisco Powered Network Cloud: An Exciting Managed Services Opportunity The cloud computing phenomenon is generating a lot of interest worldwide because of its potential to offer services

More information

3rd International Symposium on Big Data and Cloud Computing Challenges (ISBCC-2016) March 10-11, 2016 VIT University, Chennai, India

3rd International Symposium on Big Data and Cloud Computing Challenges (ISBCC-2016) March 10-11, 2016 VIT University, Chennai, India 3rd International Symposium on Big Data and Cloud Computing Challenges (ISBCC-2016) March 10-11, 2016 VIT University, Chennai, India Call for Papers Cloud computing has emerged as a de facto computing

More information

MES and Industrial Internet

MES and Industrial Internet October 7, 2014 MES and Industrial Internet Jan Snoeij Board Member, MESA International Principal Consultant, CGI Do you know MESA? Agenda Introduction Internet of Things Big Data Smart Factory or Smart

More information

Understanding traffic flow

Understanding traffic flow White Paper A Real-time Data Hub For Smarter City Applications Intelligent Transportation Innovation for Real-time Traffic Flow Analytics with Dynamic Congestion Management 2 Understanding traffic flow

More information

Baseline Assessment on Malaysia Mobile App Economy

Baseline Assessment on Malaysia Mobile App Economy Baseline Assessment on Malaysia Mobile App Economy Presented by Ms. Ng Wan Peng Mobile Apps Ecosystem in Malaysia Mobile Apps Ecosystem in Malaysia Funding & Support Government 2 3 Developer Enterprise

More information

Sugar Professional. Approvals + + + + Competitor tracking + + + + Territory management + + + + Third-party sales methodologies + + + +

Sugar Professional. Approvals + + + + Competitor tracking + + + + Territory management + + + + Third-party sales methodologies + + + + Professional Corporate Enterprise Ultimate List price / user / month $35 $45 $60 $100 List price / user / year (contractual term) $420 $540 $720 $1,200 Application or user limits no limits no limits no

More information

Capturing the Structure of IoT Systems with Graph Databases

Capturing the Structure of IoT Systems with Graph Databases Capturing the Structure of IoT Systems with Graph Databases Gilles Privat Dana Popovici Orange Labs Grenoble, France for open bidirectional multiscale data mediation 1 Outline What IoT is about Data models

More information

COMP9321 Web Application Engineering

COMP9321 Web Application Engineering COMP9321 Web Application Engineering Semester 2, 2015 Dr. Amin Beheshti Service Oriented Computing Group, CSE, UNSW Australia Week 11 (Part II) http://webapps.cse.unsw.edu.au/webcms2/course/index.php?cid=2411

More information

MEng, BSc Computer Science with Artificial Intelligence

MEng, BSc Computer Science with Artificial Intelligence School of Computing FACULTY OF ENGINEERING MEng, BSc Computer Science with Artificial Intelligence Year 1 COMP1212 Computer Processor Effective programming depends on understanding not only how to give

More information

Business Reporting Methods and Policies Using XBRL

Business Reporting Methods and Policies Using XBRL Industry Framework and Applications for Business Reporting Semantics Joint XBRL-OMG Project Index XBRL Semantics Framework & Cloud: Executive Summary Business Drivers XBRL Semantics Framework: Major Components

More information

How To Protect Your Network From Threats From Your Network (For A Mobile) And From Your Customers (For An Enterprise)

How To Protect Your Network From Threats From Your Network (For A Mobile) And From Your Customers (For An Enterprise) Plugging the Holes in Mobile Security: The Rising Threat Jennifer M. Pigg, VP of Research, Yankee Group Nick Wade, Group Product Manager, Symantec June 2011 Copyright 2011. Yankee Group Research, Inc.

More information

Exploiting the power of Big Data

Exploiting the power of Big Data Exploiting the power of Big Data Timos Sellis School of Computer Science and Information Technology timos.sellis@rmit.edu.au ITECHLAW Asia-Pacific Conference, February 26-28, 2014 Melbourne Australia Timeline

More information

Managing unknown IoT entities by uncovering and aligning their semantics

Managing unknown IoT entities by uncovering and aligning their semantics Managing unknown IoT entities by uncovering and aligning their semantics Ontology Summit 2015 Internet of Things: Toward Smart Networked Systems and Societies 1 Outline Context Problem Future Present Solution

More information

Dell Wyse Cloud Connect

Dell Wyse Cloud Connect Dell Wyse Cloud Connect Secure productivity from work, home, and on the go. The ultra-compact personal cloud device that can make any HDMI/MHL-equipped display your own. For personal access to all of your

More information

The Future of M2M Application Enablement Platforms

The Future of M2M Application Enablement Platforms / White Paper The Future of M2M Application Enablement Platforms Prepared by Ari Banerjee Senior Analyst, Heavy Reading www.heavyreading.com on behalf of www.aeris.com September 2013 Introduction: Trends

More information

Taming Big Data Variety with Semantic Graph Databases. Evren Sirin CTO Complexible

Taming Big Data Variety with Semantic Graph Databases. Evren Sirin CTO Complexible Taming Big Data Variety with Semantic Graph Databases Evren Sirin CTO Complexible About Complexible Semantic Tech leader since 2006 (née Clark & Parsia) software, consulting W3C leadership Offices in DC

More information

Innovation Conference Cloud based intelligent future services an IBM perspective

Innovation Conference Cloud based intelligent future services an IBM perspective Innovation Conference Cloud based intelligent future services an IBM perspective Veszprém, 2011. March 30th Pongrácz, Ferenc COO, IBM Magyarország IT Industry growth is recovering with high growth areas

More information

Geospatial Platforms For Enabling Workflows

Geospatial Platforms For Enabling Workflows Geospatial Platforms For Enabling Workflows Steven Hagan Vice President Oracle Database Server Technologies May, 2015 Evolution of Enabling Workflows HENRY FORD 100 YEARS AGO Industrialized the Manufacturing

More information

Connecting your product

Connecting your product Connecting your product Introduction In this 1248 White Paper we summarise the key points to consider as you embark on the journey of connecting your product at scale. No-one knows your business as well

More information

Field Service Tools. SA Mobile Application Service Assistant Tool. Todd M. Rossi, Ph.D. rossi@fielddiagnostics.com 609/240 3656 (mobile)

Field Service Tools. SA Mobile Application Service Assistant Tool. Todd M. Rossi, Ph.D. rossi@fielddiagnostics.com 609/240 3656 (mobile) Field Service Tools SA Mobile Application Service Assistant Tool Todd M. Rossi, Ph.D. rossi@fielddiagnostics.com 609/240 3656 (mobile) Objectives and Approach OBJECTIVE: Sustained performance of unitary

More information

Dr. John E. Kelly III Senior Vice President, Director of Research. Differentiating IBM: Research

Dr. John E. Kelly III Senior Vice President, Director of Research. Differentiating IBM: Research Dr. John E. Kelly III Senior Vice President, Director of Research Differentiating IBM: Research IBM Research Priorities Impact on IBM and the Marketplace Globalization and Leverage Balanced Research Agenda

More information

Busin i ess I n I t n e t ll l i l g i e g nce c T r T e r nds For 2013

Busin i ess I n I t n e t ll l i l g i e g nce c T r T e r nds For 2013 Business Intelligence Trends For 2013 10 Trends The last few years the change in Business Intelligence seems to accelerate under the pressure of increased business demand and technology innovations. Here

More information

APPS APPS MEDIA MEDIA SOCIAL SOCIAL ENGINE ENGINE SEARCH SEARCH MARKETING MARKETING WEB DESIGN ADVERTISING WEB DESIGN & REPORTING & REPORTING

APPS APPS MEDIA MEDIA SOCIAL SOCIAL ENGINE ENGINE SEARCH SEARCH MARKETING MARKETING WEB DESIGN ADVERTISING WEB DESIGN & REPORTING & REPORTING WEB DESIGN & DEVELOPMENT SEARCH OPTIMIZATION PAY-PER-CLICK ADVERTISING SOCIAL MEDIA APPS CALL LISTENING & REPORTING WEB DESIGN & DEVELOPMENT SEARCH OPTIMIZATION PAY-PER-CLICK INTERNET LEAD GENERATION APPS

More information

locuz.com Big Data Services

locuz.com Big Data Services locuz.com Big Data Services Big Data At Locuz, we help the enterprise move from being a data-limited to a data-driven one, thereby enabling smarter, faster decisions that result in better business outcome.

More information

Mobile Device Management in the Systems Management Ecosystem. Katie Wiederholt, Dell Software

Mobile Device Management in the Systems Management Ecosystem. Katie Wiederholt, Dell Software Mobile Device Management in the Systems Management Ecosystem Katie Wiederholt, The forces driving change in mobility Agenda The journey to MDM Where do we want to be and mobile security technologies 2

More information

DWH-1B. with a security system that keeps you in touch with what matters most

DWH-1B. with a security system that keeps you in touch with what matters most expand your senses comfort zone with a security system that keeps you in touch with what matters most HOME & SMALL BUSINESS DWH-1B designed with innovated technologies for indoor/outdoor convenient placement

More information

Past, present, and future Analytics at Loyalty NZ. V. Morder SUNZ 2014

Past, present, and future Analytics at Loyalty NZ. V. Morder SUNZ 2014 Past, present, and future Analytics at Loyalty NZ V. Morder SUNZ 2014 Contents Visions The undisputed customer loyalty experts To create, maintain and motivate loyal customers for our Participants Win

More information

HP Adaptive Backup and Recovery

HP Adaptive Backup and Recovery HP Adaptive Backup and Recovery Addressing Your BURA Strategy Today Reflects Your Business Purposes Tomorrow Scott Baker - Director, Enterprise Data Protection Andrew Dickerson Senior Manager, Backup,

More information

Business models in the Internet of Things. Miriam Cordero Head of Strategy - BT Group @miricoru

Business models in the Internet of Things. Miriam Cordero Head of Strategy - BT Group @miricoru Business models in the Internet of Things Miriam Cordero Head of Strategy - BT Group @miricoru IoT applications bring a set of benefits Increase efficiency Scarce resources New services End to end supply

More information

Application Development Best Practices

Application Development Best Practices Application Development Best Practices THE ENTERPRISE MOBILUTION ERA An InfoStretch White Paper August 2014 Elevating confidence 3200 Patrick Henry Drive, Suite 250 Santa Clara, CA 95054 408.727.1100 info@infostretch.com

More information

Verizon Applications and Cloud

Verizon Applications and Cloud Verizon Applications and Cloud Mobilizing Business Applications, Efficiently and Affordably Mobile connectivity has become a way of life and an expectation for much of today s workforce. With pervasive

More information

MEng, BSc Applied Computer Science

MEng, BSc Applied Computer Science School of Computing FACULTY OF ENGINEERING MEng, BSc Applied Computer Science Year 1 COMP1212 Computer Processor Effective programming depends on understanding not only how to give a machine instructions

More information

MACHINE-TO-MACHINE (M2M) THE 4 TH INDUSTRIAL REVOLUTION?

MACHINE-TO-MACHINE (M2M) THE 4 TH INDUSTRIAL REVOLUTION? MACHINE-TO-MACHINE (M2M) THE 4 TH INDUSTRIAL REVOLUTION? Jürgen Hase Juergen.Hase@telekom.de Springe, March 20, 2014 DEUTSCHE TELEKOM FROM TELCO TO TELCO PLUS MY FIRST CHOICE FOR CONNECTED LIFE & WORK

More information

Applying ICT and IoT to Multifamily Buildings. U.S. Department of Energy Buildings Interoperability Vision Meeting March 12, 2015 Jeff Hendler, ETS

Applying ICT and IoT to Multifamily Buildings. U.S. Department of Energy Buildings Interoperability Vision Meeting March 12, 2015 Jeff Hendler, ETS Applying ICT and IoT to Multifamily Buildings U.S. Department of Energy Buildings Interoperability Vision Meeting March 12, 2015 Jeff Hendler, ETS ETS is an Energy Technology, Behavior Management, and

More information

ORACLE UTILITIES ANALYTICS

ORACLE UTILITIES ANALYTICS ORACLE UTILITIES ANALYTICS TRANSFORMING COMPLEX DATA INTO BUSINESS VALUE UTILITIES FOCUS ON ANALYTICS Aging infrastructure. Escalating customer expectations. Demand growth. The challenges are many. And

More information

AirTight Social Wi-Fi and Analytics for the Retail Store of the Future Where Clicks Meet the Bricks

AirTight Social Wi-Fi and Analytics for the Retail Store of the Future Where Clicks Meet the Bricks AirTight Social Wi-Fi and Analytics for the Retail Store of the Future Where Clicks Meet the Bricks The retail store of the future will deliver a seamless and personalized consumer experience with omnichannel

More information

Enabling End User Access to Big Data in the O&G Industry

Enabling End User Access to Big Data in the O&G Industry Enabling End User Access to Big Data in the O&G Industry Johan W. Klüwer (DNV) and Michael Schmidt (fluidops) 1 / 28 HELLENIC REPUBLIC National and Kapodistrian University of Athens 2 / 28 . Paradigm Shift

More information

The Ontological Approach for SIEM Data Repository

The Ontological Approach for SIEM Data Repository The Ontological Approach for SIEM Data Repository Igor Kotenko, Olga Polubelova, and Igor Saenko Laboratory of Computer Science Problems, Saint-Petersburg Institute for Information and Automation of Russian

More information

Future Focus: What s Coming in Enterprise Mobility Management (EMM) FUTURE FOCUS. What s Coming in Enterprise Mobility Management.

Future Focus: What s Coming in Enterprise Mobility Management (EMM) FUTURE FOCUS. What s Coming in Enterprise Mobility Management. 1 FUTURE FOCUS What s Coming in Enterprise Mobility Management Whitepaper 2 Future Focus: What s Coming in Enterprise Mobility Management (EMM) There s far more power in modern smartphones and tablets

More information

Enterprise Mobility: winning strategies to get your organization ready for the future

Enterprise Mobility: winning strategies to get your organization ready for the future Enterprise Mobility: winning strategies to get your organization ready for the future Luca Rossetti Sr Business Technology Architect February, 26th 2014 2014 CA. All rights reserved. Power Of Mobility

More information

Big Data, Fast Data, Complex Data. Jans Aasman Franz Inc

Big Data, Fast Data, Complex Data. Jans Aasman Franz Inc Big Data, Fast Data, Complex Data Jans Aasman Franz Inc Private, founded 1984 AI, Semantic Technology, professional services Now in Oakland Franz Inc Who We Are (1 (2 3) (4 5) (6 7) (8 9) (10 11) (12

More information

IoT Analytics: Using Big Data to Architect the Products and Services of Tomorrow

IoT Analytics: Using Big Data to Architect the Products and Services of Tomorrow IoT Analytics: Using Big Data to Architect the Products and Services of Tomorrow Introduction We are in the early stages of a new world where everything worth connecting will be connected and can communicate.

More information

Mobile Security: The good, the bad, the way forward

Mobile Security: The good, the bad, the way forward Mobile Security: The good, the bad, the way forward Get the most out of HP s Mobility Protection Services Jan De Clercq, Felix Martin, HP TC, December, 2013 Today s Presenter Name Jan De Clercq Title &

More information