Domain Specific Search Engine for Students

Size: px
Start display at page:

Download "Domain Specific Search Engine for Students"

Transcription

1 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 Lam For Kwok The Department of Computer Science City University of Hong Kong, Hong Kong Abstract: There are many different types of search engines, but none are specifically designed to suit the needs of students, or to match their curriculums. In this paper we explain the difference between general purpose search engines and domain specific search engines. To illustrate components of a domain specific search engine, we discuss the requirements of domain specific search engines designed for students. We propose an architectural framework for such a domain specific search engine, and use the curriculum of secondary mathematics in Hong Kong as an example. 1. Introduction Nowadays, students no longer acquire knowledge through books or journals alone. Instead, with the advance of technology and convenience of the Internet, most students make use of search engines for a number of reasons: to locate useful information and web pages for their project work; to retrieve additional materials or references related to their studies; and to find web pages of their own interest. Search engines have already become one of the popular educational tools. However, can they really satisfy the needs of students and assist learning? Are the results of searching really what they want? There are many different types of search engines, but none of them are specifically designed to suit the needs of students and match their curriculums. In this paper, we compare and contrast general purpose search engines with domain specific search engines; discuss the needs of domain specific search engines for students; and propose an architectural framework of a domain specific search engine which aims to provide domain specific search services for students. Through discussion of the requirements of this search engine, we would like to examine how the architectural framework operates using senior secondary mathematics as an example. 2. General Purpose Search Engine vs Domain Specific Search Engine A general purpose search engine is not designed to acquire a specific piece of information on the web, but instead attempts to cover as much as possible on the web in order to answer and handle all possible queries. Some famous and popular examples of general purpose search engines are Yahoo ( Google ( and AltaVista ( 747

2 International Conference on Computers in Education 2004 A domain specific search engine, on the other hand, can be defined as a specialized search engine that is designed to cover only a certain part of the web, with the same or similar category in the domain of interests. Examples include: CiteSeer ( which is an index of computer science journals and conference papers; and AlltheWeb ( which only indexes news documents. A general purpose search engine has the advantage of broad coverage as it tries to answer everything just like an encyclopedia would but its relevancy is usually low. Simple queries with keyword matching often generate too many search results, which are then difficult and sometimes confusing for students to choose from. Information overload, which may distract students from the main subject of learning, is a major problem when having to handle too much information at one time. Moreover, it is difficult to maintain and update such a large collection of web documents in a general purpose search engine. In comparison, the coverage of a domain specific search engine is small and cannot answer queries outside of its domain of interest. For example, it is impossible to search a news document in CiteSeer, as it will not index any news documents at all. However, its relevancy is very high, as the entire search results are within the domain, and irrelevant materials have been eliminated beforehand. For example, what you search in CiteSeer must be conference and journal papers in computer science. It will not search anything else. Furthermore, it is much easier to maintain and update a domain specific search engine due to its relatively small size compared to a general purpose search engine. 3. Needs of Domain Specific Search Engines for Students Domain specific search engines are necessary for students because general purpose search engines like Yahoo and Google may not be able to generate relevant search results. With the tremendous growth of the Internet, the one-for-all concept in many general purpose search engines, which try to cover the whole Internet, may no longer be useful or effective enough for some users with special interests or targets. Too many results are generated for manual selection, and their relevance is too low. Most search results of general purpose search engines cannot satisfy the needs of students. For example, a student studying mathematics may want to get more information about angle. He then uses angle as the keyword to search in Yahoo and Google, resulting in mostly commercial sites with a name using the word angle, rather than the relevant mathematical information. In fact, our recent search using the word angle shows that there are about 15 million sites in Yahoo with only five from the top fifty links being mathematics-related; and 11.5 million sites in Google, with only three from the top fifty links. Traditionally, general purpose search engines suffer from the problem of information overload because they try to cover the whole web on the Internet. With the exponential growth of the web, too many web pages will be found with simple keywords matching, which creates a problem for retrieval and/or identification of information. The problems of information overloading and low relevancy in search results, can be overcome by domain specific search engines because they only cover the part of the web within a domain of interest, filtering irrelevant materials that do not belong to these domains, and thus restricting the size of the search results to those of very high relevancy. Therefore, students need less time to select and evaluate the appropriateness of the results, leaving them more time to learn and focus on the information they want. It is desirable to have a domain specific search engine that meets the needs of students, and that is especially related to their curriculum of studies. In this study, we are interested in designing an educational domain specific search engine that aims to provide search results relevant to the domain of studies, and that restricts the size of search results to those especially under a specific domain. Relevancy of results will thus be raised, and will meet the needs of students. In Section 5, we use senior secondary mathematics as an example to explain how a domain specific search engine works. 748

3 Domain Specific Search Engine for Students 4. Architectural Framework of a Domain Specific Search Engine The proposed architectural framework of a domain specific search engine contains four layers and twelve components. Their respective functions are summarized in Table 1. The preparation layer is responsible for preparing the domain knowledge structure and acquiring the relevant web documents. The presentation layer is used for the actual searching process, and for ranking and presentation of results to users. The personalization layer is responsible for providing personalized service so that users experiences can be recorded for analysis later. The analysis layer is used for performing analysis on users access patterns, and discovering new knowledge from the analysis to provide better service and improvement of the search engine. Table 1: Architectural framework of a domain specific search engine for students Layer Component Description Preparation Presentation Personalizatio n Analysis Domain Construction Structure Knowledge Exploration Crawling and indexing Mapping of Web Pages and Domain Structure Construction of key terms, commonly used glossary, and the domain curriculum structure Classification of crawled web pages Interface Interface for communication between users and the search engine Query Engine Responsible for searching and interaction with users Ranking Algorithm Ranking according to the level of documents difficulty Access Log Individual profile to keep records of users experiences Bookmark Platform for individual s bookmark of mathematical links Links Suggestion Allows users to suggest links Links Evaluation Allows users to evaluate links Statistical Analysis Analysis of the usage log and personal profiles Generation of statistical results about usage pattern Knowledge Discovery Discover knowledge from statistical analysis Find users interpretations through the analysis Predict users preferences and search according to users needs The interaction between the four layers of the domain specific search engine is shown in Figure 2. Domain experts are supposed to have the clearest concept and idea of what the domain structure is, therefore they are responsible for preparing the key terms, curriculum structure, and the mapping of key terms into different categories in the curriculum structure. The preparation layer of the search engine can collect web documents according to the terms provided by the domain experts, and can perform classification according to the curriculum structure and their respective key terms. This information can then be stored in the database for future queries in the presentation layer. Users need to communicate with the search engine to conduct searches; the presentation layer provides users with an interface to specify the query, and to help them search the database prepared 749

4 International Conference on Computers in Education 2004 in the preparation layer. Because users are sometimes vague about the topic that they are searching, the presentation layer helps users to refine results by asking questions designed to reduce the scope and radius of the search. Finally, it presents ranked results according to the user s preference. All the actions and experiences of users during the query, interaction, and searching phases within the presentation layer are recorded by the personalization layer. This also allows users to bookmark useful web pages of a specific topic in a domain, and suggests useful web pages to the domain specific search engine. Evaluation function is provided for users to evaluate the relevancy of resulting links. All this information is important and useful for generating a user profile for later analysis. The analysis layer makes use of the logs and records in the user profile database to analyze access patterns. It also tries to discover new knowledge through interpretation of users experiences in order to predict one s access pattern. This provides feedback to the query engine in the presentation layer for generating more relevant results according to user interests. User-suggested links, and the new key terms that are found in the analysis, can be used as feedback to the knowledge exploration in the preparation layer when the domain specific search engine updates. Figure 2: Interactions of the four layers in the domain specific search engine 5. Senior Secondary Mathematics: A Case Study In order to prove that the concept of our domain specific search engine is viable, we use the curriculum of senior secondary mathematics in Hong Kong in our case study and examine how it can fit into our conceptual framework of a domain specific search engine. Our aim is to find useful web pages that are relevant to the subject. The mathematics curriculum chosen is at Key Stage 4 for Form 4 and Form 5 students aged about 15 to 18-years-old. Details of how the individual components work in the architectural framework of the domain specific search engine will be discussed in the following section. 750

5 Domain Specific Search Engine for Students 5.1 Key Terms and Domain Structure Construction When preparing the key terms and domain structures for Key Stage 4 secondary mathematics, we looked at the Syllabuses For Secondary School Mathematics Secondary (The Curriculum Development Council, 1999) and extracted key terms, commonly used glossary, and the curriculum structure, using the help of experienced teachers. A curriculum tree for Key Stage 4 mathematics is then constructed and acts as the index and domain structure of our search engine (Figure 3). The curriculum is divided into three main categories, namely Number and Algebra Dimension, Measure, Shape and Space Dimension and Data Handling Dimension. Each category contains several sub-categories. We map the commonly used glossary to their respective categories in the curriculum tree for classification of web documents. For example, keywords such as sine, cosine and tangent are mapped to the category of Trigonometry in the curriculum tree. Web pages with these keywords are then stored in the category of Trigonometry in the database. Figure 3: Curriculum tree and domain structure of the domain specific search engine 5.2 Knowledge Exploration Web documents have to be collected from the Internet and then indexed before the search engine can use them. The process of collecting web pages from the Internet is known as crawling in which we supply the URL links for the computers acquiring the respective documents. There are many approaches for efficient crawling in order to build a domain specific search engine, such as using machine learning (McCallum et al, 1999) and clustering (Zamir & Etzioni, 1998). Our focus is to collect and classify web documents related to the curriculum. We do not simply want web pages about mathematics, but to determine if they are part of the syllabus. In this case, we use a simple approach to restrict the knowledge exploration and make use of the links provided in the Hong Kong Curriculum Development Council, Yahoo and Google mathematics directory. These links serve as a quick starting point to ensure that all the web pages that we are going to collect will be within the mathematics domain. 751

6 International Conference on Computers in Education Mapping of Web Pages and Domain Structure After the web pages have been crawled, they have to be indexed, classified and stored inthe correct category of the domain structure. This is achieved by mapping key terms that exist in the web page to the appropriate category in the domain structure (defined in Section 5.1). For example, a web page containing the key term sine will be assigned to the Trigonometry category in the domain structure. Those that do not fall into any category will be marked as being outside of the syllabus. 5.4 Interface and Query Engine Interface is responsible for communication and interaction between users and the search engine, acquiring input and presenting results to users. Query engine is responsible for the searching process. Many users are either vague about the topic that they are going to search, or cannot produce a useful term for the query, thus lowering the results relevancy. Interactions with users are therefore necessary in the query engine, which helps users to clarify or supply additional information about the query, and helps the search engine to reduce both the number of documents and the domain radius for searching. Thereby, the relevance of search results is increased so that they are much closer to users expectations. For example, a student inputs area as a query term in the search engine. The search engine finds documents that contain area in three categories such as 3D Figures, Circle and Rectangular. It interacts with the student by prompting whether they are searching area in the category of 3D Figures or Circle or Rectangular. It allows them to select in order to reduce the searching size, and to try to match the student s concept of area with the one that exists in the curriculum tree of the search engine. 5.5 Ranking Algorithm Most search engines rank web pages only according to their popularity based on link analysis. A web page will have a higher rank if many other web documents have a reference link pointing to it. This can be an effective way for ranking in terms of general interests, but it may not really reflect the usefulness or relevancy of the web page to users. Students may be interested to know whether the content of a web page is suitable to be browsed according to the curriculum, their level of understanding and ability, etc. Comparing the level of difficulty between documents is meaningful only when documents are in the same category. Therefore, we give a ranking of difficulty only to documents belonging to the same category. However, defining the level of difficulty of a document, teaching a computer to identify the degree of difficulty of documents, and comparing the level of difficulty between contents of web pages are all challenging activities. We are still at the experimental stage in addressing these issues, but preliminary findings indicate that for documents in the same class and category, those documents that contain more distinct keywords are more difficult. For example, a web page containing both keywords sine and cosine will be more difficult than the web page that contains only the keyword tangent in the category of Trigonometry. This is logical because the former covers two concepts while the latter covers only one in Trigonometry. 752

7 Domain Specific Search Engine for Students Access Log and Bookmark Access logs in the profiles of different users allow the search engine to keep track of individual user s activities, and keep logs on the query terms, choices and selection of result links for further analysis. This is in order to provide better and tailor-made services for individuals. Users are classified into two main categories: teachers and students. The teacher class is considered to be a class of domain experts who have a better knowledge and interpretation of mathematics than students. Therefore, their actions and evaluations have higher weighting than those of the student class. The search engine also provides a personalization function that allows users to bookmark the mathematics web pages that they are interested in, just like the Favourite function in the popular browsers. This allows the search engine to provide a platform for users to use their bookmarks anywhere, and does not restrict a user to use the bookmarks on designated computers only. Moreover, this function allows us to gain a clearer idea of how the user organizes, classifies and interprets certain web pages for further analysis. 5.6 Links Suggestion and Links Evaluation One of the methods used to increase document collections and yet maintain a high degree of document relevancy for a search engine, is to allow users to suggest useful links. However, it is difficult to examine every suggested link manually, and it is necessary to make the evaluation process automatic. It is straightforward in that all we need to do is repeat Section 5.2 in which the link evaluation component will filter the web page if none of the terms inside match the commonly used glossary. Otherwise we assign it to one of the respective categories in the curriculum tree where the terms match. A user can also manually assign a suggested link to a category which they consider relevant, so that we can gain further understanding about the user s interpretation of the suggested links. Evaluation of searching results is also important to the success of the search engine. Evaluation can be based on the following: 1. Relevancy to the mathematics domain 2. Relevancy to the assigned category in the curriculum tree 3. Relevancy to the syllabus of studies 4. Ranking of level of difficulty in relation to content of the documents in the same category In this regard, the profile discussed in Section 5.6 plays a very important role as it helps to identify whether the evaluator is a student or a teacher. Different users may have different interpretations of the subject matter, and evaluations are subjective. However, teachers are assumed to be the domain experts and they should have better knowledge, understanding and interpretation of the subject than students. Thus, teachers will have a higher weighting during the evaluation. Also, in order to obey the majority rule, those who always have different evaluation results from their own group will have a lower weighting (Hwang et al, 2004). 5.7 Statistical Analysis Statistical analysis will be applied to the logs and the personal profiles of the search engine in order to provide both public statistics and personal statistics respectively. Public statistics can include the statistics of the most popular query, the category that accesses most, the most common query term, and results of link selection. These can be used to act as feedback to the query search engine, in order to suggest user alternatives during a query based on public statistics. Personal statistics can be 753

8 International Conference on Computers in Education 2004 used to show individuals about their statistics in relation to access patterns in the search engine, using query patterns within particular categories of the curriculum tree, etc. 5.8 Knowledge Discovery Using the analysis discussed in Section 5.7, we may even discover some new terms that are important, or are in the majority of favourites, but that have been previously ignored. This is done by checking the most common query terms in the search engine logs that do not exist in the commonly used glossary. We may even discover individual term-to-term relationships and concepts with respect to a particular user. These are identified through interactions between the user and the query engine (see Section 5.4). With all this data, we can then try to predict user behaviour and access patterns, returning results according to his preferences or habits. Conclusion We described a framework of a domain specific search engine. It seems that a domain specific search engine will be more desirable and effective in assisting students learning than a general purpose search engine. We are currently at the stage of working on the preparation layer and presentation layer; and conducting experiments on some of the advanced features such as document understanding, and classifying the level of the documents difficulty. The aim of this work is to better enhance the search engine s effectiveness in helping students to learn. Evaluation will be done by asking students to rank documents in certain categories like trigonometry by their own perception of a document s difficulty. We then take the students ranking of document difficulty levels and compare these to our own ranking algorithm. This tests whether our hypothesis in ranking by a document s level of difficulty is correct and useful. References The Curriculum Development Council (1999). Syllabuses for Secondary School Mathematics Secondary 1 5. HK: The Education Department. The Curriculum Development Council (1991). An English-Chinese Glossary of Terms Commonly Used in the Teaching of Mathematics in Secondary Schools. HK: The Education Department. Hwang G.-Jen, Huang T.C.K., Tseng J.C.R. (2004). A group-decision approach for evaluating educational web sites, Computers & Education 42 (1). Elsevier Science McCallum, A., Nigam, K., Rennie, J. and Seymore, K. (1999). Building domain-specific search engines with machine learning techniques, Proc. AAAI-99 Spring Symposium on Intelligent Agents in Cyberspace. USA: The AAAI Press. Zamir, O. and Etzioni, O. Web document clustering: feasibility demonstration Annual ACM Conference on Research and Development in Information Retrieval: Proceedings of the 21 st Annual International Conference ACM SIGIR Conference on Research and Development in Information Retrieval

In the recent past, the World Wide Web has been witnessing an. explosive growth. All the leading web search engines, namely, Google,

In the recent past, the World Wide Web has been witnessing an. explosive growth. All the leading web search engines, namely, Google, 1 1.1 Introduction In the recent past, the World Wide Web has been witnessing an explosive growth. All the leading web search engines, namely, Google, Yahoo, Askjeeves, etc. are vying with each other to

More information

Design and Implementation of Search Engine Using Vector Space Model for Personalized Search

Design and Implementation of Search Engine Using Vector Space Model for Personalized Search 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. 3, Issue. 1, January 2014,

More information

Find your way around Library

Find your way around Library Facilities Find your way around Library Resources Focus of collection Academic Collection - supports teaching, learning and research needs Lifestyle Collection - focuses on personal, social and

More information

Automated Online News Classification with Personalization

Automated Online News Classification with Personalization Automated Online News Classification with Personalization Chee-Hong Chan Aixin Sun Ee-Peng Lim Center for Advanced Information Systems, Nanyang Technological University Nanyang Avenue, Singapore, 639798

More information

An Analysis of Image Retrieval Behavior for Metadata Type and Google Image Database

An Analysis of Image Retrieval Behavior for Metadata Type and Google Image Database An Analysis of Image Retrieval Behavior for Metadata Type and Google Image Database Toru Fukumoto Canon Inc., JAPAN fukumoto.toru@canon.co.jp Abstract: A large number of digital images are stored on the

More information

Provided by TryEngineering.org -

Provided by TryEngineering.org - Provided by TryEngineering.org - Lesson Focus Lesson focuses on exploring how the development of search engines has revolutionized Internet. Students work in teams to understand the technology behind search

More information

Automatic Identification of User Goals in Web Search [WWW 05]

Automatic Identification of User Goals in Web Search [WWW 05] Automatic Identification of User Goals in Web Search [WWW 05] UichinLee @ UCLA ZhenyuLiu @ UCLA JunghooCho @ UCLA Presenter: Emiran Curtmola@ UC San Diego CSE 291 4/29/2008 Need to improve the quality

More information

HKALE 2012 ASL Computer Applications Paper 2 Disscussion forum system

HKALE 2012 ASL Computer Applications Paper 2 Disscussion forum system HKALE 2012 ASL Computer Applications Paper 2 Disscussion forum system Yan Chai Hospital Lim Por Yen Secondary School 7A(3) Chu Chun Kit CONTENT PAGE 1. Content Page P.1 2. Schedule P.2 3. Objective P.3-4

More information

Lecture #3: PageRank Algorithm The Mathematics of Google Search

Lecture #3: PageRank Algorithm The Mathematics of Google Search Lecture #3: PageRank Algorithm The Mathematics of Google Search We live in a computer era. Internet is part of our everyday lives and information is only a click away. Just open your favorite search engine,

More information

TERM BASED WEIGHT MEASURE FOR INFORMATION FILTERING IN SEARCH ENGINES

TERM BASED WEIGHT MEASURE FOR INFORMATION FILTERING IN SEARCH ENGINES TERM BASED WEIGHT MEASURE FOR INFORMATION FILTERING IN SEARCH ENGINES Mu. Annalakshmi Research Scholar, Department of Computer Science, Alagappa University, Karaikudi. annalakshmi_mu@yahoo.co.in Dr. A.

More information

Finding Neighbor Communities in the Web using Inter-Site Graph

Finding Neighbor Communities in the Web using Inter-Site Graph Finding Neighbor Communities in the Web using Inter-Site Graph Yasuhito Asano 1, Hiroshi Imai 2, Masashi Toyoda 3, and Masaru Kitsuregawa 3 1 Graduate School of Information Sciences, Tohoku University

More information

This session will provide an overview of the research resources and strategies that can be used when conducting business research.

This session will provide an overview of the research resources and strategies that can be used when conducting business research. Welcome! This session will provide an overview of the research resources and strategies that can be used when conducting business research. Many of these research tips will also be applicable to courses

More information

Text Document Clustering Using DPM with Concept and Feature Analysis

Text Document Clustering Using DPM with Concept and Feature Analysis 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. 2, Issue. 10, October 2013,

More information

Query Modifications Patterns During Web Searching

Query Modifications Patterns During Web Searching Bernard J. Jansen The Pennsylvania State University jjansen@ist.psu.edu Query Modifications Patterns During Web Searching Amanda Spink Queensland University of Technology ah.spink@qut.edu.au Bhuva Narayan

More information

Chapter 6: Information Retrieval and Web Search. An introduction

Chapter 6: Information Retrieval and Web Search. An introduction Chapter 6: Information Retrieval and Web Search An introduction Introduction n Text mining refers to data mining using text documents as data. n Most text mining tasks use Information Retrieval (IR) methods

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

Correlation Based Feature Selection with Irrelevant Feature Removal

Correlation Based Feature Selection with Irrelevant Feature Removal 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. 3, Issue. 4, April 2014,

More information

LIBRARY RESOURCES & GUIDES APA STYLE YOUR LITERATURE REVIEW PRIMARY & SECONDARY SOURCES SEARCHING LIBRARY E-RESOURCES ( DATABASES ) FOR ARTICLES

LIBRARY RESOURCES & GUIDES APA STYLE YOUR LITERATURE REVIEW PRIMARY & SECONDARY SOURCES SEARCHING LIBRARY E-RESOURCES ( DATABASES ) FOR ARTICLES 2015 Feb LITERATURE REVIEW ASSIGNMENT Library Class Outline Centennial College Libraries homepage http://library.centennialcollege.ca/ LIBRARY RESOURCES & GUIDES APA STYLE YOUR LITERATURE REVIEW PRIMARY

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

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

Tag-based Social Interest Discovery

Tag-based Social Interest Discovery Tag-based Social Interest Discovery Xin Li / Lei Guo / Yihong (Eric) Zhao Yahoo!Inc 2008 Presented by: Tuan Anh Le (aletuan@vub.ac.be) 1 Outline Introduction Data set collection & Pre-processing Architecture

More information

IJREAT International Journal of Research in Engineering & Advanced Technology, Volume 1, Issue 5, Oct-Nov, ISSN:

IJREAT International Journal of Research in Engineering & Advanced Technology, Volume 1, Issue 5, Oct-Nov, ISSN: IJREAT International Journal of Research in Engineering & Advanced Technology, Volume 1, Issue 5, Oct-Nov, 20131 Improve Search Engine Relevance with Filter session Addlin Shinney R 1, Saravana Kumar T

More information

WEBSITE ANNOTATED BIBLIOGRAPHY. Website Annotated Bibliography Abigail Smith State University of New York College at Oneonta

WEBSITE ANNOTATED BIBLIOGRAPHY. Website Annotated Bibliography Abigail Smith State University of New York College at Oneonta WEBSITE ANNOTATED BIBLIOGRAPHY Website Annotated Bibliography Abigail Smith State University of New York College at Oneonta WEBSITE ANNOTATED BIBLIOGRAPHY 1 Website Annotated Bibliography Riedel, K.N.

More information

Focused crawling: a new approach to topic-specific Web resource discovery. Authors

Focused crawling: a new approach to topic-specific Web resource discovery. Authors Focused crawling: a new approach to topic-specific Web resource discovery Authors Soumen Chakrabarti Martin van den Berg Byron Dom Presented By: Mohamed Ali Soliman m2ali@cs.uwaterloo.ca Outline Why Focused

More information

The Affine Equivalence of Cubic Polynomials

The Affine Equivalence of Cubic Polynomials The Affine Equivalence of Cubic Polynomials Michael de Villiers, University of KwaZulu-Natal profmd@mweb.co.za http://mzone.mweb.co.za/residents/profmd/homepage.html What follows is a short heuristic description

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

USING THE MUSICBRAINZ DATABASE IN THE CLASSROOM. Cédric Mesnage Southampton Solent University United Kingdom

USING THE MUSICBRAINZ DATABASE IN THE CLASSROOM. Cédric Mesnage Southampton Solent University United Kingdom USING THE MUSICBRAINZ DATABASE IN THE CLASSROOM Cédric Mesnage Southampton Solent University United Kingdom Abstract Musicbrainz is a crowd-sourced database of music metadata. The level 6 class of Data

More information

Geometry Critical Areas of Focus

Geometry Critical Areas of Focus Ohio s Learning Standards for Mathematics include descriptions of the Conceptual Categories. These descriptions have been used to develop critical areas for each of the courses in both the Traditional

More information

A Novel PAT-Tree Approach to Chinese Document Clustering

A Novel PAT-Tree Approach to Chinese Document Clustering A Novel PAT-Tree Approach to Chinese Document Clustering Kenny Kwok, Michael R. Lyu, Irwin King Department of Computer Science and Engineering The Chinese University of Hong Kong Shatin, N.T., Hong Kong

More information

Advances in Natural and Applied Sciences. Information Retrieval Using Collaborative Filtering and Item Based Recommendation

Advances in Natural and Applied Sciences. Information Retrieval Using Collaborative Filtering and Item Based Recommendation AENSI Journals Advances in Natural and Applied Sciences ISSN:1995-0772 EISSN: 1998-1090 Journal home page: www.aensiweb.com/anas Information Retrieval Using Collaborative Filtering and Item Based Recommendation

More information

second_language research_teaching sla vivian_cook language_department idl

second_language research_teaching sla vivian_cook language_department idl Using Implicit Relevance Feedback in a Web Search Assistant Maria Fasli and Udo Kruschwitz Department of Computer Science, University of Essex, Wivenhoe Park, Colchester, CO4 3SQ, United Kingdom fmfasli

More information

Department of Electronic Engineering FINAL YEAR PROJECT REPORT

Department of Electronic Engineering FINAL YEAR PROJECT REPORT Department of Electronic Engineering FINAL YEAR PROJECT REPORT BEngCE-2007/08-HCS-HCS-03-BECE Natural Language Understanding for Query in Web Search 1 Student Name: Sit Wing Sum Student ID: Supervisor:

More information

A World Wide Web-based HCI-library Designed for Interaction Studies

A World Wide Web-based HCI-library Designed for Interaction Studies A World Wide Web-based HCI-library Designed for Interaction Studies Ketil Perstrup, Erik Frøkjær, Maria Konstantinovitz, Thorbjørn Konstantinovitz, Flemming S. Sørensen, Jytte Varming Department of Computing,

More information

Ovid Technologies, Inc. Databases

Ovid Technologies, Inc. Databases Physical Therapy Workshop. August 10, 2001, 10:00 a.m. 12:30 p.m. Guide No. 1. Search terms: Diabetes Mellitus and Skin. Ovid Technologies, Inc. Databases ACCESS TO THE OVID DATABASES You must first go

More information

Inferring User Search for Feedback Sessions

Inferring User Search for Feedback Sessions Inferring User Search for Feedback Sessions Sharayu Kakade 1, Prof. Ranjana Barde 2 PG Student, Department of Computer Science, MIT Academy of Engineering, Pune, MH, India 1 Assistant Professor, Department

More information

UNIT-V WEB MINING. 3/18/2012 Prof. Asha Ambhaikar, RCET Bhilai.

UNIT-V WEB MINING. 3/18/2012 Prof. Asha Ambhaikar, RCET Bhilai. UNIT-V WEB MINING 1 Mining the World-Wide Web 2 What is Web Mining? Discovering useful information from the World-Wide Web and its usage patterns. 3 Web search engines Index-based: search the Web, index

More information

Web Data mining-a Research area in Web usage mining

Web Data mining-a Research area in Web usage mining IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661, p- ISSN: 2278-8727Volume 13, Issue 1 (Jul. - Aug. 2013), PP 22-26 Web Data mining-a Research area in Web usage mining 1 V.S.Thiyagarajan,

More information

Engineering Design Notes I Introduction. EE 498/499 Capstone Design Classes Klipsch School of Electrical & Computer Engineering

Engineering Design Notes I Introduction. EE 498/499 Capstone Design Classes Klipsch School of Electrical & Computer Engineering Engineering Design Notes I Introduction EE 498/499 Capstone Design Classes Klipsch School of Electrical & Computer Engineering Topics Overview Analysis vs. Design Design Stages Systems Engineering Integration

More information

Enhanced Web Usage Mining Using Fuzzy Clustering and Collaborative Filtering Recommendation Algorithms

Enhanced Web Usage Mining Using Fuzzy Clustering and Collaborative Filtering Recommendation Algorithms International Journal of Mathematics and Statistics Invention (IJMSI) E-ISSN: 2321 4767 P-ISSN: 2321-4759 Volume 4 Issue 10 December. 2016 PP-09-13 Enhanced Web Usage Mining Using Fuzzy Clustering and

More information

To access a search engine go to the search engine s web site (i.e. yahoo.com).

To access a search engine go to the search engine s web site (i.e. yahoo.com). L02. Internet Search Page 1 of 6 L02. INTERNET SEARCH OBJECTIVES Students will be able to: Describe what a web search engine does. Describe how a web search engine works. Develop search strategies to effectively

More information

AN OVERVIEW OF SEARCHING AND DISCOVERING WEB BASED INFORMATION RESOURCES

AN OVERVIEW OF SEARCHING AND DISCOVERING WEB BASED INFORMATION RESOURCES Journal of Defense Resources Management No. 1 (1) / 2010 AN OVERVIEW OF SEARCHING AND DISCOVERING Cezar VASILESCU Regional Department of Defense Resources Management Studies Abstract: The Internet becomes

More information

Evaluation Methods for Focused Crawling

Evaluation Methods for Focused Crawling Evaluation Methods for Focused Crawling Andrea Passerini, Paolo Frasconi, and Giovanni Soda DSI, University of Florence, ITALY {passerini,paolo,giovanni}@dsi.ing.unifi.it Abstract. The exponential growth

More information

Research and implementation of search engine based on Lucene Wan Pu, Wang Lisha

Research and implementation of search engine based on Lucene Wan Pu, Wang Lisha 2nd International Conference on Advances in Mechanical Engineering and Industrial Informatics (AMEII 2016) Research and implementation of search engine based on Lucene Wan Pu, Wang Lisha Physics Institute,

More information

Word Disambiguation in Web Search

Word Disambiguation in Web Search Word Disambiguation in Web Search Rekha Jain Computer Science, Banasthali University, Rajasthan, India Email: rekha_leo2003@rediffmail.com G.N. Purohit Computer Science, Banasthali University, Rajasthan,

More information

2009 Teacher Created Resources, Inc.

2009 Teacher Created Resources, Inc. Editor Sara Connolly Cover Artist Brenda DiAntonis Editor in Chief Ina Massler Levin, M.A. Creative Director Karen J. Goldfluss, M.S. Ed. Imaging James Edward Grace Ariyanna Simien Publisher Mary D. Smith,

More information

Curriculum Map: Mathematics

Curriculum Map: Mathematics Curriculum Map: Mathematics Course: Honors Advanced Precalculus and Trigonometry Grade(s): 11-12 Unit 1: Functions and Their Graphs This chapter will develop a more complete, thorough understanding of

More information

Deep Web Content Mining

Deep Web Content Mining Deep Web Content Mining Shohreh Ajoudanian, and Mohammad Davarpanah Jazi Abstract The rapid expansion of the web is causing the constant growth of information, leading to several problems such as increased

More information

Web Usage Mining: A Research Area in Web Mining

Web Usage Mining: A Research Area in Web Mining Web Usage Mining: A Research Area in Web Mining Rajni Pamnani, Pramila Chawan Department of computer technology, VJTI University, Mumbai Abstract Web usage mining is a main research area in Web mining

More information

The Internet. Search Engines Rank Results According To Relevance

The Internet. Search Engines Rank Results According To Relevance You would learn how to effectively search for information online as well as how to evaluate the quality of online sources. Search Engines Rank Results According To Relevance Making A Site More Noticeable

More information

Pre-processing of Web Logs for Mining World Wide Web Browsing Patterns

Pre-processing of Web Logs for Mining World Wide Web Browsing Patterns Pre-processing of Web Logs for Mining World Wide Web Browsing Patterns # Yogish H K #1 Dr. G T Raju *2 Department of Computer Science and Engineering Bharathiar University Coimbatore, 641046, Tamilnadu

More information

HYBRIDIZED MODEL FOR EFFICIENT MATCHING AND DATA PREDICTION IN INFORMATION RETRIEVAL

HYBRIDIZED MODEL FOR EFFICIENT MATCHING AND DATA PREDICTION IN INFORMATION RETRIEVAL International Journal of Mechanical Engineering & Computer Sciences, Vol.1, Issue 1, Jan-Jun, 2017, pp 12-17 HYBRIDIZED MODEL FOR EFFICIENT MATCHING AND DATA PREDICTION IN INFORMATION RETRIEVAL BOMA P.

More information

VIDEO SEARCHING AND BROWSING USING VIEWFINDER

VIDEO SEARCHING AND BROWSING USING VIEWFINDER VIDEO SEARCHING AND BROWSING USING VIEWFINDER By Dan E. Albertson Dr. Javed Mostafa John Fieber Ph. D. Student Associate Professor Ph. D. Candidate Information Science Information Science Information Science

More information

Improvement of Web Search Results using Genetic Algorithm on Word Sense Disambiguation

Improvement of Web Search Results using Genetic Algorithm on Word Sense Disambiguation Volume 3, No.5, May 24 International Journal of Advances in Computer Science and Technology Pooja Bassin et al., International Journal of Advances in Computer Science and Technology, 3(5), May 24, 33-336

More information

Incorporating Hyperlink Analysis in Web Page Clustering

Incorporating Hyperlink Analysis in Web Page Clustering Incorporating Hyperlink Analysis in Web Page Clustering Michael Chau School of Business The University of Hong Kong Pokfulam, Hong Kong +852 2859-1014 mchau@business.hku.hk Patrick Y. K. Chau School of

More information

Data Mining. Part 2. Data Understanding and Preparation. 2.4 Data Transformation. Spring Instructor: Dr. Masoud Yaghini. Data Transformation

Data Mining. Part 2. Data Understanding and Preparation. 2.4 Data Transformation. Spring Instructor: Dr. Masoud Yaghini. Data Transformation Data Mining Part 2. Data Understanding and Preparation 2.4 Spring 2010 Instructor: Dr. Masoud Yaghini Outline Introduction Normalization Attribute Construction Aggregation Attribute Subset Selection Discretization

More information

Comment Extraction from Blog Posts and Its Applications to Opinion Mining

Comment Extraction from Blog Posts and Its Applications to Opinion Mining Comment Extraction from Blog Posts and Its Applications to Opinion Mining Huan-An Kao, Hsin-Hsi Chen Department of Computer Science and Information Engineering National Taiwan University, Taipei, Taiwan

More information

PROBLEM- SOLVING STEPS

PROBLEM- SOLVING STEPS PROBLEM- SOLVING STEPS 1. Understand the Problem 2. Decide on a Plan 3. Carry out the Plan 4. Look Back and Review Background Information on the Internet and Search Engines These pages were developed

More information

correlated to the Utah 2007 Secondary Math Core Curriculum Geometry

correlated to the Utah 2007 Secondary Math Core Curriculum Geometry correlated to the Utah 2007 Secondary Math Core Curriculum Geometry McDougal Littell Geometry: Concepts and Skills 2005 correlated to the Utah 2007 Secondary Math Core Curriculum Geometry The main goal

More information

Web Page Classification using FP Growth Algorithm Akansha Garg,Computer Science Department Swami Vivekanad Subharti University,Meerut, India

Web Page Classification using FP Growth Algorithm Akansha Garg,Computer Science Department Swami Vivekanad Subharti University,Meerut, India Web Page Classification using FP Growth Algorithm Akansha Garg,Computer Science Department Swami Vivekanad Subharti University,Meerut, India Abstract - The primary goal of the web site is to provide the

More information

Prerequisites: Completed Algebra 1 and Geometry and passed Algebra 2 with a C or better

Prerequisites: Completed Algebra 1 and Geometry and passed Algebra 2 with a C or better High School Course Description for Honors Math Analysis Course Title: Honors Math Analysis Course Number: MTH461/462 Grade Level: 10-12 Meets a UC a-g Requirement: Pending Curricular Area: Mathematics

More information

A Novel Approach for Inferring and Analyzing User Search Goals

A Novel Approach for Inferring and Analyzing User Search Goals A Novel Approach for Inferring and Analyzing User Search Goals Y. Sai Krishna 1, N. Swapna Goud 2 1 MTech Student, Department of CSE, Anurag Group of Institutions, India 2 Associate Professor, Department

More information

Social Navigation Support through Annotation-Based Group Modeling

Social Navigation Support through Annotation-Based Group Modeling Social Navigation Support through Annotation-Based Group Modeling Rosta Farzan 2 and Peter Brusilovsky 1,2 1 School of Information Sciences and 2 Intelligent Systems Program University of Pittsburgh, Pittsburgh

More information

Information Retrieval

Information Retrieval Introduction to Information Retrieval SCCS414: Information Storage and Retrieval Christopher Manning and Prabhakar Raghavan Lecture 10: Text Classification; Vector Space Classification (Rocchio) Relevance

More information

SEARCH TECHNIQUES: BASIC AND ADVANCED

SEARCH TECHNIQUES: BASIC AND ADVANCED 17 SEARCH TECHNIQUES: BASIC AND ADVANCED 17.1 INTRODUCTION Searching is the activity of looking thoroughly in order to find something. In library and information science, searching refers to looking through

More information

Creating a portable bookmark file (Netscape). Ben Johnson

Creating a portable bookmark file (Netscape). Ben Johnson Creating a portable bookmark file (Netscape). Ben Johnson ben.johnson@cahs.colostate.edu www.psd.k12.co.us/staff/benj NOTE: You may need your BTC to disable security temporarily so you can place the backflip

More information

A problem-solving task can generate extensive opportunities for developing mathematical

A problem-solving task can generate extensive opportunities for developing mathematical Expression Polygons Colin Foster A problem-solving task can generate extensive opportunities for developing mathematical fluency in solving linear equations. Solving linear equations is an important mathematical

More information

Thematic Group 9 EUROPEAN RESEARCH IN MATHEMATICS EDUCATION III

Thematic Group 9 EUROPEAN RESEARCH IN MATHEMATICS EDUCATION III DYNAMIC BEHAVIOR IN DYNAMIC GEOMETRY ENVIRONMENTS: SOME QUESTIONS OF ORDER Varda Talmon and Michal Yerushalmy University of Haifa, Israel Dragging within Dynamic Geometry Environments is a tool for investigating

More information

DATA MINING - 1DL105, 1DL111

DATA MINING - 1DL105, 1DL111 1 DATA MINING - 1DL105, 1DL111 Fall 2007 An introductory class in data mining http://user.it.uu.se/~udbl/dut-ht2007/ alt. http://www.it.uu.se/edu/course/homepage/infoutv/ht07 Kjell Orsborn Uppsala Database

More information

The influence of caching on web usage mining

The influence of caching on web usage mining The influence of caching on web usage mining J. Huysmans 1, B. Baesens 1,2 & J. Vanthienen 1 1 Department of Applied Economic Sciences, K.U.Leuven, Belgium 2 School of Management, University of Southampton,

More information

A-C Valley Junior-Senior High School

A-C Valley Junior-Senior High School Course of Study A-C Valley Junior-Senior High School Page 1 of 12 Applied Trigonometry (NAME OF COURSE) GRADE LEVEL(S): 11 Educational Curriculum Level Person(s) Revising Curriculum (List Names) 1. Junior-Senior

More information

ANNUAL NATIONAL ASSESSMENT 2015 ASSESSMENT GUIDELINES MATHEMATICS GRADE 7

ANNUAL NATIONAL ASSESSMENT 2015 ASSESSMENT GUIDELINES MATHEMATICS GRADE 7 ANNUAL NATIONAL ASSESSMENT 2015 ASSESSMENT GUIDELINES MATHEMATICS GRADE 7 INTRODUCTION The 2015 cycle of Annual National Assessment (ANA 2015) will be administered in all public and designated 1 independent

More information

This table connects the content provided by Education Perfect to the NSW Syllabus..

This table connects the content provided by Education Perfect to the NSW Syllabus.. Education Perfect Maths is a comprehensive online learning and assessment resource. Designed by teachers and written by our in-house team of maths experts, our content aligns to the NSW Syllabus and covers

More information

WebSail: From On-line Learning to Web Search

WebSail: From On-line Learning to Web Search WebSail: From On-line Learning to Web Search Zhixiang Chen Department of Computer Science University of Texas-Pan American Edinburg, TX 78539, USA chen@cs.panam.edu Binhai Zhu Department of Computer Science

More information

ARCHITECTURE AND IMPLEMENTATION OF A NEW USER INTERFACE FOR INTERNET SEARCH ENGINES

ARCHITECTURE AND IMPLEMENTATION OF A NEW USER INTERFACE FOR INTERNET SEARCH ENGINES ARCHITECTURE AND IMPLEMENTATION OF A NEW USER INTERFACE FOR INTERNET SEARCH ENGINES Fidel Cacheda, Alberto Pan, Lucía Ardao, Angel Viña Department of Tecnoloxías da Información e as Comunicacións, Facultad

More information

A User Study on Features Supporting Subjective Relevance for Information Retrieval Interfaces

A User Study on Features Supporting Subjective Relevance for Information Retrieval Interfaces A user study on features supporting subjective relevance for information retrieval interfaces Lee, S.S., Theng, Y.L, Goh, H.L.D., & Foo, S. (2006). Proc. 9th International Conference of Asian Digital Libraries

More information

Overview of Web Mining Techniques and its Application towards Web

Overview of Web Mining Techniques and its Application towards Web Overview of Web Mining Techniques and its Application towards Web *Prof.Pooja Mehta Abstract The World Wide Web (WWW) acts as an interactive and popular way to transfer information. Due to the enormous

More information

Interactive Video Retrieval System Integrating Visual Search with Textual Search

Interactive Video Retrieval System Integrating Visual Search with Textual Search From: AAAI Technical Report SS-03-08. Compilation copyright 2003, AAAI (www.aaai.org). All rights reserved. Interactive Video Retrieval System Integrating Visual Search with Textual Search Shuichi Shiitani,

More information

International Journal of Computer Engineering and Applications, ICCSTAR-2016, Special Issue, May.16

International Journal of Computer Engineering and Applications, ICCSTAR-2016, Special Issue, May.16 The Survey Of Data Mining And Warehousing Architha.S, A.Kishore Kumar Department of Computer Engineering Department of computer engineering city engineering college VTU Bangalore, India ABSTRACT: Data

More information

Information Gathering Support Interface by the Overview Presentation of Web Search Results

Information Gathering Support Interface by the Overview Presentation of Web Search Results Information Gathering Support Interface by the Overview Presentation of Web Search Results Takumi Kobayashi Kazuo Misue Buntarou Shizuki Jiro Tanaka Graduate School of Systems and Information Engineering

More information

Programming Languages

Programming Languages Programming Languages As difficult to discuss rationally as religion or politics. Prone to extreme statements devoid of data. Examples: "It is practically impossible to teach good programming to students

More information

A Web Page Recommendation system using GA based biclustering of web usage data

A Web Page Recommendation system using GA based biclustering of web usage data A Web Page Recommendation system using GA based biclustering of web usage data Raval Pratiksha M. 1, Mehul Barot 2 1 Computer Engineering, LDRP-ITR,Gandhinagar,cepratiksha.2011@gmail.com 2 Computer Engineering,

More information

Knowledge Retrieval. Franz J. Kurfess. Computer Science Department California Polytechnic State University San Luis Obispo, CA, U.S.A.

Knowledge Retrieval. Franz J. Kurfess. Computer Science Department California Polytechnic State University San Luis Obispo, CA, U.S.A. Knowledge Retrieval Franz J. Kurfess Computer Science Department California Polytechnic State University San Luis Obispo, CA, U.S.A. 1 Acknowledgements This lecture series has been sponsored by the European

More information

An Approach To Web Content Mining

An Approach To Web Content Mining An Approach To Web Content Mining Nita Patil, Chhaya Das, Shreya Patanakar, Kshitija Pol Department of Computer Engg. Datta Meghe College of Engineering, Airoli, Navi Mumbai Abstract-With the research

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

Due on: May 12, Team Members: Arpan Bhattacharya. Collin Breslin. Thkeya Smith. INFO (Spring 2013): Human-Computer Interaction

Due on: May 12, Team Members: Arpan Bhattacharya. Collin Breslin. Thkeya Smith. INFO (Spring 2013): Human-Computer Interaction Week 6 Assignment: Heuristic Evaluation of Due on: May 12 2013 Team Members: Arpan Bhattacharya Collin Breslin Thkeya Smith INFO 608-902 (Spring 2013): Human-Computer Interaction Group 1 HE Process Overview

More information

Simulation Study of Language Specific Web Crawling

Simulation Study of Language Specific Web Crawling DEWS25 4B-o1 Simulation Study of Language Specific Web Crawling Kulwadee SOMBOONVIWAT Takayuki TAMURA, and Masaru KITSUREGAWA Institute of Industrial Science, The University of Tokyo Information Technology

More information

ANNUAL NATIONAL ASSESSMENT 2014 ASSESSMENT GUIDELINES MATHEMATICS GRADE 7

ANNUAL NATIONAL ASSESSMENT 2014 ASSESSMENT GUIDELINES MATHEMATICS GRADE 7 ANNUAL NATIONAL ASSESSMENT 2014 ASSESSMENT GUIDELINES MATHEMATICS GRADE 7 INTRODUCTION The 2014 cycle of Annual National Assessment (ANA 2014) will be administered in all public and designated 1 independent

More information

CSCE 120: Learning To Code

CSCE 120: Learning To Code CSCE 120: Learning To Code Manipulating Data I Introduction This module is designed to get you started working with data by understanding and using variables and data types in JavaScript. It will also

More information

5 Choosing keywords Initially choosing keywords Frequent and rare keywords Evaluating the competition rates of search

5 Choosing keywords Initially choosing keywords Frequent and rare keywords Evaluating the competition rates of search Seo tutorial Seo tutorial Introduction to seo... 4 1. General seo information... 5 1.1 History of search engines... 5 1.2 Common search engine principles... 6 2. Internal ranking factors... 8 2.1 Web page

More information

Table of Contents. Introduction to the Math Practice Series...1

Table of Contents. Introduction to the Math Practice Series...1 Table of Contents Table of Contents Introduction to the Math Practice Series...1 Common Mathematics/Geometry Symbols and Terms...2 Chapter 1: Introduction To Geometry...13 Shapes, Congruence, Similarity,

More information

Characteristic of the Proposed System. Characteristic of the Proposed System DFD. ER Diagram. Functions used DISADVANTAGES OF PRESENT WORKING SYSTEM

Characteristic of the Proposed System. Characteristic of the Proposed System DFD. ER Diagram. Functions used DISADVANTAGES OF PRESENT WORKING SYSTEM Table of contents:- Project Description Functions used Project Vision Feasibility Study Working Of Present System DISADVANTAGES OF PRESENT WORKING SYSTEM Characteristic of the Proposed System Characteristic

More information

Dover-Sherborn High School Mathematics Curriculum Pre-Calculus Level 2/CP

Dover-Sherborn High School Mathematics Curriculum Pre-Calculus Level 2/CP Mathematics Curriculum A. DESCRIPTION This is a precalculus course that expands the student s knowledge of some Algebra 2 topics and covers many of the topics found in a traditional college preparatory

More information

If most of the people use Google by writing a few words in the Google windows and perform their search it should be note:

If most of the people use Google by writing a few words in the Google windows and perform their search it should be note: The «Google World» Henri Dou, Competitive Intelligence Think Tank douhenri@yahoo.fr In chapter 1 we presented the key role of information in competitive intelligence and also the necessity to go through

More information

Web Page Recommender System based on Folksonomy Mining for ITNG 06 Submissions

Web Page Recommender System based on Folksonomy Mining for ITNG 06 Submissions Web Page Recommender System based on Folksonomy Mining for ITNG 06 Submissions Satoshi Niwa University of Tokyo niwa@nii.ac.jp Takuo Doi University of Tokyo Shinichi Honiden University of Tokyo National

More information

RELEASED. NC Final Exam. NC Math 3. Released Items. Student Name:

RELEASED. NC Final Exam. NC Math 3. Released Items. Student Name: Released Items Student Name: N Math 017 018 Public Schools of North arolina State oard of Education epartment of Public Instruction Raleigh, North arolina 7699-614 N Final Exam opyright 017 by the North

More information

Selected Members of the CCL-EAR Committee Review of EBSCO S MASTERFILE PREMIER September, 2002

Selected Members of the CCL-EAR Committee Review of EBSCO S MASTERFILE PREMIER September, 2002 Selected Members of the CCL-EAR Committee Review of EBSCO S MASTERFILE PREMIER September, 2002 In April 2002, selected members of the Council of Chief Librarians Electronic Access and Resources Committee

More information

extreme searching: how to avoid extreme frustration and bird walks presented by Kathy Schrock Overview The Problems

extreme searching: how to avoid extreme frustration and bird walks presented by Kathy Schrock Overview The Problems extreme searching: how to avoid extreme frustration and bird walks presented by Kathy Schrock kathy@kathyschrock.net Overview Problems with searching Three main types of search tools The top search engines

More information

Designing a single channel technology: Introduction to Coursebuilder handout

Designing a single channel technology: Introduction to Coursebuilder handout Jennifer Handley Instructional Message Design Spring 2003 Designing a single channel technology: Introduction to Coursebuilder handout Introduction: I designed this handout to give to other graduate students

More information

Trigonometric Ratios

Trigonometric Ratios Geometry, Quarter 3, Unit 3.1 Trigonometric Ratios Overview Number of instructional days: 10 (1 day = 45 minutes) Content to be learned Make and defend conjectures to solve problems using trigonometric

More information

Top 10 pre-paid SEO tools

Top 10 pre-paid SEO tools Top 10 pre-paid SEO tools Introduction In historical terms, Google regularly updates its search algorithms judging by the previous years. Predictions for the 2016 tell us that the company work process

More information