<?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>ulcc da blog &#187; eprints</title>
	<atom:link href="http://dablog.ulcc.ac.uk/tag/eprints/feed/" rel="self" type="application/rss+xml" />
	<link>http://dablog.ulcc.ac.uk</link>
	<description>blogging about digital archives &#38; repositories since 2007</description>
	<lastBuildDate>Tue, 14 May 2013 10:42:32 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
		<item>
		<title>Handling handles in EPrints</title>
		<link>http://dablog.ulcc.ac.uk/2012/10/26/handling-handles-in-eprints/</link>
		<comments>http://dablog.ulcc.ac.uk/2012/10/26/handling-handles-in-eprints/#comments</comments>
		<pubDate>Fri, 26 Oct 2012 10:32:22 +0000</pubDate>
		<dc:creator>José Martin</dc:creator>
				<category><![CDATA[DA Blog]]></category>
		<category><![CDATA[Repositories]]></category>
		<category><![CDATA[eprints]]></category>
		<category><![CDATA[handle]]></category>
		<category><![CDATA[repositories]]></category>

		<guid isPermaLink="false">http://dablog.ulcc.ac.uk/?p=4373</guid>
		<description><![CDATA[Version 7 of the Handle System brings template handles, which make it much easier than before to provide an EPrints repository with persistent URLs. While previous versions required a new record to be created in the local Handle server database for every persistent URL like http://hdl.handle.net/&#60;prefix&#62;/&#60;item_id&#62; to be resolved, we are now able to simply [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/bootpainter/4692761179"><img class="alignright size-full wp-image-4389" title="4692761179_0e455ec27f_m" src="http://dablog.ulcc.ac.uk/wp-content/uploads/2012/10/4692761179_0e455ec27f_m.jpg" alt="(for Otto) handle and keyhole by bootpainter on Flickr" width="239" height="240" /></a>Version 7 of the <a href="http://www.handle.net/index.html">Handle System</a> brings template handles, which make it much easier than before to provide an EPrints repository with persistent URLs.</p>
<p>While previous versions required a new record to be created in the local Handle server database for every persistent URL like <code>http://hdl.handle.net/&lt;prefix&gt;/&lt;item_id&gt;</code> to be resolved, we are now able to simply define a template that will map any</p>
<p><code>http://hdl.handle.net/&lt;your_prefix&gt;/xyz</code></p>
<p>to</p>
<p><code>http://your.repo.url/xyz</code></p>
<p>Assuming the following scenario:</p>
<ul>
<li>7.x Handle server set up and running</li>
<li>A prefix (institutional id registered in the Handle System) homed on that server. We’ll use <code>123456</code> for this example</li>
<li>Your EPrints repository is located at <code>http://your.repo.url</code></li>
</ul>
<p>Here is how:</p>
<ol>
<li>For handle 123456: create a Simple URL with the value <code>http://your.repo.url</code></li>
<li>For handle 0.NA/123456: add an HS_NAMESPACE entry with the following UTF8 Text value:</li>
</ol>
<pre style="background-color: #ddd;">
    &lt;namespace&gt;
      &lt;template delimiter="/"&gt;
        &lt;foreach&gt;
          &lt;if value="type" test="equals" expression="URL"&gt;
              &lt;value data= "${data}/${extension}" /&gt;
          &lt;/if&gt;
          &lt;else&gt;
              &lt;value /&gt;
          &lt;/else&gt;
        &lt;/foreach&gt;
      &lt;/template&gt;
    &lt;/namespace&gt;</pre>
<p>And we’re done! Any URL with the format <code>http://hdl.handle.net/123456/*</code> will be resolved as <code>http://your.repo.url/*</code></p>
<p>Being, as it is, an effective, simple way to use persistent URLs on your repository, it is most convenient when moving an existing repository that was already integrated into the Handle System from DSpace to EPrints. No need to worry about managing the existing Handle database records: a template will successfully resolve to the summary page of every record by just keeping the same record ids.</p>
<p>Had Handle 7 templates been available when we began the SAS-Space migration project (from DSpace to EPrints), we may have reached a different decision about discontinuing Handle for that service. (Handles created by DSpace persist, but no new handles have been minted since the system went live in EPrints.) Handle 7 templates (and the templates now have available to integrate them into EPrints) mean that setting up Handle to work with EPrints is scarcely more difficult than it is for DSpace.</p>
]]></content:encoded>
			<wfw:commentRss>http://dablog.ulcc.ac.uk/2012/10/26/handling-handles-in-eprints/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Roll your own e-books&#8230; what&#8217;s not to love?</title>
		<link>http://dablog.ulcc.ac.uk/2012/10/16/roll-your-own-e-books-whats-not-to-love/</link>
		<comments>http://dablog.ulcc.ac.uk/2012/10/16/roll-your-own-e-books-whats-not-to-love/#comments</comments>
		<pubDate>Tue, 16 Oct 2012 17:42:54 +0000</pubDate>
		<dc:creator>Richard M. Davis</dc:creator>
				<category><![CDATA[E-Learning]]></category>
		<category><![CDATA[Repositories]]></category>
		<category><![CDATA[e-books]]></category>
		<category><![CDATA[e-learning]]></category>
		<category><![CDATA[eprints]]></category>
		<category><![CDATA[FOTE]]></category>
		<category><![CDATA[FOTE12]]></category>

		<guid isPermaLink="false">http://dablog.ulcc.ac.uk/?p=4400</guid>
		<description><![CDATA[From the Anthologizr project blog I enjoyed presenting some of the early Anthologizr work to ULCC&#8217;s Future of Technology in Education (FOTE12) conference, as well as the general e-book message of earlier posts here. Slides embedded below (and also available in our repository.) One backchannel tweet I saw described me (I presume) as &#8220;some guy [...]]]></description>
			<content:encoded><![CDATA[<p><div class="wp-caption alignright" style="width: 210px"><a href="http://dablog.ulcc.ac.uk/wp-content/uploads/2012/10/8074134812_378423a2df_k50772d195fd0c.jpg"><img title="Richard at FOTE12, Senate House, University of London" alt="" src="http://dablog.ulcc.ac.uk/wp-content/uploads/2012/10/8074134812_378423a2df_k50772d195fd0c.jpg" height="300" width="200" /></a><p class="wp-caption-text">Richard talking about E-books at FOTE12 conference, Senate House, University of London</p></div><br />
<i>From the <a href="http://anthologizr.wordpress.com/2012/10/16/roll-your-own-e-books-whats-not-to-love/">Anthologizr project blog</a></i></p>
<p>I enjoyed presenting some of the early Anthologizr work to ULCC&#8217;s Future of Technology in Education (FOTE12) conference, as well as the general e-book message of earlier posts here. Slides embedded below (and also available <a href="http://pubs.ulcc.ac.uk/172/">in our repository</a>.)</p>
<p>One backchannel tweet I saw described me (I presume) as &#8220;some guy who thought e-books were great&#8221;, which I don&#8217;t think entirely represents the complexity of what I was trying to convey. It&#8217;s all relative, to where we&#8217;ve arrived at, and the success of the <em>devices</em> that now frame e-books is so well-established that there&#8217;s no way back: what iPods and their successors did for physical audio media, iPads, Kindles and their ilk will surely do to printed media, no matter that it may have been &#8220;the most stable and mature market for creative works that exists&#8221;.</p>
<p>The FOTE event also yielded some smashing photos, thanks to ULCC&#8217;s excellent marketing and photography team.</p>
<div class="wp-caption aligncenter" style="width: 310px"><img class="  " alt="" src="http://dablog.ulcc.ac.uk/wp-content/uploads/2012/10/8074134329_a104bfc8d4_b.jpg" height="200" width="300" /><p class="wp-caption-text">Richard talking about e-books at FOTE12, Senate House, University of London</p></div>
<p>Next stop for the project, I have been looking at a couple of e-book creating environments, and hope to write them up. And our next hackathon with our excellent development team will be upon us soon.</p>
<object type='application/x-shockwave-flash' wmode='opaque' data='http://static.slideshare.net/swf/ssplayer2.swf?id=14738036&doc=roll-your-owne-booksforfote2012-121015140307-phpapp01' width='630' height='516'><param name='movie' value='http://static.slideshare.net/swf/ssplayer2.swf?id=14738036&doc=roll-your-owne-booksforfote2012-121015140307-phpapp01' /><param name='allowFullScreen' value='true' /></object>
]]></content:encoded>
			<wfw:commentRss>http://dablog.ulcc.ac.uk/2012/10/16/roll-your-own-e-books-whats-not-to-love/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAS Open Journals: Making OJS and EPrints play nicely</title>
		<link>http://dablog.ulcc.ac.uk/2011/11/01/sas-open-journals-making-ojs-and-eprints-play-nicely/</link>
		<comments>http://dablog.ulcc.ac.uk/2011/11/01/sas-open-journals-making-ojs-and-eprints-play-nicely/#comments</comments>
		<pubDate>Tue, 01 Nov 2011 21:29:00 +0000</pubDate>
		<dc:creator>Rory McNicholl</dc:creator>
				<category><![CDATA[Repositories]]></category>
		<category><![CDATA[Amicus Curiae]]></category>
		<category><![CDATA[eprints]]></category>
		<category><![CDATA[EPXML]]></category>
		<category><![CDATA[IALS]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[journals]]></category>
		<category><![CDATA[OJS]]></category>
		<category><![CDATA[Open Journals]]></category>
		<category><![CDATA[SAS]]></category>
		<category><![CDATA[SWORD]]></category>

		<guid isPermaLink="false">http://dablog.ulcc.ac.uk/?p=2539</guid>
		<description><![CDATA[Our main tasks at ULCC during the SAS Open Journals project were- to set-up the instance of PKP's OJS software- to enable SWORD deposits to the SAS-Space repository- to configure OJS such that digital objects were referenced from the repository wher...]]></description>
			<content:encoded><![CDATA[<p>Our main tasks at ULCC during the SAS Open Journals project were</p>
<p>- to set-up the instance of <a href="http://pkp.sfu.ca/?q=ojs">PKP&#8217;s OJS</a> software<br />
- to enable <a href="http://swordapp.org/">SWORD</a> deposits to the <a href="http://sas-space.sas.ac.uk/">SAS-Space</a> repository<br />
- to configure OJS such that digital objects were referenced from the repository where possible.</p>
<p>The first two steps were straightforward enough. We installed OJS-2.3.4 which has a generic SWORD plugin. However in order to retain as much metadata richness as possible during the SWORD transfer we opted to use <a href="http://wiki.eprints.org/w/EPData_XML_Representation">EPXML</a> to describe the object rather than <a href="http://www.loc.gov/standards/mets/">METS</a>. Although the generic SWORD plugin only deposited using METS, we were comfortable in forgoing using the METS standard since there was only to be a single deposit point (SAS-Space) and deposits would be managed solely by OJS administrators.</p>
<p>The changes made to OJS mentioned below and in &#8220;<a href="http://sasopenjournals.blogspot.com/2011/11/integrating-ojs-and-sneep.html">Integrating OJS and SNEEP</a>&#8220;  can be obtained at the project site:</p>
<p><a href="http://code.google.com/p/sasojs/">http://code.google.com/p/sasojs/</a></p>
<p>in the form of a patch and some additions to OJS-2.3.4</p>
<p>&#8212;</p>
<p>A form field (formatNS) was added to the deposit point template <em>plugins/generic/sword/depositPointForm.tpl</em>. This allowed the administrator to specify the schema used to describe the item metadata. Values for this can be &#8220;http://eprints.org/ep2/data/2.0/&#8221; or the default &#8220;http://www.loc.gov/METS/&#8221;.  Changes were made to <em>plugins/generic/sword/SwordImportExportPlugin.inc.php</em> to handle this new form field and  to <em>classes/sword/OJSSwordDeposit.inc.php</em> to make a decision on the sort of XML file to be included in the SWORD deposit package based on the new parameter. The file<em> lib/pkp/lib/swordapp/packager_epxml_swap.php</em> was added and this handled the construction on the EPXML file.</p>
<p>Another issue we faced using the generic SWORD plug-in was that it did not appear to store information on deposit items within the OJS system. This was essential in order to allow objects to be referenced by OJS from the repository. To achieve this we cannibalised an old version of the SWORD OJS plugin and added<em> classes/sword/SwordDepositDAO.inc.php</em> which allowed us to keep a record of deposited items within OJS.</p>
<p>With this record in the OJS system we could add a getSwordDeposit function to <em>classes/article/ArticleGalley.inc.php</em> which would check to see if a SWORD deposit was available and that the address recorded for the file resolved, before redirecting requests to the repository.</p>
<p>And then, finally, some changes to the article template, and the first three tasks were complete.</p>
<p>There is however a caveat: the embedded plugin PDF viewer, invisibly redirecting to a third party (ie SAS-Space) seemed to fall foul of some browser&#8217;s security regimes. If the security was based on the domain, then we were on safe ground as the redirect was from the journal domain (journals.sas.ac.uk) to the repository (sas-space.sas.ac.uk). However Internet Explorer (at least, as installed on SAS desktop machines) did not seem to like the redirect within the embedded viewer. For this we implemented a fall back to the local OJS copy.</p>
<div class="blogger-post-footer"><img src="https://blogger.googleusercontent.com/tracker/4130058301722479501-1780482955229819852?l=sasopenjournals.blogspot.com" alt="" width="1" height="1" /></div>
]]></content:encoded>
			<wfw:commentRss>http://dablog.ulcc.ac.uk/2011/11/01/sas-open-journals-making-ojs-and-eprints-play-nicely/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAS Open Journals: Populating OJS from EPrints</title>
		<link>http://dablog.ulcc.ac.uk/2011/07/14/populating-ojs-from-eprints/</link>
		<comments>http://dablog.ulcc.ac.uk/2011/07/14/populating-ojs-from-eprints/#comments</comments>
		<pubDate>Thu, 14 Jul 2011 21:34:00 +0000</pubDate>
		<dc:creator>Richard M. Davis</dc:creator>
				<category><![CDATA[Repositories]]></category>
		<category><![CDATA[Amicus Curiae]]></category>
		<category><![CDATA[eprints]]></category>
		<category><![CDATA[IALS]]></category>
		<category><![CDATA[journals]]></category>
		<category><![CDATA[OJS]]></category>
		<category><![CDATA[Open Journals]]></category>
		<category><![CDATA[SAS]]></category>
		<category><![CDATA[SAS-OJS]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[XSLT]]></category>

		<guid isPermaLink="false">http://dablog.ulcc.ac.uk/?p=1618</guid>
		<description><![CDATA[From the SAS Open Journals project blog. Now that a full complement of Amicus Curiae articles has been loaded into the SAS-Space repository, I have been looking at ways to populate the OJS database automatically using the metadata available in the repository. We are fortunate, as ever, that EPrints provides a wide range of export formats [...]]]></description>
			<content:encoded><![CDATA[<p><em>From the <a href="http://sasopenjournals.blogspot.com/">SAS Open Journals project blog</a>.</em></p>
<p>Now that a full complement of <a href="http://sas-space.sas.ac.uk/view/collections/ialsac.html">Amicus Curiae</a> articles has been loaded into the SAS-Space repository, I have been looking at ways to populate the OJS database automatically using the metadata available in the repository.</p>
<p>We are fortunate, as ever, that EPrints provides a wide range of export formats for individual item records and for sets of records. On the <a href="http://sas-space.sas.ac.uk/view/collections/ialsac.html">Amicus Curiae</a> Collection page, we can see that EPrints gives us the option to export the metadata for the whole collection as a bibliographic citation (plain text or HTML), in formats for reference management software (Reference Manager, BibTex, EndNote) and in several other bibliographic data formats, including Dublin Core and METS.</p>
<p>However, I&#8217;ve chosen to base our process on the EP3 XML format of EPrints, which I&#8217;ve worked with before (when we <a href="http://dablog.ulcc.ac.uk/2011/06/22/open-repositories-2011-part-3-changing-platforms/">migrated SAS-Space</a> from DSpace to EPrints). It is the native EPrints export/import format, and arguably contains the most faithful serialisation of item metadata in the repository.</p>
<p>I&#8217;ve now created an XSLT stylesheet that transforms the EP3 XML for the Amicus Curiae collection into the &#8220;<a href="http://pkp.sfu.ca/wiki/index.php/Importing_and_Exporting_Data">native.dtd</a>&#8221; XML format which is the native import/export format for OJS. The biggest challenge in XSLT was grouping the journal articles by issue number, as required by the OJS native format, but once I&#8217;d found a way to do that, the rest is just fiddling about, as it so often is with metadata mapping.</p>
<p><span id="more-1618"></span>Once the EP3 XML is transformed to OJS format, then, with a Journal already defined in OJS, we can use the OJS import function to import a complete set of issues, each containing its full complement of articles. It&#8217;s also possible to include a cover image for each issue (if one is available), and the article in PDF form can either be embedded in the XML using Base64 encoding, or linked-to using a URL. Since our articles are already online in the SAS-Space repository, I used the URL option. (It seems that this imports the object into OJS filestore: we will investigate whether it&#8217;s possible to prevent this, and have the online journal simply link straight to the item in SAS-Space.)</p>
<p>At the moment the XSLT stylesheet is working for our purposes, but offers the intriguing prospect that it could be enhanced to work over any result set in an EPrints repository, and made available as an EPrints Export Plug-in. This way, anyone wanting to quickly assemble, or reassemble, an online journal in OJS, can do so from articles deposited in a repository.</p>
<p>This could be an attractive scenario for anyone trying to retrospectively assemble an online journal from scans of a printed journal: once the materials are deposited in the repository (with sufficient metadata, of course, and, ideally, OCRed), then the data needed to implement a fully working journal in OJS is only a click away.</p>
<p>Existing OJS journal managers might even choose to manage their deposit and review workflow using the repository, and export to OJS when ready. This project gives us an interesting opportunity to compare the two approaches to item submission workflow, and I hope we&#8217;ll be able to report back on that later.</p>
]]></content:encoded>
			<wfw:commentRss>http://dablog.ulcc.ac.uk/2011/07/14/populating-ojs-from-eprints/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Repositories 2011 (Part 1)</title>
		<link>http://dablog.ulcc.ac.uk/2011/06/22/open-repositories-2011-part-1/</link>
		<comments>http://dablog.ulcc.ac.uk/2011/06/22/open-repositories-2011-part-1/#comments</comments>
		<pubDate>Wed, 22 Jun 2011 10:00:46 +0000</pubDate>
		<dc:creator>Richard M. Davis</dc:creator>
				<category><![CDATA[Repositories]]></category>
		<category><![CDATA[dspace]]></category>
		<category><![CDATA[EAD]]></category>
		<category><![CDATA[eprints]]></category>
		<category><![CDATA[Open Repositories]]></category>
		<category><![CDATA[OR11]]></category>
		<category><![CDATA[repositories]]></category>

		<guid isPermaLink="false">http://dablog.ulcc.ac.uk/?p=1487</guid>
		<description><![CDATA[Rory and I had a fun, productive and informative time at Open Repositories 2011 in Austin: everyone involved agreed that this year&#8217;s OR conference at the University of Texas was a great success. The conference kicked off with a keynote from Jim Jagielski of the Apache Software Foundation, describing the history and organisation behind Apache [...]]]></description>
			<content:encoded><![CDATA[<p>Rory and I had a fun, productive and informative time at Open Repositories 2011 in Austin: everyone involved agreed that this year&#8217;s OR conference at the University of Texas was a great success.</p>
<div id="attachment_1490" class="wp-caption alignright" style="width: 205px"><a href="http://dablog.ulcc.ac.uk/wp-content/uploads/2011/06/IMAG0559.jpg"><img class="size-medium wp-image-1490 " title="Chris Awre, William Nixon, Rory McNicholl at the Longhorns stadium" src="http://dablog.ulcc.ac.uk/wp-content/uploads/2011/06/IMAG0559-217x300.jpg" alt="" width="195" height="270" /></a><p class="wp-caption-text">Chris Awre, William Nixon, Rory McNicholl at the Texas Longhorns stadium</p></div>
<p>The conference kicked off with a keynote from Jim Jagielski of the<a href="http://www.apache.org/"> Apache Software Foundation</a>, describing the history and organisation behind Apache and its projects. It was observed by some in the Twitter backchannel that the talk could as easily have been from 2001 as 2011, but for all that it was a worthwhile reminder that, in all our efforts, we stand on the shoulders of the giants who created and maintain the infrastructure of the Web and the Internet. And also that many our endeavours benefit from a little more dedication and commitment than you can usually squeeze between 9-to-5.</p>
<p>The closing keynote was by repositories stalwart Clifford Lynch, who managed to touch on so many perennial repository themes, I won&#8217;t attempt to summarise them. There is a handy <a href="http://storify.com/datag/clifford-lynch-keynote-at-open-repositories-2011/">anthology of tweets about his talk on Storify</a>.</p>
<p>In between were plenty of presentations and opportunities to meet friends old and new from the United States of Repoland &#8211; some we have worked with, some we would like to work with, and many with challenging ideas and insights into the many facets of working with repositories.</p>
<p><span id="more-1487"></span>The OR conference hops back and forth across the Atlantic (I&#8217;ve previously attended <a href="http://dablog.ulcc.ac.uk/2008/04/02/open-repositories-2008-in-southampton/">OR08 in Southampton</a>, <a href="http://dablog.ulcc.ac.uk/2009/06/10/open-repositories-2009/">OR09 in Atlanta</a> and <a href="http://dablog.ulcc.ac.uk/2010/07/09/open-repositories-2010-in-madrid/">OR10 in Madrid</a>). Unfortunately when the conference is held Stateside, the representation of the EPrints community tends to be noticeably smaller. Not that there aren&#8217;t EPrints users in the USA (we were particularly pleased to meet the team from <a href="http://library.caltech.edu/">Cal Tech Library</a>, very happy users and advocates of EPrints), but the distribution of software platforms is significantly different from Europe in general, and the UK in particular (if you are interested in such things, you can check out the statistics at <a href="http://www.opendoar.org/find.php?format=charts">OpenDOAR</a>). And of course travel logistics (and costs) are non-trivial. Luckily Rory and I had been saving our prize money from <a href="http://devcsi.ukoln.ac.uk/blog/2010/07/13/we-have-a-winner-developer-challenge-at-open-repositories-2010-madrid/">last year&#8217;s Developer Challenge</a>!</p>
<p>While it eluded me in previous years, I think at last I am starting to grasp at least some of the salient points of the thing they call <a href="http://www.duraspace.org/">Duraspace</a> (launched, if I recall, in Atlanta)! I&#8217;m certainly hoping to find time to take my <a href="http://duracloud.org/trial_account">free Duracloud trial</a>. However other aspects still remain opaque to me. At one panel discussion about the prospects for implementing DSpace over Fedora (or Fedora under DSpace, depending which way up you look at it), I was surprised to hear a description of ongoing DSpace-Fedora alignment efforts as &#8220;more about the journey than the destination&#8221;. An enviable luxury: for the time being we need tangible outcomes for our repositories and customers, and that&#8217;s one reason why we&#8217;ll be sticking with EPrints for the foreseeable future.</p>
<p>Personal highlights for me are described elsewhere: the <strong><a href="http://dablog.ulcc.ac.uk/2011/06/14/open-repositories-2011-part-2-the-developer-challenge/">Developer Challenge</a></strong>, which we enjoyed immensely, and <strong><a href="http://dablog.ulcc.ac.uk/?p=1499">Changing Platforms</a></strong> the talk that I presented with Imma Subirats, of the UN Food &amp; Agricultural Organisation, where we discussed migrating between repository platforms. Rory also had a chance to meet developers from Yale, who had worked on the other end of the <a href="http://dablog.ulcc.ac.uk/2011/02/21/synergies-abound/">SOAS-Yale Islamic Manuscripts</a> collaboration, and show off some of his work for the <a href="http://digital.info.soas.ac.uk/cgi/c">SOAS repository</a>. We were also hugely appreciative of the generosity of the <a href="http://www.eprints.org/">EPrints t</a>eam, who kept us generally amused and amazed, and kindly included us in their group dinner on the last evening.</p>
<div id="attachment_1502" class="wp-caption alignright" style="width: 280px"><a href="http://dablog.ulcc.ac.uk/wp-content/uploads/2011/06/241367_860021243981_61013483_44532206_7367009_o.jpg"><img class="size-medium wp-image-1502 " title="Ade Stevenson on stage at the Blue Moon" src="http://dablog.ulcc.ac.uk/wp-content/uploads/2011/06/241367_860021243981_61013483_44532206_7367009_o-300x225.jpg" alt="Ade Stevenson on stage at the Blue Moon" width="270" height="203" /></a><p class="wp-caption-text">Adrian Stevenson&#39;s got them all-night late bar open repository blues...</p></div>
<p>The facilities at UT&#8217;s AT&amp;T Conference Centre were outstanding, as was the surrounding campus generally, including the Longhorns football stadium (with its insanely massive west stand) where the conference dinner was held. Austin has far more attractions than we could see in such a short time, and it is an impressive and vibrant city, from the spectacular grandeur of the Texas state capitol, to the noisy entertainment on 6th Street, where virtually every bar has some kind of rock or blues band playing. We were most impressed by UKOLN&#8217;s Adrian Stevenson who jammed on a borrowed guitar with the blues band in the Blue Moon bar at 2am. As if that wasn&#8217;t enough, our visit also coincided with the massive Republic Of Texas biker rally &#8211; an insanely noisy procession of up to 50,000 bikers through the main streets of the city. Our ears won&#8217;t forget OR11 in a hurry.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://dablog.ulcc.ac.uk/2011/06/22/open-repositories-2011-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Repositories 2011 (Part 3): Changing Platforms</title>
		<link>http://dablog.ulcc.ac.uk/2011/06/22/open-repositories-2011-part-3-changing-platforms/</link>
		<comments>http://dablog.ulcc.ac.uk/2011/06/22/open-repositories-2011-part-3-changing-platforms/#comments</comments>
		<pubDate>Wed, 22 Jun 2011 09:38:22 +0000</pubDate>
		<dc:creator>Richard M. Davis</dc:creator>
				<category><![CDATA[Repositories]]></category>
		<category><![CDATA[dspace]]></category>
		<category><![CDATA[EAD]]></category>
		<category><![CDATA[eprints]]></category>
		<category><![CDATA[Open Repositories]]></category>
		<category><![CDATA[OR11]]></category>
		<category><![CDATA[repositories]]></category>

		<guid isPermaLink="false">http://dablog.ulcc.ac.uk/?p=1499</guid>
		<description><![CDATA[To OR11 I took a presentation, jointly with Imma Subirats, from UN FAO in Rome, which we called Changing Platforms. The aim of the presentation was to discuss the subject of migrating repositories between different software platforms. In addition to her work at FAO, Imma is Chief Executive for the E-LIS repository, a major international [...]]]></description>
			<content:encoded><![CDATA[<p>To OR11 I took a presentation, jointly with Imma Subirats, from UN FAO in Rome, which we called <em>Changing Platforms</em>. The aim of the presentation was to discuss the subject of migrating repositories between different software platforms.</p>
<p>In addition to her work at <a href="http://www.fao.org/">FAO</a>, Imma is Chief Executive for the <a href="http://eprints.rclis.org/">E-LIS</a> repository, a major international and multi-lingual repository of articles about Library and Information Science. E-LIS has operated since 2003 on EPrints, but last year migrated to DSpace, because <a href="http://www.cilea.it/">CILEA</a> in Italy, who generously donate support and hosting, now focuses exclusively on working with DSpace. The E-LIS migration has been largely successful, however a number of EPrints features on which the E-LIS editors and users depended, have been difficult to replicate in DSpace, or had to be put on ice. This is no reflection on the specialists at CILEA, but perhaps indicative of more profound differences between EPrints and DSpace, that aren&#8217;t always reflected in the usual comparisons of repository platforms, such as the otherwise informative <a href="http://www.rsp.ac.uk/start/software-survey/results-2010/">JISC RSP Repository Software survey</a>.</p>
<p>ULCC of course has just completed a repository migration from DSpace to EPrints for the School of Advanced Study. Our motivation was in many respects the same as that of CILEA &#8211; our expertise lies firmly in the EPrints camp. But I think the outcomes for our end-user community are more demonstrably positive: in fact I don&#8217;t think there&#8217;s a single feature of the new SAS-Space-on-EPrints that isn&#8217;t a major improvement over its previous incarnation.</p>
<p>Migration of metadata and data (at least from DSpace to EPrints) presented few issues (that weren&#8217;t of my own making!) &#8211; export, transform, import. Here the similarities between the models of the two platforms was extremely valuable. But we did encounter other significant differences, some of which are set out in more detail below.</p>
<div id="attachment_1510" class="wp-caption aligncenter" style="width: 562px"><a href="http://dablog.ulcc.ac.uk/wp-content/uploads/2011/06/241364_859817033221_61013483_44527715_7459153_o.jpg"><img class="size-large wp-image-1510" title="Richard presenting Changing Platforms at OR11" src="http://dablog.ulcc.ac.uk/wp-content/uploads/2011/06/241364_859817033221_61013483_44527715_7459153_o-1024x288.jpg" alt="Richard presenting Changing Platforms at OR11" width="552" height="155" /></a><p class="wp-caption-text">Richard presenting Changing Platforms at OR11</p></div>
<p style="text-align: center;"><a href="http://dablog.ulcc.ac.uk/wp-content/uploads/2011/06/241364_859817033221_61013483_44527715_7459153_o.jpg"></a></p>
<p><strong id="eprints"><span id="more-1499"></span>Issues in EPrints</strong></p>
<p>Perhaps the most significant issue we encountered with re-implementing SAS-Space on EPrints was the absence of built-in support for Handle persistent identifiers. Handle support comes out-of-the-box with DSpace, but not with EPrints, so the choice we faced was between re-implementing Handle support, or dropping it. We chose the latter, since the benefits of Handles to a relatively small IR like SAS-Space were not obvious, and so it was hard to justify the extra cost and effort. By <a href="http://www.slideshare.net/bezbozhnik/changing-platforms/20">ensuring that items kept the same ID</a> when migrated from DSpace to EPrints, and implementing a simple rewrite rule, we have ensured that Handle URIs created while DSpace was operational continue to point to the same item &#8211; but for items added since EPrints went live, no new Handle URIs are coined.</p>
<p>(Shortly after we returned from OR11, an extended discussion broke out on Twitter, amongst several well-respected gentlemen in our field, about the benefits of using Handles. A considerable amount of scepticism was expressed about their usefulness.)</p>
<p><strong>Issues in DSpace</strong></p>
<p>Imma described some workflow issues encountered with the new implementation of her repository. The E-LIS team is accustomed to a very flexible EPrints-based workflow that allows items to have their workflow status changed quite freely. DSpace, by contrast, has a unidirectional workflow model, so that items cannot (for example) be reverted from Live to Pending, if some kind of error is spotted, but effectively need to be deleted and resubmitted. This is obviously a significant divergence between the superficially similar repository platforms.</p>
<p>Another example Imma gave of a perplexing feature of the default DSpace UI is the button on each abstract page that says &#8220;View Full Item Record&#8221;. It leads to a rather intimidating web page displaying the item metadata as Qualified Dublin Core. It&#8217;s not a very attractive display, nor is it actually a &#8220;data&#8221; rendering of the metadata (as you would get by explicitly choosing to Export As XML, or from some new-fangled Linked Data features). It&#8217;s not clear why this view would be of interest to general users of the repository: why is it there?</p>
<p>At OR11 I talked to several people working with DSpace, and all agreed that there&#8217;s room for improvement in the default Web UI. In some cases they have completely reimplemented the web templates. It&#8217;s also worth noting that the page layout in the default JSP UI is entirely implemented using HTML tables, and doesn&#8217;t pass W3C validation. For a Web application that&#8217;s nearly 10 years old, this is disappointing. (The alternative Manakin XML UI implements an attractive vision of UI abstraction using XSLT, but reports suggest that configuring/maintaining it is not for the faint-hearted.)</p>
<p>Quite a few Web design infelicities are perpetrated in the default Community, Collection and Abstract page templates. (During the conference, many of us enjoyed and applauded Simeon Warner&#8217;s timely rant,&#8221;Don&#8217;t <strong>bold</strong> the field name&#8221;.) Of course we can change them &#8211; it&#8217;s Open Source, isn&#8217;t it? &#8211; but is it unreasonable to expect default Web templates that are at least potentially usable as is? Of course the natural and reasonable response of the DSpace community is to ask that we report the issue as a bug or feature-request to the development team. Or fix it ourselves and share the fix. But where an absent feature is really important to a user (by which I probably mean a repository manager), then the choice faced is between &#8220;getting by&#8221; until it&#8217;s implemented in the core distribution, or doing it themselves (which probably means hiring a specialist developer to implement it for them).</p>
<object type='application/x-shockwave-flash' wmode='opaque' data='http://static.slideshare.net/swf/ssplayer2.swf?id=8305736&doc=or11changingplatformsslides-110614112334-phpapp01' width='630' height='516'><param name='movie' value='http://static.slideshare.net/swf/ssplayer2.swf?id=8305736&doc=or11changingplatformsslides-110614112334-phpapp01' /><param name='allowFullScreen' value='true' /></object>
<p><strong>Out-of-the-box</strong></p>
<p>At the <a href="http://www.aepic.it/conf/DSUG2007/viewabstract8587.html?id=331&amp;cf=11">DSpace User Group meeting</a> in 2007, I described how we considered that, back in 2005, DSpace offered a better &#8220;out-of-the-box&#8221; experience than EPrints. I never thought it was anything to write home about &#8211; in fact I remember being disappointed by the very UI issues I&#8217;ve described above &#8211; but to my untrained eye it did seem better than EPrints, at the time. But, as I&#8217;ve <a href="http://dablog.ulcc.ac.uk/2009/12/21/our-new-eprints-repository-is-not-just-for-christmas/">mentioned elsewhere</a>, EPrints has improved remarkably since.</p>
<p>Of course a lot of people we admire have proved that you can create impressive repository systems using DSpace. It performs and provides a lot of essential repository functionality. Its Lucene search engine is certainly better than anything EPrints currently offers. But I&#8217;m still surprised how much more work seems to be necessary to make a DSpace installation as readily useful and usable as EPrints, and this seems to represent considerable additional cost in setting up DSpace.</p>
<p>I&#8217;ve heard it sometimes argued &#8211; in both EPrints and DSpace camps &#8211; that Repository setup shouldn&#8217;t <em>be</em> too easy, lest repository managers get in a mess and endanger the integrity of their system. In my opinion, as developers and solution providers, our job is to provide as many features and tools as possible to enable Repository Managers to manage their collections effectively and easily &#8211; not act as as gatekeepers to their systems and data.</p>
<p>By way of contrast, we have recently supported the Institute of Education (IOE) in setting up an EPrints repository of UK government publications, and we were pleased to see the repository manager called on us very little, other than to answer some questions and apply a few small configuration changes. The experience with SAS-Space has also confirmed to me that EPrints now has strong out-of-the-box appeal, and a rich set of features available through the Web UI, that enable a reasonably confident repository manager to get to work without needing to initiate a major technical project.</p>
<p>In the current climate, of straitened library budgets, this could make a considerable difference to the viability of a repository startup project. For a growing number of libraries and information services &#8211; not least at smaller research institutions, or in developing countries &#8211; that could be the difference between having a repository, or not.</p>
]]></content:encoded>
			<wfw:commentRss>http://dablog.ulcc.ac.uk/2011/06/22/open-repositories-2011-part-3-changing-platforms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Statistically relevant</title>
		<link>http://dablog.ulcc.ac.uk/2011/04/27/statistically-relevant/</link>
		<comments>http://dablog.ulcc.ac.uk/2011/04/27/statistically-relevant/#comments</comments>
		<pubDate>Wed, 27 Apr 2011 11:47:28 +0000</pubDate>
		<dc:creator>Rory McNicholl</dc:creator>
				<category><![CDATA[DA Blog]]></category>
		<category><![CDATA[Repositories]]></category>
		<category><![CDATA[Ars Technica]]></category>
		<category><![CDATA[EAD]]></category>
		<category><![CDATA[eprints]]></category>
		<category><![CDATA[IRStats]]></category>
		<category><![CDATA[linked data]]></category>
		<category><![CDATA[repositories]]></category>
		<category><![CDATA[SHERPA-LEAP]]></category>

		<guid isPermaLink="false">http://www.sherpa-leap.ac.uk/?p=277</guid>
		<description><![CDATA[Over the last year or so we&#8217;ve installed and configured (in some cases reconfigured) the IRStats package for several of the LEAP repositories, including those hosted by ULCC. It seemed a good moment to share a few thoughts about the process of getting &#8220;all statted up&#8221; with EPrints. By default, and without any further action, [...] ]]></description>
			<content:encoded><![CDATA[<p><i>From the <a href="http://www.sherpa-leap.ac.uk/">SHERPA-LEAP</a> blog.</i></p>
<p>Over the last year or so we&#8217;ve installed and configured (in some cases reconfigured) the IRStats package for several of the LEAP repositories, including those hosted by ULCC. It seemed a good moment to share a few thoughts about the process of getting &#8220;all statted up&#8221; with EPrints.</p>
<p>By default, and without any further action, IRStats provides a kind of smorgasbord control panel, demonstrating the many optional graphs, charts and list available. You can see <a href="http://pubs.ulcc.ac.uk/cgi/irstats.cgi">an example</a> on our own ULCC Publications repository.</p>
<p>More recently we&#8217;ve seen growing demand among repository managers to share data on downloads with both their depositors and users at large. It&#8217;s really important for repository managers to select carefully which statistics views they actually want or need to display &#8211; we can only suggest things we think might work. Once you&#8217;ve decided on the views you want, we can look at the most effective ways to display them: and this is why I&#8217;ve been having fun souping up some of the displays already offered by IRstats.</p>
<p>The first display we&#8217;ve been working on is the Statistics digest. These are common enough and we&#8217;ve used the example of <a href="http://discovery.ucl.ac.uk/past-statistics.html">UCL Discovery</a> repository as the basis of work for both SAS-Space and SOAS institutional repository.</p>
<p>The second approach has been to re-style the IRstats &#8220;dashboard&#8221; view to lay the graphs on top of each other and then use some Javascript to handle the tabbed navigation. This seemed a more elegant approach than inserting lots of charts in the abstract page itself (as, for example, at <a href="http://eprints.ecs.soton.ac.uk/18493/">ECS EPrints</a>). I&#8217;ve used this display technique to display statistics for individual eprints for the School of Pharmacy, as well as SAS and SOAS.</p>
<p><a href="http://www.sherpa-leap.ac.uk/wp-content/uploads/2011/04/irstats-pharmacy-1.png"><img class="aligncenter size-medium wp-image-278" src="http://www.sherpa-leap.ac.uk/wp-content/uploads/2011/04/irstats-pharmacy-1-300x212.png" alt="IRStats on School of Pharmacy EPrints" width="300" height="212" /></a></p>
<p>The tabbed display of graphs and tables was also combined with a &#8216;modal box&#8217; display that keeps the height of page the same (for example on <a href="http://eprints.soas.ac.uk/3316/">this Abstract page</a> at SOAS. At the bottom of the Abstract page I&#8217;ve added a statistics section showing the number full-text downloads, and a link that displays detailed stats in an overlaid box.</p>
<p>This method doesn&#8217;t just work for individual items, but can be used on other datasets in too. For example, on SAS-Space we have added it to the bottom of their <a href="http://sas-space.sas.ac.uk/view/collections/ialsac.html">Collection browse pages</a>, so that at the bottom of each Collection view there is an opportunity to view download statistics for that collection as a whole.</p>
<p>Additionally in SAS-Space, since it is a repository for a number of discrete institutes, there was a requirement for institutional editors to have access to their own institute&#8217;s statistics. To achieve this, I allowed access to a constrained version of the IRStats control panel for editor-users who had the appropriate editorial permissions for the institute in question. (Unless you are a SAS-Space editor, you won&#8217;t be able to access this.)</p>
<p>Which statistics views to insert as tabs is the decision of the repository manager. Views we&#8217;ve used include:</p>
<ul>
<li>Monthly downloads</li>
<li>Daily downloads</li>
<li>Unique visitors</li>
<li>Referrers</li>
<li>Search Engines</li>
<li>Top 10 items downloaded (only for a Collection, Repository or Division)</li>
<li>Top 10 search terms</li>
</ul>
<p>From a technical point-of-view, we will have to review these configurations when we upgrade to EPrints version 3.3, possibly later in the year (if it&#8217;s released!!), in conjunction with our VM infrastructure migration, and start doing things with EPStats rather than IRStats. But we now have an effective framework for adding statistics quickly to any EPrints installation.</p>
]]></content:encoded>
			<wfw:commentRss>http://dablog.ulcc.ac.uk/2011/04/27/statistically-relevant/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Synergies abound</title>
		<link>http://dablog.ulcc.ac.uk/2011/02/21/synergies-abound/</link>
		<comments>http://dablog.ulcc.ac.uk/2011/02/21/synergies-abound/#comments</comments>
		<pubDate>Mon, 21 Feb 2011 16:55:16 +0000</pubDate>
		<dc:creator>Richard M. Davis</dc:creator>
				<category><![CDATA[DA Blog]]></category>
		<category><![CDATA[Repositories]]></category>
		<category><![CDATA[AIDA]]></category>
		<category><![CDATA[digitisation]]></category>
		<category><![CDATA[EAD]]></category>
		<category><![CDATA[eprints]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[LEAP]]></category>
		<category><![CDATA[repositories]]></category>
		<category><![CDATA[SOAS]]></category>

		<guid isPermaLink="false">http://dablog.ulcc.ac.uk/?p=1206</guid>
		<description><![CDATA[Some days it all seems worthwhile, and last Friday was such a day. I spent most of it at SOAS listening to accounts of the many digitisation projects of the Centre for Digital Africa, Asia and the Middle East (CeDAAME), including the Fürer-Haimendorf photographic collection, Islamic manuscripts (in partnership with Yale) and other justly named [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://dablog.ulcc.ac.uk/wp-content/uploads/2011/02/FxCam_1298304702885.jpg"><img class="alignright size-medium wp-image-4398" title="Yale/SOAS Islamic Manuscripts Gallery (postcard)" src="http://dablog.ulcc.ac.uk/wp-content/uploads/2011/02/FxCam_1298304702885-300x234.jpg" alt="Yale/SOAS Islamic Manuscripts Gallery (postcard)" width="300" height="234" /></a> Some days it all seems worthwhile, and last Friday was such a day. I spent most of it at SOAS listening to accounts of the many digitisation projects of the Centre for Digital Africa, Asia and the Middle East (<a href="http://www.soas.ac.uk/cedaame/">CeDAAME</a>), including the Fürer-Haimendorf photographic collection, Islamic manuscripts (in partnership with Yale) and other justly named &#8220;Treasures of SOAS&#8221;. What Malcolm, Stuart, Julie and the rest of the SOAS team have achieved is extremely impressive. And of course I was also there to admire the fantastic work Rory has done making an <a href="http://digital.info.soas.ac.uk/cgi/c">attractive and accessible online showcase</a> for them out of EPrints. (There are some rough edges still to polish, but by-Friday was a tough deadline! <img src='http://dablog.ulcc.ac.uk/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  )</p>
<p>Friday&#8217;s CeDAAME dissemination event was also an opportunity to be reminded that ULCC&#8217;s Digital Archives team has contributed in other ways to the success of SOAS&#8217;s team, directly and indirectly. Julie Makinson described how SOAS used the <a href="http://aida.jiscinvolve.org/wp/">AIDA digital asset assessment toolkit</a> in developing their strategic approach; and many of the SOAS team are alumni of the <a title="Digital Preservation Training Programme" href="http://www.dptp.org/">DPTP</a>: so Ed and Patricia have also had their part to play in supporting SOAS&#8217;s digitisation efforts.</p>
<p>The presentations at SOAS were extremely interesting, describing the full range of activities of a multi-faceted digitisation programme, from the development of the strategy (using the aforementioned AIDA) to the many challenges of digitising Islamic manuscripts and related materials.</p>
<p>How, for example, do you reliably OCR pages of centuries-old text with mixtures of Arabic and Latin/English/French? The answer is that sometimes rekeying is unavoidable. We learned, too, that Yale used UKOLN&#8217;s<a href="http://www.ukoln.ac.uk/metadata/dcdot/"> DC Dot </a>Dublin Core editor to create their metadata for Islamic collections (and then convert to TEI). Thanks to the native DC and Unicode support in EPrints, SOAS metadata (in English and Arabic) was created and managed directly in the repository. Metadata exchange between Yale&#8217;s Fedora-based system and SOAS&#8217;s EPrints system seems to have been achieved effectively &#8211; I know Rory worked closely with SOAS and Yale on this.</p>
<p>And I sensed genuine excitement in the room when the page-turning interfaces for viewing the books online were unveiled: both very impressive. (For SOAS Rory has been working long and hard on adapting the open source book viewer used by the Internet Archive, and ensuring that the right-to-left reading and page-turning functionality works smoothly.) We also learned about a variety of different approaches to the issues of managing and funding digitisation and cataloguing activities: with my work on the Mediawiki-based <a href="http://www.ucl.ac.uk/transcribe-bentham/">Transcribe Bentham</a> project in mind, it was particularly interesting to hear about University of Michigan&#8217;s <a href="http://www.lib.umich.edu/special-collections-library/clir-islamic-manuscripts-project">Collaborative Cataloguing</a> initiative.</p>
<p>All in all an exciting day, and particularly satisfying to see close-up the kind of synergies that exist across all of the activities of ULCC&#8217;s Digital Archives and Repositories Team. In addition to further enhancing the SOAS Digital Archives system, we are also looking forward to working with them on their JISC-funded <a href="http://digitisation.jiscinvolve.org/wp/2011/02/">Engaging Overseas Communities</a> project, which is going to involve hooking EPrints up to mobile phones in Africa and Asia.</p>
<p>As if that wasn&#8217;t enough, at lunchtime I also dashed over to the School of Pharmacy, where Jean, Neroli and Michelle had kindly organised a lunchtime meeting for the University of London repository managers in the LEAP consortium. It was an opportunity for me to unveil a preview of the new SHERPA-LEAP website (with added social networking goodness, courtesy of WordPress/BuddyPress) that we expect to launch very shortly.</p>
<p>It was a nice way to round off a week in which the Team also achieved significant milestones in our work on preservation metadata for the <a href="http://www.parliament.uk/business/publications/parliamentary-archives/">Parliamentary Archives</a> and strategic development for <a href="http://www.londonmet.ac.uk/thewomenslibrary/">The Women&#8217;s Library</a>, began planning for the next <a title="Digital Preservation Training Programme" href="http://www.dptp.org/">DPTP</a> course, and we received news that the FP7 <a href="http://blogforever.eu/">BlogForever project</a>, which will see us collaborating with Warwick, HATII, CERN and others until 2013, has received its final sign-off from the European Commission.</p>
]]></content:encoded>
			<wfw:commentRss>http://dablog.ulcc.ac.uk/2011/02/21/synergies-abound/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Doing It Differently In Sheffield Cathedral!</title>
		<link>http://dablog.ulcc.ac.uk/2010/11/04/doing-it-differently-in-sheffield-cathedral/</link>
		<comments>http://dablog.ulcc.ac.uk/2010/11/04/doing-it-differently-in-sheffield-cathedral/#comments</comments>
		<pubDate>Thu, 04 Nov 2010 09:30:23 +0000</pubDate>
		<dc:creator>Richard M. Davis</dc:creator>
				<category><![CDATA[Repositories]]></category>
		<category><![CDATA[EAD]]></category>
		<category><![CDATA[eprints]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[JISC]]></category>
		<category><![CDATA[repositories]]></category>
		<category><![CDATA[RSP]]></category>

		<guid isPermaLink="false">http://dablog.ulcc.ac.uk/?p=1104</guid>
		<description><![CDATA[It was great to take part in last week&#8217;s Repositories Support Project event at Sheffield Cathedral. The theme of the day, organised by Jackie Wickham and the RSP team, was &#8220;Doing It Differently&#8221; and it covered a wide range of repository-related themes. I took along an updated and expanded version of the presentation I made [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-medium wp-image-1105" title="183191782" src="http://dablog.ulcc.ac.uk/wp-content/uploads/2010/11/183191782-225x300.jpg" alt="183191782" width="225" height="300" /></p>
<p>It was great to take part in last week&#8217;s Repositories Support Project event at Sheffield Cathedral. The theme of the day, organised by Jackie Wickham and the RSP team, was <a href="http://www.rsp.ac.uk/events/index.php?page=DID1010/index.php">&#8220;Doing It Differently&#8221;</a> and it covered a wide range of repository-related themes. I took along an updated and expanded version of the presentation I made to SHERPA-LEAP repository managers. I covered the same topics, but in preparing the presentation, I was amazed how many more things there were to talk about a year on.</p>
<p>Stephanie Taylor gave an excellent overview of the repository scene, and I hope I followed it up with useful ideas about making repositories more user-friendly or just generally useful to users. Other talks went off into less well trodden areas, though no less interesting: Pat Lockley impressed again with his enthusiastic description of Xpert; Joss Winn described his further adventures in WordPress land; and Stephanie Meece described the challenges of non-textual repositories at UAL. My ears pricked up when Jason Hoyt of Mendeley mentioned that an imminent upgrade to Mendeley will be able to identify OA sources for papers, which might signal it&#8217;s time for me to finally catch up with Mendeley (dissertation starts next year!). I didn&#8217;t catch the final speakers as I had to catch my train, but I commend to you Vicki McGarvey&#8217;s <a href="http://www.ntushare.org/2010/11/rsp-event-doing-it-differently/">post on the SHARE project blog</a> at Nottingham Trent University.</p>
<p>I tried to keep things simple by steering clear of all the complicated issues in repository management &#8211; OA, OAI-PMH, copyright, advocacy, REF, RIM, etc &#8211; and just focus on simple UI enhancements that might improve a user&#8217;s experience of the repository, and effective use of features like RSS feeds and statistics, with examples from all over the world of institutional and specialist repositories. Which features a repository manager might choose, if any, is up to them and their own circumstances, but my aim was to ensure they are at least aware of what&#8217;s possible &#8211; as evidenced by what&#8217;s been done in many repositories around the country.</p>
<div style="width:425px" id="__ss_5583694"><strong style="display:block;margin:12px 0 4px"><a href="http://www.slideshare.net/bezbozhnik/beyond-sneep-ideas-for-creative-repository-management" title="Beyond SNEEP: Ideas for Creative Repository Management">Beyond SNEEP: Ideas for Creative Repository Management</a></strong><object id="__sse5583694" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=rsp-did-20101027-davis-101027104922-phpapp02&#038;stripped_title=beyond-sneep-ideas-for-creative-repository-management&#038;userName=bezbozhnik" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed name="__sse5583694" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=rsp-did-20101027-davis-101027104922-phpapp02&#038;stripped_title=beyond-sneep-ideas-for-creative-repository-management&#038;userName=bezbozhnik" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object>
<div style="padding:5px 0 12px">View more <a href="http://www.slideshare.net/">presentations</a> from <a href="http://www.slideshare.net/bezbozhnik">Richard Davis</a>.</div>
</div>
<p>Although I focused on EPrints installations, I think nearly everything I demonstrated ought to be feasible in other platforms. Overloading an abstract page with features like &#8220;Share this on Facebook/Twitter&#8221;, QR Codes, or metadata export in RSS/JSON/CSV and more, should be a very easy way to enhance the user experience of repositories. As I suggested, adding buttons to support &#8220;the latest thing&#8221; users may be finding useful, is generally not difficult. A &#8220;Send This Paper To My Kindle&#8221; button, for example, seems so trivial I might even try it myself.</p>
<p>I had a long list of ideas/examples to show: for anyone who didn&#8217;t have time to copy down the small print, they were:</p>
<ul>
<li><span><a href="http://wiki.eprints.org/w/Sneep">SNEEP </a></span></li>
<li><span><a href="http://eprints.lincoln.ac.uk/">Lincoln EPrints </a></span></li>
<li><span><a href="http://languagebox.ac.uk/">Language Box </a></span></li>
<li><span><a href="http://wiki.eprints.org/w/MePrints">MePrints </a></span></li>
<li><span><a href="http://humbox.ac.uk/">Hum Box </a></span></li>
<li><span><a href="http://pubs.ulcc.ac.uk/">ULCC Publications Archive</a></span></li>
<li><span><a href="http://eprints.ucl.ac.uk/">UCL EPrints </a></span></li>
<li><span><a href="http://wiki.eprints.org/w/IRStats">IRStats </a></span></li>
<li><span><a href="http://goo.gl/Bp1N">Repository Stats using Google Analytics (presentation by Graham Triggs at OR10) </a></span></li>
<li><span><a href="http://e-space.openrepository.com/">E-Space at Manchester Metropolitan University </a></span></li>
<li><span><a href="http://code.google.com/p/ﬂism/">Framework for Linking Inline Semantic Metadata </a></span></li>
<li><span><a href="http://ora.ouls.ox.ac.uk/">Oxford University Research Archive </a></span></li>
<li><span><a href="http://lasso.ucl.ac.uk/merlin-ui/">MERLIN </a></span></li>
<li></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://dablog.ulcc.ac.uk/2010/11/04/doing-it-differently-in-sheffield-cathedral/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Our new EPrints repository (is not just for Christmas)</title>
		<link>http://dablog.ulcc.ac.uk/2009/12/21/our-new-eprints-repository-is-not-just-for-christmas/</link>
		<comments>http://dablog.ulcc.ac.uk/2009/12/21/our-new-eprints-repository-is-not-just-for-christmas/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 23:01:32 +0000</pubDate>
		<dc:creator>Richard M. Davis</dc:creator>
				<category><![CDATA[Repositories]]></category>
		<category><![CDATA[EAD]]></category>
		<category><![CDATA[eprints]]></category>
		<category><![CDATA[repositories]]></category>
		<category><![CDATA[ULCC]]></category>

		<guid isPermaLink="false">http://dablog.ulcc.ac.uk/?p=819</guid>
		<description><![CDATA[As regular readers will know, we have been working with repositories for quite a few years now. In 2005 we began working with the School of Advanced Study on their requirements for an Institutional Repository, and since then we have installed, configured and maintained several repositories, including some highly customised, specialist systems. In most cases [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://images.fanpop.com/images/image_uploads/I-R-Baboon-i-am-weasel-477964_223_262.gif"><img class=" alignright" style="margin: 4px;" title="IR" src="http://farm1.static.flickr.com/129/398947469_2ec158fb31_m_d.jpg" alt="IR" width="216" height="127" /></a></p>
<p>As regular readers will know, we have been working with repositories for quite a few years now. In 2005 we began working with the School of Advanced Study on their requirements for an Institutional Repository, and since then we have installed, configured and maintained several repositories, including some highly customised, specialist systems.</p>
<p>In most cases we have used EPrints. This is partly because we are familiar with the stuff it is built with (Perl, MySQL and XML have been at the heart of the <a href="http://www.ndad.nationalarchives.gov.uk/">NDAD dataset repository</a> we have operated for The National Archives since 1997). But also because we like the ever-expanding set of features and options EPrints provides. I&#8217;ve watched its capabilities grow, thanks to the seemingly limitless energy and initiative of the EPrints team at Southampton. (For an interesting, user&#8217;s-eye perspective on the relative merits of DSpace and EPrints, I recommend reading some of the <a href="http://cavlec.yarinareth.net/category/librariana/dspace/">posts tagged DSpace</a> in Dorothea Salo&#8217;s Caveat Lector blog).</p>
<p>It&#8217;s three years almost to the day since Rory and I attended the <a href="http://www.eprints.org/software/v3briefing.php">pre-launch briefing on EPrints3</a> and came away convinced that, with its AJAX UI and evolving plugin architecture, EPrints 3 was likely to play a big part in our future plans.</p>
<p>And hardly a day&#8217;s gone by since, when we haven&#8217;t had some EPrints-related work on our plate. In 2007 we began developing <a href="http://www.linnean-online.org/">Linnean Online</a> for the Linnean Society, and <a href="http://primo.sas.ac.uk/eprints/">PRIMO</a> for the Institute of Musical Research. Out of this, and the snowballing Web 2.0 zeitgeist, we also honed the idea that became <a href="http://pubs.ulcc.ac.uk/48/">SNEEP</a> (Social Networking Extensions for EPrints), one of the first JISC Rapid Innovation projects. Most recently, we&#8217;ve scaled new heights of EPrints customisation with the <a href="http://digital.info.soas.ac.uk/">SOAS Fürer-Haimendorf collection</a>, with its user-defined albums and searching enhancements, all wrapped up in <a href="http://www.9web.co.uk/">9Web&#8217;</a>s impressive graphic design.</p>
<p>We&#8217;ve tweaked config files and hacked templates and for the most part enjoyed <em>doing stuff</em> with EPrints. (All credit is due to Rory and Ben, by the way. My role is chiefly to say &#8220;We could make it do <em>that</em> couldn&#8217;t we?&#8221; And, lo and behold, usually &#8220;we&#8221; can.)</p>
<p>Over the years I&#8217;ve also talked to many repository managers, and potential repository managers, about their requirements and expectations. I&#8217;ve spoken and networked at <a href="http://dablog.ulcc.ac.uk/2007/10/24/dspace-user-group-2007/">DSpace User Groups </a>, <a href="http://dablog.ulcc.ac.uk/2008/04/02/open-repositories-2008-in-southampton/">Open Repositories</a> conferences and many excellent events organised by the JISC, particularly the <a href="http://www.rsp.ac.uk/">Repositories Support Project</a> &#8211; and I&#8217;ve met a lot of smart and insightful people in the <em>repo biz</em>. Some of it must have rubbed off &#8211; I think my own understanding of what&#8217;s needed, and what&#8217;s feasible has grown considerably.</p>
<p>But what we&#8217;ve never done is run our own repository, and experienced these things day-to-day for ourselves. As Atticus Finch said in <em>To Kill A Mockingbird</em>,</p>
<blockquote><p>You never really understand a person until you consider things from his point of view . . . until you climb into his skin and walk around in it.</p></blockquote>
<p>That&#8217;s why, in the gaps between everything else going on round here, Annemarie has been putting together the <a href="http://pubs.ulcc.ac.uk/">ULCC Publications Archive</a>, which I hope will become a canonical home for our published outputs. It&#8217;s not big and it&#8217;s not clever, it&#8217;s certainly not perfect, but it is something we can use to improve our understanding of what it means to run a repository. We will also no doubt use it to explore some of the tools and techniques emanating from the EPrints developer community.</p>
<p>And now I can really start to empathise with the repository managers I know: their agony &#8211; clarifying copyright and licenses, ambiguous form fields, disappearing diacritics &#8211; and their ecstasy &#8211; a well-formed subject tree or citation, a successful search. I&#8217;ve also an insight into the needs of authors/submitters, since several articles are mine &#8211; and I naturally want to get the citations looking <em>just right</em>, so that I can embed some of the nice feeds EPrints provides into my blogs, e-portfolios and who knows what other mashups. Self-interest is a great motivator, as many Open Access advocates have observed: before long I&#8217;m sure I&#8217;ll be wanting download statistics, author profiles, and most of the other things I described in <a href="http://www.slideshare.net/bezbozhnik/1001-things-to-do-with-a-live-repository">1001 Things To Do With A Live Repository</a>.</p>
<p>For me it&#8217;s an invaluable experience &#8211; no less so than when, a couple of years ago, I became an <em>actual user </em>of a VLE, through my MSc course at Edinburgh. There&#8217;s a world of difference between being a developer or implementer of this kind of online system &#8211; thinking your job&#8217;s done when it seems to be up-and-running &#8211; and being the poor end-user who doesn&#8217;t care about PHP, JSP, Maven, Apache, etc, but  <em>just wants to get something done</em>.</p>
<p>Among the things you&#8217;ll find in <a href="http://pubs.ulcc.ac.u">pubs.ulcc.ac.uk</a> are: papers and articles from events we have contributed to over the years, such as iPRES, Open Repositories, and DLM-Forum; published reports, like last year&#8217;s <a href="http://pubs.ulcc.ac.uk/49/">JISC-PoWR web preservation report</a>; presentations and posters from other events, mostly in the field of e-learning or digital archives; and even the <a href="http://pubs.ulcc.ac.uk/view/subjects/MK1sub2.html">swish product sheets</a> produced by our ace marketing department, Tim and Frank!</p>
<p>As well as our most recent UK activities, we&#8217;ve also unearthed some other curios, such as Patricia&#8217;s article for the <a href="http://pubs.ulcc.ac.uk/74/">Catalan Archivists&#8217; Forum</a>, in Catalan, and a<a href="http://pubs.ulcc.ac.uk/66/"> piece by Kevin in La Vanguardia</a>, in Spanish. Also of interest is a brief account of ULCC&#8217;s first 30 years, in the form of a <a href="http://pubs.ulcc.ac.uk/78/">brochure for a small exhibition</a> that was held at Senate House Library in 1999.</p>
<p>No doubt as we delve through our own digital archives we&#8217;ll find more goodies. Having a repository is an excellent opportunity to locate and appraise these things, and share those that seem interesting and informative enough. No less than this blog, and our E-learning colleagues&#8217; <a href="http://elblog.ulcc.ac.uk/">El Blo</a>g, it should be an attractive and effective shop-window &#8211; just like any good Institutional Repository.</p>
]]></content:encoded>
			<wfw:commentRss>http://dablog.ulcc.ac.uk/2009/12/21/our-new-eprints-repository-is-not-just-for-christmas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
