<?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 for sune lehmann</title>
	<atom:link href="http://sunelehmann.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://sunelehmann.com</link>
	<description>Intermittent updates</description>
	<lastBuildDate>Tue, 22 Nov 2011 07:35:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Pervasive Overlap by Sune Lehmann</title>
		<link>http://sunelehmann.com/2010/06/29/pervasive-overlap/#comment-235</link>
		<dc:creator><![CDATA[Sune Lehmann]]></dc:creator>
		<pubDate>Tue, 22 Nov 2011 07:35:55 +0000</pubDate>
		<guid isPermaLink="false">http://sunelehmann.com/?p=45#comment-235</guid>
		<description><![CDATA[The line &quot;python link_clustering.py -h&quot; should work in the command prompt of windows - I haven&#039;t really used IDLE so not sure how you run scripts from there.

Before running the command, you can check if python works on your system by typing &quot;python&quot; at the command prompt. If that starts python you should be all set. Otherwise, you probably have to add python to the path.

Hope this helps,
Sune]]></description>
		<content:encoded><![CDATA[<p>The line &#8220;python link_clustering.py -h&#8221; should work in the command prompt of windows &#8211; I haven&#8217;t really used IDLE so not sure how you run scripts from there.</p>
<p>Before running the command, you can check if python works on your system by typing &#8220;python&#8221; at the command prompt. If that starts python you should be all set. Otherwise, you probably have to add python to the path.</p>
<p>Hope this helps,<br />
Sune</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pervasive Overlap by Alexander Semenov</title>
		<link>http://sunelehmann.com/2010/06/29/pervasive-overlap/#comment-234</link>
		<dc:creator><![CDATA[Alexander Semenov]]></dc:creator>
		<pubDate>Tue, 22 Nov 2011 05:38:44 +0000</pubDate>
		<guid isPermaLink="false">http://sunelehmann.com/?p=45#comment-234</guid>
		<description><![CDATA[I made it space separated myself.

Does this command work in Windows: “python link_clustering.py -h”? I couldn&#039;t run it.

Thanks for the links.]]></description>
		<content:encoded><![CDATA[<p>I made it space separated myself.</p>
<p>Does this command work in Windows: “python link_clustering.py -h”? I couldn&#8217;t run it.</p>
<p>Thanks for the links.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pervasive Overlap by Sune Lehmann</title>
		<link>http://sunelehmann.com/2010/06/29/pervasive-overlap/#comment-233</link>
		<dc:creator><![CDATA[Sune Lehmann]]></dc:creator>
		<pubDate>Mon, 21 Nov 2011 17:19:55 +0000</pubDate>
		<guid isPermaLink="false">http://sunelehmann.com/?p=45#comment-233</guid>
		<description><![CDATA[Hmm. First of all, I don&#039;t think csv usually separates values by space (since the filename literally means &quot;comma separated values&quot;), so be aware of that.

If you type &quot;python link_clustering.py -h&quot; at the prompt you&#039;ll see a helpstring help get you started with the options.

Also, if you&#039;re a total newbie at Python, you may want to check out Alex Kalinka&#039;s implementation in R 

http://cran.r-project.org/web/packages/linkcomm/index.html 
http://bioinformatics.oxfordjournals.org/content/early/2011/05/19/bioinformatics.btr311.abstract

as it offers a lot of functionality that&#039;s not present in our Python version.

Cheers,
Sune]]></description>
		<content:encoded><![CDATA[<p>Hmm. First of all, I don&#8217;t think csv usually separates values by space (since the filename literally means &#8220;comma separated values&#8221;), so be aware of that.</p>
<p>If you type &#8220;python link_clustering.py -h&#8221; at the prompt you&#8217;ll see a helpstring help get you started with the options.</p>
<p>Also, if you&#8217;re a total newbie at Python, you may want to check out Alex Kalinka&#8217;s implementation in R </p>
<p><a href="http://cran.r-project.org/web/packages/linkcomm/index.html" rel="nofollow">http://cran.r-project.org/web/packages/linkcomm/index.html</a><br />
<a href="http://bioinformatics.oxfordjournals.org/content/early/2011/05/19/bioinformatics.btr311.abstract" rel="nofollow">http://bioinformatics.oxfordjournals.org/content/early/2011/05/19/bioinformatics.btr311.abstract</a></p>
<p>as it offers a lot of functionality that&#8217;s not present in our Python version.</p>
<p>Cheers,<br />
Sune</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pervasive Overlap by Alexander Semenov</title>
		<link>http://sunelehmann.com/2010/06/29/pervasive-overlap/#comment-232</link>
		<dc:creator><![CDATA[Alexander Semenov]]></dc:creator>
		<pubDate>Mon, 21 Nov 2011 11:04:45 +0000</pubDate>
		<guid isPermaLink="false">http://sunelehmann.com/?p=45#comment-232</guid>
		<description><![CDATA[It is space separated list of edges in *.csv format

I&#039;m a newbie in Python, so I simply put the script into the same directory with the edgelist, opened it in Python 2.7.2 IDLE and replaced &quot;filename&quot; in the code with edles.csv (the name of my data file). Then I tried to execute it.]]></description>
		<content:encoded><![CDATA[<p>It is space separated list of edges in *.csv format</p>
<p>I&#8217;m a newbie in Python, so I simply put the script into the same directory with the edgelist, opened it in Python 2.7.2 IDLE and replaced &#8220;filename&#8221; in the code with edles.csv (the name of my data file). Then I tried to execute it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pervasive Overlap by Sune Lehmann</title>
		<link>http://sunelehmann.com/2010/06/29/pervasive-overlap/#comment-231</link>
		<dc:creator><![CDATA[Sune Lehmann]]></dc:creator>
		<pubDate>Mon, 21 Nov 2011 10:54:24 +0000</pubDate>
		<guid isPermaLink="false">http://sunelehmann.com/?p=45#comment-231</guid>
		<description><![CDATA[Looks like you&#039;re using the wrong number of arguments. 

What does your data file look like and what precisely which command are you using to execute the script?

Cheers,
Sune]]></description>
		<content:encoded><![CDATA[<p>Looks like you&#8217;re using the wrong number of arguments. </p>
<p>What does your data file look like and what precisely which command are you using to execute the script?</p>
<p>Cheers,<br />
Sune</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pervasive Overlap by Alexander Semenov</title>
		<link>http://sunelehmann.com/2010/06/29/pervasive-overlap/#comment-230</link>
		<dc:creator><![CDATA[Alexander Semenov]]></dc:creator>
		<pubDate>Mon, 21 Nov 2011 10:34:04 +0000</pubDate>
		<guid isPermaLink="false">http://sunelehmann.com/?p=45#comment-230</guid>
		<description><![CDATA[Hello!
I&#039;ve been trying to use your clustering algorithm in Python 2.7.2 and receive the following error:
Usage: python link_clustering_test.py [options] edges_space

link_clustering_test.py: error: incorrect number of arguments

Traceback (most recent call last):
  File &quot;C:\Users\alexandrsemenov\Documents\Data\Python\link_clustering_test.py&quot;, line 179, in 
    parser.error(&quot;incorrect number of arguments&quot;)
  File &quot;C:\Program Files\Python2\lib\optparse.py&quot;, line 1583, in error
    self.exit(2, &quot;%s: error: %s\n&quot; % (self.get_prog_name(), msg))
  File &quot;C:\Program Files\Python2\lib\optparse.py&quot;, line 1573, in exit
    sys.exit(status)
SystemExit: 2

How can I fix it?]]></description>
		<content:encoded><![CDATA[<p>Hello!<br />
I&#8217;ve been trying to use your clustering algorithm in Python 2.7.2 and receive the following error:<br />
Usage: python link_clustering_test.py [options] edges_space</p>
<p>link_clustering_test.py: error: incorrect number of arguments</p>
<p>Traceback (most recent call last):<br />
  File &#8220;C:\Users\alexandrsemenov\Documents\Data\Python\link_clustering_test.py&#8221;, line 179, in<br />
    parser.error(&#8220;incorrect number of arguments&#8221;)<br />
  File &#8220;C:\Program Files\Python2\lib\optparse.py&#8221;, line 1583, in error<br />
    self.exit(2, &#8220;%s: error: %s\n&#8221; % (self.get_prog_name(), msg))<br />
  File &#8220;C:\Program Files\Python2\lib\optparse.py&#8221;, line 1573, in exit<br />
    sys.exit(status)<br />
SystemExit: 2</p>
<p>How can I fix it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NetSci 2013: Venue and Dates by Anneli Karniala</title>
		<link>http://sunelehmann.com/2011/02/24/netsci-2013-venue-and-dates/#comment-208</link>
		<dc:creator><![CDATA[Anneli Karniala]]></dc:creator>
		<pubDate>Sat, 29 Oct 2011 00:11:49 +0000</pubDate>
		<guid isPermaLink="false">http://sunelehmann.com/?p=357#comment-208</guid>
		<description><![CDATA[Sune --
Did I already tell you this is rather amazing and totally fascinating? &#039;Tis!!]]></description>
		<content:encoded><![CDATA[<p>Sune &#8211;<br />
Did I already tell you this is rather amazing and totally fascinating? &#8216;Tis!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NetSci 2013: Venue and Dates by Anneli Karniala</title>
		<link>http://sunelehmann.com/2011/02/24/netsci-2013-venue-and-dates/#comment-207</link>
		<dc:creator><![CDATA[Anneli Karniala]]></dc:creator>
		<pubDate>Sat, 29 Oct 2011 00:07:32 +0000</pubDate>
		<guid isPermaLink="false">http://sunelehmann.com/?p=357#comment-207</guid>
		<description><![CDATA[Sune, 
I have just checked out your entire website.  Rather amazing and totally fascinating! Yes --- and indeed!!]]></description>
		<content:encoded><![CDATA[<p>Sune,<br />
I have just checked out your entire website.  Rather amazing and totally fascinating! Yes &#8212; and indeed!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on An animation by Annamaria Talas</title>
		<link>http://sunelehmann.com/2010/06/23/little-animation/#comment-196</link>
		<dc:creator><![CDATA[Annamaria Talas]]></dc:creator>
		<pubDate>Thu, 13 Oct 2011 12:33:41 +0000</pubDate>
		<guid isPermaLink="false">http://sunelehmann.com/?p=47#comment-196</guid>
		<description><![CDATA[Hi Sune - this is Annamaria - director of the film on network science. I wonder if anyone compared the social network structure of guilds/raiding parties in World of Warcraft and that of ancient tribes as the Hadza in Tanzania. 

If you have any suggestion, please contact me at 
talasannamaria@gmail.com

Hope all is well!]]></description>
		<content:encoded><![CDATA[<p>Hi Sune &#8211; this is Annamaria &#8211; director of the film on network science. I wonder if anyone compared the social network structure of guilds/raiding parties in World of Warcraft and that of ancient tribes as the Hadza in Tanzania. </p>
<p>If you have any suggestion, please contact me at<br />
<a href="mailto:talasannamaria@gmail.com">talasannamaria@gmail.com</a></p>
<p>Hope all is well!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Whitman by Feynman on Beauty &#8230; again &#124; sune lehmann</title>
		<link>http://sunelehmann.com/2011/03/20/whitman/#comment-192</link>
		<dc:creator><![CDATA[Feynman on Beauty &#8230; again &#124; sune lehmann]]></dc:creator>
		<pubDate>Thu, 06 Oct 2011 13:14:42 +0000</pubDate>
		<guid isPermaLink="false">http://sunelehmann.com/?p=405#comment-192</guid>
		<description><![CDATA[[...] while ago I wrote about beauty in Nature (seen from the perspective of a physicist and posted a video with Richard Feynman&#8217;s [...]]]></description>
		<content:encoded><![CDATA[<p>[...] while ago I wrote about beauty in Nature (seen from the perspective of a physicist and posted a video with Richard Feynman&#8217;s [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

