8000 FAQ · wrandtkeflvc/transformer Wiki · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
jpitts edited this page Aug 25, 2014 · 6 revisions

FAQ

Template File Explained

The template is a good starting point

  • Red columns are required and blue are repeatable
    • Other columns may be repeatable but probably not necessary
    • Only one name-primary in mods
    • Mods validation will tell you if you created a problem, so experiment.
  • Due to heuristic obstacles some columns need to follow others
    • name-personal-primary-date must follow name-personal-primary
  • Red columns are typically top-level and required elements found in mods
    • filename is not mods but required for naming the transformations

MODS Explained

MODS is a schema for describing a resource such as a book, photograph, digital object or any number of other items. Any particular xml file that adheres to the mods schema can be loaded into an online catalog or library that is capable of processing that file.

MODS has rules

  • There are several top level elements.
    • Some can be repeated. ex <titleInfo>
    • Some cannot. ex <originInfo>
  • There are a number of rules in fact.

Spreadsheets

  • A poor way to document and catalog collections.
  • Good for data entry and require little training.

Transformations

  • This program does not use stylesheets.
  • Stylesheets are used to transform specific XML formats into another.
  • Since the input here is controlled we know what kind of XML to expect from any given Excel file.
  • The transformations here are done programmatically.
  • The variations of tags and their customization in MODS is far too expansive to be captured in a spreadsheet.
Clone this wiki locally
0