Adaptive User Interface Modeling Design for Webbased Terminal Middleware
|
|
|
- Cuthbert Leonard Fleming
- 10 years ago
- Views:
Transcription
1 Adaptive User Interface Modeling Design for Webbased Terminal Middleware Sunghan Kim and Seungyun Lee Standard Research Center, ETRI, Daejeon, Korea {sh-kim, Abstract. This paper shows the progressing research results how user interface can model in adaptive way with terminal middleware for TV services. Current TV terminals are diverse and multiple types of devices, and service is also supporting advanced functionality toward users. In the situations, user interface design skills are getting more important to UI designers, manufacturers and service providers, too. Therefore, we reviewed current terminal middleware to allow UI module working in terminal, and then shows a relevant use scenario for service requirements. From the requirement, this paper proposes experimental UI model to support adaptive UI between different types of TV devices, e.g. mobile and set-top, for seamless-like TV UI service. Keywords: User Interface, Terminal Middleware, TV Introduction TV services are now already launching with several types of service, from traditional TV services, e.g. satellite, terrestrial and cable to WebTV by PC. And recently, new kind of TV service, e.g. IPTV, is appeared on traditional TV service domains. TV service maybe becomes a diverging point between traditional TV and new era of TV services in standardization respects. TV service deploys new kinds of emerging TV services. These services are usually supporting high quality, differentiated data service to customer compared traditional TV service. New TV service can support user interface and interactive data service between TV service provider and users. And current TV devices are diverging from traditional TV model to mobile, Pad. From these backgrounds, recently TV screen are different size and capabilities, we need to consider how to design and support to user interface in an adaptive way to enable seamless user experience. Even though user interface is not new technology domain, but according to current advanced hardware interface performance, new approach is researching and experimenting with several systems to support advanced user interface. Also, relevant standardization activity is also developing in W3C, ISO/IEC JTC SC29 WG(a.k.a MPEG), etc. In W3C, MBUI WG(Model-based User Interface Working Group) has relevant activity on the issue of user interface, and MPEG also has standardization achievement in the scope of user interaction domain. In this paper, section 2 describes general web-based terminal middleware for supporting UI module 3
2 in terminal, and in section 3 shows adaptive user interface modeling design and mechanism how to support UI in an adaptive way along the use scenario. 2 Web-based Terminal Middleware Generally, Web-based terminal middleware is a terminal middleware whose characteristic is that it has one central middleware which orchestrates various applications. This orchestrating middleware, generally called browser or user agent in W3C terminology, processes a structured document and an interpretive language, usually called script, to enable various services. Web-based terminal middleware enables basic, advanced interactive TV services for TV terminal device. It is required to review the general TV service requirements and architecture, as well TV terminal modes of devices. Web-based TV terminal middleware is needed to define the interfaces on IPTV terminal functional architecture and the structure of the presentation engine. Among interfaces, user interface module is necessary to support UI in device in an adaptive way. The presentation engine basically supports the markup, script processing and document object processing. TV terminal middleware is generally need hardware-agnostic. Being one type of implementation, the WBTM in the TV terminal device should provide various integrated functional blocks and APIs for the high-level services, which could be programmed in WBTM script or by other methods, to implement TV services with the integration of TV services such as VOD, linear TV and so on. TV services need to support seamless capabilities to users regardless of device types of model. Therefore, users can access the same TV service independently of different types of TV devices. Because of this fact, TV users and mobile users can share the same services/applications over different TV devices for some types of services, e.g. Facebook service, updated content notification, etc. So, TV service needs to support interoperability for web-based applications among different devices. Therefore, user interface is required in the web-based core engine, which is to enable to support coherent user experience such kinds of web applications over different TV devices. Figure gives the layered view of WBTM architecture. Fig.. Generic Framework of Web-based Terminal Middleware 4
3 2. Scenario of Adaptive User Interface An example of adaptive user interface scenario is explained in figure 2. This figure illustrated how user demands the coherent and seamless UI service with his/her own devices. Now user has several devices around him/her, and service provider supports similar user coherent UI among devices. Terminal devices are in assumption loaded the web-based terminal middleware. Mr. Kim is relaxing and watching TV program through TV terminal UI at home. And then, he received an emergent call from office to attend meeting in other city. So, he has to go out for the meeting, after stopping the movie immediately. It takes one hour to move from home to the meeting place. So, he hopes to see the continuous contents while moving on bus with other mobile phone. When he gets on the bus, he opens the mobile phone and connects the service provider for the movie contents, again. And then, he find that mobile UI is familiar to him, for service provider supports seamless UI screen for TV service. Therefore he enjoyed and finished watching the video to the end. Fig. 2. Case for necessity of different user Interfaces Figure 3 shows the flow for the use case of different devices with media processing together. Here two kinds of devices are STB and mobile phone, and content provider supports the composite of services. Fig. 3. UI service flow between different terminals 5
4 3 Model Design of Adaptive User Interface 3. Analysis and model Research on UI is still studying and developing on the issue of user convenience. UI technology enables web-applications to use with user preference information together. Therefore user can find service more easily through comfortable UI and devices is required to design UI with the philosophy of user centric. UI research is related with modeling of context processing, which means user has interactions with devices. But, previous research is weakly deficient for sequential procedure in abnormal situations. It needs to define clear about description of interaction between user and device in specific procedure, and overcome the limit for the time-flow processing in abnormal completeness. Recent research is concentrated on building user profiles with XMLbased model and allow available user interface by user preference. AUI model is a model based on XML and user interaction. AUI model is available with asynchronous update of UI and change with Interactor class and Selection class for context and data processing. Some features of model is user interface is divided into abstract level and concrete level, abstract level is independent of platform and concrete level is possible working on various platform such as graphical touch-based smart phone, multi-modal device. As well, UI is considering in normal user and handicapped user in user perspective, and on multiple devices environment. Therefore, model makes it possible to use in appropriate web application model in TV service environment. To support adaptive user interface model is necessary to define diagram of class structure, which shows the relationship among entities on device. The class structure is below in figure 4. Interface ExternalFunction Presentation dialogexpression connections + name dialogmodel + condition + ctt operator..*..* elementary_conn datamodel dataobject event grouping..* interator_composition conditional_conn + id complex_conn hierarchy_value..* + id + presentation_name + orderaing_value + interator_id handler + hierarchy + parameter_name - <<contains>>..*..* + ordereing..* Interactor second_expression - <<contains>> bool-operator..* + name cond relation + parameter_value DataItem DataInterator TriggerInterator + target_presentation_name - systemprovided + target_composition_operator + ref[0...] + presentation_name + maxcardinality : Integer[0...*] - userprovided + mincardinality : Integer[0...*] + defaultvalue : object[0...*] Command Navigator + triggersconstraintchecking : Boolean Input Output Selection + ordercriteria + iscontinuos + start + end + step + isexpandable : Boolean Fig. 4. UI service flow between different terminals 6
5 Table. Class name and roles Connections Class name Grouping, relation Interactor Control Selection Edit Grouping Relation Composite Description Repeater Data Model Event Model Dialog Model Interactor Trigger Interactor - Command Descriptions Show that being of next presentation after user interaction elementary connection, complex connection, conditional connection Two type of user interaction components Target of user interaction or target of only output Category of user interaction: selection, edit, control, interactive description, etc only output interactor : object, description, feedback, alarm, text, etc navigator, activator Selection of user predefined list On number, Interactor selects connection User can edit manually on Interactor, text(textedit), number(numberedit), position(positionedit),generic object(objectedit) Interactor element group Group having relationship each other Group display for mixed of Descriptionand Navigator element Content repeat for general data source Data type for interface Interactor status update data model define for XML Schema Definition UI update status for each interactor Presentation interaction for event in time. CTT operator for fime relationship DataInteractor for UI input/output or Trigger Interactor for UI command Selection, Input, Output Data Interactor Command interaction unit update in UI Navigator 3.3 Client-Server Mechanism Figure 5 shows the flow diagram between client and server. User interface receives input signal from main display, in fact through internal input Class. After receiving data input, DataInteractor Class updates to Interactor s status or various UI status by changing data element value. Through this processing, Server is saving the updated user profile information, and continues to process the Interactor-Presentation-Interface class in order, then display on user device. Other procedure also can be modeled in client server model. 7
6 Fig. 5. Example of Client-Server interaction: User data registration 6 Summary This paper described on progressing research result of UI for TV service in the environment of multiple devices by user. General terminal middleware is described for the platform of UI modeling, which is targeting for seamless UI service. And, UI modeling is analyzed for adaptive UI design for client-server architecture. Still further research is going and necessary for further research. Acknowledgements. "This research was supported by the ICT Standardization program of MKE(The Ministry of Knowledge Economy)" References. ITU-T IPTV, 2. ATSI, 3. OIPF, OIPF Forum, 4. ISO/IEC 23004, Information technology MPEG Multimedia Middleware (MPEG-E) 5. A. Puerta, and J. Eisenstein. A Representational Basis for User-Interface Transformations. 200 CHI Workshop on Transforming the UI for Anyone, Anywhere. Seattle WA, March (200) 6. A. Puerta and J. Eisenstein. Towards a General Computational Framework for Model-Based Interface Development Systems. Knowledge-Based Systems, Vol. 2, 999, pp D. Thevenin and J. Coutaz. Plasticity of User Interfaces: Framework and Research Agenda, in Proceedings of INTERACT 99. Edinburgh: IOS Press J. Vanderdonckt and P. Berquin. Towards a Very Large Model-Based Approach for User Interface Development, Proceedings of UIDIS 99. Los Alamitos: IEEE Press 999, pp
SERIES H: AUDIOVISUAL AND MULTIMEDIA SYSTEMS Infrastructure of audiovisual services Communication procedures
I n t e r n a t i o n a l T e l e c o m m u n i c a t i o n U n i o n ITU-T TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU Technical Paper (11 July 2014) SERIES H: AUDIOVISUAL AND MULTIMEDIA SYSTEMS Infrastructure
Tool Support for Designing Nomadic Applications
Tool Support for Designing Nomadic Applications Giulio Mori, Fabio Paternò, Carmen Santoro I.S.T.I. C.N.R. Via G. Moruzzi, 1 56100 Pisa, Italy +39 050 315 3066 {g.mori, f.paterno, c.santoro}@cnuce.cnr.it
Trends of Interactive TV & Triple Play
Trends of Interactive TV & Triple Play 1 Technology trends 4C s convergence Improvement and standardization of the encoding technology The enhancement and cost effective of IP video streaming network components
Position Paper for The Fourth W3C Web and TV Workshop. Mingmin Wang Oriental Cable Network [email protected]
Position Paper for The Fourth W3C Web and TV Workshop Abstract This paper introduces multiple screen technology research and services implementation in China, which has the close relationship between Web
Proceedings. Software Technology. SoftTech 2012. May 29-31, 2012 Waterfront Airport Hotel and Casino, Cebu, Philippines
Proceedings Software Technology SoftTech 2012 May 29-31, 2012 Waterfront Airport Hotel and Casino, Cebu, Philippines Volume Editors: Chin-Chen Chang Feng Chia University, Taiwan Email: [email protected]
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,
Implementation of a Video On-Demand System For Cable Television
Implementation of a Video On-Demand System For Cable Television Specific VOD Implementation for one way networks This white paper is co-authored by: Teleste Oyj Edgeware AB 1(18) TABLE OF CONTENTS Confidentiality
Open multi-provider delivery of TV services over IP networks
Open multi-provider delivery of TV services over IP networks Introduction Content of the presentation 8 Introduction to DVB-IPI and its application to Medianet open system vision 8 Challenges in realistic
Design of Media measurement and monitoring system based on Internet of Things
Design of Media measurement and monitoring system based on Internet of Things Hyunjoong Kang 1, Marie Kim 1, MyungNam Bae 1, Hyo-Chan Bang 1, 1 Electronics and Telecommunications Research Institute, 138
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
RS MDM. Integration Guide. Riversand
RS MDM 2009 Integration Guide This document provides the details about RS MDMCenter integration module and provides details about the overall architecture and principles of integration with the system.
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,
Design of Expanded Assessment Management System for Open-Source Moodle LMS Module
2012 3rd International Conference on e-education, e-business, e-management and e-learning IPEDR vol.27 (2012) (2012) IACSIT Press, Singapore Design of Expanded Assessment Management System for Open-Source
Scenario-based Requirements Engineering and User-Interface Design
Scenario-based Requirements Engineering and User-Interface Institut für Computertechnik ICT Institute of Computer Technology Hermann Kaindl Vienna University of Technology, ICT Austria [email protected]
Requirements and Service Scenarios for QoS enabled Mobile VoIP Service
Requirements and Service Scenarios for QoS enabled Mobile VoIP Service Kyu Ouk Lee, Ho Young Song Electronics and Telecommunications Research Institute (ETRI) [email protected], [email protected] Abstract.
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
Context Model Based on Ontology in Mobile Cloud Computing
Context Model Based on Ontology in Mobile Cloud Computing Changbok Jang, Euiin Choi * Dept. Of Computer Engineering, Hannam University, Daejeon, Korea [email protected], [email protected] Abstract.
Espial IPTV Middleware. Evo Solution Whitepaper. <Title> Delivering Interactive, Personalized 3-Screen Services
Espial IPTV Middleware Evo Solution Whitepaper Delivering Interactive, Personalized 3-Screen Services April 2010 Espial Group 1997-2010. All rights reserved The 3-Screen Challenge Differentiate
Market & Business Development in in Television HbbTV and IPTV in Australia
Market & Business Development in in Television HbbTV and IPTV in Australia Andrew King Director : BroadSpectrum Consultants Chair : Australian Radiocommunications Study Group 6 (Broadcasting) 25 th May
Creating and Using Databases for Android Applications
Creating and Using Databases for Android Applications Sunguk Lee * 1 Research Institute of Industrial Science and Technology Pohang, Korea [email protected] *Correspondent Author: Sunguk Lee* ([email protected])
Cloud Computing Security Issues and Access Control Solutions
보안공학연구논문지 (Journal of Security Engineering), 제 9권 제 2호 2012년 4월 Cloud Computing Security Issues and Access Control Solutions Young-Gi Min 1), Hyo-Jin Shin 2), Young-Hwan Bang 3) Abstract Cloud computing
Iotivity Programmer s Guide Soft Sensor Manager for Android
Iotivity Programmer s Guide Soft Sensor Manager for Android 1 CONTENTS 2 Introduction... 3 3 Terminology... 3 3.1 Physical Sensor Application... 3 3.2 Soft Sensor (= Logical Sensor, Virtual Sensor)...
An Architecture for Home-Oriented IPTV Service Platform on Residential Gateway
J Inf Process Syst, Vol.9, No.3, September 2013 pissn 1976-913X eissn 2092-805X http://dx.doi.org/10.3745/jips.2013.9.3.425 An Architecture for Home-Oriented IPTV Service Platform on Residential Gateway
SmartTV User Interface Development for SmartTV using Web technology and CEA2014. George Sarosi [email protected]
SmartTV User Interface Development for SmartTV using Web technology and CEA2014. George Sarosi [email protected] Abstract Time Warner Cable is the second largest Cable TV operator in North America
Smart Home Security System Based on Microcontroller Using Internet and Android Smartphone
International Conference on Materials, Electronics & Information Engineering, ICMEIE-205 05-06 June, 205, Faculty of Engineering, University of Rajshahi, Bangladesh www.ru.ac.bd/icmeie205/proceedings/
Host My UK TV. The Hosted UK TV Service from the Esix Group. www.hostmyuktv.com
Host My UK TV The Hosted UK TV Service from the Esix Group www.hostmyuktv.com The Host My UK TV Service from the Esix Group Service Overview The Host My UK TV service from the Esix Group provides Internet
HbbTV Forum Nederland Specification for use of HbbTV in the Netherlands
HbbTV Forum Nederland Specification for use of HbbTV in the Netherlands Version 1.0 Approved for Publication 2013, HbbTV Forum Nederland Date: 1 May 2013 Contact: Rob Koenen, [email protected] Specification
From Digital Television to Internet? A general technical overview of the- DVB- Multimedia Home Platform Specifications
From Digital Television to Internet? A general technical overview of the- DVB- Multimedia Home Platform Specifications Vita Hinze-Hoare Abstract This paper provides a general technical overview of the
Logical Data Models for Cloud Computing Architectures
Logical Data Models for Cloud Computing Architectures Augustine (Gus) Samba, Kent State University Describing generic logical data models for two existing cloud computing architectures, the author helps
Smart LNB. White Paper. May 2014
Smart LNB White Paper May 2014 This document contains information proprietary to Ayecka Communication Systems Ltd. and may not be reproduced in whole or in part without the express written consent of Ayecka
Demonstration of Internet Protocol Television(IPTV) Khai T. Vuong, Dept. of Engineering, Oslo University College.
Demonstration of Internet Protocol Television(IPTV) 1 What is IPTV? IPTV is a general term of IP+TV = IPTV Delivery of traditional TV channels and video-ondemand contents over IP network. 2 IPTV Definition
User Authentication Platform using Provisioning in Cloud Computing Environment
User Authentication Platform using Provisioning in Cloud Computing Environment Hyosik Ahn, Hyokyung Chang, Changbok Jang, Euiin Choi Dept. Of Computer Engineering, Hannam University, Daejeon, Korea {hsahn,
How To Secure Cloud Computing
Next Generation Cloud Computing Issues and Solutions Jeon SeungHwan 1, Yvette E. Gelogo 1 and Byungjoo Park 1 * 1 Department of Multimedia Engineering, Hannam University 133 Ojeong-dong, Daeduk-gu, Daejeon,
DANALE www.danale.com Cloud Service Service profile
DANALE www.danale.com Cloud Service Service profile Danale Corporate mainly provides Video IoT (Internet to Things) Cloud service and is stepping forward into the IoT domain such as Intelligent Home Furnishing,
Comparative Analysis of SOA and Cloud Computing Architectures using Fact Based Modeling
Comparative Analysis of SOA and Cloud Computing Architectures using Fact Based Modeling Baba Piprani 1, Don Sheppard 2, Abbie Barbir 3 1 MetaGlobal Systems, Canada 2 ConCon Management Services, Canada
Using Social Networking Sites as a Platform for E-Learning
Using Social Networking Sites as a Platform for E-Learning Mohammed Al-Zoube and Samir Abou El-Seoud Princess Sumaya University for Technology Key words: Social networks, Web-based learning, OpenSocial,
Standardization Requirements Analysis on Big Data in Public Sector based on Potential Business Models
, pp. 165-172 http://dx.doi.org/10.14257/ijseia.2014.8.11.15 Standardization Requirements Analysis on Big Data in Public Sector based on Potential Business Models Suwook Ha 1, Seungyun Lee 2 and Kangchan
A business view for NGN service usage
A business view for NGN service usage Emmanuel Bertin 1, Idir Fodil 1, Noel Crespi 2 1 France Telecom, R&D division 2 Institut National des Télécommunications (GET-INT) Abstract. Next Generation Networks
a whitepaper on hybrid set-top-box
a whitepaper on hybrid set-top-box A Set-top-Box (STB) is a very common name heard in the consumer electronics market. It is a device that is attached to a Television for enhancing its functions or the
Monitoring Infrastructure (MIS) Software Architecture Document. Version 1.1
Monitoring Infrastructure (MIS) Software Architecture Document Version 1.1 Revision History Date Version Description Author 28-9-2004 1.0 Created Peter Fennema 8-10-2004 1.1 Processed review comments Peter
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
Creation of value added services in NGN with BPEL
Creation of value added services in NGN with BPEL T.Eichelmann 1, 2, W.Fuhrmann 3, U.Trick 1, B.Ghita 2 1 Research Group for Telecommunication Networks, University of Applied Sciences Frankfurt/M., Frankfurt/M.,
Review of the Techniques for Smart Learning Systems
, pp.1-5 http://dx.doi.org/10.14257/astl.2016. Review of the Techniques for Smart Learning Systems Jaegeol Yim, Sangheon Kim 1 Departmet of Computer Engineering, Dongguk University at Gyeongju, 38066 Korea
SIP Protocol as a Communication Bus to Control Embedded Devices
229 SIP Protocol as a Communication Bus to Control Embedded Devices Ramunas DZINDZALIETA Institute of Mathematics and Informatics Akademijos str. 4, Vilnius Lithuania [email protected] Abstract.
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,
DVBLink For IPTV. Installation and configuration manual
DVBLink For IPTV Installation and configuration manual DVBLogic 2010 Table of contents Table of contents... 2 Introduction... 4 Installation types... 4 DVBLink for IPTV local installation... 4 DVBLink
Service Oriented Architecture
Service Oriented Architecture Charlie Abela Department of Artificial Intelligence [email protected] Last Lecture Web Ontology Language Problems? CSA 3210 Service Oriented Architecture 2 Lecture Outline
TestManager Administration Guide
TestManager Administration Guide RedRat Ltd July 2015 For TestManager Version 4.57-1 - Contents 1. Introduction... 3 2. TestManager Setup Overview... 3 3. TestManager Roles... 4 4. Connection to the TestManager
Web services to allow access for all in dotlrn
Web services to allow access for all in dotlrn German Moreno 1, Olga C. Santos 2, Jesus G. Boticario 2, Ramon Fabregat 1 1 Institute of Informatics and Aplications (IIiA), Universidad de Girona, Spain,
XML-based EDI Document Processing System with Binary Format Mapping Rules
J. lnf. Commun. Converg. Eng. 10(3): 258-263, Sep. 2012 Regular Paper XML-based EDI Document Processing System with Binary Format Mapping Rules Chang-Su Kim 1 and Hoe-Kyung Jung 2*, Member, KIICE 1 Industry-Academic
Mobile-PC Suite: Using Mobile Phone as Remote to Control PC Operations
Mobile-PC Suite: Using Mobile Phone as Remote to Control PC Operations R.S.S.Vishnu Priya, P.Panini Sai, K.Ruth Ramya, N.Chandra Sekhar, K.Venkata Prasad, P.D.Nageswara Rao Dept. of CSE, KLCE Vaddeswaram,
CARDA: Content Management Systems for Augmented Reality with Dynamic Annotation
, pp.62-67 http://dx.doi.org/10.14257/astl.2015.90.14 CARDA: Content Management Systems for Augmented Reality with Dynamic Annotation Byeong Jeong Kim 1 and Seop Hyeong Park 1 1 Department of Electronic
ABSTRACT I. INTRODUCTION II. METHODS AND MATERIAL
2015 IJSRSET Volume 1 Issue 2 Print ISSN : 2395-1990 Online ISSN : 2394-4099 Themed Section: Engineering and Technology Design and Analysis of ERP-Sales Order Processing for Small and Medium Enterprises
Higth definition from A to Z. www.azbox-hd.com
Higth definition from A to Z www.azbox-hd.com Do you Feel the full HD multimedia? Wifi Web Browser Yes, you read this correctly. O2media present a new line of AzBox HD receivers, with the AzBox HD Elite
Keywords Online Aptitude Test, Android, IOS, Cross Platform mobile application Development.
Volume 4, Issue 1, January 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Code Converter
Position Paper: Toward a Mobile Rich Web Application Mobile AJAX and Mobile Web 2.0
Position Paper: Toward a Mobile Rich Web Application Mobile AJAX and Mobile Web 2.0 Jonathan Jeon, [email protected] Senior Member of Research Staff, ETRI Seungyun Lee, [email protected] Research Director
Service Oriented Architecture: A driving force for paperless healthcare system
2012 International Conference on Computer Technology and Science (ICCTS 2012) IPCSIT vol. 47 (2012) (2012) IACSIT Press, Singapore DOI: 10.7763/IPCSIT.2012.V47.16 Service Oriented Architecture: A driving
The reference model for smart TV. China Electronics Standardization Institute
TM The reference model for smart TV China Electronics Standardization Institute Contents The development of Smart TV Standardization di ti suggestions The concept of Smart TV The basic requirements System
Budget Event Management Design Document
Budget Event Management Design Document Team 4 Yifan Yin(TL), Jiangnan Shangguan, Yuan Xia, Di Xu, Xuan Xu, Long Zhen 1 Purpose Summary List of Functional Requirements General Priorities Usability Accessibility
Context Aware Personalized Ad Insertion in an Interactive TV Environment
Context Aware Personalized Ad Insertion in an Interactive TV Environment Amit Thawani, Srividya Gopalan and Sridhar V. Applied Research Group Satyam Computer Services Limited #14, Langford Avenue, Lal
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
INTERNATIONAL JOURNAL OF ADVANCES IN COMPUTING AND INFORMATION TECHNOLOGY An International online open access peer reviewed journal
INTERNATIONAL JOURNAL OF ADVANCES IN COMPUTING AND INFORMATION TECHNOLOGY An International online open access peer reviewed journal Research Article ISSN 2277 9140 ABSTRACT An e-college Time table Retrieval
Technical Training Module ( 30 Days)
Annexure - I Technical Training Module ( 30 Days) Section 1 : Programmable Logic Controller (PLC) 1. Introduction to Programmable Logic Controller - A Brief History, Need and advantages of PLC, PLC configuration,
Visual Studio 2008: Windows Presentation Foundation
Visual Studio 2008: Windows Presentation Foundation Course 6460A: Three days; Instructor-Led Introduction This three-day instructor-led course provides students with the knowledge and skills to build and
1 What Are Web Services?
Oracle Fusion Middleware Introducing Web Services 11g Release 1 (11.1.1.6) E14294-06 November 2011 This document provides an overview of Web services in Oracle Fusion Middleware 11g. Sections include:
A Smart Telephone Answering Machine with Voice Message Forwarding Capability
A Smart Telephone Answering Machine with Voice Message Forwarding Capability Chih-Hung Huang 1 Cheng Wen 2 Kuang-Chiung Chang 3 1 Department of Information Management, Lunghwa University of Science and
International Journal of Advanced Engineering Research and Science (IJAERS) Vol-2, Issue-11, Nov- 2015] ISSN: 2349-6495
International Journal of Advanced Engineering Research and Science (IJAERS) Vol-2, Issue-11, Nov- 2015] Survey on Automation Testing Tools for Mobile Applications Dr.S.Gunasekaran 1, V. Bargavi 2 1 Department
DLNA for Streaming Subscription TV Content in the Home
DLNA for Streaming Subscription TV Content in the Home Whitepaper Digital Living Network Alliance March 2014 Table of Contents Introduction... 2 1 The Problem -- Why VIDIPATH is needed.... 2 2 Solving
Comparative Analysis of SOA and Cloud Computing Architectures Using Fact Based Modeling
Comparative Analysis of SOA and Cloud Computing Architectures Using Fact Based Modeling Baba Piprani 1, Don Sheppard 2, and Abbie Barbir 3 1 MetaGlobal Systems, Canada 2 ConCon Management Services, Canada
REST-based Offline e-mail System
Proceedings of the APAN Network Research Workshop 2012 REST-based Offline e-mail System Gihan Dias, Mithila Karunarathna, Madhuka Udantha, Ishara Gunathilake, Shalika Pathirathna and Tharidu Rathnayake
An architecture for open and scalable WebGIS
An architecture for open and scalable WebGIS Aleksandar Milosavljević, Leonid Stoimenov, Slobodanka Djordjević-Kajan CG&GIS Lab, Department of Computer Science Faculty of Electronic Engineering, University
The Design and Implementation of the Integrated Model of the Advertisement and Remote Control System for an Elevator
Vol.8, No.3 (2014), pp.107-118 http://dx.doi.org/10.14257/ijsh.2014.8.3.10 The Design and Implementation of the Integrated Model of the Advertisement and Remote Control System for an Elevator Woon-Yong
GenericServ, a Generic Server for Web Application Development
EurAsia-ICT 2002, Shiraz-Iran, 29-31 Oct. GenericServ, a Generic Server for Web Application Development Samar TAWBI PHD student [email protected] Bilal CHEBARO Assistant professor [email protected] Abstract
Terms of Reference. ITU-T Focus Group on Smart Cable Television (FG SmartCable)
Terms of Reference ITU-T Focus Group on Smart Cable Television (FG SmartCable) 1. Scope The Focus Group (FG), established in accordance with Recommendation ITU-T A.7 and under the auspices and charter
AGENT-BASED PERSONALIZATION IN DIGITAL TELEVISION. P.O. Box 553, 33101 Tampere, Finland, {samuli.niiranen, artur.lugmayr, seppo.kalli}@tut.
AGENT-BASED PERSONALIZATION IN DIGITAL TELEVISION Samuli Niiranen 1, Artur Lugmayr 1 and Seppo Kalli 1 1 Laboratory of Signal Processing, Tampere University of Technology, P.O. Box 553, 33101 Tampere,
E-Learning at school level: Challenges and Benefits
E-Learning at school level: Challenges and Benefits Joumana Dargham 1, Dana Saeed 1, and Hamid Mcheik 2 1. University of Balamand, Computer science department [email protected], [email protected]
Multi-Agent Model for Automation of Business Process Management System Based on Service Oriented Architecture
Multi-Agent Model for Automation of Business Process Management System Based on Service Oriented Architecture Soe Winn, May Thwe Oo Abstract Business process automation is an important task in an enterprise
Web-based Multimedia Content Management System for Effective News Personalization on Interactive Broadcasting
Web-based Multimedia Content Management System for Effective News Personalization on Interactive Broadcasting S.N.CHEONG AZHAR K.M. M. HANMANDLU Faculty Of Engineering, Multimedia University, Jalan Multimedia,
Achievements and ongoing work in the ITU-T standardization of the Internet of Things
ITU Workshop on Standardization on IMT, M2M, IoT, Cloud Computing and SDN (Algiers, Algeria, 8 September 2013) Achievements and ongoing work in the ITU-T standardization of the Internet of Things Marco
JAVA-BASED FRAMEWORK FOR REMOTE ACCESS TO LABORATORY EXPERIMENTS. Department of Electrical Engineering University of Hagen D-58084 Hagen, Germany
JAVA-BASED FRAMEWORK FOR REMOTE ACCESS TO LABORATORY EXPERIMENTS Christof Röhrig, 1 Andreas Jochheim 2 Department of Electrical Engineering University of Hagen D-58084 Hagen, Germany Abstract: This paper
Development of AUTOSAR Software Components within Model-Based Design
2008-01-0383 Development of AUTOSAR Software Components within Model-Based Design Copyright 2008 The MathWorks, Inc. Guido Sandmann Automotive Marketing Manager, EMEA The MathWorks Richard Thompson Senior
Media Cloud Service with Optimized Video Processing and Platform
Media Cloud Service with Optimized Video Processing and Platform Kenichi Ota Hiroaki Kubota Tomonori Gotoh Recently, video traffic on the Internet has been increasing dramatically as video services including
Offline Data Synchronization in Order Management System
Offline Data Synchronization in Order Management System Abstract: We live in an increasingly connected world. However, in many cases we cannot rely on connectivity 100 percent of the time. Your users may
