Predicting Library OPAC Users Cross-device Transitions

Size: px
Start display at page:

Download "Predicting Library OPAC Users Cross-device Transitions"

Transcription

1 Predicting Library OPAC Users Cross-device Transitions Authors: Dan Wu, Shaobo Liang School of Information Management Wuhan University

2 utline Background Related Work Research Design Results Analysis Discussion

3 Part 1 Background

4 Part 1: Background Meet their information needs Are we still in need of the library or digital library?

5 Part 1: Background Journals Papers Videos OPAC Music Books Newspaper

6 Part 1: Background

7 Part 1: Background Different Context Digital Library Transitions between different devices

8 Part 1: Background OPAC Books Users Digital Library Search Downloads Prints Improvement & Reuse Digital Library

9 Part 1: Background Research Question What kind of activities do library OPAC users conduct before and after device transition? What are the important features to predict the next device and the activity after device transition?

10 Related Work Part 2

11 Part 2: Related Work 1. OPAC Usage in Multi-Device Environment Despite the popularity of the general search engine (e.g. Google, Bing, Baidu), the professional information resource still plays an important role in meeting the user s information need and has its advantages. Especially for the academic information, users would choose the digital library for searching papers, books, course video and others. Most users hold positive evaluation towards mobile library services and mobile phone applications. With the popularity of cross-device transition, researchers also studied the OPAC users query reformulation patterns on different devices (mobile phones, tablets and desktop), finding that transition patterns about search fields are influenced by input function and device interface

12 Part 2: Related Work 2. Prediction of Cross-Device Transition Previous work about the cross-device transition focused on the searching condition, finding that the information need about adult and shopping triggered more device transition. The prediction of cross-device is also an important aspect in this domain. The features about user s web history, touch interaction on mobile devices and the time interval of device transition can support predict the user s search behavior after device transition The machine learning has got more attention in the digital library domain. The theory and technology of machine learning can provide a valuable support for digital library to develop more intelligent digital services

13 Part 2: Related Work 2. Prediction of Cross-Device Transition Such as: Li et al. used a semi-supervised machine learning framework, combining with traditional literature retrieval methods, to construct a ranking model for document retrieval structures. Sun et al. analyzed the transaction log data of digital library users in a year to predict user s preference changes and proposed a method of predicting users future behavior preferences. Digital library also can re-rank the search results of OPAC according to the correlation between search results and user preferences, when users submit the queries in the OPAC system

14 Part 2: Related Work 2. Prediction of Cross-Device Transition Summary: The above research on cross-device search is mainly concerned with information on the general search engine. There is a lack of research on OPAC searching. Previous studies on OPAC were conducted from the aspects of user groups, search methods, and library services. There exists a lack of studies that consider both OPAC user s behavior and the impact of different devices.

15 Research Design Part 3

16 Part 3: Research Design Data Collection 16,140,509 records 3 type devices Large-scale Transaction Log February October 2016

17 Part 3: Research Design Data Collection

18 Part 3: Research Design Data Collection Browsing: it means that users browse the webpages on OPAC system, such as browsing the book information and search results. Clicking: it means that users click the particular links on OPAC. For example, he/she clicks the notice or news of digital library. Personal Account: it refers to users browse the personal information, like borrow history, in user center. Querying: when users issue the query in the search bar on OPAC, the OPAC will record their queries and search field. System Services: it means that users reset their personal password or communicated with the support staff.

19 Part 3: Research Design Unique User Identification Can t identify the IP Address unique user Not mandatory for users to login

20 Part 3: Research Design Unique User Identification 121 unique users Cross-device transition in this study means that two consequent records of the same user contain different device codes within 24 hours, and this threshold helps to cover more device transitions

21 Part 3: Research Design Data Analysis Data cleaning: We have cleaned a large number of data without user account information in order to identify unique users by programming. K-fold cross-validation: to improve the accuracy of model, which could avoid the low prediction accuracy due to the small scale of sample.. RMSE: was used to evaluate the predict performance of the different feature groups.

22 Part 4 Results Analysis

23 Part 4: Result Analysis 1. Transitions between different devices Majority cross-device transitions occurred between PCs, followed by PC-Phone and Phone-PC Users tend to use the same device to continue using OPAC.

24 Part 4: Result Analysis 2. Temporal characteristics of cross-device transition Hours when cross-device transition occurred

25 Part 4: Result Analysis 2. Temporal characteristics of cross-device transition Time interval when cross-device transition occurred

26 Part 4: Result Analysis 3. Activity in pre-transition and posttransition Activity changes after device transition

27 Part 4: Result Analysis 4. Feature importance of transition prediction Type Activity in pre-transition and post- transition Device in pre- transition and post- transition Features and Counts pre_transition_activity (x5) post_transition_activity (x5) whether_the_activity_is_same (x2) pre_transition_device (x3) post_transition_device (x3) whether_the_device_is_same (x2) A1 A2 WI D1 D2 WD

28 Part 4: Result Analysis 4. Feature importance of transition prediction Type Device s operation system in pretransition and post- transition Time Features and Counts pre_transition_operation_system (x8) post_transition_operation_system (x8) whether_the_operation_system_i s_same (x2) time_interval_of_device_transitio n time_spent_in_pretransition_session time_spent_in_postransition_session O1 O2 WO T T1 T2

