Knowledge Acquisition and Representation in Facility Management

Size: px
Start display at page:

Download "Knowledge Acquisition and Representation in Facility Management"

Transcription

1 2016 International Conference on Computational Science and Computational Intelligence Knowledge Acquisition and Representation in Facility Management Facility Management with Semantic Technologies and Augmented Reality Prof. Dr.-Ing. habil. Christian-Andreas Schumann Eric Forkel Frank Otto Institute for Management and Information West Saxon University of Applied Sciences Zwickau Zwickau, Germany Prof. Dr.-Ing. Egon Müller Dr. Michael Clauß Department of Factory Planning and Factory Management Chemnitz University of Technology Chemnitz, Germany Dr. André Lanka Dr. Lanka & Partner Software Developers Chemnitz, Germany Abstract One more and more upcoming challenge for IT systems used in the Facility Management domain is the automated acquisition and processing of distributed heterogeneous data. Especially for approval or maintenance processes the mobile access to necessary data constantly gains significance. But because of their limited size particularly mobile devices require new ways for representing the needed amount of information. This conceptual paper discusses new approaches of knowledge acquisition and representation, which enable the efficient support of facility managers in their daily tasks. The underlying research project develops concepts and solutions for the semantic modelling and linking of distributed data as well as its context-based representation on a mobile device via Augmented Reality. Keywords Semantic Technologies, Augmented reality, Knowledge Acquisition, Knowlwdge Representation, Facility management I. INTRODUCTION Facility Management (FM) nowadays faces a wide range of different tasks: Planning, execution and optimization of support processes have to secure a company s primary processes. Especially the approval of facilities and their maintenance tasks are important fields for FM-activities. Over a facility s lifetime a multiplicity of different data arises in different situations and phases. These data often are heterogeneous, which means the data have different formats and are stored on several media. Due to the fact that several companies are only involved in specific phases of a facility s lifecycle the data often get lost and thereby are not accessible to all companies involved in this lifecycle. These are the problems that are addressed within the research project Facility Management with Semantic Technologies and Augmented Reality (FMstar). This project, which is funded by the German Federal Ministry for Economic Affairs and Energy, consists of partners from three universities and four industrial companies. With their comprehensive mix of competencies in factory (Chemnitz University of Technology), facility (University of Technology and Economy Berlin, UAS) and information management (West Saxon University of Applied Sciences Zwickau), the university partners provided the theoretical background and core of the methodological input while two of the partners from industry offered real-world insights for an adequate problem scope and useful solution definition. This specifically means that the companies offered access to state-of-the-art planning, management and maintenance tools and processes in facility management, so that the prospected system architecture could comply with the most important practical restrictions. A third industrial partner provided specific capabilities for the conceptualization and implementation of the semantic database, while the last industry-partner had the task to support the programming of the software prototype. [1] /16 $ IEEE DOI /CSCI

2 II. CONCEPTUAL APPROACH As already described the most important obstacle for providing a facility manager with all needed data for a certain task are the heterogeneous and distributed data. Therefore the intention of the research project FMstar was to reduce the lack of information by providing possibilities to link several information resources via a semantic database. In the next step the data, which are needed to fulfil a certain task, should be filtered out of the whole amount of information by an automated recognition of the worker s contexts, e.g. his personnel properties, his current task, his location or the current time. This context-based amount of information then should be displayed on a mobile device like a smartphone or a tablet computer via an Augmented Reality representation by overlaying the physical facility with a corresponding threedimensional model. Figure 1 shows these intentions. implicit recognize the semantics and the data structure by using inference will be needed. [1] Fig. 2. Alternative strategies for integrated data access [1] Fig. 1. The intentions of the research project FMstar [2] A. Semantic Linking The semantic linking bases on an ontology with FMrelevant keywords and their relations. This ontology builds the basic concept for integrating the existing information systems used by the FM-companies. For this purpose there are different strategies, which are shown in Figure 2. One strategy focuses on the usage of identical standards, patterns and vocabulary for all application systems that are used by the different partners. Due to the fact that this won t work in practice, it can be stated that the usage of individual standards should be regarded as the common basis for data integration. Nowadays the mapping of data from different information systems commonly is a manual task which requires knowledge about data structures and semantics. In future the increasing number of information sources (due to e. g. higher automation ratio and intelligent sensors) has to lead to approaches with automated importplugins. As a requirement for automated mapping either explicit descriptions of the semantics and the data structure of the corresponding IT systems or algorithms that are able to B. Context Adaption Context adaption is the approach to solve the problem how a facility manager can be provided with only the relevant amount of information. The question whether a piece of information is relevant for the user s current situation or not is defined by the Relevance Theory, especially by a function of the processing effort on the one hand and a positive cognitive effect on the other one. The processing effort in this case means the energy which a user needs to recognize, comprehend and use a certain piece of information. If the user s demand for information is satisfied by receiving important information based on the user s situation, a positive cognitive effect will be achieved. The lower the processing effort and the higher the positive cognitive effect, the higher is the relevance of a certain piece of information [3]. Thereby the relevance of information depends on the user s situation. According to Dey the information that can describe an entity s situation is defined as its context [4]. Therefore context adaption describes a system s ability to adapt its behavior on the basis of certain context information [5]. C. Augmented Reality After having the data integrated and adapted to the user s context it has to be visualized to him. Due to the fact that mobile devices are omnipresent nowadays a tablet computer is an intuitive approach to solve this problem. In the FMstar project a tablet computer is used to determine the user s context (e.g. his location or his current task) as well as the representation of the needed information. These information are fixed to a three-dimensional model of the corresponding machine or the machine s components. The 3D model and the digital information thereby are superimposed over the device s camera view (which shows the real world behind the tablet) in an Augmented Reality representation. III. DEVELOPMENTAL PROCESS For this prototype the following restrictions were stated: The prototype should provide a semantic database which should connect all needed information systems automatically via an FM-ontology

