Cite
From OpenWetWare
Bibliographic details for Prince:Coding Guidelines
- Page name: Prince:Coding Guidelines
- Author: OpenWetWare contributors
- Publisher: OpenWetWare, .
- Date of last revision: 24 May 2011 15:44 UTC
- Date retrieved: 26 May 2013 07:17 UTC
- Permanent URL: http://www.openwetware.org/index.php?title=Prince:Coding_Guidelines&oldid=510718
- Page Version ID: 510718
Citation styles for Prince:Coding Guidelines
APA style
Prince:Coding Guidelines. (2011, May 24). OpenWetWare, . Retrieved 07:17, May 26, 2013 from http://www.openwetware.org/index.php?title=Prince:Coding_Guidelines&oldid=510718.
MLA style
"Prince:Coding Guidelines." OpenWetWare, . 24 May 2011, 15:44 UTC. 26 May 2013, 07:17 <http://www.openwetware.org/index.php?title=Prince:Coding_Guidelines&oldid=510718>.
MHRA style
OpenWetWare contributors, 'Prince:Coding Guidelines', OpenWetWare, , 24 May 2011, 15:44 UTC, <http://www.openwetware.org/index.php?title=Prince:Coding_Guidelines&oldid=510718> [accessed 26 May 2013]
Chicago style
OpenWetWare contributors, "Prince:Coding Guidelines," OpenWetWare, , http://www.openwetware.org/index.php?title=Prince:Coding_Guidelines&oldid=510718 (accessed May 26, 2013).
CBE/CSE style
OpenWetWare contributors. Prince:Coding Guidelines [Internet]. OpenWetWare, ; 2011 May 24, 15:44 UTC [cited 2013 May 26]. Available from: http://www.openwetware.org/index.php?title=Prince:Coding_Guidelines&oldid=510718.
Bluebook style
Prince:Coding Guidelines, http://www.openwetware.org/index.php?title=Prince:Coding_Guidelines&oldid=510718 (last visited May 26, 2013).
BibTeX entry
@misc{ wiki:xxx,
author = "OpenWetWare",
title = "Prince:Coding Guidelines --- OpenWetWare{,} ",
year = "2011",
url = "http://www.openwetware.org/index.php?title=Prince:Coding_Guidelines&oldid=510718",
note = "[Online; accessed 26-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:Coding Guidelines --- OpenWetWare{,} ",
year = "2011",
url = "\url{http://www.openwetware.org/index.php?title=Prince:Coding_Guidelines&oldid=510718}",
note = "[Online; accessed 26-May-2013]"
}