29 Part 4: Result Analysis 4. Feature importance of transition prediction Target variable Post_transition_device (D2) Post_transition_activity (A2) Features Beta A1.112 Predicting next device T O D1.032 T

30 Part 4: Result Analysis 4. Feature importance of transition prediction Target variable Post_transition_device (D2) Post_transition_activity (A2) Features Beta A1.322 Predicting next activity T D2.109 O1.081 T

31 Part 4: Result Analysis 5. Prediction performance of feature group Feature Group Value of RMSE A Predicting next device A1+T A1+T+O A1+T+O1+D A1+T+O1+D1+T

32 Part 4: Result Analysis 5. Prediction performance of feature group Feature Group Value of RMSE A Predicting next activity A1+T A1+T+D A1+T+D2+O A1+T+D2+O1+D

33 Part 5 Discussion

34 Part 5: Discussion Unlike cross-device search on the general Web, device transition in OPAC search mainly occurs between PC and PC. (1) Users can easily use OPAC without being forced to login with personal accounts, which results in a smaller amount of data with unique user s information we can analyze. (2) Unlike searches on the general search engines like Google, users often use OPAC to learn and work, and this corresponds to more complex information needs.

35 Part 5: Discussion Searching activities accounted for the highest proportion after device transition, while clicking accounted for the most before device transition. (1) The most change of user s online activity is querying to querying. (2) This may reflect that after searching on the first device, users of OPAC would continue to search on the next device, being unsatisfied about the former results or being influenced by external factors.

36 Part 5: Discussion With the help of machine learning methods and tools, the intelligent information retrieval system can achieve different search results according to different unique users even if they submit the same query. Through the research on user behavior preference of digital library, it helps to provide better rank of search results and provide better preference based services. Users behavior prediction is necessary and help to recommend users much better queries, links and services after device transitions.

37 Part 5: Discussion Implication Where device transition occurred between different device, we can use the device information, such as the IP or device code, to analyze users context, e.g. their location. Library OPAC systems can provide tools or resources or services to help users resume their search tasks based on the user's activity history. Users behavior prediction is necessary and help to recommend users much better queries, links and services after device transitions. Predicting the user s behavior should consider the various origin of data, such as the data from different devices. Predicting the next device and next activity can help libraries to provide more intelligent and device-appropriate services.

38 Part 5: Discussion Limitation Lack of qualitative study. The sample size of unique users is small. Less discussion on methodologies.

39 Thank you! To Library of Wuhan University To And to you

STUDENT USER GUIDE Vesna Gasovski

STUDENT USER GUIDE Vesna Gasovski STUDENT USER GUIDE Vesna Gasovski 1/6/2016 Contents Introduction... 3 What is InPlace?... 3 How can I access InPlace?... 3 Desktop vs Mobile view... 3 Glossary of Terms... 4 Home Page... 5 My Details...

More information

Shaocheng Wang, Guojun Wu

Shaocheng Wang, Guojun Wu Ubiquitous and Mobile Computing CS 528: Characterizing Smartphone Usage Patterns from Millions of Android Users Shaocheng Wang, Guojun Wu Computer Science Dept. Worcester Polytechnic Institute (WPI) Introduction

More information

DSCI 575: Advanced Machine Learning. PageRank Winter 2018

DSCI 575: Advanced Machine Learning. PageRank Winter 2018 DSCI 575: Advanced Machine Learning PageRank Winter 2018 http://ilpubs.stanford.edu:8090/422/1/1999-66.pdf Web Search before Google Unsupervised Graph-Based Ranking We want to rank importance based on

More information

Searching for Information

Searching for Information Searching for Information The Searching Process-How do I start? When faced with a task that requires you to search for information, it can be quite overwhelming. Here are some important things to think

More information

Register in the System

Register in the System Register in the System. In the [Job Search] tab, click on the [Sign In] link. You will be led to the [Login] screen.. Click on the [New User] button. Tip: You may use your Google or Yahoo credentials to

More information

How to Use Google Scholar An Educator s Guide

How to Use Google Scholar An Educator s Guide http://scholar.google.com/ How to Use Google Scholar An Educator s Guide What is Google Scholar? Google Scholar provides a simple way to broadly search for scholarly literature. Google Scholar helps you

More information

Taylor & Francis E-Books