3 The facility manager should get an intuitive access to the provided information by using a standard mobile device. Hereby the facility manager s interaction with the system should be realized by a virtual 3D-model which should be displayed as an Augmented Reality representation. The user then should interact with the components of this 3D-model to see their respective properties and tasks. The 3D-model should be provided in a standard data type, which different construction software tools could export to. Within this project the Industrial Foundation Classes standard (IFC) was defined as suitable. Based on these restrictions it was decided to build up the prototype in the form of a client-server-architecture. The server component should contain the semantic database, the 3Dmodels and additional server-side functionalities. The client s software should consist of an Android-Application. As a suitable device for this application the Google Nexus 10 tablet was used, because of its good performance and little price compared to other mobile devices at the time the project started. The project development consisted of the parts Defining use cases, processes and structures from the facility management domain Modelling and Setting up the semantic database Setting up the server-side functionality Developing an Android application for the representation of and the interaction with the 3Dmodel Testing, evaluating and improving the prototype Due to the research project s experimental character with only little experience available for a foresightful planning, the developmental process followed the approaches of agile project management and software development. As far as possible the previously described parts of the project development therefor were split into atomic tasks. Figure 3 shows the developmental process along general lines. Basing on the project s industrial partners needs the project s modelling team started modelling the corresponding use cases, processes and structures in a formally way with Unified Modelling Language (UML) and ARIS, a business process modelling tool. After that, the results were discussed with and verified by the industrial partners. Finally, based on these models, an ontology for the facility management domain has been modelled using the modelling software Protégé (see protege.stanford.edu). This ontology defined basic FM concepts, terms and properties as well as their relationships. Later on this ontology was used for structuring the central semantic database. Fig. 3. The development process chosen in the project [1] When the work on the ontology was finished, the software prototype s server component had to be expanded to provide the functionality that was needed to use the ontology to connect to the industrial partner s IT systems. For the ontology s integration into the server component the Apache Jena Framework was used (see jena.apache.org). Originally it was intended that these connections should work automatically by combining the ontology s terms with corresponding terms in the IT systems, but due to the fact that the ontology only contained basic FM terms this automatic connection didn t work, because the object notation in the IT systems the industrial partners were using differed from this basic standard. So for each information system a function to map this special system to the ontology had to be implemented in the prototype s server component. After adapting the different IT systems to the semantic database all facility s data that were created in its lifetime were integrated in this database and could be provided by the prototype. This besides others included the facility s composition, its properties, documentations, manuals, maintenance plans and historical data. The challenge now was to provide the maintenance worker with all information he could need to fulfil his tasks, but not to overwhelm him with too many unnecessary information. To pass this challenge the worker s situation had to be analyzed. Therefor different contexts were defined: the time, the user and his role, his location and viewing direction, his current task and the related objects. The concrete status of each context should either be determined after some user s action (e.g. the user is known after he logged in, the task and the object are known after the user selected them) or automatically (e.g. the user s locating and viewing direction, the time of the tablet). After the contexts determination the available amount of information could be reduced to the needed one. This allowed the worker to have an intuitive overview over all relevant information. The worker additionally was able to create new data by writing notes, taking pictures and marking something on them and writing some remarks to these pictures or by recording some voice messages. These data were automatically linked to the previously selected facility s objects. Another requirement the prototype had to fulfil was about displaying the information the maintenance worker would need to complete a certain task as an Augmented Reality (AR) representation. For such an AR representation it is necessary that the real and the virtual world are displayed on one screen

4 matching each other. To ensure this, it is necessary to know the worker s location and viewing direction. To locate a worker there are many approaches that can be used, e. g. location via GPS or Wi-Fi triangulation. But approaches like these have some disadvantages. Positioning via GPS maybe won t work in buildings because of the missing connection to the satellite system. For using a Wi-Fi triangulation or similar systems like ibeacons it is necessary to have such a system installed at the company s workshop and even if such a system exists it cannot be guaranteed that the calculated position is as exact as it has to be. So, for getting a sufficient positioning the project team had to choose another approach. It was decided to use QR-Codes as markers for an initial positioning. For enabling the tablet to read these QR-Codes an already existing Android module was included into the prototype. This module then was extended to provide the ability to not only read the code s content, but also to calculate the worker s position (related to the QR-Code) by recognizing the code s size and distortion. After the worker has located himself by scanning a QR-Code the intended further way was to have the ability to freely move around. The tablet should recognize this movement and adjust the 3D-model according to this movement. Therefor two different approaches were tested: First one used the tablet s inbuilt sensors (gyroscope and accelerometer) to recognize the movement and adjust the 3D-model accordingly. This approach worked quite well for rotational movements but didn t recognize translational movements. So the second approach was to recognize movements via feature tracking. This method uses the device s camera. It takes pictures in defined time intervals and then tries to find out similarities on two pictures. If some similar features were found the algorithm can calculate their deferral and adjust the 3D-model accordingly. This approach also worked, but was only able to calculate two deferrals per second, which is too less to have a smooth 3D-model s adjustment. In the end the solution for locating the worker was to always have QR-Codes in the worker s field of view. After being able to calculate the worker s location and viewing direction another functionality was implemented into the client, which calculated the visible part of the 3D-model and only displayed the according components and thereby improved the application s loading time once more. For testing purposes of this locating functionality some of the 3D-model s components were printed out with a 3D-printer and equipped with the corresponding QR-Codes. Due to the fact that not every company allows Wi-Fi or mobile connections in their workshop another challenge was to give the worker the ability to work with the tablet without having a connection to the server component. Therefore every information was cached on the tablet, linked to the corresponding 3D-model. When starting the application on the tablet with an established server-connection it was checked if there was anything updated whether on the server or the client side while no connection was available and in this case these information were updated on the corresponding prototype s component. One last challenge was the optimization of the facility manager s tasks in a manner of self-organization. One case this approach is used in is the order of the tasks that are done by a certain facility manager. When having done these tasks several times it becomes possible to suggest the most efficient order to fulfil these tasks to the facility worker and thereby minimize the time the worker needs to get his tasks done. Fig. 4 shows the prototype s architecture in an overview. Fig. 4. Overview over the prototype's architecture [1] IV. HOW THE INITIATIVE WAS RECEIVED The prototype with its status at the respective time was presented at fairs like the CeBIT (2016), the Hanover Fair (2014 and 2015) or the facilitymanagenent in Frankfurt/Main (also in 2014 and 2015) as well as on conferences like the IN- TECH in Leiria (Portugal, 2014) or the European Facility Management Conference in Berlin (2014). Most of the interested visitors were enthusiastic about the project s ideas and the prototype s development. Mostly all of them said, that this could be a promising approach to meet the upcoming challenges within the Facility Management domain. Some of the visitors remarked that the usage of a tablet would not fit their needs, because their workers need their hands free to fulfil their tasks. For them an approach with smart glasses would suit better. Others stated that the locating functionality won t work in their workshop, because they can t or won t equip their facilities with QR-Codes. Due to the fact the development process concentrated on the functional implementation, the prototype s design wasn t that eye-catching than it could be. Some visitors also criticized this. Nonetheless the most critiques came from the circumstance that the prototype needs 3D-models as a central element. Interested visitors remarked that 3D-models are not state-of-the-art, yet, in the Facility Management domain. Facility managers nowadays have 3Dmodels for only 15 to 20 percent of all their facilities, but almost all of them are sure that this percentage will increase rapidly within in the next years. Further feedback came from presentations to potential buyers and a questionnaire several companies from the Facility Management field took part at. This feedback conformed widely to the feedback the project team got at the fairs and conferences

