Scalable Web-Based Data Management System in Long Term Structure Health Monitoring

Size: px
Start display at page:

Download "Scalable Web-Based Data Management System in Long Term Structure Health Monitoring"

Transcription

1 Scalable Web-Based Data Management System in Long Term Structure Health Monitoring Ping Lu Iowa State University 2901 S.Loop Dr.,Suite 3100 Ames, IA [Abstract] Recently, there has been increasing interest in developing long term Structure Health Monitoring (SHM) system for civil infrastructure. The extremely large amount of data collected during the long term structural monitoring is a great challenge for data processing and interpretation. In this paper, a web based scalable data management system is proposed, which allows for automatic database updating, advanced statistical and structural data interpretation, and web-based data searching. Open source tools, Apache web server, PHP, and MySQL are employed to implement the system. Matlab is integrated as the graphic and data processing engine. The system is developed dedicatedly for the E-12 th Street Bridge project on I-235 in Des Moines, IA. However, it could be extended to other projects very conveniently. [Keywords] long term Structure Health Monitoring (SHM) system; scalable web-based data management system; open source tools; PHP; MySQL; Apache; MatLab 1

2 1. Introduction Bridge deficient is the most critical challenge to sustain the nation s highway service level. As of 2003, 27.1% of the nation's bridges (160,570) were structurally deficient or functionally obsolete. The annual investment required to prevent the bridge investment backlog from increasing is estimated at $7.3 billion [1]. Limited budget calls for performance based highway-bridge maintenance scheduling to optimize the overall highway service. Obviously, precise and in time structural condition information is essential to achieve the scheduling optimization. Currently, bridge structural condition information is obtained mainly through regular visual inspection. A study funded by Federal Highway Administration (FHWA) revealed that this kind of inspection is not reliable and simply doing more intense visual inspection provided little additional useful information on structure condition. Therefore, increasing attentions are attracted to long term Structure Health Monitoring (SHM) systems which have shown to be promising in evaluating structural condition for highway bridges. More and more SHM data acquisition systems are installed in highway bridges all over the world and lots of researches are focused on the system selection, installation and data interpretation [2]. However, relatively fewer researches could be found in the literature addressing the large volume data storage, retrieve and sharing problem. Experiences learned from the East 12 th Street Bridge project show that efficient and effective huge volume data management system is very important for successful long term SHM data interpretation. Since the long term SHM system was installed on the East 12 th street bridge over I-235 in early 2004, approximately 120GB of continues data has been collected and the data will be accumulated to more than 450GB by the end of Conventional approaches to data interpretation simply do not work due to the volume and constant flow of data. To overcome the difficulty, a web based scalable data storage/retrieving, processing and sharing system is proposed in this paper, which allows for automatic database updating, web-based viewing of desired history data, and advanced statistical and structural interpretation of the data. This system is developed dedicatedly for E-12 th street bridge project. However, it could be easily extended to other long term SHM projects. The rest of the paper is organized as follows. Section two is a brief summary for E-12 bridge project and the installed SHM system. The details of the proposed web-based data management system are described in section three. Finally, the paper is concluded by conclusions and future work. 2. SHM System of E-12 High Performance Steel (HPS) Bridge Project [3] 2.1 introduction of E-12 HPS bridge project 2

3 In early 2004, the Iowa DOT completed construction of Iowa s first HPS (High Performance Steel) bridge, The East 12 th Street bridge over I-235 in Des Moines, IA, through the Federal Highway Administration s (FHWA) Innovative Bridge Research and Construction (IBRC) program. It is a 298 ft - 6 in. continuous two-span HPS girder bridge with a cast-in-place concrete deck and integral abutments. Six girders, transversely spaced at approximately 8 ft 8 in., utilize HPS 50W and 70W in the positive and negative moment regions, respectively. The two-lane bridge, which is approximately 50 ft 3 in. wide, features pedestrian walkways on both outside edges of the bridge. The picture of the bridge is shown in Fig.1. The Bridge Engineering Center (BEC) at Iowa State University has developed a long term SHM system to monitor and record the performance of the HPS bridge for a two-year period as required by IBPC program. With this system, the bridge performance can be evaluated at any point in time. 2.2 SHM System Installed on E-12 th Street Bridge Project The SHM system installed on E-12 bridge can be divided into three subsystems: the Data Acquisition Sub-System(DASS), the Gateway Sub-System(GSS), and the Data Storage/Processing Sub-System(DSPSS). The system is shown schematically in Fig 2. The Data Acquisition Sub-system, located at the bridge pier, collects and transfers data via wireless communication to the Gateway Sub-system, which is located in a secure facility adjacent to the bridge. The Gateway Sub-system uploads the strain data to the internet where it can be viewed from anywhere in the world in real time ( while it compresses and temporarily stores the strain data simultaneously. The data packets are automatically retrieved by the DSPSS at the BEC. However, with existing DSPSS component, the collected data and preliminary analysis results are stored as text file in BEC server. The data storage scheme is not scalable and introduces tremendous time overhead for data retrieving. Without data searching function nor web access interface provided, it is hard for end users, such as the bridge owners, to access the data. Therefore a scalable web-based data management system is proposed to allow for convenient and efficient remote data accessing. Due to the advanced data management functions and the scalability provided by the background database system, the overall data management component could accommodate extremely huge volume of data while furnish high accessibility. 3

4 Fig.1 East 12 th St. HPS Bridge over I-235 in Des Moines, IA Data Storage/Processing Sub-system Storage Server Client Processing: Elementary Data Checks Temperature Elimination Global Behavior Rainflow Counting Gateway Sub-system Linksys WAP Data Acquisition Sub-system Linksys WAP and Router Internet Cisco Modem Si425 Interrogator FBG Sensors Data Collection Server & Web Server Canon Network Camera Fig.2 E-12 th Street Bridge SHM System 4

5 3. Proposed Scalable Web-based Data Management System The ultimate purpose of long term SHM system is to identify structural damage and deterioration as early and precisely as possible. Fig. 3 illustrates the framework of a typical knowledge based decision support SHM system. Not until raw sensing data are abstracted into information and knowledge, they could not support decision making directly. However, successful information abstracting (data interpretation) strongly depends on the efficient data accessibility. Therefore, efficient data management system is a key component for long term SHM system. Data Information Knowledge Decision Web-based Database System Raw Data Storage Temperary Data Storage Advanced Query processing Data Mining, Modeling,Analysis Statitical Approach pattern Recognition Probability Analysis Finiate Element Approach FE based simulation Structure Health Assesment Fatigue Lifetime Evaluation Structure reliability analysis FE model validation & updating System Identification Emergency Reponse Permit-vehicle policy Maintenace, repair, rehabilitation and replacment of the structure Fig.3 Framework of the SHM system With current data storage/processing system in E-12 bridge project, the file server retrieves data from gateway system periodically, and stores them as text files. Each file has the size around 18.1 Mega bites and contains records for 45 minutes. Both the big file size and large number of files bring great time overhead for data searching and processing. In the proposed web-based data management system, database system is introduced to provide a more organized and efficient way for data storage and retrieving. Web interface is developed to ensure convenient remote data accessing and sharing. After exploring and comparing many possible solutions, an Apache-PHP-MySQL system was implemented. The open source tools have been proved to be very effective platform for web applications development. Due to the extremely large data volume, the web database MySQL Server will be running in a distributed fashion. The entire system is a typical client-server system. As illustrated in Fig.4, the client side is composed by end users web browsers, such as Windows Internet Explorer, Netscape and so on. The server side is more complicated and includes all necessary servers. As in the implemented system, the server side is composed by Apache web server, PHP server, file server, application server/servers and distributed MySQL database servers. The configuration and operation of the servers are transparent to end 5

6 users. In other words, the server side works as a black box to users. Users could access history sensing data and data processing results by inputting their request through web browsers. Three modules are implemented so far. They are 1) database remote updating module; 2) web-based data searching module; 3) data processing module. More modules will be developed and integrated into the system later to fulfill more advanced data analysis and interpretation tasks. Fig.4 Prototype of the web-based data management system 3.1 Database Update Module This module is designed for transferring history sensing data from current text files into database. Database updating is initiated by the end user through the web interface shown in Fig. 5. When a file is selected, all records in the file will be inserted into database. It is not necessary to run the database server at same machine in which the raw data files are stored. This module could also be implemented as a scheduled Windows Service, and then the database updating could be completed automatically. 6

