Cite
From OpenWetWare
Bibliographic details for Open writing projects/Python all a scientist needs
- Page name: Open writing projects/Python all a scientist needs
- Author: OpenWetWare contributors
- Publisher: OpenWetWare, .
- Date of last revision: 3 December 2008 06:04 UTC
- Date retrieved: 26 May 2013 04:41 UTC
- Permanent URL: http://openwetware.org/index.php?title=Open_writing_projects/Python_all_a_scientist_needs&oldid=266804
- Page Version ID: 266804
Citation styles for Open writing projects/Python all a scientist needs
APA style
Open writing projects/Python all a scientist needs. (2008, December 3). OpenWetWare, . Retrieved 04:41, May 26, 2013 from http://openwetware.org/index.php?title=Open_writing_projects/Python_all_a_scientist_needs&oldid=266804.
MLA style
"Open writing projects/Python all a scientist needs." OpenWetWare, . 3 Dec 2008, 06:04 UTC. 26 May 2013, 04:41 <http://openwetware.org/index.php?title=Open_writing_projects/Python_all_a_scientist_needs&oldid=266804>.
MHRA style
OpenWetWare contributors, 'Open writing projects/Python all a scientist needs', OpenWetWare, , 3 December 2008, 06:04 UTC, <http://openwetware.org/index.php?title=Open_writing_projects/Python_all_a_scientist_needs&oldid=266804> [accessed 26 May 2013]
Chicago style
OpenWetWare contributors, "Open writing projects/Python all a scientist needs," OpenWetWare, , http://openwetware.org/index.php?title=Open_writing_projects/Python_all_a_scientist_needs&oldid=266804 (accessed May 26, 2013).
CBE/CSE style
OpenWetWare contributors. Open writing projects/Python all a scientist needs [Internet]. OpenWetWare, ; 2008 Dec 3, 06:04 UTC [cited 2013 May 26]. Available from: http://openwetware.org/index.php?title=Open_writing_projects/Python_all_a_scientist_needs&oldid=266804.
Bluebook style
Open writing projects/Python all a scientist needs, http://openwetware.org/index.php?title=Open_writing_projects/Python_all_a_scientist_needs&oldid=266804 (last visited May 26, 2013).
BibTeX entry
@misc{ wiki:xxx,
author = "OpenWetWare",
title = "Open writing projects/Python all a scientist needs --- OpenWetWare{,} ",
year = "2008",
url = "http://openwetware.org/index.php?title=Open_writing_projects/Python_all_a_scientist_needs&oldid=266804",
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 = "Open writing projects/Python all a scientist needs --- OpenWetWare{,} ",
year = "2008",
url = "\url{http://openwetware.org/index.php?title=Open_writing_projects/Python_all_a_scientist_needs&oldid=266804}",
note = "[Online; accessed 26-May-2013]"
}


