Cite
From OpenWetWare
Bibliographic details for Prince:Ruby Best Practices
- Page name: Prince:Ruby Best Practices
- Author: OpenWetWare contributors
- Publisher: OpenWetWare, .
- Date of last revision: 24 May 2011 16:23 UTC
- Date retrieved: 20 May 2013 17:02 UTC
- Permanent URL: http://www.openwetware.org/index.php?title=Prince:Ruby_Best_Practices&oldid=510778
- Page Version ID: 510778
Citation styles for Prince:Ruby Best Practices
APA style
Prince:Ruby Best Practices. (2011, May 24). OpenWetWare, . Retrieved 17:02, May 20, 2013 from http://www.openwetware.org/index.php?title=Prince:Ruby_Best_Practices&oldid=510778.
MLA style
"Prince:Ruby Best Practices." OpenWetWare, . 24 May 2011, 16:23 UTC. 20 May 2013, 17:02 <http://www.openwetware.org/index.php?title=Prince:Ruby_Best_Practices&oldid=510778>.
MHRA style
OpenWetWare contributors, 'Prince:Ruby Best Practices', OpenWetWare, , 24 May 2011, 16:23 UTC, <http://www.openwetware.org/index.php?title=Prince:Ruby_Best_Practices&oldid=510778> [accessed 20 May 2013]
Chicago style
OpenWetWare contributors, "Prince:Ruby Best Practices," OpenWetWare, , http://www.openwetware.org/index.php?title=Prince:Ruby_Best_Practices&oldid=510778 (accessed May 20, 2013).
CBE/CSE style
OpenWetWare contributors. Prince:Ruby Best Practices [Internet]. OpenWetWare, ; 2011 May 24, 16:23 UTC [cited 2013 May 20]. Available from: http://www.openwetware.org/index.php?title=Prince:Ruby_Best_Practices&oldid=510778.
Bluebook style
Prince:Ruby Best Practices, http://www.openwetware.org/index.php?title=Prince:Ruby_Best_Practices&oldid=510778 (last visited May 20, 2013).
BibTeX entry
@misc{ wiki:xxx,
author = "OpenWetWare",
title = "Prince:Ruby Best Practices --- OpenWetWare{,} ",
year = "2011",
url = "http://www.openwetware.org/index.php?title=Prince:Ruby_Best_Practices&oldid=510778",
note = "[Online; accessed 20-May-2013]"
}
When using the LaTeX package url (\usepackage{url} somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may preferred:
@misc{ wiki:xxx,
author = "OpenWetWare",
title = "Prince:Ruby Best Practices --- OpenWetWare{,} ",
year = "2011",
url = "\url{http://www.openwetware.org/index.php?title=Prince:Ruby_Best_Practices&oldid=510778}",
note = "[Online; accessed 20-May-2013]"
}


