User:Neil Saunders: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
 
(18 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 [http://www.csiro.au/org/CMIS.html CSIRO Mathematical and Information Sciences].
I work as a statistical bioinformatician for the CSIRO division of [http://www.csiro.au/org/CMIS.html Computational Informatics].


==Contact Info==
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].
[[Image:Mad2.gif|thumb|right|Neil Saunders, yesterday]]


*CSIRO Mathematical and Information Sciences - North Ryde
== Publications ==
*Building E6B
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].
*Macquarie University Campus
*North Ryde NSW 1670
*Australia


*[[Special:Emailuser/Neil Saunders|Email me through OpenWetWare]]
==Useful links==
 
*[[Biogang|Biogang]]
You can find me at:
 
[http://nsaunders.wordpress.com WordPress] | [http://network.nature.com/profile/UE41743FA Nature Network] | [http://scintilla.nature.com/u/neilfws Scintilla] | [http://www.facebook.com/p/Neil_Saunders/630194991 Facebook] | [http://www.nodalpoint.org/user/neil Nodalpoint] | [http://del.icio.us/neilfws del.icio.us] | [http://www.linkedin.com/in/nfwsaunders LinkedIn] | [http://www.epernicus.com/users/7285 Epernicus]
 
[http://www.flickr.com/photos/nsaunders/ Flickr] | [http://www.last.fm/user/neilfws/ last.fm] | [http://technorati.com/claim/rksqf6cb5 Technorati] | [http://www.slideshare.net/neilfws SlideShare] | [http://www.citeulike.org/user/neils CiteULike] | [http://www.madsci.org/cgi-bin/search?index=MadSci+Archives&start=1&query=Neil+Saunders&MAX_TOTAL=200 MadSci]
 
==Education==
<!--Include info about your educational background-->
* 1997, D. Phil., University of Oxford
* 1993, B. Sc., University of Edinburgh


==Research interests==
== Testing ==
<!-- Feel free to add brief descriptions to your research interests as well -->
Just testing code syntax highlighting.
# Bioinformatics and computational biology
# Computational analysis of protein-protein interactions
# Microbial genomics
# Web 2.0 for scientists:  data management, collaboration and communication


==Publications==
'''Ruby'''
<!-- Replace the PubMed ID's ("pmid=#######") below with the PubMed ID's for your publications.  You can add or remove lines as needed -->
<syntaxhighlight lang="ruby">
'''In Press'''
require "bio"
</syntaxhighlight>


'''In PubMed'''
'''R'''
<biblio>
<syntaxhighlight lang="rsplus">
#NS24 pmid=19180175
library(MASS)
#NS23 pmid=18813346
x <- rnorm(100)
#NS22 pmid=18501020
</syntaxhighlight>
#NS21 pmid=18477637
#NS20 pmid=18437229
#NS19 pmid=18332103
#NS18 pmid=17971854
#NS17 pmid=16944959
#NS16 pmid=15822924
#NS15 pmid=15822923
#NS14 pmid=15595725
#NS13 pmid=15638455
#NS12 pmid=15225324
#NS11 pmid=15087319
#NS10 pmid=14579252
#NS09 pmid=12805271
#NS08 pmid=10960107
#NS07 pmid=10708389
#NS06 pmid=10540283
#NS05 pmid=10383987
#NS04 pmid=9199411
#NS03 pmid=9201942
#NS02 pmid=9311786
#NS01 pmid=9353916
</biblio>
'''Not in PubMed'''
 
*Goodhew, C.F., Pettigrew, G.W., Devreese, B., Beeumen, J.V., van Spanning, R.J.M., Baker, S.C., Saunders, N.F.W., Ferguson, S.J. and Thompson, I.P. (1996). The cytochromes c -550 of ''Paracoccus denitrificans'' and ''Thiosphaera pantotropha'': a need for re-evaluation of the history of ''Paracoccus'' cultures. ''FEMS Microbiol. Letts''. 137: 95-101. [http://www.sciencedirect.com/science/article/B6T2W-3VWPBYY-K/2/e5d859e6a533395b2564acdef40e94a0 Science Direct]
 
==Useful links==
*[[OpenWetWare:Welcome|Introductory tutorial]]
*[[Help|OpenWetWare help pages]]
*[[Biogang|Biogang]]


[[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>