waypoints a digital archive of u.s. coast guard history final project presentation ken langford

45
Waypoints A Digital Archive of U.S. Coast Guard History Final Project Presentation Ken Langford

Upload: wilfred-bennett

Post on 18-Jan-2016

216 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Waypoints A Digital Archive of U.S. Coast Guard History Final Project Presentation Ken Langford

Waypoints A Digital Archive of U.S. Coast Guard History

Final Project PresentationKen Langford

Page 2: Waypoints A Digital Archive of U.S. Coast Guard History Final Project Presentation Ken Langford

U.S. Coast Guard Historical Archive

Maintained by U.S. Coast Guard historians office in Washington, D.C.

Donated materials from donors/donor groups; materials collected by USCG historians

Size of collection ~200K artifacts (depends on who you ask)

Page 3: Waypoints A Digital Archive of U.S. Coast Guard History Final Project Presentation Ken Langford

Diverse Collection of Artifacts Physical artifacts

(e.g., lighthouse lenses, artistic works)

Historical files (e.g., case documents of the Titanic sinking)

Photographic images

Page 4: Waypoints A Digital Archive of U.S. Coast Guard History Final Project Presentation Ken Langford

Current Storage Solution

Page 5: Waypoints A Digital Archive of U.S. Coast Guard History Final Project Presentation Ken Langford

Current Access Method (paper)

Page 6: Waypoints A Digital Archive of U.S. Coast Guard History Final Project Presentation Ken Langford

Current Access Method (digital)

Page 7: Waypoints A Digital Archive of U.S. Coast Guard History Final Project Presentation Ken Langford

Flow Model

Page 8: Waypoints A Digital Archive of U.S. Coast Guard History Final Project Presentation Ken Langford

The Solution: Waypoints Administrative interface

Capture information on artifacts in a structured, consistent way

Add U.S. Coast Guard-specific metadata to enrich collection

Public interface Access entire collection online Promote exploration of underutilized

(public) materials

Page 9: Waypoints A Digital Archive of U.S. Coast Guard History Final Project Presentation Ken Langford

Conceptual Design: Usage Info Administrative interface

Users: historians, record keepers Needs: uncomplicated, fast input Tasks: record input, metadata creation,

retrieve data

Public interface Users: USCG retirees, historians, public Needs: support content retrieval Tasks: subject browse, keyword search

Page 10: Waypoints A Digital Archive of U.S. Coast Guard History Final Project Presentation Ken Langford

Conceptual Design: Data

Entities Artifact

Photograph, historic document, physical artifact, video, oral history, artwork

Creator Donor Collection Historian Historian Review

Page 11: Waypoints A Digital Archive of U.S. Coast Guard History Final Project Presentation Ken Langford

Conceptual Design: Metadata Year Person Thing Event Mission Unit Organization Location

Page 12: Waypoints A Digital Archive of U.S. Coast Guard History Final Project Presentation Ken Langford

Faceted (hierarchal) Metadata

Page 13: Waypoints A Digital Archive of U.S. Coast Guard History Final Project Presentation Ken Langford

ArtifactID

Artifact

User

UserID

Donor

Creator

Collection

HistorianReview

Historian

OralHistory

PhysicalArtifact

Video

HistoricDocument

Artwork

CreatorID

DonorID

CollectionID

HistorianReveiwID

HistorianID

ArtworkID

HistoricDocumentID

PhysicalArtifactID

OralHistoryID

VideoID

CreatorID

DonorID

CollectionID

Photograph

PhotographID

ArtifactID

HistorianReviewID

ArtifactID

ArtifactID

ArtifactID

ArtifactID

ArtifactID

Logical Design

ArtifactID

ArtifactID

ArtifactID

ArtifactID

HistorianID

DonorID

Page 14: Waypoints A Digital Archive of U.S. Coast Guard History Final Project Presentation Ken Langford

ArtifactID

Artifact

CreatorID

DonorID

CollectionID

HistorianReviewID

Year

OrganizationAssociation

MissionAssociation

UnitAssociation

ThingAssociation

LocationAssociation

PersonAssociation

EventAssociation

associationIDartifactID

personFacetID

thingFacetID

eventFacetID

missionFacetID

unitFacetID

organizationFacetID

locationFacetID

associationIDartifactID

associationIDartifactID

associationIDartifactID

associationIDartifactID

associationIDartifactID

associationIDartifactID

Person

Thing

Event

Mission

Unit

Organization

Location

Logical Design(continued)

Page 15: Waypoints A Digital Archive of U.S. Coast Guard History Final Project Presentation Ken Langford

ER Diagram

Page 16: Waypoints A Digital Archive of U.S. Coast Guard History Final Project Presentation Ken Langford

Logical Design

Design Challenges Artifact sub-classing

Deciding which types of artifacts to represent

Handling photos Metadata structure and associations

Conveying many to many relationship Designing a UI for a faceted metadata

hierarchy

Page 17: Waypoints A Digital Archive of U.S. Coast Guard History Final Project Presentation Ken Langford

Physical Design

PHP and MySQL Implemented logical design in MySQL 4.1

