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:
- Furl
- del.icio.us
- My own “Bag of URLs” site
- and now Connotea
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)+'&u='+escape(u)+'&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)+ '&url='+escape(u)+'&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&jump=close&url='+escape(u) +'&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&uri='+encodeURIComponent(u)+'&title='+encodeURIComponent(d.title),'addtoConnotea','
width=660,height=300,scrollbars,resizable'));</span>
So start furling, del.icio.us-ing, bagging, and connotea-ing today!
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…
Well, I guess I should’ve read the publisher blurb, but my eyes always glaze over when I see Marketroid speeches!
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?
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.