Encyclopedia of Data Warehousing and Mining

Size: px
Start display at page:

Download "Encyclopedia of Data Warehousing and Mining"

Transcription

1 Encyclopedia of Data Warehousing and Mining Second Edition John Wang Montclair State University, USA Volume III K-Pri Information Science reference Hershey New York

2 Director of Editorial Content: Director of Production: Managing Editor: Assistant Managing Editor: Typesetter: Cover Design: Printed at: Kristin Klinger Jennifer Neidig Jamie Snavely Carole Coulson Amanda Appicello, Jeff Ash, Mike Brehem, Carole Coulson, Elizabeth Duke, Jen Henderson, Chris Hrobak, Jennifer Neidig, Jamie Snavely, Sean Woznicki Lisa Tosheff Yurchak Printing Inc. Published in the United States of America by Information Science Reference (an imprint of IGI Global) 701 E. Chocolate Avenue, Suite 200 Hershey PA Tel: Fax: Web site: and in the United Kingdom by Information Science Reference (an imprint of IGI Global) 3 Henrietta Street Covent Garden London WC2E 8LU Tel: Fax: Web site: Copyright 2009 by IGI Global. All rights reserved. No part of this publication may be reproduced, stored or distributed in any form or by any means, electronic or mechanical, including photocopying, without written permission from the publisher. Product or company names used in this set are for identification purposes only. Inclusion of the names of the products or companies does not indicate a claim of ownership by IGI Global of the trademark or registered trademark. Library of Congress Cataloging-in-Publication Data Encyclopedia of data warehousing and mining / John Wang, editor. -- 2nd ed. p. cm. Includes bibliographical references and index. Summary: "This set offers thorough examination of the issues of importance in the rapidly changing field of data warehousing and mining"--provided by publisher. ISBN (hardcover) -- ISBN (ebook) 1. Data mining. 2. Data warehousing. I. Wang, John, QA76.9.D37E dc British Cataloguing in Publication Data A Cataloguing in Publication record for this book is available from the British Library. All work contributed to this encyclopedia set is new, previously-unpublished material. The views expressed in this encyclopedia set are those of the authors, but not necessarily of the publisher. If a library purchased a print copy of this publication, please go to for information on activating the library's complimentary electronic access to this publication.

3 1346 Section: Multi-Agent Systems A Multi-Agent System for Handling Adaptive E-Services Pasquale De Meo Università degli Studi Mediterranea di Reggio Calabria, Italy Giovanni Quattrone Università degli Studi Mediterranea di Reggio Calabria, Italy Giorgio Terracina Università degli Studi Della Calabria, Italy Domenico Ursino Università degli Studi Mediterranea di Reggio Calabria, Italy INTRODUCTION An Electronic-Service (E-Service) can be defined as a collection of network-resident software programs that collaborate for supporting users in both accessing and selecting data and services of their interest present in a provider site. Examples of e-services are e-commerce, e-learning, e-government, e-recruitment and e-health applications. E-Services are undoubtely one of the engines presently supporting the Internet Revolution. Indeed, nowadays, a large number and a great variety of providers offer their services also or exclusively via the Internet. BACKGROUND In spite of their spectacular development and present relevance, E-Services are far to be considered a stable technology and various improvements could be thought for them. Many of the present suggestions for improving them are based on the concept of adaptivity, i.e., on the capability to make them more flexible in such a way as to adapt their offers and behaviour to the environment they are operating in. In this context, systems capable of constructing, maintaining and exploiting suitable profiles for users accessing E-Services appear capable of playing a key role in the future (Kobsa, 2007). Both in the past and in the present, various E-Service providers exploit (usually rough) user profiles for proposing personalized offers. However, in most cases, the profile construction methodology adopted by them presents some problems. In fact, it often requires a user to spend a certain amount of time for constructing and updating his profile; in addition, the profile of a user stores only information about the proposals which he claims to be interested in, without considering other ones, somehow related to those just provided, possibly interesting him in the future and that he disregarded to take into account in the past. In spite of present user profile handlers, generally, when accessing an E-Service, a user must personally search the proposals of his interest through it. We argue that, for improving the effectiveness of E-Services, it is necessary to increase the interaction between the provider and the user, on one hand, and to construct a rich profile of the user, taking his interests, needs and past behaviour into account, on the other hand. In addition, a further important factor must be taken into account. Nowadays, electronic and telecommunications technology is rapidly evolving in such a way as to allow cell phones, palmtops and wireless PDAs to navigate on the Web. These mobile devices do not have the same display or bandwidth capabilities as their desktop counterparts; nonetheless, present E-Service providers deliver the same contents to all device typologies (Communications of the ACM, 2002; ; Smith, Cotter & Oman, 2007). In the past, various approaches have been proposed for handling E-Service activities; some of them are agent-based. As an example: In (Anand, Kearney & Shapcott, 2007) an approach to helping users looking for relevant items Copyright 2009, IGI Global, distributing in print or electronic forms without written permission of IGI Global is prohibited.

4 is described. In order to generate its recommendations, this approach integrates user ratings with an ontology describing involved items. This approach is particularly suited for the e-commerce domain. In (Mahmood & Ricci, 2007) a travel recommender system, based on the Intelligent Agent technology, is presented. This system builds user profiles by exploiting Reinforcement Learning techniques, and models the recommendation process as a Markov Decision Process. In (Medjahed & Bouguettaya, 2005) the Authors propose WebSenior, a system using ontologies to automatically generate Web Services customized to senior citizen needs and government laws. WebSenior is able to manage both simple and composite services. In order to generate these last, it defines a graph, called dependency diagram, in which each vertex is associated with a simple service and each edge denotes a dependency relationship between a pair of services. The problem of computing composite services is, then, regarded as the problem of computing paths in the dependency diagram; this last problem is solved by applying the Floyd-Warshall dynamic programming algorithm. In (Ahn, Brusilovsky, Grady, He & Syn, 2007) YourNews, a system capable of helping users in accessing news located on the Web, is proposed. YourNews relies on a user profile built by unobtrusively monitoring user behaviour; this profile is open, in the sense that the corresponding user can interactively provide feedbacks that will be exploited by YourNews to enhance its accuracy. In (De Meo, Quattrone, Terracina & Ursino, 2007) a XML-based multi-agent recommender system for supporting online recruitment services is presented. This system handles user profiles for supporting a personalized job search over the Internet. In order to perform its recommendations, it exploits some advanced techniques (e.g., least square error and Pavlovian learning). In (Fang & Sheng, 2005) ServiceFinder, a system conceived for supporting citizens in their selection of relevant e-government services, is proposed. ServiceFinder uses Web Mining techniques to discover the N services best matching user needs and modifies the home page of an institutional e-government portal by adding to it N hyperlinks pointing to these services. In (Srivihok & Sukonmanee, 2005) a system capable of supporting e-tourism activities is proposed. This system analyzes past user behaviours and applies the Q-Learning algorithm to build a user profile. After this, it applies a reinforcement algorithm on both user and trip profiles in such a way as to associate a score with each trip proposal. These last are, then, ranked on the basis of their scores and only the top five are presented to the user. All these systems construct, maintain and use rich data structures regarding both user needs and behaviours; therefore, we can consider them adaptive w.r.t. the user; however, none of them is adaptive w.r.t. the device. On the other side, in many areas of computer science research, a large variety of approaches that adapt their behaviour on the basis of the device the user is exploiting, has been proposed. As an example: In (Samaras & Panayiotou, 2004) the system mpersona, aiming to support users equipped with wireless devices to access information sources located on the Web, is proposed. mper- SONA relies on a mobile multi-agent architecture; it associates a user profile (consisting of a set of keywords) with each user and represents the contents of an information source as a hierarchy (called metadata tree). Each time a user submits a query to an information source, mpersona isolates the portion of hierarchy (and the corresponding information objects) best fitting his requests; after this, it considers the features of the device he is currently exploiting and adapts the selected contents to them. In (Lee, Kang, Choi & Yang, 2006) an approach to Web content adaptation for mobile users is presented. This approach stores user preferences in a suitable profile. When a user is involved in Web browsing activities, it partitions a Web page into blocks, filters out those judged unnecessary and sorts the other ones on the basis of their relevance to the user. Finally, it presents sorted blocks to the user. M 1347

