So how about Mendeley being the first to write an extension that allows people working on a Google Wave document to edit references? Scientists would jump at that possibility, wouldn't they? (via http://friendfeed.com/brembs...)
From the look of it, you should be able to type keywords and get formatted, real-time results from PubMed appear in your document ;-)
- Neil Saunders
Been poking around some of the widgets and plugins and it does look pretty simple. For example pulling something from a CiteULike library based on tag or keyword searchers and generating autoformatted reference doesn't look too hard (based on the fact that I found some Python reasonably comprehensible - not saying I know how to go about it)
- Cameron Neylon
Look at http://google-wave-resources.g... for how you can pull out regexes and then modify text based on return from server. Key piece of code seems to be in /robot/MainServlet.java
- Cameron Neylon