<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: How to find complete multi-volume works in Google Books</title>
	<atom:link href="http://everybodyslibraries.com/2009/03/30/how-to-find-complete-multi-volume-works-in-google-books/feed/" rel="self" type="application/rss+xml" />
	<link>http://everybodyslibraries.com/2009/03/30/how-to-find-complete-multi-volume-works-in-google-books/</link>
	<description>Libraries for everyone, by everyone, shared with everyone, about everything</description>
	<lastBuildDate>Mon, 20 May 2013 15:27:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: BromaCleanse</title>
		<link>http://everybodyslibraries.com/2009/03/30/how-to-find-complete-multi-volume-works-in-google-books/#comment-1711</link>
		<dc:creator><![CDATA[BromaCleanse]]></dc:creator>
		<pubDate>Fri, 28 Aug 2009 19:40:46 +0000</pubDate>
		<guid isPermaLink="false">http://everybodyslibraries.com/?p=599#comment-1711</guid>
		<description><![CDATA[Great tutorial. After all, its not that hard to get those free books]]></description>
		<content:encoded><![CDATA[<p>Great tutorial. After all, its not that hard to get those free books</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Mark Ockerbloom</title>
		<link>http://everybodyslibraries.com/2009/03/30/how-to-find-complete-multi-volume-works-in-google-books/#comment-593</link>
		<dc:creator><![CDATA[John Mark Ockerbloom]]></dc:creator>
		<pubDate>Tue, 31 Mar 2009 16:44:58 +0000</pubDate>
		<guid isPermaLink="false">http://everybodyslibraries.com/?p=599#comment-593</guid>
		<description><![CDATA[Well, my catalog can be slurped down via OAI-PMH, in either Dublin Core or MODS formats.  See http://onlinebooks.library.upenn.edu/webbin/OAI-onlinebooks?verb=Identify for details.

The OAI data feeds don&#039;t explicitly identify volume information in a machine-processable format.  (I&#039;m not aware of a standard way of doing this in the formats I&#039;m using, but would be happy to hear suggestions.  I&#039;d prefer not to resort to significantly more complicated formats if avoidable.)  The Dublin Core version of the metadata, though, includes all the URLs in dc:identifier fields.  Any DC record that has multiple identifiers that are all Google can be almost always assumed to refer to successive volumes of a multi-volume work; and the GBS ID is embedded right in the URI.

So you can probably scrape compiled volume data out of my records that way; it&#039;s not the most elegant method, but I believe it will work.  I have no corresponding method at present for serial volume ID harvesting short of HTML-scraping their cover pages (though those at least can be identified programmatically in the OAI-PMH feed). I&#039;m happy to entertain suggestions for more elegant methods for harvesting this info for serials and books.]]></description>
		<content:encoded><![CDATA[<p>Well, my catalog can be slurped down via OAI-PMH, in either Dublin Core or MODS formats.  See <a href="http://onlinebooks.library.upenn.edu/webbin/OAI-onlinebooks?verb=Identify" rel="nofollow">http://onlinebooks.library.upenn.edu/webbin/OAI-onlinebooks?verb=Identify</a> for details.</p>
<p>The OAI data feeds don&#8217;t explicitly identify volume information in a machine-processable format.  (I&#8217;m not aware of a standard way of doing this in the formats I&#8217;m using, but would be happy to hear suggestions.  I&#8217;d prefer not to resort to significantly more complicated formats if avoidable.)  The Dublin Core version of the metadata, though, includes all the URLs in dc:identifier fields.  Any DC record that has multiple identifiers that are all Google can be almost always assumed to refer to successive volumes of a multi-volume work; and the GBS ID is embedded right in the URI.</p>
<p>So you can probably scrape compiled volume data out of my records that way; it&#8217;s not the most elegant method, but I believe it will work.  I have no corresponding method at present for serial volume ID harvesting short of HTML-scraping their cover pages (though those at least can be identified programmatically in the OAI-PMH feed). I&#8217;m happy to entertain suggestions for more elegant methods for harvesting this info for serials and books.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jrochkind</title>
		<link>http://everybodyslibraries.com/2009/03/30/how-to-find-complete-multi-volume-works-in-google-books/#comment-591</link>
		<dc:creator><![CDATA[jrochkind]]></dc:creator>
		<pubDate>Tue, 31 Mar 2009 02:53:58 +0000</pubDate>
		<guid isPermaLink="false">http://everybodyslibraries.com/?p=599#comment-591</guid>
		<description><![CDATA[If you could figure out an easy way to have your list of compiled volumes in a machine-readable form, listing which individual GBS ids and/or HathiTrust ids are part of a single set, I&#039;d find a way make use of this in my software that&#039;s querrying GBS/HathiTrust, to make sure to present the user with link(s) to a complete set, instead of just one volume of a multi-volume work.

And likewise for serials, to as much of the run as is in Google/Hathi, instead of just the one arbitrary scanned copy I happen to find now. 

This is definitely something that&#039;s problematic in the existing GBS and HT interfaces. It&#039;s painstaking to compile this info, but if you&#039;re doing it by hand anyway, please find a way to make it machine-readable!]]></description>
		<content:encoded><![CDATA[<p>If you could figure out an easy way to have your list of compiled volumes in a machine-readable form, listing which individual GBS ids and/or HathiTrust ids are part of a single set, I&#8217;d find a way make use of this in my software that&#8217;s querrying GBS/HathiTrust, to make sure to present the user with link(s) to a complete set, instead of just one volume of a multi-volume work.</p>
<p>And likewise for serials, to as much of the run as is in Google/Hathi, instead of just the one arbitrary scanned copy I happen to find now. </p>
<p>This is definitely something that&#8217;s problematic in the existing GBS and HT interfaces. It&#8217;s painstaking to compile this info, but if you&#8217;re doing it by hand anyway, please find a way to make it machine-readable!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
