<?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>Brandon W. King&#039;s Blog &#187; Science</title>
	<atom:link href="http://www.brandonking.net/blog/category/science/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brandonking.net/blog</link>
	<description>Blogging about Python, Bioinformatics, Programming, System Administration, Cognitive Science, Philosophy and Life</description>
	<lastBuildDate>Wed, 09 Dec 2009 01:24:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>bio.scipy.org</title>
		<link>http://www.brandonking.net/blog/2007/09/18/bioscipyorg/</link>
		<comments>http://www.brandonking.net/blog/2007/09/18/bioscipyorg/#comments</comments>
		<pubDate>Tue, 18 Sep 2007 21:34:00 +0000</pubDate>
		<dc:creator>Brandon W. King</dc:creator>
				<category><![CDATA[Bioinformatics]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[Software Development/Engineering]]></category>
		<category><![CDATA[bio.scipy.org]]></category>
		<category><![CDATA[biology]]></category>

		<guid isPermaLink="false">http://blog.brandonking.net/?p=32</guid>
		<description><![CDATA[As I said I would do, I am now in the progress of setting up and seeding the biology in python community site, which can be found at bio.scipy.org. Part of the goal, as set at the SciPy 2007 Biology Birds of a Feather (BoF) meeting (organized by Titus Brown), is to establish a community [...]]]></description>
			<content:encoded><![CDATA[<p>As I said I would do, I am now in the progress of setting up and seeding the biology in python community site, which can be found at <a href="http://bio.scipy.org/">bio.scipy.org</a>. Part of the goal, as set at the <a href="http://www.scipy.org/SciPy2007/BioBoFNotes">SciPy 2007 Biology Birds of a Feather (BoF) meeting</a> (organized by Titus Brown), is to establish a community site where anyone using Python in the field of Biology can come together, communicate, share ideas, and share code.</p>
<p>As part of the <a href="http://bio.scipy.org/wiki/index.php/Programming_guide">programming guide</a>, I posted my &#8220;<a href="http://bio.scipy.org/wiki/index.php/Preparing_to_learn_python_guide">Preparing to learn python guide</a>&#8220;, in which, I mention the things about Python I wish I had known when I started learning Python. I am guessing it will be most useful to those who have programmed before in another language and are trying to learn Python.</p>
<p>Also, I  posted a link to <a href="http://swc.scipy.org/">Software Carpentry</a> in the <a href="http://bio.scipy.org/wiki/index.php/Programming_guide">programming guide</a>. Thanks Greg for starting that project!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brandonking.net/blog/2007/09/18/bioscipyorg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SciPy 2007 &#8211; Biology Birds of a Feather meeting</title>
		<link>http://www.brandonking.net/blog/2007/08/17/scipy-2007-biology-birds-of-a-feather-meeting/</link>
		<comments>http://www.brandonking.net/blog/2007/08/17/scipy-2007-biology-birds-of-a-feather-meeting/#comments</comments>
		<pubDate>Fri, 17 Aug 2007 22:18:00 +0000</pubDate>
		<dc:creator>Brandon W. King</dc:creator>
				<category><![CDATA[Bioinformatics]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[Software Development/Engineering]]></category>
		<category><![CDATA[biology]]></category>
		<category><![CDATA[scipy]]></category>

		<guid isPermaLink="false">http://blog.brandonking.net/?p=30</guid>
		<description><![CDATA[During the Biology birds of a feather meeting at SciPy 2007, which was organized by Titus Brown, we meet to discuss were those of us using Python for biology/bioinformatics should work together as a community. Two interesting thoughts came up:

Need to establish python/biology community, via website, biology-in-python mailing list, rss, blogs, etc.
Having a core set [...]]]></description>
			<content:encoded><![CDATA[<p>During the Biology birds of a feather meeting at <a href="http://www.scipy.org/SciPy2007">SciPy 2007</a>, which was organized by Titus Brown, we meet to discuss were those of us using Python for biology/bioinformatics should work together as a community. Two interesting thoughts came up:</p>
<ol>
<li>Need to establish python/biology community, via website, <a href="http://lists.idyll.org/listinfo/biology-in-python">biology-in-python mailing list</a>, rss, blogs, etc.</li>
<li>Having a core set of &#8220;interfaces&#8221; for handling basic bioinformatics objects would allow independent projects to share these basic objects. I am sure others will describe this better and in more detail in the near future.</li>
</ol>
<p>I personally believe that even if we only accomplish the first item, it would significantly help the bioinformatics community. I do hope the 2nd is accomplished as well.</p>
<p>What I see is that most people who are new to the python bioinformatics community end up finding <a href="http://www.biopython.org/">BioPython</a>. The only problem is that many people doing bioinformatics with Python who choose not to use BioPython end up doing there own thing an not communicating with the community. The idea here is to make a new python/biology community site were we can communicate, share code, share ideas, etc. In other words support the community as a whole rather than just having communities for individual projects.</p>
<p>I agreed to setup this initial site and seed it information, bioinformatics python packages by category, a place holder for cookbooks, advice for testing and software engineering (referencing  <a href="http://swc.scipy.org/">Greg Wilsion&#8217;s Software Carpentry</a> material, etc.).  I would like to thank <a href="http://enthought.com/">Enthought</a> as they have agreed to host the website. I will add the more information on the community site as it is being setup. We&#8217;ll see how it goes.</p>
<p>Also, check out <a href="http://ivory.idyll.org/blog/aug-07/scipy-biobof.html">Titus Brown&#8217;s Birds of a Feather post</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brandonking.net/blog/2007/08/17/scipy-2007-biology-birds-of-a-feather-meeting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Global Warming: An Inconvenient Truth</title>
		<link>http://www.brandonking.net/blog/2006/12/06/global-warming-an-inconvenient-truth/</link>
		<comments>http://www.brandonking.net/blog/2006/12/06/global-warming-an-inconvenient-truth/#comments</comments>
		<pubDate>Wed, 06 Dec 2006 22:56:00 +0000</pubDate>
		<dc:creator>Brandon W. King</dc:creator>
				<category><![CDATA[Global Warming]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[global warming]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://blog.brandonking.net/?p=20</guid>
		<description><![CDATA[I made the previous two posts on &#8220;Global Warming&#8221; from videos (and descriptions) I found on Google Video. I have been interested in the effects of &#8220;Global Warming&#8221; for some time now. The movie An Inconvenient Truth sparked my attention again. I highly recommend seeing the movie especially if you haven&#8217;t paid much attention to [...]]]></description>
			<content:encoded><![CDATA[<p>I made the previous two posts on &#8220;Global Warming&#8221; from videos (and descriptions) I found on Google Video. I have been interested in the effects of &#8220;Global Warming&#8221; for some time now. The movie <a href="http://imdb.com/title/tt0497116/">An Inconvenient Truth</a> sparked my attention again. I highly recommend seeing the movie especially if you haven&#8217;t paid much attention to the &#8220;Global Warming&#8221; topic.</p>
<p>For those of you who don&#8217;t believe that &#8220;Global Warming&#8221; is happening, I have this question for you:</p>
<p>Are you willing to bet life on this planet as we know it, because you don&#8217;t believe Global Warming is happening? Maybe the outcome of Global Warming isn&#8217;t as extreme as some may believe it to, but maybe it will be worse. If Global Warming is real and we treat it has a scientific hoax, and don&#8217;t take action. Isn&#8217;t that worse than the scientists being wrong about the how extreme the changes will be on our planet? Isn&#8217;t it work taking action now &#8220;just in case&#8221;?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brandonking.net/blog/2006/12/06/global-warming-an-inconvenient-truth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Denial Machine</title>
		<link>http://www.brandonking.net/blog/2006/12/03/the-denial-machine/</link>
		<comments>http://www.brandonking.net/blog/2006/12/03/the-denial-machine/#comments</comments>
		<pubDate>Sun, 03 Dec 2006 08:28:00 +0000</pubDate>
		<dc:creator>Brandon W. King</dc:creator>
				<category><![CDATA[Global Warming]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[global warming]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://blog.brandonking.net/?p=19</guid>
		<description><![CDATA[






In the past few years, a hurricane has engulfed the debate about global warming. This scientific issue has become a rhetorical firestorm with science pitted against spin and inflammatory words on both sides.
This documentary shows how fossil fuel corporations have kept the global warming debate alive long after most scientists believed that global warming was [...]]]></description>
			<content:encoded><![CDATA[<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td colspan="2"><object id="VideoPlayback" style="width: 400px; height: 326px;" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="100" height="100" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://video.google.com/googleplayer.swf?docId=522784499045867811&amp;hl=en" /><embed id="VideoPlayback" style="width: 400px; height: 326px;" type="application/x-shockwave-flash" width="100" height="100" src="http://video.google.com/googleplayer.swf?docId=522784499045867811&amp;hl=en"></embed></object></td>
</tr>
<tr></tr>
<tr>
<td>In the past few years, a hurricane has engulfed the debate about global warming. This scientific issue has become a rhetorical firestorm with science pitted against spin and inflammatory words on both sides.</p>
<p>This documentary shows how fossil fuel corporations have kept the global warming debate alive long after most scientists believed that global warming was real and had potentially catastrophic consequences. It shows that companies such as Exxon Mobil are working with top public relations firms and using many of the same tactics and personnel as those employed by Phillip Morris and RJ Reynolds to dispute the cigarette-cancer link in the 1990s. Exxon Mobil sought out those willing to question the science behind climate change, providing funding for some of them, their organizations and their studies.</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.brandonking.net/blog/2006/12/03/the-denial-machine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blue Man Group on Global Warming</title>
		<link>http://www.brandonking.net/blog/2006/12/03/blue-man-group-on-global-warming/</link>
		<comments>http://www.brandonking.net/blog/2006/12/03/blue-man-group-on-global-warming/#comments</comments>
		<pubDate>Sun, 03 Dec 2006 08:12:00 +0000</pubDate>
		<dc:creator>Brandon W. King</dc:creator>
				<category><![CDATA[Global Warming]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[global warming]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://blog.brandonking.net/?p=18</guid>
		<description><![CDATA[


Description from Google Video:



Your attention please. Thank you for choosing earth as your planetary vehicle. We hope you enjoy the many wonderful features of this planet, as you hurtle through the cosmos. Please note, that in the event of continued inaction in the face of global warming &#8211; your seat cushion can be used as [...]]]></description>
			<content:encoded><![CDATA[<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td colspan="2"><span style="font-weight: bold;">Description from Google Video:</span><br />
<object id="VideoPlayback" style="width: 400px; height: 326px;" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="100" height="100" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://video.google.com/googleplayer.swf?docId=8453442377878175440&amp;hl=en" /><embed id="VideoPlayback" style="width: 400px; height: 326px;" type="application/x-shockwave-flash" width="100" height="100" src="http://video.google.com/googleplayer.swf?docId=8453442377878175440&amp;hl=en"></embed></object></td>
</tr>
<tr>
<td>Your attention please. Thank you for choosing earth as your planetary vehicle. We hope you enjoy the many wonderful features of this planet, as you hurtle through the cosmos. Please note, that in the event of continued inaction in the face of global warming &#8211; your seat cushion can be used as a flotation device. Please take a moment to locate this planet&#8217;s emergency exits. As you can see, there aren&#8217;t any!</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.brandonking.net/blog/2006/12/03/blue-man-group-on-global-warming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
