Location Based Systems for retrieval using mobile devices

Size: px
Start display at page:

Download "Location Based Systems for retrieval using mobile devices"

Transcription

1 ICT Innovations 2010 Web Proceedings ISSN Location Based Systems for retrieval using mobile devices Aneta Mirceska 1, Vladimir Trajkovik 2, Katerina Ristevska 1 1 TTK Bank, Skopje, R. Macedonia 2 Faculty of Electrical Engineering and Information Technology, University Sts. Cyril and Methodius, Skopje, R. Macedonia {amirceska,ketiris@}yahoo.com, trvlado@feit.ukim.edu.mk Abstract. Location-awareness is a key issue for mobile and handheld computing and many people expect a high potential of location-based services as city guides or navigation systems for m-commerce. Mobile information retrieval is crucial to share the vast information and multimedia content. Mobile information retrieval has three challenges; mobile devices have a small display area, so, users are more interested in precision than in recall, also mobile device portability means users frequently change their interest with location and though wireless development is progressing; its response rate and mobile device processing ability are lower than for a wired network and PC. Several approaches are described and to meet these challenges, we propose keywordbased semantic mobile search system using ontology and location information using GPS module and map with mashup service. The objective is to combine all the good things about mobile technology while trying to avoid the shortcomings that come with it. Keywords: Location-based Service, Mobile Information Retrieval, Semantic Information Retrieval, Global Positioning System

2 262 Mirceska et al.: Location Based Systems for retrieval using mobile devices 1 Introduction Determining a mobile user s current location will be one of the most important functions of future mobile computing environments. Location-awareness is a key issue for mobile, ubiquitous and handheld computing and many people expect a high potential of location-based services as city guides or navigation systems for m- commerce scenarios [1]. Mobile systems and services are an important part of the liberty most of us want to rely on. They enable us to stay in contact all the time with other persons or to access data stored on remote systems. Location based services are offered from various sides for users of cell phones. Persons can get guiding support to the next restaurant or ATM, and even meetings of friends can be enhanced by these services. For these applications the cell phones can be localized by use of the cellular phone network or GPS (Global Positioning System). GPS receivers are inexpensive and the corresponding location output is accurate, thus GPS is widely accepted. GPS however only works outdoors since the receiver must have a direct view to at least four GPS satellites. If a location-based service is designed for a high coverage, it has to use other (e.g. indoor) positioning systems. Accessing more positioning systems increases the complexity of location-based service. The World-Wide Web has reached a size where it is becoming increasingly challenging to satisfy certain information needs. While search engines are still able to index a reasonable subset of the (surface) web, the pages, and the user is really looking for may be buried under hundreds of thousands of less interesting results. Thus, search engine users are in danger of drowning in information. A natural approach is to add advanced features to search engines that allow users to express constraints or preferences in an intuitive manner, resulting in the desired information to be returned among the first results [2]. We expect that geographic search engines, i.e., search engines that support geographic preferences, will have a major impact on search technology and associated business models. First, geographic search engines provide a very useful tool. They allow a user to express in a single query what might take multiple queries with conventional search engines. Second, geographic search is a fundamental technology for location-based services on mobile devices. Third, geographic search supports locally targeted web advertising, thus attracting advertisement budgets of small businesses. Other opportunities arise from mining geographic properties of the web, e.g., for market research. The paper is structured as follows: Section 2 outlines related work. In Section 3, we describe the entire system, keyword-based semantic retrieval module and location based retrieval module and mash-up service. The last section contains concluding remarks of proposed system and future directions.

3 ICT Innovations 2010 Web Proceedings ISSN Related work Many location-based applications have been developed over the last years. Geographic Information Systems (GIS) and spatial databases provide powerful mechanisms to store and retrieve location data [3]. Such systems primarily concentrate on accessing large amounts of spatial data. General purpose search engines, such as Google, are live, in the sense that they have the ability to constantly find information without the sources of that information having to report or register it explicitly, or even know that they are being analyzed. Yokoji et al [4] developed a location-based search system for web documents on the Internet; the system can find web documents based on the distance between locations that are described in web documents and a location specified by a user using three modules: a robot that gathers documents from the Internet, a parser that extracts address strings from web documents and associates latitude-longitude information to the original document and a retrieval module. 2.1 Geo coding, geographic search engine and Semantic Web In this section, we describe related work on geo coding, existing geographic search engines, and the Semantic Web. The process of assigning geographic locations to web pages that provide information relevant to these locations is called geo coding. A document can be associated with one or multiple locations. Geo coding can be dividing into three steps, geo extraction, geo matching, and geo propagation. A good discussion of geographic hints commonly found in web pages is provided by McCurley [5], who introduces the notion of geo coding. He describes various geographic indicators found in pages, such as zip codes or town names, but does not discuss in detail how to extract these, or how to resolve the geo/geo or non-geo/geo ambiguity. Several geographic search engines are already available online. Some are academic prototypes based either on small specialized collections or a meta search approach. In particular, [6] performs automatic geo coding of documents based on the approach in [7]. Most other prototypes, such as [8], require pages either to carry special mark up tags or to be manually registered with the search engine. It seems natural to extend the Semantic Web to a Geographic Semantic Web, such as proposed in [9], where each web page contains some meta data, defining its geographic footprint. Several models are already available [10,11]. Other models from the GIS community, such as GML from the Open GIS Consortium [12], can be adapted.

