A Mobile World Wide Web Search Engine Wen-Chen Hu Department of Computer Science University of North Dakota Grand Forks, ND 58202-9015

Slides:



Advertisements
Similar presentations
Standard 1.02 Investigate uses of the Internet and World Wide Web.
Advertisements

Chapter 11 Designing the User Interface
Natural Language Processing WEB SEARCH ENGINES August, 2002.
INTERNET A collection of networks. History ARPANet – developed for security of sending in case of a nuclear attack IDEA – the system would not go down.
Information Retrieval in Practice
Xiaobin Zheng April 13 th, Outline Mobile search Mobile Web Types of services Case Study: Google Search for mobile Yahoo! Search for mobile Conclusion.
Mastering the Internet, XHTML, and JavaScript Chapter 7 Searching the Internet.
Searching The Web Search Engines are computer programs (variously called robots, crawlers, spiders, worms) that automatically visit Web sites and, starting.
Introduction to HTML 2006 CIS101. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
Introduction to HTML 2006 INT197B. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
Introduction Web Development II 5 th February. Introduction to Web Development Search engines Discussion boards, bulletin boards, other online collaboration.
Searching the World Wide Web From Greenlaw/Hepp, In-line/On-line: Fundamentals of the Internet and the World Wide Web 1 Introduction Directories, Search.
What is adaptive web technology?  There is an increasingly large demand for software systems which are able to operate effectively in dynamic environments.
Search Engine Optimization
Overview of Search Engines
INTERNET CHAPTER 12 Information Available The INTERNET contains a huge amount of information a huge amount of information information on any topic you.
1 Networks and the Internet A network is a structure linking computers together for the purpose of sharing resources such as printers and files Users typically.
CHAPTER 2 Communications, Networks, the Internet, and the World Wide Web.
Chapter 16 The World Wide Web Chapter Goals ( ) Compare and contrast the Internet and the World Wide Web Describe general Web processing.
Internet Fundamentals Total Advantage MS Excel 97, Hutchinson, Coulthard, 1998 McGraw Introduction to HTML Chapter 7.
Chapter 7 Web Content Mining Xxxxxx. Introduction Web-content mining techniques are used to discover useful information from content on the web – textual.
Mark Levene, An Introduction to Search Engines and Web Navigation © Pearson Education Limited 2005 Slide 8.1 Chapter 8 : The Mobile Web Mobile computing.
Searching the Internet CSCI-N 100 Department of Computer and Information Science.
1 Searching through the Internet Dr. Eslam Al Maghayreh Computer Science Department Yarmouk University.
HTML, XHTML, and CSS Sixth Edition Chapter 1 Introduction to HTML, XHTML, and CSS.
Ihr Logo Chapter 7 Web Content Mining DSCI 4520/5240 Dr. Nick Evangelopoulos Xxxxxxxx.
Chapter 2 Architecture of a Search Engine. Search Engine Architecture n A software architecture consists of software components, the interfaces provided.
Web Searching Basics Dr. Dania Bilal IS 530 Fall 2009.
WHAT IS A SEARCH ENGINE A search engine is not a physical engine, instead its an electronic code or a software programme that searches and indexes millions.
ITIS 1210 Introduction to Web-Based Information Systems Chapter 27 How Internet Searching Works.
1/28: The Internet & Website Design What is the Internet? –Parts of the Internet –Internet & WWW basics –Searching the WWW Website design considerations.
Chapter 16 The World Wide Web Chapter Goals Compare and contrast the Internet and the World Wide Web Describe general Web processing Write basic.
Objective Understand concepts used to web-based digital media. Course Weight : 5%
MULTIMEDIA DEFINITION OF MULTIMEDIA
1 Information Retrieval Acknowledgements: Dr Mounia Lalmas (QMW) Dr Joemon Jose (Glasgow)
Xiaoying Sharon Gao Computer Science Victoria University of Wellington Intelligent Agents COMP 423.
XP New Perspectives on The Internet, Sixth Edition— Comprehensive Tutorial 3 1 Searching the Web Using Search Engines and Directories Effectively Tutorial.
Search Engine Architecture
The World Wide Web: Information Resource. Hock, Randolph. The Extreme Searcher’s Internet Handbook. 2 nd ed. CyberAge Books: Medford. (2007). Internet.
Search Tools and Search Engines Searching for Information and common found internet file types.
Introduction to Information Retrieval Example of information need in the context of the world wide web: “Find all documents containing information on computer.
Search Engine Know- How: How To Optimize Your Content, Navigation Pages, & Documents For Search Engines.
1 SEARCHING FOR TRUTH Locating Information on the WWW chapter 5.
Basic Webpage Design Vocabulary Principles of IT Copyright © Texas Education Agency, All rights reserved.
The Internet and World Wide Web Sullivan University Library.
The World Wide Web: Information Resource. How a Search Engine works… How Search Works - YouTube
The World Wide Web. What is the worldwide web? The content of the worldwide web is held on individual pages which are gathered together to form websites.
Website Design, Development and Maintenance ONLY TAKE DOWN NOTES ON INDICATED SLIDES.
Chapter 1 Introduction to HTML, XHTML, and CSS HTML5 & CSS 7 th Edition.
The Internet is a Big Collection of Computers and Cables. -"interconnection of computer networks". Millions of personal, business, and governmental.
Web Design Terminology Unit 2 STEM. 1. Accessibility – a web page or site that address the users limitations or disabilities 2. Active server page (ASP)
SEMINAR ON INTERNET SEARCHING PRESENTED BY:- AVIPSA PUROHIT REGD NO GUIDED BY:- Lect. ANANYA MISHRA.
Glencoe Introduction to Multimedia Chapter 2 Multimedia Online 1 Internet A huge network that connects computers all over the world. Show Definition.
WEB STRUCTURE MINING SUBMITTED BY: BLESSY JOHN R7A ROLL NO:18.
SEARCH ENGINE by: by: B.Anudeep B.Anudeep Y5CS016 Y5CS016.
Information Retrieval in Practice
Principles of IT Basic Webpage Design Vocabulary.
Information Architecture
Search Engine Architecture
DATA MINING Introductory and Advanced Topics Part III – Web Mining
Objective % Explain concepts used to create websites.
Cataloging the Internet
Browser Engine How it works…..
Data Mining Chapter 6 Search Engines
Introduction to Information Retrieval
Basic Webpage Design Vocabulary
Objective Explain concepts used to create websites.
Computer Terms 1 Terms Internet Terms 1 Internet Terms 2 Computer
5.00 Apply procedures to organize content by using Dreamweaver. (22%)
Information Retrieval and Web Design
Presentation transcript:

