Automatic Library Assistant

Size: px
Start display at page:

Download "Automatic Library Assistant"

Transcription

1 Automatic Library Assistant VALENTINA EMILIA BĂLAŞ Dept. Automatics and Applied Informatics, Faculty of Engineering Aurel Vlaicu University of Arad 79, Blvd. Revoluţiei, Arad ROMANIA ANDREI VALENTIN STOICA Dept. Automatics and Applied Informatics, Faculty of Engineering Aurel Vlaicu University of Arad 79, Blvd. Revoluţiei, Arad ROMANIA AURA LETIŢIA RUGEA Dept. Automatics and Applied Informatics, Faculty of Engineering Aurel Vlaicu University of Arad 79, Blvd. Revoluţiei, Arad ROMANIA Abstract: This paper presents a solution to the problem of library management in a small to medium size campus library. Our solution consists of a small robotic-like unit combined with RFID (Radio Frequency Identification) tags on all books to keep track and direct students to the titles of interest. The system proposed is scalable, multiple robotic units being able to work together to cover a larger area of the library, or cope with an increased flow of people at certain times. We present a brief technical overview of the project, covering both hardware and software aspects. Key-Words: library management system, Radio Frequency Identification, robotic vehicle, library database 1 Introduction While we stepped well into the 21 st century, it is becoming more and more apparent that not all aspects of human life are taking advantage of new technologies. With the widespread of computing systems, with the development of large data base engines that can literally make the world a better place to live, humans should have no trouble at all accessing all the services and information they require. Sadly, this is not always the case. 2 Problem Formulation A few of our team members had a rather interesting experience recently that can illustrate the above said very well. We went to the student library of our local University in order to get some books for our exams. Once we arrived, we faced a rather unexpected issue: there were at least 50 or 60 other students waiting in line at the librarian s desk, all of them wanting the same thing as we wanted: quick access to information. After half an hour it was becoming ISSN: ISBN:

2 obvious that the entire process of serving a book to a student was too slow. The librarian had to take several time consuming steps for each student. First of all, every student had to be identified. Then he made his request. The librarian told the student where to find the book. Sometimes the student did not find the book. He returned to the librarian to ask additional information. Several times the librarian went away from his desk to find the book. On a few occasions it happened that the book wasn t in the library at all. All this was happening while 50 other people were waiting in line. The problem here is obvious: This part of our lived isn t touched too much by modern technology. Sure, the librarian has a PC on which he searches for the students, and there are a dozen computers in the library at the disposal of students. But still, the entire process takes too much time. The second component of the system is one or more Automatic Library Units, or ALU s. These are robotic-like vehicles that have the ability to interact with the user, effectively allowing a person to search for the book without needing to go the librarian. The unit can then direct the person to his book, or inform him that the book is not present in the library at that time. In order to be able to further explain the system, let s imagine a hypothetical library (fig 1.). We will choose a small one to simplify things, but the system is potentially scalable to fit libraries of any size: 3 The Library Management Solution In order to shorten the time interval taken by this process, our team would like to present a solution to at least a few of the issues stated above. Our solution is called an Automatic Library Assistant. While it does suggest the use of a small autonomous robotlike vehicle, it actually is a digital solution to the problems facing every library. There have been a few similar attempts in the world, such as the Comprehensive Access to Print Materials (CAPM) robot built at the Johns Hopkins University of Baltimore, Maryland, USA, [1] as well as the Automated Storage and Retrieval System (ASRS) of the Irving K. Barber Learning Centre at the University of British Columbia. [2], but none has attempted to actually eliminate or minimize the role of the librarian. 3.1 System Overview The system has two components. The first component is a library management system, containing every book in the library. It must contain not only the title and author, but also a category (such as Mechanics, for example), as well as the number of copies of that book. This database is managed, of course by different pieces of software, as detailed in the software section. Also, each book must be equipped with its individual RFID tag. Every section of the library, if not every shelf must have a RFID tag scanner, in order to keep track of the book flow. Fig1. The library model Our library has two rooms, several shelves, a librarian desk, with one person as the staff, and a ALU rack by a central support pylon. Also, it must be noted that our library is in a student campus. Each component of the system will be analyzed in depth, using this library model as an example. 3.2 The Library Management System The Library Management System is the informational nerve centre of the library. Implemented properly, it can even give the library itself a certain level of self-management, if you will, or at least give the librarian accurate information about what is going on at any given time. This component is composed of two distinct layers: The informational layer, represented by software. The physical, or hardware layer, composed of RFID tags and scanners The informational layer. In order to allow the library and the ALU to function together, a strong software foundation is required. Probably the most important role is held by the library database. ISSN: ISBN:

3 This database must contain all the books of the library. It has to contain - besides the obvious fields, like the name of the book, author- a few special fields. These fields must include the category of the book, a few keywords, as well as two or three fields to hold flags from the various RFID scans each book goes thru. Also, it is imported to have every copy of the book present in the database, since every individual book will have its own RFID tag. Closely linked to the book database is a user database. It holds all the names and personal data of all readers in the library. This can not only be used to manage the library itself, but can also allow the creation of a feature that would enable the user to log in directly at an ALU, without even going to the librarian. Let s look at another basic function this system could implement: There is a RFID scanner that can flag a book in the database as signed out when scanned at the librarian s desk. It also marks the book s entry in the books table with the date that is signed out and the account that borrowed the book. Since our library is used primarily by students, it is likely that they have an address. After the return date expires, the librarian can be alerted in a report that the book is due. Further action can implement a function that will automatically send s to the address of the student that failed to return it on time. The databases can also be linked to a library website that would allow students to check from home whether a copy of the book they are looking for is available or not. If the book is not in the library at the moment, an estimated return date can be displayed, so the student will know when will be the best time to go and fetch that particular book. The database can be built using virtually any DB development tool on the market, but in order to maintain scalability and compatibly, this solution will be implemented using either Microsoft SQL Server or MySQL. Each ALU unit will need to have a user interface software package as well, besides the internal programs that will make it run. This particular part of software is currently under development, and its function in partially demonstrated in the last section of the paper The physical layer The physical layer of the LMS in composed of RFID tags and RFID scanners placed in such a manner that the movement of any book can be traced at all times. This is particularly useful when a student tries to find a book, only to discover that someone else has already taken the last copy. This method of tagging each book can also mean that no books end up in the wrong section or shelf, where they are forgotten until the librarian has time to rearrange the shelves. Thus, all copies of a sought after book can be used in the best possible way. Another noteworthy advantage of this method would be the reduction of book theft. No book could be taken out of the library without the librarian scanning it. So, a silent alarm could be mounted at the exit of the library, and the thief could be intercepted on time, and the book recovered. Each RFID tag could be programmed with the individual ID of the book, taken from the book database. RFID scanners could be mounted in key locations in the library to monitor book flow. Ideally, a small mid range scanner could be mounted on each bookshelf, thus enabling a very precise mode of pinpointing the exact position of each book within the library. This in turn could lead to more efficient and faster ALU s. Also, another scanner must be placed at the check-out point, where the librarian would mark all outbound and inbound books. Additional scanners can be mounted on each ALU, allowing the user to check out the book himself, if the ALU is equipped to handle independent interaction with the user. Figure 2 shows a proposed placement of RFID scanner within our library model. Figure 2. RFID Scanners layout While the Library Management System we propose is designed to be the infrastructure on which the operation of the ALU depends, it can be used as a stand alone system as it is. Thus, while smaller libraries may not have the funds, or indeed the need for the ALU Robot, the LMS can be implemented as a stand alone library application. ISSN: ISBN:

4 3.3. The Automatic Library Assistant Unit (ALU) The Automatic Library Assistant is o robotic vehicle design to interact with the users, and to guide them to the book they request. Figure 3 shows the exterior design of such a unit. As can be observed from figure 3, the ALU is a small tracked vehicle. It stands about 1 meter tall. It is powered by rechargeable batteries. It features a touch screen or alternatively a keyboard to allow users to interact with the unit. In order to keep the price of each unit to a minimum, navigation and direction systems should be simple. Also, it can be noted that the unit itself can be built out of light materials, as it will be functioning in an indoor environment. It doesn t need high performance and expensive batteries, because it only requires about minutes of autonomy, depending on the size of the actual library. the library. When the unit will sense that the battery level is low, it will head to the charging bay and charge itself. Also, the charging bay can be located near the check in point, so the unit will be able to charge while waiting for the next user. The CPU of the robot can be anything from a small factor PC to an E-box, depending on what functions the unit will have to perform. The CPU will coordinate the movement of the unit, will read sensor data, as well as enable interaction with the unit. Since a library is a well defined space, with little probability of drastic changes happening fast, the navigation of the unit can be done using simple optics. First, several digital routes will be established throughout the library. These routes will be laid out in order to allow the access of the unit to every part of the library (figure 4). The access routes will be laid out physically in the library by applying a contrasting band on the floor. The only requirement regarding color is to contrast sufficiently from the floor color to be able to be picked up by a webcam on the bottom of the ALU. This creates a cheap, easy to implement navigation system that does not require the use of more expensive and slightly less accurate GPS technology. Figure 3. The Automatic Library assistant The propulsion of the vehicle consists of a pair of rubber tracks, driven by a set of motor wheels. We chose this mode of propulsion because there may be stairs or other small obstacles in the path of the vehicle as it moves thru the library. Wheels may not be able to cross some of these obstacles. While using track does cause a reduction of the maximum speed of the unit, we don t consider this issue a problem because the robot will only have to travel at a maximum speed of 6 km/h, the average walking speed of a human. Using tracks also increases the unit s maneuverability. Thus, it can do a complete 180 degree turn on a spot. This feature can be useful in most libraries, as there is no ample open space to turn using wheels. Power will be supplied by a bank of rechargeable batteries. Since the unit can only move inside the library, it does need to have more than 20 minutes of autonomy. Recharging can be done at special recharging station placed in different points within Figure 4. The ALU Routes enable the unit to find its way within the library. In order to avoid the unit bumping into people, each unit will have infrared sensors that will see if a person is ahead using their body heat. If an obstacle does occur, it will try to go around the obstacle, then it will run a simple search algorithm to find the route line on the floor, and it will continue its journey. Communication with the databases will be provided by a wireless network interface aboard the ALU. ISSN: ISBN:

5 It will interface with people using a touch screen, but it can be adapted to use a keyboard and mouse as an input device. It can have two distinct modes of operation: Stand alone the unit is capable of interacting with humans without the assistance of the librarian. It can allow to user to log in, search the database, pick a book then the user will be directed to the book itself, after which the unit will return to its place in the check in area. Assisted mode in this mode, the unit will wait for a command from the librarian. It will receive the name of the book it must search then it will prompt the reader to follow the unit to the book. In this mode, the unit has limited human interaction capabilities, but the equipment required on board is also less sophisticated. Several ALU s can work in the same area with little difficulty. Each one will service its user without being distracted. If two units happen to come across on the same route, they will go around each other and continue their journey Example of use With both main components explained, let s look at how the system processes a request for the book. Both operation modes for the ALU is covered. The scenario differs depending on the mode of operation of the ALU: In the stand alone mode, the user walks to the unit, logs in. The unit then checks the credentials of the users in the database. At this point two things can happen: the user is ok, and database reports all clear. However, if there is a problem with the user, for instance he forgot to return a book or he has been banned from the library, the ALU will refuse to serve him, and will display the reason. If it is because of a unreturned book, it will display the book details, the date when the book should have been returned, and asks the user to return the book. If there is no problem, the user is asked to select the book he wants. Figure 5 shows a screen capture of the window the ALU displays. The ALU submits the query, and receives the location of the book. Then the ALU becomes the guide of the user. Figure 5. The Search Book Screen displayed on the ALU In the assisted mode, the user tells the librarian his password. The librarian submits this information to the database, and receives the user report. If everything is in order, the user tells the librarian the title he wants. The librarian submits the query and gets the location of the book. He then assigns an ALU to be the guide for the user. The next steps are identical to both modes of operation. The ALU will walk along the predetermined routes to the location of the book. Naturally, it will calculate the shortest route possible to the book. While it is moving, it will display a map on screen, as seen in figure 6. Figure 6. As the ALU advances in the library, it updates the map with the current location of the unit and reader When the ALU found the book, it will display a message to the user telling him about where should the book be located according to the RFID scans. ISSN: ISBN:

6 After the user picks up the book, he tells the ALU if he needs another one, or if the unit can return back to the check in point using the dialog box shown in Figure 7. If the user decides to leave the library with the book, and does not perform the checkout procedure for the book, the RFID scanner at the entrance of the library will trigger a silent alarm and alert the librarian or the caretakers. If the book is not there, the user can press the NOT Here button, and a message will be sent to the librarians desk, and he or she can intervene to solve the problem. Figure 7. The book has been pinpointed. 4. Conclusion This project attempts to optimize libraries using both a sturdy software base, represented by the LMS, as well a scalable hardware solution, namely the ALU. Proper implementation of this system could mean an increased level of control over the library s assets, as well as shorter waiting lines for the readers. By using RFID technology to mark books, the system allows for many different management applications, more than this paper has presented so far. For now the focus of the project is set on finishing the application, and installing it in a yet undetermined experimental location. So far we have concentrated on putting together the Informational and Physical Layers of the Library Managements System, as well as some parts of the Automatic Library Unit navigation and interface software. The next immediate step in the robot s development is to find the best architecture for the database, in order to ensure optimal search time for each query. Only after this step is completed, the ALU Unit itself can be built and deployed. References: [1] - CAPM [2] ASRS [3] [4] ibrary-assistant-6469.shtml [5] [6]How to program, Ed. Deitel, 2002 [7] Applied Control of Manipulation, Vukobratovic, M., Stokic, D. [8]Robots - Analysis, Synthesis and Exercises, Springer Verlag, 1991 [9]Sisteme de conducere a roboţilor, Moise, A., Ed. Cartfil, Ploiesti, 1999 [10] Proiectarea sistemelor mecatronice, Dolga, V., Ed. Politehnica, ISBN , Timişoara, 2007 [11] Roboţi mobili, Mircea Niţulescu, Ed. SITECH Craiova, 1998 [12] Programming C#, Jesse Liberty, 4th edition, 2005 [13]Microsoft C# 2005 Step by Step, John Sharp, Microsoft Press, 2005 [14]Core C# and.net, Stephen C. Perry, Prentice Hall, 2005 ISSN: ISBN:

Real Time IT based Library Management System

Real Time IT based Library Management System IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727 PP 72-77 www.iosrjournals.org Real Time IT based Library Management System Prof. Dr.Bharati Wukkadada 1, MS.Rewa Pimpalkar

More information

IOT BASED SMART ATTENDANCE SYSTEM USING GSM

IOT BASED SMART ATTENDANCE SYSTEM USING GSM IOT BASED SMART ATTENDANCE SYSTEM USING GSM Dipali Patil 1, Pradnya Gavhane 2, Priyesh Gharat 3, Prof. Urvashi Bhat 4 1,2,3 Student, 4 A.P, E&TC, GSMoze College of Engineering, Balewadi, Pune (India) ABSTRACT

More information

PAST SYSTEMS MOBILE DIGITAL VIDEO RECORDER ANALOG SYSTEMS TYPICALLY SINGLE CHANNEL MANUAL VIDEO REVIEW

PAST SYSTEMS MOBILE DIGITAL VIDEO RECORDER ANALOG SYSTEMS TYPICALLY SINGLE CHANNEL MANUAL VIDEO REVIEW Mobile Digital Video Recorders PAST SYSTEMS ANALOG SYSTEMS TYPICALLY SINGLE CHANNEL MANUAL VIDEO REVIEW MOBILE DIGITAL VIDEO RECORDER DIGITAL RECORDING MULTICHANNEL 4 CHANNELS TYPICAL, 8+ CHANNELS BECOMING

More information

Welcome to the UBC Law Library Virtual Tour. Photo: Tom Arban

Welcome to the UBC Law Library Virtual Tour. Photo: Tom Arban Welcome to the UBC Law Library Virtual Tour Photo: Tom Arban Allard Hall Allard Hall is home to UBC s Peter A. Allard School of Law and the Law Library. The Law Library is on Levels 2, 3 & 4. Enter on

More information

ESI Video Viewer User s Guide

ESI Video Viewer User s Guide ESI Video Viewer User s Guide 0450-1214 Rev. C For on-line help, visit www.esiusers.com. About ESI ESI (Estech Systems, Inc.) is a privately held corporation based in Plano, Texas. Founded in 1987, ESI

More information

Reducing Waste in a Converting Operation Timothy W. Rye P /F

Reducing Waste in a Converting Operation Timothy W. Rye P /F Reducing Waste in a Converting Operation Timothy W. Rye P. 770.423.0934/F. 770.424.2554 RYECO Incorporated Trye@ryeco.com 810 Pickens Ind. Dr. Marietta, GA 30062 Introduction According to the principles

More information

Axis 360 Guided Tour. Axis 360 Introduction. Experience ebooks as they were meant to be read.

Axis 360 Guided Tour. Axis 360 Introduction. Experience ebooks as they were meant to be read. Axis 360 Guided Tour Axis 360 Introduction Experience ebooks as they were meant to be read. Axis 360, Baker & Taylor s digital media library service, provides readers with a fast and simple way to access

More information

USING TEXT FROM THE BOOK SPINE AS A MARKER FOR AUGMENTED REALITY IN LIBRARY BOOKSHELF MANAGEMENT SYSTEM

USING TEXT FROM THE BOOK SPINE AS A MARKER FOR AUGMENTED REALITY IN LIBRARY BOOKSHELF MANAGEMENT SYSTEM Volume: 2 Issues: 6 [December, 2017] pp.31-36] Journal of Information System and Technology Management eissn: 0128-6666 Journal website: www.jistm.com USING TEXT FROM THE BOOK SPINE AS A MARKER FOR AUGMENTED

More information

Speech and Speaker Recognition for the Command of an Industrial Robot

Speech and Speaker Recognition for the Command of an Industrial Robot Speech and Speaker Recognition for the Command of an Industrial Robot CLAUDIA MOISA*, HELGA SILAGHI*, ANDREI SILAGHI** *Dept. of Electric Drives and Automation University of Oradea University Street, nr.

More information

Automatic Commercial Monitoring for TV Broadcasting Using Audio Fingerprinting

Automatic Commercial Monitoring for TV Broadcasting Using Audio Fingerprinting Automatic Commercial Monitoring for TV Broadcasting Using Audio Fingerprinting Dalwon Jang 1, Seungjae Lee 2, Jun Seok Lee 2, Minho Jin 1, Jin S. Seo 2, Sunil Lee 1 and Chang D. Yoo 1 1 Korea Advanced

More information

PSC300 Operation Manual

PSC300 Operation Manual PSC300 Operation Manual Version 9.10 General information Prior to any attempt to operate this Columbia PSC 300, operator should read and understand the complete operation of the cubing system. It is very

