<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.nodalpoint.org" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>nodalpoint.org - Buggotea: Redundant links in Connotea - Comments</title>
 <link>http://www.nodalpoint.org/2006/12/15/buggotea_redundant_links_in_connotea</link>
 <description>Comments for &quot;Buggotea: Redundant links in Connotea&quot;</description>
 <language>en</language>
<item>
 <title>Thanks Ian, buggotea is almost fixed</title>
 <link>http://www.nodalpoint.org/2006/12/15/buggotea_redundant_links_in_connotea#comment-4283</link>
 <description>&lt;p&gt;Thank you Ian for doing this. Connotea seems to perform better now. E.g. the BioPERL paper referred to in the original buggotea post&lt;br /&gt;
&lt;a href=&quot;http://www.connotea.org/article/b0a2feab5e48494d3b03c39add264f22&quot; title=&quot;http://www.connotea.org/article/b0a2feab5e48494d3b03c39add264f22&quot;&gt;http://www.connotea.org/article/b0a2feab5e48494d3b03c39add264f22&lt;/a&gt;&lt;br /&gt;
has been bookmarked by &quot;user tyrosine and 6 others&quot; while&lt;br /&gt;
&lt;a href=&quot;http://www.connotea.org/article/eff51b48308ba0bb333e598234c742aa&quot; title=&quot;http://www.connotea.org/article/eff51b48308ba0bb333e598234c742aa&quot;&gt;http://www.connotea.org/article/eff51b48308ba0bb333e598234c742aa&lt;/a&gt;&lt;br /&gt;
has been bookmarked by &quot;user valine and 3 others&quot;. This is much better, because before I think they were all &quot;user x and 0 others&quot;. &lt;/p&gt;
&lt;p&gt;I think normalising URIs is a hard problem...&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Wed, 28 Nov 2007 08:10:28 -0500</pubDate>
 <dc:creator>Duncan</dc:creator>
 <guid isPermaLink="false">comment 4283 at http://www.nodalpoint.org</guid>
</item>
<item>
 <title>Buggotea, first pass fix</title>
 <link>http://www.nodalpoint.org/2006/12/15/buggotea_redundant_links_in_connotea#comment-4282</link>
 <description>&lt;p&gt;Last Friday we released a major update to connotea with the aim of resolving Buggotea. Prior to this update the main database tables were something like this:&lt;/p&gt;
&lt;p&gt;user&lt;br /&gt;
bookmark&lt;br /&gt;
user_bookmark&lt;br /&gt;
user_bookmark_comment&lt;br /&gt;
user_bookmark_details&lt;br /&gt;
user_bookmark_tag&lt;/p&gt;
&lt;p&gt;and the unique key in the bookmark table was the hash of the url. This is where the entire problem with buggota stems from. All of the functionality of conontea was built on top of this structure. You could say that philosophically the structure was set up for people to share web pages that represented articles rather than articles represented by web pages. &lt;/p&gt;
&lt;p&gt;We have changed the tables to the following structure:&lt;/p&gt;
&lt;p&gt;user&lt;br /&gt;
article&lt;br /&gt;
bookmark&lt;br /&gt;
user_article (with preferred bookmark and citation pointers)&lt;br /&gt;
user_article_comment&lt;br /&gt;
user_article_details&lt;br /&gt;
user_article_tag&lt;/p&gt;
&lt;p&gt;Where the article is an abstract entity more representative of the fact that people want to reference an abstract piece of work that can exist in many different locations. We now normalise bookmark entries via PMID and DOI into a single article object. It seems to be working so far for entries in connotea that have PMID and or DOI information. &lt;/p&gt;
&lt;p&gt;This is a first step and for sure there are things that can be improved, support for normalisation based on other meta data, how the information about an article with multiple instances is displayed, concatenation of the best metadata from multiple authoritative sources. Its not rocket science but this is a good step towards making connotea more useful in the academic realm. Anyway, I thought you guy&#039;s might be interested. Let me know if you spot any odd behavior with the system.&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Wed, 28 Nov 2007 07:34:10 -0500</pubDate>
 <dc:creator>IanMulvany</dc:creator>
 <guid isPermaLink="false">comment 4282 at http://www.nodalpoint.org</guid>
