<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>YOKOFAKUN via MedWorm.com</title>
        <description>MedWorm.com provides a medical RSS filtering service. Over 6000 RSS medical sources are combined and output via different filters. This feed contains the latest items from the 'YOKOFAKUN' source.</description>
        <link><![CDATA[http://www.medworm.com/rss/search.php?qu=YOKOFAKUN&t=YOKOFAKUN&s=Search&f=source]]></link>
        <lastBuildDate>Wed, 19 Nov 2008 22:56:08 +0100</lastBuildDate>
        <item>
            <title>Sparql for solubility/rdf: my notebook</title>
            <link>http://plindenbaum.blogspot.com/2008/11/sparql-for-solubilityrdf-my-notebook.html</link>
            <description>In a recent thread on FriendFeed , I've transformed Jean-Claude's Bradley's data about the solubility of some compounds into RDF.

The original data set looks like this:

The RDF version looks like this: (Source: YOKOFAKUN)</description>
            <author>YOKOFAKUN</author>
            <type>blogs</type>
        <comments>http://www.medworm.com/rss/comments.php?id=1951953</comments>
            <pubDate>Tue, 11 Nov 2008 05:00:00 +0100</pubDate>
            <guid isPermaLink="false">1951953</guid>        </item>
        <item>
            <title>Ibm many eyes wikified.</title>
            <link>http://plindenbaum.blogspot.com/2008/11/ibm-many-eyes-wikified.html</link>
            <description>I've just received my invitation to test the wikified version of ManyEyes.
http://manyeyes.alphaworks.ibm.com/wikified/

(see my old post about ManyEyes [here]). This wikified version is really cool. Your data are edited in a wiki. For example I've downloaded a count of the snps on the human genome from the UCSC:mysql --user=genome --host=genome-mysql.cse.ucsc.edu -A -D hg18 -e 'select chrom,( (Source: YOKOFAKUN)</description>
            <author>YOKOFAKUN</author>
            <type>blogs</type>
        <comments>http://www.medworm.com/rss/comments.php?id=1939157</comments>
            <pubDate>Wed, 05 Nov 2008 05:00:00 +0100</pubDate>
            <guid isPermaLink="false">1939157</guid>        </item>
        <item>
            <title>The ebi/intact web-service api, my notebook</title>
            <link>http://plindenbaum.blogspot.com/2008/10/ebiintact-web-service-api-my-notebook.html</link>
            <description>This post covers my experience with the IntAct API at EBI. IntAct provides a freely available, open source database system and analysis tools for protein interaction data. All interactions are derived from literature curation or direct user submissions and are freely available.

This web service is invoked for searching binary interactions, it is described (but not documented...) as a WSDL file (Source: YOKOFAKUN)</description>
            <author>YOKOFAKUN</author>
            <type>blogs</type>
        <comments>http://www.medworm.com/rss/comments.php?id=1924518</comments>
            <pubDate>Thu, 30 Oct 2008 04:00:00 +0100</pubDate>
            <guid isPermaLink="false">1924518</guid>        </item>
        <item>
            <title>Embl/strings: find interactors at 2 degrees of separation my notebook.</title>
            <link>http://plindenbaum.blogspot.com/2008/10/emblstrings-find-interactors-at-2.html</link>
            <description>Thank (again) to the Life Scientists on FriendFeed I've discoreved the API of STRING8 ( STRING 8—a global view on proteins and their functional interactions in 630 organisms NAR 2008): STRING is a database and web resource dedicated to protein–protein interactions, including both physical and functional interactions..


I've used this API to find the partners of a protein at two degrees of (Source: YOKOFAKUN)</description>
            <author>YOKOFAKUN</author>
            <type>blogs</type>
        <comments>http://www.medworm.com/rss/comments.php?id=1921009</comments>
            <pubDate>Wed, 29 Oct 2008 04:00:00 +0100</pubDate>
            <guid isPermaLink="false">1921009</guid>        </item>
        <item>
            <title>A survey of the proteins in wikipedia</title>
            <link>http://plindenbaum.blogspot.com/2008/10/survey-of-proteins-on-wikipedia.html</link>
            <description>Via FriendFeed I've started a collaboration with Andrew Su on the state of the articles about the proteins in wikipedia.
I've used the media wiki (http://en.wikipedia.org/w/api.php) to extract the revisions, the sizes of all the articles containing the Template:PBB_Summary.
A result of this survey is available here.
We first tried to use IBM/Many eyes to display the results, but the applet ran (Source: YOKOFAKUN)</description>
            <author>YOKOFAKUN</author>
            <type>blogs</type>
        <comments>http://www.medworm.com/rss/comments.php?id=1921008</comments>
            <pubDate>Wed, 29 Oct 2008 04:00:00 +0100</pubDate>
            <guid isPermaLink="false">1921008</guid>        </item>
        <item>
            <title>Javadoc is not enough: java2dot</title>
            <link>http://plindenbaum.blogspot.com/2008/10/javadoc-is-not-enough-java2dia.html</link>
            <description>I just wrote a tiny tool used to draw a graph for a java hierarchy. The input of the program is a set of jar files and the name of the classes to be displayed.

The source code is available here:
http://code.google.com/p/lindenb/source/browse/trunk/proj/tinytools/src/org/lindenb/tinytools/Java2Dot.java. The information about each class is obtained using the java.lang.reflect API and the classes (Source: YOKOFAKUN)</description>
            <author>YOKOFAKUN</author>
            <type>blogs</type>
        <comments>http://www.medworm.com/rss/comments.php?id=1901575</comments>
            <pubDate>Tue, 21 Oct 2008 04:00:00 +0100</pubDate>
            <guid isPermaLink="false">1901575</guid>        </item>
        <item>
            <title>Creating dia diagrams from mysql via xslt</title>
            <link>http://plindenbaum.blogspot.com/2008/10/creating-dia-diagrams-from-mysql-via.html</link>
            <description>During a conversation on FriendFeed about using inkscape and Dia, Chris Lasher asked me if I tried to use inkscape to create diagrams in SVG format. This gave me the idea to have a new/fresh look at Dia and see if I could use it for my self-interest (I should soon manage a mysql database with plenty of tables but I'm missing such schema). Dia (http://www.gnome.org/projects/dia/ ) can be used to (Source: YOKOFAKUN)</description>
            <author>YOKOFAKUN</author>
            <type>blogs</type>
        <comments>http://www.medworm.com/rss/comments.php?id=1876100</comments>
            <pubDate>Mon, 13 Oct 2008 04:00:00 +0100</pubDate>
            <guid isPermaLink="false">1876100</guid>        </item>
        <item>
            <title>What is in a list of snp ? again, but a gui.</title>
            <link>http://plindenbaum.blogspot.com/2008/10/what-is-in-list-of-snp-again-but-gui.html</link>
            <description>In a previous post I described how I generated some wrappers in java to map the tables of the mysql database at the UCSC, and I wrote a tool to get the data about a set of snp (cytoband, genes, hapmap...). Today I was asked if I could transform this application into a GUI (the fear of the infamous command line.. again...)

That was straightforward to embed my code into an interactive software. I (Source: YOKOFAKUN)</description>
            <author>YOKOFAKUN</author>
            <type>blogs</type>
        <comments>http://www.medworm.com/rss/comments.php?id=1868561</comments>
            <pubDate>Thu, 09 Oct 2008 04:00:00 +0100</pubDate>
            <guid isPermaLink="false">1868561</guid>        </item>
        <item>
            <title>Building a presentation with inkscape + batik. my notebook.</title>
            <link>http://plindenbaum.blogspot.com/2008/10/building-presentation-with-inkscape.html</link>
            <description>OK, I hate PowerPoint ...

... and I hate OpenOffice/Impress

Next week, I'll present a talk about how to handle a bibliography with the tools available on the web (RSS, social bookmarking, zotero, etc...). Today I tried to build the slides using inkscape (the SVG editor) and apache batik (a Java-based toolkit for applications that want to use images in the SVG format).

Each slide was drawn (Source: YOKOFAKUN)</description>
            <author>YOKOFAKUN</author>
            <type>blogs</type>
        <comments>http://www.medworm.com/rss/comments.php?id=1865517</comments>
            <pubDate>Wed, 08 Oct 2008 04:00:00 +0100</pubDate>
            <guid isPermaLink="false">1865517</guid>        </item>
        <item>
            <title>Java wrappers for the tables of the ucsc/goldenpath</title>
            <link>http://plindenbaum.blogspot.com/2008/10/java-wrappers-for-tables-of.html</link>
            <description>Years ago, Jim Kent(UCSC) (the author of the BLAT algorithm) published in the Linux Journal &quot;autoSql and autoXml: Code Generators from the Genome Project&quot; the tools generate database definitions for SQL, write C header files with your data definitions and function prototypes, write C code to get data to and from C structures and generate C code for an XML parser.

For example the following 'as' (Source: YOKOFAKUN)</description>
            <author>YOKOFAKUN</author>
            <type>blogs</type>
        <comments>http://www.medworm.com/rss/comments.php?id=1852642</comments>
            <pubDate>Fri, 03 Oct 2008 04:00:00 +0100</pubDate>
            <guid isPermaLink="false">1852642</guid>        </item>
        <item>
            <title>Center for the study of human polymorphisms: week 3</title>
            <link>http://plindenbaum.blogspot.com/2008/09/center-for-study-of-human-polymorphisms_19.html</link>
            <description>In my previous post I showed how I used apache velocity to generate some 'C' code for the Operon project based on BerkeleyDB. I also generated the Makefiles and some Lex and Yacc files to create a simple language to query each database. Today I've compiled and linked my first applications. Each application will use my simple language to query each database without having to write a new piece of (Source: YOKOFAKUN)</description>
            <author>YOKOFAKUN</author>
            <type>blogs</type>
        <comments>http://www.medworm.com/rss/comments.php?id=1809807</comments>
            <pubDate>Fri, 19 Sep 2008 04:00:00 +0100</pubDate>
            <guid isPermaLink="false">1809807</guid>        </item>
        <item>
            <title>Generating c code with apache-velicity</title>
            <link>http://plindenbaum.blogspot.com/2008/09/generating-c-code-with-apache-velicity.html</link>
            <description>I'm currently working on Operon ( http://regulon.cng.fr/) a database developped by Mario Foglio at The National Center of Genotyping. The whole database/storage is developped around the Berkeley C API and I've been asked to write a clean 'C' API to access the data. Most data are stored with C structures and I wanted to quickly write the methods to:
* create a new instance of each structure
* free (Source: YOKOFAKUN)</description>
            <author>YOKOFAKUN</author>
            <type>blogs</type>
        <comments>http://www.medworm.com/rss/comments.php?id=1806330</comments>
            <pubDate>Wed, 17 Sep 2008 04:00:00 +0100</pubDate>
            <guid isPermaLink="false">1806330</guid>        </item>
        <item>
            <title>What is in a list of snp ?</title>
            <link>http://plindenbaum.blogspot.com/2008/09/what-is-in-list-of-snp.html</link>
            <description>Here is a common question: &quot;Here is a list of snp genotyped with a high p-value. Is there anything interesting in this snp list ? is there a common link between those snp ?&quot;.
Today, to answer this question, I've played with NCBI ELink. ELink checks for the existence of an external or  link from a list of one or more primary IDs; retrieves IDs and relevancy scores for links to (Source: YOKOFAKUN)</description>
            <author>YOKOFAKUN</author>
            <type>blogs</type>
        <comments>http://www.medworm.com/rss/comments.php?id=1802747</comments>
            <pubDate>Tue, 16 Sep 2008 04:00:00 +0100</pubDate>
            <guid isPermaLink="false">1802747</guid>        </item>
        <item>
            <title>Center for the study of human polymorphisms: week 1</title>
            <link>http://plindenbaum.blogspot.com/2008/09/center-for-study-of-human-polymorphisms.html</link>
            <description>I've started my first week at the center Center for the Study of Human Polymorphisms and today we had our first meeting with Mario Foglio and some other to define what will be my job in the following monthes. As I said, I will collaborate with the National Center of Genotyping on Operon, a feasible bioinformatics platform to centralize scientific software and biomedical data with internal results (Source: YOKOFAKUN)</description>
            <author>YOKOFAKUN</author>
            <type>blogs</type>
        <comments>http://www.medworm.com/rss/comments.php?id=1768943</comments>
            <pubDate>Fri, 05 Sep 2008 04:00:00 +0100</pubDate>
            <guid isPermaLink="false">1768943</guid>        </item>
        <item>
            <title>Ubiquity: arf-arf ! smooch ! achoo! wee woo !</title>
            <link>http://plindenbaum.blogspot.com/2008/09/ubiquity-arf-arf-smooch-achoo-wee-woo.html</link>
            <description>Ok, after a few others (Pawel, Thomas Lemberger, Egon,  )I've succumbed to Mozilla Ubiquity, an experimental Firefox extension that (they say) gives you a powerful way to interact with the Web. The following useless script comics inserts a speech balloon using the font samples from http://www.dafont.com/

CmdUtils.CreateCommand({
 name: &quot;comics&quot;,
 author: { name: &quot;Pierre Lindenbaum&quot;, email: &quot; (Source: YOKOFAKUN)</description>
            <author>YOKOFAKUN</author>
            <type>blogs</type>
        <comments>http://www.medworm.com/rss/comments.php?id=1754747</comments>
            <pubDate>Tue, 02 Sep 2008 04:00:00 +0100</pubDate>
            <guid isPermaLink="false">1754747</guid>        </item>
        <item>
            <title>I'm not looking for a job anymore: welcome at the ceph</title>
            <link>http://plindenbaum.blogspot.com/2008/09/im-not-looking-for-job-anymore-welcome.html</link>
            <description>Today was my first day as a bioinformatician at the Center for the Study of Human Polymorphisms (CEPH http://www.cephb.fr/en/cephdb) and I want to thank my former colleagues Christine K and Philippe Gesnouin (philguess on twitter/FF ) who helped me to find this position. It's a short term contract (one year).

The CEPH is localized in Paris near the St-Louis Hospital and the &quot;Place de la (Source: YOKOFAKUN)</description>
            <author>YOKOFAKUN</author>
            <type>blogs</type>
        <comments>http://www.medworm.com/rss/comments.php?id=1750213</comments>
            <pubDate>Mon, 01 Sep 2008 04:00:00 +0100</pubDate>
            <guid isPermaLink="false">1750213</guid>        </item>
        <item>
            <title>Mesh fequencies &amp; pubmed articles</title>
            <link>http://plindenbaum.blogspot.com/2008/08/mesh-fequencies-pubmed-articles.html</link>
            <description>In a recent post on his blog, David Rothman was asked for a 3rd Party PubMed/MEDLINE Tool: What I’d like to do is to be able to enter the PMIDs of several citations and have the tool search MEDLINE via PubMed for the assigned MeSH terms, and return a single list of the terms used by any of the entered citations with a measurement of frequency. For example, if I input PMIDs 16234728, 15674923, and (Source: YOKOFAKUN)</description>
            <author>YOKOFAKUN</author>
            <type>blogs</type>
        <comments>http://www.medworm.com/rss/comments.php?id=1746353</comments>
            <pubDate>Sat, 30 Aug 2008 04:00:00 +0100</pubDate>
            <guid isPermaLink="false">1746353</guid>        </item>
        <item>
            <title>My old thesis presentation</title>
            <link>http://plindenbaum.blogspot.com/2008/08/my-old-thesis-presentation.html</link>
            <description>I found the my thesis presentation (in french, 2000) in the old iBook I left in my cellar.
RoXaN, une nouvelle protéine cellulaire interagissant avec la protéine non-structurale NSP3 du RotavirusView SlideShare presentation or Upload your own. (tags: roxan protein)

It is really outdated now :-) ....

I wonder how I would write this presentation now... this makes me think about this presentation (Source: YOKOFAKUN)</description>
            <author>YOKOFAKUN</author>
            <type>blogs</type>
        <comments>http://www.medworm.com/rss/comments.php?id=1746352</comments>
            <pubDate>Sat, 30 Aug 2008 04:00:00 +0100</pubDate>
            <guid isPermaLink="false">1746352</guid>        </item>
        <item>
            <title>Feeling like a newbie: parsing ncbi-tinyseq with ruby</title>
            <link>http://plindenbaum.blogspot.com/2008/07/feeling-like-newbie-parsing-ncbi.html</link>
            <description>I've been recently interested in the new popular language Ruby and its web framework Rails for two reasons:
First,this picture:
Second, Matt Wood's blog about bioinformatics and ruby.

So here is my very first experience with ruby. The book I used was 

Very good for learning but a little bit outdated. And I shoudl have started with a book about ruby only.

I've downloaded rails as described here (Source: YOKOFAKUN)</description>
            <author>YOKOFAKUN</author>
            <type>blogs</type>
        <comments>http://www.medworm.com/rss/comments.php?id=1652374</comments>
            <pubDate>Fri, 25 Jul 2008 04:00:00 +0100</pubDate>
            <guid isPermaLink="false">1652374</guid>        </item>
        <item>
            <title>Scifoaf 2.0</title>
            <link>http://plindenbaum.blogspot.com/2008/07/scifoaf-20.html</link>
            <description>If you're following me on twitter or on friendfeed you may know that I've re-written a new version of SciFOAF.

Here is the documentation:

What is SciFOAF
SciFOAF is the second version of a tool I created to build a FOAF/RDF file from your publications in ncbi/pubmed. The FOAF project defines a semantic format based on RDF/XML to define persons or groups, their relationships, as well as their (Source: YOKOFAKUN)</description>
            <author>YOKOFAKUN</author>
            <type>blogs</type>
        <comments>http://www.medworm.com/rss/comments.php?id=1640295</comments>
            <pubDate>Mon, 21 Jul 2008 04:00:00 +0100</pubDate>
            <guid isPermaLink="false">1640295</guid>        </item>
        <item>
            <title>Bye ! bye ! my private web server !</title>
            <link>http://plindenbaum.blogspot.com/2008/07/bye-bye-my-personnal-server.html</link>
            <description>I'm about to leave my current job. Thus, soon or later, the web server where I stored my stuff will diseappear. Most of those items have been introduced on this blog.

Pubmed2connotea: A Greasemonkey user script which alters the content web page when browsing your bibliography on NCBI pubmed by inserting a new hyperlink &quot;Add to Connotea/citeulike/delicious&quot;. I've transfered the script on http:// (Source: YOKOFAKUN)</description>
            <author>YOKOFAKUN</author>
            <type>blogs</type>
        <comments>http://www.medworm.com/rss/comments.php?id=1560902</comments>
            <pubDate>Tue, 01 Jul 2008 04:00:00 +0100</pubDate>
            <guid isPermaLink="false">1560902</guid>        </item>
        <item>
            <title>Parsing json with javacc my notebook.</title>
            <link>http://plindenbaum.blogspot.com/2008/07/parsing-json-with-javacc-my-notebook.html</link>
            <description>Although I didn't wrote a new great programming language, I had a little experience with C lexers/parsers especialy with lex/yacc|flex/bison , a LALR parser. Now I'm programming in Java, I've been looking for the parsers available for this language: the most popular tools seems to be the top-down parsers javacc and antlr. In this post I show how I wrote a simple javacc parser reading a JSON (Source: YOKOFAKUN)</description>
            <author>YOKOFAKUN</author>
            <type>blogs</type>
        <comments>http://www.medworm.com/rss/comments.php?id=1560901</comments>
            <pubDate>Tue, 01 Jul 2008 04:00:00 +0100</pubDate>
            <guid isPermaLink="false">1560901</guid>        </item>
        <item>
            <title>Bioinformatics zen : bioinformatics career survey</title>
            <link>http://plindenbaum.blogspot.com/2008/07/bioinformatics-zen-bioinformatics.html</link>
            <description>Via Bioinformatics Zen:
Loading...

If you’d like to embed this form in your own webpage or blog, using the following HTML.Loading... (Source: YOKOFAKUN)</description>
            <author>YOKOFAKUN</author>
            <type>blogs</type>
        <comments>http://www.medworm.com/rss/comments.php?id=1560900</comments>
            <pubDate>Tue, 01 Jul 2008 04:00:00 +0100</pubDate>
            <guid isPermaLink="false">1560900</guid>        </item>
        <item>
            <title>I'm looking for a job !</title>
            <link>http://plindenbaum.blogspot.com/2008/06/im-looking-for-job.html</link>
            <description>Hi all,
I've just given my letter of resignation to my current employer , thus I'll be free from my professional obligations on September 1st and from now on I'm looking for a new fascinating job combining biology and informatics near Paris, France. This blog is a proof of my passion and my motivation for this area of interest. Recruiters can contact me via e-mail ( plindenbaum at yahoo fr ) and (Source: YOKOFAKUN)</description>
            <author>YOKOFAKUN</author>
            <type>blogs</type>
        <comments>http://www.medworm.com/rss/comments.php?id=1508475</comments>
            <pubDate>Tue, 10 Jun 2008 04:00:00 +0100</pubDate>
            <guid isPermaLink="false">1508475</guid>        </item>
        <item>
            <title>Pubmed, impact factors, sorting and friendfeed</title>
            <link>http://plindenbaum.blogspot.com/2008/06/pubmed-impact-factors-sorting-and.html</link>
            <description>I recently said on twitter that I wished I could sort the articles on pubmed using the impact factors of the journals. What followed was a demonstration of the power of friendfeed and was also observed under some other circumstances by Deepak Singh, Pedro Beltrao and some others... Within a day several persons joined the conversation on friendfeed and among them, Lars Juhl Jensen and Deepak (Source: YOKOFAKUN)</description>
            <author>YOKOFAKUN</author>
            <type>blogs</type>
        <comments>http://www.medworm.com/rss/comments.php?id=1508474</comments>
            <pubDate>Tue, 10 Jun 2008 04:00:00 +0100</pubDate>
            <guid isPermaLink="false">1508474</guid>        </item>
        <item>
            <title>Ncbi blast+ xslt =&gt; xhtml + svg</title>
            <link>http://plindenbaum.blogspot.com/2008/05/ncbi-blast-xslt-xhtml-svg.html</link>
            <description>This post was inspired by the article Processing and duplicons on human chromosomes sent by Paulo Nuin yesterday and the short discussion that followed on FriendFeed. Paulo described in this article how the processing tool was used to display an output of ncbi-blast. 

Here I show how a XSLT stylesheet can be used to transform a Blast into a XHTML+SVG page.

The stylesheet described here is (Source: YOKOFAKUN)</description>
            <author>YOKOFAKUN</author>
            <type>blogs</type>
        <comments>http://www.medworm.com/rss/comments.php?id=1472521</comments>
            <pubDate>Tue, 27 May 2008 04:00:00 +0100</pubDate>
            <guid isPermaLink="false">1472521</guid>        </item>
        <item>
            <title>Science!</title>
            <link>http://plindenbaum.blogspot.com/2008/05/science.html</link>
            <description>SCIENCE ! (Source: YOKOFAKUN)</description>
            <author>YOKOFAKUN</author>
            <type>blogs</type>
        <comments>http://www.medworm.com/rss/comments.php?id=1467881</comments>
            <pubDate>Mon, 26 May 2008 04:00:00 +0100</pubDate>
            <guid isPermaLink="false">1467881</guid>        </item>
        <item>
            <title>Leonard colebrook: creating a biography in wikipedia</title>
            <link>http://plindenbaum.blogspot.com/2008/05/leonard-colebrook-creating-biography-in.html</link>
            <description>Today I created a new article in wikipedia about Leonard Colebrook who was an &quot; English medical researcher who introduced the use of Prontosil, the first sulfonamide drug, as a cure for puerperal, or childbed, fever, a condition resulting from infection after childbirth or abortion (Encyclopaedia Britannica)&quot; (Let's be clear, I didn't know who was that guy till today). Here is how I wrote this (Source: YOKOFAKUN)</description>
            <author>YOKOFAKUN</author>
            <type>blogs</type>
        <comments>http://www.medworm.com/rss/comments.php?id=1467882</comments>
            <pubDate>Sun, 25 May 2008 04:00:00 +0100</pubDate>
            <guid isPermaLink="false">1467882</guid>        </item>
        <item>
            <title>Twitter m'a tuer</title>
            <link>http://plindenbaum.blogspot.com/2008/05/twitter-ma-tuer.html</link>
            <description>Just like Paweł Szczęsny ( on http://freelancingscience.com), I'm using less and less this blog favor of twitter, especially for the short posts .

For example, yesterday I sent this information on twitter: &quot;NCBI announces a pyhton and a perl wrapper for the NCBI C++ toolkit&quot;.

I'm also starting using friendfeed. 

Image found here

Pierre (Source: YOKOFAKUN)</description>
            <author>YOKOFAKUN</author>
            <type>blogs</type>
        <comments>http://www.medworm.com/rss/comments.php?id=1446129</comments>
            <pubDate>Fri, 16 May 2008 04:00:00 +0100</pubDate>
            <guid isPermaLink="false">1446129</guid>        </item>
        <item>
            <title>Bio-twitters, unite !</title>
            <link>http://plindenbaum.blogspot.com/2008/04/bio-twitters-unite.html</link>
            <description>If your a scientist, a bioinformatician, etc... join the scientific community of the biotwitters on http://twitter.com. Follow @biotecher to find all the biotwitters in one place (Thanks Attila !) and follow me on @yokofakun.

If you don't know twitter, here is a short video about it:


Pierre (Source: YOKOFAKUN)</description>
            <author>YOKOFAKUN</author>
            <type>blogs</type>
        <comments>http://www.medworm.com/rss/comments.php?id=1370781</comments>
            <pubDate>Mon, 14 Apr 2008 04:00:00 +0100</pubDate>
            <guid isPermaLink="false">1370781</guid>        </item>
        <item>
            <title>Berkeleydb and hapmap: my notebook.</title>
            <link>http://plindenbaum.blogspot.com/2008/04/berkeleydb-and-hapmap-my-notebook.html</link>
            <description>I'm currently trying to find the best way to store some genotypes. For example I need to store 278.766.958 illumina genotypes (marker,individual, allele1, allele2) and mysql, even with indexes, is getting slow when I'm looking for the Mendelian incompatibilities. Deepak suggested via twitter to use HDF5 but as far as I understand the documentation, HDF5 is &quot;just&quot; a smarter implementation of the (Source: YOKOFAKUN)</description>
            <author>YOKOFAKUN</author>
            <type>blogs</type>
        <comments>http://www.medworm.com/rss/comments.php?id=1352088</comments>
            <pubDate>Fri, 04 Apr 2008 04:00:00 +0100</pubDate>
            <guid isPermaLink="false">1352088</guid>        </item>
        <item>
            <title>Study collaborators included in pubmed</title>
            <link>http://plindenbaum.blogspot.com/2008/04/study-collaborators-included-in-pubmed.html</link>
            <description>Via NLM Technical Bulletin:

As of November 2007, there were over 57,000 occurrences of group (corporate) authors in MEDLINE/PubMed with over 17,000 citations with no co-occurring personal authors. Not everyone involved in a group is actually writing or authoring the paper, however. NLM agrees (...) that &quot;Authorship credit should be based onsubstantial contributions to conception and design, or (Source: YOKOFAKUN)</description>
            <author>YOKOFAKUN</author>
            <type>blogs</type>
        <comments>http://www.medworm.com/rss/comments.php?id=1349607</comments>
            <pubDate>Thu, 03 Apr 2008 04:00:00 +0100</pubDate>
            <guid isPermaLink="false">1349607</guid>        </item>
        <item>
            <title>Xul4wikipedia</title>
            <link>http://plindenbaum.blogspot.com/2008/03/xul4wikipedia.html</link>
            <description>I've added a few more individuals in my History Of Science and I've also tried to generate an iCal version of this dataset to display the birth/death dates of all those persons (http://lindenb.integragen.org/xulhistory/history.ical) however there is a bug in this file as the events are not correctly displayed in google-calendar. Does anyone knows why ?

There is now a new beautiful version of (Source: YOKOFAKUN)</description>
            <author>YOKOFAKUN</author>
            <type>blogs</type>
        <comments>http://www.medworm.com/rss/comments.php?id=1306544</comments>
            <pubDate>Mon, 17 Mar 2008 04:00:00 +0100</pubDate>
            <guid isPermaLink="false">1306544</guid>        </item>
        <item>
            <title>Pubmed xml references to wikipedia ref</title>
            <link>http://plindenbaum.blogspot.com/2008/03/pubmed-xml-references-to-wikipedia-ref.html</link>
            <description>I wrote a simple xsl stylesheet which transform the XML output from pubmed to a wikipedia .
The xsl fle is available here:

http://lindenb.googlecode.com/svn/trunk/src/xsl/pubmed2wiki.xsl

I used it with an article about Sir John Robert Vane who discovered the action of aspirin on prostaglandin biosynthesis. (Source: YOKOFAKUN)</description>
            <author>YOKOFAKUN</author>
            <type>blogs</type>
        <comments>http://www.medworm.com/rss/comments.php?id=1306545</comments>
            <pubDate>Sun, 16 Mar 2008 04:00:00 +0100</pubDate>
            <guid isPermaLink="false">1306545</guid>        </item>
        <item>
            <title>Custom search engine for bioinformatics</title>
            <link>http://plindenbaum.blogspot.com/2008/03/custom-search-engine-for-bioinformatics.html</link>
            <description>Mostly because I need this every time, I wrote a few &quot;Custom Search&quot; engines for dbSNP, Hapmap and the ICSC Genome Browser. Those engines are available at http://lindenb.integragen.org/opensearch/opensearch.html.

Pierre (Source: YOKOFAKUN)</description>
            <author>YOKOFAKUN</author>
            <type>blogs</type>
        <comments>http://www.medworm.com/rss/comments.php?id=1291046</comments>
            <pubDate>Mon, 10 Mar 2008 04:00:00 +0100</pubDate>
            <guid isPermaLink="false">1291046</guid>        </item>
        <item>
            <title>Freebase wikipedia extraction (wex)</title>
            <link>http://plindenbaum.blogspot.com/2008/02/freebase-wikipedia-extraction-wex.html</link>
            <description>Via the Freebase blog.

The Freebase Wikipedia Extraction (WEX) http://download.freebase.com/wex/ is a processed dump of the English language Wikipedia. The wiki markup for each article is transformed into machine-readable XML, and common relational features such as templates, infoboxes, categories, article sections, and redirects are extracted in tabular form.

Freebase WEX is provided as a set (Source: YOKOFAKUN)</description>
            <author>YOKOFAKUN</author>
            <type>blogs</type>
        <comments>http://www.medworm.com/rss/comments.php?id=1241935</comments>
            <pubDate>Tue, 19 Feb 2008 05:00:00 +0100</pubDate>
            <guid isPermaLink="false">1241935</guid>        </item>
        <item>
            <title>Freebase and the history of sciences</title>
            <link>http://plindenbaum.blogspot.com/2008/02/freebase-and-history-of-sciences.html</link>
            <description>(feed readers, this post is better displayed on the web site)
I've been looking for a way to get a structured description of the biographies of the scientists threw the History. One of my investigation led to wikistory, a webstart application based on the data extracted from Wikipedia by the project DBPedia.



However, the data collected from DBPedia are mostly based on the infoboxes and most of (Source: YOKOFAKUN)</description>
            <author>YOKOFAKUN</author>
            <type>blogs</type>
        <comments>http://www.medworm.com/rss/comments.php?id=1231876</comments>
            <pubDate>Thu, 14 Feb 2008 05:00:00 +0100</pubDate>
            <guid isPermaLink="false">1231876</guid>        </item>
        <item>
            <title>Creating an xul extension for mozilla/firefox: my notebook.</title>
            <link>http://plindenbaum.blogspot.com/2008/02/creating-xul-extension-for.html</link>
            <description>(RSS readers, this file is better displayed on my blog)
Here is my notebook on how to create an extension for firefox. The following example was tested with firefox 2.0.0.11. This extension is used to insert a few default templates (such as Template:Infobox_scientist ) when editing a biography on Wikipedia.

First, create a new profile for firefox, say TEST by invoking firefox with option '-P' (Source: YOKOFAKUN)</description>
            <author>YOKOFAKUN</author>
            <type>blogs</type>
        <comments>http://www.medworm.com/rss/comments.php?id=1196725</comments>
            <pubDate>Sat, 02 Feb 2008 05:00:00 +0100</pubDate>
            <guid isPermaLink="false">1196725</guid>        </item>
        <item>
            <title>Scrollable html table</title>
            <link>http://plindenbaum.blogspot.com/2008/01/scrollable-html-table.html</link>
            <description>A CSS tip I learned today: you can get a scrollable HTML table by using overflow in the associated CSS stylesheet.




ACCPosition

NP_001004053 (Source: YOKOFAKUN)</description>
            <author>YOKOFAKUN</author>
            <type>blogs</type>
        <comments>http://www.medworm.com/rss/comments.php?id=1174927</comments>
            <pubDate>Thu, 24 Jan 2008 05:00:00 +0100</pubDate>
            <guid isPermaLink="false">1174927</guid>        </item>
        <item>
            <title>Introduction of new relationship types in go</title>
            <link>http://plindenbaum.blogspot.com/2008/01/introduction-of-new-relationship-types.html</link>
            <description>FYI: via the GO-friends mailing list.
We are pleased to announce that The Gene Ontology Consortium will
introduce three new relationship types
regulates
negatively_regulates
positively_regulates
into the BiologicalProcess ontology. (Source: YOKOFAKUN)</description>
            <author>YOKOFAKUN</author>
            <type>blogs</type>
        <comments>http://www.medworm.com/rss/comments.php?id=1173230</comments>
            <pubDate>Wed, 23 Jan 2008 05:00:00 +0100</pubDate>
            <guid isPermaLink="false">1173230</guid>        </item>
        <item>
            <title>Thomson scientific launches www.researcherid.com</title>
            <link>http://plindenbaum.blogspot.com/2008/01/thomson-scientific-launches.html</link>
            <description>http://www.researcherid.com

Thomson scientific launches researcher id.com to associate a researcher with their published works:

Unique Identifier Ensures An Accurate Record Of A Researcher’s Output And Attribution and Builds a World-class Author Community

Researcher ID is a global, multi-disciplinary scholarly research community. Each researcher listed is assigned a unique identifier, to aid (Source: YOKOFAKUN)</description>
            <author>YOKOFAKUN</author>
            <type>blogs</type>
        <comments>http://www.medworm.com/rss/comments.php?id=1158232</comments>
            <pubDate>Thu, 17 Jan 2008 05:00:00 +0100</pubDate>
            <guid isPermaLink="false">1158232</guid>        </item>
        <item>
            <title>Nucl. acids res.: database issue, january 2008</title>
            <link>http://plindenbaum.blogspot.com/2008/01/nucl-acids-res-database-issue-january.html</link>
            <description>The annual database issue of NAR is freely available at:http://nar.oxfordjournals.org/content/vol36/suppl_1/index.dtl?etoc

 The 2008 update includes 1078 databases, 110 more than the previous one. The links to more than 80 databases have been updated and 25 obsolete databases have been removed from the list.

Who can say: &quot;I'm a specialist in the databases in biology&quot; ? (Source: YOKOFAKUN)</description>
            <author>YOKOFAKUN</author>
            <type>blogs</type>
        <comments>http://www.medworm.com/rss/comments.php?id=1148189</comments>
            <pubDate>Mon, 14 Jan 2008 05:00:00 +0100</pubDate>
            <guid isPermaLink="false">1148189</guid>        </item>
        <item>
            <title>Scientists for better pcr</title>
            <link>http://plindenbaum.blogspot.com/2008/01/scientists-for-better-pcr.html</link>
            <description>Via:Coffee and Science. (Source: YOKOFAKUN)</description>
            <author>YOKOFAKUN</author>
            <type>blogs</type>
        <comments>http://www.medworm.com/rss/comments.php?id=1146404</comments>
            <pubDate>Fri, 11 Jan 2008 05:00:00 +0100</pubDate>
            <guid isPermaLink="false">1146404</guid>        </item>
        <item>
            <title>Java native interface (jni): notebook</title>
            <link>http://plindenbaum.blogspot.com/2008/01/java-native-interface-jni-notebook.html</link>
            <description>The JAVA Native Interface (JNI)allows Java code running in the Java virtual machine to call and (be called) some methods from libraries written in C/C++. I've learned this technology by trying to use the CURSES library (an API allowing the programmer to write text user interfaces in a terminal).

We starts by creating a java class: NCurses.java


   1 /* A JNI test */
   2  public class (Source: YOKOFAKUN)</description>
            <author>YOKOFAKUN</author>
            <type>blogs</type>
        <comments>http://www.medworm.com/rss/comments.php?id=1142445</comments>
            <pubDate>Thu, 10 Jan 2008 05:00:00 +0100</pubDate>
            <guid isPermaLink="false">1142445</guid>        </item>
        <item>
            <title>My fnotebook: apache tomcat / bioinformatics</title>
            <link>http://plindenbaum.blogspot.com/2007/12/my-fnotebook-apache-tomcat.html</link>
            <description>Hi all,
here is how I installed created and installed today a web application based on JSP (Java Server Page) and running on tomcat.


A prior knowledge on how deploying a web application with tomcat is required so this post is more a notebook than a tutorial.

First download tomcat 6.0, extract it:
wget -q &quot;http://apache.cict.fr/tomcat/tomcat-6/v6.0.14/bin/apache-tomcat-6.0.14.tar.gz&quot;
 tar xfz (Source: YOKOFAKUN)</description>
            <author>YOKOFAKUN</author>
            <type>blogs</type>
        <comments>http://www.medworm.com/rss/comments.php?id=1108688</comments>
            <pubDate>Thu, 20 Dec 2007 05:00:00 +0100</pubDate>
            <guid isPermaLink="false">1108688</guid>        </item>
        <item>
            <title>Shifthappens</title>
            <link>http://plindenbaum.blogspot.com/2007/12/shifthappens.html</link>
            <description>A great presentation about the future of eductation (somehow disheartening...)





see also: http://shifthappens.wikispaces.com/ (Source: YOKOFAKUN)</description>
            <author>YOKOFAKUN</author>
            <type>blogs</type>
        <comments>http://www.medworm.com/rss/comments.php?id=1100138</comments>
            <pubDate>Mon, 17 Dec 2007 05:00:00 +0100</pubDate>
            <guid isPermaLink="false">1100138</guid>        </item>
        <item>
            <title>Embedded &quot;manyeyes&quot; interactive visualization</title>
            <link>http://plindenbaum.blogspot.com/2007/12/embedded-manyeyes-interactive.html</link>
            <description>Today ManyEyes launched the ability to embed an interactive visualization into your own blog, personal webpage or any other page you think makes sense: see http://blog.many-eyes.com/2007/12/12/embeddable-visualizations-have-arrived/.



Pierre (Source: YOKOFAKUN)</description>
            <author>YOKOFAKUN</author>
            <type>blogs</type>
        <comments>http://www.medworm.com/rss/comments.php?id=1091368</comments>
            <pubDate>Thu, 13 Dec 2007 05:00:00 +0100</pubDate>
            <guid isPermaLink="false">1091368</guid>        </item>
        <item>
            <title>Ibd status applet</title>
            <link>http://plindenbaum.blogspot.com/2007/12/ibd-status-applet.html</link>
            <description>I've just released an applet called IBDStatus. This applet (java 6 is required) is freely available at:


http://lindenb.integragen.org/breakpoint/

This applet takes as input the breakpoint analysis data (Nature. Dib et al.(1996); 380:152-154) from the 'Fondation Jean-Dausset' (CEPH) and display the Identical By Descent (IBD) regions between a pair of related individuals. Two people share an (Source: YOKOFAKUN)</description>
            <author>YOKOFAKUN</author>
            <type>blogs</type>
        <comments>http://www.medworm.com/rss/comments.php?id=1090481</comments>
            <pubDate>Wed, 12 Dec 2007 05:00:00 +0100</pubDate>
            <guid isPermaLink="false">1090481</guid>        </item>
        <item>
            <title>Google chart api launched</title>
            <link>http://plindenbaum.blogspot.com/2007/12/google-chart-api-launched.html</link>
            <description>Today Google the Google Chart API a simple URL based tool for creating charts and graphs for websites.

For example the following url: 
 http://chart.apis.google.com/chart?
 chco=ff0000,00ff00,0000ff /* colors */
 &amp;cht=p3 /* Chart Type= Pie */
 &amp;chd=t:1,2,3,4 /* Values */
 &amp;chs=400x200 /* Dimension */
 &amp;chl=Nature|PNAS|Science|EMBO|Virology /* LABELS */


will display this image:




Pierre (Source: YOKOFAKUN)</description>
            <author>YOKOFAKUN</author>
            <type>blogs</type>
        <comments>http://www.medworm.com/rss/comments.php?id=1074980</comments>
            <pubDate>Thu, 06 Dec 2007 05:00:00 +0100</pubDate>
            <guid isPermaLink="false">1074980</guid>        </item>
        <item>
            <title>Pivot</title>
            <link>http://plindenbaum.blogspot.com/2007/12/pivot.html</link>
            <description>FYI: I put 'pivot' in the project hosted at http://code.google.com/ where I put some of my (open) source codes. Pivot is a java command-line tool, it digests a tabular source and prints a summary of the data. See the wiki page for more information http://code.google.com/p/lindenb/wiki/Pivot.

Pierre (Source: YOKOFAKUN)</description>
            <author>YOKOFAKUN</author>
            <type>blogs</type>
        <comments>http://www.medworm.com/rss/comments.php?id=1064230</comments>
            <pubDate>Sun, 02 Dec 2007 05:00:00 +0100</pubDate>
            <guid isPermaLink="false">1064230</guid>        </item>
    </channel>
</rss>
