Customizing Your WebOPAC

Size: px
Start display at page:

Download "Customizing Your WebOPAC"

Transcription

1 Wright State University CORE Scholar University Libraries' Staff Publications University Libraries Customizing Your WebOPAC Leigh Ann Duncan Wright State University - Main Campus, leigh.duncan@wright.edu Follow this and additional works at: Part of the Information Literacy Commons Repository Citation Duncan, L. A. (2002). Customizing Your WebOPAC.. This Presentation is brought to you for free and open access by the University Libraries at CORE Scholar. It has been accepted for inclusion in University Libraries' Staff Publications by an authorized administrator of CORE Scholar. For more information, please contact corescholar@ library-corescholar@wright.edu.

2 Learn how easy it is to customize your WebOPAC from beginning to end! By Leigh French Systems Librarian Wright State University

3 Step One: Set Goals 1. Improve the look of the site 2. Add functionality new menu options, drop-down boxes 3. Make the site usable

4 Step Two: Find Examples 1. Look at other sites: 2. View the III example WebOPAC

5 Step Three: Define criteria 1. *Useful, Consistent, Efficient, Understandable, Options, Control 2. Consider the look of the main library website *Tennant, Roy. User Design Interface: Some Guiding Principles. Library Journal; New York, Oct 15, 1999.

6 Step Four: Create Sample Pages 1. Incorporate criteria 2. Use different design ideas 3. Get opinions from varying groups: students, faculty, other librarians 4. Conduct usability tests

7 I Customizing Your WebOPAC I m M _ W_ S_U_&_ A_ffi_ili_at_e_s L_i_br_a~ry_C_a_tal_o~g Wright State University Libraries TITLE 6l.IJHQg AUTHOR and TITLE combined KEYWORD in Title, Series, Sub jects, etc. SUBJECT Headings MEDICAL SUBJECT Htadinas Call Numbe r: (LIBRARY OF CONGRESSl[illM)(GOV DOCSl (LOCAL[ DEWEYJ Olher Nvmber: l~ l~ IQit:ifEJ SEARCH OHIOLINK CENTRAL CATALOG Reserve I.ts by COURSE NAME or INSTRUCTOR NAME VIEW YOUR OWN CIRCULATION RECORD Frx r.;:i:im~rl-r CJfld 11,11;J g ~rti":in1, p ~a.ra c onw: W'itb f\kmoogir W1igN.Sklki t.jmr ~ru ~!JJl'Q(i-;i.1 LCl$ff\'1M i'liecl 2!'20Jn 't-:;n1:=n:::11.-i..- 1:r 7._ Ji Library Catalog m ---Wi Search the catalog by: e Title Author ~ndauthor Keyword LC Subject Heading Medical Subject Heading Call Numbers LIBRARY Of COllGRESS 1 lllm GOV DOCS I LOCAL/DEWEY Other Numbers I SBN~SSN I OCLC I OTHER -r-ig_h_t -St-a-te_U_n_i-ve-rs_i_ty_&_Af_fi_1l~ia-te_s_L_ib_r_ar~ie~s Help: How do I borrow books? How do I read call numbers? Where do I look for books? Other Services: Course Reserves View Your Own Record Depository Article Request lnterlibrarv Loan Request Ē Text Catalog- search our catalog in a te ~ t-onl y format Com tbht ln1om:.tion 1999 Fm more infofy'i"ll)fion contact: Web Manage~ Lost cpcbted 04 Decembe r

8 I Customizing Your WebOPAC I rex1 ortty Yersionoi1riew:su co ra100 Library Catalog m----wi-r-ig_h_t_s_t-at_e_u_n_i_v-er-s-ity_&_af_fi... l i'-- at_e_s_l-ib_r_a-ri~es Search the library catalog by I K'"" "' tor: J Search Tips: Kevword Tille ~ Tille and Author LC Sub ject Headirig M d1cal Svb1 ct H ad1na Call Nvmbers: Lli i ARY Of COHGRIOS I HLM I GOV DO CS I LOCAUDF«EY o ther Numbers: ~i Hl lssh I OCLC I 01HEI Other Services: CooYM t t'rlotrriati ori 1999 ~r mon=, t-rk :itt11o:diori cont.:.cl: Web Mor.og~r last upooti?:d 01 ~bructr,' 2001 ~ Text Catalog Course ReseNe~ View Your Own Record D 0 " " Siforv Article Re~ 0 0 f lnterlibrarv Loan Reaves! Fe Library Catalog m---wi-r-ig_h_t_s-ta_t_e_u_n_i_ve-r-s1-. ty_&_afi_6_1_,. lia'-t-e-s -L-ib-r-ar_.i..u es Search the catalog for: Title LC Subject Heading - Title and Author Call Numbers Librilrv ot Con11res:s Niltionill Li braro ofme:dicine C.ov D.:ics I LoGa l/drnt":v Course Reserves Medical Subject Headings Other Numbers ISBN~SSN l ~ l.!l..!.!i l. View Your Own Record Text Catalog - search our catalog 1n a text-only format Help: How do I borrow books? How do I read call numbers? Where do I look for books? Other Services: Deposi1ory Miele Request Interl ibra ry Loan Request

9 Step Five: Select Final Design

10 Inserting an Image Map (Banner includes hyperlink) Linked to another page on the library s website

11 Inserting an Image Map 1. Create map code in an html page; upload that page in the screens directory on your Innopac server 2. Paste map code into the static srchhelp pages 3. Reference the html page in your wwwoptions file using Our code: <MAP NAME="banner"> <AREA SHAPE="rect" COORDS="0,0,600,64" HREF="/screens/opacmenu.html"> <AREA SHAPE="rect" COORDS="481,69,593,92" HREF=" </MAP> <CENTER><IMG SRC="/screens/ban_catalog2.gif" BORDER=0 ALT="Library Catalog" USEMAP="#banner" WIDTH="600" HEIGHT="96"></CENTER>

12 Adding Drop-down Boxes Index box Search Box Scoping box Search button

13 Index box javascript: <TR><TD COLSPAN="2" ALIGN="center"> <P><FORM METHOD="GET" ACTION="/search/~"> <B>Search the library catalog by</b> <SELECT NAME="searchtype"> <OPTION VALUE="X">Keywords</OPTION> <OPTION VALUE="t">Title </OPTION> <OPTION VALUE="a">Author </OPTION> <OPTION VALUE="d">L.C. Subject Heading</OPTION> <OPTION VALUE="j">Medical Subject Heading</OPTION> </SELECT> <P>

14 Search box javascript: <B>for:</B> <INPUT TYPE="TEXT" NAME="searcharg" SIZE="40" MAXLENGTH="75"> Search button javascript: <INPUT TYPE="hidden" NAME="SORT" VALUE="D"> <INPUT TYPE="SUBMIT" VALUE="Search"><BR> </FORM>

15 Scoping box javascript: <P><FORM METHOD="GET" ACTION="/search/~"> <B>in:</B> <SELECT NAME="searchscope"> <OPTION VALUE="6">Entire Collection</OPTION> <OPTION VALUE="1">Journals </OPTION> <OPTION VALUE="2">Reference </OPTION> <OPTION VALUE="3">Media</OPTION> <OPTION VALUE="4">Music</OPTION> <OPTION VALUE="5">Online Resources</OPTION> </SELECT>

16 Example wwwoptions: BODYPARAM=BACKGROUND="/screens/1603.gif RESET_SCOPE=true XSTARTOVER=/screens/opacmenu.html DROP_DOWN=atdX Example graphic buttons: BUT_ANOTHER=/screens/another.gif BUT_BIBEXPORT=/screens/bibexport.gif BUT_BOOKING=/screens/bookitem.gif BUT_BRIEF=/screens/brief.gif

17 Add maps to your catalog: In the wwwoptions file, add the following code: LOC_03000= (LOC_[branch location code]=[link to server where image is stored]) NOTE: These images can be stored in your Innopac /screens/ directory or on another server

18 Step Six: Implement Design 1. Create html and javascripting as needed within the opacmenu.html screen 2. Add to wwwoptions file as needed

19 Help options: 1. CSDirect Proceedings from past IUG Conferences

20 Questions? Comments? Leigh French Systems Librarian Wright State University (937) catalog:

WebOPAC Page Editing and Design

WebOPAC Page Editing and Design Wright State University CORE Scholar University Libraries' Staff Publications University Libraries 4-25-2003 WebOPAC Page Editing and Design Leigh Ann Duncan Wright State University - Main Campus, leigh.duncan@wright.edu

More information

Follow this and additional works at: Part of the Information Literacy Commons

Follow this and additional works at:  Part of the Information Literacy Commons Wright State University CORE Scholar University Libraries' Staff Publications University Libraries 10-7-2016 Circulation Rules Leigh Ann Duncan Wright State University - Main Campus, leigh.duncan@wright.edu

More information

LIBRARY RESEARCH AT TERRA STATE COMMUNITY COLLEGE. Tips for On-Campus & Online Students

LIBRARY RESEARCH AT TERRA STATE COMMUNITY COLLEGE. Tips for On-Campus & Online Students LIBRARY RESEARCH AT TERRA STATE COMMUNITY COLLEGE Tips for On-Campus & Online Students Introduction Though the Fremont campus may be near or far, you can always perform quality research using scholarly

More information

How to Place Holds for ECU Libraries Materials

How to Place Holds for ECU Libraries Materials How to Place Holds for ECU Libraries Materials Use the Place Hold feature in the Catalog to have materials pulled and held at the Circulation desk for you or to have checked out items held for you upon

More information

Guide to Using Consumer Health Complete

Guide to Using Consumer Health Complete A guide to finding information in Roberts-LaForge Library Guide to Using Consumer Health Complete What is Consumer Health Complete? Consumer Health Complete is a full text EBSCOhost database which provides

More information

Course Reserves How-Tos for Faculty

Course Reserves How-Tos for Faculty Course Reserves How-Tos for Faculty Attention graduate students teaching classes: To receive Faculty privileges in Ares, you will need to contact the Course Reserves unit directly at 352-273-2520 to have

More information

Usability Test Report: Link 2.0 1

Usability Test Report: Link 2.0 1 Usability Test Report: Link 2.0 1 Summary Emily Daly and Ian Sloat conducted usability testing on the functionality of the Get it @Duke sidebar. The test was conducted at the temporary main entrance of

More information

Reserve: Reserve adding course for multiple lecturers

Reserve: Reserve adding course for multiple lecturers Reserve: Reserve adding course for multiple lecturers COURSE RESERVE IN ALMA A Reserve item is an item that an instructor has requested to be placed in the Reserve materials collection for an academic

More information

Discover...Books, Articles, Everything in a Single Search!

Discover...Books, Articles, Everything in a Single Search! Georgia Southern University Digital Commons@Georgia Southern Library Faculty Presentations Faculty Research and Publications 11-2-2012 Discover...Books, Articles, Everything in a Single Search! Debra G.

More information

Your library. PubSub: a guide for online submission to IRep.

Your library. PubSub: a guide for online submission to IRep. Your library PubSub: Your library PubSub: Accessing PubSub PubSub can be accessed direct from http://joyce.ads.ntu.ac.uk/pubsub. You will be prompted for your University username and password. If you are

More information

Using link resolver reports for collection management

Using link resolver reports for collection management Library Faculty Publications Library Faculty/Staff Scholarship & Research 3-2009 Using link resolver reports for collection management Eva Stowers University of Nevada, Las Vegas, eva.stowers@unlv.edu

More information

The College Learning Resources : An Orientation Sunanta Wongchalee, MPH Tel: , 88199

The College Learning Resources : An Orientation Sunanta Wongchalee, MPH   Tel: , 88199 The College Learning Resources : An Orientation 2016 Sunanta Wongchalee, MPH E-mail: wsunanta@chula.ac.th Tel: 0 2218-8047, 88199 1 Agenda How to use a computer room, accessing to the Internet in and off

More information

A PGI LIBRARY TUTORIAL

A PGI LIBRARY TUTORIAL A PGI LIBRARY TUTORIAL EBSCOHOST DATABASES Part III III. SAVING AND E-MAILING SEARCH RESULTS AND SEARCHES E-mailing results From the results page, click on the article title as shown below. Once you display

More information

Searching ATLAReligion with ATLASerials. Table of Contents

Searching ATLAReligion with ATLASerials. Table of Contents Searching ATLAReligion with ATLASerials Table of Contents Searching ATLAReligion with ATLASerials...2 Searching using ATLA...2 To Conduct an ATLA Search...3 A Word About Using Citations...6 Printing Your

More information

After the Usability Study: Making Website Changes Based upon Results

After the Usability Study: Making Website Changes Based upon Results After the Usability Study: Making Website Changes Based upon Results 2016 VLACRL Conference Within-A-Conference 2016 VLA Conference October 28, 2016 The Omni Homestead Resort Hot Springs, VA Terry W. Brandsma

More information

Next-Generation Melvyl Pilot supported by WorldCat Local: The Future of Searching

Next-Generation Melvyl Pilot supported by WorldCat Local: The Future of Searching Next-Generation Melvyl Pilot supported by WorldCat Local: The Future of Searching The UNIVERSITY of CALIFORNIA LIBRARIES Call To Action The University of California Bibliographic Services Task Force Report,

More information

Getting Them There: A Small-Scale Usability Test of a University Library Website

Getting Them There: A Small-Scale Usability Test of a University Library Website City University of New York (CUNY) CUNY Academic Works CUNY Library Assessment Conference Conference Proceedings 6-6-2014 Getting Them There: A Small-Scale Usability Test of a University Library Website

More information

PONCE HEALTH SCIENCES UNIVERSITY

PONCE HEALTH SCIENCES UNIVERSITY PONCE HEALTH SCIENCES UNIVERSITY ACCESSING THE LIBRARY CATALOGUE AND THE DATABASES USING ATHENS PONCE HEALTH SCIENCES UNIVERSITY FUNDACION ANGEL RAMOS LIBRARY Online Catalogue ACCESING LIBRARY CATALOGUE

More information

Working Together to Get It For Them. ILL and Document Delivery at the UNT Libraries Pamela Johnston/University of North Texas March 16, 2016

Working Together to Get It For Them. ILL and Document Delivery at the UNT Libraries Pamela Johnston/University of North Texas March 16, 2016 Working Together to Get It For Them ILL and Document Delivery at the UNT Libraries Pamela Johnston/University of North Texas March 16, 2016 UNIVERSITY OF NORTH TEXAS 37,000 + Students 4 libraries in Denton

More information

About this resource guide

About this resource guide Introduction to Library Resources for MPH Students 2 Contents Contents...3 About this resource guide...3 Your librarians...4 Overview of Johns Hopkins Library System...5 Finding course readings: e-reserves...5

More information

Web vs Library Research Databases

Web vs Library Research Databases Web vs Library Research Databases 1. Introduction 1.1 Start Web Versus Library Research Databases. 1.2 Welcome! Welcome to Web Versus Library Research Databases tutorial! You can listen to or view the

More information

Information Resources for Psychology and Psychiatry

Information Resources for Psychology and Psychiatry University of Miami Scholarly Repository Faculty Research, Publications, and Presentations Department of Health Informatics 8-27-2015 Information Resources for Psychology and Psychiatry Carmen Bou-Crick

More information

Accessing SOLAR. Go to the Library Homepage css.edu/library and select SOLAR.

Accessing SOLAR. Go to the Library Homepage css.edu/library and select SOLAR. SOLAR Searching Online Library Academic Resources Solar allows you to search for books and videos in our Library s catalog and at the same time search for articles in all of our EBSCO brand databases as

More information

MLA International Bibliography

MLA International Bibliography Rodney A. Briggs Library MLA International Bibliography Provided by EBSCO and produced by the Modern Language Association, the MLA International Bibliography offers detailed bibliographic records of journal

More information

Usability Test Report: get Interface 1

Usability Test Report: get Interface 1 Usability Test Report: get it@duke Interface 1 Summary Emily Daly, Bendte Fagge, and Candy Guevarra conducted usability testing on the functionality of the get it@duke interface. The test was held outside

More information

EBSCO MegaFILE. Basic and Advanced Searching. Rodney A. Briggs Library

EBSCO MegaFILE. Basic and Advanced Searching. Rodney A. Briggs Library Rodney A. Briggs Library EBSCO MegaFILE EBSCO MegaFILE is comprised of the databases Academic Search Premier, MasterFILE Premier, Business Source Premier, and Regional Business News. It provides full text

More information

How to use EBSCOhost Research Databases

How to use EBSCOhost Research Databases How to use EBSCOhost Research Databases In EBSCOhost you can search the following database resources: SPORTDiscus with Full Text, Academic Search Premier, Business Source Premier, CINAHL Plus with Full

More information

Spring 2014 Interim. HTML forms

Spring 2014 Interim. HTML forms HTML forms Forms are used very often when the user needs to provide information to the web server: Entering keywords in a search box Placing an order Subscribing to a mailing list Posting a comment Filling

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

Creating a Google Scholar Account and using BibTeX to import to Faculty180-1

Creating a Google Scholar Account and using BibTeX to import to Faculty180-1 Creating a Google Scholar Account and using BibTeX to import to Faculty180-1 PART 1: Creating a Google Scholar Account Credit: http://blog.impactstory.org/impact-challenge-day-3-google-scholar/ (accessed

More information

Audio Visual Handbook

Audio Visual Handbook Wright State University CORE Scholar Wright State University Brochures University Archives January 1970 Audio Visual Handbook Wright State University Follow this and additional works at: http://corescholar.libraries.wright.edu/

More information

Library Resource Management Systems, Inc.

Library Resource Management Systems, Inc. LRMS Cataloging Genesis G3 Cataloging Basics Move a MARC Record and any Copies Why use this feature? Simply described this feature provides the means to Manage Cataloging problems faced by the library

More information

User-Centered Evaluation of a Discovery Layer System with Google Scholar

User-Centered Evaluation of a Discovery Layer System with Google Scholar Purdue University Purdue e-pubs Libraries Faculty and Staff Scholarship and Research Purdue Libraries 2013 User-Centered Evaluation of a Discovery Layer System with Google Scholar Tao Zhang Purdue University,

More information

Unleashing Release 2006 on your Public WebOPAC

Unleashing Release 2006 on your Public WebOPAC Unleashing Release 2006 on your Public WebOPAC Mark Strang Bowling Green State University Eastern Great Lakes Innovative Users Group Annual Conference October 20, 2006 Toledo-Lucas County Public Library

More information

Last summer during the Web Pac Pro. decided to try to find a create way to utilize the new Feed Reader pages.

Last summer during the Web Pac Pro. decided to try to find a create way to utilize the new Feed Reader pages. Easy as Pie Amelia Osterud, Carroll College and Katie Sanders, Carroll College Last summer during the Web Pac Pro upgrade, Carroll College librarians decided to try to find a create way to utilize the

More information

Information Resources for Psychology and Psychiatry

Information Resources for Psychology and Psychiatry University of Miami Scholarly Repository Faculty Research, Publications, and Presentations Department of Health Informatics 7-6-2017 Information Resources for Psychology and Psychiatry Carmen Bou-Crick

More information

Implementing Web-Scale Discovery in an Academic Research Library

Implementing Web-Scale Discovery in an Academic Research Library Implementing Web-Scale Discovery in an Academic Research Library Usability Testing November 2008 Tammy Allgood, Web Services Librarian Evaluation of library web site home page July 2009 Tammy Allgood,

More information

Full Issue: vol. 45, no. 4

Full Issue: vol. 45, no. 4 Sci-Tech News Volume 45 Issue 4 Article 14 December 1991 Full Issue: vol. 45, no. 4 Follow this and additional works at: http://jdc.jefferson.edu/scitechnews Let us know how access to this document benefits

More information

Reserve: ALMA Reserve

Reserve: ALMA Reserve Reserve: ALMA Reserve COURSE RESERVE IN ALMA A Reserve item is an item that an instructor has requested to be placed in the Reserve materials collection for an academic period. These instructions currently

More information

There are live links to the web sites listed in this document on the Library Resource Page. Take a look at the Subject Guides

There are live links to the web sites listed in this document on the Library Resource Page. Take a look at the Subject Guides Research Project~Gassert~ Grade 10 Sources to Consider: Please use the Library Resource Page: http://www.tulpehocken.org/library.aspx Bookmark the Site Links to the Library Web Site are on the Student

More information

Electronic Thesis and Dissertation Tutorial: Submitting an ETD to SFA ScholarWorks

Electronic Thesis and Dissertation Tutorial: Submitting an ETD to SFA ScholarWorks Stephen F. Austin State University SFA ScholarWorks Library Faculty and Staff Publications Ralph W. Steen Library 5-13-2016 Electronic Thesis and Dissertation Tutorial: Submitting an ETD to SFA ScholarWorks

More information

INFORMATION SEARCH STRATEGY. RESEARCH AND INFORMATION SERVICES DIVISION Perpustakaan Sultan Abdul Samad Universiti Putra Malaysia

INFORMATION SEARCH STRATEGY. RESEARCH AND INFORMATION SERVICES DIVISION Perpustakaan Sultan Abdul Samad Universiti Putra Malaysia RE AND SERVICES DIVISION Perpustakaan Sultan Abdul Samad Universiti Putra Malaysia 2017-2018 OUTLINE INTRODUCTION OBJECTIVE BASIC IN 7 STEPS TOOLS/ @ PSAS SCOPUS JET P INCITES JCR UPM IR, e-theses, SUBJECT

More information

Hyperlinks, Tables, Forms and Frameworks

Hyperlinks, Tables, Forms and Frameworks Hyperlinks, Tables, Forms and Frameworks Web Authoring and Design Benjamin Kenwright Outline Review Previous Material HTML Tables, Forms and Frameworks Summary Review/Discussion Email? Did everyone get

More information

Technical Guide Login Page Customization

Technical Guide Login Page Customization Released: 2017-11-15 Doc Rev No: R2 Copyright Notification Edgecore Networks Corporation Copyright 2019 Edgecore Networks Corporation. The information contained herein is subject to change without notice.

More information

How to Place an Interlibrary Loan (ILL)

How to Place an Interlibrary Loan (ILL) How to Place an Interlibrary Loan (ILL) What is Interlibrary Loan (ILL)? Interlibrary Loan is a system that libraries nationwide participate in, which allows their patrons to borrow from a larger network

More information

NUR510 Library Orientation 2016

NUR510 Library Orientation 2016 NUR510 Library Orientation 2016 You have the SAME access as the on-campus students delivery is different Books/videos mailed to your home; postage-paid label included. ebooks and full-text electronic articles

More information

WEB ARCHIVE COLLECTING POLICY

WEB ARCHIVE COLLECTING POLICY WEB ARCHIVE COLLECTING POLICY Purdue University Libraries Virginia Kelly Karnes Archives and Special Collections Research Center 504 West State Street West Lafayette, Indiana 47907-2058 (765) 494-2839

More information

New RefWorks Guide. Setting up New RefWorks Access RefWorks UTS: LIBRARY

New RefWorks Guide. Setting up New RefWorks Access RefWorks UTS: LIBRARY UTS: LIBRARY New RefWorks Guide Setting up New RefWorks Access RefWorks Go to the library homepage and search the catalogue for RefWorks Click on Available and select New RefWorks Login using your UTS

More information

CINAHL. 1. Go to the Library Homepage, which can be found at

CINAHL. 1. Go to the Library Homepage, which can be found at CINAHL Finding the Article: 1. Go to the Library Homepage, which can be found at http://www.css.edu/library.xml 2. Click on the Find Articles link. 3. Scroll through the list to CINAHL Plus with Full-text,

More information

Introduction of Kun-Yen Medical Library Database Search: September 18, 20, 26, :10-13:20

Introduction of Kun-Yen Medical Library Database Search: September 18, 20, 26, :10-13:20 Introduction of Kun-Yen Medical Library Database Search: & September 18, 20, 26, 2018 12:10-13:20 Welcome!! Your very first course at Kun-Yen Medical Library. I am Jayden Chou Reference Librarian You can

More information

Section 4 Course Reserves Overview

Section 4 Course Reserves Overview Overview Aleph 500,.0 Last update: November 11, 2004 Table of Contents Start Menu..10 Obtain a List of Materials for a Course..5 Standard Methods Creating a list of Materials in the Web OPAC Course Records.11

More information

Communication & Mass Media Complete

Communication & Mass Media Complete Rodney A. Briggs Library Communication & Mass Media Complete Provided by EBSCO, Communication & Mass Media Complete (CMMC) provides access to a range of scholarly and popular publications in areas related

More information

What services do you get with a cataloging contract? US/cataloging subscription.html

What services do you get with a cataloging contract?  US/cataloging subscription.html Agenda: Introductions Review of services and resources available for Illinois libraries Overview of WorldShare and WorldCat the intersection of workflow and data access Demonstration of the Illinois Group

More information

Class Search. Following this navigation, select Class Search: Enroll & Pay > Student Center > Search For Classes

Class Search. Following this navigation, select Class Search: Enroll & Pay > Student Center > Search For Classes Class Search Class Search allows viewing of the classes scheduled for a particular term.there are several locations from which a Class Search may originate, including various enrollment functions. Following

More information

Guide to SciVal Experts

Guide to SciVal Experts Guide to SciVal Experts Contents What is SciVal Experts and How Can I Benefit From It?....... 3 How is My Profile Created?... 4 The SciVal Experts Interface.... 5-6 Organization Home Page Unit Individual

More information

Riga Technical University 2018.

Riga Technical University 2018. Riga Technical University 2018. 1 Riga Rīgas Tehniskā universitāte 2 Riga Technical University 3 Campus on the Isle 4 Campus 5 RTU Scientific library from changes to challenges 6 History Founded in 1862.

More information

Voyager Catalog: Survival Guide

Voyager Catalog: Survival Guide Voyager Catalog: Survival Guide >What is Voyager? Voyager is an online catalog that helps you locate books, ebooks, videos, and periodicals (e.g. magazines and journals). >How do I find Voyager? You can

More information

Blackboard 5 Level One Student Manual

Blackboard 5 Level One Student Manual Blackboard 5 Level One Student Manual Blackboard, Inc. 1899 L Street NW 5 th Floor Washington DC 20036 Copyright 2000 by Blackboard Inc. All rights reserved. No part of the contents of this manual may

More information

Research Port Basics

Research Port Basics Research Port Basics Research Port is a portal or gateway which allows you to connect to the library s resources from any location whether you are on or off campus. You must register your I.D. card with

More information

USAHS Library Policy and Procedures on Circulation

USAHS Library Policy and Procedures on Circulation USAHS Library Policy and Procedures on Circulation The University of St. Augustine for Health Sciences (USAHS) Library lends books, DVDs, treatment tables, bone models, and other materials to students,

More information

A personal research assistant. Inside your browser.

A personal research assistant. Inside your browser. Home Documentation Forums For Developers Blog About A personal research assistant. Inside your browser. Introductory Screencasts The best way to get started with Zotero is to watch our Tour and Demo. Click

More information

Gauging the User: TESTING THE UX IN AN INSTITUTIONAL REPOSITORY AFTER AN ACADEMIC LIBRARY AND A PUBLISHER COLLABORATE

Gauging the User: TESTING THE UX IN AN INSTITUTIONAL REPOSITORY AFTER AN ACADEMIC LIBRARY AND A PUBLISHER COLLABORATE Gauging the User: TESTING THE UX IN AN INSTITUTIONAL REPOSITORY AFTER AN ACADEMIC LIBRARY AND A PUBLISHER COLLABORATE Laura Spears, PhD Assessment Librarian laura.spears@ufl.edu Chelsea Dinsmore, MLIS

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

Portal Integration. What Works at Plymouth State University IUG 2005 San Francisco

Portal Integration. What Works at Plymouth State University IUG 2005 San Francisco Portal Integration What Works at Plymouth State University IUG 2005 San Francisco Elaine S. Allard, Systems Librarian Casey Bisson, Library Systems Plymouth State University Lamson Library Building on

More information

Requesting Interlibrary Loans (ILL) at Bell Library

Requesting Interlibrary Loans (ILL) at Bell Library Requesting Interlibrary Loans (ILL) at Bell Library When the Bell Library does not have articles, books, or other documents that current TAMUCC students, faculty, and staff need, the Interlibrary Loan

More information

Interlibrary Loan (ILL)

Interlibrary Loan (ILL) Interlibrary Loan (ILL) Interlibrary loan (ILL) is a service allowing library items to be made available from one library system to another. We borrow books, audiobooks, videos, DVDs, CDs and articles

More information

2009 Meeting Akron-Summit County Public Library Akron, OH September 25, 2009

2009 Meeting Akron-Summit County Public Library Akron, OH September 25, 2009 2009 Meeting Akron-Summit County Public Library Akron, OH September 25, 2009 s More than a conference: How the IUG can help you! Joe Reimers University of Notre Dame This session is intended to provide

More information

Meeting the Accessiblity Standards for Digital Content at CSU

Meeting the Accessiblity Standards for Digital Content at CSU Cleveland State University EngagedScholarship@CSU Michael Schwartz Library Publications Michael Schwartz Library 5-2018 Meeting the Accessiblity Standards for Digital Content at CSU Marsha Miles Cleveland

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

ILLiad for Office Delivery

ILLiad for Office Delivery ILLiad for Office Delivery RONALD FIGUEROA MANAGER, DELIVERY, INTERLIBRARY LOAN & COURSE RESERVE SHARING BREAKTHROUGHS - 2017 OCLC RESOURCE SHARING CONFERENCE MARCH 15TH 2017 ILLIAD FOR OFFICE DELIVERY

More information

Welcome! The Clarion University Libraries. In This Issue Welcome! CU Libraries Links: Inside The Clarion University Libraries

Welcome! The Clarion University Libraries. In This Issue Welcome! CU Libraries Links: Inside The Clarion University Libraries August 27, 2013 The Clarion University Libraries Volume 9, Number 1 In This Issue Welcome! Libraries Services And Hours Carlson Lab S.W.A.T. Team Library Tip: ID Cards Faculty Tip: Library Staffing Update

More information

Search within database for citations. Click on PDF or Full text icon when available. No PDF or HTML link? Select Check for Full DML icon

Search within database for citations. Click on PDF or Full text icon when available. No PDF or HTML link? Select Check for Full DML icon Help Guide: Finding Articles Within DML Databases Below is a decision tree to assist persons served by Dahlgren Memorial Library with obtaining journal articles found using a database (ex. PubMed, CINAHL,

More information

Managing and Mining Full-Text with QUOSA

Managing and Mining Full-Text with QUOSA University of Miami Scholarly Repository Faculty Research, Publications, and Presentations Department of Health Informatics 8-1-2011 Managing and Mining Full-Text with QUOSA Mary Moore PhD University of

More information

EBSCO Library User Guide

EBSCO Library User Guide EBSCO Library User Guide To access the EBSCO Library 1. Go to your module page 2. Scroll down to the Online Library 3. Click the link Launch EBSCO Library You will then see the screen below. This will

More information

Scuole di dottorato in Bioscienze e biotecnologie e Scienze biomediche sperimentali WEB OF SCIENCE

Scuole di dottorato in Bioscienze e biotecnologie e Scienze biomediche sperimentali WEB OF SCIENCE WEB OF SCIENCE WEB OF SCIENCE COVERAGE: multidisciplinary TIME RANGE: 1985- DOCUMENT TYPES: articles, proceedings papers, books WEB OF SCIENCE: SEARCH you can add one or more search field you can limit

More information

Content Management Web Page Editing:

Content Management Web Page Editing: Content Management Web Page Editing: http://www.entomology.ksu.edu Logging Onto the System... 2 The Intranet... 4 Editing your Personal Page... 5 Step 1: General Information... 7 uploading a picture...

More information

THURGOOD MARSHALL SCHOOL OF LAW LIBRARY Pathfinder Series Daniel A. Brackmann, Electronic Resources Librarian Revised May 2015.

THURGOOD MARSHALL SCHOOL OF LAW LIBRARY Pathfinder Series Daniel A. Brackmann, Electronic Resources Librarian Revised May 2015. THURGOOD MARSHALL SCHOOL OF LAW LIBRARY Pathfinder Series Daniel A. Brackmann, Electronic Resources Librarian Revised May 05 LegalTrac About the Database Gale s LegalTrac provides citations for over 500

More information

Banner SSB Job Aid Class List Look-up

Banner SSB Job Aid Class List Look-up Banner SSB Job Aid Class List Look-up Follow these steps to look-up CRN/Classes in Student Self Service Banner (SSB): 1. Open Internet Explorer 2. If your home page does not default to the GVSU home page,

More information

UC Irvine Law Library Website Usability Project Initial Presentation

UC Irvine Law Library Website Usability Project Initial Presentation UC Irvine Law Library Website Usability Project Initial Presentation Informatics 132 Prof. Alfred Kobsa Spring 2011 April 18, 2011 Group Members Julie Darwish Michelle Houang Marcel Pufal Ryan Wade Law

More information

Welcome to the USF Computer Store Web Store. Or navigate directly to:

Welcome to the USF Computer Store Web Store. Or navigate directly to: Welcome to the USF Computer Store Web Store Access via: http://www.usf.edu/techpurchases/ for complete USF Tech Purchases guidelines Or navigate directly to: https://usm.channelonline.com/bellind/usfstore/login/?destination=/bellind/usfstore/

More information

Calder Library Resident Orientation

Calder Library Resident Orientation University of Miami Scholarly Repository Faculty Research, Publications, and Presentations Department of Health Informatics 1-1-2015 Calder Library Resident Orientation Carmen Bou-Crick University of Miami

More information

Periodicals Tutorial

Periodicals Tutorial Periodicals Tutorial Periodicals Module Introduction Periodical articles are a good source of current information. Online periodical indexes/databases are the best way to locate these articles. Databases

More information

Library Staff Instructions

Library Staff Instructions Requesting and Providing Items Request Procedure Library Staff Instructions 1. Login and Search for the title. 2. Click on the title to review holdings. 3. Click on the Request button for the request form.

More information

LIT LIBRARY DISCOVER!

LIT LIBRARY DISCOVER! LIT LIBRARY DISCOVER! QUICK START GUIDE WHAT IS DISCOVER! Discover! is a powerful search engine provided by EBSCO that allows libray researchers to discover material of all sorts through a single search

More information

Information retrieval Database researches and teaching staff and students at the Charité

Information retrieval Database researches and teaching staff and students at the Charité Information retrieval Database researches and teaching staff and students at the Charité Dr. Gabriele Menzel Rome, 20.01.2017 Charité Universitaetsmedizin Berlin Medical Library gabriele.menzel@charite.de

More information

Future Trends of ILS

Future Trends of ILS Held at The Hong Kong Institute of Education 24 April 2015 Future Trends of ILS K.T. Lam The Hong Kong University of Science and Technology Library lblkt@ust.hk, orcid.org/0000-0003-2625-9419 Last revised:

More information

Library Search Quick Guide

Library Search Quick Guide Library Search Quick Guide What Is Library Search? Library Search is like Google for the library's print and electronic resources. Library Search helps you find print books, ebooks, journal articles, videos,

More information

Unleashing Release 2006 on your Public WebOPAC

Unleashing Release 2006 on your Public WebOPAC Unleashing Release 2006 on your Public WebOPAC Mark Strang Bowling Green State University Eastern Great Lakes Innovative Users Group Annual Conference October 20, 2006 Toledo-Lucas County Public Library

More information

Usability Study of the Coates Library Website at Trinity University: Two Years Later

Usability Study of the Coates Library Website at Trinity University: Two Years Later Trinity University Digital Commons @ Trinity Library Faculty Research Coates Library 7-2-2008 Usability Study of the Coates Library Website at Trinity University: Two Years Later Benjamin R. Harris Trinity

More information

T p o p T e T chn h o n l o o l g o i g e i s & T r T end n s Roy Tennant

T p o p T e T chn h o n l o o l g o i g e i s & T r T end n s Roy Tennant Top Technologies & Trends Roy Tennant Caveats and Considerations Just a few trends I see, not all Things change rapidly Consider how these trends may impact your particular situation The Trends Mass Digitization

More information

Using OCLC FirstSearch to Obtain a List of Your Library s Serial Titles

Using OCLC FirstSearch to Obtain a List of Your Library s Serial Titles Using OCLC FirstSearch to Obtain a List of Your Library s Serial Titles Revised December 7, 2011 Originally created for use by Resource Sharing Alliance (RSA) members by Erica Laughlin, Resource Sharing

More information

Library Staff Instructions

Library Staff Instructions Library Staff Instructions Table of Contents How to Register 1 Figure 1: Home Page 1 Figure 2: Create new account 3 Managing Your Account 4 Figure 3: Filter Own System 4 Managing Library Options 5 Figure

More information

The home of Junior Librarian.net Classic features the book interface. The book interface hosts a number of interactive links that you can click on.

The home of Junior Librarian.net Classic features the book interface. The book interface hosts a number of interactive links that you can click on. Click on Other Libraries to visit MLSLibraries.net and library catalogues outside of your school. Quick Start Guide Click on Circulate to issue and return books to one student at a time. The home of Junior

More information

Moodle first steps tutor guide

Moodle first steps tutor guide Moodle first steps tutor guide This Guide shows tutors: how to login to CUOnline Moodle the structure of the hub page listing your modules the home page of a module and how to edit it and add resources

More information

Discovering Information through Summon:

Discovering Information through Summon: Discovering Information through Summon: An Analysis of User Search Strategies and Search Success Ingrid Hsieh-Yee Professor, Dept. of Library and Information Science, Catholic University of America Shanyun

More information

INFS 321 Information Sources

INFS 321 Information Sources INFS 321 Information Sources Session 11 Electronic Resources I Lecturer: Prof. Perpetua S. Dadzie, DIS Contact Information: pdadzie@ug.edu.gh College of Education School of Continuing and Distance Education

More information

SEARCH STRATEGY TIPS FOR PROQUEST BUSINESS, BUSINESS SOURCE COMPLETE AND FACTIVA

SEARCH STRATEGY TIPS FOR PROQUEST BUSINESS, BUSINESS SOURCE COMPLETE AND FACTIVA STEP-BY-STEP: SEARCH STRATEGY TIPS FOR PROQUEST BUSINESS, BUSINESS SOURCE COMPLETE AND FACTIVA Learn how to retrieve and use scholarly articles, trade articles, and news articles to better understand industry

More information

Georgetown Law Library Research Guide Style Manual Draft

Georgetown Law Library Research Guide Style Manual Draft General Guidelines these apply to all types of research guides 1. Titles of guides and introduction a. Should contain the subject matter and the phrase Research Guide at the end of the title (this is for

More information

icc.edu/library Films on Demand Guide for Faculty and Staff

icc.edu/library Films on Demand Guide for Faculty and Staff icc.edu/library Films on Demand Guide for Faculty and Staff Finding Films on Demand on the Library website: From the homepage of ICC Library website locate the Library Collections menu and click on Streaming

More information

Quick Guide How to Use ScienceDirect

Quick Guide How to Use ScienceDirect Quick Guide How to Use ScienceDirect 1. Go to library's home page at https://www.swinburne.edu.my/library 2. Click A Z Databases > Click alphabet S > Scroll down the alphabetical list and click on ScienceDirect

More information