Multimodal Web Content Conversion for Mobile Services in a U-City

Size: px
Start display at page:

Download "Multimodal Web Content Conversion for Mobile Services in a U-City"

Transcription

1 Multimodal Web Content Conversion for Mobile Services in a U-City Soosun Cho *1, HeeSook Shin *2 *1 Corresponding author Department of Computer Science, Chungju National University, 123 Iryu Chungju Chungbuk, , Korea *2 Wearable Computing Research Team, U-Computing Research Department, IT Convergence Technology Research Laboratory, Electronics and Telecommunications Research Institute, 161 Kajong, Yusong, Taejon, , Korea [email protected], [email protected] Abstract A ubiquitous city is where everything is interconnected with everything else, where information is instantaneously shared. In a U-city, people can access a variety of web data in any kind of form by using small-screened mobile devices. In this paper we propose an approach which provides web information in either auditory or visual presentation by creating additional VoiceXML documents from existing HTML documents. This approach obtains the benefit that users are able to get web information by viewing and by hearing at the same time via mobile devices. We explain algorithms for the efficient conversions to multimodal web pages and a system design based on these algorithms. Keywords Multimodal Web Information, Web Document Conversion, HTML, VoiceXML, Mobile Services in a U-City 1. Introduction The U-City refers to a ubiquitous city designed for improving the economic growth and quality of people s lives in all social areas by using nextgeneration IT technologies. It is the integration of technology, information services, and people s lifestyles that is intended to make life more livable, safer, comfortable and convenient[1]. For example, people will be able to access a variety of mobile data in any kind of forms by using small-screened mobile devices in a U-city. They can view or hear the morning news, or messages from friends on way to work, and even can select the form of data to be comfortable in circumstances where they are. Because high performance mobile networks are prepared as the basic infrastructures in U-cities, presentation of multimodal web pages on mobile hand-held devices can be one of the really applicable information technologies. In this paper, we introduce an approach to convert existing rich web pages for desktop PCs to simple visual and auditory contents to support the mobile web user s needs who would be a resident in a U-city. From a viewpoint of web data reuse, it is valuable because there are huge amounts of web documents in the world which can be reused on small-screened devices by automatic transcoding technologies. From a viewpoint of supporting mobility of users, it is also valuable because this method provides the multimodal web data formats which can be selected according to users circumstances, for example, whether they are walking/driving or not. The basic idea in our approach is to provide web information in either auditory or visual presentation by creating additional VoiceXML[2, 3] documents from selected special content among HTML documents. We have exploited some suitable algorithms for the efficient conversion to multimodal web documents and implemented a prototype by using a system design based on these algorithms. The rest of this paper is organized as follows: In Section 2, we introduce the works related with our approaches. In Section 3, we explain the main algorithms of our approach and the design concepts of prototype system and we conclude in Section 4, finally. 2. Related Works To present rich web contents on small-screened mobile devices, there have been many kinds of approaches. DRESS(Document Representation for Scalable Structure)[4] applies the method of using the layout structure of existing web pages to support effective information acquisition as well as using the 23

2 Multimodal Web Content Conversion for Mobile Services in a U-City Soosun Cho, HeeSook Shin text summary method. WebAlchemist[5, 6] uses the semi-semantic information in several heuristic transcoding algorithms to get better quality of transcoded pages for complex web pages. But it still has a limitation because its basic idea is based on the partial extraction and page division. OPERA Mobile TM [7] browser based on the Small- Screen Rendering TM presents the original web pages to fit screen width in a single narrow column. It may be similar to original web pages but it did not suggest any solution to solve the long length of the pages. Our approach is the way to convert a long HTML text into a VoiceXML which needs not to be displayed on a screen, so it can reduce the size of viewing HTML document definitely. Thus it is a helpful displaying method when a small-screened device is used. On the other hand, the needs on access web pages through an auditory media have been increasing though the web is primarily designed for a visual access. But it is somewhat difficult to convert the whole HTML documents which consist of visual components into the voice-supported linguistic forms such as VoiceXML. Because the tags of VoiceXML cannot be substituted for the HTML tags and even multiple VoiceXML documents cannot express all of the information included in one HTML document. That is, VoiceXML is very different in ability of information expression from HTML. Therefore some existing transcoding methods targeted limited web contents[8], and other methods got a help from the additional translation information (e.g., annotation)[9, 10]. But these methods have some restrictions on supporting all original complicated web pages because they try to provide the information through only the voice media. Our approach is a different and enhanced method comparing to other existing methods, which provides web information in either auditory or visual presentation by creating additional VoiceXML documents. It generates voice information from representative content selected from a HTML document rather than from the whole HTML document. Our approach obtains the benefits that users are able to access web pages by viewing and by hearing at the same time. In other words, users can get information by viewing of current web page and by hearing of main content of hyperlinked page simultaneously without moving to the next pages. 3. Conversion to Visual and Auditory Information 3.1 Functions of Multimodal Web Access For the automatic conversions to web documents supporting the visual-auditory access, we choose a way to transcode a selected content block in a HTML document instead of transcoding from the whole HTML document into VoiceXML in consideration of efficiency. This technique shows specially high effectiveness and accuracy on the sites of news articles, web mail pages, web notice board, and so on. Following Figure 1 shows the example of transcoding results from Yahoo s Mail pages. In Figure 1 (a), once a hyperlinked object in a list is selected on the web page like A, the new web page is rendered and displayed on the screen like B. But if the web page A is converted by using our Figure 1. (a) Original Yahoo mail pages (b) Transcoded Yahoo mail pages 24