Taylor & Francis E-Books Taylor & Francis E-Books (http://inflibnet.etailer.dpsl.net)* Taylor & Francis is one of the leading global academic publishers and part of the Academic Division of Informa plc, which is the leading provider

More information

Assisting Trustworthiness Based Web Services Selection Using the Fidelity of Websites *

Assisting Trustworthiness Based Web Services Selection Using the Fidelity of Websites * Assisting Trustworthiness Based Web Services Selection Using the Fidelity of Websites * Lijie Wang, Fei Liu, Ge Li **, Liang Gu, Liangjie Zhang, and Bing Xie Software Institute, School of Electronic Engineering

More information

Mobile App Installation and Registration Procedures

Mobile App Installation and Registration Procedures INTRODUCING Mobile App Installation and Registration Procedures 1 www.cn.ca/modalpass MODALPASS: Installation ModalPass App Requirements Previous registration in the gate system (AGS) at your local CN

More information

Affinity Provider Portal Training Manual

Affinity Provider Portal Training Manual Training Manual Login This page enables a user to either login and/or register if he/she is not already a regstered user (ie. Providers and Staff users). The following are the functionalities which can

More information

HEAP Online User Guide

HEAP Online User Guide HEAP Online User Guide With easy-to-use navigation, HEAP Online enables you to use predicted UCAS Tariff points to search for courses and filter results, as well as search by location, course or university.

More information

OnBoarding with CalyxPod. Step 1 : Activate your Profile

OnBoarding with CalyxPod. Step 1 : Activate your Profile OnBoarding with CalyxPod CalyxPod is a platform which helps students to understand about the placement events taking place in their respective colleges for both On Campus as well as Off Campus events wherein

More information

A Random Forest based Learning Framework for Tourism Demand Forecasting with Search Queries

A Random Forest based Learning Framework for Tourism Demand Forecasting with Search Queries University of Massachusetts Amherst ScholarWorks@UMass Amherst Tourism Travel and Research Association: Advancing Tourism Research Globally 2016 ttra International Conference A Random Forest based Learning

More information

Information Retrieval

Information Retrieval Introduction Information Retrieval Information retrieval is a field concerned with the structure, analysis, organization, storage, searching and retrieval of information Gerard Salton, 1968 J. Pei: Information

More information

Context-based Roles and Competencies of Data Curators in Supporting Data Lifecycle: Multi-Case Study in China

Context-based Roles and Competencies of Data Curators in Supporting Data Lifecycle: Multi-Case Study in China Submitted on: 29.05.2017 Context-based Roles and Competencies of Data Curators in Supporting Data Lifecycle: Multi-Case Study in China Zhenjia Fan Department of Information Resources Management, Business

More information

Madison Employee Self Service (ESS)

Madison Employee Self Service (ESS) Madison Employee Self Service (ESS) Advantage ESS is a subsystem of Advantage HRM which is utilized by Madison s Human Resource and Payroll departments to record and process your human resource and pay

More information

On-line Facilities Booking System

On-line Facilities Booking System On-line Facilities Booking System Wu Yee Sun College End User Guide 1 P age Table of Contents 1. GETTING STARTED 1.1 Introduction...3 1.2 Personal Information...4 2. REGISTRATION OF STUDENT ASSOCIATION

More information

MICROSOFT ONEDRIVE FOR WINDOWS

MICROSOFT ONEDRIVE FOR WINDOWS MICROSOFT ONEDRIVE FOR WINDOWS OneDrive for Business is an integral part of Office 365 or SharePoint Server, and provides place in the cloud where you can store, share, and sync your work files. You can

More information

Search Current Match Applicants

Search Current Match Applicants Search Current Match Applicants Main Residency Match and Specialties Matching Service Users: Institutional Officials (IOs) Institutional Administrators (IAs) Program Directors (PDs) Program Coordinators

More information

CEN4021 Distance Learning Software Engineering II Assignment 3. Che Cobb CEN4021 Assignment 3 Use Case Packet. Use Case Diagram

CEN4021 Distance Learning Software Engineering II Assignment 3. Che Cobb CEN4021 Assignment 3 Use Case Packet. Use Case Diagram Che Cobb CEN4021 Assignment 3 Use Case Packet Use Case Diagram Class Diagram Use Case Description Use-Case Name Make reservation ID - 01 Importance Level - High Primary Actor - Guest Use-Case Type - Detail,

More information

ESE institutional profile pages Manual for scientific staff

ESE institutional profile pages Manual for scientific staff Manual for scientific staff Version information Version Date Summary of changes 1 20-12-2016 First published version. 1.1 21-4-2017 Added Appendix 1 Latest version The latest version of this document is

More information

Electronic Practice Assessments Web/Computer Based Account & Myprogress App Full Student Guide

Electronic Practice Assessments Web/Computer Based Account & Myprogress App Full Student Guide Electronic Practice Assessments Web/Computer Based Account & Myprogress App Full Student Guide Overview This guide provides information about how to use the Myprogress platform on your web/computer based

More information

Update and Benefit from Personal Webpage at

Update and Benefit from Personal Webpage at Objective of the Guideline: This guideline is developed to assist faculty members to easily present their current research, capabilities, and innovations at the Civil Department website. This can help

More information

Benchmarking Google Scholar with the New Zealand PBRF research assessment exercise

Benchmarking Google Scholar with the New Zealand PBRF research assessment exercise Benchmarking Google Scholar with the New Zealand PBRF research assessment exercise Alastair G Smith School of Information Management Victoria University of Wellington New Zealand alastair.smith@vuw.ac.nz

More information

Library. Guide to Searching the OPAC (Online Public Access Catalogue)

Library. Guide to Searching the OPAC (Online Public Access Catalogue) Library Guide to Searching the OPAC (Online Public Access Catalogue) Wessam El Husseini Assistant librarian for technical operations & information skills welabd@bue.edu.eg March 2012 The library owns several

More information

SOFTWARE TEST DOCUMENT Version MOBCOLL PROJECT

SOFTWARE TEST DOCUMENT Version MOBCOLL PROJECT SOFTWARE TEST DOCUMENT Version 1.1 10.06.2013 MOBCOLL PROJECT Prepared By: ANDIOS Murat Öksüzer Sercan Çidem Vedat Şahin Fatih Osman Seçmen Change History *A - ADDED M - MODIFIED D DELETED VERSION NUMBER

More information

Guide to Ebooks and Digital Resources

Guide to Ebooks and Digital Resources Guide to Ebooks and Digital Resources ACM Library owns various books in digital (electronic) format. Most are accessible online from off-campus. Some can be downloaded to a laptop, tablet or other device

More information

Assure Self-Service Portal

Assure Self-Service Portal Assure Self-Service Portal Assure Self-Service Portal is a web-based portal, where Customers are able to: Record Cases to Assure Support 24/7 View existing and past Cases Find solutions to known issues

More information

Search guide New interface

Search guide New interface Search guide New interface 1 - How to search? You ll find the link to Oria on your library s webpage. Type the keywords you are searching for, i.e. global warming. Search tips: If you use several keywords,

More information

Moodle plugin for the Online Video Service (OVS)

Moodle plugin for the Online Video Service (OVS) Moodle plugin for the Online Video Service (OVS) Sharing videos in Moodle There are a number of ways to share videos in Moodle depending on where the videos are stored: 1. To embed a video from YouTube

More information

Definitions Know What I Mean?

Definitions Know What I Mean? Definitions Know What I Mean? The list below contains words you will read about in this resource and that your children probably use regularly as they are a normal part of their school world (if not their

More information

Rebel Student Homepage

Rebel Student Homepage Rebel Student Homepage As part of our commitment to providing better and more efficient student information services, the MyUNLV system has gotten a facelift! The upgraded system is mobile ready and highly

More information

Steps to complete 4 H Online Re enrollment for Nebraska 4 H in Adams County

Steps to complete 4 H Online Re enrollment for Nebraska 4 H in Adams County Please do not re-enroll online until after October 29th. Steps to complete 4 H Online Re enrollment for Nebraska 4 H in Adams County 4 H Online will not work using Internet Explorer You must use Google

More information

School of nursing & midwifery. Student Guide. September 2016, Version 2, GI S:\HSC\Nursing\eLearning\Guides\Myprogress

School of nursing & midwifery. Student Guide. September 2016, Version 2, GI S:\HSC\Nursing\eLearning\Guides\Myprogress Student Guide Overview This guide provides information on a system for placement documentation called Myprogress which can be accessed via the web or using a mobile app. It requires a username and password

More information

Dataset Documentation Reference Guide for Pure Users

Dataset Documentation Reference Guide for Pure Users Dataset Documentation Reference Guide for Pure Users Pure is the University's Current Research Information System (CRIS). Information held in Pure relates to research staff and their datasets, publications,

More information

Recruiting Solutions Internal Applicant Frequently Asked Questions

Recruiting Solutions Internal Applicant Frequently Asked Questions Recruiting Solutions Internal Applicant Frequently Asked Questions Department of Human Resources Where do I go to apply for positions? What if I do not have a computer at home? When I try to access the

More information

Outline. Possible solutions. The basic problem. How? How? Relevance Feedback, Query Expansion, and Inputs to Ranking Beyond Similarity

Outline. Possible solutions. The basic problem. How? How? Relevance Feedback, Query Expansion, and Inputs to Ranking Beyond Similarity Outline Relevance Feedback, Query Expansion, and Inputs to Ranking Beyond Similarity Lecture 10 CS 410/510 Information Retrieval on the Internet Query reformulation Sources of relevance for feedback Using

More information

Electrical & Electronics Technologists & Technicians. A guide for newcomers to British Columbia

Electrical & Electronics Technologists & Technicians. A guide for newcomers to British Columbia Electrical & Electronics Technologists & Technicians Contents 1. Working as an Electrical & Electronics Technologist & Technician... 2 2. Skills, Education and Experience... 6 3. Finding Jobs... 8 4. Applying

More information

MYCHART FREQUENTLY ASKED QUESTIONS

MYCHART FREQUENTLY ASKED QUESTIONS What is mychart?... 2 Is there a fee to use mychart?... 2 What do I need to use mychart?... 2 Who else can see my mychart information?... 2 Is my information in mychart secure?... 2 Is mychart offered

More information

Design and Implementation of Agricultural Information Resources Vertical Search Engine Based on Nutch

Design and Implementation of Agricultural Information Resources Vertical Search Engine Based on Nutch 619 A publication of CHEMICAL ENGINEERING TRANSACTIONS VOL. 51, 2016 Guest Editors: Tichun Wang, Hongyang Zhang, Lei Tian Copyright 2016, AIDIC Servizi S.r.l., ISBN 978-88-95608-43-3; ISSN 2283-9216 The

More information

WEB PAGE RE-RANKING TECHNIQUE IN SEARCH ENGINE

WEB PAGE RE-RANKING TECHNIQUE IN SEARCH ENGINE WEB PAGE RE-RANKING TECHNIQUE IN SEARCH ENGINE Ms.S.Muthukakshmi 1, R. Surya 2, M. Umira Taj 3 Assistant Professor, Department of Information Technology, Sri Krishna College of Technology, Kovaipudur,

More information

Embedding subject guides at NUS Libraries

Embedding subject guides at NUS Libraries Embedding subject guides at NUS Libraries Aaron Tay National University of Singapore Libraries Abstract Librarians around the world have begun to experiment with dynamic subject guides, dubbed Subject

More information

Main Client Community User Guide

Main Client Community User Guide Main Client Community User Guide NextGen Healthcare Success Community www.community.nextgen.com v.3 Updated 7.10.2018 1 OVERVIEW 3 MAIN CONTACT ROLE 3 IS THIS ROLE FOR YOU? 4 CHANGE MAIN CLIENT COMMUNITY

More information

AAT Online Platform User Guideline

AAT Online Platform User Guideline AAT Online Platform User Guideline INDEX Notes to users... 2 Account activation / Forget password... 3 Account Login... 7 Account Logout... 8 Amending the Personal information (Correspondence address &

More information

Featured Archive. Saturday, February 28, :50:18 PM RSS. Home Interviews Reports Essays Upcoming Transcripts About Black and White Contact

Featured Archive. Saturday, February 28, :50:18 PM RSS. Home Interviews Reports Essays Upcoming Transcripts About Black and White Contact Saturday, February 28, 2009 03:50:18 PM To search, type and hit ente SEARCH RSS Home Interviews Reports Essays Upcoming Transcripts About Black and White Contact SUBSCRIBE TO OUR MAILING LIST First Name:

More information

5/13/2009. Introduction. Introduction. Introduction. Introduction. Introduction

5/13/2009. Introduction. Introduction. Introduction. Introduction. Introduction Applying Collaborative Filtering Techniques to Movie Search for Better Ranking and Browsing Seung-Taek Park and David M. Pennock (ACM SIGKDD 2007) Two types of technologies are widely used to overcome

More information

Student Guide to Access Progress Reports and Report Card High School and Middle School Only

Student Guide to Access Progress Reports and Report Card High School and Middle School Only Student Guide to Access Progress Reports and Report Card High School and Middle School Only While using an internet connected device, go to https://sayreville.oncourseconnect.com Click the Login In button

More information

Information Push Service of University Library in Network and Information Age

Information Push Service of University Library in Network and Information Age 2013 International Conference on Advances in Social Science, Humanities, and Management (ASSHM 2013) Information Push Service of University Library in Network and Information Age Song Deng 1 and Jun Wang

More information

Parent Account Tutorial

Parent Account Tutorial Parent Account Tutorial The Rank One Sport Parent Account is meant to simplify the online forms submittal and tracking progress. Creating a Parent Account 1. From the Home Page of the school district s

More information

CS224W: Social and Information Network Analysis Project Report: Edge Detection in Review Networks

CS224W: Social and Information Network Analysis Project Report: Edge Detection in Review Networks CS224W: Social and Information Network Analysis Project Report: Edge Detection in Review Networks Archana Sulebele, Usha Prabhu, William Yang (Group 29) Keywords: Link Prediction, Review Networks, Adamic/Adar,

More information

Internet Usage Transaction Log Studies: The Next Generation

Internet Usage Transaction Log Studies: The Next Generation Internet Usage Transaction Log Studies: The Next Generation Sponsored by SIG USE Dietmar Wolfram, Moderator. School of Information Studies, University of Wisconsin-Milwaukee Milwaukee, WI 53201. dwolfram@uwm.edu

More information

TOP 7 UPDATES IN LOCAL SEARCH FOR JANUARY 2015 YAHOO DIRECTORY NOW OFFICALLY CLOSED GOOGLE INTRODUCES NEWADWORDS TOOL AD CUSTOMIZERS

TOP 7 UPDATES IN LOCAL SEARCH FOR JANUARY 2015 YAHOO DIRECTORY NOW OFFICALLY CLOSED GOOGLE INTRODUCES NEWADWORDS TOOL AD CUSTOMIZERS Changes In Google And Bing Local Results Penguin Update Continues To Affect Local Rankings How To Add A sticky Post on Google+ page TOP 7 UPDATES IN LOCAL SEARCH FOR JANUARY 2015 0 Facebook Allows Calls-To-Action

More information

Scott Barber Chief Technologist PerfTestPlus, Inc.

Scott Barber Chief Technologist PerfTestPlus, Inc. Visual Application Usage Modeling First Presented for: Mountain View, CA 4/24/2006 Scott Barber Chief Technologist PerfTestPlus, Inc. Visual Application Usage Modeling Page 1 Visual Application Usage Modeling

More information

HOURS 7:30 AM - 4:30 PM

HOURS 7:30 AM - 4:30 PM Welcome to the Roslyn High School Library! HOURS 7:30 AM - 4:30 PM If you have any questions about Citations, Databases, or general research, please come to the Library! For links to any Library presentation,

More information

A BFS-BASED SIMILAR CONFERENCE RETRIEVAL FRAMEWORK

A BFS-BASED SIMILAR CONFERENCE RETRIEVAL FRAMEWORK A BFS-BASED SIMILAR CONFERENCE RETRIEVAL FRAMEWORK Qing Guo 1, 2 1 Nanyang Technological University, Singapore 2 SAP Innovation Center Network,Singapore ABSTRACT Literature review is part of scientific

More information

Objectives. 1) Know how to identify the existence of resources in USM libraries

Objectives. 1) Know how to identify the existence of resources in USM libraries Disediakan oleh: PERPUSTAKAAN HAMZAH SENDUT UNIVERSITI SAINS MALAYSIA Objectives 1) Know how to identify the existence of resources in USM libraries 2) Know how to access the library resources from inside

