<?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>Copac Developments</title>
	<atom:link href="http://copac.ac.uk/development-blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://copac.ac.uk/development-blog</link>
	<description>What's happening behind the scenes at Copac</description>
	<lastBuildDate>Thu, 18 Feb 2010 11:20:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Behind the Copac record 2: MODS and de-duplication</title>
		<link>http://copac.ac.uk/development-blog/2010/02/behind_the_copac_record_2/</link>
		<comments>http://copac.ac.uk/development-blog/2010/02/behind_the_copac_record_2/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 11:17:38 +0000</pubDate>
		<dc:creator>bethan</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[de-duplication]]></category>
		<category><![CDATA[loading]]></category>
		<category><![CDATA[mods]]></category>

		<guid isPermaLink="false">http://copac.ac.uk/development-blog/?p=314</guid>
		<description><![CDATA[We left the records having been rigorously checked for MARC consistency, and uploaded to the MARC21 database used for the RLUK cataloguing service.  Next they are processed again, to be added to Copac.
One of the major differences between Copac and the MARC21 database is that the Copac records are not in MARC21.  They’re [...]]]></description>
			<content:encoded><![CDATA[<p>We left the records having been rigorously checked for MARC consistency, and uploaded to the MARC21 database used for the RLUK cataloguing service.  Next they are processed again, to be added to Copac.</p>
<p>One of the major differences between Copac and the MARC21 database is that the Copac records are not in MARC21.  They’re in <a href="http://www.loc.gov/standards/mods/">MODS XML</a>, which is</p>
<blockquote><p>an XML schema for a bibliographic element set that may be used for a variety of purposes, and particularly for library applications. It is a derivative of the MARC 21 bibliographic format (MAchine-Readable Cataloging) and as such includes a subset of MARC fields, using language-based tags rather than numeric ones.</p></blockquote>
<p>Copac records are in MODS rather than MARC because Copac records are freely available for anyone to download, and use as they wish.  The records in the MARC21 database are not – they remain the property of the creating library or data provider.  We couldn’t offer MARC records on Copac without getting into all sorts of copyright issues.  Using MODS also means we have all the interoperability benefits of using an XML format.</p>
<p>Before we add the records to Copac we check local data to ensure we&#8217;re making best use of available local holdings details, and converting local location codes correctly.  Locations in MARC records will often be in a truncated or coded form, eg ‘MLIB’ for ‘Main Library’.  We make sure that these will display in a format that will be meaningful to our users.<br />
<a href="http://copac.ac.uk/development-blog/wp-content/uploads/2010/02/copacmods2.jpg" alt="copacmods2" title="copacmods2" width="1485" height="2117" class="aligncenter size-full wp-image-316"><img src="http://copac.ac.uk/development-blog/wp-content/uploads/2010/02/copacmods2.jpg" alt="Click for larger version" title="Click for larger version" width="148" height="211" class="alignleft wp-image-316" /></a><br />
It is also at this point that we do the de-duplication of records for Copac.  Now, Copac de-duplication garners very mixed reactions: some users think we aren’t doing enough de-duplication; and occasionally we get told that we’re doing too much!  We can’t ever hope to please everyone, but we’re aware that the process isn’t perfect, and we’ll be reviewing and updating deduplication during the reengineering. We will also be exploring FRBR work level deduplication.<br />
As I’ve mentioned in an <a href="http://copac.ac.uk/development-blog/2009/02/getting-to-know-the-copac-libraries-2-york-minster-antiquarian-material-and-local-notes/">earlier blog post</a> , we don’t de-duplicate anything published pre-1801.  So what do we do for the post-1801 records?</p>
<p>As new records comes in we do a quick and dirty match against the existing records using one or more of ISBN, ISSN, title key and date. This identifies potential matches which go through a range of other exact and partial field matches. The exact procedure will vary depending on the type of material, so journals (for instance) will go through a slightly different process than monographs.</p>
<p>Records that are deemed to be the same are merged and for many fields unique data from each record is indexed. This provides for enhanced access to materials eg. a wider range of subject headings than would be present in any of the original records. The deduplication process can thus result in the creation of a single enhanced record containing holdings details for a range of contributing libraries.</p>
<p>As we create the Copac records we also check for the availability of supplementary content information for each document, derived from BookData. We incorporate this into the Copac record further enhancing record content for both search and display, eg. a table of contents, abstract, reviews.</p>
<p>Because the deduplication process is fully automated it needs to err on the side of caution, otherwise some materials might disappear from view, subsumed into similar but unrelated works. This can mean records that appear to be self-evident duplicates to a searcher may be separated on Copac because of minor differences in the records. Changes made to solve one problem example could result in many other records being mis-consolidated. It&#8217;s a tricky balance.</p>
<p>However, there is another issue: the current load and deduplication is a relatively slow process. We have large amounts of data flowing onto the database everyday and restricted time for dealing with updates. Consequently, where a library has being making significant local changes to their data, and we get a very large update (say 50,000 records), then this will be loaded straight onto Copac without going through the deduplication process.</p>
<p>This means that the load will, almost certainly, result in duplicate records.  These will disappear gradually as they are pulled together by subsequent data loads, but it is this bypassing of the deduplication procedure – in favour of timeliness, that results in many of the duplicate records visible on Copac. One of the aims of the reengineering is to streamline the dataload process, to avoid this update bottleneck, and improve overall duplicate consolidation levels.</p>
<p>So, that’s the Copac record, from receipt to display. We hope you’ve enjoyed this look behind the Copac records.  Anything else you’d like to know about?  Tell us in the comments!</p>
<p><em>Thanks to Shirley Cousins for the explanation of the de-duplication procedures</em></p>
]]></content:encoded>
			<wfw:commentRss>http://copac.ac.uk/development-blog/2010/02/behind_the_copac_record_2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Behind the Copac record</title>
		<link>http://copac.ac.uk/development-blog/2010/01/behind-the-copac-record/</link>
		<comments>http://copac.ac.uk/development-blog/2010/01/behind-the-copac-record/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 13:02:56 +0000</pubDate>
		<dc:creator>bethan</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[loading]]></category>
		<category><![CDATA[MARC]]></category>
		<category><![CDATA[records]]></category>

		<guid isPermaLink="false">http://copac.ac.uk/development-blog/?p=304</guid>
		<description><![CDATA[We’re going to be talking quite a lot about the Copac reengineering, including the move to FRBRise Copac, and in order for you to have some idea of how this is going to change what we do, you need to know what we do now.  So here’s a brief background on the life of a [...]]]></description>
			<content:encoded><![CDATA[<p>We’re going to be talking quite a lot about the Copac reengineering, including the move to FRBRise Copac, and in order for you to have some idea of how this is going to change what we do, you need to know what we do now.  So here’s a brief background on the life of a Copac record.</p>
<p>Records are sent to us by the contributing institutions, usually in MARC exchange format, which looks like this:</p>
<div id="attachment_305" class="wp-caption aligncenter" style="width: 808px"><img class="size-full wp-image-305" title="An unprocessed MARC exchange file" src="http://copac.ac.uk/development-blog/wp-content/uploads/2010/01/uneditedmarc.JPG" alt="An unprocessed MARC exchange file" width="798" height="370" /><p class="wp-caption-text">An unprocessed MARC exchange file</p></div>
<p>We then run this through programmes created by our wonderful programmers (and about which I know very very little, except that they’re fantastic and save both my eyes and my sanity), which create records that look like this:</p>
<div id="attachment_306" class="wp-caption aligncenter" style="width: 738px"><img class="size-full wp-image-306" title="A processed MARC file" src="http://copac.ac.uk/development-blog/wp-content/uploads/2010/01/editedmarc.JPG" alt="A processed MARC file" width="728" height="481" /><p class="wp-caption-text">A processed MARC file</p></div>
<p>This is much easier on the eye, which is fortunate, as this is the stage where I use the warning file (also generated by the program) to look through and track down any possible errors.  This is mainly only done when loading a new library &#8211; once a library has been loaded, we just keep an eye on their updates to identify any changes, or new issues that arise.</p>
<p>For instance, the warning file might say ‘WARNING: LONG NAME IN 100 MAY NOT BE PERSONAL NAME  REC 92765’.  I would then look up that record, and check whether the long name in the <a title="MARC format - 100 field" href="http://www.loc.gov/marc/bibliographic/bd100.html">100</a> is, in fact, a personal name, or if it is a corporate name and needs to be in a <a title="MARC format - 110 field" href="http://www.loc.gov/marc/bibliographic/bd110.html">110</a>.</p>
<p>This program has been evolving ever since the start of Copac, and it’s now able to handle most changes with very little need for human intervention.  Therefore, when I see ‘WARNING: 700 &#8216;1 $aDaille, Jean, 1594-1670.&#8217; CHANGED TO &#8216;1 $aDaille, Jean,$d1594-1670.&#8217; ’, I know that I don’t need to do anything – that change is correct.<br />
Some warnings do need looking at in more depth.  If I see a warning that says something along the lines of ‘WARNING: NO 245 IN REC 76932.  240 CONVERTED TO 245’, then I will look at the original record and the altered record to see if that change is correct.</p>
<p>At this stage we’ll also check if there are any generic fields being used in a local way, that notes are in the correct notes fields, and that all records have holdings information.  Note that we’re largely not in a position to assess the quality of the data in the fields – purely that the right sort of data is in the right fields.  We wouldn’t, for example, correct typos in author’s names or incorrect publication dates.  As well as the fact that doing so would require making judgements, and make the whole process simply unmanageable, the data on Copac belongs to the contributing libraries, and so they are the ones who would need to make any corrections to the content.  Thus, in general,  the only changes we would make are to the MARC structure (or occasionally to the encoding of special characters), to try to ensure standardised data for record sharing and for building Copac.  The  data content of the fields we leave exactly as they are.</p>
<p>Once we’re satisfied that all this is correct, the data is loaded onto the <a title="About the RLUK database" href="http://www.rluk.ac.uk/database">RLUK shared cataloguing database</a> in MARC21 format, where it is available for use by RLUK members and customers.  Back in the Copac office, it’s time for another round of processing, before the data is loaded onto Copac.  More on that next time!</p>
]]></content:encoded>
			<wfw:commentRss>http://copac.ac.uk/development-blog/2010/01/behind-the-copac-record/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Database update</title>
		<link>http://copac.ac.uk/development-blog/2009/11/database-update/</link>
		<comments>http://copac.ac.uk/development-blog/2009/11/database-update/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 09:29:17 +0000</pubDate>
		<dc:creator>Ashley</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Interfaces]]></category>
		<category><![CDATA[outage]]></category>

		<guid isPermaLink="false">http://copac.ac.uk/development-blog/?p=302</guid>
		<description><![CDATA[We&#8217;ve had a recurrence of the problem I reported a month ago and so last night we installed an update to the database software we use. I&#8217;m told the update contains fixes relevant to the problems we have been experiencing, so here&#8217;s hoping it brings some increased reliability with it.
Please accept out apologies if you [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve had a recurrence of the <a href="http://copac.ac.uk/development-blog/2009/10/yesterdays-loss-of-service/">problem I reported a month ago</a> and so last night we installed an update to the database software we use. I&#8217;m told the update contains fixes relevant to the problems we have been experiencing, so here&#8217;s hoping it brings some increased reliability with it.</p>
<p>Please accept out apologies if you experienced some disruption last night while I was updating the software.</p>
]]></content:encoded>
			<wfw:commentRss>http://copac.ac.uk/development-blog/2009/11/database-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yesterday&#8217;s loss of service</title>
		<link>http://copac.ac.uk/development-blog/2009/10/yesterdays-loss-of-service/</link>
		<comments>http://copac.ac.uk/development-blog/2009/10/yesterdays-loss-of-service/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 12:54:52 +0000</pubDate>
		<dc:creator>Ashley</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Interfaces]]></category>
		<category><![CDATA[outage]]></category>

		<guid isPermaLink="false">http://copac.ac.uk/development-blog/?p=298</guid>
		<description><![CDATA[I thought I&#8217;d write a note about why we lost the Copac service for a couple of hours yesterday.
The short of it is, that our database software hung when it tried to read a corrupted file in which it keeps track of sessions. The result was that everyone&#8217;s search process hung and so frustrated users [...]]]></description>
			<content:encoded><![CDATA[<p>I thought I&#8217;d write a note about why we lost the Copac service for a couple of hours yesterday.</p>
<p>The short of it is, that our database software hung when it tried to read a corrupted file in which it keeps track of sessions. The result was that everyone&#8217;s search process hung and so frustrated users kept re-trying their searches, which created more hung sessions until the system was full of hung processes and with no CPU or memory left. Once we had deleted the corrupted file, everything was okay.</p>
<p>The long version goes something like this&#8230; From what I remember, things started going pear-shaped a little before noon when the machine running the service started becoming unresponsive. A quick look at the output of <a href="http://www.unixtop.org/">top</a> showed we had far more search sessions running than normal and that the system was almost out of <a href="http://en.wikipedia.org/wiki/Swap_space">swap space</a>.</p>
<p>It wasn&#8217;t clear why this was happening and because the system was running out of swap it was very difficult to diagnose the problem. It was difficult to run programs from the command line as, more often than not, they immediately died with the message &#8220;out of memory.&#8221;  I did manage to shutdown the web server in an effort to lighten the load and stop more search sessions being created. It was proving almost impossible to kill off the existing search sessions. In Unix a &#8220;kill -9&#8243; on a process should immediately stop the process and release its memory back to the system. But yesterday a &#8220;kill -9&#8243; was having no effect on some processes and those that we did manage to kill were being listed as &#8220;defunct&#8221; and still seemed to be holding onto memory. In the end we just thought it would be best to re-boot the system and hope that it would solve whatever the problem was.</p>
<p>It took ages for the system to shut itself down — presumably because the shutdown procedures weren&#8217;t working with no memory to work in. Anyway, it did finally reboot and within minutes of the system coming up it became overloaded with search sessions and ran out of memory again.</p>
<p>We immediately shut down the web server again. However, search sessions were still being created by people using <a href="http://en.wikipedia.org/wiki/Z39.50">Z39.50</a> and so we had to edit the system configuration files to stop <a href="http://en.wikipedia.org/wiki/Inetd">inetd</a> spawning more Z39.50 search sessions. Editing inetd.conf didn&#8217;t prove to be the trivial task it should have been, but we did get it done eventually. We then tried killing off the 500 or so search sessions that were hogging the system &mdash; and that proved difficult too. Many of the processes refused to die. So, after sitting staring at the screen for about 15 minutes, unable to run programs because there was no memory and wondering what on earth do we do now, the system recovered itself. The killed off processes did finally die, memory was released and we could do stuff again!</p>
<p>A bit of investigation showed that the search processes weren&#8217;t getting very far into their initialisation procedure before hanging or going into an infinite loop. I used the Solaris <a href="http://www.idevelopment.info/data/Unix/Solaris/SOLARIS_UsingthetrussCommandinSolaris.shtml">truss</a> program to see what files the search process was reading and what system calls it was making. Truss showed that the process was going off into cloud cuckoo land just after reading a file the database software uses to track sessions. So I deleted that file and everything started working again! The file got re-created next time a search process ran &mdash; presumably the file had become corrupted.</p>
]]></content:encoded>
			<wfw:commentRss>http://copac.ac.uk/development-blog/2009/10/yesterdays-loss-of-service/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Issues searching other library catalogues</title>
		<link>http://copac.ac.uk/development-blog/2009/08/searching-issues/</link>
		<comments>http://copac.ac.uk/development-blog/2009/08/searching-issues/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 15:16:33 +0000</pubDate>
		<dc:creator>Ashley</dc:creator>
				<category><![CDATA[Interfaces]]></category>
		<category><![CDATA[Machine-to-machine]]></category>
		<category><![CDATA[searching]]></category>
		<category><![CDATA[Z39.50]]></category>

		<guid isPermaLink="false">http://copac.ac.uk/development-blog/?p=295</guid>
		<description><![CDATA[Some of you may have noticed that there is now a facility on the Copac search forms to search your local library catalogue as well as Copac. You&#8217;ll only see this option if you have logged into Copac and are from a supported library.
The searching of the local library catalogues and Copac is performed using [...]]]></description>
			<content:encoded><![CDATA[<p>Some of you may have noticed that there is now a facility on the Copac search forms to search your local library catalogue as well as Copac. You&#8217;ll only see this option if you have logged into Copac and are from a supported library.</p>
<p>The searching of the local library catalogues and Copac is performed using the Z39.50 search protocol. Due to differences in local configurations the query we send to Copac and the various library catalogues have to be configured very differently.</p>
<p>When we built the Copac Z39.50 server, we tried to make it flexible in the type of query it would accept within the limitations imposed upon us by the database software we use. Our database software was made for keyword searching of full text resources. As such it is good at adjacency searches, but you can&#8217;t tell it you want to search for a word at the start of a field.</p>
<p>Databases built around relational databases tend to be the complete opposite in functionality. They often aren&#8217;t good at keyword searching, but find it very easy to find words at the start of a field.</p>
<p>The result of which is that we make our default search a keyword search, while some other systems default to searching for query terms at the start of a field. Hence if we send the exact same search to Copac and a library catalogue we can get a very different result from the two systems. To try and get a consistent result we have to tweak the query sent to the library so that it performs a search as near as possible to that performed by Copac. Working out how to tweak (or transform or mangle) the queries is a black art and we are still experimenting.</p>
<p>Stop word lists are also an issue. Some library systems like to fail your search if you search for a stop word. Better systems just ignore stop words in queries and perform the search using the remaining terms. The effect is that searching for &#8220;Pride and prejudice&#8221; fails on some systems because &#8220;and&#8221; is stop worded. To get around this we have to remove stop words from queries. But we first need to know what the stop words are.</p>
<p>The result is that the search of other library systems is not yet as good as it could be, though it will get better over time as we discover what works best with the various library systems that are out there.</p>
]]></content:encoded>
			<wfw:commentRss>http://copac.ac.uk/development-blog/2009/08/searching-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Logging in to Copac:  some tips</title>
		<link>http://copac.ac.uk/development-blog/2009/08/logging-in-to-copac-some-tips/</link>
		<comments>http://copac.ac.uk/development-blog/2009/08/logging-in-to-copac-some-tips/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 09:25:40 +0000</pubDate>
		<dc:creator>bethan</dc:creator>
				<category><![CDATA[Interfaces]]></category>
		<category><![CDATA[personalisation]]></category>
		<category><![CDATA[shibboleth]]></category>

		<guid isPermaLink="false">http://copac.ac.uk/development-blog/?p=288</guid>
		<description><![CDATA[Now that you have the option to log-in to Copac to use the personalisation features, here are some tips to make logging in as easy as possible.
Typekey/Typepad:  if you have a Typekey or Typepad account, and were wondering where your login option was, worry no longer!  From the drop-down list of organisations on the login [...]]]></description>
			<content:encoded><![CDATA[<p>Now that you have the option to log-in to Copac to use the personalisation features, here are some tips to make logging in as easy as possible.</p>
<p>Typekey/Typepad:  if you have a Typekey or Typepad account, and were wondering where your login option was, worry no longer!  From the drop-down list of organisations on the login page, you need to choose &#8216;JISC project: SDSS (TypeKey Bridge)&#8217;.  It&#8217;s not immediately obvious, but it is the correct login option for any TypeKey users.</p>
<p>Navigating the list:  the list of organisations is very long, and weighted heavily towards &#8216;U&#8217;.  To navigate it more easily, you can jump straight to any letter by typing it on your keyboard.  You may find it even easier to enter a keyword search in the search box.  This will work for partial words as well &#8211; entering &#8216;bris&#8217; will give you the options of the City of Bristol College and the University of Bristol.</p>
<p>Remembering your selection:  once you have found your organisation, there are options to have your selection remembered, either for that session (the default) or for a week.  You can also choose &#8216;do not remember&#8217;, which is especially useful if you are on a public computer.</p>
<p>Please <a title="contact Copac" href="http://copac.ac.uk/contact/">contact us</a> if you experience any problems with logging in to Copac.</p>
]]></content:encoded>
			<wfw:commentRss>http://copac.ac.uk/development-blog/2009/08/logging-in-to-copac-some-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Copac interface</title>
		<link>http://copac.ac.uk/development-blog/2009/08/new-copac-interface/</link>
		<comments>http://copac.ac.uk/development-blog/2009/08/new-copac-interface/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 15:07:42 +0000</pubDate>
		<dc:creator>bethan</dc:creator>
				<category><![CDATA[Interfaces]]></category>
		<category><![CDATA[my references]]></category>
		<category><![CDATA[personalisation]]></category>
		<category><![CDATA[search history]]></category>

		<guid isPermaLink="false">http://copac.ac.uk/development-blog/?p=278</guid>
		<description><![CDATA[It&#8217;s finally here!  After months of very hard work from the Copac team, and lots of really useful input from users on the Beta trials, the new Copac interface is now live.
We have streamlined the Copac interface, and you can still search and export records without logging in to Copac.  This is ideal if you [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s finally here!  After months of very hard work from the Copac team, and lots of really useful input from users on the Beta trials, the new Copac interface is now live.</p>
<p>We have streamlined the Copac interface, and you can still search and export records without logging in to Copac.  This is ideal if you want to do a quick search, and don&#8217;t need any of the additional functionality.  Users who choose not to login will still be able to use the new functionality of exporting records directly to <a title="EndNote website" href="http://www.endnote.com/">EndNote</a> and <a title="Zotero website" href="http://www.zotero.org/">Zotero</a>, and will see book and journal tables-of-contents, where available.</p>
<p>You now also have the option to login to Copac.  This is not compulsory, and you only need to login if you want to take advantage of the full range of new personalisation features.   These have been developed to help you to get the most out of Copac, and to assist in your workflows.</p>
<p>&#8216;Search History&#8217; records all of your searches, and includes a date/time stamp.  This allows you to keep track of your searches, and to easily re-run any search with a single click.</p>
<p>&#8216;My References&#8217; allows you to manage your marked records, and create an annotated online bibliography.</p>
<p>You can annotate and tag all of your searches and references.  There is no limit to how you can use this functionality:  see <a href="http://copac.ac.uk/development-blog/2009/03/new-features-of-the-copac-beta-interface/">my post from March</a> for some suggestions about how you might use tags and annotations.  We would love to hear how you are using them &#8211; please <a href="http://copac.ac.uk/contact/">get in touch</a> if you would like to share your experiences and ideas.</p>
<p>Users from some institutions will now have the option to see their local catalogue results appearing alongside the Copac results.  We are harvesting information from the institutions&#8217; Z39.50 servers, and using this to create a merged results set.  If you are interested in your institution being a part of this, please <a title="contact Copac" href="http://copac.ac.uk/contact/">get in touch</a>.</p>
<p>Some people have expressed concern that the need to login means that Copac is going to be restricted to members of  UK academic institutions only.  This is not the case.  We are committed to keeping Copac freely-accessible to all.  Login is required for the new features to function:  we need to be able to uniquely identify you in order to record your search history and references; and we need to know which (if any) institution you are from to show you local results.  We have tried to make logging in as easy as possible.  For members of UK academic institutions, this means that you can use your institution&#8217;s central username/password, or your ATHENS details.  For our users who aren&#8217;t members of a UK academic institution, you can create a login from an identity provider:  <a title="ProtectNetwork homepage" href="http://www.protectnetwork.org/">ProtectNetwork</a> and <a title="TypePad FAQ" href="http://www.typepad.com/profiles/typekey-faq.html">TypePad</a>.  These providers enable you to create a secure identity, which you can use to manage access to many internet sites.</p>
<p>We are very grateful to everyone who has taken the time to give us feedback on the recent Beta trials.  But we can never get enough feedback!  We&#8217;d love to hear what you think about the new Copac interface:  you can <a href="mailto:copac@mimas.ac.uk">email us</a>; speak to us on <a title="copac twitter page" href="http://twitter.com/Copac">twitter</a>; or leave comments here.</p>
]]></content:encoded>
			<wfw:commentRss>http://copac.ac.uk/development-blog/2009/08/new-copac-interface/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Copac Beta can search your library too</title>
		<link>http://copac.ac.uk/development-blog/2009/07/copac-beta-can-search-your-library-too/</link>
		<comments>http://copac.ac.uk/development-blog/2009/07/copac-beta-can-search-your-library-too/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 11:08:32 +0000</pubDate>
		<dc:creator>Ashley</dc:creator>
				<category><![CDATA[D2D]]></category>
		<category><![CDATA[Interfaces]]></category>
		<category><![CDATA[harvesting]]></category>
		<category><![CDATA[searching]]></category>
		<category><![CDATA[Z39.50]]></category>

		<guid isPermaLink="false">http://copac.ac.uk/development-blog/?p=272</guid>
		<description><![CDATA[One of the new features we are trailing in the new Copac Beta is the searching of your local institutions library catalogue alongside Copac. To do this we need to know which Institution you are from and whether or not your Institutional library catalogue can be searched with the Z39.50 protocol.
To identify where you are [...]]]></description>
			<content:encoded><![CDATA[<p>One of the new features we are trailing in the new <a href="http://beta.copac.ac.uk">Copac Beta</a> is the searching of your local institutions library catalogue alongside Copac. To do this we need to know which Institution you are from and whether or not your Institutional library catalogue can be searched with the Z39.50 protocol.</p>
<p>To identify where you are from, we are using information given to us during the login process. When you login, your Institution gives us various pieces of information about you, including something called a scoped affiliation. For someone logging in from, say, the University of Manchester, the scoped affiliation might be something like &#8220;student@manchester.ac.uk&#8221;</p>
<p>Once we know where you are from, we search a database of Institutional Z39.50 servers  to see if your Institution&#8217;s library is searchable. If it is we can present the extra options on the search forms, and indeed, fire off any queries to your library catalogue.</p>
<p>Our database of Z39.50 servers is created from records harvested from the <a href="http://iesr.ac.uk/">IESR</a>. So, if you&#8217;d like your Institution&#8217;s catalogue available through Copac, <a href="http://iesr.ac.uk/contribute/">make sure it is included in the IESR by talking to the nice people there</a>.</p>
<p>Many thanks to everyone who tried the Beta interface early on and discovered that this feature mostly wasn&#8217;t working. You enabled us to identify some bugs and get the service working.</p>
]]></content:encoded>
			<wfw:commentRss>http://copac.ac.uk/development-blog/2009/07/copac-beta-can-search-your-library-too/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Notes on (Re)Modelling the Library Domain (JISC Workshop).</title>
		<link>http://copac.ac.uk/development-blog/2009/07/notes-on-remodelling-the-library-domain-jisc-workshop/</link>
		<comments>http://copac.ac.uk/development-blog/2009/07/notes-on-remodelling-the-library-domain-jisc-workshop/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 14:04:54 +0000</pubDate>
		<dc:creator>joy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[#librarymodel]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[library 2.0]]></category>
		<category><![CDATA[library2.0]]></category>
		<category><![CDATA[opac 2.0]]></category>
		<category><![CDATA[personalisation]]></category>

		<guid isPermaLink="false">http://copac.ac.uk/development-blog/?p=268</guid>
		<description><![CDATA[A couple of weeks ago, I attended JISC&#8217;s Modelling the Library Domain Workshop.  I was asked to facilitate some sessions at the workshop, which was an interesting but slightly (let&#8217;s say) &#8216;hectic&#8217; experience. Despite this, I found the day very positive. We were dealing with potentially contentious issues, but I noted real consensus around [...]]]></description>
			<content:encoded><![CDATA[<p>A couple of weeks ago, I attended JISC&#8217;s <a href="http://www.jisc.ac.uk/events/2009/06/tile.aspx">Modelling the Library Domain Workshop</a>.  I was asked to facilitate some sessions at the workshop, which was an interesting but slightly (let&#8217;s say) &#8216;hectic&#8217; experience. Despite this, I found the day very positive. We were dealing with potentially contentious issues, but I noted real consensus around some key points.  The &#8216;death of the OPAC&#8217; was declared and no blood was shed as a result. Instead I largely heard murmured assent.  As a community, we might have finally faced a critical juncture, and there were certainly lessons to be learned in terms of considering the future of services such as Copac, which as a web search service, in the <a href="http://ie-repository.jisc.ac.uk/293/">Library Domain Model</a> would count as national JISC service &#8216;Channel.&#8217;</p>
<p>In the morning, we were asked to interrogate what has been characterised as the three &#8216;realms&#8217; of the Library Domain: Corporation, Channels, and Clients. (For more explanation of this model, see the <a href="http://ie-repository.jisc.ac.uk/293/">TILE project report on the Library Domain Model</a>).   My groups were responsible for picking apart the &#8216;Channel&#8217; realm definition:</p>
<blockquote><p>The Channel – a means of delivering knowledge assets to Clients, not necessarily restricted to the holdings or the client base of any particular Corporation, Channels within this model range from local OPACs to national JISC services and ‘webscale’ services such as Amazon and Google Scholar. Operators of channel services will typically require corporate processes (e.g. a library managing its collection, an online book store managing its stock). However, there may be an increasing tendency towards separation, channels relying on the corporate services of others and vice versa (e.g. a library exposing its records to channels such as Google or Liblime, a bookshop outsourcing some of its channel services to the Amazon marketplace).</p></blockquote>
<p>In subsequent discussion, we came up with the following key points:</p>
<ul>
<li>This definition of  ‘channel’ was too library-centric. We need to working on &#8216;decentring&#8217; our perspective in this regard.</li>
</ul>
<ul>
<li>We will see an  increasing uncoupling of channels from  content.  We won’t be pointing users to content/data but rather  data/content will be pushed to users via a plethora of alternative channels</li>
</ul>
<ul>
<li>Users will increasingly expect this type of content delivery.  Some of these channels we can predict (VLEs, Google, etc) and others we cannot.   We need to learn to live with that uncertainty (for now, at least).</li>
</ul>
<ul>
<li>There will be an increasing number of ‘mashed’ channels –  a recombining data from different channels into new bespoke/2.0 interfaces.</li>
</ul>
<ul>
<li>The lines between the realms are already blurring, with users becoming corporations and channels&#8230;.etc., etc.</li>
</ul>
<ul>
<li>We need more fundamental rethinking of the OPAC as the primary  delivery channel for library data.  It is simply one channel, serving specific  use-cases and business process within the library domain.</li>
</ul>
<ul>
<li>Control.  This was a big one. In this environment libraries increasingly devolve control of the channels via which their  ‘clients’ use to access the data. What are the risks and opportunities to be explored around this decreasing level of control? What related business cases already exist, and what new business models need to evolve?</li>
</ul>
<ul>
<li>How are our current &#8216;traditional&#8217; channels actually being used? How many times are librarians re-inventing the wheel when it  comes to creating the channels of e-resource or subject specialist resource pages? We need to understand this in broad scale.</li>
</ul>
<ul>
<li>Do we understand the ways in which the channels libraries currently control and create might add value in expected and unexpected ways?  There was a general sense that we know very little in this regard.</li>
</ul>
<p>There&#8217;s a lot more to say about the day&#8217;s proceedings, but the above points give a pretty good glimpse into the  general tenor of the day.   I&#8217;m now interested to see what use JISC intends to make of these outputs.  The &#8216;what next?&#8217; question now hangs rather heavily.</p>
]]></content:encoded>
			<wfw:commentRss>http://copac.ac.uk/development-blog/2009/07/notes-on-remodelling-the-library-domain-jisc-workshop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>It&#8217;s Official &#8212; Copac&#8217;s Re-engineering</title>
		<link>http://copac.ac.uk/development-blog/2009/05/its-official-copacs-re-engineering/</link>
		<comments>http://copac.ac.uk/development-blog/2009/05/its-official-copacs-re-engineering/#comments</comments>
		<pubDate>Fri, 01 May 2009 14:25:49 +0000</pubDate>
		<dc:creator>joy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://copac.ac.uk/development-blog/?p=263</guid>
		<description><![CDATA[We&#8217;ve been hinting a while now about significant changes being imminent for Copac, and I am now pleased to announce that we&#8217;ve had official word that we have secured JISC funding to overhaul the Copac service over the next year.
The major aim for this work is to improve the Copac user experience.  In the short [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve been hinting a while now about significant changes being imminent for Copac, and I am now pleased to announce that we&#8217;ve had official word that we have secured <a href="http://jisc.ac.uk">JISC</a> funding to overhaul the Copac service over the next year.</p>
<p>The major aim for this work is to improve the Copac user experience.  In the short term this will mean improving the quality of the search results.  More broadly, this will mean providing more options for personalising and reusing Copac records.</p>
<p>We&#8217;re going to be undertaking the work in two phase.  We&#8217;re calling Phase 1 the  &#8216;iCue Project&#8217; (stands for &#8216;Improving the Copac User Experience&#8217;).  This work will be focused on  investigating and proposing pragmatic solutions that improve the Copac infrastructure and end-user experience, and we&#8217;re going to be partnering with <a href="http://www.cs.man.ac.uk/~mark/">Mark Van Harmelen</a> of Personal Learning Environments Ltd (PLE) in this work (Mark is also involved in the <a href="http://www.jisc.ac.uk/whatwedo/programmes/resourcediscovery/tile.aspx">JISC TILE</a> project, so we believe there&#8217;s a lot of fruitful overlap there, especially around leveraging the potential of circulation data a la Huddersfield).  The second phase is really about doing the work &#8212; re-engineering Copac in line with the specifications defined in the iCue Project.</p>
<p>We see this work tackling three key areas for Copac:</p>
<p>(i)    Interface revision: We&#8217;ll be redesigning Copac’s user interface, focusing on areas of usability and navigability of search results. We are aware that the sheer size of our database and our current system means that searches can return large, unstructured result sets that do not facilitate users finding what they need.  Addressing this is a major priority.  We&#8217;ll be building on the CERLIM usability report we recently commissioned (more on that in another post) and also drawing on the expertise of OPAC 2.0 specialists such as Dave Pattern.  We&#8217;ll also be working consistently with users (librarian users and researcher users) to monitor and assess how we&#8217;re doing.</p>
<p>(ii)    Database Restructuring: A more usable user interface is going to critically rely on a suitable restructuring of Copac’s database. Particularly, we are centrally interested in FRBR (Functional Requirements for Bibliographic Records) as a starting point for a new database structure. We anticipate that whatever we learn as we undertake this piece of work will be of interest to the broader community, and plan to disseminate this knowledge, and update the community via this blog.</p>
<p>(iii)    De-duplication: The restructuring implies further de-duplication of Copac’s contents, and so we&#8217;re also developing a de-duplication algorithm.  Ideally we would like to see the FRBR levels of work, expression, manifestation and (deduplicated) item being supported, or a pragmatic version of the same.</p>
<p>The end user benefits:<br />
1.    Searches are faster and more effective (Copac database is more responsive and robust; users are presented with a more dramatically de-duplicated results view)<br />
2.    Search-related tasks are easier to perform (i.e. the flexibility of this system will support the narrowing/broadening of searches, faceted searching, personalising/sharing content)<br />
3.    Access to more collections (Copac database is able to hold more content and continue to grow)</p>
<p>So there we have it.  It&#8217;s going to be quite a year for the Copac team.  If you have any questions, comments or suggestions you&#8217;d like us to take on board, do leave a comment here or email us.  (Not that this will be the only time we ask!) We can also be chatted to via twitter @Copac.</p>
]]></content:encoded>
			<wfw:commentRss>http://copac.ac.uk/development-blog/2009/05/its-official-copacs-re-engineering/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
