<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>L&amp;LR staff blog</title>
	
	<link>http://librarystaff.blogs.lincoln.ac.uk</link>
	<description>Sharing information about our work at the University.</description>
	<lastBuildDate>Wed, 03 Mar 2010 13:41:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		
<cloud domain="librarystaff.blogs.lincoln.ac.uk" port="80" path="/?rsscloud=notify" registerProcedure="" protocol="http-post" />
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/LLRStaffBlog" /><feedburner:info uri="llrstaffblog" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>LLRStaffBlog</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Hacking our EPrints RSS feed to create author publication lists (slight return)</title>
		<link>http://feedproxy.google.com/~r/LLRStaffBlog/~3/rTJdX40qNP0/</link>
		<comments>http://librarystaff.blogs.lincoln.ac.uk/2010/03/03/hacking-our-eprints-rss-feed-to-create-author-publication-lists/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 13:38:24 +0000</pubDate>
		<dc:creator>Paul Stainthorp</dc:creator>
				<category><![CDATA[library]]></category>
		<category><![CDATA[EPrints]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[lists]]></category>
		<category><![CDATA[publications]]></category>
		<category><![CDATA[Repository]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[RSS feeds]]></category>
		<category><![CDATA[Yahoo! Pipes]]></category>

		<guid isPermaLink="false">http://librarystaff.blogs.lincoln.ac.uk/?p=1808</guid>
		<description><![CDATA[Joss Winn from the University&#8217;s Centre for Educational Research &#38; Development has already explained how to generate some code which creates a dynamic list of an author&#8217;s publications, drawing on an RSS feed of items in our Repository, for embedding in another webpage (e.g.  a staff profile page on the University&#8217;s website).
(Upfront, I&#8217;ll say this [...]]]></description>
			<content:encoded><![CDATA[<p>Joss Winn from the University&#8217;s Centre for Educational Research &amp; Development has <a href="http://joss.blogs.lincoln.ac.uk/2010/02/04/displaying-a-dynamic-publications-list-from-a-repository-on-a-staff-profile-page/">already explained</a> how to generate some code which creates a <strong>dynamic list of an author&#8217;s publications</strong>, drawing on an RSS feed of items in our <a href="http://eprints.lincoln.ac.uk/">Repository</a>, for embedding in another webpage (e.g.  a staff profile page on the University&#8217;s website).</p>
<p>(Upfront, I&#8217;ll say this &#8211; I <a href="http://joss.blogs.lincoln.ac.uk/2010/02/04/displaying-a-dynamic-publications-list-from-a-repository-on-a-staff-profile-page/comment-page-1/#comment-6650">agree</a> that it would be much better if we could do this with one click of an &#8216;<em>embed my list</em>&#8216;  button. Until that day arrives&#8230;)</p>
<p>But: there&#8217;s a problem with the RSS feeds that come out of the EPrints software:</p>
<p>The items in the list don&#8217;t appear in any particularly logical order, and the order can&#8217;t be changed. (In fact, they&#8217;re displayed in reverse order <strong>by the date they were added to the Repository</strong>, which has its own internal logic, but makes no sense &#8216;in the wild&#8217;.)</p>
<p>To compound this problem, the actual date of publication is buried rather deeply within the item description, e.g.:</p>
<blockquote><p>Neary, Mike and Winn, Joss <span style="color: #ff0000;">(2009)</span> The student as producer:  reinventing the student experience in higher education. In: The future  of higher education: policy, pedagogy and the student experience.  Continuum, London, pp. 192-210. ISBN 1847064728 (In Press)</p></blockquote>
<p><a href="http://twitter.com/josswinn/status/9919604173">The challenge</a> is to extract this date of publication and use it to re-order the items in the list.</p>
<p>I&#8217;ve used <a href="http://pipes.yahoo.com/">Yahoo! Pipes</a> to do this, by:</p>
<ol>
<li>Copying the description into a new field.</li>
<li>Using the following <a href="http://en.wikipedia.org/wiki/Regular_expression">Regex</a> to isolate and extract the date of publication: ^.*\((\d{4})\).*$</li>
<li>Re-ordering the field by this date (in reverse order).</li>
</ol>
<p>You can find the Pipe at:<strong><a href="http://pipes.yahoo.com/lincoln/eprints_sort2"> http://pipes.yahoo.com/lincoln/eprints_sort2</a></strong></p>
<div id="attachment_1809" class="wp-caption alignnone" style="width: 310px"><a href="http://librarystaff.blogs.lincoln.ac.uk/files/2010/03/screenshot_pipes_eprintsreorder.gif"><img class="size-medium wp-image-1809" title="screenshot_pipes_eprintsreorder" src="http://librarystaff.blogs.lincoln.ac.uk/files/2010/03/screenshot_pipes_eprintsreorder-300x244.gif" alt="" width="300" height="244" /></a><p class="wp-caption-text">(Image: screenshot of the Yahoo! Pipe)</p></div>
<p>The final enhancement &#8211; I added user-input fields to allow you to use the Pipe to create a feed for <strong>any author </strong>(forename/surname), which can be further refined by adding an extra <strong>keyword</strong> (we&#8217;re using additional keywords, added to the EPrints record, as a secondary hack to distinguish between multiple authors with the same name!).</p>
<p>Once the Pipe has run, you can grab the RSS feed and pass it through <a href="http://feed2js.org/index.php?s=build">Feed2JS</a> in the <a href="http://joss.blogs.lincoln.ac.uk/2010/02/04/displaying-a-dynamic-publications-list-from-a-repository-on-a-staff-profile-page/">usual way</a>.</p>
<p>This isn&#8217;t particularly satisfactory in the long run, in that it relies on a lot of external services over which we have no control, but it&#8217;s a useful hack for now.</p>
<img src="http://feeds.feedburner.com/~r/LLRStaffBlog/~4/rTJdX40qNP0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://librarystaff.blogs.lincoln.ac.uk/2010/03/03/hacking-our-eprints-rss-feed-to-create-author-publication-lists/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		<feedburner:origLink>http://librarystaff.blogs.lincoln.ac.uk/2010/03/03/hacking-our-eprints-rss-feed-to-create-author-publication-lists/</feedburner:origLink></item>
		<item>
		<title>Alright: stop. Collaborate and LiSN</title>
		<link>http://feedproxy.google.com/~r/LLRStaffBlog/~3/Mx0Iw7Kt81M/</link>
		<comments>http://librarystaff.blogs.lincoln.ac.uk/2010/03/02/alright-stop-collaborate-and-lisn/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 15:42:55 +0000</pubDate>
		<dc:creator>Paul Stainthorp</dc:creator>
				<category><![CDATA[library]]></category>
		<category><![CDATA[collaboration]]></category>
		<category><![CDATA[Lincolnshire]]></category>
		<category><![CDATA[Lincolnshire Archives]]></category>
		<category><![CDATA[LiSN]]></category>
		<category><![CDATA[meetings]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://librarystaff.blogs.lincoln.ac.uk/?p=1805</guid>
		<description><![CDATA[I attended the first 2010 meeting of LiSN this morning at the Lincolnshire Archives, attended by representatives from 8 library/information services from across the county. Substantive discussion topic was &#8220;how we market our services&#8221;; we also discussed some planned improvements to the LiSN website. If you have any ideas about what should appear on the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://librarystaff.blogs.lincoln.ac.uk/files/2010/03/lisn-logo.gif"><img class="alignright size-full wp-image-1806" title="lisn-logo" src="http://librarystaff.blogs.lincoln.ac.uk/files/2010/03/lisn-logo.gif" alt="" width="151" height="151" /></a>I attended the first 2010 meeting of <a href="http://www.lisn.org.uk/">LiSN</a> this morning at the <a href="http://www.lincolnshire.gov.uk/section.asp?sectiontype=topic&amp;catid=22003">Lincolnshire Archives</a>, attended by representatives from 8 library/information services from across the county. Substantive discussion topic was &#8220;how we market our services&#8221;; we also discussed some planned improvements to the LiSN website. If you have any ideas about what should appear on the LiSN site (currently at <a href="http://www.lisn.org.uk/">www.lisn.org.uk</a>), then I&#8217;d be very interested in hearing them.</p>
<img src="http://feeds.feedburner.com/~r/LLRStaffBlog/~4/Mx0Iw7Kt81M" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://librarystaff.blogs.lincoln.ac.uk/2010/03/02/alright-stop-collaborate-and-lisn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://librarystaff.blogs.lincoln.ac.uk/2010/03/02/alright-stop-collaborate-and-lisn/</feedburner:origLink></item>
		<item>
		<title>Repository day at Leicester</title>
		<link>http://feedproxy.google.com/~r/LLRStaffBlog/~3/HcKOfu1aze4/</link>
		<comments>http://librarystaff.blogs.lincoln.ac.uk/2010/02/22/1800/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 15:36:03 +0000</pubDate>
		<dc:creator>bjones</dc:creator>
				<category><![CDATA[library]]></category>
		<category><![CDATA[copyright]]></category>
		<category><![CDATA[Institutional Repository]]></category>

		<guid isPermaLink="false">http://librarystaff.blogs.lincoln.ac.uk/?p=1800</guid>
		<description><![CDATA[I spent Friday at Leicester University at the meeting of UKCORR (UK Council of Research Repositories).  Presentations about Journal ToCs, SHERPA ROMEO, CADAIR among others were all very interesting but it was even more useful to discuss issues with other people in same position as us.  REF, implications of mandate and, especially, eTheses seem to [...]]]></description>
			<content:encoded><![CDATA[<p>I spent Friday at Leicester University at the meeting of UKCORR (UK Council of Research Repositories).  Presentations about Journal ToCs, SHERPA ROMEO, CADAIR among others were all very interesting but it was even more useful to discuss issues with other people in same position as us.  REF, implications of mandate and, especially, eTheses seem to be common concerns to everyone.  Most repositories seem to be heavily dependent on library skills, and the more deposits are mandated, the heavier the burden of review becomes.  A copyright workshop at the end of the day was an excellent forum in which to compare policies and workflows. </p>
<p>The fabulously hard-working Gareth Johnson twittered and blogged the proceedings as well as forgoing his lunch to give us a guided tour of the David Wilson Library.  It’s wonderful to see what 32 million pounds looks like.  I particularly liked the ‘help zone’, and the information screens which give computer availability throughout the building as well as streaming local news and weather alongside library news!</p>
<p>Thanks to Leicester and Northampton for their joint hospitality, and to the officers of  UKCORR which has no budget so runs on goodwill; luckily there doesn&#8217;t seem to be a shortage of this.</p>
<p>As always, if you are curious about the repository, please ask me!</p>
<p>Bev!</p>
<img src="http://feeds.feedburner.com/~r/LLRStaffBlog/~4/HcKOfu1aze4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://librarystaff.blogs.lincoln.ac.uk/2010/02/22/1800/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://librarystaff.blogs.lincoln.ac.uk/2010/02/22/1800/</feedburner:origLink></item>
		<item>
		<title>Systems Librarian</title>
		<link>http://feedproxy.google.com/~r/LLRStaffBlog/~3/ePa4qIpd83Q/</link>
		<comments>http://librarystaff.blogs.lincoln.ac.uk/2010/02/16/systems-librarian/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 15:27:37 +0000</pubDate>
		<dc:creator>Lys Ann Reiners</dc:creator>
				<category><![CDATA[library]]></category>

		<guid isPermaLink="false">http://librarystaff.blogs.lincoln.ac.uk/?p=1798</guid>
		<description><![CDATA[Congratulations to Chris Leach, who has just been appointed as Systems Librarian.  Chris will continue to work with Pam, Niki and Di on matters to do with the library management system, and will also continue to support Architecture for the moment.
]]></description>
			<content:encoded><![CDATA[<p>Congratulations to Chris Leach, who has just been appointed as Systems Librarian.  Chris will continue to work with Pam, Niki and Di on matters to do with the library management system, and will also continue to support Architecture for the moment.</p>
<img src="http://feeds.feedburner.com/~r/LLRStaffBlog/~4/ePa4qIpd83Q" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://librarystaff.blogs.lincoln.ac.uk/2010/02/16/systems-librarian/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://librarystaff.blogs.lincoln.ac.uk/2010/02/16/systems-librarian/</feedburner:origLink></item>
		<item>
		<title>Visit to the Aldham Robarts LRC, Liverpool John Moores University</title>
		<link>http://feedproxy.google.com/~r/LLRStaffBlog/~3/tikgaGBvRBo/</link>
		<comments>http://librarystaff.blogs.lincoln.ac.uk/2010/02/09/visit-to-the-aldham-robarts-lrc-liverpool-john-moores-university/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 13:53:29 +0000</pubDate>
		<dc:creator>Lys Ann Reiners</dc:creator>
				<category><![CDATA[library]]></category>
		<category><![CDATA[Aldham Robarts LRC]]></category>
		<category><![CDATA[Liverpool John Moores]]></category>

		<guid isPermaLink="false">http://librarystaff.blogs.lincoln.ac.uk/?p=1779</guid>
		<description><![CDATA[Ian, Philippa and I visited the Aldham Robarts LRC at LJMU on the 4th Feb.  The LRC has recently benefitted from a major refurbishment which was designed around a new University service model, which brings together all standard student-facing services in a newly converged department -  Library and Student Support.  Students can now visit any of [...]]]></description>
			<content:encoded><![CDATA[<p>Ian, Philippa and I visited the Aldham Robarts LRC at LJMU on the 4th Feb.  The LRC has recently benefitted from a major refurbishment which was designed around a new University service model, which brings together all standard student-facing services in a newly converged department -  Library and Student Support.  Students can now visit any of the three campus LRCs to get help, information and advice about any aspect of student life, as well as to access standard library resources. </p>
<p>The ground floor of each LRC contains a student support zone, which is made up of a Welcome Hub and a Transactions Desk.</p>
<p>Staff at the  Welcome Hub provide a reception service,  answer general circulation and IT enquiries, and book appointments for students needing specialist help (eg. welfare, careers, employabilty, library subject support and specialist computing support).  There are a number of small meetings rooms available for students to meet  support staff.</p>
<p>Welcome Hub</p>
<p><a href="http://librarystaff.blogs.lincoln.ac.uk/files/2010/02/hub.jpg"><img class="alignnone size-thumbnail wp-image-1786" title="hub" src="http://librarystaff.blogs.lincoln.ac.uk/files/2010/02/hub-150x150.jpg" alt="" width="152" height="150" /></a></p>
<p>Transaction Desk</p>
<p><a href="http://librarystaff.blogs.lincoln.ac.uk/files/2010/02/transaction-desk.jpg"><img class="alignnone size-thumbnail wp-image-1787" title="transaction desk" src="http://librarystaff.blogs.lincoln.ac.uk/files/2010/02/transaction-desk-150x150.jpg" alt="" width="150" height="150" /></a></p>
<p>Staff at the Transactions desk provide help with all aspects of student administration, including coursework submission, enrolment, timetables, module registration and student finance.</p>
<p>The refurbished ground floor contains flexible group study areas and printing facilities. </p>
<p>Philippa and Ian in the first floor printing centre</p>
<p><a href="http://librarystaff.blogs.lincoln.ac.uk/files/2010/02/printers.jpg"><img class="alignnone size-medium wp-image-1796" title="printers" src="http://librarystaff.blogs.lincoln.ac.uk/files/2010/02/printers-300x168.jpg" alt="" width="300" height="168" /></a></p>
<p>Flexible group study area</p>
<p><a href="http://librarystaff.blogs.lincoln.ac.uk/files/2010/02/L1000508.jpg"><img class="alignnone size-thumbnail wp-image-1791" title="L1000508" src="http://librarystaff.blogs.lincoln.ac.uk/files/2010/02/L1000508-150x150.jpg" alt="" width="150" height="150" /></a></p>
<p>The first floor has also been refurbished and contains collections, group and individual study areas, and bookable group rooms.  The upper floors will be refurbished at a future date.</p>
<p>All loans of print materials are self service, including reservations, which students collect from the short-loan area.</p>
<p>Self-service reservations</p>
<p><a href="http://librarystaff.blogs.lincoln.ac.uk/files/2010/02/reservations.jpg"><img class="alignnone size-thumbnail wp-image-1793" title="reservations" src="http://librarystaff.blogs.lincoln.ac.uk/files/2010/02/reservations-150x150.jpg" alt="" width="150" height="150" /></a></p>
<p>LJMU customer services staff have offered roving support for the past three years.  The rovers wear a sash or tee-shirt to identify themselves to users.</p>
<p>A Rover in a tee-shirt!</p>
<p><a href="http://librarystaff.blogs.lincoln.ac.uk/files/2010/02/rover.jpg"><img class="alignnone size-medium wp-image-1795" title="rover" src="http://librarystaff.blogs.lincoln.ac.uk/files/2010/02/rover-168x300.jpg" alt="" width="168" height="300" /></a></p>
<p>The basement at the Aldham Robarts LRC houses special collections and archives, which in general are based around the theme of popular culture.  The collections include the Ray Coleman Archive, containing taped interviews used by Coleman in his biographies of Brian Epstein and John Lennon; and the John Savage Archive, which is the largest collection of punk-related material in the world.</p>
<p>We are looking forward to returning to LJMU, when the refurbishment of the upper floors has been completed.</p>
<img src="http://feeds.feedburner.com/~r/LLRStaffBlog/~4/tikgaGBvRBo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://librarystaff.blogs.lincoln.ac.uk/2010/02/09/visit-to-the-aldham-robarts-lrc-liverpool-john-moores-university/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://librarystaff.blogs.lincoln.ac.uk/2010/02/09/visit-to-the-aldham-robarts-lrc-liverpool-john-moores-university/</feedburner:origLink></item>
		<item>
		<title>MOSAIC: finding a Pattern in our circulation data</title>
		<link>http://feedproxy.google.com/~r/LLRStaffBlog/~3/yRn2_w5jOgc/</link>
		<comments>http://librarystaff.blogs.lincoln.ac.uk/2010/02/05/mosaic-finding-a-pattern-in-our-circulation-data/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 15:35:09 +0000</pubDate>
		<dc:creator>Paul Stainthorp</dc:creator>
				<category><![CDATA[library]]></category>
		<category><![CDATA[#jiscmosaic]]></category>
		<category><![CDATA[Chris Leach]]></category>
		<category><![CDATA[circulation data]]></category>
		<category><![CDATA[Davey P.]]></category>
		<category><![CDATA[Helen Harrop]]></category>
		<category><![CDATA[JISC]]></category>
		<category><![CDATA[MOSAIC]]></category>
		<category><![CDATA[open data]]></category>

		<guid isPermaLink="false">http://librarystaff.blogs.lincoln.ac.uk/?p=1770</guid>
		<description><![CDATA[Over the past year (and increasingly frantically over the past few weeks), I&#8217;ve been working to liberate a small amount of the Library&#8217;s recent book-circulation data, as part of a national project (&#8220;MOSAIC &#8211; Making Our Shared Activity Information Count&#8221;) investigating the possibilities around exploiting &#8220;user activity data&#8221; within university libraries.
I&#8217;m immensely relieved that we&#8217;ve [...]]]></description>
			<content:encoded><![CDATA[<p>Over the past year (and increasingly frantically over the past few weeks), I&#8217;ve been working to <strong>liberate</strong> a small amount of the Library&#8217;s recent book-circulation data, as part of a national project (&#8220;<strong><a href="http://www.sero.co.uk/jisc-mosaic.html" target="_blank">MOSAIC</a></strong> &#8211; Making Our Shared Activity Information Count&#8221;) investigating the possibilities around exploiting &#8220;user activity data&#8221; within university libraries.</p>
<p>I&#8217;m immensely relieved that we&#8217;ve <em>finally</em> managed to make some of our data public, under a Creative Commons licence, via the Repository at: <a href="http://eprints.lincoln.ac.uk/2164/" target="_blank"><strong>http://eprints.lincoln.ac.uk/2164/</strong></a></p>
<blockquote><p>&#8220;The University of Lincoln collected one academic year&#8217;s worth of its own library book circulation data (&#8220;user activity data&#8221;) for the JISC-funded MOSAIC project, which set out to investigate the technical feasibility, service value and issues around exploiting user activity data. Data was collected for the period 1 September 2008 &#8211; 31 August 2009. Lincoln&#8217;s data was processed according to a data schema common to all participants in the MOSAIC project; any data that might be used to identify an individual library user was removed or anonymised.&#8221;</p></blockquote>
<div id="attachment_1771" class="wp-caption alignright" style="width: 310px"><a href="http://www.flickr.com/photos/davepattern/402634620/"><img class="size-medium wp-image-1771" title="gcw_mosaic_cropped" src="http://librarystaff.blogs.lincoln.ac.uk/files/2010/02/gcw_mosaic_cropped-300x289.gif" alt="" width="300" height="289" /></a><p class="wp-caption-text">&quot;Libraries as Books&quot; by Dave &amp; Bry (flickr)</p></div>
<p>The MOSAIC project (background: <a href="/2009/11/19/the-case-for-opening-up-library-data-jiscmosaic-at-wolves/">here</a> and <a href="/2008/12/12/sharing-book-usage-data-for-the-benefit-of-all/">here</a>) set out to collate book circulation and other library usage data &#8211; all homogenised and appropriately anonymised &#8211; from 9 separate universities; in order (in part) to <a href="http://www.sero.co.uk/jisc-mosaic-competition.html" target="_blank">demonstrate how the innovative use of that data could be used to add value</a> to the library user experience.</p>
<p><strong>Thanks</strong> are due to the MOSAIC project team (especially Helen Harrop for her patience and <a href="http://www.daveyp.com/blog/" target="_blank">Dave Pattern</a> for his guidance!), to colleagues in ICT for their recent invaluable assistance in getting at our data, and finally to everyone in L&amp;LR who&#8217;s been involved &#8211; particularly to Chris Leach.</p>
<p>So, now the <a href="http://eprints.lincoln.ac.uk/2164/" target="_blank">data&#8217;s out there</a>&#8230; who&#8217;s going to make use of it?</p>
<img src="http://feeds.feedburner.com/~r/LLRStaffBlog/~4/yRn2_w5jOgc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://librarystaff.blogs.lincoln.ac.uk/2010/02/05/mosaic-finding-a-pattern-in-our-circulation-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://librarystaff.blogs.lincoln.ac.uk/2010/02/05/mosaic-finding-a-pattern-in-our-circulation-data/</feedburner:origLink></item>
		<item>
		<title>Changes in Reader Services Team</title>
		<link>http://feedproxy.google.com/~r/LLRStaffBlog/~3/FmhgAncPNy4/</link>
		<comments>http://librarystaff.blogs.lincoln.ac.uk/2010/02/03/changes-in-reader-services-team/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 13:44:07 +0000</pubDate>
		<dc:creator>pdyson</dc:creator>
				<category><![CDATA[library]]></category>

		<guid isPermaLink="false">http://librarystaff.blogs.lincoln.ac.uk/?p=1768</guid>
		<description><![CDATA[Congratulations to Lesley Thompson who becomes Library Officer (job-share) in the evening team as of this evening (3rd February). Recruitment to the post of Library Assistant (job-share) (evening team) that Lesley has vacated will begin shortly.
]]></description>
			<content:encoded><![CDATA[<p>Congratulations to Lesley Thompson who becomes Library Officer (job-share) in the evening team as of this evening (3rd February). Recruitment to the post of Library Assistant (job-share) (evening team) that Lesley has vacated will begin shortly.</p>
<img src="http://feeds.feedburner.com/~r/LLRStaffBlog/~4/FmhgAncPNy4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://librarystaff.blogs.lincoln.ac.uk/2010/02/03/changes-in-reader-services-team/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://librarystaff.blogs.lincoln.ac.uk/2010/02/03/changes-in-reader-services-team/</feedburner:origLink></item>
		<item>
		<title>OPACPress: building a social, semantic, devolved, distributed union catalogue</title>
		<link>http://feedproxy.google.com/~r/LLRStaffBlog/~3/YJGReiMCaVQ/</link>
		<comments>http://librarystaff.blogs.lincoln.ac.uk/2010/01/26/opacpress-building-a-social-semantic-devolved-distributed-union-catalogue/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 12:39:02 +0000</pubDate>
		<dc:creator>Paul Stainthorp</dc:creator>
				<category><![CDATA[library]]></category>
		<category><![CDATA[Blog software]]></category>
		<category><![CDATA[Casey Bisson]]></category>
		<category><![CDATA[E-Resources Librarian]]></category>
		<category><![CDATA[Information Architect]]></category>
		<category><![CDATA[OPACPress]]></category>
		<category><![CDATA[Paul Stainthorp]]></category>
		<category><![CDATA[Plymouth State University]]></category>
		<category><![CDATA[Scriblio]]></category>
		<category><![CDATA[semantic web]]></category>
		<category><![CDATA[union catalogue]]></category>
		<category><![CDATA[University of Lincoln]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://librarystaff.blogs.lincoln.ac.uk/?p=1764</guid>
		<description><![CDATA[Joss has beaten me to blogging this, so rather than think for myself I&#8217;m just going to quote him in full.
Yesterday, I submitted a proposal to Talis under their Incubator fund. If successful, I would have the pleasure of working with Paul Stainthorp, E-Resources Librarian at the University of Lincoln, and Casey Bisson,  Information Architect [...]]]></description>
			<content:encoded><![CDATA[<p>Joss has beaten me to <a href="http://joss.blogs.lincoln.ac.uk/2010/01/26/opacpress-our-talis-incubator-proposal/">blogging this</a>, so rather than think for myself I&#8217;m just going to quote him in full.</p>
<blockquote><p>Yesterday, I submitted a proposal to Talis under their <a href="http://blogs.talis.com/education/incubator/">Incubator fund</a>. If successful, I would have the pleasure of working with <a href="http://twitter.com/pstainthorp">Paul Stainthorp</a>, E-Resources Librarian at the University of Lincoln, and <a href="http://twitter.com/misterbisson">Casey Bisson</a>,  Information Architect at Plymouth State University. The bid is to develop an idea which I’ve posted about <a href="http://joss.blogs.lincoln.ac.uk/2009/10/04/open-education-talis-incubator-proposal/">before</a>, based on Casey’s work on <a href="http://about.scriblio.net/">Scriblio</a> and our adventures with WordPress MU, in particular, <a href="http://jiscpress.blogs.lincoln.ac.uk/">JISCPress</a>.</p>
<p>Anyway, rather than re-iterating the bid here. You can read it in full by clicking <strong><a href="http://docs.google.com/View?id=dc4c9rrc_236cdj56pd7">here</a></strong>.</p>
<p>Comments are very welcome. Thanks.</p></blockquote>
<img src="http://feeds.feedburner.com/~r/LLRStaffBlog/~4/YJGReiMCaVQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://librarystaff.blogs.lincoln.ac.uk/2010/01/26/opacpress-building-a-social-semantic-devolved-distributed-union-catalogue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://librarystaff.blogs.lincoln.ac.uk/2010/01/26/opacpress-building-a-social-semantic-devolved-distributed-union-catalogue/</feedburner:origLink></item>
		<item>
		<title>1 to 1 learning development at Brayford</title>
		<link>http://feedproxy.google.com/~r/LLRStaffBlog/~3/lDkJKxYaD2M/</link>
		<comments>http://librarystaff.blogs.lincoln.ac.uk/2010/01/22/1-to-1-learning-development-at-brayford/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 12:55:42 +0000</pubDate>
		<dc:creator>Judith Elkin</dc:creator>
				<category><![CDATA[library]]></category>

		<guid isPermaLink="false">http://librarystaff.blogs.lincoln.ac.uk/?p=1756</guid>
		<description><![CDATA[The 1 to 1 Learning Development sessions are now being held in the meeting room on the ground floor of the Library on Mondays, Wednesdays and Fridays from 11-12. The 15 minute sessions are drop-in only and they’re aimed at undergraduates.
We&#8217;re advertising the service on its own Portal page (under Library Services); we’ve put copies of the leaflet [...]]]></description>
			<content:encoded><![CDATA[<p>The 1 to 1 Learning Development sessions are now being held in the meeting room on the ground floor of the Library on Mondays, Wednesdays and Fridays from 11-12. The 15 minute sessions are drop-in only and they’re aimed at undergraduates.</p>
<p>We&#8217;re advertising the service on its own <a href="https://portal.lincoln.ac.uk/C17/C14/1to1/default.aspx">Portal page </a>(under Library Services); we’ve put copies of the <a href="https://portal.lincoln.ac.uk/C17/C14/1to1/Document%20Library/1%20to%201%20Learning%20Development%20Leaflet.pdf">leaflet </a>on the ground floor, second and third floor desks and we have a portable sign which we&#8217;ll  keep in the meeting room and put out first thing on Monday, Wednesday and Friday mornings.</p>
<p>Judith and Marishona</p>
<img src="http://feeds.feedburner.com/~r/LLRStaffBlog/~4/lDkJKxYaD2M" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://librarystaff.blogs.lincoln.ac.uk/2010/01/22/1-to-1-learning-development-at-brayford/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://librarystaff.blogs.lincoln.ac.uk/2010/01/22/1-to-1-learning-development-at-brayford/</feedburner:origLink></item>
		<item>
		<title>Admin Office Weds 27 January</title>
		<link>http://feedproxy.google.com/~r/LLRStaffBlog/~3/WRWGngcBvpw/</link>
		<comments>http://librarystaff.blogs.lincoln.ac.uk/2010/01/21/admin-office-weds-27-january/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 16:55:43 +0000</pubDate>
		<dc:creator>dwalker</dc:creator>
				<category><![CDATA[library]]></category>
		<category><![CDATA[admin office]]></category>

		<guid isPermaLink="false">http://librarystaff.blogs.lincoln.ac.uk/?p=1752</guid>
		<description><![CDATA[There will be no Admin Office cover on Wednesday 27 January due to annual leave.  If you wish to contact the admin team, a voicemail message can be left on Sally&#8217;s number (01522) 886427. You can also email libraryadmin@lincoln.ac.uk and we&#8217;ll respond as soon as we can.  Thanks.
]]></description>
			<content:encoded><![CDATA[<p>There will be no Admin Office cover on Wednesday 27 January due to annual leave.  If you wish to contact the admin team, a voicemail message can be left on Sally&#8217;s number (01522) 886427. You can also email <a href="mailto:libraryadmin@lincoln.ac.uk">libraryadmin@lincoln.ac.uk</a> and we&#8217;ll respond as soon as we can.  Thanks.</p>
<img src="http://feeds.feedburner.com/~r/LLRStaffBlog/~4/WRWGngcBvpw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://librarystaff.blogs.lincoln.ac.uk/2010/01/21/admin-office-weds-27-january/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://librarystaff.blogs.lincoln.ac.uk/2010/01/21/admin-office-weds-27-january/</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic page generated in 0.417 seconds. --><!-- Cached page generated by WP-Super-Cache on 2010-03-10 14:34:52 --><!-- Compression = gzip -->
