<?xml version="1.0" encoding="iso-8859-1"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>MedWorm Tags: citeulike</title>
        <description>MedWorm provides a medical RSS filtering service. Over 6000 RSS medical sources are combined and output via different filters. This feed contains the latest medical blog items that have been tagged with 'citeulike'.</description>
        <link><![CDATA[http://www.medworm.com/rss/search.php?qu=%22citeulike%22&t=%22citeulike%22&r=Exact&o=d&f=tag]]></link>
        <lastBuildDate>Sat, 03 Sep 2011 02:36:26 +0100</lastBuildDate>
        <item>
            <title>Backup your CiteULike library using MongoDB and Ruby</title>
            <link>http://www.medworm.com/index.php?rid=3885498&amp;cid=t_104222_132_f&amp;fid=35006&amp;url=http%3A%2F%2Fnsaunders.wordpress.com%2F2010%2F08%2F20%2Fbackup-your-citeulike-library-using-mongodb-and-ruby%2F</link>
            <description>Well, that was easy.

#!/usr/bin/ruby
require &amp;quot;rubygems&amp;quot;
require &amp;quot;mongo&amp;quot;
require &amp;quot;json/pure&amp;quot;
require &amp;quot;open-uri&amp;quot;

db = Mongo::Connection.new.db('citeulike')
col = db.collection('articles')
j  = JSON.parse(open(&amp;quot;http://www.citeulike.org/json/user/neils&amp;quot;).read)

j.each do |article|
 article[:_id] = article['article_id']
 col.save(article)
end

Filed under: programming, ruby Tagged: api, backup, citeulike, json, mongodb (Source: What You're Doing Is Rather Desperate)</description>
            <author>What You're Doing Is Rather Desperate</author>
            <type>blogs</type>
        <comments>http://www.medworm.com/rss/comments.php?id=3885498</comments>
            <pubDate>Fri, 20 Aug 2010 01:50:57 +0100</pubDate>
            <guid isPermaLink="false">3885498</guid>        </item>
        <item>
            <title>Citeulike, Friendfeed and me: BFF?</title>
            <link>http://www.medworm.com/index.php?rid=2011110&amp;cid=t_104222_132_f&amp;fid=35028&amp;url=http%3A%2F%2Flurena.vox.com%2Flibrary%2Fpost%2Fciteulike-friendfeed-and-me-bff.html%3F_c%3Dfeed-rss</link>
            <description>I'll start off by saying that I'm new to the whole Friendfeed thing, and I've also only recently started using Citeulike in a more comprehensive way. I started out on the former through the recommendation of Frank over at peanutbutter, and it's on...   
  Read and post comments  |  
  Send to a friend (Source: Systems Biology &amp; Bioinformatics)</description>
            <author>Systems Biology &amp; Bioinformatics</author>
            <type>blogs</type>
        <comments>http://www.medworm.com/rss/comments.php?id=2011110</comments>
            <pubDate>Thu, 04 Dec 2008 13:46:08 +0100</pubDate>
            <guid isPermaLink="false">2011110</guid>        </item>
        <item>
            <title>Passive research streaming using Twitter, Flickr, and CiteULike</title>
            <link>http://www.medworm.com/index.php?rid=1546728&amp;cid=t_104222_132_f&amp;fid=35004&amp;url=http%3A%2F%2Fwww.bioinformaticszen.com%2F2008%2F03%2Fpassive-research-streaming-using-twitter-flickr-and-citeulike%2F</link>
            <description>Deepak, Neil, and Cameron have set up life streams which aggregate the feeds from services from sites like Last.fm and Flickr into a single set of posts. I&amp;#8217;m a bit wary of this doing this because I already get easily distracted by Ruby and bioinformatics blogs, but Neil gave me an idea when he wrote about using these technologies to track research. I currently use Subversion to back up my project files, and I noticed Twitter status updates are very similar in length to subversion log messages. I created a short script so that every time I do a subversion repository check in, the message is also sent to Twitter.


#!/bin/sh
#Inspired by tinyurl.com/yt4ssq
&amp;nbsp;
# Scrub weird characters
MSG=`echo $@|tr ' ' '+'`
&amp;nbsp;
# Send twitter request
curl --basic --user &amp;quot;username:password&amp;...</description>
            <author>Bioinformatics Zen</author>
            <type>blogs</type>
        <comments>http://www.medworm.com/rss/comments.php?id=1546728</comments>
            <pubDate>Tue, 18 Mar 2008 20:56:28 +0100</pubDate>
            <guid isPermaLink="false">1546728</guid>        </item>
        <item>
            <title>SyncUThink</title>
            <link>http://www.medworm.com/index.php?rid=1140915&amp;cid=t_104222_132_f&amp;fid=35006&amp;url=http%3A%2F%2Fnsaunders.wordpress.com%2F2008%2F01%2F10%2Fsyncuthink%2F</link>
            <description>From Greg Jordan via the CiteULike discussion forums:

I thought I&amp;#8217;d share with you a little tool I wrote to make working with CiteULike a little more user-friendly. It&amp;#8217;s called SyncUThink, and it aims to do two things:
  1. Search for, and upload to CiteULike, PDFs for all citations in your library.
  2. Download all available PDFs to your computer.

I have it running now. The first attempt crashed my browser (not uncommon with Firefox + Linux + Java apps, unfortunately), but it seems to be running smoothly. I&amp;#8217;ll keep you posted - this could be a really useful tool, provided of course that your network has full access to online articles.
Update: pretty good job. 100 PDFs retrieved for 153 citations and at a cursory glance, only one incorrect PDF was fetched. PDF download...</description>
            <author>What You're Doing Is Rather Desperate</author>
            <type>blogs</type>
        <comments>http://www.medworm.com/rss/comments.php?id=1140915</comments>
            <pubDate>Thu, 10 Jan 2008 03:41:11 +0100</pubDate>
            <guid isPermaLink="false">1140915</guid>        </item>
        <item>
            <title>Community filtered journal RSS feeds


I was tryin...</title>
            <link>http://www.medworm.com/index.php?rid=485243&amp;cid=t_104222_132_f&amp;fid=35013&amp;url=http%3A%2F%2Fpbeltrao.blogspot.com%2F2007%2F03%2Fcommunity-filtered-journal-rss-feeds-i.html</link>
            <description>Community filtered journal RSS feedsI was trying out Yahoo pipes today to see how much we can actually program with it. It has some loop functions and regex filters but otherwise it is currently a bit limited. One thing that it is very good for is to combine and filter RSS feeds. Imagine that you want to get all the papers of a journal (or a group of journals) but only if someone else has for some reason found them interesting. This was what I tried to do with this pipe. I piped the RSS feed for MSB through a Yahoo query restricted to Connotea or Citeulike and in return I get a feed for the papers that have been tagged by other people in these sites. The problem is that this relies on the yahoo search, so it has to wait for yahoo to crawl those sites before it identifies the a new tagged p...</description>
            <author>Public Rambling</author>
            <type>blogs</type>
        <comments>http://www.medworm.com/rss/comments.php?id=485243</comments>
            <pubDate>Fri, 16 Mar 2007 16:38:00 +0100</pubDate>
            <guid isPermaLink="false">485243</guid>        </item>
    </channel>
</rss>