5 V. CONCLUSION AND PLANS TO FURTHER DEVELOP THE INITIATIVE First of all it has to be stated that all of the project s main goals were achieved, although some of them not in the originally intended quality. The built up ontology is able to link the different IT systems, but only in a manually way. The problem in this case was that the ontology only contains basic terms which wasn t sufficient to automatically link the IT systems. With more time for building up the ontology more terms could be included, which would lead to better results in this case. The 3D-model can be displayed on the tablet and the facility worker can interact with it as well as its components, properties and tasks. The worker is able to locate himself to adjust the 3D-model according to his location. A marker-less solution would be a more comfortable way. Modern tablets with more powerful components would generate better results when using the feature tracking functionality. Another approach for this case would be to try to use other apps like for example layar that promise fast and reliable feature tracking functionality. The recognition of different user s contexts works as intended. Beside the improvements that were discussed in the previous section some more steps have to be done to enlarge the prototype s benefit. As since the project start some time has passed, new promising technologies arise on the market. One of them is the Google Tango Project. Its included technology promises to create 3D-models by simply scanning the environment when walking around with a special Google Tango Tablet that is held in front of the body. Such tablets can increase the number of exiting 3D-models with only little afford. Another new technology are smart glasses. By using such a wearable device instead of the tablet the worker would have his hands free to do his actual work. The most important information to fulfil his tasks could be displayed on the glasses, so that these information remain, however, in his field of view. For potential users who want to work with the tablet furthermore, a redesign of the Android application s surface would possibly support a higher intuitiveness to the facility workers, even if the surface complies with its requirements, so far. Additionally, the further developmental process could implement some more use cases, e.g. such as navigating a worker through a large workshop to his destination or giving remote-access to another distant worker. REFERENCES [1] M. Clauß, J. Götze, E. Müller, C.-A. Schumann, Real-Time Data Access Through Semantic Technologies and Augmented Reality in Facility Management Processes, Iternational Conference on Innovative Technologies IN-TECH, pp , September [2] J. Götze et al., FM Knowledge Modelling and Management by Means of Context Awareness and Augmented Reality, European Facility Management Network, EuroFM Journal Advancing Knowledge in FM, pp , March [3] D. Sperber, D. Wilson, Relevance Theory, L. Horn, G. L. Ward, Handbook of Pragmatics, Blackwell, Oxford, p 251, [4] A. K. Dey, Providing Architectural Support for Building Context- Aware Applications, Georgia Institute of Technology, Atlanta, [5] W. O. Sitou, Requirements Enginering kontextsensitiver Anwendungen, Institut für Informatik der Technischen Universität München, München,

FM Knowledge Modelling and Management by Means of Context Awareness and Augmented Reality

FM Knowledge Modelling and Management by Means of Context Awareness and Augmented Reality FM Knowledge Modelling and Management by Means of Context Awareness and Augmented Reality Janek Götze University of Applied Sciences Zwickau janek.goetze@fh-zwickau.de +49 375 536 3448 Daniel Ellmer University

More information

Multi-sensory Tracking of Elders in Outdoor Environments on Ambient Assisted Living

Multi-sensory Tracking of Elders in Outdoor Environments on Ambient Assisted Living Multi-sensory Tracking of Elders in Outdoor Environments on Ambient Assisted Living Javier Jiménez Alemán Fluminense Federal University, Niterói, Brazil jjimenezaleman@ic.uff.br Abstract. Ambient Assisted

More information

Developing a Mobile, Service-Based Augmented Reality Tool for Modern Maintenance Work

Developing a Mobile, Service-Based Augmented Reality Tool for Modern Maintenance Work Developing a Mobile, Service-Based Augmented Reality Tool for Modern Maintenance Work Paula Savioja, Paula Järvinen, Tommi Karhela, Pekka Siltanen, and Charles Woodward VTT Technical Research Centre of

More information

iwindow Concept of an intelligent window for machine tools using augmented reality

iwindow Concept of an intelligent window for machine tools using augmented reality iwindow Concept of an intelligent window for machine tools using augmented reality Sommer, P.; Atmosudiro, A.; Schlechtendahl, J.; Lechler, A.; Verl, A. Institute for Control Engineering of Machine Tools

More information

Enhancing Shipboard Maintenance with Augmented Reality

Enhancing Shipboard Maintenance with Augmented Reality Enhancing Shipboard Maintenance with Augmented Reality CACI Oxnard, CA Dennis Giannoni dgiannoni@caci.com (805) 288-6630 INFORMATION DEPLOYED. SOLUTIONS ADVANCED. MISSIONS ACCOMPLISHED. Agenda Virtual

More information

Service Cooperation and Co-creative Intelligence Cycle Based on Mixed-Reality Technology

Service Cooperation and Co-creative Intelligence Cycle Based on Mixed-Reality Technology Service Cooperation and Co-creative Intelligence Cycle Based on Mixed-Reality Technology Takeshi Kurata, Masakatsu Kourogi, Tomoya Ishikawa, Jungwoo Hyun and Anjin Park Center for Service Research, AIST

More information

Implementation of Augmented Reality System for Smartphone Advertisements

Implementation of Augmented Reality System for Smartphone Advertisements , pp.385-392 http://dx.doi.org/10.14257/ijmue.2014.9.2.39 Implementation of Augmented Reality System for Smartphone Advertisements Young-geun Kim and Won-jung Kim Department of Computer Science Sunchon

More information

Development of an Augmented Reality Aided CNC Training Scenario

Development of an Augmented Reality Aided CNC Training Scenario Development of an Augmented Reality Aided CNC Training Scenario ABSTRACT Ioan BONDREA Lucian Blaga University of Sibiu, Sibiu, Romania ioan.bondrea@ulbsibiu.ro Radu PETRUSE Lucian Blaga University of Sibiu,

More information

Component Based Mechatronics Modelling Methodology

Component Based Mechatronics Modelling Methodology Component Based Mechatronics Modelling Methodology R.Sell, M.Tamre Department of Mechatronics, Tallinn Technical University, Tallinn, Estonia ABSTRACT There is long history of developing modelling systems

More information

A MOBILE SOLUTION TO HELP VISUALLY IMPAIRED PEOPLE IN PUBLIC TRANSPORTS AND IN PEDESTRIAN WALKS

A MOBILE SOLUTION TO HELP VISUALLY IMPAIRED PEOPLE IN PUBLIC TRANSPORTS AND IN PEDESTRIAN WALKS D. Brito, et al., Int. J. Sus. Dev. Plann. Vol. 13, No. 2 (2018) 281 293 A MOBILE SOLUTION TO HELP VISUALLY IMPAIRED PEOPLE IN PUBLIC TRANSPORTS AND IN PEDESTRIAN WALKS D. BRITO, T. VIANA, D. SOUSA, A.