7 Fig.5 Web interface for remote database updating 3.2 Web Search Module This module is designed for remote data retrieving. It allows user to select a set of interested sensors and time period through the web interface shown in Fig.6. To be user friendly, two selection approaches are provided. First is to select through checkboxes on the page. Each checkbox corresponds to a sensor. Selection is done by simply ticking the checkboxes. Obviously, one needs to know the sensor ID before his searching. Another way allows user select sensor through the sensor deployment map. Both overview map and cross-section zoom in map are displayed on the page. When user clicks on a cross section on the overview map a big size zoom in map is displayed in below. In the zoom in map, sensor positions are displayed more precisely and selection from the big size map is more convenient. Javascript is applied to implement this function, so the requirement of installing extra plug-ins in end users browsers is avoided. Fig.7 and Fig.8 show the typical search results displayed in graphical interfaces implemented by JpGraph and MatLab respectively. JpGraph is a fully OO (Object-Oriented) graph creating class library for PHP. It works very well with MySQL database and provides more graphical options than MatLab. However, considering the powerful data analysis ability of MatLab, the Matlab based result 7

8 display function is also implemented here. Although this approach incurs data communication between MySQL servers and MatLab server, it provides an easy way to implement and integrate more advanced data analysis and interpretation modules. Fig. 6 Web interface for remote searching 8

9 Fig 7. Search results displayed with JpGraph Fig 8. Search results displayed by MatLab 9

10 Fig 9. Search results displayed in table format The end user could also choose to display the search results in tabular format (shown in Fig.9), by which, exact readings of records are listed. Page flip strategy is employed to ensure fast query response. Data are displayed page by page such avoid the long waiting for retrieving all data from database. 3.3 Data Processing Module Some basic data processing functions has been developed that allows user get the most important statistics of the history data through web. Besides sensing records, the histogram, maximum, minimum, mean, mode and medium values for records are also provided for each search. Fig.10 is an example of the histogram for a sensor record during the time period specified by user. More data analysis functions will be developed as necessary. 10

11 Fig 10. Histogram for a specific sensor 3 Conclusions and Future Work 4.1 Advantages of the System The proposed web based data management system ensures efficient and convenient remote web data access. Users could update database, retrieve history data and explore data analysis results remotely through their web browsers. The design of the system promises great scalability in terms of both functionality and storage ability. The distributed database system supports virtually no limitation for data volume. Furthermore, additional modules, such as more advanced data interpretation components, could be integrated into the system conveniently. Compared with storing data with text files, database system is an organized data storage approach. It is very efficient since it avoids the overhead of file opening, which incurs long time for big files. With the indexing technique in MySQL and common database systems, searching for an entry takes only at most O(lgn) time. 4.2 Future Work In the future, more data analysis and interpretation functions will be implemented and integrated into this system to support more sophisticated structural condition evaluation. 11

12 Reference [1] U.S. Department of Transportation, Bureau of Transportation Statistics, Transportation Statistics Annual Report, [2] Hoon Sohn, Charles R.Farrar, Francois M. Hemez, and Etc. A Review of Structural Health Mornitoring Literature: LANL Report, LA MS,2003. [3] Dereck Hemphill, Structural Health Monitoring System for the East 12 th Street Bridge 12

PANDORA FMS NETWORK DEVICE MONITORING

PANDORA FMS NETWORK DEVICE MONITORING NETWORK DEVICE MONITORING pag. 2 INTRODUCTION This document aims to explain how Pandora FMS is able to monitor all network devices available on the marke such as Routers, Switches, Modems, Access points,