More information

Using the AEA Website

Using the AEA Website 2018 Using the AEA Website The aim of this document is to explain the various aspects of our site, enabling you to navigate quickly and easily through the various text pages and pictures. www.airbornesappers.org.uk

More information

USER S MANUAL. Attendance Tracking System. ISDS 4125 Group 5. December, Attendance Tracking i User s Manual

USER S MANUAL. Attendance Tracking System. ISDS 4125 Group 5. December, Attendance Tracking i User s Manual USER S MANUAL Attendance Tracking System ISDS 4125 Group 5 December, 2005 Attendance Tracking i User s Manual USER'S MANUAL TABLE OF CONTENTS Page # 1.0 GENERAL INFORMATION...3 1.1 System Overview...4

More information

HOW TO APPLY TO A TEACHER POSTING (For Continuing Teachers Only)

HOW TO APPLY TO A TEACHER POSTING (For Continuing Teachers Only) HOW TO APPLY TO A TEACHER POSTING (For Continuing Teachers Only) This document will show you how to look for and apply to current job postings, using Job Posting Web. Login to Attendance Management System

More information

RESIDENCY IN-SERVICE TRAINING EXAMINATION (RITE) ONLINE ADMINISTRATION INSITUTION PREPARATION GUIDE AMERICAN ACADEMY OF NEUROLOGY

