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: Slicer Wiki contributors
- Publisher: Slicer Wiki, .
- Date of last revision: 29 May 2008 18:08 UTC
- Date retrieved: 28 March 2026 14:43 UTC
- Permanent URL: https://www.slicer.org/w/index.php?title=Slicer3:How_to_implement_an_Interactive_Module_GUI&oldid=4982
- Page Version ID: 4982
Citation styles for Slicer3:How to implement an Interactive Module GUI
APA style
Slicer3:How to implement an Interactive Module GUI. (2008, May 29). Slicer Wiki, . Retrieved 14:43, March 28, 2026 from https://www.slicer.org/w/index.php?title=Slicer3:How_to_implement_an_Interactive_Module_GUI&oldid=4982.
MLA style
"Slicer3:How to implement an Interactive Module GUI." Slicer Wiki, . 29 May 2008, 18:08 UTC. 28 Mar 2026, 14:43 <https://www.slicer.org/w/index.php?title=Slicer3:How_to_implement_an_Interactive_Module_GUI&oldid=4982>.
MHRA style
Slicer Wiki contributors, 'Slicer3:How to implement an Interactive Module GUI', Slicer Wiki, , 29 May 2008, 18:08 UTC, <https://www.slicer.org/w/index.php?title=Slicer3:How_to_implement_an_Interactive_Module_GUI&oldid=4982> [accessed 28 March 2026]
Chicago style
Slicer Wiki contributors, "Slicer3:How to implement an Interactive Module GUI," Slicer Wiki, , https://www.slicer.org/w/index.php?title=Slicer3:How_to_implement_an_Interactive_Module_GUI&oldid=4982 (accessed March 28, 2026).
CBE/CSE style
Slicer Wiki contributors. Slicer3:How to implement an Interactive Module GUI [Internet]. Slicer Wiki, ; 2008 May 29, 18:08 UTC [cited 2026 Mar 28]. Available from: https://www.slicer.org/w/index.php?title=Slicer3:How_to_implement_an_Interactive_Module_GUI&oldid=4982.
Bluebook style
Slicer3:How to implement an Interactive Module GUI, https://www.slicer.org/w/index.php?title=Slicer3:How_to_implement_an_Interactive_Module_GUI&oldid=4982 (last visited March 28, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "Slicer Wiki",
title = "Slicer3:How to implement an Interactive Module GUI --- Slicer Wiki{,} ",
year = "2008",
url = "https://www.slicer.org/w/index.php?title=Slicer3:How_to_implement_an_Interactive_Module_GUI&oldid=4982",
note = "[Online; accessed 28-March-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 = "Slicer3:How to implement an Interactive Module GUI --- Slicer Wiki{,} ",
year = "2008",
url = "\url{https://www.slicer.org/w/index.php?title=Slicer3:How_to_implement_an_Interactive_Module_GUI&oldid=4982}",
note = "[Online; accessed 28-March-2026]"
}