<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>fgibson.com</title>
	<atom:link href="http://fgibson.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://fgibson.com</link>
	<description>CC-BY: Informatic musings by Frank Gibson</description>
	<lastBuildDate>Wed, 24 Apr 2013 23:28:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='fgibson.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>fgibson.com</title>
		<link>http://fgibson.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://fgibson.com/osd.xml" title="fgibson.com" />
	<atom:link rel='hub' href='http://fgibson.com/?pushpress=hub'/>
		<item>
		<title>DITA &#8211; A framework for scientific publishing?</title>
		<link>http://fgibson.com/2011/02/01/dita-a-framework-for-scientific-publishing/</link>
		<comments>http://fgibson.com/2011/02/01/dita-a-framework-for-scientific-publishing/#comments</comments>
		<pubDate>Tue, 01 Feb 2011 10:30:03 +0000</pubDate>
		<dc:creator>peanutbutter</dc:creator>
				<category><![CDATA[data standards]]></category>
		<category><![CDATA[Journals Publishing]]></category>
		<category><![CDATA[beyondthepdf]]></category>
		<category><![CDATA[BTPDF]]></category>
		<category><![CDATA[Darwin Information Typing Architecture]]></category>
		<category><![CDATA[Data Formats]]></category>
		<category><![CDATA[DITA]]></category>
		<category><![CDATA[Docbook]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[Markup Languages]]></category>
		<category><![CDATA[Scientific journal]]></category>
		<category><![CDATA[scientific publishing]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[XML schema]]></category>

		<guid isPermaLink="false">http://fgibson.com/?p=238</guid>
		<description><![CDATA[There are two industry recognised standards for XML based documentation. These are Docbook and DITA (Darwin Information Typing Architecture). Docbook is the older of the two specifications and created specifically for technical documentation. DITA, is a younger specification which grew out of IBM, and is referred to as having its own architecture and was designed to provide [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fgibson.com&#038;blog=238521&#038;post=238&#038;subd=peanutbutter&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>There are two industry recognised standards for <a class="zem_slink" title="XML" rel="wikipedia" href="http://en.wikipedia.org/wiki/XML">XML</a> based documentation. These are <a href="http://www.docbook.org/">Docbook</a> and <a href="http://docs.oasis-open.org/dita/v1.2/spec/DITA1.2-spec.html">DITA</a> (<a class="zem_slink" title="Darwin Information Typing Architecture" rel="wikipedia" href="http://en.wikipedia.org/wiki/Darwin_Information_Typing_Architecture">Darwin Information Typing Architecture</a>).</p>
<p>Docbook is the older of the two specifications and created specifically for technical documentation. DITA, is a younger specification which grew out of IBM, and is referred to as having its own architecture and was designed to provide structure to more than just a book. Both specifications are <a href="http://www.oasis-open.org">OASIS standards</a>.</p>
<p style="text-align:center;">﻿<a href="http://peanutbutter.files.wordpress.com/2011/02/topic.jpg"><img class="size-medium wp-image-239 aligncenter" title="A DITA Topic" src="http://peanutbutter.files.wordpress.com/2011/02/topic.jpg?w=218&#038;h=300" alt="A DITA topic" width="218" height="300" /></a></p>
<p style="text-align:left;">As with XML schemas, both specifications can be extended to include bespoke features. However, Docbook is based more on a book structure with Sections and subsections, where as DITA is built around topics that can be built up in any arrangement based on a document map.  A DITA topic is open to specialisation itself, however, a topic has only three required elements</p>
<ol>
<li>An id attribute</li>
<li>A title</li>
<li>A body</li>
</ol>
<div style="text-align:left;">A topic also has numerous optional elements, utilising <a class="zem_slink" title="HTML" rel="wikipedia" href="http://en.wikipedia.org/wiki/HTML">HTML syntax</a>. e.g,</p>
<ul>,</ul>
</div>
<p style="text-align:left;">&nbsp;</p>
<p style="text-align:left;"><a href="http://peanutbutter.files.wordpress.com/2011/02/ditamap.jpg"><img class="aligncenter size-medium wp-image-240" title="ditamap" src="http://peanutbutter.files.wordpress.com/2011/02/ditamap.jpg?w=199&#038;h=300" alt="DITAMAP" width="199" height="300" /></a></p>
<p style="text-align:left;">A topic can exist as a single XML file which can be composed into any arrangement for publication through the use of a document map. A DITA structure would present a more flexible architecture where the same “topic”, i.e a journal article section, such as an abstract, materials and methods, or results, could be included with ease more than one publication, correctly referenced. In this respect DITA is more like an object-oriented document schema, and can be more easily repurposed (in terms of structure) for any output format (i.e pdf, HTML). In the same respect, Docbook can be configured with some work to behave on a more topic by topic basis and DITA can support a book based methodology. They are after all both XML schemas and are equally extensible or open to specialisation.</p>
<p style="text-align:left;">As its a standard, whole ecosystems have emerged which makes use of the DITA architecture. For example, <a title="Dita for publishers" href="http://dita4publishers.sourceforge.net/">DITA for publishers</a> provides libraries to convert DITA markup into HTML, PDF, EPUB, and Kindle rendering support. This allows content structures in DITA to be repurposed for different audiences or different devices with relative ease.</p>
<p style="text-align:left;">I have recently started using DITA as an architecture to represent content, primarily designed for books. However, with new demands appearing for different delivery mechanisms of the traditional textbook, such as Web delivery and ebooks, DITA is proving to be immensely powerful to deliver the same content through different mediums with relative ease and speed. In using it, it seems obvious that a DITA architecture would benefit the representation of content within a journal article, allowing references re-purposing and multiple format delivery. Maybe a topic for discussion through the <a title="Beyond the PDF" href="https://sites.google.com/site/beyondthepdf/">Beyond the PDF </a>forum.</p>
<p style="text-align:left;">In the end, it&#8217;s just XML, so I wont repeat the virtues of content markup through XML. However, for me its main advantage is the object oriented -like topic structure as a working architecture.</p>
<h6 class="zemanta-related-title" style="font-size:1em;">Related articles</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://www.devx.com/semantic/Article/42543/1954">Using RDFa with DITA and DocBook</a> (devx.com)</li>
<li class="zemanta-article-ul-li"><a href="http://docs.oasis-open.org/dita/v1.2/cs01/spec/archSpec/lc_spec_Overview_usecases.html">Dita Educational Use cases</a> (docs.oasis-open.org)</li>
<li class="zemanta-article-ul-li"><a href="http://ffeathers.wordpress.com/2010/11/20/converting-documents-between-a-wiki-and-word-xml-framemaker-or-other-help-formats/">Converting documents between a wiki and Word, XML, FrameMaker or other help formats</a> (ffeathers.wordpress.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.teleread.com/ebooks/future-proofing-e-books-with-xml/">Future-proofing e-books with XML</a> (teleread.com)</li>
<li class="zemanta-article-ul-li"><a href="http://tc.eserver.org/37360.html">The PDF Landscape for DITA Content</a> (tc.eserver.org)</li>
</ul>
<div class="zemanta-pixie" style="margin-top:10px;height:15px;"><a class="zemanta-pixie-a" title="Enhanced by Zemanta" href="http://www.zemanta.com/"><img class="zemanta-pixie-img" style="border:none;float:right;" src="http://img.zemanta.com/zemified_e.png?x-id=108d65c0-bdc8-4af8-8294-35ad600f7f75" alt="Enhanced by Zemanta" /></a></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/peanutbutter.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/peanutbutter.wordpress.com/238/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fgibson.com&#038;blog=238521&#038;post=238&#038;subd=peanutbutter&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fgibson.com/2011/02/01/dita-a-framework-for-scientific-publishing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/3e4be56d9f760e6c51c46168270a4fa9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">peanutbutter</media:title>
		</media:content>

		<media:content url="http://peanutbutter.files.wordpress.com/2011/02/topic.jpg?w=118" medium="image">
			<media:title type="html">A DITA Topic</media:title>
		</media:content>

		<media:content url="http://peanutbutter.files.wordpress.com/2011/02/ditamap.jpg?w=199" medium="image">
			<media:title type="html">ditamap</media:title>
		</media:content>

		<media:content url="http://img.zemanta.com/zemified_e.png?x-id=108d65c0-bdc8-4af8-8294-35ad600f7f75" medium="image">
			<media:title type="html">Enhanced by Zemanta</media:title>
		</media:content>
	</item>
		<item>
		<title>Peanutbutter has been spread for the last time. Long live jam</title>
		<link>http://fgibson.com/2010/10/24/peanutbutter-has-been-spread-for-the-last-time-long-live-jam/</link>
		<comments>http://fgibson.com/2010/10/24/peanutbutter-has-been-spread-for-the-last-time-long-live-jam/#comments</comments>
		<pubDate>Sun, 24 Oct 2010 09:42:09 +0000</pubDate>
		<dc:creator>peanutbutter</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://fgibson.com/?p=226</guid>
		<description><![CDATA[Image by Rat Phlegm via Flickr On looking at the date on my last post, shamefully I realised I have not posted for over a year. Most, well all, of my activity has been via twitter and FriendFeed. The reason for the lack of posts is also related to why I started bloging in the first [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fgibson.com&#038;blog=238521&#038;post=226&#038;subd=peanutbutter&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<div class="zemanta-img zemanta-action-dragged" style="display:block;margin:1em;">
<div>
<dl class="wp-caption alignright">
<dt class="wp-caption-dt"><a href="http://www.flickr.com/photos/68671169@N00/2248294755"><img title="toast" src="http://farm3.static.flickr.com/2330/2248294755_af5d5988eb_m.jpg" alt="toast" width="240" height="160" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution">Image by <a href="http://www.flickr.com/photos/68671169@N00/2248294755">Rat Phlegm</a> via Flickr</dd>
</dl>
</div>
</div>
<p>On looking at the date on my last post, shamefully I realised I have not posted for over a year. Most, well all, of my activity has been via twitter and FriendFeed. The reason for the lack of posts is also related to why I started bloging in the first place. I created this blog when I was a Phd student and maintained it while I was a postdoc to discuss work, ideas and problems. With my move to the biotech industry I was not able to post so freely on work related issues.</p>
<p>I have now moved from being in the biotech industry to the publishing industry (see <a href="http://fgibson.com/about/">About page</a>) and I think I am in a position to blog a bit more freely than I have been previously. So with this in mind I have been doing some housekeeping. I have updated my about page accordingly. I have updated my publication page via referencing my <a class="zem_slink" title="Mendeley" rel="homepage" href="http://www.mendeley.com">Mendeley</a> public profile, as opposed to referencing my CiteULike profile.</p>
<p>However, the main change is that I have retired the &#8220;peanutbutter&#8221; meme  (hence the title for this post) and replaced it with fgibson.com (the jam). Hopefully wordpress will work its magic and maintain the mapping for all the subscriptions, but just incase, if you want to, please update your feed subscriptions to <a href="http://www.fgibson.com" rel="nofollow">http://www.fgibson.com</a></p>
<p>Maybe my top referring search term &#8220;is peanutbutter good for you health&#8221; will start to be replaced with more informatics relevant topics.</p>
<div class="zemanta-pixie" style="margin-top:10px;height:15px;"><a class="zemanta-pixie-a" title="Enhanced by Zemanta" href="http://www.zemanta.com/"><img class="zemanta-pixie-img" style="border:none;float:right;" src="http://img.zemanta.com/zemified_e.png?x-id=bcb90a53-1801-492c-a48f-11871421b442" alt="Enhanced by Zemanta" /></a></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/peanutbutter.wordpress.com/226/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/peanutbutter.wordpress.com/226/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fgibson.com&#038;blog=238521&#038;post=226&#038;subd=peanutbutter&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fgibson.com/2010/10/24/peanutbutter-has-been-spread-for-the-last-time-long-live-jam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/3e4be56d9f760e6c51c46168270a4fa9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">peanutbutter</media:title>
		</media:content>

		<media:content url="http://farm3.static.flickr.com/2330/2248294755_af5d5988eb_m.jpg" medium="image">
			<media:title type="html">toast</media:title>
		</media:content>

		<media:content url="http://img.zemanta.com/zemified_e.png?x-id=bcb90a53-1801-492c-a48f-11871421b442" medium="image">
			<media:title type="html">Enhanced by Zemanta</media:title>
		</media:content>
	</item>
		<item>
		<title>What does swine flu look like?</title>
		<link>http://fgibson.com/2009/07/22/what-does-swine-flu-look-like/</link>
		<comments>http://fgibson.com/2009/07/22/what-does-swine-flu-look-like/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 15:09:58 +0000</pubDate>
		<dc:creator>peanutbutter</dc:creator>
				<category><![CDATA[swine flu]]></category>
		<category><![CDATA[Conditions and Diseases]]></category>
		<category><![CDATA[Health]]></category>
		<category><![CDATA[Infectious disease]]></category>
		<category><![CDATA[Influenza]]></category>
		<category><![CDATA[Influenza A virus subtype H1N1]]></category>
		<category><![CDATA[Swine influenza]]></category>
		<category><![CDATA[Viral]]></category>
		<category><![CDATA[Virus]]></category>

		<guid isPermaLink="false">http://peanutbutter.wordpress.com/?p=200</guid>
		<description><![CDATA[If you have been following all the major news reports, such as the ones on the BBC then you will have probably have been bombarded  with images of a spherical virus with lots of spikes, as an image of what swine flu looks like. This would not be entirely correct. The first high resolution electron [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fgibson.com&#038;blog=238521&#038;post=200&#038;subd=peanutbutter&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>If you have been following all the major news reports, such as the ones on the<a href="http://news.bbc.co.uk/1/hi/uk/8161680.stm"> BBC</a> then you will have probably have been bombarded  with images of a spherical <a class="zem_slink" title="Virus" rel="wikipedia" href="http://en.wikipedia.org/wiki/Virus">virus</a> with lots of spikes, as an image of what <a class="zem_slink" title="Swine influenza" rel="wikipedia" href="http://en.wikipedia.org/wiki/Swine_influenza">swine flu</a> looks like. This would not be entirely correct. The first <a class="zem_slink" title="High-resolution transmission electron microscopy" rel="wikipedia" href="http://en.wikipedia.org/wiki/High-resolution_transmission_electron_microscopy">high resolution electron microscopy</a> images of the swine flu virus have been released which show that the virus is not spherical but rahter oblong in shape, as shown in the image below.</p>
<p><img class="aligncenter" src="http://www.nibsc.ac.uk/flu_site/images/b11-10-09.jpg" alt="" width="310" height="257" /></p>
<div class="zemanta-pixie" style="margin-top:10px;height:15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/5decef1b-c722-4154-8773-2e2a084633db/"><img class="zemanta-pixie-img" style="border:medium none;float:right;" src="http://img.zemanta.com/reblog_e.png?x-id=5decef1b-c722-4154-8773-2e2a084633db" alt="Reblog this post [with Zemanta]" /></a></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/peanutbutter.wordpress.com/200/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/peanutbutter.wordpress.com/200/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fgibson.com&#038;blog=238521&#038;post=200&#038;subd=peanutbutter&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fgibson.com/2009/07/22/what-does-swine-flu-look-like/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/3e4be56d9f760e6c51c46168270a4fa9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">peanutbutter</media:title>
		</media:content>

		<media:content url="http://www.nibsc.ac.uk/flu_site/images/b11-10-09.jpg" medium="image" />

		<media:content url="http://img.zemanta.com/reblog_e.png?x-id=5decef1b-c722-4154-8773-2e2a084633db" medium="image">
			<media:title type="html">Reblog this post [with Zemanta]</media:title>
		</media:content>
	</item>
		<item>
		<title>Attribution vs Citation: Do you know the difference?</title>
		<link>http://fgibson.com/2009/07/10/attribution-vs-citation-do-you-know-the-difference/</link>
		<comments>http://fgibson.com/2009/07/10/attribution-vs-citation-do-you-know-the-difference/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 12:23:45 +0000</pubDate>
		<dc:creator>peanutbutter</dc:creator>
				<category><![CDATA[bioinformatics]]></category>
		<category><![CDATA[data standards]]></category>
		<category><![CDATA[Journals Publishing]]></category>
		<category><![CDATA[life-science]]></category>
		<category><![CDATA[ontology]]></category>
		<category><![CDATA[open data]]></category>
		<category><![CDATA[open science]]></category>
		<category><![CDATA[attribution]]></category>
		<category><![CDATA[Creative Commons licenses]]></category>
		<category><![CDATA[Knowledge Management]]></category>
		<category><![CDATA[Knowledge Representation]]></category>
		<category><![CDATA[License]]></category>
		<category><![CDATA[Metadata]]></category>
		<category><![CDATA[OBO Foundry]]></category>
		<category><![CDATA[Wikipedia]]></category>

		<guid isPermaLink="false">http://peanutbutter.wordpress.com/?p=188</guid>
		<description><![CDATA[This is a cross-posted , two-author item available both from this and Allyson&#8217;s blog. Often the words &#8220;attribution&#8221; and &#8220;citation&#8221; are used interchangeably. However, in the context of ensuring your work gets the referencing it deserves when others make use of it, it is important that the differences between these two concepts are clear. This [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fgibson.com&#038;blog=238521&#038;post=188&#038;subd=peanutbutter&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><img class="alignnone" src="http://imgs.xkcd.com/comics/wikipedian_protester.png" alt="" width="425" height="271" /></p>
<p><em>This is a cross-posted , two-author item available both from this and <a href="http://themindwobbles.wordpress.com/" target="_blank">Allyson&#8217;s blog. </a></em></p>
<p><em>Often the words &#8220;attribution&#8221; and &#8220;citation&#8221; are used interchangeably. However, in the context of ensuring your work gets the referencing it deserves when others make use of it, it is important that the differences between these two concepts are clear. This article outlines the differences between attribution and citation, and suggests that what most scientists are interested in is not attribution, which can be ensured via <a class="zem_slink" title="License" rel="wikipedia" href="http://en.wikipedia.org/wiki/License">licensing</a> restrictions, but instead citation, which is a much tougher nut to crack.<br />
</em></p>
<p>At <a href="http://www.iscb.org/ismbeccb2009/" target="_blank">ISMB</a> last week, there were a number of conversations about the difference between attribution and citation. This topic was brought up again yesterday in a conversation between the two authors of this post, Frank and Allyson. It is an important distinction which is explored in this post.</p>
<p>First, some definitions for attribution and citation. These are not the only definitions possible, but for the purposes of this discussion, please keep these in mind.</p>
<p><strong>Attribution: Acknowledgement of the use of someone else&#8217;s information, data, or other work. Crucially, while Wikipedia has a fairly straightforward definition of citation, it does NOT mention even common ways that attribution should be implemented (see <a href="http://en.wikipedia.org/wiki/Attribution_%28copyright%29" target="_blank">Wikipedia attribution page</a>).<br />
</strong></p>
<p><strong>Citation: When you publish a paper that makes use of someone else&#8217;s information (data, <a class="zem_slink" title="Ontology (information science)" rel="wikipedia" href="http://en.wikipedia.org/wiki/Ontology_%28information_science%29">ontology</a>, etc.), you include in that paper a reference to the work of that other person or group. <a href="http://en.wikipedia.org/wiki/Citation" target="_blank">Wikipedia</a> states that it is a &#8220;reference to a published or unpublished source&#8221; whose prime purpose is of &#8220;intellectual honesty&#8221;</strong><strong>.</strong></p>
<p><em>Distinguishing between attribution and citation.<br />
</em>You can imagine that citation is a specific type of attribution, but attribution itself can be performed in any number of ways. For scientists, citation is much more useful to their careers as a result of the publish or perish environment.</p>
<p>So, what could attribution consist of? First, let&#8217;s take as an example the re-use of someone else&#8217;s ontology or specific sub-parts or classes of that ontology. Each class in an ontology is identified by a <a class="zem_slink" title="Uniform Resource Identifier" rel="wikipedia" href="http://en.wikipedia.org/wiki/Uniform_Resource_Identifier">URI</a>. Therefore, is importing the URI enough? With a URI is it clear where you got the class from? If it&#8217;s not enough, where do you put that reference or statement that you are re-using other classes: within the overall <a class="zem_slink" title="Metadata" rel="wikipedia" href="http://en.wikipedia.org/wiki/Metadata">metadata</a> of your own ontology? Alternatively, when attributing data is a reference to the originating paper or URL from where you downloaded the data enough? Where do you put that reference: within the metadata of your own document? As a citation? How much is <em>enough</em> attribution?</p>
<p>These questions cannot easily be answered.</p>
<p>A common-sense answer to the question of properly fulfilling requirements is to, at a minimum, first cite their information in your paper, and second include URL(s)/URI(s) in your metadata. But here we get to the crux of the matter: we&#8217;ve now stated that a useful way to ensure attribution is to cite the other person. But, if you think carefully, what&#8217;s more important for your impact assessments, and your work? It&#8217;s actually the citation itself. Sure, acknowledgement via extra referencing in the metadata of the person using your information is great, but what you really <em>need</em> is a citation in their work. If we aren&#8217;t careful, we will all make the easy mistake of conflating citation in papers with importing a licensed piece of information and how to mark its inclusion: the former is what we often are scored on and what we would really like, while the latter is <strong>the only thing</strong> a license enforces. Licensing with attribution requirements is not citation; you can make use of a licensed ontology, but this does not require you to cite it in a paper.</p>
<p><strong><em>Attribution: the <a class="zem_slink" title="Legal person" rel="wikipedia" href="http://en.wikipedia.org/wiki/Legal_person">legal entity</a>.</em></strong></p>
<p><strong>Important point: It&#8217;s easy to use a license such as the <a href="http://creativecommons.org/licenses/by/2.0/" target="_blank">CC-BY</a>, thinking that you&#8217;ll ensure <em>citation</em>, when in fact all you&#8217;re doing is ensuring <em>attribution</em>.</strong></p>
<p><em>What are the implications of attribution? It can quickly get out-of-control and difficult to manage.<br />
</em>By requiring attribution in an ontology or data file, if someone imports information (such as a class from an ontology) into their own document, the new one must attribute the original. Continuing the ontology analogy, if there are 20-30 ontologies being used for a single project (which is not inconceivable in the coming years), there could be great difficulty in maintaining attribution for them all.</p>
<p><strong>Important point: While licenses such as the CC-BY allow the attribution to be performed &#8220;</strong><span><strong>in the manner specified by the author or licensor&#8221;, this could lead to 30 different licensors requiring potentially 30 different methods of attribution, and attribution stacking isn&#8217;t pretty.</strong></span></p>
<p><strong><em>Citation: the gentlemen’s club.</em></strong></p>
<p><em>Can citation be assured? No. Well, maybe.<br />
</em>You can imagine citation as a gentlemen&#8217;s club, as propriety dictates that you should cite another&#8217;s work that you use, but there is no legal requirement to do so. Indeed, many believe that citation should not be enforced anyway. In contrast, attribution as required by licenses is a legal statement. However, let&#8217;s revisit the clause in CC-BY that states the author/licensor can specify the manner in which the attribution is given.</p>
<p><strong>Important point: Could you use a license such as CC-BY, and state that the attribution must come in the form of, at a minimum, citation in the paper which describes the work being performed by the licensee?</strong></p>
<p><em>Bottom line: which one is more important to you, as a scientist? Depends on the context.</em><br />
This is difficult to answer. There aren&#8217;t very many guidelines available for us to analyse. The <a href="http://www.obofoundry.org/" target="_blank">OBO Foundry</a> does have a set of <a href="http://www.obofoundry.org/crit.shtml" target="_blank">principles</a>, the first of which states that &#8220;their [the ontology(ies) and their classes] original source is always credited and that after any external alterations, they must never be redistributed under the same name or with the same identifiers&#8221;. However, how this credit is attained is unclear, as described in various blog posts (<a href="http://themindwobbles.wordpress.com/2009/06/04/rules-or-checklist-which-would-you-prefer-from-the-obo-foundry/" target="_blank">Allyson</a>, <a href="../2009/06/07/the-obo-foundry-principles/" target="_blank">Frank</a>, <a href="https://s-ssl.wordpress.com/mshots/v1/http%3A%2F%2Fgrml.vox.com%2Flibrary%2Fpost%2Fobo-foundry-principles.html?w=399" target="_blank">Melanie</a>). As a result, the following conclusions came out of the <a href="http://www.obofoundry.org/wiki/index.php/OBO_Foundry_Workshop_2009" target="_blank">OBO Foundry workshop</a> this summer (<a href="http://www.obofoundry.org/wiki/index.php/OBO_Foundry_Workshop_2009/outcomes/monday" target="_blank">Monday outcomes</a>): it is &#8220;unclear if each ontology should develop their own bespoke license or use develop ‘CC-by’; how to give attribution? Generally use own judgment, here MIREOT mechanism can help when importing external terms into an ontology, giving class level attribution&#8221; (<a href="http://obi-ontology.org/page/MIREOT" target="_blank">MIREOT web page</a>, see also <a href="http://www.webont.org/owled/2008/papers/owled2008eu_submission_38.pdf" target="_blank">OWLED 2008</a> paper). Therefore, while they are aware of the problem, they don&#8217;t offer a consensus solution(s).</p>
<p>The flipside of this is that in order to use an ontology, you first have to write a paper and cite the classes you wish to import, then get on with the work. If you never get a paper and therefore a citation, is you ontology/data illegal? If you take the example of OBI, which imports several other ontologies and is an open community of developers, would a license restriction requiring citation actually prevent the work starting? This is probably a bit of a chicken-and-egg scenario, if it were ever to come a reality. In short, while there are some tempting possibilities, there doesn&#8217;t yet seem to be a useful solution.</p>
<p>In summary, it&#8217;s generally not attribution that people want (which can be licensed, even if you don&#8217;t like the layers of attribution that will require once you&#8217;re using multiple sources) but citation, which isn&#8217;t so easily licensed &#8211; yet. When deciding what sort of license to use (e.g. an open one like <a href="http://creativecommons.org/license/zero" target="_blank">CC0</a> or an attribution-based one like CC-BY), you need to take into account expected usage. In some cases, for a leaf ontology, perhaps CC-BY is appropriate, as it isn&#8217;t intended to be imported by others, but you never know when your leaf will turn into something others import. <a href="http://sciencecommons.org/" target="_blank">Science Commons</a> also believes that <a href="http://scienceblogs.com/commonknowledge/2009/06/attribution_v_citation.php" target="_blank">attribution is a very different beast, and shouldn&#8217;t be required when licensing data</a>. They <a href="http://themindwobbles.wordpress.com/2009/03/13/choosing-a-license-for-your-ontology/" target="_blank">provided me with an answer</a> to how to license ontologies recently that favored CC0.</p>
<p>So, if you really want citation and not attribution, consider an open license such as CC0 and make a gentlemanly (gentle-<em>science-person</em>-ly) request that if someone uses it AND publishes a paper on it, please cite it in the way you suggest. Alternatively, I&#8217;d be interested to hear if it would be possible to use an attribution-based license such as CC-BY and then require the attribution method be citation in a paper. Would this method work, and would it be polite? Your comments, please.</p>
<div class="zemanta-pixie" style="margin-top:10px;height:15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/c41e85aa-7d5d-48dc-97c4-8884599929d1/"><img class="zemanta-pixie-img" style="border:medium none;float:right;" src="http://img.zemanta.com/reblog_e.png?x-id=c41e85aa-7d5d-48dc-97c4-8884599929d1" alt="Reblog this post [with Zemanta]" /></a></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/peanutbutter.wordpress.com/188/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/peanutbutter.wordpress.com/188/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fgibson.com&#038;blog=238521&#038;post=188&#038;subd=peanutbutter&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fgibson.com/2009/07/10/attribution-vs-citation-do-you-know-the-difference/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/3e4be56d9f760e6c51c46168270a4fa9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">peanutbutter</media:title>
		</media:content>

		<media:content url="http://imgs.xkcd.com/comics/wikipedian_protester.png" medium="image" />

		<media:content url="http://img.zemanta.com/reblog_e.png?x-id=c41e85aa-7d5d-48dc-97c4-8884599929d1" medium="image">
			<media:title type="html">Reblog this post [with Zemanta]</media:title>
		</media:content>
	</item>
		<item>
		<title>The OBO foundry principles</title>
		<link>http://fgibson.com/2009/06/07/the-obo-foundry-principles/</link>
		<comments>http://fgibson.com/2009/06/07/the-obo-foundry-principles/#comments</comments>
		<pubDate>Sun, 07 Jun 2009 10:01:17 +0000</pubDate>
		<dc:creator>peanutbutter</dc:creator>
				<category><![CDATA[bioinformatics]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[data standards]]></category>
		<category><![CDATA[ontology]]></category>
		<category><![CDATA[open data]]></category>
		<category><![CDATA[open science]]></category>
		<category><![CDATA[semantic web]]></category>
		<category><![CDATA[bio-ontology]]></category>
		<category><![CDATA[Creative Commons licenses]]></category>
		<category><![CDATA[Knowledge Management]]></category>
		<category><![CDATA[Knowledge Representation]]></category>
		<category><![CDATA[Metadata]]></category>
		<category><![CDATA[OBI]]></category>
		<category><![CDATA[OBO Foundry]]></category>
		<category><![CDATA[Ontologies]]></category>
		<category><![CDATA[Peer review]]></category>

		<guid isPermaLink="false">http://peanutbutter.wordpress.com/?p=174</guid>
		<description><![CDATA[This week, is a week long ontology building week, consisting of two days at the OBO Foundry workshop followed by 4 days at the OBI workshop, all hosted at the EBI. In advance of the meeting (even though I am writing this during the meeting) Duncan asked &#8220;how can the ontology development principles be improved&#8220;. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fgibson.com&#038;blog=238521&#038;post=174&#038;subd=peanutbutter&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>This week, is a week long <a class="zem_slink" title="Ontology (information science)" rel="wikipedia" href="http://en.wikipedia.org/wiki/Ontology_%28information_science%29">ontology</a> building week, consisting of two days at the<a href="http://www.obofoundry.org/"> OBO Foundry</a> workshop followed by 4 days at the <a href="http://obi-ontology.org">OBI workshop</a>, all hosted at the <a href="http://www.ebi.ac.uk/">EBI</a>. In advance of the meeting (even though I am writing this during the meeting) <a href="http://duncan.hull.name/2009/06/04/obology/">Duncan asked &#8220;how can the ontology development principles be improved</a>&#8220;. <a href="http://themindwobbles.wordpress.com/2009/06/04/rules-or-checklist-which-would-you-prefer-from-the-obo-foundry/">Ally</a> and <a href="http://grml.vox.com/library/post/obo-foundry-principles.html">Melanie </a>responded commenting on each principle, and I would pretty much agree with every issue the ontology ladies raise. These principles should be used to guide ontology developers to build a consistent resource and which are used to &#8220;<a class="zem_slink" title="Peer review" rel="wikipedia" href="http://en.wikipedia.org/wiki/Peer_review">peer-review</a>&#8221; the ontology. However, my concern is that there is no indication or recommended methodology in how these principles could be met, during the development process. This was my motivation for <a href="http://hdl.handle.net/10101/npre.2009.3231.1">reviewing all the existing documented methodologies are assess there applicability</a> (shameless plug), as I think it is important to remember that the members of the <a class="zem_slink" title="Open Biomedical Ontologies" rel="wikipedia" href="http://en.wikipedia.org/wiki/Open_Biomedical_Ontologies">OBO</a> Foundry are not the first people in the world to build ontologies and we should make use of known and documented expertise where possible instead of re-inventing the wheel.   These are my take on the principles below. However, I would recommend reading Ally&#8217;s and Melanie&#8217;s first as I have tried not to repeat what they have already said. Although, as Duncan and the ontology ladies have independently arrived at mostly the same conclusions, there is a very real need to address or more explicitly state, these set of principles.</p>
<blockquote><p>1.The ontology must be <em>open</em> and available to be 		used by all without any constraint other than (a) its 		origin must be acknowledged and (b) it is not to be 		altered and subsequently redistributed under the 		original name or with the same identifiers.</p></blockquote>
<p>Licenses &#8211; This is always a touchy subject, within the life-sciences and IMHO largely due to a mis-understanding of what a license is actually for. Being open in the sciences is often mis-interpreted as &#8220;you can use it, but you have to attribute me&#8221;. This is actually not being open. The attribution aspect is actually a restriction. The principle of the OBO foundry  is that there will be hundreds of separate and orthogonal ontologies that will all refer and reference each other. If every single ontology has to be attributed this will become a large overhead. In addition, if we do insist on attribution, how do we acknowledge the use?  An official statement? Is importing the <a class="zem_slink" title="Uniform Resource Identifier" rel="wikipedia" href="http://en.wikipedia.org/wiki/Uniform_Resource_Identifier">URI</a> enough?  This aspect of the principles really needs to be explicit and clearly stated. Making use of  licenses that already exist may be a good starting point, rather than trying to define a bespoke OBO Foundry license. Two possibilities are <a rel="nofollow" href="http://creativecommons.org/licenses/by/3.0/">Creative Commons &#8211; Attribution</a> or <a href="http://creativecommons.org/license/zero">CCO</a>. The current OBO principles seem to merge these two licenses together. An explicit statement on licenses  is  really needed. Ally covers this in more detail on her post.</p>
<blockquote><p>2. The ontology is in, or can be expressed in, 		a <em>common shared syntax</em>. This may be either the 		OBO syntax, extensions of this syntax, or <a class="zem_slink" title="Web Ontology Language" rel="wikipedia" href="http://en.wikipedia.org/wiki/Web_Ontology_Language">OWL</a>.</p></blockquote>
<p>mm, this is confusing &#8220;expressed in a common shared syntax&#8221;, but you can use either OBO or OWL that would be two different syntax &#8211; no? Either the OBO foundry are in a shared syntax, or they are in OBO or OWL.</p>
<blockquote><p>3. The ontologies possesses a <em>unique identifier 		  space</em> within the OBO Foundry.</p></blockquote>
<p>I would be good just to tighten this up a bit. A clear statement of the identification schema would be helpful</p>
<blockquote><p>4. The ontology provider has procedures for identifying 		distinct successive <em>versions</em>.</p></blockquote>
<p>This is a good statement and version of ontologies definitely need to be identified. As Ally mentions, we probably do not want to legislate which versioning system to use (svn, git etc). However maybe a recommendation of which to use and what constitutes a change may be helpful.</p>
<blockquote><p>5. The ontology has a clearly specified and 		clearly <em>delineated content</em>.</p></blockquote>
<p>How would you describe this to your users or developers? In ontology development this is traditionally called defining your scope. Your scope can be described by competency questions &#8211; questions your ontology should answer.</p>
<blockquote><p>6.The ontologies include textual <em>definitions</em> for all terms.</p></blockquote>
<p>A definition of a class in the ontology is its assertion in the hierarchy and all the logical restrictions, it can also include a <a class="zem_slink" title="Natural language" rel="wikipedia" href="http://en.wikipedia.org/wiki/Natural_language">natural language</a> definition. I would re-word this to &#8221; The classes in the ontology shoud have a natural language definition which reflection the logical definition of the class&#8221;.</p>
<blockquote><p>7.The ontology uses relations which are unambiguously 	      defined following the pattern of definitions laid down 		in the <em>OBO Relation Ontology</em>.</p></blockquote>
<p>Same comment as Ally</p>
<blockquote><p>8. The ontology is <em>well documented</em>.</p></blockquote>
<p>Not really sure what this actually means or how to implement it. There are a set of <a href="http://www.obofoundry.org/wiki/index.php/Naming">naming recommendations within the OBO Foundry</a>, is this what it is referring to? There are also <a href="http://obi-ontology.org/page/OBI_Minimal_metadata">metadata recommendation from OBI</a>, is this the same thing?</p>
<blockquote><p>9.The ontology has a plurality of 		independent <em>users</em>.</p></blockquote>
<p>Why is this important as a principle for inclusion? Is listing on the OBO Foundry not an attempt to gain wider use? Are the computational users? is a user an individual, a  lab, a project, community?</p>
<blockquote><p>10.The ontology will be 		developed <em>collaboratively</em> with other OBO 		Foundry members.</p></blockquote>
<p>Why? Is this really a guiding development policy? What does collaboratively mean? In terms of the license? Does branching in a versioning repository count as collaborative development? I would suggest that if we get the terms of the license explicit an the idea of the Foundry then this principle is probably not necessary to be stated.</p>
<p>These comments are more a mix questions for debate rather than any clear cut corrections.</p>
<div class="zemanta-pixie" style="margin-top:10px;height:15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/aeeadaf3-6ed7-4295-951c-64ea9d58f23e/"><img class="zemanta-pixie-img" style="border:medium none;float:right;" src="http://img.zemanta.com/reblog_e.png?x-id=aeeadaf3-6ed7-4295-951c-64ea9d58f23e" alt="Reblog this post [with Zemanta]" /></a></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/peanutbutter.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/peanutbutter.wordpress.com/174/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fgibson.com&#038;blog=238521&#038;post=174&#038;subd=peanutbutter&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fgibson.com/2009/06/07/the-obo-foundry-principles/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/3e4be56d9f760e6c51c46168270a4fa9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">peanutbutter</media:title>
		</media:content>

		<media:content url="http://img.zemanta.com/reblog_e.png?x-id=aeeadaf3-6ed7-4295-951c-64ea9d58f23e" medium="image">
			<media:title type="html">Reblog this post [with Zemanta]</media:title>
		</media:content>
	</item>
		<item>
		<title>Developing ontologies in decentralised settings</title>
		<link>http://fgibson.com/2009/05/08/developing-ontologies-in-decentralised-settings/</link>
		<comments>http://fgibson.com/2009/05/08/developing-ontologies-in-decentralised-settings/#comments</comments>
		<pubDate>Fri, 08 May 2009 11:24:09 +0000</pubDate>
		<dc:creator>peanutbutter</dc:creator>
				<category><![CDATA[bioinformatics]]></category>
		<category><![CDATA[ontology]]></category>
		<category><![CDATA[ontology engineering]]></category>
		<category><![CDATA[ontology methodology]]></category>
		<category><![CDATA[ontology review]]></category>
		<category><![CDATA[review]]></category>

		<guid isPermaLink="false">http://peanutbutter.wordpress.com/?p=170</guid>
		<description><![CDATA[I have placed a e-prints of a manuscript, on Nature preceedings, that I have been working on, in collaboration with the authors listed on the manuscript. It presents a review of the available published ontology engineering methodologies, and then assess their suitability when applied to community ontology development (the decentralised setting). It is a lengthy [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fgibson.com&#038;blog=238521&#038;post=170&#038;subd=peanutbutter&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I have placed a e-prints of a <a href="http://hdl.handle.net/10101/npre.2009.3231.1">manuscript, on Nature preceedings</a>, that I have been working on, in collaboration with the authors listed on the manuscript. It presents a review of the available published ontology engineering methodologies, and then assess their suitability when applied to community ontology development (the decentralised setting).</p>
<p>It is a lengthy document. Here is the abstract:</p>
<blockquote><p>This paper addresses two research questions: “How should a well-engineered methodology facilitate the development of ontologies within communities of practice?” and “What methodology should be used?” If ontologies are to be developed by communities then the ontology development life cycle should be better understood within this context. This paper presents the Melting Point (MP), a proposed new methodology for developing ontologies within decentralized settings. It describes how MP was developed by taking best practices from other methodologies, provides details on recommended steps and recommended processes, and compares MP with alternatives. The methodology presented here is the product of direct first-hand experience and observation of biological communities of practice in which some of the authors have been involved. The Melting Point is a methodology engineered for decentralised communities of practice for which the designers of technology and the users may be the same group. As such, MP provides a potential foundation for the establishment of standard practices for ontology engineering.</p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/peanutbutter.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/peanutbutter.wordpress.com/170/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fgibson.com&#038;blog=238521&#038;post=170&#038;subd=peanutbutter&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fgibson.com/2009/05/08/developing-ontologies-in-decentralised-settings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/3e4be56d9f760e6c51c46168270a4fa9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">peanutbutter</media:title>
		</media:content>
	</item>
		<item>
		<title>Content, Syntax and Semantics</title>
		<link>http://fgibson.com/2009/05/02/content-syntax-and-semantics/</link>
		<comments>http://fgibson.com/2009/05/02/content-syntax-and-semantics/#comments</comments>
		<pubDate>Sat, 02 May 2009 08:57:36 +0000</pubDate>
		<dc:creator>peanutbutter</dc:creator>
				<category><![CDATA[bioinformatics]]></category>
		<category><![CDATA[computer science]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[MIBBI]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[data curation]]></category>
		<category><![CDATA[Digital curation]]></category>
		<category><![CDATA[Digital Curation Centre]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[Research funding]]></category>
		<category><![CDATA[semantics]]></category>
		<category><![CDATA[Slideshare]]></category>
		<category><![CDATA[syntax]]></category>

		<guid isPermaLink="false">http://peanutbutter.wordpress.com/?p=163</guid>
		<description><![CDATA[These are the slides I gave at a DCC workshop entitled, &#8220;Digital curation 101&#8243; which aimed to give and overview of what to consider regarding data curation and management in the context of applying for research funding. The presentation starts with definitions of content syntax and semantics, and example of how these concepts are being [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fgibson.com&#038;blog=238521&#038;post=163&#038;subd=peanutbutter&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>These are the slides I gave at a <a class="zem_slink" title="Digital Curation Centre" rel="wikipedia" href="http://en.wikipedia.org/wiki/Digital_Curation_Centre">DCC</a> workshop entitled, &#8220;<a class="zem_slink" title="Digital curation" rel="wikipedia" href="http://en.wikipedia.org/wiki/Digital_curation">Digital curation</a> 101&#8243; which aimed to give and overview of what to consider regarding data curation and management in the context of applying for <a class="zem_slink" title="Research funding" rel="wikipedia" href="http://en.wikipedia.org/wiki/Research_funding">research funding</a>. The presentation starts with definitions of content syntax and semantics, and example of how these concepts are being applied in the life-sciences, specifically proteomics.</p>
<iframe src='http://www.slideshare.net/slideshow/embed_code/1375561' width='620' height='508'></iframe>
<div class="zemanta-pixie" style="margin-top:10px;height:15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/71a9902c-f50f-4633-92d0-e05759179282/"><img class="zemanta-pixie-img" style="border:medium none;float:right;" src="http://img.zemanta.com/reblog_e.png?x-id=71a9902c-f50f-4633-92d0-e05759179282" alt="Reblog this post [with Zemanta]" /></a></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/peanutbutter.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/peanutbutter.wordpress.com/163/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fgibson.com&#038;blog=238521&#038;post=163&#038;subd=peanutbutter&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fgibson.com/2009/05/02/content-syntax-and-semantics/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/3e4be56d9f760e6c51c46168270a4fa9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">peanutbutter</media:title>
		</media:content>

		<media:content url="http://img.zemanta.com/reblog_e.png?x-id=71a9902c-f50f-4633-92d0-e05759179282" medium="image">
			<media:title type="html">Reblog this post [with Zemanta]</media:title>
		</media:content>
	</item>
		<item>
		<title>A trip to Cambridge in June</title>
		<link>http://fgibson.com/2009/05/02/a-trip-to-cambridge-in-june/</link>
		<comments>http://fgibson.com/2009/05/02/a-trip-to-cambridge-in-june/#comments</comments>
		<pubDate>Sat, 02 May 2009 08:11:14 +0000</pubDate>
		<dc:creator>peanutbutter</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://peanutbutter.wordpress.com/2009/05/02/a-trip-to-cambridge-in-june/</guid>
		<description><![CDATA[I&#8217;m taking a trip to Cambridge between June 7th and June 12th.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fgibson.com&#038;blog=238521&#038;post=162&#038;subd=peanutbutter&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I&#8217;m taking <a href='http://dplr.it/guest/0efc9c29837a73c23eca'>a trip to Cambridge</a> between June 7th and June 12th.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/peanutbutter.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/peanutbutter.wordpress.com/162/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fgibson.com&#038;blog=238521&#038;post=162&#038;subd=peanutbutter&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fgibson.com/2009/05/02/a-trip-to-cambridge-in-june/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/3e4be56d9f760e6c51c46168270a4fa9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">peanutbutter</media:title>
		</media:content>
	</item>
		<item>
		<title>A trip to London in May</title>
		<link>http://fgibson.com/2009/05/02/a-trip-to-london-in-may/</link>
		<comments>http://fgibson.com/2009/05/02/a-trip-to-london-in-may/#comments</comments>
		<pubDate>Sat, 02 May 2009 08:01:34 +0000</pubDate>
		<dc:creator>peanutbutter</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://peanutbutter.wordpress.com/2009/05/02/a-trip-to-london-in-may/</guid>
		<description><![CDATA[I&#8217;m taking a trip to London on May 14th. I will be at the Molecular Regulation of Cardiac Disease Symposium May 14-15 2009, London, UK. Hosted by Abcam http://www.abcam.com/index.html?pageconfig=resource&#038;rid=11503&#038;sc_ql=1595&#038;intGoUser=15<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fgibson.com&#038;blog=238521&#038;post=161&#038;subd=peanutbutter&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I&#8217;m taking <a href='http://dplr.it/guest/14f77e9204e4a57d2d94'>a trip to London</a> on May 14th.</p>
<p>I will be at the Molecular Regulation of Cardiac Disease Symposium May 14-15 2009, London, UK. Hosted by Abcam <a href="http://www.abcam.com/index.html?pageconfig=resource&#038;rid=11503&#038;sc_ql=1595&#038;intGoUser=15" rel="nofollow">http://www.abcam.com/index.html?pageconfig=resource&#038;rid=11503&#038;sc_ql=1595&#038;intGoUser=15</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/peanutbutter.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/peanutbutter.wordpress.com/161/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fgibson.com&#038;blog=238521&#038;post=161&#038;subd=peanutbutter&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fgibson.com/2009/05/02/a-trip-to-london-in-may/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/3e4be56d9f760e6c51c46168270a4fa9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">peanutbutter</media:title>
		</media:content>
	</item>
		<item>
		<title>A trip to Manchester in May</title>
		<link>http://fgibson.com/2009/05/02/a-trip-to-manchester-in-may/</link>
		<comments>http://fgibson.com/2009/05/02/a-trip-to-manchester-in-may/#comments</comments>
		<pubDate>Sat, 02 May 2009 07:58:52 +0000</pubDate>
		<dc:creator>peanutbutter</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://peanutbutter.wordpress.com/2009/05/02/a-trip-to-manchester-in-may/</guid>
		<description><![CDATA[I&#8217;m taking a trip to Manchester between May 11th and May 13th.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fgibson.com&#038;blog=238521&#038;post=160&#038;subd=peanutbutter&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I&#8217;m taking <a href='http://dplr.it/guest/9b4dfeaf39b64895d949'>a trip to Manchester</a> between May 11th and May 13th.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/peanutbutter.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/peanutbutter.wordpress.com/160/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fgibson.com&#038;blog=238521&#038;post=160&#038;subd=peanutbutter&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fgibson.com/2009/05/02/a-trip-to-manchester-in-may/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/3e4be56d9f760e6c51c46168270a4fa9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">peanutbutter</media:title>
		</media:content>
	</item>
	</channel>
</rss>