5 In (Muntean & McManis, 2006) an approach to supporting mobile users in their browsing activities is proposed. This approach considers both user preferences (encoded in a user profile) and device features to suitably modify the content of the Web pages visited by the user; for instance, it can compress or eliminate images, if their sizes are excessive. In (Wei, Bhandarkar & Li, 2007) an approach to delivering multimedia data, taking both user preferences and device constraints into account, is proposed. This approach estimates how much a multimedia information object fits both the exigencies of a user and the constraints of the device he is currently exploiting. This information is used to define a knapsack-like problem whose solution allows the selection of the objects to deliver. These approaches are particularly general and interesting; however, none of them has been conceived for handling E-Services. MAIN THRUST OF THE CHAPTER Challenges to Face In order to overcome the problems outlined above, some challenges must be tackled. Firstly, a user can access many E-Services, operating in the same or in different application contexts; a faithful and complete profile of him can be constructed only by taking his behaviour on accessing all these sites into account, and by storing the corresponding profile in a unique data structure on his side. Secondly, for a given user and E-Service provider, it should be possible to compare the profile of the user with the offers of the provider for extracting those proposals that probably will interest him. Existing techniques for satisfying such a requirement are mainly based on either log files or cookies. In the former case they cannot match user preferences and E-Service proposals; in the latter one they need to know and exploit some personal information that a user might consider private. Thirdly, the typical one-size-fits-all philosophy of present E-Service providers should be overcome by developing systems capable of adapting their behaviour to both the profile of the user and the characteristics of the device he is exploiting for accessing them (Communications of the ACM, 2002). Fourthly, relationships and interactions among users should be taken into account; in fact, they can be exploited to guarantee a certain proactivity degree to the E-Service provider, on one hand, and to create communities of citizens showing similar needs and desires, on the other hand. System Description The system we present in this chapter (called E-Service Adaptive Manager, ESA-Manager) aims to tackle all challenges mentioned above. It is a multi-agent system for handling user accesses to E-Services, capable of adapting its behaviour to both user and device profiles. In ESA-Manager a Service Provider Agent is present for each E-Service provider, handling the proposals stored therein, as well as the interaction with users. In addition, an agent is associated with each user, adapting its behaviour to the profiles of both the user and the device he is currently exploiting. Actually, since a user can access E-Service providers by means of different devices, his profile cannot be stored in only one of them; indeed, it must be handled and stored in a support different from the devices generally exploited by him for accessing E-Service providers. As a consequence, it appears compulsory the exploitation of a Profile Agent, storing the profiles of both involved users and devices, and a User-Device Agent, associated with a specific user operating by means of a specific device, supporting him in his activities. As a consequence of the previous reasoning, for each user, a unique profile is mined and maintained, storing information about his behaviour in accessing all E-Service providers. In this way, ESA-Manager tackles the first challenge mentioned above. Whenever a user accesses an E-Service by means of a certain device, the corresponding Service Provider Agent sends information about its proposals to the User- Device Agent associated with him and the device he is exploiting. The User-Device Agent determines similarities among the proposals presented by the provider and the interests of the user. For each of these similarities, the Service Provider Agent and the User-Device Agent cooperate to present to the user a group of Web 1348

6 pages, adapted to the exploited device, illustrating the proposal. We argue that this behaviour provides ESA- Manager with the capability of supporting the user in the search of proposals of his interest delivered by the provider. In addition, the algorithms underlying ESA- Manager allow it to identify not only the proposals probably of interest to him in the present but also other ones possibly of interest to him in the future and that he disregarded to take into account in the past. In our opinion, this is a particularly interesting feature for a new approach devoted to deal with E-Services. Last, but not the least, it is worth observing that, since user profile management is carried out at the user side, no information about the user profile is sent to E-Service providers. In this way, ESA-Manager solves privacy problems left open by cookies. All reasonings presented above show that ESA-Manager is capable of tackling also the second challenge mentioned previously. In ESA-Manager device profile plays a central role. Indeed, the proposals of a provider shown to a user, as well as their presentation formats, depend on the characteristics of the device the user is presently exploiting. However, the ESA-Manager capability of adapting its behaviour to the device the user is exploiting is not restricted to the presentation format of the proposals; in fact, exploited device can influence also the computation of the interest degree associated with the proposals presented by each provider. Specifically, one of the parameters which the interest degree associated with a proposal is based on, is the time the user spends in visiting the corresponding Web pages. In ESA-Manager, this time is not considered as an absolute measure, but it is normalized w.r.t. both the characteristics of the exploited device and the navigation costs. This reasoning allows us to argue that ESA-Manager tackles also the third challenge mentioned above. In addition, ESA-Manager uses a Social Network to partition citizens accessing the system into homogeneous clusters called communities; these communities are set up on the basis of shared interests/needs of their members rather than on demographic data. Each time a citizen submits a query, ESA-Manager forwards the corresponding answers (i.e., the corresponding service proposals) also to the members of his community. All these activities are carried out by a Social Network Agent which catches user queries and exploits them to both organize communities and handle communications with them. This confers a high level of proactivity to our system because it can recognize and recommend potentially relevant services to a citizen even though he is not aware of their existence. In addition, if, for a citizen, interests/needs have been changed, the Social Network Agent automatically assigns him to another community and, at the same time, suggests him the latest services recommended to the members of his new community. In this way, our system tackles also the fourth challenge mentioned above. A final important characteristic of our system is that it encourages a socially inspired mechanism for service management. In fact, users can freely discuss among them to propose new services; as a consequence, the top-down approach for service delivery (in which providers push their services to users and impose them their formalism, terminology, access policy, features, etc.) is coupled and, hopefully, substituted by a bottomup one (in which users join up to form communities who raise their requirements about desired services to providers). This provides our system with notable social capabilities in that it can suitably channelize user demands. In fact, in this scenario, users are encouraged to debate in such a way as to propose the activation of new services of interest to them. FUTURE TRENDS The spectacular growth of the Internet during the last decade has strongly conditioned the E-Service landscape. Such a growth is particularly surprising in some application domains, such as financial services or e-government. As an example, the Internet technology has enabled the expansion of financial services by integrating the already existing, quite variegate, financial data and services and by providing new channels for information delivery. However, E-Services are not a leading paradigm only in business contexts; for instance, they are vigorously applied by governmental units at national, regional and local levels around the world. A further interesting research trend consists of investigating the possibility to integrate an E-Service access system with a Decision Support one; in this way, user behaviour could be analyzed (for instance, by means of a Data Mining tool) for determining the key features of the most appreciated services. This information could be particularly useful for provider managers when they need to decide the new services to propose. This last feature would allow the realization of a hybrid E- M 1349

