something that works: implementing resourcespace open source digital asset management at historic...

36
Something that works David Dwiggins Systems Librarian/Archivist Historic New England [email protected] Twitter: @dwig Open Source DAM at Historic New England

Upload: dwig

Post on 04-Dec-2014

6.906 views

Category:

Technology


3 download

DESCRIPTION

Presentation by David Dwiggins; Delivered at Museum Computer Network Northeast Regional SIG meeting on July 15, 2011, Museum of Fine Arts, Boston, Mass.

TRANSCRIPT

Page 1: Something That Works: Implementing ResourceSpace Open Source Digital Asset Management at Historic New England

Something that works

David Dwiggins

Systems Librarian/Archivist

Historic New England

[email protected]

Twitter: @dwig

Open Source DAM at Historic New England

Page 2: Something That Works: Implementing ResourceSpace Open Source Digital Asset Management at Historic New England

Historic New England’s mission We serve the public by preserving and presenting

New England heritage.

Historic New England is a museum of cultural history that collects and preserves buildings, landscapes, and objects dating from the seventeenth century to the present and uses them to keep history alive and to help

people develop a deeper understanding and enjoyment of New England life and appreciation for its preservation.

Page 3: Something That Works: Implementing ResourceSpace Open Source Digital Asset Management at Historic New England

5 program areas

•  Historic Properties •  Collections •  Preservation Services •  Education •  Library and Archives

Page 4: Something That Works: Implementing ResourceSpace Open Source Digital Asset Management at Historic New England

Collections Access Project •  Multi-year, grant funded effort

to enhance public availability of collections – New collections management

system – Large-scale digitization – New website

•  Project plan did not initially include DAM

Page 5: Something That Works: Implementing ResourceSpace Open Source Digital Asset Management at Historic New England

Existing Imagery •  20,000+ existing digital images of collections

identified before digitization even started

Page 6: Something That Works: Implementing ResourceSpace Open Source Digital Asset Management at Historic New England

Increase in digitization capabilities

Page 7: Something That Works: Implementing ResourceSpace Open Source Digital Asset Management at Historic New England

Contract digitization •  ~1,400 slides of collection objects •  ~8,000 microfilmed glass plate negatives from

Boston Transit collection •  ~ 2,800 transparencies •  ~5,000 black and white museum object prints •  Etc…

Page 8: Something That Works: Implementing ResourceSpace Open Source Digital Asset Management at Historic New England

Need for something!

•  ResourceSpace – Open Source Digital Asset Management – Free! (as in puppies, not beer)

•  Set up as low-commitment experimental tool •  Use by collections staff drove acceptance as

permanent solution

Page 9: Something That Works: Implementing ResourceSpace Open Source Digital Asset Management at Historic New England

ResourceSpace open source DAMs •  Originally developed for Oxfam GB •  Historic New England is using – and helping develop •  Implemented for CAP, but now used across organization

Page 10: Something That Works: Implementing ResourceSpace Open Source Digital Asset Management at Historic New England

ResourceSpace features

•  100% web based •  PHP/MySQL technology •  Support for a wide variety of file formats via

helper applications –  Imagemagick – FFmpeg – Exiftool – Etc.

Page 11: Something That Works: Implementing ResourceSpace Open Source Digital Asset Management at Historic New England

ResourceSpace features •  Automatic creation of derivative images •  Good support for embedded metadata •  Configurable metadata by resource type

Page 12: Something That Works: Implementing ResourceSpace Open Source Digital Asset Management at Historic New England

Permissions •  Permissions can be set by user group, and can

also be overridden at the resource level

Page 13: Something That Works: Implementing ResourceSpace Open Source Digital Asset Management at Historic New England

Collections

•  Allow users to create arbitrary groupings of Resources

•  Sharing –  Internal users – External users via

time-limited URLs

Page 14: Something That Works: Implementing ResourceSpace Open Source Digital Asset Management at Historic New England

Public collections

•  Public collections – Available to all users – Linked from resource record – Show up in search results

•  Themes – Curated collections of

resources

Page 15: Something That Works: Implementing ResourceSpace Open Source Digital Asset Management at Historic New England

Collection contact sheets (PDF)

Page 16: Something That Works: Implementing ResourceSpace Open Source Digital Asset Management at Historic New England

Alternate files

Page 17: Something That Works: Implementing ResourceSpace Open Source Digital Asset Management at Historic New England

Transform Plugin •  Allows users to create

