Extending Connotea with scripts and mashups
We released an API for Connotea, our scientific bookmarking service, back in May of last year. It's your data, so it seemed fitting that we provide a way for you to get at it programmatically if you so desire. It's been cool to see people build proper applications on top of the functionality that the API provides (Robert Muetzelfeldt's MultiGuise is one such app).
People have also been using the API on a smaller scale to extend Connotea's funtionality, often in conjunction with the Greasemonkey extension for Firefox (if you run Firefox and don't have Greasemonkey installed, I urge you to go and download it now).
Here are a few recent examples of scripts and plugins that let you do more with Connotea. Some of them were written by us and some were contributed by users (see the 'Connotea Tools' wiki page for more details):
Tools that anybody can use
- Use your Connotea bookmarks in Word 2007
- Copy del.icio.us bookmarks to Connotea (only your last 100 bookmarks, though: the Perl version below has no such limitation)
- Add a Connotea option to the Firefox OpenSearch box
Greasemonkey scripts
- Attach PDFs to your bookmarks
- Add a five star rating control to your bookmarks
- See which of your bookmarks have been commented on by science bloggers
- Add an "Add to Connotea" button next to PubMed results
- Move your recent Del.icio.us bookmarks to Connotea
Perl / Ruby scripts
- Copy del.icio.us bookmarks to Connotea (in Perl)
- Copy Connotea bookmarks to del.icio.us (in Ruby)

Comments
Hi Euan,
nice overview of things. What I was thinking about is that I want to add my publications to my blog, which I actually have on my connotea account. Not so much a GreaseMonkey script or so, but a widget to show to 10 most popular personal publications.
Preferably even, the widget would use semantic markup for these publications. I do not think FOAF does something like that, but are you familiar of something RDF-like or microformat-like to pulish one's publications?
Posted by: Egon Willighagen | February 20, 2007 02:37 AM
I discovered planetmicroformats.com somewhat later this morning, which got me to this website:
http://microformats.org/wiki/citation
It is under development, but is what I was looking for in my previous comment.
Posted by: Egon Willighagen | February 20, 2007 03:49 AM
Hi Egon!
Yeah, we're following development of the citation microformat. Seems like a good idea.
In your first comment, did you mean papers by you or just bookmarked by you?
Posted by: Euan | February 21, 2007 08:44 AM
I meant papers by me... as Connotea asked for that anyway...
Posted by: Egon Willighagen | February 21, 2007 10:28 AM