<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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: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>Comments on: On Unpublished Software</title>
	<atom:link href="http://confounding.net/2012/02/09/on-unpublished-software/feed/" rel="self" type="application/rss+xml" />
	<link>http://confounding.net/2012/02/09/on-unpublished-software/</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Fri, 04 Jan 2013 05:22:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: EpiGrad</title>
		<link>http://confounding.net/2012/02/09/on-unpublished-software/#comment-551</link>
		<dc:creator><![CDATA[EpiGrad]]></dc:creator>
		<pubDate>Fri, 10 Feb 2012 22:11:22 +0000</pubDate>
		<guid isPermaLink="false">http://confounding.net/?p=275#comment-551</guid>
		<description><![CDATA[I&#039;m not sure I agree. While I do appreciate when researchers make their code public, I&#039;ve never actually found myself needing to rely on someone else&#039;s code for a research project. If a paper relies on and focuses entirely on the software, I might understand, but I&#039;ve always argued that the baseline level of presentation should be that the code can be &lt;em&gt;rebuilt&lt;/em&gt;, not merely that it exists. This is, for no other reason, important to prevent the propagation of inefficient algorithm design, coding errors, or other design flaws.

Indeed, the one time I tried using someone else&#039;s code, the amount of trouble I went to trying to shoehorn their software into my question entirely offset the time saved not coding it myself.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure I agree. While I do appreciate when researchers make their code public, I&#8217;ve never actually found myself needing to rely on someone else&#8217;s code for a research project. If a paper relies on and focuses entirely on the software, I might understand, but I&#8217;ve always argued that the baseline level of presentation should be that the code can be <em>rebuilt</em>, not merely that it exists. This is, for no other reason, important to prevent the propagation of inefficient algorithm design, coding errors, or other design flaws.</p>
<p>Indeed, the one time I tried using someone else&#8217;s code, the amount of trouble I went to trying to shoehorn their software into my question entirely offset the time saved not coding it myself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RSingh</title>
		<link>http://confounding.net/2012/02/09/on-unpublished-software/#comment-550</link>
		<dc:creator><![CDATA[RSingh]]></dc:creator>
		<pubDate>Fri, 10 Feb 2012 22:03:13 +0000</pubDate>
		<guid isPermaLink="false">http://confounding.net/?p=275#comment-550</guid>
		<description><![CDATA[The practice of not including the code seriously hampers the dissemination of the published work. 

Researchers also have limited time and the lack of code is an impediment to learning or utilising the published technique. 

It should be made mandatory that the code is included, either within the paper or reference to a link on a website.]]></description>
		<content:encoded><![CDATA[<p>The practice of not including the code seriously hampers the dissemination of the published work. </p>
<p>Researchers also have limited time and the lack of code is an impediment to learning or utilising the published technique. </p>
<p>It should be made mandatory that the code is included, either within the paper or reference to a link on a website.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nsaunders</title>
		<link>http://confounding.net/2012/02/09/on-unpublished-software/#comment-545</link>
		<dc:creator><![CDATA[nsaunders]]></dc:creator>
		<pubDate>Fri, 10 Feb 2012 02:42:23 +0000</pubDate>
		<guid isPermaLink="false">http://confounding.net/?p=275#comment-545</guid>
		<description><![CDATA[I read Jonathan&#039;s post too and had no sympathy for the authors. Neither, though, did I have antipathy toward them - they are not the issue.  What&#039;s at fault here are the journals and the reviewers.  Until they enforce some standards, authors will get away with bad practice.  How a reviewer can declare the findings of a study to be valid without access to the analyses used is completely beyond my comprehension.]]></description>
		<content:encoded><![CDATA[<p>I read Jonathan&#8217;s post too and had no sympathy for the authors. Neither, though, did I have antipathy toward them &#8211; they are not the issue.  What&#8217;s at fault here are the journals and the reviewers.  Until they enforce some standards, authors will get away with bad practice.  How a reviewer can declare the findings of a study to be valid without access to the analyses used is completely beyond my comprehension.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin Rising</title>
		<link>http://confounding.net/2012/02/09/on-unpublished-software/#comment-544</link>
		<dc:creator><![CDATA[Justin Rising]]></dc:creator>
		<pubDate>Fri, 10 Feb 2012 02:40:21 +0000</pubDate>
		<guid isPermaLink="false">http://confounding.net/?p=275#comment-544</guid>
		<description><![CDATA[&quot;I’ve had one collaborator essentially decide not to give out code because further analysis – that would appear in future papers – was already baked in, and they weren’t going to go through their code line by line to make sure some poor grad student’s project didn’t get scooped by someone reading the code carefully, or that in removing that stuff, they didn’t manage to otherwise break the software.&quot;

This is the perfect example of something that&#039;s easy to avoid by properly using a version control system (e.g., svn/git/etc.).  Check in the version that went in to the original paper, make a tag/branch for it, and then you can make whatever modifications you want while still always having access to something that&#039;s suitable for release.]]></description>
		<content:encoded><![CDATA[<p>&#8220;I’ve had one collaborator essentially decide not to give out code because further analysis – that would appear in future papers – was already baked in, and they weren’t going to go through their code line by line to make sure some poor grad student’s project didn’t get scooped by someone reading the code carefully, or that in removing that stuff, they didn’t manage to otherwise break the software.&#8221;</p>
<p>This is the perfect example of something that&#8217;s easy to avoid by properly using a version control system (e.g., svn/git/etc.).  Check in the version that went in to the original paper, make a tag/branch for it, and then you can make whatever modifications you want while still always having access to something that&#8217;s suitable for release.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
