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