<?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.dltj.org/~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:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" version="2.0">

<channel>
	<title>Disruptive Library Technology Jester</title>
	
	<link>http://dltj.org</link>
	<description>We're Disrupted, We're Librarians, and We're Not Going to Take It Anymore</description>
	<lastBuildDate>Wed, 01 Sep 2010 00:20:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain="dltj.org" port="80" path="/?rsscloud=notify" registerProcedure="" protocol="http-post" />
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license>		<feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="disruptivelibrarytechnologyjester" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><thespringbox:skin xmlns:thespringbox="http://www.thespringbox.com/dtds/thespringbox-1.0.dtd">http://feeds.dltj.org/DisruptiveLibraryTechnologyJester?format=skin</thespringbox:skin><image><link>http://dltj.org/</link><url>http://dltj.org/wp-content/themes/elegantblue/jester_hat_64x64.png</url><title>The Jester's Cap</title></image><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.dltj.org/DisruptiveLibraryTechnologyJester" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">DisruptiveLibraryTechnologyJester</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Using Twitter For Service Outage Awareness</title>
		<link>http://dltj.org/article/twitter-for-outages/</link>
		<comments>http://dltj.org/article/twitter-for-outages/#comments</comments>
		<pubDate>Wed, 01 Sep 2010 00:20:32 +0000</pubDate>
		<dc:creator>Peter Murray</dc:creator>
				<category><![CDATA[Raw Technology]]></category>
		<category><![CDATA[dynamic-html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://dltj.org/?p=1661</guid>
		<description><![CDATA[Emily Clasper of the Suffolk County Library posted about some work she had done to embed status messages in the catalog using Twitter. This sounded like a really great idea because it is an out-of-band (e.g. something that doesn&#8217;t rely on OhioLINK infrastructure for reporting downtimes) way to get messages to member staff and users. [...]<p>Post from: <a href="http://dltj.org">Disruptive Library Technology Jester</a><br/><br/><a href="http://dltj.org/article/twitter-for-outages/">Using Twitter For Service Outage Awareness</a></p>
]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id ignore noPrint" title="http://dltj.org/?p=1661"><!-- &nbsp; --></abbr>
<p>Emily Clasper of the Suffolk County Library <a href="http://libraryrevolution.com/?p=202" title="Twitter in the Catalog – Part Deux | Library Revolution">posted about some work she had done to embed status messages in the catalog using Twitter</a>.  This sounded like a really great idea because it is an out-of-band (e.g. something that doesn&#8217;t rely on OhioLINK infrastructure for reporting downtimes) way to get messages to member staff and users.  But I didn&#8217;t get a chance to work on my implementation for a while, so for over a year ideas have bubbled around in my head about ways to apply this technique and improve on it.  I finally carved out some spare time to actually work on it, and came up with my take on the concept.  The result is the OhioLINK Status-Via-Twitter service.<div id="attachment_1670" class="wp-caption alignright" style="width: 310px"><a href="http://dltj.org/wp-content/uploads/2010/08/ohiolink_homepage_with_message.png"><img src="http://dltj.org/wp-content/uploads/2010/08/ohiolink_homepage_with_message-300x242.png" alt="" title="Demo of TwitterJS" width="300" height="242" class="size-medium wp-image-1670" /></a><p class="wp-caption-text">A demo of the TwitterJS implementation using a copy of the OhioLINK homepage.</p></div></p><p>In Emily&#8217;s approach to putting messages on public pages, the staff would first post a message to the public status Twitter account which would then be turned into a block of HTML inserted into the public catalog page via JavaScript.  The JavaScript would query the feed for the public status Twitter account and insert any tweets found there into the page.  When the information in the tweet is no longer needed, the library staff would delete the tweet.</p><p>In my conceptualization of this service, there would be individuals or agents other than the catalog JavaScript code that would be looking to the tweet stream for updates on services.  Those individuals and agents won&#8217;t know when a tweet is deleted, so an &#8220;all-clear&#8221; message needs to be posted to the tweet stream for those consumers.  And, of course, we wouldn&#8217;t want an &#8220;all-clear&#8221; tweet to be posted <i>ad infinitum</i> (or at least until the next service message) on public web pages.</p><p>I would also like to include the tweeted service messages on all pages on our site, not just the homepage.  But if we do that, then every page hit for one of our users would hit the Twitter API to get the tweets from the public status Twitter account&#8230;with possible privacy and capacity overloading concerns.  So there would need to be a way to cache messages from Twitter for a period of time.</p><p>In bulleted-point form, what I was looking for was:</p><ul><li>A bit of JavaScript that would dynamically insert HTML into a &lt;div&gt; tag that contains the text of tweets.</li><li>The script would not display tweets that contain a set phrase (e.g. &#8220;returned to normal&#8221;) or were older than a pre-defined period.</li><li>The script would cache messages as cookies and only read new messages from Twitter after a pre-defined period of time.</li><li>The script had to be compact and self-contained (e.g. not rely on external JavaScript libraries) for speed and simplicity.</li></ul><p><h2>The Implementation</h2><br />What I ended up doing was <a href="http://github.com/dltj/twitterjs" title="dltj's twitterjs at master - GitHub">adapting</a> JavaScript code by <a href="http://remysharp.com/2007/05/18/add-twitter-to-your-blog-step-by-step/" title="Add Twitter to your blog (step-by-step)">Remy Sharp</a> from his <a href="http://code.google.com/p/twitterjs/" title="twitterjs - Project Hosting on Google Code">twitterjs</a> project.  Modifications include the ability to pass a parameter to limit the number of hours a tweet will be shown before it is ignored (the <strong>ignoreOlderThan</strong> parameter) and to truncate the display of tweets if a particular string is used (the <strong>stopIfSeen</strong> parameter) as well as the caching function.  The code is posted on GitHub at <a href="http://github.com/dltj/twitterjs" title="dltj's twitterjs at master - GitHub">http://github.com/dltj/twitterjs</a>.</p><p>The <a href="http://github.com/dltj/twitterjs/blob/OhioLINK-Prod/src/twitter.js#L472" title="Line 472 of twitter.js on the OhioLINK-Prod branch of twitterjs">bottom of &#8216;twitter.js&#8217; in the <em>OhioLINK-Prod</em> branch</a> of the twitterjs project has an example of how to configure the JavaScript function.  It looks like this:</p>
<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;">getTwitters<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'ohiolinkstatus'</span><span style="color: #339933;">,</span> <span style="color: #009900;">&#123;</span>       <span style="color: #006600; font-style: italic;">// &lt;div&gt; to insert text</span>
  id<span style="color: #339933;">:</span> <span style="color: #3366CC;">'OhioLINKstatus'</span><span style="color: #339933;">,</span>               <span style="color: #006600; font-style: italic;">// Twitter id</span>
  count<span style="color: #339933;">:</span> <span style="color: #CC0000;">20</span><span style="color: #339933;">,</span>                          <span style="color: #006600; font-style: italic;">// Maximum number of tweets to show</span>
  ignoreReplies<span style="color: #339933;">:</span> <span style="color: #003366; font-weight: bold;">true</span><span style="color: #339933;">,</span>                <span style="color: #006600; font-style: italic;">// Ignore @-replies (true or false)</span>
  ignoreOlderThan<span style="color: #339933;">:</span> <span style="color: #CC0000;">36</span><span style="color: #339933;">*</span><span style="color: #CC0000;">60</span><span style="color: #339933;">*</span><span style="color: #CC0000;">60</span><span style="color: #339933;">,</span>          <span style="color: #006600; font-style: italic;">// Ignore tweets older than this (in minutes)</span>
  stopIfSeen<span style="color: #339933;">:</span> <span style="color: #3366CC;">'returned to normal'</span><span style="color: #339933;">,</span>   <span style="color: #006600; font-style: italic;">// Stop display tweets if this text is in tweet</span>
  cookiePrefix<span style="color: #339933;">:</span> <span style="color: #3366CC;">'TwitterJS'</span><span style="color: #339933;">,</span>          <span style="color: #006600; font-style: italic;">// Preface cookies with this prefix</span>
  cookieDomain<span style="color: #339933;">:</span> <span style="color: #3366CC;">'dltj.org'</span><span style="color: #339933;">,</span>           <span style="color: #006600; font-style: italic;">// Cookies stored for this domain</span>
  cookieRefresh<span style="color: #339933;">:</span> <span style="color: #CC0000;">5</span>                    <span style="color: #006600; font-style: italic;">// How often to check tweets (in minutes)</span>
<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;&lt;/</span>div<span style="color: #339933;">&gt;</span></pre></div></div>
<p>To make this work on your pages, you&#8217;d need to follow these steps:</p><ol><li>Download the <a href="http://github.com/dltj/twitterjs/raw/master/src/twitter.js" title="twitter.js">twitter.js file</a> from GitHub.  At the end of this file, add the configuration to match your needs.  At a minimum, change <code>cookieDomain</code> to match the domain of your website, or this won&#8217;t work.  You probably also want to change the <code>id</code> unless you want to monitor OhioLINK services. <sup><a href="http://dltj.org/article/twitter-for-outages/#footnote_0_1661" id="identifier_0_1661" class="footnote-link footnote-identifier-link" title="Note that at the time this is being posted, OhioLINK is not using this in production so don&amp;#8217;t rely on this Twitter ID for actual outage messages.">1</a></sup></li><li>Download the <a href="http://github.com/dltj/twitterjs/raw/master/test/twitter.css" title="twitter.css">CSS file for twitterjs</a> and modify to your tastes.</li><li>(Optional Step) Run your JavaScript through <a href="http://jscompress.com/" title="Minify Javascript Online / Online JavaScript Packer">JSMinify</a> to reduce its size to increase website performance.  Do <a href="http://refresh-sf.com/yui/" title="Online YUI Compressor">the same</a> for the CSS file.</li><li>Upload the JavaScript and CSS files to your website.</li><li>Add these lines to the &lt;head&gt; section of any page you want to use this:
<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">    &lt;link rel=&quot;stylesheet&quot; href=&quot;http://your.host.name/your.directory/twitter.css&quot; type=&quot;text/css&quot; media=&quot;screen&quot; charset=&quot;utf-8&quot; /&gt;
	&lt;script src=&quot;http://your.host.name/your.directory/twitter.js&quot; type=&quot;text/javascript&quot; charset=&quot;utf-8&quot;&gt;&lt;/script&gt;</pre></div></div>
</li><li>Add this line to the &lt;body&gt; section of the document where you want the tweets to appear:
<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">    &lt;div class=&quot;twitters&quot; id=&quot;ohiolinkstatus&quot;&gt;&lt;/div&gt;</pre></div></div>
<p>  <em>Be sure</em> the <code>id</code> attribute value matches the first parameter of the <code>getTwitters()</code> function call in the first step.</li></ol><p><code>getTwitters()</code> will run the main body of code after the page is finished loading.  If it finds a twitterjs cookie for the current domain, it replaces whatever is inside the &lt;div&gt; with that information.  If it doesn&#8217;t find a twitterjs cookie or the cookie has expired, it pulls the feed of tweets, parses them, stashes the value into a domain cookie (even if the value is the empty string), and replaces whatever is inside the &lt;div&gt;.</p><p>For extra credit, note that you can do a lot of styling with the CSS file.  For instance, the version of this I&#8217;m demoing at OhioLINK has an GIF encoded as Base64 data in the background of the unordered list of tweets.  (We do the Base64 encoding like this to avoid the overhead of another round-trip back to the webserver to get the small graphic.)  You can create your own graphic, translate it using <a href="http://www.google.com/search?q=base64+encoder" title="base64 encoder - Google Search">a Base64 encoder</a>, and replace that value.</p><p>If you end up using this, please let me know in the comments.</p><h2>Footnotes</h2><ol class="footnotes"><li id="footnote_0_1661" class="footnote">Note that at the time this is being posted, OhioLINK is not using this in production so don&#8217;t rely on this Twitter ID for actual outage messages.</li></ol><p>Post from: <a href="http://dltj.org">Disruptive Library Technology Jester</a><br/><br/><a href="http://dltj.org/article/twitter-for-outages/">Using Twitter For Service Outage Awareness</a></p>
<div class="feedflare">
<a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=ycsPb3S4HA0:FYPA7iHSvBU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=ycsPb3S4HA0:FYPA7iHSvBU:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=ycsPb3S4HA0:FYPA7iHSvBU:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=ycsPb3S4HA0:FYPA7iHSvBU:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?i=ycsPb3S4HA0:FYPA7iHSvBU:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=ycsPb3S4HA0:FYPA7iHSvBU:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=ycsPb3S4HA0:FYPA7iHSvBU:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?i=ycsPb3S4HA0:FYPA7iHSvBU:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=ycsPb3S4HA0:FYPA7iHSvBU:ACf-c_HutVc"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?d=ACf-c_HutVc" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=ycsPb3S4HA0:FYPA7iHSvBU:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?i=ycsPb3S4HA0:FYPA7iHSvBU:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=ycsPb3S4HA0:FYPA7iHSvBU:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?i=ycsPb3S4HA0:FYPA7iHSvBU:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=ycsPb3S4HA0:FYPA7iHSvBU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?i=ycsPb3S4HA0:FYPA7iHSvBU:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=ycsPb3S4HA0:FYPA7iHSvBU:H329GK52Scs"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?d=H329GK52Scs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/DisruptiveLibraryTechnologyJester/~4/ycsPb3S4HA0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dltj.org/article/twitter-for-outages/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>RDA-as-Service Only</title>
		<link>http://dltj.org/article/rda-as-service-only/</link>
		<comments>http://dltj.org/article/rda-as-service-only/#comments</comments>
		<pubDate>Sun, 27 Jun 2010 13:40:19 +0000</pubDate>
		<dc:creator>Peter Murray</dc:creator>
				<category><![CDATA[Raw Technology]]></category>
		<category><![CDATA[description]]></category>
		<category><![CDATA[Resource Description and Access]]></category>
		<category><![CDATA[standards]]></category>

		<guid isPermaLink="false">http://dltj.org/?p=1650</guid>
		<description><![CDATA[At the ALA Annual Conference exhibit floor I got my first chance to see the RDA Toolkit. RDA is &#8220;Resource Description and Access&#8221; &#8212; the new standard for bibliographic description of content. So this was the first time I really got to look at the RDA Toolkit. (By the way, you can look at it, [...]<p>Post from: <a href="http://dltj.org">Disruptive Library Technology Jester</a><br/><br/><a href="http://dltj.org/article/rda-as-service-only/">RDA-as-Service Only</a></p>
]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id ignore noPrint" title="http://dltj.org/?p=1650"><!-- &nbsp; --></abbr>
<p>At the <acronym title="American Library Association">ALA</acronym> Annual Conference exhibit floor I got my first chance to see the <a href="http://www.rdatoolkit.org/" title="RDA: Resource Description &amp;amp; Access Toolkit" rel="homepage">RDA Toolkit</a>.  RDA is &#8220;Resource Description and Access&#8221; &#8212; the new standard for bibliographic description of content.  So this was the first time I really got to look at the RDA Toolkit.  (By the way, you can <a href="http://access.rdatoolkit.org/" title="RDA Toolkit">look at it</a>, too, during an open trial access period that runs through the end of August by <a href="http://www.rdatoolkit.org/openaccess/" title="Complimentary Open-Access Period">signing up for it</a>.)  What really struck in me the demonstration, though, was that the site is as much a subscription to access the content of the <acronym title="Resource Description and Access">RDA</acronym> standard as it is a subscription to a delivery service with functions and features that go beyond the text of the standard itself.  The text of the standard will be available in printed form, but one cannot get an electronic copy of the standard itself.  This strikes me as sort of weird, so this blog post talks through that weirdness feeling.</p><p>I&#8217;m trying to think of another example of a standard that inseparable from a delivery system for the standard, and I can&#8217;t think of any.  Now granted, that the RDA Toolkit website has some very nice features for interlinking between documents, for creating local &#8220;workflows&#8221; and &#8220;mappings&#8221; for local activities, and creating group subscription-specific links to local documents.  But this decision to only allow electronic access to the standard through this subscription service that requires an annual fee feels uncomfortable.  Like I don&#8217;t really have access to the standard.  Like it was a decision to limit competition for other delivery mechanisms to make sure a rather lucrative ongoing income through the RDA Toolkit website.</p><p>Also weird is the answer to the question &#8220;<a href="http://www.rdatoolkit.org/faq#HowDoesSiteCalculate" title="Customer Service Frequently Asked Questions | www.rdatoolkit.org">How does the site calculate the number of concurrent users?</a>&#8220;.  The notion of &#8220;concurrent users&#8221; is pretty hard in the web space because in the normal mode of operation there isn&#8217;t an ongoing connection between a user&#8217;s browser and the content server.  There is a connection to deliver the HTML, associated graphics and other page content when a user initially asks for the page.  But while the user is reading the page there is no ongoing connection between browser and server.  I would expect to see mention in this section of &#8220;a concurrent user is counted for five minutes from when the browser last accesses the server&#8221; but that isn&#8217;t there. </p><p>Has anyone else thought about this, or is it getting discussed elsewhere?  I may write more here as I have a chance to think about it and talk with others about it.</p><p><h2>Update: Monday, June 28th</h2><br /><div class="wp-caption alignright" style="width: 250px"><a href="http://www.flickr.com/photos/datagazetteer/4743058092/" title="CC:DA Meeting on Flickr - Photo Sharing!"><img height="180" width="240" alt="" src="http://farm5.static.flickr.com/4080/4743058092_a6542bea99_m.jpg" title="CC:DA Meeting"/></a></p><p><a href="http://www.flickr.com/photos/datagazetteer/4743061050/" title="CC:DA Meeting on Flickr - Photo Sharing!"><img height="180" width="240" alt="" src="http://farm5.static.flickr.com/4120/4743061050_aaa76c5b00_m.jpg" title="CC:DA Meeting"/></a><p class="wp-caption-text">CC:DA Meeting with Ron Murray's FRBR Paper Tool documents spread out on the floor </p></div> As it happens, I was at the <acronym title="Committee on Cataloging: Description and Access">CC:DA</acronym> meeting on Monday morning to see Ron Murray&#8217;s <a href="http://dltj.org/article/thinking-about-bibliographic-networks/" title="From 'Moby-Dick' To 'Mash-Ups:' Thinking About Bibliographic Networks at ALA Annual 2010 | DLTJ.org">talk on network structures of <acronym title="Functional Requirements for Bibliographic Records">FRBR</acronym> entities</a>, and right afterwards was an update on the RDA Toolkit site by Don Chatham, Associate Executive Director at ALA Publishing Services.  I got to ask the question about electronic access to the standard, and it seems to be something they are considering.  He said they designed the interface to be optimized for the ruleset, but they might consider an e-book format.  I pressed about getting access to the raw document to create other derivatives.  The canonical file is in XML format with a very complicated structure, and they use that to create the derivatives (the preprints that have been released over the past year or so, RDA Toolkit site, and the planned print version).  They have been so busy getting the RDA Toolkit site up that they have not considered other modes of distribution (including the newly announced print version) until recently.  It also isn&#8217;t clear what the licensing terms would be for the electronic version.</p><p>Some other interesting facts.  There have been 2,200 requests for trial access.  (I wish they wouldn&#8217;t call it &#8220;open access&#8221; because that phrase has other connotations, but what can you do&#8230;)  About 2/3rds of the trial access requests were for institutional accounts.  53% came from the United States; 11% from Australia; 10% from Canada; 4% from the U.K.  Creating these trial access accounts has been a manual process, and there is  a backlog at the moment.  (I signed up for trial access on Saturday and I haven&#8217;t heard back yet &#8212; probably because all the people who would act on that request are here at ALA.)</p><p>There was discussion about the update process for the standard.  They are taking a very deliberate approach to start with &#8212; thinking that even minor typographical changes might have major conceptual impacts &#8212; so they won&#8217;t make any changes without <acronym title="Joint Steering Committee"><a href="http://www.rda-jsc.org/" title="Joint Steering Committee for the Development of RDA">JSC</a></acronym> approval.  On the service side, there are plans to enhance the site with multiple translations and more user configurable options.  There is also the print version, but no date or pricing information has been set.  (The cost of the print version will probably be in the $150 range.)  They are also preparing help guides and mechanisms for deep linking into the RDA Toolkit site and for advanced searching.</p><p>Post from: <a href="http://dltj.org">Disruptive Library Technology Jester</a><br/><br/><a href="http://dltj.org/article/rda-as-service-only/">RDA-as-Service Only</a></p>
<div class="feedflare">
<a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=WWsgwVT8Xoc:n8uHwO8110c:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=WWsgwVT8Xoc:n8uHwO8110c:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=WWsgwVT8Xoc:n8uHwO8110c:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=WWsgwVT8Xoc:n8uHwO8110c:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?i=WWsgwVT8Xoc:n8uHwO8110c:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=WWsgwVT8Xoc:n8uHwO8110c:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=WWsgwVT8Xoc:n8uHwO8110c:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?i=WWsgwVT8Xoc:n8uHwO8110c:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=WWsgwVT8Xoc:n8uHwO8110c:ACf-c_HutVc"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?d=ACf-c_HutVc" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=WWsgwVT8Xoc:n8uHwO8110c:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?i=WWsgwVT8Xoc:n8uHwO8110c:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=WWsgwVT8Xoc:n8uHwO8110c:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?i=WWsgwVT8Xoc:n8uHwO8110c:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=WWsgwVT8Xoc:n8uHwO8110c:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?i=WWsgwVT8Xoc:n8uHwO8110c:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=WWsgwVT8Xoc:n8uHwO8110c:H329GK52Scs"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?d=H329GK52Scs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/DisruptiveLibraryTechnologyJester/~4/WWsgwVT8Xoc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dltj.org/article/rda-as-service-only/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>From “Moby-Dick” To “Mash-Ups:” Thinking About Bibliographic Networks at ALA Annual 2010</title>
		<link>http://dltj.org/article/thinking-about-bibliographic-networks/</link>
		<comments>http://dltj.org/article/thinking-about-bibliographic-networks/#comments</comments>
		<pubDate>Fri, 25 Jun 2010 02:18:41 +0000</pubDate>
		<dc:creator>Peter Murray</dc:creator>
				<category><![CDATA[Raw Technology]]></category>
		<category><![CDATA[ALA Annual Conference 2010]]></category>
		<category><![CDATA[description]]></category>
		<category><![CDATA[frbr]]></category>
		<category><![CDATA[mashup]]></category>
		<category><![CDATA[Object Reuse and Exchange]]></category>
		<category><![CDATA[presentation]]></category>
		<category><![CDATA[semanticweb]]></category>

		<guid isPermaLink="false">http://dltj.org/?p=1644</guid>
		<description><![CDATA[Ron Murray and Barbara Tillett, both from the Library of Congress, are presenting their research in thinking about bibliographic information as networks of interrelated nodes at ALA Annual. This is a continuation of their &#8220;paper tool&#8221; work which was presented at the Library of Congress last year.The title of the presentation is From “Moby-Dick” To [...]<p>Post from: <a href="http://dltj.org">Disruptive Library Technology Jester</a><br/><br/><a href="http://dltj.org/article/thinking-about-bibliographic-networks/">From “Moby-Dick” To “Mash-Ups:” Thinking About Bibliographic Networks at ALA Annual 2010</a></p>
]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id ignore noPrint" title="http://dltj.org/?p=1644"><!-- &nbsp; --></abbr>
<p>Ron Murray and Barbara Tillett, both from the Library of Congress, are presenting their research in thinking about bibliographic information as networks of interrelated nodes at ALA Annual.  This is a continuation of <a href="http://dltj.org/article/frbr-paper-tool-presentation/">their &#8220;paper tool&#8221; work</a> which was presented at the Library of Congress last year.</p><p>The title of the presentation is <em>From “Moby-Dick” To “Mash-Ups:” Thinking About Bibliographic Networks</em>.  The presentation will be Monday, June 28, 2010 at 8:05 a.m. in the Hyatt Regency Washington on Capitol Hill, Yorktown/Valley Forge Rooms.  The presentation is scheduled to go for 75 minutes.<br /><!-- more --><br />Presentation Summary: Traditional and contemporary attempts to identify and describe simple and complex bibliographic resources have overlooked useful and powerful possibilities, due to the insufficient modeling of “bibliographic things of interest.” The presentation will introduce a resource description approach that remodels and strengthens FRBR by borrowing key concepts from Information Science and the History of Science. The presentation will reveal portions of a network of bibliographic (and other useful) relationships between printings of Melville’s novel dating from 1851-1975 into the present.  In addition, structural similarities between the print publication network and the multimedia “mash-ups” seen on YouTube and other websites will be demonstrated and discussed.</p><p>Post from: <a href="http://dltj.org">Disruptive Library Technology Jester</a><br/><br/><a href="http://dltj.org/article/thinking-about-bibliographic-networks/">From “Moby-Dick” To “Mash-Ups:” Thinking About Bibliographic Networks at ALA Annual 2010</a></p>
<div class="feedflare">
<a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=39IGK5ykXKQ:EK_Xpm74Mf8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=39IGK5ykXKQ:EK_Xpm74Mf8:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=39IGK5ykXKQ:EK_Xpm74Mf8:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=39IGK5ykXKQ:EK_Xpm74Mf8:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?i=39IGK5ykXKQ:EK_Xpm74Mf8:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=39IGK5ykXKQ:EK_Xpm74Mf8:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=39IGK5ykXKQ:EK_Xpm74Mf8:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?i=39IGK5ykXKQ:EK_Xpm74Mf8:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=39IGK5ykXKQ:EK_Xpm74Mf8:ACf-c_HutVc"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?d=ACf-c_HutVc" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=39IGK5ykXKQ:EK_Xpm74Mf8:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?i=39IGK5ykXKQ:EK_Xpm74Mf8:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=39IGK5ykXKQ:EK_Xpm74Mf8:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?i=39IGK5ykXKQ:EK_Xpm74Mf8:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=39IGK5ykXKQ:EK_Xpm74Mf8:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?i=39IGK5ykXKQ:EK_Xpm74Mf8:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=39IGK5ykXKQ:EK_Xpm74Mf8:H329GK52Scs"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?d=H329GK52Scs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/DisruptiveLibraryTechnologyJester/~4/39IGK5ykXKQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dltj.org/article/thinking-about-bibliographic-networks/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>“What Is Your Library Doing about Emerging Technologies?”</title>
		<link>http://dltj.org/article/ala2010-program/</link>
		<comments>http://dltj.org/article/ala2010-program/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 01:38:06 +0000</pubDate>
		<dc:creator>Peter Murray</dc:creator>
				<category><![CDATA[Meeting]]></category>
		<category><![CDATA[ALA Annual Conference 2010]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[emerging technology]]></category>
		<category><![CDATA[Library and Information Technology Association]]></category>
		<category><![CDATA[presentation]]></category>

		<guid isPermaLink="false">http://dltj.org/?p=1638</guid>
		<description><![CDATA[At the American Library Association conference this weekend, I&#8217;ll be part of a panel presentation from the LITA Emerging Technologies Interest Group with the title &#8220;What Is Your Library Doing about Emerging Technologies?&#8221; The presentation will be on Saturday, June 26 from 1:30pm to 3:30pm in room 103B of the Washington Convention Center. The publicity [...]<p>Post from: <a href="http://dltj.org">Disruptive Library Technology Jester</a><br/><br/><a href="http://dltj.org/article/ala2010-program/">&#8220;What Is Your Library Doing about Emerging Technologies?&#8221;</a></p>
]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id ignore noPrint" title="http://dltj.org/?p=1638"><!-- &nbsp; --></abbr>
<p>At the American Library Association conference this weekend, I&#8217;ll be part of a panel presentation from the <acronym title="Library and Information Technology Association"><a href="http://www.lita.org/" title="Library and Information Technology Association homepage" rel="homepage">LITA</a></acronym> <a href="http://connect.ala.org/node/66489" title="Emerging Technologies Interest Group (LITA - Library &amp; Information Technology Association) | ALA Connect">Emerging Technologies Interest Group</a> with the title &#8220;<a href="http://connect.ala.org/node/104303" title="ALA 2010 Program: &quot;What Is Your Library Doing about Emerging Technologies?&quot; | ALA Connect">What Is Your Library Doing about Emerging Technologies?</a>&#8221;  The presentation will be on Saturday, June 26 from 1:30pm to 3:30pm in room 103B of the Washington Convention Center.  The publicity blurb:<br /><blockquote>A new job title of “Emerging Technology Librarian” seems to reflect an awareness among today’s libraries that there is a need for a librarians whose main role is to explore, evaluate, promote, and implement various emerging technologies.  19 librarians in different fields of librarianship at academic, school, and public libraries will discuss the topic of emerging technologies at libraries, their evaluation, implementation, adoption, and management challenges. </p></blockquote><p><!-- more --><br />My panel group met by conference call this afternoon to discuss the topic, and I came away feeling great about the synergy of this group.  The panel style is the panelists responding to a question from the moderator and reactions from each other with time for questions from the audience.  No canned presentations!</p><p>Thanks to <a href="http://connect.ala.org/user/68988" title="Bohyun Kim | ALA Connect">Bohyun Kim</a> from Florida International University for setting up the panel discussion.</p><p>Post from: <a href="http://dltj.org">Disruptive Library Technology Jester</a><br/><br/><a href="http://dltj.org/article/ala2010-program/">&#8220;What Is Your Library Doing about Emerging Technologies?&#8221;</a></p>
<div class="feedflare">
<a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=y6PUAMPef04:JYtyvl5H2U0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=y6PUAMPef04:JYtyvl5H2U0:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=y6PUAMPef04:JYtyvl5H2U0:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=y6PUAMPef04:JYtyvl5H2U0:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?i=y6PUAMPef04:JYtyvl5H2U0:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=y6PUAMPef04:JYtyvl5H2U0:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=y6PUAMPef04:JYtyvl5H2U0:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?i=y6PUAMPef04:JYtyvl5H2U0:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=y6PUAMPef04:JYtyvl5H2U0:ACf-c_HutVc"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?d=ACf-c_HutVc" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=y6PUAMPef04:JYtyvl5H2U0:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?i=y6PUAMPef04:JYtyvl5H2U0:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=y6PUAMPef04:JYtyvl5H2U0:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?i=y6PUAMPef04:JYtyvl5H2U0:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=y6PUAMPef04:JYtyvl5H2U0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?i=y6PUAMPef04:JYtyvl5H2U0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=y6PUAMPef04:JYtyvl5H2U0:H329GK52Scs"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?d=H329GK52Scs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/DisruptiveLibraryTechnologyJester/~4/y6PUAMPef04" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dltj.org/article/ala2010-program/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bandwidth of Large Airplanes</title>
		<link>http://dltj.org/article/bandwidth-of-large-airplanes/</link>
		<comments>http://dltj.org/article/bandwidth-of-large-airplanes/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 01:40:55 +0000</pubDate>
		<dc:creator>Peter Murray</dc:creator>
				<category><![CDATA[Raw Technology]]></category>
		<category><![CDATA[internet2]]></category>
		<category><![CDATA[networking]]></category>

		<guid isPermaLink="false">http://dltj.org/?p=1600</guid>
		<description><![CDATA[Back in the early days of this blog, I had a post on Buzzwords Galore and Bandwidth that May Rival Your Station Wagon. The topic was a &#8220;hybrid optical and packet network&#8221; being deployed by Internet2 in 2006, and in the tail end of the post text I explained the reference to the station wagon [...]<p>Post from: <a href="http://dltj.org">Disruptive Library Technology Jester</a><br/><br/><a href="http://dltj.org/article/bandwidth-of-large-airplanes/">Bandwidth of Large Airplanes</a></p>
]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id ignore noPrint" title="http://dltj.org/?p=1600"><!-- &nbsp; --></abbr>
<p>Back in the early days of this blog, I had a post on <a href="http://dltj.org/article/internet2-hopi-network/" title="DLTJ Blog Post: Buzzwords Galore and Bandwidth that May Rival Your Station Wagon">Buzzwords Galore and Bandwidth that May Rival Your Station Wagon</a>.  The topic was a &#8220;hybrid optical and packet network&#8221; being deployed by Internet2 in 2006, and in the tail end of the post text I explained the reference to the station wagon part of the post title:<br /><blockquote> When you think you have a really zippy network connection, someone will (should?) bring up an <a href="http://www.bpfh.net/sysadmin/never-underestimate-bandwidth.html" title="Never underestimate the bandwidth....">old internet adage</a> which says “Never underestimate the bandwidth of a station wagon full of tapes.”</p></blockquote><p>  In the post comments, Walt Crawford asked &#8220;How about a 747 full of BluRay discs?&#8221;  I must have been bored, because <a href="http://dltj.org/article/internet2-hopi-network/#comment-2142">I calculated that bandwidth as 37Tb/s</a>, and I even showed my work.  Last week an internet citizen going by the name &#8220;Steveo&#8221; <a href="http://dltj.org/article/internet2-hopi-network/#comment-72083">updated the table</a> for an <a href="http://www.aerospace-technology.com/projects/airbus_a380/" title="Airbus A380-800F Wide-Bodied Freighter">Airbus A38-800F</a>.  He (or she) and I arrived at different numbers (Steveo seems to have mistaken cubic feet for cubic meters in the calculation and didn&#8217;t update the maximum airspeed figure), so perhaps it is time to revisit this topic.  (And while we&#8217;re at it, we&#8217;ll throw in numbers for Boeing&#8217;s latest freighter aircraft: the 747-8F.)</p><table><thead><tr><th></th><th valign="bottom"><a href="http://www.boeing.com/commercial/747family/freighter/index.html" title="Boeing 747-400 Freighter Family">Boeing 747-400F</a></th><th valign="bottom"><a href="http://www.boeing.com/commercial/747family/747-8_facts.html" title="Boeing 747-8 Intercontinental and 747-8 Freighter">Boeing 747-8, Freighter</a></th><th valign="bottom"><a href="http://www.airbus.com/en/aircraftfamilies/a380/a380f/home/" title="Airbus A380F">Airbus A380-800F</a> (proposed)</th></tr></thead><tbody><tr class="odd"><td>Cargo capacity of aircraft, in cargo configuration, in cubic meters</td><td align="right"><a href="http://www.boeing.com/commercial/747family/pf/pf_400f_prod.html" title="Boeing Commercial Airplanes -- 747 Freighter Technical Characteristics"><span class="sourceLink">Source</span></a><sup><a href="http://dltj.org/article/bandwidth-of-large-airplanes/#footnote_0_1600" id="identifier_0_1600" class="footnote-link footnote-identifier-link" title="The original posting listed 159 as the capacity using a source that is no longer on the web.  According to the Boeing site, 159 is the capacity of the lower deck, which doesn&amp;#8217;t include the 605 cubic meters of capacity on the main deck.  Go figure.">1</a></sup> &nbsp;&nbsp;764</td><td align="right"><a href="http://www.boeing.com/commercial/747family/747-8_fact_sheet.html" title="Boeing 747-8 Fact Sheet"><span class="sourceLink">Source</span></a>&nbsp;&nbsp;857.7</td><td align="right"><a href="http://www.aerospace-technology.com/projects/airbus_a380/" title="Airbus A380-800F Wide-Bodied Freighter"><span class="sourceLink">Source</span></a>&nbsp;&nbsp;1,134</td></tr><tr><td>Volume of a carton of 200 slim jewel cases (53cm by 26cm by 15.5cm), <a href="http://www.wolframalpha.com/input/?i=cubic+meter+volume+of+a+cube+53+cm+by+26+cm+by+15.5+cm" title="cubic meter volume of a cube 53 cm by 26 cm by 15.5 cm - Wolfram|Alpha">in cubic meters</a>&nbsp;&nbsp;<a href="http://yfdvd.en.alibaba.com/product/50050678/50231342/CD_Cases/5_2mm_Slim_CD_Case.html" title="Detailed info for 5.2mm Slim CD Jewel Case,CD holder,5.2mm Slim CD Jewel Case,YF-E24D on Alibaba.com"><span class="sourceLink">Source</span></a></td><td align="center" colspan="3">&nbsp;-&nbsp;-&nbsp;-&nbsp;-&nbsp;-&nbsp;-&nbsp;-&nbsp;-&nbsp;0.021359&nbsp;-&nbsp;-&nbsp;-&nbsp;-&nbsp;-&nbsp;-&nbsp;-&nbsp;-&nbsp;</td></tr><tr class="odd"><td>Number of cartons of slim jewel cases per aircraft</td><td align="right">35,769</td><td align="right">40,156</td><td align="right">53,092</td></tr><tr><td>Number of slim jewel cases, each with one Blu-ray DVD, per aircraft</td><td align="right">7,153,800</td><td align="right">8,031,200</td><td align="right">10,618,400</td></tr><tr class="odd"><td>Data capacity of one Blu-ray DVD, dual layer, in Gigabytes&nbsp;&nbsp;<a href="http://www.blu-ray.com/faq/#bluray_capacity_data" title="Blu-ray FAQ"><span class="sourceLink">Source</span></a></td><td align="center" colspan="3">&nbsp;-&nbsp;-&nbsp;-&nbsp;-&nbsp;-&nbsp;-&nbsp;-&nbsp;-&nbsp;50&nbsp;-&nbsp;-&nbsp;-&nbsp;-&nbsp;-&nbsp;-&nbsp;-&nbsp;-&nbsp;</td></tr><tr><td>Same, in Gigabits (8 bits per byte)</td><td align="center" colspan="3">&nbsp;-&nbsp;-&nbsp;-&nbsp;-&nbsp;-&nbsp;-&nbsp;-&nbsp;-&nbsp;400&nbsp;-&nbsp;-&nbsp;-&nbsp;-&nbsp;-&nbsp;-&nbsp;-&nbsp;-&nbsp;</td></tr><tr class="odd"><td>Data capacity of one aircraft, in the cargo configuration, filled with dual-layer Blu-ray DVDs in slim jewel cases, in gigabits</td><td align="right">2,851,520,000</td><td align="right">3,212,480,000</td><td align="right">4,247,360,000</td></tr><tr><td>Maximum cruising speed of aircraft, in knots</td><td align="right"><a href="http://www.airliners.net/aircraft-data/stats.main?id=100" title="Boeing 747-400 | Airliners.net"><span class="sourceLink">Source</span></a>&nbsp;&nbsp;507</td><td align="right"><a href="http://www.boeing.com/commercial/747family/747-8_fact_sheet.html" rel="nofollow" title="Boeing 747-8 Fact Sheet"><span class="sourceLink">Source</span></a><sup><a href="http://dltj.org/article/bandwidth-of-large-airplanes/#footnote_1_1600" id="identifier_1_1600" class="footnote-link footnote-identifier-link" title="Converted from Mach to knots via Google.">2</a></sup>&nbsp;&nbsp;559</td><td align="right"><a href="http://www.aerospace-technology.com/projects/airbus_a380/specs.html" rel="nofollow" title="Specifications: Airbus A380-800F Wide-Bodied Freighter"><span class="sourceLink">Source</span></a><sup><a href="http://dltj.org/article/bandwidth-of-large-airplanes/#footnote_2_1600" id="identifier_2_1600" class="footnote-link footnote-identifier-link" title="&amp;#8220;Maximum Level Speed&amp;#8221; from specs converted from mach to knots via Google.">3</a></sup>&nbsp;&nbsp;589</td></tr><tr class="odd"><td>Flight time between New York’s JFK airport and Los Angeles’ LAX airport at maximum cruising, in seconds<sup><a href="http://dltj.org/article/bandwidth-of-large-airplanes/#footnote_3_1600" id="identifier_3_1600" class="footnote-link footnote-identifier-link" title="&amp;#8220;Includes 15 minute bias&amp;#8221;">4</a></sup></td><td align="right"><a href="http://www.airrouting.com/content/TimeDistanceForm.aspx?__EVENTTARGET=&amp;__EVENTARGUMENT=&amp;__VIEWSTATE=%2FwEPDwUKMTc5NDA3Mzg0NWRkiNLSAWDfhkw1vjYUq4%2Bf5%2FFERGA%3D&amp;__EVENTVALIDATION=%2FwEWBgLmhKjYAgKw5o7sCQKl0K2%2FDQLk4daGDgLY7aXMBALc09TDBfiq%2FElvteLG94cR98Y8oxeXwGWX&amp;ctl00%24ContentPlaceHolder1%24txtDepartureICAO=JFK&amp;ctl00%24ContentPlaceHolder1%24txtArrivalICAO=LAX&amp;ctl00%24ContentPlaceHolder1%24txtAirSpeed=507&amp;ctl00%24ContentPlaceHolder1%24BtnSubmit=Submit" title="Time and Distance Calculator Results: JFK to LAX at 507 knots"><span class="sourceLink">Source</span></a>&nbsp;&nbsp;16,200</td><td align="right"><a href="http://www.airrouting.com/content/TimeDistanceForm.aspx?__EVENTTARGET=&amp;__EVENTARGUMENT=&amp;__VIEWSTATE=%2FwEPDwUKMTc5NDA3Mzg0NWRkiNLSAWDfhkw1vjYUq4%2Bf5%2FFERGA%3D&amp;__EVENTVALIDATION=%2FwEWBgLmhKjYAgKw5o7sCQKl0K2%2FDQLk4daGDgLY7aXMBALc09TDBfiq%2FElvteLG94cR98Y8oxeXwGWX&amp;ctl00%24ContentPlaceHolder1%24txtDepartureICAO=JFK&amp;ctl00%24ContentPlaceHolder1%24txtArrivalICAO=LAX&amp;ctl00%24ContentPlaceHolder1%24txtAirSpeed=559&amp;ctl00%24ContentPlaceHolder1%24BtnSubmit=Submit" title="Time and Distance Calculator Results: JFK to LAX at 559 knots"><span class="sourceLink">Source</span></a>&nbsp;&nbsp;14,760</td><td align="right"><a href="http://www.airrouting.com/content/TimeDistanceForm.aspx?__EVENTTARGET=&amp;__EVENTARGUMENT=&amp;__VIEWSTATE=%2FwEPDwUKMTc5NDA3Mzg0NWRkiNLSAWDfhkw1vjYUq4%2Bf5%2FFERGA%3D&amp;__EVENTVALIDATION=%2FwEWBgLmhKjYAgKw5o7sCQKl0K2%2FDQLk4daGDgLY7aXMBALc09TDBfiq%2FElvteLG94cR98Y8oxeXwGWX&amp;ctl00%24ContentPlaceHolder1%24txtDepartureICAO=JFK&amp;ctl00%24ContentPlaceHolder1%24txtArrivalICAO=LAX&amp;ctl00%24ContentPlaceHolder1%24txtAirSpeed=589&amp;ctl00%24ContentPlaceHolder1%24BtnSubmit=Submit" title="Time and Distance Calculator Results: JFK to LAX at 589 knots"><span class="sourceLink">Source</span></a>&nbsp;&nbsp;14,040</td></tr><tr><td>Bandwidth of cargo aircraft filled to capacity with Blu-ray discs in slim jewel cases traveling at maximum rated cruising speed between John F Kennedy Intl airport and Los Angeles Intl airport, in gigabits per second</td><td align="right"><strong>176,637</strong></td><td align="right"><strong>217,648</strong></td><td align="right"><strong>302,519</strong></td></tr></tbody></table><p><div id="attachment_1628" class="wp-caption alignright" style="width: 160px"><a href="http://www.boeing.com/commercial/747family/freighter/freighter4.html" title="Boeing: Commercial Airplanes - 747-400 Freighters"><img src="http://dltj.org/wp-content/uploads/2010/06/400f_k61246_n-150x150.jpg" alt="Picture of the Main Cargo Deck of a Boeing 747-400F" title="Main Cargo Deck of a Boeing 747-400F" width="150" height="150" class="size-thumbnail wp-image-1628" /></a><p class="wp-caption-text">Boeing 747-400F Main Cargo Deck. How many rectangular boxes can we fit in a round space?</p></div>As with the first post, this of course assumes a negligible time to load and unload said Boeing 747-400, no airport congestion, a frictionless plane and a perfect spherical earth, along with several other typical <a href="http://www.halexandria.org/dward125.htm" title="Physics &#038;039;Assumptions&#038;039;">assumptions from the world of physics</a>.  It also assumes that your can fit rectangular-shaped cartons in a cargo space that is clearly curved while still maximizing space.  Check my math and let me know if I made a mistake.  </p><p>Now, by contrast, the latest notice I could find of high-speed data transfer over a network was a mention in December last year.  In a press release from Caltech with the title &#8220;<a href="http://media.caltech.edu/press_releases/13309" title="High Energy Physicists Set New Record for Network Data Transfer -  Caltech">High Energy Physicists Set New Record for Network Data Transfer</a>&#8221; is this paragraph:<br /><blockquote>The focus of the exhibit was the [High Energy Physics] team&#8217;s record-breaking demonstration of storage-to-storage data transfer over wide area networks from two racks of servers and a network switch-router on the exhibit floor [of SuperComputing 2009 in Portland, Oregon]. The high-energy physics team&#8217;s demonstration, &#8220;Moving Towards Terabit/Sec Transfers of Scientific Datasets: The LHC Challenge,&#8221; achieved a bidirectional peak throughput of 119 gigabits per second (Gbps) and a data flow of more than 110 Gbps that could be sustained indefinitely among clusters of servers on the show floor and at Caltech, Michigan, San Diego, Florida, Fermilab, Brookhaven, CERN, Brazil, Korea, and Estonia.</p></blockquote><p>So, 110 Gbps from a network and 217,648 Gbps from a Boeing 747-8 Freighter.  (We&#8217;re not counting yet the capacity of the theoretical Airbus A380-800F.) Only three orders of magnitude before the proverbial station wagon full of tapes is put to rest.  </p><p><h2>Updates</h2><br /><em>10-Jun-2010</em>. If you have read this far, be sure to check out <a href="http://walt.lishost.org/2010/06/bandwidth-of-large-airplanes-take-2/" title="Bandwidth of Large Airplanes, Take 2 from Walt at Random">&#8220;Bandwidth of Large Airplanes, Take 2&#8243;</a> by Walt Crawford.  He takes on the points of 100-disc spindles, 2TB hard drives, and whether weight is a limiting factor in this scheme.  Thanks, Walt!</p><h2>Footnotes</h2><ol class="footnotes"><li id="footnote_0_1600" class="footnote">The original posting listed 159 as the capacity using a source that is no longer on the web.  According to the <a href="http://www.boeing.com/commercial/747family/pf/pf_400f_prod.html" title="Boeing Commercial Airplanes -- 747 Freighter Technical Characteristics">Boeing site</a>, 159 is the capacity of the lower deck, which doesn&#8217;t include the 605 cubic meters of capacity on the main deck.  Go figure.</li><li id="footnote_1_1600" class="footnote"><a href="http://www.google.com/search?q=Mach+0.845+in+knots" title="Mach 0.845 in knots - Google Search">Converted from Mach to knots via Google</a>.</li><li id="footnote_2_1600" class="footnote">&#8220;Maximum Level Speed&#8221; from specs <a href="http://www.google.com/search?q=Mach+0.89+in+knots" title="Mach 0.89 in knots - Google Search">converted from mach to knots via Google</a>.</li><li id="footnote_3_1600" class="footnote">&#8220;Includes 15 minute bias&#8221;</li></ol><p>Post from: <a href="http://dltj.org">Disruptive Library Technology Jester</a><br/><br/><a href="http://dltj.org/article/bandwidth-of-large-airplanes/">Bandwidth of Large Airplanes</a></p>
<div class="feedflare">
<a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=Pu-n4pILEn4:AjuYwL9i7dk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=Pu-n4pILEn4:AjuYwL9i7dk:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=Pu-n4pILEn4:AjuYwL9i7dk:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=Pu-n4pILEn4:AjuYwL9i7dk:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?i=Pu-n4pILEn4:AjuYwL9i7dk:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=Pu-n4pILEn4:AjuYwL9i7dk:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=Pu-n4pILEn4:AjuYwL9i7dk:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?i=Pu-n4pILEn4:AjuYwL9i7dk:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=Pu-n4pILEn4:AjuYwL9i7dk:ACf-c_HutVc"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?d=ACf-c_HutVc" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=Pu-n4pILEn4:AjuYwL9i7dk:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?i=Pu-n4pILEn4:AjuYwL9i7dk:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=Pu-n4pILEn4:AjuYwL9i7dk:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?i=Pu-n4pILEn4:AjuYwL9i7dk:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=Pu-n4pILEn4:AjuYwL9i7dk:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?i=Pu-n4pILEn4:AjuYwL9i7dk:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=Pu-n4pILEn4:AjuYwL9i7dk:H329GK52Scs"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?d=H329GK52Scs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/DisruptiveLibraryTechnologyJester/~4/Pu-n4pILEn4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dltj.org/article/bandwidth-of-large-airplanes/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>OhioLINK Seeks Executive Director</title>
		<link>http://dltj.org/article/ohiolink-seeks-executive-director-position-description/</link>
		<comments>http://dltj.org/article/ohiolink-seeks-executive-director-position-description/#comments</comments>
		<pubDate>Tue, 08 Jun 2010 14:58:08 +0000</pubDate>
		<dc:creator>Peter Murray</dc:creator>
				<category><![CDATA[L/IS Profession]]></category>
		<category><![CDATA[academic libraries]]></category>
		<category><![CDATA[Higher Education]]></category>
		<category><![CDATA[jobs]]></category>
		<category><![CDATA[OhioLINK]]></category>

		<guid isPermaLink="false">http://dltj.org/?p=1604</guid>
		<description><![CDATA[OhioLINK, my employer, is seeking nominations and applications for the position of Executive Director. The search is being conducted with the assistance of Brill Neumann Associates, and the position description is linked from their current searches page (direct link to PDF, cached link to PDF).Post from: Disruptive Library Technology JesterOhioLINK Seeks Executive Director<p>Post from: <a href="http://dltj.org">Disruptive Library Technology Jester</a><br/><br/><a href="http://dltj.org/article/ohiolink-seeks-executive-director-position-description/">OhioLINK Seeks Executive Director</a></p>
]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id ignore noPrint" title="http://dltj.org/?p=1604"><!-- &nbsp; --></abbr>
<p><a href="http://www.ohiolink.edu/" title="OhioLINK &ndash; The Ohio Library and Information Network" rel="homepage">OhioLINK</a>, my employer, is seeking nominations and applications for the position of Executive Director.  The search is being conducted with the assistance of Brill Neumann Associates, and the position description is linked from <a href="http://www.brillneumann.com/searches.html" title="Open Searches - Brill Neumann - Executive Search Consulting">their current searches page</a> (<a href="http://www.brillneumann.com/pdf/ohiolink_pd.pdf" title="OhioLINK Executive Director Position Description">direct link to PDF</a>, <a href="http://dltj.org/wp-content/uploads/2010/06/ohiolink_pd.pdf" title="OhioLINK Executive Director Position Description">cached link to PDF</a>).</p><p>Post from: <a href="http://dltj.org">Disruptive Library Technology Jester</a><br/><br/><a href="http://dltj.org/article/ohiolink-seeks-executive-director-position-description/">OhioLINK Seeks Executive Director</a></p>
<div class="feedflare">
<a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=ll-qg3DetBk:06SOcCrjcOc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=ll-qg3DetBk:06SOcCrjcOc:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=ll-qg3DetBk:06SOcCrjcOc:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=ll-qg3DetBk:06SOcCrjcOc:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?i=ll-qg3DetBk:06SOcCrjcOc:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=ll-qg3DetBk:06SOcCrjcOc:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=ll-qg3DetBk:06SOcCrjcOc:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?i=ll-qg3DetBk:06SOcCrjcOc:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=ll-qg3DetBk:06SOcCrjcOc:ACf-c_HutVc"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?d=ACf-c_HutVc" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=ll-qg3DetBk:06SOcCrjcOc:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?i=ll-qg3DetBk:06SOcCrjcOc:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=ll-qg3DetBk:06SOcCrjcOc:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?i=ll-qg3DetBk:06SOcCrjcOc:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=ll-qg3DetBk:06SOcCrjcOc:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?i=ll-qg3DetBk:06SOcCrjcOc:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=ll-qg3DetBk:06SOcCrjcOc:H329GK52Scs"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?d=H329GK52Scs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/DisruptiveLibraryTechnologyJester/~4/ll-qg3DetBk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dltj.org/article/ohiolink-seeks-executive-director-position-description/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amazon Catalog Updates</title>
		<link>http://dltj.org/article/amazon-catalog-updates/</link>
		<comments>http://dltj.org/article/amazon-catalog-updates/#comments</comments>
		<pubDate>Thu, 13 May 2010 02:19:19 +0000</pubDate>
		<dc:creator>Peter Murray</dc:creator>
				<category><![CDATA[Blue Sky]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[crowdsourcing]]></category>
		<category><![CDATA[metadata]]></category>
		<category><![CDATA[openlibrary]]></category>

		<guid isPermaLink="false">http://dltj.org/?p=1564</guid>
		<description><![CDATA[Did you know that Amazon offers a facility to make corrections to its catalog? Somewhere in the past few months someone mentioned this to me and I tried it out. (Unfortunately, it has been long enough now that I&#8217;ve forgotten who told me; if you are the one, please fess up in this post&#8217;s comments [...]<p>Post from: <a href="http://dltj.org">Disruptive Library Technology Jester</a><br/><br/><a href="http://dltj.org/article/amazon-catalog-updates/">Amazon Catalog Updates</a></p>
]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id ignore noPrint" title="http://dltj.org/?p=1564"><!-- &nbsp; --></abbr>
<p>Did you know that Amazon offers a facility to make corrections to its catalog?  Somewhere in the past few months someone mentioned this to me and I tried it out.  (<del datetime="2010-05-14T13:34:39+00:00">Unfortunately, it has been long enough now that I&#8217;ve forgotten who told me; if you are the one, please fess up in <a href="http://dltj.org/article/amazon-catalog-updates/#respond">this post&#8217;s comments section</a>.</del> <ins datetime="2010-05-14T13:34:39+00:00">It was Ron Murray from the Library of Congress.  Thanks, Ron!</ins>)  And it works!  Is this a model for crowdsourced corrections to library data?<br /><span id="more-1564"></span><br />Here is how it looks from a user&#8217;s perspective.</p><p><h2>Step 1. Finding something to correct</h2><br />Amazon has a pretty good catalog, so for the purposes of demonstrating this feature it took a while to find a record to correct.  I used the suggestions from <a href="http://librarytypos.blogspot.com/" title="Typo of the day for librarians">Typo of the Day for Librarians</a> for ideas of errors to look for in the Amazon catalog.  One of the suggested typos was <a href="http://librarytypos.blogspot.com/2010/03/sucess-etc-for-success-etc.html" title="Typo of the day for librarians: Sucess*, etc. (for Success, etc.)">Sucess*, etc. (for Success , etc.)</a>, and I found a record for <a href="http://www.amazon.com/How-Talk-Anyone-Success-Relationships/dp/1593160267/" title="Amazon product page for &#039;How to Talk to Anyone&#039;">How to Talk to Anyone: 62 Little Tricks for Big Success in Relationships</a> in audio CD format with this misspelling.  As this image shows, the original title was &#8220;How to Talk to Anyone: 62 Little Tricks for Big <em>Sucess</em> in Relationships&#8221;<br /><div id="attachment_1583" class="wp-caption aligncenter" style="width: 682px"><a href="http://dltj.org/wp-content/uploads/2010/05/amazon-page-with-typo.png"><img src="http://dltj.org/wp-content/uploads/2010/05/amazon-page-with-typo-cropped.png" alt="" title="Amazon page for &#039;How to Talk to Anyone&#039; with typo" class="size-full wp-image-1583" width="672" height="396"/></a><p class="wp-caption-text">Amazon page for 'How to Talk to Anyone' with typo</p></div></p><p><h2>Step 2. Making the Correction</h2><br />In the &#8220;Product Details&#8221; section of the Amazon catalog page is a link to &#8220;update product info&#8221;<br /><div id="attachment_1586" class="wp-caption aligncenter" style="width: 682px"><a href="http://dltj.org/wp-content/uploads/2010/05/amazon-page-with-typo.png"><img src="http://dltj.org/wp-content/uploads/2010/05/amazon-page-with-typo-cropped-2.png" alt="" title="Excerpt of Amazon product information page with the &#039;update product info&#039; link highlighted" class="size-full wp-image-1586" width="672" height="328"/></a><p class="wp-caption-text">Excerpt of Amazon product information page with the 'update product info' link highlighted</p></div><br />Following that link takes you to a form that is prefilled with all of the information from the Amazon catalog.  You can make your corrections here and provide citation URLs to reference the source of the correct information.  (In the excerpt of the form on this page only the Title and Reference sections are show.  Click through the image to see the full version of the form.)<br /><div id="attachment_1587" class="wp-caption aligncenter" style="width: 830px"><a href="http://dltj.org/wp-content/uploads/2010/05/amazon-catalog-update-form.png"><img src="http://dltj.org/wp-content/uploads/2010/05/amazon-catalog-update-form-cropped.png" alt="" title="Excerpt of Amazon Catalog Update Form" class="size-full wp-image-1587" width="820" height="573"/></a><p class="wp-caption-text">Excerpt of Amazon Catalog Update Form</p></div><br />You are given a chance to preview your changes before submitting them.  Note in this case that the reference URL I&#8217;m using is actually a link to the cover image for this item at Amazon.  A bit of neat symmetry there, I figure.<br /><div id="attachment_1589" class="wp-caption aligncenter" style="width: 830px"><a href="http://dltj.org/wp-content/uploads/2010/05/amazon-catalog-update-preview.png"><img src="http://dltj.org/wp-content/uploads/2010/05/amazon-catalog-update-preview-cropped.png" alt="" title="Preview of Amazon Catalog Updates" class="size-full wp-image-1589" width="820" height="400"/></a><p class="wp-caption-text">Preview of Amazon Catalog Updates</p></div><br />After submitting the changes, you get a nice &#8220;thank you&#8221; from Amazon for making their service better.<br /><div id="attachment_1590" class="wp-caption aligncenter" style="width: 830px"><a href="http://dltj.org/wp-content/uploads/2010/05/amazon-catalog-update-submitted.png"><img src="http://dltj.org/wp-content/uploads/2010/05/amazon-catalog-update-submitted-cropped.png" alt="" title="Submission confirmation page from Amazon Catalog Update service" class="size-full wp-image-1590" width="820" height="145"/></a><p class="wp-caption-text">Submission confirmation page from Amazon Catalog Update service</p></div></p><p><h2>Step 3. Getting Confirmation from Amazon</h2><br />After a bit &#8212; mere hours in my case &#8212; Amazon will send you a confirmation back that the correction has been accepted.</p><blockquote><p>From: &#8220;gfix-noreply@amazon.com&#8221; <gfix -noreply@amazon.com><br />To: &#8220;peter@OhioLINK.edu&#8221;<peter @OhioLINK.edu&gt;<br />Subject: Your Amazon.com Catalog Update Request</p><p>==== This is an automated response message - please do not reply ====</p><p>Thank you for using the Catalog Update Form to send suggestions for</p><p>How to Talk to Anyone: 62 Little Tricks for Big Sucess in Relationships (ASIN 1593160267)</p><p>Your update has been accepted and processed. It will appear online within the next two to three business days.<br />Attribute: Title<br />Current value:<br />How to Talk to Anyone: 62 Little Tricks for Big Sucess in Relationships </p><p>Your suggestion:<br />How to Talk to Anyone: 62 Little Tricks for Big Success in Relationships </p><p>Data accuracy is highly important to us. We appreciate the time you have taken to submit your updates to us.</p><p>Best regards,</p><p>Catalog Department<br />www.amazon.com</p></blockquote><p>And if you go to this <a href="http://www.amazon.com/How-Talk-Anyone-Success-Relationships/dp/1593160267/" title="http://www.amazon.com/How-Talk-Anyone-Success-Relationships/dp/1593160267/">product page now</a> you&#8217;ll see the title has been corrected.</p><p><h2>Would this Work for Libraries?</h2><br />Now Amazon must have some resources backing up this service to do the verification of submissions.  And it makes sense for them because corrected metadata makes it easier for their products to be found and purchased.  If libraries were to consider providing an equivalent service for our metadata, could we justify the costs?  Is this a good use of our time and effort?</p><p>If we were to do it, I think it might have to be done by a bibliographic utility like OCLC who has ways to push the updated records to member libraries.  Otherwise we run the risk of diluting the corrections across many individual library catalogs.  Interestingly, this sort of user-generated correction facility one that the <a href="http://openlibrary.org/" title="Open Library homepage" rel="homepage">Open Library</a> already provides. (Open Library is a wiki-like service that offers the ability for anyone to make changes to its records, much like how <a href="http://en.wikipedia.org/wiki/Welcome_to_Wikipedia" title="http://en.wikipedia.org/wiki/Welcome_to_Wikipedia">anyone can edit articles on Wikipedia</a>.)  So between Amazon and Open Library there is a continuum of workflows of mediated corrections to unmediated corrections for us to consider.  This scheme, of course, begs us to consider the notion of <a href="http://journal.code4lib.org/articles/86" title="The Code4Lib Journal &amp;#8211; Distributed Version Control and Library Metadata">distributed version control systems for handling our bibliographic data</a> so that changes can be merged across many sources.</p><p>Lots to think about&#8230;</peter></gfix></p></blockquote><p>Post from: <a href="http://dltj.org">Disruptive Library Technology Jester</a><br/><br/><a href="http://dltj.org/article/amazon-catalog-updates/">Amazon Catalog Updates</a></p>
<div class="feedflare">
<a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=nPJdXYik3RI:0iVckLCJJpI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=nPJdXYik3RI:0iVckLCJJpI:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=nPJdXYik3RI:0iVckLCJJpI:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=nPJdXYik3RI:0iVckLCJJpI:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?i=nPJdXYik3RI:0iVckLCJJpI:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=nPJdXYik3RI:0iVckLCJJpI:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=nPJdXYik3RI:0iVckLCJJpI:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?i=nPJdXYik3RI:0iVckLCJJpI:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=nPJdXYik3RI:0iVckLCJJpI:ACf-c_HutVc"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?d=ACf-c_HutVc" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=nPJdXYik3RI:0iVckLCJJpI:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?i=nPJdXYik3RI:0iVckLCJJpI:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=nPJdXYik3RI:0iVckLCJJpI:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?i=nPJdXYik3RI:0iVckLCJJpI:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=nPJdXYik3RI:0iVckLCJJpI:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?i=nPJdXYik3RI:0iVckLCJJpI:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=nPJdXYik3RI:0iVckLCJJpI:H329GK52Scs"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?d=H329GK52Scs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/DisruptiveLibraryTechnologyJester/~4/nPJdXYik3RI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dltj.org/article/amazon-catalog-updates/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>UDL: Universal Design…for Libraries?</title>
		<link>http://dltj.org/article/universal-design-for-libraries/</link>
		<comments>http://dltj.org/article/universal-design-for-libraries/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 15:38:49 +0000</pubDate>
		<dc:creator>Peter Murray</dc:creator>
				<category><![CDATA[L/IS Profession]]></category>
		<category><![CDATA[academic libraries]]></category>
		<category><![CDATA[Higher Education]]></category>
		<category><![CDATA[universal design]]></category>

		<guid isPermaLink="false">http://dltj.org/?p=1577</guid>
		<description><![CDATA[This week I was at the Multiple Perspectives on Access, Inclusion, and Disability annual conference conference at the Ohio State University and was reminded again about the principles of Universal Design. The presentation was &#8220;Universal Design: Ensuring Access to All Learners&#8221; by Maria Morin from Project Enhance at the University of Texas &#8212; Pan American. [...]<p>Post from: <a href="http://dltj.org">Disruptive Library Technology Jester</a><br/><br/><a href="http://dltj.org/article/universal-design-for-libraries/">UDL: Universal Design&#8230;for Libraries?</a></p>
]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id ignore noPrint" title="http://dltj.org/?p=1577"><!-- &nbsp; --></abbr>
<p>This week I was at the <a href="http://ada.osu.edu/conferences/2010Conf/main10.html" title="ADA: Multiple Perspectives on Access, Inclusion, and Disability conference homepage">Multiple Perspectives on Access, Inclusion, and Disability</a> annual conference conference at the Ohio State University and was reminded again about the principles of Universal Design.  The presentation was &#8220;Universal Design: Ensuring Access to All Learners&#8221; by Maria Morin from <a href="http://portal.utpa.edu/utpa_main/daa_home/hshs_home/hshs_rehab/rehab_projects/enhance_project" title="Project Enhance Homepage">Project Enhance</a> at the University of Texas &#8212; Pan American.  Although she talked about <a href="http://www.cast.org/research/udl/index.html" title="CAST: What is Universal Design for Learning?">Universal Design for <em>Learning</em></a> (encompassing assessments, instructional delivery and resource presentation), there was a point in her presentation that I snapped to Universal Design for <em>Libraries</em>.<br /><!--break--><br />Here were the two slides:</p><blockquote><p><b>Universal Design for Learning is about Options!</b><ul><li>Representation refers to how one can design and deliver information to the class.</li><li>Engagement refers to how students participate in class.</li><li>Expression refers to how one can ask students to demonstrate what they have learned.</li></ul></blockquote><blockquote><p><b>Options&gt;&gt;&gt;&gt;&gt;&gt;</b><ul><li>Multiple ways of REPRESENTATION to give learners various ways of acquiring information and knowledge.</li><li>Multiple ways of EXPRESSION provide learners alternatives for demonstrating what they know.</li><li>Multiple ways of ENGAGEMENT to tap into learners&#8217; interest, challenging them appropriately, and motivate them to learn.</li></ul></blockquote><p>Are there ways that we can provide options for multiple ways of representation, expression and engagement in the services we provide?  A quick <a href="http://www.google.com/search?q=Universal+Design+for+Libraries" title="Google search for Universal Design for Libraries">Google search for Universal Design for Libraries</a> has some interesting possibilities, including a checklist from the <a href="http://www.washington.edu/doit/Brochures/Academics/equal_access_lib.html" title="Equal Access: Universal Design of Libraries">University of Washington <acronym title="Disabilities, Opportunities, Internetworking, and Technology ">DO-IT</acronym> office</a> and an <a href="http://www.ala.org/ala/newspresscenter/news/pressreleases2009/september2009/mwuniversaldesign.cfm" title="ALA | Universal design best practices to be presented, discussed at 2010 ASCLA Midwinter Institute">announcement about an ALA <acronym title="Association of Specialized and Cooperative Library Agencies">ASCLA</acronym> Midwinter 2010 institute</a>.  Is anyone else thinking about this?</p><p>The Seven Principles of Universal Design, as offered in a handy bookmark from the presentation by the Project Enhance folks, are:</p><ol type="1" start="1"><li>Equitable Use: The design is useful and marketable to people with diverse abilities.</li><li>Flexibility in Use: The design accommodates a wide range of individual preferences and abilities. </li><li>Simple and Intuitive: Use of the design is easy to understand, regardless of the user&#8217;s experience, knowledge, language skills, or current concentration level. </li><li>Perceptible Information: The design communicates necessary information effectively to the user, regardless of ambient conditions or the user&#8217;s sensory abilities.</li><li>Tolerance for Error: The design minimizes hazards and the adverse consequences of accidental or unintended actions. </li><li>Low Physical Effort: The design can be used efficiently and comfortably and with a minimum of fatigue.</li><li>Size and Space for Approach and Use: Appropriate size and space is provided for approach, reach, manipulation, and use regardless of user&#8217;s body size, posture, or mobility.</li></ol><p>As we design information systems, certainly the first five of these seven apply to us.  And, as is the hallmark of Universal Design, are useful for not only people with disabilities but for everyone one in general.</p><p>Post from: <a href="http://dltj.org">Disruptive Library Technology Jester</a><br/><br/><a href="http://dltj.org/article/universal-design-for-libraries/">UDL: Universal Design&#8230;for Libraries?</a></p>
<div class="feedflare">
<a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=NJBNNT1KkxY:IbPImArI3fo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=NJBNNT1KkxY:IbPImArI3fo:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=NJBNNT1KkxY:IbPImArI3fo:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=NJBNNT1KkxY:IbPImArI3fo:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?i=NJBNNT1KkxY:IbPImArI3fo:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=NJBNNT1KkxY:IbPImArI3fo:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=NJBNNT1KkxY:IbPImArI3fo:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?i=NJBNNT1KkxY:IbPImArI3fo:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=NJBNNT1KkxY:IbPImArI3fo:ACf-c_HutVc"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?d=ACf-c_HutVc" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=NJBNNT1KkxY:IbPImArI3fo:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?i=NJBNNT1KkxY:IbPImArI3fo:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=NJBNNT1KkxY:IbPImArI3fo:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?i=NJBNNT1KkxY:IbPImArI3fo:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=NJBNNT1KkxY:IbPImArI3fo:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?i=NJBNNT1KkxY:IbPImArI3fo:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=NJBNNT1KkxY:IbPImArI3fo:H329GK52Scs"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?d=H329GK52Scs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/DisruptiveLibraryTechnologyJester/~4/NJBNNT1KkxY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dltj.org/article/universal-design-for-libraries/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mash-Up Request for Submissions</title>
		<link>http://dltj.org/article/mash-up-request-for-submissions/</link>
		<comments>http://dltj.org/article/mash-up-request-for-submissions/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 02:14:20 +0000</pubDate>
		<dc:creator>Peter Murray</dc:creator>
				<category><![CDATA[Raw Technology]]></category>
		<category><![CDATA[description]]></category>
		<category><![CDATA[frbr]]></category>
		<category><![CDATA[mashup]]></category>

		<guid isPermaLink="false">http://dltj.org/?p=1566</guid>
		<description><![CDATA[I&#8217;m working with some colleagues at the Library of Congress on the on the description of complex analog and digital resources. In that research, we want to get a better sense of what people who read DLTJ call a “mash-up.” We invite readers to provide examples (in any medium) of what they think are mash-ups [...]<p>Post from: <a href="http://dltj.org">Disruptive Library Technology Jester</a><br/><br/><a href="http://dltj.org/article/mash-up-request-for-submissions/">Mash-Up Request for Submissions</a></p>
]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id ignore noPrint" title="http://dltj.org/?p=1566"><!-- &nbsp; --></abbr>
<p>I&#8217;m working with some colleagues at the Library of Congress on the on the description of complex analog and digital resources.  In that research, we want to get a better sense of what people who read <acronym title="Disruptive Library Technology Jester"><i>DLTJ</i></acronym> call a “mash-up.”  We invite readers to provide examples (in any medium) of what they think are mash-ups of different resources in the <a href="http://dltj.org/article/mash-up-request-for-submissions/#respond">comment area of this post</a>. If you nominate a web-accessible mash-up, please provide a link for it. If you nominate an analog mash-up (they do exist!), please provide a reasonable citation. If it is a hybrid – do your best! Also helpful would be a short statement as to why you think the example is a mash-up, and whether you like the results.<br /><span id="more-1566"></span><br />The research involves how we describe the parts of a whole guided by concepts provided by <acronym title="Functional Requirements for Bibliographic Records">FRBR</acronym>.  These sorts of mashups are typically made up of independently created parts, and acknowledging those parts are in single-record frames of reference.  We&#8217;re exploring the use of interconnected networks of descriptions, and mashups are one of the exemplars.</p><p><h2>Examples</h2><br />We&#8217;re looking for mixtures of audio, still images, moving images, and other media.</p><div role="button" tabindex="0" title="http://www.youtube-nocookie.com/v/qcWZx3d_C-E&#038;hl=en_US&#038;fs=1&#038;rel=0&#038;border=1" style="background: url(&quot;chrome://flashblock/content/flash.png&quot;) no-repeat scroll center center transparent; min-width: 32px ! important; min-height: 32px ! important; width: 580px; height: 360px; border: 1px solid rgb(223, 223, 223); cursor: pointer; overflow: hidden; display: inline-block; visibility: visible ! important; -moz-box-sizing: border-box;" bgactive="url(chrome://flashblock/content/flashplay.png) no-repeat center" bginactive="url(chrome://flashblock/content/flash.png) no-repeat center"></div><p>&#8220;Avatar, Daybreakers, Prince of Persia, Book of Eli, Wolfman, Legion, Sherlock Holmes Trailer Mashup&#8221; <a href="http://www.youtube.com/watch?v=qcWZx3d_C-E" title="YouTube<br />				- Avatar, Daybreakers, Prince of Persia, Book of Eli, Wolfman, Legion, Sherlock Holmes Trailer Mashup">from YouTube</a>.</p><p><div id="attachment_1567" class="wp-caption alignleft" style="width: 610px"><a href="http://shopca.eboy.com/products/foobar-poster" title="eBoy Shop North America - FooBar Poster"><img src="http://dltj.org/wp-content/uploads/2010/04/sy9_0980_1.jpg" alt="" title="&quot;FooBar&quot; Poster" class="size-medium wp-image-1567" width="600" height="600"/></a><p class="wp-caption-text">FooBar Poster, by Eboy Arts Inc.</p></div><br clear="all"/><a href="http://shopca.eboy.com/products/foobar-poster" title="eBoy Shop North America - FooBar Poster">&#8220;FooBar&#8221; poster</a> (also commonly called the Web2.0 Poster).</p><p>Post from: <a href="http://dltj.org">Disruptive Library Technology Jester</a><br/><br/><a href="http://dltj.org/article/mash-up-request-for-submissions/">Mash-Up Request for Submissions</a></p>
<div class="feedflare">
<a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=4H3FFRhhCAc:Dv3HxW6hAeI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=4H3FFRhhCAc:Dv3HxW6hAeI:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=4H3FFRhhCAc:Dv3HxW6hAeI:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=4H3FFRhhCAc:Dv3HxW6hAeI:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?i=4H3FFRhhCAc:Dv3HxW6hAeI:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=4H3FFRhhCAc:Dv3HxW6hAeI:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=4H3FFRhhCAc:Dv3HxW6hAeI:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?i=4H3FFRhhCAc:Dv3HxW6hAeI:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=4H3FFRhhCAc:Dv3HxW6hAeI:ACf-c_HutVc"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?d=ACf-c_HutVc" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=4H3FFRhhCAc:Dv3HxW6hAeI:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?i=4H3FFRhhCAc:Dv3HxW6hAeI:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=4H3FFRhhCAc:Dv3HxW6hAeI:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?i=4H3FFRhhCAc:Dv3HxW6hAeI:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=4H3FFRhhCAc:Dv3HxW6hAeI:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?i=4H3FFRhhCAc:Dv3HxW6hAeI:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=4H3FFRhhCAc:Dv3HxW6hAeI:H329GK52Scs"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?d=H329GK52Scs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/DisruptiveLibraryTechnologyJester/~4/4H3FFRhhCAc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dltj.org/article/mash-up-request-for-submissions/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Charleston, SC Visitor’s Center A/V Display</title>
		<link>http://dltj.org/article/charleston-visitors-center-av/</link>
		<comments>http://dltj.org/article/charleston-visitors-center-av/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 01:27:39 +0000</pubDate>
		<dc:creator>Peter Murray</dc:creator>
				<category><![CDATA[Meta Category]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://dltj.org/article/charleston-sc-visitors-center-av-display/</guid>
		<description><![CDATA[First, sorry about this getting posted prematurely through the DLTJ blog. I was trying the post-from-Flickr function, and it was telling me that the posting wasn&#8217;t working. So, it got posted here twice. And it got posted before I was ready; I was hoping it would land in the draft queue so I could edit [...]<p>Post from: <a href="http://dltj.org">Disruptive Library Technology Jester</a><br/><br/><a href="http://dltj.org/article/charleston-visitors-center-av/">Charleston, SC Visitor&#8217;s Center A/V Display</a></p>
]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id ignore noPrint" title="http://dltj.org/article/charleston-sc-visitors-center-av-display/"><!-- &nbsp; --></abbr>
<p>First, sorry about this getting posted prematurely through the <acronym title="Disruptive Library Technology Jester"><i>DLTJ</i></acronym> blog.   I was trying the post-from-Flickr function, and it was telling me that the posting wasn&#8217;t working.  So, it got posted here twice.  And it got posted before I was ready; I was hoping it would land in the draft queue so I could edit it with further commentary.  Oh, well; live and learn.</p><div class="wp-caption alignright" style="width: 250px"><a href="http://www.flickr.com/photos/datagazetteer/4474349616/" title="Charleston SC Visitor's Center on Flickr - Photo Sharing!"><img alt="" src="http://farm5.static.flickr.com/4027/4474349616_f8e3a258de_m.jpg" title="Charleston, SC Visitor&#039;s Center A/V Display" width="240" height="180" /></a><p class="wp-caption-text">Charleston, SC Visitor&#039;s Center A/V Display</p></div><p>I&#8217;m visiting Charleston, South Carolina, and was struck &#8212; from a technical perspective &#8212; on the welcome display at the entrance to the visitor&#8217;s center.  If you click through to the picture on Flickr, you can see the notes associated with the various parts of the display.  But, basically, it consists of a data projector back-lighting a floating screen in front of a pedestal.  Mounted on the pedestal is a trackball and button that control the interactive system displaying graphics on the data projector.  Mounted above the pedestal is a sound dome directing the audio to just the people below the pedestal.  There are four of these at the corners of a map of historic Charleston embedded in below the surface of the floor.  The result is a very airy feeling with a high degree of technical usability without the technology getting in the way.</p><p>Post from: <a href="http://dltj.org">Disruptive Library Technology Jester</a><br/><br/><a href="http://dltj.org/article/charleston-visitors-center-av/">Charleston, SC Visitor&#8217;s Center A/V Display</a></p>
<div class="feedflare">
<a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=lRmD3cKz1O8:RVGP32dp4P0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=lRmD3cKz1O8:RVGP32dp4P0:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=lRmD3cKz1O8:RVGP32dp4P0:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=lRmD3cKz1O8:RVGP32dp4P0:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?i=lRmD3cKz1O8:RVGP32dp4P0:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=lRmD3cKz1O8:RVGP32dp4P0:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=lRmD3cKz1O8:RVGP32dp4P0:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?i=lRmD3cKz1O8:RVGP32dp4P0:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=lRmD3cKz1O8:RVGP32dp4P0:ACf-c_HutVc"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?d=ACf-c_HutVc" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=lRmD3cKz1O8:RVGP32dp4P0:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?i=lRmD3cKz1O8:RVGP32dp4P0:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=lRmD3cKz1O8:RVGP32dp4P0:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?i=lRmD3cKz1O8:RVGP32dp4P0:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=lRmD3cKz1O8:RVGP32dp4P0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?i=lRmD3cKz1O8:RVGP32dp4P0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.dltj.org/~ff/DisruptiveLibraryTechnologyJester?a=lRmD3cKz1O8:RVGP32dp4P0:H329GK52Scs"><img src="http://feeds.feedburner.com/~ff/DisruptiveLibraryTechnologyJester?d=H329GK52Scs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/DisruptiveLibraryTechnologyJester/~4/lRmD3cKz1O8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dltj.org/article/charleston-visitors-center-av/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss><!-- Dynamic page generated in 6.024 seconds. --><!-- Cached page generated by WP-Super-Cache on 2010-09-09 16:43:32 -->
