<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.slicer.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Melonakos</id>
	<title>Slicer Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.slicer.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Melonakos"/>
	<link rel="alternate" type="text/html" href="https://www.slicer.org/wiki/Special:Contributions/Melonakos"/>
	<updated>2026-05-01T02:44:12Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.33.0</generator>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Slicer3:Developers&amp;diff=6629</id>
		<title>Slicer3:Developers</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Slicer3:Developers&amp;diff=6629"/>
		<updated>2008-11-09T03:49:57Z</updated>

		<summary type="html">&lt;p&gt;Melonakos: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
= Slicer 3 Developer Page =&lt;br /&gt;
[[Image:Slicer3LogoHorizontalBeta.png|right]]&lt;br /&gt;
This page contains links to Slicer3 developer resources and events.&lt;br /&gt;
&lt;br /&gt;
Click here for '''[[Slicer3:Events|Slicer3 Events]]'''&lt;br /&gt;
&lt;br /&gt;
== Slicer 3 Architecture Overview ==&lt;br /&gt;
For more details on the slicer architecture see: [[media:Slicer 3-beta-2007-04-16.ppt | Architecture Slides]] (updated April, 2007).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery caption=&amp;quot;Highlights of the new architecture&amp;quot; widths=&amp;quot;200px&amp;quot;  perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:Slicer3-Architecture.jpg&lt;br /&gt;
Image:Slicer3-Architecture-MRML.jpg&lt;br /&gt;
Image:Slicer3-Architecture-Layers.jpg&lt;br /&gt;
Image:ExecutionModelPlugins.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Quick Links for Developers ==&lt;br /&gt;
This section centrally locates many existing (and developing) wiki pages useful to Slicer3 developers.  The content developed for the January 2007 AHM.&lt;br /&gt;
&lt;br /&gt;
{|align=&amp;quot;left&amp;quot; width=&amp;quot;100%&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#ddf&amp;quot; width=&amp;quot;60%&amp;quot;|'''Introduction to Slicer3'''&lt;br /&gt;
|style=&amp;quot;background:#ddf&amp;quot; width=&amp;quot;40%&amp;quot;|'''Key People'''&lt;br /&gt;
|-&lt;br /&gt;
||[[Media:SlicerHistoricalTimeline.ppt | Slicer3 Historical Timeline]]&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Status_Summary | Status overview]] and [http://slicerl.bwh.harvard.edu/tmp/slicer3-PreAHMBeta%20Demo/slicer3-PreAHMBeta.htm Demo]&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
||[[Media:GUIMap.png|Schematic of application interface &amp;amp; functionality]]&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
||[[Media:SliceGUI.png|Schematic of slice GUI]]&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Build_Instructions | Getting the software and troubleshooting]]&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
||[[media:Slicer 3-beta-2007-01-10.ppt | Overall Architecture]] and [[Slicer3:Style|Slicer 3 Coding Style]]&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Contributing_codes_to_Slicer3| Contributing codes to Slicer3]]&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#ddf&amp;quot;|'''Two module types (Command line and Interactive)'''&lt;br /&gt;
|style=&amp;quot;background:#ddf&amp;quot;|'''Key People'''&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Execution_Model_Documentation | Command line modules and how to implement one]]&lt;br /&gt;
||Jim and Bill [[media:Slicer3-ExecutionModelJune2006.ppt| Intro]]&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:How_to_implement_an_Interactive_Module_GUI | How to implement an interactive module]]&lt;br /&gt;
||wjp&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#ddf&amp;quot;|'''MRML'''&amp;lt;br/&amp;gt;Medical Reality Modeling Language (MRML) is a language implemented as a type of XML document, with new tags defined to handle medical image data types such as volumes, models or coordinate transforms. [http://www.na-mic.org/Wiki/images/e/e3/Slicer3_MRML.ppt MRML Slides]&lt;br /&gt;
|style=&amp;quot;background:#ddf&amp;quot;|'''Key People'''&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Data_Model#Creating_Custom_MRML_Node_Classes | Creating and using new MRML node types]]&lt;br /&gt;
||Alex&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Data_Model#References_to_MRML_Nodes | Keeping references to MRML nodes ]]&lt;br /&gt;
||Alex&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Data_Model#Undo/Redo_Mechanism  | How undo/redo works, and how to enable it in your code]]&lt;br /&gt;
||Alex&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#ddf&amp;quot;|'''GUI'''&lt;br /&gt;
|style=&amp;quot;background:#ddf&amp;quot;|'''Key People'''&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:StatelessGUI | Keeping the GUI stateless]]&lt;br /&gt;
||wjp&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:EventBindings | Adding keyboard shortcuts]]&lt;br /&gt;
||wjp&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Human_Interface_and_Style_Guide_for_Developers | GUI style guidelines]]&lt;br /&gt;
||wjp&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Usability#User-centered_design_practice_for_3DSlicer | User-centered design practice]]&lt;br /&gt;
||wjp&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Slicer3Brand | 3DSlicer's logo and visual communication guidelines]]&lt;br /&gt;
||wjp&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Execution_Model_Documentation#Adding_Module_Logos_to_Slicer3 | Incorporating your group's logo and attributions]]&lt;br /&gt;
||Jim&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:GUI_Experiments | Some experiments/advanced techniques for developing slicer3 interfaces]]&lt;br /&gt;
||Steve&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#ddf&amp;quot;|'''Engineering'''&lt;br /&gt;
|style=&amp;quot;background:#ddf&amp;quot;|'''Key People'''&lt;br /&gt;
|-&lt;br /&gt;
||Tips for avoiding memory leaks:  Current Practice&lt;br /&gt;
||Steve&lt;br /&gt;
|-&lt;br /&gt;
||Tips for avoiding memory leaks:  [[Slicer3:Memory Management | Suggested change to SmartPointers]]&lt;br /&gt;
||Jim&lt;br /&gt;
|-&lt;br /&gt;
||Generating tests&lt;br /&gt;
||Bill&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Testing | Setting up Testing]]&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Builds | Build Information]]&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Launcher| The Launcher]]&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#ddf&amp;quot;|'''Documenting your module'''&amp;lt;br/&amp;gt;As soon as the wiki page template is finalized, and the infrastructure is added to link to this wiki page from the &amp;quot;Help &amp;amp; Acknowledgment&amp;quot; panel in your module's GUI, we will ask developers to fill out a brief document describing your module and its use. Stay tuned for developments...&lt;br /&gt;
|style=&amp;quot;background:#ddf&amp;quot;|'''Key People'''&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:DocumentationWink|Documenting a module with wink]]&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#ddf&amp;quot;|'''Integrate Slicer3 into a development environment'''&lt;br /&gt;
|style=&amp;quot;background:#ddf&amp;quot;|'''Key People'''&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3::Eclipse | Eclipse]]&lt;br /&gt;
||keilhack&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3::MSVS200X | Microsoft Visual Studio 200x]]&lt;br /&gt;
||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Quick Links to Slicer3 Projects ==&lt;br /&gt;
Projects should correspond to the outstanding issues listed on the '''[[Slicer3:Status_Summary|Status Summary]]'''. Please refer to the '''[[Slicer3:FeatureRequests|Feature Requests]]''' from users when planning your implementations.&lt;br /&gt;
&lt;br /&gt;
{|align=&amp;quot;left&amp;quot; width=&amp;quot;100%&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#ddf&amp;quot; width=&amp;quot;60%&amp;quot;|'''Slicer3 Projects'''&lt;br /&gt;
|style=&amp;quot;background:#ddf&amp;quot; width=&amp;quot;40%&amp;quot;|'''Key People'''&amp;lt;br/&amp;gt;Bold names are responsible for an aspect of the project.&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Architecture/Features|Architecture/Features]]&lt;br /&gt;
||'''Steve Pieper''', Group: Bill Lorensen, Ron Kikinis, Mike Halle, Noby Hata&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Data_Model|Data Model / libMRML]]&lt;br /&gt;
||'''Alex''', Steve&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Execution_Model|Execution Model / Command Line Modules]]&lt;br /&gt;
||'''Jim Miller''', Bill Lorensen&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Interface_Design|Interface Design and Usability ]]&lt;br /&gt;
||'''Wendy Plesniak''', KWWidgets: Sebastien Barre, Yumin Yuan&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Transition_of_Slicer2.x_Modules|Transition of Selected Slicer2.x Modules to Slicer3]]&lt;br /&gt;
||'''Nicole''', Katie, Wendy, Mathieu&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:DTMRI|DTMRI]]&lt;br /&gt;
||'''Alex''' with help from Diffusion Images:  '''Raul''', Tractography: '''Lauren''' [http://lmi.bwh.harvard.edu LMI]&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Editor|Editor]]&lt;br /&gt;
||'''Steve'''&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:ColorsFiducialsFreesurferModelmaker|Colors, Fiducials, FreeSurfer, ModelMaker]]&lt;br /&gt;
||'''Nicole'''&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:_Image_Guided_Therapy_%28IGT%29|IGT, Trackers]]&lt;br /&gt;
||'''Haiying'''&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:EM|EMSegment Interface]]&lt;br /&gt;
||'''Brad Davis'''&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Slicer_Daemon|SlicerDaemon Interface (for unu, matlab)]]&lt;br /&gt;
||'''Steve Pieper'''&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Build/Test/Deploy|Build/Test/Deploy System]]&lt;br /&gt;
||'''Andy''', Katie&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Pipeline_Integration|Loni Pipeline Integration]]&lt;br /&gt;
||'''Jags'''&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Batchmake_Integration|Batchmake/GRID Integration]]&lt;br /&gt;
||'''Julien Jomier'''&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Registration|Registration Modules]]&lt;br /&gt;
||'''Jim Miller''', Steve Pieper&lt;br /&gt;
|-&lt;br /&gt;
||[http://www.na-mic.org/Wiki/index.php/ITK_Registration_Optimization Improvements to the registration framework]&lt;br /&gt;
||'''Stephen Aylward'''&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Python|Python Integration]]&lt;br /&gt;
||'''Dan Blezek'''&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Grid_Interface|Grid Integration]]&lt;br /&gt;
||'''Jeff Grethe''', Neil&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Performance_Analysis|Slicer3:Performance Analysis]]&lt;br /&gt;
||'''Katie'''&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:ThreadingToolKit|Threading ToolKit]]&lt;br /&gt;
||'''Dan Blezek, James Miller, Stephen Aylward'''&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Volume Rendering |Volume Rendering]]&lt;br /&gt;
||'''Andy'''&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Volume Rendering With Cuda|Volume Rendering With CUDA]]&lt;br /&gt;
||'''Ben'''&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:XNAT |XNAT Interface]]&lt;br /&gt;
||'''Steve''', Wendy, Dan Marcus, Tim Olsen&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:LDDMM |LDDMM Interface]]&lt;br /&gt;
||'''Steve''', Anthony Kolasny&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Web Presence |Web Presence]]&lt;br /&gt;
||'''Nicole Aucoin''', Zack Galbreath&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Loadable Modules |Loadable Modules]]&lt;br /&gt;
||'''Alex Yarmarkovich''', Steve Pieper&lt;br /&gt;
|-&lt;br /&gt;
||[http://www.slicer.org/slicerWiki/index.php/Modules:Volumes:Diffusion_Editor-Documentation Diffusion Editor]&lt;br /&gt;
||'''Kerstin'''&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:TimeSeries and Multi-Volume Data | TimeSeries and Multi-Volume Data]]&lt;br /&gt;
||Steve Pieper, Daniel Blezek, Dominik Meier, Wendy Plesniak&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Remote Data Handling | Remote Data Handling]]&lt;br /&gt;
||Steve Pieper, Nicole Aucoin, Wendy Plesniak&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Module:QueryAtlas |Query Atlas]]&lt;br /&gt;
||'''Wendy Plesniak'''&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:MistSlicer | MistSlicer]]&lt;br /&gt;
||'''Yuichiro Hayashi''', Kensaku Mori, Nobuhiko Hata&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Slicer 3 Quick links to the Source code ==&lt;br /&gt;
The Slicer3 svn repository:&lt;br /&gt;
&lt;br /&gt;
 svn co http://svn.slicer.org/Slicer3/trunk Slicer3&lt;br /&gt;
&lt;br /&gt;
{|align=&amp;quot;left&amp;quot; width=&amp;quot;100%&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#ddf&amp;quot; width=&amp;quot;60%&amp;quot;|'''General Slicer3 Quick Links'''&lt;br /&gt;
|style=&amp;quot;background:#ddf&amp;quot; width=&amp;quot;40%&amp;quot;|'''Debugging Slicer3 Quick Links'''&lt;br /&gt;
|-&lt;br /&gt;
||[http://www.na-mic.org/Wiki/index.php/Engineering:SandBox Instructions for NA-MIC svn]&lt;br /&gt;
||[http://www.cdash.org/CDash/index.php?project=Slicer3 Slicer3 Dashboard (As Of May 2, 2008)]&lt;br /&gt;
|-&lt;br /&gt;
||Use [http://viewvc.slicer.org ViewVC to browse the repository]&lt;br /&gt;
||[http://www.na-mic.org/Slicer3/Dashboard Slicer3 Dashboard (Before May 2, 2008)]&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Build_Instructions|Slicer3 build instructions]]&lt;br /&gt;
||[http://na-mic.org/Mantis/main_page.php Slicer Bug Tracker]&lt;br /&gt;
|-&lt;br /&gt;
||[http://www.na-mic.org/Slicer/Documentation/Slicer3/html/ Doxygen documentation for Slicer3].&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
||The [[Slicer3:VisualBlog|Slicer3 VisualBlog]] shows screenshots of slicer developments.&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
||Developers should follow the [[Slicer3:Style|Slicer 3 Coding Style]].&lt;br /&gt;
||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Discussion of Slicer3 takes place on the slicer-devel at massmail.spl.harvard.edu list. To join developer's mailing list, send a request to: slicer-devel-request at massmail.spl.harvard.edu  with the keyword '''''subscribe''''' as the subject.  Or access the [http://massmail.spl.harvard.edu/mailman/listinfo/slicer-devel slicer-devel archives and web administration interface].&lt;br /&gt;
&lt;br /&gt;
== Design Information ==&lt;br /&gt;
*May 23, 2006: [http://www.na-mic.org/Wiki/index.php/Algorithms:Core1Visit_May06 Algorithm Core workshop.]&lt;br /&gt;
*April 3, 2006: [[Media:Slicer_3-alpha-2006-04-03.ppt| Slicer 3 alpha]] technical powerpoint presentation.&lt;/div&gt;</summary>
		<author><name>Melonakos</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Slicer3:Developers&amp;diff=6628</id>
		<title>Slicer3:Developers</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Slicer3:Developers&amp;diff=6628"/>
		<updated>2008-11-09T03:44:20Z</updated>

		<summary type="html">&lt;p&gt;Melonakos: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
= Slicer 3 Developer Page =&lt;br /&gt;
[[Image:Slicer3LogoHorizontalBeta.png|right]]&lt;br /&gt;
This page contains links to Slicer3 developer resources and events.&lt;br /&gt;
&lt;br /&gt;
Click here for '''[[Slicer3:Events|Slicer3 Events]]'''&lt;br /&gt;
&lt;br /&gt;
== Slicer 3 Architecture Overview ==&lt;br /&gt;
For more details on the slicer architecture see: [[media:Slicer 3-beta-2007-04-16.ppt | Architecture Slides]] (updated April, 2007).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery caption=&amp;quot;Highlights of the new architecture&amp;quot; widths=&amp;quot;200px&amp;quot;  perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:Slicer3-Architecture.jpg&lt;br /&gt;
Image:Slicer3-Architecture-MRML.jpg&lt;br /&gt;
Image:Slicer3-Architecture-Layers.jpg&lt;br /&gt;
Image:ExecutionModelPlugins.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Quick Links for Developers ==&lt;br /&gt;
This section centrally locates many existing (and developing) wiki pages useful to Slicer3 developers.  The content developed for the January 2007 AHM.&lt;br /&gt;
&lt;br /&gt;
{|align=&amp;quot;left&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#ddf&amp;quot; width=&amp;quot;60%&amp;quot;|'''Introduction to Slicer3'''&lt;br /&gt;
|style=&amp;quot;background:#ddf&amp;quot; width=&amp;quot;40%&amp;quot;|'''Key People'''&lt;br /&gt;
|-&lt;br /&gt;
||[[Media:SlicerHistoricalTimeline.ppt | Slicer3 Historical Timeline]]&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Status_Summary | Status overview]] and [http://slicerl.bwh.harvard.edu/tmp/slicer3-PreAHMBeta%20Demo/slicer3-PreAHMBeta.htm Demo]&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
||[[Media:GUIMap.png|Schematic of application interface &amp;amp; functionality]]&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
||[[Media:SliceGUI.png|Schematic of slice GUI]]&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Build_Instructions | Getting the software and troubleshooting]]&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
||[[media:Slicer 3-beta-2007-01-10.ppt | Overall Architecture]] and [[Slicer3:Style|Slicer 3 Coding Style]]&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Contributing_codes_to_Slicer3| Contributing codes to Slicer3]]&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#ddf&amp;quot;|'''Two module types (Command line and Interactive)'''&lt;br /&gt;
|style=&amp;quot;background:#ddf&amp;quot;|'''Key People'''&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Execution_Model_Documentation | Command line modules and how to implement one]]&lt;br /&gt;
||Jim and Bill [[media:Slicer3-ExecutionModelJune2006.ppt| Intro]]&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:How_to_implement_an_Interactive_Module_GUI | How to implement an interactive module]]&lt;br /&gt;
||wjp&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#ddf&amp;quot;|'''MRML'''&amp;lt;br/&amp;gt;Medical Reality Modeling Language (MRML) is a language implemented as a type of XML document, with new tags defined to handle medical image data types such as volumes, models or coordinate transforms. [http://www.na-mic.org/Wiki/images/e/e3/Slicer3_MRML.ppt MRML Slides]&lt;br /&gt;
|style=&amp;quot;background:#ddf&amp;quot;|'''Key People'''&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Data_Model#Creating_Custom_MRML_Node_Classes | Creating and using new MRML node types]]&lt;br /&gt;
||Alex&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Data_Model#References_to_MRML_Nodes | Keeping references to MRML nodes ]]&lt;br /&gt;
||Alex&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Data_Model#Undo/Redo_Mechanism  | How undo/redo works, and how to enable it in your code]]&lt;br /&gt;
||Alex&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#ddf&amp;quot;|'''GUI'''&lt;br /&gt;
|style=&amp;quot;background:#ddf&amp;quot;|'''Key People'''&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:StatelessGUI | Keeping the GUI stateless]]&lt;br /&gt;
||wjp&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:EventBindings | Adding keyboard shortcuts]]&lt;br /&gt;
||wjp&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Human_Interface_and_Style_Guide_for_Developers | GUI style guidelines]]&lt;br /&gt;
||wjp&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Usability#User-centered_design_practice_for_3DSlicer | User-centered design practice]]&lt;br /&gt;
||wjp&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Slicer3Brand | 3DSlicer's logo and visual communication guidelines]]&lt;br /&gt;
||wjp&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Execution_Model_Documentation#Adding_Module_Logos_to_Slicer3 | Incorporating your group's logo and attributions]]&lt;br /&gt;
||Jim&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:GUI_Experiments | Some experiments/advanced techniques for developing slicer3 interfaces]]&lt;br /&gt;
||Steve&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#ddf&amp;quot;|'''Engineering'''&lt;br /&gt;
|style=&amp;quot;background:#ddf&amp;quot;|'''Key People'''&lt;br /&gt;
|-&lt;br /&gt;
||Tips for avoiding memory leaks:  Current Practice&lt;br /&gt;
||Steve&lt;br /&gt;
|-&lt;br /&gt;
||Tips for avoiding memory leaks:  [[Slicer3:Memory Management | Suggested change to SmartPointers]]&lt;br /&gt;
||Jim&lt;br /&gt;
|-&lt;br /&gt;
||Generating tests&lt;br /&gt;
||Bill&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Testing | Setting up Testing]]&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Builds | Build Information]]&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Launcher| The Launcher]]&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#ddf&amp;quot;|'''Documenting your module'''&amp;lt;br/&amp;gt;As soon as the wiki page template is finalized, and the infrastructure is added to link to this wiki page from the &amp;quot;Help &amp;amp; Acknowledgment&amp;quot; panel in your module's GUI, we will ask developers to fill out a brief document describing your module and its use. Stay tuned for developments...&lt;br /&gt;
|style=&amp;quot;background:#ddf&amp;quot;|'''Key People'''&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:DocumentationWink|Documenting a module with wink]]&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#ddf&amp;quot;|'''Integrate Slicer3 into a development environment'''&lt;br /&gt;
|style=&amp;quot;background:#ddf&amp;quot;|'''Key People'''&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3::Eclipse | Eclipse]]&lt;br /&gt;
||keilhack&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3::MSVS200X | Microsoft Visual Studio 200x]]&lt;br /&gt;
||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Quick Links to Slicer3 Projects ==&lt;br /&gt;
Projects should correspond to the outstanding issues listed on the '''[[Slicer3:Status_Summary|Status Summary]]'''. Please refer to the '''[[Slicer3:FeatureRequests|Feature Requests]]''' from users when planning your implementations.&lt;br /&gt;
&lt;br /&gt;
{|align=&amp;quot;left&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#ddf&amp;quot; width=&amp;quot;60%&amp;quot;|'''Slicer3 Projects'''&lt;br /&gt;
|style=&amp;quot;background:#ddf&amp;quot; width=&amp;quot;40%&amp;quot;|'''Key People'''&amp;lt;br/&amp;gt;Bold names are responsible for an aspect of the project.&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Architecture/Features|Architecture/Features]]&lt;br /&gt;
||'''Steve Pieper''', Group: Bill Lorensen, Ron Kikinis, Mike Halle, Noby Hata&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Data_Model|Data Model / libMRML]]&lt;br /&gt;
||'''Alex''', Steve&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Execution_Model|Execution Model / Command Line Modules]]&lt;br /&gt;
||'''Jim Miller''', Bill Lorensen&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Interface_Design|Interface Design and Usability ]]&lt;br /&gt;
||'''Wendy Plesniak''', KWWidgets: Sebastien Barre, Yumin Yuan&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Transition_of_Slicer2.x_Modules|Transition of Selected Slicer2.x Modules to Slicer3]]&lt;br /&gt;
||'''Nicole''', Katie, Wendy, Mathieu&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:DTMRI|DTMRI]]&lt;br /&gt;
||'''Alex''' with help from Diffusion Images:  '''Raul''', Tractography: '''Lauren''' [http://lmi.bwh.harvard.edu LMI]&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Editor|Editor]]&lt;br /&gt;
||'''Steve'''&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:ColorsFiducialsFreesurferModelmaker|Colors, Fiducials, FreeSurfer, ModelMaker]]&lt;br /&gt;
||'''Nicole'''&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:_Image_Guided_Therapy_%28IGT%29|IGT, Trackers]]&lt;br /&gt;
||'''Haiying'''&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:EM|EMSegment Interface]]&lt;br /&gt;
||'''Brad Davis'''&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Slicer_Daemon|SlicerDaemon Interface (for unu, matlab)]]&lt;br /&gt;
||'''Steve Pieper'''&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Build/Test/Deploy|Build/Test/Deploy System]]&lt;br /&gt;
||'''Andy''', Katie&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Pipeline_Integration|Loni Pipeline Integration]]&lt;br /&gt;
||'''Jags'''&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Batchmake_Integration|Batchmake/GRID Integration]]&lt;br /&gt;
||'''Julien Jomier'''&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Registration|Registration Modules]]&lt;br /&gt;
||'''Jim Miller''', Steve Pieper&lt;br /&gt;
|-&lt;br /&gt;
||[http://www.na-mic.org/Wiki/index.php/ITK_Registration_Optimization Improvements to the registration framework]&lt;br /&gt;
||'''Stephen Aylward'''&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Python|Python Integration]]&lt;br /&gt;
||'''Dan Blezek'''&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Grid_Interface|Grid Integration]]&lt;br /&gt;
||'''Jeff Grethe''', Neil&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Performance_Analysis|Slicer3:Performance Analysis]]&lt;br /&gt;
||'''Katie'''&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:ThreadingToolKit|Threading ToolKit]]&lt;br /&gt;
||'''Dan Blezek, James Miller, Stephen Aylward'''&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Volume Rendering |Volume Rendering]]&lt;br /&gt;
||'''Andy'''&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Volume Rendering With Cuda|Volume Rendering With CUDA]]&lt;br /&gt;
||'''Ben'''&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:XNAT |XNAT Interface]]&lt;br /&gt;
||'''Steve''', Wendy, Dan Marcus, Tim Olsen&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:LDDMM |LDDMM Interface]]&lt;br /&gt;
||'''Steve''', Anthony Kolasny&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Web Presence |Web Presence]]&lt;br /&gt;
||'''Nicole Aucoin''', Zack Galbreath&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Loadable Modules |Loadable Modules]]&lt;br /&gt;
||'''Alex Yarmarkovich''', Steve Pieper&lt;br /&gt;
|-&lt;br /&gt;
||[http://www.slicer.org/slicerWiki/index.php/Modules:Volumes:Diffusion_Editor-Documentation Diffusion Editor]&lt;br /&gt;
||'''Kerstin'''&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:TimeSeries and Multi-Volume Data | TimeSeries and Multi-Volume Data]]&lt;br /&gt;
||Steve Pieper, Daniel Blezek, Dominik Meier, Wendy Plesniak&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Remote Data Handling | Remote Data Handling]]&lt;br /&gt;
||Steve Pieper, Nicole Aucoin, Wendy Plesniak&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Module:QueryAtlas |Query Atlas]]&lt;br /&gt;
||'''Wendy Plesniak'''&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:MistSlicer | MistSlicer]]&lt;br /&gt;
||'''Yuichiro Hayashi''', Kensaku Mori, Nobuhiko Hata&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Slicer 3 Quick links to the Source code ==&lt;br /&gt;
The Slicer3 svn repository:&lt;br /&gt;
&lt;br /&gt;
 svn co http://svn.slicer.org/Slicer3/trunk Slicer3&lt;br /&gt;