</item>
<item>
 <title>Citeulike, Buggotea and DOI&#039;s</title>
 <link>http://www.nodalpoint.org/2006/12/15/buggotea_redundant_links_in_connotea#comment-3744</link>
 <description>&lt;p&gt;Yes, &lt;a href=&quot;http://www.citeulike.org/tag/buggotea&quot;&gt;citeulike doesn&#039;t suffer from buggotea&lt;/a&gt;, although it doesn&#039;t let you post DOIs as URIs e.g. in the form &lt;a href=&quot;http://dx.doi.org/10.1101/gr.361602&quot; title=&quot;http://dx.doi.org/10.1101/gr.361602&quot;&gt;http://dx.doi.org/10.1101/gr.361602&lt;/a&gt; it seems that citeulike generally spurns DOIs altogether?&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Mon, 16 Jul 2007 07:25:21 -0400</pubDate>
 <dc:creator>Duncan</dc:creator>
 <guid isPermaLink="false">comment 3744 at http://www.nodalpoint.org</guid>
</item>
<item>
 <title>I use this solution:</title>
 <link>http://www.nodalpoint.org/2006/12/15/buggotea_redundant_links_in_connotea#comment-3271</link>
 <description>&lt;p&gt;This problem bugged me badly, because my library was getting littered with numerous duplicate copies of the same Pubmed abstract. Because Pubmed URLs often contain session specific info like query_hl=10, the same abstract from 2 different sessions would get added twice to my library.&lt;/p&gt;
&lt;p&gt;So I googled for &quot;javascript tutorial&quot; and then hacked the bookmarklet javascript to strip off the PMID from the URL and construct a new minimal URL in a consistent format to send to connotea. Another advantage of this bookmarklet is that in cases where a pubmed search returns only one abstract, the PMID is not in the URL at all (for instance, this search: &lt;a href=&quot;http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?DB=pubmed&amp;amp;term=connotea&amp;amp;cmd=Search&quot;&gt;search pubmed for term connotea&lt;/a&gt;). In this case, I can highlight the PMID on the page and then clicking the bookmarklet constructs the URL with the highlighted PMID and sends it to Connotea.&lt;/p&gt;
&lt;p&gt;The bookmarklet javascript is here:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://brahms.cpmc.columbia.edu/~suresh/connotea-bookmarklet.html&quot; title=&quot;http://brahms.cpmc.columbia.edu/~suresh/connotea-bookmarklet.html&quot;&gt;http://brahms.cpmc.columbia.edu/~suresh/connotea-bookmarklet.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Obviously, everyone would have to use this solution to make their references consistent with the URL format I happened to use, but at least I dont end up enthusiastically adding 10 copies of the same *very important* abstract to my library myself.&lt;/p&gt;
&lt;p&gt;HTH, S.&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Mon, 08 Jan 2007 21:19:07 -0500</pubDate>
 <dc:creator>Madder</dc:creator>
 <guid isPermaLink="false">comment 3271 at http://www.nodalpoint.org</guid>
</item>
<item>
 <title>This is why I use citeUlike</title>
 <link>http://www.nodalpoint.org/2006/12/15/buggotea_redundant_links_in_connotea#comment-3260</link>
 <description>&lt;p&gt;It&#039;s good only for papers, but gets rid of the redundancy, and the abstract is in there.&lt;br /&gt;
Merry Christmas&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Sun, 24 Dec 2006 08:10:02 -0500</pubDate>
 <dc:creator>Einat</dc:creator>
 <guid isPermaLink="false">comment 3260 at http://www.nodalpoint.org</guid>
</item>
<item>
 <title>Trumpton Riots</title>
 <link>http://www.nodalpoint.org/2006/12/15/buggotea_redundant_links_in_connotea#comment-3257</link>
 <description>&lt;p&gt;Thanks to NPG for your rapid response. As for Half Man Half Biscuit, I suppose obscure 1980&#039;s english punk bands are a little &quot;off topic&quot; for a bioinformatics blog but I couldn&#039;t resist the reference!&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Mon, 18 Dec 2006 03:55:52 -0500</pubDate>
 <dc:creator>Duncan</dc:creator>
 <guid isPermaLink="false">comment 3257 at http://www.nodalpoint.org</guid>
</item>
<item>
 <title>HMHB</title>
 <link>http://www.nodalpoint.org/2006/12/15/buggotea_redundant_links_in_connotea#comment-3256</link>
 <description>&lt;p&gt;This is for sure the first reference to Half Man Half Biscuit on Nodal.  I rate it highly purely for that reason :)&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Sat, 16 Dec 2006 00:28:25 -0500</pubDate>
 <dc:creator>Neil</dc:creator>
 <guid isPermaLink="false">comment 3256 at http://www.nodalpoint.org</guid>
</item>
<item>
 <title>Us NPG pixies hear ya</title>
 <link>http://www.nodalpoint.org/2006/12/15/buggotea_redundant_links_in_connotea#comment-3254</link>
 <description>&lt;p&gt;This is something that we&#039;ve been meaning to address on connotea.org for a while, but other more pressing concerns keep cropping up. The basic problem is that Connotea is keyed on URLs rather than identifiers or a combination of the two.&lt;/p&gt;
&lt;p&gt;We could normalize the URLs, but I&#039;m not sure that this is a good idea: we&#039;d be making assumptions about what the user intended to bookmark in the first place (the paper? The abstract as it appears on PubMed? The free full text version on PubMedCentral? The paper as accessed through a proxy of some kind?).&lt;/p&gt;
&lt;p&gt;What could / should be done is a fix to make the &lt;b&gt;bookmarked by x other people&lt;/b&gt; snippet and &lt;a href=&#039;http://www.connotea.org/uri/d267b67fb8e7ff236e6959f583cd46b0&#039;&gt;URL info pages&lt;/a&gt; take shared identifiers into account. We&#039;ll definitely look at this in the new year, unless anybody fancies having a go with the open source release, in which case you rock and should feel free to email if you need any help.&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Fri, 15 Dec 2006 09:58:14 -0500</pubDate>
 <dc:creator>stewc</dc:creator>
 <guid isPermaLink="false">comment 3254 at http://www.nodalpoint.org</guid>
</item>
<item>
 <title>Buggotea: Redundant links in Connotea</title>
 <link>http://www.nodalpoint.org/2006/12/15/buggotea_redundant_links_in_connotea</link>
 <description>&lt;p&gt;Dear Santa, all I want for Christmas* is a better version of Connotea, please can you sort out it&#039;s duplicated redundant links? In my book this particular bug is &amp;#x201C;buggotea&amp;#x201D; number one. Here is the problem... [update: buggotea is partially fixed, see comments from &lt;a href=&quot;http://network.nature.com/profile/U3DF456C6&quot;&gt;Ian Mulvany&lt;/a&gt; below]&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;&lt;p&gt;&lt;a href=&quot;http://www.nodalpoint.org/2006/12/15/buggotea_redundant_links_in_connotea&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.nodalpoint.org/2006/12/15/buggotea_redundant_links_in_connotea#comments</comments>
 <category domain="http://www.nodalpoint.org/master_list/bioinformatics">Bioinformatics</category>
 <category domain="http://www.nodalpoint.org/nodalpoint_tags/bibliome">bibliome</category>
 <category domain="http://www.nodalpoint.org/nodalpoint_tags/bug">bug</category>
 <category domain="http://www.nodalpoint.org/nodalpoint_tags/buggotea">buggotea</category>
 <category domain="http://www.nodalpoint.org/nodalpoint_tags/citeulike">citeulike</category>
 <category domain="http://www.nodalpoint.org/nodalpoint_tags/connotea">connotea</category>
 <category domain="http://www.nodalpoint.org/nodalpoint_tags/redundancy">redundancy</category>
 <pubDate>Fri, 15 Dec 2006 07:19:26 -0500</pubDate>
 <dc:creator>Duncan</dc:creator>
 <guid isPermaLink="false">2140 at http://www.nodalpoint.org</guid>
</item>
</channel>
</rss>
