Cite This Page
Bibliographic details for Source code
- Page name: Source code
- Author: Slicer Wiki contributors
- Publisher: Slicer Wiki, .
- Date of last revision: 14 June 2007 17:08 UTC
- Date retrieved: 21 April 2026 09:51 UTC
- Permanent URL: https://www.slicer.org/w/index.php?title=Source_code&oldid=1674
- Page Version ID: 1674
Citation styles for Source code
APA style
Source code. (2007, June 14). Slicer Wiki, . Retrieved 09:51, April 21, 2026 from https://www.slicer.org/w/index.php?title=Source_code&oldid=1674.
MLA style
"Source code." Slicer Wiki, . 14 Jun 2007, 17:08 UTC. 21 Apr 2026, 09:51 <https://www.slicer.org/w/index.php?title=Source_code&oldid=1674>.
MHRA style
Slicer Wiki contributors, 'Source code', Slicer Wiki, , 14 June 2007, 17:08 UTC, <https://www.slicer.org/w/index.php?title=Source_code&oldid=1674> [accessed 21 April 2026]
Chicago style
Slicer Wiki contributors, "Source code," Slicer Wiki, , https://www.slicer.org/w/index.php?title=Source_code&oldid=1674 (accessed April 21, 2026).
CBE/CSE style
Slicer Wiki contributors. Source code [Internet]. Slicer Wiki, ; 2007 Jun 14, 17:08 UTC [cited 2026 Apr 21]. Available from: https://www.slicer.org/w/index.php?title=Source_code&oldid=1674.
Bluebook style
Source code, https://www.slicer.org/w/index.php?title=Source_code&oldid=1674 (last visited April 21, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "Slicer Wiki",
title = "Source code --- Slicer Wiki{,} ",
year = "2007",
url = "https://www.slicer.org/w/index.php?title=Source_code&oldid=1674",
note = "[Online; accessed 21-April-2026]"
}
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 be preferred:
@misc{ wiki:xxx,
author = "Slicer Wiki",
title = "Source code --- Slicer Wiki{,} ",
year = "2007",
url = "\url{https://www.slicer.org/w/index.php?title=Source_code&oldid=1674}",
note = "[Online; accessed 21-April-2026]"
}