More information

B. The specified product shall be manufactured by a firm whose quality system is in compliance with the I.S./ISO 9001/EN 29001, QUALITY SYSTEM.

B. The specified product shall be manufactured by a firm whose quality system is in compliance with the I.S./ISO 9001/EN 29001, QUALITY SYSTEM. VideoJet 8000 8-Channel, MPEG-2 Encoder ARCHITECTURAL AND ENGINEERING SPECIFICATION Section 282313 Closed Circuit Video Surveillance Systems PART 2 PRODUCTS 2.01 MANUFACTURER A. Bosch Security Systems

More information

Integration of Virtual Instrumentation into a Compressed Electricity and Electronic Curriculum

Integration of Virtual Instrumentation into a Compressed Electricity and Electronic Curriculum Integration of Virtual Instrumentation into a Compressed Electricity and Electronic Curriculum Arif Sirinterlikci Ohio Northern University Background Ohio Northern University Technological Studies Department

More information

Genomics Institute of the Novartis Research Foundation ( GNF )

Genomics Institute of the Novartis Research Foundation ( GNF ) Genomics Institute of the Novartis Research Foundation ( GNF ) Challenges To protect its sensitive research technology and critical intellectual assets, the Genomics Institute of the Novartis Research

More information

ebars (Electronic Barcoded Assets Resource System) ebars: https://myuk.uky.edu/zapps/ebars/ ANNUAL PHYSICAL EQUIPMENT INVENTORY INSTRUCTION MANUAL

ebars (Electronic Barcoded Assets Resource System) ebars: https://myuk.uky.edu/zapps/ebars/ ANNUAL PHYSICAL EQUIPMENT INVENTORY INSTRUCTION MANUAL ebars (Electronic Barcoded Assets Resource System) ebars: https://myuk.uky.edu/zapps/ebars/ ANNUAL PHYSICAL EQUIPMENT INVENTORY INSTRUCTION MANUAL Scanning period: November 1, 2017 December 15, 2017 Exceptions

More information

Power Performance Drill Upgrades. TorqReg. ARDVARC Advanced Rotary Drill Vector Automated Radio Control. Digital Drives Upgrade

Power Performance Drill Upgrades. TorqReg. ARDVARC Advanced Rotary Drill Vector Automated Radio Control. Digital Drives Upgrade TorqReg Digital Drives Upgrade ARDVARC Advanced Rotary Drill Vector Automated Radio Control ARDVARC CONCEPT 1. Create an Automated drill system that would allow the mine operator to train new personnel

More information

PoLTE: The GPS Alternative for IoT Location Services

PoLTE: The GPS Alternative for IoT Location Services PoLTE: The GPS Alternative for IoT Location Services A Cost-Effective New Cellular IoT Location Solution that is Power Efficient, Low Cost and Rapidly Scalable Global positioning system (GPS) has been

More information

One view. Total control. Barco OpSpace

One view. Total control. Barco OpSpace One view. Total control Barco OpSpace One view. Total control Today, operators can either access only one portion of the required information, or they have to physically switch between different work stations

More information

Integrated library service application platform based on the smart book shelf

Integrated library service application platform based on the smart book shelf Malaysian Journal of Library & Information Science, Vol. 16, no. 3, December 2011: 103-119 Integrated library service application platform based on the smart book shelf Teng-Yen Wu 1, Kun-Chieh Yeh 2,

More information

IOT Based Fuel Monitoring For Vehicles

IOT Based Fuel Monitoring For Vehicles IOT Based Fuel Monitoring For Vehicles Akshada Kawane 1, Shweta Kompa 2, Pranali Survase 3, Pratiksha Thorat 4... ABSTRACT Nowadays, true record of fuel stuffed and gas consumption in vehicles is no longer

More information

INSPECTION EQUIPMENT FOR SUPPLIED CASES WITH EMPTY BOTTLES

INSPECTION EQUIPMENT FOR SUPPLIED CASES WITH EMPTY BOTTLES INSPECTION EQUIPMENT FOR SUPPLIED CASES WITH EMPTY BOTTLES Georgy Slavchev Mihov 1, Stanimir Damyanov Mollov 1, Ratcho Marinov Ivanov 1, Stoyan Nikolov Jilov 2 1 Faculty of Electronic Engineering and Technologies,

More information

RFID BASED LIBRARY MANAGEMENT SECURITY SYSTEM Shushant Kumar Singh, Avinow Raj, ShahinaFirdoush, and ShrutiKriti

RFID BASED LIBRARY MANAGEMENT SECURITY SYSTEM Shushant Kumar Singh, Avinow Raj, ShahinaFirdoush, and ShrutiKriti International Journal of Computer Engineering and Applications, Volume X, Special Issue, ICRTCST -2016 www.ijcea.com, ISSN 2321-3469 RFID BASED LIBRARY MANAGEMENT SECURITY SYSTEM Shushant Kumar Singh,

More information

Smart Traffic Control System Using Image Processing

Smart Traffic Control System Using Image Processing Smart Traffic Control System Using Image Processing Prashant Jadhav 1, Pratiksha Kelkar 2, Kunal Patil 3, Snehal Thorat 4 1234Bachelor of IT, Department of IT, Theem College Of Engineering, Maharashtra,

More information

Raspberry Pi driven digital signage

Raspberry Pi driven digital signage Loughborough University Institutional Repository Raspberry Pi driven digital signage This item was submitted to Loughborough University's Institutional Repository by the/an author. Citation: KNIGHT, J.

More information

Store Inventory Instruction Guide

Store Inventory Instruction Guide Store Inventory Instruction Guide Review Equipment & Supplies page 2 Set-Up Access Point page 6 Register Scanners page 8 Place Fixture Stickers/Enter Ranges page 10 Scanning Basics and Additional Keyboard

More information

Intelligent Monitoring Software IMZ-RS300. Series IMZ-RS301 IMZ-RS304 IMZ-RS309 IMZ-RS316 IMZ-RS332 IMZ-RS300C

Intelligent Monitoring Software IMZ-RS300. Series IMZ-RS301 IMZ-RS304 IMZ-RS309 IMZ-RS316 IMZ-RS332 IMZ-RS300C Intelligent Monitoring Software IMZ-RS300 Series IMZ-RS301 IMZ-RS304 IMZ-RS309 IMZ-RS316 IMZ-RS332 IMZ-RS300C Flexible IP Video Monitoring With the Added Functionality of Intelligent Motion Detection With