4 264 Mirceska et al.: Location Based Systems for retrieval using mobile devices 2.2 Mobile Information Retrieval Mobile information retrieval is important to share the vast information and multimedia content. Mobile information retrieval differs from existing non-mobile information retrieval. The features of mobile device and ubiquitous computing environment confer many challenges, such as the mobile device has a small display area, therefore, in the mobile search environment, the users are more interested in precision than in recall [13]. Another challenge is the locality where the search for information is focused may continually change due to the portability of mobile devices. Thus, the user s interest is frequently changed as the user moves to a new location [15]. Fast response is important for user satisfaction. Although there is rapid progress in research and development of wireless networking and communication technologies [16], the speed and mobile device processing ability remain lower than for a wired network and PC. P. Coppola [13,14] divided information retrieval into e- relevance and w-relevance. He used the term relevance to denote information relevant to the user. E-relevance denotes classical relevance, i.e. the non-mobile information retrieval case. Conversely, w-relevance concerns mobile information retrieval. He proposed four dimensions information resources, representation of the user problem, time, and components - that can be used in the implementation and evaluation of information retrieval systems. The two relevancies differ, because e- relevance is in the information world, whereas w-relevance is in the real/physical world. 2.3 Semantic Search The search is divided generally in two; navigational search and research search [17]. They differ with the type of the query; navigational search requires the exact word or sentence the user wants to find. For research search, the user inputs the query that explains or describes information related to that the user wishes to collect or research. Then, research search differs from navigational search, because the user does not know about the documentation before searching. Thus, the user tries to find the related document by getting information about the place of the document, as the result of navigational search. Semantic-based search belongs to research search; it is formulated to improve existing keyword-based web search. The query user inputs indicate one (or two) real world concepts. This helps understand the users expected categorization of the search result. The result of semantic search is independent of the result of the keyword-based search, because it is based on semantic web. Therefore, it can increase the quality of the result, as well as the quantity. 3 Proposed Architecture 3.1 System Architecture

5 ICT Innovations 2010 Web Proceedings ISSN The system consists of several parts that communicate with each. All communication between handset and servers, and all three interfaces, use the HTTP protocol [18]. This is the best supported protocol, both by cellular networks and phones. The user employs the mobile device and transmits the created multimedia content to the web server through the wireless TCP/IP socket after commenting on the content and receives the coordinates of the current location through the GPS. This is the first level - creation level. The second level is sharing level. At this level, the user can share the multimedia content created and ontology information using the keyword-based semantic retrieval module. The user creates and sends the input query to find the information or content. The server receives the query and responds it to the keywordbased module and semantic-based module, respectively. The system integrates the search result and creates the structured XML (extensible Markup Language) document. XML is a hierarchical format for data representation and exchange. An XML document consists of nested XML elements starting with root element. Each element can have attributes and text values, in addition to nested sub-elements. The user checks the list resulting from the search result by accessing this XML document. The user selects the content and displays it if s/he finds what they wanted. The system consist three modules: keyword-based retrieval module, semantic-based retrieval module [19] and location-based retrieval module. Fig. 1 show the overall data flow. A mobile device gets raw location data from one or more positioning systems. Framework transforms these data and produce unique location data using the decentralized infrastructure. To achieve an optimal flexibility, the framework provides physical coordinates as well as semantic locations. As these data are globally unique with a well-defined format, they can easily be used as a search key to access database, user registers or web services. Mobile users can switch between satellite navigation systems such as GPS (Global Positioning Systems), positioning systems based on cell-phone infrastructures or indoor positioning systems without affecting the location-aware application. Fig. 1. Architecture of mobile based search system with keyword-based retrieval module, semantic-based retrieval module and location-based retrieval module

6 266 Mirceska et al.: Location Based Systems for retrieval using mobile devices Keywords are meaningful text associated with entities; they are more appropriate for humans than for machines. The parser extracts keywords from two different sources: FQNs (Fully Qualified Name) and comments. Keyword extraction from FQNs is based on language specific heuristics that follows the commonly practiced naming conventions in that language. For example, the Java class name QuickSort will generate the keywords Quick and Sort. Keywords extraction from comments is done by parsing the text for natural and meaningful keywords. These keywords are then mapped to the entities that have unique IDs and that are close to the comment, for example the immediate entity that follows the comment. These keywords are also associated with the immediate parent entity inside which the comment appears. The keyword-based query the user inputted retrieves using the two interfaces; keywordbased retrieval interface and semantic-based retrieval interface. Keywords are used generally in retrieving items from a vast information source, for instance a catalogue or a search engine. An index term or descriptor in information retrieval is a term that captures the essence of the topic of a document, and can consist of a word, phrase, or alphanumerical term. They are created by analyzing the document either manually with subject indexing or automatically with automatic indexing. Methods that are more sophisticated use keyword extraction. Keywords are stored in a search index. The semantic-based retrieval module reflects real world information connected to location information by a semantic relation. Each class has a semantic relationship to each other as well as the address. We use the semantic relationship between classes in the ontology for semantic-based retrieval. We propose an architecture where customers can use a mobile device to retrieve information and objects using GPS coordinates of a current position. The user obtains current coordinates using the GPS module. The location mapping module maps the coordinates to the real address we called. The obtained address is used to query. Therefore, the user can select whether or not to use the address as the query. The results can be accurately overlaid to produce a composite map. This solution is for the mobile station with a GPS unit-based mixed-web map interface using a locationbased mobile mash-up with Google maps. Fig. 2 shows the collaboration diagram and interactions between location mapping module, keyword and semantic based retrieval modules. Fig. 2. Collaboration diagram of keyword-based retrieval module, semantic-based retrieval module and location-based retrieval module and their interactions

7 ICT Innovations 2010 Web Proceedings ISSN Fig. 3 shows the activity diagram of three active processes that flows after the user enters the input query. The first process is LBS and the flow begins with entering the input query and after obtaining the current coordinates using GPS module, the query transfers to server where the web service is running. Web server is second process with retrieval activity such as keyword and semantic retrieval and the generated result list is sending by xml. The LBS process accepts the result list and displays on mobile device where the user can pick the result item and can choose one of the options: Check result or Display the Retrieval Result using Google Maps. Searching for Google Maps activate the third process and generation of wanted map is the last step of this activity. Fig. 3. Activity diagram of location-based system for retrieval using mobile device with three active processes 4 Conclusion The proposed system introduced the need to offer a mobile location based retrieval solution combined with a location mapping module. Therefore, we made a brief description of the different technology alternatives that exist for geo coding, geographic search engine and semantic web, as well as for mobile information

