different content presentation requirements such as operating systems, screen and audio/video capabilities, and memory (universal access)

Size: px
Start display at page:

Download "different content presentation requirements such as operating systems, screen and audio/video capabilities, and memory (universal access)"

Transcription

1

2 (1/3) NSC S different content presentation requirements such as operating systems, screen and audio/video capabilities, and memory (universal access) limitations are significantly different from (mobile learning terminal device to device. In addition, students have devices) wide variety of personal preferences of where, when, and how they would like to access to the learning content. As a result, we need a (learners) mechanism to create and deliver adaptive content from any platform in any format to any device through any network at anytime anywhere; W3C refer such mechanism to universal access mechanism. In this XMLRDFCC/PP subproject, we proposed universal UAProf mechanism consists of three subtasks: content adaptation, content delivery, and content presentation. The proposed (continuous and seamless) mechanism will provide an adapted content SyncML for each device. In first year, we finished the background and related research and established the prototype mechanism. SCORM SMIL Keywords: universal access, content SMIL adaptation, content delivery, content presentation, SMIL, Petri net SMIL CC/PP Delivering content to Web enabled mobile devices such as phones and PDA presents a challenge; different devices have different content presentation requirements such as operating systems, screen and audio/video capabilities, and memory limitations are significantly different from device to device. In addition, students have wide variety of personal preferences of where, when, and how they would like to access to Delivering content to Web enabled mobile devices such as phones and PDA presents a challenge; different devices have the learning content. As a result, we need a mechanism to create and deliver adaptive content from any platform in any format to 1

3 any device through any network at anytime anywhere; W3C refer such mechanism to universal access mechanism as shown in Figure 1. Figure 1. Concept of universal access Our proposed universal mechanism consists of three subtasks: content adaptation, content delivery, and content presentation. Content adaptation is a mechanism of dynamic adjusting content presentation to meet the constraints of network bandwidth, user preference, and devices limitation, thus it is necessary to know network, user, and devices information prior to the content rendering. Ideally, such information can be described with user/device profiles and be stored at content server, the client only keeps a profile reference for accessing its profile. To enable content adaptation, we have based on CC/PP (Composite Capabilities / Preferences Profile) recommended by the W3C for describing and resolving user/device profiles, and implement the mechanism with open source software tools such as Deli as the CC/PP parser to resolve user/device profiles, and Cocoon as our content transformation engine to provide proper content based on the resolved user/device profiles. Content delivery is a mechanism to provide real-time monitoring and tracking of user s learning state and the connection network status, so that a content server can deliver continuous and synchronized content over wired/wireless network to the user from where she/he left off. To enable such a dynamic and continuous content delivery, we propose a SyncML based (Synchronized Markup Language) Multi-Sync content delivery protocol to serve as a common synchronization protocol for data between mobile devices such as phones, PDAs, desktop PCs and servers. Content presentation is a mechanism to manage what and how to present proper content to the user. Currently, HTML-based presentation has limits when it comes to continuous multimedia presentation characterized with spatial and temporal synchronization of multiple integrated media. To enable such continuous multimedia presentation, we will create and render adaptive multimedia content based on Dublin core/mpeg-7 and SMIL for multimedia content description and composition, and implement a Web based SMIL authoring tool for both online and offline editing of SMIL document. Besides, we implement an embedded SMIL player to be used on devices for rendering SMIL based multimedia content. To content, the life cycle can be divided into content adaptation, content delivery, and content presentation phases shown on Figure 1. The original spirit is to achieve create content once, ready for universal access, i.e. a mechanism to create and deliver adaptive content from any platform in any format to any device through any network at anytime and anywhere. In this way, it is more efficiency and reasonable to encourage teachers and authors to spend more time to create thing really needed and not pay attention on detailed formatting matters. W3C refers such mechanism to universal access. There are many research published, likes (N.R. Adam, V. Athuri, I. Adiwiyaya, S. Banerjee, R. Holowczak, 2001) (T.H. Ess, 2002) (D. Hunold, A.N. Barreto, G.P. Fettweis, M. Mecking, 2000) (W3C, 2002). Content adaptation is a mechanism to dynamic adjusting content s components to meet the constraints of network bandwidth, user preference, and devices limitations. So it is necessary to know network, user, and device information prior to content rendering. To acknowledge the capability of client s device, there are two approaches to implement it. The simplest one is to parse 2

4 packets which are issued from client. The HTTP packets include the browser information like, MS IE, Netscape, or etc. Using the related information, it is easily to guess the type of end device. Then applied to suitable style sheet, an adaptive content can be generated and delivered to client. In this way, only use browser information to identify client device. So it can treat as coarse information which used only to recognize PDA or non-pda device. In this approach, the detailed capability of device can not be properly defined. The other approach is recommended by W3C, called CC/PP (Composite Capability/ Preference Profile) (CCPP, 2002) (Cocoon, 2002). All the software and hardware attributes or features can be detailed described in the CC/PP file. Using a parsing tool to resolve the profile, the system then will know what client is equipped. Choosing a suitable style sheet then an adaptive content will appear on the client s device. The next issue is the content components organization and order which included spatial and temporal property. Well organized contents can lead the student focus on the learning objectives. In traditional homepage, all the content components will be displayed only in spatial dimension. No temporal relation or property can be used among these content components. In fact, there are lot of temporal relation exist among the resources inherently especially in learning environment. Currently, there several solutions have been proposed. W3C recommended Synchronized Multimedia Integration Language (SMIL) enables simple authoring of interactive audiovisual presentations (W3C, SIML). The others like Microsoft s HTML+TIME (Timed Interactive Multimedia Extensions) which adds timing and media synchronization to HTML pages. Using a few Extensible Markup Language (XML)-based elements and attributes, you can add images, video, and sounds to an HTML page, and synchronize them with HTML text elements over a specified amount of time (Microsoft Corp., HTML+TIME). So it is obviously that using these markup languages with temporal property can increase the learning content s readability. Petri nets is a systematic analysis method, it uses graph, mathematic, and module to represent and simulate the system. Since Carl Carl Adam Petri proposed (C. A. Petri, 1962), there are many extended researches, likes Timed Petri Nets (P. Merlin and D. Farber., 1976), Coloured Petri Nets (K. Jensen., 1992 ), Object Composition Petri Nets (T. D. C. Little and A. Ghafoor, 1990), Multimedia, and Object Petri Nets (Nabil R. Adam et al., 2001). These extended Petri nets has been applied to different application and correspondence domain to provide a completely systematic analysis. The most benefit to using Petri nets is providing a mathematical model to represent system. It needs only few symbols to depict workflow about a system. It also can provide a visualized method to simulate the system dynamically. In this way, using Petri nets to model a system can provide a better representation and performance acknowledgement. The basic concept of Petri nets is shown in Figure 2. Place is represented with a white circle in which marking can be stored; transition is represented with a box which indicating status shifts. The arc indicates the direction of flow. The arc is often labeled with weight, in general case with 1. The black circle in place is the value of initial marking. It is used a number to represent the black circle more than three. For example, place may be the resource, likes video chip, text, image, or audio. The marking can be treated as a time marking. It is very useful to apply Petri nets on multimedia which involved complicated spatial and temporal relationship among medias in a content. The bottleneck or interference of playback process can be found easily. This is the reason that Petri nets is chosen to model the content adaptation and content design process in our project. 3

