Skip to content

djpillen/bentley_code

 
 

Repository files navigation

#Code for the Bentley Historical Library An overview of code developed to assist work at the Bentley Historical Library

The majority are tools for working with EAD files, but there are several other useful projects described as well.

##Utilities Utility tools used in many of the other scripts. They may be necessary for other scripts to run.

  • ASpace/python API interface: A python-based convenience interface for interacting with the ASpace API
  • EAD utilities: Two convenience classes for working with EAD files. One wraps common functionality used with single EAD files into one place and the other allows easy access to performing actions on entire directories of EADs
  • EAD cleanup: Scripts for prettifying the Bentley's EADs

##Normalization / cleanup Tools for cleaning and normalizing EAD data

  • ASpaceify Extents: A large-scale script to split extents into component ASpace parts, normalize terms, and write them back to their original EAD files
  • Authority Reconciliation: Script to reconcile our local controlaccess terms with those in the LCNAF
  • Removing unitdates from unittitles: Many unittitles had unitdates embedded in them, which ASpace blindly strips out without regard to context. This script pre-empts that with some slightly more intelligent removal logic.
  • Cleaning empty unittitles: Our EADs originally had a number of empty unittitle fields. This fixed them.
  • Attribute normalization: Convenience script to normalize attribute values based on given criteria
  • Container label normalization: Makes all container labels singular
  • Expanding container ranges: Given a single c0x item described with a range of containers (eg boxes 1-10), this script creates individual c0x entries for each item in that original range.
  • Extent extraction from unittitles: A number of unittitles included their extents as a parenthetical. This extracts those and creates their relevant extent tags

##Mapping data to ASpace Tools to map data from one system to another

  • Agents from EADs to ASpace: Extracts all agents from a directory of EAD files, generates ASpace-compliant JSON for all of them, then posts that data to an ASpace instance.
  • Accessions from BEAL to ASpace: Transforms BEAL accession exports (as exported by Dallas' scripts) into ASpace JSON, the posts the transformed data.

##Summarizations / characterizations Tools to summarize or characterize specific sets of data

About

Code developed to support work at the Bentley Historical Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • OpenEdge ABL 61.6%
  • HTML 19.1%
  • Python 16.7%
  • CSS 2.0%
  • Other 0.6%