3 method, the web page C is generated as the result, which has the specific icon images like D to notify the possibility of access web information through sound media. And when a user selects the icon image, the web page C is unchanged and the text E, which includes the main information of the web page B, is read without moving to the next page B. Therefore the HTML web pages, such as A and B, can be converted into the revised HTML and generated VoiceXML pages, such as C and E. Of course if users select the original hyperlink of the text in web page C, they can go to the next web page B. So users can select more comfortable web data format, visual or auditory, according to their needs. Secondly, in order to extract an important content block from a HTML document, we use the Representative Content Extraction algorithm shown in Figure 3. As traveling the virtual tree which consists of structural tags, it selects target contents through the processing of comparisons with the parameters listed in Table 2. And then it creates VoiceXML documents including the text information of the extracted node. We suppose that this document is delivered to a VoiceXML interpreter, and it is spoken to a user through Text-To-Speech (TTS) engines. 3.2 Main Algorithms Now, we introduce two important heuristics algorithms carrying out aforementioned functions. First of all, a data tree structure is generated from an HTML document in the pre-process, and the virtual tree that consists of the tags indicating layout or data information is constructed. We exclude certain tags for script or event handler to define style properties from the virtual tree. The following algorithms work with this virtual tree as an input. In order to insert a specific icon image such as D in Figure 1, we execute the Voice Target Extraction algorithm which is represented as a flowchart in Figure 2. It finds the target objects which are connected to the next HTML documents via hyperlinks. We use the feature of visually separated structures to extract target objects. Maximumly five nodes can be candidates of target objects, and only one node is selected as a parent node of the extracted target nodes by using the comparative value listed in Table 1. After that, the sound icon for a new hyperlink is inserted as a previous sibling node of the extracted node. Table 1. Parameters for Comparing Patterns in Voice Target Extraction Algorithm Parameter The number of child nodes with hyperlink The number of characters of text in child node Tree travel path from the root node to child node Deflection value of length of text in child nodes Expected Value similar to sibling node < maximum value Figure 2. Voice Target Extraction Algorithm : It is needed to insert a specific icon image represents the accessibility of web information through sound media. 25

4 Multimodal Web Content Conversion for Mobile Services in a U-City Soosun Cho, HeeSook Shin Table 2. Parameters for Comparing Patterns in Representative Content Extraction Algorithm Parameter Text-length variations from sibling nodes Number of characters of the text Position in a whole tree Expected Value nearby center designed our transcoding system on a web browser environment and evaluated its functionalities. In the Target Object Extraction module, the target objects which have some hyperlinks are extracted. These hyperlinks are connected to the HTML documents which can be converted into voice information. Also, this module carries out the process of inserting the sound icon; it notifies that the specific voice information can be offered by sound. In the Representative Content Block Extraction module, the representative content is extracted from the hyperlinked HTML document. Finally, in VoiceXML Generation module, a VoiceXML document is generated by using the representative content extracted in the previous process. Our transcoding system works through two steps. The first step includes converting from an original HTML document to a revised HTML document which has sound icons. And the second step works for extracting important contents block from the selected HTML document and generating a VoiceXML document from the extracted contents. The HTML document generated through the first step is expressed visually via user's browser, and when a user selects the sound icon, the VoiceXML document is generated through the second step, and it is presented with sound by VoiceXML Interpreter and TTS. Through these processes, our approach supports the viewing of a current web page and the hearing of a representative part of other web page at the same time. Therefore users can acquire a lot of web information with more convenient interface at once. Step1 T a rg e t O b je c t (for C onversion) Extraction M odule C onverted H TM L Figure 3. Representative Content Extraction Algorithm : It selects target contents through the processing of comparisons and it creates VoiceXML documents including the text information of the extracted node. Step2 Representative C ontent Block Extraction M odule VoiceXM L G eneration M odule VoiceXM L 3.3 System Design Using the main algorithms, we designed a prototype of automatic transcoding system as following Figure 4. This system consists of three modules and has two operation steps. The voice information file can be generated through a web server, a browser, or a proxy server because the conversion process will be executed on these servers or client browsers. In this paper, we Step Module Output Figure 4. A block diagram of automatic transcoding system : The first step includes converting from an original HTML document to a revised HTML document which has sound icons. The second step includes extracting important content block from the selected HTML document and generating VoiceXML document. 26