5 Figure 2. Petri nets Graph SMIL is an extension from extensible Markup Language (XML) which is recommended by World Wide Web Consortium (W3C). Since 1998 the initial version 1.0 was proposed, now the current version is 2.0 in which the basic syntax has been defined. (W3C, 2001) (L. Rutledge, 2001) In SMIL, every media or resource can be treated as object. Each object has its own attributes or properties and described in metadata format, likes identification, title, description, format, and etc. SMIL can be considered to provide an integrated markup platform to organize these objects. The user or teacher use SMIL to design the learning scenario, likes appearing order and position among objects, to express learning objectives. The most benefit which SMIL contributed is the capability to integrate variety multimedia sources. Through SMIL player, a unified and outstanding multimedia content will be presented. SMIL syntax is similar with Hypertext Markup Language (HTML) and easily for editing. Using the temporal syntax, it can provide the solution for ordering and synchronization among media which still an open issue in general homepages. Based on the features of Petri nets and SMIL, it is obviously found that these two subjects have their specific contributions applied to content adaptation and content design, there are still some drawbacks need to be fixed. For example, the organization of content involved ordering and synchronization in temporal and spatial domain, especially for a complicated multimedia objects presentation. In our research, it is shown that the Petri nets is emphasized on workflow and analysis. It can provide a good temporal arrangement, but without detailed spatial attributes. The SMIL is focus on integrating task among different types of multimedia, including simple layout allocation and objects sequencing. On the designing phase of learning content, it can not provide a good method to help author to model and analysis relationships among these medias, especially when a complicated sequencing and temporal scenario involved. In our project, we show the essentiality to integrate Petri nets and SMIL. Based on this, a new authoring tool is proposed to help author to generate a complicated content in a fast and intuitive way. This tool has been used in our content management system and facilitate on digital learning environment. Content Adaptation There are many types of media content can be found on the internet. Each type of media has their specific feature and corresponding requirements. However, a well organized content with suitable adaptation will do a lot of improvement on learning effects if it can be shown properly. It is known that a XML file with XSL can provide variety of presentation. So XSL is the key for content adaptation. In other words, different XSL will provide different presentation. So a suitable style sheet which is designed based on the corresponding device s capability then would be an important issue. In this year, we proposed a content adaptation mechanism is shown in Figure 3. Figure 3. Content adaptation mechanism In this system, the desired content which is expressed in XML format will be treated as the target need to be checked. Followed XML schema, it is easily found the properties of all type of resources. The CC/PP parser will parse the CC/PP files in the same time. Based on the resolved information of device, CC/PP parser will select a suitable XSL document from the library. If there is no suitable file existed, the XSLT agent will 4

6 generate a special XSL file based on the resolved device information, like color capability, size of screen, and function of sound. In general, the XSLT will handle two major works. First, determine whether these media components will be delivered to client or not. Second, if above answer is positive, proceed the adaptive process to make a friendly presentation to client based on the capability of client s device. In case present rich types of content into a small device, the following factors need to be considered: (1) Hardware capabilities: screen size, resolution, memory requirement, and audio capability. (2) Software capabilities: browser version, supported markup language, JAVA, and others API. The CC/PP parser will select suitable transformation style-sheet, XSL, based on the above device information. For example, the pocket PC s operating system, i.e. M.S. windows CE, can support text, image, and streaming media components. Then in the content, same type components can be delivered to client device through an adaptive process, likes adjust the display size in vertical and horizontal axis. The resolution also can be reduced from true color to 16-bit color dependent on the capability of display card. All these works is aimed to achieve a better presentation effect. The software environment is also included in the CC/PP file, likes version of OS, media player, and applications. CC/PP parser then will know there is a suitable media player exists or not. If not, the streaming media may not need to be delivered to client s device. In this way, the transmitted data will be kept on the necessary amount. This will also help to reduce the need of bandwidth. The browser is the last factor need to be considered. Not all the browsers can process the whole markup languages. In fact, not all the browser can not support each type of markup language, so it is necessary to develop a mechanism to transform it to an acceptable format which can be parsed by browser. For adapting content, it is necessary to render content based on the capability of student s device. The creator or author will design their content based on a completely concept or scenarios. For example, a text-based syllabus will be appeared first with the learning objective. In the same time, the teacher s pre-recorded audio file will be played. Then the others lecturing content will be played sequentially or on demand. The lecturing content also can be re-organized into basic, preliminary, or advanced categories, according to the level of student. It is easily found that there exists a strongly temporal relationship among whole content components. A good arrangement on lecturing material is the most important thing teacher need to focus on. Teacher is unnecessary to worry about how to present these contents on the PC, or NB. In this study, due to the flexibility and cost, PDA is chose to be the adaptive target. Currently, the PDA s browser has not supported the SMIL or HTML+TIME multimedia markup language. In order to implement above mentioned create content once, ready for universal access, it is necessary to create a mechanism which will help author or creator to remove the features which can not be displayed on the small devices, likes PDA. The detail process is described as followed: (1) Parsing the content and record all the detailed information about each component including types, identification, name, src, time, location, size, and etc. (2) Determining which media component can be acceptable on the student s device. (3) Based on the capability limitation, the corresponding reference on spatial domain will be sequentially arranged. (4) Adjusting the presentation format for each candidate component. It is obviously that there exist synchronization and timing relations among these components. It is necessary using an analyzing model to effectively exploit these relationships. Due to Petri Net can be used for representation the synchronization and fidelity constraints among the multimedia components, an extend Petri Net model is adopted, called MOPN (Multimedia Object Petri Net). MOPN can provide the modeling 5

7 function on the duration property to analyze the temporal and sequence relation among content s components, i.e. rendering plan. We will use this model to explain it. A MOPN is a triple, MPON = (PN, D, MF) where PN is an ordinary Petri Net, D is a duration function, and MF is set of modalities. Each component is assigned a modality and duration where modality indicates the type of player used to play this component. The duration indicates how long the component is to be played. The following Figures will illustrate our approach. The original lecturing content is composed of rich types of media, likes streaming video, text description, and images, shown in Figure 4. In order to describe the detailed relation among content s components, we use Petri Net to simulate the workflows in our system. Using the Petri Net, it is easily to analyze the relationships among the resources especially the temporal properties. In Figure 5, the ordering sequence of components is shown using previous mentioned MOPN. From Figure 5, picture 1 with text 1 will appear first, then the picture 2 with text 2, and picture 3 with text3. In the meantime, streaming video will be continuously played. This content can be display on any PC or NB with browser MS IE 6.0 and above which support HTML+TIME. Figure5. The displaying relation of Figure 4 s content components using MOPN to expressed There are still others browsers which do not support HTML+TIME. So in our system, the original content will be parsed and transformed into HTML format. During the transformation process, the time and sequence information of components will be removed. Then the component will be adapted based on the device capability. The adapted result is shown in Figure 6. From Figure 7, it can be found that the time and sequence property of component has been removed. All the components will be appeared in the same time. Figure 6. Adaptive content shown in MS browser 5.0 which not supporting HTML+TIME Figure 4. Original content which composed of pictures, corresponding texts, and streaming video. Figure 7. The displaying relation of Figure 6 s content components using MOPN to expressed Same content with adaptation applied to PDA is shown in Figure 8. From Figure 9, it 6

