<?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/"
	>

<channel>
	<title>The Wild Type &#187; projects</title>
	<atom:link href="http://thewildtype.com/category/projects/feed/" rel="self" type="application/rss+xml" />
	<link>http://thewildtype.com</link>
	<description>The Phenotype Of Online Scientific Data</description>
	<lastBuildDate>Tue, 07 Oct 2008 16:43:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Implementing a simple web-log based recommender system</title>
		<link>http://thewildtype.com/2008/07/25/implementing-a-simple-web-log-based-recommender-system/</link>
		<comments>http://thewildtype.com/2008/07/25/implementing-a-simple-web-log-based-recommender-system/#comments</comments>
		<pubDate>Sat, 26 Jul 2008 01:19:09 +0000</pubDate>
		<dc:creator>tharris</dc:creator>
				<category><![CDATA[projects]]></category>
		<category><![CDATA[catalyst]]></category>
		<category><![CDATA[implementation]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[recommender system]]></category>
		<category><![CDATA[social media]]></category>

		<guid isPermaLink="false">http://toddharris.net/blog/?p=53</guid>
		<description><![CDATA[I&#8217;ve now implemented such a system as an extension to Catalyst, the open source Perl web framework.  The system isn&#8217;t yet ready for general distribution, but I&#8217;d like to share my approach.
First, I&#8217;ve gathered ten years of web access logs from WormBase, a generic model organism database where I work as the project manager.
Next, [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I&#8217;ve now implemented such a system as an extension to <a href="http://www.catalystframework.org/">Catalyst</a>, the open source Perl web framework.  The system isn&#8217;t yet ready for general distribution, but I&#8217;d like to share my approach.</p>
<p>First, I&#8217;ve gathered ten years of web access logs from <a href="http://www.wormbase.org/">WormBase</a>, a generic model organism database where I work as the project manager.</p>
<p>Next, I correlated IP addresses with requests and tried to trace browsing patterns from one object to the next.  This isn&#8217;t an exact science since we haven&#8217;t historically tried to uniquely identify users.</p>
<p>Data is loaded into a simple MySQL schema with object and object2related tables.  Expediently simple.</p>
]]></content:encoded>
			<wfw:commentRss>http://thewildtype.com/2008/07/25/implementing-a-simple-web-log-based-recommender-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recommender systems for biological databases</title>
		<link>http://thewildtype.com/2008/07/25/recommender-systems-for-biological-databases/</link>
		<comments>http://thewildtype.com/2008/07/25/recommender-systems-for-biological-databases/#comments</comments>
		<pubDate>Sat, 26 Jul 2008 01:18:03 +0000</pubDate>
		<dc:creator>tharris</dc:creator>
				<category><![CDATA[projects]]></category>
		<category><![CDATA[recommender system]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[WormBase]]></category>

		<guid isPermaLink="false">http://toddharris.net/blog/?p=52</guid>
		<description><![CDATA[Recommender systems [Wikipedia] seek to provide users with information related to what they are currently browsing.  These are now ubiquitous in e-commerce sites such as Amazon, where each page contains a list of items viewed or purchased by other users.
I&#8217;ve long felt that a recommender system could revolutionize the browsing and mining of biological [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Recommender systems [<a href="http://en.wikipedia.org/wiki/Recommendation_system">Wikipedia</a>] seek to provide users with information related to what they are currently browsing.  These are now ubiquitous in e-commerce sites such as <a href="http://www.amazon.com/">Amazon</a>, where each page contains a list of items viewed or purchased by other users.</p>
<p>I&#8217;ve long felt that a recommender system could revolutionize the browsing and mining of biological data.  The idea would be to provide users with a list of related objects based on browsing history of cadres.  See <a href="">this post</a> for some preliminary implementation notes.</p>
<p>I am worried that a recommender system won&#8217;t be received with open arms. Given that my current implementation is based on web log analysis it presents serious privacy issues.  It&#8217;s conceivable that it&#8217;s use could inadvertently reveal the identity of uncloned and unpublished loci.</p>
]]></content:encoded>
			<wfw:commentRss>http://thewildtype.com/2008/07/25/recommender-systems-for-biological-databases/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visualizing intellectual lineages</title>
		<link>http://thewildtype.com/2006/05/04/visualizing-intellectual-lineages/</link>
		<comments>http://thewildtype.com/2006/05/04/visualizing-intellectual-lineages/#comments</comments>
		<pubDate>Thu, 04 May 2006 15:56:24 +0000</pubDate>
		<dc:creator>tharris</dc:creator>
				<category><![CDATA[Visualization]]></category>
		<category><![CDATA[projects]]></category>

		<guid isPermaLink="false">http://www.toddharris.net/blog/?p=23</guid>
		<description><![CDATA[




Several years ago, WormBase began collecting detailed intellectual pedigrees for members of the community.  To display the large degree of collaboration within the community, I created a directed acyclic graph for the 2005 C. elegans meeting that displays the following relationships:

PI &#60;-&#62; Post doc
PI &#60;-&#62; Grad student
PI &#60;-&#62; Masters
PI &#60;-&#62; Undergraduate
Worked with
Collaborated with

About the [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><center></p>
<p><a href="/images/2005/intellectual_lineage-thumb.jpg"><img src="/images/2005/intellectual_lineage-thumb.jpg" width="400"></a></p>
<p><a href="/images/2005/2005-06-28_19-49-196-full.jpg"><br />
<img alt="2005-06-28_19-49-196.jpg" src="/images/2005/2005-06-28_19-49-196.jpg" width="350" height="211" /></a><br />
</center></p>
<p>Several years ago, WormBase began collecting detailed intellectual pedigrees for members of the community.  To display the large degree of collaboration within the community, I created a directed acyclic graph for the 2005 C. elegans meeting that displays the following relationships:</p>
<ul>
<li>PI &lt;-&gt; Post doc</li>
<li>PI &lt;-&gt; Grad student</li>
<li>PI &lt;-&gt; Masters</li>
<li>PI &lt;-&gt; Undergraduate</li>
<li>Worked with</li>
<li>Collaborated with</li>
</ul>
<h2>About the image</h2>
<p>The Y-axis displays years, with the apex of the graph positioned at 1970.  Only individuals that have bibliographic or lineage data contained in WormBase as of 5/2005 are displayed on the graph. Individuals are placed on the Y-axis according to the year the first entered the community.  This is determined as the earliest year of either the first paper or meeting abstract published or drawn from<br />
lineage data, if it exists.  The position on the X-axis is arbitrary, calculated using an energy minimization algorithm to restrict the number of intersecting lines.</p>
<h2>Key</h2>
<p><img src="/images/2005/intellectual_lineage-key.jpg"></p>
<h2>Viewing the image</h2>
<p>Your browser may try to load either the EPS or SVG links directly. Few browsers, however, can correctly render the entire image. Due to its size and complexity, it is recommended to download the image and view it offline in a vector-based editing program such as Adobe Illustrator.</p>
<h2>Downloads</h2>
<p><a href="/images/2005/intellectual_lineage.eps">EPS (encapsulated postscript)</a><br />
<a href="/images/2005/intellectual_lineage.svg">SVG (scalable vector graphics)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://thewildtype.com/2006/05/04/visualizing-intellectual-lineages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