8 268 Mirceska et al.: Location Based Systems for retrieval using mobile devices retrieval and semantic search. Then, we defined what mobile location based systems are and what the issues are today. Finally, we tried to propose an architecture that would resolve some of the current issues learned from failures in mobile location based systems for keyword and semantic retrieval. The objective is to combine all the good things about mobile technology while trying to avoid the shortcomings that come with it. In conclusion, mobile location based systems for keyword and semantic retrieval is very important for often using the mobile devices, especially when the input query, for example is hospital where the correct address has great significance. References 1. J. Roth. Flexible positioning for location-based service. IADIS International Journal on WWW/Internet. 1 (2): A. Markowetz, Y. Chen, T. Suel, X. Long, B. Seeger. Design and Implementation of a Geographic Web Search Engine. Technical Report TR-CIS , CIS Department, Polytechnic University C. D. Tomlin. Geographic Information Systems and Cartographic Modeling, Prentice Hall S. Yokoji, K. Akahashi, N. Miura. Kokono Search: A Location Based Search Engine. 10th International World Wide Web Conference (WWW10). Hong Kong K. McCurley. Geospatial mapping and navigation of the web. In Proc. of the 10th World Wide Web Conference. 2001; L. Gravano. Geosearch: A geographically-aware search engine Available at: 7. J. Ding, L. Gravano, and N. Shivakumar. Computing geographical scopes of web resources. In Proc. of the 26th VLDB. 2000; A. Daviel Available at: 9. M. Egenhofer. Toward the semantic geospatial web. In Proc. of the 10th ACM GIS. 2002; DCMI Usage Board. Dublin Core Qualifiers. Recommendation of the DCMI, Dublin Core Metadata Initiative A. Daviel. Geographic registration of HTML documents. IETF Draft Available at: Open GIS Consortium P. Coppola, V. D. Mea, L. Di Gaspero and S. Mizzaro. The Concept of Relevance in Mobile and Ubiquitous Information Access. Mobile and Ubiquitous Information Access, F. Crestani et al. (Eds.). Springer-Verlag Berlin Heidelberg. 2004; P. Coppola, V. D. Mea, L. Di Gaspero, S. Mizzaro, I. Scagnetto, A. Selva, L.Vassena, P. Z. Rizio. MoBe: Context-Aware Mobile Applications on Mobile Devices for Mobile Users. In: Proceedings of ECHISE'05, held in Conjunction with PERVASIVE'05. Munich. 2005; G. J. F. Jones and P. J. Brown. Context-Aware Retrieval for Ubiquitous Computing Environments. Mobile and Ubiquitous Information Access, F. Crestani et al., (Eds.). Springer-Verlag Berlin Heidelberg. 2004; I. F. Akyildiz, S. Mohanty and X. Jiang. A ubiquitous mobile communication architecture for next-generation heterogeneous wireless systems. Communications Magazine. IEEE. (43):29 36.

9 ICT Innovations 2010 Web Proceedings ISSN R. Guha, M. Rob and M. Eric. Semantic search. Proceedings of the 12th international conference on World Wide Web. 2003; N. W. Group. Hypertext transfer protocol http/ Q. Zhou, C. Wang, M. Xiong, H. Wang and Y. Yu. SPARK: Adapting Keyword Query to Semantic Search. ISWC/ASWC 2007, K. Aberer et al. (Eds.). Springer-Verlag Berlin Heidelberg. 2007;

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

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

More information

Natural Language to Relational Query by Using Parsing Compiler

Natural Language to Relational Query by Using Parsing Compiler Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 4, Issue. 3, March 2015,

More information

A framework for Itinerary Personalization in Cultural Tourism of Smart Cities

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

More information

City Data Pipeline. A System for Making Open Data Useful for Cities. stefan.bischof@tuwien.ac.at

City Data Pipeline. A System for Making Open Data Useful for Cities. stefan.bischof@tuwien.ac.at City Data Pipeline A System for Making Open Data Useful for Cities Stefan Bischof 1,2, Axel Polleres 1, and Simon Sperl 1 1 Siemens AG Österreich, Siemensstraße 90, 1211 Vienna, Austria {bischof.stefan,axel.polleres,simon.sperl}@siemens.com

More information

A Semantic web approach for e-learning platforms

A Semantic web approach for e-learning platforms A Semantic web approach for e-learning platforms Miguel B. Alves 1 1 Laboratório de Sistemas de Informação, ESTG-IPVC 4900-348 Viana do Castelo. mba@estg.ipvc.pt Abstract. When lecturers publish contents

More information

ONTOLOGY-BASED APPROACH TO DEVELOPMENT OF ADJUSTABLE KNOWLEDGE INTERNET PORTAL FOR SUPPORT OF RESEARCH ACTIVITIY

ONTOLOGY-BASED APPROACH TO DEVELOPMENT OF ADJUSTABLE KNOWLEDGE INTERNET PORTAL FOR SUPPORT OF RESEARCH ACTIVITIY ONTOLOGY-BASED APPROACH TO DEVELOPMENT OF ADJUSTABLE KNOWLEDGE INTERNET PORTAL FOR SUPPORT OF RESEARCH ACTIVITIY Yu. A. Zagorulko, O. I. Borovikova, S. V. Bulgakov, E. A. Sidorova 1 A.P.Ershov s Institute

More information

Chapter-1 : Introduction 1 CHAPTER - 1. Introduction

Chapter-1 : Introduction 1 CHAPTER - 1. Introduction Chapter-1 : Introduction 1 CHAPTER - 1 Introduction This thesis presents design of a new Model of the Meta-Search Engine for getting optimized search results. The focus is on new dimension of internet

More information

Developing Wireless GIS: Using Java and XML Technologies

Developing Wireless GIS: Using Java and XML Technologies Developing Wireless GIS: Using Java and XML Technologies Hossein Mohammadi GIS Dept., Faculty of Geodesy and Geomatics Eng. K.N. Toosi University of Technology Vali_Asr St., Mirdamad Cross, Tehran, Iran,

More information

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

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

More information

Make search become the internal function of Internet