More information

Concept of the application supporting blind and visually impaired people in public transport

Concept of the application supporting blind and visually impaired people in public transport Academia Journal of Educational Research 5(12): 472-476, December 2017 DOI: 10.15413/ajer.2017.0714 ISSN 2315-7704 2017 Academia Publishing Research Paper Concept of the application supporting blind and

More information

Creating User Experience by novel Interaction Forms: (Re)combining physical Actions and Technologies

Creating User Experience by novel Interaction Forms: (Re)combining physical Actions and Technologies Creating User Experience by novel Interaction Forms: (Re)combining physical Actions and Technologies Bernd Schröer 1, Sebastian Loehmann 2 and Udo Lindemann 1 1 Technische Universität München, Lehrstuhl

More information

Analysis of Computer IoT technology in Multiple Fields

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

More information

Augmented Presentation of Animal and Environmental Data

Augmented Presentation of Animal and Environmental Data Augmented Presentation of Animal and Environmental Data Using Augmented Reality to Locate Species in the Zoo of Osnabrueck Christian Plass and Manfred Ehlers Institute for Geoinformatics and Remote Sensing

More information

EMPOWERING THE CONNECTED FIELD FORCE WORKER WITH ADVANCED ANALYTICS MATTHEW SHORT ACCENTURE LABS

EMPOWERING THE CONNECTED FIELD FORCE WORKER WITH ADVANCED ANALYTICS MATTHEW SHORT ACCENTURE LABS EMPOWERING THE CONNECTED FIELD FORCE WORKER WITH ADVANCED ANALYTICS MATTHEW SHORT ACCENTURE LABS ACCENTURE LABS DUBLIN Artificial Intelligence Security SILICON VALLEY Digital Experiences Artificial Intelligence

More information

N.B. When citing this work, cite the original published paper.

N.B. When citing this work, cite the original published paper. http://www.diva-portal.org Preprint This is the submitted version of a paper presented at 16th International Conference on Manufacturing Research, incorporating the 33rd National Conference on Manufacturing

More information

Roadblocks for building mobile AR apps

Roadblocks for building mobile AR apps Roadblocks for building mobile AR apps Jens de Smit, Layar (jens@layar.com) Ronald van der Lingen, Layar (ronald@layar.com) Abstract At Layar we have been developing our reality browser since 2009. Our

More information

Applying Virtual Reality, and Augmented Reality to the Lifecycle Phases of Complex Products

Applying Virtual Reality, and Augmented Reality to the Lifecycle Phases of Complex Products Applying Virtual Reality, and Augmented Reality to the Lifecycle Phases of Complex Products richard.j.rabbitz@lmco.com Rich Rabbitz Chris Crouch Copyright 2017 Lockheed Martin Corporation. All rights reserved..

More information

Industry 4.0. Advanced and integrated SAFETY tools for tecnhical plants

Industry 4.0. Advanced and integrated SAFETY tools for tecnhical plants Industry 4.0 Advanced and integrated SAFETY tools for tecnhical plants Industry 4.0 Industry 4.0 is the digital transformation of manufacturing; leverages technologies, such as Big Data and Internet of

More information

Introduction to Mobile Sensing Technology

Introduction to Mobile Sensing Technology Introduction to Mobile Sensing Technology Kleomenis Katevas k.katevas@qmul.ac.uk https://minoskt.github.io Image by CRCA / CNRS / University of Toulouse In this talk What is Mobile Sensing? Sensor data,

More information

INTERACTION AND SOCIAL ISSUES IN A HUMAN-CENTERED REACTIVE ENVIRONMENT

INTERACTION AND SOCIAL ISSUES IN A HUMAN-CENTERED REACTIVE ENVIRONMENT INTERACTION AND SOCIAL ISSUES IN A HUMAN-CENTERED REACTIVE ENVIRONMENT TAYSHENG JENG, CHIA-HSUN LEE, CHI CHEN, YU-PIN MA Department of Architecture, National Cheng Kung University No. 1, University Road,

More information

From Information Technology to Mobile Information Technology: Applications in Hospitality and Tourism

From Information Technology to Mobile Information Technology: Applications in Hospitality and Tourism From Information Technology to Mobile Information Technology: Applications in Hospitality and Tourism Sunny Sun, Rob Law, Markus Schuckert *, Deniz Kucukusta, and Basak Denizi Guillet all School of Hotel

More information

Towards a Reusable Unified Basis for Representing Business Domain Knowledge and Development Artifacts in Systems Engineering

Towards a Reusable Unified Basis for Representing Business Domain Knowledge and Development Artifacts in Systems Engineering Towards a Reusable Unified Basis for Representing Business Domain Knowledge and Development Artifacts in Systems Engineering Thomas Kofler and Daniel Ratiu 2010-11-03 The Third Workshop on Domain Engineering

More information

Synergy Model of Artificial Intelligence and Augmented Reality in the Processes of Exploitation of Energy Systems

Synergy Model of Artificial Intelligence and Augmented Reality in the Processes of Exploitation of Energy Systems Journal of Energy and Power Engineering 10 (2016) 102-108 doi: 10.17265/1934-8975/2016.02.004 D DAVID PUBLISHING Synergy Model of Artificial Intelligence and Augmented Reality in the Processes of Exploitation

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

Industry 4.0: the new challenge for the Italian textile machinery industry

Industry 4.0: the new challenge for the Italian textile machinery industry Industry 4.0: the new challenge for the Italian textile machinery industry Executive Summary June 2017 by Contacts: Economics & Press Office Ph: +39 02 4693611 email: economics-press@acimit.it ACIMIT has

More information

Labs Network Industrie 4.0 e.v. Konkrete I4.0-Projekte mit KMUs

Labs Network Industrie 4.0 e.v. Konkrete I4.0-Projekte mit KMUs Labs Network Industrie 4.0 e.v. Konkrete I4.0-Projekte mit KMUs Dr. Dominik Rohrmus July 2017 Plattform Industrie 4.0 in Germany The digital transformation needs a broad-based foundation 2 Plattform Industrie

More information

Towards a Reference Model for the Use of Information Technology in Cyber-Physical Production Systems. Masterarbeit

Towards a Reference Model for the Use of Information Technology in Cyber-Physical Production Systems. Masterarbeit Towards a Reference Model for the Use of Information Technology in Cyber-Physical Production Systems Masterarbeit zur Erlangung des akademischen Grades Master of Science (M.Sc.) im Studiengang Wirtschaftsingenieur

More information

INTERNATIONAL CONFERENCE ON ENGINEERING DESIGN ICED 03 STOCKHOLM, AUGUST 19-21, 2003

