On Jan 5, 2007, at 4:08 PM, John Furfey wrote:
> Does anyone know if OCLC, or someone else, maintains a list of the
> OCLC
> library symbols as a text file?
It's not a text file but there is a web form where you can look up
the symbols:
http://www.oclc.org/contacts/libraries/default.htm
The panizzi bot in #code4lib [1] actually has a built in hack so you
can do lookups:
23:07 < edsu> @inst MDAVP
23:07 < panizzi> edsu: AMERICAN INST OF PHYSICS COLLEGE PARK, MD
20740 UNITED
STATES
The python code is available [2]. Scan for the inst method if you are
interested.
//Ed
[1] irc://chat.freenode.net/code4lib
[2] http://textualize.com/trac/browser/panizzi/trunk/plugins/OCLC/
plugin.py
|