Probably ripped off from somewhere on drupal.org...
- The following changes implement the changes to the WorldCat Search APIs
that were made on December 7, 2008.
- THIS MAY BREAK YOUR CODE: worldcat.request.search.HoldingsRequest has been
renamed worldcat.request.search.LibrariesRequest. This class also allows you
to retrieve a list of nearby libraries.
- Any request that will return citations now supports the cformat parameter set
to "all."
deliciouscopy is a utility to repost Delicious bookmarks taken from a user's inbox. It works by only allowing bookmarks from other people in that user's network.
v0.1.4 Sat Nov 8 10:13:50 EST 2008
- Bug fix where exceptions weren't imported into worldcat.request.search and
worldcat.request.xid
- Added docstrings to example code
v0.1.3 Fri Nov 7 16:41:15 EST 2008
- Fixed bug in worldcat.request.search.CitationRequest
- added examples directory and get related works example code
v0.1.2 Fri Nov 7 09:06:20 EST 2008
- Switched to dual licensing under GPL and BSD for OCLC Hackathon (thanks to
Thomas Dukleth for bringing this to my attention).
Added LCCN support in worldcat.request.xid and other updates based upon http://worldcat.org/devnet/blog/2008/11/lccn_support_and_other_improve.h...
- Added iterators to SRURequest and OpenSearchRequest in worldcat.request.search.
These need testing, so please submit any feedback.
- Correcting, adding, and cleaning up docstrings
- Initial public release of djabberdjaw.
- Fix in worldcat.util.extract.pymarc_extract where the XML handlers grew uncontrollably. Not entirely efficient, but this is still pre-pre-alpha code. :)
- Added worldcat.util.extract, which assists in extracting records from SRU
requests. This module adds a dependency on Pymarc >= 1.2 because of
worldcat.util.extract.pymarc_extract(). In addition, we may want to switch
its use of StringIO to use an InputSource object instead.
- Added a Changes file :)
This is a list of day trips - either just ideas or ones I've already done.
Meet at Grand Central Market
One Day Getaway to Beacon/Dia
Beacon: Zora Dora's Paletarias, 203 Main St
Cold Spring: maybe Le Bouchon
Hastings on Hudson: Antoinette's Patisserie, 417 Warburton Ave - south on Southside Ave, left on Washington, right on Warburton
Second public release of the module; 0.0.3 and 0.0.2 were early versions that were submitted to the Python Cheeseshop.
Note: This patch is now deprecated as a new version of the plugin has been released.
Because of changes in the database schema for WordPress 2.3, the Auto Delete Posts plugin does not work. I've patched it to work, but note that this patch makes the plugin only work with WordPress 2.3.
A coworker at MFPOW wanted me to generate a list of records matching certain diverse criteria from our Horizon database. I wrote the following SQL query to get the data out.
SELECT DISTINCT item.bib# FROM item, bib WHERE bib.bib# = item.item# AND item.collection NOT IN ('oh', 'icos', 'mi') AND item.location = 'icos' AND (bib.text LIKE '%audio%' OR bib.text LIKE '%video%' OR bib.text LIKE '%cassette%' OR bib.text LIKE '%tape%' OR bib.text LIKE '%recording%' OR bib.text LIKE '%film%')
Snippet is a programming term for a small region of re-usable source code or text. Ordinarily, these are formally-defined operative units to incorporate into larger programming modules. Snippets are often used to clarify the meaning of an otherwise "cluttered" function, or to minimize the use of repeated code that is common to other functions.
| Publication Type | Presentation | |
| Year of Publication | 2008 | |
| Authors | Matienzo, Mark A. | |
| Conference Title | EAD@10: A Symposium Celebrating the 10th Anniversary of Encoded Archival Description | |
| Presentation Date | 31/08/2008 | |
| Location | San Francisco | |
| URL | http://dlist.sir.arizona.edu/2427/ |
Mark A. Matienzo is an Applications Developer in the Digital Experience Group of the New York Public Library.
Setting Up Umich AFS On Ubuntu is surprisingly easy, as long as you have the proper configuration information I used two resources to assist me in the process: your Ubuntu or Debian Box Athena-ish, which is specific to MIT's Athena environment, and Native AFS Support on OS X, which is specific to Michigan.
ArchivesBlogs is a Wordpress-based aggregator for blogs by archivists and about archives and archival issues. It is now hosted by ibiblio.org.
pymarc is a Python module for working with bibliographic, authority, etc. data in MARC format. The module's current lead developers are Ed Summers and Gabriel Farrell. Much of my work has involved working with the MARC-8 to Unicode transformation.
zgw is an experimental, lightweight Python-based HTTP gateway for interacting with Z39.50 servers.
I'm investigating the use of HTTP interfaces to do lightweight, on-the-fly metadata transformation from a variety of sources. Currently, my emphasis is grabbing known records from Z39.50 and transforming them for consumption by a variety of client applications.
worldcat is a Python module for interacting with OCLC's WorldCat APIs, including the WorldCat Search API and the xID APIs (xISBN, xISSN, and xOCLCNUM).
Helios (formerly Fac-Back-OPAC) is faceted, backup OPAC, using Django for the interface and Solr for the indexing. It is originially based on Casey Durfee's "Open Source Endeca in 250 Lines or Less," as presented at Code4lib 2007. Gabriel Farrell of Drexel University is currently the lead developer.
| Publication Type | Conference Paper | |
| Year of Publication | 2008 | |
| Authors | Matienzo, Mark A. | |
| Conference Name | Archive Fervour/Archive Further: Literature, Archives, and Literary Archives | |
| Conference Start Date | 09/07/2008 | |
| Conference Location | Aberystwyth University, Aberystwyth, Wales |