and MySQL 3.23 Access Waypoints DB using PHP via Web DB management done primarily with

phpMyAdmin & PHP scripts

Page 18: Waypoints A Digital Archive of U.S. Coast Guard History Final Project Presentation Ken Langford

UI Design

Users Tasks Competitive evaluations Heuristic evaluation Testing, retesting

Page 19: Waypoints A Digital Archive of U.S. Coast Guard History Final Project Presentation Ken Langford

Users System

administrator

Subject matter expert

Casual browser

Page 20: Waypoints A Digital Archive of U.S. Coast Guard History Final Project Presentation Ken Langford

Tasks Data entry

System log in Add, update, & delete records Review records

Content review Search (including save, recall, & sort) Browse View images & descriptive content Submit feedback Link to other resources

Page 21: Waypoints A Digital Archive of U.S. Coast Guard History Final Project Presentation Ken Langford

Task Analysis

Page 22: Waypoints A Digital Archive of U.S. Coast Guard History Final Project Presentation Ken Langford

Scenarios

A new find Sorting through new materials & adding

data to database Searching for a friend

Helping a friend locate materials about their time in the service

A history lesson Researching a topic for a paper

Page 23: Waypoints A Digital Archive of U.S. Coast Guard History Final Project Presentation Ken Langford

Competitive Evaluation The Flamenco Search Interface Project

(University of California) The Charles W. Cushman Photography

Collection (University of Indiana) The Japanese American Relocation Digital

Archive MuseoSuomi (MuseumFinland) The San Francisco Public Library The International Children’s Digital Library

Page 24: Waypoints A Digital Archive of U.S. Coast Guard History Final Project Presentation Ken Langford

Competitive Eval (cont’d)

Page 25: Waypoints A Digital Archive of U.S. Coast Guard History Final Project Presentation Ken Langford

Competitive Eval (cont’d)

Page 26: Waypoints A Digital Archive of U.S. Coast Guard History Final Project Presentation Ken Langford

Paper Prototype

Page 27: Waypoints A Digital Archive of U.S. Coast Guard History Final Project Presentation Ken Langford

Main (intro) Page

Page 28: Waypoints A Digital Archive of U.S. Coast Guard History Final Project Presentation Ken Langford

Initial Browse

Page 29: Waypoints A Digital Archive of U.S. Coast Guard History Final Project Presentation Ken Langford

Mid-Level Browse

Page 30: Waypoints A Digital Archive of U.S. Coast Guard History Final Project Presentation Ken Langford

End Browse

Page 31: Waypoints A Digital Archive of U.S. Coast Guard History Final Project Presentation Ken Langford

Paper Prototype (cont’d)

Page 32: Waypoints A Digital Archive of U.S. Coast Guard History Final Project Presentation Ken Langford

Record Entry

Page 33: Waypoints A Digital Archive of U.S. Coast Guard History Final Project Presentation Ken Langford

Metadata Association

Page 34: Waypoints A Digital Archive of U.S. Coast Guard History Final Project Presentation Ken Langford

Hi-fi Prototyping

Web interface Photo input (record entry) Photo detail (end browse)

Page 35: Waypoints A Digital Archive of U.S. Coast Guard History Final Project Presentation Ken Langford

First Interactive Prototype

Page 36: Waypoints A Digital Archive of U.S. Coast Guard History Final Project Presentation Ken Langford

Browsing

Page 37: Waypoints A Digital Archive of U.S. Coast Guard History Final Project Presentation Ken Langford

Browsing

Page 38: Waypoints A Digital Archive of U.S. Coast Guard History Final Project Presentation Ken Langford

Browsing

Page 39: Waypoints A Digital Archive of U.S. Coast Guard History Final Project Presentation Ken Langford

Administration

Page 40: Waypoints A Digital Archive of U.S. Coast Guard History Final Project Presentation Ken Langford

Demo Let’s take a look

Page 41: Waypoints A Digital Archive of U.S. Coast Guard History Final Project Presentation Ken Langford

Executive Summary A digital archive meets organizational

goals DB design supports information needs Both browsing & search are used to

locate content System received positive feedback from

users Continued development is necessary

Page 42: Waypoints A Digital Archive of U.S. Coast Guard History Final Project Presentation Ken Langford

Lessons Learned

Faceted (hierarchal) metadata can be challenging for users to understand

It’s all about iterative design, testing, & development

Need a more comprehensive “controlled vocabulary” to help develop facets/categorization

Page 43: Waypoints A Digital Archive of U.S. Coast Guard History Final Project Presentation Ken Langford

Future Development Plans Develop administrative interface

Allow administrators to add artifacts Add capability to add metadata and

assign it to artifacts Continue adding data Evolve the public UI based on user

feedback Develop social component to allow

community input

Page 44: Waypoints A Digital Archive of U.S. Coast Guard History Final Project Presentation Ken Langford

What’s Next

Continue efforts to have system incorporated into CG enterprise architecture

Work with Foundation for CG History (non-profit) to host system during interim

Develop new ideas & continue to champion a CG digital library

Page 45: Waypoints A Digital Archive of U.S. Coast Guard History Final Project Presentation Ken Langford

Waypoints

Questions?