Simple library catalog - Another MyLibrary demonstration
MyLibrary can be used to create a simple library catalog. See:
http://mylibrary.library.nd.edu/demos/catalog/
The process is not too difficult:
Acquire the set of MARC records used to describe your library’s content.
Use something like MARC::Record to loop through the records extracting bibliographic information.
Map the bibliographic information to Dublin Core elements.
Store the Dublin Core elements in MyLibrary.
Along the way, examine the […]