<?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/"
		>
<channel>
	<title>Comments on: Automatic Aggregation of Faculty Publications from Personal Web Pages</title>
	<atom:link href="http://journal.code4lib.org/articles/3765/feed" rel="self" type="application/rss+xml" />
	<link>http://journal.code4lib.org/articles/3765</link>
	<description></description>
	<lastBuildDate>Sat, 11 May 2013 17:16:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Mathias Lösch</title>
		<link>http://journal.code4lib.org/articles/3765/comment-page-1#comment-3344</link>
		<dc:creator>Mathias Lösch</dc:creator>
		<pubDate>Wed, 13 Oct 2010 17:19:03 +0000</pubDate>
		<guid isPermaLink="false">http://journal.code4lib.org/?p=3765#comment-3344</guid>
		<description><![CDATA[Brice,

maybe your input CSV contains an empty row at the end? I tested that and it throws exactly the error you saw. Thanks for catching it! 

We indeed thought of parsing citations, but gave up on that because we actually found it to be pretty complex. That would be another project.]]></description>
		<content:encoded><![CDATA[<p>Brice,</p>
<p>maybe your input CSV contains an empty row at the end? I tested that and it throws exactly the error you saw. Thanks for catching it! </p>
<p>We indeed thought of parsing citations, but gave up on that because we actually found it to be pretty complex. That would be another project.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brice Stacey</title>
		<link>http://journal.code4lib.org/articles/3765/comment-page-1#comment-3293</link>
		<dc:creator>Brice Stacey</dc:creator>
		<pubDate>Tue, 28 Sep 2010 19:54:25 +0000</pubDate>
		<guid isPermaLink="false">http://journal.code4lib.org/?p=3765#comment-3293</guid>
		<description><![CDATA[Line 189 throws an error for me. I&#039;m running Ubuntu 9.10, python 2.6.4, and had trouble installing pybing...

New department
 http://www.cs.umb.edu/~cheungr/
 http://www.cs.umb.edu/~ding/publications.html
 http://www.cs.umb.edu/~duc/publications.html
Traceback (most recent call last):
  File &quot;facpublister.py&quot;, line 240, in 
    main()
  File &quot;facpublister.py&quot;, line 189, in main
    if &#039;Publication List&#039; in row[0]:
IndexError: list index out of range

I&#039;m not sure why the for loop doesn&#039;t stop. I&#039;m not a python programmer, so maybe I didn&#039;t do something right, but before line 189, I added the following to make it work:

if len(row) == 0:
  break

Anyway, nice job. The result is pretty neat.

Have you thought of perhaps parsing citations from publication lists and running them through a search engine? That could be pretty powerful.]]></description>
		<content:encoded><![CDATA[<p>Line 189 throws an error for me. I&#8217;m running Ubuntu 9.10, python 2.6.4, and had trouble installing pybing&#8230;</p>
<p>New department<br />
 <a href="http://www.cs.umb.edu/~cheungr/" rel="nofollow">http://www.cs.umb.edu/~cheungr/</a><br />
 <a href="http://www.cs.umb.edu/~ding/publications.html" rel="nofollow">http://www.cs.umb.edu/~ding/publications.html</a><br />
 <a href="http://www.cs.umb.edu/~duc/publications.html" rel="nofollow">http://www.cs.umb.edu/~duc/publications.html</a><br />
Traceback (most recent call last):<br />
  File &#8220;facpublister.py&#8221;, line 240, in<br />
    main()<br />
  File &#8220;facpublister.py&#8221;, line 189, in main<br />
    if &#8216;Publication List&#8217; in row[0]:<br />
IndexError: list index out of range</p>
<p>I&#8217;m not sure why the for loop doesn&#8217;t stop. I&#8217;m not a python programmer, so maybe I didn&#8217;t do something right, but before line 189, I added the following to make it work:</p>
<p>if len(row) == 0:<br />
  break</p>
<p>Anyway, nice job. The result is pretty neat.</p>
<p>Have you thought of perhaps parsing citations from publication lists and running them through a search engine? That could be pretty powerful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dori Stein</title>
		<link>http://journal.code4lib.org/articles/3765/comment-page-1#comment-3291</link>
		<dc:creator>Dori Stein</dc:creator>
		<pubDate>Mon, 27 Sep 2010 09:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://journal.code4lib.org/?p=3765#comment-3291</guid>
		<description><![CDATA[I think you should also consider using website scraping tools described in this series of posts:   
http://www.fornova.net/blog/?p=4]]></description>
		<content:encoded><![CDATA[<p>I think you should also consider using website scraping tools described in this series of posts:<br />
<a href="http://www.fornova.net/blog/?p=4" rel="nofollow">http://www.fornova.net/blog/?p=4</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