More information

FINAL YEAR PROJECT PROPOSAL Public Voting System

FINAL YEAR PROJECT PROPOSAL Public Voting System FINAL YEAR PROJECT PROPOSAL Public Voting System Nick Day n.day@lancaster.ac.uk Supervisor: Dr Corina Sas ABSTRACT This report presents a proposal for a public voting system to be developed as part of

More information

1. INTERFACE ENHANCEMENTS 2. REPORTING ENHANCEMENTS

1. INTERFACE ENHANCEMENTS 2. REPORTING ENHANCEMENTS W E L C O M E T O M O N I T O R I N G H E A V E N NEW THINGS ABOUT PANDORA FMS 5.0 A new version of Pandora FMS full of enhancements is about to hit the market. Pandora FMS 5.0 will be released by the

More information

PANDORA FMS NETWORK DEVICES MONITORING

PANDORA FMS NETWORK DEVICES MONITORING NETWORK DEVICES MONITORING pag. 2 INTRODUCTION This document aims to explain how Pandora FMS can monitor all the network devices available in the market, like Routers, Switches, Modems, Access points,

More information

Review of Recent Bridge Asset Management Systems

Review of Recent Bridge Asset Management Systems Review of Recent Bridge Asset Management Systems Takeshi Hanji 1 and Kazuo Tateishi 1 1. EcoTopia Science Institute, Nagoya University, Nagoya, Japan Abstract: A number of transportation agencies throughout

More information

Affordable remote monitoring system for bridge structures

Affordable remote monitoring system for bridge structures Affordable remote monitoring system for bridge structures Thomas SPULER Civil Engineer, BSc mageba Switzerland tspuler@mageba.ch Thomas Spuler, born 1956, received his civil engineering degree from the

More information

CHAPTER 7 SUMMARY AND CONCLUSION

CHAPTER 7 SUMMARY AND CONCLUSION 179 CHAPTER 7 SUMMARY AND CONCLUSION This chapter summarizes our research achievements and conclude this thesis with discussions and interesting avenues for future exploration. The thesis describes a novel

More information

IFS-8000 V2.0 INFORMATION FUSION SYSTEM

IFS-8000 V2.0 INFORMATION FUSION SYSTEM IFS-8000 V2.0 INFORMATION FUSION SYSTEM IFS-8000 V2.0 Overview IFS-8000 v2.0 is a flexible, scalable and modular IT system to support the processes of aggregation of information from intercepts to intelligence

More information

WLAN TRAFFIC GRAPHING APPLICATION USING SIMPLE NETWORK MANAGEMENT PROTOCOL *

WLAN TRAFFIC GRAPHING APPLICATION USING SIMPLE NETWORK MANAGEMENT PROTOCOL * WLAN TRAFFIC GRAPHING APPLICATION USING SIMPLE NETWORK MANAGEMENT PROTOCOL * Bhargavi Hiremagalur and Dulal C. Kar Department of Computing and Mathematical Sciences, Texas A&M University-Corpus Christi,

More information

Last Updated: July 2011. STATISTICA Enterprise Server Security

Last Updated: July 2011. STATISTICA Enterprise Server Security Last Updated: July 2011 STATISTICA Enterprise Server Security STATISTICA Enterprise Server Security Page 2 of 10 Table of Contents Executive Summary... 3 Introduction to STATISTICA Enterprise Server...

More information

A Real Time, Object Oriented Fieldbus Management System

A Real Time, Object Oriented Fieldbus Management System A Real Time, Object Oriented Fieldbus Management System Mr. Ole Cramer Nielsen Managing Director PROCES-DATA Supervisor International P-NET User Organisation Navervej 8 8600 Silkeborg Denmark pd@post4.tele.dk

More information

UTILIZATION OF VIRTUAL MACHINES IN LABORATORY STANDS ON EXAMPLE OF SIP EXPRESS ROUTER APPLICATION

UTILIZATION OF VIRTUAL MACHINES IN LABORATORY STANDS ON EXAMPLE OF SIP EXPRESS ROUTER APPLICATION 2007 Poznańskie Warsztaty Telekomunikacyjne Poznań 6-7 grudnia 2007 POZNAN POZNAN UNIVERSITY UNIVERSITYOF OF TECHNOLOGY ACADEMIC ACADEMIC JOURNALS JOURNALS No 54 Electrical Engineering 2007 Bartosz PAWŁOWICZ*

More information

uturenet & its Document Imaging Services

uturenet & its Document Imaging Services F uturenet & its Document Imaging Services FutureNet Technologies Corporation has become a vital player in the healthcare information management industry. Founded in 1996, FutureNet was formed for the

More information

A Study on Software Framework of Structural Health Monitoring System Based on NEESit

A Study on Software Framework of Structural Health Monitoring System Based on NEESit A Study on Software Framework of Structural Health Monitoring System Based on NEESit Yanwei Wang 1 and Zifa Wang 2 1 Practice researcher, Dept. of Information Techonology and Material Engineering, Institute

More information

Using Entrust certificates with VPN

Using Entrust certificates with VPN Entrust Managed Services PKI Using Entrust certificates with VPN Document issue: 1.0 Date of issue: May 2009 Copyright 2009 Entrust. All rights reserved. Entrust is a trademark or a registered trademark

More information

OPTIMIZATION OF DATABASE STRUCTURE FOR HYDROMETEOROLOGICAL MONITORING SYSTEM

OPTIMIZATION OF DATABASE STRUCTURE FOR HYDROMETEOROLOGICAL MONITORING SYSTEM OPTIMIZATION OF DATABASE STRUCTURE FOR HYDROMETEOROLOGICAL MONITORING SYSTEM Ph.D. Robert SZCZEPANEK Cracow University of Technology Institute of Water Engineering and Water Management ul.warszawska 24,

More information

Development of a Learning Content Management Systems

Development of a Learning Content Management Systems Development of a Learning Content Management Systems Lejla Abazi-Bexheti Abstract Change appears to be the only constant in the field of ICT and what was treated as advanced feature few years ago is today