&lt;br /&gt;
{|align=&amp;quot;left&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#ddf&amp;quot; width=&amp;quot;60%&amp;quot;|'''General Slicer3 Quick Links'''&lt;br /&gt;
|style=&amp;quot;background:#ddf&amp;quot; width=&amp;quot;40%&amp;quot;|'''Debugging Slicer3 Quick Links'''&lt;br /&gt;
|-&lt;br /&gt;
||[http://www.na-mic.org/Wiki/index.php/Engineering:SandBox Instructions for NA-MIC svn]&lt;br /&gt;
||[http://www.cdash.org/CDash/index.php?project=Slicer3 Slicer3 Dashboard (As Of May 2, 2008)]&lt;br /&gt;
|-&lt;br /&gt;
||Use [http://viewvc.slicer.org ViewVC to browse the repository]&lt;br /&gt;
||[http://www.na-mic.org/Slicer3/Dashboard Slicer3 Dashboard (Before May 2, 2008)]&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Build_Instructions|Slicer3 build instructions]]&lt;br /&gt;
||[http://na-mic.org/Mantis/main_page.php Slicer Bug Tracker]&lt;br /&gt;
|-&lt;br /&gt;
||[http://www.na-mic.org/Slicer/Documentation/Slicer3/html/ Doxygen documentation for Slicer3].&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
||The [[Slicer3:VisualBlog|Slicer3 VisualBlog]] shows screenshots of slicer developments.&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
||Developers should follow the [[Slicer3:Style|Slicer 3 Coding Style]].&lt;br /&gt;
||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Discussion of Slicer3 takes place on the slicer-devel at massmail.spl.harvard.edu list. To join developer's mailing list, send a request to: slicer-devel-request at massmail.spl.harvard.edu  with the keyword '''''subscribe''''' as the subject.  Or access the [http://massmail.spl.harvard.edu/mailman/listinfo/slicer-devel slicer-devel archives and web administration interface].&lt;br /&gt;
&lt;br /&gt;
== Design Information ==&lt;br /&gt;
*May 23, 2006: [http://www.na-mic.org/Wiki/index.php/Algorithms:Core1Visit_May06 Algorithm Core workshop.]&lt;br /&gt;
*April 3, 2006: [[Media:Slicer_3-alpha-2006-04-03.ppt| Slicer 3 alpha]] technical powerpoint presentation.&lt;/div&gt;</summary>
		<author><name>Melonakos</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Slicer3:Developers&amp;diff=6627</id>
		<title>Slicer3:Developers</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Slicer3:Developers&amp;diff=6627"/>
		<updated>2008-11-09T03:37:37Z</updated>

		<summary type="html">&lt;p&gt;Melonakos: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
= Slicer 3 Developer Page =&lt;br /&gt;
[[Image:Slicer3LogoHorizontalBeta.png|right]]&lt;br /&gt;
This page contains links to Slicer3 developer resources and events.&lt;br /&gt;
&lt;br /&gt;
Click here for '''[[Slicer3:Events|Slicer3 Events]]'''&lt;br /&gt;
&lt;br /&gt;
== Slicer 3 Architecture Overview ==&lt;br /&gt;
For more details on the slicer architecture see: [[media:Slicer 3-beta-2007-04-16.ppt | Architecture Slides]] (updated April, 2007).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery caption=&amp;quot;Highlights of the new architecture&amp;quot; widths=&amp;quot;200px&amp;quot;  perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:Slicer3-Architecture.jpg&lt;br /&gt;
Image:Slicer3-Architecture-MRML.jpg&lt;br /&gt;
Image:Slicer3-Architecture-Layers.jpg&lt;br /&gt;
Image:ExecutionModelPlugins.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Quick Links for Developers ==&lt;br /&gt;
This section centrally locates many existing (and developing) wiki pages useful to Slicer3 developers.  The content developed for the January 2007 AHM.&lt;br /&gt;
&lt;br /&gt;
{|align=&amp;quot;left&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#ddf&amp;quot; width=&amp;quot;60%&amp;quot;|'''Introduction to Slicer3'''&lt;br /&gt;
|style=&amp;quot;background:#ddf&amp;quot; width=&amp;quot;40%&amp;quot;|'''Key People'''&lt;br /&gt;
|-&lt;br /&gt;
||[[Media:SlicerHistoricalTimeline.ppt | Slicer3 Historical Timeline]]&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Status_Summary | Status overview]] and [http://slicerl.bwh.harvard.edu/tmp/slicer3-PreAHMBeta%20Demo/slicer3-PreAHMBeta.htm Demo]&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
||[[Media:GUIMap.png|Schematic of application interface &amp;amp; functionality]]&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
||[[Media:SliceGUI.png|Schematic of slice GUI]]&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Build_Instructions | Getting the software and troubleshooting]]&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
||[[media:Slicer 3-beta-2007-01-10.ppt | Overall Architecture]] and [[Slicer3:Style|Slicer 3 Coding Style]]&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Contributing_codes_to_Slicer3| Contributing codes to Slicer3]]&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#ddf&amp;quot;|'''Two module types (Command line and Interactive)'''&lt;br /&gt;
|style=&amp;quot;background:#ddf&amp;quot;|'''Key People'''&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Execution_Model_Documentation | Command line modules and how to implement one]]&lt;br /&gt;
||Jim and Bill [[media:Slicer3-ExecutionModelJune2006.ppt| Intro]]&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:How_to_implement_an_Interactive_Module_GUI | How to implement an interactive module]]&lt;br /&gt;
||wjp&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#ddf&amp;quot;|'''MRML'''&amp;lt;br/&amp;gt;Medical Reality Modeling Language (MRML) is a language implemented as a type of XML document, with new tags defined to handle medical image data types such as volumes, models or coordinate transforms. [http://www.na-mic.org/Wiki/images/e/e3/Slicer3_MRML.ppt MRML Slides]&lt;br /&gt;
|style=&amp;quot;background:#ddf&amp;quot;|'''Key People'''&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Data_Model#Creating_Custom_MRML_Node_Classes | Creating and using new MRML node types]]&lt;br /&gt;
||Alex&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Data_Model#References_to_MRML_Nodes | Keeping references to MRML nodes ]]&lt;br /&gt;
||Alex&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Data_Model#Undo/Redo_Mechanism  | How undo/redo works, and how to enable it in your code]]&lt;br /&gt;
||Alex&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#ddf&amp;quot;|'''GUI'''&lt;br /&gt;
|style=&amp;quot;background:#ddf&amp;quot;|'''Key People'''&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:StatelessGUI | Keeping the GUI stateless]]&lt;br /&gt;
||wjp&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:EventBindings | Adding keyboard shortcuts]]&lt;br /&gt;
||wjp&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Human_Interface_and_Style_Guide_for_Developers | GUI style guidelines]]&lt;br /&gt;
||wjp&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Usability#User-centered_design_practice_for_3DSlicer | User-centered design practice]]&lt;br /&gt;
||wjp&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Slicer3Brand | 3DSlicer's logo and visual communication guidelines]]&lt;br /&gt;
||wjp&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Execution_Model_Documentation#Adding_Module_Logos_to_Slicer3 | Incorporating your group's logo and attributions]]&lt;br /&gt;
||Jim&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:GUI_Experiments | Some experiments/advanced techniques for developing slicer3 interfaces]]&lt;br /&gt;
||Steve&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#ddf&amp;quot;|'''Engineering'''&lt;br /&gt;
|style=&amp;quot;background:#ddf&amp;quot;|'''Key People'''&lt;br /&gt;
|-&lt;br /&gt;
||Tips for avoiding memory leaks:  Current Practice&lt;br /&gt;
||Steve&lt;br /&gt;
|-&lt;br /&gt;
||Tips for avoiding memory leaks:  [[Slicer3:Memory Management | Suggested change to SmartPointers]]&lt;br /&gt;
||Jim&lt;br /&gt;
|-&lt;br /&gt;
||Generating tests&lt;br /&gt;
||Bill&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Testing | Setting up Testing]]&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Builds | Build Information]]&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Launcher| The Launcher]]&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#ddf&amp;quot;|'''Documenting your module'''&amp;lt;br/&amp;gt;As soon as the wiki page template is finalized, and the infrastructure is added to link to this wiki page from the &amp;quot;Help &amp;amp; Acknowledgment&amp;quot; panel in your module's GUI, we will ask developers to fill out a brief document describing your module and its use. Stay tuned for developments...&lt;br /&gt;
|style=&amp;quot;background:#ddf&amp;quot;|'''Key People'''&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:DocumentationWink|Documenting a module with wink]]&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#ddf&amp;quot;|'''Integrate Slicer3 into a development environment'''&lt;br /&gt;
|style=&amp;quot;background:#ddf&amp;quot;|'''Key People'''&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3::Eclipse | Eclipse]]&lt;br /&gt;
||keilhack&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3::MSVS200X | Microsoft Visual Studio 200x]]&lt;br /&gt;
||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Quick Links to Slicer3 Projects ==&lt;br /&gt;
&lt;br /&gt;
Projects should correspond to the outstanding issues listed on the '''[[Slicer3:Status_Summary|Status Summary]]'''. Please refer to the '''[[Slicer3:FeatureRequests|Feature Requests]]''' from users when planning your implementations.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|align=&amp;quot;left&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#ddf&amp;quot; width=&amp;quot;60%&amp;quot;|'''Slicer3 Projects'''&lt;br /&gt;
|style=&amp;quot;background:#ddf&amp;quot; width=&amp;quot;40%&amp;quot;|'''Key People'''&amp;lt;br/&amp;gt;Bold names are responsible for an aspect of the project.&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Architecture/Features|Architecture/Features]]&lt;br /&gt;
||'''Steve Pieper''', Group: Bill Lorensen, Ron Kikinis, Mike Halle, Noby Hata&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Data_Model|Data Model / libMRML]]&lt;br /&gt;
||'''Alex''', Steve&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Execution_Model|Execution Model / Command Line Modules]]&lt;br /&gt;
||'''Jim Miller''', Bill Lorensen&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Interface_Design|Interface Design and Usability ]]&lt;br /&gt;
||'''Wendy Plesniak''', KWWidgets: Sebastien Barre, Yumin Yuan&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Transition_of_Slicer2.x_Modules|Transition of Selected Slicer2.x Modules to Slicer3]]&lt;br /&gt;
||'''Nicole''', Katie, Wendy, Mathieu&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:DTMRI|DTMRI]]&lt;br /&gt;
||'''Alex''' with help from Diffusion Images:  '''Raul''', Tractography: '''Lauren''' [http://lmi.bwh.harvard.edu LMI]&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Editor|Editor]]&lt;br /&gt;
||'''Steve'''&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:ColorsFiducialsFreesurferModelmaker|Colors, Fiducials, FreeSurfer, ModelMaker]]&lt;br /&gt;
||'''Nicole'''&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:_Image_Guided_Therapy_%28IGT%29|IGT, Trackers]]&lt;br /&gt;
||'''Haiying'''&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:EM|EMSegment Interface]]&lt;br /&gt;
||'''Brad Davis'''&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Slicer_Daemon|SlicerDaemon Interface (for unu, matlab)]]&lt;br /&gt;
||'''Steve Pieper'''&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Build/Test/Deploy|Build/Test/Deploy System]]&lt;br /&gt;
||'''Andy''', Katie&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Pipeline_Integration|Loni Pipeline Integration]]&lt;br /&gt;
||'''Jags'''&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Batchmake_Integration|Batchmake/GRID Integration]]&lt;br /&gt;
||'''Julien Jomier'''&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Registration|Registration Modules]]&lt;br /&gt;
||'''Jim Miller''', Steve Pieper&lt;br /&gt;
|-&lt;br /&gt;
||[http://www.na-mic.org/Wiki/index.php/ITK_Registration_Optimization Improvements to the registration framework]&lt;br /&gt;
||'''Stephen Aylward'''&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Python|Python Integration]]&lt;br /&gt;
||'''Dan Blezek'''&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Grid_Interface|Grid Integration]]&lt;br /&gt;
||'''Jeff Grethe''', Neil&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Performance_Analysis|Slicer3:Performance Analysis]]&lt;br /&gt;
||'''Katie'''&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:ThreadingToolKit|Threading ToolKit]]&lt;br /&gt;
||'''Dan Blezek, James Miller, Stephen Aylward'''&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Volume Rendering |Volume Rendering]]&lt;br /&gt;
||'''Andy'''&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Volume Rendering With Cuda|Volume Rendering With CUDA]]&lt;br /&gt;
||'''Ben'''&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:XNAT |XNAT Interface]]&lt;br /&gt;
||'''Steve''', Wendy, Dan Marcus, Tim Olsen&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:LDDMM |LDDMM Interface]]&lt;br /&gt;
||'''Steve''', Anthony Kolasny&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Web Presence |Web Presence]]&lt;br /&gt;
||'''Nicole Aucoin''', Zack Galbreath&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Loadable Modules |Loadable Modules]]&lt;br /&gt;
||'''Alex Yarmarkovich''', Steve Pieper&lt;br /&gt;
|-&lt;br /&gt;
||[http://www.slicer.org/slicerWiki/index.php/Modules:Volumes:Diffusion_Editor-Documentation Diffusion Editor]&lt;br /&gt;
||'''Kerstin'''&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:TimeSeries and Multi-Volume Data | TimeSeries and Multi-Volume Data]]&lt;br /&gt;
||Steve Pieper, Daniel Blezek, Dominik Meier, Wendy Plesniak&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Remote Data Handling | Remote Data Handling]]&lt;br /&gt;
||Steve Pieper, Nicole Aucoin, Wendy Plesniak&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Module:QueryAtlas |Query Atlas]]&lt;br /&gt;
||'''Wendy Plesniak'''&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:MistSlicer | MistSlicer]]&lt;br /&gt;
||'''Yuichiro Hayashi''', Kensaku Mori, Nobuhiko Hata&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Slicer 3 Quick links to the Source code ==&lt;br /&gt;
&lt;br /&gt;
The Slicer3 svn repository:&lt;br /&gt;
&lt;br /&gt;
 svn co http://svn.slicer.org/Slicer3/trunk Slicer3&lt;br /&gt;
