Database Project For LS 560 with Dr. Bonnici Samantha Boardman V. Dozier Rorie Fredrich David Leone Pam Parsons Matt Van Ess Necessary improvement is key.

Slides:



Advertisements
Similar presentations
Database Relationships in Access As you recall, the data in a database is stored in tables. In a relational database like Access, you can have multiple.
Advertisements

LoT and ILL at LibraryofTexas.org Kevin Marsh – LoT is a discovery tool Discovery leads to borrowing Get It.
Off Campus Library Services Your virtual library.
Searching EBSCOhost A guide to searching and retrieving information from the EBSCOhost Databases.
FINDING ARTICLES AT VALLEY LIBRARY & ELSEWHERE 360 Link to Full Text.
Accessing and Using the e-Book Collection from EBSCOhost ® When an arrow appears, click to proceed to the next slide at your own pace. To go back, click.
Destiny OPAC Tutorial Section 1 1. Set-up 2. Reserves 3. ILL (Interlibrary Loan) Microsoft, 2012 Follett, 2012 Click your mouse or use your down arrow.
Introduction to UPCat This project is funded (in part) with a Library Services and Technology grant from the Institute of Museum and Library Services administered.
Library Online Catalog Tutorial Pentagon Library Last Updated March 2008.
PA 508 Library Instruction Aric Ahrens B.A. Political Science, IIT ’95 M.P.A. IIT, ‘98.
Overseas Library Catalog – Request Item Overseas Library Catalog Request loaned item.
To locate the full text of your article... you need to know how to read a citation to a periodical article.
EBook and Audiobook Administration using EBSCOadmin Tutorial support.ebsco.com.
How To Create A Destiny Account Patron Empowerment.
Get an article or book that the library does not have? If C-N Library does not have a book or the journal for an article that you need, you may still be.
Locating Materials Terri Wilson, MS Yumi Yaguchi, MSIS June 18, 2013.
Locating Books and Materials in the Garland Library Using the Online Catalog.
So you say to the Library Chik… “I found this journal article in a database and I can’t get it to give me the full text!” Let’s look at the article that.
Did you know? That the Mercy College Libraries website will give you access to Over 22,000 full text journals 45 subject databases Over 30,000 eBooks And.
2.3 Organising Data for Effective Retrieval
Intended for novice users as an introduction to the online catalog’s capabilities. The guide would be available on the New Brighton Public Library’s website.
Relational Database Concepts. Let’s start with a simple example of a database application Assume that you want to keep track of your clients’ names, addresses,
Lesson 1 -What is a Database? -Fields and Records
ICT IGCSE.  Understand a wide range of work-related ICT applications and their effects, including applications in libraries (such as records of books.
1 CFUG Book Library Part 2 Troy Pullis 3/3/ Checkout Button Click to request the selected book for checkout. Book Info/Reviews Click to see more.
The Library Catalog Renewing Library Books Online.
How do I? Request an Interlibrary Loan using the OCLC First Search Database?
1 EDUCATION JOURNAL RESEARCH TUTORIAL This tutorial includes information on accessing education resources through Brenner Library. For further assistance,
HPD Shelves DOCLINE OCLC Login Account Online Local & Distance Resources Local & Distance PatronsInteribrary Loan & Document Delivery.
This walkthrough demonstrates how to search for eBooks in the EBSCO database.
Library catalog, E-books, and interlibrary loan. Using the Library catalog.
REQUESTING ARTICLES InterLibrary Loan (ILL). Article Delivery & Turnaround Time Articles are scanned and delivered electronically Turnaround is 24 hours.
1 IAMSLIC Resource Sharing Committee,  IAMSLIC facilitates international resource sharing among aquatic and marine science libraries and information.
Relational Databases (MS Access)
Indiana State Library Interlibrary Loan INDIANA SHARE.
OPAC Training aid (Library solutions & Library world)
Locating Materials Terri Wilson, MS Yumi Yaguchi, MSIS June 2015 rev. MV.
UNIVERSITY OF Your Library: What can we do for you?
World Cat World wide catalog of libraries in the U.S., Canada, and Europe.
How to access the wonderful resources your library has available!
This walkthrough demonstrates how to find out if the AU library has access to a journal either online or in print using the journal’s title.
INFORMATION TECHNOLOGY DATABASE MANAGEMENT. Adding a new field 1Right click the table name and select design view 2Type the field information at the end.
WORLDCAT TUTORIAL WorldCat Tutorial / 1 Tel: Lisa Jarrell Instructional Services Librarian Brenda Yates Habich Information Services.
Using the Library Effectively Finding the resources you need to succeed with Mr. Pickman’s research paper (some links will not work unless you are logged.
Quick Review of Basics NSUOCO New Residents Orientation October 2012.
UNIVERSITY OF SYDNEY LIBRARY Welcome! | A Quick Guide to Library Services and Facilities. Faculty Liaison Librarian Rod Dyson.
Caroline Stirling Academic Support Librarian –
Getting to the library.
Online Catalog Workshop Title Searches on the College of DuPage Library Online Catalog  Connie Rogers, LIS 764, Fall
Welcome to Miner Library URMC Graduate Student Orientation August 2009 Librarians:
Campus Mail Services New USPS Requirement USPS IMpb Solution (Intelligent Mail Parcel Barcode) EMS WEBVIEW SHIPPING.
Using the Catalog DeSoto Public Library Use the back and forward arrows to navigate Press the Esc key at anytime to exit the presentation.
How to Request an ILL An Intralibrary or Interlibrary Loan.
Finding Full-text Articles in Periodicals in the Library By Barbara J. Hampton, J.D., M.L.S. Reference Librarian Ryan-Matura Library, Sacred Heart U.
The Quick Guide to the New Eskind Biomedical Library Website.
Your Public Library OverDrive eBook & audiobook download
Created by Dr. Courtney Beggs
SEMCOM COLLEGE LIBRARY INFORMATION SYSTEM
Why should I “log in” to the library web page?
Welcome to Miner Library URMC Graduate Student Orientation August 2009
Health On-Line Patient Education Web Site
PA 508 Library Instruction
A training aid for teachers and students.
WorldCat.ORG is the world's largest network of library content.
Finding Periodicals in the Library
FINDING BOOKS FOR YOUR RESEARCH
GENIEPLUS: an overvIew
University Library Services for GAs & Faculty
Finding Periodicals in the Library
University Library Services for GAs & Faculty
Presentation transcript:

Database Project For LS 560 with Dr. Bonnici Samantha Boardman V. Dozier Rorie Fredrich David Leone Pam Parsons Matt Van Ess Necessary improvement is key to patron and business satisfaction. -V. Dozier

Guntersville ILL Guntersville lists ILL under their Services menu, but there is no link Website has shared eBooks, audiobooks, and databases Setting up a request form for ILL Relational database to hold requests and for librarians to print reports

The Book Inventory Table

The Patron Table

The Request Information Table

HomeAboutNewsServices Calendar Contact Catalog Services: Interlibrary Loan Request Form *Library Card Number *First Name *Last Name Address *Daytime Phone *Mailing Address (Include Street, City, State, Zip) Patron Information

*Title Author ISBN Publisher (name/city) Publication date Comments Request Information Submit Request

Populated Tables

Relationships

SELECT Patron.FirstName, Patron.LastName, Patron.DaytimePhone, [Request Information].Title, [Book Inventory].[Home Library], [Book Inventory].BookArrivalDate FROM (Patron INNER JOIN [Request Information] ON Patron.[LibraryCard#] = [Request Information].[LibraryCard#]) INNER JOIN [Book Inventory] ON [Request Information].ISBN = [Book Inventory].ISBN WHERE [Book Inventory].BookArrivalDate>" " ORDER BY [Book Inventory].BookArrivalDate; Query #1 - Books that arrived after 3/15/11 (sample query)

Query #2 -Query #2 - Books requested prior to 3/16/11 SELECT Patron.FirstName, Patron.LastName, Patron.DaytimePhone, [Request Information].Title, [Book Inventory].BookRequestDate, [Book Inventory].[Home Library], [Book Inventory].BookArrivalDate FROM (Patron INNER JOIN [Request Information] ON Patron.[LibraryCard#] = [Request Information].[LibraryCard#]) INNER JOIN [Book Inventory] ON [Request Information].ISBN = [Book Inventory].ISBN WHERE [Book Inventory].BookRequestDate<" "; (actual query the report is based on)

Sample Report

What our patrons needed Problem 1: The current library request form combines options into one generic form. Users were unsure which option would meet their desired result.one generic form Problem 2: Interlibrary Loan Services are listed under the “Services” tab but there is no website link to that service even under the current request form. What we did to meet user needs Solution 1: Created a separate Interlibrary Loan Request (ILL) form using Microsoft Access that will make it easier to request books Solution 2: Now patrons have the option to request materials using the online form & information they have available (title, author, etc)!