More information

The Role of Broadband in Bridge Monitoring in Minnesota. Carol Shield Department of Civil, Environmental, and Geo- Engineering

The Role of Broadband in Bridge Monitoring in Minnesota. Carol Shield Department of Civil, Environmental, and Geo- Engineering The Role of Broadband in Bridge Monitoring in Minnesota Carol Shield Department of Civil, Environmental, and Geo- Engineering March 19, 2015 Presentation Outline A brief history of bridge testing Current

More information

ELECTRONIC MEDICAL RECORD SYSTEM FOR PULMONARY DISEASE PATIENTS. IMPLEMENTATION AT SOTIRIA HOSPITAL, HELLAS

ELECTRONIC MEDICAL RECORD SYSTEM FOR PULMONARY DISEASE PATIENTS. IMPLEMENTATION AT SOTIRIA HOSPITAL, HELLAS ELECTRONIC MEDICAL RECORD SYSTEM FOR PULMONARY DISEASE PATIENTS. IMPLEMENTATION AT SOTIRIA HOSPITAL, HELLAS Nikolaos Apostolou, Georgios Karkalis, Costas Kyriakou, Maria Haritou, Dimitrios Koutsouris Biomedical

More information

Wind Monitoring of the Saylorville and Red Rock Reservoir Bridges with Remote, Cellular-Based Notifications

Wind Monitoring of the Saylorville and Red Rock Reservoir Bridges with Remote, Cellular-Based Notifications Wind Monitoring of the Saylorville and Red Rock Reservoir Bridges with Remote, Cellular-Based Notifications Final Report May 2012 Sponsored by Iowa Department of Transportation Federal Highway Administration

More information

Flexible Web Visualization for Alert-Based Network Security Analytics

Flexible Web Visualization for Alert-Based Network Security Analytics Flexible Web Visualization for Alert-Based Network Security Analytics Lihua Hao 1, Christopher G. Healey 1, Steve E. Hutchinson 2 1 North Carolina State University, 2 U.S. Army Research Laboratory lhao2@ncsu.edu

More information

USING JE THE BE NNIFE FITS Integrated Performance Monitoring Service Availability Fast Problem Troubleshooting Improved Customer Satisfaction

USING JE THE BE NNIFE FITS Integrated Performance Monitoring Service Availability Fast Problem Troubleshooting Improved Customer Satisfaction THE BENEFITS OF USING JENNIFER Integrated Performance Monitoring JENNIFER provides comprehensive and integrated performance monitoring through its many dashboard views, which include Realuser Monitoring

More information

PIVOTAL CRM ARCHITECTURE

PIVOTAL CRM ARCHITECTURE WHITEPAPER PIVOTAL CRM ARCHITECTURE Built for Enterprise Performance and Scalability WHITEPAPER PIVOTAL CRM ARCHITECTURE 2 ABOUT Performance and scalability are important considerations in any CRM selection

More information

Final Report - HydrometDB Belize s Climatic Database Management System. Executive Summary

Final Report - HydrometDB Belize s Climatic Database Management System. Executive Summary Executive Summary Belize s HydrometDB is a Climatic Database Management System (CDMS) that allows easy integration of multiple sources of automatic and manual stations, data quality control procedures,

More information

System Specification. Author: CMU Team

System Specification. Author: CMU Team System Specification Author: CMU Team Date: 09/23/2005 Table of Contents: 1. Introduction...2 1.1. Enhancement of vulnerability scanning tools reports 2 1.2. Intelligent monitoring of traffic to detect

More information

The Business case for monitoring points... PCM architecture...

The Business case for monitoring points... PCM architecture... The Business case for monitoring points... Points Condition Monitoring (PCM) measures key parameters related to the performance of switch machines and turnouts in real time at every movement. Intelligent

More information

On One Approach to Scientific CAD/CAE Software Developing Process

On One Approach to Scientific CAD/CAE Software Developing Process ISSN (Online): 1694-0784 ISSN (Print): 1694-0814 9 On One Approach to Scientific CAD/CAE Software Developing Process George Sergia 1, Alexander Demurov 2, George Petrosyan 3, Roman Jobava 4 1 Exact and

More information

Figure 2: System Flow Diagram for Workflow Management

Figure 2: System Flow Diagram for Workflow Management 5. WORKFLOW MANAGEMENT The developed system EASKB uses the open source content management system called Drupal ([2]). A Content Management System - CMS is a tool that enables many user friendly features

More information

Performance Comparison of Database Access over the Internet - Java Servlets vs CGI. T. Andrew Yang Ralph F. Grove

Performance Comparison of Database Access over the Internet - Java Servlets vs CGI. T. Andrew Yang Ralph F. Grove Performance Comparison of Database Access over the Internet - Java Servlets vs CGI Corresponding Author: T. Andrew Yang T. Andrew Yang Ralph F. Grove yang@grove.iup.edu rfgrove@computer.org Indiana University

More information

Cover. White Paper. (nchronos 4.1)

Cover. White Paper. (nchronos 4.1) Cover White Paper (nchronos 4.1) Copyright Copyright 2013 Colasoft LLC. All rights reserved. Information in this document is subject to change without notice. No part of this document may be reproduced

More information

A WEB-BASED VE SUPPORTING SYSTEM FOR VE FACILITATOR AND MEMBERS IN VE WORKSHOP

A WEB-BASED VE SUPPORTING SYSTEM FOR VE FACILITATOR AND MEMBERS IN VE WORKSHOP Page 1 A WEB-BASED VE SUPPORTING SYSTEM FOR VE FACILITATOR AND MEMBERS IN VE WORKSHOP Heungmin PARK, CVS, IAM corporation (whcool@hanmail.net) Coauthor: Jong-Kwon LIM, CVS, Ph D., IAM corporation Coauthor:

More information

ewon-vpn - User Guide Virtual Private Network by ewons

ewon-vpn - User Guide Virtual Private Network by ewons VPN : what is it? A virtual private network (VPN) is a private communications network usually used within a company, or by several different companies or organizations, to communicate over a public network

More information

All-in-One Asset Management Tool

All-in-One Asset Management Tool APEX-RU0781 All-in-One Asset Management Tool Final Report October 2012 Submitted by Mansooreh Mollaghasemi, Ph.D. Chairman and CEO Productivity Apex, Inc 3505 Lake Lynda Drive, Suite 206 Orlando, FL 32817

More information

Detailed Design Report

Detailed Design Report Detailed Design Report Chapter 9 Control System MAX IV Facility CHAPTER 9.0. CONTROL SYSTEM 1(9) 9. Control System 9.1. Introduction...2 9.1.1. Requirements... 2 9.2. Design...3 9.2.1. Guidelines... 3

More information

A Cost Effective GPS-GPRS Based Women Tracking System and Women Safety Application using Android Mobile

A Cost Effective GPS-GPRS Based Women Tracking System and Women Safety Application using Android Mobile A Cost Effective GPS-GPRS Based Women Tracking System and Women Safety Application using Android Mobile Devendra Thorat, Kalpesh Dhumal, Aniket Sadaphule, Vikas Arade B.E Computer Engineering, Navsahyadri

More information

Focus on Customer Information. Stationary, highly automated customer information systems. Innovative and reliable Information Technologies

Focus on Customer Information. Stationary, highly automated customer information systems. Innovative and reliable Information Technologies Focus on Customer Information Stationary, highly automated customer information systems Innovative and reliable Information Technologies Growing Need of Information In today s world, travelling comfort

More information

Integrating Big Data into the Computing Curricula

Integrating Big Data into the Computing Curricula Integrating Big Data into the Computing Curricula Yasin Silva, Suzanne Dietrich, Jason Reed, Lisa Tsosie Arizona State University http://www.public.asu.edu/~ynsilva/ibigdata/ 1 Overview Motivation Big

More information

An Open Source IPS. IIT Network Security Project Project Team: Mike Smith, Sean Durkin, Kaebin Tan

An Open Source IPS. IIT Network Security Project Project Team: Mike Smith, Sean Durkin, Kaebin Tan An Open Source IPS IIT Network Security Project Project Team: Mike Smith, Sean Durkin, Kaebin Tan Introduction IPS or Intrusion Prevention System Uses a NIDS or Network Intrusion Detection System Includes

More information

HomeReACT a Tool for Real-time Indoor Environmental Monitoring

HomeReACT a Tool for Real-time Indoor Environmental Monitoring HomeReACT a Tool for Real-time Indoor Environmental Monitoring Tessa Daniel, Elena Gaura, James Brusey Cogent Computing Applied Research Centre Faculty of Engineering and Computing Coventry University,

More information

Safe & Sound Bridge Terminology

Safe & Sound Bridge Terminology Safe & Sound Bridge Terminology Abutment A retaining wall supporting the ends of a bridge, and, in general, retaining or supporting the approach embankment. Approach The part of the bridge that carries

More information

User Manual Network connection and Mobics Dashboard (MIS) software for Dryer Controller M720

User Manual Network connection and Mobics Dashboard (MIS) software for Dryer Controller M720 User Manual Network connection and Mobics Dashboard (MIS) software for Dryer Controller Manual version : v1.00 Networking and MIS Manual Dryer controller Page 1 of 16 Document history Preliminary version

More information

How To Develop A Gis Based College Information System

How To Develop A Gis Based College Information System Development of Web-GIS based College Information System Giridhar M.V.S.S. 1, Md.Nazia Firdouse 2, Durga Bhavani.S 3, Viswanadh.G.K 4, Chandra Bose A.S 5 1- Assistant Professor, CWR, IST, JNTUH, Hyderabad,

More information

INFORMATION TECHNOLOGY. Revised May 07. Home Networking Guide

INFORMATION TECHNOLOGY. Revised May 07. Home Networking Guide INFORMATION TECHNOLOGY Revised May 07 Home Networking Guide Contents Introduction... 3 Intent... 3 Disclaimer... 3 Rexnord Support limitations... 3 Remotely Connecting to the Rexnord Data Network... 3

More information

Voice over IP is Transforming Business Communications

Voice over IP is Transforming Business Communications White Paper Voice over IP is Transforming Business Communications Voice over IP (VoIP) is changing the world of telecommunications. It entails the transmission of voice calls over data networks that support

More information

A CLOUD-BASED FRAMEWORK FOR ONLINE MANAGEMENT OF MASSIVE BIMS USING HADOOP AND WEBGL

A CLOUD-BASED FRAMEWORK FOR ONLINE MANAGEMENT OF MASSIVE BIMS USING HADOOP AND WEBGL A CLOUD-BASED FRAMEWORK FOR ONLINE MANAGEMENT OF MASSIVE BIMS USING HADOOP AND WEBGL *Hung-Ming Chen, Chuan-Chien Hou, and Tsung-Hsi Lin Department of Construction Engineering National Taiwan University

More information

ANSYS EKM Overview. What is EKM?

ANSYS EKM Overview. What is EKM? ANSYS EKM Overview What is EKM? ANSYS EKM is a simulation process and data management (SPDM) software system that allows engineers at all levels of an organization to effectively manage the data and processes

More information

Successfully managing geographically distributed development

Successfully managing geographically distributed development IBM Rational SCM solutions for distributed development August 2004 Successfully managing geographically distributed development Karen Wade SCM Product Marketing Manager IBM Software Group Page 2 Contents

More information

Visualizing a Neo4j Graph Database with KeyLines

Visualizing a Neo4j Graph Database with KeyLines Visualizing a Neo4j Graph Database with KeyLines Introduction 2! What is a graph database? 2! What is Neo4j? 2! Why visualize Neo4j? 3! Visualization Architecture 4! Benefits of the KeyLines/Neo4j architecture

More information

Integrated Performance Monitoring

Integrated Performance Monitoring Integrated Performance Monitoring JENNIFER provides comprehensive and integrated performance monitoring through its many dashboard views, which include Realuser Monitoring and Real-time Topology. USING

More information

1. INTERFACE ENHANCEMENTS 2. REPORTING ENHANCEMENTS

1. INTERFACE ENHANCEMENTS 2. REPORTING ENHANCEMENTS W E L C O M E T O M O N I T O R I N G H E A V E N NEW THINGS ABOUT PANDORA FMS 5.0 A new version of Pandora FMS full of enhancements is about to hit the market. Pandora FMS 5.0 will be released by the

More information

Open Source Content Management System for content development: a comparative study

Open Source Content Management System for content development: a comparative study Open Source Content Management System for content development: a comparative study D. P. Tripathi Assistant Librarian Biju Patnaik Central Library NIT Rourkela dptnitrkl@gmail.com Designing dynamic and

More information

IP Camera Network Installations are More Difficult than Analog Camera Installations? Not So!

IP Camera Network Installations are More Difficult than Analog Camera Installations? Not So! November 2010 IP Camera Network Installations are More Difficult than Analog Camera Installations? Not So! Here Are The Facts. White Paper Table of Contents: Page 1 Overview A Brief History Page 2 A Big

More information

LTBP News. Pilot Study Field Investigation Underway. In this issue: Summer 2010

LTBP News. Pilot Study Field Investigation Underway. In this issue: Summer 2010 Volume 1, Issue 1 Summer 2010 LTBP News Pilot Study Field Investigation Underway To validate the program protocols in as many environments as possible, the Long-Term Bridge Performance (LTBP) program selected

More information

Computer&Radioengineering

Computer&Radioengineering Computer&Radioengineering Computer&Radioengineering Bauhaus International Science press www. bhssci.com The Design and Research of the Monitoring System for Library Alliance Based on Cloud Computing Model

More information

A Web-Based Real-Time Traffic Monitoring Scheme Using CORBA

A Web-Based Real-Time Traffic Monitoring Scheme Using CORBA A Web-Based Real-Time Traffic Monitoring Scheme Using CORBA Yuming Jiang, Chen-Khong Tham, Chi-Chung Ko Department of Electrical Engineering, National University of Singapore, 10 Kent Ridge Crescent, Singapore

More information

Lab 8.4.2 Configuring Access Policies and DMZ Settings

Lab 8.4.2 Configuring Access Policies and DMZ Settings Lab 8.4.2 Configuring Access Policies and DMZ Settings Objectives Log in to a multi-function device and view security settings. Set up Internet access policies based on IP address and application. Set

More information

Heterogeneous Tools for Heterogeneous Network Management with WBEM

Heterogeneous Tools for Heterogeneous Network Management with WBEM Heterogeneous Tools for Heterogeneous Network Management with WBEM Kenneth Carey & Fergus O Reilly Adaptive Wireless Systems Group Department of Electronic Engineering Cork Institute of Technology, Cork,

More information

Integrated Network Vulnerability Scanning & Penetration Testing SAINTcorporation.com

Integrated Network Vulnerability Scanning & Penetration Testing SAINTcorporation.com SAINT Integrated Network Vulnerability Scanning and Penetration Testing www.saintcorporation.com Introduction While network vulnerability scanning is an important tool in proactive network security, penetration

More information

Middleware- Driven Mobile Applications

Middleware- Driven Mobile Applications Middleware- Driven Mobile Applications A motwin White Paper When Launching New Mobile Services, Middleware Offers the Fastest, Most Flexible Development Path for Sophisticated Apps 1 Executive Summary

More information

UTILIZING INTELLIGENT RESOURCE MANAGEMENT SYSTEM (IRMS) DASHBOARD TO AUTOMATE BUSINESS REPORTING TASK

UTILIZING INTELLIGENT RESOURCE MANAGEMENT SYSTEM (IRMS) DASHBOARD TO AUTOMATE BUSINESS REPORTING TASK UTILIZING INTELLIGENT RESOURCE MANAGEMENT SYSTEM (IRMS) DASHBOARD TO AUTOMATE BUSINESS REPORTING TASK Noorhasmaniza Ahmad 1 1 Mimos Berhad, Malaysia, hasmaniza.ahmad@mimos.my INTRODUCTION ABSTRACT. Managing

More information

Designing Applications with Distributed Databases in a Hybrid Cloud

Designing Applications with Distributed Databases in a Hybrid Cloud Designing Applications with Distributed Databases in a Hybrid Cloud Evgeniy Pluzhnik 1, Oleg Lukyanchikov 2, Evgeny Nikulchev 1 & Simon Payain 1 1 Moscow Technological Institute, Moscow, 119334, Russia,

More information

Enterprise Energy Management with JouleX and Cisco EnergyWise

Enterprise Energy Management with JouleX and Cisco EnergyWise Enterprise Energy Management with JouleX and Cisco EnergyWise Introduction Corporate sustainability and enterprise energy management are pressing initiatives for organizations dealing with rising energy

More information

CYCLOPE let s talk productivity

CYCLOPE let s talk productivity Cyclope 6 Installation Guide CYCLOPE let s talk productivity Cyclope Employee Surveillance Solution is provided by Cyclope Series 2003-2014 1 P age Table of Contents 1. Cyclope Employee Surveillance Solution

More information

ABB solar inverters. User s manual ABB Remote monitoring portal

ABB solar inverters. User s manual ABB Remote monitoring portal ABB solar inverters User s manual ABB Remote monitoring portal List of related manuals Title ABB Remote monitoring portal User s manual NETA-01 Ethernet adapter module User s manual Code (English) 3AUA0000098904

More information

Experimenting in the domain of RIA's and Web 2.0

Experimenting in the domain of RIA's and Web 2.0 Experimenting in the domain of RIA's and Web 2.0 Seenivasan Gunabalan IMIT IV Edition, Scuola Suoperiore Sant'Anna,Pisa, Italy E-mail: s.gunabalan@websynapsis.com ABSTRACT This paper provides an overview

More information

Welcome to Collage (Draft v0.1)

Welcome to Collage (Draft v0.1) Welcome to Collage (Draft v0.1) Table of Contents Welcome to Collage (Draft v0.1)... 1 Table of Contents... 1 Overview... 2 What is Collage?... 3 Getting started... 4 Searching for Images in Collage...

More information

Power Tools for Pivotal Tracker

Power Tools for Pivotal Tracker Power Tools for Pivotal Tracker Pivotal Labs Dezmon Fernandez Victoria Kay Eric Dattore June 16th, 2015 Power Tools for Pivotal Tracker 1 Client Description Pivotal Labs is an agile software development

More information

Step-by-Step Setup Guide Wireless File Transmitter

Step-by-Step Setup Guide Wireless File Transmitter EOS Step-by-Step Setup Guide Wireless File Transmitter EOS UTility Mode Infrastructure or Ad Hoc Networks Windows XP / Windows 7 Professional 2012 Canon U.S.A., Inc. All Rights Reserved. Reproduction in

More information

A REMOTE DEFORMATION MONITORING SYSTEM FOR A CABLE-STAYED BRIDGE USING WIRELESS INTERNET-BASED GPS TECHNOLOGY

A REMOTE DEFORMATION MONITORING SYSTEM FOR A CABLE-STAYED BRIDGE USING WIRELESS INTERNET-BASED GPS TECHNOLOGY A REMOTE DEFORMATION MONITORING SYSTEM FOR A CABLE-STAYED BRIDGE USING WIRELESS INTERNET-BASED GPS TECHNOLOGY Li Hongwei, Ou Jinping School of Civil Engineering, Harbin Institute of Technology, Harbin,

More information

CMS Query Suite. CS4440 Project Proposal. Chris Baker Michael Cook Soumo Gorai

CMS Query Suite. CS4440 Project Proposal. Chris Baker Michael Cook Soumo Gorai CMS Query Suite CS4440 Project Proposal Chris Baker Michael Cook Soumo Gorai I) Motivation Relational databases are great places to efficiently store large amounts of information. However, information

More information

Rotorcraft Health Management System (RHMS)

Rotorcraft Health Management System (RHMS) AIAC-11 Eleventh Australian International Aerospace Congress Rotorcraft Health Management System (RHMS) Robab Safa-Bakhsh 1, Dmitry Cherkassky 2 1 The Boeing Company, Phantom Works Philadelphia Center

More information

A Framework for Intelligent Online Customer Service System

A Framework for Intelligent Online Customer Service System A Framework for Intelligent Online Customer Service System Yiping WANG Yongjin ZHANG School of Business Administration, Xi an University of Technology Abstract: In a traditional customer service support

More information

How To Design A Mobile Express Delivery System For Courier In Nigerian Nigeria

How To Design A Mobile Express Delivery System For Courier In Nigerian Nigeria Design and Implementation of a Mobile Express Delivery System Azeta, A. A., Ogunlana A. O. and Ezeh C. O. College of Science and Technology, Covenant University, Ota, Nigeria. azetaambrose@gmail.com, aoogunlana@yahoo.com,

More information

AORC Technical meeting 2014

AORC Technical meeting 2014 http : //www.cigre.org C4-1106 AORC Technical meeting 2014 Operational Issues and Solutions for Photovoltaic Power Generation Facilities T. KISHI, K. INOUE, T. SEKI Nishimu Electronics Industries Co.,

More information

About Network Data Collector

About Network Data Collector CHAPTER 2 About Network Data Collector The Network Data Collector is a telnet and SNMP-based data collector for Cisco devices which is used by customers to collect data for Net Audits. It provides a robust

More information

SYSTEM DEVELOPMENT AND IMPLEMENTATION

SYSTEM DEVELOPMENT AND IMPLEMENTATION CHAPTER 6 SYSTEM DEVELOPMENT AND IMPLEMENTATION 6.0 Introduction This chapter discusses about the development and implementation process of EPUM web-based system. The process is based on the system design

More information

RFID Based 3D Indoor Navigation System Integrated with Smart Phones

RFID Based 3D Indoor Navigation System Integrated with Smart Phones RFID Based 3D Indoor Navigation System Integrated with Smart Phones Y. Ortakci*, E. Demiral*, I. R. Karas* * Karabuk University, Computer Engineering Department, Demir Celik Kampusu, 78050, Karabuk, Turkey

More information

MCN Health Monitor. The finger on the pulse of your critical systems. David Tayler Service Engineer, OSISoft

MCN Health Monitor. The finger on the pulse of your critical systems. David Tayler Service Engineer, OSISoft MCN Health Monitor The finger on the pulse of your critical systems David Tayler Service Engineer, OSISoft MCN Health Monitor Today s presentation Introduction Description Interfaces Tag Builders Client

More information

NAS 221 Remote Access Using Cloud Connect TM

NAS 221 Remote Access Using Cloud Connect TM NAS 221 Remote Access Using Cloud Connect TM Access the files on your NAS remotely with Cloud Connect TM A S U S T O R C O L L E G E COURSE OBJECTIVES Upon completion of this course you should be able

More information

Premium Server Client Software

Premium Server Client Software Premium Server Client Software Server / Client SMSPro & GSMS TH series Get the tools on hand Premium Server is designed to cover most of the applications in the market. It gives a hassle free management

More information

Network device management solution

Network device management solution iw Management Console Network device management solution iw MANAGEMENT CONSOLE Scalability. Reliability. Real-time communications. Productivity. Network efficiency. You demand it from your ERP systems

More information

E-Helpdesk: Online Helpdesk for College Campus

E-Helpdesk: Online Helpdesk for College Campus IJIRST International Journal for Innovative Research in Science & Technology Volume 1 Issue 11 April 2015 ISSN (online): 2349-6010 E-Helpdesk: Online Helpdesk for College Campus Anand Saundekar Soofian

More information