RESIDENCY IN-SERVICE TRAINING EXAMINATION (RITE) ONLINE ADMINISTRATION INSITUTION PREPARATION GUIDE AMERICAN ACADEMY OF NEUROLOGY RESIDENCY IN-SERVICE TRAINING EXAMINATION (RITE) ONLINE ADMINISTRATION INSITUTION PREPARATION GUIDE AMERICAN ACADEMY OF NEUROLOGY Contents Instructions to Prepare for Testing... 2 System Requirements for

More information

Example of the App. How the App works. Take Note: Landing Page. Registration Page

Example of the App. How the App works. Take Note: Landing Page. Registration Page Example of the App Android App ios App Take Note: The SA Army Foundation App is already installed on your Tablet. If you would like to install the App on any other device; please follow the How the App

More information

Gerri Holden Ministries Executive Summary Student Consultant, Kate Stepp Community Partner, Gerri Holden

Gerri Holden Ministries Executive Summary Student Consultant, Kate Stepp Community Partner, Gerri Holden Gerri Holden Ministries Executive Summary Student Consultant, Kate Stepp Community Partner, Gerri Holden I. Background Information The mission of Gerri Holden Ministries is to provide academic programs

More information

Test Plan. Online Music Store Version 1.0. Submitted in partial fulfillment of the requirements of the degree of Master Software Engineering