custom derivatives –  Crop –  Set specific size –  Rotate/Flip

•  Multiple output options –  Download –  Save as alternate –  Replace original

(with permission)

Page 18: Something That Works: Implementing ResourceSpace Open Source Digital Asset Management at Historic New England

Filestore

•  Filestore based on hierarchical folders within filesystem (users would never see this)

Page 19: Something That Works: Implementing ResourceSpace Open Source Digital Asset Management at Historic New England

Storage

•  Suse Enterprise server with two iSCSI NAS devices – ~5.4TB logical volume

•  Planning for future expansion – Scalable storage system – Multiple servers talking to a single database?

•  Solution for bulk image creation at two sites

Page 20: Something That Works: Implementing ResourceSpace Open Source Digital Asset Management at Historic New England

Backup/Web: S3Sync

•  Homebrew plugin mirrors filestore data to Amazon S3 – Offsite backup – Online collections

database images

•  Bandwidth challenge – AWS Import/Export

partial solution

Page 21: Something That Works: Implementing ResourceSpace Open Source Digital Asset Management at Historic New England

DAM/collections management integration

•  ResourceSpace –  SOAP server

implemented as plugin (PHP)

–  Takes a resource ID and returns a filesystem path

•  Minisis –  Customization to allow

SOAP lookup rather than linking directly to file on disk

–  Allows user to enter Resource ID and have image appear on cataloging record

Page 22: Something That Works: Implementing ResourceSpace Open Source Digital Asset Management at Historic New England

DAM/collections management integration

• ResourceSpace

Minisis

Page 23: Something That Works: Implementing ResourceSpace Open Source Digital Asset Management at Historic New England

Publication Export

•  Allows users to gather groups of images, then export in “publication ready” format – Full resolution image – FPO – Manifest

•  Long term: FUSE driver to expose collections directly on fileshare?

Page 24: Something That Works: Implementing ResourceSpace Open Source Digital Asset Management at Historic New England

Import process

•  Lightroom (or Phocus?) export presets to generate related names for different files

•  Files go into hotfolder, picked up by customized version of ResourceSpace StaticSync script – StaticSync can operate in sync mode or ingest mode;

we use ingest

Page 25: Something That Works: Implementing ResourceSpace Open Source Digital Asset Management at Historic New England

Import of embedded metadata

Page 26: Something That Works: Implementing ResourceSpace Open Source Digital Asset Management at Historic New England

Import of embedded metadata

Page 27: Something That Works: Implementing ResourceSpace Open Source Digital Asset Management at Historic New England

Geolocation

Page 28: Something That Works: Implementing ResourceSpace Open Source Digital Asset Management at Historic New England

Used by entire organization

•  Property Care Team –  Imported 45,000 existing

images –  Heavy creators and

consumers

•  Web project •  Training for various user

groups

Page 29: Something That Works: Implementing ResourceSpace Open Source Digital Asset Management at Historic New England

DAM Survey

•  Conducted survey of users, summer, 2010 – Approximately one year

after launch – 37 users completed survey

(55% response rate)

•  Complete report available online –  http://goo.gl/PNZxy

Page 30: Something That Works: Implementing ResourceSpace Open Source Digital Asset Management at Historic New England

Need for system

Page 31: Something That Works: Implementing ResourceSpace Open Source Digital Asset Management at Historic New England

Overall satisfaction with system

Page 32: Something That Works: Implementing ResourceSpace Open Source Digital Asset Management at Historic New England

Overall Satisfaction

Page 33: Something That Works: Implementing ResourceSpace Open Source Digital Asset Management at Historic New England

Areas for improvement

Page 34: Something That Works: Implementing ResourceSpace Open Source Digital Asset Management at Historic New England

Supporting open source

•  Active community of users/developers •  PHP/MySQL programmers abound •  Plugin Architecture

– customizations without changing core system

Page 35: Something That Works: Implementing ResourceSpace Open Source Digital Asset Management at Historic New England

The tool is only the first step •  Workflow planning •  Policies & user training •  Metadata standards and

practices •  Monitoring of incoming

resources •  Storage •  Backup •  Integration with other

systems

Page 36: Something That Works: Implementing ResourceSpace Open Source Digital Asset Management at Historic New England

ResourceSpace resources

•  Main Site – http://www.resourcespace.org

•  Wiki – http://wiki.resourcespace.org

•  Google Group – http://groups.google.com/group/resourcespace