INTERNATIONAL CONFERENCE ON ENGINEERING DESIGN ICED 03 STOCKHOLM, AUGUST 19-21, 2003 INTERNATIONAL CONFERENCE ON ENGINEERING DESIGN ICED 03 STOCKHOLM, AUGUST 19-21, 2003 A KNOWLEDGE MANAGEMENT SYSTEM FOR INDUSTRIAL DESIGN RESEARCH PROCESSES Christian FRANK, Mickaël GARDONI Abstract Knowledge

More information

idocent: Indoor Digital Orientation Communication and Enabling Navigational Technology

idocent: Indoor Digital Orientation Communication and Enabling Navigational Technology idocent: Indoor Digital Orientation Communication and Enabling Navigational Technology Final Proposal Team #2 Gordie Stein Matt Gottshall Jacob Donofrio Andrew Kling Facilitator: Michael Shanblatt Sponsor:

More information

openaal 1 - the open source middleware for ambient-assisted living (AAL)

openaal 1 - the open source middleware for ambient-assisted living (AAL) AALIANCE conference - Malaga, Spain - 11 and 12 March 2010 1 openaal 1 - the open source middleware for ambient-assisted living (AAL) Peter Wolf 1, *, Andreas Schmidt 1, *, Javier Parada Otte 1, Michael

More information

10/18/2010. Focus. Information technology landscape

10/18/2010. Focus. Information technology landscape Emerging Tools to Enable Construction Engineering Construction Engineering Conference: Opportunity and Vision for Education, Practice, and Research Blacksburg, VA October 1, 2010 A. B. Cleveland, Jr. Senior

More information

Distributed Artificial Intelligence Laboratory. Future in touch. at CeBIT 2014 on March, 10th to 14th, Hall 9, Booth A 44

Distributed Artificial Intelligence Laboratory. Future in touch. at CeBIT 2014 on March, 10th to 14th, Hall 9, Booth A 44 EN Distributed Artificial Intelligence Laboratory Future in touch at CeBIT 2014 on March, 10th to 14th, Hall 9, Booth A 44 Distributed Artificial Intelligence Laboratory The DAI-Labor and the associated

More information

Department of Computer Science and Engineering The Chinese University of Hong Kong. Year Final Year Project

Department of Computer Science and Engineering The Chinese University of Hong Kong. Year Final Year Project Digital Interactive Game Interface Table Apps for ipad Supervised by: Professor Michael R. Lyu Student: Ng Ka Hung (1009615714) Chan Hing Faat (1009618344) Year 2011 2012 Final Year Project Department

More information

Designing Semantic Virtual Reality Applications

Designing Semantic Virtual Reality Applications Designing Semantic Virtual Reality Applications F. Kleinermann, O. De Troyer, H. Mansouri, R. Romero, B. Pellens, W. Bille WISE Research group, Vrije Universiteit Brussel, Pleinlaan 2, 1050 Brussels, Belgium

More information

A SURVEY OF MOBILE APPLICATION USING AUGMENTED REALITY

A SURVEY OF MOBILE APPLICATION USING AUGMENTED REALITY Volume 117 No. 22 2017, 209-213 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu A SURVEY OF MOBILE APPLICATION USING AUGMENTED REALITY Mrs.S.Hemamalini

More information

Interactions and Applications for See- Through interfaces: Industrial application examples

Interactions and Applications for See- Through interfaces: Industrial application examples Interactions and Applications for See- Through interfaces: Industrial application examples Markus Wallmyr Maximatecc Fyrisborgsgatan 4 754 50 Uppsala, SWEDEN Markus.wallmyr@maximatecc.com Abstract Could

More information

CONTROLLING METHODS AND CHALLENGES OF ROBOTIC ARM

CONTROLLING METHODS AND CHALLENGES OF ROBOTIC ARM CONTROLLING METHODS AND CHALLENGES OF ROBOTIC ARM Aniket D. Kulkarni *1, Dr.Sayyad Ajij D. *2 *1(Student of E&C Department, MIT Aurangabad, India) *2(HOD of E&C department, MIT Aurangabad, India) aniket2212@gmail.com*1,

More information

Prof. Dr.-Ing. Karl-Heinrich GROTE, Dr.-Ing. Reinhard FIETZ, Dipl.-Wirtsch.-Ing. Dirk WERNEKE, Dipl.-Wirtsch.-Ing. Tilo KAISER

Prof. Dr.-Ing. Karl-Heinrich GROTE, Dr.-Ing. Reinhard FIETZ, Dipl.-Wirtsch.-Ing. Dirk WERNEKE, Dipl.-Wirtsch.-Ing. Tilo KAISER product development, innovation, research and transfer center Prof. Dr.-Ing. Karl-Heinrich GROTE, Dr.-Ing. Reinhard FIETZ, Dipl.-Wirtsch.-Ing. Dirk WERNEKE, Dipl.-Wirtsch.-Ing. Tilo KAISER The Experimental

More information

HELPING THE DESIGN OF MIXED SYSTEMS

HELPING THE DESIGN OF MIXED SYSTEMS HELPING THE DESIGN OF MIXED SYSTEMS Céline Coutrix Grenoble Informatics Laboratory (LIG) University of Grenoble 1, France Abstract Several interaction paradigms are considered in pervasive computing environments.

More information

Virtual Reality Calendar Tour Guide

Virtual Reality Calendar Tour Guide Technical Disclosure Commons Defensive Publications Series October 02, 2017 Virtual Reality Calendar Tour Guide Walter Ianneo Follow this and additional works at: http://www.tdcommons.org/dpubs_series

More information

ICT Enhanced Buildings Potentials

ICT Enhanced Buildings Potentials ICT Enhanced Buildings Potentials 24 th CIB W78 Conference "Bringing ICT knowledge to work". June 26-29 2007, Maribor, Slovenia. Per Christiansson Aalborg University 27.6.2007 CONTENT Intelligent Building

More information

SmartFactory KL. Pioneer of Industrie 4.0. Welcome to the future of industrial production

SmartFactory KL. Pioneer of Industrie 4.0. Welcome to the future of industrial production SmartFactory KL Pioneer of Industrie 4.0 Welcome to the future of industrial production 02 VISION The future must be simple. in 1991, Mark Weiser described the vision of a future world with the term of

More information

DOCTORAL THESIS (Summary)

DOCTORAL THESIS (Summary) LUCIAN BLAGA UNIVERSITY OF SIBIU Syed Usama Khalid Bukhari DOCTORAL THESIS (Summary) COMPUTER VISION APPLICATIONS IN INDUSTRIAL ENGINEERING PhD. Advisor: Rector Prof. Dr. Ing. Ioan BONDREA 1 Abstract Europe

More information

Determining Optimal Player Position, Distance, and Scale from a Point of Interest on a Terrain

