<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MaisonBisson.com &#187; library services</title>
	<atom:link href="http://maisonbisson.com/blog/post/tag/library-services/feed/" rel="self" type="application/rss+xml" />
	<link>http://maisonbisson.com</link>
	<description>A bunch of stuff I would have emailed you about.</description>
	<lastBuildDate>Sat, 14 Nov 2009 20:14:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>WPopac: An OPAC 2.0 Testbed</title>
		<link>http://maisonbisson.com/blog/post/11133/wpopac-an-opac-20-testbed/</link>
		<comments>http://maisonbisson.com/blog/post/11133/wpopac-an-opac-20-testbed/#comments</comments>
		<pubDate>Fri, 10 Feb 2006 04:54:46 +0000</pubDate>
		<dc:creator>Casey Bisson</dc:creator>
				<category><![CDATA[Libraries & Networked Information]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[future libraries]]></category>
		<category><![CDATA[lib20]]></category>
		<category><![CDATA[libraries]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[library 2.0]]></category>
		<category><![CDATA[library catalog]]></category>
		<category><![CDATA[library services]]></category>
		<category><![CDATA[opac]]></category>
		<category><![CDATA[opac 2.0]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wpopac]]></category>

		<guid isPermaLink="false">http://maisonbisson.com/blog/?p=11133</guid>
		<description><![CDATA[
First things first, this thing probably needs a better name, but I&#8217;m not up to the task. Got ideas? Post in the comments. For the rest of this, let&#8217;s just pretend it&#8217;s an interview.
What is WPopac? It&#8217;s an OPAC &#8212; a library catalog, for my readers outside libraries &#8212; inside the framework of WordPress, the [...]]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="maisonbisson-11133"><!-- &nbsp; --></abbr>
<p>First things first, this thing probably needs a better name, but I&#8217;m not up to the task. Got ideas? Post in the comments. For the rest of this, let&#8217;s just pretend it&#8217;s an interview.</p>
<p><strong>What is WPopac?</strong> It&#8217;s an OPAC &#8212; a library catalog, for my readers outside libraries &#8212; inside the framework of <a href="http://wordpress.org/">WordPress</a>, the hugely popular blog management application.</p>
<p><strong>Why misuse WordPress that way?</strong> WordPress has a a few things we care about built-in: permalinks, comments, and trackbacks (and a <a href="http://akismet.com/">good comment spam filter</a>), just to start. But it also offers something we&#8217;ve never seen in a library application before: access to a community of knowledge, programmers, and designers outside libraries. Because the core of WPopac is WordPress, and because it preserves WordPress&#8217;s rich <a href="http://codex.wordpress.org/Plugins">plugin API</a> and <a href="http://wordpress.org/extend/themes/">themes structure</a>, it already has more users, designers, developers, and administrators than all the ILS vendors combined.</p>
<p><strong>So, down with the ILS?</strong> Well, no. There are some brave souls working on full-fledged open-source ILSs, but that&#8217;s not my goal here. The ILS does a lot of stuff I don&#8217;t want to be responsible for, like the acquisitions workflow and financial, inventory, and circulation management. When you peak inside your ILS, you realize there&#8217;s a lot there you don&#8217;t want to have fix.</p>
<p><strong>So, we have to have </strong><strong><em>both</em></strong><strong> an ILS and WPopac?</strong> Well, you don&#8217;t have to have anything, but if you want it, at least WPopac is free, extensible, and open-source. Less flippant answer: yes, it does assume there&#8217;s an ILS in the background somewhere, but more than a few people see potential for projects like this to serve underfunded libraries that may lack automation. That could be interesting.</p>
<p><strong>But blog posts are unstructured and library data is full of structure. What gives?</strong> The standard WordPress content database is buttressed with extra tables to represent all the bibliographic information in its atomic detail. But even the &#8216;unstructured&#8217; data takes <a href="http://maisonbisson.com/blog/post/10729/">some clues</a> from the <a href="http://microformats.org/">microformats</a> camp, putting everything in <a href="http://www.digital-web.com/articles/microformats_primer/">XML parsable XHTML</a>.</p>
<p><strong>How&#8217;s that work again?</strong> Well, let me be careful here. I&#8217;m not proposing WPopac as a solution, rather as a framework for building a solution. That said, you can get a pretty good idea of how the first draft of this concept works by <a href="http://maisonbisson.com/wpopac/record/1305932">looking at a real record</a> (be sure to view the source, as there are some hidden divs in there). But if you don&#8217;t like that, you can change the look by fiddling with the stylesheet or <a href="http://codex.wordpress.org/Using_Themes/">switching themes</a>, and you can change the content with the <a href="http://codex.wordpress.org/Plugin_API#Filters">WordPress API</a> or by changing the way it&#8217;s loaded in the first place.</p>
<p>Further, because all the bibliographic data is there in its atomic detail, plugins can use and display that data anywhere on the page. <a href="http://maisonbisson.com/wpopac/search/joe+monninger">Try a search</a> to see how I&#8217;m using that data in the right column to improve findability, as in my <a href="http://www.theshiftedlibrarian.com/archives/2005/11/17/casey_bisson_does_it_again_and_presents_exhibit_b.html">clustered search results prototype</a> from last fall.</p>
<p><strong>So, does that mean I can do XYZ that I&#8217;ve wanted to do?</strong> Maybe. Anybody who knows how to <a href="http://codex.wordpress.org/Writing_a_Plugin">write a WordPress plugin</a> can take a stab at playing with all that data. The “refine search” content in <a href="http://maisonbisson.com/wpopac/search/harry+potter">the right column</a>, and the “alternate searches” content at the bottom is generated that way. Try this one: I&#8217;ve finally got the <a href="http://en.wikipedia.org/wiki/Harry_Potter">Wikipedia results</a> <a href="http://www.flickr.com/photos/maisonbisson/64228414/">I&#8217;ve always wanted</a> in the catalog, just <a href="http://maisonbisson.com/wpopac/search/harry+potter">look in the right column</a>. Or take a look at the “<a href="http://www.arnebrachhold.de/2005/06/21/delicious-bookmark-this-wordpress-plugin">add to del.icio.us</a>” link in <a href="http://maisonbisson.com/wpopac/record/1287680">the record display</a>, that&#8217;s generated by a <a href="http://maisonbisson.com/blog/post/11089/">regular wordpress plugin</a> written by Arne Brachhold, who wasn&#8217;t thinking of libraries or OPACs when he wrote it. And down <a href="http://maisonbisson.com/wpopac/record/1287680">at the bottom of the page</a> you&#8217;ll see the a list of related works that&#8217;s built by my own <a href="http://maisonbisson.com/blog/post/10900/">bsuite plugin</a>. Want COinS-PMH/unAPI? The interface and all the data are there to make it happen, and here&#8217;s <a href="http://www.wallandbinkley.com/quaedam/?p=50">a good plugin to start from</a>.</p>
<p>So no guarantees, but hey, give it a try. And if you run into trouble you&#8217;ll be among <a href="http://weblogs.about.com/od/bestofblogsdirectory/a/MattMullenweg.htm">hundreds of thousands</a> of WordPress users and supported by a huge community of plugin and theme authors.</p>
<p><strong>What about RSS, XML, OpenSearch?</strong> WordPress solves the RSS feed for us (<a href="http://maisonbisson.com/wpopac/search/rss/networked+information">look at this URL to see</a>). A feature-complete <a href="http://maisonbisson.com/blog/post/10956/">XML API</a>, is a bit further off, but maybe somebody wants to pitch in to help solve that one? And full <a href="http://opensearch.a9.com/">OpenSearch</a> support, taking advantage of the <a href="http://maisonbisson.com/blog/post/11028/">suggested and alternate search features</a>, is my next big project (<a href="http://maisonbisson.com/blog/post/10665/">here&#8217;s where I&#8217;m going with that</a>).</p>
<p><strong>This is awesome, can I run it at my library?</strong> Well, <a href="http://www.techsource.ala.org/blog/2006/01/library-20-in-the-real-world.html">Jenny called dibs</a>&#8230; But, really, this project started with my attempts to find a way to make my work sharable, so, yes. Call me a dreamer, but I find the notion of a community of libraries sharing plugins and code changes really exciting. But right now, there are three major components &#8212; the data importer, the plugin, and some modifications to the WordPress baseline code &#8212; and all of them need a little more work to make them distributable. Stay tuned.</p>
<p><strong>This sucks, it doesn&#8217;t do X, and your plan for Y is all wrong.</strong> You&#8217;re probably right. This is my first stab at a really big problem, and there&#8217;s a lot that isn&#8217;t done and certainly a few things I didn&#8217;t think of. The plan here is to build a framework that let&#8217;s us ask questions, build possible solutions, and share them easily. The only thing I&#8217;m certain of is our need to find ways to make our systems <a href="http://maisonbisson.com/blog/post/11096/">easier to use, easier to extend</a>, and <a href="http://maisonbisson.com/blog/post/11110/">integrated into</a> the larger stream of progress that&#8217;s shaping the internet that over 200 million Americans are making <a href="http://maisonbisson.com/blog/post/11100/">an essential part of their lives</a>. Take this as an invitation to get involved, there&#8217;s lots to do.</p>
<p><tags>library, libraries, library 2.0, lib20, opac 2.0, opac, library catalog, library services, wordpress, wpopac, future libraries</tags></p>
]]></content:encoded>
			<wfw:commentRss>http://maisonbisson.com/blog/post/11133/wpopac-an-opac-20-testbed/feed/</wfw:commentRss>
		<slash:comments>104</slash:comments>
		</item>
		<item>
		<title>More NEASIS&amp;T Buy Hack or Build Followup</title>
		<link>http://maisonbisson.com/blog/post/10967/more-neasist-buy-hack-or-build-followup/</link>
		<comments>http://maisonbisson.com/blog/post/10967/more-neasist-buy-hack-or-build-followup/#comments</comments>
		<pubDate>Fri, 18 Nov 2005 22:20:01 +0000</pubDate>
		<dc:creator>Casey Bisson</dc:creator>
				<category><![CDATA[Libraries & Networked Information]]></category>
		<category><![CDATA[asist]]></category>
		<category><![CDATA[authentication service]]></category>
		<category><![CDATA[buy hack or build]]></category>
		<category><![CDATA[databases]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[libraries]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[library catalog]]></category>
		<category><![CDATA[library services]]></category>
		<category><![CDATA[neasis&t]]></category>
		<category><![CDATA[opac]]></category>
		<category><![CDATA[opac hacks]]></category>
		<category><![CDATA[university portal]]></category>

		<guid isPermaLink="false">http://maisonbisson.com/blog/?p=10967</guid>
		<description><![CDATA[
First, Josh Porter, the first speaker of the day has a blog where he&#8217;s posted his presentation notes and some key points. Josh spoke about Web 2.0, and ended with the conclusion that successful online technologies are those that best model user behavior. “I think Web 2.0 is about modeling something that already exists in [...]]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="maisonbisson-10967"><!-- &nbsp; --></abbr>
<p>First, <a href="http://bokardo.com/archives/podcast-of-web-20-talk/">Josh Porter</a>, the first speaker of the day has <a href="http://bokardo.com/archives/podcast-of-web-20-talk/">a blog</a> where he&#8217;s posted his presentation notes and some key points. Josh spoke about Web 2.0, and ended with the conclusion that successful online technologies are those that best model user behavior. “I think Web 2.0 is about modeling something that already exists in our offline worlds, mostly in the spoken words and minds of humankind.”<br />
Interestingly, in findability terms, it was Josh&#8217;s post that clued me in that the <a href="http://www.neasist.org/events/?cat=23">event podcast</a> was online because he linked to my blog in his post. Lesson: links make things findable.</p>
<p>Like Josh, I found my voice a little unfamiliar, but you <a href="http://www.neasist.org/events/?p=72">can</a> <a href="http://web.mit.edu/hennig/www/neasist/podcasts/buy-hack-build2.mp3">listen here</a> (51MB) if that&#8217;s your thing.</p>
<p>Also, I demoed some features I&#8217;d like to see in a future OPAC, but to help people visualize them, I finally put together <a href="http://www.flickr.com/photos/maisonbisson/64228414/">a graphical mockup of them here</a>.<br />
<!-- technorati tags start -->
<p style="text-align:right;font-size:10px;">tags: <a href="http://www.technorati.com/tag/asist" rel="tag">asist</a>, <a href="http://www.technorati.com/tag/authentication service" rel="tag">authentication service</a>, <a href="http://www.technorati.com/tag/buy hack or build" rel="tag">buy hack or build</a>, <a href="http://www.technorati.com/tag/databases" rel="tag">databases</a>, <a href="http://www.technorati.com/tag/hack" rel="tag">hack</a>, <a href="http://www.technorati.com/tag/hacks" rel="tag">hacks</a>, <a href="http://www.technorati.com/tag/libraries" rel="tag">libraries</a>, <a href="http://www.technorati.com/tag/library" rel="tag">library</a>, <a href="http://www.technorati.com/tag/library catalog" rel="tag">library catalog</a>, <a href="http://www.technorati.com/tag/library services" rel="tag">library services</a>, <a href="http://www.technorati.com/tag/neasis&#038;t" rel="tag">neasis&#038;t</a>, <a href="http://www.technorati.com/tag/neasist" rel="tag">neasist</a>, <a href="http://www.technorati.com/tag/opac" rel="tag">opac</a>, <a href="http://www.technorati.com/tag/opac hacks" rel="tag">opac hacks</a>, <a href="http://www.technorati.com/tag/university portal" rel="tag">university portal</a></p>
<p><!-- technorati tags end --></p>
]]></content:encoded>
			<wfw:commentRss>http://maisonbisson.com/blog/post/10967/more-neasist-buy-hack-or-build-followup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://web.mit.edu/hennig/www/neasist/podcasts/buy-hack-build2.mp3" length="53470846" type="audio/mpeg" />
<enclosure url="http://web.mit.edu/hennig/www/neasist/podcasts/buy-hack-build2.mp3" length="53470846" type="audio/mpeg" />
<enclosure url="http://web.mit.edu/hennig/www/neasist/podcasts/buy-hack-build2.mp3" length="53470846" type="audio/mpeg" />
<enclosure url="http://web.mit.edu/hennig/www/neasist/podcasts/buy-hack-build2.mp3" length="53470846" type="audio/mpeg" />
		</item>
		<item>
		<title>NEASIS&amp;T Buy, Hack or Build Followup</title>
		<link>http://maisonbisson.com/blog/post/10965/neasist-buy-hack-or-build-followup/</link>
		<comments>http://maisonbisson.com/blog/post/10965/neasist-buy-hack-or-build-followup/#comments</comments>
		<pubDate>Wed, 16 Nov 2005 22:06:45 +0000</pubDate>
		<dc:creator>Casey Bisson</dc:creator>
				<category><![CDATA[Libraries & Networked Information]]></category>
		<category><![CDATA[asist]]></category>
		<category><![CDATA[authentication service]]></category>
		<category><![CDATA[buy hack or build]]></category>
		<category><![CDATA[databases]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[identity management]]></category>
		<category><![CDATA[libraries]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[library catalog]]></category>
		<category><![CDATA[library services]]></category>
		<category><![CDATA[neasis&t]]></category>
		<category><![CDATA[opac]]></category>
		<category><![CDATA[opac hacks]]></category>
		<category><![CDATA[university portal]]></category>

		<guid isPermaLink="false">http://maisonbisson.com/blog/?p=10965</guid>
		<description><![CDATA[

I was tempted to speak without slides yesterday, and I must offer my apologies to anybody trying to read them now, as I&#8217;m not sure how the slides make sense without the context of my speech. On that point, it&#8217;s worth knowing that Lichen did an outstanding job liveblogging the event, despite struggling with a [...]]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="maisonbisson-10965"><!-- &nbsp; --></abbr>
<p><img src="http://www.neasist.org/images/neasist.jpg" width="287" height="84" style="border: solid 0px #000000; margin: 0px 0px 0px 0px; padding: 0px;" /></p>
<p>I was tempted to <a href="http://maisonbisson.com/blog/post/10439/">speak without slides</a> <a href="http://www.neasist.org/events/?p=59">yesterday</a>, and I must offer my apologies to anybody trying to read them now, as I&#8217;m not sure how the slides make sense without the context of my speech. On that point, it&#8217;s worth knowing that <a href="http://www.remainingrelevant.net/">Lichen</a> did an outstanding job <a href="http://www.remainingrelevant.net/remaining/19">liveblogging the event</a>, despite struggling with a blown tire earlier that morning.</p>
<p>It&#8217;s probably well understood by anybody reading this that most library services are at the web 1.0 stage. My slides show a number of screenshots of our current library catalog, but my speech went something like “I&#8217;m not here to tell you how we re-painted, re-wallpapered our catalog&#8230;.” So, skip past those slides, and <a href="http://maisonbisson.com/blog/post/10596/">read here for context</a>.</p>
<p>My following points were about some of the hacks I&#8217;d put into production to bring our library services up to about web 1.5 status. They include an awareness that library services include not only the OPAC, but also our website and a number of databases. We&#8217;ve all encountered difficulty trying to describe the different reasons to use each of these resources, but our patrons have less and less patience for it. Among the barriers to use is access. Even when our databases are freely available on campus, off-campus use often requires a special password for one stage or another of the process.</p>
<p>The slides demonstrate our current solution. By integrating our resources into the university portal and leveraging the authentication service it provided, I was able to hack <a href="http://libdev.plymouth.edu/post/2">single sign-on</a> access to our databases and patron self-service module. This lowered the barriers to access, and we saw our usage of those resources increase dramatically.</p>
<p>All this was good, but it still wasn&#8217;t web 2.0, and it revealed a larger problem looming ahead: <a href="http://maisonbisson.com/blog/post/10927/">identity management</a>. The more we try to provide individualized, customized, targeted services, the more we&#8217;ll bump into that issue of how we identify our patrons.</p>
<p>Moving forward to our <a href="http://www.oreillynet.com/pub/a/oreilly/tim/news/2005/09/30/what-is-web-20.html">web 2.0</a> future, I wanted to posit the idea that one of the most useful recent developments  is the way we can now separate the tools that store and manage our data from the tools that display and manipulate our data. Yes, I&#8217;m talking about APIs, Webservices, XML, RSS, REST, SOAP, et all.</p>
<p>As examples, I offered a <a href="http://maisonbisson.com/blog/post/10638/">personal vacation map</a> (using <a href="http://www.google.com/apis/maps/documentation/">Google Maps</a>), the <a href="http://krazydad.com/colrpickr/">Colr Pickr</a> (using <a href="http://www.flickr.com/services/api/">Flickr</a>), our <a href="http://www.plymouth.edu/library/?libcatalog/moreinfo/&amp;isbn=081182974X">reviews and bookjacket pages</a> (using Amazon), and this <a href="http://mnongo.com/search/tomatina">silly home made search engine</a> (using Yahoo, Technorati, Amazon, Flickr, and Wikipedia).</p>
<p>Even more specific to libraries, I offered my <a href="http://www.plymouth.edu/library/bibinfo/suggest.html">OPAC suggest</a>, <a href="http://maisonbisson.com/blog/post/10907/">A9.com integration</a> and this <a href="http://www.plymouth.edu/library/prototype/newopac.php?srchtype=X&amp;k=sociology+of+education">functional (but not pretty) prototype</a> of how I&#8217;d like to make subject headings a more prominent part of the search process.</p>
<p>So, you&#8217;re free to go through <a href="http://homepage.mac.com/misterbisson/Presentations/NEASIST-2005Nov15.mov">my slides</a>, but you might do better to read around here and at <a href="http://libdev.plymouth.edu/">LibDev</a>. If you do go through the slides, be sure to follow the links out to websites. I didn&#8217;t visit even half of them during my talk, but I put them there to offer some redeeming value on review.<br />
<!-- technorati tags start -->
<p style="text-align:right;font-size:10px;">tags: <a href="http://www.technorati.com/tag/asist" rel="tag">asist</a>, <a href="http://www.technorati.com/tag/authentication service" rel="tag">authentication service</a>, <a href="http://www.technorati.com/tag/buy hack or build" rel="tag">buy hack or build</a>, <a href="http://www.technorati.com/tag/databases" rel="tag">databases</a>, <a href="http://www.technorati.com/tag/hack" rel="tag">hack</a>, <a href="http://www.technorati.com/tag/hacks" rel="tag">hacks</a>, <a href="http://www.technorati.com/tag/identity management" rel="tag">identity management</a>, <a href="http://www.technorati.com/tag/libraries" rel="tag">libraries</a>, <a href="http://www.technorati.com/tag/library" rel="tag">library</a>, <a href="http://www.technorati.com/tag/library catalog" rel="tag">library catalog</a>, <a href="http://www.technorati.com/tag/library services" rel="tag">library services</a>, <a href="http://www.technorati.com/tag/neasis&#038;t" rel="tag">neasis&#038;t</a>, <a href="http://www.technorati.com/tag/neasist" rel="tag">neasist</a>, <a href="http://www.technorati.com/tag/opac" rel="tag">opac</a>, <a href="http://www.technorati.com/tag/opac hacks" rel="tag">opac hacks</a>, <a href="http://www.technorati.com/tag/university portal" rel="tag">university portal</a></p>
<p><!-- technorati tags end --></p>
]]></content:encoded>
			<wfw:commentRss>http://maisonbisson.com/blog/post/10965/neasist-buy-hack-or-build-followup/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
<enclosure url="http://homepage.mac.com/misterbisson/Presentations/NEASIST-2005Nov15.mov" length="16104896" type="video/quicktime" />
		</item>
	</channel>
</rss>