← Revision 3 as of 2005-07-22 09:49:38
Size: 588
Comment:
|
← Revision 4 as of 2005-07-23 21:29:29 →
Size: 929
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
First, some tests. | I am a PhD student at the [http://www.gbf.de/SystemsBiology Systems Biology group] of the [http://www.gbf.de German Research Center for Biotechnology] in [http://www.braunschweig.de Braunschweig], Germany. |
Line 3: | Line 3: |
Some links: | I work at [http://www.unisinos.br UNISINOS] (Universidade do Vale do Rio dos Sinos), a university in south of Brazil as an assistant professor. |
Line 5: | Line 5: |
* HelpContents | I developed some plugins for Cytoscape. They can be downloaded from here: |
Line 9: | Line 9: |
Docs: | I have worked with many languages before, but Java is something new to me. I decided to learn it because I wanted to write plugins for Cytoscape. So I have run into some problems in the beginning, like: "how to start?" :-) So I decided to write some documents about this experience. I'll put this documents here at the wiki and in the '''csresources''' page. Up to now, I wrote only one. It can be found here: |
Line 11: | Line 11: |
* EclipseAndCytoscapeDevelopment Some tests with code listings: {{{#!python for node in nodes: print node.getNeighbors() }}} {{{#!java for (int i=0; i<nodes.lenght;) { System.out.println(nodes[i].getLabel()) } }}} Is HelpOnParsers/ReStructuredText supported on this wiki? {{{#!rst Test of ``RST`` syntax: *italics*, **bold**... List: - test of list in RST - second item pre-formated text:: bla, bla, bla }}} No! :-) |
* SettingUpEclipseForPluginDevelopment |
I am a PhD student at the [http://www.gbf.de/SystemsBiology Systems Biology group] of the [http://www.gbf.de German Research Center for Biotechnology] in [http://www.braunschweig.de Braunschweig], Germany.
I work at [http://www.unisinos.br UNISINOS] (Universidade do Vale do Rio dos Sinos), a university in south of Brazil as an assistant professor.
I developed some plugins for Cytoscape. They can be downloaded from here:
I have worked with many languages before, but Java is something new to me. I decided to learn it because I wanted to write plugins for Cytoscape. So I have run into some problems in the beginning, like: "how to start?" So I decided to write some documents about this experience. I'll put this documents here at the wiki and in the csresources page. Up to now, I wrote only one. It can be found here: