<?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:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"	>
<channel>
	<title>Comments on: Displaying citation counts in DSpace</title>
	<atom:link href="http://blog.stuartlewis.com/2009/10/30/displaying-citation-counts-in-dspace/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.stuartlewis.com/2009/10/30/displaying-citation-counts-in-dspace/</link>
	<description></description>
	<lastBuildDate>Fri, 05 Mar 2010 02:02:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Stuart</title>
		<link>http://blog.stuartlewis.com/2009/10/30/displaying-citation-counts-in-dspace/comment-page-1/#comment-3282</link>
		<dc:creator>Stuart</dc:creator>
		<pubDate>Sun, 06 Dec 2009 07:51:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stuartlewis.com/?p=503#comment-3282</guid>
		<description>Hi Moturi,

It might be that you are trying to patch an old version of the code as the patch is designed for DSpace version 1.6. You could just apply the changes to the file by hand, as there aren&#039;t many. Just add the lines from the patch file which start with a &#039;+&#039;, and remove the lines that start with a &#039;-&#039;. To find the position of the lines, look at the extra lines before and after each change.

Thanks,


Stuart</description>
		<content:encoded><![CDATA[<p>Hi Moturi,</p>
<p>It might be that you are trying to patch an old version of the code as the patch is designed for DSpace version 1.6. You could just apply the changes to the file by hand, as there aren&#8217;t many. Just add the lines from the patch file which start with a &#8216;+&#8217;, and remove the lines that start with a &#8216;-&#8217;. To find the position of the lines, look at the extra lines before and after each change.</p>
<p>Thanks,</p>
<p>Stuart</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: moturi</title>
		<link>http://blog.stuartlewis.com/2009/10/30/displaying-citation-counts-in-dspace/comment-page-1/#comment-3280</link>
		<dc:creator>moturi</dc:creator>
		<pubDate>Mon, 30 Nov 2009 05:43:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stuartlewis.com/?p=503#comment-3280</guid>
		<description>Hi,

I am having a problem with applying the patch file.

I saved it in the server as mods.diff.txt and ran the command

$ patch &lt; mods.diff             (for the file defaultheader.jsp)

I got the following errors:

bash-2.05$ patch &lt; mods.diff.txt
bash: mods.diff.txt: No such file or directory
bash-2.05$ patch &lt; mods.diff.txt
  Looks like a unified context diff.
Hunk #1 failed at line 66.
Hunk #2 failed at line 108.
2 out of 2 hunks failed: saving rejects to header-default.jsp.rej
  The next patch looks like a unified context diff.
File to patch: header-default.jsp
Hunk #1 failed at line 107.
Hunk #2 failed at line 160.
2 out of 2 hunks failed: saving rejects to header-default.jsp.rej
done

Can you please help?

Thanks in advance.

Regards,
moturi</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am having a problem with applying the patch file.</p>
<p>I saved it in the server as mods.diff.txt and ran the command</p>
<p>$ patch &lt; mods.diff             (for the file defaultheader.jsp)</p>
<p>I got the following errors:</p>
<p>bash-2.05$ patch &lt; mods.diff.txt<br />
bash: mods.diff.txt: No such file or directory<br />
bash-2.05$ patch &lt; mods.diff.txt<br />
  Looks like a unified context diff.<br />
Hunk #1 failed at line 66.<br />
Hunk #2 failed at line 108.<br />
2 out of 2 hunks failed: saving rejects to header-default.jsp.rej<br />
  The next patch looks like a unified context diff.<br />
File to patch: header-default.jsp<br />
Hunk #1 failed at line 107.<br />
Hunk #2 failed at line 160.<br />
2 out of 2 hunks failed: saving rejects to header-default.jsp.rej<br />
done</p>
<p>Can you please help?</p>
<p>Thanks in advance.</p>
<p>Regards,<br />
moturi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stuart</title>
		<link>http://blog.stuartlewis.com/2009/10/30/displaying-citation-counts-in-dspace/comment-page-1/#comment-3254</link>
		<dc:creator>Stuart</dc:creator>
		<pubDate>Tue, 24 Nov 2009 22:52:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stuartlewis.com/?p=503#comment-3254</guid>
		<description>Hi Ronee,

Yes - it should work fine. The snippet of code that inserts the Javascript on the page and grabs the DOI will need changing slightly, but otherwise it will work OK.

Apparently SCOPUS are developing a new citation REST API which should be available early next year, so once that is released I&#039;ll probably rewrite the code to make use of that, and will implement it in the XMLUI too.

Thanks,


Stuart</description>
		<content:encoded><![CDATA[<p>Hi Ronee,</p>
<p>Yes &#8211; it should work fine. The snippet of code that inserts the Javascript on the page and grabs the DOI will need changing slightly, but otherwise it will work OK.</p>
<p>Apparently SCOPUS are developing a new citation REST API which should be available early next year, so once that is released I&#8217;ll probably rewrite the code to make use of that, and will implement it in the XMLUI too.</p>
<p>Thanks,</p>
<p>Stuart</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronee Francis</title>
		<link>http://blog.stuartlewis.com/2009/10/30/displaying-citation-counts-in-dspace/comment-page-1/#comment-3253</link>
		<dc:creator>Ronee Francis</dc:creator>
		<pubDate>Tue, 24 Nov 2009 18:50:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stuartlewis.com/?p=503#comment-3253</guid>
		<description>Stuart,

Cool! Do you think this process will work for the XMLUI?</description>
		<content:encoded><![CDATA[<p>Stuart,</p>
<p>Cool! Do you think this process will work for the XMLUI?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