5 4. Conclusions Our technology offers an efficient browsing environment because it has advantages of a visual and auditory presentation of HTML documents as well as a suitable viewing on a small screen. Also its multimodal accessibility provides an efficient interface on a mobile computing environment. It is one of the key technologies in the U-city because the multimodality supporting the mobile compute is essential to the living circumstances in a U-city where everything is interconnected with everything else, where information is instantaneously shared. Figure 5 shows the example of the operations on a multimodal web browsing system which will be implemented with our approaches in the near future. We have prototyped the transcoding system on our own web browser[11] for a PC instead of a hand-held device. The browsing result was acceptable on tests using real web pages as displays in Figure 5. Specially, our method shows a high effectiveness and accuracy on the sites of news articles, web mail pages, web notice board, and so on. All of these web sites are very familiar to modern people and we need to access these web sites in everyday life. So our approach is very suitable in the current web circumstances. But to make our methods more applicable in a U-city, we will give our efforts on implementations and evaluations in the field similar to a U-city, although we have confirmed the efficiency by prototyping. Voice C om m and / Icon Text & Speech Browser (V isualp art) Lin ke d D o c u m en ts a re tra n slated to VoiceXM L In d e x 인덱 introduction 스1 product service technology Linked D ocum ent (Auditory Part) Index In d e x <?xm lve rsion= 1.0?> <vxm lversion= 2.0 > <form.. : </vxm l> Figure 5. An example of the operations on a multimodal web browsing system : It provides advantages of a visual and auditory presentation of HTML documents, a suitable viewing on a small screen, and an efficient interface in mobile computing environments. 5. References [1] Baek, S.Y., Ubiquitous City, Buzz That Is Here to Stay, The Korea Times, Oct [2] VoiceXML forum, VoiceXML 1.0, [3] W3C, VoiceXML 2.0, TR/2001/ WD-voicexml /, [4] Xie, X., Wang, C., Chen, L., Ma, W.Y., An adaptive web page layout structure for small devices, Multimedia Systems, Vol.11, No.6, pp , [5] Hwang, Y., Kim, J., Seo, E., Structure-aware web transcoding for mobile devices, IEEE Internet Conputing, Vol.7, No.5, pp , [6] Hwang, Y., Jung, C., Kim, J., Chung, S., WebAlchemist: A Web Transcoding System for Mobile Web Access in Handheld Devices, SPIE ITCOM, [7] OPERA, SSR: Small Screen Rendering, [8] Choi, H.I., Jang, T.G., Design and Implementation of a HTML to VoiceXML Converter, Korea Information Science Society Journal, Vol.7, pp , [9] Asakawa, C., Annotation-Based Transcoding for Nonvisual Web Access, ASSET2000, pp , [10] Goose, S., Newman, M., Schmidt, C., Hue, L., Enhancing Web accessibility via the Vox Portal and a Webhosted dynamic HTML <-> VoxML converter, Computer Networks Journal, Vol.33, pp , [11] Lee, D., Cho, S., Shin, H., Choi, E. Han, D., Design of a Voice Support Browser having Contents Converter, WSEAS Transactions on Circuits and Systems, Issue 2, Vol. 3, pp , Authors bio. Soosun Cho is an assistant professor in Dept. of Computer Science, Chungju National University and her research interests include web document conversion, mobile browser, and web image analysis. HeeSook Shin is a researcher in Wearable Computing Research Team, U-Computing Research Department, IT Convergence Technology Research Laboratory, ETRI and her research interests include multimodal web access and smart interfaces for mobile and wearable computing devices. 27

A design of the transcoder to convert the VoiceXML documents into the XHTML+Voice documents

A design of the transcoder to convert the VoiceXML documents into the XHTML+Voice documents A design of the transcoder to convert the VoiceXML documents into the XHTML+Voice documents JIEUN KIM, JIEUN PARK, JUNSUK PARK, DONGWON HAN Computer & Software Technology Lab, Electronics and Telecommunications

More information

Design and Analysis of Mobile Learning Management System based on Web App

Design and Analysis of Mobile Learning Management System based on Web App , pp. 417-428 http://dx.doi.org/10.14257/ijmue.2015.10.1.38 Design and Analysis of Mobile Learning Management System based on Web App Shinwon Lee Department of Computer System Engineering, Jungwon University,

More information

Development of Integrated Management System based on Mobile and Cloud service for preventing various dangerous situations

Development of Integrated Management System based on Mobile and Cloud service for preventing various dangerous situations Development of Integrated Management System based on Mobile and Cloud service for preventing various dangerous situations Ryu HyunKi, Moon ChangSoo, Yeo ChangSub, and Lee HaengSuk Abstract In this paper,

More information

Development of Integrated Management System based on Mobile and Cloud Service for Preventing Various Hazards

Development of Integrated Management System based on Mobile and Cloud Service for Preventing Various Hazards , pp. 143-150 http://dx.doi.org/10.14257/ijseia.2015.9.7.15 Development of Integrated Management System based on Mobile and Cloud Service for Preventing Various Hazards Ryu HyunKi 1, Yeo ChangSub 1, Jeonghyun

More information

Standard Languages for Developing Multimodal Applications

Standard Languages for Developing Multimodal Applications Standard Languages for Developing Multimodal Applications James A. Larson Intel Corporation 16055 SW Walker Rd, #402, Beaverton, OR 97006 USA [email protected] Abstract The World Wide Web Consortium

More information

Smart Integrated Multiple Tracking System Development for IOT based Target-oriented Logistics Location and Resource Service

Smart Integrated Multiple Tracking System Development for IOT based Target-oriented Logistics Location and Resource Service , pp. 195-204 http://dx.doi.org/10.14257/ijsh.2015.9.5.19 Smart Integrated Multiple Tracking System Development for IOT based Target-oriented Logistics Location and Resource Service Ju-Su Kim, Hak-Jun

More information

Development of a Service Robot System for a Remote Child Monitoring Platform

Development of a Service Robot System for a Remote Child Monitoring Platform , pp.153-162 http://dx.doi.org/10.14257/ijsh.2014.8.5.14 Development of a Service Robot System for a Remote Child Monitoring Platform Taewoo Han 1 and Yong-Ho Seo 2, * 1 Department of Game and Multimedia,

More information

Home Appliance Control and Monitoring System Model Based on Cloud Computing Technology

Home Appliance Control and Monitoring System Model Based on Cloud Computing Technology Home Appliance Control and Monitoring System Model Based on Cloud Computing Technology Yun Cui 1, Myoungjin Kim 1, Seung-woo Kum 3, Jong-jin Jung 3, Tae-Beom Lim 3, Hanku Lee 2, *, and Okkyung Choi 2 1

More information

VoiceXML-Based Dialogue Systems

VoiceXML-Based Dialogue Systems VoiceXML-Based Dialogue Systems Pavel Cenek Laboratory of Speech and Dialogue Faculty of Informatics Masaryk University Brno Agenda Dialogue system (DS) VoiceXML Frame-based DS in general 2 Computer based

More information

Identifying the Number of Visitors to improve Website Usability from Educational Institution Web Log Data