More information

P1: OTA/XYZ P2: ABC c01 JWBK457-Richardson March 22, :45 Printer Name: Yet to Come

P1: OTA/XYZ P2: ABC c01 JWBK457-Richardson March 22, :45 Printer Name: Yet to Come 1 Introduction 1.1 A change of scene 2000: Most viewers receive analogue television via terrestrial, cable or satellite transmission. VHS video tapes are the principal medium for recording and playing

More information

Software Quick Manual

Software Quick Manual XX177-24-00 Virtual Matrix Display Controller Quick Manual Vicon Industries Inc. does not warrant that the functions contained in this equipment will meet your requirements or that the operation will be

More information

How to find books and e-books

How to find books and e-books Library Services How to find books and e-books Introduction This guide will explain how to access and search: - the Library Catalogue to find relevant books on your topic or locate a specific book from

More information

Training Note TR-06RD. Schedules. Schedule types

Training Note TR-06RD. Schedules. Schedule types Schedules General operation of the DT80 data loggers centres on scheduling. Schedules determine when various processes are to occur, and can be triggered by the real time clock, by digital or counter events,

More information

THE NEXT GENERATION OF CITY MANAGEMENT INNOVATE TODAY TO MEET THE NEEDS OF TOMORROW

THE NEXT GENERATION OF CITY MANAGEMENT INNOVATE TODAY TO MEET THE NEEDS OF TOMORROW THE NEXT GENERATION OF CITY MANAGEMENT INNOVATE TODAY TO MEET THE NEEDS OF TOMORROW SENSOR Owlet is the range of smart control solutions offered by the Schréder Group. Owlet helps cities worldwide to reduce

More information

Library Handbook

Library Handbook S Y L V A, N O R T H C A R O L I N A Last updated 2/12/06 Library Handbook 2005-2006 Academic Computer Lab Book Collections Computer Labs Finding Books General User Info Hours Interlibrary Loan Services

More information

UTTR BEST TELEMETRY SOURCE SELECTOR

UTTR BEST TELEMETRY SOURCE SELECTOR UTTR BEST TELEMETRY SOURCE SELECTOR Kenneth H. Rigley David H. Wheelwright Brandt H. Fowers Computer Sciences Corporation, Hill Air Force Base, Utah ABSTRACT The UTTR (Utah Test & Training Range) offers

More information

Information for the 1 st -year students. The Main Library of Poznan University of Medical Sciences

Information for the 1 st -year students. The Main Library of Poznan University of Medical Sciences Information for the 1 st -year students The Main Library of Poznan University of Medical Sciences Contact: Przybyszewskiego 37a Street 60-356 Poznan Phone.: (61) 854 67 59 e-mail: bg@ump.edu.pl http://www.bg.ump.edu.pl/

More information

VEHICLE TELEMETRY DATA IN THE VERTICAL BLANKING INTERVAL

VEHICLE TELEMETRY DATA IN THE VERTICAL BLANKING INTERVAL VEHICLE TELEMETRY DATA IN THE VERTICAL BLANKING INTERVAL Thomas J. Ryan Senior Engineer Instrumentation Development Branch BDM Corp. P.O. Box 416 Ft. Ord, Ca., 93941 ABSTRACT This paper describes how three

More information

Why Connecting to the Internet of Things Project List

Why Connecting to the Internet of Things Project List Why Connecting to the Internet of Things Should Top Your Project List Your things have a story to tell Are you listening? The Internet of Things (IoT) is made up of billions of smart devices, like sensors

More information

Parade Application. Overview

Parade Application. Overview Parade Application Overview Everyone loves a parade, right? With the beautiful floats, live performers, and engaging soundtrack, they are often a star attraction of a theme park. Since they operate within

More information

GS122-2L. About the speakers:

GS122-2L. About the speakers: Dan Leighton DL Consulting Andrea Bell GS122-2L A growing number of utilities are adapting Autodesk Utility Design (AUD) as their primary design tool for electrical utilities. You will learn the basics

More information

o VIDEO A United States Patent (19) Garfinkle u PROCESSOR AD OR NM STORE 11 Patent Number: 5,530,754 45) Date of Patent: Jun.

o VIDEO A United States Patent (19) Garfinkle u PROCESSOR AD OR NM STORE 11 Patent Number: 5,530,754 45) Date of Patent: Jun. United States Patent (19) Garfinkle 54) VIDEO ON DEMAND 76 Inventor: Norton Garfinkle, 2800 S. Ocean Blvd., Boca Raton, Fla. 33432 21 Appl. No.: 285,033 22 Filed: Aug. 2, 1994 (51) Int. Cl.... HO4N 7/167

More information

IMIDTM. In Motion Identification. White Paper

IMIDTM. In Motion Identification. White Paper IMIDTM In Motion Identification Authorized Customer Use Legal Information No part of this document may be reproduced or transmitted in any form or by any means, electronic and printed, for any purpose,

More information

The GTP-32 Control Processor helps you solve equipment interface, control and monitoring problems, quickly and easily

The GTP-32 Control Processor helps you solve equipment interface, control and monitoring problems, quickly and easily 12843 Foothill Blvd. Suite C Sylmar, California 91342 V: 818.898.3380 F: 818.898.3360 sales@dnfcontrols.com www.dnfcontrols.com helps you solve equipment interface, control and monitoring problems, quickly

More information

Simple motion control implementation

Simple motion control implementation Simple motion control implementation with Omron PLC SCOPE In todays challenging economical environment and highly competitive global market, manufacturers need to get the most of their automation equipment

More information

Vision Standards Bring Sharper View to Medical Imaging

Vision Standards Bring Sharper View to Medical Imaging Vision Standards Bring Sharper View to Medical Imaging The noisy factory floor may seem worlds away from the sterile hum of a hospital operating room, but the inspection cameras and robotic arms along

More information

ITU-T Y Functional framework and capabilities of the Internet of things

ITU-T Y Functional framework and capabilities of the Internet of things I n t e r n a t i o n a l T e l e c o m m u n i c a t i o n U n i o n ITU-T Y.2068 TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU (03/2015) SERIES Y: GLOBAL INFORMATION INFRASTRUCTURE, INTERNET PROTOCOL

More information

Positive Attendance. Overview What is Positive Attendance? Who may use Positive Attendance? How does the Positive Attendance option work?

