Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jorol/processing-marc
Processing MARC with open source tools
https://github.com/jorol/processing-marc
code4lib marc marc21 marcxml
Last synced: 14 days ago
JSON representation
Processing MARC with open source tools
- Host: GitHub
- URL: https://github.com/jorol/processing-marc
- Owner: jorol
- Created: 2021-04-22T07:35:20.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-10T12:41:37.000Z (almost 2 years ago)
- Last Synced: 2024-11-06T16:57:59.226Z (about 2 months ago)
- Topics: code4lib, marc, marc21, marcxml
- Language: mIRC Script
- Homepage: https://jorol.github.io/processing-marc/
- Size: 965 KB
- Stars: 16
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Processing MARC 21
## ... with open source tools
"When MARC was created, the Beatles were a hot new group ..."
In 2002 Roy Tennant declared "[MARC Must Die](https://www.libraryjournal.com/?detailStory=marc-must-die)". Today the [MARC 21](https://www.loc.gov/marc/) format is still the workhorse of library metadata. Even our "Next Generation Library Systems" heavily rely on this standard from the ‘60s. Since we will continue to work with MARC 21 in the coming years, this tutorial will give an introduction to MARC 21 with the following topics:
- [MARC 21](marc21.md)
- Introduction
- Record elements
- [Serializations](serializations.md) (MARCXML, MARCMaker, MARC-in-JSON, ALEPHSEQ)
- [Tools](tools.md)
- [Get MARC records](get_records.md)
- [Validation](validation.md) of MARC 21 records and common errors
- [Statistical analysis](statistics.md) of MARC 21 data sets
- [Conversion](transformation.md) of MARC 21 records
- [Metadata extraction](extract.md) from MARC 21 recordsThis tutorial is intended for systems librarians, metadata librarians and data manager. For most of the tasks we will use command line tools like `yaz-marcdump`, `marcstats`, `marcvalidate` and `catmandu`. A [VirtualBox](https://www.virtualbox.org/) image containing most of the required tools can be downloaded at the [Catmandu](https://librecatproject.wordpress.com/get-catmandu/) project.
## Literature
- Avram (1975): *MARC; its History and implications.*
- Eversberg (1999): *Was sind und was sollen Bibliothekarische Datenformate* [urn:nbn:de:gbv:084-1103231323](https://nbn-resolving.org/urn%3Anbn%3Ade%3Agbv%3A084-11032313237)
- Tennant (2002): *MARC Must Die.*
- Karen Smith-Yoshimura, Catherine Argus, Timothy J. Dickey, Chew Chiat Naun, Lisa Rowlinson de Oritz & Hugh Taylor (2010): *Implications of MARC Tag Usage on Library Metadata Practices*
- Tennant (2013-2018): *MARC Usage in WorldCat*
- Király (2019): *Validating 126 million MARC records* [10.1145/3322905.3322929](https://doi.org/10.1145/3322905.3322929)
- Király (2019): *Measuring Metadata Quality* [10.13140/RG.2.2.33177.77920](https://doi.org/10.13140/RG.2.2.33177.77920)