Make search become the internal function of Internet Make search become the internal function of Internet Wang Liang 1, Guo Yi-Ping 2, Fang Ming 3 1, 3 (Department of Control Science and Control Engineer, Huazhong University of Science and Technology, WuHan,

More information

Visualization Method of Trajectory Data Based on GML, KML

Visualization Method of Trajectory Data Based on GML, KML Visualization Method of Trajectory Data Based on GML, KML Junhuai Li, Jinqin Wang, Lei Yu, Rui Qi, and Jing Zhang School of Computer Science & Engineering, Xi'an University of Technology, Xi'an 710048,

More information

Use of a Web-Based GIS for Real-Time Traffic Information Fusion and Presentation over the Internet

Use of a Web-Based GIS for Real-Time Traffic Information Fusion and Presentation over the Internet Use of a Web-Based GIS for Real-Time Traffic Information Fusion and Presentation over the Internet SUMMARY Dimitris Kotzinos 1, Poulicos Prastacos 2 1 Department of Computer Science, University of Crete

More information

Security Issues for the Semantic Web

Security Issues for the Semantic Web Security Issues for the Semantic Web Dr. Bhavani Thuraisingham Program Director Data and Applications Security The National Science Foundation Arlington, VA On leave from The MITRE Corporation Bedford,

More information

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

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

More information

An architecture for open and scalable WebGIS

An architecture for open and scalable WebGIS An architecture for open and scalable WebGIS Aleksandar Milosavljević, Leonid Stoimenov, Slobodanka Djordjević-Kajan CG&GIS Lab, Department of Computer Science Faculty of Electronic Engineering, University

More information

Mobile GIS for Cadastral Data Collection in Ghana

Mobile GIS for Cadastral Data Collection in Ghana Mobile GIS for Cadastral Data Collection in Ghana Eric MENSAH OKANTEY Barend KÖBBEN 1 Introduction With the development of Web GIS and the emergence of Mobile GIS new possibilities of data capture and

More information

ISSUES ON FORMING METADATA OF EDITORIAL SYSTEM S DOCUMENT MANAGEMENT

ISSUES ON FORMING METADATA OF EDITORIAL SYSTEM S DOCUMENT MANAGEMENT ISSN 1392 124X INFORMATION TECHNOLOGY AND CONTROL, 2005, Vol.34, No.4 ISSUES ON FORMING METADATA OF EDITORIAL SYSTEM S DOCUMENT MANAGEMENT Marijus Bernotas, Remigijus Laurutis, Asta Slotkienė Information

More information

Electronic Document Management Using Inverted Files System

Electronic Document Management Using Inverted Files System EPJ Web of Conferences 68, 0 00 04 (2014) DOI: 10.1051/ epjconf/ 20146800004 C Owned by the authors, published by EDP Sciences, 2014 Electronic Document Management Using Inverted Files System Derwin Suhartono,

More information

LOCATIONS AROUND ME (ANDROID)

LOCATIONS AROUND ME (ANDROID) IMPACT: International Journal of Research in Engineering & Technology (IMPACT: IJRET) ISSN(E): 2321-8843; ISSN(P): 2347-4599 Vol. 2, Issue 4, Apr 2014, 193-198 Impact Journals LOCATIONS AROUND ME (ANDROID)

More information

Distributed Database for Environmental Data Integration

Distributed Database for Environmental Data Integration Distributed Database for Environmental Data Integration A. Amato', V. Di Lecce2, and V. Piuri 3 II Engineering Faculty of Politecnico di Bari - Italy 2 DIASS, Politecnico di Bari, Italy 3Dept Information

More information

Lightweight Data Integration using the WebComposition Data Grid Service

Lightweight Data Integration using the WebComposition Data Grid Service Lightweight Data Integration using the WebComposition Data Grid Service Ralph Sommermeier 1, Andreas Heil 2, Martin Gaedke 1 1 Chemnitz University of Technology, Faculty of Computer Science, Distributed

More information

Search Result Optimization using Annotators

Search Result Optimization using Annotators Search Result Optimization using Annotators Vishal A. Kamble 1, Amit B. Chougule 2 1 Department of Computer Science and Engineering, D Y Patil College of engineering, Kolhapur, Maharashtra, India 2 Professor,

More information

Development of Framework System for Managing the Big Data from Scientific and Technological Text Archives

Development of Framework System for Managing the Big Data from Scientific and Technological Text Archives Development of Framework System for Managing the Big Data from Scientific and Technological Text Archives Mi-Nyeong Hwang 1, Myunggwon Hwang 1, Ha-Neul Yeom 1,4, Kwang-Young Kim 2, Su-Mi Shin 3, Taehong

More information

GPS Based Low Cost Intelligent Vehicle Tracking System (IVTS)

GPS Based Low Cost Intelligent Vehicle Tracking System (IVTS) 2012 International Conference on Traffic and Transportation Engineering (ICTTE 2012) IPCSIT vol. 26 (2012) (2012) IACSIT Press, Singapore GPS Based Low Cost Intelligent Vehicle Tracking System (IVTS) Dr.

More information

Chapter 1: Introduction

Chapter 1: Introduction Chapter 1: Introduction Database System Concepts, 5th Ed. See www.db book.com for conditions on re use Chapter 1: Introduction Purpose of Database Systems View of Data Database Languages Relational Databases

More information

Rotorcraft Health Management System (RHMS)

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

More information

EUR-Lex 2012 Data Extraction using Web Services

EUR-Lex 2012 Data Extraction using Web Services DOCUMENT HISTORY DOCUMENT HISTORY Version Release Date Description 0.01 24/01/2013 Initial draft 0.02 01/02/2013 Review 1.00 07/08/2013 Version 1.00 -v1.00.doc Page 2 of 17 TABLE OF CONTENTS 1 Introduction...

More information

Advanced Meta-search of News in the Web

Advanced Meta-search of News in the Web Advanced Meta-search of News in the Web Rubén Tous, Jaime Delgado Universitat Pompeu Fabra (UPF), Departament de Tecnologia, Pg. Circumval lació, 8. E-08003 Barcelona, Spain {ruben.tous, Jaime.delgado}@tecn.upf.es

More information

XML DATA INTEGRATION SYSTEM

XML DATA INTEGRATION SYSTEM XML DATA INTEGRATION SYSTEM Abdelsalam Almarimi The Higher Institute of Electronics Engineering Baniwalid, Libya Belgasem_2000@Yahoo.com ABSRACT This paper describes a proposal for a system for XML data

More information

Mobile Commerce and Ubiquitous Computing. Chapter 6

Mobile Commerce and Ubiquitous Computing. Chapter 6 Mobile Commerce and Ubiquitous Computing Chapter 6 Learning Objectives 1. Discuss the value-added attributes, benefits, and fundamental drivers of m-commerce. 2. Describe the mobile computing infrastructure

More information

VEHICLE TRACKING SYSTEM USING GPS. 1 Student, ME (IT) Pursuing, SCOE, Vadgaon, Pune. 2 Asst. Professor, SCOE, Vadgaon, Pune

VEHICLE TRACKING SYSTEM USING GPS. 1 Student, ME (IT) Pursuing, SCOE, Vadgaon, Pune. 2 Asst. Professor, SCOE, Vadgaon, Pune VEHICLE TRACKING SYSTEM USING GPS Pooja P. Dehankar 1, 1 Student, ME (IT) Pursuing, SCOE, Vadgaon, Pune Prof. S. P. Potdar 2 2 Asst. Professor, SCOE, Vadgaon, Pune Abstract- Global Positioning System is

More information

THE DEVELOPMENT OF A PROTOTYPE GEOSPATIAL WEB SERVICE SYSTEM FOR REMOTE SENSING DATA

THE DEVELOPMENT OF A PROTOTYPE GEOSPATIAL WEB SERVICE SYSTEM FOR REMOTE SENSING DATA THE DEVELOPMENT OF A PROTOTYPE GEOSPATIAL WEB SERVICE SYSTEM FOR REMOTE SENSING DATA Meixia Deng a, *, Peisheng Zhao a, Yang Liu a, Aijun Chen a Liping Di a a George Mason University, Laboratory for Advanced

More information

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

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

More information

A Comparative Approach to Search Engine Ranking Strategies

A Comparative Approach to Search Engine Ranking Strategies 26 A Comparative Approach to Search Engine Ranking Strategies Dharminder Singh 1, Ashwani Sethi 2 Guru Gobind Singh Collage of Engineering & Technology Guru Kashi University Talwandi Sabo, Bathinda, Punjab

More information

DEVELOPMENT OF CAMPUS SPACE NAVIGATION AND GUIDE SYSTEM

DEVELOPMENT OF CAMPUS SPACE NAVIGATION AND GUIDE SYSTEM DEVELOPMENT OF CAMPUS SPACE NAVIGATION AND GUIDE SYSTEM Yan-Chyuan Shiau Chung Hua University, Hsin-Chu, Taiwan ycshiau@ms22.hinet.net Tsung-Pin Tsai Chung Hua University, Hsin-Chu, Taiwan winnie.bear@msa.hinet.net

More information

A LANGUAGE INDEPENDENT WEB DATA EXTRACTION USING VISION BASED PAGE SEGMENTATION ALGORITHM

A LANGUAGE INDEPENDENT WEB DATA EXTRACTION USING VISION BASED PAGE SEGMENTATION ALGORITHM A LANGUAGE INDEPENDENT WEB DATA EXTRACTION USING VISION BASED PAGE SEGMENTATION ALGORITHM 1 P YesuRaju, 2 P KiranSree 1 PG Student, 2 Professorr, Department of Computer Science, B.V.C.E.College, Odalarevu,

More information

Personalization of Web Search With Protected Privacy

Personalization of Web Search With Protected Privacy Personalization of Web Search With Protected Privacy S.S DIVYA, R.RUBINI,P.EZHIL Final year, Information Technology,KarpagaVinayaga College Engineering and Technology, Kanchipuram [D.t] Final year, Information

More information

Web 2.0-based SaaS for Community Resource Sharing

Web 2.0-based SaaS for Community Resource Sharing Web 2.0-based SaaS for Community Resource Sharing Corresponding Author Department of Computer Science and Information Engineering, National Formosa University, hsuic@nfu.edu.tw doi : 10.4156/jdcta.vol5.issue5.14

More information

LOCATION-BASED SEARCH ENGINE FOR MULTIMEDIA PHONES. {franti, tabarcea, jkuitti}@cs.joensuu.fi. vishv@i2r.a-star.edu.sg

LOCATION-BASED SEARCH ENGINE FOR MULTIMEDIA PHONES. {franti, tabarcea, jkuitti}@cs.joensuu.fi. vishv@i2r.a-star.edu.sg LOCATION-BASED SEARCH ENGINE FOR MULTIMEDIA PHONES Pasi Fränti 1, Andrei Tabarcea 1, Juha Kuittinen 1 and Ville Hautamäki 2 1 Speech and Image Processing Unit, University of Eastern Finland, Joensuu {franti,

More information

Multi-Lingual Display of Business Documents

Multi-Lingual Display of Business Documents The Data Center Multi-Lingual Display of Business Documents David L. Brock, Edmund W. Schuster, and Chutima Thumrattranapruk The Data Center, Massachusetts Institute of Technology, Building 35, Room 212,

More information

An Intelligent Approach for Integrity of Heterogeneous and Distributed Databases Systems based on Mobile Agents

An Intelligent Approach for Integrity of Heterogeneous and Distributed Databases Systems based on Mobile Agents An Intelligent Approach for Integrity of Heterogeneous and Distributed Databases Systems based on Mobile Agents M. Anber and O. Badawy Department of Computer Engineering, Arab Academy for Science and Technology

More information

Search and Information Retrieval

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

More information

Semantic Geocast Using a Self-Organizing Infrastructure

Semantic Geocast Using a Self-Organizing Infrastructure Semantic Geocast Using a Self-Organizing Infrastructure Jörg Roth University of Hagen Department for Computer Science 58084 Hagen, Germany Joerg.Roth@Fernuni-hagen.de Abstract. Geocast mechanisms allow

More information

Information Technology Career Field Pathways and Course Structure

Information Technology Career Field Pathways and Course Structure Information Technology Career Field Pathways and Course Structure Courses in Information Support and Services (N0) Computer Hardware 2 145025 Computer Software 145030 Networking 2 145035 Network Operating

More information

Context-Aware Access Control for Pervasive Access to Process-Based Healthcare Systems

Context-Aware Access Control for Pervasive Access to Process-Based Healthcare Systems ehealth Beyond the Horizon Get IT There S.K. Andersen et al. (Eds.) IOS Press, 2008 2008 Organizing Committee of MIE 2008. All rights reserved. 679 Context-Aware Access Control for Pervasive Access to

More information

Interactive Dynamic Information Extraction

Interactive Dynamic Information Extraction Interactive Dynamic Information Extraction Kathrin Eichler, Holmer Hemsen, Markus Löckelt, Günter Neumann, and Norbert Reithinger Deutsches Forschungszentrum für Künstliche Intelligenz - DFKI, 66123 Saarbrücken

More information

USING COMPLEX EVENT PROCESSING TO MANAGE PATTERNS IN DISTRIBUTION NETWORKS

USING COMPLEX EVENT PROCESSING TO MANAGE PATTERNS IN DISTRIBUTION NETWORKS USING COMPLEX EVENT PROCESSING TO MANAGE PATTERNS IN DISTRIBUTION NETWORKS Foued BAROUNI Eaton Canada FouedBarouni@eaton.com Bernard MOULIN Laval University Canada Bernard.Moulin@ift.ulaval.ca ABSTRACT

More information

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

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

More information

Log Mining Based on Hadoop s Map and Reduce Technique

Log Mining Based on Hadoop s Map and Reduce Technique Log Mining Based on Hadoop s Map and Reduce Technique ABSTRACT: Anuja Pandit Department of Computer Science, anujapandit25@gmail.com Amruta Deshpande Department of Computer Science, amrutadeshpande1991@gmail.com

More information

Databases in Organizations

Databases in Organizations The following is an excerpt from a draft chapter of a new enterprise architecture text book that is currently under development entitled Enterprise Architecture: Principles and Practice by Brian Cameron

More information

Context-aware Library Management System using Augmented Reality

Context-aware Library Management System using Augmented Reality International Journal of Electronic and Electrical Engineering. ISSN 0974-2174 Volume 7, Number 9 (2014), pp. 923-929 International Research Publication House http://www.irphouse.com Context-aware Library

More information

On the Standardization of Semantic Web Services-based Network Monitoring Operations

On the Standardization of Semantic Web Services-based Network Monitoring Operations On the Standardization of Semantic Web Services-based Network Monitoring Operations ChenglingZhao^, ZihengLiu^, YanfengWang^ The Department of Information Techonlogy, HuaZhong Normal University; Wuhan,

More information

Web Mining. Margherita Berardi LACAM. Dipartimento di Informatica Università degli Studi di Bari berardi@di.uniba.it

Web Mining. Margherita Berardi LACAM. Dipartimento di Informatica Università degli Studi di Bari berardi@di.uniba.it Web Mining Margherita Berardi LACAM Dipartimento di Informatica Università degli Studi di Bari berardi@di.uniba.it Bari, 24 Aprile 2003 Overview Introduction Knowledge discovery from text (Web Content

More information

Managing a Geographic Database From Mobile Devices Through OGC Web Services

Managing a Geographic Database From Mobile Devices Through OGC Web Services Managing a Geographic Database From Mobile Devices Through OGC Web Services Nieves R. Brisaboa 1, Miguel R. Luaces 1, Jose R. Parama 1, and Jose R. Viqueira 2 1 Database Laboratory, University of A Coruña,

More information

GIS Web Services. Acknowledgement: Thanks to Principal & Dr. (Mrs.) G.V. Rao, CRS-GIS, K.J.

GIS Web Services. Acknowledgement: Thanks to Principal & Dr. (Mrs.) G.V. Rao, CRS-GIS, K.J. GIS Web Services Presented By: Shivani Shukla Acknowledgement: Thanks to Principal & Dr. (Mrs.) G.V. Rao, CRS-GIS, K.J. Somaiya College Of Science & Commerce, Mumbai for the inspiration of poster making.

More information

Implementation of Wi-Ap; An IEEE 802.11b/g Based Electrical Switch Module With Web Enabled Interface for Electrical Appliances Control

Implementation of Wi-Ap; An IEEE 802.11b/g Based Electrical Switch Module With Web Enabled Interface for Electrical Appliances Control Research Journal of Applied Sciences, Engineering and Technology 3(12): 1335-1341, 2011 ISSN:2040-7467 Maxwell Scientific Organization, 2011 Submitted: February 20, 2011 Accepted: March 26, 2011 Published:

More information

Sustaining Privacy Protection in Personalized Web Search with Temporal Behavior

Sustaining Privacy Protection in Personalized Web Search with Temporal Behavior Sustaining Privacy Protection in Personalized Web Search with Temporal Behavior N.Jagatheshwaran 1 R.Menaka 2 1 Final B.Tech (IT), jagatheshwaran.n@gmail.com, Velalar College of Engineering and Technology,

More information

IMPLEMENTATION OF A TIME TABLE GENERATOR USING VISUAL BASIC.NET

IMPLEMENTATION OF A TIME TABLE GENERATOR USING VISUAL BASIC.NET IMPLEMENTATION OF A TIME TABLE GENERATOR USING VISUAL BASIC.NET Joseph M. Mom and Jonathan A. Enokela Department of Electrical and Electronics Engineering, University of Agriculture, Makurdi, Nigeria E-Mail:

More information

Optimized Mobile Search Engine

Optimized Mobile Search Engine Optimized Mobile Search Engine E.Chaitanya 1, Dr.Sai Satyanarayana Reddy 2, O.Srinivasa Reddy 3 1 M.Tech, CSE, LBRCE, Mylavaram, 2 Professor, CSE, LBRCE, Mylavaram, India, 3 Asst.professor,CSE,LBRCE,Mylavaram,India.

More information

Dr. Anuradha et al. / International Journal on Computer Science and Engineering (IJCSE)

Dr. Anuradha et al. / International Journal on Computer Science and Engineering (IJCSE) HIDDEN WEB EXTRACTOR DYNAMIC WAY TO UNCOVER THE DEEP WEB DR. ANURADHA YMCA,CSE, YMCA University Faridabad, Haryana 121006,India anuangra@yahoo.com http://www.ymcaust.ac.in BABITA AHUJA MRCE, IT, MDU University

More information

RFID Based 3D Indoor Navigation System Integrated with Smart Phones

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

More information

Implementation of Location based Services in Android using GPS and Web Services

Implementation of Location based Services in Android using GPS and Web Services www.ijcsi.org 237 Implementation of Location based Services in Android using GPS and Web Services Manav Singhal 1, Anupam Shukla 2 1 ABV-Indian Institute of Information Technology and Management Gwalior,

More information

A CONCEPT FOR A SMART WEB PORTAL DEVELOPMENT IN INTELLIGENCE INFORMATION SYSTEM BASED ON SOA

A CONCEPT FOR A SMART WEB PORTAL DEVELOPMENT IN INTELLIGENCE INFORMATION SYSTEM BASED ON SOA A CONCEPT FOR A SMART WEB PORTAL DEVELOPMENT IN INTELLIGENCE INFORMATION SYSTEM BASED ON SOA Jugoslav Achkoski Vladimir Trajkovik Nevena Serafimova Military Academy General Mihailo Apostolski Faculty of

More information

Agents2Go: An Infrastructure for Location-Dependent Service Discovery in The Mobile Electronic Commerce Environment

Agents2Go: An Infrastructure for Location-Dependent Service Discovery in The Mobile Electronic Commerce Environment Agents2Go: An Infrastructure for Location-Dependent Service Discovery in The Mobile Electronic Commerce Environment Olga Ratsimor +1 410-455-3971 oratsi2@cs.umbc.edu Vladimir Korolev +1 410-455-3971 vkorol1@cs.umbc.edu

More information

Managing Variability in Software Architectures 1 Felix Bachmann*

Managing Variability in Software Architectures 1 Felix Bachmann* Managing Variability in Software Architectures Felix Bachmann* Carnegie Bosch Institute Carnegie Mellon University Pittsburgh, Pa 523, USA fb@sei.cmu.edu Len Bass Software Engineering Institute Carnegie

More information

Android Phone Controlled Robot Using Bluetooth

Android Phone Controlled Robot Using Bluetooth International Journal of Electronic and Electrical Engineering. ISSN 0974-2174, Volume 7, Number 5 (2014), pp. 443-448 International Research Publication House http://www.irphouse.com Android Phone Controlled

More information

Experiments in Collaborative Cloud-based Distance Learning

Experiments in Collaborative Cloud-based Distance Learning Experiments in Collaborative Cloud-based Distance Learning Aleksandar Karadimce, Danco Davcev Faculty of Computer Science and Engineering, University Ss Cyril and Methodius Skopje, R. Macedonia akaradimce@ieee.org,

More information

Concepts of Database Management Seventh Edition. Chapter 9 Database Management Approaches

Concepts of Database Management Seventh Edition. Chapter 9 Database Management Approaches Concepts of Database Management Seventh Edition Chapter 9 Database Management Approaches Objectives Describe distributed database management systems (DDBMSs) Discuss client/server systems Examine the ways

More information

Geographical Mash-ups Session: Web 2.0, Mobile Devices and Ubiquitous Web

Geographical Mash-ups Session: Web 2.0, Mobile Devices and Ubiquitous Web , Bilbao, SPAIN Geographical Mash-ups Session: Web 2.0, Mobile Devices and Ubiquitous Web Dr. Diego Lz. de Ipiña Gz. de Artaza http://paginaspesonales.deusto.es/dipina http://www.morelab.deusto.es http://www.ctme.deusto.es

More information

IT Components of Interest to Accountants. Importance of IT and Computer Networks to Accountants

IT Components of Interest to Accountants. Importance of IT and Computer Networks to Accountants Chapter 3: AIS Enhancements Through Information Technology and Networks 1 Importance of IT and Computer Networks to Accountants To use, evaluate, and develop a modern AIS, accountants must be familiar

More information

The 2006 IEEE / WIC / ACM International Conference on Web Intelligence Hong Kong, China

The 2006 IEEE / WIC / ACM International Conference on Web Intelligence Hong Kong, China WISE: Hierarchical Soft Clustering of Web Page Search based on Web Content Mining Techniques Ricardo Campos 1, 2 Gaël Dias 2 Célia Nunes 2 1 Instituto Politécnico de Tomar Tomar, Portugal 2 Centre of Human

More information

DBaaS Using HL7 Based on XMDR-DAI for Medical Information Sharing in Cloud

DBaaS Using HL7 Based on XMDR-DAI for Medical Information Sharing in Cloud , pp.111-120 http://dx.doi.org/10.14257/ijmue.2015.10.9.12 DBaaS Using HL7 Based on XMDR-DAI for Medical Information Sharing in Cloud Ho-Kyun Park 1 and Seok-Jae Moon 2 1 School of IT Convergence Engineering,

More information

SEO AND CONTENT MANAGEMENT SYSTEM

SEO AND CONTENT MANAGEMENT SYSTEM International Journal of Electronics and Computer Science Engineering 953 Available Online at www.ijecse.org ISSN- 2277-1956 SEO AND CONTENT MANAGEMENT SYSTEM Savan K. Patel 1, Jigna B.Prajapati 2, Ravi.S.Patel

More information

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

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

More information

Design of Data Archive in Virtual Test Architecture

Design of Data Archive in Virtual Test Architecture Journal of Information Hiding and Multimedia Signal Processing 2014 ISSN 2073-4212 Ubiquitous International Volume 5, Number 1, January 2014 Design of Data Archive in Virtual Test Architecture Lian-Lei

More information

Catalogue or Register? A Comparison of Standards for Managing Geospatial Metadata

Catalogue or Register? A Comparison of Standards for Managing Geospatial Metadata Catalogue or Register? A Comparison of Standards for Managing Geospatial Metadata Gerhard JOOS and Lydia GIETLER Abstract Publication of information items of any kind for discovery purposes is getting

More information

Taxi Service Design Description

Taxi Service Design Description Taxi Service Design Description Version 2.0 Page 1 Revision History Date Version Description Author 2012-11-06 0.1 Initial Draft DSD staff 2012-11-08 0.2 Added component diagram Leon Dragić 2012-11-08

More information

The Review of Business Information Systems Volume 6, Number 3

The Review of Business Information Systems Volume 6, Number 3 Enhancing Knowledge Management With XML Mirza B. Murtaza, (E-mail: mmurtaza@mtsu.edu), Middle Tennessee State University Timothy H. Greer, (E-mail: tgreer@mtsu.edu), Middle Tennessee State University Abstract

More information

Automatic Timeline Construction For Computer Forensics Purposes

Automatic Timeline Construction For Computer Forensics Purposes Automatic Timeline Construction For Computer Forensics Purposes Yoan Chabot, Aurélie Bertaux, Christophe Nicolle and Tahar Kechadi CheckSem Team, Laboratoire Le2i, UMR CNRS 6306 Faculté des sciences Mirande,

More information

Designing a Smart Multisensor framework based on Beaglebone Black board

Designing a Smart Multisensor framework based on Beaglebone Black board Designing a Smart Multisensor framework based on Beaglebone Black board Angelo Chianese, Francesco Piccialli, and Giuseppe Riccio Department of Electrical Engineering and Information Technologies University

More information

Resource Oriented Architecture and REST

Resource Oriented Architecture and REST Resource Oriented Architecture and REST Assessment of impact and advantages on INSPIRE Roberto Lucchi, Michel Millot European Commission Joint Research Centre Institute for Environment and Sustainability

More information

Mobility Management usually includes two parts: location management and handoff management.

Mobility Management usually includes two parts: location management and handoff management. Part 9: Mobile Data / Mobility Management I. Mobile Data Services/ Management This broad area involves a lot of industrial applications. Mobile data services/ management is becoming another profitable

More information

Remote Sensitive Image Stations and Grid Services

Remote Sensitive Image Stations and Grid Services International Journal of Grid and Distributed Computing 23 Remote Sensing Images Data Integration Based on the Agent Service Binge Cui, Chuanmin Wang, Qiang Wang College of Information Science and Engineering,

More information

Concept-Based Discovery of Mobile Services

Concept-Based Discovery of Mobile Services Concept-Based Discovery of Mobile Services Chara Skouteli University of Cyprus CY-1678 Nicosia, Cyprus chara@ucy.ac.cy George Samaras University of Cyprus CY-1678 Nicosia, Cyprus cssamara@ucy.ac.cy Evaggelia

More information

Implementing a Web-based Transportation Data Management System

Implementing a Web-based Transportation Data Management System Presentation for the ITE District 6 Annual Meeting, June 2006, Honolulu 1 Implementing a Web-based Transportation Data Management System Tim Welch 1, Kristin Tufte 2, Ransford S. McCourt 3, Robert L. Bertini

More information

Associate Professor, Department of CSE, Shri Vishnu Engineering College for Women, Andhra Pradesh, India 2

Associate Professor, Department of CSE, Shri Vishnu Engineering College for Women, Andhra Pradesh, India 2 Volume 6, Issue 3, March 2016 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Special Issue

More information

Data-Gov Wiki: Towards Linked Government Data

Data-Gov Wiki: Towards Linked Government Data Data-Gov Wiki: Towards Linked Government Data Li Ding 1, Dominic DiFranzo 1, Sarah Magidson 2, Deborah L. McGuinness 1, and Jim Hendler 1 1 Tetherless World Constellation Rensselaer Polytechnic Institute

More information

Annotea and Semantic Web Supported Collaboration

Annotea and Semantic Web Supported Collaboration Annotea and Semantic Web Supported Collaboration Marja-Riitta Koivunen, Ph.D. Annotea project Abstract Like any other technology, the Semantic Web cannot succeed if the applications using it do not serve

More information

JOURNAL OF OBJECT TECHNOLOGY

JOURNAL OF OBJECT TECHNOLOGY JOURNAL OF OBJECT TECHNOLOGY Online at http://www.jot.fm. Published by ETH Zurich, Chair of Software Engineering JOT, 2007 Vol. 6, No. 4, May-June 2007 On Challenges for Information Management Technology

More information

MULTI AGENT-BASED DISTRIBUTED DATA MINING

MULTI AGENT-BASED DISTRIBUTED DATA MINING MULTI AGENT-BASED DISTRIBUTED DATA MINING REECHA B. PRAJAPATI 1, SUMITRA MENARIA 2 Department of Computer Science and Engineering, Parul Institute of Technology, Gujarat Technology University Abstract:

More information

Automatic Advertising Campaign Development

Automatic Advertising Campaign Development Matina Thomaidou, Kyriakos Liakopoulos, Michalis Vazirgiannis Athens University of Economics and Business April, 2011 Outline 1 2 3 4 5 Introduction Campaigns Online advertising is a form of promotion

More information

Smartphone as a Remote Control Proxy in Automotive Navigation System

Smartphone as a Remote Control Proxy in Automotive Navigation System Contemporary Engineering Sciences, Vol. 7, 2014, no. 14, 683-689 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ces.2014.4675 Smartphone as a Remote Control Proxy in Automotive Navigation System

More information

Abstract 1. INTRODUCTION

Abstract 1. INTRODUCTION A Virtual Database Management System For The Internet Alberto Pan, Lucía Ardao, Manuel Álvarez, Juan Raposo and Ángel Viña University of A Coruña. Spain e-mail: {alberto,lucia,mad,jrs,avc}@gris.des.fi.udc.es

More information

Implementation of Virtual Local Area Network using network simulator

Implementation of Virtual Local Area Network using network simulator 1060 Implementation of Virtual Local Area Network using network simulator Sarah Yahia Ali Department of Computer Engineering Techniques, Dijlah University College, Iraq ABSTRACT Large corporate environments,

More information

Chapter 9 The Internet

Chapter 9 The Internet CSCA0101 COMPUTING BASICS Chapter 9 1 1. 2. Types of Network 3. What Makes Internet Works? 4. Internet Equipment 5. Internet Applications 2 A global network connecting millions of computers More than 100

More information

Introduction to Service Oriented Architectures (SOA)

Introduction to Service Oriented Architectures (SOA) Introduction to Service Oriented Architectures (SOA) Responsible Institutions: ETHZ (Concept) ETHZ (Overall) ETHZ (Revision) http://www.eu-orchestra.org - Version from: 26.10.2007 1 Content 1. Introduction

More information

SERVICE DISCOVERY AND MOBILITY MANAGEMENT

SERVICE DISCOVERY AND MOBILITY MANAGEMENT Objectives: 1) Understanding some popular service discovery protocols 2) Understanding mobility management in WLAN and cellular networks Readings: 1. Fundamentals of Mobile and Pervasive Computing (chapt7)

More information

An Automated Model Based Approach to Test Web Application Using Ontology

An Automated Model Based Approach to Test Web Application Using Ontology An Automated Model Based Approach to Test Web Application Using Ontology Hamideh Hajiabadi, Mohsen Kahani hajiabadi.hamideh@stu-mail.um.ac.ir, kahani@um.ac.ir Computer Engineering Department, Ferdowsi

More information

OMNIS/2: A Multimedia Meta System for existing Digital Libraries

OMNIS/2: A Multimedia Meta System for existing Digital Libraries OMNIS/2: A Multimedia Meta System for existing Digital Libraries Günther Specht and Michael G. Bauer Institut für Informatik Technische Universität München Orleansstraße 34, D-81667 München, Germany {specht,bauermi}@in.tum.de

More information

High-performance XML Storage/Retrieval System

High-performance XML Storage/Retrieval System UDC 00.5:68.3 High-performance XML Storage/Retrieval System VYasuo Yamane VNobuyuki Igata VIsao Namba (Manuscript received August 8, 000) This paper describes a system that integrates full-text searching

More information