BUSINESS INTELLIGENCE. Keywords: business intelligence, architecture, concepts, dashboards, ETL, data mining

BUSINESS INTELLIGENCE. Keywords: business intelligence, architecture, concepts, dashboards, ETL, data mining BUSINESS INTELLIGENCE Bogdan Mohor Dumitrita 1 Abstract A Business Intelligence (BI)-driven approach can be very effective in implementing business transformation programs within an enterprise framework.

More information

PermaSense Data Management

PermaSense Data Management PermaSense Data Management System documentation and tutorial for online data access April 9, 2014 Samuel Weber, Jan Beutel, Christoph Walser THE PERMASENSE SYSTEM This section gives an overview about:

More information

Enabling Multiple Wireless Networks on RV320 VPN Router, WAP321 Wireless-N Access Point, and Sx300 Series Switches

Enabling Multiple Wireless Networks on RV320 VPN Router, WAP321 Wireless-N Access Point, and Sx300 Series Switches print email Article ID: 4941 Enabling Multiple Wireless Networks on RV320 VPN Router, WAP321 Wireless-N Access Point, and Sx300 Series Switches Objective In an ever-changing business environment, your

More information

WHITE PAPER: BUSINESS PRODUCTIVITY. Geo-Replicator with Microsoft Office 365

WHITE PAPER: BUSINESS PRODUCTIVITY. Geo-Replicator with Microsoft Office 365 Geo-Replicator with Microsoft Office 365 Geo-Replicator with Microsoft Office 365 Software as a Service Software as a Service (SaaS) applications are existing applications run and managed by a third-party

More information

A REST API for Arduino & the CC3000 WiFi Chip

A REST API for Arduino & the CC3000 WiFi Chip A REST API for Arduino & the CC3000 WiFi Chip Created by Marc-Olivier Schwartz Last updated on 2014-04-22 03:01:12 PM EDT Guide Contents Guide Contents Overview Hardware configuration Installing the library

More information

Web Intelligence with High Availability A Demand Driven Approach

Web Intelligence with High Availability A Demand Driven Approach Web Intelligence with High Availability A Demand Driven Approach How to build a high available system to provide thin-client tool for query, reporting and analysis. White Paper Zebah Singh Alfred Wipro

More information

Installation and Configuration Manual

Installation and Configuration Manual Beacon Office Installation and Configuration Manual Version - 2.5(1) Radianta Inc. September 2008 Radianta, Inc. Beacon Office Page 2 Table of Contents Introduction... 4 What is Beacon Office... 4 How

More information

Implementation of Techniques for Improving Web Applications Performance

Implementation of Techniques for Improving Web Applications Performance Research Inventy: International Journal Of Engineering And Science Vol.3, Issue 3 (June 2013), PP 55-59 Issn(e): 2278-4721, Issn(p):2319-6483, Www.Researchinventy.Com Implementation of Techniques for Improving

More information

Numerical Analysis of the Moving Formwork Bracket Stress during Construction of a Curved Continuous Box Girder Bridge with Variable Width

Numerical Analysis of the Moving Formwork Bracket Stress during Construction of a Curved Continuous Box Girder Bridge with Variable Width Modern Applied Science; Vol. 9, No. 6; 2015 ISSN 1913-1844 E-ISSN 1913-1852 Published by Canadian Center of Science and Education Numerical Analysis of the Moving Formwork Bracket Stress during Construction

More information

System Services. Engagent System Services 2.06

System Services. Engagent System Services 2.06 System Services Engagent System Services 2.06 Overview Engagent System Services constitutes the central module in Engagent Software s product strategy. It is the glue both on an application level and on

More information

World-wide online monitoring interface of the ATLAS experiment

World-wide online monitoring interface of the ATLAS experiment World-wide online monitoring interface of the ATLAS experiment S. Kolos, E. Alexandrov, R. Hauser, M. Mineev and A. Salnikov Abstract The ATLAS[1] collaboration accounts for more than 3000 members located

More information

End User Guide The guide for email/ftp account owner

End User Guide The guide for email/ftp account owner End User Guide The guide for email/ftp account owner ServerDirector Version 3.7 Table Of Contents Introduction...1 Logging In...1 Logging Out...3 Installing SSL License...3 System Requirements...4 Navigating...4

More information

A framework for Itinerary Personalization in Cultural Tourism of Smart Cities

A framework for Itinerary Personalization in Cultural Tourism of Smart Cities A framework for Itinerary Personalization in Cultural Tourism of Smart Cities Gianpaolo D Amico, Simone Ercoli, and Alberto Del Bimbo University of Florence, Media Integration and Communication Center

More information

A Tool for Evaluation and Optimization of Web Application Performance

A Tool for Evaluation and Optimization of Web Application Performance A Tool for Evaluation and Optimization of Web Application Performance Tomáš Černý 1 cernyto3@fel.cvut.cz Michael J. Donahoo 2 jeff_donahoo@baylor.edu Abstract: One of the main goals of web application

More information

Web Based Environment Monitor and Control System

Web Based Environment Monitor and Control System Web Based Environment Monitor and Control System H. K. Kaura, V. S. Indurkar, P. S. Dhekne, J. J. Kulkarni, L. Prasad Babu and U.C. Lad Computer Division Introduction Internet provides a very powerful

More information

Design of Remote data acquisition system based on Internet of Things

Design of Remote data acquisition system based on Internet of Things , pp.32-36 http://dx.doi.org/10.14257/astl.214.79.07 Design of Remote data acquisition system based on Internet of Things NIU Ling Zhou Kou Normal University, Zhoukou 466001,China; Niuling@zknu.edu.cn

More information

SugarCRM CE (Community Edition Only) Plugin. Installation. Guide

SugarCRM CE (Community Edition Only) Plugin. Installation. Guide SugarCRM CE (Community Edition Only) Plugin Installation Guide Version 2.0 By Lim Tee Chert 23 June 2012 (last updated on: 08 January 2015) Purpose: This is for SugarCRM CE (Community Edition Only) plugin

More information