Test Plan. Online Music Store Version 1.0. Submitted in partial fulfillment of the requirements of the degree of Master Software Engineering Test Plan Online Music Store Version 1.0 Submitted in partial fulfillment of the requirements of the degree of Master Software Engineering Reshma Sawant CIS 895 MSE Project Kansas State University 1 TABLE

More information

6. To view a listing of Frequently Asked Questions, information on. 7. When completing the online application, you have the option to

6. To view a listing of Frequently Asked Questions, information on. 7. When completing the online application, you have the option to Application Instructions External (Non-Employee) Applicants Note: Current FSU Employees MUST USE OMNI Self Service > Recruiting Activities > Careers, to apply for FSU jobs. Refer to the Job Aid for Internal

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

A Survey on k-means Clustering Algorithm Using Different Ranking Methods in Data Mining

A Survey on k-means Clustering Algorithm Using Different Ranking Methods in Data Mining 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. 4, April 2013,

More information

User s Quick Start Guide

User s Quick Start Guide User s Quick Start Guide Smartphone Screen Desktop Screen Landscape ipad Screen Home Screen Options Home Screen with initial options can be used by any user (including unregistered users). Home Screen

More information

UHCL - Office of Financial Aid How to Apply for UHCL Scholarships

UHCL - Office of Financial Aid How to Apply for UHCL Scholarships UHCL - Office of Financial Aid How to Apply for UHCL Scholarships UHCL offers a variety of Continuing/Current UHCL Scholarships. Some depend on specific program of study, and general scholarships are available

More information

Discovery services: next generation of searching scholarly information

Discovery services: next generation of searching scholarly information Discovery services: next generation of searching scholarly information Article (Unspecified) Keene, Chris (2011) Discovery services: next generation of searching scholarly information. Serials, 24 (2).

More information

HOMEPAGE USABILITY: MULTIPLE CASE STUDIES OF TOP 5 IPTA S HOMEPAGE IN MALAYSIA Ahmad Khairul Azizi Ahmad 1 UniversitiTeknologi MARA 1

HOMEPAGE USABILITY: MULTIPLE CASE STUDIES OF TOP 5 IPTA S HOMEPAGE IN MALAYSIA Ahmad Khairul Azizi Ahmad 1 UniversitiTeknologi MARA 1 HOMEPAGE USABILITY: MULTIPLE CASE STUDIES OF TOP 5 IPTA S HOMEPAGE IN MALAYSIA Ahmad Khairul Azizi Ahmad 1 UniversitiTeknologi MARA 1 khairulazizi@perak.uitm.edu.my Anwar Fikri Abdullah 2 UniversitiTeknologi

More information

USING THE TCC TEACHING PORTFOLIO TOOL