8 is found that all the picture and text components will be appeared in the same time. Only the streaming media need user sending a click instruction to notify system to start playing. The time and sequence property of component has been removed. It also can be seen that the presentations of pictures with corresponding text-based description has been adapted for the PDA. In this way, student can get more friendly content presentation on his device. Figure 8. Adaptive content shown in PDA them has specific format to contribute their features. To sharing and reusing rich type of resource, we use W3C recommended Synchronized Multimedia Integration Language (SMIL) to integrate these variety. Petri nets technology is introduced to enhance the temporal attributes of SMIL. The proposed multimedia rendering environment is shown as a fast generating and intuitive method. The architecture of proposed SMIL editor and rendering tool is shown in Figure 10. This system is composed of rendering center and server management. In this study, we focus on Manifestation Plan and Toolkit in the rendering center. User can use Petri nets to visualize the rendering plan in both temporal and spatial domain. The system will automatically transfer the visualized content information into SMIL format. The generated SMIL file will be transmitted to Media Sever for further process. Then using the player embedded in client device to play the SMIL file. In Figure 10, Manifestation Plan is composed of three modules, as follows: a. Flow chart (Petri nets) b. Switching box c. Rendering panel (position) This tool mainly provides a fast method to help user designing desired layout, then export in SMIL files. Figure 9. The displaying relation of Figure 8 s content components using MOPN to expressed SMIL Authoring We propose a fast and efficient working environment which integrating variety of multimedia to provide an organized media content. Currently, there are many type of digital media exist on the internet. Each of 7 Figure 10. Petri Nets based Synchronized Multimedia Rendering Environment architecture Through this interface, user can import multimedia objects, likes video, text, image, and audio. Our system can support the file format which SMIL player supported. It also provides a real time pre-view function to let

9 user check preliminary content status. In this interface, we provide an intuitive method to help user operating. That is all the multimedia objects can be put on any position in the layout by drag-and-pull. The rendered file will be stored in SMIL format. The played result of SMIL is shown in Figure 11. In first year, we finished the background and related research and established the prototype mechanism to verify our idea. In the second year, we will focus on the delivery mechanism over wired/wireless network environment. The proposed SyncML is to be developed for tracing and synchronizing user s learning state. We also will integrate the adapting and presenting mechanism with the new delivering mechanism. Figure 11. The result of SMIL In this paper, we have proposed a content adaptation mechanism to deliver adaptive content from any platform in any format to any device through any network at anytime and anywhere. We have demonstrated that transform the original component s feature to satisfy the requirement on device, change the presentation sequence to match the different browser requirement, and re-organized the content to achieve optimal presentation on the student s device. According to above result, we can let author to concentrate on content design and use our content adaptation mechanism to deliver adaptive content to different type of devices. The related researches are published on [1][3][5][7][8]. We have proposed SMIL editor and rendering tool for Multimedia Synchronization and Integration can provide a fast and intuitive method to help user generate multimedia content. The mentioned problems between Petri nets and SMIL editor have been resolved in the proposed system. There are some topics still in developing, likes the analysis and simulation modules on Petri nets to enhance the SMIL rendering Environment. The related researches are published on [6][8]. 8 N.R. Adam, V. Athuri, I. Adiwiyaya, S. Banerjee, R. Holowczak, (2001), A dynamic manifestation approach for providing universal access to digital library objects, IEEE Trans. on Knowledge and Data Engineering, Vol. 13, No. 4, July-Aug. 2001, pp T.H. Ess, (2002), Accessing devices using a Web service, IEEE Proceedings SoutheastCon, 2002, pp D. Hunold, A.N. Barreto, G.P. Fettweis, M. Mecking, (2000), Concept for universal access and connectivity in mobile radio networks, The 11th IEEE International Symposium on Personal, Indoor and Mobile Radio Communications, 2000, pp W3C, (2002), W3C in seven points, / CCPP, (2002), Composite Capabilities / Preferences Profile, Cocoon, (2002), Apache Cocoon, W3C, SIML, Microsoft Corp., HTML+TIME, C. A. Petri, 1962, Kommunikation mit Automaten, PhD thesis P. Merlin and D. Farber., 1976, "Recoverability of communication protocols implications of a theoretical study, IEEE Transactions on Communications. K. Jensen., 1992 Coloured Petri Nets: Basic Concepts, Analysis Methods and

10 Practical Use. Vol. 1, Basic Concepts. EATCS Monographs on Theoretical Computer Science, pp Berlin: Springer-Verlag. T. D. C. Little and A. Ghafoor,1990, Synchronization and Storage Models for Multimedia Objects, IEEE Journal on Selected Areas in Communications, Vol. 8, No. 3, 1990, pp Nabil R. Adam et al., 2001, A Dynamic Manifestation Approach for Providing Universal Access to Digital Library Objects IEEE Transactions On Knowledge And Data Engineering, Vol. 13, No. 4, pp July/Aug W3C Recommendation, 2001, Synchronized Multimedia Integration Language (SMIL 2.0), Aug. 2001, Tadao Murata, "Petri nets: Properties, analysis and applications", Proceedings of the IEEE, Vol. 77, NO. 4, pp , Apr L. Rutledge, 2001, "SMIL 2.0: XML for Web Multimedia" IEEE Internet Computing, pp.78-84, Sep.-Oct As addressed in the proposal, we plan to contribute this project in the following three areas, including 1) the progress of academic researches, 2) the development of e-learning environment, and the 3) improvement of student learning status. And we have successfully met our goals; we will describe what we have done to meet the goal as follows. In terms of academic research results, we have published two journal papers and seven conference papers; we have three graduate students graduated with their thesis titles directly related to this project, and we will have two more graduate students will graduate this year under the same project. From the development of e-learning environment perspective, we have developed a learning content management system, a 9 content adaptation system, and a SMIL multimedia authoring and analysis tool. Finally, we have applied our environment and mechanism to a high school to exercise a field study and get feedback to improve our system. We summarize our current research results from three perspectives: the techniques we have developed, the tools we have been developing, and the referred papers we have published. We have developed a content authoring and content adaptation mechanisms for SMIL multimedia. Meanwhile, we have been implementing the mechanism we developed into a learning content management system; a SMIL authoring tool and a content adaptation system for various devices which could possible connect to the SMIL content server for multimedia content access. The topic and the undergoing research results of this project have great potential to be published as journal and conference papers, in the past year, we have published two journal papers and seven conference papers under this research grant NSC S [1]. S.J.H. Yang and C.C. Chen, 2003, Ann Integrated Approach for Workflow Process Modeling and Analysis Using UML and Petri Nets, MIS Review, pp , NSC S [2]. S.J.H Yang, J.J.P. Tsai, and C.C. Chen, March-April, 2003, Fuzzy Rule Base Systems Verification Using High Level Petri Nets, IEEE Trans. on Knowledge and Data Engineering, vol. 15, no. 2, March-April 2003, pp , NSC S (SCI, EI) [3]. Stephen J.H. Yang, Norman W.Y. Shao, Rick C.S. Chen, 2003, "Design and Implementation of a Universal Access Mechanism to Multimedia Learning Content," 2003 international Conference on Computer-Assisted Instruction, B4-1, April NSC S

11 [4].,, May, 2003, Software Engineering (MSE), Dec ,, 2003 NSC S ICCAI 2003, Taipei, Taiwan, NSC [8]. Stephen J.H. Yang, Norman W.Y. Shao, S Addison Y.S. Sue, 2003, Personalized [5]. Stephen J.H. Yang, Norman W.Y. Shao, Metadata Mechanism Applied to Rick C.S. Chen, 2003, "A Multimedia Adaptive Mobile Learning, Second Content Adaptation Mechanism to IEEE International Workshop on Implement Universal Access on Learning Wireless and Mobile Technologies in Environment", NCS2003, Dec Education (WMTE 2003), March 23-25, NSC S (Accepted), NSC S-008 [6]. Stephen J.H. Yang, Norman W.Y. Shao, Kevin C.Y. Kuo, 2003, "A SMIL Editor [9]. Irene Chen, Stephen J.H. Yang, Norman and Rendering Tool for Multimedia W.Y. Shao, 2003, Applying Synchronization and Integration", Multi-Sensory Learning Model with NCS2003, Dec NSC Mobile Handheld Devices to Pervasive S Learning, Second IEEE International [7]. Norman W.Y. Shao, Stephen J.H. Yang, Workshop on Wireless and Mobile Addison Y.S. Sue, 2003, "A Content Technologies in Education (WMTE Management System for Adaptive 2003), March 23-25, 2004 (Accepted), Learning Environment", IEEE Fifth NSC S International Symposium on Multimedia 10