Positive Attendance. Overview What is Positive Attendance? Who may use Positive Attendance? How does the Positive Attendance option work? Positive Attendance Overview What is Positive Attendance? Who may use Positive Attendance? How does the Positive Attendance option work? Setup Security Codes Absence Types Absence Reasons Attendance Periods/Bell

More information

UniVision Engineering Limited Modpark Parking System Technical Description. Automatic Vehicle Access Control by Video Identification/

UniVision Engineering Limited Modpark Parking System Technical Description. Automatic Vehicle Access Control by Video Identification/ Automatic Vehicle Access Control by Video Identification/ Order Code: VISPA10 Introduction ASYTEC offers a vehicle access control system integrated into a car park management system, VISPA10. The system

More information

DELL: POWERFUL FLEXIBILITY FOR THE IOT EDGE

DELL: POWERFUL FLEXIBILITY FOR THE IOT EDGE DELL: POWERFUL FLEXIBILITY FOR THE IOT EDGE ABSTRACT Dell Edge Gateway 5000 Series represents a blending of exceptional compute power and flexibility for Internet of Things deployments, offering service

More information

administration access control A security feature that determines who can edit the configuration settings for a given Transmitter.

administration access control A security feature that determines who can edit the configuration settings for a given Transmitter. Castanet Glossary access control (on a Transmitter) Various means of controlling who can administer the Transmitter and which users can access channels on it. See administration access control, channel

More information

IJMIE Volume 2, Issue 3 ISSN:

IJMIE Volume 2, Issue 3 ISSN: Development of Virtual Experiment on Flip Flops Using virtual intelligent SoftLab Bhaskar Y. Kathane* Pradeep B. Dahikar** Abstract: The scope of this paper includes study and implementation of Flip-flops.

More information

Microbolometer based infrared cameras PYROVIEW with Fast Ethernet interface

Microbolometer based infrared cameras PYROVIEW with Fast Ethernet interface DIAS Infrared GmbH Publications No. 19 1 Microbolometer based infrared cameras PYROVIEW with Fast Ethernet interface Uwe Hoffmann 1, Stephan Böhmer 2, Helmut Budzier 1,2, Thomas Reichardt 1, Jens Vollheim

More information

SAPLING MASTER CLOCKS

SAPLING MASTER CLOCKS SAPLING MASTER CLOCKS Sapling SMA Master Clocks Sapling is proud to introduce its SMA Series Master Clock. The standard models come loaded with many helpful features including a user friendly built-in

More information

E X P E R I M E N T 1

E X P E R I M E N T 1 E X P E R I M E N T 1 Getting to Know Data Studio Produced by the Physics Staff at Collin College Copyright Collin College Physics Department. All Rights Reserved. University Physics, Exp 1: Getting to

More information

InPlace User Guide for Faculty of Arts, Education and Social Sciences Staff

InPlace User Guide for Faculty of Arts, Education and Social Sciences Staff InPlace User Guide for Faculty of Arts, Education and Social Sciences Staff Page 1 of 56 Contents Accessing InPlace... 4 Main Menu... 5 Home... 5 My Details... 5 Help... 6 Alert Notifications... 7 Placement

More information

Table of Contents. iii

Table of Contents. iii Rental Table of Contents Introduction... 1 Technical Support... 1 Overview... 2 Getting Started... 3 Inventory Folders for Rental Items... 3 Rental Service Folders... 3 Equipment Inventory Folders...

More information

SELECTING A HIGH-VALENCE REPRESENTATIVE IMAGE BASED ON IMAGE QUALITY. Inventors: Nicholas P. Dufour, Mark Desnoyer, Sophie Lebrecht

SELECTING A HIGH-VALENCE REPRESENTATIVE IMAGE BASED ON IMAGE QUALITY. Inventors: Nicholas P. Dufour, Mark Desnoyer, Sophie Lebrecht Page 1 of 74 SELECTING A HIGH-VALENCE REPRESENTATIVE IMAGE BASED ON IMAGE QUALITY Inventors: Nicholas P. Dufour, Mark Desnoyer, Sophie Lebrecht TECHNICAL FIELD methods. [0001] This disclosure generally

More information

Printed Documentation

Printed Documentation Printed Documentation Table of Contents INTRODUCTION... 1 Technical Support... 1 Overview... 2 GETTING STARTED... 3 Inventory Folders for Rental Items... 3 Rental Service Folders... 4 Equipment Inventory

More information

Camera and Communication Systems for hazardous Areas. SAMCON Topical Booklet No. 0001

Camera and Communication Systems for hazardous Areas. SAMCON Topical Booklet No. 0001 Camera and Communication Systems for hazardous Areas SAMCON Topical Booklet No. 0001 See...what cannot be seen. Why use a camera when practically nothing can be seen through an inspection window with the

More information

Opus: University of Bath Online Publication Store

Opus: University of Bath Online Publication Store Cope, E. (2012) From UDC to DDC - TESTING : reclassification at the University of Bath. In: Cataloguing and Indexing Group, 2012-09-10-2012-09-11, Sheffield. Link to official URL (if available): Opus:

More information

technical note flicker measurement display & lighting measurement

technical note flicker measurement display & lighting measurement technical note flicker measurement display & lighting measurement Contents 1 Introduction... 3 1.1 Flicker... 3 1.2 Flicker images for LCD displays... 3 1.3 Causes of flicker... 3 2 Measuring high and

More information

replacement systems. PT-F200 Series Permanent-Installation Projectors Please make these projectors your very first recommendations as new or

replacement systems. PT-F200 Series Permanent-Installation Projectors Please make these projectors your very first recommendations as new or 2008 January Approach Book Please make these projectors your very first recommendations as new or replacement systems. Permanent-Installation Projectors Are some of your customers hesitant to switch to

More information

SIDRA INTERSECTION 8.0 UPDATE HISTORY

SIDRA INTERSECTION 8.0 UPDATE HISTORY Akcelik & Associates Pty Ltd PO Box 1075G, Greythorn, Vic 3104 AUSTRALIA ABN 79 088 889 687 For all technical support, sales support and general enquiries: support.sidrasolutions.com SIDRA INTERSECTION

More information

Eagle Business Software

Eagle Business Software Rental Table of Contents Introduction... 1 Technical Support... 1 Overview... 2 Getting Started... 5 Inventory Folders for Rental Items... 5 Rental Service Folders... 5 Equipment Inventory Folders...