Identifying the Number of Visitors to improve Website Usability from Educational Institution Web Log Data Identifying the Number of to improve Website Usability from Educational Institution Web Log Data Arvind K. Sharma Dept. of CSE Jaipur National University, Jaipur, Rajasthan,India P.C. Gupta Dept. of CSI

More information

Designing and Embodiment of Software that Creates Middle Ware for Resource Management in Embedded System

Designing and Embodiment of Software that Creates Middle Ware for Resource Management in Embedded System , pp.97-108 http://dx.doi.org/10.14257/ijseia.2014.8.6.08 Designing and Embodiment of Software that Creates Middle Ware for Resource Management in Embedded System Suk Hwan Moon and Cheol sick Lee Department

More information

How To Develop A Voice Portal For A Business

How To Develop A Voice Portal For A Business VoiceMan Universal Voice Dialog Platform VoiceMan The Voice Portal with many purposes www.sikom.de Seite 2 Voice Computers manage to do ever more Modern voice portals can... extract key words from long

More information

Performance Analysis of Web-browsing Speed in Smart Mobile Devices

Performance Analysis of Web-browsing Speed in Smart Mobile Devices Performance Analysis of Web-browsing Speed in Smart Mobile Devices Yu-Doo Kim and Il-Young Moon Korea University of Technology and Education, [email protected] Abstract The rapid growth of telecommunication

More information

A Study on IP Exposure Notification System for IoT Devices Using IP Search Engine Shodan

A Study on IP Exposure Notification System for IoT Devices Using IP Search Engine Shodan , pp.61-66 http://dx.doi.org/10.14257/ijmue.2015.10.12.07 A Study on IP Exposure Notification System for IoT Devices Using IP Search Engine Shodan Yun-Seong Ko 1, Il-Kyeun Ra 2 and Chang-Soo Kim 1* 1 Department

More information

ISSN: 2348 9510. A Review: Image Retrieval Using Web Multimedia Mining

ISSN: 2348 9510. A Review: Image Retrieval Using Web Multimedia Mining A Review: Image Retrieval Using Web Multimedia Satish Bansal*, K K Yadav** *, **Assistant Professor Prestige Institute Of Management, Gwalior (MP), India Abstract Multimedia object include audio, video,

More information

Effective Interface Design Using Face Detection for Augmented Reality Interaction of Smart Phone

Effective Interface Design Using Face Detection for Augmented Reality Interaction of Smart Phone Effective Interface Design Using Face Detection for Augmented Reality Interaction of Smart Phone Young Jae Lee Dept. of Multimedia, Jeonju University #45, Backma-Gil, Wansan-Gu,Jeonju, Jeonbul, 560-759,

More information

PHP FRAMEWORK FOR DATABASE MANAGEMENT BASED ON MVC PATTERN

PHP FRAMEWORK FOR DATABASE MANAGEMENT BASED ON MVC PATTERN PHP FRAMEWORK FOR DATABASE MANAGEMENT BASED ON MVC PATTERN Chanchai Supaartagorn Department of Mathematics Statistics and Computer, Faculty of Science, Ubon Ratchathani University, Thailand [email protected]

More information

The Document Review Process: Automation of your document review and approval. A White Paper. BP Logix, Inc.

The Document Review Process: Automation of your document review and approval. A White Paper. BP Logix, Inc. The Document Review Process: Automation of your document review and approval A White Paper BP Logix, Inc. The Document Review Process A document encompasses many forms technical documentation, product

More information

Open Source VoiceXML Interpreter over Asterisk for Use in IVR Applications

Open Source VoiceXML Interpreter over Asterisk for Use in IVR Applications Open Source VoiceXML Interpreter over Asterisk for Use in IVR Applications Lerato Lerato, Maletšabisa Molapo and Lehlohonolo Khoase Dept. of Maths and Computer Science, National University of Lesotho Roma

More information

Search and Information Retrieval

Search and Information Retrieval Search and Information Retrieval Search on the Web 1 is a daily activity for many people throughout the world Search and communication are most popular uses of the computer Applications involving search

More information

A UPS Framework for Providing Privacy Protection in Personalized Web Search

A UPS Framework for Providing Privacy Protection in Personalized Web Search A UPS Framework for Providing Privacy Protection in Personalized Web Search V. Sai kumar 1, P.N.V.S. Pavan Kumar 2 PG Scholar, Dept. of CSE, G Pulla Reddy Engineering College, Kurnool, Andhra Pradesh,

More information

RUBA: Real-time Unstructured Big Data Analysis Framework

RUBA: Real-time Unstructured Big Data Analysis Framework RUBA: Real-time Unstructured Big Data Analysis Framework Jaein Kim, Nacwoo Kim, Byungtak Lee IT Management Device Research Section Honam Research Center, ETRI Gwangju, Republic of Korea jaein, nwkim, [email protected]

More information

A Study on Integrated Security Service Control Solution Development about CRETA Security

A Study on Integrated Security Service Control Solution Development about CRETA Security A Study on Integrated Security Service Control Solution Development about CRETA Security Yongwon (Conrad) Cho 1, Jinwon (Frank) Choi 2 1 Director Research Engineer, Virtual Builders Co., Ltd. 2 CEO & Co-Founder,

More information

Cyber Forensic for Hadoop based Cloud System

Cyber Forensic for Hadoop based Cloud System Cyber Forensic for Hadoop based Cloud System ChaeHo Cho 1, SungHo Chin 2 and * Kwang Sik Chung 3 1 Korea National Open University graduate school Dept. of Computer Science 2 LG Electronics CTO Division

More information

A Study on Integrated Operation of Monitoring Systems using a Water Management Scenario

