Adding Thumbnails to OAIster Using the Digital Collection Gateway

Slides:



Advertisements
Similar presentations
Adding OAI-ORE Support to Repository Platforms Alexey Maslov, Adam Mikeal, Scott Phillips, John Leggett, Mark McFarland Texas Digital Library TCDL09.
Advertisements

Metadata Normalization (Stein) Runar Bergheim. About Metadata Normalization The best place to perform normalization is in the collection management system.
Focus on Your Content, Not on Ingesting Your Content Terry Brady Applications Programmer Analyst Georgetown University Library
ETD Management in the Texas Digital Library Adam Mikeal Texas Digital Library ETD 08 Aberdeen, Scotland June 6, 2008.
IRRA DSpace April 2006 Claire Knowles University of Edinburgh.
Possibility in Digital Collection Management Introduction to CONTENTdm TM Hitoshi Kamada University of Arizona Presentation for OCLC-CJK Users Group Annual.
OpenDOAR and ROAR RSP Services Day, Bath, 15 th Jan.2009 Peter Millington SHERPA Technical Development Officer SHERPA, University.
MacKenzie Smith Associate Director for Technology MIT Libraries.
OCLC Digital Archive Overview Judith Cobb LIPA Meeting July 2006.
Large Scale Digitization Workflow Yale University Library January 2008.
Linking UML Resources to Google Scholar (and Beyond!) April 21 st, 2006 UML Reference Forum.
Integration of Disciplinary Repository, Institutional Repository and National Portal NAMIKI Takao*, HORIKOSHI Kunie, SUZUKI Masako, SUGITA Shigeki**, KIKUCHI.
EXtensible Catalog XC Drupal Toolkit. XC Software Overview User Interface for searching and browsing Library Website (on Drupal) VoyagerUR Research XC.
Institutional Repositories Susan Gibbons Director, Digital Library Initiatives University of Rochester Libraries
OpenDOAR and ROAR RSP Services Day, Nottingham, 23 rd Apr.2008 Peter Millington SHERPA Technical Development Officer SHERPA, University.
Ingest and Loading DigiTool Version 3.0. Ingest and Loading 2 Ingest Agenda Ingest Overview and Introduction Ingest activity steps Transformers Task Chains.
Dspace – Digital Repository Dawn Petherick, University Web Services Team Manager Information Services, University of Birmingham MIDESS Dissemination.
NOBLE Digital Library. How does it work? The NOBLE Digital Library uses the DSpace platform. Image files and metadata are imported into DSpace using.
Norwegian Open Research Archives (NORA) How and why is the NORA project adding value to the institutional repositories established in Norway?
Janine Dunlop UCT Libraries. Digital Collections are everywhere on campus.
Go to the MTSD Home Page In the URL add “/admin”
Collections Management Museums EMu 4.0 EMu (And where to from there!) Alex Fell Operations Manager KE Software (UK)
How to participate in the Union Catalogue Project Hussein Suleman Sivulile – Open Access South Africa Advanced Information Management.
Can we be doing more? Beth Tillinghast University of Hawaii at Manoa October 19, 2011 Archive-It Partner Meeting ACCESS TO OUR ARCHIVED WEBSITE COLLECTIONS.
Digital Volcanoes and Data Flows Carol Hamilton 1VALA 2012.
IR Applications at University of Saskatchewan Library: present and future CARL Institutional Repository Luncheon Saskatoon, SK June 8, 2005 David Fox Head,
Automating Collections - How to Simplify and Be More Effective.
VITAL at the National Library of Wales Glen Robson
Chapter 11 Using SAS ® Web Report Studio. Section 11.1 Overview of SAS Web Report Studio.
About the “K” Archives Staffed part-time + students only Have older but still OK tech setup Just beginning digital initiatives Collection includes approximately.
Verification & Validation. Batch processing In a batch processing system, documents such as sales orders are collected into batches of typically 50 documents.
Collections Management Museums EMu 4.0 EMu (And where to from there!) Bernard Marshall Chief Technical Officer KE Software.
Computer Vocabulary Peripheral a device that can be connected to a computer for input or output.
CSUN eCommons Submitting Learning Objects to CSUN eCommons: A Preliminary Guide February 7, 2008.
OAIster and the WorldCat Digital Collection Gateway Casey A. Mullin Discovery Metadata Librarian Stanford University Music OCLC Users Group Annual Meeting.
Davisware GlobalEdge 2008 Payroll Main Menu Time Entry and Payroll Processing.
CEOS CWIC Report: Metadata Mapping Table Cocoa Beach, FL WGISS-37, April 2014 Michael Morahan
Digital Library Syllabus Uploader Will Cameron CSC 8530 Fall 2006 Presentation 1.
Importing record using DOIs Catherine Jones & Robert Darby eScience Centre, Science & Technology Facilities Council.
About the “K” Archives Staffed part-time + students only Collection includes at least 25,000 images In early stages of digital initiatives.
DLF Fall Forum DLF/IMLS OAI Project Update A Tale of Three Registries Plus a few other things By Tom Habing
A Project of the University Libraries Ball State University Libraries A destination for research, learning, and friends.
VIVA Special Collections Committee GRANT MEETING January 26, 2007 METADATA: The Who, What, Why, Where, and When Bob Vay George Mason University.
DLF Fall Forum The Distributed Library: OAI for Digital Library Aggregation UIUC’s Role: Registry of OAI Data Providers
ScholarSpace UHM’s Institutional Repository Kathleen Luschek Spring 2016 LTEC 690.
Software & Technologies: an overview
Synchronizing data from Alma to remote digital repository
Getting Started with DOIs in the Institutional Repository
Lifecycle …of OAI …of DPs and SPs
Repository Software Marc Goovaerts, Hasselt University Library
The Hosted Model Charl Roberts Good morning again,
MyBibliography and SciENcv for NIH Public Access Policy Compliance
Introduction, Features & Technology
Some ways to encourage quality programming
Mining Digital Archives through OAI, Web Services & Google Indexing
Introduction to DSpace
Library Technology Conference: Building Exhibits
eCulture Science Gateway – reloaded
Automating Collections - How to Simplify and Be More Effective
IDEALS at the University Of Illinois: A Case Study of Integration Between an IR and Library Discovery Systems Sarah L. Shreeves University of Illinois.
York University Libraries Research in YorkSpace
Code Analysis, Repository and Modelling for e-Neuroscience
Relations.
Automating Collections - How to Simplify and Be More Effective
OpenDOAR and ROAR RSP Services Day, Nottingham, 23rd Apr.2008
Interactive media.
Code Analysis, Repository and Modelling for e-Neuroscience
Introduction to Digital Libraries Assignment #3
Using Addition Properties
Introduction to Digital Libraries Assignment #4
Presentation transcript:

Adding Thumbnails to OAIster Using the Digital Collection Gateway Daniel Ishimitsu daniel20@hawaii.edu University of Hawaii, Hamilton Library

Overview Add the thumbnail URL to our OAI-PMH output Add our repository to the WorldCat Digital Collection Gateway Map our metadata

Streetprint

DSpace (ScholarSpace, eVols)

Creating dc.identifier.thumbnail (Streetprint)

OAI-PMH Output (Streetprint)

DSpace Options Enter thumbnail into metadata by hand for each record No coding Very time consuming Alter OAI output to automatically include the thumbnail URL Requires coding No extra input needed

Creating dc.identifier.thumbnail (DSpace – Option 1)

Creating dc.identifier.thumbnail (DSpace – Option 1)

Creating dc.identifier.thumbnail (DSpace – Option 1)

Adding thumbnails directly to OAI Manual entry is tedious! Let’s try to automate the process...

Adding thumbnails directly to OAI (DSpace – Option 2)

Adding thumbnails directly to OAI (DSpace – Option 2) [dspace]/bin/dspace filter-media - Creates image thumbnails with the JPEGFilter

Adding thumbnails directly to OAI (DSpace – Option 2)

Adding thumbnails directly to OAI (DSpace – Option 2) OAIDCCrosswalk.java

Adding thumbnails directly to OAI (DSpace – Option 2)

OAI-PMH Output (DSpace)

Overview Add the thumbnail URL to our OAI-PMH output Add our repository to the WorldCat Digital Collection Gateway Map our metadata

Log In to WorldCat Digital Collection Gateway

Adding Our Repository

Adding Our Repository

Overview Add the thumbnail URL to our OAI-PMH output Add our repository to the WorldCat Digital Collection Gateway Map our metadata

Mapping Metadata

Mapping the Thumbnail (Streetprint)

Mapping the Thumbnail (DSpace)

Mapping Metadata

Mapping Metadata

Mapping Metadata

Thumbnail Mapping Results (Streetprint)

Thumbnail Mapping Results (DSpace)

Adding Thumbnails to OAIster Using the Digital Collection Gateway Daniel Ishimitsu daniel20@hawaii.edu University of Hawaii, Hamilton Library