USING THE TCC TEACHING PORTFOLIO TOOL TIDEWATER COMMUNITY COLLEGE USING THE TCC TEACHING PORTFOLIO TOOL (July 24, 2014) The TCC Teaching Portfolio is a tool for the faculty to use in composing their self-evaluation component of the TCC Full-time

More information

USER S GUIDE FOR THE ECONOMICS ELECTRONIC LIBRARY

USER S GUIDE FOR THE ECONOMICS ELECTRONIC LIBRARY USER S GUIDE FOR THE ECONOMICS ELECTRONIC LIBRARY User s Guide for the Economics Electronic Library http://www.bibeco.ulb.ac.be Table of Contents 1. Introduction... 4 2. Overview... 5 3. Search tools...

More information

Destiny Discover. Getting Started with ebooks in Destiny Discover. Log in. With Destiny Discover, it is easy to find, check out and read ebooks.

Destiny Discover. Getting Started with ebooks in Destiny Discover. Log in. With Destiny Discover, it is easy to find, check out and read ebooks. Destiny Discover Getting Started with ebooks in Destiny Discover With Destiny Discover, it is easy to find, check out and read ebooks. Log in Accessing Destiny Discover The way you access Destiny Discover

More information

Interlibrary Loans in PrairieCat using a SHARE-Illinois library account

Interlibrary Loans in PrairieCat using a SHARE-Illinois library account Interlibrary Loans in PrairieCat using a SHARE-Illinois library account A SHARE-Illinois library account gives PrairieCat members access to the SHARE-Illinois project; a cooperative project among a number

More information

Microsoft Office is a collection of programs that you will be already using in school. This includes Word, PowerPoint, Publisher, Excel etc..

Microsoft Office is a collection of programs that you will be already using in school. This includes Word, PowerPoint, Publisher, Excel etc.. i Contents Introduction... 1 What is Office for Personal Devices?... 1 How do I get Office for Personal Devices?... 2 How to download... 3 How to Install... 3 Can My Computer Run It?... 4 Minimum Requirements...

More information

(toll free) Website Wizards Website0Wizard

(toll free) Website Wizards Website0Wizard sales@website-wizards.com 651-323-2010 (toll free) 1-866-476-0226 Website Wizards Website0Wizard Website Services Design SEO Content Advertising Social Media Management Upgrades - Updates About Us: Page:

More information

Deep Web Crawling and Mining for Building Advanced Search Application

Deep Web Crawling and Mining for Building Advanced Search Application Deep Web Crawling and Mining for Building Advanced Search Application Zhigang Hua, Dan Hou, Yu Liu, Xin Sun, Yanbing Yu {hua, houdan, yuliu, xinsun, yyu}@cc.gatech.edu College of computing, Georgia Tech

More information

Professional Service Provider Application Guide

Professional Service Provider Application Guide Professional Service Provider Application Guide Step 1: Click Apply Step 2: Log in or set up a new account NEED A NEW ACCOUNT Click START and then enter in all required fields, then select Next Page. When

More information

Getting the most from your websites SEO. A seven point guide to understanding SEO and how to maximise results

Getting the most from your websites SEO. A seven point guide to understanding SEO and how to maximise results Getting the most from your websites SEO A seven point guide to understanding SEO and how to maximise results About this document SEO: What is it? This document is aimed at giving a SEO: What is it? 2 SEO

More information

HCM 8.9 Business Process Guide Enter Applicant Information. (External Applicant) Last Revised: 01/29/08, 04/04/2011 DRAFT

HCM 8.9 Business Process Guide Enter Applicant Information. (External Applicant) Last Revised: 01/29/08, 04/04/2011 DRAFT HCM 8.9 Business Process Guide Enter Applicant Information (External Applicant) Last Revised: 01/29/08, 04/04/2011 Table of Contents Page Enter Applicant Information/Application... 1 Registration/Login...

More information

Version 2.0. User Guide.

Version 2.0. User Guide. Version 2.0 User Guide www.nzpost-apparel.co.nz Table of Contents 2 Overview 3 Regional Purchasing Agent 4-12 Override Authority 13-16 Branch Manager 17-20 Reporting 21-24 Super Admin 25-34 User Type Access

More information

LC Genre/Form Headings and What They Mean for I-Share Libraries. Prepared by the I-Share Cataloging and Authority Control Team (ICAT)

LC Genre/Form Headings and What They Mean for I-Share Libraries. Prepared by the I-Share Cataloging and Authority Control Team (ICAT) LC Genre/Form Headings and What They Mean for I-Share Libraries Prepared by the I-Share Cataloging and Authority Control Team (ICAT) October 2011 Background The LC Policy and Standards Division (PSD) has

More information

Deduplication of Hospital Data using Genetic Programming

Deduplication of Hospital Data using Genetic Programming Deduplication of Hospital Data using Genetic Programming P. Gujar Department of computer engineering Thakur college of engineering and Technology, Kandiwali, Maharashtra, India Priyanka Desai Department

More information

Metric and Identification of Spatial Objects Based on Data Fields

Metric and Identification of Spatial Objects Based on Data Fields Proceedings of the 8th International Symposium on Spatial Accuracy Assessment in Natural Resources and Environmental Sciences Shanghai, P. R. China, June 25-27, 2008, pp. 368-375 Metric and Identification

More information