7 Service system, embodying the functionalities of both seeker-oriented and company-oriented systems. CONCLUSION In this paper we have proposed ESA-Manager, an adaptive multi-agent system for supporting a user, accessing an E-Service provider, in the search of proposals appearing to be appealing according to his interests and behaviour. We have shown that ESA-Manager is adaptive w.r.t. the profile of both the user and the device he is currently exploiting. Finally, we have seen that it is proactive in that it suggests potentially interesting services to a user even if he did not explicitly require them. As for future work, we would like to investigate whether a hierarchical clustering algorithm can be fruitfully exploited to improve the quality of user community management. The output of this algorithm would be a tree-like data structure whose nodes represent potential communities. This data structure would allow specialization/generalization relationships among communities to be handled; in fact, nodes placed at the top of the hierarchy would represent wide communities of loosely linked users (e.g., the community of students), whereas nodes at the bottom would be associated with narrow communities of tightly linked users (e.g., the community of working students). This hierarchical community organization could be extremely useful in the proactive suggestion of services, carried out by our system. In fact, in order to find the citizen communities potentially interested to a service, our system could run across the hierarchy, starting from its root, in such a way as to find the widest community potentially interested to it. REFERENCES Ahn, J., Brusilovsky, P., Grady, J., He, D. & Syn, S.Y. (2007). Open user profiles for adaptive news systems: help or harm?. Proc. of the International Conference on World Wide Web, pages 11-20, Banff, Alberta, Canada. ACM Press. Anand, S.S., Kearney, P. & Shapcott, M. (2007). Generating semantically enriched user profiles for Web personalization. ACM Transactions on Internet Technologies 7(4), Article N. 22. Communications of the ACM (2002). Adaptive Web. Volume 45(5). ACM Press. De Meo, P., Quattrone, G., Terracina, G. & Ursino, D. (2007). An XML-based Multi-Agent System for Supporting Online Recruitment Services. IEEE Transactions on Systems, Man and Cybernetics, 37(4), Dolog, P., Simon, B., Klobucar, T. & Nejdl, W. (2008). Personalizing Access to Learning Networks. ACM Transactions on Internet Technologies. 8(2), Forthcoming Fang, X. & Sheng, O.R.L. (2005). Designing a better Web portal for digital government: a Web-mining based approach. Proc. of the National Conference on Digital Government Research, pages , Atlanta, Georgia, USA. Digital Government Research Center. Kobsa A.(2007). Generic User Modeling Systems. In The Adaptive Web, Methods and Strategies of Web Personalization. P. Brusilovsky, A. Kobsa and W. Nejdl (Eds.), pages , Springer. Lee, E., Kang, J., Choi, J. & Yang, J. (2006). Topic- Specific Web Content Adaptation to Mobile Devices. Proc. of the IEEE/WIC/ACM International Conference on Web Intelligence, pages , Hong Kong. IEEE Computer Society Press. Mahmood, T. & Ricci, F. (2007). Learning and adaptivity in interactive recommender systems. Proc. of the International Conference on Electronic Commerce, pages 75-84, Minneapolis, Minnesota, USA. ACM Press. Medjahed, B. & Bouguettaya, A. (2005). Customized delivery of E-Government Web Services. IEEE Intelligent Systems, 20(6), Muntean, C.H. & McManis, J. (2006). Fine grained content-based adaptation mechanism for providing high end-user quality of experience with adaptive hypermedia systems. Proc. of the International Conference on World Wide Web, pages 53-62, Edinburgh, Scotland, UK. ACM Press. Samaras, G. & Panayiotou, C. (2004). mpersona: Personalized Portals for the Wireless User: An Agent Approach. Mobile Networks and Applications, 9(6),

8 Smyth, B., Cotter, P. & Oman S. (2007). Enabling Intelligent Content Discovery on the Mobile Internet. Proc. of the AAAI Conference on Artificial Intelligence. pages , Vancouver, British Columbia, Canada, AAAI Press. Srivihok, A. & Sukonmanee, P. (2005). E-commerce intelligent agent: personalization travel support agent using Q Learning. Proc. of the IEEE International Conference on Electronic Commerce, pages , Xian, China. ACM Press. Wei, Y., Bhandarkar, S.M. & Li, K. (2007). Video personalization in resource-constrained multimedia environments. Proc. of the International Conference on Multimedia, pages , Augsburg, Germany. ACM Press. KEy TERMS Agent: A computational entity capable of both perceiving dynamic changes in the environment it is operating in and autonomously performing user delegated tasks, possibly by communicating and cooperating with other similar entities. Agent Ontology: A description (like a formal specification of a program) of the concepts and relationships that can exist for an agent or a community of agents. Adaptive System: A system adapting its behaviour on the basis of the environment it is operating in. Device Profile: A model of a device storing information about both its costs and capabilities. E-Service: A collection of network-resident software programs that collaborate for supporting users in both accessing and selecting data and services of their interest handled by a provider site. Multi-Agent System (MAS): A loosely coupled network of software agents that interact to solve problems that are beyond the individual capacities or knowledge of each of them. User Modeling: The process of gathering information specific to each user either explicitly or implicitly. This information is exploited in order to customize the content and the structure of a service to the user s specific and individual needs. User Profile: A model of a user representing both his preferences and his behaviour. M 1351

Encyclopedia of Information Science and Technology

Encyclopedia of Information Science and Technology Encyclopedia of Information Science and Technology Second Edition Mehdi Khosrow-Pour Information Resources Management Association, USA Volume IV G-Internet INFORMATION SCIENCE REFERENCE Hershey New York

More information

Encyclopedia of Information Science and Technology

Encyclopedia of Information Science and Technology Encyclopedia of Information Science and Technology Second Edition Mehdi Khosrow-Pour Information Resources Management Association, USA Volume IV G-Internet INFORMATION SCIENCE REFERENCE Hershey New York

More information

Encyclopedia of Data Warehousing and Mining