Determining Optimal Player Position, Distance, and Scale from a Point of Interest on a Terrain Technical Disclosure Commons Defensive Publications Series October 02, 2017 Determining Optimal Player Position, Distance, and Scale from a Point of Interest on a Terrain Adam Glazier Nadav Ashkenazi Matthew

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

Open Archive TOULOUSE Archive Ouverte (OATAO)

Open Archive TOULOUSE Archive Ouverte (OATAO) Open Archive TOULOUSE Archive Ouverte (OATAO) OATAO is an open access repository that collects the work of Toulouse researchers and makes it freely available over the web where possible. This is an author-deposited

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

A User-Friendly Interface for Rules Composition in Intelligent Environments

A User-Friendly Interface for Rules Composition in Intelligent Environments A User-Friendly Interface for Rules Composition in Intelligent Environments Dario Bonino, Fulvio Corno, Luigi De Russis Abstract In the domain of rule-based automation and intelligence most efforts concentrate

More information

A CYBER PHYSICAL SYSTEMS APPROACH FOR ROBOTIC SYSTEMS DESIGN

A CYBER PHYSICAL SYSTEMS APPROACH FOR ROBOTIC SYSTEMS DESIGN Proceedings of the Annual Symposium of the Institute of Solid Mechanics and Session of the Commission of Acoustics, SISOM 2015 Bucharest 21-22 May A CYBER PHYSICAL SYSTEMS APPROACH FOR ROBOTIC SYSTEMS

More information

Development and Integration of Artificial Intelligence Technologies for Innovation Acceleration

Development and Integration of Artificial Intelligence Technologies for Innovation Acceleration Development and Integration of Artificial Intelligence Technologies for Innovation Acceleration Research Supervisor: Minoru Etoh (Professor, Open and Transdisciplinary Research Initiatives, Osaka University)

More information

Robotic Systems ECE 401RB Fall 2007

Robotic Systems ECE 401RB Fall 2007 The following notes are from: Robotic Systems ECE 401RB Fall 2007 Lecture 14: Cooperation among Multiple Robots Part 2 Chapter 12, George A. Bekey, Autonomous Robots: From Biological Inspiration to Implementation

More information

Indoor Location System with Wi-Fi and Alternative Cellular Network Signal

Indoor Location System with Wi-Fi and Alternative Cellular Network Signal , pp. 59-70 http://dx.doi.org/10.14257/ijmue.2015.10.3.06 Indoor Location System with Wi-Fi and Alternative Cellular Network Signal Md Arafin Mahamud 1 and Mahfuzulhoq Chowdhury 1 1 Dept. of Computer Science

More information

ReVRSR: Remote Virtual Reality for Service Robots

ReVRSR: Remote Virtual Reality for Service Robots ReVRSR: Remote Virtual Reality for Service Robots Amel Hassan, Ahmed Ehab Gado, Faizan Muhammad March 17, 2018 Abstract This project aims to bring a service robot s perspective to a human user. We believe

More information

Technical Disclosure Commons

Technical Disclosure Commons Technical Disclosure Commons Defensive Publications Series November 22, 2017 Beacon-Based Gaming Laurence Moroney Follow this and additional works at: http://www.tdcommons.org/dpubs_series Recommended

More information

The Amalgamation Product Design Aspects for the Development of Immersive Virtual Environments

The Amalgamation Product Design Aspects for the Development of Immersive Virtual Environments The Amalgamation Product Design Aspects for the Development of Immersive Virtual Environments Mario Doulis, Andreas Simon University of Applied Sciences Aargau, Schweiz Abstract: Interacting in an immersive

More information

Partner sought to develop a Free Viewpoint Video capture system for virtual and mixed reality applications

Partner sought to develop a Free Viewpoint Video capture system for virtual and mixed reality applications Technology Request Partner sought to develop a Free Viewpoint Video capture system for virtual and mixed reality applications Summary An Austrian company active in the area of artistic entertainment and

More information

KCS MULTI-FUNCTIONAL SENSOR NETWORK MANAGEMENT

KCS MULTI-FUNCTIONAL SENSOR NETWORK MANAGEMENT KCS MULTI-FUNCTIONAL SENSOR NETWORK MANAGEMENT KCS KEY FEATURES The KCS is a solution for the organisation, configuration, and monitoring of sensors. It embeds sensors for the detection, identification,

More information

HUMAN COMPUTER INTERFACE

HUMAN COMPUTER INTERFACE HUMAN COMPUTER INTERFACE TARUNIM SHARMA Department of Computer Science Maharaja Surajmal Institute C-4, Janakpuri, New Delhi, India ABSTRACT-- The intention of this paper is to provide an overview on the

More information

Software Requirements Specification Document. CENG 490 VANA Project

Software Requirements Specification Document. CENG 490 VANA Project Software Requirements Specification Document CENG 490 VANA Project Barış Çavuş - 1819754 Erenay Dayanık - 1819192 Memduh Çağrı Demir - 1819218 Mesut Balcı 1819093 Date: 30.11.2014 Table of Contents 1 Introduction...

More information

OASIS concept. Evangelos Bekiaris CERTH/HIT OASIS ISWC2011, 24 October, Bonn

OASIS concept. Evangelos Bekiaris CERTH/HIT OASIS ISWC2011, 24 October, Bonn OASIS concept Evangelos Bekiaris CERTH/HIT The ageing of the population is changing also the workforce scenario in Europe: currently the ratio between working people and retired ones is equal to 4:1; drastic

More information

What is Augmented Reality?

What is Augmented Reality? What is Augmented Reality? Well, this is clearly a good place to start. I ll explain what Augmented Reality (AR) is, and then what the typical applications are. We re going to concentrate on only one area

More information

TOWARDS AN ARCHITECTURE FOR ENERGY MANAGEMENT INFORMATION SYSTEMS AND SUSTAINABLE AIRPORTS

TOWARDS AN ARCHITECTURE FOR ENERGY MANAGEMENT INFORMATION SYSTEMS AND SUSTAINABLE AIRPORTS International Symposium on Sustainable Aviation May 29- June 1, 2016 Istanbul, TURKEY TOWARDS AN ARCHITECTURE FOR ENERGY MANAGEMENT INFORMATION SYSTEMS AND SUSTAINABLE AIRPORTS Murat Pasa UYSAL 1 ; M.

More information

BoBoiBoy Interactive Holographic Action Card Game Application

BoBoiBoy Interactive Holographic Action Card Game Application UTM Computing Proceedings Innovations in Computing Technology and Applications Volume 2 Year: 2017 ISBN: 978-967-0194-95-0 1 BoBoiBoy Interactive Holographic Action Card Game Application Chan Vei Siang

More information

Smart Space - An Indoor Positioning Framework