A Study on Integrated Operation of Monitoring Systems using a Water Management Scenario , pp. 55-64 http://dx.doi.org/10.14257/ijseia.2015.9.9.06 A Study on Integrated Operation of Monitoring Systems using a Water Management Scenario Yong-Hyeon Gwon 1, Seung-Kwon Jung 2, Su-Won Lee 2 and

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

Responsive web design Are we ready for the new age?

Responsive web design Are we ready for the new age? Responsive web design Are we ready for the new age? Nataša Subić, The Higher Education Technical School of Professional Studies in Novi Sad, Serbia, [email protected] Tanja Krunić, The Higher Education

More information

Email Spam Detection Using Customized SimHash Function

Email Spam Detection Using Customized SimHash Function International Journal of Research Studies in Computer Science and Engineering (IJRSCSE) Volume 1, Issue 8, December 2014, PP 35-40 ISSN 2349-4840 (Print) & ISSN 2349-4859 (Online) www.arcjournals.org Email

More information

Big Data Collection Study for Providing Efficient Information

Big Data Collection Study for Providing Efficient Information , pp. 41-50 http://dx.doi.org/10.14257/ijseia.2015.9.12.03 Big Data Collection Study for Providing Efficient Information Jun-soo Yun, Jin-tae Park, Hyun-seo Hwang and Il-young Moon Computer Science and

More information

Thin Client Development and Wireless Markup Languages cont. VoiceXML and Voice Portals

Thin Client Development and Wireless Markup Languages cont. VoiceXML and Voice Portals Thin Client Development and Wireless Markup Languages cont. David Tipper Associate Professor Department of Information Science and Telecommunications University of Pittsburgh [email protected] http://www.sis.pitt.edu/~dtipper/2727.html

More information

Implementation of the Remote Control and Management System. in the Windows O.S

Implementation of the Remote Control and Management System. in the Windows O.S IJCSNS International Journal of Computer Science and Network Security, VOL.12 No.8, August 2012 11 Implementation of the Remote Control and Management System in the Windows O.S Seung-Ju Jang Dong-Eui University,

More information

Adaptive User Interface Modeling Design for Webbased Terminal Middleware

Adaptive User Interface Modeling Design for Webbased Terminal Middleware Adaptive User Interface Modeling Design for Webbased Terminal Middleware Sunghan Kim and Seungyun Lee Standard Research Center, ETRI, Daejeon, Korea {sh-kim, syl}@etri.re.kr Abstract. This paper shows

More information

Design and Implementation of a Voice Based Navigation for Visually Impaired Persons

Design and Implementation of a Voice Based Navigation for Visually Impaired Persons Design and Implementation of a Voice Based Navigation for Visually Impaired Persons Jae Sung Cha, Dong Kyun Lim and Yong-Nyuo Shin Dept. Of Computer Science, Hanyang Cyber University, Seoul,133-791, Korea

More information

Microsoft Office System Tip Sheet

Microsoft Office System Tip Sheet The 2007 Microsoft Office System The 2007 Microsoft Office system is a complete set of desktop and server software that can help streamline the way you and your people do business. This latest release

More information

NASSI-SCHNEIDERMAN DIAGRAM IN HTML BASED ON AML

NASSI-SCHNEIDERMAN DIAGRAM IN HTML BASED ON AML Volume 6, Number 3, 2013 NASSI-SCHNEIDERMAN DIAGRAM IN HTML BASED ON AML László Menyhárt Abstract: In an earlier work I defined an extension of XML called Algorithm Markup Language (AML) for easy and understandable

More information

Preprocessing Web Logs for Web Intrusion Detection

Preprocessing Web Logs for Web Intrusion Detection Preprocessing Web Logs for Web Intrusion Detection Priyanka V. Patil. M.E. Scholar Department of computer Engineering R.C.Patil Institute of Technology, Shirpur, India Dharmaraj Patil. Department of Computer

More information

An Efficient Application Virtualization Mechanism using Separated Software Execution System

An Efficient Application Virtualization Mechanism using Separated Software Execution System An Efficient Application Virtualization Mechanism using Separated Software Execution System Su-Min Jang, Won-Hyuk Choi and Won-Young Kim Cloud Computing Research Department, Electronics and Telecommunications

More information

How To Test A Robot Platform And Its Components

How To Test A Robot Platform And Its Components An Automated Test Method for Robot Platform and Its Components Jae-Hee Lim 1, Suk-Hoon Song 1, Jung-Rye Son 1, Tae-Yong Kuc 2, Hong-Seong Park 3, Hong-Seok Kim 4 1,2 School of Information and Communication,

More information

Personal Voice Call Assistant: VoiceXML and SIP in a Distributed Environment

Personal Voice Call Assistant: VoiceXML and SIP in a Distributed Environment Personal Voice Call Assistant: VoiceXML and SIP in a Distributed Environment Michael Pucher +43/1/5052830-98 [email protected] Julia Tertyshnaya +43/1/5052830-45 [email protected] Florian Wegscheider +43/1/5052830-45

More information

Open Access Research and Design for Mobile Terminal-Based on Smart Home System

Open Access Research and Design for Mobile Terminal-Based on Smart Home System Send Orders for Reprints to [email protected] The Open Automation and Control Systems Journal, 2015, 7, 479-484 479 Open Access Research and Design for Mobile Terminal-Based on Smart Home System

More information

Digital media glossary

Digital media glossary A Ad banner A graphic message or other media used as an advertisement. Ad impression An ad which is served to a user s browser. Ad impression ratio Click-throughs divided by ad impressions. B Banner A

More information

EBOX Digital Content Management System (CMS) User Guide For Site Owners & Administrators