Encyclopedia of Data Warehousing and Mining Encyclopedia of Data Warehousing and Mining Second Edition John Wang Montclair State University, USA Volume II Data Pro-I Information Science reference Hershey New York Director of Editorial Content: Director

More information

Encyclopedia of Information Science and Technology

Encyclopedia of Information Science and Technology Encyclopedia of Information Science and Technology Second Edition Mehdi Khosrow-Pour Information Resources Management Association, USA Volume VI Mu-Q Information Science reference Hershey New York Director

More information

Intelligence Integration in Distributed Knowledge Management

Intelligence Integration in Distributed Knowledge Management Intelligence Integration in Distributed Knowledge Management Dariusz Król Wroclaw University of Technology, Poland Ngoc Thanh Nguyen Wroclaw University of Technology, Poland InformatIon science reference

More information

Encyclopedia of Multimedia Technology and Networking

Encyclopedia of Multimedia Technology and Networking Encyclopedia of Multimedia Technology and Networking Second Edition Margherita Pagani Bocconi University, Italy Volume III O-Z Information Science reference Hershey New York Director of Editorial Content:

More information

Encyclopedia of Data Warehousing and Mining

Encyclopedia of Data Warehousing and Mining Encyclopedia of Data Warehousing and Mining John Wang Montclair State University, USA Volume I A-H IDEA GROUP REFERENCE Hershey London Melbourne Singapore Acquisitions Editor: Development Editor: Senior

More information

Encyclopedia of Data Warehousing and Mining

Encyclopedia of Data Warehousing and Mining Encyclopedia of Data Warehousing and Mining Second Edition John Wang Montclair State University, USA Volume II Data Pro-I Information Science reference Hershey New York Director of Editorial Content: Director

More information

WEB SEARCH, FILTERING, AND TEXT MINING: TECHNOLOGY FOR A NEW ERA OF INFORMATION ACCESS

WEB SEARCH, FILTERING, AND TEXT MINING: TECHNOLOGY FOR A NEW ERA OF INFORMATION ACCESS 1 WEB SEARCH, FILTERING, AND TEXT MINING: TECHNOLOGY FOR A NEW ERA OF INFORMATION ACCESS BRUCE CROFT NSF Center for Intelligent Information Retrieval, Computer Science Department, University of Massachusetts,

More information

Information mining and information retrieval : methods and applications

Information mining and information retrieval : methods and applications Information mining and information retrieval : methods and applications J. Mothe, C. Chrisment Institut de Recherche en Informatique de Toulouse Université Paul Sabatier, 118 Route de Narbonne, 31062 Toulouse

More information

Enriching Lifelong User Modelling with the Social e- Networking and e-commerce Pieces of the Puzzle

Enriching Lifelong User Modelling with the Social e- Networking and e-commerce Pieces of the Puzzle Enriching Lifelong User Modelling with the Social e- Networking and e-commerce Pieces of the Puzzle Demetris Kyriacou Learning Societies Lab School of Electronics and Computer Science, University of Southampton

More information

Intelligent User Interfaces: Adaptation and Personalization Systems and Technologies

Intelligent User Interfaces: Adaptation and Personalization Systems and Technologies Intelligent User Interfaces: Adaptation and Personalization Systems and Technologies Constantinos Mourlas National & Kapodistrian University of Athens, Greece Panagiotis Germanakos National & Kapodistrian

More information

INTELLIGENT SYSTEMS OVER THE INTERNET

INTELLIGENT SYSTEMS OVER THE INTERNET INTELLIGENT SYSTEMS OVER THE INTERNET Web-Based Intelligent Systems Intelligent systems use a Web-based architecture and friendly user interface Web-based intelligent systems: Use the Web as a platform

More information

InfoSci -Databases Platform

InfoSci -Databases Platform InfoSci -Databases Platform User Guide 07 A Database of Information Science and Technology Research IGIGlobal www.igi-global.com InfoSci -Databases Platform User Guide 07 Getting Started: IGI Global is

More information

SOME TYPES AND USES OF DATA MODELS

SOME TYPES AND USES OF DATA MODELS 3 SOME TYPES AND USES OF DATA MODELS CHAPTER OUTLINE 3.1 Different Types of Data Models 23 3.1.1 Physical Data Model 24 3.1.2 Logical Data Model 24 3.1.3 Conceptual Data Model 25 3.1.4 Canonical Data Model

More information

COMPUTATIONAL DYNAMICS

COMPUTATIONAL DYNAMICS COMPUTATIONAL DYNAMICS THIRD EDITION AHMED A. SHABANA Richard and Loan Hill Professor of Engineering University of Illinois at Chicago A John Wiley and Sons, Ltd., Publication COMPUTATIONAL DYNAMICS COMPUTATIONAL

More information

The Business Value of Open Standards. Michael(tm) Smith

The Business Value of Open Standards. Michael(tm) Smith The Business Value of Open Standards Michael(tm) Smith mike@w3.org Key W3C standards for the Web HTTP HTML and XHTML CSS The W3C DOM HTTP Development of HTTP (Hypertext Transfer Protocol) was coordinated

More information

Performance Evaluation of Semantic Registries: OWLJessKB and instancestore

Performance Evaluation of Semantic Registries: OWLJessKB and instancestore Service Oriented Computing and Applications manuscript No. (will be inserted by the editor) Performance Evaluation of Semantic Registries: OWLJessKB and instancestore Simone A. Ludwig 1, Omer F. Rana 2

More information

Preserving Rich User Interface State in Web Applications across Various Platforms

Preserving Rich User Interface State in Web Applications across Various Platforms Preserving Rich User Interface State in Web Applications across Various Platforms Fabio Paternò, Carmen Santoro, and Antonio Scorcia ISTI-CNR, Via G. Moruzzi, 1 56124 Pisa, Italy {Fabio.Paterno,Carmen.Santoro,Antonio.Scorcia}@isti.cnr.it

More information

Agents and areas of application

Agents and areas of application Agents and areas of application Dipartimento di Informatica, Sistemistica e Comunicazione Università di Milano-Bicocca giuseppe.vizzari@disco.unimib.it andrea.bonomi@disco.unimib.it 23 Giugno 2007 Software

More information

Learning to Match. Jun Xu, Zhengdong Lu, Tianqi Chen, Hang Li

Learning to Match. Jun Xu, Zhengdong Lu, Tianqi Chen, Hang Li Learning to Match Jun Xu, Zhengdong Lu, Tianqi Chen, Hang Li 1. Introduction The main tasks in many applications can be formalized as matching between heterogeneous objects, including search, recommendation,

More information

Actionable User Intentions for Real-Time Mobile Assistant Applications

Actionable User Intentions for Real-Time Mobile Assistant Applications Actionable User Intentions for Real-Time Mobile Assistant Applications Thimios Panagos, Shoshana Loeb, Ben Falchuk Applied Research, Telcordia Technologies One Telcordia Drive, Piscataway, New Jersey,

More information

