<?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>blyberg.net &#187; Virtual-Card-Catalog</title>
	<atom:link href="http://www.blyberg.net/tag/virtual-card-catalog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blyberg.net</link>
	<description>A library-geek blog</description>
	<lastBuildDate>Sat, 10 Jul 2010 23:08:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>If you build it&#8230;</title>
		<link>http://www.blyberg.net/2006/02/14/if-you-build-it/</link>
		<comments>http://www.blyberg.net/2006/02/14/if-you-build-it/#comments</comments>
		<pubDate>Tue, 14 Feb 2006 18:33:23 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[Libraries]]></category>
		<category><![CDATA[AADL]]></category>
		<category><![CDATA[Library 2.0]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Virtual-Card-Catalog]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://www.blyberg.net/2006/02/14/if-you-build-it/</guid>
		<description><![CDATA[As promised, I've been keeping some very simple metrics on the usage of a virtual card catalog service that I quietly added to the AADL catalog several weeks ago. But before I go any further, I need to disclose several tidbits about this whole endeavor. First, this was a "black-ops" project. That is to say, [...]]]></description>
			<content:encoded><![CDATA[<p><img align="left" src="/wp-content/images/margusage212.png" alt="Marginalia Usage" title="Marginalia Usage"/>As promised, I've been keeping some very simple metrics on the usage of a virtual card catalog service that I quietly added to the <a href="http://www.aadl.org/catalog/">AADL catalog</a> several weeks ago.</p>
<p>But before I go any further, I need to disclose several tidbits about this whole endeavor.</p>
<p>First, this was a "black-ops" project.  That is to say, I consulted no one before launching into this.  I did not go to the public and ask their opinion.  I did not go to my colleagues and solicit their input.  I did not float this in committee.  I didn't get any official authorization to do it.  In fact, the whole thing flew under the radar from its conception through to fruition, which took exactly four days.  In many ways, it was a spur-of-the-moment project that I did to keep busy during a few relatively quiet days.  Sometimes, you need to throw caution to the wind and just do it.</p>
<p><a href="http://www.aadl.org/cat/seek/search/X?lord%20of%20the%20rings&#038;searchscope=26&#038;m=&#038;SORT=D"><img align="right" src="http://static.flickr.com/31/88747034_ac6b0b15f6_m.jpg"/ alt="An unpresuming presence" title="An unpresuming presence"/></a>Bear in mind that the only place this service was advertised was on this blog (where, admittedly, it was subsequently picked up by several others).  I did not announce it to AADL staff--I let them <a href="http://www.aadl.org/node/1367">discover it on their own</a>.  Many probably still don't know it's there.  When you look at the numbers, know that they reflect those who either read about the cards on a blog or stumbled across it during their course of regular business.</p>
<p>It was a very fun little project, but the real value was that I could slip it into production very quietly and let it act as a proof-of-concept for some very real, very large changes I want to do to our OPAC (which I <i>definitely</i> need authorization for).  Essentially, I wanted to answer a very simple question:</p>
<p>Is the public ready for a social OPAC?</p>
<p>What I found indicates something very special, indeed.  In fact, as time progressed, I began double-checking my methods which consisted of a simple laundry list of basic queries, which I'll describe.  As you can see, I only have 7 collection dates and they are not at regular intervals so the growth rates represented are a little deceiving, but as I've said before, this is very unscientific--I'm definitely no statistician!  The results, however, are real.</p>
<p>The first graph here (above) is the simplest of all.  It's the total number of marginalia comments in the system over time.  The query was simply:</p>
<div class="hl-surround" style="height:28px;"><div class="hl-main"><pre><span class="hl-reserved">SELECT</span><span class="hl-code"> </span><span class="hl-var">COUNT</span><span class="hl-brackets">(</span><span class="hl-code">*</span><span class="hl-brackets">)</span><span class="hl-code"> </span><span class="hl-reserved">FROM</span><span class="hl-code"> </span><span class="hl-identifier">cc_marginalia</span></pre></div></div>
<p>The count for each date, respectively is: 35, 107, 160, 413, 593, 634, 790.  You can clearly see that the number or cards being marked up is experiencing a steady climb.  I actually am not terribly surprised by this, but for an unadvertised service, it's still much higher than I had expected or hoped for.</p>
<p><img align="left" src="/wp-content/images/numcardscoll212.png"/>Now, marking the cards up is one thing--it's a fire-and-forget process, it doesn't even require a user to be logged in.  Adding a card to a collection is another.  Adding a card requires that a user be logged in to a valid account and represents, what I consider, a higher participation factor.  This means that users are not only adding marginalia, but they are taking advantage of the ability to build card catalog collections.  To me, this is really exciting stuff because it tells me that a) the service is useful and b) there is a market for this kind of stuff in a library setting.  FYI, the query for this data is:</p>
<div class="hl-surround" style="height:28px;"><div class="hl-main"><pre><span class="hl-reserved">SELECT</span><span class="hl-code"> </span><span class="hl-var">COUNT</span><span class="hl-brackets">(</span><span class="hl-code">*</span><span class="hl-brackets">)</span><span class="hl-code"> </span><span class="hl-reserved">FROM</span><span class="hl-code"> </span><span class="hl-identifier">cc_savedcards</span></pre></div></div>
<p>The data for the preceding graph dates is 8, 43, 66, 82, 216, 320, 388.  </p>
<p>If you're interested, you can take a <a href="http://www.aadl.org/pcc/john/">look at my saved cards</a>.  In addition to knowing how many cards were being added to collections, I needed to know how many people were collecting cards.<img align="right" src="/wp-content/images/numuserscoll212.png"/>  This is where I really started to feel my pulse quicken.  These numbers told me that, despite a lack of advertisement, a substantial number of people were building card catalog collections.  I have to be honest and say that I was expecting only 20 to 30 users participating after three weeks.  As of 2/11, however, there were 75 users building collections!  Check out the growth over time: 2, 6, 22, 42, 58, 62, 75 for each date respectively.  Of course, to put that in perspective, we have 20,955 registered users on our Drupal site as of 2/14--our regular users are an extremely small fraction of that, however.  To get this data, I ran the following query:</p>
<div class="hl-surround" style="height:28px;"><div class="hl-main"><pre><span class="hl-reserved">SELECT</span><span class="hl-code"> </span><span class="hl-var">COUNT</span><span class="hl-brackets">(</span><span class="hl-reserved">DISTINCT</span><span class="hl-brackets">(</span><span class="hl-identifier">uid</span><span class="hl-brackets">)</span><span class="hl-brackets">)</span><span class="hl-code"> </span><span class="hl-reserved">FROM</span><span class="hl-code"> </span><span class="hl-identifier">cc_savedcards</span></pre></div></div>
<p>So... How many of those users not only started to build card catalog collections, but opted to share their collections with the world?<img align="right" src="/wp-content/images/numusersshcoll212.png"/>  I was blown away by these results.  Simply amazing: virtually every person to create a card catalog collection also opted-in to sharing it.  To me, this speaks volumes about the types of services our users want and it tells me that a good number of our library users want to interact with each other--a vital ingredient if you want a social OPAC.  It also  sheds a little light on the sophistication of our users--a lot of them are already Web 2.0-aware and will be sensitive to new services like this.  Our commercial counterparts are doing a great job of softening the market for us--now all we have to do is provide the tools on our systems.</p>
<p>There is a very good chance I'm overlooking something here--if there is a metric you'd like to see me add, <i>please</i> ask for it and if it's feasible, I'll do my best to provide it.</p>
<p>Our users are smart, clever, interesting, positive, intuitive, and social.  They may not know it yet, but they're waiting for their public libraries to be a catalyst for the community.  There is something wonderfully special and intimate about shared experience--that is why Web 2.0 is so successful.  When those experiences are centered around books, movies, and music and they're aggregated at the local level, the product becomes highly personal--how inspiring would it be to have patrons who are proud of the job <i>they've</i> done for <i>their</i> library?</p>
<p>NOTE: The above graphs were created using the open source graph library, <a href="http://www.aditus.nu/jpgraph/">jpgraph</a>.</p>
<p>[Update 4/16/2006 2:42PM]<br />
Somehow, this post got flagged as "private" .. Odd.  Very odd, but fixed now.<br />
[/Update]</p>
<p>[tags]Web 2.0, Virtual Card Catalog, Library 2.0, Programming, Library, AADL[/tags]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blyberg.net/2006/02/14/if-you-build-it/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Source code for virtual card catalog images</title>
		<link>http://www.blyberg.net/2006/02/10/source-code-for-virtual-card-catalog-images/</link>
		<comments>http://www.blyberg.net/2006/02/10/source-code-for-virtual-card-catalog-images/#comments</comments>
		<pubDate>Fri, 10 Feb 2006 22:34:30 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[Libraries]]></category>
		<category><![CDATA[AADL]]></category>
		<category><![CDATA[Library 2.0]]></category>
		<category><![CDATA[Open-Source]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Virtual-Card-Catalog]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://www.blyberg.net/2006/02/10/source-code-for-virtual-card-catalog-images/</guid>
		<description><![CDATA[<a href="/downloads/iii-vcards-0.1.tar.gz">iii-vcards-0.1.tar.gz</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.aadl.org/cat/ccimg/1258697/"><img align="right" src="http://www.aadl.org/card/cardimg.php?bnum=1258697&#038;card=1&#038;comment1=413&#038;comment2=249&#038;comment3=170&#038;c1_font=kristenscript&#038;c2_font=Efficient2&#038;c3_font=dulcesfont&#038;shrink=.6"/></a>I can't tell you how many people have emailed me about getting the source code to the virtual card catalog images I <a href="http://www.blyberg.net/2006/01/19/creating-a-virtual-card-catalog/">announced</a> a few weeks ago.  Anyway, I've finally gotten around to stripping out all the garbage from the script that generates the images, and I'm <a href="http://www.blyberg.net/downloads/iii-vcards-0.1.tar.gz">releasing it here</a> (and as always, it'll be available in the <a href="http://www.blyberg.net/files/">files</a> section).  There are a few things you need to keep in mind about it, however.</p>
<p>First, this code is written for use with III's XMLOPAC and requires my PHP XMLOPAC class.  That said, an astute PHP coder could easily port this app and make it usable on another system (I heartily encourage that).  Someday, I plan to make it completely generic so that all you need to do is pass it the data itself.  I'm a little busy at the moment, however.</p>
<p>I am not releasing the card stock images that AADL uses.  There was no license info associated with the original images.  Until I can contact the folks at <a href="http://www.library.upenn.edu/exhibits/pennhistory/library/cards/cards.samples.html">UPenn</a> and find out what the deal is, I'm not going to make them available.  It'd be very easy to create your own stock, however.</p>
<p>Same deal with the fonts.  I was able to freely download them--so should you.</p>
<p>At present, this code is really meant for developers, it is not a "package" that will work out of the box.  You must know what you're doing in order to get this going.</p>
<p>I'm releasing it under GPL for all the world to use freely, forever and ever.</p>
<p>Included in the tarball is a README file with some basic instructions.  Be sure to read that before emailing me your questions.</p>
<p>Enjoy.  I'm looking forward to some possible creative uses.  Please email me if you get it working as I'd love to see what you're doing with it.  If you come up with a particularly interesting use, I'll be sure to showcase it here.</p>
<p>[tags]PHP, Programming, Virtual Card Catalog, AADL, Web 2.0, Library 2.0, Open Source[/tags]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blyberg.net/2006/02/10/source-code-for-virtual-card-catalog-images/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

