230 likes | 396 Views
Collection Building Interfaces with Luna Insight. Gale Halpern ( geh12@cornell.edu ) Representing the Luna Development Team Mira Basara, Rick Silterra, Surinder Ghangas. Growing Image Collections. Large dynamic image collections managed in Luna Insight
E N D
Collection Building Interfaces with Luna Insight Gale Halpern (geh12@cornell.edu) Representing the Luna Development Team Mira Basara, Rick Silterra, Surinder Ghangas
Growing Image Collections Large dynamic image collections managed in Luna Insight • Herbert F. Johnson Museum of Art digitization project (Museum on-line) – began in 1998. • Knight Visual Resources Facility digital image collection for instruction within the Cornell Art, Architecture and Planning departments (Slide Library on-line) – began in August 2007. Smaller dynamic collections in Luna • Rare Books and Manuscript Digital Collection • New York Aerial Photographs
Luna • has an ‘open’ architecture, allowing image collections to interface to collection-specific ‘source’ tables. • permits any collection-specific metadata schema which can be mapped to industry-wide standards. • is a digital delivery platform, not a repository. An interface could be built between Luna and an institutional repository.
Different Challenges faced • Where is the source data? • platform (Oracle, Access,) • commercial vs. homegrown software • Metadata schema (Dublin-Core-like vs. VRA-like (Visual Resource Assoc.)) • Data mapping between Luna and the feeder system • Workflow/coordination of manual and automated tasks • Frequency of update (once per month vs. once per week) • Data quality – whose responsibility is it?
Workflow How Luna collections are created? • Metadata is catalogued by end-users. • Images are scanned from slides/books or objects photographed, then .tiffs are sent to DCAPs for processing (to build .jpeg derivatives). • Data and Images are indexed and linked.
KVRF/Luna interface Library 24 Server Knight Visual Resources Facility Server TEXT FILES Works, Images, Creators, Work Relationships Uploaded TEXT FILES PicTor Access Database Data Clean-up (PERL scripts) Scanned Images (.tiffs) Luna data upload DCAPS PC with Luna Media Batch Tools Image Derivatives (.jpegs) Luna Insight Oracle Database Create Derivatives Luna Indexer CD’s containing .tiffs
The Museum System(TMS)/Luna interface Bonanzap Server (CIT) Library 24 Server (DLIT) Oracle DB Link TMS Oracle Database Oracle views of TMS data Luna Insight Oracle Database Luna Indexer Photo Studio Server (Johnson Art Museum) Digital Images (.tiffs) DCAPS PC with Luna Media Batch Tools Create Derivatives Image Derivatives (.jpegs) CD’s containing.tiffs
PicTor Knight Visual Resource Collection
Text Files Knight Visual Resource Collection Works.txt Images.txt
Data Compliance • Built PERL scripts which reconcile problems in the data • Normalize non-relational data • Consolidate data stored in redundant locations • Populate fields for Images with no Work Number • Ensure correct display sequence (i.e. multiple titles, creators, etc.) Knight Visual Resource Collection
Knight Visual Resource Collection Interface – SQL View • SQL view selects data from the ‘cleaned up’ text file data. • transforms flat Pictor data to a normalized, VRA-like format. • VRA is a Visual Resource Association metadata standard
The Museum System (TMS) HerbertF. Johnson Museum Collection
Part 1. TMS Database – SQL View • TMS data structure is proprietary & non-compliant • View transforms TMS data to HFJ compatible data structure (Dublin Core-like) • Created one TMS view per HFJ DC-like table HerbertF. Johnson Museum Collection
Part 2: Luna SQL View of a TMS SQL View • hfj.bvtitle selects from vtitle @bonanzap (the TMS server at CIT). • Results of hfj.bvtitle are loaded into hfj.bvt_table a table on the Luna server. • Luna indexer runs against the hfj.bvt_table. HerbertF. Johnson Museum Collection
What’s important for future? Building future library systems: • Buying/contracting for external solutions or building blocks(Luna Insight, Artstor, The Museum System) • Use of SQL views to transform metadata and build interface. • Using building blocks and interfaces (glue) to create working systems.
Some thoughts on the future • Create image collection repositories while maintaining the ability to build collections (should Luna source tables be Fedora repositories?) • Improve the building blocks (i.e. replace Pictor with an Oracle solution). • Improve the metadata (shouldn’t these all be OAI-PMH compatible?) • Migrate to real-time interfaces without human intervention.