ConnectingSystems to Enhance Discoverability

Preview:

Citation preview

Connecting Systems to Enhance the Discoverability of Hidden

Collections

Cheryl Gowing Dir., Information Mgmt & Systems

Hong Ma Former Information Systems Librarian Head of Systems, Loyola University Chicago

1CIL 2014

University of Miami Libraries○ Main (Richter),

Architecture, Business, Marine, & Music Libraries; Off-Site Storage• Separate Law & Medical

Libraries

○ 3+ million volumes○ 110 digital collections

w/1,064,732 objects○ 140 staff [35 Librarians]

Special Collections at UM

CIL 2014 3

Challenge: Manage & Expose Special Collections

CIL 2014 4

Old Manual Request Forms

CIL 2014 5

Solutions

o Aeon

o Archon

o CONTENTdm

o Summon

o Special Collections Request Management Software

o EAD Finding Aid Repository

o OCLC’s Digital Collection Management Software

o Serial Solutions Web-scale Discovery Service

CIL 2014 6

Connections between Discovery and Management

CIL 2014 7

CONTENTdm

Library Catalog

Content has been ingested into Summon unified index

CONTENTdm

Library Catalog

Digital Exhibition

More Connections

Special Collections Request Mgmt

CIL 2014 9

AEON: special collections request software○ Developed by Atlas Systems, Inc which also developed ILLiad.

○ It offers a web based interface for researchers to request rare books, manuscripts and archives online as well as desktop client for staff to manage these requests.

○ Aeon implementation and integration with other tools makes patrons’ lives easier and makes the management of daily procedures and compilation of usage statistics more streamlined.

10CIL 2014

User Track Requests

CIL 2014 11

Staff View for All Requests

CIL 2014 12

Reproduction Request

CIL 2014 13

Request Moves to Awaiting Order Processing Queue

CIL 2014 14

Generating the Billing Invoice and Email

CIL 2014 15

In Photoduplication: Deliver Item

CIL 2014 16

Researcher View/Download Items from Aeon Account

CIL 2014 17

Connection with OPAC

CIL 2014 18

The request form is Auto-populated

CIL 2014 19

Aeon Customization Manager OpenURL Mapping: Backend Configurations

CIL 2014

Enhancement: Catalog Search Addon

CIL 2014 21

Enhancement: Catalog Search Addon

Catalog Search Result is Ready for Import

CIL 2014 22

More information imported to the Request

CIL 2014 23

Archon for Archival Finding Aids○ Open source

platform developed by U of Illinois

○ Migrating to ArchivesSpace – merging Archivist Toolkit and Archon

Archon slides by Kyle Rimkus, with thanks to Beatrice Skokan, Chris Prom, and Scott Schwartz

Aeon “Request” Button was Available on Archon Archon

CIL 2014 25

Auto-populated Finding Aids Request Form

CIL 2014 26

Hacked “Research Cart”

CIL 2014 27

Researchers Review/Submit Requested Items in the Cart

CIL 2014 28

Requests are Submitted Automatically

CIL 2014 29

Researcher can edit each request

CIL 2014 30

Aeon Request Options on the CONTENTdm Site

CIL 2014 31

Auto-populated Digital Collection Request Form

CIL 2014 32

Omeka Digital Exhibits Request

○ Omeka – open source CMS, typically used to present digital exhibits

○ Aeon integration allows for requests of physical items and/or reproductions of the digital images

CIL 2014 33

Omeka Requests

LITA 2012 34

Summon: Web-scale Discovery Tool○ Developed by ProQuest: One search to a single unified index.○ Summon content scope:

• Library Catalog Records• Digital Collections• Finding Aids• Full-text articles & E-books• Newspaper articles, dissertations, institutional repositories, image

collections, etc.

35CIL 2014

Summon at UM

○ We implemented Summon in 2010○ Incorporate library catalog records, digital collections from

CONTENTdm and in the process to ingest Finding Aids records.○ Faculty and Students no longer need to determine where to start their

search.○ Now user can go to unified single search interface to discovery

special collection items and make request in the context of needs.

CIL 2014 36

Impact○ UM Special Collections department keep track of collection

usages and analyze/identify Most Used collections

UM Special Collections Dept. received NHRC grant ($153,809) for reprocessing Pan American World Airways Collection.

CIL 2014 37

thanks to Athena Jackson , Special Collections Librarian who provided the information

Applied technologies

○ OpenURL○ Z39.50 ○ PHP and JavaScript○ Lua: A lightweight embeddable scripting

language. (Used by Atlas for catalog add-on)

CIL 2014 38

CIL 2014 39

request['ItemTitle'] = $('#metadata_title').text().trim(); request['ItemDate'] = $('#metadata_date').text().trim(); request['Notes'] = $('#metadata_note').text().trim(); request['ItemVolume'] = $('#metadata_contai').text().trim();

}

var baseUrl = 'http://aeon.library.miami.edu/aeon/aeon.dll';

function createRequest(requestType) { var request = {};

if (view && view === 'singleitem') {

Sample Code: Create Request

CIL 2014 40

function sendToAeon(request) { var url = baseUrl; if (request['RequestType'] === 'Loan') { if (loanUseDefaultForms) { url = url + '?Action=10&Form=21' } else { url = url + '?Action=10&Form=20&Value=' + loanGenericRequestForm; } } else { if (copyUseDefaultForms) { url = url + '?Action=10&Form=23'; } else { url = url + '?Action=10&Form=20&Value=' + copyGenericRequestForm; } }

Sample Code: Send Request to Aeon

Extended Use of Aeon ○ Keep track of special collection items for Cataloging process.

• Aeon client allows you to build relationships between user accounts.

• Researcher account - proxy account ---- “Cataloger” / “Cataloging department account”

• Customized queue can be set up for Cataloging department○ Keep track of special collection items for digitization and

preservation process. ○ Set up ILL queue for all requests coming from ILL requests.○ Set up Off-campus Storage queue for requests from SC units○ Adding more sites into use of Aeon.

41CIL 2014

Questions?

CIL 2014 42

Cheryl Gowing: cgowing@miami.eduHong Ma: hma2@luc.edu

Recommended