<?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>wire &#187; dspace</title>
	<atom:link href="http://wire.jstirnaman.com/tag/dspace/feed/" rel="self" type="application/rss+xml" />
	<link>http://wire.jstirnaman.com</link>
	<description>I&#039;m sure we&#039;ll think of something</description>
	<lastBuildDate>Sun, 05 Sep 2010 12:00:00 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Upgrades</title>
		<link>http://wire.jstirnaman.com/2009/06/24/upgrades/</link>
		<comments>http://wire.jstirnaman.com/2009/06/24/upgrades/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 22:28:04 +0000</pubDate>
		<dc:creator>jts</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[innovation]]></category>
		<category><![CDATA[libraries]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[web services]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[dspace]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://wire.jstirnaman.com/?p=86</guid>
		<description><![CDATA[I just upgraded from Wordpress 2.6 to 2.8. All in all, that took less than 5 minutes.
DSpace upgrade from 1.4.1 to 1.5.2? 2+ weeks and it&#8217;s she&#8217;s still not entirely stable.
The new dashboard in WP is very nice. I&#8217;m using the QuickPress feature to write this post.  Way too easy!
I also just signed up [...]]]></description>
			<content:encoded><![CDATA[<p>I just upgraded from Wordpress 2.6 to 2.8. All in all, that took less than 5 minutes.<br />
DSpace upgrade from 1.4.1 to 1.5.2? 2+ weeks and it&#8217;s she&#8217;s still not entirely stable.<br />
The new dashboard in WP is very nice. I&#8217;m using the QuickPress feature to write this post.  Way too easy!<br />
I also just signed up at <a href="http://webenabled.com">Webenabled.com</a>. I have yet to figure out the &#8220;deployment options&#8221;. Is it me or does there seem to be a severe lack of support documentation?<br />
Otherwise, though, you can get installs of Wordpress, Drupal, Joomla!, and other apps up with the click of a button in less than minute!  SVN and SSH, too!  Did I mention you get 3 for <em>free</em>? I like where this is going!</p>
]]></content:encoded>
			<wfw:commentRss>http://wire.jstirnaman.com/2009/06/24/upgrades/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Widgetizing DSpace stalled by OAI-DC</title>
		<link>http://wire.jstirnaman.com/2009/04/01/widgetizing-dspace-stalled-by-oai-dc/</link>
		<comments>http://wire.jstirnaman.com/2009/04/01/widgetizing-dspace-stalled-by-oai-dc/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 22:10:50 +0000</pubDate>
		<dc:creator>jts</dc:creator>
				<category><![CDATA[libraries]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[web services]]></category>
		<category><![CDATA[dspace]]></category>
		<category><![CDATA[oai-pmh]]></category>

		<guid isPermaLink="false">http://wire.jstirnaman.com/?p=58</guid>
		<description><![CDATA[Weâ€™ve been needing a widget for displaying citations from DSpace collections on departmental and customer web sites.Â  For example, our Center of Telemedicine and Telehealth wants to display all their citations grouped by year on their web site without having to manually update the web site.
It seemed simple enough.Â  My first thought was to pull [...]]]></description>
			<content:encoded><![CDATA[<p>Weâ€™ve been needing a widget for displaying citations from DSpace collections on departmental and customer web sites.Â  For example, our <a href="http://www2.kumc.edu/telemedicine/">Center of Telemedicine and Telehealth</a> wants to display all their <a href="http://www.kumc.edu/archie/handle/2271/287">citations</a> grouped by year on their web site without having to manually update the web site.</p>
<p>It seemed simple enough.Â  My first thought was to pull an RSS feed from DSpace into <a href="http://pipes.yahoo.com">Yahoo! Pipes</a> or a similar service. Then I would deploy a javascript widget from there.</p>
<blockquote><p>Problem #1: Ideally you donâ€™t want your RSS feeds spouting 80 items starting back in the 1990â€™s.</p>
<p>Problem #2: By default, the data in the feeds isnâ€™t rich enough.Â  I need journal, volume, issue, etc.</p></blockquote>
<p>My next go at it was to use DSpaceâ€™s OAI-PMH provider. This makes more sense than RSS. The data is rich, itâ€™s all there, and I can specify <strong>sets </strong>or <strong>date ranges</strong> using Collection handles.</p>
<p>So whatâ€™s the drawback? The default metadata format for OAI in DSpace is oai_dc, i.e. <em>unqualified</em> Dublin Core, making it nigh impossible to distinguish published date from deposited date and publication source from handle URI.Â  This would exponentially complicate my simple little Pipe and make my brain hurtâ€¦<em>alot</em>.</p>
<p>The solution? Apply a <a href="http://wiki.dspace.org/index.php/CrosswalkPlugins">Metadata Crosswalk Plugin</a> for exposing QDC in OAI.Â  DSpace 1.5 even includes a preliminary crosswalk for this.Â  One more reason to expedite moving to 1.5.x.Â  Weâ€™re almost there anyway.*</p>
<p><span style="font-size: xx-small;">*Weâ€™re still running DSpace 1.4 in production which does have a crosswalk plugin implementation known as </span><a href="http://wiki.dspace.org/index.php/XsltCrosswalk"><span style="font-size: xx-small;">XSLT Crosswalk</span></a><span style="font-size: xx-small;"> but Iâ€™d rather devote my time to the upgrade.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://wire.jstirnaman.com/2009/04/01/widgetizing-dspace-stalled-by-oai-dc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
