User:Neil Saunders: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{TOCright}}
{{TOCright}}
==Current Position==
==Current Position==
I work as a statistical bioinformatician for the CSIRO division of [http://www.csiro.au/org/CMIS.html Mathematics, Informatics and Statistics].
I work as a statistical bioinformatician for the CSIRO division of [http://www.csiro.au/org/CMIS.html Computational Informatics].


I don't maintain an active presence at OWW.  The best place to find me is [http://nsaunders.wordpress.com my blog] or [http://twitter.com/neilfws Twitter].
I don't maintain an active presence at OWW.  The best place to find me is [http://nsaunders.wordpress.com my blog] or [http://twitter.com/neilfws Twitter].


== Publications ==
== Publications ==
I try to keep [http://nsaunders.wordpress.com/publications/ this list] up to date.  You can also experience the horror of my [http://www.researcherid.com/rid/B-5325-2010 ResearcherID page] or my [http://scholar.google.com/citations?user=oQhVomYAAAAJ&hl=en Google Scholar citations].
I try to keep [http://nsaunders.wordpress.com/publications/ this list] up to date.  You can also experience the horror of my [http://www.researcherid.com/rid/B-5325-2010 ResearcherID page] or better, my [http://scholar.google.com/citations?user=oQhVomYAAAAJ&hl=en Google Scholar citations].


==Useful links==
==Useful links==
*[[Biogang|Biogang]]
*[[Biogang|Biogang]]
== Testing ==
Just testing code syntax highlighting.
'''Ruby'''
<syntaxhighlight lang="ruby">
require "bio"
</syntaxhighlight>
'''R'''
<syntaxhighlight lang="rsplus">
library(MASS)
x <- rnorm(100)
</syntaxhighlight>


[[Category:Biogang_members]]  
[[Category:Biogang_members]]  
[[Category:Bioinformaticians]]
[[Category:Bioinformaticians]]
[[Category:User_Australia]]
[[Category:User_Australia]]

Latest revision as of 16:03, 12 May 2014

Current Position

I work as a statistical bioinformatician for the CSIRO division of Computational Informatics.

I don't maintain an active presence at OWW. The best place to find me is my blog or Twitter.

Publications

I try to keep this list up to date. You can also experience the horror of my ResearcherID page or better, my Google Scholar citations.

Useful links

Testing

Just testing code syntax highlighting.

Ruby <syntaxhighlight lang="ruby"> require "bio" </syntaxhighlight>

R <syntaxhighlight lang="rsplus"> library(MASS) x <- rnorm(100) </syntaxhighlight>