Giter Club home page Giter Club logo

aspace-to-marc's Introduction

aspace-to-marc

Transforming ASpace dao data into MARC records for ALMA

Emerging workflow currently uses xlst to transform two inputs:

  1. a resource's EAD file
  2. a file of the resource's dao components expressed as METS and concatenated into a single file

to create a MARC file for ALMA import

This initial MiraSpace operational workflow is expected to evolve dramatically

Usage for inital xslt: ASpace METS-MARC Stylesheet

Originally Created by LC Re-factored to convert METS files exported from ArchivesSpace to MARC for ALMA

Requirements:

-Designed to work with one or more METS files from a single resource. -Due to deficiences in ASPACE MARC export, the stylesheet must pull information from the resources xml file, which should named 'ead.xml' and be in the same directory as the stylesheet -Concatenate all the individual METS files into a single file -Remove extraneous xml declarations: -Correct mets schema location output by ASpace so xslt will work: Output: xsi:schemaLocation="http://www.loc.gov/standards/mets/mets.xsd" Corrected: xsi:schemaLocation="http://www.loc.gov/METS/ http://www.loc.gov/standards/mets/mets.xsd" -Put a wrapper element around the file

Transformation: -Use an xlst 2.0 processor (e.g. use saxon)

Quality Control

  • Use MarcEdit to convert the file from .xml to .mrc to .mrk
  • Use Reports->MARCValidator to ensure the MARC is valid
  • Use Reports->Field Count to make sure the expected number of required fields appeared (based on count of input daos)
  • Use Ctrl+F to find and eyeball the following - all 024 fields (=024) - all 856 fields =856 40$3 - all 991 files (=991)

aspace-to-marc's People

Contributors

chmayo avatar jazairi avatar

Watchers

James Cloos avatar betsy avatar  avatar  avatar

Forkers

annakijas1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.