<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: &#8216;Tis a far, far better thing I code.</title>
	<link>http://www.blyberg.net/2005/12/20/tis-a-far-far-better-thing-i-code/</link>
	<description>A library-geek blog</description>
	<pubDate>Sun, 12 Oct 2008 19:55:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Library 2.0 Roundup &#171; Life as I Know It</title>
		<link>http://www.blyberg.net/2005/12/20/tis-a-far-far-better-thing-i-code/#comment-9685</link>
		<dc:creator>Library 2.0 Roundup &#171; Life as I Know It</dc:creator>
		<pubDate>Tue, 24 Oct 2006 02:32:46 +0000</pubDate>
		<guid>http://www.blyberg.net/2005/12/20/tis-a-far-far-better-thing-i-code/#comment-9685</guid>
		<description>[...] &#8216;Tis a far, far better thing I code - posted on December 20, 2005. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] &#8216;Tis a far, far better thing I code - posted on December 20, 2005. [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Microformats and libraries &#171; The Corporate Librarian</title>
		<link>http://www.blyberg.net/2005/12/20/tis-a-far-far-better-thing-i-code/#comment-8281</link>
		<dc:creator>Microformats and libraries &#171; The Corporate Librarian</dc:creator>
		<pubDate>Fri, 13 Oct 2006 19:39:22 +0000</pubDate>
		<guid>http://www.blyberg.net/2005/12/20/tis-a-far-far-better-thing-i-code/#comment-8281</guid>
		<description>[...] You can read all about microformats here, but the Corporate Librarian is interested in their application to libraries. Daniel Chudnov has been working with others on a bibliographic citation microformat, which could be the building-block of an open standards-based cataloging software. Check out a rudimentary example here. I believe (correct me if I&#8217;m wrong on this and I&#8217;ll edit the post accordingly) that Superpatron Ed Vielmetti kicked things off here. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] You can read all about microformats here, but the Corporate Librarian is interested in their application to libraries. Daniel Chudnov has been working with others on a bibliographic citation microformat, which could be the building-block of an open standards-based cataloging software. Check out a rudimentary example here. I believe (correct me if I&#8217;m wrong on this and I&#8217;ll edit the post accordingly) that Superpatron Ed Vielmetti kicked things off here. [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edward Vielmetti</title>
		<link>http://www.blyberg.net/2005/12/20/tis-a-far-far-better-thing-i-code/#comment-108</link>
		<dc:creator>Edward Vielmetti</dc:creator>
		<pubDate>Wed, 28 Dec 2005 06:33:57 +0000</pubDate>
		<guid>http://www.blyberg.net/2005/12/20/tis-a-far-far-better-thing-i-code/#comment-108</guid>
		<description>my example marked up is here: http://vielmetti.typepad.com/vacuum/2005/12/microformats_in.html</description>
		<content:encoded><![CDATA[<p>my example marked up is here: <a href="http://vielmetti.typepad.com/vacuum/2005/12/microformats_in.html" rel="nofollow">http://vielmetti.typepad.com/vacuum/2005/12/microformats_in.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edward Vielmetti</title>
		<link>http://www.blyberg.net/2005/12/20/tis-a-far-far-better-thing-i-code/#comment-107</link>
		<dc:creator>Edward Vielmetti</dc:creator>
		<pubDate>Wed, 28 Dec 2005 06:09:57 +0000</pubDate>
		<guid>http://www.blyberg.net/2005/12/20/tis-a-far-far-better-thing-i-code/#comment-107</guid>
		<description>woops, my edits got totally lost.

before it's 
&lt;code&gt;
&lt;b&gt;Title:&lt;/b&gt; Anatomy of a Murder
&lt;/code&gt;

and after it's

&lt;code&gt;
&lt;b&gt;Title:&lt;/b&gt; Anatomy of a Murder
&lt;/code&gt;

but they look the same when you see them on screen in default settings.</description>
		<content:encoded><![CDATA[<p>woops, my edits got totally lost.</p>
<p>before it&#8217;s<br />
<code><br />
<b>Title:</b> Anatomy of a Murder<br />
</code></p>
<p>and after it&#8217;s</p>
<p><code><br />
<b>Title:</b> Anatomy of a Murder<br />
</code></p>
<p>but they look the same when you see them on screen in default settings.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edward Vielmetti</title>
		<link>http://www.blyberg.net/2005/12/20/tis-a-far-far-better-thing-i-code/#comment-106</link>
		<dc:creator>Edward Vielmetti</dc:creator>
		<pubDate>Wed, 28 Dec 2005 06:08:02 +0000</pubDate>
		<guid>http://www.blyberg.net/2005/12/20/tis-a-far-far-better-thing-i-code/#comment-106</guid>
		<description>Ed, regarding microformats (since I suggested it) -

The current RSS output from the AADL library, for searches and for other feeds, is marked up to look nice in the feed reader but loses all of its semantics.  So you get something like

&lt;b&gt;Title&lt;/b&gt;: Anatomy of a Murder

If you wanted to, you could get out your parser and figure out that whatever followed a bold-faced title string was the title of the materials.  But wouldn't it be nicer for RSS data reuse of that was tagged semantically in some way so that it would be easy to pick up?  So this renders instead as

&lt;b&gt;Title:&lt;/b&gt; Anatomy of a Murder

and it's easy to pick out of a stream.

The advantages of this start to come out when you dream about library search or reference tools that reuse data in non-traditional ways.  For instance, given enough markup and a catalog that keeps track of the books you have checked out, it's a small matter of programming to dump out a bibliography.  Patrons themselves could write tools that would display a visual representation of books they had checked out (using a properly tagged image that represented the book, a la the Mac "Delicious Library" application).  Or you could have a library bot answer search requests via IM and return title and author and checkout status for book search requests, but otherwise keep the response much shorter than the full catalog record.

Some of this is just thinking, others of it looks like a few minor tweaks here and there to ease reuse of things along a long pipeline of tools, some created by the library and some created by the patrons.

Ed</description>
		<content:encoded><![CDATA[<p>Ed, regarding microformats (since I suggested it) -</p>
<p>The current RSS output from the AADL library, for searches and for other feeds, is marked up to look nice in the feed reader but loses all of its semantics.  So you get something like</p>
<p><b>Title</b>: Anatomy of a Murder</p>
<p>If you wanted to, you could get out your parser and figure out that whatever followed a bold-faced title string was the title of the materials.  But wouldn&#8217;t it be nicer for RSS data reuse of that was tagged semantically in some way so that it would be easy to pick up?  So this renders instead as</p>
<p><b>Title:</b> Anatomy of a Murder</p>
<p>and it&#8217;s easy to pick out of a stream.</p>
<p>The advantages of this start to come out when you dream about library search or reference tools that reuse data in non-traditional ways.  For instance, given enough markup and a catalog that keeps track of the books you have checked out, it&#8217;s a small matter of programming to dump out a bibliography.  Patrons themselves could write tools that would display a visual representation of books they had checked out (using a properly tagged image that represented the book, a la the Mac &#8220;Delicious Library&#8221; application).  Or you could have a library bot answer search requests via IM and return title and author and checkout status for book search requests, but otherwise keep the response much shorter than the full catalog record.</p>
<p>Some of this is just thinking, others of it looks like a few minor tweaks here and there to ease reuse of things along a long pipeline of tools, some created by the library and some created by the patrons.</p>
<p>Ed</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed Summers</title>
		<link>http://www.blyberg.net/2005/12/20/tis-a-far-far-better-thing-i-code/#comment-105</link>
		<dc:creator>Ed Summers</dc:creator>
		<pubDate>Tue, 27 Dec 2005 19:53:43 +0000</pubDate>
		<guid>http://www.blyberg.net/2005/12/20/tis-a-far-far-better-thing-i-code/#comment-105</guid>
		<description>I'd be interested to hear more about how you are considering using microformats in your catalog output. Thanks for the interesting post!</description>
		<content:encoded><![CDATA[<p>I&#8217;d be interested to hear more about how you are considering using microformats in your catalog output. Thanks for the interesting post!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Science Library Pad</title>
		<link>http://www.blyberg.net/2005/12/20/tis-a-far-far-better-thing-i-code/#comment-101</link>
		<dc:creator>Science Library Pad</dc:creator>
		<pubDate>Wed, 21 Dec 2005 18:24:44 +0000</pubDate>
		<guid>http://www.blyberg.net/2005/12/20/tis-a-far-far-better-thing-i-code/#comment-101</guid>
		<description>&lt;strong&gt;the library 2.0 coder discussion continues&lt;/strong&gt;

John Blyberg writesThe model that we should be adopting looks more like a meta-coop in which libraries work together via a developer’s network using a set of platform independent, standards-based tools to create open-source projects, programs, and sn...</description>
		<content:encoded><![CDATA[<p><strong>the library 2.0 coder discussion continues</strong></p>
<p>John Blyberg writesThe model that we should be adopting looks more like a meta-coop in which libraries work together via a developer’s network using a set of platform independent, standards-based tools to create open-source projects, programs, and sn&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
