Blog Pile

A Cup of Connotea: A New del.icio.us Flavor of Social Bookmarking (and now a 4 in 1 bookmark tool)

Every day’s glance at the not so old RSS reader brings new gems. Today the far seeing Stephen Downes shared a link to Connotea, very much a nice knock off of del.icio.us for bookmarking sites as well as papers.

Connotea is a place to keep links to the articles you read and the websites you use, and a place to find them again. It is also a place where you can discover new articles and websites through sharing your links with other users. By saving your links and references to Connotea they are instantly on the web, which means that they are available to you from any computer and that you can point your friends and colleagues to them. In Connotea, every user’s bookmarks are visible both to visitors and to every other user, and different users’ libraries are linked together through the use of common tags or common bookmarks.

Connotea was created by Nature Publishing Group’s New Technology team. The ideas behind it come from del.icio.us, a general collaborative bookmarking service. Connotea takes this concept and adds some features to tailor it to the needs of scientists. CiteULike is a similar online academic bookmark management service based on del.icio.us, developed independently to Connotea. We’re in close contact with CiteULike to ensure that our two systems work well together.

The features are very similar to deli.icio.us, but there are also fields to add comments, and to indicate the works you posted are your own. You get the social bookmark features as well as a document referencing tool. I have only subbed 2 cups of connotea to my set or all the items for the tag RSS (I do see that it is not removing duplicate entries, 3 for the same URL of “The Role of RSS in Science Publishing” … hmmmm.).

This is just out of the gate technology (I think I am the 19th user), but it may be viral.

And since they have a browser bookmark tool for adding new sites, I have appended it to my previously posted 3-in-one Bookmarklet tool so now it is a 4-1. With one bookmark click, I can have pop-ups (good ones) to the tools for adding the sites to:

So now the 4-1 tool includes:

furl
javascript:d=document;t=getSelection(); void(furlit=window.open('http://www.furl.net/storeIt.jsp?t='+escape(d.title)+'&u='+escape(d.location.href) +'&c='+escape(t),'furlit','scrollbars=no,width=475,height=575, left=75,top=20,status=no,resizable=yes'));furlit.focus();

bag drop
javascript:d=document;t=getSelection(); void(window.open('http://www.mcli.dist.maricopa.edu/eye/bag/drop_bm.php?title='+ escape(d.title)+'&url='+escape(d.location.href)+ '&descrip='+escape(t),'_blank','scrollbars=yes,width=620, height=480,status=yes,resizable=yes,scrollbars=yes'));

del.icio.us
javascript:q=location.href;p=document.title; void(open('http://del.icio.us/cogdog?noui=yes&jump=close&url='+escape(q)+ '&title='+escape(p),'delicious',%20'toolbar=no,width=700,height=250'));

connotea

javascript:void(open('http://www.connotea.org/addpopup?
continue=confirm&uri='+encodeURIComponent(location.href)+
'&title='+encodeURIComponent(document.title),'addtoConnotea','width=660,height=300,scrollbars,resizable'));

And rolling them into one long tool, combining common variables color coding to match to the originals…

javascript:t=getSelection();d=document;u=d.location.href; <span style="color:#c00">furlit=window.open('http://www.furl.net/storeIt.jsp?t='+escape(d.title)+'&#38;u='+escape(u)+'&#38;c='+ escape(t),'furlit','scrollbars=no,width=475, height=575,left=75,top=20, status=no,resizable=yes');</span><span style="color:#0c0">window.open('http://www.mcli.dist.maricopa.edu/eye/bag/drop_bm.php?title='+escape(d.title)+ '&#38;url='+escape(u)+'&#38;descrip='+escape(t),'_blank', 'scrollbars=yes,width=620,height=480,status=yes,resizable=yes,scrollbars=yes');</span> <span style="color:#00c">void(open('http://del.icio.us/cogdog?noui=yes&#38;jump=close&#38;url='+escape(u) +'&#38;title='+escape(d.title),'delicious',%20'toolbar=no,width=700,height=250'));</span><span style="color:#0cc">void(open('http://www.connotea.org/addpopup?continue=confirm&#38;uri='+encodeURIComponent(u)+'&#38;title='+encodeURIComponent(d.title),'addtoConnotea','
width=660,height=300,scrollbars,resizable'));</span>

So start furling, del.icio.us-ing, bagging, and connotea-ing today!

If this kind of stuff has value, please support me by tossing a one time PayPal kibble or monthly on Patreon
Become a patron at Patreon!
Profile Picture for CogDog The Blog
An early 90s builder of web stuff and blogging Alan Levine barks at CogDogBlog.com on web storytelling (#ds106 #4life), photography, bending WordPress, and serendipity in the infinite internet river. He thinks it's weird to write about himself in the third person. And he is 100% into the Fediverse (or tells himself so) Tooting as @cogdog@cosocial.ca

Comments

  1. Presumably you’ve seen Cite-U-Like, also explicitly modeled on delicious (says the developer) and designed for noting scientific papers and articles– it even imports from some of the bigger systems directly… link is: http://www.citeulike.org/ and I’m not affiliated with them, it just seemed like a logical connection…

  2. Alan, I just got around to trying this today because I finally got concerned that I was relying on Furl and del.icio.us might end up the ‘winner’ so to speak. I altered the javascript to deal with just those two, but then got a surprise when I tried it because it launched two distinct input forms. I guess I had misunderstood what you were trying to do – I thought you had managed to somehow consolidate the submission forms from multiple sites into one form. Now that I think of it it doesn’t sound very feasible, but do you actually fill in the 4 separate forms everytime you bookmark a site?

  3. Yes, Scott, it launches a window for each service (I get 4 at a time). If you can highlight a chunk of text in the page you are bookmarking, it will use it for the description fields for each one, so it is mostly a matter of clicking a submit button 4 times. Yes a bit tedious, but better than doing it 4 separate times.

    I am not 4 posting everything, for now I mostly use Furl.

    With some more time, I might be able to code something to that can post to all 4 from one form, but they may be rigged to be issued from their own tool sets.

Comments are closed.