<?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>Millards Corner &#187; OhioLINK</title>
	<atom:link href="http://www.edfu.org/category/ohiolink/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.edfu.org</link>
	<description></description>
	<lastBuildDate>Sat, 14 Jan 2012 14:01:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>CONTENTdm to DSpace</title>
		<link>http://www.edfu.org/contentdm-to-dspace/</link>
		<comments>http://www.edfu.org/contentdm-to-dspace/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 16:17:51 +0000</pubDate>
		<dc:creator>millarj</dc:creator>
				<category><![CDATA[CONTENTdm]]></category>
		<category><![CDATA[DSpace]]></category>
		<category><![CDATA[OhioLINK]]></category>
		<category><![CDATA[recipes]]></category>

		<guid isPermaLink="false">http://www.edfu.org/?p=47</guid>
		<description><![CDATA[There are probably lots of ways to do this, but this is mine.  As part of our migration to the OhioLINK DRC I&#8217;ve created a quick php script to 1) take the default export format of CONTENTdm, 2) translate a mapping of fields to the appropriate dSpace ones, and 3) create the DSpace bulk submission [...]]]></description>
			<content:encoded><![CDATA[<p>There are probably lots of ways to do this, but this is mine.  As part of our migration to the <a href="http://tinyurl.com/lzgf5o">OhioLINK DRC</a> I&#8217;ve created a quick php script to 1) take the default export format of CONTENTdm, 2) translate a mapping of fields to the appropriate dSpace ones, and 3) create the DSpace bulk submission package for it.  You will need php5+ running on a unix-like system with allow_fopen set to true.  It may work on Windows, but I haven&#8217;t tested it and I probably won&#8217;t.  You could <a href="http://www.ubuntu.com">upgrade your Windows</a> Installation and have better luck though.</p>
<p>You can find the scripts here.  CAVEAT: These are ugly hacks at best  <a href="http://staff.lib.muohio.edu/~millarj/cdmtab2dspace/">http://staff.lib.muohio.edu/~millarj/cdmtab2dspace/</a></p>
<p><strong>Instructions:</strong></p>
<ol>
<li>Export your data from CONTENTdm in the control panel.  Select a Tab Delimited export and make sure to check &#8220;Return field names in first record&#8221; <img src="http://calvin.edfu.org/wp-content/uploads/2009/08/cdm-export.jpg" alt="cdm-export" title="cdm-export" width="434" height="81" class="alignnone size-full wp-image-48" /></li>
<li>Next, open the resulting text file in a spreadsheet application of your choice.  If you don&#8217;t want to munge dates and other non-text data, make sure each column is imported as the &#8220;Text&#8221; type.  Excel for example, has a hard time with ISO dates.
</li>
<li>Add a row to the top of the spreadsheet and place the appropriate DSpace fieladn mes (minus the dc. prefix) above the CONTENTdm field to be mapped.  If you want to skip a field, just use &#8220;skip&#8221; as the DSpace field label.</li>
<li>Save it back out as a tab-delimited file.</li>
<li>Download the script and edit it to customize to your hearts content.</li>
<li>Run the script from a unix/linux/macosx commandline &#8220;php cdmtab2dspace.php&#8221;</li>
</ol>
<p>At the top of the script are various customizations/configurations.  To see how things will look, set $test_mode = &#8220;on&#8221;   When ready to run it live, change that bit to &#8220;off&#8221;</p>
<p>In particular, customize/rewrite the &#8220;move_bitstreams&#8221; function to, you guessed it, move the bitstreams (digital objects) from wherever you have them into the submission package.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.edfu.org/contentdm-to-dspace/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