Digital Archives: Extending the 5S model through NESTOR

Digital Archives: Extending the 5S model through NESTOR Digital Archives: Extending the 5S model through NESTOR Nicola Ferro and Gianmaria Silvello Department of Information Engineering, University of Padua, Italy {ferro, silvello}@dei.unipd.it Abstract. Archives

More information

Trust4All: a Trustworthy Middleware Platform for Component Software

Trust4All: a Trustworthy Middleware Platform for Component Software Proceedings of the 7th WSEAS International Conference on Applied Informatics and Communications, Athens, Greece, August 24-26, 2007 124 Trust4All: a Trustworthy Middleware Platform for Component Software

More information

SEMANTIC WEB POWERED PORTAL INFRASTRUCTURE

SEMANTIC WEB POWERED PORTAL INFRASTRUCTURE SEMANTIC WEB POWERED PORTAL INFRASTRUCTURE YING DING 1 Digital Enterprise Research Institute Leopold-Franzens Universität Innsbruck Austria DIETER FENSEL Digital Enterprise Research Institute National

More information

Proposal for Implementing Linked Open Data on Libraries Catalogue

Proposal for Implementing Linked Open Data on Libraries Catalogue Submitted on: 16.07.2018 Proposal for Implementing Linked Open Data on Libraries Catalogue Esraa Elsayed Abdelaziz Computer Science, Arab Academy for Science and Technology, Alexandria, Egypt. E-mail address:

More information

YOUR PRIVACY RIGHTS Privacy Policy General Col ection and Use voluntarily

YOUR PRIVACY RIGHTS Privacy Policy General Col ection and Use voluntarily YOUR PRIVACY RIGHTS Privacy Policy The Travel Society (DBA The Travel Society, LLC ) (AKA: Company ) in addition to the Members (AKA: Affiliates ) of The Travel Society values your privacy. This Privacy

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology Multimedia content description interface Part 5: Multimedia description schemes

ISO/IEC INTERNATIONAL STANDARD. Information technology Multimedia content description interface Part 5: Multimedia description schemes INTERNATIONAL STANDARD ISO/IEC 15938-5 First edition 2003-05-15 Information technology Multimedia content description interface Part 5: Multimedia description schemes Technologies de l'information Interface

More information

Evaluating the suitability of Web 2.0 technologies for online atlas access interfaces

Evaluating the suitability of Web 2.0 technologies for online atlas access interfaces Evaluating the suitability of Web 2.0 technologies for online atlas access interfaces Ender ÖZERDEM, Georg GARTNER, Felix ORTAG Department of Geoinformation and Cartography, Vienna University of Technology

More information

Keywords: geolocation, recommender system, machine learning, Haversine formula, recommendations

Keywords: geolocation, recommender system, machine learning, Haversine formula, recommendations Volume 6, Issue 4, April 2016 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Geolocation Based

More information

International Journal of Innovative Research in Computer and Communication Engineering

International Journal of Innovative Research in Computer and Communication Engineering Optimized Re-Ranking In Mobile Search Engine Using User Profiling A.VINCY 1, M.KALAIYARASI 2, C.KALAIYARASI 3 PG Student, Department of Computer Science, Arunai Engineering College, Tiruvannamalai, India

More information

The Application Research of Semantic Web Technology and Clickstream Data Mart in Tourism Electronic Commerce Website Bo Liu

The Application Research of Semantic Web Technology and Clickstream Data Mart in Tourism Electronic Commerce Website Bo Liu International Conference on Education Technology, Management and Humanities Science (ETMHS 2015) The Application Research of Semantic Web Technology and Clickstream Data Mart in Tourism Electronic Commerce

More information

Competitive Intelligence and Web Mining:

Competitive Intelligence and Web Mining: Competitive Intelligence and Web Mining: Domain Specific Web Spiders American University in Cairo (AUC) CSCE 590: Seminar1 Report Dr. Ahmed Rafea 2 P age Khalid Magdy Salama 3 P age Table of Contents Introduction

More information

An Overview of Web Accessibility Evaluation of Government Websites in China Liang-cheng LI, Jia-jun BU*, Zhi YU, Wei WANG and Can WANG

An Overview of Web Accessibility Evaluation of Government Websites in China Liang-cheng LI, Jia-jun BU*, Zhi YU, Wei WANG and Can WANG 2016 2 nd International Conference on Social Science and Development (ICSSD 2016) ISBN: 978-1-60595-356-4 An Overview of Web Accessibility Evaluation of Government Websites in China Liang-cheng LI, Jia-jun

More information

Administrative Guideline. SMPTE Metadata Registers Maintenance and Publication SMPTE AG 18:2017. Table of Contents

Administrative Guideline. SMPTE Metadata Registers Maintenance and Publication SMPTE AG 18:2017. Table of Contents SMPTE AG 18:2017 Administrative Guideline SMPTE Metadata Registers Maintenance and Publication Page 1 of 20 pages Table of Contents 1 Scope 3 2 Conformance Notation 3 3 Normative References 3 4 Definitions

More information

Measuring and Evaluating Dissimilarity in Data and Pattern Spaces

Measuring and Evaluating Dissimilarity in Data and Pattern Spaces Measuring and Evaluating Dissimilarity in Data and Pattern Spaces Irene Ntoutsi, Yannis Theodoridis Database Group, Information Systems Laboratory Department of Informatics, University of Piraeus, Greece

More information

A query expansion and user profile enrichment approach to improve the performance of recommender systems operating on a folksonomy

A query expansion and user profile enrichment approach to improve the performance of recommender systems operating on a folksonomy A query expansion and user profile enrichment approach to improve the performance of recommender systems operating on a folksonomy Pasquale De Meo, Giovanni Quattrone, Domenico Ursino DIMET, Università

More information

VisoLink: A User-Centric Social Relationship Mining

VisoLink: A User-Centric Social Relationship Mining VisoLink: A User-Centric Social Relationship Mining Lisa Fan and Botang Li Department of Computer Science, University of Regina Regina, Saskatchewan S4S 0A2 Canada {fan, li269}@cs.uregina.ca Abstract.

More information

Exploiting Distributed Resources in Wireless, Mobile and Social Networks Frank H. P. Fitzek and Marcos D. Katz

Exploiting Distributed Resources in Wireless, Mobile and Social Networks Frank H. P. Fitzek and Marcos D. Katz MOBILE CLOUDS Exploiting Distributed Resources in Wireless, Mobile and Social Networks Frank H. P. Fitzek and Marcos D. Katz MOBILE CLOUDS MOBILE CLOUDS EXPLOITING DISTRIBUTED RESOURCES IN WIRELESS,

More information

Study of Personalized Ontology Model for Web Information Gathering

Study of Personalized Ontology Model for Web Information Gathering Research Inventy: International Journal Of Engineering And Science Issn: 2278-4721, Vol.2, Issue 4 (February 2013), Pp 42-47 Www.Researchinventy.Com Study of Personalized Ontology Model for Web Information

More information

