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