EBOX Digital Content Management System (CMS) User Guide For Site Owners & Administrators EBOX Digital Content Management System (CMS) User Guide For Site Owners & Administrators Version 1.0 Last Updated on 15 th October 2011 Table of Contents Introduction... 3 File Manager... 5 Site Log...

More information

Internet of Things for Smart Crime Detection

Internet of Things for Smart Crime Detection Contemporary Engineering Sciences, Vol. 7, 2014, no. 15, 749-754 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ces.2014.4685 Internet of Things for Smart Crime Detection Jeong-Yong Byun, Aziz

More information

Study of SAP ERP Connection System Driven in Smartphone

Study of SAP ERP Connection System Driven in Smartphone Study of SAP ERP Connection System Driven in Smartphone 1 Jong Youel Park, * 2 Dea-Woo Park, 3 Young Hyun Chang, 4 Kyung Bae Yoon 1, First Author Hoseo Graduate School of Venture Korea, [email protected]

More information

A Web Based Voice Recognition System for Visually Challenged People

A Web Based Voice Recognition System for Visually Challenged People A Web Based Voice Recognition System for Visually Challenged People V.Balaji, Dr. S.Kanaga Suba Raja, M.Vivekanandan Assistant Professor, Department of IT, Easwari Engineering College, Chennai, India Associate

More information

Creating Web Pages with Netscape/Mozilla Composer and Uploading Files with CuteFTP

Creating Web Pages with Netscape/Mozilla Composer and Uploading Files with CuteFTP Creating Web Pages with Netscape/Mozilla Composer and Uploading Files with CuteFTP Introduction This document describes how to create a basic web page with Netscape/Mozilla Composer and how to publish

More information

Developing accessible portals and portlets with IBM WebSphere Portal

Developing accessible portals and portlets with IBM WebSphere Portal Developing accessible portals and portlets with IBM WebSphere Portal Level: Introductory IBM Human Ability and Accessibility Center Austin, Texas February, 2006 Copyright International Business Machines

More information

Community Development and Training Centre Semester 2 2006 IT 245 Management Information Systems Chapter 3 Internetwork E-Business Electronic Business

Community Development and Training Centre Semester 2 2006 IT 245 Management Information Systems Chapter 3 Internetwork E-Business Electronic Business Community Development and Training Centre Semester 2 2006 IT 245 Management Information Systems Chapter 3 Internetwork E-Business Electronic Business Applications. Internetworked E-business enterprises

More information

Terms and Definitions for CMS Administrators, Architects, and Developers

Terms and Definitions for CMS Administrators, Architects, and Developers Sitecore CMS 6 Glossary Rev. 081028 Sitecore CMS 6 Glossary Terms and Definitions for CMS Administrators, Architects, and Developers Table of Contents Chapter 1 Introduction... 3 1.1 Glossary... 4 Page

More information

Cross Bulk Mailer 5.4 User Guide

Cross Bulk Mailer 5.4 User Guide http://dnnmodule.com/ Page 1 of 15 Cross Bulk Mailer 5.4 User Guide http://dnnmodule.com Cross Software, China 12/5/2013 http://dnnmodule.com/ Page 2 of 15 Table of Contents 1. Background... 3 2. Introduction...

More information

THE DESIGN OF INTELLIGENT RESIDENCE PROPERTY MANAGEMENT INFORMATION SYSTEM (IPMIS) BASED-ON E-BUSINESS

THE DESIGN OF INTELLIGENT RESIDENCE PROPERTY MANAGEMENT INFORMATION SYSTEM (IPMIS) BASED-ON E-BUSINESS THE DESIGN OF INTELLIGENT RESIDENCE PROPERTY MANAGEMENT INFORMATION SYSTEM (IPMIS) BASED-ON E-BUSINESS Mei Feng WANG, Chao HAN Department of Property Management, Beijing Forestry University, Beijing China

More information

Content Author's Reference and Cookbook

Content Author's Reference and Cookbook Sitecore CMS 6.5 Content Author's Reference and Cookbook Rev. 110621 Sitecore CMS 6.5 Content Author's Reference and Cookbook A Conceptual Overview and Practical Guide to Using Sitecore Table of Contents

More information

Oct 15, 2004 www.dcs.bbk.ac.uk/~gmagoulas/teaching.html 3. Internet : the vast collection of interconnected networks that all use the TCP/IP protocols

Oct 15, 2004 www.dcs.bbk.ac.uk/~gmagoulas/teaching.html 3. Internet : the vast collection of interconnected networks that all use the TCP/IP protocols E-Commerce Infrastructure II: the World Wide Web The Internet and the World Wide Web are two separate but related things Oct 15, 2004 www.dcs.bbk.ac.uk/~gmagoulas/teaching.html 1 Outline The Internet and

More information

Automatically adapting web pages to heterogeneous devices

Automatically adapting web pages to heterogeneous devices Automatically adapting web pages to heterogeneous devices Chinmay Kulkarni Stanford University HCI Group Stanford, CA 94305-9035 [email protected] Scott R Klemmer Stanford University HCI Group Stanford,

More information

CLOUDDMSS: CLOUD-BASED DISTRIBUTED MULTIMEDIA STREAMING SERVICE SYSTEM FOR HETEROGENEOUS DEVICES

CLOUDDMSS: CLOUD-BASED DISTRIBUTED MULTIMEDIA STREAMING SERVICE SYSTEM FOR HETEROGENEOUS DEVICES CLOUDDMSS: CLOUD-BASED DISTRIBUTED MULTIMEDIA STREAMING SERVICE SYSTEM FOR HETEROGENEOUS DEVICES 1 MYOUNGJIN KIM, 2 CUI YUN, 3 SEUNGHO HAN, 4 HANKU LEE 1,2,3,4 Department of Internet & Multimedia Engineering,

More information

