<?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>a to z</title>
	<atom:link href="http://alanzed.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://alanzed.wordpress.com</link>
	<description>research diary and personal journal</description>
	<lastBuildDate>Fri, 20 May 2011 16:00:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='alanzed.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>a to z</title>
		<link>http://alanzed.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://alanzed.wordpress.com/osd.xml" title="a to z" />
	<atom:link rel='hub' href='http://alanzed.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Hough transform</title>
		<link>http://alanzed.wordpress.com/2010/01/16/hough-transform/</link>
		<comments>http://alanzed.wordpress.com/2010/01/16/hough-transform/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 19:00:34 +0000</pubDate>
		<dc:creator>alanzed</dc:creator>
				<category><![CDATA[Math]]></category>
		<category><![CDATA[Research]]></category>

		<guid isPermaLink="false">http://alanzed.wordpress.com/?p=720</guid>
		<description><![CDATA[As part of an image recognition project I was working on today I was introduced to the Hough transform.  This transform is useful for finding lines and other regular shapes (circles, ellipses) in an image.  Every pixel on the image is sampled, and an accumulator array (whose dimension is equal to the number of parameters [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alanzed.wordpress.com&amp;blog=7761652&amp;post=720&amp;subd=alanzed&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignright" style="width: 194px"><a href="http://homepages.inf.ed.ac.uk/rbf/HIPR2/hough.htm"><img class="  " title="Hough transform of black image with broken lines" src="http://homepages.inf.ed.ac.uk/rbf/HIPR2/images/sqr1hou6.gif" alt="" width="184" height="184" /></a><p class="wp-caption-text">Hough transform of black image with broken lines</p></div>
<p>As part of an image recognition project I was working on today I was introduced to the <a href="http://en.wikipedia.org/wiki/Hough_transform">Hough transform</a>.  This transform is useful for finding lines and other regular shapes (circles, ellipses) in an image.  Every pixel on the image is sampled, and an accumulator array (whose dimension is equal to the number of parameters in the shape: line=2, circle=3, ellipse=5) is used to tabulate votes based on edges in that pixels neighborhood.  <a href="http://homepages.inf.ed.ac.uk/rbf/HIPR2/hough.htm">This description</a> shows several nice image pairs.</p>
<p>The similar <a href="http://en.wikipedia.org/wiki/Radon_Transform">Radon transform</a> is in some sense <a href="http://www.tudelft.nl/live/binaries/45028650-24bd-4b30-9ada-b11aaca457c0/doc/mvanginkel_radonandhough_tr2004.pdf">a continuous version</a> of the Hough transform, and used in <a href="http://en.wikipedia.org/wiki/Tomography">tomography</a>.   The complex form of the Radon transform is the <a href="http://en.wikipedia.org/wiki/Penrose_transform">Penrose transform</a>, which is somehow important in twistor theory.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alanzed.wordpress.com/720/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alanzed.wordpress.com/720/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alanzed.wordpress.com/720/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alanzed.wordpress.com/720/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/alanzed.wordpress.com/720/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/alanzed.wordpress.com/720/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/alanzed.wordpress.com/720/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/alanzed.wordpress.com/720/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alanzed.wordpress.com/720/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alanzed.wordpress.com/720/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alanzed.wordpress.com/720/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alanzed.wordpress.com/720/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alanzed.wordpress.com/720/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alanzed.wordpress.com/720/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alanzed.wordpress.com&amp;blog=7761652&amp;post=720&amp;subd=alanzed&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://alanzed.wordpress.com/2010/01/16/hough-transform/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a7edd4ba72f4a9e79c14e1d1a5f29071?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alanzed</media:title>
		</media:content>

		<media:content url="http://homepages.inf.ed.ac.uk/rbf/HIPR2/images/sqr1hou6.gif" medium="image">
			<media:title type="html">Hough transform of black image with broken lines</media:title>
		</media:content>
	</item>
		<item>
		<title>Stochastic resonance</title>
		<link>http://alanzed.wordpress.com/2010/01/09/stochastic-resonance/</link>
		<comments>http://alanzed.wordpress.com/2010/01/09/stochastic-resonance/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 05:00:51 +0000</pubDate>
		<dc:creator>alanzed</dc:creator>
				<category><![CDATA[Physics]]></category>
		<category><![CDATA[Research]]></category>

		<guid isPermaLink="false">http://alanzed.wordpress.com/?p=713</guid>
		<description><![CDATA[The topic of stochastic resonance came up today and I was lent a copy of Noise by Kosko.  SR occurs only with a non-linear system and a detector with a threshold (neurons are one example.)   The psychophysics paper Visual perception of stochastic resonance has an image (right) that shows this property very nicely.  The [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alanzed.wordpress.com&amp;blog=7761652&amp;post=713&amp;subd=alanzed&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://alanzed.files.wordpress.com/2010/01/vsr.gif"><img class="alignright size-full wp-image-715" title="vsr" src="http://alanzed.files.wordpress.com/2010/01/vsr.gif?w=450" alt=""   /></a>The topic of <a href="http://en.wikipedia.org/wiki/Stochastic_resonance">stochastic resonance</a> came up today and I was lent a copy of <a href="http://www.amazon.com/Noise-Bart-Kosko/dp/0670034959">Noise by Kosko</a>.  SR occurs only with a non-linear system and a detector with a threshold (neurons are one example.)   The <a href="http://en.wikipedia.org/wiki/Psychophysics">psychophysics</a> paper <a href="http://www.umsl.edu/~neurodyn/assets/pdf/VisualSR.pdf">Visual perception of stochastic resonance</a> has an image (right) that shows this property very nicely.  The paper itself focuses on showing that the human brain&#8217;s visual system is nearly or as efficient at using SR as a computer to process information.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alanzed.wordpress.com/713/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alanzed.wordpress.com/713/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alanzed.wordpress.com/713/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alanzed.wordpress.com/713/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/alanzed.wordpress.com/713/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/alanzed.wordpress.com/713/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/alanzed.wordpress.com/713/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/alanzed.wordpress.com/713/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alanzed.wordpress.com/713/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alanzed.wordpress.com/713/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alanzed.wordpress.com/713/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alanzed.wordpress.com/713/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alanzed.wordpress.com/713/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alanzed.wordpress.com/713/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alanzed.wordpress.com&amp;blog=7761652&amp;post=713&amp;subd=alanzed&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://alanzed.wordpress.com/2010/01/09/stochastic-resonance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a7edd4ba72f4a9e79c14e1d1a5f29071?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alanzed</media:title>
		</media:content>

		<media:content url="http://alanzed.files.wordpress.com/2010/01/vsr.gif" medium="image">
			<media:title type="html">vsr</media:title>
		</media:content>
	</item>
		<item>
		<title>Linac Coherent Light Source</title>
		<link>http://alanzed.wordpress.com/2010/01/05/linac-coherent-light-source/</link>
		<comments>http://alanzed.wordpress.com/2010/01/05/linac-coherent-light-source/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 05:12:32 +0000</pubDate>
		<dc:creator>alanzed</dc:creator>
				<category><![CDATA[Physics]]></category>
		<category><![CDATA[Research]]></category>

		<guid isPermaLink="false">http://alanzed.wordpress.com/?p=704</guid>
		<description><![CDATA[The Linac Coherent Light Source (LCLS) came on line in September of 2009, capable of producing x-ray laser pulses of wavelengths from 1 to 0.15 nm.  The source will be a laser pulsed photo-cathode in development (led by Howard Padmore) over the next 2 years.  The x-ray free electron laser (XFEL) pulses are sec of photons.  This [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alanzed.wordpress.com&amp;blog=7761652&amp;post=704&amp;subd=alanzed&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://lcls.slac.stanford.edu/">Linac Coherent Light Source (LCLS)</a> came on line in September of 2009, capable of producing x-ray laser pulses of wavelengths from 1 to 0.15 nm.  The source will be a <a href="http://newscenter.lbl.gov/feature-stories/2009/09/09/electron-gun/">laser pulsed photo-cathode</a> in development (led by Howard Padmore) over the next 2 years.  The x-ray free electron laser (XFEL) pulses are <img src='http://s0.wp.com/latex.php?latex=10%5E%7B-13%7D+&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='10^{-13} ' title='10^{-13} ' class='latex' /> sec of <img src='http://s0.wp.com/latex.php?latex=10%5E%7B12%7D+&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='10^{12} ' title='10^{12} ' class='latex' /> photons.  This photon pulse is so energetic it destroys the sample viewed, but not before a snapshot is collected.  One technique for imaging proteins is to prepare an aerosol spray and inject a collimated stream into the electron beam.  A large set of diffraction images (up to 10 million) of the molecule in random orientations are generated.  The data is categorized, averaged, and fit together iteratively to form the best 3D diffraction representation.  The <a href="http://www-ssrl.slac.stanford.edu/research/highlights_archive/cryo-em.pdf">3D electron density map</a> can then be generated from the assembled diffraction volume.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alanzed.wordpress.com/704/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alanzed.wordpress.com/704/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alanzed.wordpress.com/704/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alanzed.wordpress.com/704/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/alanzed.wordpress.com/704/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/alanzed.wordpress.com/704/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/alanzed.wordpress.com/704/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/alanzed.wordpress.com/704/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alanzed.wordpress.com/704/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alanzed.wordpress.com/704/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alanzed.wordpress.com/704/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alanzed.wordpress.com/704/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alanzed.wordpress.com/704/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alanzed.wordpress.com/704/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alanzed.wordpress.com&amp;blog=7761652&amp;post=704&amp;subd=alanzed&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://alanzed.wordpress.com/2010/01/05/linac-coherent-light-source/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a7edd4ba72f4a9e79c14e1d1a5f29071?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alanzed</media:title>
		</media:content>
	</item>
		<item>
		<title>Criteria to observe mesoscopic emergence of protein biophysical properties</title>
		<link>http://alanzed.wordpress.com/2010/01/03/criteria-to-observe-mesoscopic-emergence-of-protein-biophysical-properties/</link>
		<comments>http://alanzed.wordpress.com/2010/01/03/criteria-to-observe-mesoscopic-emergence-of-protein-biophysical-properties/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 03:59:27 +0000</pubDate>
		<dc:creator>alanzed</dc:creator>
				<category><![CDATA[Research]]></category>

		<guid isPermaLink="false">http://alanzed.wordpress.com/?p=686</guid>
		<description><![CDATA[Article summary of Criteria to observe mesoscopic emergence of protein biophysical properties Proteins range in size from tens to tens of thousands of residues (TRP-Cage to Titin), with each individual atom known.  When these proteins are folded, physical surface macro properties such as hydrophobicity and polarity emerge.  This article abstractly attempts to set up a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alanzed.wordpress.com&amp;blog=7761652&amp;post=686&amp;subd=alanzed&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Article summary of <a href="http://arxiv.org/abs/0907.0073">Criteria to observe mesoscopic emergence of protein biophysical properties</a></p>
<p>Proteins range in size from tens to tens of thousands of residues (<a href="http://rmcbiosciences.blogspot.com/2005/04/smallest-protein.html">TRP-Cage</a> to <a href="http://en.wikipedia.org/wiki/Titin">Titin</a>), with each individual atom known.  When these proteins are folded, physical surface macro properties such as <a href="http://en.wikipedia.org/wiki/Hydrophobicity_scales">hydrophobicity</a> and polarity emerge.  This article abstractly attempts to set up a framework (a control theoretic construct) for stating how many atoms (or <a href="http://en.wikipedia.org/wiki/Amino_acid">amino acids</a>) are needed before an emergent property can be observed.</p>
<p>The article sites many references.  New to me is that it is an interesting open issue that a bottom up approach to determining hydrphobicity and polarity has yet to be found.  I did not yet find out what a control theoretic construct is.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alanzed.wordpress.com/686/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alanzed.wordpress.com/686/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alanzed.wordpress.com/686/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alanzed.wordpress.com/686/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/alanzed.wordpress.com/686/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/alanzed.wordpress.com/686/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/alanzed.wordpress.com/686/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/alanzed.wordpress.com/686/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alanzed.wordpress.com/686/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alanzed.wordpress.com/686/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alanzed.wordpress.com/686/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alanzed.wordpress.com/686/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alanzed.wordpress.com/686/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alanzed.wordpress.com/686/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alanzed.wordpress.com&amp;blog=7761652&amp;post=686&amp;subd=alanzed&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://alanzed.wordpress.com/2010/01/03/criteria-to-observe-mesoscopic-emergence-of-protein-biophysical-properties/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a7edd4ba72f4a9e79c14e1d1a5f29071?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alanzed</media:title>
		</media:content>
	</item>
		<item>
		<title>Alpha helix to carbon nanotube</title>
		<link>http://alanzed.wordpress.com/2009/12/31/alpha-helix-to-carbon-nanotube/</link>
		<comments>http://alanzed.wordpress.com/2009/12/31/alpha-helix-to-carbon-nanotube/#comments</comments>
		<pubDate>Fri, 01 Jan 2010 04:00:28 +0000</pubDate>
		<dc:creator>alanzed</dc:creator>
				<category><![CDATA[Research]]></category>

		<guid isPermaLink="false">http://alanzed.wordpress.com/?p=691</guid>
		<description><![CDATA[Alpha helices in proteins and carbon nanotubes look alike.  I wonder if it is possible to grow nanotubes from alpha-helices.   I see there is one article out there &#8211; Carbon nanotubes self -assembled by amphiphilic alpha peptide helices &#8211; have to check it out.  Generating graphene from a beta sheet seems less likely, because [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alanzed.wordpress.com&amp;blog=7761652&amp;post=691&amp;subd=alanzed&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://en.wikipedia.org/wiki/Alpha_helix">Alpha helices</a> in proteins and <a href="http://en.wikipedia.org/wiki/Carbon_nanotube">carbon nanotubes</a> look alike.  I wonder if it is possible to grow nanotubes from alpha-helices.   I see there is one article out there &#8211; <a href="http://journals.cambridge.org/action/displayAbstract?fromPage=online&amp;aid=165385">Carbon nanotubes self -assembled by amphiphilic alpha peptide helices</a> &#8211; have to check it out.  Generating <a href="http://en.wikipedia.org/wiki/Graphine">graphene </a>from a <a href="http://en.wikipedia.org/wiki/Beta_sheet">beta sheet</a> seems less likely, because of the natural twist present in a beta sheet &#8211; I don&#8217;t find any articles at this time on that.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alanzed.wordpress.com/691/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alanzed.wordpress.com/691/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alanzed.wordpress.com/691/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alanzed.wordpress.com/691/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/alanzed.wordpress.com/691/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/alanzed.wordpress.com/691/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/alanzed.wordpress.com/691/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/alanzed.wordpress.com/691/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alanzed.wordpress.com/691/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alanzed.wordpress.com/691/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alanzed.wordpress.com/691/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alanzed.wordpress.com/691/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alanzed.wordpress.com/691/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alanzed.wordpress.com/691/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alanzed.wordpress.com&amp;blog=7761652&amp;post=691&amp;subd=alanzed&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://alanzed.wordpress.com/2009/12/31/alpha-helix-to-carbon-nanotube/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a7edd4ba72f4a9e79c14e1d1a5f29071?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alanzed</media:title>
		</media:content>
	</item>
		<item>
		<title>World of Warcraft</title>
		<link>http://alanzed.wordpress.com/2009/12/25/world-of-warcraft/</link>
		<comments>http://alanzed.wordpress.com/2009/12/25/world-of-warcraft/#comments</comments>
		<pubDate>Sat, 26 Dec 2009 04:00:24 +0000</pubDate>
		<dc:creator>alanzed</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://alanzed.wordpress.com/?p=694</guid>
		<description><![CDATA[Taking a short vacation, I gave the now mature online game of World of Warcraft a try.  A fun, Blizzard did a good job creating a game with an immersive environment.  I can see why it is so popular.  Also found the add-ons and customizability using Lua very interesting, skimmed a couple books on writing add-ons, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alanzed.wordpress.com&amp;blog=7761652&amp;post=694&amp;subd=alanzed&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://alanzed.files.wordpress.com/2010/01/wow_cover.jpg"><img class="alignright size-thumbnail wp-image-695" title="wow_cover" src="http://alanzed.files.wordpress.com/2010/01/wow_cover.jpg?w=150&#038;h=108" alt="" width="150" height="108" /></a>Taking a short vacation, I gave the now mature online game of <a href="http://www.worldofwarcraft.com/index.xml">World of Warcraft</a> a try.  A fun, Blizzard did a good job creating a game with an immersive environment.  I can see why it is so popular.  Also found the <a href="http://www.wowinterface.com/find.php">add-ons and customizability</a> using <a href="http://www.lua.org/home.html">Lua </a>very interesting, skimmed a couple books on writing add-ons, and wrote one for myself.  The  <a href="http://www.watchtheguild.com/">webisodes of the Guild</a>, which play off of Wow, are entertaining.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alanzed.wordpress.com/694/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alanzed.wordpress.com/694/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alanzed.wordpress.com/694/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alanzed.wordpress.com/694/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/alanzed.wordpress.com/694/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/alanzed.wordpress.com/694/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/alanzed.wordpress.com/694/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/alanzed.wordpress.com/694/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alanzed.wordpress.com/694/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alanzed.wordpress.com/694/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alanzed.wordpress.com/694/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alanzed.wordpress.com/694/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alanzed.wordpress.com/694/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alanzed.wordpress.com/694/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alanzed.wordpress.com&amp;blog=7761652&amp;post=694&amp;subd=alanzed&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://alanzed.wordpress.com/2009/12/25/world-of-warcraft/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a7edd4ba72f4a9e79c14e1d1a5f29071?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alanzed</media:title>
		</media:content>

		<media:content url="http://alanzed.files.wordpress.com/2010/01/wow_cover.jpg?w=150" medium="image">
			<media:title type="html">wow_cover</media:title>
		</media:content>
	</item>
		<item>
		<title>Snowflake formation</title>
		<link>http://alanzed.wordpress.com/2009/12/13/snowflake-formation/</link>
		<comments>http://alanzed.wordpress.com/2009/12/13/snowflake-formation/#comments</comments>
		<pubDate>Sun, 13 Dec 2009 16:58:31 +0000</pubDate>
		<dc:creator>alanzed</dc:creator>
				<category><![CDATA[Physics]]></category>

		<guid isPermaLink="false">http://alanzed.wordpress.com/?p=678</guid>
		<description><![CDATA[The forecasts predicting snow for this weekend were wrong, but it reminded me of a question I had &#8211; why would snowflakes form symmetrically?   How does one individual branch &#8220;know&#8221; how the other 5 are growing?   It turns out that the local conditions (temperature, altitude, etc) govern the crystal growth, and that snowflakes [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alanzed.wordpress.com&amp;blog=7761652&amp;post=678&amp;subd=alanzed&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignright" style="width: 210px"><a href="http://www.its.caltech.edu/~atomic/snowcrystals/class/w050207a039.jpg"><img class="    " title="Stellar dendrite snow crystal" src="http://www.its.caltech.edu/~atomic/snowcrystals/class/w050207a039.jpg" alt="" width="200" height="171" /></a><p class="wp-caption-text">Stellar dendrite snow crystal</p></div>
<p>The forecasts predicting snow for this weekend were wrong, but it reminded me of a question I had &#8211; why would snowflakes form symmetrically?   How does one individual branch &#8220;know&#8221; how the other 5 are growing?   It turns out that the local conditions (temperature, altitude, etc) govern the crystal growth, and that snowflakes are different because of their trajectories through the atmosphere.   Any one snowflake sees the same conditions and will grow in a symmetric fashion (though the majority of snowflakes are actually irregular)</p>
<p><a href="http://www.its.caltech.edu/~atomic/">Kenneth Libbrecht</a> is a physicist studying snowflake formation, and has a <a href="http://www.its.caltech.edu/~atomic/snowcrystals/class/class.htm">great website</a> discussing this, with great micrographs of snowflakes.   He also has a paper <a href="http://www.its.caltech.edu/~atomic/publist/rpp5_4_R03.pdf">The physics of snow crystals</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alanzed.wordpress.com/678/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alanzed.wordpress.com/678/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alanzed.wordpress.com/678/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alanzed.wordpress.com/678/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/alanzed.wordpress.com/678/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/alanzed.wordpress.com/678/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/alanzed.wordpress.com/678/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/alanzed.wordpress.com/678/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alanzed.wordpress.com/678/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alanzed.wordpress.com/678/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alanzed.wordpress.com/678/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alanzed.wordpress.com/678/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alanzed.wordpress.com/678/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alanzed.wordpress.com/678/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alanzed.wordpress.com&amp;blog=7761652&amp;post=678&amp;subd=alanzed&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://alanzed.wordpress.com/2009/12/13/snowflake-formation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a7edd4ba72f4a9e79c14e1d1a5f29071?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alanzed</media:title>
		</media:content>

		<media:content url="http://www.its.caltech.edu/~atomic/snowcrystals/class/w050207a039.jpg" medium="image">
			<media:title type="html">Stellar dendrite snow crystal</media:title>
		</media:content>
	</item>
		<item>
		<title>SAGE history and ODE solvers</title>
		<link>http://alanzed.wordpress.com/2009/12/12/sage-history-and-ode-solvers/</link>
		<comments>http://alanzed.wordpress.com/2009/12/12/sage-history-and-ode-solvers/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 18:29:51 +0000</pubDate>
		<dc:creator>alanzed</dc:creator>
				<category><![CDATA[Math]]></category>
		<category><![CDATA[Research]]></category>

		<guid isPermaLink="false">http://alanzed.wordpress.com/?p=666</guid>
		<description><![CDATA[William Stein recently wrote up an interesting history of his trajectory in mathematics and creation of SAGE (which I&#8217;m a big fan of).   This document lead me to discover (Pyrex and) Cython, which looks very useful for my work. Fast numerical computations with cython &#8211; reviews the features and some parallel options Also, after reviewing [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alanzed.wordpress.com&amp;blog=7761652&amp;post=666&amp;subd=alanzed&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://sage.math.washington.edu/">William Stein</a> recently wrote up an interesting <a href="http://wstein.org/mathsoftbio/history.pdf">history of his trajectory in mathematics</a> and creation of <a href="http://www.sagemath.org/">SAGE</a> (which I&#8217;m a big fan of).   This document lead me to discover (Pyrex and) <a href="http://www.cython.org/">Cython</a>, which looks very useful for my work.</p>
<ul>
<li><a href="http://sage.math.washington.edu/home/dagss/numerical-cython-preprint.pdf">Fast numerical computations with cython</a> &#8211; reviews the features and some parallel options</li>
</ul>
<p>Also, after reviewing and debugging my RKF method, I&#8217;m ready to use the scipy solution, <a href="http://docs.scipy.org/doc/scipy/reference/generated/scipy.integrate.odeint.html">scipy.integrate.odeint</a>, which provides and interface to <a href="http://odetoolkit.hmc.edu/docs/solvers.html">LSODA</a> in the <a href="https://computation.llnl.gov/casc/odepack/odepack_home.html">ODEPACK</a>.   Getting to know ODEPACK intimately will be the key for implementing my ode.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alanzed.wordpress.com/666/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alanzed.wordpress.com/666/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alanzed.wordpress.com/666/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alanzed.wordpress.com/666/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/alanzed.wordpress.com/666/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/alanzed.wordpress.com/666/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/alanzed.wordpress.com/666/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/alanzed.wordpress.com/666/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alanzed.wordpress.com/666/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alanzed.wordpress.com/666/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alanzed.wordpress.com/666/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alanzed.wordpress.com/666/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alanzed.wordpress.com/666/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alanzed.wordpress.com/666/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alanzed.wordpress.com&amp;blog=7761652&amp;post=666&amp;subd=alanzed&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://alanzed.wordpress.com/2009/12/12/sage-history-and-ode-solvers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a7edd4ba72f4a9e79c14e1d1a5f29071?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alanzed</media:title>
		</media:content>
	</item>
		<item>
		<title>Kinematic closure applied to protein folding</title>
		<link>http://alanzed.wordpress.com/2009/12/10/kinematic-closure-applied-to-protein-folding/</link>
		<comments>http://alanzed.wordpress.com/2009/12/10/kinematic-closure-applied-to-protein-folding/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 05:00:48 +0000</pubDate>
		<dc:creator>alanzed</dc:creator>
				<category><![CDATA[Math]]></category>
		<category><![CDATA[Research]]></category>

		<guid isPermaLink="false">http://alanzed.wordpress.com/?p=661</guid>
		<description><![CDATA[Introduced to the work of Dr. Evangelos Coutsias at UNM, an read through a couple of his papers Using quaternions to calculate RMSD &#8211; explaining the basics of using a result from kinematics, kinematic closure (KIC), and inverse kinematics, to analytically solve possible conformations for short peptide sequences. Sub-angstrom accuracy in protein loop reconstruction by [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alanzed.wordpress.com&amp;blog=7761652&amp;post=661&amp;subd=alanzed&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Introduced to the work of <a href="http://www.math.unm.edu/~vageli/">Dr. Evangelos Coutsias</a> at UNM, an read through a couple of his papers</p>
<ul>
<li><a href="http://www.math.unm.edu/~vageli/papers/2004-rmsd.pdf">Using quaternions to calculate RMSD</a> &#8211; explaining the basics of using a result from <a href="http://en.wikisource.org/wiki/The_Kinematics_of_Machinery">kinematics</a>, kinematic closure (KIC), and <a href="http://en.wikipedia.org/wiki/Inverse_kinematics">inverse kinematics</a>, to analytically solve possible conformations for short peptide sequences.</li>
<li><a href="http://www.math.unm.edu/~vageli/papers/nmeth0809-551.pdf">Sub-angstrom accuracy in protein loop reconstruction by robotics-inspired conformational sampling</a> &#8211; where the improvements from KIC on protein loops are exhibited, and the code has been added as an extension to the <a href="http://www.rosettacommons.org/software/index.html">Rosetta program</a>.</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alanzed.wordpress.com/661/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alanzed.wordpress.com/661/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alanzed.wordpress.com/661/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alanzed.wordpress.com/661/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/alanzed.wordpress.com/661/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/alanzed.wordpress.com/661/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/alanzed.wordpress.com/661/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/alanzed.wordpress.com/661/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alanzed.wordpress.com/661/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alanzed.wordpress.com/661/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alanzed.wordpress.com/661/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alanzed.wordpress.com/661/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alanzed.wordpress.com/661/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alanzed.wordpress.com/661/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alanzed.wordpress.com&amp;blog=7761652&amp;post=661&amp;subd=alanzed&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://alanzed.wordpress.com/2009/12/10/kinematic-closure-applied-to-protein-folding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a7edd4ba72f4a9e79c14e1d1a5f29071?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alanzed</media:title>
		</media:content>
	</item>
		<item>
		<title>Reviewing ODE solvers</title>
		<link>http://alanzed.wordpress.com/2009/12/05/reviewing-ode-solvers/</link>
		<comments>http://alanzed.wordpress.com/2009/12/05/reviewing-ode-solvers/#comments</comments>
		<pubDate>Sun, 06 Dec 2009 05:00:30 +0000</pubDate>
		<dc:creator>alanzed</dc:creator>
				<category><![CDATA[Research]]></category>

		<guid isPermaLink="false">http://alanzed.wordpress.com/?p=659</guid>
		<description><![CDATA[Coded up primitive ODE solvers for Euler, RK2, RK4, RKF in Python on the plane and graphed comparative results.  Here they are for The green points are Euler, red are Runge-Kutta second order, light-blue RK4, and small purple are Runge-Kutta-Fehlberg (lying on the blue line for the mathematical solution<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alanzed.wordpress.com&amp;blog=7761652&amp;post=659&amp;subd=alanzed&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Coded up primitive ODE solvers for Euler, <a href="http://en.wikipedia.org/wiki/List_of_Runge%E2%80%93Kutta_methods#Forward_Euler">RK2</a>, <a href="http://en.wikipedia.org/wiki/Runge%E2%80%93Kutta_methods">RK4</a>, <a href="http://en.wikipedia.org/wiki/List_of_Runge%E2%80%93Kutta_methods#Fehlberg">RKF </a>in Python on the plane and graphed comparative results.  Here they are for <img src='http://s0.wp.com/latex.php?latex=y%27+%3D+1+%2B+y%5E2+&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='y&#039; = 1 + y^2 ' title='y&#039; = 1 + y^2 ' class='latex' /></p>
<p style="text-align:center;"><a href="http://alanzed.files.wordpress.com/2010/02/numericalintegrationcomparison.png"><img class="size-full wp-image-732 aligncenter" title="NumericalIntegrationComparison" src="http://alanzed.files.wordpress.com/2010/02/numericalintegrationcomparison.png?w=450&#038;h=355" alt="" width="450" height="355" /></a></p>
<p>The green points are Euler, red are Runge-Kutta second order, light-blue RK4, and small purple are Runge-Kutta-Fehlberg (lying on the blue line for the mathematical solution <img src='http://s0.wp.com/latex.php?latex=y%3D+%5Ctan%28t+%2B+c%29+&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='y= &#92;tan(t + c) ' title='y= &#92;tan(t + c) ' class='latex' /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alanzed.wordpress.com/659/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alanzed.wordpress.com/659/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alanzed.wordpress.com/659/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alanzed.wordpress.com/659/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/alanzed.wordpress.com/659/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/alanzed.wordpress.com/659/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/alanzed.wordpress.com/659/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/alanzed.wordpress.com/659/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alanzed.wordpress.com/659/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alanzed.wordpress.com/659/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alanzed.wordpress.com/659/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alanzed.wordpress.com/659/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alanzed.wordpress.com/659/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alanzed.wordpress.com/659/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alanzed.wordpress.com&amp;blog=7761652&amp;post=659&amp;subd=alanzed&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://alanzed.wordpress.com/2009/12/05/reviewing-ode-solvers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a7edd4ba72f4a9e79c14e1d1a5f29071?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alanzed</media:title>
		</media:content>

		<media:content url="http://alanzed.files.wordpress.com/2010/02/numericalintegrationcomparison.png" medium="image">
			<media:title type="html">NumericalIntegrationComparison</media:title>
		</media:content>
	</item>
	</channel>
</rss>