12 11

A SMIL Editor and Rendering Tool for Multimedia Synchronization and Integration

A SMIL Editor and Rendering Tool for Multimedia Synchronization and Integration A SMIL Editor and Rendering Tool for Multimedia Synchronization and Integration Stephen J.H. Yang 1, Norman W.Y. Shao 2, Kevin C.Y. Kuo 3 National Central University 1 National Kaohsiung First University

More information

Multimedia Presentation Authoring System for E- learning Contents in Mobile Environment

Multimedia Presentation Authoring System for E- learning Contents in Mobile Environment Appl. Math. Inf. Sci. 6 No. 2S pp. 705S-711S (2012) Applied Mathematics & Information Sciences An International Journal @ 2012 NSP Natural Sciences Publishing Cor. Multimedia Presentation Authoring System

More information

Data Synchronization in Mobile Computing Systems Lesson 12 Synchronized Multimedia Markup Language (SMIL)

Data Synchronization in Mobile Computing Systems Lesson 12 Synchronized Multimedia Markup Language (SMIL) Data Synchronization in Mobile Computing Systems Lesson 12 Synchronized Multimedia Markup Language (SMIL) Oxford University Press 2007. All rights reserved. 1 Language required to specify the multimodal

More information

Canalization and Personalization in Mobile Wireless Application

Canalization and Personalization in Mobile Wireless Application Proceedings of the Postgraduate Annual Research Seminar 2005 301 Canalization and Personalization in Mobile Wireless Application Herman Department of Computer System & Communication Faculty of Computer

More information

Delivery Options: Attend face-to-face in the classroom or remote-live attendance.

Delivery Options: Attend face-to-face in the classroom or remote-live attendance. XML Programming Duration: 5 Days Price: $2795 *California residents and government employees call for pricing. Discounts: We offer multiple discount options. Click here for more info. Delivery Options:

More information

Project Description Introduction Problem Statement

Project Description Introduction Problem Statement Project Description Introduction MarketVCR is a combination of a large multimedia data warehouse containing tick-by-tick quote and trade stock market data, video, audio and news articles, a web application

More information

Design of the Data-Retrieving Engine for Distributed Multimedia Presentations

Design of the Data-Retrieving Engine for Distributed Multimedia Presentations Design of the Data-Retrieving Engine for Distributed Multimedia Presentations Chun-Chuan Yang Multimedia and Communications Laboratory Department of Computer Science and Information Engineering National

More information

Types and Methods of Content Adaptation. Anna-Kaisa Pietiläinen

Types and Methods of Content Adaptation. Anna-Kaisa Pietiläinen Types and Methods of Content Adaptation Anna-Kaisa Pietiläinen Agenda Introduction Multimedia Content Types Types of Adaptation Methods of Adaptation Conclusion Networks 2 Introduction Networks 3 The Problem

More information

VMer Visualized Mobile Designer for Applications on Small Devices

VMer Visualized Mobile Designer for Applications on Small Devices Proc. of the 8th WSEAS Int. Conf. on Mathematical Methods and Computational Techniques in Electrical Engineering, Bucharest, October 16-17, 2006 253 VMer Visualized Mobile Designer for Applications on

More information

Delivery Options: Attend face-to-face in the classroom or via remote-live attendance.

Delivery Options: Attend face-to-face in the classroom or via remote-live attendance. XML Programming Duration: 5 Days US Price: $2795 UK Price: 1,995 *Prices are subject to VAT CA Price: CDN$3,275 *Prices are subject to GST/HST Delivery Options: Attend face-to-face in the classroom or

More information

CTI Short Learning Programme in Internet Development Specialist

CTI Short Learning Programme in Internet Development Specialist CTI Short Learning Programme in Internet Development Specialist Module Descriptions 2015 1 Short Learning Programme in Internet Development Specialist (10 months full-time, 25 months part-time) Computer

More information

Spemmet - A Tool for Modeling Software Processes with SPEM

Spemmet - A Tool for Modeling Software Processes with SPEM Spemmet - A Tool for Modeling Software Processes with SPEM Tuomas Mäkilä tuomas.makila@it.utu.fi Antero Järvi antero.jarvi@it.utu.fi Abstract: The software development process has many unique attributes

More information

USING METADATA TO PROVIDE SCALABLE BROADCAST AND INTERNET CONTENT AND SERVICES

USING METADATA TO PROVIDE SCALABLE BROADCAST AND INTERNET CONTENT AND SERVICES USING METADATA TO PROVIDE SCALABLE BROADCAST AND INTERNET CONTENT AND SERVICES GABRIELLA KAZAI 1,2, MOUNIA LALMAS 1, MARIE-LUCE BOURGUET 1 AND ALAN PEARMAIN 2 Department of Computer Science 1 and Department

More information

CTI Higher Certificate in Information Systems (Internet Development)

CTI Higher Certificate in Information Systems (Internet Development) CTI Higher Certificate in Information Systems (Internet Development) Module Descriptions 2015 1 Higher Certificate in Information Systems (Internet Development) (1 year full-time, 2½ years part-time) Computer

More information

A Hierarchical Keyframe User Interface for Browsing Video over the Internet