Smart Space - An Indoor Positioning Framework Smart Space - An Indoor Positioning Framework Droidcon 09 Berlin, 4.11.2009 Stephan Linzner, Daniel Kersting, Dr. Christian Hoene Universität Tübingen Research Group on Interactive Communication Systems

More information

Integrated Driving Aware System in the Real-World: Sensing, Computing and Feedback

Integrated Driving Aware System in the Real-World: Sensing, Computing and Feedback Integrated Driving Aware System in the Real-World: Sensing, Computing and Feedback Jung Wook Park HCI Institute Carnegie Mellon University 5000 Forbes Avenue Pittsburgh, PA, USA, 15213 jungwoop@andrew.cmu.edu

More information

INTELLIGENT GUIDANCE IN A VIRTUAL UNIVERSITY

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

More information

Gesture Identification Using Sensors Future of Interaction with Smart Phones Mr. Pratik Parmar 1 1 Department of Computer engineering, CTIDS

Gesture Identification Using Sensors Future of Interaction with Smart Phones Mr. Pratik Parmar 1 1 Department of Computer engineering, CTIDS Gesture Identification Using Sensors Future of Interaction with Smart Phones Mr. Pratik Parmar 1 1 Department of Computer engineering, CTIDS Abstract Over the years from entertainment to gaming market,

More information

Building Spatial Experiences in the Automotive Industry

Building Spatial Experiences in the Automotive Industry Building Spatial Experiences in the Automotive Industry i-know Data-driven Business Conference Franz Weghofer franz.weghofer@magna.com Video Agenda Digital Factory - Data Backbone of all Virtual Representations

More information

Enhancing industrial processes in the industry sector by the means of service design

Enhancing industrial processes in the industry sector by the means of service design ServDes2018 - Service Design Proof of Concept Politecnico di Milano 18th-19th-20th, June 2018 Enhancing industrial processes in the industry sector by the means of service design giuseppe@attoma.eu, peter.livaudais@attoma.eu

More information

Product Requirements Document

Product Requirements Document Product Requirements Document Team: Under Construction Authors: Michael Radbel (Lead), Matthew Ruth (Scribe), Maneesh Karipineni, Ilyne Han, Yun Suk Chang Project Name: vmemo Revision History Version Number

More information

preface Motivation Figure 1. Reality-virtuality continuum (Milgram & Kishino, 1994) Mixed.Reality Augmented. Virtuality Real...

preface Motivation Figure 1. Reality-virtuality continuum (Milgram & Kishino, 1994) Mixed.Reality Augmented. Virtuality Real... v preface Motivation Augmented reality (AR) research aims to develop technologies that allow the real-time fusion of computer-generated digital content with the real world. Unlike virtual reality (VR)

More information

UNIT-III LIFE-CYCLE PHASES

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

More information

R3ST for Requirements Recovery of Legacy Runtime Code

R3ST for Requirements Recovery of Legacy Runtime Code R3ST for Requirements Recovery of Legacy Runtime Code Eko K. Budiardjo, Elviawaty M. Zamzami, and Wahyudianto, Member, IACSIT Abstract In reality, we often find that proven and workable software, exist

More information

Marco Cavallo. Merging Worlds: A Location-based Approach to Mixed Reality. Marco Cavallo Master Thesis Presentation POLITECNICO DI MILANO

Marco Cavallo. Merging Worlds: A Location-based Approach to Mixed Reality. Marco Cavallo Master Thesis Presentation POLITECNICO DI MILANO Marco Cavallo Merging Worlds: A Location-based Approach to Mixed Reality Marco Cavallo Master Thesis Presentation POLITECNICO DI MILANO Introduction: A New Realm of Reality 2 http://www.samsung.com/sg/wearables/gear-vr/

More information

UNIT 2 TOPICS IN COMPUTER SCIENCE. Emerging Technologies and Society

UNIT 2 TOPICS IN COMPUTER SCIENCE. Emerging Technologies and Society UNIT 2 TOPICS IN COMPUTER SCIENCE Emerging Technologies and Society EMERGING TECHNOLOGIES Technology has become perhaps the greatest agent of change in the modern world. While never without risk, positive

More information

A SURVEY ON HCI IN SMART HOMES. Department of Electrical Engineering Michigan Technological University

A SURVEY ON HCI IN SMART HOMES. Department of Electrical Engineering Michigan Technological University A SURVEY ON HCI IN SMART HOMES Presented by: Ameya Deshpande Department of Electrical Engineering Michigan Technological University Email: ameyades@mtu.edu Under the guidance of: Dr. Robert Pastel CONTENT

More information

Digitalisation as day-to-day-business

Digitalisation as day-to-day-business Digitalisation as day-to-day-business What is today feasible for the company in the future Prof. Jivka Ovtcharova INSTITUTE FOR INFORMATION MANAGEMENT IN ENGINEERING Baden-Württemberg Driving force for

More information

Mixed / Augmented Reality in Action

Mixed / Augmented Reality in Action Mixed / Augmented Reality in Action AR: Augmented Reality Augmented reality (AR) takes your existing reality and changes aspects of it through the lens of a smartphone, a set of glasses, or even a headset.

More information

Part I New Sensing Technologies for Societies and Environment

Part I New Sensing Technologies for Societies and Environment Part I New Sensing Technologies for Societies and Environment Introduction New ICT-Mediated Sensing Opportunities Andreas Hotho, Gerd Stumme, and Jan Theunis During the last century, the application of

More information

A Concept Study on Wearable Cockpit for Construction Work - not only for machine operation but also for project control -

A Concept Study on Wearable Cockpit for Construction Work - not only for machine operation but also for project control - A Concept Study on Wearable Cockpit for Construction Work - not only for machine operation but also for project control - Thomas Bock, Shigeki Ashida Chair for Realization and Informatics of Construction,

More information

Advances In Natural And Applied Sciences 2018 April; 12(4): pages DOI: /anas

Advances In Natural And Applied Sciences 2018 April; 12(4): pages DOI: /anas Research Article Advances In Natural And Applied Sciences 2018 April; 12(4): pages 22-26 DOI: 10.22587/anas.2018.12.4.5 AENSI Publications Implementation of Chemical Reaction Based on Augmented Reality

More information

ENEDIS FIELD EXPERIENCE OF AUGMENTED AND VIRTUAL REALITY TECHNOLOGIES AT THE SERVICE OF NETWORK OPERATORS

ENEDIS FIELD EXPERIENCE OF AUGMENTED AND VIRTUAL REALITY TECHNOLOGIES AT THE SERVICE OF NETWORK OPERATORS ENEDIS FIELD EXPERIENCE OF AUGMENTED AND VIRTUAL REALITY TECHNOLOGIES AT THE SERVICE OF NETWORK OPERATORS Sylvain MARTINO Olivier GONBEAU Christophe BOISSEAU Enedis France Enedis - France Enedis - France

