CREATING AN ARCHIVES/MUSEUM DATABASE James Mitchell LS560 – Spring 2013.

Slides:



Advertisements
Similar presentations
Collections Management Software for Museums and Archives r e d i s c o v e r y s o f t w a r e. c o m O V E R V I E W P R E S E N T A T I O N.
Advertisements

Library Automation Overview of Results January 24 th 2006 Jomo Kenyatta Memorial Library.
Process and Compliance and the RCUK Policy: Funders’ Author Support Pages RLUK Workshop on Implementation of the RLUK Policy 28 th January 2013 Bill Hubbard.
COMP106 Assignment 2 – A new interface design Proposal 6.
BA271 Week 6 Lecture Database Overview Dave Sullivan.
Introduction to Special Collections and Archives Danette Cook Adamson Special Collections Librarian
GIS A geographic information system. A GIS is most often associated with a map. A GIS is most often associated with a map. The map is a display of a data.
Database Design Concepts Info 1408 Lecture 2 An Introduction to Data Storage.
1 Chapter 2 Database Environment. 2 Objectives of Three-Level Architecture u All users should be able to access same data u User’s view immune to changes.
Relational Databases What is a relational database? What would we use one for? What do they look like? How can we describe them? How can you create one?
Chapter 1 Introduction to Databases
HTML Comprehensive Concepts and Techniques Intro Project Introduction to HTML.
New Innovative Access to Educational and Cultural Multimedia Contents Yuka Egusa Educational Resources Research Center, National Institute for Educational.
2.3 Organising Data for Effective Retrieval
CS370 Spring 2007 CS 370 Database Systems Lecture 2 Overview of Database Systems.
The University of Akron Dept of Business Technology Computer Information Systems DBMS Functions 2440: 180 Database Concepts Instructor: Enoch E. Damson.
Linking and Exploring Authority Files TEL-ME-MOR/M-CAST Seminar, Prague November 23 rd 2006 Hans-Jörg Lieder, Berlin State Library.
Lesson 1 -What is a Database? -Fields and Records
Management Information Systems By Effy Oz & Andy Jones
Drug Information Resources Ch.#4. Generally, the best method to find drug- related information includes a stepwise approach moving first through: -Tertiary.
LIS 506 (Fall 2006) LIS 506 Information Technology Week 11: Digital Libraries & Institutional Repositories.
Chapter 7: Database Systems Succeeding with Technology: Second Edition.
Administrative Software Chapter 7 Teaching and Learning with Technology.
Amos Kujenga ADLSN Training Coordinator Addis Ababa, Ethiopia 5 – 7 November 2014 Introduction To Digital Libraries and Repositories.
Review of Literature Announcement: Today’s class location has been rescheduled to TEC 112 Next Week: Bring four questions (15 copies) to share with your.
Web Search. Structure of the Web n The Web is a complex network (graph) of nodes & links that has the appearance of a self-organizing structure  The.
Database Management System CCPS1533 Dr. Abdulsamad Ebrahim.
What is a Database? A Database is…  an organized set of stored information usually on one topic  a collection of records  a way to organize information.
Access 2013 Microsoft Access 2013 is a database application that is ideal for gathering and understanding data that’s been collected on just about anything.
Complete theory from last lesson… Put today’s date in the front of your book Read pages 46 and 47 of the textbook…
Databases. What is a database?  A database is used to store data. The word DATA is actually Latin for FACTS. A database is, therefore, a place, or thing.
PA APCO 2009 Special Training Conference Tracy Simmons July 16, 2009 Public Safety and Homeland Security Bureau.
DATABASE SYSTEMS. DATABASE u A filing system for holding data u Contains a set of similar files –Each file contains similar records Each record contains.
Introduction to Database Tonga Institute of Higher Education NOS 215.
MS Access: Database Concepts Instructor: Vicki Weidler Assistant: Joaquin Obieta.
Database Systems Basic Data Management Concepts
Database Environment Chapter 2. Data Independence Sometimes the way data are physically organized depends on the requirements of the application. Result:
Utilizing Databases to Manage Precision Ag Data Candice Johnson BAE 4213 Spring 2004.
ADVANTAGES OF DATA BASE MANAGEMENT SYSTEM. TO BE DICUSSED... Advantages of Database Management System  Controlling Data RedundancyControlling Data Redundancy.
Microsoft Access is a database program to manage sort retrieve group filter for certain records.
Why do we need a database?
Information Systems Today: Managing in the Digital World TB3-1 3 Technology Briefing Database Management “Modern organizations are said to be drowning.
MS-Access XP Lesson 4. Modifying Queries 1.Select query in queries 2.Click design button or Right click on query and click design view 3.Change query.
Workflows Symphony 3.2 CIRCULATION MODULE OVERVIEW Ontario Library Service - North 2009.
Introduction to Databases Dr. Osama AL Rababah. Objectives In this capture you will learn: Some common uses of database systems. The characteristics of.
Chapter 2 Database Environment.
1 Database Environment. 2 Objectives of Three-Level Architecture u All users should be able to access same data. u A user’s view is immune to changes.
1 Chapter 2 Database Environment Pearson Education © 2009.
1 Turnitin in BUMoodle - Quick Reference Guide for Staff (This quick guide is a modified version of the one prepared by ITO/ITSC.) Turnitin Standard online.
Online | classroom| Corporate Training | certifications | placements| support CONTACT US: MAGNIFIC TRAINING INDIA USA :
Using JSTOR May What is JSTOR?JSTOR 2.JSTOR demonstration −Searching JSTOR −Format of the journal content −Linking to content on JSTOR 3.Help.
IS 130 Information systems 1
PastPerfect.
Database Systems Chapter 3 1.
To start the presentation
Database Management  .
Chapter 2 Database Environment Pearson Education © 2009.
What is a Database and Why Use One?
Chapter 2 Database Environment Pearson Education © 2009.
Chapter 2 Database Environment.
Do it now activity Since the beginning of the term you have planned a database based on your own scenario. Using your plan you are going to create a database,
Database Environment Transparencies
The New Face of Information Retrieval: The Ankara University Open Access Platform Prof. Dr. Sekine Karakaş Prof. Dr. Doğan.
Data Model.
Manuscript Transcription Assistant Initiative
Spreadsheets, Modelling & Databases
Problem Statement and Significance
This presentation document has been prepared by Vault Intelligence Limited (“Vault") and is intended for off line demonstration, presentation and educational.
Chapter 2 Database Environment Pearson Education © 2009.
Microsoft Access Date.
Presentation transcript:

CREATING AN ARCHIVES/MUSEUM DATABASE James Mitchell LS560 – Spring 2013

Proposed Website

About the Site FHU’s Archives and Special Collections is managed by one professional staff member and four student workers. The purpose of this database is to provide a portal for authorized users to enter, modify, and query data relevant to the management of the archives.

The Database Archives, Museums, and Manuscript Libraries utilize a variety of data sets to manipulate and access information. Flat files traditionally created by these organizations include donor files, accession files, outgoing loan files, inventories, etc. A relational database makes it possible for the archivist/curator to query a database to answer a variety of questions, such as: How many donations have been given by a certain individual? What accessions does the archives have loaned out to a particular institution?

The Database To demonstrate the capabilities a relational database could have for the FHU Archives, I created four tables with three defined relationships. The tables consist of the following: Accessions, Donors, Borrowers, Outgoing Loans. The following relationships were created to prevent replication of data: Accession>Outgoing Loans, Accessions>Donors, and Borrowers>Outgoing Loans.

Relationships

Queries Two practical scenarios were developed to demonstrate this database’s capabilities for manipulating data to retrieve relevant information.

Query 1 Query 1: In this scenario, I wanted to demonstrate the databases capability of limiting data to a particular donor. Specifically, I wanted to answer this question. What accessions have been donated by Bill Monroe. I developed the following query: SELECT "Accessions"."AccessionID" AS "AccessionID", "Accessions"."Description" AS "Description", "Accessions"."DonorID" AS "DonorID" FROM "Accessions" "Accessions" WHERE ( "DonorID" = 2 ) ORDER BY "Accessions"."AccessionID"

Query 1 (Results) Accessions Donated by Bill Monroe

Query 2 In this second scenario, I wanted to determine what outgoing loans there have been before today. I developed the following query: SELECT "Outgoing_Loans"."BorrowerID" AS "BorrowerID", "Outgoing_Loans"."Date Loaned" AS "Date Loaned", "Outgoing_Loans"."Date Returned" AS "Date Returned", "Outgoing_Loans"."AccessionID" AS "AccessionID" FROM "Outgoing_Loans" "Outgoing_Loans"

Query 2 (Results) Outgoing Loans to Date

Query Report I decided to create a basic report of the first query. This report is a human friendly version of the data retrieved from the first query.

Reports (Example)

Conclusion As you can see, the usage of relational databases contains a variety of capabilities that typical flat file databases don’t make possible. From this VERY basic database, it can be seen that relational databases possess versatile and useful options for archives, museums, and manuscript repositories.