Cite This Page
Bibliographic details for Slicer3:How to implement an Interactive Module GUI
- Page name: Slicer3:How to implement an Interactive Module GUI
- Author: NAMIC Wiki contributors
- Publisher: NAMIC Wiki, .
- Date of last revision: 20 June 2007 16:13 UTC
- Date retrieved: 25 May 2026 21:35 UTC
- Permanent URL: https://www.na-mic.org/w/index.php?title=Slicer3:How_to_implement_an_Interactive_Module_GUI&oldid=11948
- Page Version ID: 11948
Citation styles for Slicer3:How to implement an Interactive Module GUI
APA style
Slicer3:How to implement an Interactive Module GUI. (2007, June 20). NAMIC Wiki, . Retrieved 21:35, May 25, 2026 from https://www.na-mic.org/w/index.php?title=Slicer3:How_to_implement_an_Interactive_Module_GUI&oldid=11948.
MLA style
"Slicer3:How to implement an Interactive Module GUI." NAMIC Wiki, . 20 Jun 2007, 16:13 UTC. 25 May 2026, 21:35 <https://www.na-mic.org/w/index.php?title=Slicer3:How_to_implement_an_Interactive_Module_GUI&oldid=11948>.
MHRA style
NAMIC Wiki contributors, 'Slicer3:How to implement an Interactive Module GUI', NAMIC Wiki, , 20 June 2007, 16:13 UTC, <https://www.na-mic.org/w/index.php?title=Slicer3:How_to_implement_an_Interactive_Module_GUI&oldid=11948> [accessed 25 May 2026]
Chicago style
NAMIC Wiki contributors, "Slicer3:How to implement an Interactive Module GUI," NAMIC Wiki, , https://www.na-mic.org/w/index.php?title=Slicer3:How_to_implement_an_Interactive_Module_GUI&oldid=11948 (accessed May 25, 2026).
CBE/CSE style
NAMIC Wiki contributors. Slicer3:How to implement an Interactive Module GUI [Internet]. NAMIC Wiki, ; 2007 Jun 20, 16:13 UTC [cited 2026 May 25]. Available from: https://www.na-mic.org/w/index.php?title=Slicer3:How_to_implement_an_Interactive_Module_GUI&oldid=11948.
Bluebook style
Slicer3:How to implement an Interactive Module GUI, https://www.na-mic.org/w/index.php?title=Slicer3:How_to_implement_an_Interactive_Module_GUI&oldid=11948 (last visited May 25, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "NAMIC Wiki",
title = "Slicer3:How to implement an Interactive Module GUI --- NAMIC Wiki{,} ",
year = "2007",
url = "https://www.na-mic.org/w/index.php?title=Slicer3:How_to_implement_an_Interactive_Module_GUI&oldid=11948",
note = "[Online; accessed 25-May-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 = "NAMIC Wiki",
title = "Slicer3:How to implement an Interactive Module GUI --- NAMIC Wiki{,} ",
year = "2007",
url = "\url{https://www.na-mic.org/w/index.php?title=Slicer3:How_to_implement_an_Interactive_Module_GUI&oldid=11948}",
note = "[Online; accessed 25-May-2026]"
}