More information

AGENT PLATFORM FOR ROBOT CONTROL IN REAL-TIME DYNAMIC ENVIRONMENTS. Nuno Sousa Eugénio Oliveira

AGENT PLATFORM FOR ROBOT CONTROL IN REAL-TIME DYNAMIC ENVIRONMENTS. Nuno Sousa Eugénio Oliveira AGENT PLATFORM FOR ROBOT CONTROL IN REAL-TIME DYNAMIC ENVIRONMENTS Nuno Sousa Eugénio Oliveira Faculdade de Egenharia da Universidade do Porto, Portugal Abstract: This paper describes a platform that enables

More information

D4.1.2 Experiment progress report including intermediate results

D4.1.2 Experiment progress report including intermediate results D4.1.2 Experiment progress report including intermediate results 2012-12-05 Wolfgang Halb (JRS), Stefan Prettenhofer (Infonova), Peter Höflehner (Schladming) This deliverable describes the interim progress

More information

Object-oriented Analysis and Design

Object-oriented Analysis and Design Object-oriented Analysis and Design Stages in a Software Project Requirements Writing Understanding the Client s environment and needs. Analysis Identifying the concepts (classes) in the problem domain

More information

A New Approach for Transformer Bushing Monitoring. Emilio Morales Technical Application Specialist Qualitrol

A New Approach for Transformer Bushing Monitoring. Emilio Morales Technical Application Specialist Qualitrol A New Approach for Transformer Bushing Monitoring Emilio Morales Technical Application Specialist Qualitrol Abstract Transformer bushings are one of the most critical components of a transformer. Up to

More information

MANAGING HUMAN-CENTERED DESIGN ARTIFACTS IN DISTRIBUTED DEVELOPMENT ENVIRONMENT WITH KNOWLEDGE STORAGE

MANAGING HUMAN-CENTERED DESIGN ARTIFACTS IN DISTRIBUTED DEVELOPMENT ENVIRONMENT WITH KNOWLEDGE STORAGE MANAGING HUMAN-CENTERED DESIGN ARTIFACTS IN DISTRIBUTED DEVELOPMENT ENVIRONMENT WITH KNOWLEDGE STORAGE Marko Nieminen Email: Marko.Nieminen@hut.fi Helsinki University of Technology, Department of Computer

More information

LIS 688 DigiLib Amanda Goodman Fall 2010

LIS 688 DigiLib Amanda Goodman Fall 2010 1 Where Do We Go From Here? The Next Decade for Digital Libraries By Clifford Lynch 2010-08-31 Digital libraries' roots can be traced back to 1965 when Libraries of the Future by J. C. R. Licklider was

More information

Indoor Positioning 101 TECHNICAL)WHITEPAPER) SenionLab)AB) Teknikringen)7) 583)30)Linköping)Sweden)

Indoor Positioning 101 TECHNICAL)WHITEPAPER) SenionLab)AB) Teknikringen)7) 583)30)Linköping)Sweden) Indoor Positioning 101 TECHNICAL)WHITEPAPER) SenionLab)AB) Teknikringen)7) 583)30)Linköping)Sweden) TechnicalWhitepaper)) Satellite-based GPS positioning systems provide users with the position of their

More information

INDUSTRY 4.0. Modern massive Data Analysis for Industry 4.0 Industry 4.0 at VŠB-TUO

INDUSTRY 4.0. Modern massive Data Analysis for Industry 4.0 Industry 4.0 at VŠB-TUO INDUSTRY 4.0 Modern massive Data Analysis for Industry 4.0 Industry 4.0 at VŠB-TUO Václav Snášel Faculty of Electrical Engineering and Computer Science VŠB-TUO Czech Republic AGENDA 1. Industry 4.0 2.

More information

Towards a Google Glass Based Head Control Communication System for People with Disabilities. James Gips, Muhan Zhang, Deirdre Anderson

Towards a Google Glass Based Head Control Communication System for People with Disabilities. James Gips, Muhan Zhang, Deirdre Anderson Towards a Google Glass Based Head Control Communication System for People with Disabilities James Gips, Muhan Zhang, Deirdre Anderson Boston College To be published in Proceedings of HCI International

More information

Activities at SC 24 WG 9: An Overview

Activities at SC 24 WG 9: An Overview Activities at SC 24 WG 9: An Overview G E R A R D J. K I M, C O N V E N E R I S O J T C 1 S C 2 4 W G 9 Mixed and Augmented Reality (MAR) ISO SC 24 and MAR ISO-IEC JTC 1 SC 24 Have developed standards

More information

InSciTe Adaptive: Intelligent Technology Analysis Service Considering User Intention

InSciTe Adaptive: Intelligent Technology Analysis Service Considering User Intention InSciTe Adaptive: Intelligent Technology Analysis Service Considering User Intention Jinhyung Kim, Myunggwon Hwang, Do-Heon Jeong, Sa-Kwang Song, Hanmin Jung, Won-kyung Sung Korea Institute of Science

More information

Using VR and simulation to enable agile processes for safety-critical environments

Using VR and simulation to enable agile processes for safety-critical environments Using VR and simulation to enable agile processes for safety-critical environments Michael N. Louka Department Head, VR & AR IFE Digital Systems Virtual Reality Virtual Reality: A computer system used

More information

Ricoh's Machine Vision: A Window on the Future

Ricoh's Machine Vision: A Window on the Future White Paper Ricoh's Machine Vision: A Window on the Future As the range of machine vision applications continues to expand, Ricoh is providing new value propositions that integrate the optics, electronic

More information

Reality in Maps. Solutions for Innovative Destination Marketing

Reality in Maps. Solutions for Innovative Destination Marketing Reality in Maps Solutions for Innovative Destination Marketing Better planning. Optimal orientation. Enhanced experiences. Digitization of the customer journey Digitization of the landscape The future

More information

Research and application on the smart home based on component technologies and Internet of Things

Research and application on the smart home based on component technologies and Internet of Things Available online at www.sciencedirect.com Procedia Engineering 15 (2011) 2087 2092 Advanced in Control Engineering and Information Science Research and application on the smart home based on component

More information

What will the robot do during the final demonstration?

What will the robot do during the final demonstration? SPENCER Questions & Answers What is project SPENCER about? SPENCER is a European Union-funded research project that advances technologies for intelligent robots that operate in human environments. Such

More information

Effective Iconography....convey ideas without words; attract attention...

Effective Iconography....convey ideas without words; attract attention... Effective Iconography...convey ideas without words; attract attention... Visual Thinking and Icons An icon is an image, picture, or symbol representing a concept Icon-specific guidelines Represent the

More information