[[PageOutline]] = G-language Bookmarklet = == Participants == * Kazuharu Arakawa * Nobuhiro Kido * Kazuki Oshita * Nobuaki Kono (remote participation) == Overview == * Create a bookmark with the following in the address field: {{{ 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);})(); }}} * For detailed documentation about the tool, see http://www.g-language.org/wiki/bookmarklet. == To Do == * merge EB-eye support * merge sequence input (BLAT to SwissProt) * merge icons with number counts * EMBOSS support * KBWS support * customizable user-defined rings * infinite traversal for bio2rdf * query filtering mode for bio2rdf * input interpretation for organism names == Possible Additions == * support for other RDF-store (in addition to bio2rdf)