<?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>Libology Blog &#187; Libraries</title>
	<atom:link href="http://www.libology.com/blog/category/libraries/feed" rel="self" type="application/rss+xml" />
	<link>http://www.libology.com/blog</link>
	<description>Libraries::Technology::Ideas</description>
	<lastBuildDate>Wed, 17 Mar 2010 02:44:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Mash-Up the OPAC</title>
		<link>http://www.libology.com/blog/2010/03/16/mash-up-the-opac.html</link>
		<comments>http://www.libology.com/blog/2010/03/16/mash-up-the-opac.html#comments</comments>
		<pubDate>Wed, 17 Mar 2010 02:44:50 +0000</pubDate>
		<dc:creator>Rick Mason</dc:creator>
				<category><![CDATA[Cataloging]]></category>
		<category><![CDATA[ILS]]></category>
		<category><![CDATA[Libraries]]></category>
		<category><![CDATA[Library 2.0]]></category>
		<category><![CDATA[Online Services]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[HTML element]]></category>
		<category><![CDATA[Innovative]]></category>
		<category><![CDATA[Marc]]></category>
		<category><![CDATA[Millennium]]></category>
		<category><![CDATA[OPAC]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[Technology/Internet]]></category>
		<category><![CDATA[ticTOCs]]></category>
		<category><![CDATA[TOC]]></category>

		<guid isPermaLink="false">http://www.libology.com/blog/?p=3298</guid>
		<description><![CDATA[ILS user groups can be one of the greatest sources of tips, tricks and inspiration for tech-oriented library staff.  There was a recent discussion on the Innovative User&#8217;s Group that has led to an interesting way to embed various media into OPAC search results.
Each of these work in Innovative&#8217;s Millennium OPAC.  I have [...]]]></description>
			<content:encoded><![CDATA[<p>ILS user groups can be one of the greatest sources of tips, tricks and inspiration for tech-oriented library staff.  There was a recent discussion on the Innovative User&#8217;s Group that has led to an interesting way to embed various media into OPAC search results.</p>
<p>Each of these work in Innovative&#8217;s Millennium OPAC.  I have not had a chance to check whether this will work in other systems, but would greatly enjoy hearing whether or not it works for others.</p>
<p>The key to this is the MARC 970 field, using the subfield |t, which is used for Table of Contents display information.  It was observed that the contents of the field were passed along to the browser, and that html code could be passed to the bibliographic display.</p>
<p>It works well, and is a perfect example of a &#8220;hack&#8221;, utilizing existing functionality in new and creative ways.  To date, there are six ways to extend the OPAC.</p>
<p>To try out these examples, simply copy the html code, starting with the |t, and paste it into a 970 field in a bibliographic record.  Each of the examples should work as is; some information about how to modify the code, as well as a screenshot of the example is provided.</p>
<p><strong>Displaying an Image:</strong><br />
This is fairly straightforward insertion of an image stored on <a href="http://www.flickr.com/">Flickr</a>.  Change the URLs to whatever you need, adjust the pixel height and width, and this will serve you well. </p>
<blockquote><p>|t&lt;center&gt;&lt;object data=&#34;http:&#47;&#47;farm4.static.flickr.com&#47;3433&#47;3694927599_039309b2e6_o.jpg&#34; type=&#34;image&#47;jpg&#34; width=&#34;400&#34; height=&#34;600&#34;&gt;&lt;img src=&#34;http:&#47;&#47;farm4.static.flickr.com&#47;3433&#47;3694927599_039309b2e6_o.jpg&#34;&gt;&lt;&#47;img&gt;&lt;&#47;object&gt;&lt;&#47;center&gt;</p></blockquote>
<div id="attachment_3306" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.libology.com/blog/wp-content/uploads/2010/03/image-screenshot.jpg"><img src="http://www.libology.com/blog/wp-content/uploads/2010/03/image-screenshot-300x224.jpg" alt="Screenshot of inserted image" title="image-screenshot" width="300" height="224" class="size-medium wp-image-3306" /></a><p class="wp-caption-text">Image Screenshot</p></div>
<p><strong>Embedding a Search Form:</strong><br />
This code embeds a search form for <a href="http://openlibrary.org/">OpenLibrary</a>, including a selector check box and link to an advanced search page.  Search forms can be tricky, and it can be very challenging to get even basic search functionality for some services.</p>
<blockquote><p>|t&lt;br &#47;&gt;Search OpenLibrary:&lt;form method=&#34;get&#34; action=&#34;http:&#47;&#47;www.openlibrary.org&#47;search&#34;&gt;&lt;input border: 1px solid #ccc; width: 100%&#34; type=&#34;text&#34; name=&#34;q&#34; value=&#34;&#34; title=&#34;type_search.&#34; &#47;&gt;&lt;button class=&#34;go&#34; type=&#34;submit&#34;&gt;Go&lt;&#47;button&gt;&lt;br &#47;&gt;&lt;input tabindex=&#34;9&#34; type=&#34;checkbox&#34; value=&#34;mhsncqbxgkup&#34; name=&#34;ftokens&#34;&gt;Scanned books only&lt;br &#47;&gt;&lt;a href=&#34;http:&#47;&#47;www.openlibrary.org&#47;advanced&#34; style=&#34;text-decoration: underline&#34;&gt;OpenLibrary Advanced Search Page&lt;&#47;a&gt;&lt;&#47;form&gt;</p></blockquote>
<div id="attachment_3308" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.libology.com/blog/wp-content/uploads/2010/03/search-openlibrary-screenshot.jpg"><img src="http://www.libology.com/blog/wp-content/uploads/2010/03/search-openlibrary-screenshot-300x156.jpg" alt="OpenLibrary search box screenshot" title="search-openlibrary-screenshot" width="300" height="156" class="size-medium wp-image-3308" /></a><p class="wp-caption-text">Search Box Screenshot</p></div>
<p><strong>Embedding a Video:</strong><br />
This example embeds a YouTube video, specifically the preview for the film &#8220;A Streetcar Named Desire&#8221;.  Previews of videos available in the library, library instructional videos, and author interviews are examples of the types of embedded video that add can value to your OPAC.</p>
<p>The embedding information comes from the &#8220;Embed&#8221; information from the YouTube result page.  You can also simply replace the URL information in the code below:</p>
<blockquote><p>|t&lt;center&gt;&lt;embed src=&#34;http:&#47;&#47;www.youtube.com&#47;v&#47;ilW32IKJoM0&#038;hl=en_US&#038;fs=1&#038;&#34; type=&#34;application&#47;x-shockwave-flash&#34; allowscriptaccess=&#34;always&#34; allowfullscreen=&#34;true&#34; width=&#34;720&#34; height=&#34;578&#34;&gt;&lt;&#47;embed&gt;&lt;&#47;center&gt;</p></blockquote>
<div id="attachment_3309" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.libology.com/blog/wp-content/uploads/2010/03/video-preview-screenshot.jpg"><img src="http://www.libology.com/blog/wp-content/uploads/2010/03/video-preview-screenshot-300x219.jpg" alt="Embedded Video Screenshot" title="video-preview-screenshot" width="300" height="219" class="size-medium wp-image-3309" /></a><p class="wp-caption-text">Embedded Video Screenshot</p></div>
<p><strong>Streaming Audio:</strong><br />
This example uses a third-party service called <a href="http://www.odeo.com/">Odeo</a> to stream the MP3 audio of Martin Luther King Jr&#8217;s &#8220;I Have a Dream&#8221; speech.  The audio file lives on the <a href="http://www.archive.org/index.php">Internet Archive</a>.</p>
<blockquote><p>|tTo listen to the speech, click the &#34;Play&#34; button:&lt;br /&gt;&lt;center&gt;&lt;embed src= &#34;http://www.odeo.com/flash/audio_player_standard_gray.swf&#34; quality=&#34;high&#34; width=&#34;300&#34; height=&#34;52&#34; allowScriptAccess=&#34;always&#34; wmode=&#34;transparent&#34; type=&#34;application/x-shockwave-flash&#34; flashvars= &#34;valid_sample_rate=true&amp;external_url=http://www.archive.org/download/MLKDream/MLKDream_64kb.mp3&#34; pluginspage=&#34;http://www.macromedia.com/go/getflashplayer&#34;&gt;&lt;/embed&gt;&lt;/center&gt;</p></blockquote>
<div id="attachment_3310" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.libology.com/blog/wp-content/uploads/2010/03/audio-screenshot.jpg"><img src="http://www.libology.com/blog/wp-content/uploads/2010/03/audio-screenshot-300x146.jpg" alt="Streaming Audio Screenshot" title="audio-screenshot" width="300" height="146" class="size-medium wp-image-3310" /></a><p class="wp-caption-text">Streaming Audio Screenshot</p></div>
<p><strong>Journal Table of Contents</strong><br />
This example utilizes two separate third-party services.  First, the <a href="http://www.tictocs.ac.uk/">ticTOCs Journal Tables of Contents</a> service is used to locate an RSS feed for a table of contents, in this case &#8220;<a href="http://www.informaworld.com/smpp/title~db=all~content=t713699076">Educational Research</a>&#8220;.</p>
<p>After this, the feed URL is entered into the <a href="http://feed2js.org/index.php?s=build">Feed2js</a> service, which generates the code.  To display any RSS feed, simply use the Feed2js service with a feed&#8217;s URL.</p>
<blockquote><p>|t&lt;script language=&#34;JavaScript&#34; src=&#34;http:&#47;&#47;feed2js.org&#47;&#47;feed2js.php?src=http%3A%2F%2Fwww.informaworld.com%2Fampp%2Frss%7Econtent%3D0013-1881&amp;chan=y&amp;tz=-5&amp;targ=y&amp;utf=y&amp;html=a&#34;  charset=&#34;UTF-8&#34; type=&#34;text&#47;javascript&#34;&gt;&lt;&#47;script&gt;  &lt;noscript&gt; &lt;a href=&#34;http:&#47;&#47;feed2js.org&#47;&#47;feed2js.php?src=http%3A%2F%2Fwww.informaworld.com%2Fampp%2Frss%7Econtent%3D0013-1881&amp;chan=y&amp;tz=-5&amp;targ=y&amp;utf=y&amp;html=y&#34;&gt;View RSS feed&lt;&#47;a&gt; &lt;&#47;noscript&gt;</p></blockquote>
<div id="attachment_3311" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.libology.com/blog/wp-content/uploads/2010/03/journal-toc-screenshot.jpg"><img src="http://www.libology.com/blog/wp-content/uploads/2010/03/journal-toc-screenshot-300x244.jpg" alt="Journal Table of Contents Screenshot" title="journal-toc-screenshot" width="300" height="244" class="size-medium wp-image-3311" /></a><p class="wp-caption-text">Journal Table of Contents Screenshot</p></div>
<p><strong>Virtual Bookplate</strong><br />
This example is simply a proof of concept, but I especially enjoyed putting this one together and hope to create a more polished version in the future.  It uses a background image of an open book with blank pages (credit to <a href="http://www.flickr.com/photos/happysweetmama/3205811376/">happysweetmama</a> via Flickr), and then applies Relative Positioning to place text on top of the image.</p>
<p>The text position, font, size, and content are all able to be controlled for each record.  This can be a great way to honor those who add to a collection, or to highlight items from a particular collection.</p>
<blockquote><p>|t&lt;center&gt;&lt;object data=&#34;http:&#47;&#47;www.libology.com&#47;capital&#47;OpenBook500.jpg&#34; type=&#34;image&#47;jpg&#34; width=&#34;500&#34; height=&#34;364&#34;&gt; &lt;img src=&#34;http:&#47;&#47;www.libology.com&#47;capital&#47;OpenBook500.jpg&#34; width=&#34;500&#34; height=&#34;364&#34;&gt;&lt;&#47;img&gt; &lt;&#47;object&gt;&lt;div style=&#34;position: relative; top:-225px; left:-125px&#34;&gt;&lt;font size=&#34;+1&#34; font-family:&#34;Times New Roman&#34;,Georgia,Serif;&gt;A Gift from:&lt;&#47;font&gt;&lt;&#47;div&gt;&lt;div style=&#34;position: relative; top:-260px; left:125px&#34;&gt;&lt;font size=&#34;+2&#34; font-family:&#34;Times New Roman&#34;,Georgia,Serif;&gt;Josiah H.&lt;br &#47;&gt;Blackmore II&lt;&#47;font&gt;&lt;&#47;div&gt;&lt;&#47;center&gt;</p></blockquote>
<div id="attachment_3312" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.libology.com/blog/wp-content/uploads/2010/03/virtual-bookplate-screenshot.jpg"><img src="http://www.libology.com/blog/wp-content/uploads/2010/03/virtual-bookplate-screenshot-300x225.jpg" alt="Virtual Bookplate Screenshot" title="virtual-bookplate-screenshot" width="300" height="225" class="size-medium wp-image-3312" /></a><p class="wp-caption-text">Virtual Bookplate Screenshot</p></div>
<p>There are, I am sure, dozens of ways that one can use this hack to enhance the OPAC&#8230; these are just a start.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.libology.com%2Fblog%2F2010%2F03%2F16%2Fmash-up-the-opac.html&amp;linkname=Mash-Up%20the%20OPAC"><img src="http://www.libology.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.libology.com/blog/2010/03/16/mash-up-the-opac.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
<enclosure url="http://www.archive.org/download/MLKDream/MLKDream_64kb.mp3&amp;#34" length="7901102" type="audio/mpeg" />
		</item>
		<item>
		<title>PictureIt Rare Book Reader</title>
		<link>http://www.libology.com/blog/2010/03/11/pictureit-rare-book-reader.html</link>
		<comments>http://www.libology.com/blog/2010/03/11/pictureit-rare-book-reader.html#comments</comments>
		<pubDate>Thu, 11 Mar 2010 19:03:16 +0000</pubDate>
		<dc:creator>Rick Mason</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[Libraries]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Online Services]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[creative commons]]></category>
		<category><![CDATA[Electronic publishing]]></category>
		<category><![CDATA[John James Audubon]]></category>
		<category><![CDATA[Technology/Internet]]></category>
		<category><![CDATA[University of Michigan]]></category>

		<guid isPermaLink="false">http://www.libology.com/blog/?p=3295</guid>
		<description><![CDATA[The University of Michigan has unveiled the PictureIt Rare Book Reader, an on-screen reader that is similar to others that I have seen, but faster, smoother, and simply beautiful to see and use.
The first book available online is volume one of John James Audubon&#8217;s Birds of America:
The software will be released under a Creative Commons [...]]]></description>
			<content:encoded><![CDATA[<p>The University of Michigan has unveiled the <a href="http://www.lib.umich.edu/pictureit"><strong>PictureIt Rare Book Reader</strong></a>, an on-screen reader that is similar to others that I have seen, but faster, smoother, and simply beautiful to see and use.</p>
<p>The first book available online is volume one of John James Audubon&#8217;s Birds of America:</p>
<div id="attachment_3296" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.lib.umich.edu/pictureit/audubon_volume1.html"><img class="size-medium wp-image-3296" title="PictureIt" src="http://www.libology.com/blog/wp-content/uploads/2010/03/PictureIt-300x197.png" alt="PictureIt Rare Book Reader screenshot" width="300" height="197" /></a><p class="wp-caption-text">Click the image to open the reader</p></div>
<p>The software will be released under a <a href="http://creativecommons.org/licenses/by/3.0/deed.en">Creative Commons license</a> at some point in the future.</p>
<p><em>found via the <a href="http://mblog.lib.umich.edu/blt/archives/2010/03/pictureit_rare.html">Blog for Library Technology</a> </em></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.libology.com%2Fblog%2F2010%2F03%2F11%2Fpictureit-rare-book-reader.html&amp;linkname=PictureIt%20Rare%20Book%20Reader"><img src="http://www.libology.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.libology.com/blog/2010/03/11/pictureit-rare-book-reader.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Source Integrated Library Systems</title>
		<link>http://www.libology.com/blog/2010/03/02/open-source-integrated-library-system.html</link>
		<comments>http://www.libology.com/blog/2010/03/02/open-source-integrated-library-system.html#comments</comments>
		<pubDate>Tue, 02 Mar 2010 19:06:08 +0000</pubDate>
		<dc:creator>Rick Mason</dc:creator>
				<category><![CDATA[ILS]]></category>
		<category><![CDATA[Libraries]]></category>
		<category><![CDATA[Licensing]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[integrated library system]]></category>
		<category><![CDATA[Open source ILS]]></category>
		<category><![CDATA[Proverbial Lone Wolf Librarian]]></category>
		<category><![CDATA[Technology/Internet]]></category>

		<guid isPermaLink="false">http://www.libology.com/blog/?p=3288</guid>
		<description><![CDATA[Found a fantastic slideshow covering the basics of Open Source ILS software via the Proverbial Lone Wolf Librarian:
Open Source Integrated Library Systems
View more presentations from stellacomans.

Direct link to the slides on SlideShare
]]></description>
			<content:encoded><![CDATA[<p>Found a fantastic slideshow covering the basics of Open Source ILS software via the <a href="http://lonewolflibrarian.wordpress.com/2010/03/02/open-source-integrated-library-systems-03-02-10/">Proverbial Lone Wolf Librarian</a>:</p>
<div id="__ss_3303239" style="width: 425px;"><strong style="display: block; margin: 12px 0 4px;"><a title="Open Source Integrated Library Systems" href="http://www.slideshare.net/stellacomans/open-source-integrated-library-systems">Open Source Integrated Library Systems</a></strong><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=opensourceintegratedlibrarysystems-100228222521-phpapp02&amp;stripped_title=open-source-integrated-library-systems" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="355" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=opensourceintegratedlibrarysystems-100228222521-phpapp02&amp;stripped_title=open-source-integrated-library-systems" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<div style="padding: 5px 0 12px;">View more <a href="http://www.slideshare.net/">presentations</a> from <a href="http://www.slideshare.net/stellacomans">stellacomans</a>.</div>
</div>
<p><a href="http://www.slideshare.net/stellacomans/open-source-integrated-library-systems">Direct link to the slides on SlideShare</a></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.libology.com%2Fblog%2F2010%2F03%2F02%2Fopen-source-integrated-library-system.html&amp;linkname=Open%20Source%20Integrated%20Library%20Systems"><img src="http://www.libology.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.libology.com/blog/2010/03/02/open-source-integrated-library-system.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Accent Folding</title>
		<link>http://www.libology.com/blog/2010/02/28/accent-folding.html</link>
		<comments>http://www.libology.com/blog/2010/02/28/accent-folding.html#comments</comments>
		<pubDate>Mon, 01 Mar 2010 03:40:47 +0000</pubDate>
		<dc:creator>Rick Mason</dc:creator>
				<category><![CDATA[ILS]]></category>
		<category><![CDATA[Language]]></category>
		<category><![CDATA[Libraries]]></category>
		<category><![CDATA[Library 2.0]]></category>
		<category><![CDATA[OPAC]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Character sets]]></category>
		<category><![CDATA[Regular expression]]></category>
		<category><![CDATA[Typography]]></category>
		<category><![CDATA[Unicode]]></category>

		<guid isPermaLink="false">http://www.libology.com/blog/?p=3285</guid>
		<description><![CDATA[A List Apart has been a steady source of thought-provoking inspiration over the years, not only from a website building perspective, but also because much of what they publish crosses boundaries and impacts other projects and interests in my life.
Their current article, Accent Folding, greatly impacts library data in general, and library catalogs in particular.  [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.alistapart.com/">A List Apart</a> has been a steady source of thought-provoking inspiration over the years, not only from a website building perspective, but also because much of what they publish crosses boundaries and impacts other projects and interests in my life.</p>
<p>Their current article, <a href="http://www.alistapart.com/articles/accent-folding-for-auto-complete/"><strong>Accent Folding</strong></a>, greatly impacts library data in general, and library catalogs in particular.  It deals with the issue of Unicode and pattern recognition, namely how one creates search tools that allow for variations in how words containing accents, stress marks, and other non-ascii characters.  The most succinct example:</p>
<blockquote><p>There is no excuse for your software to play dumb when the user types “<strong>cafe</strong>”  instead of “<strong>café</strong>.”</p></blockquote>
<p>The article presents methods of &#8220;normalizing&#8221; text to allow for proper matching, and should be read by anyone who gets to deal with library data for reports and searching aids.  If you know how to use <a href="http://en.wikipedia.org/wiki/Regular_expression">regular expressions</a>, you will likely be in for a treat.</p>
<p>The other example they present, this time to demonstrate the limitations of accent folding, uses Japanese to illustrate just how differently the same data can be presented:</p>
<blockquote><p>These four sentences all say “Children like to watch television” in  Japanese:</p>
<ul>
<li><strong>Kanji</strong>: 子供はテレビを見るのが好きです。</li>
<li><strong>Hiragana</strong>: こども は てれび を みる の が すき です 。</li>
<li><strong>Romaji</strong>: kodomo wa terebi o miru noga suki desu.</li>
<li><strong>Cyrillic</strong>: кодомо ва тэрэби о миру нога суки дэсу.</li>
</ul>
</blockquote>
<p>Even if you don&#8217;t end up applying this directly to your work, the information in this article will help your appreciation for the challenges contained within your data, and how tough it can be to make it &#8220;just work&#8221; sometimes.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.libology.com%2Fblog%2F2010%2F02%2F28%2Faccent-folding.html&amp;linkname=Accent%20Folding"><img src="http://www.libology.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.libology.com/blog/2010/02/28/accent-folding.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Public Domain Manifesto</title>
		<link>http://www.libology.com/blog/2010/02/06/public-domain-manifesto.html</link>
		<comments>http://www.libology.com/blog/2010/02/06/public-domain-manifesto.html#comments</comments>
		<pubDate>Sat, 06 Feb 2010 22:11:33 +0000</pubDate>
		<dc:creator>Rick Mason</dc:creator>
				<category><![CDATA[Copyright]]></category>
		<category><![CDATA[Government]]></category>
		<category><![CDATA[History]]></category>
		<category><![CDATA[Libraries]]></category>
		<category><![CDATA[Licensing]]></category>
		<category><![CDATA[Manifesto]]></category>
		<category><![CDATA[public domain]]></category>
		<category><![CDATA[Public Domain Manifesto]]></category>

		<guid isPermaLink="false">http://www.libology.com/blog/?p=3281</guid>
		<description><![CDATA[The Public Domain Manifesto is an effort to describe the strengths of public domain, and to encourage support.
Some of the general principles:

The Public Domain is the rule, copyright protection is the exception.
Copyright protection should last only as long as necessary to achieve a reasonable compromise between protecting and rewarding the author for his intellectual labour [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.publicdomainmanifesto.org/"><strong>Public Domain Manifesto</strong></a> is an effort to describe the strengths of public domain, and to encourage support.</p>
<p>Some of the general principles:</p>
<ul>
<li>The Public Domain is the rule, copyright protection is the exception.</li>
<li>Copyright protection should last only as long as necessary to achieve a reasonable compromise between protecting and rewarding the author for his intellectual labour and safeguarding the public interest in the dissemination of culture and knowledge.</li>
<li>What is in the Public Domain must remain in the Public Domain.</li>
<li>The lawful user of a digital copy of a Public Domain work should be free to (re-)use, copy and modify such work.</li>
<li>Contracts or technical protection measures that restrict access to and re-use of Public Domain works must not be enforced.</li>
</ul>
<p>I recommend that you review the manifesto, and if you agree with it, show your support by signing it.</p>
<p><em>found via <a href="http://www.opensource.org/node/506">Open Source Initiative </a></em></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.libology.com%2Fblog%2F2010%2F02%2F06%2Fpublic-domain-manifesto.html&amp;linkname=Public%20Domain%20Manifesto"><img src="http://www.libology.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.libology.com/blog/2010/02/06/public-domain-manifesto.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ILS Turnover</title>
		<link>http://www.libology.com/blog/2010/02/06/ils-turnover.html</link>
		<comments>http://www.libology.com/blog/2010/02/06/ils-turnover.html#comments</comments>
		<pubDate>Sat, 06 Feb 2010 21:20:11 +0000</pubDate>
		<dc:creator>Rick Mason</dc:creator>
				<category><![CDATA[ILS]]></category>
		<category><![CDATA[Libraries]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Evergreen]]></category>
		<category><![CDATA[GuidePosts]]></category>
		<category><![CDATA[integrated library system]]></category>
		<category><![CDATA[koha]]></category>
		<category><![CDATA[lib-web-cats]]></category>
		<category><![CDATA[Library]]></category>
		<category><![CDATA[library technology]]></category>
		<category><![CDATA[SirsiDynix]]></category>
		<category><![CDATA[Technology/Internet]]></category>

		<guid isPermaLink="false">http://www.libology.com/blog/?p=3277</guid>
		<description><![CDATA[Library Technology Guides has a couple of interesting data sets that, in a limited way, shows some of the dynamic patterns in the Integrated Library System (ILS) market:
Integrated Library System turnover in 2009 (listed by the ILS migrated to)

Reverse Integrated Library system turnover in 2009 (listed by the ILS migrated from)
It is interesting to note [...]]]></description>
			<content:encoded><![CDATA[<p>Library Technology Guides has a couple of interesting data sets that, in a limited way, shows some of the dynamic patterns in the Integrated Library System (ILS) market:</p>
<p style="text-align: center;"><strong><a href="http://www.librarytechnology.org/ils-turnover.pl">Integrated Library System turnover in 2009</a> (listed by the ILS migrated to)<br />
</strong></p>
<p style="text-align: center;"><strong><a href="http://www.librarytechnology.org/ils-turnover-reverse.pl">Reverse Integrated Library system turnover in 2009</a> (listed by the ILS migrated from)</strong></p>
<p>It is interesting to note that a great deal of activity involves libraries moving to open source systems, mainly <a href="http://koha-community.org/">Koha</a> (143) or <a href="http://www.open-ils.org/">Evergreen</a> (92).  The top proprietary system is <a href="http://www.sirsidynix.com/Solutions/Products/integratedsystems.php">SirsiDynix&#8217;s Symphony</a> (84), but over 70 of those installations are from other SirsiDynix products.  After that, the numbers drop to the 40-something range.</p>
<p>Note that these only reflect libraries that have their relevant information listed in <a href="http://www.librarytechnology.org/libwebcats/"><strong>Lib-Web-Cats</strong></a>.   If your library isn&#8217;t listed, you should <a href="http://www.librarytechnology.org/lwc-submit-library.pl?SID=2010020628656005&amp;code="><strong>submit your information</strong></a>; if listed, you should double-check your information and update if necessary.</p>
<p><em>found via <a href="http://www.librarytechnology.org/blog.pl?ThreadID=151">GuidePosts </a></em></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.libology.com%2Fblog%2F2010%2F02%2F06%2Fils-turnover.html&amp;linkname=ILS%20Turnover"><img src="http://www.libology.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.libology.com/blog/2010/02/06/ils-turnover.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Passion Paradox</title>
		<link>http://www.libology.com/blog/2010/02/06/the-passion-paradox.html</link>
		<comments>http://www.libology.com/blog/2010/02/06/the-passion-paradox.html#comments</comments>
		<pubDate>Sat, 06 Feb 2010 16:54:51 +0000</pubDate>
		<dc:creator>Rick Mason</dc:creator>
				<category><![CDATA[Libraries]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[attitude]]></category>
		<category><![CDATA[Kenneth Eikenberry]]></category>
		<category><![CDATA[Library]]></category>
		<category><![CDATA[passion]]></category>
		<category><![CDATA[Productivity]]></category>

		<guid isPermaLink="false">http://www.libology.com/blog/?p=3275</guid>
		<description><![CDATA[This is a couple of months old, but it is worth highlighting:
Unlocking the Passion Paradox
Kenneth Eikenberry illustrates the benefits of being passionate about your work, and how one can encourage and develop those passions.
From the post:

When you are passionate about an activity, event or situation, your  satisfaction, success and productivity all skyrocket. If you [...]]]></description>
			<content:encoded><![CDATA[<p>This is a couple of months old, but it is worth highlighting:</p>
<p style="text-align: center;"><strong><a href="http://blog.kevineikenberry.com/communication/unlocking-the-passion-paradox/">Unlocking the Passion Paradox</a></strong></p>
<p style="text-align: left;">Kenneth Eikenberry illustrates the benefits of being passionate about your work, and how one can encourage and develop those passions.</p>
<p style="text-align: left;">From the post:</p>
<blockquote>
<p style="text-align: left;">When you are passionate about an activity, event or situation, your  satisfaction, success and productivity all skyrocket. If you want those  benefits more of the time, it isn’t enough to wait for that passionate  feeling; you must look for the opportunities, because until you look,  you won’t find your passion.</p>
</blockquote>
<p style="text-align: left;">He extols the benefits of having a good attitude, especially looking for the positive aspects of one&#8217;s work, as well as seeking out opportunities to apply your strengths through volunteer work or hobbies.  I can certainly vouch for these methods; they can certainly make a difference in your life, as well as providing benefits to others.</p>
<p style="text-align: left;"><em>found via <a href="http://librarygarden.net/2009/12/08/how-to-ignite-your-passion/">Library Garden</a></em></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.libology.com%2Fblog%2F2010%2F02%2F06%2Fthe-passion-paradox.html&amp;linkname=The%20Passion%20Paradox"><img src="http://www.libology.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.libology.com/blog/2010/02/06/the-passion-paradox.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The 7-per-cent Self-Checkout Solution</title>
		<link>http://www.libology.com/blog/2010/02/04/the-7-per-cent-self-checkout-solution.html</link>
		<comments>http://www.libology.com/blog/2010/02/04/the-7-per-cent-self-checkout-solution.html#comments</comments>
		<pubDate>Thu, 04 Feb 2010 05:35:56 +0000</pubDate>
		<dc:creator>Rick Mason</dc:creator>
				<category><![CDATA[ILS]]></category>
		<category><![CDATA[Libraries]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Ankeny Iowa]]></category>
		<category><![CDATA[Business/Finance]]></category>
		<category><![CDATA[Iowa]]></category>
		<category><![CDATA[Kirkendall Public Library]]></category>
		<category><![CDATA[Self checkout]]></category>
		<category><![CDATA[self-check]]></category>
		<category><![CDATA[tech support]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://www.libology.com/blog/?p=3273</guid>
		<description><![CDATA[The Kirkendall Public Library in Ankeny, Iowa wanted to install a self-checkout system.  The $23,000 price tag meant that, at best, they would need to wait until they could raise the money to purchase the system.
Eric Melton, circulation librarian and tech support for the library, came up with a solution:  he built a self-check system [...]]]></description>
			<content:encoded><![CDATA[<p>The Kirkendall Public Library in Ankeny, Iowa wanted to install a self-checkout system.  The $23,000 price tag meant that, at best, they would need to wait until they could raise the money to purchase the system.</p>
<p>Eric Melton, circulation librarian and tech support for the library, came up with a solution:  he built a self-check system for $1,500, less than 7% of the quoted cost for a purchased system.</p>
<p style="text-align: center;"><a href="http://www.desmoinesregister.com/article/20100202/NEWS/2020311/-1/AMES/Enterprising-Ankeny-librarian-builds-money-saving-kiosk"><strong>Enterprising Ankeny librarian builds money-saving kiosk</strong></a></p>
<p style="text-align: left;">How many opportunities can be discovered to save money in how we operate our libraries?  For most libraries, this is becoming more critical than ever.</p>
<p style="text-align: left;"><em>found via <a href="http://link.ixs1.net/s/ve?eli=l530741&amp;si=u219523601&amp;cfc=3html">AL Direct </a></em></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.libology.com%2Fblog%2F2010%2F02%2F04%2Fthe-7-per-cent-self-checkout-solution.html&amp;linkname=The%207-per-cent%20Self-Checkout%20Solution"><img src="http://www.libology.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.libology.com/blog/2010/02/04/the-7-per-cent-self-checkout-solution.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change and Trust</title>
		<link>http://www.libology.com/blog/2010/01/31/change-and-trust.html</link>
		<comments>http://www.libology.com/blog/2010/01/31/change-and-trust.html#comments</comments>
		<pubDate>Sun, 31 Jan 2010 04:23:12 +0000</pubDate>
		<dc:creator>Rick Mason</dc:creator>
				<category><![CDATA[Libraries]]></category>
		<category><![CDATA[Periodicals]]></category>
		<category><![CDATA[American University]]></category>
		<category><![CDATA[Bill Mayer]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[Trust]]></category>

		<guid isPermaLink="false">http://www.libology.com/blog/?p=3271</guid>
		<description><![CDATA[Bill Mayer, the University Librarian at American University, has been implementing some fairly radical (for libraries) changes in how the library exists on campus and interacts with the university community:
Next Steps : Change at American University
I really don&#8217;t have much of an opinion on any particular changes, mainly because I think that any library needs [...]]]></description>
			<content:encoded><![CDATA[<p>Bill Mayer, the University Librarian at American University, has been implementing some fairly radical (for libraries) changes in how the library exists on campus and interacts with the university community:</p>
<p style="text-align: center;"><a href="http://americanlibrariesmagazine.org/columns/next-steps-change-american-university"><strong>Next Steps : Change at American University</strong></a></p>
<p style="text-align: left;">I really don&#8217;t have much of an opinion on any particular changes, mainly because I think that any library needs to seek out the ways to best serve their community.  This means hanging on to traditional ways of service, while at the same time implementing out new tools and ways to connect people with what they seek.  The best results for this process will be different for different libraries and communities.</p>
<p style="text-align: left;">I was, however, impressed with his approach:</p>
<blockquote>
<p style="text-align: left;">&#8230;one word kept coming up over and over again: trust. “Trust is the most  important aspect of the work we do—without it, there can be no change,  no movement, no growth,” he said. I asked him how one goes about  building trust and his response was simple: listening. “You ask  questions and then you listen to what others say and suggest, and then  you build up together from there. That’s a key part. If an administrator  doesn’t ask, or even worse, asks but doesn’t include aspects that staff  suggest, then you lose trust.”</p>
</blockquote>
<p style="text-align: left;">If he walks that talk, then I think he has a good chance of finding the right balance for American University.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.libology.com%2Fblog%2F2010%2F01%2F31%2Fchange-and-trust.html&amp;linkname=Change%20and%20Trust"><img src="http://www.libology.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.libology.com/blog/2010/01/31/change-and-trust.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An Argument for Free High Speed Internet</title>
		<link>http://www.libology.com/blog/2010/01/28/an-argument-for-free-high-speed-internet.html</link>
		<comments>http://www.libology.com/blog/2010/01/28/an-argument-for-free-high-speed-internet.html#comments</comments>
		<pubDate>Thu, 28 Jan 2010 18:26:42 +0000</pubDate>
		<dc:creator>Rick Mason</dc:creator>
				<category><![CDATA[Libraries]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Online Services]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[Broadband Internet access]]></category>
		<category><![CDATA[Business/Finance]]></category>
		<category><![CDATA[Communication]]></category>
		<category><![CDATA[economy]]></category>
		<category><![CDATA[high-speed internet access]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[job search]]></category>
		<category><![CDATA[Labor]]></category>
		<category><![CDATA[Social Issues]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[Telecommunications]]></category>
		<category><![CDATA[unemployment]]></category>

		<guid isPermaLink="false">http://www.libology.com/blog/?p=3269</guid>
		<description><![CDATA[As the economy continues to remain weak and budgets tighten for public libraries, here is a study that should encourage any community of the value of high speed internet access via their libraries:
Internet Use and Job Search (pdf)
In a nutshell, the rate of &#8220;discouragement&#8221; (giving up hope for finding work) is reduced by 50% when [...]]]></description>
			<content:encoded><![CDATA[<p>As the economy continues to remain weak and budgets tighten for public libraries, here is a study that should encourage any community of the value of high speed internet access via their libraries:</p>
<p style="text-align: center;"><a href="http://www.phoenix-center.org/pcpp/PCPP39Final.pdf"><strong>Internet Use and Job Search </strong>(pdf)</a></p>
<p style="text-align: left;">In a nutshell, the rate of &#8220;discouragement&#8221; (giving up hope for finding work) is reduced by 50% when job seekers have high speed internet access, and is reduced by 30% when job seekers have access to dial-up internet.</p>
<p style="text-align: left;">This provides a justification for providing high speed access to the community, in that it will encourage not only a higher rate of employment, but also less desperation in those still seeking employment.</p>
<p style="text-align: left;">To take this one step further, I would suggest that providing training and support (perhaps through volunteers among job seekers) might improve a community&#8217;s results beyond the scope of the study.</p>
<p style="text-align: left;"><em>found via <a href="http://lisnews.org/npr_all_tech_considered_blog_study_finds_job_seekers_motivated_highspeed_internet">LISNews</a>, who found it via <a href="http://www.npr.org/blogs/alltechconsidered/2010/01/jobseekers_motivated_by_high_s.html">NPR</a></em></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.libology.com%2Fblog%2F2010%2F01%2F28%2Fan-argument-for-free-high-speed-internet.html&amp;linkname=An%20Argument%20for%20Free%20High%20Speed%20Internet"><img src="http://www.libology.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.libology.com/blog/2010/01/28/an-argument-for-free-high-speed-internet.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
