User:Neil Saunders: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
(7 intermediate revisions by the same user not shown)
Line 6: Line 6:


== 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==
Line 12: Line 12:


== Testing ==
== Testing ==
Just testing code syntax highlighting.


<syntax type="ruby">
'''Ruby'''
<syntaxhighlight lang="ruby">
require "bio"
require "bio"
</syntax>
</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]]

Revision as of 16:41, 1 May 2012

Current Position

I work as a statistical bioinformatician for the CSIRO division of Mathematics, Informatics and Statistics.

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>