Skip to content

Publish, visualize, and query field notebook data from source collections

Notifications You must be signed in to change notification settings

cfidler/nature-reader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nature-reader

A vast store of knowledge on our natural environment is not contained on the web or in digital format. It exists in hand and type-written field notebooks containing useful detailed notes, drawings, and photographs. While there are applications to aid in the digitization of these notebooks or aggregate metadata (e.g. Archivist Toolkit, Archive Space, Biodiversity Heritage Library (BHL)) there is no open source application to directly publish, visualize, and query digitized notebooks from source collections that enable direct control over the input and output process via code.

Nature Reader was conceived by the Museum of Vertebrate Zoology to quickly and easily make field notebooks accessible for online viewing. The Nature Reader code library is designed to easily support multiple data input formats, using a common notebook metadata interface, and provide for consistent output using a centralized indexing mechanism. The indexing mechanism is not yet written but will be either Mysql, SQLite, or a Document Store such as MongoDB.

The basic workflow in Nature Reader consists of:

  1. Use Archivist Toolkit (AT) to collect images and metadata about field notebooks.

  2. Export Metadata Object Description Schema (MODS) data files from AT

  3. Read MODS data files that appear in a pickup location and store the parsed information in online index.

  4. Enable online viewing and spatial query of all notebook metadata and images by reading online index.

  5. Publish data to BHL once indexed.

About

Publish, visualize, and query field notebook data from source collections

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%