[CODE4LIB] Validating MARC records

2016-03-28 Thread Jiao, Dazhi
Hi, At IU we are running our OPAC using Blacklight. From time to time there are some catalog errors that would cause errors in our custom code to extract fields from the MARC records. For example, sometimes a subfield may unexpectedly appear in a field, or an expected subfield is accidentally

Re: [CODE4LIB] Academic consortium with blacklight as discovery layer

2015-04-08 Thread Jiao, Dazhi
We customized blacklight to add a campus based view for each of our 9 campuses. In the campus view, the search results are restricted to only the records available at that campus. You can take a look at our catalog at http://iucat.iu.edu. Click on the “Change Location” button to choose a campus

[CODE4LIB] marc4js - a node.js module for processing MARC data

2015-03-25 Thread Jiao, Dazhi
Hi, I wrote a Node.js module for handling MARC data while trying to learn MARC and Node.js. I borrowed a lot of ideas from marc4j, ruby-marc and pymarc.The module is open-source and hosted on github. If you are interested please check it out at https://github.com/jiaola/marc4js. It’s still at