More information

Instruction for Diverse Populations Multilingual Glossary Definitions

Instruction for Diverse Populations Multilingual Glossary Definitions Instruction for Diverse Populations Multilingual Glossary Definitions The Glossary is not meant to be an exhaustive list of every term a librarian might need to use with an ESL speaker but rather a listing

More information

(Skip to step 11 if you are already familiar with connecting to the Tribot)

(Skip to step 11 if you are already familiar with connecting to the Tribot) LEGO MINDSTORMS NXT Lab 5 Remember back in Lab 2 when the Tribot was commanded to drive in a specific pattern that had the shape of a bow tie? Specific commands were passed to the motors to command how

More information

The Ohio State University's Library Control System: From Circulation to Subject Access and Authority Control

The Ohio State University's Library Control System: From Circulation to Subject Access and Authority Control Library Trends. 1987. vol.35,no.4. pp.539-554. ISSN: 0024-2594 (print) 1559-0682 (online) http://www.press.jhu.edu/journals/library_trends/index.html 1987 University of Illinois Library School The Ohio

More information

D-Lab & D-Lab Control Plan. Measure. Analyse. User Manual

D-Lab & D-Lab Control Plan. Measure. Analyse. User Manual D-Lab & D-Lab Control Plan. Measure. Analyse User Manual Valid for D-Lab Versions 2.0 and 2.1 September 2011 Contents Contents 1 Initial Steps... 6 1.1 Scope of Supply... 6 1.1.1 Optional Upgrades... 6

More information

Alternative: purchase a laptop 3) The design of the case does not allow for maximum airflow. Alternative: purchase a cooling pad

Alternative: purchase a laptop 3) The design of the case does not allow for maximum airflow. Alternative: purchase a cooling pad 1) Television: A television can be used in a variety of contexts in a home, a restaurant or bar, an office, a store, and many more. Although this is used in various contexts, the design is fairly similar

More information

CI-218 / CI-303 / CI430

CI-218 / CI-303 / CI430 CI-218 / CI-303 / CI430 Network Camera User Manual English AREC Inc. All Rights Reserved 2017. l www.arec.com All information contained in this document is Proprietary Table of Contents 1. Overview 1.1

More information

Software Audio Console. Scene Tutorial. Introduction:

Software Audio Console. Scene Tutorial. Introduction: Software Audio Console Scene Tutorial Introduction: I am writing this tutorial because the creation and use of scenes in SAC can sometimes be a daunting subject matter to much of the user base of SAC.

More information

A b o u t K i o s k s G u i d e. About Kiosks Guide. Copyright WhosOnLocation Limited

A b o u t K i o s k s G u i d e. About Kiosks Guide. Copyright WhosOnLocation Limited A b o u t K i o s k s G u i d e About Kiosks Guide Copyright WhosOnLocation Limited 1 P a g e A b o u t K i o s k s G u i d e P a g e 2 Contents About Kiosks... 3 Elements to a Kiosk... 3 Best Screen /

More information

SELF STORAGE. Self Service Kiosks for. Always on Duty! 24 Hour Sales & Support Remote Monitoring Added Security

SELF STORAGE. Self Service Kiosks for. Always on Duty! 24 Hour Sales & Support Remote Monitoring Added Security Optimize staffing resources and provide great customer service with self-storage automation Always on Duty! 24 Hour Sales & Support Remote Monitoring Added Security Self Service Kiosks for OVER 15 YEARS

More information

USING THE CENTRAL CONTROL DECK IN THE LEARNING STUDIO

USING THE CENTRAL CONTROL DECK IN THE LEARNING STUDIO USING THE CENTRAL CONTROL DECK IN THE LEARNING STUDIO This manual provides detailed information and operating instructions for the Central Control Deck in the learning studios. The learning studio can

More information

Library. Knowledge Base. Library Basics

Library. Knowledge Base. Library Basics Library Knowledge Base Library Basics This presentation will help you: Search and access materials whether print or online Help you find your way around the building Know who to contact for help and support

More information

Bringing an all-in-one solution to IoT prototype developers

Bringing an all-in-one solution to IoT prototype developers Bringing an all-in-one solution to IoT prototype developers W H I T E P A P E R V E R S I O N 1.0 January, 2019. MIKROE V E R. 1.0 Click Cloud Solution W H I T E P A P E R Page 1 Click Cloud IoT solution

More information

Videotape to digital files solutions

Videotape to digital files solutions Front Porch Digital Videotape to digital files solutions The past, present and future of media Front Porch Digital Solutions Eliminating the pain of analog videotapes You don t want to think about it but

More information

Chapter 2. Analysis of ICT Industrial Trends in the IoT Era. Part 1

Chapter 2. Analysis of ICT Industrial Trends in the IoT Era. Part 1 Chapter 2 Analysis of ICT Industrial Trends in the IoT Era This chapter organizes the overall structure of the ICT industry, given IoT progress, and provides quantitative verifications of each market s

More information

Optiflex Interactive Video System

Optiflex Interactive Video System Optiflex Interactive Video System Optiflex Interactive Video System 1 Before You Start...............2 On-site Video Surveillance.......6 Touchscreen Interface Viewing...10 Secure Remote Look-in........16

More information

2-/4-Channel Cam Viewer E- series for Automatic License Plate Recognition CV7-LP

2-/4-Channel Cam Viewer E- series for Automatic License Plate Recognition CV7-LP 2-/4-Channel Cam Viewer E- series for Automatic License Plate Recognition Copyright 2-/4-Channel Cam Viewer E-series for Automatic License Plate Recognition Copyright 2018 by PLANET Technology Corp. All

More information

VU + SOLO2 performance above all

VU + SOLO2 performance above all VU + SOLO2 performance above all A brand new model of popular digital satellite receivers series has come to the market. It is called SOLO2, but the number 2 in the name stands for superscript so it should

More information

North America, Inc. AFFICHER. a true cloud digital signage system. Copyright PDC Co.,Ltd. All Rights Reserved.

North America, Inc. AFFICHER. a true cloud digital signage system. Copyright PDC Co.,Ltd. All Rights Reserved. AFFICHER a true cloud digital signage system AFFICHER INTRODUCTION AFFICHER (Sign in French) is a HIGH-END full function turnkey cloud based digital signage system for you to manage your screens. The AFFICHER

More information

