<?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>North Carolina Digital Collections Collaboratory &#187; software</title>
	<atom:link href="http://digital.lib.ecu.edu/collaboratory/index.php?feed=rss2&#038;cat=9" rel="self" type="application/rss+xml" />
	<link>http://digital.lib.ecu.edu/collaboratory</link>
	<description>Bringing North Carolina Digital Collections Together</description>
	<lastBuildDate>Wed, 26 Jan 2011 20:56:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Digital Collections and Endorphins</title>
		<link>http://digital.lib.ecu.edu/collaboratory/?p=229</link>
		<comments>http://digital.lib.ecu.edu/collaboratory/?p=229#comments</comments>
		<pubDate>Thu, 02 Jul 2009 16:27:19 +0000</pubDate>
		<dc:creator>willsexton</dc:creator>
				<category><![CDATA[Duke]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://digital.lib.ecu.edu/collaboratory/?p=229</guid>
		<description><![CDATA[At Duke Libraries, we recently enjoyed some publicity following the release of the new version of the DukeMobile iPhone app, which included an interface for accessing some of our digital collections.  Good publicity causes the brain to manufacture and release pleasing endorphins (pretty!), and that&#8217;s, you know, good.  But we kind of laughed about it [...]]]></description>
			<content:encoded><![CDATA[<p>At Duke Libraries, we recently enjoyed some <a href="http://lists.webjunction.org/wjlists/web4lib/2009-June/049599.html">publicity</a> following the <a href="http://">release</a> of the new version of the DukeMobile iPhone app, which included an <a href="http://library.duke.edu/blogs/digital-collections/2009/06/16/library-digital-collections-theres-an-app-for-that/">interface</a> for accessing some of our digital collections.  Good publicity causes the brain to manufacture and release pleasing <a href="http://micro.magnet.fsu.edu/micro/gallery/endorphin/endorphins.html">endorphins</a> (pretty!), and that&#8217;s, you know, good.  But we kind of laughed about it because &#8212; and this is a secret that I&#8217;ll share only with readers of the Collaboratory &#8212; we didn&#8217;t actually do that much.  About all we did in terms of technology development was tweak the RSS feeds that we use for our <a href="http://library.duke.edu/blogs/digital-collections/2009/01/09/3d-wall-view-in-search-results/">cooliris search results</a>.  The developers of <a href="http://news.duke.edu/2009/03/mobileinternal.html">DukeMobile</a> did the heavy lifting.</p>
<p>Still, the accomplishment was one we paid forward a while back when we made a couple of decisions about design and architecture for the digital collections.  The most important was the decision to eschew &#8220;black box&#8221; vendor solutions in favor of developing our own system using open-source and freely-available software tools.  That choice gave us control over our metadata and content, which, as I mentioned, set up the use of cooliris for search result sets, which in turn gave us RSS feeds to tweak and re-use.</p>
<p>These days, we&#8217;re thinking about how to extend or re-develop the &#8220;<a href="http://docs.google.com/Presentation?id=ddpbx8xn_128dgt6stct">Tripod</a>&#8221; system that serves as the front end for our digital collections, especially in light of ongoing progress that we&#8217;ve made with the back end, a repository and metadata editor, a.k.a., the &#8220;<a href="http://library.duke.edu/blogs/digital-collections/2009/04/08/cni-spring-forum-2009-presentation-on-trident-project/">Trident</a>&#8221; project.  The experiences with cooliris and DukeMobile have reinforced in my own brain a couple of ideas that I hope we&#8217;ll embrace as we go through this process, namely, syndication and aggregation.  I know I&#8217;m not breaking any new ground here, but I wonder if these concepts have gained real traction in the world of library digital collections.<br />
<span id="more-229"></span><br />
Syndication involves opening up pipes of content.  To some extent we can already do this, as we did with the RSS feeds for cooliris and DukeMobile, but the API that we have for it is somewhat accidental.  I&#8217;d like to reconceptualize that API and make it more central to the architecture.  We also need more control and flexibility with respect to the kinds of lists we can create, whether through metadata elements or the assignment of relationships between objects.</p>
<p>The objective of syndication is to enable users with a diverse array of client programs to pull selected content into workspaces that are meaningful to them.  The pattern is one of distribution or diffusion of content, but the best way for a manager of collections to cultivate that pattern is to achieve a centralized control over that content.  Then a single, unified application framework can serve as a mechanism for opening up those pipes.</p>
<p>Aggregation is the consolidation of content from disparate sources.  It seems like the opposite pattern from syndication, but it&#8217;s really the same &#8220;pipe&#8221; seen from the other direction.  I think this idea has some deep implications for the appeal of digital collections.  Duke&#8217;s collections are &#8220;<a href="http://library.duke.edu/digitalcollections/">here</a>,&#8221; ECU&#8217;s &#8220;<a href="http://digital.lib.ecu.edu/">there</a>,&#8221; NCSU&#8217;s &#8220;<a href="http://www.lib.ncsu.edu/specialcollections/digital/index.html">over yonder</a>,&#8221; and <a href="http://www.lib.unc.edu/digitalprojects.html">so forth</a> and <a href="http://newsouthvoices.uncc.edu/">so on</a>.  From a researcher&#8217;s point of view, the collections might offer more gravitational pull if they were all accessible via a single discovery interface.  I think consortium-level aggregation of digital collections is an idea worth exploring as a policy.</p>
<p>We know it&#8217;s possible as technology.  Consider the <a href="http://www.openarchives.org/ore/">OAI-ORE specification</a>, which conceptualizes a digital object as a &#8220;resource map&#8221;.  One mode of implementing the resource map is to use the <a href="http://tools.ietf.org/html/rfc4287">Atom syndication format</a>.  So OAI-ORE gives us a way to describe an item in a digital collection that immediately lends itself to syndication.  In turn, an application that implements the &#8220;other&#8221; Atom &#8212; the <a href="http://tools.ietf.org/html/rfc5023">publishing protocol</a> &#8212; could aggregate digital collections content within a single interface.</p>
<p>Aggregation and syndication are really two sides of the same idea, or complementary ideas, one that follows from the other.  In general, I&#8217;d like to see us in the library world spend less time building interfaces for digital collections, and concentrate more on producing content, describing it in meaningful ways, mashing it up, building connections within and across collections, writing blog posts about it, producing videos about it, writing songs and hard-hitting melodramas about it, and bragging about it on social networking sites.  These activities will lead to good publicity, which causes the release of endorphins, in a repeating cycle of good.</p>
]]></content:encoded>
			<wfw:commentRss>http://digital.lib.ecu.edu/collaboratory/?feed=rss2&amp;p=229</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