CYSE 411/AIT 681 Secure Software Engineering Topic #3. Risk Management

CYSE 411/AIT 681 Secure Software Engineering Topic #3. Risk Management CYSE 411/AIT 681 Secure Software Engineering Topic #3. Risk Management Instructor: Dr. Kun Sun Outline 1. Risk management 2. Standards on Evaluating Secure System 3. Security Analysis using Security Metrics

More information

Introduction. Welcome to PeopleAdmin 7, the new and improved Online Employment System. This system allows applicants to:

Introduction. Welcome to PeopleAdmin 7, the new and improved Online Employment System. This system allows applicants to: Table of Contents 1. Introduction 3 2. Navigation and Security 4 3. Employment Opportunities 5 4. Homepage 6 5. Viewing and Searching Available Positions 7-9 6. Viewing a Posting 10 7. Information to Gather

More information

QUERY RECOMMENDATION SYSTEM USING USERS QUERYING BEHAVIOR

QUERY RECOMMENDATION SYSTEM USING USERS QUERYING BEHAVIOR International Journal of Emerging Technology and Innovative Engineering QUERY RECOMMENDATION SYSTEM USING USERS QUERYING BEHAVIOR V.Megha Dept of Computer science and Engineering College Of Engineering

More information

Customer Care - How to Order Replacement Parts Using RPP

Customer Care - How to Order Replacement Parts Using RPP Customer Care - How to Order Replacement Parts Using RPP February 07 How to Access the site RPP is accessed by entering www.replacementpartspros.com in your web browser: The RPP home/login page is shown

More information

Overview On Methods Of Searching The Web

Overview On Methods Of Searching The Web Overview On Methods Of Searching The Web Introduction World Wide Web (WWW) is the ultimate source of information. It has taken over the books, newspaper, and any other paper based material. It has become

More information

Login. General > Sites General > Levels General > Floor plans General > Accounts General > Geo-Fences

Login. General > Sites General > Levels General > Floor plans General > Accounts General > Geo-Fences Wi-Fi Location Monitor Dashboard 1 Please be aware that the Accuware dashboard is a powerful administration tool based on Javascript, CSS and HTML that uses exactly the same set of Accuware Wi-Fi Location

More information

(Examinees) No R1

(Examinees) No R1 (Examinees) No.201406-R1 1 Attention This manual consists of two parts, each for different types of examinees. Please make sure which examinee type you belong to and read the relevant part of the manual

More information

Form Identifying. Figure 1 A typical HTML form

Form Identifying. Figure 1 A typical HTML form Table of Contents Form Identifying... 2 1. Introduction... 2 2. Related work... 2 3. Basic elements in an HTML from... 3 4. Logic structure of an HTML form... 4 5. Implementation of Form Identifying...

More information

SEARCH & APPLY FOR TEMPORARY HIRE APPLICANT POOL

SEARCH & APPLY FOR TEMPORARY HIRE APPLICANT POOL SEARCH & APPLY FOR TEMPORARY HIRE APPLICANT POOL Overview This step-by-step guide demonstrates how to apply for the Temporary Hire Applicant Pool as an external applicant. External Applicants are individuals

More information

Browse, Check Out, Download ebooks

Browse, Check Out, Download ebooks Our ebooks Your ereaders v.10012010 v.11012010 v.10012011 OverDrive, Inc. 2010 2011 Page 1 1 Browse, Check Out, Download ebooks Learn how to browse, check out, and download OverDrive media from your Union

More information

Interactive Machine Learning (IML) Markup of OCR Generated Text by Exploiting Domain Knowledge: A Biodiversity Case Study

Interactive Machine Learning (IML) Markup of OCR Generated Text by Exploiting Domain Knowledge: A Biodiversity Case Study Interactive Machine Learning (IML) Markup of OCR Generated by Exploiting Domain Knowledge: A Biodiversity Case Study Several digitization projects such as Google books are involved in scanning millions

More information

How do I access the wireless network using a laptop?

How do I access the wireless network using a laptop? Zane State College offers free computer software and software tools to help students achieve success. Below are instructions to install the many software applications offered at Zane State College. How

More information

Computer Buying Tips

Computer Buying Tips Reference Services Division Presents Computer Buying Tips Get the information you need to be a savvy consumer when shopping for your first or next computer. This handout provides an overview of the types

More information

Staff Directory & Online Classroom: A Picture Book

Staff Directory & Online Classroom: A Picture Book Staff Directory & Online Classroom: A Picture Book eleventh in a series By Dennis Sulfsted Technology Coordinator Reading Community City Schools Holly Approved 2007 HRF Publications All current Picture

More information

Next Generation Library Catalogs: opportunities. September 26, 2008

Next Generation Library Catalogs: opportunities. September 26, 2008 Next Generation Library Catalogs: Local developments and research opportunities Derek e Rodriguez, TRLN September 26, 2008 Overview Introduction to TRLN Scope and goals of the TRLN Endeca Project Project

More information

Parent User Guide.

Parent User Guide. Parent User Guide www.intellimedia.ca Table of Contents INTRODUCTION 3 PARENT USER INSTRUCTIONS 4 PARENT ACCESS TO SCHOOLENGAGE 5 NEW PARENT SIGN UP 5 EXISTING PARENT SIGN IN PARENT PORTAL 7 EXISTING PARENT

More information