Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The controlled vocabularies for Units, Bibliographic

...

Indentifier Types, and Note Types are stored in a YAML file located in avalon/config/controlled_vocabulary.yml. This file is loaded every time it is needed and is never cached. Therefore, the file can be changed without restarting Avalon.

Code Block
languagerubytext
units:
 - University Archives
 - Art Collection
identifier_types:
 local: Catalog Key
 oclc: OCLC
 lccn: LCCN
 issue number: Issue Number
 matrix number: Matrix Number
 music publisher: Music Publisher/Label
 videorecording identifier: Videorecording Identifier
 other: Other
note_types:
 general: General Note
 awards: Awards
 biographical/historical: Bibliographical/Historical Note
 creation/production credits: Creation/Production Credits
 language: Language Note
 local: Local Note
 performers: Performers
 statement of responsibility: Statement of Responsibility
 venue: Venue/Event Date
 other: Other

...