CS101 Final term solved paper Question No: 1 ( Marks: 1 ) - Please choose one ---------- was known as mill in Analytical engine. Memory Processor Monitor Mouse Ref: An arithmetical unit (the "mill") would

More information

Self-guided Tour. A bit about the Library before you begin. Sustainability: The Library has many sustainable features including:

Self-guided Tour. A bit about the Library before you begin. Sustainability: The Library has many sustainable features including: Self-guided Tour This self-guided tour introduces you to the services, collections and learning spaces within the Library. The tour focuses on Levels 1 & 2 of the Library the map on the last page shows

More information

Connecting You to the World YADTEL TV. User Guide

Connecting You to the World YADTEL TV. User Guide Connecting You to the World YADTEL TV User Guide 1 Channel Guide Press GUIDE on the remote OR Press MENU and select the Guide option and press OK. Once you are in the Guide, pressing GUIDE again will change

More information

Cyclone V5 Teletext & Text Publishing System System Overview

Cyclone V5 Teletext & Text Publishing System System Overview Cyclone V5 Teletext & Text Publishing System System Overview The Cyclone Teletext System offers broadcasters and Teletext service operators a complete and inexpensive solution for the preparation, storage

More information

Image Acquisition Technology

Image Acquisition Technology Image Choosing the Right Image Acquisition Technology A Machine Vision White Paper 1 Today, machine vision is used to ensure the quality of everything from tiny computer chips to massive space vehicles.

More information

Home Monitoring System Using RP Device

Home Monitoring System Using RP Device International Research Journal of Computer Science (IRJCS) ISSN: 2393-9842 Issue 05, Volume 4 (May 2017) SPECIAL ISSUE www.irjcs.com Home Monitoring System Using RP Device Mrs. Sudha D 1, Mr. Sharveshwaran

More information

Integration of Simple LIMS with Mindray using Mirth Connect

Integration of Simple LIMS with Mindray using Mirth Connect WHITE PAPER Integration of Simple LIMS with Mindray using Mirth Connect Problem Statement Mindray BS-480 is a blood centrifuge machine that physically analyzes the blood samples for its chemical composition.

More information

A b o u t K i o s k s G u i d e. About Kiosks Guide. Copyright WhosOnLocation Limited

A b o u t K i o s k s G u i d e. About Kiosks Guide. Copyright WhosOnLocation Limited A b o u t K i o s k s G u i d e About Kiosks Guide Copyright WhosOnLocation Limited 1 P a g e A b o u t K i o s k s G u i d e P a g e 2 Contents About Kiosks... 3 Elements to a Kiosk... 3 Multiple Kiosk

More information

Initially, you can access the Schedule Xpress Scheduler from any repair order screen.

Initially, you can access the Schedule Xpress Scheduler from any repair order screen. Chapter 4 Schedule Xpress Scheduler Schedule Xpress Scheduler The Schedule Xpress scheduler is a quick scheduler that allows you to schedule appointments from the Repair Order screens. At the time of scheduling,

More information

Fieldbus Testing with Online Physical Layer Diagnostics

Fieldbus Testing with Online Physical Layer Diagnostics Technical White Paper Fieldbus Testing with Online Physical Layer Diagnostics The significant benefits realized by the latest fully automated fieldbus construction & pre-commissioning hardware, software

More information

Concept of ELFi Educational program. Android + LEGO

Concept of ELFi Educational program. Android + LEGO Concept of ELFi Educational program. Android + LEGO ELFi Robotics 2015 Authors: Oleksiy Drobnych, PhD, Java Coach, Assistant Professor at Uzhhorod National University, CTO at ELFi Robotics Mark Drobnych,

More information

Autotask Integration Guide

Autotask Integration Guide Autotask Integration Guide Updated May 2015 - i - Welcome to Autotask Why integrate Autotask with efolder? Autotask is all-in-one web-based Professional Services Automation (PSA) software designed to help

More information

Be sure to run the vehicle engine while using this unit to avoid battery exhaustion.

Be sure to run the vehicle engine while using this unit to avoid battery exhaustion. CAUTION: TO REDUCE THE RISK OF ELECTRIC SHOCK DO NOT REMOVE COVER (OR BACK) NO USER-SERVICEABLE PARTS INSIDE REFER SERVICING TO QUALIFIED SERVICE PERSONNE; Please Read all of these instructions regarding

More information

SCode V3.5.1 (SP-601 and MP-6010) Digital Video Network Surveillance System

SCode V3.5.1 (SP-601 and MP-6010) Digital Video Network Surveillance System V3.5.1 (SP-601 and MP-6010) Digital Video Network Surveillance System Core Technologies Image Compression MPEG4. It supports high compression rate with good image quality and reduces the requirement of

More information

Innovative Fast Timing Design

Innovative Fast Timing Design Innovative Fast Timing Design Solution through Simultaneous Processing of Logic Synthesis and Placement A new design methodology is now available that offers the advantages of enhanced logical design efficiency

More information

Case analysis: An IoT energy monitoring system for a PV connected residence

Case analysis: An IoT energy monitoring system for a PV connected residence Case analysis: An IoT energy monitoring system for a PV connected residence Marcus André P. Oliveira, 1, Wendell E. Moura Costa 1, Maxwell Moura Costa 1, 1 IFTO Campus Palmas marcusandre@ifto.edu.br, wendell@ifto.edu.br,

More information

Detecting Bosch IVA Events with Milestone XProtect

Detecting Bosch IVA Events with Milestone XProtect Date: 8 December Detecting Bosch IVA Events with Prepared by: Tim Warren, Solutions Integration Engineer, Content and Technical Development 2 Table of Content 3 Overview 3 Camera Configuration 3 XProtect

More information

American DJ. Show Designer. Software Revision 2.08

American DJ. Show Designer. Software Revision 2.08 American DJ Show Designer Software Revision 2.08 American DJ 4295 Charter Street Los Angeles, CA 90058 USA E-mail: support@ameriandj.com Web: www.americandj.com OVERVIEW Show Designer is a new lighting

More information

Mirlyn:

Mirlyn: Mirlyn: http://mirlyn.lib.umich.edu Mirlyn is the Library Catalog at the University of Michigan. The UM community, as well as the general public, may use Mirlyn to search for and locate books, journals,

More information

Introduction to the Library s Website

Introduction to the Library s Website Introduction to the Library s Website This tutorial will: The Library s Website Provide an overview of the services provided on the library s website Explain where to go on the website for those services

More information