A Mobile World Wide Web Search Engine Wen-Chen Hu Department of Computer Science University of North Dakota Grand Forks, ND

Outline 1.Introduction 2.A web search engine 3.Search engine technologies 4.A mobile web search engine 5.Adaptive viewing the mobile search results 6.Summary

troduction Introduction The figure shows the growth in demand for smart mobile devices including handhelds, wireless handhelds, and smart cellular phones through 2006, as estimated by the research firm Canalys.

Accessibility of Information on the Web Search engine coverage having decreased Unequal access Out of date Information distribution 25 billion indexable web pages as of 2006 Deep web Low metadata use

A Web Search Engine System Structure 1.The crawlers (spiders) 2.The index 3.The search and ranking software

Information Provided by HTML Files Contents Descriptions (metatags) Hyperlinked text Hyperlinks Keywords Page structure Page title Text with different fonts The first sentence

Hyperlink Exploration The creation of a hyperlink by the author of a web page represents an implicit endorsement of the page being pointed to. This approach is based on identifying two important types of web pages for a given topic: Authorities, which provide the best source of information on the topic, and Hubs, which provide collections of links to authorities.

Information Retrieval: Relevance Feedback  An initial query is usually a wild guess. Retrieved query results are then used to help construct a more precise query or modify the database indexes. Two relevance feedback methods, query modification and indexing modification, can be used to improve the search.

Information Retrieval: Data Classification  The process finds the common properties among a set of objects in a database and classifies them into different classes, according to a classification model.

Information Retrieval: Data Clustering  The process of grouping physical or abstract objects into classes of similar objects is called clustering or unsupervised classification. The document clustering could be an alternative method of organizing retrieval results.

Metasearch Metasearch engines automatically and simultaneously query several Internet search engines, interpret the results, and display them in a uniform format. A metasearch engine usually consists of three components: dispatch mechanism interface agents display mechanism

An SQL Approach This approach views the Web as a huge database, where each record matches a web page, and designs an SQL-like language to support effective and flexible searches. For example, the query below finds the documents about “excursions” near WWW6 homepage.

Content-Based Multimedia Search The goal of the QBIC — IBM's Query By Image Content—project is to help users find and retrieve pictures or video by drawing, painting, sketching, or using other graphical means.

Mobile Handheld Devices A handheld device is a small general- purpose, programmable, battery-powered computer that can be held in one hand of a mobile user. It is different from a desktop or notebook computer: mobility, low communication bandwidth, and limited computing power and resources such as memory and batteries.

A Handheld Device System Structure ● a mobile operating system● a mobile CPU ● a microbrowser ● input/output devices ● memory● batteries

A Mobile Search Engine System Structure Fast Search & Transfer’s mSearch mobile-search services works with general Internet content in formats accessible by mobile devices.

Yahoo! Mobile Search Search — Search the entire Internet and over a billion images, optimized for your small screen. Local Info — The best source for local business listings, giving you results based on where you are. Instant Messages — Text messaging delivers. Search for anything you need and get results back by SMS.

Google Mobile Search Search — Find exactly what you are looking for by searching through Google's entire index of web and mobile web pages. And Google will fit the pages for your device's smaller screensize. Local Listings — Search and locate everything from restaurants to dry cleaners.

Detecting Web Page Structure for Adaptive Viewing on Devices A web page is organized into a two level hierarchy with a thumbnail representation at the top level for providing a global view and index to a set of sub-pages at the bottom level for detail information.

Opera's Small-Screen Rendering™ With Small-Screen Rendering™, the page is reformatted to fit inside the screen width and eliminate the need for horizontal scrolling. All the content and functionality is still available, it is only the layout of the page that is changed.

Summary It is expected the cumulative sales of smartphones will reach 1 billion units by the first quarter of Most of the users will use mobile search to find mobile pages: The technologies used for mobile search are similar to traditional search. Several different languages and incompatible microbrowsers are used to create and view mobile web pages, which cause confusion and trouble for mobile search. In the near future, most microbrowsers will be able to view HTML. The major problem faced by mobile search is how well the search results can be displayed on the small screens of handheld devices.