The Digital Signage System Supporting Multi-Resources Schedule on an Elevator

The Digital Signage System Supporting Multi-Resources Schedule on an Elevator , pp. 219-228 http://dx.doi.org/10.14257/ijsh.2015.9.8.23 The Digital Signage System Supporting Multi-Resources Schedule on an Elevator Woon-Yong Kim and SoonGohn Kim (Corresponding Author) Department

More information

Text Opinion Mining to Analyze News for Stock Market Prediction

Text Opinion Mining to Analyze News for Stock Market Prediction Int. J. Advance. Soft Comput. Appl., Vol. 6, No. 1, March 2014 ISSN 2074-8523; Copyright SCRG Publication, 2014 Text Opinion Mining to Analyze News for Stock Market Prediction Yoosin Kim 1, Seung Ryul

More information

MVC Architecture Driven Design and Implementation of Java Framework for Developing Desktop Application

MVC Architecture Driven Design and Implementation of Java Framework for Developing Desktop Application , pp.317-322 http://dx.doi.org/10.14257/ijhit.2014.7.5.29 MVC Architecture Driven Design and Implementation of Java Framework for Developing Desktop Application Iqbal H. Sarker and K. Apu Department of

More information

GCE APPLIED ICT A2 COURSEWORK TIPS

GCE APPLIED ICT A2 COURSEWORK TIPS GCE APPLIED ICT A2 COURSEWORK TIPS COURSEWORK TIPS A2 GCE APPLIED ICT If you are studying for the six-unit GCE Single Award or the twelve-unit Double Award, then you may study some of the following coursework

More information

A Platform as a Service for Smart Home

A Platform as a Service for Smart Home A Platform as a Service for Smart Home Boyun Eom, Choonhwa Lee, Changwoo Yoon, Hyunwoo Lee, and Won Ryu Abstract Owing to the convergence of home network, smart home technologies have been developing rapidly.

More information

The Windows Telephony Application Programming Interface Combining the Power of the Computer With the Functionality of the Telephone.

The Windows Telephony Application Programming Interface Combining the Power of the Computer With the Functionality of the Telephone. The Windows Telephony Application Programming Interface Combining the Power of the Computer With the Functionality of the Telephone Backgrounder The Windows Telephony Application Programming Interface

More information

State of Nevada. Ektron Content Management System (CMS) Basic Training Guide

State of Nevada. Ektron Content Management System (CMS) Basic Training Guide State of Nevada Ektron Content Management System (CMS) Basic Training Guide December 8, 2015 Table of Contents Logging In and Navigating to Your Website Folders... 1 Metadata What it is, How it Works...

More information

Density Map Visualization for Overlapping Bicycle Trajectories

Density Map Visualization for Overlapping Bicycle Trajectories , pp.327-332 http://dx.doi.org/10.14257/ijca.2014.7.3.31 Density Map Visualization for Overlapping Bicycle Trajectories Dongwook Lee 1, Jinsul Kim 2 and Minsoo Hahn 1 1 Digital Media Lab., Korea Advanced

More information

Lesson Overview. Getting Started. The Internet WWW

Lesson Overview. Getting Started. The Internet WWW Lesson Overview Getting Started Learning Web Design: Chapter 1 and Chapter 2 What is the Internet? History of the Internet Anatomy of a Web Page What is the Web Made Of? Careers in Web Development Web-Related

More information

Content Author's Reference and Cookbook

Content Author's Reference and Cookbook Sitecore CMS 6.2 Content Author's Reference and Cookbook Rev. 091019 Sitecore CMS 6.2 Content Author's Reference and Cookbook A Conceptual Overview and Practical Guide to Using Sitecore Table of Contents

More information

Working with the Ektron Content Management System

Working with the Ektron Content Management System Working with the Ektron Content Management System Table of Contents Creating Folders Creating Content 3 Entering Text 3 Adding Headings 4 Creating Bullets and numbered lists 4 External Hyperlinks and e

More information

CMS Training. Prepared for the Nature Conservancy. March 2012

CMS Training. Prepared for the Nature Conservancy. March 2012 CMS Training Prepared for the Nature Conservancy March 2012 Session Objectives... 3 Structure and General Functionality... 4 Section Objectives... 4 Six Advantages of using CMS... 4 Basic navigation...

More information

Module 6 Web Page Concept and Design: Getting a Web Page Up and Running

Module 6 Web Page Concept and Design: Getting a Web Page Up and Running Module 6 Web Page Concept and Design: Getting a Web Page Up and Running Lesson 3 Creating Web Pages Using HTML UNESCO EIPICT M6. LESSON 3 1 Rationale Librarians need to learn how to plan, design and create

More information

Web content vs. Word Processing Files

Web content vs. Word Processing Files Creating Content for the Web in MS Word (2003) Web content vs. Word Processing Files Instructors choosing to post their course materials to Web-pages or to their WebCT courses, frequently develop materials

More information

Email Signatures. Advanced User s Guide. Version 2.0

Email Signatures. Advanced User s Guide. Version 2.0 Advanced User s Guide Version 2.0 Contents Email Signatures... 3 About the Documentation... 3 Ifbyphone on the Web... 3 Copying Click-to-XyZ Code... 4 Logging in to your ifbyphone Account... 4 Web-Based

More information

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY A PATH FOR HORIZING YOUR INNOVATIVE WORK A SURVEY ON BIG DATA ISSUES AMRINDER KAUR Assistant Professor, Department of Computer

More information

The multilayer sentiment analysis model based on Random forest Wei Liu1, Jie Zhang2

The multilayer sentiment analysis model based on Random forest Wei Liu1, Jie Zhang2 2nd International Conference on Advances in Mechanical Engineering and Industrial Informatics (AMEII 2016) The multilayer sentiment analysis model based on Random forest Wei Liu1, Jie Zhang2 1 School of

