Changes between Version 6 and Version 7 of G-languageProject
- Timestamp:
- 2010/02/17 20:22:56 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
G-languageProject
v6 v7 12 12 == Overview == 13 13 14 * Create a bookmark with the following in the address field:14 * Create a bookmark with the following in the address field: 15 15 16 16 {{{ 17 17 javascript:(function(){var%20url='http://www.g-language.org/cube/cube.js';if(!url.match(/\?/))url+='?t='+(new%20Date()).getTime();var%20d=document;var%20e=d.createElement('script');e.charset='utf-8';e.src=url;d.getElementsByTagName('head')[0].appendChild(e);})(); 18 18 }}} 19 20 * For detailed documentation about the tool, see http://www.g-language.org/wiki/bookmarklet. 21 22 23 == To Do == 24 * merge EB-eye support 25 * merge sequence input (BLAT to SwissProt) 26 * merge icons with number counts 27 * EMBOSS support 28 * KBWS support 29 * customizable user-defined rings 30 * infinite traversal for bio2rdf 31 * query filtering mode for bio2rdf 32 * input interpretation for organism names 33 34 == Possible Additions == 35 * support for other RDF-store (in addition to bio2rdf)