A Hierarchical Keyframe User Interface for Browsing Video over the Internet A Hierarchical Keyframe User Interface for Browsing Video over the Internet Maël Guillemot, Pierre Wellner, Daniel Gatica-Pérez & Jean-Marc Odobez IDIAP, Rue du Simplon 4, Martigny, Switzerland {guillemo,

More information

A Digital Library Framework for Reusing e-learning Video Documents

A Digital Library Framework for Reusing e-learning Video Documents A Digital Library Framework for Reusing e-learning Video Documents Paolo Bolettieri, Fabrizio Falchi, Claudio Gennaro, and Fausto Rabitti ISTI-CNR, via G. Moruzzi 1, 56124 Pisa, Italy paolo.bolettieri,fabrizio.falchi,claudio.gennaro,

More information

An Adaptive Scene Compositor Model in MPEG-4 Player for Mobile Device

An Adaptive Scene Compositor Model in MPEG-4 Player for Mobile Device An Adaptive Scene Compositor Model in MPEG-4 Player for Mobile Device Hyunju Lee and Sangwook Kim Computer Science Department, Kyungpook National University 1370 Sankyuk-dong Buk-gu, Daegu, 702-701, Korea

More information

Device Independent Principles for Adapted Content Delivery

Device Independent Principles for Adapted Content Delivery Device Independent Principles for Adapted Content Delivery Tayeb Lemlouma 1 and Nabil Layaïda 2 OPERA Project Zirst 655 Avenue de l Europe - 38330 Montbonnot, Saint Martin, France Tel: +33 4 7661 5281

More information

Portals, uportal and JA-SIG. Jim Farmer China Education and Research Conference 2002 Beijing, China March 28, 2002

Portals, uportal and JA-SIG. Jim Farmer China Education and Research Conference 2002 Beijing, China March 28, 2002 Portals, uportal and JA-SIG Jim Farmer China Education and Research Conference 2002 Beijing, China March 28, 2002 Portals A student s Web World Research Administrative Library Instruction Portal defined

More information

Universal Profiling for Content Negotiation and Adaptation in Heterogeneous Environments

Universal Profiling for Content Negotiation and Adaptation in Heterogeneous Environments Page 1 of 5 Universal Profiling for Content Negotiation and Adaptation in Heterogeneous Environments Tayeb Lemlouma and Nabil Layaïda OPERA Project, INRIA Rhône Alpes Zirst - 655 avenue de l'europe - Montbonnot

More information

Delivery Context in MPEG-21

Delivery Context in MPEG-21 Delivery Context in MPEG-21 Sylvain Devillers Philips Research France Anthony Vetro Mitsubishi Electric Research Laboratories Philips Research France Presentation Plan MPEG achievements MPEG-21: Multimedia

More information

MULTIMODAL ENHANCEMENTS AND DISTRIBUTION OF DAISY-BOOKS

MULTIMODAL ENHANCEMENTS AND DISTRIBUTION OF DAISY-BOOKS 36 DAISY 2009 LEIPZIG Wolfram Eberius / Alexander Haffner MULTIMODAL ENHANCEMENTS AND DISTRIBUTION OF DAISY-BOOKS Wolfram Eberius Dynamic Designer Schönbrunnstrasse 1 01097 Dresden GERMANY Alexander Haffner

More information

Web 2.0 and Its Implementation to elearning

Web 2.0 and Its Implementation to elearning Ridwan Sanjaya 1 and Rear Admiral Prasart Sribhadung 2 1 Soegijapranata Catholic University, Semarang, Indonesia. 2 Graduate School of Information Technology, Assumption University, Bangkok, Thailand.

More information

Context-Aware Adaptation for Mobile Devices

Context-Aware Adaptation for Mobile Devices Context-Aware Adaptation for Mobile Devices Tayeb Lemlouma and Nabil Layaïda WAM Project, INRIA, Zirst 655 Avenue de l Europe 38330, Montbonnot, Saint Martin, France {Tayeb.Lemlouma, Nabil.Layaida}@inrialpes.fr

More information

Burrokeet, an Application for Creating and Publishing Content Packages with support for Multiple Input and Output Formats

Burrokeet, an Application for Creating and Publishing Content Packages with support for Multiple Input and Output Formats International Journal of Education and Development using Information and Communication Technology (IJEDICT), 2009, Vol. 5, Issue 4, pp.6-13. Burrokeet, an Application for Creating and Publishing Content

More information

An UML-XML-RDB Model Mapping Solution for Facilitating Information Standardization and Sharing in Construction Industry

An UML-XML-RDB Model Mapping Solution for Facilitating Information Standardization and Sharing in Construction Industry An UML-XML-RDB Model Mapping Solution for Facilitating Information Standardization and Sharing in Construction Industry I-Chen Wu 1 and Shang-Hsien Hsieh 2 Department of Civil Engineering, National Taiwan

More information

Multimedia on Web. a RILW 2001 tutorial

Multimedia on Web. a RILW 2001 tutorial Multimedia on Web RILW 2001 Sabin Corneliu Buraga - [1] a RILW 2001 tutorial Sabin-Corneliu Buraga Faculty of Computer Science Al.I.Cuza University of Iasi, Romania busaco@infoiasi.ro http://www.infoiasi.ro/~busaco/

More information

Adaptive Multimedia Messaging based on MPEG-7 The M 3 -Box

Adaptive Multimedia Messaging based on MPEG-7 The M 3 -Box Adaptive Multimedia Messaging based on MPEG-7 The M 3 -Box Abstract Jörg Heuer José Luis Casas André Kaup {Joerg.Heuer, Jose.Casas, Andre.Kaup}@mchp.siemens.de Siemens Corporate Technology, Information

More information

1D CIW: Web Design Specialist. Course Outline. CIW: Web Design Specialist Apr 2018

1D CIW: Web Design Specialist. Course Outline. CIW: Web Design Specialist Apr 2018 Course Outline CIW: Web Design Specialist 22 Apr 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led Training 5.

More information

Content Adaptation and Generation Principles for Heterogeneous Clients

Content Adaptation and Generation Principles for Heterogeneous Clients Content Adaptation and Generation Principles for Heterogeneous Clients Tayeb Lemlouma and Nabil Layaïda OPERA Project, INRIA Rhône Alpes E-Mail: Tayeb.Lemlouma@inrialpes.fr, Nabil.Layaida@inrialpes.fr

More information

Authoring Integrated, Dynamic Statistical Documents

Authoring Integrated, Dynamic Statistical Documents Authoring Integrated, Dynamic Statistical Documents S.E. Buttrey D. Nolan D. Temple Lang Naval Postgraduate UC Berkeley Bell Labs April, 2001 http://www.stat.berkeley.edu/ statdocs 1 The Web Fantastic

More information

A Scripting Language for Multimodal Presentation on Mobile Phones

A Scripting Language for Multimodal Presentation on Mobile Phones A Scripting Language for Multimodal Presentation on Mobile Phones Santi Saeyor 1, Suman Mukherjee 2, Koki Uchiyama 2, Ishizuka Mitsuru 1 1 Dept. of Information and Communication Engineering, University

More information

SXML: Streaming XML. Boris Rogge 1, Dimitri Van De Ville 1, Rik Van de Walle 1, Wilfried Philips 2 and Ignace Lemahieu 1

SXML: Streaming XML. Boris Rogge 1, Dimitri Van De Ville 1, Rik Van de Walle 1, Wilfried Philips 2 and Ignace Lemahieu 1 SXML: Streaming XML Boris Rogge 1, Dimitri Van De Ville 1, Rik Van de Walle 1, Wilfried Philips 2 and Ignace Lemahieu 1 1 University of Ghent 2 University of Ghent Elis - Medisip - Ibitech Telin Sint-Pietersnieuwstraat

More information

1 INTRODUCTION CE context and Previous works DESCRIPTION OF THE CE... 3

1 INTRODUCTION CE context and Previous works DESCRIPTION OF THE CE... 3 INTERNATIONAL ORGANIZATION FOR STANDARDIZATION ORGANISATION INTERNATIONALE DE NORMALISATION ISO/IEC JTC1/SC29/WG11 CODING OF MOVING PICTURES AND ASSOCIATED AUDIO ISO/IEC JTC1/SC29/WG11/M9233 Awaji, Japan

More information

A Novel Model for Home Media Streaming Service in Cloud Computing Environment

A Novel Model for Home Media Streaming Service in Cloud Computing Environment , pp.265-274 http://dx.doi.org/10.14257/ijsh.2013.7.6.26 A Novel Model for Home Media Streaming Service in Cloud Computing Environment Yun Cui 1, Myoungjin Kim 1 and Hanku Lee1, 2,* 1 Department of Internet

More information

The XML Metalanguage

The XML Metalanguage The XML Metalanguage Mika Raento mika.raento@cs.helsinki.fi University of Helsinki Department of Computer Science Mika Raento The XML Metalanguage p.1/442 2003-09-15 Preliminaries Mika Raento The XML Metalanguage

More information

References differences between SVG 1.1 Full and SVG 1.2 Tiny

References differences between SVG 1.1 Full and SVG 1.2 Tiny References differences between SVG 1.1 Full and SVG 1.2 Tiny Differences in XML related s XML 1.0 (Second Edition) XML 1.0 (Fourth Edition) XML 1.1 April 2004. XML-NS 1.0 (First Edition) Jan. 1999. XML

More information

Position-Aware Active Learning Services Based on Connectionless Positioning in Indoor Environment

Position-Aware Active Learning Services Based on Connectionless Positioning in Indoor Environment Position-Aware Active Learning Services Based on Connectionless Positioning in Indoor Environment Li-Der CHOU, Ching-Chao LEE, Ming-Yu LEE, Chun-Yen CHANG Department of Computer Science and Information

More information

Research on Computer Network Virtual Laboratory based on ASP.NET. JIA Xuebin 1, a

Research on Computer Network Virtual Laboratory based on ASP.NET. JIA Xuebin 1, a International Conference on Advances in Mechanical Engineering and Industrial Informatics (AMEII 2015) Research on Computer Network Virtual Laboratory based on ASP.NET JIA Xuebin 1, a 1 Department of Computer,

More information

New Features. Importing Resources

New Features. Importing Resources CyberLink StreamAuthor 4 is a powerful tool for creating compelling media-rich presentations using video, audio, PowerPoint slides, and other supplementary documents. It allows users to capture live videos

More information

On Design of 3D and Multimedia Extension of Information System Using VRML

On Design of 3D and Multimedia Extension of Information System Using VRML On Design of 3D and Multimedia Extension of Information System Using VRML Jiří Žára Daniel Černohorský Department of Computer Science & Engineering Czech Technical University Karlovo nam 13 121 35 Praha

More information

National Training and Education Resource. Authoring Course. Participant Guide

National Training and Education Resource. Authoring Course. Participant Guide National Training and Education Resource Authoring Course Participant Guide Table of Contents: OBJECTIVES... 4 OVERVIEW OF NTER... 5 System Requirements... 5 NTER Capabilities... 6 What is the SCORM PlayerWhat

More information

CIW: Web Design Specialist. Course Outline. CIW: Web Design Specialist. ( Add-On ) 16 Sep 2018

CIW: Web Design Specialist. Course Outline. CIW: Web Design Specialist.   ( Add-On ) 16 Sep 2018 Course Outline 16 Sep 2018 ( Add-On ) Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led Training 5. ADA Compliant

More information

ELECTRONIC LOGBOOK BY USING THE HYPERTEXT PREPROCESSOR

ELECTRONIC LOGBOOK BY USING THE HYPERTEXT PREPROCESSOR 10th ICALEPCS Int. Conf. on Accelerator & Large Expt. Physics Control Systems. Geneva, 10-14 Oct 2005, PO2.086-5 (2005) ELECTRONIC LOGBOOK BY USING THE HYPERTEXT PREPROCESSOR C. J. Wang, Changhor Kuo,

More information

A Review of Kids Tutor

A Review of Kids Tutor A Review of Kids Tutor Monali Kumbhare, Ashwini Rajput, Bhavna Daswani Department of CSE, Jhulelal Institute of Technology,Lonara Nagpur Prof. Priyanka Dudhe Assistant Professor, Department of CSE, Jhulelal

More information

Tieflow Workflow Toolkit Flash Simulator

Tieflow Workflow Toolkit Flash Simulator Tieflow Workflow Toolkit Flash Simulator Final Report Version Instructor Dr. Kwok-Bun Yue Mentor Mr. Scott Hetherington Team#1 Members Amit Taneja Dhruv Shah Kartheek Koganti Vishal Dhalwani Spring

More information

WoPeD Workflow Petri Net Designer

WoPeD Workflow Petri Net Designer WoPeD Workflow Petri Net Designer Thomas Freytag University of Cooperative Education (Berufsakademie) Department of Computer Science D-76052 Karlsruhe freytag@ba-karlsruhe.de Abstract. WoPeD (WoPeD Petrinet

More information

Technical Research on Describing Reconfigurable Systems by Object Oriented Petri net

Technical Research on Describing Reconfigurable Systems by Object Oriented Petri net Technical Research on Describing Reconfigurable Systems by Object Oriented Petri net Jun Guo 1,2 Sheqin Dong 1 Kegang Hao 2 Satoshi Goto 3 1 Dept. of Computer Science of Tsinghua University, Beijin 100084

More information

A Visual Editor for Reconfigurable Object Nets based on the ECLIPSE Graphical Editor Framework

A Visual Editor for Reconfigurable Object Nets based on the ECLIPSE Graphical Editor Framework A Visual Editor for Reconfigurable Object Nets based on the ECLIPSE Graphical Editor Framework Enrico Biermann, Claudia Ermel, Frank Hermann and Tony Modica Technische Universität Berlin, Germany {enrico,lieske,frank,modica}@cs.tu-berlin.de

More information

ADOBE CAPTIVATE 8. Content Planning Guide

ADOBE CAPTIVATE 8. Content Planning Guide ADOBE CAPTIVATE 8 Content Planning Guide Summer 2014 Table of Contents Using Captivate 8 on Your OnPoint Learning Platform... 2 What are the Advantages and Disadvantages of Captivate?... 2 Use Cases for

More information

Developing a Basic Web Page

Developing a Basic Web Page Developing a Basic Web Page Creating a Web Page for Stephen Dubé s Chemistry Classes 1 Objectives Review the history of the Web, the Internet, and HTML Describe different HTML standards and specifications

More information

Agenda. Summary of Previous Session. XML for Java Developers G Session 6 - Main Theme XML Information Processing (Part II)

Agenda. Summary of Previous Session. XML for Java Developers G Session 6 - Main Theme XML Information Processing (Part II) XML for Java Developers G22.3033-002 Session 6 - Main Theme XML Information Processing (Part II) Dr. Jean-Claude Franchitti New York University Computer Science Department Courant Institute of Mathematical

More information

Lecture Encoding of Distance Education by Multimedia Integration

Lecture Encoding of Distance Education by Multimedia Integration Journal of Engineering Education Research Vol. 17, No. 3, pp. 34~41, May 2014 Lecture Encoding of Distance Education by Multimedia Integration Wouseok Jou *, *Dept. of Computer Engineering, Myongji University

More information

Abstractions in Multimedia Authoring: The MAVA Approach

Abstractions in Multimedia Authoring: The MAVA Approach Abstractions in Multimedia Authoring: The MAVA Approach Jürgen Hauser, Jing Tian Institute of Parallel and Distributed High-Performance Systems (IPVR) University of Stuttgart, Breitwiesenstr. 20-22, D

More information

x ide xml Integrated Development Environment Specifications Document 1 Project Description 2 Specifi fications

x ide xml Integrated Development Environment Specifications Document 1 Project Description 2 Specifi fications x ide xml Integrated Development Environment Specifications Document Colin Hartnett (cphartne) 7 February 2003 1 Project Description There exist many integrated development environments that make large

More information

A tutorial report for SENG Agent Based Software Engineering. Course Instructor: Dr. Behrouz H. Far. XML Tutorial.

A tutorial report for SENG Agent Based Software Engineering. Course Instructor: Dr. Behrouz H. Far. XML Tutorial. A tutorial report for SENG 609.22 Agent Based Software Engineering Course Instructor: Dr. Behrouz H. Far XML Tutorial Yanan Zhang Department of Electrical and Computer Engineering University of Calgary

More information

HYBRID PETRI NET MODEL BASED DECISION SUPPORT SYSTEM. Janetta Culita, Simona Caramihai, Calin Munteanu

HYBRID PETRI NET MODEL BASED DECISION SUPPORT SYSTEM. Janetta Culita, Simona Caramihai, Calin Munteanu HYBRID PETRI NET MODEL BASED DECISION SUPPORT SYSTEM Janetta Culita, Simona Caramihai, Calin Munteanu Politehnica University of Bucharest Dept. of Automatic Control and Computer Science E-mail: jculita@yahoo.com,

More information

Supporting the Workflow Management System Development Process with YAWL

Supporting the Workflow Management System Development Process with YAWL Supporting the Workflow Management System Development Process with YAWL R.S. Mans 1, W.M.P. van der Aalst 1 Department of Mathematics and Computer Science, Eindhoven University of Technology, P.O. ox 513,

More information

An Adaptive Virtual-Reality User-Interface for Patient Access to the Personal Electronic Medical Record

An Adaptive Virtual-Reality User-Interface for Patient Access to the Personal Electronic Medical Record An Adaptive Virtual-Reality User-Interface for Patient Access to the Personal Electronic Medical Record Steffen Märkle, Kai Köchy, René Tschirley, Heinz U. Lemke Technical University of Berlin FG Computer

More information

Automatic Interpretation of Natural Language for a Multimedia E-learning Tool

Automatic Interpretation of Natural Language for a Multimedia E-learning Tool Automatic Interpretation of Natural Language for a Multimedia E-learning Tool Serge Linckels and Christoph Meinel Department for Theoretical Computer Science and New Applications, University of Trier {linckels,

More information

Web Accessibility Model for elearning Website

Web Accessibility Model for elearning Website Pisit Prougestaporn Ph.D. Student in elearning Methodology College of Internet Distance Education Assumption University pisit1979@hotmail.com Abstract elearning websites is the advance developed tool which

More information

Development of Content Management System with Animated Graph

Development of Content Management System with Animated Graph Development of Content Management System with Animated Graph Saipunidzam Mahamad, Mohammad Noor Ibrahim, Rozana Kasbon, and Chap Samol Abstract Animated graph gives some good impressions in presenting

More information

20480C: Programming in HTML5 with JavaScript and CSS3. Course Code: 20480C; Duration: 5 days; Instructor-led. JavaScript code.

20480C: Programming in HTML5 with JavaScript and CSS3. Course Code: 20480C; Duration: 5 days; Instructor-led. JavaScript code. 20480C: Programming in HTML5 with JavaScript and CSS3 Course Code: 20480C; Duration: 5 days; Instructor-led WHAT YOU WILL LEARN This course provides an introduction to HTML5, CSS3, and JavaScript. This

More information

3+1+0 (3) IT 201 T. Principles of Information and Technology Systems. Prereq: CS 110T IT 222 T. Communications and Networks Fundamentals (4)

3+1+0 (3) IT 201 T. Principles of Information and Technology Systems. Prereq: CS 110T IT 222 T. Communications and Networks Fundamentals (4) Principles of Information and Technology Systems IT 201 T Prereq: CS 110T This course aims to develop an understanding of the components of computing and their relationships, significant impacts of IT

More information

Expert System for Educational Content Selection Based on Standards

Expert System for Educational Content Selection Based on Standards 23 Expert System for Educational Content Selection Based on Standards Santiago Pérez de la Cámara, Edgar Rubión Soler, Alicia Fernández del Viso Torre, Eva Vázquez de Prada, Carlos Rebate Sánchez {sperezd,

More information

XML Metadata Standards and Topic Maps

XML Metadata Standards and Topic Maps XML Metadata Standards and Topic Maps Erik Wilde 16.7.2001 XML Metadata Standards and Topic Maps 1 Outline what is XML? a syntax (not a data model!) what is the data model behind XML? XML Information Set

More information

Representing Software Traceability using UML and XTM with an investigation into Traceability Patterns

Representing Software Traceability using UML and XTM with an investigation into Traceability Patterns Honours Project 2005 Representing Software Traceability using UML and XTM with an investigation into Traceability Patterns David Hollings University of Cape Town Dept. of Computer Science South Africa

More information

Development of an Ontology-Based Portal for Digital Archive Services

Development of an Ontology-Based Portal for Digital Archive Services Development of an Ontology-Based Portal for Digital Archive Services Ching-Long Yeh Department of Computer Science and Engineering Tatung University 40 Chungshan N. Rd. 3rd Sec. Taipei, 104, Taiwan chingyeh@cse.ttu.edu.tw

More information

Background of HTML and the Internet

Background of HTML and the Internet Background of HTML and the Internet World Wide Web in Plain English http://www.youtube.com/watch?v=akvva2flkbk Structure of the World Wide Web A network is a structure linking computers together for the

More information

Learning Resource Adaptation and Delivery Framework for Mobile Learning

Learning Resource Adaptation and Delivery Framework for Mobile Learning Learning Resource Adaptation and Delivery Framework for Mobile Learning Zhao Gang 1, Yang Zongkai Email: zhaogangping@163.com, zkyang@public.wh.hb.cn Abstract - With the rapid development of wireless networks

More information

Construction of School Temperature Measurement System with Sensor Network

Construction of School Temperature Measurement System with Sensor Network Construction of School Temperature Measurement System with Sensor Network Ayahiko Niimi, Masaaki Wada, Kei Ito, and Osamu Konishi Department of Media Architecture, Future University-Hakodate 116 2 Kamedanakano-cho,

More information

Using Petri Nets to Enhance Web Usage Mining 1

Using Petri Nets to Enhance Web Usage Mining 1 Using Petri Nets to Enhance Web Usage Mining 1 Shih-Yang Yang Department of Information Management Kang-Ning Junior College of Medical Care and Management Nei-Hu, 114, Taiwan Shihyang@knjc.edu.tw Po-Zung

More information

Increazing interactivity in IPTV using MPEG-21 descriptors

Increazing interactivity in IPTV using MPEG-21 descriptors Increazing interactivity in IPTV using MPEG-21 descriptors Christos-Nikolaos Anagnostopoulos 1, George Tsekouras 1, Damianos Gavalas 1, Daphne Economou 1 and Ioannis Psoroulas 2 1 University of the Aegean,

More information

W3C Standards in Digital Signage State of the Art Report

W3C Standards in Digital Signage State of the Art Report W3C Standards in Digital Signage State of the Art Report John C. Wang John.Wang@IAdea.com CEO, IAdea Corporation For W3C Web-based Signage Workshop, Makuhari, Chiba, Japan June 14, 2012 About IAdea Founded

More information

Available online at ScienceDirect. Procedia Computer Science 56 (2015 )

Available online at  ScienceDirect. Procedia Computer Science 56 (2015 ) Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 56 (2015 ) 612 617 International Workshop on the Use of Formal Methods in Future Communication Networks (UFMFCN 2015) A

More information

Apple Inc. November 2007

Apple Inc. November 2007 Standardized multimedia elements in HTML5 Position paper for the W3C Video on the web workshop Kevin Calhoun, Eric Carlson, Adele Peterson, Antti Koivisto Apple Inc. November 2007 1 Introduction We believe

More information

Simulation of Large-Scale IPTV Systems for Fixed and Mobile Networks

Simulation of Large-Scale IPTV Systems for Fixed and Mobile Networks Simulation of Large-Scale IPTV Systems for Fixed and Mobile Networks Radim Burget 1, Dan Komosny 1, Milan Simek 1 1 Department of Telecommunications, Faculty of Electrical Engineering and Communication,

More information

TEMPORAL AND SPATIAL SEMANTIC MODELS FOR MULTIMEDIA PRESENTATIONS ABSTRACT

TEMPORAL AND SPATIAL SEMANTIC MODELS FOR MULTIMEDIA PRESENTATIONS ABSTRACT TEMPORAL AND SPATIAL SEMANTIC MODELS FOR MULTIMEDIA PRESENTATIONS Shu-Ching Chen and R. L. Kashyap School of Electrical and Computer Engineering Purdue University, West Lafayette, IN 47907-285, U.S.A.

More information

An Annotation Tool for Semantic Documents

An Annotation Tool for Semantic Documents An Annotation Tool for Semantic Documents (System Description) Henrik Eriksson Dept. of Computer and Information Science Linköping University SE-581 83 Linköping, Sweden her@ida.liu.se Abstract. Document

More information

...and the value of XML-based graphical applications. a white paper from Corel Corporation

...and the value of XML-based graphical applications. a white paper from Corel Corporation ...and the value of XML-based graphical applications a white paper from Corel Corporation Product specifications, pricing, packaging, technical support and information ( Specifications ) refer to the United

More information

Languages in WEB. E-Business Technologies. Summer Semester Submitted to. Prof. Dr. Eduard Heindl. Prepared by

Languages in WEB. E-Business Technologies. Summer Semester Submitted to. Prof. Dr. Eduard Heindl. Prepared by Languages in WEB E-Business Technologies Summer Semester 2009 Submitted to Prof. Dr. Eduard Heindl Prepared by Jenisha Kshatriya (Mat no. 232521) Fakultät Wirtschaftsinformatik Hochshule Furtwangen University

More information

Producing Graphical User Interface from Activity Diagrams Ebitisam K. Elberkawi, Mohamed M. Elammari

Producing Graphical User Interface from Activity Diagrams Ebitisam K. Elberkawi, Mohamed M. Elammari Producing Graphical User Interface from Activity Diagrams Ebitisam K. Elberkawi, Mohamed M. Elammari Abstract Graphical User Interface (GUI) is essential to programming, as is any other characteristic

More information

C H A P T E R Introduction

C H A P T E R Introduction C H A P T E R 1 Introduction M ultimedia is probably one of the most overused terms of the 90s (for example, see [Sch97]). The field is at the crossroads of several major industries: computing, telecommunications,

More information

Requirements Specification

Requirements Specification Requirements Specification Smart Scheduling Requested by: Dr. Robert Yoder Associate Professor of Computer Science Computer Science Department Head Siena College Tom Mottola Jason Czajkowski Brian Maxwell

More information

Thin Client Content Options

Thin Client Content Options Content Adaptation and Provisioning David Tipper Associate Professor Department of Information Science and Telecommunications University of Pittsburgh tipper@tele.pitt.edu http://www.sis.pitt.edu/~dtipper/2727.html

More information

Adding Usability to Web Engineering Models and Tools

Adding Usability to Web Engineering Models and Tools Adding Usability to Web Engineering Models and Tools Richard Atterer 1 and Albrecht Schmidt 2 1 Media Informatics Group Ludwig-Maximilians-University Munich, Germany richard.atterer@ifi.lmu.de 2 Embedded

More information

Methodology and Technology Services

Methodology and Technology Services Methodology and Technology Services Home Courses Certification Projects Papers Online Store Contact Us Home Courses Certification Projects Papers TEN Archive Contact Us Search Links Online Store THE ENTERPRISE

More information

MyMobileWeb project's position

MyMobileWeb project's position MyMobileWeb project's position Workshop on Declarative Models of Distributed Web Applications Dublin, 5-6 June 2007 José M. Cantera.- Telefónica I+D jmcf@tid.es Ignacio Marín.- Fundación CTIC ignacio.marin@fundacionctic.org

More information

Łabiak G., Miczulski P. (IIE, UZ, Zielona Góra, Poland)

Łabiak G., Miczulski P. (IIE, UZ, Zielona Góra, Poland) UML STATECHARTS AND PETRI NETS MODEL COMPARIS FOR SYSTEM LEVEL MODELLING Łabiak G., Miczulski P. (IIE, UZ, Zielona Góra, Poland) The system level modelling can be carried out with using some miscellaneous

More information

Sequence Diagram Generation with Model Transformation Technology

Sequence Diagram Generation with Model Transformation Technology , March 12-14, 2014, Hong Kong Sequence Diagram Generation with Model Transformation Technology Photchana Sawprakhon, Yachai Limpiyakorn Abstract Creating Sequence diagrams with UML tools can be incomplete,

More information

A Design of Index Library using Management Information Modeling in Moving Picture Contents

A Design of Index Library using Management Information Modeling in Moving Picture Contents A Design of Index Library using Management Information Modeling in Moving Picture Contents YOUNG JUN KIM Division of Business Administration Baekseok College of Cultural Studies 393, Anseo-dong, Cheonan,

More information

Firmware User Manual. Firmware version v1.0. Suitable for Product Series: Touch Panel PC Panel PC Box PC. QD-FW_Manual_v1.0

Firmware User Manual. Firmware version v1.0. Suitable for Product Series: Touch Panel PC Panel PC Box PC. QD-FW_Manual_v1.0 1 Firmware User Manual Firmware version v1.0 Suitable for Product Series: Touch Panel PC Panel PC Box PC 2 Contents Features 3 System setup 3 System start up 3 System Settings 4 System Information 9 System

More information

Internet Application Developer

Internet Application Developer Internet Application Developer SUN-Java Programmer Certification Building a Web Presence with XHTML & XML 5 days or 12 evenings $2,199 CBIT 081 J A V A P R O G R A M M E R Fundamentals of Java and Object

More information

Interchange formats. Introduction Application areas Requirements Track and object model Real-time transfer Different interchange formats Comparison

Interchange formats. Introduction Application areas Requirements Track and object model Real-time transfer Different interchange formats Comparison Interchange formats Introduction Application areas Requirements Track and object model Real-time transfer Different interchange formats Comparison Petri Vuorimaa 1 Introduction In transfer of multimedia

More information

Diploma in Web & Multimedia Development LC201

Diploma in Web & Multimedia Development LC201 Diploma in Web & Multimedia Development LC201 1. Objectives This course offers web and multimedia development skills which are focused on internet technologies such as the design and implementation of

More information

Extending the DLNA-based Multimedia Sharing System to P2P Network on OSGi Frameworks

Extending the DLNA-based Multimedia Sharing System to P2P Network on OSGi Frameworks Extending the DLNA-based Multimedia Sharing System to P2P Network on OSGi Frameworks 1,2 Chin-Feng Lai, 3 Min Chen, 4 Athanasios V. Vasilakos, 1,2 Yueh-Min Huang 1 Dept. of Engineering Science, National

More information

Copyright CAUSE This paper was presented at the 1993 CAUSE Annual Conference held in San Diego, California, December 7-10, and is part of the

Copyright CAUSE This paper was presented at the 1993 CAUSE Annual Conference held in San Diego, California, December 7-10, and is part of the Copyright CAUSE 1994. This paper was presented at the 1993 CAUSE Annual Conference held in San Diego, California, December 7-10, and is part of the conference proceedings published by CAUSE. Permission

More information

Everyplace Suite: Websphere Transcoding Publisher Technical Overview

Everyplace Suite: Websphere Transcoding Publisher Technical Overview Pervasive Computing Solutions Everyplace Suite: Websphere Transcoding Publisher Technical Overview -----KRnet----- 2001. 6. Byun Ho Sup Agenda Key Terms The Solution: WebSphere Transcoding Publisher WTP

More information

A Study on Metadata Extraction, Retrieval and 3D Visualization Technologies for Multimedia Data and Its Application to e-learning

A Study on Metadata Extraction, Retrieval and 3D Visualization Technologies for Multimedia Data and Its Application to e-learning A Study on Metadata Extraction, Retrieval and 3D Visualization Technologies for Multimedia Data and Its Application to e-learning Naofumi YOSHIDA In this paper we discuss on multimedia database technologies

More information

Design and Implementation of Cost Effective MIS for Universities

Design and Implementation of Cost Effective MIS for Universities Fourth LACCEI International Latin American and Caribbean Conference for Engineering and Technology (LACCET 2006) Breaking Frontiers and Barriers in Engineering: Education, Research and Practice 21-23 June

More information