International Journal of Computer Science Trends and Technology (IJCST) Volume 3 Issue 4, Jul-Aug 2015

International Journal of Computer Science Trends and Technology (IJCST) Volume 3 Issue 4, Jul-Aug 2015 RESEARCH ARTICLE OPEN ACCESS Multi-Lingual Ontology Server (MOS) For Discovering Web Services Abdelrahman Abbas Ibrahim [1], Dr. Nael Salman [2] Department of Software Engineering [1] Sudan University

More information

IGI Global eresource s Platform. User Guide

IGI Global eresource s Platform. User Guide IGI Global eresource s Platform User Guide www.igi global.com 09/20/2010 Table of Contents Table of Contents... 2 Getting Started... 3 Compliance Information... 3 Available Search Options... 3 Gateway

More information

Semantic Website Clustering

Semantic Website Clustering Semantic Website Clustering I-Hsuan Yang, Yu-tsun Huang, Yen-Ling Huang 1. Abstract We propose a new approach to cluster the web pages. Utilizing an iterative reinforced algorithm, the model extracts semantic

More information

Factors Influencing the Quality of the User Experience in Ubiquitous Recommender Systems

Factors Influencing the Quality of the User Experience in Ubiquitous Recommender Systems Factors Influencing the Quality of the User Experience in Ubiquitous Recommender Systems Nikolaos Polatidis, Christos K. Georgiadis Department of Applied Informatics, University of Macedonia, Thessaloniki,

More information

Web Service Discovery with Implicit QoS Filtering

Web Service Discovery with Implicit QoS Filtering Web Service Discovery with Implicit QoS Filtering Natallia Kokash DIT - University of Trento, Via Sommarive, 14, 38050 Trento, Italy email: natallia.kokash@dit.unitn.it Abstract. Web Service (WS) discovery

More information

Adaptable and Adaptive Web Information Systems. Lecture 1: Introduction

Adaptable and Adaptive Web Information Systems. Lecture 1: Introduction Adaptable and Adaptive Web Information Systems School of Computer Science and Information Systems Birkbeck College University of London Lecture 1: Introduction George Magoulas gmagoulas@dcs.bbk.ac.uk October

More information

Research on Mobile E-commerce Information Search Approach Based on Mashup Technology

Research on Mobile E-commerce Information Search Approach Based on Mashup Technology International Journal of Business and Management Vol. 5, No. 5; May 2010 Research on Mobile E-commerce Information Search Approach Based on Mashup Technology Ziming Zeng (Corresponding author) School of

More information

Decentralized and Embedded Management for Smart Buildings

Decentralized and Embedded Management for Smart Buildings PROCEEDINGS OF THE WORKSHOP ON APPLICATIONS OF SOFTWARE AGENTS ISBN 978-86-7031-188-6, pp. 3-7, 2011 Decentralized and Embedded Management for Smart Buildings Giancarlo Fortino and Antonio Guerrieri DEIS

More information

Using Linked Data to Reduce Learning Latency for e-book Readers

Using Linked Data to Reduce Learning Latency for e-book Readers Using Linked Data to Reduce Learning Latency for e-book Readers Julien Robinson, Johann Stan, and Myriam Ribière Alcatel-Lucent Bell Labs France, 91620 Nozay, France, Julien.Robinson@alcatel-lucent.com

More information

ADAPTIVE HYPERTEXT AND HYPERMEDIA

ADAPTIVE HYPERTEXT AND HYPERMEDIA ADAPTIVE HYPERTEXT AND HYPERMEDIA ADAPTIVE HYPERTEXT AND HYPERMEDIA Edited by Peter Brusilovsky Carnegie Mellon University Alfred Kobsa GMDFIT German National Research Centre for Information Technology

More information

Improving Adaptive Hypermedia by Adding Semantics

Improving Adaptive Hypermedia by Adding Semantics Improving Adaptive Hypermedia by Adding Semantics Anton ANDREJKO Slovak University of Technology Faculty of Informatics and Information Technologies Ilkovičova 3, 842 16 Bratislava, Slovak republic andrejko@fiit.stuba.sk

More information

Managing Learning Objects in Large Scale Courseware Authoring Studio 1

Managing Learning Objects in Large Scale Courseware Authoring Studio 1 Managing Learning Objects in Large Scale Courseware Authoring Studio 1 Ivo Marinchev, Ivo Hristov Institute of Information Technologies Bulgarian Academy of Sciences, Acad. G. Bonchev Str. Block 29A, Sofia

More information

DATA MINING II - 1DL460. Spring 2014"

DATA MINING II - 1DL460. Spring 2014 DATA MINING II - 1DL460 Spring 2014" A second course in data mining http://www.it.uu.se/edu/course/homepage/infoutv2/vt14 Kjell Orsborn Uppsala Database Laboratory Department of Information Technology,

More information

Towards a Component Agent Service Oriented Model