More information

Design and Implementation of Automatic Attendance Check System Using BLE Beacon

Design and Implementation of Automatic Attendance Check System Using BLE Beacon , pp.177-186 http://dx.doi.org/10.14257/ijmue.2015.10.10.19 Design and Implementation of Automatic Attendance Check System Using BLE Beacon Mi-Young Bae and Dae-Jea Cho * Dept. Of Multimedia Engineering,

More information

Creating and Implementing Conversational Agents

Creating and Implementing Conversational Agents Creating and Implementing Conversational Agents Kenneth J. Luterbach East Carolina University Abstract First, this paper discusses the use of the Artificial Intelligence Markup Language (AIML) for the

More information

Survey of Web Testing Techniques

Survey of Web Testing Techniques Survey of Web Testing Techniques Sonal Anand M.Tech (Computer Science) USIT, GGSIPU New Delhi, India Anju Saha Assistant Professor USIT, GGSIPU New Delhi, India ABSTRACT This paper presents a survey of

More information

Development of Bio-Cloud Service for Genomic Analysis Based on Virtual

Development of Bio-Cloud Service for Genomic Analysis Based on Virtual Development of Bio-Cloud Service for Genomic Analysis Based on Virtual Infrastructure 1 Jung-Ho Um, 2 Sang Bae Park, 3 Hoon Choi, 4 Hanmin Jung 1, First Author Korea Institute of Science and Technology

More information

USER S MANUAL JOOMLA! GOVERNMENT WEB TEMPLATE

USER S MANUAL JOOMLA! GOVERNMENT WEB TEMPLATE USER S MANUAL JOOMLA! GOVERNMENT WEB TEMPLATE 1 TABLE OF CONTENTS Introduction 3 Parts of the Government Web Template (GWT) 4 Logging In and Getting Started 5 GWT Joomla! Module Map 8 Editing the Top Bar

More information

Why HTML5 Tests the Limits of Automated Testing Solutions

Why HTML5 Tests the Limits of Automated Testing Solutions Why HTML5 Tests the Limits of Automated Testing Solutions Why HTML5 Tests the Limits of Automated Testing Solutions Contents Chapter 1 Chapter 2 Chapter 3 Chapter 4 As Testing Complexity Increases, So

More information

Vision Based Parking Lot Monitoring: Available Parking Spaces Information

Vision Based Parking Lot Monitoring: Available Parking Spaces Information Vision Based Parking Lot Monitoring: Available Parking Spaces Information Leonard Yoon University of California, San Diego Department of Electrical & Computer Engineering [email protected] Kyumin Cho University

More information

A Virtual Machine Searching Method in Networks using a Vector Space Model and Routing Table Tree Architecture

A Virtual Machine Searching Method in Networks using a Vector Space Model and Routing Table Tree Architecture A Virtual Machine Searching Method in Networks using a Vector Space Model and Routing Table Tree Architecture Hyeon seok O, Namgi Kim1, Byoung-Dai Lee dept. of Computer Science. Kyonggi University, Suwon,

More information

Visualizing e-government Portal and Its Performance in WEBVS

Visualizing e-government Portal and Its Performance in WEBVS Visualizing e-government Portal and Its Performance in WEBVS Ho Si Meng, Simon Fong Department of Computer and Information Science University of Macau, Macau SAR [email protected] Abstract An e-government

More information

Unifying Video Captions and Text-Based Audio Descriptions

Unifying Video Captions and Text-Based Audio Descriptions CSUN 2011 Unifying Video Captions and Text-Based Audio Descriptions Masatomo Kobayashi (IBM Research Tokyo) 2011 IBM Corporation Online Videos Support Our Lives News Entertainment Education Announcements

More information

Understanding Web personalization with Web Usage Mining and its Application: Recommender System

Understanding Web personalization with Web Usage Mining and its Application: Recommender System Understanding Web personalization with Web Usage Mining and its Application: Recommender System Manoj Swami 1, Prof. Manasi Kulkarni 2 1 M.Tech (Computer-NIMS), VJTI, Mumbai. 2 Department of Computer Technology,

More information

Research on HTML5 in Web Development

Research on HTML5 in Web Development Research on HTML5 in Web Development 1 Ch Rajesh, 2 K S V Krishna Srikanth 1 Department of IT, ANITS, Visakhapatnam 2 Department of IT, ANITS, Visakhapatnam Abstract HTML5 is everywhere these days. HTML5

More information

Web project proposal. European e-skills Association

Web project proposal. European e-skills Association Web project proposal European e-skills Association LUCISMEDIA WEB DESIGN PROPOSAL CONTENTS Lucismedia... 3 Building enterprise social communities... 3 project objective... 4 Project scope... 6 Interface

More information

Research and Performance Analysis of HTML5 WebSocket for a Real-time Multimedia Data Communication Environment

Research and Performance Analysis of HTML5 WebSocket for a Real-time Multimedia Data Communication Environment Vol.46 (Multimedia 2014), pp.307-312 http://dx.doi.org/10.14257/astl.2014.46.64 Research and Performance Analysis of HTML5 WebSocket for a Real-time Multimedia Data Communication Environment Jin-tae Park

More information

So today we shall continue our discussion on the search engines and web crawlers. (Refer Slide Time: 01:02)

So today we shall continue our discussion on the search engines and web crawlers. (Refer Slide Time: 01:02) Internet Technology Prof. Indranil Sengupta Department of Computer Science and Engineering Indian Institute of Technology, Kharagpur Lecture No #39 Search Engines and Web Crawler :: Part 2 So today we

More information