<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>What You're Doing Is Rather Desperate</title>
	<atom:link href="http://nsaunders.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://nsaunders.wordpress.com</link>
	<description>Notes from the life of a bioinformatics researcher</description>
	<lastBuildDate>Thu, 05 Nov 2009 23:44:44 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='nsaunders.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/0b37f699acf883c95592039b9959d13a?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>What You're Doing Is Rather Desperate</title>
		<link>http://nsaunders.wordpress.com</link>
	</image>
			<item>
		<title>R has a JSON package</title>
		<link>http://nsaunders.wordpress.com/2009/11/06/r-has-a-json-package/</link>
		<comments>http://nsaunders.wordpress.com/2009/11/06/r-has-a-json-package/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 23:44:44 +0000</pubDate>
		<dc:creator>nsaunders</dc:creator>
				<category><![CDATA[R]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[statistics]]></category>
		<category><![CDATA[cran]]></category>
		<category><![CDATA[json]]></category>
		<category><![CDATA[r-project]]></category>

		<guid isPermaLink="false">http://nsaunders.wordpress.com/?p=1497</guid>
		<description><![CDATA[Named rjson, appropriately.  It&#8217;s quite basic just now, but contains methods for interconversion between R objects and JSON.  Something like this:

&#62; library(rjson)
&#62; data &#60;- list(a=1,b=2,c=3)
&#62; json &#60;- toJSON(data)
&#62; json
[1] &#34;{\&#34;a\&#34;:1,\&#34;b\&#34;:2,\&#34;c\&#34;:3}&#34;
&#62; cat(json, file=&#34;data.json&#34;)

Use cases?  I wonder if RApache could be used to build an API that serves R data in JSON format?
Posted in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nsaunders.wordpress.com&blog=334198&post=1497&subd=nsaunders&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Named <a href="http://cran.r-project.org/web/packages/rjson/index.html">rjson</a>, appropriately.  It&#8217;s quite basic just now, but contains methods for interconversion between R objects and JSON.  Something like this:</p>
<pre class="brush: bash;">
&gt; library(rjson)
&gt; data &lt;- list(a=1,b=2,c=3)
&gt; json &lt;- toJSON(data)
&gt; json
[1] &quot;{\&quot;a\&quot;:1,\&quot;b\&quot;:2,\&quot;c\&quot;:3}&quot;
&gt; cat(json, file=&quot;data.json&quot;)
</pre>
<p>Use cases?  I wonder if <a href="http://biostat.mc.vanderbilt.edu/rapache/">RApache</a> could be used to build an API that serves R data in JSON format?</p>
Posted in computing, R, statistics Tagged: cran, json, r-project, statistics <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nsaunders.wordpress.com/1497/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nsaunders.wordpress.com/1497/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nsaunders.wordpress.com/1497/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nsaunders.wordpress.com/1497/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nsaunders.wordpress.com/1497/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nsaunders.wordpress.com/1497/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nsaunders.wordpress.com/1497/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nsaunders.wordpress.com/1497/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nsaunders.wordpress.com/1497/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nsaunders.wordpress.com/1497/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nsaunders.wordpress.com&blog=334198&post=1497&subd=nsaunders&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nsaunders.wordpress.com/2009/11/06/r-has-a-json-package/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e41743fa8aee7f5c7d1cd7ebfa77da85?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">nsaunders</media:title>
		</media:content>
	</item>
		<item>
		<title>Brief notes on Ubuntu 9.04 (jaunty) -&gt; 9.10 (karmic)</title>
		<link>http://nsaunders.wordpress.com/2009/11/02/brief-notes-on-ubuntu-9-04-jaunty-9-10-karmic/</link>
		<comments>http://nsaunders.wordpress.com/2009/11/02/brief-notes-on-ubuntu-9-04-jaunty-9-10-karmic/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 08:18:12 +0000</pubDate>
		<dc:creator>nsaunders</dc:creator>
				<category><![CDATA[computing]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[9.04]]></category>
		<category><![CDATA[9.10]]></category>
		<category><![CDATA[jaunty]]></category>
		<category><![CDATA[karmic]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://nsaunders.wordpress.com/?p=1494</guid>
		<description><![CDATA[Recording my Ubuntu upgrade experience has become something of a tradition, so here goes.

Machine 1 (laptop, LG T1 Express Duo).  Largely trouble-free.  On-board soundcard not seen on reboot.  Fixed (temporarily, lost on reboot) using &#8220;sudo alsa force-reload&#8221;.
Machine 2 (various generic hardware, cobbled together over many years).  Upgrade smooth until final restart, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nsaunders.wordpress.com&blog=334198&post=1494&subd=nsaunders&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Recording my Ubuntu upgrade experience has become something of a tradition, so here goes.</p>
<ul>
<li><strong>Machine 1</strong> (laptop, LG T1 Express Duo).  Largely trouble-free.  On-board soundcard not seen on reboot.  Fixed (temporarily, lost on reboot) using &#8220;sudo alsa force-reload&#8221;.</li>
<li><strong>Machine 2</strong> (various generic hardware, cobbled together over many years).  Upgrade smooth until final restart, when machine froze.  Rebooted to a blank screen.  Fixed by swapping out ATI video card for old NVidia FX5200.  Discovered that rsyslog is running riot due to a hot CPU and is trying to fill up /var/log.</li>
<li><strong>Machine 3</strong> (Dell Optiplex GX550).  Install froze at &#8220;stopping winbind server&#8221;.  Rebooted with rescue CD, mounted and chroot-ed into Linux partition, tried &#8220;dpkg &#8211;force-all &#8211;configure -a&#8221;, but to no avail.  Reinstalled in same partition, all is working well.</li>
</ul>
<p>All in all, not very impressed.  Canonical, could do better.</p>
Posted in computing, linux Tagged: 9.04, 9.10, jaunty, karmic, ubuntu, upgrade <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nsaunders.wordpress.com/1494/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nsaunders.wordpress.com/1494/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nsaunders.wordpress.com/1494/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nsaunders.wordpress.com/1494/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nsaunders.wordpress.com/1494/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nsaunders.wordpress.com/1494/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nsaunders.wordpress.com/1494/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nsaunders.wordpress.com/1494/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nsaunders.wordpress.com/1494/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nsaunders.wordpress.com/1494/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nsaunders.wordpress.com&blog=334198&post=1494&subd=nsaunders&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nsaunders.wordpress.com/2009/11/02/brief-notes-on-ubuntu-9-04-jaunty-9-10-karmic/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e41743fa8aee7f5c7d1cd7ebfa77da85?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">nsaunders</media:title>
		</media:content>
	</item>
		<item>
		<title>Flickr slideshow in WordPress.com using Vodpod</title>
		<link>http://nsaunders.wordpress.com/2009/09/15/flickr-slideshow-in-wordpress-com-using-vodpod/</link>
		<comments>http://nsaunders.wordpress.com/2009/09/15/flickr-slideshow-in-wordpress-com-using-vodpod/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 01:33:12 +0000</pubDate>
		<dc:creator>nsaunders</dc:creator>
				<category><![CDATA[this blog]]></category>
		<category><![CDATA[web resources]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[gallery]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[slideshow]]></category>
		<category><![CDATA[vodpod]]></category>

		<guid isPermaLink="false">http://nsaunders.wordpress.com/?p=1489</guid>
		<description><![CDATA[Not work-related but fun: How to embed a flickr slideshow in WordPress.com using Vodpod. Vodpod is new to me and quite amazing; I imagine this method will allow you to post any Flash with embed code as a video.
As an example, a slideshow of Lane Cove images from my Flickr account.
  
posted with vodpod [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nsaunders.wordpress.com&blog=334198&post=1489&subd=nsaunders&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Not work-related but fun: <a href="http://www.gavinwray.com/2009/08/how-to-embed-a-flickr-slideshow-in-wordpress-com-using-vodpod/">How to embed a flickr slideshow in WordPress.com using Vodpod</a>. <a href="http://vodpod.com">Vodpod</a> is new to me and quite amazing; I imagine this method will allow you to post any Flash with embed code as a video.</p>
<p>As an example, a slideshow of <a href="http://www.environment.nsw.gov.au/NationalParks/parkHome.aspx?id=N0083">Lane Cove</a> images from my Flickr account.</p>
<p><span style="display:block;width:425px;margin:0 auto;">  <embed src='http://widgets.vodpod.com/w/video_embed/Groupvideo.3420967' type='application/x-shockwave-flash' AllowScriptAccess='always' pluginspage='http://www.macromedia.com/go/getflashplayer' wmode='transparent' flashvars='offsite=true&#038;lang=en-us&#038;flickr_notracking=true&#038;flickr_target=_self&#038;nsid=64332066@N00&#038;textV=66488&#038;ispro=1&#038;&tags=lanecove&#038;user_id=64332066@N00&#038;page_show_back_url=%2Fphotos%2Fnsaunders%2Ftags%2Flanecove%2F&#038;page_show_url=%2Fphotos%2Fnsaunders%2Ftags%2Flanecove%2Fshow%2F&#038;minH=100&#038;minW=100' width='425' height='350' />
<div style="font-size:10px;">posted with <a href="http://vodpod.com?r=wp">vodpod</a> </div>
<p></span></p>
Posted in this blog, web resources Tagged: flickr, gallery, photography, slideshow, vodpod <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nsaunders.wordpress.com/1489/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nsaunders.wordpress.com/1489/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nsaunders.wordpress.com/1489/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nsaunders.wordpress.com/1489/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nsaunders.wordpress.com/1489/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nsaunders.wordpress.com/1489/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nsaunders.wordpress.com/1489/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nsaunders.wordpress.com/1489/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nsaunders.wordpress.com/1489/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nsaunders.wordpress.com/1489/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nsaunders.wordpress.com&blog=334198&post=1489&subd=nsaunders&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nsaunders.wordpress.com/2009/09/15/flickr-slideshow-in-wordpress-com-using-vodpod/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e41743fa8aee7f5c7d1cd7ebfa77da85?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">nsaunders</media:title>
		</media:content>
	</item>
		<item>
		<title>Fix Kile for Ubuntu 9.04</title>
		<link>http://nsaunders.wordpress.com/2009/09/01/fix-kile-for-ubuntu-9-04/</link>
		<comments>http://nsaunders.wordpress.com/2009/09/01/fix-kile-for-ubuntu-9-04/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 08:36:48 +0000</pubDate>
		<dc:creator>nsaunders</dc:creator>
				<category><![CDATA[computing]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[jaunty]]></category>
		<category><![CDATA[kile]]></category>
		<category><![CDATA[latex]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://nsaunders.wordpress.com/?p=1479</guid>
		<description><![CDATA[Ubuntu/jaunty rocks, on the whole.  However, to prove that newer does not always equal better, they threw in a couple of shockers.  The first is the upgrade from the excellent Amarok 1.4 to the completely-broken 2.0.  Head here to repair the damage.
Kile is by far my favourite LaTeX editor and suffered, though [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nsaunders.wordpress.com&blog=334198&post=1479&subd=nsaunders&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Ubuntu/jaunty rocks, on the whole.  However, to prove that newer does not always equal better, they threw in a couple of shockers.  The first is the upgrade from the excellent Amarok 1.4 to the completely-broken 2.0.  <a href="http://nomad.ca/blog/2009/apr/3/amarok-14-jaunty-ubuntu-904/">Head here</a> to repair the damage.</p>
<p><a href="http://kile.sourceforge.net/">Kile</a> is by far my favourite LaTeX editor and suffered, though not as badly, in the upgrade from 2.0 to 2.1.  Reports of various problems litter the web; in my case I see broken toolbar buttons that do nothing when clicked.  This fix is much simpler.  Just &#8220;sudo apt-get remove kile&#8221;, scroll to the bottom of the <a href="http://packages.ubuntu.com/intrepid/kile">intrepid package page</a>, choose your architecture, download the deb file and &#8220;sudo dpkg -i kile_2.0.1-1ubuntu1_i386.deb&#8221;.  I had no dependency problems and it works just fine.</p>
<p>Finally &#8211; open up Synaptic, find kile and from the Package menu item select &#8220;lock package&#8221;, to prevent future upgrades.</p>
<p><em>Update: a few days after writing this, an apt-get dist-upgrade upgraded my Kile to 2.1 (despite the &#8220;lock package&#8221;).  However, the broken buttons issue is now fixed for me.  Go figure&#8230; </em></p>
Posted in computing, linux Tagged: jaunty, kile, latex, ubuntu <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nsaunders.wordpress.com/1479/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nsaunders.wordpress.com/1479/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nsaunders.wordpress.com/1479/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nsaunders.wordpress.com/1479/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nsaunders.wordpress.com/1479/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nsaunders.wordpress.com/1479/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nsaunders.wordpress.com/1479/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nsaunders.wordpress.com/1479/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nsaunders.wordpress.com/1479/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nsaunders.wordpress.com/1479/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nsaunders.wordpress.com&blog=334198&post=1479&subd=nsaunders&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nsaunders.wordpress.com/2009/09/01/fix-kile-for-ubuntu-9-04/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e41743fa8aee7f5c7d1cd7ebfa77da85?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">nsaunders</media:title>
		</media:content>
	</item>
		<item>
		<title>FriendFeed Life Scientists: 14-day summary</title>
		<link>http://nsaunders.wordpress.com/2009/08/28/friendfeed-life-scientists-14-day-summary/</link>
		<comments>http://nsaunders.wordpress.com/2009/08/28/friendfeed-life-scientists-14-day-summary/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 07:03:56 +0000</pubDate>
		<dc:creator>nsaunders</dc:creator>
				<category><![CDATA[bioinformatics]]></category>
		<category><![CDATA[web resources]]></category>
		<category><![CDATA[friendfeed]]></category>
		<category><![CDATA[life-scientists]]></category>
		<category><![CDATA[summary]]></category>

		<guid isPermaLink="false">http://nsaunders.wordpress.com/?p=1476</guid>
		<description><![CDATA[Since I haven&#8217;t posted for 14 days, what better (and lazier) way to post something than to surf over to a 14-day summary from the Life Scientists Group and link to the top ten items!

Review process files in the EMBO Journal &#8211; but why only for &#8220;the majority of papers&#8221;?
How XML threatens Big Data.  [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nsaunders.wordpress.com&blog=334198&post=1476&subd=nsaunders&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Since I haven&#8217;t posted for 14 days, what better (and lazier) way to post something than to surf over to <a href="https://friendfeed.com/the-life-scientists/summary/14">a 14-day summary</a> from the Life Scientists Group and link to the top ten items!</p>
<ol>
<li><a href="https://friendfeed.com/the-life-scientists/e7dc3de1/liked-majority-of-papers-published-online-in">Review process files in the EMBO Journal</a> &#8211; but why only for &#8220;the majority of papers&#8221;?</li>
<li><a href="https://friendfeed.com/the-life-scientists/434a8723/how-xml-threatens-big-data-dataspora-blog">How XML threatens Big Data</a>.  Or not. How JSON might be an alternative &#8211; or not.</li>
<li><a href="https://friendfeed.com/science-2-0/a2c1a619/i-m-pretty-sure-this-xkcd-flow-chart-describes">Solve any computer problem</a> &#8211; with this classic XKCD flowchart.</li>
<li><a href="https://friendfeed.com/the-life-scientists/00520f08/science-reviews-revolution-in-strategic">Science reviews the revolution in &#8217;strategic scientific reading&#8217;</a> &#8211; are they way behind the curve, or providing a useful summary for the uninitiated?</li>
<li><a href="https://friendfeed.com/the-life-scientists/0d9c6b9e/is-there-best-practice-for-microbial-genome">Best practice in microbial genome annotation</a> &#8211; spirited discussion on the nature of best bioinformatics practice.</li>
<li><a href="https://friendfeed.com/the-life-scientists/fd12f418/while-this-room-has-already-more-than-1k">FriendFeed Life Scientists user survey</a> &#8211; no further word on whether this will happen.</li>
<li><a href="https://friendfeed.com/the-life-scientists/57be2804/50-years-of-structure-_tockey-23toc-236899">50 Years of Structure</a> &#8211; link to a JMB review on the early days of structural biology.</li>
<li><a href="https://friendfeed.com/the-life-scientists/80272669/reflections-on-science-online-2009-7-things">Reflections on Science Online London 2009</a></li>
<li><a href="https://friendfeed.com/the-life-scientists/8654f6f7/are-there-any-other-workflow-composition-tools">Workflow tools that speak SOAP?</a></li>
<li><a href="https://friendfeed.com/the-life-scientists/bb21bc2f/does-anyone-have-any-experience-in-removing">Advice on cleaning up a protein sample</a> &#8211; a nice example of useful discussion from the group.</li>
</ol>
<p>Who knows, this could become a semi-regular feature.</p>
Posted in bioinformatics, web resources Tagged: friendfeed, life-scientists, summary <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nsaunders.wordpress.com/1476/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nsaunders.wordpress.com/1476/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nsaunders.wordpress.com/1476/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nsaunders.wordpress.com/1476/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nsaunders.wordpress.com/1476/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nsaunders.wordpress.com/1476/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nsaunders.wordpress.com/1476/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nsaunders.wordpress.com/1476/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nsaunders.wordpress.com/1476/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nsaunders.wordpress.com/1476/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nsaunders.wordpress.com&blog=334198&post=1476&subd=nsaunders&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nsaunders.wordpress.com/2009/08/28/friendfeed-life-scientists-14-day-summary/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e41743fa8aee7f5c7d1cd7ebfa77da85?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">nsaunders</media:title>
		</media:content>
	</item>
		<item>
		<title>Improvements to the reference management workflow</title>
		<link>http://nsaunders.wordpress.com/2009/08/14/improvements-to-the-reference-management-workflow/</link>
		<comments>http://nsaunders.wordpress.com/2009/08/14/improvements-to-the-reference-management-workflow/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 00:30:22 +0000</pubDate>
		<dc:creator>nsaunders</dc:creator>
				<category><![CDATA[bibliography]]></category>
		<category><![CDATA[research diary]]></category>
		<category><![CDATA[web resources]]></category>

		<guid isPermaLink="false">http://nsaunders.wordpress.com/?p=1472</guid>
		<description><![CDATA[I use Google Reader to subscribe to the RSS feeds from journals that interest me (see my public page).  I&#8217;m also a big fan of CiteULike as a reference management system.
For a long time I&#8217;ve thought:  it would be great if GReader handled journal articles more efficiently.  Rather than going from link [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nsaunders.wordpress.com&blog=334198&post=1472&subd=nsaunders&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I use Google Reader to subscribe to the RSS feeds from journals that interest me (see <a href="http://www.google.com/reader/shared/user%2F01235420385320941829%2Flabel%2Fjournal-tocs">my public page</a>).  I&#8217;m also a big fan of <a href="http://www.citeulike.org/user/neils">CiteULike</a> as a reference management system.</p>
<p>For a long time I&#8217;ve thought:  it would be great if GReader handled journal articles more efficiently.  Rather than going from link in GReader -&gt; article at journal -&gt; CiteULike bookmark -&gt; back to GReader, how about &#8220;post directly from GReader?&#8221;</p>
<p>With Google Reader&#8217;s <a href="http://googlereader.blogspot.com/2009/08/flurry-of-features-for-feed-readers.html">new send-to feature</a>, you can do just that.  See <a href="http://www.citeulike.org/groupforum/1516">this forum post</a> for the details.  Also, take a look at <a href="http://www.citeulike.org/howto?show=sec2-15">this how-to</a> for a quick way to post to CiteULike by entering a PubMed PMID, DOI or ISBN identifier in the address bar.</p>
Posted in bibliography, research diary, web resources  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nsaunders.wordpress.com/1472/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nsaunders.wordpress.com/1472/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nsaunders.wordpress.com/1472/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nsaunders.wordpress.com/1472/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nsaunders.wordpress.com/1472/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nsaunders.wordpress.com/1472/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nsaunders.wordpress.com/1472/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nsaunders.wordpress.com/1472/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nsaunders.wordpress.com/1472/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nsaunders.wordpress.com/1472/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nsaunders.wordpress.com&blog=334198&post=1472&subd=nsaunders&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nsaunders.wordpress.com/2009/08/14/improvements-to-the-reference-management-workflow/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e41743fa8aee7f5c7d1cd7ebfa77da85?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">nsaunders</media:title>
		</media:content>
	</item>
		<item>
		<title>RSRuby in the IRB console</title>
		<link>http://nsaunders.wordpress.com/2009/08/06/rsruby-in-the-irb-console/</link>
		<comments>http://nsaunders.wordpress.com/2009/08/06/rsruby-in-the-irb-console/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 06:36:52 +0000</pubDate>
		<dc:creator>nsaunders</dc:creator>
				<category><![CDATA[R]]></category>
		<category><![CDATA[bioinformatics]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[statistics]]></category>

		<guid isPermaLink="false">http://nsaunders.wordpress.com/?p=1462</guid>
		<description><![CDATA[
R is terrific, of course, for all your statistical needs.  But those data structures!  &#8220;Everything is a list.&#8221;  Leading to such wondrous ways to access variables as &#8220;p &#60;- Meta(gds)$platform&#34;, or &#34;last &#60;- mylist[[1]][length(mylist[[1]])]&#34;.
Sometimes, you want something more familiar.  An array, a hash, a hash of arrays.  Or, you may [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nsaunders.wordpress.com&blog=334198&post=1462&subd=nsaunders&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://nsaunders.files.wordpress.com/2009/08/rsruby-irb.png"><img src="http://nsaunders.files.wordpress.com/2009/08/rsruby-irb.png?w=300&#038;h=228" alt="rsruby-irb" title="rsruby-irb" width="300" height="228" class="alignright size-medium wp-image-1464" /></a><br />
<a href="http://cran.r-project.org/">R</a> is terrific, of course, for all your statistical needs.  But those data structures!  &#8220;Everything is a list.&#8221;  Leading to such wondrous ways to access variables as &#8220;p &lt;- Meta(gds)$platform&quot;, or &quot;last &lt;- mylist[[1]][length(mylist[[1]])]&quot;.</p>
<p>Sometimes, you want something more familiar.  An array, a hash, a hash of arrays.  Or, you may need to access R data in the language of your choice &#8211; <em>e.g.</em> as part of a Rails project.</p>
<p>In Ruby, <a href="http://en.wikipedia.org/wiki/Interactive_Ruby_Shell">IRB</a> is your friend.  On the right, an IRB session in which we invoke <a href="http://github.com/alexgutteridge/rsruby/tree/master">RSRuby</a>, load the <a href="http://www.bioconductor.org/packages/release/bioc/html/GEOquery.html">GEOquery</a> library from <a href="http://www.bioconductor.org/">Bioconductor</a>, fetch a dataset from the <a href="http://www.ncbi.nlm.nih.gov/geo/">GEO database</a> and examine the metadata that describes the experiment.  Result:  a ruby hash of arrays, where the keys are covariate types (&#8220;sample, disease.state, description&#8221;) and the values covariate names for each column (sample) in the dataset.  Now easy to access using:</p>
<pre class="brush: ruby;">
columns.each_pair do |key,val|
  # do something with keys
  val.each do |element|
    # do something with values
  end
end
</pre>
Posted in bioinformatics, computing, R, ruby, statistics  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nsaunders.wordpress.com/1462/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nsaunders.wordpress.com/1462/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nsaunders.wordpress.com/1462/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nsaunders.wordpress.com/1462/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nsaunders.wordpress.com/1462/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nsaunders.wordpress.com/1462/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nsaunders.wordpress.com/1462/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nsaunders.wordpress.com/1462/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nsaunders.wordpress.com/1462/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nsaunders.wordpress.com/1462/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nsaunders.wordpress.com&blog=334198&post=1462&subd=nsaunders&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nsaunders.wordpress.com/2009/08/06/rsruby-in-the-irb-console/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e41743fa8aee7f5c7d1cd7ebfa77da85?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">nsaunders</media:title>
		</media:content>

		<media:content url="http://nsaunders.files.wordpress.com/2009/08/rsruby-irb.png?w=300" medium="image">
			<media:title type="html">rsruby-irb</media:title>
		</media:content>
	</item>
		<item>
		<title>How-to: combinations of covariates using Ruby</title>
		<link>http://nsaunders.wordpress.com/2009/07/30/how-to-combinations-of-covariates-using-ruby/</link>
		<comments>http://nsaunders.wordpress.com/2009/07/30/how-to-combinations-of-covariates-using-ruby/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 07:08:38 +0000</pubDate>
		<dc:creator>nsaunders</dc:creator>
				<category><![CDATA[bioinformatics]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[statistics]]></category>

		<guid isPermaLink="false">http://nsaunders.wordpress.com/?p=1457</guid>
		<description><![CDATA[I work with people who generate a lot of microarray data.  One question that they often ask is:  can we find those genes with a two-fold or more change in median expression under two or more different conditions?
For example, let&#8217;s say that we have 3 conditions:  &#8220;normal&#8221;, &#8220;adenoma&#8221; and &#8220;cancer&#8221;.  That [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nsaunders.wordpress.com&blog=334198&post=1457&subd=nsaunders&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I work with people who generate a lot of microarray data.  One question that they often ask is:  can we find those genes with a two-fold or more change in median expression under two or more different conditions?</p>
<p>For example, let&#8217;s say that we have 3 conditions:  &#8220;normal&#8221;, &#8220;adenoma&#8221; and &#8220;cancer&#8221;.  That gives us 3 pairwise comparisons:  normal-adenoma, normal-cancer and adenoma-cancer.  Here&#8217;s a Ruby solution to the problem.<br />
<span id="more-1457"></span><br />
First, I installed <a href="http://rubyforge.org/projects/statarray/">StatArray</a>, a Ruby gem that provides statistical methods for array objects.  It&#8217;s not been updated for 3 years, but seems to work.</p>
<pre class="brush: ruby;">
require 'rubygems'
require 'statarray'
</pre>
<p>Next, credit to <a href="http://david-burger.blogspot.com/">David Burger</a> for posting <a href="http://david-burger.blogspot.com/2008/09/generating-combinations-in-ruby-and_21.html">this code solution</a> for combinations in Ruby.  You give it an array of elements and the number of elements (r) that you want to see in each combination; it returns arrays of length (r) with each combination.  I&#8217;ve just wrapped it in a class called Combination:</p>
<pre class="brush: ruby;">
class Combination
  def generate_combinations(array, r)
    n = array.length
    indices = (0...r).to_a
    final = (n - r...n).to_a
    while indices != final
      yield indices.map {|k| array[k]}
      i = r - 1
      while indices[i] == n - r + i
        i -= 1
      end
      indices[i] += 1
      (i + 1...r).each do |j|
        indices[j] = indices[i] + j - i
      end
    end
    yield indices.map {|k| array[k]}
  end
end
</pre>
<p>So, let&#8217;s represent our covariates (normal, adenoma, cancer) as hash keys and their expression values, from several samples, as arrays which are the hash values.  Then, we create a new hash with the same keys where the values are medians, calculated using methods from StatArray.  Here, I&#8217;m using very silly dummy values for expression, which are supposed to be log base 2 values:</p>
<pre class="brush: ruby;">
values = {&quot;normal&quot; =&gt; [1,2,3,4], &quot;adenoma&quot; =&gt; [5,6,7,8], &quot;cancer&quot; =&gt; [9,10,11,12]}
median = Hash.new

values.each_pair {|k,v|
  median[k] = v.to_statarray.median
}
</pre>
<p>I&#8217;m sure that there&#8217;s a more elegant way to map the values hash to the medians hash, but that&#8217;s for another day.</p>
<p>Finally, we generate all possible combinations of two covariates, subtract their median values and convert to an absolute value.  If we&#8217;re using log base 2, then a change of one unit = a two-fold change in expression:</p>
<pre class="brush: ruby;">
c = Combination.new
c.generate_combinations(median.keys,2) do |x|
  puts &quot;abs(#{x.join(&quot; - &quot;)}) = #{(median[x[0]] - median[x[1]]).abs}&quot;
end
</pre>
<p>Result:</p>
<pre class="brush: bash;">
abs(normal - adenoma) = 4.0
abs(normal - cancer) = 8.0
abs(adenoma - cancer) = 4.0
</pre>
<p>Fin.</p>
Posted in bioinformatics, computing, ruby, statistics  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nsaunders.wordpress.com/1457/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nsaunders.wordpress.com/1457/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nsaunders.wordpress.com/1457/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nsaunders.wordpress.com/1457/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nsaunders.wordpress.com/1457/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nsaunders.wordpress.com/1457/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nsaunders.wordpress.com/1457/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nsaunders.wordpress.com/1457/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nsaunders.wordpress.com/1457/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nsaunders.wordpress.com/1457/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nsaunders.wordpress.com&blog=334198&post=1457&subd=nsaunders&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nsaunders.wordpress.com/2009/07/30/how-to-combinations-of-covariates-using-ruby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e41743fa8aee7f5c7d1cd7ebfa77da85?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">nsaunders</media:title>
		</media:content>
	</item>
		<item>
		<title>RSRuby and Rails revisited</title>
		<link>http://nsaunders.wordpress.com/2009/07/24/rsruby-and-rails-revisited/</link>
		<comments>http://nsaunders.wordpress.com/2009/07/24/rsruby-and-rails-revisited/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 01:15:57 +0000</pubDate>
		<dc:creator>nsaunders</dc:creator>
				<category><![CDATA[bioinformatics]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[plotting]]></category>
		<category><![CDATA[rsruby]]></category>

		<guid isPermaLink="false">http://nsaunders.wordpress.com/?p=1449</guid>
		<description><![CDATA[A couple of months ago, I wrote a brief guide to displaying R plots in a Rails application using RSRuby.
It worked at the time &#8211; really it did &#8211; but since then, I&#8217;ve encountered problems.  One is that despite sending the plot output to a PNG file, R X11 windows started to pop up [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nsaunders.wordpress.com&blog=334198&post=1449&subd=nsaunders&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>A couple of months ago, I <a href="http://nsaunders.wordpress.com/2009/05/20/baby-steps-with-rsruby-in-rails/">wrote a brief guide</a> to displaying R plots in a Rails application using <a href="http://github.com/alexgutteridge/rsruby/tree/master">RSRuby</a>.</p>
<p>It worked at the time &#8211; really it did &#8211; but since then, I&#8217;ve encountered problems.  One is that despite sending the plot output to a PNG file, R X11 windows started to pop up on loading the web page containing the plot.  Another is the appearance of long error messages related to &#8220;stack smashing&#8221; on terminating Mongrel server.</p>
<p>Fortunately, I read an excellent guide by Ana Nelson, <a href="http://ananelson.com/said/on/2008/04/24/r-on-rails-with-rsruby/">R on Rails with RSRuby</a>, which convinced me that I was doing things all wrong.  So here is an amended version of my R + RSRuby + Rails &#8220;Hello World&#8221; application.<br />
<span id="more-1449"></span><br />
We start as usual with &#8220;rails Plotter&#8221;.  Next, I like to delete the public/index.html file and generate a controller named &#8220;home&#8221; with a single action, &#8220;index&#8221;.</p>
<pre class="brush: bash;">
rails Plotter
cd Plotter
rm public/index.html
./script generate controller Home index
</pre>
<p>Edit config/routes.rb so as root points to this controller and action:</p>
<pre class="brush: ruby;">
ActionController::Routing::Routes.draw do |map|
  map.root  :controller =&gt; &quot;home&quot;
end
</pre>
<p>Right, let&#8217;s get on with the R integration.  Create two new directories, lib/R and public/images/R.  Edit a file in lib/R named &#8220;plot.R&#8221;:</p>
<pre class="brush: bash;">
myplot = function() {
  png(filename = &quot;public/images/R/plot.png&quot;)
  boxplot(c(1,2,3,4),c(5,6,7,8))
  dev.off()
}
</pre>
<p>This defines a function, myplot(), which generates a toy boxplot from two sets of values and writes it to the file public/images/R/plot.png.</p>
<p>The file helpers/application_helper.rb, as before, defines the environment variable R_HOME, required for RSRuby to work:</p>
<pre class="brush: ruby;">
module ApplicationHelper
# set R_HOME if not set
  if ENV['R_HOME'].nil?
    ENV['R_HOME'] = &quot;/usr/lib/R&quot;
  end
end
</pre>
<p>The file controllers/application_controller.rb defines a method named &#8220;get_r&#8221;.  This method initiates an instance of RSRuby, reads the R script lib/R/plot.R and returns the instance variable:</p>
<pre class="brush: ruby;">
class ApplicationController &lt; ActionController::Base
  def get_r
    require 'rsruby'
    @@r = RSRuby.instance
    @@r.eval_R(&quot;source('lib/R/plot.R')&quot;)
    return @@r
  end
end
</pre>
<p>We&#8217;re all set.  In the Home controller, controllers/home_controller.rb, we can call the get_r method and then, call the R function, myplot(), on the RSRuby instance:</p>
<pre class="brush: ruby;">
class HomeController &lt; ApplicationController
  before_filter :get_r

  def index
    @@r.myplot.call
  end
end
</pre>
<p>This writes the R boxplot to a PNG file.  The view, views/home/index.html.erb, is simple:</p>
<pre class="brush: ruby;">
&lt;h1&gt;Home#index&lt;/h1&gt;
&lt;p&gt;Find me in app/views/home/index.html.erb&lt;/p&gt;

&lt;%= image_tag(&quot;R/plot.png&quot;) %&gt;
</pre>
<p>Fire up Rails with &#8220;./script/server&#8221;, open &#8220;http://localhost:3000&#8243; in a browser and you should see a view like the one shown to the right.<br />
<div id="attachment_1451" class="wp-caption alignright" style="width: 272px"><a href="http://nsaunders.files.wordpress.com/2009/07/rsruby.png"><img src="http://nsaunders.files.wordpress.com/2009/07/rsruby.png?w=262&#038;h=300" alt="R boxplot in Rails via RSRuby" title="rsruby" width="262" height="300" class="size-medium wp-image-1451" /></a><p class="wp-caption-text">R boxplot in Rails via RSRuby</p></div><br />
Much better than before, I think you&#8217;ll agree.  Head over to Ana&#8217;s blog post and scroll down to the paragraph that begins: &#8220;My workflow for using RSRuby and R to produce dynamic graphs goes something like this&#8221;, where a better programmer than I explains the advantages of this approach.</p>
<p>Next steps:  get some variables from Rails into the R plotting function and do something real.</p>
Posted in bioinformatics, computing, rails, ruby Tagged: plotting, rsruby <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nsaunders.wordpress.com/1449/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nsaunders.wordpress.com/1449/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nsaunders.wordpress.com/1449/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nsaunders.wordpress.com/1449/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nsaunders.wordpress.com/1449/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nsaunders.wordpress.com/1449/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nsaunders.wordpress.com/1449/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nsaunders.wordpress.com/1449/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nsaunders.wordpress.com/1449/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nsaunders.wordpress.com/1449/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nsaunders.wordpress.com&blog=334198&post=1449&subd=nsaunders&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nsaunders.wordpress.com/2009/07/24/rsruby-and-rails-revisited/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e41743fa8aee7f5c7d1cd7ebfa77da85?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">nsaunders</media:title>
		</media:content>

		<media:content url="http://nsaunders.files.wordpress.com/2009/07/rsruby.png?w=262" medium="image">
			<media:title type="html">rsruby</media:title>
		</media:content>
	</item>
		<item>
		<title>Where to share?</title>
		<link>http://nsaunders.wordpress.com/2009/07/03/where-to-share/</link>
		<comments>http://nsaunders.wordpress.com/2009/07/03/where-to-share/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 02:40:27 +0000</pubDate>
		<dc:creator>nsaunders</dc:creator>
				<category><![CDATA[publications]]></category>
		<category><![CDATA[web resources]]></category>
		<category><![CDATA[reference management]]></category>
		<category><![CDATA[social bookmarking]]></category>

		<guid isPermaLink="false">http://nsaunders.wordpress.com/?p=1418</guid>
		<description><![CDATA[A brief and unscientific survey of social bookmarking buttons provided by journal websites.  Take with pinch of salt and/or tongue in cheek.
















I know, all bookmarking services provide their own tools, such as bookmarklets.  However, I suspect that a button is more convenient for many people:  it&#8217;s a courtesy and an advertisement for [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nsaunders.wordpress.com&blog=334198&post=1418&subd=nsaunders&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>A brief and unscientific survey of social bookmarking buttons provided by journal websites.  Take with pinch of salt and/or tongue in cheek.</p>
<table>
<tr>
<td valign="bottom">
<div id="attachment_1419" class="wp-caption alignnone" style="width: 258px"><a href="http://nsaunders.files.wordpress.com/2009/07/plos_share.png"><img src="http://nsaunders.files.wordpress.com/2009/07/plos_share.png?w=248&#038;h=77" alt="Share at PLoS" title="plos_share" width="248" height="77" class="size-full wp-image-1419" /></a><p class="wp-caption-text"><strong><em>PLoS get it.  As you'd expect.</em></strong></p></div>
</td>
<td valign="bottom">
<div id="attachment_1424" class="wp-caption alignnone" style="width: 97px"><a href="http://nsaunders.files.wordpress.com/2009/07/bmc_share.png"><img src="http://nsaunders.files.wordpress.com/2009/07/bmc_share.png?w=87&#038;h=93" alt="BMC get it too." title="bmc_share" width="87" height="93" class="size-full wp-image-1424" /></a><p class="wp-caption-text"><strong><em>BMC get it too.</em></strong></p></div>
</td>
<td valign="bottom">
<div id="attachment_1427" class="wp-caption alignnone" style="width: 174px"><a href="http://nsaunders.files.wordpress.com/2009/07/acs_share.png"><img src="http://nsaunders.files.wordpress.com/2009/07/acs_share.png?w=164&#038;h=160" alt="Even ACS kind of get it." title="acs_share" width="164" height="160" class="size-full wp-image-1427" /></a><p class="wp-caption-text"><strong><em>Even ACS kind of get it.</em></strong></p></div>
</td>
</tr>
<tr>
<td valign="bottom">
<div id="attachment_1441" class="wp-caption alignnone" style="width: 241px"><a href="http://nsaunders.files.wordpress.com/2009/07/nar_share.png"><img src="http://nsaunders.files.wordpress.com/2009/07/nar_share.png?w=231&#038;h=75" alt="OUP get the serious options" title="nar_share" width="231" height="75" class="size-full wp-image-1441" /></a><p class="wp-caption-text"><strong><em>OUP get it to a degree.</em></strong></p></div>
</td>
<td valign="bottom" colspan="2" align="center">
<div id="attachment_1429" class="wp-caption alignnone" style="width: 181px"><a href="http://nsaunders.files.wordpress.com/2009/07/npg_share.png"><img src="http://nsaunders.files.wordpress.com/2009/07/npg_share.png?w=171&#038;h=31" alt="Someone doesn&#39;t get it." title="npg_share" width="171" height="31" class="size-full wp-image-1429" /></a><p class="wp-caption-text"><strong><em>Someone doesn't get it.</em></strong></p></div>
</td>
</tr>
</table>
<p>I know, all bookmarking services provide their own tools, such as bookmarklets.  However, I suspect that a button is more convenient for many people:  it&#8217;s a courtesy and an advertisement for social bookmarking and online reference management tools.</p>
<p>So NPG:  is it &#8220;we promote sharing&#8221; or &#8220;we promote sharing so long as you use our service?&#8221;</p>
Posted in publications, web resources Tagged: reference management, social bookmarking <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nsaunders.wordpress.com/1418/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nsaunders.wordpress.com/1418/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nsaunders.wordpress.com/1418/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nsaunders.wordpress.com/1418/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nsaunders.wordpress.com/1418/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nsaunders.wordpress.com/1418/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nsaunders.wordpress.com/1418/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nsaunders.wordpress.com/1418/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nsaunders.wordpress.com/1418/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nsaunders.wordpress.com/1418/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nsaunders.wordpress.com&blog=334198&post=1418&subd=nsaunders&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nsaunders.wordpress.com/2009/07/03/where-to-share/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e41743fa8aee7f5c7d1cd7ebfa77da85?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">nsaunders</media:title>
		</media:content>

		<media:content url="http://nsaunders.files.wordpress.com/2009/07/plos_share.png" medium="image">
			<media:title type="html">plos_share</media:title>
		</media:content>

		<media:content url="http://nsaunders.files.wordpress.com/2009/07/bmc_share.png" medium="image">
			<media:title type="html">bmc_share</media:title>
		</media:content>

		<media:content url="http://nsaunders.files.wordpress.com/2009/07/acs_share.png" medium="image">
			<media:title type="html">acs_share</media:title>
		</media:content>

		<media:content url="http://nsaunders.files.wordpress.com/2009/07/nar_share.png" medium="image">
			<media:title type="html">nar_share</media:title>
		</media:content>

		<media:content url="http://nsaunders.files.wordpress.com/2009/07/npg_share.png" medium="image">
			<media:title type="html">npg_share</media:title>
		</media:content>
	</item>
	</channel>
</rss>