Towards a Component Agent Service Oriented Model Towards a Component Agent Service Oriented Model Nour Alhouda Aboud, Eric Cariou and Eric Gouardères LIUPPA Laboratory Université de Pau et des Pays de l Adour BP 1155 64013 Pau Cedex France {Nour-alhouda.Aboud,

More information

A Taxonomy of Web Agents

A Taxonomy of Web Agents A Taxonomy of s Zhisheng Huang, Anton Eliëns, Alex van Ballegooij, and Paul de Bra Free University of Amsterdam, The Netherlands Center for Mathematics and Computer Science(CWI), The Netherlands Eindhoven

More information

Business Intelligence

Business Intelligence Thomas Ridley-Siegert is research manager at the DMA (UK). He is responsible for developing and managing the various strands of research the DMA produces. The DMA has a network of more than 1, UK company

More information

Semantic Web Mining and its application in Human Resource Management

Semantic Web Mining and its application in Human Resource Management International Journal of Computer Science & Management Studies, Vol. 11, Issue 02, August 2011 60 Semantic Web Mining and its application in Human Resource Management Ridhika Malik 1, Kunjana Vasudev 2

More information

Web Engineering. Introduction. Husni

Web Engineering. Introduction. Husni Web Engineering Introduction Husni Husni@trunojoyo.ac.id Outline What is Web Engineering? Evolution of the Web Challenges of Web Engineering In the early days of the Web, we built systems using informality,

More information

Losing Control: Controls, Risks, Governance, and Stewardship of Enterprise Data

Losing Control: Controls, Risks, Governance, and Stewardship of Enterprise Data Losing Control: Controls, Risks, Governance, and Stewardship of Enterprise Data an eprentise white paper tel: 407.591.4950 toll-free: 1.888.943.5363 web: www.eprentise.com Author: Helene Abrams www.eprentise.com

More information

A Hybrid Recommender System for Dynamic Web Users

A Hybrid Recommender System for Dynamic Web Users A Hybrid Recommender System for Dynamic Web Users Shiva Nadi Department of Computer Engineering, Islamic Azad University of Najafabad Isfahan, Iran Mohammad Hossein Saraee Department of Electrical and

More information

The BITX M2M ecosystem. Detailed product sheet

The BITX M2M ecosystem. Detailed product sheet The BITX M2M ecosystem Detailed product sheet Stop wasting energy! Finally an M2M application development platform that doesn t have you running in circles. Why building it all from scratch every time?

More information

Guiding System Modelers in Multi View Environments: A Domain Engineering Approach

Guiding System Modelers in Multi View Environments: A Domain Engineering Approach Guiding System Modelers in Multi View Environments: A Domain Engineering Approach Arnon Sturm Department of Information Systems Engineering Ben-Gurion University of the Negev, Beer Sheva 84105, Israel

More information

Evaluation and Design Issues of Nordic DC Metadata Creation Tool

Evaluation and Design Issues of Nordic DC Metadata Creation Tool Evaluation and Design Issues of Nordic DC Metadata Creation Tool Preben Hansen SICS Swedish Institute of computer Science Box 1264, SE-164 29 Kista, Sweden preben@sics.se Abstract This paper presents results

More information

A Web Service-Based System for Sharing Distributed XML Data Using Customizable Schema

A Web Service-Based System for Sharing Distributed XML Data Using Customizable Schema Proceedings of the 2009 IEEE International Conference on Systems, Man, and Cybernetics San Antonio, TX, USA - October 2009 A Web Service-Based System for Sharing Distributed XML Data Using Customizable

More information

ICT-SHOK Project Proposal: PROFI

ICT-SHOK Project Proposal: PROFI ICT-SHOK Project Proposal: PROFI Full Title: Proactive Future Internet: Smart Semantic Middleware Overlay Architecture for Declarative Networking ICT-SHOK Programme: Future Internet Project duration: 2+2

More information

Taccumulation of the social network data has raised

Taccumulation of the social network data has raised International Journal of Advanced Research in Social Sciences, Environmental Studies & Technology Hard Print: 2536-6505 Online: 2536-6513 September, 2016 Vol. 2, No. 1 Review Social Network Analysis and

More information

> Semantic Web Use Cases and Case Studies

> Semantic Web Use Cases and Case Studies > Semantic Web Use Cases and Case Studies Case Study: A Linked Open Data Resource List Management Tool for Undergraduate Students Chris Clarke, Talis Information Limited and Fiona Greig, University of

More information

Domain Specific Search Engine for Students

Domain Specific Search Engine for Students Domain Specific Search Engine for Students Domain Specific Search Engine for Students Wai Yuen Tang The Department of Computer Science City University of Hong Kong, Hong Kong wytang@cs.cityu.edu.hk Lam

More information

An Approach to Evaluate and Enhance the Retrieval of Web Services Based on Semantic Information

An Approach to Evaluate and Enhance the Retrieval of Web Services Based on Semantic Information An Approach to Evaluate and Enhance the Retrieval of Web Services Based on Semantic Information Stefan Schulte Multimedia Communications Lab (KOM) Technische Universität Darmstadt, Germany schulte@kom.tu-darmstadt.de

More information

Semantic Clickstream Mining

Semantic Clickstream Mining Semantic Clickstream Mining Mehrdad Jalali 1, and Norwati Mustapha 2 1 Department of Software Engineering, Mashhad Branch, Islamic Azad University, Mashhad, Iran 2 Department of Computer Science, Universiti

More information

Hybrid Models Using Unsupervised Clustering for Prediction of Customer Churn

Hybrid Models Using Unsupervised Clustering for Prediction of Customer Churn Hybrid Models Using Unsupervised Clustering for Prediction of Customer Churn Indranil Bose and Xi Chen Abstract In this paper, we use two-stage hybrid models consisting of unsupervised clustering techniques

More information

HFCT: A Hybrid Fuzzy Clustering Method for Collaborative Tagging

HFCT: A Hybrid Fuzzy Clustering Method for Collaborative Tagging 007 International Conference on Convergence Information Technology HFCT: A Hybrid Fuzzy Clustering Method for Collaborative Tagging Lixin Han,, Guihai Chen Department of Computer Science and Engineering,

More information

INTRODUCTION. Chapter GENERAL

INTRODUCTION. Chapter GENERAL Chapter 1 INTRODUCTION 1.1 GENERAL The World Wide Web (WWW) [1] is a system of interlinked hypertext documents accessed via the Internet. It is an interactive world of shared information through which

More information

E-readiness rankings 2007

E-readiness rankings 2007 E-readiness rankings 2007 Countries digital development elopment in global context The Economist Intelligence Unit Prepared for The State of Telecom at Columbia University it 19 October 2007 A 1 About

More information

Many of these have already been announced via JIT weekly updates on the KB-L listserv, but are gathered here for a more complete look.

Many of these have already been announced via JIT weekly updates on the KB-L listserv, but are gathered here for a more complete look. WorldCat Knowledge Base Monthly Update March 2017 Many of these have already been announced via JIT weekly updates on the KB-L listserv, but are gathered here for a more complete look. New Collections

More information

Study on Personalized Recommendation Model of Internet Advertisement

Study on Personalized Recommendation Model of Internet Advertisement Study on Personalized Recommendation Model of Internet Advertisement Ning Zhou, Yongyue Chen and Huiping Zhang Center for Studies of Information Resources, Wuhan University, Wuhan 430072 chenyongyue@hotmail.com

More information

XETA: extensible metadata System

XETA: extensible metadata System XETA: extensible metadata System Abstract: This paper presents an extensible metadata system (XETA System) which makes it possible for the user to organize and extend the structure of metadata. We discuss

More information

AN ONTOLOGICAL EVALUATION OF JACKSON'S SYSTEM DEVELOPMENT MODEL. Fiona Rohde. Department of Commerce The University of Queensland, 4072.

AN ONTOLOGICAL EVALUATION OF JACKSON'S SYSTEM DEVELOPMENT MODEL. Fiona Rohde. Department of Commerce The University of Queensland, 4072. AN ONTOLOGICAL EVALUATION OF JACKSON'S SYSTEM DEVELOPMENT MODEL Fiona Rohde Department of Commerce The University of Queensland, 4072. Australia ABSTRACT Within the discipline of information systems, numerous

More information

Meaning & Concepts of Databases

Meaning & Concepts of Databases 27 th August 2015 Unit 1 Objective Meaning & Concepts of Databases Learning outcome Students will appreciate conceptual development of Databases Section 1: What is a Database & Applications Section 2:

More information

TEXT CHAPTER 5. W. Bruce Croft BACKGROUND

TEXT CHAPTER 5. W. Bruce Croft BACKGROUND 41 CHAPTER 5 TEXT W. Bruce Croft BACKGROUND Much of the information in digital library or digital information organization applications is in the form of text. Even when the application focuses on multimedia

More information

Overview. Data-mining. Commercial & Scientific Applications. Ongoing Research Activities. From Research to Technology Transfer

Overview. Data-mining. Commercial & Scientific Applications. Ongoing Research Activities. From Research to Technology Transfer Data Mining George Karypis Department of Computer Science Digital Technology Center University of Minnesota, Minneapolis, USA. http://www.cs.umn.edu/~karypis karypis@cs.umn.edu Overview Data-mining What

More information

Information Discovery, Extraction and Integration for the Hidden Web

Information Discovery, Extraction and Integration for the Hidden Web Information Discovery, Extraction and Integration for the Hidden Web Jiying Wang Department of Computer Science University of Science and Technology Clear Water Bay, Kowloon Hong Kong cswangjy@cs.ust.hk

More information

An Introduction to Programming with IDL

An Introduction to Programming with IDL An Introduction to Programming with IDL Interactive Data Language Kenneth P. Bowman Department of Atmospheric Sciences Texas A&M University AMSTERDAM BOSTON HEIDELBERG LONDON NEW YORK OXFORD PARIS SAN

More information

Enhancing Cluster Quality by Using User Browsing Time

Enhancing Cluster Quality by Using User Browsing Time Enhancing Cluster Quality by Using User Browsing Time Rehab M. Duwairi* and Khaleifah Al.jada'** * Department of Computer Information Systems, Jordan University of Science and Technology, Irbid 22110,

More information

Terminologies Services Strawman

Terminologies Services Strawman Terminologies Services Strawman Background This document was drafted for discussion for a meeting at the Metropolitan Museum of Art on September 12, 2007. This document was not intended to represent a

More information

HELIOS: a General Framework for Ontology-based Knowledge Sharing and Evolution in P2P Systems

HELIOS: a General Framework for Ontology-based Knowledge Sharing and Evolution in P2P Systems HELIOS: a General Framework for Ontology-based Knowledge Sharing and Evolution in P2P Systems S. Castano, A. Ferrara, S. Montanelli, D. Zucchelli Università degli Studi di Milano DICO - Via Comelico, 39,

More information

Log Information Mining Using Association Rules Technique: A Case Study Of Utusan Education Portal

Log Information Mining Using Association Rules Technique: A Case Study Of Utusan Education Portal Log Information Mining Using Association Rules Technique: A Case Study Of Utusan Education Portal Mohd Helmy Ab Wahab 1, Azizul Azhar Ramli 2, Nureize Arbaiy 3, Zurinah Suradi 4 1 Faculty of Electrical

More information

The 2018 (14th) International Conference on Data Science (ICDATA)

The 2018 (14th) International Conference on Data Science (ICDATA) CALL FOR PAPERS LATE BREAKING PAPERS, POSITION PAPERS, ABSTRACTS, POSTERS Paper Submission Deadline: May 20, 2018 The 2018 (14th) International Conference on Data Science (ICDATA) (former International

More information

COMPONENT-ORIENTED PROGRAMMING

COMPONENT-ORIENTED PROGRAMMING COMPONENT-ORIENTED PROGRAMMING COMPONENT-ORIENTED PROGRAMMING ANDY JU AN WANG KAI QIAN Southern Polytechnic State University Marietta, Georgia A JOHN WILEY & SONS, INC., PUBLICATION Copyright 2005 by John

More information

Map-based Access to Multiple Educational On-Line Resources from Mobile Wireless Devices

Map-based Access to Multiple Educational On-Line Resources from Mobile Wireless Devices Map-based Access to Multiple Educational On-Line Resources from Mobile Wireless Devices P. Brusilovsky 1 and R.Rizzo 2 1 School of Information Sciences, University of Pittsburgh, Pittsburgh PA 15260, USA

More information

Network Working Group. November 1999

Network Working Group. November 1999 Network Working Group Request for Comments: 2717 BCP: 35 Category: Best Current Practice R. Petke UUNET Technologies I. King Microsoft Corporation November 1999 Status of this Memo Registration Procedures

More information

R. R. Badre Associate Professor Department of Computer Engineering MIT Academy of Engineering, Pune, Maharashtra, India

R. R. Badre Associate Professor Department of Computer Engineering MIT Academy of Engineering, Pune, Maharashtra, India Volume 7, Issue 4, April 2017 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Web Service Ranking

More information

International Journal of Scientific & Engineering Research, Volume 4, Issue 11, November ISSN

International Journal of Scientific & Engineering Research, Volume 4, Issue 11, November ISSN International Journal of Scientific & Engineering Research, Volume 4, Issue 11, November-2013 398 Web Usage Mining has Pattern Discovery DR.A.Venumadhav : venumadhavaka@yahoo.in/ akavenu17@rediffmail.com

More information

CHAPTER 1. Topic: UML Overview. CHAPTER 1: Topic 1. Topic: UML Overview

CHAPTER 1. Topic: UML Overview. CHAPTER 1: Topic 1. Topic: UML Overview CHAPTER 1 Topic: UML Overview After studying this Chapter, students should be able to: Describe the goals of UML. Analyze the History of UML. Evaluate the use of UML in an area of interest. CHAPTER 1:

More information

Enhancing Cluster Quality by Using User Browsing Time

Enhancing Cluster Quality by Using User Browsing Time Enhancing Cluster Quality by Using User Browsing Time Rehab Duwairi Dept. of Computer Information Systems Jordan Univ. of Sc. and Technology Irbid, Jordan rehab@just.edu.jo Khaleifah Al.jada' Dept. of

More information

Enhancing Wrapper Usability through Ontology Sharing and Large Scale Cooperation

Enhancing Wrapper Usability through Ontology Sharing and Large Scale Cooperation Enhancing Wrapper Usability through Ontology Enhancing Sharing Wrapper and Large Usability Scale Cooperation through Ontology Sharing and Large Scale Cooperation Christian Schindler, Pranjal Arya, Andreas

More information

Oracle Warehouse Builder 10g Release 2 Integrating Packaged Applications Data

Oracle Warehouse Builder 10g Release 2 Integrating Packaged Applications Data Oracle Warehouse Builder 10g Release 2 Integrating Packaged Applications Data June 2006 Note: This document is for informational purposes. It is not a commitment to deliver any material, code, or functionality,

More information

Tag Based Image Search by Social Re-ranking

Tag Based Image Search by Social Re-ranking Tag Based Image Search by Social Re-ranking Vilas Dilip Mane, Prof.Nilesh P. Sable Student, Department of Computer Engineering, Imperial College of Engineering & Research, Wagholi, Pune, Savitribai Phule

More information

Adaptive and Personalized System for Semantic Web Mining

Adaptive and Personalized System for Semantic Web Mining Journal of Computational Intelligence in Bioinformatics ISSN 0973-385X Volume 10, Number 1 (2017) pp. 15-22 Research Foundation http://www.rfgindia.com Adaptive and Personalized System for Semantic Web

More information

Data Mining in the Application of E-Commerce Website

Data Mining in the Application of E-Commerce Website Data Mining in the Application of E-Commerce Website Gu Hongjiu ChongQing Industry Polytechnic College, 401120, China Abstract. With the development of computer technology and Internet technology, the

More information