Library Reserve System

Slides:



Advertisements
Similar presentations
RABNENA. 2 RABNENA Interfaces Frontend Interface The frontend components provide the information retrieval/browsing functionalities, and are available.
Advertisements

Knowledge for Care Scotland Feeds Library
Batches, Buckets and Bookbags Elizabeth B. Thomsen NOBLE: North of Boston Library Exchange EGILS2014.
@ YOUR LIBRARY. GETTING STARTED: EBOOK/AUDIO  VALID ALS/DULUTH LIBRARY CARD  DRM – DIGITAL RIGHTS MANAGEMENT  FORMATS – HOW DO YOU WANT YOUR BOOK.
Prepared by Houeida Kammourié-Charara InfoCommons Librarian © 2012.
Library Online Catalog Tutorial Pentagon Library Last Updated March 2008.
CS 101 Sect 7 – Databases (DB) Why databases Difference between a DB and a Web search What is a DB An hands-on case: the JCU Library 1
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.
WebCat: library catalogue of the University of Southampton Where do I find WebCat? …
Using the Book Cart. Step 1: Saving items to book cart in 4 ways. +
Design Aspects. User Type the URL address on the cell phone or web browser Not required to login.
Input Validation For Free Text Fields ADD Project Members: Hagar Offer & Ran Mor Academic Advisor: Dr Gera Weiss Technical Advisors: Raffi Lipkin & Nadav.
1 Using Scopus for Literature Research. 2 Why Scopus?  A comprehensive abstract and citation database of peer- reviewed literature and quality web sources.
Reference and Instruction Automated Statistics Gathering and Reporting System Members: Patrick Chen (pyc7) Soo-Yung Cho (sc444) Gregg Herlacher (gah24)
Performed by:Gidi Getter Svetlana Klinovsky Supervised by:Viktor Kulikov 08/03/2009.
14 1 Chapter 14 Database Connectivity and Web Development Database Systems: Design, Implementation, and Management, Seventh Edition, Rob and Coronel.
* Login to Smartroom with address and password.
Introduction to EBSCOhost E-Books Access to thousands of e-books! Available 24/7!
Maintain and Modify By: Sahar Aftab (1253 ) and Mehboob Nazim (1085) Central Library.
Textbook Management and the Insignia Library System.
Tutorial Flipster for Mobile Devices support.ebsco.com.
Web Self Service Take Home Message Web Self Service gives CRM information access to assigned non-CRM users.
Getting started on informaworld™ How do I register my institution with informaworld™? How is my institution’s online access activated? What do I do if.
Web Application Development. Define ER model in QSEE Generate SQL Create Database mySQL Write Script to use TableEditor class Process to create A simple.
Web Application Development. Tools to create a simple web- editable database QSEE MySQL (or PHPMyAdmin) PHP TableEditor.
Login Screen: Login Screen is the first screen. We need to enter valid user name and password to login into colleges main dashboard. Enter valid user name.
Springerlink.com Introduction to SpringerLink springerlink.com.
Example  Software for a virtual library (borrowing books using the Internet) Internt terminal DB.
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.
Part 1 – PubMed Interface, Display options, Saving, Printing, and ing results. Instructions This part of the course is a PowerPoint demonstration.
The New GIL Web Site Overview for Editors Phil Williams GIL Support UGA GUGM 2011 Macon State College 19 May 2011.
Teacher Web Page Creation Eileen Musselman. Log on to Muhlenberg’s Intranet Click Submit button.
Tutorial support.ebsco.com Core Collections Complete.
WEB-BASED CATALOGUE. ALEPH 500 Automated Library Expandable Program The new library information system of the University of Stellenbosch.
Resource List How to a make resource list using Destiny.
A process of taking your best guesses. Companies have web sites where you can access your information.
Hannah Hawlk MEDT 7478 Fall 2012 From the opening menu, click on the “catalog” tab to open the catalog module.
Basic ALEPH ( Library Online Catalog) Anne Bardolph, Acquisitions Librarian FSU College of Law Library Fall 2006.
IN THE NAME OF GOD. Reference Citing Software.
 Here you will learn how to access  The Library Catalog and search for a book  Your Library and Textbook account.
Display Page (HTML/CSS)
U.S. Department of Agriculture eGovernment Program The Student Experience A Student’s Journey Through the AgLearn System.
How to look up Course Reserve Readings for BIOL 103 in QCAT.
Log in Register Enter password Forget password Switch User Sign in First time Other Enter user name( ) and password Main Page Enter to retrieve.
Example  Software for a virtual library (borrowing books using the Internet) Internet terminal DB.
Complete Ordering System for Promotional Literature and Samples Quick Reference and Training Guide.
OxLIP+ Electronic Resources Gillian Beattie Angela Carritt.
 Project Team: Suzana Vaserman David Fleish Moran Zafir Tzvika Stein  Academic adviser: Dr. Mayer Goldberg  Technical adviser: Mr. Guy Wiener.
How do I find books? The UNVA Book Catalog lists the books available at the UNVA Library in Manassas. You can search by title, author or subject. Books.
Queen’s University Library 2004 LibQUAL+™ Comments Easy Access & Analysis with.
NYS Performers & Programs Database. Topics Regions Browse Program displays Basic Searching Advanced Search Options.
Add Video Library in Company
Architecture Review 10/11/2004
ASI Table [Instructor Notes, if any, will appear here.]
Business Searching Interface
Beginning with the Spring 2017 semester, WorldCat Discovery Services will replace the HELIN Catalog as the way patrons can search our library’s collection.
Flipster for Mobile Devices
1 2 3 Here we are on the Ohio Web Library’s home page. To get to Business Source Premier, use the following steps: 1. Go to Ohio Web Library 2. Click on.
PHP-language, database-programming
Queen’s University Library
Business Searching Interface
Accessing Your MySQL Database from the Web with PHP (Ch 11)
Checking out eBooks and Audiobooks
Introduction of Week 11 Return assignment 9-1 Collect assignment 10-1
Database Connectivity and Web Development
PA 508 Library Instruction
Library Search Procedure
What it is and How to Identify Peer Reviewed Articles
Find your school and click on it.
Presentation transcript:

Library Reserve System David Cain Heath Wardlow Laurie Hubenak

Web Application Library Reserve System Dynamic web application that utilizes both client-side and server-side scripting. Will allow for checkout and return of materials placed on reserve by instructors.

Web Application The reserve system can be searched on a variety of fields. Will retrieve and update data from the Access database. For student and library staff use only.

Interface Design Login Username/Password Reserve Options Menu Contains links to search or browse reserve list according to certain categories. Also allows you to check in a book. Will have link to staff options. Staff Options Here you can add, edit, or delete a reserve in the database.

Interface Design Add Reserve Contains a form to add a new reserve to the DB. Edit Reserve Allows user to edit the existing reserves in the DB.

Interface Design Search Can search for reserve by title, instructor, subject, reserve id, or keyword. Have check-out option. Browse Reserves Complete listing of all reserve materials by school (business, natural & applied sciences, etc.). Have check-out option.

Web Site Architecture Database Login Reserve Options Staff Options Default.asp Reserve Options Reserve_option.asp Staff Options staff_options..asp Search Records Search.html Browse Reserve List Reserve_list.asp Insert Reserve Insert_reserve.asp Edit Reserve Edit_reserve.asp Search Results Search_results.asp Reserve reserve.asp