Differences between revisions 3 and 5 (spanning 2 versions)
Revision 3 as of 2005-07-22 09:49:38
Size: 588
Editor: gg
Comment:
Revision 5 as of 2005-07-23 21:32:15
Size: 1013
Editor: p54855D16
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
First, some tests. My name is Márcio Rosa da Silva and you can contact me at: mmrsva (a) gmail com
Line 3: Line 3:
Some links: 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 5: Line 5:
 * HelpContents 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:
Line 9: Line 11:
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 13:
 * 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

My name is Márcio Rosa da Silva and you can contact me at: mmrsva (a) gmail com

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:

MarcioSilva (last edited 2009-02-12 01:03:51 by localhost)

Funding for Cytoscape is provided by a federal grant from the U.S. National Institute of General Medical Sciences (NIGMS) of the Na tional Institutes of Health (NIH) under award number GM070743-01. Corporate funding is provided through a contract from Unilever PLC.

MoinMoin Appliance - Powered by TurnKey Linux