&lt;br /&gt;
Use [http://viewvc.slicer.org ViewVC to browse the repository]&lt;br /&gt;
&lt;br /&gt;
[http://www.na-mic.org/Wiki/index.php/Engineering:SandBox Instructions for NA-MIC svn]&lt;br /&gt;
&lt;br /&gt;
[[Slicer3:Build_Instructions|Slicer3 build instructions]]&lt;br /&gt;
&lt;br /&gt;
[http://www.na-mic.org/Slicer/Documentation/Slicer3/html/ Doxygen documentation for Slicer3].&lt;br /&gt;
&lt;br /&gt;
The [[Slicer3:VisualBlog|Slicer3 VisualBlog]] shows screenshots of slicer developments.&lt;br /&gt;
&lt;br /&gt;
Developers should follow the [[Slicer3:Style|Slicer 3 Coding Style]].&lt;br /&gt;
&lt;br /&gt;
[http://www.cdash.org/CDash/index.php?project=Slicer3 Slicer3 Dashboard (As Of May 2, 2008)]&lt;br /&gt;
&lt;br /&gt;
[http://www.na-mic.org/Slicer3/Dashboard Slicer3 Dashboard (Before May 2, 2008)]&lt;br /&gt;
&lt;br /&gt;
[http://na-mic.org/Mantis/main_page.php Slicer Bug Tracker]&lt;br /&gt;
&lt;br /&gt;
Discussion of slicer3 takes place on the slicer-devel at massmail.spl.harvard.edu list. To join developer's mailing list, send a request to: slicer-devel-request at massmail.spl.harvard.edu  with the keyword '''''subscribe''''' as the subject.  Or access the [http://massmail.spl.harvard.edu/mailman/listinfo/slicer-devel slicer-devel archives and web administration interface].&lt;br /&gt;
&lt;br /&gt;
== Design Information ==&lt;br /&gt;
&lt;br /&gt;
May 23, 2006: [http://www.na-mic.org/Wiki/index.php/Algorithms:Core1Visit_May06 Algorithm Core workshop.]&lt;br /&gt;
&lt;br /&gt;
April 3, 2006: [[Media:Slicer_3-alpha-2006-04-03.ppt| Slicer 3 alpha]] technical powerpoint presentation.&lt;/div&gt;</summary>
		<author><name>Melonakos</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Slicer3:Developers&amp;diff=6626</id>
		<title>Slicer3:Developers</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Slicer3:Developers&amp;diff=6626"/>
		<updated>2008-11-08T23:50:56Z</updated>

		<summary type="html">&lt;p&gt;Melonakos: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
= Slicer 3 Developer Page =&lt;br /&gt;
[[Image:Slicer3LogoHorizontalBeta.png|right]]&lt;br /&gt;
This page contains links to Slicer3 developer resources and events.&lt;br /&gt;
&lt;br /&gt;
Click here for '''[[Slicer3:Events|Slicer3 Events]]'''&lt;br /&gt;
&lt;br /&gt;
== Slicer 3 Architecture Overview ==&lt;br /&gt;
For more details on the slicer architecture see: [[media:Slicer 3-beta-2007-04-16.ppt | Architecture Slides]] (updated April, 2007).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery caption=&amp;quot;Highlights of the new architecture&amp;quot; widths=&amp;quot;200px&amp;quot;  perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:Slicer3-Architecture.jpg&lt;br /&gt;
Image:Slicer3-Architecture-MRML.jpg&lt;br /&gt;
Image:Slicer3-Architecture-Layers.jpg&lt;br /&gt;
Image:ExecutionModelPlugins.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Quick Links for Developers ==&lt;br /&gt;
This section centrally locates many existing (and developing) wiki pages useful to Slicer3 developers.  The content developed for the January 2007 AHM.&lt;br /&gt;
&lt;br /&gt;
{|align=&amp;quot;left&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#ddf&amp;quot; width=&amp;quot;60%&amp;quot;|'''Introduction to Slicer3'''&lt;br /&gt;
|style=&amp;quot;background:#ddf&amp;quot; width=&amp;quot;40%&amp;quot;|'''Key People'''&lt;br /&gt;
|-&lt;br /&gt;
||[[Media:SlicerHistoricalTimeline.ppt | Slicer3 Historical Timeline]]&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Status_Summary | Status overview]] and [http://slicerl.bwh.harvard.edu/tmp/slicer3-PreAHMBeta%20Demo/slicer3-PreAHMBeta.htm Demo]&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
||[[Media:GUIMap.png|Schematic of application interface &amp;amp; functionality]]&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
||[[Media:SliceGUI.png|Schematic of slice GUI]]&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Build_Instructions | Getting the software and troubleshooting]]&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
||[[media:Slicer 3-beta-2007-01-10.ppt | Overall Architecture]] and [[Slicer3:Style|Slicer 3 Coding Style]]&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Contributing_codes_to_Slicer3| Contributing codes to Slicer3]]&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#ddf&amp;quot;|'''Two module types (Command line and Interactive)'''&lt;br /&gt;
|style=&amp;quot;background:#ddf&amp;quot;|'''Key People'''&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Execution_Model_Documentation | Command line modules and how to implement one]]&lt;br /&gt;
||Jim and Bill [[media:Slicer3-ExecutionModelJune2006.ppt| Intro]]&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:How_to_implement_an_Interactive_Module_GUI | How to implement an interactive module]]&lt;br /&gt;
||wjp&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#ddf&amp;quot;|'''MRML'''&amp;lt;br/&amp;gt;Medical Reality Modeling Language (MRML) is a language implemented as a type of XML document, with new tags defined to handle medical image data types such as volumes, models or coordinate transforms. [http://www.na-mic.org/Wiki/images/e/e3/Slicer3_MRML.ppt MRML Slides]&lt;br /&gt;
|style=&amp;quot;background:#ddf&amp;quot;|'''Key People'''&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Data_Model#Creating_Custom_MRML_Node_Classes | Creating and using new MRML node types]]&lt;br /&gt;
||Alex&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Data_Model#References_to_MRML_Nodes | Keeping references to MRML nodes ]]&lt;br /&gt;
||Alex&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Data_Model#Undo/Redo_Mechanism  | How undo/redo works, and how to enable it in your code]]&lt;br /&gt;
||Alex&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#ddf&amp;quot;|'''GUI'''&lt;br /&gt;
|style=&amp;quot;background:#ddf&amp;quot;|'''Key People'''&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:StatelessGUI | Keeping the GUI stateless]]&lt;br /&gt;
||wjp&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:EventBindings | Adding keyboard shortcuts]]&lt;br /&gt;
||wjp&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Human_Interface_and_Style_Guide_for_Developers | GUI style guidelines]]&lt;br /&gt;
||wjp&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Usability#User-centered_design_practice_for_3DSlicer | User-centered design practice]]&lt;br /&gt;
||wjp&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Slicer3Brand | 3DSlicer's logo and visual communication guidelines]]&lt;br /&gt;
||wjp&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Execution_Model_Documentation#Adding_Module_Logos_to_Slicer3 | Incorporating your group's logo and attributions]]&lt;br /&gt;
||Jim&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:GUI_Experiments | Some experiments/advanced techniques for developing slicer3 interfaces]]&lt;br /&gt;
||Steve&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#ddf&amp;quot;|'''Engineering'''&lt;br /&gt;
|style=&amp;quot;background:#ddf&amp;quot;|'''Key People'''&lt;br /&gt;
|-&lt;br /&gt;
||Tips for avoiding memory leaks:  Current Practice&lt;br /&gt;
||Steve&lt;br /&gt;
|-&lt;br /&gt;
||Tips for avoiding memory leaks:  [[Slicer3:Memory Management | Suggested change to SmartPointers]]&lt;br /&gt;
||Jim&lt;br /&gt;
|-&lt;br /&gt;
||Generating tests&lt;br /&gt;
||Bill&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Testing | Setting up Testing]]&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Builds | Build Information]]&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:Launcher| The Launcher]]&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#ddf&amp;quot;|'''Documenting your module'''&amp;lt;br/&amp;gt;As soon as the wiki page template is finalized, and the infrastructure is added to link to this wiki page from the &amp;quot;Help &amp;amp; Acknowledgment&amp;quot; panel in your module's GUI, we will ask developers to fill out a brief document describing your module and its use. Stay tuned for developments...&lt;br /&gt;
|style=&amp;quot;background:#ddf&amp;quot;|'''Key People'''&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3:DocumentationWink|Documenting a module with wink]]&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#ddf&amp;quot;|'''Integrate Slicer3 into a development environment'''&lt;br /&gt;
|style=&amp;quot;background:#ddf&amp;quot;|'''Key People'''&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3::Eclipse | Eclipse]]&lt;br /&gt;
||keilhack&lt;br /&gt;
|-&lt;br /&gt;
||[[Slicer3::MSVS200X | Microsoft Visual Studio 200x]]&lt;br /&gt;
||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Slicer 3 Projects ==&lt;br /&gt;
&lt;br /&gt;
Projects should correspond to the outstanding issues listed on the '''[[Slicer3:Status_Summary|Status Summary]]'''. Please refer to the '''[[Slicer3:FeatureRequests|Feature Requests]]''' from users when planning your implementations.&lt;br /&gt;
&lt;br /&gt;
''If your name is in bold, you are responsible for that aspect of the project''&lt;br /&gt;
&lt;br /&gt;
* '''[[Slicer3:Architecture/Features|Architecture/Features]]''' ('''Steve Pieper''', Group: Bill Lorensen, Ron Kikinis, Mike Halle, Noby Hata)&lt;br /&gt;
* '''[[Slicer3:Data_Model|Data Model / libMRML]]''' ('''Alex''', Steve)&lt;br /&gt;
* '''[[Slicer3:Execution_Model|Execution Model / Command Line Modules]]''' ('''Jim Miller''', Bill Lorensen)&lt;br /&gt;
* '''[[Slicer3:Interface_Design|Interface Design and Usability ]]''' ('''Wendy Plesniak''', KWWidgets: Sebastien Barre, Yumin Yuan)&lt;br /&gt;
* '''[[Slicer3:Transition_of_Slicer2.x_Modules|Transition of Selected Slicer2.x Modules to Slicer3]]''' ('''Nicole''', Katie, Wendy, Mathieu)&lt;br /&gt;
** [[Slicer3:DTMRI|DTMRI]]&amp;lt;nowiki&amp;gt;: &amp;lt;/nowiki&amp;gt;'''Alex''' with help from Diffusion Images:  '''Raul''', Tractography: '''Lauren''' [http://lmi.bwh.harvard.edu LMI]&lt;br /&gt;
** [[Slicer3:Editor|Editor]]&amp;lt;nowiki&amp;gt;: &amp;lt;/nowiki&amp;gt;'''Steve'''&lt;br /&gt;
** [[Slicer3:ColorsFiducialsFreesurferModelmaker|Colors, Fiducials, FreeSurfer, ModelMaker]]&amp;lt;nowiki&amp;gt;: &amp;lt;/nowiki&amp;gt;'''Nicole'''&lt;br /&gt;
** [[Slicer3:_Image_Guided_Therapy_%28IGT%29|IGT, Trackers]]&amp;lt;nowiki&amp;gt;: &amp;lt;/nowiki&amp;gt;'''Haiying'''&lt;br /&gt;
** [[Slicer3:EM|EMSegment Interface]]&amp;lt;nowiki&amp;gt;: &amp;lt;/nowiki&amp;gt;'''Brad Davis'''&lt;br /&gt;
** [[Slicer3:Slicer_Daemon|SlicerDaemon Interface (for unu, matlab)]]&amp;lt;nowiki&amp;gt;: &amp;lt;/nowiki&amp;gt;'''Steve Pieper'''&lt;br /&gt;
* '''[[Slicer3:Build/Test/Deploy|Build/Test/Deploy System]]''' ('''Andy''', Katie)&lt;br /&gt;
* '''[[Slicer3:Pipeline_Integration|Loni Pipeline Integration]]''' ('''Jags''')&lt;br /&gt;
* '''[[Slicer3:Batchmake_Integration|Batchmake/GRID Integration]]''' ('''Julien Jomier''')&lt;br /&gt;
* '''[[Slicer3:Registration|Registration Modules]]''' ('''Jim Miller''', Steve Pieper)&lt;br /&gt;
* '''[http://www.na-mic.org/Wiki/index.php/ITK_Registration_Optimization Improvements to the registration framework]''' ('''Stephen Aylward''')&lt;br /&gt;
* '''[[Slicer3:Python|Python Integration]]''' ('''Dan Blezek''')&lt;br /&gt;
* '''[[Slicer3:Grid_Interface|Grid Integration]]''' ('''Jeff Grethe''', Neil)&lt;br /&gt;
* '''[[Slicer3:Performance_Analysis|Slicer3:Performance Analysis]]''' ('''Katie''')&lt;br /&gt;
* '''[[Slicer3:ThreadingToolKit|Threading ToolKit]]''' ('''Dan Blezek, James Miller, Stephen Aylward''')&lt;br /&gt;
* '''[[Slicer3:Volume Rendering |Volume Rendering]]''' ('''Andy''')&lt;br /&gt;
* '''[[Slicer3:Volume Rendering With Cuda|Volume Rendering With CUDA]]''' ('''Ben''')&lt;br /&gt;
* '''[[Slicer3:XNAT |XNAT Interface]]''' ('''Steve''', Wendy, Dan Marcus, Tim Olsen)&lt;br /&gt;
* '''[[Slicer3:LDDMM |LDDMM Interface]]''' ('''Steve''', Anthony Kolasny)&lt;br /&gt;
* '''[[Slicer3:Web Presence |Web Presence]]''' ('''Nicole Aucoin'''), Zack Galbreath&lt;br /&gt;
* '''[[Slicer3:Loadable Modules |Loadable Modules]]''' ('''Alex Yarmarkovich'''), Steve Pieper&lt;br /&gt;
* '''[http://www.slicer.org/slicerWiki/index.php/Modules:Volumes:Diffusion_Editor-Documentation Diffusion Editor]''' ('''Kerstin''')&lt;br /&gt;
* '''[[Slicer3:TimeSeries and Multi-Volume Data | TimeSeries and Multi-Volume Data]]''' (Steve Pieper, Daniel Blezek, Dominik Meier, Wendy Plesniak)&lt;br /&gt;
* '''[[Slicer3:Remote Data Handling | Remote Data Handling]]''' (Steve Pieper, Nicole Aucoin, Wendy Plesniak)&lt;br /&gt;
* '''[[Slicer3:Module:QueryAtlas |Query Atlas]]''' ('''Wendy Plesniak''')&lt;br /&gt;
* '''[[Slicer3:MistSlicer | MistSlicer]]''' ('''Yuichiro Hayashi''', Kensaku Mori, Nobuhiko Hata)&lt;br /&gt;
&lt;br /&gt;
== Slicer 3 Quick links to the Source code ==&lt;br /&gt;
&lt;br /&gt;
The Slicer3 svn repository:&lt;br /&gt;
&lt;br /&gt;
 svn co http://svn.slicer.org/Slicer3/trunk Slicer3&lt;br /&gt;
&lt;br /&gt;
Use [http://viewvc.slicer.org ViewVC to browse the repository]&lt;br /&gt;
&lt;br /&gt;
[http://www.na-mic.org/Wiki/index.php/Engineering:SandBox Instructions for NA-MIC svn]&lt;br /&gt;
&lt;br /&gt;
[[Slicer3:Build_Instructions|Slicer3 build instructions]]&lt;br /&gt;
&lt;br /&gt;
[http://www.na-mic.org/Slicer/Documentation/Slicer3/html/ Doxygen documentation for Slicer3].&lt;br /&gt;
&lt;br /&gt;
The [[Slicer3:VisualBlog|Slicer3 VisualBlog]] shows screenshots of slicer developments.&lt;br /&gt;
&lt;br /&gt;
Developers should follow the [[Slicer3:Style|Slicer 3 Coding Style]].&lt;br /&gt;
&lt;br /&gt;
[http://www.cdash.org/CDash/index.php?project=Slicer3 Slicer3 Dashboard (As Of May 2, 2008)]&lt;br /&gt;
&lt;br /&gt;
[http://www.na-mic.org/Slicer3/Dashboard Slicer3 Dashboard (Before May 2, 2008)]&lt;br /&gt;
&lt;br /&gt;
[http://na-mic.org/Mantis/main_page.php Slicer Bug Tracker]&lt;br /&gt;
&lt;br /&gt;
Discussion of slicer3 takes place on the slicer-devel at massmail.spl.harvard.edu list. To join developer's mailing list, send a request to: slicer-devel-request at massmail.spl.harvard.edu  with the keyword '''''subscribe''''' as the subject.  Or access the [http://massmail.spl.harvard.edu/mailman/listinfo/slicer-devel slicer-devel archives and web administration interface].&lt;br /&gt;
&lt;br /&gt;
== Design Information ==&lt;br /&gt;
&lt;br /&gt;
May 23, 2006: [http://www.na-mic.org/Wiki/index.php/Algorithms:Core1Visit_May06 Algorithm Core workshop.]&lt;br /&gt;
&lt;br /&gt;
April 3, 2006: [[Media:Slicer_3-alpha-2006-04-03.ppt| Slicer 3 alpha]] technical powerpoint presentation.&lt;/div&gt;</summary>
		<author><name>Melonakos</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Slicer3:Developers&amp;diff=6625</id>
		<title>Slicer3:Developers</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Slicer3:Developers&amp;diff=6625"/>
		<updated>2008-11-08T23:29:06Z</updated>

		<summary type="html">&lt;p&gt;Melonakos: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
= Slicer 3 Developer Page =&lt;br /&gt;
[[Image:Slicer3LogoHorizontalBeta.png|right]]&lt;br /&gt;
This page contains links to Slicer3 developer resources and events.&lt;br /&gt;
&lt;br /&gt;
Click here for '''[[Slicer3:Events|Slicer3 Events]]'''&lt;br /&gt;
&lt;br /&gt;
== Slicer 3 Architecture Overview ==&lt;br /&gt;
For more details on the slicer architecture see: [[media:Slicer 3-beta-2007-04-16.ppt | Architecture Slides]] (updated April, 2007).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery caption=&amp;quot;Highlights of the new architecture&amp;quot; widths=&amp;quot;200px&amp;quot;  perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:Slicer3-Architecture.jpg&lt;br /&gt;
Image:Slicer3-Architecture-MRML.jpg&lt;br /&gt;
Image:Slicer3-Architecture-Layers.jpg&lt;br /&gt;
Image:ExecutionModelPlugins.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Information for Developers ==&lt;br /&gt;
This section centrally locates many existing (and developing) wiki pages useful to Slicer3 developers.  The content developed for the January 2007 AHM.&lt;br /&gt;
&lt;br /&gt;
=== Introduction to Slicer3 ===&lt;br /&gt;
* [[Media:SlicerHistoricalTimeline.ppt | Slicer3 Historical Timeline]]&lt;br /&gt;
* [[Slicer3:Status_Summary | Status overview]] and [http://slicerl.bwh.harvard.edu/tmp/slicer3-PreAHMBeta%20Demo/slicer3-PreAHMBeta.htm Demo]&lt;br /&gt;
* [[Media:GUIMap.png|Schematic of application interface &amp;amp; functionality]]&lt;br /&gt;
* [[Media:SliceGUI.png|Schematic of slice GUI]]&lt;br /&gt;
* [[Slicer3:Build_Instructions | Getting the software and troubleshooting]]&lt;br /&gt;
* [[media:Slicer 3-beta-2007-01-10.ppt | Overall Architecture]] and [[Slicer3:Style|Slicer 3 Coding Style]]&lt;br /&gt;
* [[Slicer3:Contributing_codes_to_Slicer3| Contributing codes to Slicer3]]&lt;br /&gt;
&lt;br /&gt;
=== Two module types (Command line and Interactive) ===&lt;br /&gt;
* [[Slicer3:Execution_Model_Documentation | Command line modules and how to implement one]] (Jim and Bill) [[media:Slicer3-ExecutionModelJune2006.ppt| Intro]]&lt;br /&gt;
*[[Slicer3:How_to_implement_an_Interactive_Module_GUI | How to implement an interactive module]] (wjp)&lt;br /&gt;
&lt;br /&gt;
=== MRML [http://www.na-mic.org/Wiki/images/e/e3/Slicer3_MRML.ppt  MRML Slides](Alex) ===&lt;br /&gt;
Medical Reality Modeling Language (MRML) is a language implemented as a type of XML document, with new tags defined to handle medical image data types such as volumes, models or coordinate transforms.&lt;br /&gt;
&lt;br /&gt;
* [[Slicer3:Data_Model#Creating_Custom_MRML_Node_Classes | Creating and using new MRML node types]] (Alex)&lt;br /&gt;
* [[Slicer3:Data_Model#References_to_MRML_Nodes | Keeping references to MRML nodes ]] (Alex)&lt;br /&gt;
* [[Slicer3:Data_Model#Undo/Redo_Mechanism  | How undo/redo works, and how to enable it in your code]] (Alex)&lt;br /&gt;
&lt;br /&gt;
=== GUI ===&lt;br /&gt;
* [[Slicer3:StatelessGUI | Keeping the GUI stateless]] (wjp)&lt;br /&gt;
* [[Slicer3:EventBindings | Adding keyboard shortcuts]] (wjp)&lt;br /&gt;
* [[Slicer3:Human_Interface_and_Style_Guide_for_Developers | GUI style guidelines]] (wjp)&lt;br /&gt;
* [[Slicer3:Usability#User-centered_design_practice_for_3DSlicer | User-centered design practice]] (wjp)&lt;br /&gt;
* [[Slicer3:Slicer3Brand | 3DSlicer's logo and visual communication guidelines]] (wjp)&lt;br /&gt;
* [[Slicer3:Execution_Model_Documentation#Adding_Module_Logos_to_Slicer3 | Incorporating your group's logo and attributions]] (Jim)&lt;br /&gt;
* [[Slicer3:GUI_Experiments | Some experiments/advanced techniques for developing slicer3 interfaces]] (Steve)&lt;br /&gt;
&lt;br /&gt;
=== Engineering ===&lt;br /&gt;
* Tips for avoiding memory leaks&lt;br /&gt;
** Current Practice (Steve)&lt;br /&gt;
** [[Slicer3:Memory Management | Suggested change to SmartPointers]] (Jim)&lt;br /&gt;
* Generating tests (Bill)&lt;br /&gt;
* [[Slicer3:Testing | Setting up Testing]]&lt;br /&gt;
* [[Slicer3:Builds | Build Information]]&lt;br /&gt;
* [[Slicer3:Launcher| The Launcher]]&lt;br /&gt;
&lt;br /&gt;
=== Documenting your module ===&lt;br /&gt;
* As soon as the wiki page template is finalized, and the infrastructure is added to link to this wiki page from the &amp;quot;Help &amp;amp; Acknowledgment&amp;quot; panel in your module's GUI, we will ask developers to fill out a brief document describing your module and its use. Stay tuned for developments...&lt;br /&gt;
* [[Slicer3:DocumentationWink|Documenting a module with wink]]&lt;br /&gt;
&lt;br /&gt;
=== Integrate Slicer3 into a development environment ===&lt;br /&gt;
* [[Slicer3::Eclipse | Eclipse]] (keilhack)&lt;br /&gt;
* [[Slicer3::MSVS200X | Microsoft Visual Studio 200x]]&lt;br /&gt;
&lt;br /&gt;
== Slicer 3 Projects ==&lt;br /&gt;
&lt;br /&gt;
Projects should correspond to the outstanding issues listed on the '''[[Slicer3:Status_Summary|Status Summary]]'''. Please refer to the '''[[Slicer3:FeatureRequests|Feature Requests]]''' from users when planning your implementations.&lt;br /&gt;
&lt;br /&gt;
''If your name is in bold, you are responsible for that aspect of the project''&lt;br /&gt;
&lt;br /&gt;
* '''[[Slicer3:Architecture/Features|Architecture/Features]]''' ('''Steve Pieper''', Group: Bill Lorensen, Ron Kikinis, Mike Halle, Noby Hata)&lt;br /&gt;
* '''[[Slicer3:Data_Model|Data Model / libMRML]]''' ('''Alex''', Steve)&lt;br /&gt;
* '''[[Slicer3:Execution_Model|Execution Model / Command Line Modules]]''' ('''Jim Miller''', Bill Lorensen)&lt;br /&gt;
* '''[[Slicer3:Interface_Design|Interface Design and Usability ]]''' ('''Wendy Plesniak''', KWWidgets: Sebastien Barre, Yumin Yuan)&lt;br /&gt;
* '''[[Slicer3:Transition_of_Slicer2.x_Modules|Transition of Selected Slicer2.x Modules to Slicer3]]''' ('''Nicole''', Katie, Wendy, Mathieu)&lt;br /&gt;
** [[Slicer3:DTMRI|DTMRI]]&amp;lt;nowiki&amp;gt;: &amp;lt;/nowiki&amp;gt;'''Alex''' with help from Diffusion Images:  '''Raul''', Tractography: '''Lauren''' [http://lmi.bwh.harvard.edu LMI]&lt;br /&gt;
** [[Slicer3:Editor|Editor]]&amp;lt;nowiki&amp;gt;: &amp;lt;/nowiki&amp;gt;'''Steve'''&lt;br /&gt;
** [[Slicer3:ColorsFiducialsFreesurferModelmaker|Colors, Fiducials, FreeSurfer, ModelMaker]]&amp;lt;nowiki&amp;gt;: &amp;lt;/nowiki&amp;gt;'''Nicole'''&lt;br /&gt;
** [[Slicer3:_Image_Guided_Therapy_%28IGT%29|IGT, Trackers]]&amp;lt;nowiki&amp;gt;: &amp;lt;/nowiki&amp;gt;'''Haiying'''&lt;br /&gt;
** [[Slicer3:EM|EMSegment Interface]]&amp;lt;nowiki&amp;gt;: &amp;lt;/nowiki&amp;gt;'''Brad Davis'''&lt;br /&gt;
** [[Slicer3:Slicer_Daemon|SlicerDaemon Interface (for unu, matlab)]]&amp;lt;nowiki&amp;gt;: &amp;lt;/nowiki&amp;gt;'''Steve Pieper'''&lt;br /&gt;
* '''[[Slicer3:Build/Test/Deploy|Build/Test/Deploy System]]''' ('''Andy''', Katie)&lt;br /&gt;
* '''[[Slicer3:Pipeline_Integration|Loni Pipeline Integration]]''' ('''Jags''')&lt;br /&gt;
* '''[[Slicer3:Batchmake_Integration|Batchmake/GRID Integration]]''' ('''Julien Jomier''')&lt;br /&gt;
* '''[[Slicer3:Registration|Registration Modules]]''' ('''Jim Miller''', Steve Pieper)&lt;br /&gt;
* '''[http://www.na-mic.org/Wiki/index.php/ITK_Registration_Optimization Improvements to the registration framework]''' ('''Stephen Aylward''')&lt;br /&gt;
* '''[[Slicer3:Python|Python Integration]]''' ('''Dan Blezek''')&lt;br /&gt;
* '''[[Slicer3:Grid_Interface|Grid Integration]]''' ('''Jeff Grethe''', Neil)&lt;br /&gt;
* '''[[Slicer3:Performance_Analysis|Slicer3:Performance Analysis]]''' ('''Katie''')&lt;br /&gt;
* '''[[Slicer3:ThreadingToolKit|Threading ToolKit]]''' ('''Dan Blezek, James Miller, Stephen Aylward''')&lt;br /&gt;
* '''[[Slicer3:Volume Rendering |Volume Rendering]]''' ('''Andy''')&lt;br /&gt;
* '''[[Slicer3:Volume Rendering With Cuda|Volume Rendering With CUDA]]''' ('''Ben''')&lt;br /&gt;
* '''[[Slicer3:XNAT |XNAT Interface]]''' ('''Steve''', Wendy, Dan Marcus, Tim Olsen)&lt;br /&gt;
* '''[[Slicer3:LDDMM |LDDMM Interface]]''' ('''Steve''', Anthony Kolasny)&lt;br /&gt;
* '''[[Slicer3:Web Presence |Web Presence]]''' ('''Nicole Aucoin'''), Zack Galbreath&lt;br /&gt;
* '''[[Slicer3:Loadable Modules |Loadable Modules]]''' ('''Alex Yarmarkovich'''), Steve Pieper&lt;br /&gt;
* '''[http://www.slicer.org/slicerWiki/index.php/Modules:Volumes:Diffusion_Editor-Documentation Diffusion Editor]''' ('''Kerstin''')&lt;br /&gt;
* '''[[Slicer3:TimeSeries and Multi-Volume Data | TimeSeries and Multi-Volume Data]]''' (Steve Pieper, Daniel Blezek, Dominik Meier, Wendy Plesniak)&lt;br /&gt;
* '''[[Slicer3:Remote Data Handling | Remote Data Handling]]''' (Steve Pieper, Nicole Aucoin, Wendy Plesniak)&lt;br /&gt;
* '''[[Slicer3:Module:QueryAtlas |Query Atlas]]''' ('''Wendy Plesniak''')&lt;br /&gt;
* '''[[Slicer3:MistSlicer | MistSlicer]]''' ('''Yuichiro Hayashi''', Kensaku Mori, Nobuhiko Hata)&lt;br /&gt;
&lt;br /&gt;
== Slicer 3 Quick links to the Source code ==&lt;br /&gt;
&lt;br /&gt;
The Slicer3 svn repository:&lt;br /&gt;
&lt;br /&gt;
 svn co http://svn.slicer.org/Slicer3/trunk Slicer3&lt;br /&gt;
&lt;br /&gt;
Use [http://viewvc.slicer.org ViewVC to browse the repository]&lt;br /&gt;
&lt;br /&gt;
[http://www.na-mic.org/Wiki/index.php/Engineering:SandBox Instructions for NA-MIC svn]&lt;br /&gt;
&lt;br /&gt;
[[Slicer3:Build_Instructions|Slicer3 build instructions]]&lt;br /&gt;
&lt;br /&gt;
[http://www.na-mic.org/Slicer/Documentation/Slicer3/html/ Doxygen documentation for Slicer3].&lt;br /&gt;
&lt;br /&gt;
The [[Slicer3:VisualBlog|Slicer3 VisualBlog]] shows screenshots of slicer developments.&lt;br /&gt;
&lt;br /&gt;
Developers should follow the [[Slicer3:Style|Slicer 3 Coding Style]].&lt;br /&gt;
&lt;br /&gt;
[http://www.cdash.org/CDash/index.php?project=Slicer3 Slicer3 Dashboard (As Of May 2, 2008)]&lt;br /&gt;
&lt;br /&gt;
[http://www.na-mic.org/Slicer3/Dashboard Slicer3 Dashboard (Before May 2, 2008)]&lt;br /&gt;
&lt;br /&gt;
[http://na-mic.org/Mantis/main_page.php Slicer Bug Tracker]&lt;br /&gt;
&lt;br /&gt;
Discussion of slicer3 takes place on the slicer-devel at massmail.spl.harvard.edu list. To join developer's mailing list, send a request to: slicer-devel-request at massmail.spl.harvard.edu  with the keyword '''''subscribe''''' as the subject.  Or access the [http://massmail.spl.harvard.edu/mailman/listinfo/slicer-devel slicer-devel archives and web administration interface].&lt;br /&gt;
&lt;br /&gt;
== Design Information ==&lt;br /&gt;
&lt;br /&gt;
May 23, 2006: [http://www.na-mic.org/Wiki/index.php/Algorithms:Core1Visit_May06 Algorithm Core workshop.]&lt;br /&gt;
&lt;br /&gt;
April 3, 2006: [[Media:Slicer_3-alpha-2006-04-03.ppt| Slicer 3 alpha]] technical powerpoint presentation.&lt;/div&gt;</summary>
		<author><name>Melonakos</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Special:Badtitle/NS100:Slicer4Industry&amp;diff=6624</id>
		<title>Special:Badtitle/NS100:Slicer4Industry</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Special:Badtitle/NS100:Slicer4Industry&amp;diff=6624"/>
		<updated>2008-11-08T23:24:39Z</updated>

		<summary type="html">&lt;p&gt;Melonakos: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Commercial Use =&lt;br /&gt;
&lt;br /&gt;
We invite commercial entities to use 3D Slicer. &lt;br /&gt;
&lt;br /&gt;
== Slicer's License makes Commercial Use Available ==&lt;br /&gt;
&lt;br /&gt;
* 3D Slicer is a Free Open Source Software distributed under a BSD style license. &lt;br /&gt;
* The license does not impose restrictions on the use of the software. &lt;br /&gt;
* 3D Slicer is NOT FDA approved. It is the users responsibility to ensure compliance with applicable rules and regulations.&lt;br /&gt;
* For details, please see the full [http://www.slicer.org/cgi-bin/License/SlicerLicenseForm.pl license].&lt;br /&gt;
&lt;br /&gt;
== Examples of Slicer-Based Projects in Real Settings ==&lt;br /&gt;
{|&lt;br /&gt;
[[Image:Tempany-JMRI2008-fig8.jpg|thumb|left|350px|MR-guided prostate interventions. See [http://www.slicer.org/pages/Special:PubDB_View?dspaceid=1225 Tempany et al J Magn Reson Imaging, 2008 Feb;27(2):356-67.] for more info.]]&lt;br /&gt;
|&lt;br /&gt;
[[Image:Fedorov-Supercomputing2006-fig3.png|thumb|left|350px|Toward Real-Time Image Guided Neurosurgery Using Distributed and Grid Computing. See [http://www.slicer.org/pages/Special:PubDB_View?dspaceid=44 Chrisochoides et al IEEE Conference on Supercomputing 2006] for more info.]]&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Melonakos</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:Tempany-JMRI2008-fig8.jpg&amp;diff=6623</id>
		<title>File:Tempany-JMRI2008-fig8.jpg</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:Tempany-JMRI2008-fig8.jpg&amp;diff=6623"/>
		<updated>2008-11-08T23:23:57Z</updated>

		<summary type="html">&lt;p&gt;Melonakos: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Melonakos</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Slicer3:Developers&amp;diff=6622</id>
		<title>Slicer3:Developers</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Slicer3:Developers&amp;diff=6622"/>
		<updated>2008-11-08T23:17:24Z</updated>

		<summary type="html">&lt;p&gt;Melonakos: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
= Slicer 3 Developer Page =&lt;br /&gt;
[[Image:Slicer3LogoHorizontalBeta.png|right]]&lt;br /&gt;
This page contains links to Slicer3 developer resources and events.&lt;br /&gt;
&lt;br /&gt;
Click here for '''[[Slicer3:Events|Slicer3 Events]]'''&lt;br /&gt;
&lt;br /&gt;
== Slicer 3 Overview ==&lt;br /&gt;
For more details on the slicer architecture see: [[media:Slicer 3-beta-2007-04-16.ppt | Architecture Slides]] (updated April, 2007).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery caption=&amp;quot;Highlights of the new architecture&amp;quot; widths=&amp;quot;200px&amp;quot;  perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:Slicer3-Architecture.jpg&lt;br /&gt;
Image:Slicer3-Architecture-MRML.jpg&lt;br /&gt;
Image:Slicer3-Architecture-Layers.jpg&lt;br /&gt;
Image:ExecutionModelPlugins.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Information for Developers ==&lt;br /&gt;
This section centrally locates many existing (and developing) wiki pages useful to Slicer3 developers. The content  developed for the January 2007 AHM.&lt;br /&gt;
&lt;br /&gt;
=== Introduction to Slicer3 ===&lt;br /&gt;
* [[Media:SlicerHistoricalTimeline.ppt | Slicer3 Historical Timeline]]&lt;br /&gt;
* [[Slicer3:Status_Summary | Status overview]] and [http://slicerl.bwh.harvard.edu/tmp/slicer3-PreAHMBeta%20Demo/slicer3-PreAHMBeta.htm Demo]&lt;br /&gt;
* [[Media:GUIMap.png|Schematic of application interface &amp;amp; functionality]]&lt;br /&gt;
* [[Media:SliceGUI.png|Schematic of slice GUI]]&lt;br /&gt;
* [[Slicer3:Build_Instructions | Getting the software and troubleshooting]]&lt;br /&gt;
* [[media:Slicer 3-beta-2007-01-10.ppt | Overall Architecture]] and [[Slicer3:Style|Slicer 3 Coding Style]]&lt;br /&gt;
* [[Slicer3:Contributing_codes_to_Slicer3| Contributing codes to Slicer3]]&lt;br /&gt;
&lt;br /&gt;
=== Two module types (Command line and Interactive) ===&lt;br /&gt;
* [[Slicer3:Execution_Model_Documentation | Command line modules and how to implement one]] (Jim and Bill) [[media:Slicer3-ExecutionModelJune2006.ppt| Intro]]&lt;br /&gt;
*[[Slicer3:How_to_implement_an_Interactive_Module_GUI | How to implement an interactive module]] (wjp)&lt;br /&gt;
&lt;br /&gt;
=== MRML [http://www.na-mic.org/Wiki/images/e/e3/Slicer3_MRML.ppt  MRML Slides](Alex) ===&lt;br /&gt;
Medical Reality Modeling Language (MRML) is a language implemented as a type of XML document, with new tags defined to handle medical image data types such as volumes, models or coordinate transforms.&lt;br /&gt;
&lt;br /&gt;
* [[Slicer3:Data_Model#Creating_Custom_MRML_Node_Classes | Creating and using new MRML node types]] (Alex)&lt;br /&gt;
* [[Slicer3:Data_Model#References_to_MRML_Nodes | Keeping references to MRML nodes ]] (Alex)&lt;br /&gt;
* [[Slicer3:Data_Model#Undo/Redo_Mechanism  | How undo/redo works, and how to enable it in your code]] (Alex)&lt;br /&gt;
&lt;br /&gt;
=== GUI ===&lt;br /&gt;
* [[Slicer3:StatelessGUI | Keeping the GUI stateless]] (wjp)&lt;br /&gt;
* [[Slicer3:EventBindings | Adding keyboard shortcuts]] (wjp)&lt;br /&gt;
* [[Slicer3:Human_Interface_and_Style_Guide_for_Developers | GUI style guidelines]] (wjp)&lt;br /&gt;
* [[Slicer3:Usability#User-centered_design_practice_for_3DSlicer | User-centered design practice]] (wjp)&lt;br /&gt;
* [[Slicer3:Slicer3Brand | 3DSlicer's logo and visual communication guidelines]] (wjp)&lt;br /&gt;
* [[Slicer3:Execution_Model_Documentation#Adding_Module_Logos_to_Slicer3 | Incorporating your group's logo and attributions]] (Jim)&lt;br /&gt;
* [[Slicer3:GUI_Experiments | Some experiments/advanced techniques for developing slicer3 interfaces]] (Steve)&lt;br /&gt;
&lt;br /&gt;
=== Engineering ===&lt;br /&gt;
* Tips for avoiding memory leaks&lt;br /&gt;
** Current Practice (Steve)&lt;br /&gt;
** [[Slicer3:Memory Management | Suggested change to SmartPointers]] (Jim)&lt;br /&gt;
* Generating tests (Bill)&lt;br /&gt;
* [[Slicer3:Testing | Setting up Testing]]&lt;br /&gt;
* [[Slicer3:Builds | Build Information]]&lt;br /&gt;
* [[Slicer3:Launcher| The Launcher]]&lt;br /&gt;
&lt;br /&gt;
=== Documenting your module ===&lt;br /&gt;
* As soon as the wiki page template is finalized, and the infrastructure is added to link to this wiki page from the &amp;quot;Help &amp;amp; Acknowledgment&amp;quot; panel in your module's GUI, we will ask developers to fill out a brief document describing your module and its use. Stay tuned for developments...&lt;br /&gt;
* [[Slicer3:DocumentationWink|Documenting a module with wink]]&lt;br /&gt;
&lt;br /&gt;
=== Integrate Slicer3 into a development environment ===&lt;br /&gt;
* [[Slicer3::Eclipse | Eclipse]] (keilhack)&lt;br /&gt;
* [[Slicer3::MSVS200X | Microsoft Visual Studio 200x]]&lt;br /&gt;
&lt;br /&gt;
== Slicer 3 Projects ==&lt;br /&gt;
&lt;br /&gt;
Projects should correspond to the outstanding issues listed on the '''[[Slicer3:Status_Summary|Status Summary]]'''. Please refer to the '''[[Slicer3:FeatureRequests|Feature Requests]]''' from users when planning your implementations.&lt;br /&gt;
&lt;br /&gt;
''If your name is in bold, you are responsible for that aspect of the project''&lt;br /&gt;
&lt;br /&gt;
* '''[[Slicer3:Architecture/Features|Architecture/Features]]''' ('''Steve Pieper''', Group: Bill Lorensen, Ron Kikinis, Mike Halle, Noby Hata)&lt;br /&gt;
* '''[[Slicer3:Data_Model|Data Model / libMRML]]''' ('''Alex''', Steve)&lt;br /&gt;
* '''[[Slicer3:Execution_Model|Execution Model / Command Line Modules]]''' ('''Jim Miller''', Bill Lorensen)&lt;br /&gt;
* '''[[Slicer3:Interface_Design|Interface Design and Usability ]]''' ('''Wendy Plesniak''', KWWidgets: Sebastien Barre, Yumin Yuan)&lt;br /&gt;
* '''[[Slicer3:Transition_of_Slicer2.x_Modules|Transition of Selected Slicer2.x Modules to Slicer3]]''' ('''Nicole''', Katie, Wendy, Mathieu)&lt;br /&gt;
** [[Slicer3:DTMRI|DTMRI]]&amp;lt;nowiki&amp;gt;: &amp;lt;/nowiki&amp;gt;'''Alex''' with help from Diffusion Images:  '''Raul''', Tractography: '''Lauren''' [http://lmi.bwh.harvard.edu LMI]&lt;br /&gt;
** [[Slicer3:Editor|Editor]]&amp;lt;nowiki&amp;gt;: &amp;lt;/nowiki&amp;gt;'''Steve'''&lt;br /&gt;
** [[Slicer3:ColorsFiducialsFreesurferModelmaker|Colors, Fiducials, FreeSurfer, ModelMaker]]&amp;lt;nowiki&amp;gt;: &amp;lt;/nowiki&amp;gt;'''Nicole'''&lt;br /&gt;
** [[Slicer3:_Image_Guided_Therapy_%28IGT%29|IGT, Trackers]]&amp;lt;nowiki&amp;gt;: &amp;lt;/nowiki&amp;gt;'''Haiying'''&lt;br /&gt;
** [[Slicer3:EM|EMSegment Interface]]&amp;lt;nowiki&amp;gt;: &amp;lt;/nowiki&amp;gt;'''Brad Davis'''&lt;br /&gt;
** [[Slicer3:Slicer_Daemon|SlicerDaemon Interface (for unu, matlab)]]&amp;lt;nowiki&amp;gt;: &amp;lt;/nowiki&amp;gt;'''Steve Pieper'''&lt;br /&gt;
* '''[[Slicer3:Build/Test/Deploy|Build/Test/Deploy System]]''' ('''Andy''', Katie)&lt;br /&gt;
* '''[[Slicer3:Pipeline_Integration|Loni Pipeline Integration]]''' ('''Jags''')&lt;br /&gt;
* '''[[Slicer3:Batchmake_Integration|Batchmake/GRID Integration]]''' ('''Julien Jomier''')&lt;br /&gt;
* '''[[Slicer3:Registration|Registration Modules]]''' ('''Jim Miller''', Steve Pieper)&lt;br /&gt;
* '''[http://www.na-mic.org/Wiki/index.php/ITK_Registration_Optimization Improvements to the registration framework]''' ('''Stephen Aylward''')&lt;br /&gt;
* '''[[Slicer3:Python|Python Integration]]''' ('''Dan Blezek''')&lt;br /&gt;
* '''[[Slicer3:Grid_Interface|Grid Integration]]''' ('''Jeff Grethe''', Neil)&lt;br /&gt;
* '''[[Slicer3:Performance_Analysis|Slicer3:Performance Analysis]]''' ('''Katie''')&lt;br /&gt;
* '''[[Slicer3:ThreadingToolKit|Threading ToolKit]]''' ('''Dan Blezek, James Miller, Stephen Aylward''')&lt;br /&gt;
* '''[[Slicer3:Volume Rendering |Volume Rendering]]''' ('''Andy''')&lt;br /&gt;
* '''[[Slicer3:Volume Rendering With Cuda|Volume Rendering With CUDA]]''' ('''Ben''')&lt;br /&gt;
* '''[[Slicer3:XNAT |XNAT Interface]]''' ('''Steve''', Wendy, Dan Marcus, Tim Olsen)&lt;br /&gt;
* '''[[Slicer3:LDDMM |LDDMM Interface]]''' ('''Steve''', Anthony Kolasny)&lt;br /&gt;
* '''[[Slicer3:Web Presence |Web Presence]]''' ('''Nicole Aucoin'''), Zack Galbreath&lt;br /&gt;
* '''[[Slicer3:Loadable Modules |Loadable Modules]]''' ('''Alex Yarmarkovich'''), Steve Pieper&lt;br /&gt;
* '''[http://www.slicer.org/slicerWiki/index.php/Modules:Volumes:Diffusion_Editor-Documentation Diffusion Editor]''' ('''Kerstin''')&lt;br /&gt;
* '''[[Slicer3:TimeSeries and Multi-Volume Data | TimeSeries and Multi-Volume Data]]''' (Steve Pieper, Daniel Blezek, Dominik Meier, Wendy Plesniak)&lt;br /&gt;
* '''[[Slicer3:Remote Data Handling | Remote Data Handling]]''' (Steve Pieper, Nicole Aucoin, Wendy Plesniak)&lt;br /&gt;
* '''[[Slicer3:Module:QueryAtlas |Query Atlas]]''' ('''Wendy Plesniak''')&lt;br /&gt;
* '''[[Slicer3:MistSlicer | MistSlicer]]''' ('''Yuichiro Hayashi''', Kensaku Mori, Nobuhiko Hata)&lt;br /&gt;
&lt;br /&gt;
== Slicer 3 Quick links to the Source code ==&lt;br /&gt;
&lt;br /&gt;
The Slicer3 svn repository:&lt;br /&gt;
&lt;br /&gt;
 svn co http://svn.slicer.org/Slicer3/trunk Slicer3&lt;br /&gt;
&lt;br /&gt;
Use [http://viewvc.slicer.org ViewVC to browse the repository]&lt;br /&gt;
&lt;br /&gt;
[http://www.na-mic.org/Wiki/index.php/Engineering:SandBox Instructions for NA-MIC svn]&lt;br /&gt;
&lt;br /&gt;
[[Slicer3:Build_Instructions|Slicer3 build instructions]]&lt;br /&gt;
&lt;br /&gt;
[http://www.na-mic.org/Slicer/Documentation/Slicer3/html/ Doxygen documentation for Slicer3].&lt;br /&gt;
&lt;br /&gt;
The [[Slicer3:VisualBlog|Slicer3 VisualBlog]] shows screenshots of slicer developments.&lt;br /&gt;
&lt;br /&gt;
Developers should follow the [[Slicer3:Style|Slicer 3 Coding Style]].&lt;br /&gt;
&lt;br /&gt;
[http://www.cdash.org/CDash/index.php?project=Slicer3 Slicer3 Dashboard (As Of May 2, 2008)]&lt;br /&gt;
&lt;br /&gt;
[http://www.na-mic.org/Slicer3/Dashboard Slicer3 Dashboard (Before May 2, 2008)]&lt;br /&gt;
&lt;br /&gt;
[http://na-mic.org/Mantis/main_page.php Slicer Bug Tracker]&lt;br /&gt;
&lt;br /&gt;
Discussion of slicer3 takes place on the slicer-devel at massmail.spl.harvard.edu list. To join developer's mailing list, send a request to: slicer-devel-request at massmail.spl.harvard.edu  with the keyword '''''subscribe''''' as the subject.  Or access the [http://massmail.spl.harvard.edu/mailman/listinfo/slicer-devel slicer-devel archives and web administration interface].&lt;br /&gt;
&lt;br /&gt;
== Design Information ==&lt;br /&gt;
&lt;br /&gt;
May 23, 2006: [http://www.na-mic.org/Wiki/index.php/Algorithms:Core1Visit_May06 Algorithm Core workshop.]&lt;br /&gt;
&lt;br /&gt;
April 3, 2006: [[Media:Slicer_3-alpha-2006-04-03.ppt| Slicer 3 alpha]] technical powerpoint presentation.&lt;/div&gt;</summary>
		<author><name>Melonakos</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Slicer3:Developers&amp;diff=6621</id>
		<title>Slicer3:Developers</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Slicer3:Developers&amp;diff=6621"/>
		<updated>2008-11-08T23:16:31Z</updated>

		<summary type="html">&lt;p&gt;Melonakos: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
= Slicer 3 Developer Page =&lt;br /&gt;
This page contains links to Slicer3 developer resources and events.&lt;br /&gt;
&lt;br /&gt;
Click here for '''[[Slicer3:Events|Slicer3 Events]]'''&lt;br /&gt;
&lt;br /&gt;
== Slicer 3 Overview ==&lt;br /&gt;
[[Image:Slicer3LogoHorizontalBeta.png]]&lt;br /&gt;
&lt;br /&gt;
* For more details on the slicer architecture see: [[media:Slicer 3-beta-2007-04-16.ppt | Architecture Slides]] (updated April, 2007).&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery caption=&amp;quot;Highlights of the new architecture&amp;quot; widths=&amp;quot;200px&amp;quot;  perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:Slicer3-Architecture.jpg&lt;br /&gt;
Image:Slicer3-Architecture-MRML.jpg&lt;br /&gt;
Image:Slicer3-Architecture-Layers.jpg&lt;br /&gt;
Image:ExecutionModelPlugins.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Information for Developers ==&lt;br /&gt;
This section centrally locates many existing (and developing) wiki pages useful to Slicer3 developers. The content  developed for the January 2007 AHM.&lt;br /&gt;
&lt;br /&gt;
=== Introduction to Slicer3 ===&lt;br /&gt;
* [[Media:SlicerHistoricalTimeline.ppt | Slicer3 Historical Timeline]]&lt;br /&gt;
* [[Slicer3:Status_Summary | Status overview]] and [http://slicerl.bwh.harvard.edu/tmp/slicer3-PreAHMBeta%20Demo/slicer3-PreAHMBeta.htm Demo]&lt;br /&gt;
* [[Media:GUIMap.png|Schematic of application interface &amp;amp; functionality]]&lt;br /&gt;
* [[Media:SliceGUI.png|Schematic of slice GUI]]&lt;br /&gt;
* [[Slicer3:Build_Instructions | Getting the software and troubleshooting]]&lt;br /&gt;
* [[media:Slicer 3-beta-2007-01-10.ppt | Overall Architecture]] and [[Slicer3:Style|Slicer 3 Coding Style]]&lt;br /&gt;
* [[Slicer3:Contributing_codes_to_Slicer3| Contributing codes to Slicer3]]&lt;br /&gt;
&lt;br /&gt;
=== Two module types (Command line and Interactive) ===&lt;br /&gt;
* [[Slicer3:Execution_Model_Documentation | Command line modules and how to implement one]] (Jim and Bill) [[media:Slicer3-ExecutionModelJune2006.ppt| Intro]]&lt;br /&gt;
*[[Slicer3:How_to_implement_an_Interactive_Module_GUI | How to implement an interactive module]] (wjp)&lt;br /&gt;
&lt;br /&gt;
=== MRML [http://www.na-mic.org/Wiki/images/e/e3/Slicer3_MRML.ppt  MRML Slides](Alex) ===&lt;br /&gt;
Medical Reality Modeling Language (MRML) is a language implemented as a type of XML document, with new tags defined to handle medical image data types such as volumes, models or coordinate transforms.&lt;br /&gt;
&lt;br /&gt;
* [[Slicer3:Data_Model#Creating_Custom_MRML_Node_Classes | Creating and using new MRML node types]] (Alex)&lt;br /&gt;
* [[Slicer3:Data_Model#References_to_MRML_Nodes | Keeping references to MRML nodes ]] (Alex)&lt;br /&gt;
* [[Slicer3:Data_Model#Undo/Redo_Mechanism  | How undo/redo works, and how to enable it in your code]] (Alex)&lt;br /&gt;
&lt;br /&gt;
=== GUI ===&lt;br /&gt;
* [[Slicer3:StatelessGUI | Keeping the GUI stateless]] (wjp)&lt;br /&gt;
* [[Slicer3:EventBindings | Adding keyboard shortcuts]] (wjp)&lt;br /&gt;
* [[Slicer3:Human_Interface_and_Style_Guide_for_Developers | GUI style guidelines]] (wjp)&lt;br /&gt;
* [[Slicer3:Usability#User-centered_design_practice_for_3DSlicer | User-centered design practice]] (wjp)&lt;br /&gt;
* [[Slicer3:Slicer3Brand | 3DSlicer's logo and visual communication guidelines]] (wjp)&lt;br /&gt;
* [[Slicer3:Execution_Model_Documentation#Adding_Module_Logos_to_Slicer3 | Incorporating your group's logo and attributions]] (Jim)&lt;br /&gt;
* [[Slicer3:GUI_Experiments | Some experiments/advanced techniques for developing slicer3 interfaces]] (Steve)&lt;br /&gt;
&lt;br /&gt;
=== Engineering ===&lt;br /&gt;
* Tips for avoiding memory leaks&lt;br /&gt;
** Current Practice (Steve)&lt;br /&gt;
** [[Slicer3:Memory Management | Suggested change to SmartPointers]] (Jim)&lt;br /&gt;
* Generating tests (Bill)&lt;br /&gt;
* [[Slicer3:Testing | Setting up Testing]]&lt;br /&gt;
* [[Slicer3:Builds | Build Information]]&lt;br /&gt;
* [[Slicer3:Launcher| The Launcher]]&lt;br /&gt;
&lt;br /&gt;
=== Documenting your module ===&lt;br /&gt;
* As soon as the wiki page template is finalized, and the infrastructure is added to link to this wiki page from the &amp;quot;Help &amp;amp; Acknowledgment&amp;quot; panel in your module's GUI, we will ask developers to fill out a brief document describing your module and its use. Stay tuned for developments...&lt;br /&gt;
* [[Slicer3:DocumentationWink|Documenting a module with wink]]&lt;br /&gt;
&lt;br /&gt;
=== Integrate Slicer3 into a development environment ===&lt;br /&gt;
* [[Slicer3::Eclipse | Eclipse]] (keilhack)&lt;br /&gt;
* [[Slicer3::MSVS200X | Microsoft Visual Studio 200x]]&lt;br /&gt;
&lt;br /&gt;
== Slicer 3 Projects ==&lt;br /&gt;
&lt;br /&gt;
Projects should correspond to the outstanding issues listed on the '''[[Slicer3:Status_Summary|Status Summary]]'''. Please refer to the '''[[Slicer3:FeatureRequests|Feature Requests]]''' from users when planning your implementations.&lt;br /&gt;
&lt;br /&gt;
''If your name is in bold, you are responsible for that aspect of the project''&lt;br /&gt;
&lt;br /&gt;
* '''[[Slicer3:Architecture/Features|Architecture/Features]]''' ('''Steve Pieper''', Group: Bill Lorensen, Ron Kikinis, Mike Halle, Noby Hata)&lt;br /&gt;
* '''[[Slicer3:Data_Model|Data Model / libMRML]]''' ('''Alex''', Steve)&lt;br /&gt;
* '''[[Slicer3:Execution_Model|Execution Model / Command Line Modules]]''' ('''Jim Miller''', Bill Lorensen)&lt;br /&gt;
* '''[[Slicer3:Interface_Design|Interface Design and Usability ]]''' ('''Wendy Plesniak''', KWWidgets: Sebastien Barre, Yumin Yuan)&lt;br /&gt;
* '''[[Slicer3:Transition_of_Slicer2.x_Modules|Transition of Selected Slicer2.x Modules to Slicer3]]''' ('''Nicole''', Katie, Wendy, Mathieu)&lt;br /&gt;
** [[Slicer3:DTMRI|DTMRI]]&amp;lt;nowiki&amp;gt;: &amp;lt;/nowiki&amp;gt;'''Alex''' with help from Diffusion Images:  '''Raul''', Tractography: '''Lauren''' [http://lmi.bwh.harvard.edu LMI]&lt;br /&gt;
** [[Slicer3:Editor|Editor]]&amp;lt;nowiki&amp;gt;: &amp;lt;/nowiki&amp;gt;'''Steve'''&lt;br /&gt;
** [[Slicer3:ColorsFiducialsFreesurferModelmaker|Colors, Fiducials, FreeSurfer, ModelMaker]]&amp;lt;nowiki&amp;gt;: &amp;lt;/nowiki&amp;gt;'''Nicole'''&lt;br /&gt;
** [[Slicer3:_Image_Guided_Therapy_%28IGT%29|IGT, Trackers]]&amp;lt;nowiki&amp;gt;: &amp;lt;/nowiki&amp;gt;'''Haiying'''&lt;br /&gt;
** [[Slicer3:EM|EMSegment Interface]]&amp;lt;nowiki&amp;gt;: &amp;lt;/nowiki&amp;gt;'''Brad Davis'''&lt;br /&gt;
** [[Slicer3:Slicer_Daemon|SlicerDaemon Interface (for unu, matlab)]]&amp;lt;nowiki&amp;gt;: &amp;lt;/nowiki&amp;gt;'''Steve Pieper'''&lt;br /&gt;
* '''[[Slicer3:Build/Test/Deploy|Build/Test/Deploy System]]''' ('''Andy''', Katie)&lt;br /&gt;
* '''[[Slicer3:Pipeline_Integration|Loni Pipeline Integration]]''' ('''Jags''')&lt;br /&gt;
* '''[[Slicer3:Batchmake_Integration|Batchmake/GRID Integration]]''' ('''Julien Jomier''')&lt;br /&gt;
* '''[[Slicer3:Registration|Registration Modules]]''' ('''Jim Miller''', Steve Pieper)&lt;br /&gt;
* '''[http://www.na-mic.org/Wiki/index.php/ITK_Registration_Optimization Improvements to the registration framework]''' ('''Stephen Aylward''')&lt;br /&gt;
* '''[[Slicer3:Python|Python Integration]]''' ('''Dan Blezek''')&lt;br /&gt;
* '''[[Slicer3:Grid_Interface|Grid Integration]]''' ('''Jeff Grethe''', Neil)&lt;br /&gt;
* '''[[Slicer3:Performance_Analysis|Slicer3:Performance Analysis]]''' ('''Katie''')&lt;br /&gt;
* '''[[Slicer3:ThreadingToolKit|Threading ToolKit]]''' ('''Dan Blezek, James Miller, Stephen Aylward''')&lt;br /&gt;
* '''[[Slicer3:Volume Rendering |Volume Rendering]]''' ('''Andy''')&lt;br /&gt;
* '''[[Slicer3:Volume Rendering With Cuda|Volume Rendering With CUDA]]''' ('''Ben''')&lt;br /&gt;
* '''[[Slicer3:XNAT |XNAT Interface]]''' ('''Steve''', Wendy, Dan Marcus, Tim Olsen)&lt;br /&gt;
* '''[[Slicer3:LDDMM |LDDMM Interface]]''' ('''Steve''', Anthony Kolasny)&lt;br /&gt;
* '''[[Slicer3:Web Presence |Web Presence]]''' ('''Nicole Aucoin'''), Zack Galbreath&lt;br /&gt;
* '''[[Slicer3:Loadable Modules |Loadable Modules]]''' ('''Alex Yarmarkovich'''), Steve Pieper&lt;br /&gt;
* '''[http://www.slicer.org/slicerWiki/index.php/Modules:Volumes:Diffusion_Editor-Documentation Diffusion Editor]''' ('''Kerstin''')&lt;br /&gt;
* '''[[Slicer3:TimeSeries and Multi-Volume Data | TimeSeries and Multi-Volume Data]]''' (Steve Pieper, Daniel Blezek, Dominik Meier, Wendy Plesniak)&lt;br /&gt;
* '''[[Slicer3:Remote Data Handling | Remote Data Handling]]''' (Steve Pieper, Nicole Aucoin, Wendy Plesniak)&lt;br /&gt;
* '''[[Slicer3:Module:QueryAtlas |Query Atlas]]''' ('''Wendy Plesniak''')&lt;br /&gt;
* '''[[Slicer3:MistSlicer | MistSlicer]]''' ('''Yuichiro Hayashi''', Kensaku Mori, Nobuhiko Hata)&lt;br /&gt;
&lt;br /&gt;
== Slicer 3 Quick links to the Source code ==&lt;br /&gt;
&lt;br /&gt;
The Slicer3 svn repository:&lt;br /&gt;
&lt;br /&gt;
 svn co http://svn.slicer.org/Slicer3/trunk Slicer3&lt;br /&gt;
&lt;br /&gt;
Use [http://viewvc.slicer.org ViewVC to browse the repository]&lt;br /&gt;
&lt;br /&gt;
[http://www.na-mic.org/Wiki/index.php/Engineering:SandBox Instructions for NA-MIC svn]&lt;br /&gt;
&lt;br /&gt;
[[Slicer3:Build_Instructions|Slicer3 build instructions]]&lt;br /&gt;
&lt;br /&gt;
[http://www.na-mic.org/Slicer/Documentation/Slicer3/html/ Doxygen documentation for Slicer3].&lt;br /&gt;
&lt;br /&gt;
The [[Slicer3:VisualBlog|Slicer3 VisualBlog]] shows screenshots of slicer developments.&lt;br /&gt;
&lt;br /&gt;
Developers should follow the [[Slicer3:Style|Slicer 3 Coding Style]].&lt;br /&gt;
&lt;br /&gt;
[http://www.cdash.org/CDash/index.php?project=Slicer3 Slicer3 Dashboard (As Of May 2, 2008)]&lt;br /&gt;
&lt;br /&gt;
[http://www.na-mic.org/Slicer3/Dashboard Slicer3 Dashboard (Before May 2, 2008)]&lt;br /&gt;
&lt;br /&gt;
[http://na-mic.org/Mantis/main_page.php Slicer Bug Tracker]&lt;br /&gt;
&lt;br /&gt;
Discussion of slicer3 takes place on the slicer-devel at massmail.spl.harvard.edu list. To join developer's mailing list, send a request to: slicer-devel-request at massmail.spl.harvard.edu  with the keyword '''''subscribe''''' as the subject.  Or access the [http://massmail.spl.harvard.edu/mailman/listinfo/slicer-devel slicer-devel archives and web administration interface].&lt;br /&gt;
&lt;br /&gt;
== Design Information ==&lt;br /&gt;
&lt;br /&gt;
May 23, 2006: [http://www.na-mic.org/Wiki/index.php/Algorithms:Core1Visit_May06 Algorithm Core workshop.]&lt;br /&gt;
&lt;br /&gt;
April 3, 2006: [[Media:Slicer_3-alpha-2006-04-03.ppt| Slicer 3 alpha]] technical powerpoint presentation.&lt;/div&gt;</summary>
		<author><name>Melonakos</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Slicer3:Developers&amp;diff=6620</id>
		<title>Slicer3:Developers</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Slicer3:Developers&amp;diff=6620"/>
		<updated>2008-11-08T23:16:15Z</updated>

		<summary type="html">&lt;p&gt;Melonakos: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
= Slicer 3 Developer Page =&lt;br /&gt;
This page contains links to Slicer3 developer resources and events.&lt;br /&gt;
&lt;br /&gt;
Click here for [[Slicer3:Events|Slicer3 Events]]&lt;br /&gt;
&lt;br /&gt;
== Slicer 3 Overview ==&lt;br /&gt;
[[Image:Slicer3LogoHorizontalBeta.png]]&lt;br /&gt;
&lt;br /&gt;
* For more details on the slicer architecture see: [[media:Slicer 3-beta-2007-04-16.ppt | Architecture Slides]] (updated April, 2007).&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery caption=&amp;quot;Highlights of the new architecture&amp;quot; widths=&amp;quot;200px&amp;quot;  perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:Slicer3-Architecture.jpg&lt;br /&gt;
Image:Slicer3-Architecture-MRML.jpg&lt;br /&gt;
Image:Slicer3-Architecture-Layers.jpg&lt;br /&gt;
Image:ExecutionModelPlugins.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Information for Developers ==&lt;br /&gt;
This section centrally locates many existing (and developing) wiki pages useful to Slicer3 developers. The content  developed for the January 2007 AHM.&lt;br /&gt;
&lt;br /&gt;
=== Introduction to Slicer3 ===&lt;br /&gt;
* [[Media:SlicerHistoricalTimeline.ppt | Slicer3 Historical Timeline]]&lt;br /&gt;
* [[Slicer3:Status_Summary | Status overview]] and [http://slicerl.bwh.harvard.edu/tmp/slicer3-PreAHMBeta%20Demo/slicer3-PreAHMBeta.htm Demo]&lt;br /&gt;
* [[Media:GUIMap.png|Schematic of application interface &amp;amp; functionality]]&lt;br /&gt;
* [[Media:SliceGUI.png|Schematic of slice GUI]]&lt;br /&gt;
* [[Slicer3:Build_Instructions | Getting the software and troubleshooting]]&lt;br /&gt;
* [[media:Slicer 3-beta-2007-01-10.ppt | Overall Architecture]] and [[Slicer3:Style|Slicer 3 Coding Style]]&lt;br /&gt;
* [[Slicer3:Contributing_codes_to_Slicer3| Contributing codes to Slicer3]]&lt;br /&gt;
&lt;br /&gt;
=== Two module types (Command line and Interactive) ===&lt;br /&gt;
* [[Slicer3:Execution_Model_Documentation | Command line modules and how to implement one]] (Jim and Bill) [[media:Slicer3-ExecutionModelJune2006.ppt| Intro]]&lt;br /&gt;
*[[Slicer3:How_to_implement_an_Interactive_Module_GUI | How to implement an interactive module]] (wjp)&lt;br /&gt;
&lt;br /&gt;
=== MRML [http://www.na-mic.org/Wiki/images/e/e3/Slicer3_MRML.ppt  MRML Slides](Alex) ===&lt;br /&gt;
Medical Reality Modeling Language (MRML) is a language implemented as a type of XML document, with new tags defined to handle medical image data types such as volumes, models or coordinate transforms.&lt;br /&gt;
&lt;br /&gt;
* [[Slicer3:Data_Model#Creating_Custom_MRML_Node_Classes | Creating and using new MRML node types]] (Alex)&lt;br /&gt;
* [[Slicer3:Data_Model#References_to_MRML_Nodes | Keeping references to MRML nodes ]] (Alex)&lt;br /&gt;
* [[Slicer3:Data_Model#Undo/Redo_Mechanism  | How undo/redo works, and how to enable it in your code]] (Alex)&lt;br /&gt;
&lt;br /&gt;
=== GUI ===&lt;br /&gt;
* [[Slicer3:StatelessGUI | Keeping the GUI stateless]] (wjp)&lt;br /&gt;
* [[Slicer3:EventBindings | Adding keyboard shortcuts]] (wjp)&lt;br /&gt;
* [[Slicer3:Human_Interface_and_Style_Guide_for_Developers | GUI style guidelines]] (wjp)&lt;br /&gt;
* [[Slicer3:Usability#User-centered_design_practice_for_3DSlicer | User-centered design practice]] (wjp)&lt;br /&gt;
* [[Slicer3:Slicer3Brand | 3DSlicer's logo and visual communication guidelines]] (wjp)&lt;br /&gt;
* [[Slicer3:Execution_Model_Documentation#Adding_Module_Logos_to_Slicer3 | Incorporating your group's logo and attributions]] (Jim)&lt;br /&gt;
* [[Slicer3:GUI_Experiments | Some experiments/advanced techniques for developing slicer3 interfaces]] (Steve)&lt;br /&gt;
&lt;br /&gt;
=== Engineering ===&lt;br /&gt;
* Tips for avoiding memory leaks&lt;br /&gt;
** Current Practice (Steve)&lt;br /&gt;
** [[Slicer3:Memory Management | Suggested change to SmartPointers]] (Jim)&lt;br /&gt;
* Generating tests (Bill)&lt;br /&gt;
* [[Slicer3:Testing | Setting up Testing]]&lt;br /&gt;
* [[Slicer3:Builds | Build Information]]&lt;br /&gt;
* [[Slicer3:Launcher| The Launcher]]&lt;br /&gt;
&lt;br /&gt;
=== Documenting your module ===&lt;br /&gt;
* As soon as the wiki page template is finalized, and the infrastructure is added to link to this wiki page from the &amp;quot;Help &amp;amp; Acknowledgment&amp;quot; panel in your module's GUI, we will ask developers to fill out a brief document describing your module and its use. Stay tuned for developments...&lt;br /&gt;
* [[Slicer3:DocumentationWink|Documenting a module with wink]]&lt;br /&gt;
&lt;br /&gt;
=== Integrate Slicer3 into a development environment ===&lt;br /&gt;
* [[Slicer3::Eclipse | Eclipse]] (keilhack)&lt;br /&gt;
* [[Slicer3::MSVS200X | Microsoft Visual Studio 200x]]&lt;br /&gt;
&lt;br /&gt;
== Slicer 3 Projects ==&lt;br /&gt;
&lt;br /&gt;
Projects should correspond to the outstanding issues listed on the '''[[Slicer3:Status_Summary|Status Summary]]'''. Please refer to the '''[[Slicer3:FeatureRequests|Feature Requests]]''' from users when planning your implementations.&lt;br /&gt;
&lt;br /&gt;
''If your name is in bold, you are responsible for that aspect of the project''&lt;br /&gt;
&lt;br /&gt;
* '''[[Slicer3:Architecture/Features|Architecture/Features]]''' ('''Steve Pieper''', Group: Bill Lorensen, Ron Kikinis, Mike Halle, Noby Hata)&lt;br /&gt;
* '''[[Slicer3:Data_Model|Data Model / libMRML]]''' ('''Alex''', Steve)&lt;br /&gt;
* '''[[Slicer3:Execution_Model|Execution Model / Command Line Modules]]''' ('''Jim Miller''', Bill Lorensen)&lt;br /&gt;
* '''[[Slicer3:Interface_Design|Interface Design and Usability ]]''' ('''Wendy Plesniak''', KWWidgets: Sebastien Barre, Yumin Yuan)&lt;br /&gt;
* '''[[Slicer3:Transition_of_Slicer2.x_Modules|Transition of Selected Slicer2.x Modules to Slicer3]]''' ('''Nicole''', Katie, Wendy, Mathieu)&lt;br /&gt;
** [[Slicer3:DTMRI|DTMRI]]&amp;lt;nowiki&amp;gt;: &amp;lt;/nowiki&amp;gt;'''Alex''' with help from Diffusion Images:  '''Raul''', Tractography: '''Lauren''' [http://lmi.bwh.harvard.edu LMI]&lt;br /&gt;
** [[Slicer3:Editor|Editor]]&amp;lt;nowiki&amp;gt;: &amp;lt;/nowiki&amp;gt;'''Steve'''&lt;br /&gt;
** [[Slicer3:ColorsFiducialsFreesurferModelmaker|Colors, Fiducials, FreeSurfer, ModelMaker]]&amp;lt;nowiki&amp;gt;: &amp;lt;/nowiki&amp;gt;'''Nicole'''&lt;br /&gt;
** [[Slicer3:_Image_Guided_Therapy_%28IGT%29|IGT, Trackers]]&amp;lt;nowiki&amp;gt;: &amp;lt;/nowiki&amp;gt;'''Haiying'''&lt;br /&gt;
** [[Slicer3:EM|EMSegment Interface]]&amp;lt;nowiki&amp;gt;: &amp;lt;/nowiki&amp;gt;'''Brad Davis'''&lt;br /&gt;
** [[Slicer3:Slicer_Daemon|SlicerDaemon Interface (for unu, matlab)]]&amp;lt;nowiki&amp;gt;: &amp;lt;/nowiki&amp;gt;'''Steve Pieper'''&lt;br /&gt;
* '''[[Slicer3:Build/Test/Deploy|Build/Test/Deploy System]]''' ('''Andy''', Katie)&lt;br /&gt;
* '''[[Slicer3:Pipeline_Integration|Loni Pipeline Integration]]''' ('''Jags''')&lt;br /&gt;
* '''[[Slicer3:Batchmake_Integration|Batchmake/GRID Integration]]''' ('''Julien Jomier''')&lt;br /&gt;
* '''[[Slicer3:Registration|Registration Modules]]''' ('''Jim Miller''', Steve Pieper)&lt;br /&gt;
* '''[http://www.na-mic.org/Wiki/index.php/ITK_Registration_Optimization Improvements to the registration framework]''' ('''Stephen Aylward''')&lt;br /&gt;
* '''[[Slicer3:Python|Python Integration]]''' ('''Dan Blezek''')&lt;br /&gt;
* '''[[Slicer3:Grid_Interface|Grid Integration]]''' ('''Jeff Grethe''', Neil)&lt;br /&gt;
* '''[[Slicer3:Performance_Analysis|Slicer3:Performance Analysis]]''' ('''Katie''')&lt;br /&gt;
* '''[[Slicer3:ThreadingToolKit|Threading ToolKit]]''' ('''Dan Blezek, James Miller, Stephen Aylward''')&lt;br /&gt;
* '''[[Slicer3:Volume Rendering |Volume Rendering]]''' ('''Andy''')&lt;br /&gt;
* '''[[Slicer3:Volume Rendering With Cuda|Volume Rendering With CUDA]]''' ('''Ben''')&lt;br /&gt;
* '''[[Slicer3:XNAT |XNAT Interface]]''' ('''Steve''', Wendy, Dan Marcus, Tim Olsen)&lt;br /&gt;
* '''[[Slicer3:LDDMM |LDDMM Interface]]''' ('''Steve''', Anthony Kolasny)&lt;br /&gt;
* '''[[Slicer3:Web Presence |Web Presence]]''' ('''Nicole Aucoin'''), Zack Galbreath&lt;br /&gt;
* '''[[Slicer3:Loadable Modules |Loadable Modules]]''' ('''Alex Yarmarkovich'''), Steve Pieper&lt;br /&gt;
* '''[http://www.slicer.org/slicerWiki/index.php/Modules:Volumes:Diffusion_Editor-Documentation Diffusion Editor]''' ('''Kerstin''')&lt;br /&gt;
* '''[[Slicer3:TimeSeries and Multi-Volume Data | TimeSeries and Multi-Volume Data]]''' (Steve Pieper, Daniel Blezek, Dominik Meier, Wendy Plesniak)&lt;br /&gt;
* '''[[Slicer3:Remote Data Handling | Remote Data Handling]]''' (Steve Pieper, Nicole Aucoin, Wendy Plesniak)&lt;br /&gt;
* '''[[Slicer3:Module:QueryAtlas |Query Atlas]]''' ('''Wendy Plesniak''')&lt;br /&gt;
* '''[[Slicer3:MistSlicer | MistSlicer]]''' ('''Yuichiro Hayashi''', Kensaku Mori, Nobuhiko Hata)&lt;br /&gt;
&lt;br /&gt;
== Slicer 3 Quick links to the Source code ==&lt;br /&gt;
&lt;br /&gt;
The Slicer3 svn repository:&lt;br /&gt;
&lt;br /&gt;
 svn co http://svn.slicer.org/Slicer3/trunk Slicer3&lt;br /&gt;
&lt;br /&gt;
Use [http://viewvc.slicer.org ViewVC to browse the repository]&lt;br /&gt;
&lt;br /&gt;
[http://www.na-mic.org/Wiki/index.php/Engineering:SandBox Instructions for NA-MIC svn]&lt;br /&gt;
&lt;br /&gt;
[[Slicer3:Build_Instructions|Slicer3 build instructions]]&lt;br /&gt;
&lt;br /&gt;
[http://www.na-mic.org/Slicer/Documentation/Slicer3/html/ Doxygen documentation for Slicer3].&lt;br /&gt;
&lt;br /&gt;
The [[Slicer3:VisualBlog|Slicer3 VisualBlog]] shows screenshots of slicer developments.&lt;br /&gt;
&lt;br /&gt;
Developers should follow the [[Slicer3:Style|Slicer 3 Coding Style]].&lt;br /&gt;
&lt;br /&gt;
[http://www.cdash.org/CDash/index.php?project=Slicer3 Slicer3 Dashboard (As Of May 2, 2008)]&lt;br /&gt;
&lt;br /&gt;
[http://www.na-mic.org/Slicer3/Dashboard Slicer3 Dashboard (Before May 2, 2008)]&lt;br /&gt;
&lt;br /&gt;
[http://na-mic.org/Mantis/main_page.php Slicer Bug Tracker]&lt;br /&gt;
&lt;br /&gt;
Discussion of slicer3 takes place on the slicer-devel at massmail.spl.harvard.edu list. To join developer's mailing list, send a request to: slicer-devel-request at massmail.spl.harvard.edu  with the keyword '''''subscribe''''' as the subject.  Or access the [http://massmail.spl.harvard.edu/mailman/listinfo/slicer-devel slicer-devel archives and web administration interface].&lt;br /&gt;
&lt;br /&gt;
== Design Information ==&lt;br /&gt;
&lt;br /&gt;
May 23, 2006: [http://www.na-mic.org/Wiki/index.php/Algorithms:Core1Visit_May06 Algorithm Core workshop.]&lt;br /&gt;
&lt;br /&gt;
April 3, 2006: [[Media:Slicer_3-alpha-2006-04-03.ppt| Slicer 3 alpha]] technical powerpoint presentation.&lt;/div&gt;</summary>
		<author><name>Melonakos</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Slicer3:Events&amp;diff=6619</id>
		<title>Slicer3:Events</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Slicer3:Events&amp;diff=6619"/>
		<updated>2008-11-08T23:13:43Z</updated>

		<summary type="html">&lt;p&gt;Melonakos: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
= Slicer3 Events =&lt;br /&gt;
&lt;br /&gt;
== Upcoming ==&lt;br /&gt;
&lt;br /&gt;
=== Slicer3.0 ===&lt;br /&gt;
&lt;br /&gt;
* the first product release of Slicer3 is scheduled for the AHM in January of 2008&lt;br /&gt;
* there will be a code freeze on Nov. 15 2007&lt;br /&gt;
** if you want your module to be part of Slicer3.0 submit it by then&lt;br /&gt;
** After that date, we will only accept bug fixes. It means that there will be no features added after the freeze in the main trunk.&lt;br /&gt;
** Anyone working on new features can do so in their own branch and they will be responsible for merging these back into the trunk after the freeze is lifted (at which point the release will be in a maintenance branch). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Retrospective ==&lt;br /&gt;
&lt;br /&gt;
=== Slicer 3 Snapshot Builds ===&lt;br /&gt;
&lt;br /&gt;
* Initial releases began end of March 2007&lt;br /&gt;
** Base code functional and usable&lt;br /&gt;
** Several usable modules include (auto segmentaiton, editor, registration...)&lt;br /&gt;
** Image Guided Therapy example modules&lt;br /&gt;
* Updated versions summer 2007&lt;br /&gt;
** With DTI and other application modules&lt;br /&gt;
** Bug fixes and performance enhancements&lt;br /&gt;
&lt;br /&gt;
=== Migration Tutorials (from Slicer 2.x to 3.0)  ===&lt;br /&gt;
&lt;br /&gt;
The first set of user tutorials will be released in Fall 2007. &lt;br /&gt;
Slicer3 programming courses will be released in January 2008.&lt;br /&gt;
&lt;br /&gt;
== Past ==&lt;br /&gt;
&lt;br /&gt;
=== Slicer3.0 Beta ===&lt;br /&gt;
&lt;br /&gt;
* Official release at [http://www.na-mic.org/Wiki/index.php/AHM_2007  AHM January 2007]&lt;br /&gt;
&lt;br /&gt;
=== April 3, 2006 ===&lt;br /&gt;
&lt;br /&gt;
There was a [[Slicer3:_Alpha1_Meeting|Slicer3 Alpha1 Design Review]] meeting.&lt;br /&gt;
&lt;br /&gt;
'''[[Slicer3:Alpha|Definition of Alpha Milestone]]'''&lt;br /&gt;
&lt;br /&gt;
=== Slicer3 Alpha2/Beta1 by End of July 2006 ===&lt;br /&gt;
&lt;br /&gt;
* Initial Testing with Core 3 participation&lt;br /&gt;
* Base functionality in place, but still subject to API changes and other improvements.&lt;br /&gt;
* Packaged versions not yet available, but testers are able to easily build their own versions.&lt;br /&gt;
&lt;br /&gt;
=== Implementation of Slicer3 Alpha1 by end of March 2006 ===&lt;/div&gt;</summary>
		<author><name>Melonakos</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Slicer3:Events&amp;diff=6618</id>
		<title>Slicer3:Events</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Slicer3:Events&amp;diff=6618"/>
		<updated>2008-11-08T23:13:31Z</updated>

		<summary type="html">&lt;p&gt;Melonakos: New page: = Slicer3 Events =  == Upcoming ==  === Slicer3.0 ===  * the first product release of Slicer3 is scheduled for the AHM in January of 2008 * there will be a code freeze on Nov. 15 2007 ** i...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Slicer3 Events =&lt;br /&gt;
&lt;br /&gt;
== Upcoming ==&lt;br /&gt;
&lt;br /&gt;
=== Slicer3.0 ===&lt;br /&gt;
&lt;br /&gt;
* the first product release of Slicer3 is scheduled for the AHM in January of 2008&lt;br /&gt;
* there will be a code freeze on Nov. 15 2007&lt;br /&gt;
** if you want your module to be part of Slicer3.0 submit it by then&lt;br /&gt;
** After that date, we will only accept bug fixes. It means that there will be no features added after the freeze in the main trunk.&lt;br /&gt;
** Anyone working on new features can do so in their own branch and they will be responsible for merging these back into the trunk after the freeze is lifted (at which point the release will be in a maintenance branch). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Retrospective ==&lt;br /&gt;
&lt;br /&gt;
=== Slicer 3 Snapshot Builds ===&lt;br /&gt;
&lt;br /&gt;
* Initial releases began end of March 2007&lt;br /&gt;
** Base code functional and usable&lt;br /&gt;
** Several usable modules include (auto segmentaiton, editor, registration...)&lt;br /&gt;
** Image Guided Therapy example modules&lt;br /&gt;
* Updated versions summer 2007&lt;br /&gt;
** With DTI and other application modules&lt;br /&gt;
** Bug fixes and performance enhancements&lt;br /&gt;
&lt;br /&gt;
=== Migration Tutorials (from Slicer 2.x to 3.0)  ===&lt;br /&gt;
&lt;br /&gt;
The first set of user tutorials will be released in Fall 2007. &lt;br /&gt;
Slicer3 programming courses will be released in January 2008.&lt;br /&gt;
&lt;br /&gt;
== Past ==&lt;br /&gt;
&lt;br /&gt;
=== Slicer3.0 Beta ===&lt;br /&gt;
&lt;br /&gt;
* Official release at [http://www.na-mic.org/Wiki/index.php/AHM_2007  AHM January 2007]&lt;br /&gt;
&lt;br /&gt;
=== April 3, 2006 ===&lt;br /&gt;
&lt;br /&gt;
There was a [[Slicer3:_Alpha1_Meeting|Slicer3 Alpha1 Design Review]] meeting.&lt;br /&gt;
&lt;br /&gt;
'''[[Slicer3:Alpha|Definition of Alpha Milestone]]'''&lt;br /&gt;
&lt;br /&gt;
=== Slicer3 Alpha2/Beta1 by End of July 2006 ===&lt;br /&gt;
&lt;br /&gt;
* Initial Testing with Core 3 participation&lt;br /&gt;
* Base functionality in place, but still subject to API changes and other improvements.&lt;br /&gt;
* Packaged versions not yet available, but testers are able to easily build their own versions.&lt;br /&gt;
&lt;br /&gt;
=== Implementation of Slicer3 Alpha1 by end of March 2006 ===&lt;/div&gt;</summary>
		<author><name>Melonakos</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Slicer3:Developers&amp;diff=6617</id>
		<title>Slicer3:Developers</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Slicer3:Developers&amp;diff=6617"/>
		<updated>2008-11-08T23:12:35Z</updated>

		<summary type="html">&lt;p&gt;Melonakos: /* Events */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Slicer 3 Overview ==&lt;br /&gt;
[[Image:Slicer3LogoHorizontalBeta.png]]&lt;br /&gt;
&lt;br /&gt;
* For more details on the slicer architecture see: [[media:Slicer 3-beta-2007-04-16.ppt | Architecture Slides]] (updated April, 2007).&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery caption=&amp;quot;Highlights of the new architecture&amp;quot; widths=&amp;quot;200px&amp;quot;  perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:Slicer3-Architecture.jpg&lt;br /&gt;
Image:Slicer3-Architecture-MRML.jpg&lt;br /&gt;
Image:Slicer3-Architecture-Layers.jpg&lt;br /&gt;
Image:ExecutionModelPlugins.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Information for Developers ==&lt;br /&gt;
This section centrally locates many existing (and developing) wiki pages useful to Slicer3 developers. The content  developed for the January 2007 AHM.&lt;br /&gt;
&lt;br /&gt;
=== Introduction to Slicer3 ===&lt;br /&gt;
* [[Media:SlicerHistoricalTimeline.ppt | Slicer3 Historical Timeline]]&lt;br /&gt;
* [[Slicer3:Status_Summary | Status overview]] and [http://slicerl.bwh.harvard.edu/tmp/slicer3-PreAHMBeta%20Demo/slicer3-PreAHMBeta.htm Demo]&lt;br /&gt;
* [[Media:GUIMap.png|Schematic of application interface &amp;amp; functionality]]&lt;br /&gt;
* [[Media:SliceGUI.png|Schematic of slice GUI]]&lt;br /&gt;
* [[Slicer3:Build_Instructions | Getting the software and troubleshooting]]&lt;br /&gt;
* [[media:Slicer 3-beta-2007-01-10.ppt | Overall Architecture]] and [[Slicer3:Style|Slicer 3 Coding Style]]&lt;br /&gt;
* [[Slicer3:Contributing_codes_to_Slicer3| Contributing codes to Slicer3]]&lt;br /&gt;
&lt;br /&gt;
=== Two module types (Command line and Interactive) ===&lt;br /&gt;
* [[Slicer3:Execution_Model_Documentation | Command line modules and how to implement one]] (Jim and Bill) [[media:Slicer3-ExecutionModelJune2006.ppt| Intro]]&lt;br /&gt;
*[[Slicer3:How_to_implement_an_Interactive_Module_GUI | How to implement an interactive module]] (wjp)&lt;br /&gt;
&lt;br /&gt;
=== MRML [http://www.na-mic.org/Wiki/images/e/e3/Slicer3_MRML.ppt  MRML Slides](Alex) ===&lt;br /&gt;
Medical Reality Modeling Language (MRML) is a language implemented as a type of XML document, with new tags defined to handle medical image data types such as volumes, models or coordinate transforms.&lt;br /&gt;
&lt;br /&gt;
* [[Slicer3:Data_Model#Creating_Custom_MRML_Node_Classes | Creating and using new MRML node types]] (Alex)&lt;br /&gt;
* [[Slicer3:Data_Model#References_to_MRML_Nodes | Keeping references to MRML nodes ]] (Alex)&lt;br /&gt;
* [[Slicer3:Data_Model#Undo/Redo_Mechanism  | How undo/redo works, and how to enable it in your code]] (Alex)&lt;br /&gt;
&lt;br /&gt;
=== GUI ===&lt;br /&gt;
* [[Slicer3:StatelessGUI | Keeping the GUI stateless]] (wjp)&lt;br /&gt;
* [[Slicer3:EventBindings | Adding keyboard shortcuts]] (wjp)&lt;br /&gt;
* [[Slicer3:Human_Interface_and_Style_Guide_for_Developers | GUI style guidelines]] (wjp)&lt;br /&gt;
* [[Slicer3:Usability#User-centered_design_practice_for_3DSlicer | User-centered design practice]] (wjp)&lt;br /&gt;
* [[Slicer3:Slicer3Brand | 3DSlicer's logo and visual communication guidelines]] (wjp)&lt;br /&gt;
* [[Slicer3:Execution_Model_Documentation#Adding_Module_Logos_to_Slicer3 | Incorporating your group's logo and attributions]] (Jim)&lt;br /&gt;
* [[Slicer3:GUI_Experiments | Some experiments/advanced techniques for developing slicer3 interfaces]] (Steve)&lt;br /&gt;
&lt;br /&gt;
=== Engineering ===&lt;br /&gt;
* Tips for avoiding memory leaks&lt;br /&gt;
** Current Practice (Steve)&lt;br /&gt;
** [[Slicer3:Memory Management | Suggested change to SmartPointers]] (Jim)&lt;br /&gt;
* Generating tests (Bill)&lt;br /&gt;
* [[Slicer3:Testing | Setting up Testing]]&lt;br /&gt;
* [[Slicer3:Builds | Build Information]]&lt;br /&gt;
* [[Slicer3:Launcher| The Launcher]]&lt;br /&gt;
&lt;br /&gt;
=== Documenting your module ===&lt;br /&gt;
* As soon as the wiki page template is finalized, and the infrastructure is added to link to this wiki page from the &amp;quot;Help &amp;amp; Acknowledgment&amp;quot; panel in your module's GUI, we will ask developers to fill out a brief document describing your module and its use. Stay tuned for developments...&lt;br /&gt;
* [[Slicer3:DocumentationWink|Documenting a module with wink]]&lt;br /&gt;
&lt;br /&gt;
=== Integrate Slicer3 into a development environment ===&lt;br /&gt;
* [[Slicer3::Eclipse | Eclipse]] (keilhack)&lt;br /&gt;
* [[Slicer3::MSVS200X | Microsoft Visual Studio 200x]]&lt;br /&gt;
&lt;br /&gt;
== Slicer 3 Projects ==&lt;br /&gt;
&lt;br /&gt;
Projects should correspond to the outstanding issues listed on the '''[[Slicer3:Status_Summary|Status Summary]]'''. Please refer to the '''[[Slicer3:FeatureRequests|Feature Requests]]''' from users when planning your implementations.&lt;br /&gt;
&lt;br /&gt;
''If your name is in bold, you are responsible for that aspect of the project''&lt;br /&gt;
&lt;br /&gt;
* '''[[Slicer3:Architecture/Features|Architecture/Features]]''' ('''Steve Pieper''', Group: Bill Lorensen, Ron Kikinis, Mike Halle, Noby Hata)&lt;br /&gt;
* '''[[Slicer3:Data_Model|Data Model / libMRML]]''' ('''Alex''', Steve)&lt;br /&gt;
* '''[[Slicer3:Execution_Model|Execution Model / Command Line Modules]]''' ('''Jim Miller''', Bill Lorensen)&lt;br /&gt;
* '''[[Slicer3:Interface_Design|Interface Design and Usability ]]''' ('''Wendy Plesniak''', KWWidgets: Sebastien Barre, Yumin Yuan)&lt;br /&gt;
* '''[[Slicer3:Transition_of_Slicer2.x_Modules|Transition of Selected Slicer2.x Modules to Slicer3]]''' ('''Nicole''', Katie, Wendy, Mathieu)&lt;br /&gt;
** [[Slicer3:DTMRI|DTMRI]]&amp;lt;nowiki&amp;gt;: &amp;lt;/nowiki&amp;gt;'''Alex''' with help from Diffusion Images:  '''Raul''', Tractography: '''Lauren''' [http://lmi.bwh.harvard.edu LMI]&lt;br /&gt;
** [[Slicer3:Editor|Editor]]&amp;lt;nowiki&amp;gt;: &amp;lt;/nowiki&amp;gt;'''Steve'''&lt;br /&gt;
** [[Slicer3:ColorsFiducialsFreesurferModelmaker|Colors, Fiducials, FreeSurfer, ModelMaker]]&amp;lt;nowiki&amp;gt;: &amp;lt;/nowiki&amp;gt;'''Nicole'''&lt;br /&gt;
** [[Slicer3:_Image_Guided_Therapy_%28IGT%29|IGT, Trackers]]&amp;lt;nowiki&amp;gt;: &amp;lt;/nowiki&amp;gt;'''Haiying'''&lt;br /&gt;
** [[Slicer3:EM|EMSegment Interface]]&amp;lt;nowiki&amp;gt;: &amp;lt;/nowiki&amp;gt;'''Brad Davis'''&lt;br /&gt;
** [[Slicer3:Slicer_Daemon|SlicerDaemon Interface (for unu, matlab)]]&amp;lt;nowiki&amp;gt;: &amp;lt;/nowiki&amp;gt;'''Steve Pieper'''&lt;br /&gt;
* '''[[Slicer3:Build/Test/Deploy|Build/Test/Deploy System]]''' ('''Andy''', Katie)&lt;br /&gt;
* '''[[Slicer3:Pipeline_Integration|Loni Pipeline Integration]]''' ('''Jags''')&lt;br /&gt;
* '''[[Slicer3:Batchmake_Integration|Batchmake/GRID Integration]]''' ('''Julien Jomier''')&lt;br /&gt;
* '''[[Slicer3:Registration|Registration Modules]]''' ('''Jim Miller''', Steve Pieper)&lt;br /&gt;
* '''[http://www.na-mic.org/Wiki/index.php/ITK_Registration_Optimization Improvements to the registration framework]''' ('''Stephen Aylward''')&lt;br /&gt;
* '''[[Slicer3:Python|Python Integration]]''' ('''Dan Blezek''')&lt;br /&gt;
* '''[[Slicer3:Grid_Interface|Grid Integration]]''' ('''Jeff Grethe''', Neil)&lt;br /&gt;
* '''[[Slicer3:Performance_Analysis|Slicer3:Performance Analysis]]''' ('''Katie''')&lt;br /&gt;
* '''[[Slicer3:ThreadingToolKit|Threading ToolKit]]''' ('''Dan Blezek, James Miller, Stephen Aylward''')&lt;br /&gt;
* '''[[Slicer3:Volume Rendering |Volume Rendering]]''' ('''Andy''')&lt;br /&gt;
* '''[[Slicer3:Volume Rendering With Cuda|Volume Rendering With CUDA]]''' ('''Ben''')&lt;br /&gt;
* '''[[Slicer3:XNAT |XNAT Interface]]''' ('''Steve''', Wendy, Dan Marcus, Tim Olsen)&lt;br /&gt;
* '''[[Slicer3:LDDMM |LDDMM Interface]]''' ('''Steve''', Anthony Kolasny)&lt;br /&gt;
* '''[[Slicer3:Web Presence |Web Presence]]''' ('''Nicole Aucoin'''), Zack Galbreath&lt;br /&gt;
* '''[[Slicer3:Loadable Modules |Loadable Modules]]''' ('''Alex Yarmarkovich'''), Steve Pieper&lt;br /&gt;
* '''[http://www.slicer.org/slicerWiki/index.php/Modules:Volumes:Diffusion_Editor-Documentation Diffusion Editor]''' ('''Kerstin''')&lt;br /&gt;
* '''[[Slicer3:TimeSeries and Multi-Volume Data | TimeSeries and Multi-Volume Data]]''' (Steve Pieper, Daniel Blezek, Dominik Meier, Wendy Plesniak)&lt;br /&gt;
* '''[[Slicer3:Remote Data Handling | Remote Data Handling]]''' (Steve Pieper, Nicole Aucoin, Wendy Plesniak)&lt;br /&gt;
* '''[[Slicer3:Module:QueryAtlas |Query Atlas]]''' ('''Wendy Plesniak''')&lt;br /&gt;
* '''[[Slicer3:MistSlicer | MistSlicer]]''' ('''Yuichiro Hayashi''', Kensaku Mori, Nobuhiko Hata)&lt;br /&gt;
&lt;br /&gt;
== Slicer 3 Quick links to the Source code ==&lt;br /&gt;
&lt;br /&gt;
The Slicer3 svn repository:&lt;br /&gt;
&lt;br /&gt;
 svn co http://svn.slicer.org/Slicer3/trunk Slicer3&lt;br /&gt;
&lt;br /&gt;
Use [http://viewvc.slicer.org ViewVC to browse the repository]&lt;br /&gt;
&lt;br /&gt;
[http://www.na-mic.org/Wiki/index.php/Engineering:SandBox Instructions for NA-MIC svn]&lt;br /&gt;
&lt;br /&gt;
[[Slicer3:Build_Instructions|Slicer3 build instructions]]&lt;br /&gt;
&lt;br /&gt;
[http://www.na-mic.org/Slicer/Documentation/Slicer3/html/ Doxygen documentation for Slicer3].&lt;br /&gt;
&lt;br /&gt;
The [[Slicer3:VisualBlog|Slicer3 VisualBlog]] shows screenshots of slicer developments.&lt;br /&gt;
&lt;br /&gt;
Developers should follow the [[Slicer3:Style|Slicer 3 Coding Style]].&lt;br /&gt;
&lt;br /&gt;
[http://www.cdash.org/CDash/index.php?project=Slicer3 Slicer3 Dashboard (As Of May 2, 2008)]&lt;br /&gt;
&lt;br /&gt;
[http://www.na-mic.org/Slicer3/Dashboard Slicer3 Dashboard (Before May 2, 2008)]&lt;br /&gt;
&lt;br /&gt;
[http://na-mic.org/Mantis/main_page.php Slicer Bug Tracker]&lt;br /&gt;
&lt;br /&gt;
Discussion of slicer3 takes place on the slicer-devel at massmail.spl.harvard.edu list. To join developer's mailing list, send a request to: slicer-devel-request at massmail.spl.harvard.edu  with the keyword '''''subscribe''''' as the subject.  Or access the [http://massmail.spl.harvard.edu/mailman/listinfo/slicer-devel slicer-devel archives and web administration interface].&lt;br /&gt;
&lt;br /&gt;
== Design Information ==&lt;br /&gt;
&lt;br /&gt;
May 23, 2006: [http://www.na-mic.org/Wiki/index.php/Algorithms:Core1Visit_May06 Algorithm Core workshop.]&lt;br /&gt;
&lt;br /&gt;
April 3, 2006: [[Media:Slicer_3-alpha-2006-04-03.ppt| Slicer 3 alpha]] technical powerpoint presentation.&lt;/div&gt;</summary>
		<author><name>Melonakos</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Special:Badtitle/NS100:OldDownloads&amp;diff=6616</id>
		<title>Special:Badtitle/NS100:OldDownloads</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Special:Badtitle/NS100:OldDownloads&amp;diff=6616"/>
		<updated>2008-11-08T23:03:15Z</updated>

		<summary type="html">&lt;p&gt;Melonakos: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
= Slicer Downloads =&lt;br /&gt;
&lt;br /&gt;
This is the download page for compiled versions of the 3D Slicer software. &lt;br /&gt;
&lt;br /&gt;
== License Agreement ==&lt;br /&gt;
Please fill out the '''[http://www.slicer.org/cgi-bin/License/SlicerLicenseForm.pl Slicer License Form]''' before downloading any binary releases of Slicer.&lt;br /&gt;
&lt;br /&gt;
== Downloads ==&lt;br /&gt;
{| border=&amp;quot;00&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot;| &lt;br /&gt;
'''Hardware/OS requirement''': Either Windows XP or more recent, Linux (x86 or x86_64), Mac OS X (ppc or Intel), min 2 GB of RAM and a dedicated graphic accelerator with at least 128 MB of on-board graphic memory. Shared memory graphics will result in slow render speeds.&lt;br /&gt;
&lt;br /&gt;
=== Recommended Stable Slicer Releases ===&lt;br /&gt;
[http://www.slicer.org/DownloadSlicer.php/Release https://slicer.spl.harvard.edu/slicerWiki/images/thumb/9/94/Download_button.png/100px-Download_button.png] '''[http://www.slicer.org/DownloadSlicer.php/Release Stable Release Download]''': Pre-compiled stable Slicer Releases for Linux, Windows, Mac and Solaris (this is where you find '''Slicer 3.2''' pre-compiled versions for supported platforms).&lt;br /&gt;
&lt;br /&gt;
=== Bleeding Edge Slicer Releases ===&lt;br /&gt;
*''[http://www.slicer.org/DownloadSlicer.php/Snapshots Snapshots]'': Custom built Slicer binaries, in various states of completion&lt;br /&gt;
*''[http://www.slicer.org/DownloadSlicer.php/Nightly Nightly]'': This page contains a week's worth of nightly builds&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background: #dddddd&amp;quot; colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;| &amp;lt;b&amp;gt;&amp;lt;font color=#336699&amp;gt;Slicer Download Statistics&amp;lt;/font&amp;gt;&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
([http://wiki.slicer.org/slicerWiki/index.php?title=Projects/slicerWeb:Downloads#Download_Statistics live version at the bottom of this page])&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background: #ebeced&amp;quot;|[[Image:SlicerDownloadsSeptember2008.png|center|300px]] &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Training ==&lt;br /&gt;
Training materials on how to use 3D Slicer.&lt;br /&gt;
*[http://wiki.na-mic.org/Wiki/index.php/Slicer3.2:Training '''Slicer 3''']&lt;br /&gt;
*[http://wiki.na-mic.org/Wiki/index.php/Slicer:Workshops:User_Training_101 '''Slicer 2''']&lt;br /&gt;
&lt;br /&gt;
== Other Resources ==&lt;br /&gt;
*'''[http://www.na-mic.org/Bug/login_page.php Mantis Tracker]''': Report bugs and make feature requests here.&lt;br /&gt;
*'''[http://public.kitware.com/dashboard.php?name=slicer3 Slicer Dashboard]''': Information about the nightly builds.&lt;br /&gt;
*'''[[Projects/slicerWeb:SourceCode|Source Code]]''': This page points to the source code repositories.&lt;br /&gt;
*'''[http://slicer.org/pages/Mailinglist Slicer mailing lists]''': This page contains points to the Slicer user and developers mailing lists.&lt;br /&gt;
*'''X11 for Mac''': On Mac OS X you need X11 installed. We had good experience with [http://xquartz.macosforge.org/trac/wiki xquartz].&lt;br /&gt;
&lt;br /&gt;
== Download Statistics ==&lt;br /&gt;
* See [http://slicer.org/pages/Special:Download_Stats '''here'''] for 3D Slicer download statistics.&lt;/div&gt;</summary>
		<author><name>Melonakos</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:Download_button.png&amp;diff=6615</id>
		<title>File:Download button.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:Download_button.png&amp;diff=6615"/>
		<updated>2008-11-08T22:52:54Z</updated>

		<summary type="html">&lt;p&gt;Melonakos: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Melonakos</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Special:Badtitle/NS100:UserOrientation&amp;diff=6614</id>
		<title>Special:Badtitle/NS100:UserOrientation</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Special:Badtitle/NS100:UserOrientation&amp;diff=6614"/>
		<updated>2008-11-08T20:31:04Z</updated>

		<summary type="html">&lt;p&gt;Melonakos: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
=Slicer User Orientation=&lt;br /&gt;
&lt;br /&gt;
Slicer is an open-source software application for computer scientists and clinical researchers. &lt;br /&gt;
&lt;br /&gt;
The platform provides functionality for segmentation, registration and three-dimensional visualization of multi-modal image data, as well as advanced image analysis algorithms for diffusion tensor imaging, functional magnetic resonance imaging and image-guided therapy. Standard image file formats are supported, and the application integrates interface capabilities to biomedical research software and image informatics frameworks.&lt;br /&gt;
&lt;br /&gt;
Slicer is available for Linux, Mac, and Windows.&lt;br /&gt;
&lt;br /&gt;
[[Image:Tharin_Neurosurgery.jpg|thumb|right|250 px|A coronal brain slice with super-imposed diffusion tensor tractography to show alteration in the arrangement of the tracts around a tumor. See [http://slicer.org/pages/Special:PubDB_View?dspaceid=327 Tharin et al Neurosurgery 2007] for more info.]]&lt;br /&gt;
&lt;br /&gt;
== Get Slicer ==&lt;br /&gt;
*Slicer is free open source software and is distributed under a BSD license. Please fill out our license form, if you use Slicer [http://www.slicer.org/cgi-bin/License/SlicerLicenseForm.pl Slicer license form]. &lt;br /&gt;
*Compiled binaries are accessible through the [[Projects/slicerWeb:Downloads| Slicer Downloads]] page.&lt;br /&gt;
&lt;br /&gt;
== Training and Documentation ==&lt;br /&gt;
The [http://www.na-mic.org/Wiki/index.php/Slicer3.2:Training Slicer3 Training page] provides a series of courses for learning how to use Slicer3. The portfolio contains self-guided presentation and sample data sets&lt;br /&gt;
&lt;br /&gt;
Reference manual style [http://www.slicer.org/slicerWiki/index.php/Documentation documentation] for Slicer3 can be found on the  Slicer Wiki.&lt;br /&gt;
&lt;br /&gt;
== Support ==&lt;br /&gt;
Feature requests and bug reports can be posted on the [http://www.na-mic.org/Bug/main_page.php Slicer bug tracker] page.&lt;br /&gt;
&lt;br /&gt;
Please contact the [http://www.slicer.org/pages/Mailinglist Slicer Users mailing list] for questions related to the software, archives of slicer-users and subscription management tools.&lt;br /&gt;
&lt;br /&gt;
== Quick Links ==&lt;br /&gt;
{|align=&amp;quot;left&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#ddf&amp;quot;| '''Slicer 3.x''' (Current development version)&lt;br /&gt;
|style=&amp;quot;background:#ddf&amp;quot;| Quick Links&lt;br /&gt;
|-&lt;br /&gt;
|Slicer3 License&lt;br /&gt;
|[http://www.slicer.org/cgi-bin/License/SlicerLicenseForm.pl Slicer3 license form]&lt;br /&gt;
|-&lt;br /&gt;
|Slicer3 Download&lt;br /&gt;
|[[Projects/slicerWeb:Downloads| Slicer3 Downloads]]&lt;br /&gt;
|-&lt;br /&gt;
|Slicer3 Training&lt;br /&gt;
|[http://www.na-mic.org/Wiki/index.php/Slicer3.2:Training Slicer3 Training page]&lt;br /&gt;
|-&lt;br /&gt;
|Slicer3 Reference Manual Documentation&lt;br /&gt;
|[http://www.slicer.org/slicerWiki/index.php/Documentation Reference Manual Documentation]&lt;br /&gt;
|-&lt;br /&gt;
|Slicer3 Bug Tracking&lt;br /&gt;
|[http://www.na-mic.org/Bug/main_page.php Slicer bug tracker]&lt;br /&gt;
|-&lt;br /&gt;
|Slicer3 Mailing Lists&lt;br /&gt;
|[http://www.slicer.org/pages/Mailinglist Slicer Users mailing list]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===[[DeveloperOrientation:Developer_information_Slicer 2.6|Legacy information about Slicer 2.6]]===&lt;/div&gt;</summary>
		<author><name>Melonakos</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Special:Badtitle/NS100:OldDownloads&amp;diff=6613</id>
		<title>Special:Badtitle/NS100:OldDownloads</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Special:Badtitle/NS100:OldDownloads&amp;diff=6613"/>
		<updated>2008-11-08T20:30:04Z</updated>

		<summary type="html">&lt;p&gt;Melonakos: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
= Slicer Downloads =&lt;br /&gt;
&lt;br /&gt;
This is the download page for compiled versions of the 3D Slicer software. &lt;br /&gt;
&lt;br /&gt;
== License Agreement ==&lt;br /&gt;
Please fill out the '''[http://www.slicer.org/cgi-bin/License/SlicerLicenseForm.pl Slicer License Form]''' before downloading any binary releases of Slicer.&lt;br /&gt;
&lt;br /&gt;
== Downloads ==&lt;br /&gt;
{| border=&amp;quot;00&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot;| &lt;br /&gt;
'''Hardware/OS requirement''': Either Windows XP or more recent, Linux (x86 or x86_64), Mac OS X (ppc or Intel), min 2 GB of RAM and a dedicated graphic accelerator with at least 128 MB of on-board graphic memory. Shared memory graphics will result in slow render speeds.&lt;br /&gt;
&lt;br /&gt;
=== Recommended Stable Slicer Releases ===&lt;br /&gt;
*'''[http://www.slicer.org/DownloadSlicer.php/Release Stable releases]''': Pre-compiled stable Slicer Releases for Linux, Windows, Mac and Solaris (this is where you find '''Slicer 3.2''' pre-compiled versions for supported platforms).&lt;br /&gt;
&lt;br /&gt;
=== Bleeding Edge Slicer Releases ===&lt;br /&gt;
*''[http://www.slicer.org/DownloadSlicer.php/Snapshots Snapshots]'': Custom built Slicer binaries, in various states of completion&lt;br /&gt;
*''[http://www.slicer.org/DownloadSlicer.php/Nightly Nightly]'': This page contains a week's worth of nightly builds&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background: #dddddd&amp;quot; colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;| &amp;lt;b&amp;gt;&amp;lt;font color=#336699&amp;gt;Slicer Download Statistics&amp;lt;/font&amp;gt;&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
([http://wiki.slicer.org/slicerWiki/index.php?title=Projects/slicerWeb:Downloads#Download_Statistics live version at the bottom of this page])&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background: #ebeced&amp;quot;|[[Image:SlicerDownloadsSeptember2008.png|center|300px]] &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Training ==&lt;br /&gt;
Training materials on how to use 3D Slicer.&lt;br /&gt;
*[http://wiki.na-mic.org/Wiki/index.php/Slicer3.2:Training '''Slicer 3''']&lt;br /&gt;
*[http://wiki.na-mic.org/Wiki/index.php/Slicer:Workshops:User_Training_101 '''Slicer 2''']&lt;br /&gt;
&lt;br /&gt;
== Other Resources ==&lt;br /&gt;
*'''[http://www.na-mic.org/Bug/login_page.php Mantis Tracker]''': Report bugs and make feature requests here.&lt;br /&gt;
*'''[http://public.kitware.com/dashboard.php?name=slicer3 Slicer Dashboard]''': Information about the nightly builds.&lt;br /&gt;
*'''[[Projects/slicerWeb:SourceCode|Source Code]]''': This page points to the source code repositories.&lt;br /&gt;
*'''[http://slicer.org/pages/Mailinglist Slicer mailing lists]''': This page contains points to the Slicer user and developers mailing lists.&lt;br /&gt;
*'''X11 for Mac''': On Mac OS X you need X11 installed. We had good experience with [http://xquartz.macosforge.org/trac/wiki xquartz].&lt;br /&gt;
&lt;br /&gt;
== Download Statistics ==&lt;br /&gt;
* See [http://slicer.org/pages/Special:Download_Stats '''here'''] for 3D Slicer download statistics.&lt;/div&gt;</summary>
		<author><name>Melonakos</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Special:Badtitle/NS100:UserOrientation&amp;diff=6612</id>
		<title>Special:Badtitle/NS100:UserOrientation</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Special:Badtitle/NS100:UserOrientation&amp;diff=6612"/>
		<updated>2008-11-08T20:28:52Z</updated>

		<summary type="html">&lt;p&gt;Melonakos: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
=Slicer User Orientation=&lt;br /&gt;
&lt;br /&gt;
Slicer is an open-source software application for computer scientists and clinical researchers. &lt;br /&gt;
&lt;br /&gt;
The platform provides functionality for segmentation, registration and three-dimensional visualization of multi-modal image data, as well as advanced image analysis algorithms for diffusion tensor imaging, functional magnetic resonance imaging and image-guided therapy. Standard image file formats are supported, and the application integrates interface capabilities to biomedical research software and image informatics frameworks.&lt;br /&gt;
&lt;br /&gt;
Slicer is available for Linux, Mac, and Windows.&lt;br /&gt;
&lt;br /&gt;
[[Image:Tharin_Neurosurgery.jpg|thumb|right|250 px|A coronal brain slice with super-imposed diffusion tensor tractography to show alteration in the arrangement of the tracts around a tumor. See [http://slicer.org/pages/Special:PubDB_View?dspaceid=327 Tharin et al Neurosurgery 2007] for more info.]]&lt;br /&gt;
&lt;br /&gt;
== Get Slicer ==&lt;br /&gt;
*Slicer is free open source software and is distributed under a BSD license. Please fill out our license form, if you use Slicer [http://www.slicer.org/cgi-bin/License/SlicerLicenseForm.pl Slicer license form]. &lt;br /&gt;
*Compiled binaries are accessible through the [[Projects/slicerWeb:Downloads| Slicer Downloads]] page.&lt;br /&gt;
&lt;br /&gt;
== Training and Documentation ==&lt;br /&gt;
The [http://www.na-mic.org/Wiki/index.php/Slicer3.2:Training Slicer3 Training page] provides a series of courses for learning how to use Slicer3. The portfolio contains self-guided presentation and sample data sets&lt;br /&gt;
&lt;br /&gt;
Reference manual style [http://www.slicer.org/slicerWiki/index.php/Documentation documentation] for Slicer3 can be found on the  Slicer Wiki.&lt;br /&gt;
&lt;br /&gt;
== Support ==&lt;br /&gt;
Feature requests and bug reports can be posted on the [http://www.na-mic.org/Bug/main_page.php Slicer bug tracker] page.&lt;br /&gt;
&lt;br /&gt;
Please contact the [http://www.slicer.org/pages/Mailinglist Slicer Users mailing list] for questions related to the software, archives of slicer-users and subscription management tools.&lt;br /&gt;
&lt;br /&gt;
== Quick Links ==&lt;br /&gt;
{|align=&amp;quot;left&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#ddf&amp;quot;| '''Slicer 3.x''' (Current development version)&lt;br /&gt;
|style=&amp;quot;background:#ddf&amp;quot;| Quick Links&lt;br /&gt;
|-&lt;br /&gt;
|Slicer3 License&lt;br /&gt;
|[http://www.slicer.org/cgi-bin/License/SlicerLicenseForm.pl Slicer3 license form]&lt;br /&gt;
|-&lt;br /&gt;
|Slicer3 Download&lt;br /&gt;
|[[Projects/slicerWeb:Downloads| Slicer3 Downloads]]&lt;br /&gt;
|-&lt;br /&gt;
|Slicer3 Training&lt;br /&gt;
|[http://www.na-mic.org/Wiki/index.php/Slicer3.2:Training Slicer3 Training page]&lt;br /&gt;
|-&lt;br /&gt;
|Slicer3 Reference Manual Documentation&lt;br /&gt;
|[http://www.slicer.org/slicerWiki/index.php/Documentation Reference Manual Documentation]&lt;br /&gt;
|-&lt;br /&gt;
|Slicer3 Bug Tracking&lt;br /&gt;
|[http://www.na-mic.org/Bug/main_page.php Slicer bug tracker]&lt;br /&gt;
|-&lt;br /&gt;
|Slicer3 Mailing Lists&lt;br /&gt;
|[http://www.slicer.org/pages/Mailinglist Slicer Users mailing list]&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Melonakos</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=User:Melonakos&amp;diff=6611</id>
		<title>User:Melonakos</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=User:Melonakos&amp;diff=6611"/>
		<updated>2008-11-08T20:27:51Z</updated>

		<summary type="html">&lt;p&gt;Melonakos: New page: [http://www.melonakos.com John Melonakos]&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://www.melonakos.com John Melonakos]&lt;/div&gt;</summary>
		<author><name>Melonakos</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Special:Badtitle/NS100:UserOrientation&amp;diff=6610</id>
		<title>Special:Badtitle/NS100:UserOrientation</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Special:Badtitle/NS100:UserOrientation&amp;diff=6610"/>
		<updated>2008-11-08T20:26:59Z</updated>

		<summary type="html">&lt;p&gt;Melonakos: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
=Slicer User Orientation=&lt;br /&gt;
&lt;br /&gt;
Slicer is an open-source software application for computer scientists and clinical researchers. &lt;br /&gt;
&lt;br /&gt;
The platform provides functionality for segmentation, registration and three-dimensional visualization of multi-modal image data, as well as advanced image analysis algorithms for diffusion tensor imaging, functional magnetic resonance imaging and image-guided therapy. Standard image file formats are supported, and the application integrates interface capabilities to biomedical research software and image informatics frameworks.&lt;br /&gt;
&lt;br /&gt;
Slicer is available for Linux, Mac, and Windows.&lt;br /&gt;
&lt;br /&gt;
[[Image:Tharin_Neurosurgery.jpg|thumb|right|250 px|A coronal brain slice with super-imposed diffusion tensor tractography to show alteration in the arrangement of the tracts around a tumor. See [http://slicer.org/pages/Special:PubDB_View?dspaceid=327 Tharin et al Neurosurgery 2007] for more info.]]&lt;br /&gt;
&lt;br /&gt;
== Get Slicer ==&lt;br /&gt;
*Slicer is free open source software and is distributed under a BSD license. Please fill out our license form, if you use Slicer [http://www.slicer.org/cgi-bin/License/SlicerLicenseForm.pl Slicer license form]. &lt;br /&gt;
*Compiled binaries are accessible through the [[Projects/slicerWeb:Downloads| Slicer Downloads]] page.&lt;br /&gt;
&lt;br /&gt;
== Training and Documentation ==&lt;br /&gt;
The [http://www.na-mic.org/Wiki/index.php/Slicer3.2:Training Slicer3 Training page] provides a series of courses for learning how to use Slicer3. The portfolio contains self-guided presentation and sample data sets&lt;br /&gt;
&lt;br /&gt;
Reference manual style [http://www.slicer.org/slicerWiki/index.php/Documentation documentation] for Slicer3 can be found on the  Slicer Wiki.&lt;br /&gt;
&lt;br /&gt;
== Support ==&lt;br /&gt;
Feature requests and bug reports can be posted on the [http://www.na-mic.org/Bug/main_page.php Slicer bug tracker] page.&lt;br /&gt;
&lt;br /&gt;
Please contact the [http://www.slicer.org/pages/Mailinglist Slicer Users mailing list] for questions related to the software, archives of slicer-users and subscription management tools.&lt;br /&gt;
&lt;br /&gt;
== Quick Links ==&lt;br /&gt;
{|align=&amp;quot;left&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#ddf&amp;quot;| '''Slicer 3.x''' Resource&lt;br /&gt;
|style=&amp;quot;background:#ddf&amp;quot;| Quick Links&lt;br /&gt;
|-&lt;br /&gt;
|Slicer3 License&lt;br /&gt;
|[http://www.slicer.org/cgi-bin/License/SlicerLicenseForm.pl Slicer3 license form]&lt;br /&gt;
|-&lt;br /&gt;
|Slicer3 Download&lt;br /&gt;
|[[Projects/slicerWeb:Downloads| Slicer3 Downloads]]&lt;br /&gt;
|-&lt;br /&gt;
|Slicer3 Training&lt;br /&gt;
|[http://www.na-mic.org/Wiki/index.php/Slicer3.2:Training Slicer3 Training page]&lt;br /&gt;
|-&lt;br /&gt;
|Slicer3 Reference Manual Documentation&lt;br /&gt;
|[http://www.slicer.org/slicerWiki/index.php/Documentation Reference Manual Documentation]&lt;br /&gt;
|-&lt;br /&gt;
|Slicer3 Bug Tracking&lt;br /&gt;
|[http://www.na-mic.org/Bug/main_page.php Slicer bug tracker]&lt;br /&gt;
|-&lt;br /&gt;
|Slicer3 Mailing Lists&lt;br /&gt;
|[http://www.slicer.org/pages/Mailinglist Slicer Users mailing list]&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Melonakos</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Special:Badtitle/NS100:OldDownloads&amp;diff=6609</id>
		<title>Special:Badtitle/NS100:OldDownloads</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Special:Badtitle/NS100:OldDownloads&amp;diff=6609"/>
		<updated>2008-11-08T20:20:17Z</updated>

		<summary type="html">&lt;p&gt;Melonakos: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
This is the download page for compiled versions of the 3D Slicer software. &lt;br /&gt;
&lt;br /&gt;
= License Agreement =&lt;br /&gt;
Please fill out the '''[http://www.slicer.org/cgi-bin/License/SlicerLicenseForm.pl Slicer License Form]''' before downloading any binary releases of Slicer.&lt;br /&gt;
&lt;br /&gt;
= Downloads =&lt;br /&gt;
{| border=&amp;quot;00&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot;| &lt;br /&gt;
'''Hardware/OS requirement''': Either Windows XP or more recent, Linux (x86 or x86_64), Mac OS X (ppc or Intel), min 2 GB of RAM and a dedicated graphic accelerator with at least 128 MB of on-board graphic memory. Shared memory graphics will result in slow render speeds.&lt;br /&gt;
&lt;br /&gt;
== Recommended Stable Slicer Releases ==&lt;br /&gt;
*'''[http://www.slicer.org/DownloadSlicer.php/Release Stable releases]''': Pre-compiled stable Slicer Releases for Linux, Windows, Mac and Solaris (this is where you find '''Slicer 3.2''' pre-compiled versions for supported platforms).&lt;br /&gt;
&lt;br /&gt;
== Bleeding Edge Slicer Releases ==&lt;br /&gt;
*''[http://www.slicer.org/DownloadSlicer.php/Snapshots Snapshots]'': Custom built Slicer binaries, in various states of completion&lt;br /&gt;
*''[http://www.slicer.org/DownloadSlicer.php/Nightly Nightly]'': This page contains a week's worth of nightly builds&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background: #dddddd&amp;quot; colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;| &amp;lt;b&amp;gt;&amp;lt;font color=#336699&amp;gt;Slicer Download Statistics&amp;lt;/font&amp;gt;&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
([http://wiki.slicer.org/slicerWiki/index.php?title=Projects/slicerWeb:Downloads#Download_Statistics live version at the bottom of this page])&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background: #ebeced&amp;quot;|[[Image:SlicerDownloadsSeptember2008.png|center|300px]] &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Training =&lt;br /&gt;
Training materials on how to use 3D Slicer.&lt;br /&gt;
*[http://wiki.na-mic.org/Wiki/index.php/Slicer3.2:Training '''Slicer 3''']&lt;br /&gt;
*[http://wiki.na-mic.org/Wiki/index.php/Slicer:Workshops:User_Training_101 '''Slicer 2''']&lt;br /&gt;
&lt;br /&gt;
= Other Resources =&lt;br /&gt;
*'''[http://www.na-mic.org/Bug/login_page.php Mantis Tracker]''': Report bugs and make feature requests here.&lt;br /&gt;
*'''[http://public.kitware.com/dashboard.php?name=slicer3 Slicer Dashboard]''': Information about the nightly builds.&lt;br /&gt;
*'''[[Projects/slicerWeb:SourceCode|Source Code]]''': This page points to the source code repositories.&lt;br /&gt;
*'''[http://slicer.org/pages/Mailinglist Slicer mailing lists]''': This page contains points to the Slicer user and developers mailing lists.&lt;br /&gt;
*'''X11 for Mac''': On Mac OS X you need X11 installed. We had good experience with [http://xquartz.macosforge.org/trac/wiki xquartz].&lt;br /&gt;
&lt;br /&gt;
= Download Statistics =&lt;br /&gt;
* See [http://slicer.org/pages/Special:Download_Stats '''here'''] for 3D Slicer download statistics.&lt;/div&gt;</summary>
		<author><name>Melonakos</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Special:Badtitle/NS100:OldDownloads&amp;diff=6608</id>
		<title>Special:Badtitle/NS100:OldDownloads</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Special:Badtitle/NS100:OldDownloads&amp;diff=6608"/>
		<updated>2008-11-08T20:18:47Z</updated>

		<summary type="html">&lt;p&gt;Melonakos: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
This is the download page for compiled versions of the 3D Slicer software. &lt;br /&gt;
&lt;br /&gt;
= License Agreement =&lt;br /&gt;
&lt;br /&gt;
Please fill out the '''[http://www.slicer.org/cgi-bin/License/SlicerLicenseForm.pl Slicer License Form]''' before downloading any binary releases of Slicer.&lt;br /&gt;
&lt;br /&gt;
= Downloads =&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;00&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot;| &lt;br /&gt;
'''Hardware/OS requirement''': Either Windows XP or more recent, Linux (x86 or x86_64), Mac OS X (ppc or Intel), min 2 GB of RAM and a dedicated graphic accelerator with at least 128 MB of on-board graphic memory. Shared memory graphics will result in slow render speeds.&lt;br /&gt;
&lt;br /&gt;
== Recommended Stable Slicer Releases ==&lt;br /&gt;
&lt;br /&gt;
*'''[http://www.slicer.org/DownloadSlicer.php/Release Stable releases]''': Pre-compiled stable Slicer Releases for Linux, Windows, Mac and Solaris (this is where you find '''Slicer 3.2''' pre-compiled versions for supported platforms).&lt;br /&gt;
&lt;br /&gt;
== Bleeding Edge Slicer Releases ==&lt;br /&gt;
&lt;br /&gt;
*''[http://www.slicer.org/DownloadSlicer.php/Snapshots Snapshots]'': Custom built Slicer binaries, in various states of completion&lt;br /&gt;
*''[http://www.slicer.org/DownloadSlicer.php/Nightly Nightly]'': This page contains a week's worth of nightly builds&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background: #dddddd&amp;quot; colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;| &amp;lt;b&amp;gt;&amp;lt;font color=#336699&amp;gt;Slicer Download Statistics&amp;lt;/font&amp;gt;&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
([http://wiki.slicer.org/slicerWiki/index.php?title=Projects/slicerWeb:Downloads#Download_Statistics live version at the bottom of this page])&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background: #ebeced&amp;quot;|[[Image:SlicerDownloadsSeptember2008.png|center|300px]] &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Training =&lt;br /&gt;
&lt;br /&gt;
Training materials on how to use 3D Slicer.&lt;br /&gt;
*[http://wiki.na-mic.org/Wiki/index.php/Slicer3.2:Training '''Slicer 3''']&lt;br /&gt;
*[http://wiki.na-mic.org/Wiki/index.php/Slicer:Workshops:User_Training_101 '''Slicer 2''']&lt;br /&gt;
&lt;br /&gt;
= Other Resources =&lt;br /&gt;
&lt;br /&gt;
*'''[http://www.na-mic.org/Bug/login_page.php Mantis Tracker]''': Report bugs and make feature requests here.&lt;br /&gt;
*'''[http://public.kitware.com/dashboard.php?name=slicer3 Slicer Dashboard]''': Information about the nightly builds.&lt;br /&gt;
*'''[[Projects/slicerWeb:SourceCode|Source Code]]''': This page points to the source code repositories.&lt;br /&gt;
*'''[http://slicer.org/pages/Mailinglist Slicer mailing lists]''': This page contains points to the Slicer user and developers mailing lists.&lt;br /&gt;
*'''X11 for Mac''': On Mac OS X you need X11 installed. We had good experience with [http://xquartz.macosforge.org/trac/wiki xquartz].&lt;br /&gt;
&lt;br /&gt;
= Download Statistics =&lt;br /&gt;
&lt;br /&gt;
* See [http://slicer.org/pages/Special:Download_Stats '''here'''] for 3D Slicer download statistics.&lt;/div&gt;</summary>
		<author><name>Melonakos</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Special:Badtitle/NS100:OldDownloads&amp;diff=6607</id>
		<title>Special:Badtitle/NS100:OldDownloads</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Special:Badtitle/NS100:OldDownloads&amp;diff=6607"/>
		<updated>2008-11-08T20:18:08Z</updated>

		<summary type="html">&lt;p&gt;Melonakos: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
This is the download page for compiled versions of the 3D Slicer software. &lt;br /&gt;
&lt;br /&gt;
= License Agreement =&lt;br /&gt;
&lt;br /&gt;
Please fill out the '''[http://www.slicer.org/cgi-bin/License/SlicerLicenseForm.pl Slicer License Form]''' before downloading any binary releases of Slicer.&lt;br /&gt;
&lt;br /&gt;
= Downloads =&lt;br /&gt;
{| border=&amp;quot;00&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot;| &lt;br /&gt;
'''Hardware/OS requirement''': Either Windows XP or more recent, Linux (x86 or x86_64), Mac OS X (ppc or Intel), min 2 GB of RAM and a dedicated graphic accelerator with at least 128 MB of on-board graphic memory. Shared memory graphics will result in slow render speeds.&lt;br /&gt;
&lt;br /&gt;
== Recommended Stable Slicer Releases ==&lt;br /&gt;
*'''[http://www.slicer.org/DownloadSlicer.php/Release Stable releases]''': Pre-compiled stable Slicer Releases for Linux, Windows, Mac and Solaris (this is where you find '''Slicer 3.2''' pre-compiled versions for supported platforms).&lt;br /&gt;
&lt;br /&gt;
== Bleeding Edge Slicer Releases ==&lt;br /&gt;
*''[http://www.slicer.org/DownloadSlicer.php/Snapshots Snapshots]'': Custom built Slicer binaries, in various states of completion&lt;br /&gt;
*''[http://www.slicer.org/DownloadSlicer.php/Nightly Nightly]'': This page contains a week's worth of nightly builds&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background: #dddddd&amp;quot; colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;| &amp;lt;b&amp;gt;&amp;lt;font color=#336699&amp;gt;Slicer Download Statistics&amp;lt;/font&amp;gt;&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
([http://wiki.slicer.org/slicerWiki/index.php?title=Projects/slicerWeb:Downloads#Download_Statistics live version at the bottom of this page])&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background: #ebeced&amp;quot;|[[Image:SlicerDownloadsSeptember2008.png|center|300px]] &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Training =&lt;br /&gt;
Training materials on how to use 3D Slicer.&lt;br /&gt;
*[http://wiki.na-mic.org/Wiki/index.php/Slicer3.2:Training '''Slicer 3''']&lt;br /&gt;
*[http://wiki.na-mic.org/Wiki/index.php/Slicer:Workshops:User_Training_101 '''Slicer 2''']&lt;br /&gt;
&lt;br /&gt;
= Other Resources =&lt;br /&gt;
*'''[http://www.na-mic.org/Bug/login_page.php Mantis Tracker]''': Report bugs and make feature requests here.&lt;br /&gt;
*'''[http://public.kitware.com/dashboard.php?name=slicer3 Slicer Dashboard]''': Information about the nightly builds.&lt;br /&gt;
*'''[[Projects/slicerWeb:SourceCode|Source Code]]''': This page points to the source code repositories.&lt;br /&gt;
*'''[http://slicer.org/pages/Mailinglist Slicer mailing lists]''': This page contains points to the Slicer user and developers mailing lists.&lt;br /&gt;
*'''X11 for Mac''': On Mac OS X you need X11 installed. We had good experience with [http://xquartz.macosforge.org/trac/wiki xquartz].&lt;br /&gt;
&lt;br /&gt;
= Download Statistics =&lt;br /&gt;
* See [http://slicer.org/pages/Special:Download_Stats '''here'''] for 3D Slicer download statistics.&lt;/div&gt;</summary>
		<author><name>Melonakos</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Special:Badtitle/NS100:OldDownloads&amp;diff=6606</id>
		<title>Special:Badtitle/NS100:OldDownloads</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Special:Badtitle/NS100:OldDownloads&amp;diff=6606"/>
		<updated>2008-11-08T20:16:30Z</updated>

		<summary type="html">&lt;p&gt;Melonakos: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
This is the download page for compiled versions of the 3D Slicer software. &lt;br /&gt;
&lt;br /&gt;
= License Agreement =&lt;br /&gt;
&lt;br /&gt;
Please fill out the '''[http://www.slicer.org/cgi-bin/License/SlicerLicenseForm.pl Slicer License Form]''' before downloading any binary releases of Slicer.&lt;br /&gt;
&lt;br /&gt;
= Downloads =&lt;br /&gt;
{| border=&amp;quot;00&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot;| &lt;br /&gt;
'''Hardware/OS requirement''': Either Windows XP or more recent, Linux (x86 or x86_64), Mac OS X (ppc or Intel), min 2 GB of RAM and a dedicated graphic accelerator with at least 128 MB of on-board graphic memory. Shared memory graphics will result in slow render speeds.&lt;br /&gt;
&lt;br /&gt;
== Recommended Stable Slicer Releases ==&lt;br /&gt;
*'''[http://www.slicer.org/DownloadSlicer.php/Release Stable releases]''': Pre-compiled stable Slicer Releases for Linux, Windows, Mac and Solaris (this is where you find '''Slicer 3.2''' pre-compiled versions for supported platforms).&lt;br /&gt;
&lt;br /&gt;
== Bleeding Edge Slicer Releases ==&lt;br /&gt;
*''[http://www.slicer.org/DownloadSlicer.php/Snapshots Snapshots]'': Custom built Slicer binaries, in various states of completion&lt;br /&gt;
*''[http://www.slicer.org/DownloadSlicer.php/Nightly Nightly]'': This page contains a week's worth of nightly builds&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background: #dddddd&amp;quot; colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;| &amp;lt;b&amp;gt;&amp;lt;font color=#336699&amp;gt;Slicer Download Statistics&amp;lt;/font&amp;gt;&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
([http://wiki.slicer.org/slicerWiki/index.php?title=Projects/slicerWeb:Downloads#Download_Statistics live version at the bottom of this page])&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background: #ebeced&amp;quot;|[[Image:SlicerDownloadsSeptember2008.png|center|300px]] &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Resources=&lt;br /&gt;
*'''[http://www.na-mic.org/Bug/login_page.php Mantis Tracker]''': Report bugs and make feature requests here.&lt;br /&gt;
*'''[http://public.kitware.com/dashboard.php?name=slicer3 Slicer Dashboard]''': Information about the nightly builds.&lt;br /&gt;
*'''[[Projects/slicerWeb:SourceCode|Source Code]]''': This page points to the source code repositories.&lt;br /&gt;
*'''[http://slicer.org/pages/Mailinglist Slicer mailing lists]''': This page contains points to the Slicer user and developers mailing lists.&lt;br /&gt;
*'''X11 for Mac''': On Mac OS X you need X11 installed. We had good experience with [http://xquartz.macosforge.org/trac/wiki xquartz].&lt;br /&gt;
== Training ==&lt;br /&gt;
Training materials on how to use 3D Slicer.&lt;br /&gt;
*[http://wiki.na-mic.org/Wiki/index.php/Slicer3.2:Training '''Slicer 3''']&lt;br /&gt;
*[http://wiki.na-mic.org/Wiki/index.php/Slicer:Workshops:User_Training_101 '''Slicer 2''']&lt;br /&gt;
==Download Statistics==&lt;br /&gt;
* See [http://slicer.org/pages/Special:Download_Stats '''here'''] for 3D Slicer download statistics.&lt;/div&gt;</summary>
		<author><name>Melonakos</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Special:Badtitle/NS100:Slicer4Industry&amp;diff=6605</id>
		<title>Special:Badtitle/NS100:Slicer4Industry</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Special:Badtitle/NS100:Slicer4Industry&amp;diff=6605"/>
		<updated>2008-11-08T19:38:41Z</updated>

		<summary type="html">&lt;p&gt;Melonakos: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Commercial Use =&lt;br /&gt;
&lt;br /&gt;
We invite commercial entities to use 3D Slicer. &lt;br /&gt;
&lt;br /&gt;
== Slicer's License makes Commercial Use Available ==&lt;br /&gt;
&lt;br /&gt;
* 3D Slicer is a Free Open Source Software distributed under a BSD style license. &lt;br /&gt;
* The license does not impose restrictions on the use of the software. &lt;br /&gt;
* 3D Slicer is NOT FDA approved. It is the users responsibility to ensure compliance with applicable rules and regulations.&lt;br /&gt;
* For details, please see the full [http://www.slicer.org/cgi-bin/License/SlicerLicenseForm.pl license].&lt;br /&gt;
&lt;br /&gt;
== Examples of Slicer-Based Projects in Real Settings ==&lt;br /&gt;
&lt;br /&gt;
[[Image:Fedorov-Supercomputing2006-fig3.png|thumb|left|350px|Toward Real-Time Image Guided Neurosurgery Using Distributed and Grid Computing. See [http://www.slicer.org/pages/Special:PubDB_View?dspaceid=44 Chrisochoides et al IEEE Conference on Supercomputing 2006] for more info.]]&lt;/div&gt;</summary>
		<author><name>Melonakos</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Special:Badtitle/NS100:Slicer4Industry&amp;diff=6604</id>
		<title>Special:Badtitle/NS100:Slicer4Industry</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Special:Badtitle/NS100:Slicer4Industry&amp;diff=6604"/>
		<updated>2008-11-08T19:24:39Z</updated>

		<summary type="html">&lt;p&gt;Melonakos: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Commercial Use =&lt;br /&gt;
&lt;br /&gt;
[[Image:Fedorov-Supercomputing2006-fig3.png|thumb|right|350px|Toward Real-Time Image Guided Neurosurgery Using Distributed and Grid Computing. See [http://www.slicer.org/pages/Special:PubDB_View?dspaceid=44 Chrisochoides et al IEEE Conference on Supercomputing 2006] for more info.]]&lt;br /&gt;
&lt;br /&gt;
We invite commercial entities to use 3D Slicer. Highlights from the license:&lt;br /&gt;
&lt;br /&gt;
* 3D Slicer is a Free Open Source Software distributed under a BSD style license. &lt;br /&gt;
* The license does not impose restrictions on the use of the software. &lt;br /&gt;
* 3D Slicer is NOT FDA approved. It is the users responsibility to ensure compliance with applicable rules and regulations.&lt;br /&gt;
* For details, please see the full [http://www.slicer.org/cgi-bin/License/SlicerLicenseForm.pl license].&lt;/div&gt;</summary>
		<author><name>Melonakos</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Special:Badtitle/NS100:Slicer4Industry&amp;diff=6603</id>
		<title>Special:Badtitle/NS100:Slicer4Industry</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Special:Badtitle/NS100:Slicer4Industry&amp;diff=6603"/>
		<updated>2008-11-08T19:21:14Z</updated>

		<summary type="html">&lt;p&gt;Melonakos: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Commercial Use =&lt;br /&gt;
&lt;br /&gt;
We invite commercial entities to use 3D Slicer. Highlights from the license:&lt;br /&gt;
&lt;br /&gt;
* 3D Slicer is a Free Open Source Software distributed under a BSD style license. &lt;br /&gt;
* The license does not impose restrictions on the use of the software. &lt;br /&gt;
* 3D Slicer is NOT FDA approved. It is the users responsibility to ensure compliance with applicable rules and regulations.&lt;br /&gt;
* For details, please see the full [http://www.slicer.org/cgi-bin/License/SlicerLicenseForm.pl license].&lt;/div&gt;</summary>
		<author><name>Melonakos</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Special:Badtitle/NS100:UserOrientation&amp;diff=6602</id>
		<title>Special:Badtitle/NS100:UserOrientation</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Special:Badtitle/NS100:UserOrientation&amp;diff=6602"/>
		<updated>2008-11-08T19:15:56Z</updated>

		<summary type="html">&lt;p&gt;Melonakos: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
=Slicer User Orientation=&lt;br /&gt;
&lt;br /&gt;
Slicer is an open-source software application for computer scientists and clinical researchers. &lt;br /&gt;
&lt;br /&gt;
The platform provides functionality for segmentation, registration and three-dimensional visualization of multi-modal image data, as well as advanced image analysis algorithms for diffusion tensor imaging, functional magnetic resonance imaging and image-guided therapy. Standard image file formats are supported, and the application integrates interface capabilities to biomedical research software and image informatics frameworks.&lt;br /&gt;
&lt;br /&gt;
Slicer is available for Linux, Mac, and Windows.&lt;br /&gt;
&lt;br /&gt;
[[Image:Tharin_Neurosurgery.jpg|thumb|right|250 px|A coronal brain slice with super-imposed diffusion tensor tractography to show alteration in the arrangement of the tracts around a tumor. See [http://slicer.org/pages/Special:PubDB_View?dspaceid=327 Tharin et al Neurosurgery 2007] for more info.]]&lt;br /&gt;
&lt;br /&gt;
== Get Slicer ==&lt;br /&gt;
*Slicer is free open source software and is distributed under a BSD license. Please fill out our license form, if you use Slicer [http://www.slicer.org/cgi-bin/License/SlicerLicenseForm.pl Slicer license form]. &lt;br /&gt;
*Compiled binaries are accessible through the [[Projects/slicerWeb:Downloads| Slicer Downloads]] page.&lt;br /&gt;
&lt;br /&gt;
== Training and Documentation ==&lt;br /&gt;
The [http://www.na-mic.org/Wiki/index.php/Slicer3.2:Training Slicer 3 Training page] provides a series of courses for learning how to use Slicer 3. The portfolio contains self-guided presentation and sample data sets&lt;br /&gt;
&lt;br /&gt;
Reference manual style [http://www.slicer.org/slicerWiki/index.php/Documentation documentation] for Slicer 3 can be found on the  Slicer Wiki.&lt;br /&gt;
&lt;br /&gt;
== Support ==&lt;br /&gt;
Feature requests and bug reports can be posted on the [http://www.na-mic.org/Bug/main_page.php Slicer bug tracker] page.&lt;br /&gt;
&lt;br /&gt;
Please contact the [http://massmail.bwh.harvard.edu/mailman/listinfo/slicer-users Slicer Users mailing list] for questions related to the software, archives of slicer-users and subscription management tools.&lt;/div&gt;</summary>
		<author><name>Melonakos</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Special:Badtitle/NS100:OldDownloads&amp;diff=6601</id>
		<title>Special:Badtitle/NS100:OldDownloads</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Special:Badtitle/NS100:OldDownloads&amp;diff=6601"/>
		<updated>2008-11-08T19:10:38Z</updated>

		<summary type="html">&lt;p&gt;Melonakos: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
This is the download page for compiled versions of the 3D Slicer software. &lt;br /&gt;
&lt;br /&gt;
= License Agreement =&lt;br /&gt;
&lt;br /&gt;
Please fill out the '''[http://www.slicer.org/cgi-bin/License/SlicerLicenseForm.pl Slicer License Form]''' before downloading any binary releases of Slicer.&lt;br /&gt;
&lt;br /&gt;
= Downloads =&lt;br /&gt;
{| border=&amp;quot;00&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot;| &lt;br /&gt;
'''Hardware/OS requirement''': Either Windows XP or more recent, Linux (x86 or x86_64), Mac OS X (ppc or Intel), min 2 GB of RAM and a dedicated graphic accelerator with at least 128 MB of on-board graphic memory. Shared memory graphics will result in slow render speeds.&lt;br /&gt;
&lt;br /&gt;
== Recommended Stable Slicer Releases ==&lt;br /&gt;
*'''[http://www.slicer.org/DownloadSlicer.php/Release Stable releases]''': Pre-compiled stable Slicer Releases for Linux, Windows, Mac and Solaris (this is where you find '''Slicer 3.2''' pre-compiled versions for supported platforms).&lt;br /&gt;
&lt;br /&gt;
== Bleeding Edge Slicer Releases ==&lt;br /&gt;
*''[http://www.slicer.org/DownloadSlicer.php/Snapshots Snapshots]'': Custom built Slicer binaries, in various states of completion&lt;br /&gt;
*''[http://www.slicer.org/DownloadSlicer.php/Nightly Nightly]'': This page contains a week's worth of nightly builds&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;background: #dddddd&amp;quot; colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;| &amp;lt;b&amp;gt;&amp;lt;font color=#336699&amp;gt;Slicer Download Statistics&amp;lt;/font&amp;gt;&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
([http://wiki.slicer.org/slicerWiki/index.php?title=Projects/slicerWeb:Downloads#Download_Statistics live version at the bottom of this page])&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background: #ebeced&amp;quot;|[[Image:SlicerDownloadsSeptember2008.png|center|300px]] &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Resources=&lt;br /&gt;
*'''[http://www.na-mic.org/Bug/login_page.php Mantis Tracker]''': Report bugs and make feature requests here.&lt;br /&gt;
*'''[http://public.kitware.com/dashboard.php?name=slicer3 Slicer Dashboard]''': Information about the nightly builds.&lt;br /&gt;
*'''[[Projects/slicerWeb:SourceCode|Source Code]]''': This page points to the source code repositories.&lt;br /&gt;
*'''[[Mailinglist| Slicer mailing lists]]''': This page contains points to the Slicer user and developers mailing lists.&lt;br /&gt;
*'''X11 for Mac''': On Mac OS X you need X11 installed. We had good experience with [http://xquartz.macosforge.org/trac/wiki xquartz].&lt;br /&gt;
== Training ==&lt;br /&gt;
Training materials on how to use 3D Slicer.&lt;br /&gt;
*[http://wiki.na-mic.org/Wiki/index.php/Slicer3.2:Training '''Slicer 3''']&lt;br /&gt;
*[http://wiki.na-mic.org/Wiki/index.php/Slicer:Workshops:User_Training_101 '''Slicer 2''']&lt;br /&gt;
==Download Statistics==&lt;br /&gt;
* See [http://slicer.org/pages/Special:Download_Stats '''here'''] for 3D Slicer download statistics.&lt;/div&gt;</summary>
		<author><name>Melonakos</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=FAQ&amp;diff=6600</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=FAQ&amp;diff=6600"/>
		<updated>2008-11-08T19:07:07Z</updated>

		<summary type="html">&lt;p&gt;Melonakos: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Frequently Asked Questions =&lt;br /&gt;
&lt;br /&gt;
== How can I download Slicer? ==&lt;br /&gt;
Slicer3 is available for download by visiting the following link:  [http://www.slicer.org/pages/Downloads Click Here]&lt;br /&gt;
&lt;br /&gt;
Once you visit the link, select the &amp;quot;Stable Release&amp;quot; -&amp;gt; Your Operating System -&amp;gt; The Slicer3 file with the most recent date.&lt;br /&gt;
&lt;br /&gt;
== What if I have problems with Slicer installation? ==&lt;br /&gt;
You can report problems and get help by joining and emailing the Slicer mailing list:  [http://www.slicer.org/pages/Mailinglist Click Here]&lt;br /&gt;
&lt;br /&gt;
== Where can I find Slicer tutorials? ==&lt;br /&gt;
Slicer3 tutorials are available by visiting the following link:  [http://www.na-mic.org/Wiki/index.php/Slicer3.2:Training Click Here]&lt;/div&gt;</summary>
		<author><name>Melonakos</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=FAQ&amp;diff=6599</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=FAQ&amp;diff=6599"/>
		<updated>2008-11-08T18:59:47Z</updated>

		<summary type="html">&lt;p&gt;Melonakos: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Frequently Asked Questions =&lt;br /&gt;
&lt;br /&gt;
== How can I download Slicer? ==&lt;br /&gt;
Slicer3 is available for download by visiting the following link:  [http://www.slicer.org/pages/Downloads Click Here]&lt;br /&gt;
&lt;br /&gt;
Once you visit the link, select the &amp;quot;Stable Release&amp;quot; -&amp;gt; Your Operating System -&amp;gt; The Slicer3 file with the most recent date.&lt;br /&gt;
&lt;br /&gt;
== What if I have problems with Slicer installation? ==&lt;br /&gt;
You can report problems and get help by joining and emailing the Slicer mailing list:  [http://massmail.bwh.harvard.edu/mailman/listinfo/slicer-users Click Here]&lt;br /&gt;
&lt;br /&gt;
== Where can I find Slicer tutorials? ==&lt;br /&gt;
Slicer3 tutorials are available by visiting the following link:  [http://www.na-mic.org/Wiki/index.php/Slicer3.2:Training Click Here]&lt;/div&gt;</summary>
		<author><name>Melonakos</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=FAQ&amp;diff=6598</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=FAQ&amp;diff=6598"/>
		<updated>2008-11-08T18:17:31Z</updated>

		<summary type="html">&lt;p&gt;Melonakos: New page: = Frequently Asked Questions =  == How can I download Slicer? == Slicer3 is available for download by visiting the following link:  [http://www.slicer.org/pages/Downloads Click Here]&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Frequently Asked Questions =&lt;br /&gt;
&lt;br /&gt;
== How can I download Slicer? ==&lt;br /&gt;
Slicer3 is available for download by visiting the following link:  [http://www.slicer.org/pages/Downloads Click Here]&lt;/div&gt;</summary>
		<author><name>Melonakos</name></author>
		
	</entry>
</feed>