<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.na-mic.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Alexis.girault&amp;*</id>
	<title>NAMIC Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.na-mic.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Alexis.girault&amp;*"/>
	<link rel="alternate" type="text/html" href="https://www.na-mic.org/wiki/Special:Contributions/Alexis.girault"/>
	<updated>2026-05-23T08:45:23Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.33.0</generator>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2017_Winter_Project_Week/Support_for_volumetric_meshes&amp;diff=95198</id>
		<title>2017 Winter Project Week/Support for volumetric meshes</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2017_Winter_Project_Week/Support_for_volumetric_meshes&amp;diff=95198"/>
		<updated>2017-01-16T15:36:37Z</updated>

		<summary type="html">&lt;p&gt;Alexis.girault: /* Project Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-Winter2017.png|link=2017_Winter_Project_Week#Projects|[[2017_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Previous works==&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:volumetricMeshSlicer3.png | FEMesh in Slicer 3&lt;br /&gt;
File:CleaverExtension.jpeg | Cleaver Extensio&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Results==&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Models_VolumetricMesh3.png | Volumetric Mesh&lt;br /&gt;
File:Models_VolumetricMesh1.gif | Volumetric Mesh (gif)&lt;br /&gt;
File:Models_VolumetricMesh2.gif | Models module display widget (gif)&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
&amp;lt;!-- Add a bulleted list of investigators and their institutions here --&amp;gt;&lt;br /&gt;
* Alexis Girault (Kitware, Inc.)&lt;br /&gt;
* Curtis Lisle (KnowledgeVis, LLC)&lt;br /&gt;
* Steve Pieper (Isomics, Inc.)&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align: left; width:20%&amp;quot; |   Objective&lt;br /&gt;
! style=&amp;quot;text-align: left; width:20%&amp;quot; |   Approach and Plan&lt;br /&gt;
! style=&amp;quot;text-align: left; width:20%&amp;quot; |   Progress/Results&lt;br /&gt;
! style=&amp;quot;text-align: left; width:20%&amp;quot; |   Next steps/Future work&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Objective bullet points --&amp;gt;&lt;br /&gt;
From top priority to possible future work:&lt;br /&gt;
* Being able to visualize, load and save volumetric meshes &lt;br /&gt;
* Improving clipped visualization of models (surface models or volumetric meshes) and facilitate the display of the point data (active scalars).&lt;br /&gt;
* Being able to create volumetric meshes from label maps (or segmentation?) and possibly edit them&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Approach and Plan bullet points --&amp;gt;&lt;br /&gt;
* Initial discussions needed with Curtis and Steve based on existing work: IA FEMesh from Slicer 3, BodyCentricCubicMesh and MeshCompression modules, and the CleaverExtension. Some parts of the IA FEMesh module were prototyped in early Slicer 4 (Curtis).&lt;br /&gt;
* Probably investigate the creation of a MRML node similar to Models (possibly create a hierarchy between both?) that would wrap a vtkUnstructuredGrid in order to visualize, load and save the meshes.&lt;br /&gt;
* Investigate best way to adapt previous Slicer-based volumetric work that allowed for creation and edition (bullet point 1) to work with the new architecture put in place within Slicer 4 (bullet point 2).&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Progress/Results --&amp;gt;&lt;br /&gt;
* Can Read &amp;amp; Write Unstructured Grid mesh (vtk or vtu)&lt;br /&gt;
* Fix bug in vtk reader to retrieve all point data and cell data.&lt;br /&gt;
* vtkMRMLModelNode now holds a &amp;quot;mesh&amp;quot;, either a polydata (surface mesh) or an unstructured grid (volumetric mesh)&lt;br /&gt;
* vtkMRMLDisplayNode had a major clean up to consolidate scalar range options (scalarRangeFlag and autoScalarRange). Other clean up made to retrieve the look-up table for specific nodes only holding color transfer functions (ex: vtkMRMLProceduralColorNode).&lt;br /&gt;
* DisplayableManager updated for 3D to allow cutting through volumetric mesh.&lt;br /&gt;
* SliceDisplableManager updated for 2D Slices to be able to use same display properties than 3D view.&lt;br /&gt;
* qMRMLModelDisplayNodeWidget updated to simplify scalar range mode selection, adapt number of decimals and single step for manual selection of the range based on the magnitude of the current values.&lt;br /&gt;
* Threshold displayed mesh by scalar values.&lt;br /&gt;
* Display information about the model type (surface or volumetric) for the user to be able to distinct it in the module widget.&lt;br /&gt;
* WIP branch on github: https://github.com/Slicer/Slicer/compare/master...agirault:volumetric-mesh-support&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Next steps/Future work--&amp;gt;&lt;br /&gt;
* Clean up and consolidate qSlicerModelsModuleWidget (display properties, representations, wireframe, clipping... just move options around to make it more usable)&lt;br /&gt;
* Add clipping option to smoothen the cut (using vtkClipDataSet vs vtkExtractGeometry)&lt;br /&gt;
* Add support to pass through CLI (SlicerCLILogic)&lt;br /&gt;
* Test with more cases, like fiber bundles etc... (changes could have a lot of impacts because there were changes to vtkMRMLDisplayNode and vtkMRMLModelNode. Make sure the updated API stays backward compatible).&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Background and References==&lt;br /&gt;
&amp;lt;!-- Use this space for information that may help people better understand your project, like links to papers, source code, or data --&amp;gt;&lt;br /&gt;
* IA_FEMesh (Slicer 3) : https://www.slicer.org/wiki/Modules:IA_FEMesh-Documentation-3.6&lt;br /&gt;
* BodyCentricCubicMesh module : https://www.slicer.org/wiki/Documentation/Nightly/Modules/BodyCentricCubicMesh&lt;br /&gt;
* MeshCompression module : https://www.slicer.org/wiki/Documentation/Nightly/Modules/MeshCompression&lt;br /&gt;
* CleaverExtenstion : https://www.slicer.org/wiki/Documentation/Nightly/Extensions/CleaverExtension&lt;br /&gt;
* vtkUnstructuredGrid : http://www.vtk.org/doc/nightly/html/classvtkUnstructuredGrid.html&lt;/div&gt;</summary>
		<author><name>Alexis.girault</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2017_Winter_Project_Week/Support_for_volumetric_meshes&amp;diff=95163</id>
		<title>2017 Winter Project Week/Support for volumetric meshes</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2017_Winter_Project_Week/Support_for_volumetric_meshes&amp;diff=95163"/>
		<updated>2017-01-13T16:34:00Z</updated>

		<summary type="html">&lt;p&gt;Alexis.girault: /* Project Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-Winter2017.png|link=2017_Winter_Project_Week#Projects|[[2017_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Previous works==&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:volumetricMeshSlicer3.png | FEMesh in Slicer 3&lt;br /&gt;
File:CleaverExtension.jpeg | Cleaver Extensio&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Results==&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Models_VolumetricMesh3.png | Volumetric Mesh&lt;br /&gt;
File:Models_VolumetricMesh1.gif | Volumetric Mesh (gif)&lt;br /&gt;
File:Models_VolumetricMesh2.gif | Models module display widget (gif)&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
&amp;lt;!-- Add a bulleted list of investigators and their institutions here --&amp;gt;&lt;br /&gt;
* Alexis Girault (Kitware, Inc.)&lt;br /&gt;
* Curtis Lisle (KnowledgeVis, LLC)&lt;br /&gt;
* Steve Pieper (Isomics, Inc.)&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align: left; width:20%&amp;quot; |   Objective&lt;br /&gt;
! style=&amp;quot;text-align: left; width:20%&amp;quot; |   Approach and Plan&lt;br /&gt;
! style=&amp;quot;text-align: left; width:20%&amp;quot; |   Progress/Results&lt;br /&gt;
! style=&amp;quot;text-align: left; width:20%&amp;quot; |   Next steps/Future work&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Objective bullet points --&amp;gt;&lt;br /&gt;
From top priority to possible future work:&lt;br /&gt;
* Being able to visualize, load and save volumetric meshes &lt;br /&gt;
* Improving clipped visualization of models (surface models or volumetric meshes) and facilitate the display of the point data (active scalars).&lt;br /&gt;
* Being able to create volumetric meshes from label maps (or segmentation?) and possibly edit them&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Approach and Plan bullet points --&amp;gt;&lt;br /&gt;
* Initial discussions needed with Curtis and Steve based on existing work: IA FEMesh from Slicer 3, BodyCentricCubicMesh and MeshCompression modules, and the CleaverExtension. Some parts of the IA FEMesh module were prototyped in early Slicer 4 (Curtis).&lt;br /&gt;
* Probably investigate the creation of a MRML node similar to Models (possibly create a hierarchy between both?) that would wrap a vtkUnstructuredGrid in order to visualize, load and save the meshes.&lt;br /&gt;
* Investigate best way to adapt previous Slicer-based volumetric work that allowed for creation and edition (bullet point 1) to work with the new architecture put in place within Slicer 4 (bullet point 2).&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Progress/Results --&amp;gt;&lt;br /&gt;
* Can Read &amp;amp; Write Unstructured Grid mesh (vtk or vtu)&lt;br /&gt;
* Fix bug in vtk reader to retrieve all point data and cell data.&lt;br /&gt;
* vtkMRMLModelNode now holds a &amp;quot;mesh&amp;quot;, either a polydata (surface mesh) or an unstructured grid (volumetric mesh)&lt;br /&gt;
* vtkMRMLDisplayNode had a major clean up to consolidate scalar range options (scalarRangeFlag and autoScalarRange). Other clean up made to retrieve the look-up table for specific nodes only holding color transfer functions (ex: vtkMRMLProceduralColorNode).&lt;br /&gt;
* DisplayableManager updated for 3D to allow cutting through volumetric mesh.&lt;br /&gt;
* SliceDisplableManager updated for 2D Slices to be able to use same display properties than 3D view.&lt;br /&gt;
* qMRMLModelDisplayNodeWidget updated to simplify scalar range mode selection, adapt number of decimals and single step for manual selection of the range based on the magnitude of the current values.&lt;br /&gt;
* Progress made to threshold displayed mesh by scalar values.&lt;br /&gt;
* WIP branch on github: https://github.com/Slicer/Slicer/compare/master...agirault:volumetric-mesh-support&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Next steps/Future work--&amp;gt;&lt;br /&gt;
* Finalize threshold display option.&lt;br /&gt;
* Clean up and consolidate qSlicerModelsModuleWidget (display properties, representations, wireframe, clipping... just move options around to make it more usable)&lt;br /&gt;
* Add clipping option to smoothen the cut (using vtkClipDataSet vs vtkExtractGeometry)&lt;br /&gt;
* Add support to pass through CLI (SlicerCLILogic)&lt;br /&gt;
* Display information about the model type (surface or volumetric) for the user to be able to distinct it in the module widget.&lt;br /&gt;
* Test with more cases, like fiber bundles etc... (changes could have a lot of impacts because there were changes to vtkMRMLDisplayNode and vtkMRMLModelNode. Make sure the updated API stays backward compatible).&lt;br /&gt;
* Add creation, conversion and editing abilities (adapt former modules).&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Background and References==&lt;br /&gt;
&amp;lt;!-- Use this space for information that may help people better understand your project, like links to papers, source code, or data --&amp;gt;&lt;br /&gt;
* IA_FEMesh (Slicer 3) : https://www.slicer.org/wiki/Modules:IA_FEMesh-Documentation-3.6&lt;br /&gt;
* BodyCentricCubicMesh module : https://www.slicer.org/wiki/Documentation/Nightly/Modules/BodyCentricCubicMesh&lt;br /&gt;
* MeshCompression module : https://www.slicer.org/wiki/Documentation/Nightly/Modules/MeshCompression&lt;br /&gt;
* CleaverExtenstion : https://www.slicer.org/wiki/Documentation/Nightly/Extensions/CleaverExtension&lt;br /&gt;
* vtkUnstructuredGrid : http://www.vtk.org/doc/nightly/html/classvtkUnstructuredGrid.html&lt;/div&gt;</summary>
		<author><name>Alexis.girault</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=File:Models_VolumetricMesh1.gif&amp;diff=95152</id>
		<title>File:Models VolumetricMesh1.gif</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=File:Models_VolumetricMesh1.gif&amp;diff=95152"/>
		<updated>2017-01-13T16:27:50Z</updated>

		<summary type="html">&lt;p&gt;Alexis.girault: Alexis.girault uploaded a new version of File:Models VolumetricMesh1.gif&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Alexis.girault</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2017_Winter_Project_Week/Improve_Matlab_integration&amp;diff=95149</id>
		<title>2017 Winter Project Week/Improve Matlab integration</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2017_Winter_Project_Week/Improve_Matlab_integration&amp;diff=95149"/>
		<updated>2017-01-13T16:23:35Z</updated>

		<summary type="html">&lt;p&gt;Alexis.girault: /* Project Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-Winter2017.png|link=2017_Winter_Project_Week#Projects|[[2017_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
File:MatlabCommanderInterface.png|Current MatlabCommander Interface&lt;br /&gt;
&amp;lt;!-- Use the &amp;quot;Upload file&amp;quot; link on the left and then add a line to this list like &amp;quot;File:MyAlgorithmScreenshot.png&amp;quot; --&amp;gt;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
&amp;lt;!-- Add a bulleted list of investigators and their institutions here --&amp;gt;&lt;br /&gt;
* Alexis Girault (Kitware, Inc.)&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Objective&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Approach and Plan&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Progress and Next Steps&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Objective bullet points --&amp;gt;&lt;br /&gt;
* Allowing the access to Matlab variables that are defined in a Matlab module once that module terminates, as if that code was run in the Matlab command line environment.&lt;br /&gt;
* Offer a more user-friendly interface to send matlab commands and display the results. Right now the way to do it is to go in MatlabCommander and to type the command in a LineEdit, after which the output result appears in another LineEdit. While it is functional, our end users have had difficulties handling it since the display isn't as nice as in a Matlab console.&lt;br /&gt;
* Offer a way to visualize the Matlab workspace variables just like in the Matlab environment: there is currently no way in MatlabBridge to see the variables of the current instance.&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Approach and Plan bullet points --&amp;gt;&lt;br /&gt;
* Discuss with Andras to better understand the way MatlabBridge work, and showcase an example where we can not access the variables defined in a Matlab module once it has ended. This will lead to a work allowing to address the first objective.&lt;br /&gt;
* Look into using a custom ctkConsole (like the python console) in order to mimic the console from the main Matlab environment, OR try to get the commandwindow command from Matlab to directly open up.&lt;br /&gt;
* Retrieve workspace from the Matlab instance after each command sent (or matlab module run) and display the variables and their values in a table node, OR try to get the workspace command from Matlab to directly open up.&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Progress and Next steps bullet points (fill out at the end of project week) --&amp;gt;&lt;br /&gt;
* Nothing implemented, just discussions made with Andras.&lt;br /&gt;
* To be able to work with the Matlab environment &amp;amp; MatlabBridge within Slicer, you need to :&lt;br /&gt;
** define variables as global in your code (matlab commander or matlab module)&lt;br /&gt;
** open Matlab &amp;amp; Slicer without running the matab commander server from Slicer&lt;br /&gt;
** run matlab commander server from Matlab&lt;br /&gt;
** run your matlab code from slicer&lt;br /&gt;
** stop matlab commander server on Matlab&lt;br /&gt;
** call global on variables defined in Slicer within Matlab to see them appear in your workspace and be able to use them in matlab's command window.&lt;br /&gt;
* A way to automatize the above would be to:&lt;br /&gt;
** run matlab environment from Slicer&lt;br /&gt;
** have a button in Slicer to Stop/Start the server in matlab environment&lt;br /&gt;
** when the server is stopped, run `whos global` to get a list of variables and `global variablename` to display them in the workspace automatically&lt;br /&gt;
* The given module was running some window interfaces with Matlab, which opens a new thread and therefore becomes out of scope from the slicer matlab server instance which would end without keeping an handle on variables defines later on. We would advise not to use Matlab GUI items and do Matlab modules within Slicer to be able to control every step of the way.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Background and References==&lt;br /&gt;
&amp;lt;!-- Use this space for information that may help people better understand your project, like links to papers, source code, or data --&amp;gt;&lt;br /&gt;
* MatlabBridge : https://www.slicer.org/wiki/Documentation/Nightly/Extensions/MatlabBridge&lt;br /&gt;
* ctkConsole : http://www.commontk.org/docs/html/classctkConsole.html&lt;br /&gt;
* Matlab commandwindow : https://www.mathworks.com/help/matlab/ref/commandwindow.html&lt;br /&gt;
* Matlab workspace : https://www.mathworks.com/help/matlab/ref/workspace.html&lt;/div&gt;</summary>
		<author><name>Alexis.girault</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2017_Winter_Project_Week/Improve_Matlab_integration&amp;diff=95148</id>
		<title>2017 Winter Project Week/Improve Matlab integration</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2017_Winter_Project_Week/Improve_Matlab_integration&amp;diff=95148"/>
		<updated>2017-01-13T16:22:30Z</updated>

		<summary type="html">&lt;p&gt;Alexis.girault: /* Project Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-Winter2017.png|link=2017_Winter_Project_Week#Projects|[[2017_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
File:MatlabCommanderInterface.png|Current MatlabCommander Interface&lt;br /&gt;
&amp;lt;!-- Use the &amp;quot;Upload file&amp;quot; link on the left and then add a line to this list like &amp;quot;File:MyAlgorithmScreenshot.png&amp;quot; --&amp;gt;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
&amp;lt;!-- Add a bulleted list of investigators and their institutions here --&amp;gt;&lt;br /&gt;
* Alexis Girault (Kitware, Inc.)&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Objective&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Approach and Plan&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Progress and Next Steps&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Objective bullet points --&amp;gt;&lt;br /&gt;
* Allowing the access to Matlab variables that are defined in a Matlab module once that module terminates, as if that code was run in the Matlab command line environment.&lt;br /&gt;
* Offer a more user-friendly interface to send matlab commands and display the results. Right now the way to do it is to go in MatlabCommander and to type the command in a LineEdit, after which the output result appears in another LineEdit. While it is functional, our end users have had difficulties handling it since the display isn't as nice as in a Matlab console.&lt;br /&gt;
* Offer a way to visualize the Matlab workspace variables just like in the Matlab environment: there is currently no way in MatlabBridge to see the variables of the current instance.&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Approach and Plan bullet points --&amp;gt;&lt;br /&gt;
* Discuss with Andras to better understand the way MatlabBridge work, and showcase an example where we can not access the variables defined in a Matlab module once it has ended. This will lead to a work allowing to address the first objective.&lt;br /&gt;
* Look into using a custom ctkConsole (like the python console) in order to mimic the console from the main Matlab environment, OR try to get the commandwindow command from Matlab to directly open up.&lt;br /&gt;
* Retrieve workspace from the Matlab instance after each command sent (or matlab module run) and display the variables and their values in a table node, OR try to get the workspace command from Matlab to directly open up.&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Progress and Next steps bullet points (fill out at the end of project week) --&amp;gt;&lt;br /&gt;
* Nothing implemented, just discussions made with Andras.&lt;br /&gt;
* To be able to work with the Matlab environment &amp;amp; MatlabBridge within Slicer, you need to :&lt;br /&gt;
** define variables as global in your code (matlab commander or matlab module)&lt;br /&gt;
** open Matlab &amp;amp; Slicer without running the matab commander server from Slicer&lt;br /&gt;
** run matlab commander server from Matlab&lt;br /&gt;
** run your matlab code from slicer&lt;br /&gt;
** stop matlab commander server on Matlab&lt;br /&gt;
** call global on variables defined in Slicer within Matlab to see them appear in your workspace and be able to analyze it.&lt;br /&gt;
* A way to automatize the above would be to:&lt;br /&gt;
** run matab environement from Slicer&lt;br /&gt;
** have a button in Slicer to Stop/Start the server in matlab environment&lt;br /&gt;
** when the server is stopped, run `whos global` to get a list of variables and `global variablename` to display them in the workspace automatically&lt;br /&gt;
* The given module was running some window interfaces with Matlab, which opens a new thread and therefore becomes out of scope from the slicer matlab server instance which would end without keeping an handle on variables defines later on. We would advise not to use Matlab GUI items and do Matlab modules within Slicer to be able to control every step of the way.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Background and References==&lt;br /&gt;
&amp;lt;!-- Use this space for information that may help people better understand your project, like links to papers, source code, or data --&amp;gt;&lt;br /&gt;
* MatlabBridge : https://www.slicer.org/wiki/Documentation/Nightly/Extensions/MatlabBridge&lt;br /&gt;
* ctkConsole : http://www.commontk.org/docs/html/classctkConsole.html&lt;br /&gt;
* Matlab commandwindow : https://www.mathworks.com/help/matlab/ref/commandwindow.html&lt;br /&gt;
* Matlab workspace : https://www.mathworks.com/help/matlab/ref/workspace.html&lt;/div&gt;</summary>
		<author><name>Alexis.girault</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2017_Winter_Project_Week/Support_for_volumetric_meshes&amp;diff=95133</id>
		<title>2017 Winter Project Week/Support for volumetric meshes</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2017_Winter_Project_Week/Support_for_volumetric_meshes&amp;diff=95133"/>
		<updated>2017-01-13T16:08:37Z</updated>

		<summary type="html">&lt;p&gt;Alexis.girault: /* Project Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-Winter2017.png|link=2017_Winter_Project_Week#Projects|[[2017_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Previous works==&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:volumetricMeshSlicer3.png | FEMesh in Slicer 3&lt;br /&gt;
File:CleaverExtension.jpeg | Cleaver Extensio&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Results==&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Models_VolumetricMesh3.png | Volumetric Mesh&lt;br /&gt;
File:Models_VolumetricMesh1.gif | Volumetric Mesh (gif)&lt;br /&gt;
File:Models_VolumetricMesh2.gif | Models module display widget (gif)&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
&amp;lt;!-- Add a bulleted list of investigators and their institutions here --&amp;gt;&lt;br /&gt;
* Alexis Girault (Kitware, Inc.)&lt;br /&gt;
* Curtis Lisle (KnowledgeVis, LLC)&lt;br /&gt;
* Steve Pieper (Isomics, Inc.)&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align: left; width:20%&amp;quot; |   Objective&lt;br /&gt;
! style=&amp;quot;text-align: left; width:20%&amp;quot; |   Approach and Plan&lt;br /&gt;
! style=&amp;quot;text-align: left; width:20%&amp;quot; |   Progress/Results&lt;br /&gt;
! style=&amp;quot;text-align: left; width:20%&amp;quot; |   Next steps/Future work&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Objective bullet points --&amp;gt;&lt;br /&gt;
From top priority to possible future work:&lt;br /&gt;
* Being able to visualize, load and save volumetric meshes &lt;br /&gt;
* Improving clipped visualization of models (surface models or volumetric meshes) and facilitate the display of the point data (active scalars).&lt;br /&gt;
* Being able to create volumetric meshes from label maps (or segmentation?) and possibly edit them&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Approach and Plan bullet points --&amp;gt;&lt;br /&gt;
* Initial discussions needed with Curtis and Steve based on existing work: IA FEMesh from Slicer 3, BodyCentricCubicMesh and MeshCompression modules, and the CleaverExtension. Some parts of the IA FEMesh module were prototyped in early Slicer 4 (Curtis).&lt;br /&gt;
* Probably investigate the creation of a MRML node similar to Models (possibly create a hierarchy between both?) that would wrap a vtkUnstructuredGrid in order to visualize, load and save the meshes.&lt;br /&gt;
* Investigate best way to adapt previous Slicer-based volumetric work that allowed for creation and edition (bullet point 1) to work with the new architecture put in place within Slicer 4 (bullet point 2).&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Progress/Results --&amp;gt;&lt;br /&gt;
* Can Read &amp;amp; Write Unstructured Grid mesh (vtk or vtu)&lt;br /&gt;
* Fix bug in vtk reader to retrieve all point data and cell data.&lt;br /&gt;
* vtkMRMLModelNode now holds a &amp;quot;mesh&amp;quot;, either a polydata (surface mesh) or an unstructured grid (volumetric mesh)&lt;br /&gt;
* vtkMRMLDisplayNode had a major clean up to consolidate scalar range options (scalarRangeFlag and autoScalarRange). Other clean up made to retrieve the look-up table for specific nodes only holding color transfer functions (ex: vtkMRMLProceduralColorNode).&lt;br /&gt;
* DisplayableManager updated for 3D to allow cutting through volumetric mesh.&lt;br /&gt;
* SliceDisplableManager updated for 2D Slices to be able to use same display properties than 3D view.&lt;br /&gt;
* qMRMLModelDisplayNodeWidget updated to simplify scalar range mode selection, adapt number of decimals and single step for manual selection of the range based on the current values.&lt;br /&gt;
* Progress made to threshold displayed mesh by scalar values.&lt;br /&gt;
* WIP branch on github: https://github.com/Slicer/Slicer/compare/master...agirault:volumetric-mesh-support&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Next steps/Future work--&amp;gt;&lt;br /&gt;
* Finalize threshold display option.&lt;br /&gt;
* Clean up and consolidate qSlicerModelsModuleWidget (display properties, representations, wireframe, clipping... just move options around to make it more usable)&lt;br /&gt;
* Add clipping option to smoothen the cut (using vtkClipDataSet vs vtkExtractGeometry)&lt;br /&gt;
* Add support to pass through CLI (SlicerCLILogic)&lt;br /&gt;
* Display information about the model type (surface or volumetric) for the user to be able to distinct it in the module widget.&lt;br /&gt;
* Test with more cases, like fiber bundles etc... (changes could have a lot of impacts because there were changes to vtkMRMLDisplayNode and vtkMRMLModelNode. Make sure the updated API stays backward compatible).&lt;br /&gt;
* Add creation, conversion and editing abilities (adapt former modules).&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Background and References==&lt;br /&gt;
&amp;lt;!-- Use this space for information that may help people better understand your project, like links to papers, source code, or data --&amp;gt;&lt;br /&gt;
* IA_FEMesh (Slicer 3) : https://www.slicer.org/wiki/Modules:IA_FEMesh-Documentation-3.6&lt;br /&gt;
* BodyCentricCubicMesh module : https://www.slicer.org/wiki/Documentation/Nightly/Modules/BodyCentricCubicMesh&lt;br /&gt;
* MeshCompression module : https://www.slicer.org/wiki/Documentation/Nightly/Modules/MeshCompression&lt;br /&gt;
* CleaverExtenstion : https://www.slicer.org/wiki/Documentation/Nightly/Extensions/CleaverExtension&lt;br /&gt;
* vtkUnstructuredGrid : http://www.vtk.org/doc/nightly/html/classvtkUnstructuredGrid.html&lt;/div&gt;</summary>
		<author><name>Alexis.girault</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2017_Winter_Project_Week/Support_for_volumetric_meshes&amp;diff=95131</id>
		<title>2017 Winter Project Week/Support for volumetric meshes</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2017_Winter_Project_Week/Support_for_volumetric_meshes&amp;diff=95131"/>
		<updated>2017-01-13T16:07:23Z</updated>

		<summary type="html">&lt;p&gt;Alexis.girault: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-Winter2017.png|link=2017_Winter_Project_Week#Projects|[[2017_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Previous works==&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:volumetricMeshSlicer3.png | FEMesh in Slicer 3&lt;br /&gt;
File:CleaverExtension.jpeg | Cleaver Extensio&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Results==&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Models_VolumetricMesh3.png | Volumetric Mesh&lt;br /&gt;
File:Models_VolumetricMesh1.gif | Volumetric Mesh (gif)&lt;br /&gt;
File:Models_VolumetricMesh2.gif | Models module display widget (gif)&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
&amp;lt;!-- Add a bulleted list of investigators and their institutions here --&amp;gt;&lt;br /&gt;
* Alexis Girault (Kitware, Inc.)&lt;br /&gt;
* Curtis Lisle (KnowledgeVis, LLC)&lt;br /&gt;
* Steve Pieper (Isomics, Inc.)&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align: left; width:20%&amp;quot; |   Objective&lt;br /&gt;
! style=&amp;quot;text-align: left; width:20%&amp;quot; |   Approach and Plan&lt;br /&gt;
! style=&amp;quot;text-align: left; width:20%&amp;quot; |   Progress/Results&lt;br /&gt;
! style=&amp;quot;text-align: left; width:20%&amp;quot; |   Next steps/Future work&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Objective bullet points --&amp;gt;&lt;br /&gt;
From top priority to possible future work:&lt;br /&gt;
* Being able to visualize, load and save volumetric meshes &lt;br /&gt;
* Improving clipped visualization of models (surface models or volumetric meshes) and facilitate the display of the point data (active scalars).&lt;br /&gt;
* Being able to create volumetric meshes from label maps (or segmentation?) and possibly edit them&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Approach and Plan bullet points --&amp;gt;&lt;br /&gt;
* Initial discussions needed with Curtis and Steve based on existing work: IA FEMesh from Slicer 3, BodyCentricCubicMesh and MeshCompression modules, and the CleaverExtension. Some parts of the IA FEMesh module were prototyped in early Slicer 4 (Curtis).&lt;br /&gt;
* Probably investigate the creation of a MRML node similar to Models (possibly create a hierarchy between both?) that would wrap a vtkUnstructuredGrid in order to visualize, load and save the meshes.&lt;br /&gt;
* Investigate best way to adapt previous Slicer-based volumetric work that allowed for creation and edition (bullet point 1) to work with the new architecture put in place within Slicer 4 (bullet point 2).&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Progress/Results --&amp;gt;&lt;br /&gt;
* Can Read &amp;amp; Write Unstructured Grid mesh (vtk or vtu)&lt;br /&gt;
* Fix bug in vtk reader to retrieve all point data and cell data.&lt;br /&gt;
* vtkMRMLModelNode now holds a &amp;quot;mesh&amp;quot;, either a polydata (surface mesh) or an unstructured grid (volumetric mesh)&lt;br /&gt;
* vtkMRMLDisplayNode had a major clean up to consolidate scalar range options (scalarRangeFlag and autoScalarRange). Other clean up made to retrieve the look-up table for specific nodes only holding color transfer functions (ex: vtkMRMLProceduralColorNode).&lt;br /&gt;
* DisplayableManager updated for 3D to allow cutting through volumetric mesh.&lt;br /&gt;
* SliceDisplableManager updated for 2D Slices to be able to use same display properties than 3D view.&lt;br /&gt;
* qMRMLModelDisplayNodeWidget updated to simplify scalar range mode selection, adapt number of decimals and single step for manual selection of the range based on the current values.&lt;br /&gt;
* Progress made to threshold displayed mesh by scalar values.&lt;br /&gt;
* WIP branch on github: https://github.com/Slicer/Slicer/compare/master...agirault:volumetric-mesh-support&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Next steps/Future work--&amp;gt;&lt;br /&gt;
* Finalize threshold display option.&lt;br /&gt;
* Clean up and consolidate qSlicerModelsModuleWidget (display properties, representations, wireframe, clipping... just move options around to make it more usable)&lt;br /&gt;
* Add clipping option to smoothen the cut (using vtkClipDataSet vs vtkExtractGeometry)&lt;br /&gt;
* Add support to pass through CLI (SlicerCLILogic)&lt;br /&gt;
* Display information about the model type (surface or volumetric) for the user to be able to distinct it in the module widget.&lt;br /&gt;
* Test with more cases, like fiber bundles etc... (changes could have a lot of impacts because there were changes to vtkMRMLDisplayNode and vtkMRMLModelNode. Make sure the updated API stays backward compatible).&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Background and References==&lt;br /&gt;
&amp;lt;!-- Use this space for information that may help people better understand your project, like links to papers, source code, or data --&amp;gt;&lt;br /&gt;
* IA_FEMesh (Slicer 3) : https://www.slicer.org/wiki/Modules:IA_FEMesh-Documentation-3.6&lt;br /&gt;
* BodyCentricCubicMesh module : https://www.slicer.org/wiki/Documentation/Nightly/Modules/BodyCentricCubicMesh&lt;br /&gt;
* MeshCompression module : https://www.slicer.org/wiki/Documentation/Nightly/Modules/MeshCompression&lt;br /&gt;
* CleaverExtenstion : https://www.slicer.org/wiki/Documentation/Nightly/Extensions/CleaverExtension&lt;br /&gt;
* vtkUnstructuredGrid : http://www.vtk.org/doc/nightly/html/classvtkUnstructuredGrid.html&lt;/div&gt;</summary>
		<author><name>Alexis.girault</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=File:Models_VolumetricMesh3.png&amp;diff=95125</id>
		<title>File:Models VolumetricMesh3.png</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=File:Models_VolumetricMesh3.png&amp;diff=95125"/>
		<updated>2017-01-13T16:03:22Z</updated>

		<summary type="html">&lt;p&gt;Alexis.girault: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Alexis.girault</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=File:Models_VolumetricMesh2.gif&amp;diff=95115</id>
		<title>File:Models VolumetricMesh2.gif</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=File:Models_VolumetricMesh2.gif&amp;diff=95115"/>
		<updated>2017-01-13T15:59:02Z</updated>

		<summary type="html">&lt;p&gt;Alexis.girault: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Alexis.girault</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=File:Models_VolumetricMesh1.gif&amp;diff=95111</id>
		<title>File:Models VolumetricMesh1.gif</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=File:Models_VolumetricMesh1.gif&amp;diff=95111"/>
		<updated>2017-01-13T15:57:36Z</updated>

		<summary type="html">&lt;p&gt;Alexis.girault: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Alexis.girault</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2017_Winter_Project_Week/Support_for_volumetric_meshes&amp;diff=95099</id>
		<title>2017 Winter Project Week/Support for volumetric meshes</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2017_Winter_Project_Week/Support_for_volumetric_meshes&amp;diff=95099"/>
		<updated>2017-01-13T15:46:02Z</updated>

		<summary type="html">&lt;p&gt;Alexis.girault: /* Project Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-Winter2017.png|link=2017_Winter_Project_Week#Projects|[[2017_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
File:volumetricMeshSlicer3.png | FEMesh in Slicer 3&lt;br /&gt;
File:CleaverExtension.jpeg | Cleaver Extension&lt;br /&gt;
&amp;lt;!-- Use the &amp;quot;Upload file&amp;quot; link on the left and then add a line to this list like &amp;quot;File:MyAlgorithmScreenshot.png&amp;quot; --&amp;gt;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
&amp;lt;!-- Add a bulleted list of investigators and their institutions here --&amp;gt;&lt;br /&gt;
* Alexis Girault (Kitware, Inc.)&lt;br /&gt;
* Curtis Lisle (KnowledgeVis, LLC)&lt;br /&gt;
* Steve Pieper (Isomics, Inc.)&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align: left; width:20%&amp;quot; |   Objective&lt;br /&gt;
! style=&amp;quot;text-align: left; width:20%&amp;quot; |   Approach and Plan&lt;br /&gt;
! style=&amp;quot;text-align: left; width:20%&amp;quot; |   Progress/Results&lt;br /&gt;
! style=&amp;quot;text-align: left; width:20%&amp;quot; |   Next steps/Future work&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Objective bullet points --&amp;gt;&lt;br /&gt;
From top priority to possible future work:&lt;br /&gt;
* Being able to visualize, load and save volumetric meshes &lt;br /&gt;
* Improving clipped visualization of models (surface models or volumetric meshes) and facilitate the display of the point data (active scalars).&lt;br /&gt;
* Being able to create volumetric meshes from label maps (or segmentation?) and possibly edit them&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Approach and Plan bullet points --&amp;gt;&lt;br /&gt;
* Initial discussions needed with Curtis and Steve based on existing work: IA FEMesh from Slicer 3, BodyCentricCubicMesh and MeshCompression modules, and the CleaverExtension. Some parts of the IA FEMesh module were prototyped in early Slicer 4 (Curtis).&lt;br /&gt;
* Probably investigate the creation of a MRML node similar to Models (possibly create a hierarchy between both?) that would wrap a vtkUnstructuredGrid in order to visualize, load and save the meshes.&lt;br /&gt;
* Investigate best way to adapt previous Slicer-based volumetric work that allowed for creation and edition (bullet point 1) to work with the new architecture put in place within Slicer 4 (bullet point 2).&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Progress/Results --&amp;gt;&lt;br /&gt;
* Can Read &amp;amp; Write Unstructured Grid mesh (vtk or vtu)&lt;br /&gt;
* Fix bug in vtk reader to retrieve all point data and cell data.&lt;br /&gt;
* vtkMRMLModelNode now holds a &amp;quot;mesh&amp;quot;, either a polydata (surface mesh) or an unstructured grid (volumetric mesh)&lt;br /&gt;
* vtkMRMLDisplayNode had a major clean up to consolidate scalar range options (scalarRangeFlag and autoScalarRange). Other clean up made to retrieve the look-up table for specific nodes only holding color transfer functions (ex: vtkMRMLProceduralColorNode).&lt;br /&gt;
* DisplayableManager updated for 3D to allow cutting through volumetric mesh.&lt;br /&gt;
* SliceDisplableManager updated for 2D Slices to be able to use same display properties than 3D view.&lt;br /&gt;
* qMRMLModelDisplayNodeWidget updated to simplify scalar range mode selection, adapt number of decimals and single step for manual selection of the range based on the current values.&lt;br /&gt;
* Progress made to threshold displayed mesh by scalar values.&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Next steps/Future work--&amp;gt;&lt;br /&gt;
* Finalize threshold display option.&lt;br /&gt;
* Clean up and consolidate qSlicerModelsModuleWidget (display properties, representations, wireframe, clipping... just move options around to make it more usable)&lt;br /&gt;
* Add clipping option to smoothen the cut (using vtkClipDataSet vs vtkExtractGeometry)&lt;br /&gt;
* Add support to pass through CLI (SlicerCLILogic)&lt;br /&gt;
* Display information about the model type (surface or volumetric) for the user to be able to distinct it in the module widget.&lt;br /&gt;
* Test with more cases, like fiber bundles etc... (changes could have a lot of impacts because there were changes to vtkMRMLDisplayNode and vtkMRMLModelNode. Make sure the updated API stays backward compatible).&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Background and References==&lt;br /&gt;
&amp;lt;!-- Use this space for information that may help people better understand your project, like links to papers, source code, or data --&amp;gt;&lt;br /&gt;
* IA_FEMesh (Slicer 3) : https://www.slicer.org/wiki/Modules:IA_FEMesh-Documentation-3.6&lt;br /&gt;
* BodyCentricCubicMesh module : https://www.slicer.org/wiki/Documentation/Nightly/Modules/BodyCentricCubicMesh&lt;br /&gt;
* MeshCompression module : https://www.slicer.org/wiki/Documentation/Nightly/Modules/MeshCompression&lt;br /&gt;
* CleaverExtenstion : https://www.slicer.org/wiki/Documentation/Nightly/Extensions/CleaverExtension&lt;br /&gt;
* vtkUnstructuredGrid : http://www.vtk.org/doc/nightly/html/classvtkUnstructuredGrid.html&lt;/div&gt;</summary>
		<author><name>Alexis.girault</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2017_Winter_Project_Week/Support_for_volumetric_meshes&amp;diff=95092</id>
		<title>2017 Winter Project Week/Support for volumetric meshes</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2017_Winter_Project_Week/Support_for_volumetric_meshes&amp;diff=95092"/>
		<updated>2017-01-13T15:43:20Z</updated>

		<summary type="html">&lt;p&gt;Alexis.girault: /* Project Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-Winter2017.png|link=2017_Winter_Project_Week#Projects|[[2017_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
File:volumetricMeshSlicer3.png | FEMesh in Slicer 3&lt;br /&gt;
File:CleaverExtension.jpeg | Cleaver Extension&lt;br /&gt;
&amp;lt;!-- Use the &amp;quot;Upload file&amp;quot; link on the left and then add a line to this list like &amp;quot;File:MyAlgorithmScreenshot.png&amp;quot; --&amp;gt;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
&amp;lt;!-- Add a bulleted list of investigators and their institutions here --&amp;gt;&lt;br /&gt;
* Alexis Girault (Kitware, Inc.)&lt;br /&gt;
* Curtis Lisle (KnowledgeVis, LLC)&lt;br /&gt;
* Steve Pieper (Isomics, Inc.)&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Objective&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Approach and Plan&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Progress and Next Steps&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Objective bullet points --&amp;gt;&lt;br /&gt;
From top priority to possible future work:&lt;br /&gt;
* Being able to visualize, load and save volumetric meshes &lt;br /&gt;
* Improving clipped visualization of models (surface models or volumetric meshes) and facilitate the display of the point data (active scalars).&lt;br /&gt;
* Being able to create volumetric meshes from label maps (or segmentation?) and possibly edit them&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Approach and Plan bullet points --&amp;gt;&lt;br /&gt;
* Initial discussions needed with Curtis and Steve based on existing work: IA FEMesh from Slicer 3, BodyCentricCubicMesh and MeshCompression modules, and the CleaverExtension. Some parts of the IA FEMesh module were prototyped in early Slicer 4 (Curtis).&lt;br /&gt;
* Probably investigate the creation of a MRML node similar to Models (possibly create a hierarchy between both?) that would wrap a vtkUnstructuredGrid in order to visualize, load and save the meshes.&lt;br /&gt;
* Investigate best way to adapt previous Slicer-based volumetric work that allowed for creation and edition (bullet point 1) to work with the new architecture put in place within Slicer 4 (bullet point 2).&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Progress/Results --&amp;gt;&lt;br /&gt;
* Can Read &amp;amp; Write Unstructured Grid mesh (vtk or vtu)&lt;br /&gt;
* Fix bug in vtk reader to retrieve all point data and cell data.&lt;br /&gt;
* vtkMRMLModelNode now holds a &amp;quot;mesh&amp;quot;, either a polydata (surface mesh) or an unstructured grid (volumetric mesh)&lt;br /&gt;
* vtkMRMLDisplayNode had a major clean up to consolidate scalar range options (scalarRangeFlag and autoScalarRange). Other clean up made to retrieve the look-up table for specific nodes only holding color transfer functions (ex: vtkMRMLProceduralColorNode).&lt;br /&gt;
* DisplayableManager updated for 3D to allow cutting through volumetric mesh.&lt;br /&gt;
* SliceDisplableManager updated for 2D Slices to be able to use same display properties than 3D view.&lt;br /&gt;
* qMRMLModelDisplayNodeWidget updated to simplify scalar range mode selection, adapt number of decimals and single step for manual selection of the range based on the current values.&lt;br /&gt;
* Progress made to threshold displayed mesh by scalar values.&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Next steps/Future work--&amp;gt;&lt;br /&gt;
* Finalize threshold display option.&lt;br /&gt;
* Clean up and consolidate qSlicerModelsModuleWidget (display properties, representations, wireframe, clipping... just move options around to make it more usable)&lt;br /&gt;
* Add clipping option to smoothen the cut (using vtkClipDataSet vs vtkExtractGeometry)&lt;br /&gt;
* Add support to pass through CLI (SlicerCLILogic)&lt;br /&gt;
* Display information about the model type (surface or volumetric) for the user to be able to distinct it in the module widget.&lt;br /&gt;
* Test with more cases, like fiber bundles etc... (changes could have a lot of impacts because there were changes to vtkMRMLDisplayNode and vtkMRMLModelNode. Make sure the updated API stays backward compatible).&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Background and References==&lt;br /&gt;
&amp;lt;!-- Use this space for information that may help people better understand your project, like links to papers, source code, or data --&amp;gt;&lt;br /&gt;
* IA_FEMesh (Slicer 3) : https://www.slicer.org/wiki/Modules:IA_FEMesh-Documentation-3.6&lt;br /&gt;
* BodyCentricCubicMesh module : https://www.slicer.org/wiki/Documentation/Nightly/Modules/BodyCentricCubicMesh&lt;br /&gt;
* MeshCompression module : https://www.slicer.org/wiki/Documentation/Nightly/Modules/MeshCompression&lt;br /&gt;
* CleaverExtenstion : https://www.slicer.org/wiki/Documentation/Nightly/Extensions/CleaverExtension&lt;br /&gt;
* vtkUnstructuredGrid : http://www.vtk.org/doc/nightly/html/classvtkUnstructuredGrid.html&lt;/div&gt;</summary>
		<author><name>Alexis.girault</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2017_Winter_Project_Week/Dinner&amp;diff=94804</id>
		<title>2017 Winter Project Week/Dinner</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2017_Winter_Project_Week/Dinner&amp;diff=94804"/>
		<updated>2017-01-11T19:14:17Z</updated>

		<summary type="html">&lt;p&gt;Alexis.girault: /* RSVPs */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Dinner Specs==&lt;br /&gt;
&lt;br /&gt;
*Date and Time: Thursday, January 12, 6pm&lt;br /&gt;
*Location: Desi Dhaba, 401 Massachusetts Ave, Cambridge (about 10 minute walk from MIT)&lt;br /&gt;
*Food: Indian. Menu: Goat curry, chicken tikka masala, chana masala (vegan), saag paneer (veg), naan, rice&lt;br /&gt;
*Cost: $25 - CASH ONLY! To be given to Katie Mastrogiacomo (kmast@bwh) during the week.  She will provide receipts.&lt;br /&gt;
*Drinks: tap water is included in this price. Beyond that each person pays individually for their drinks.&lt;br /&gt;
&lt;br /&gt;
==RSVPs==&lt;br /&gt;
# Adam Rankin&lt;br /&gt;
# Andras Lasso&lt;br /&gt;
# Curt Lisle&lt;br /&gt;
# Tina Kapur&lt;br /&gt;
# Andrey Fedorov&lt;br /&gt;
# Csaba Pinter&lt;br /&gt;
# Simon Drouin&lt;br /&gt;
# Alireza Mehrtash&lt;br /&gt;
# Henrik G. Jensen&lt;br /&gt;
# Beatriz Paniagua &lt;br /&gt;
# Beatriz Paniagua's +1&lt;br /&gt;
# Hans Meine&lt;br /&gt;
# Johan Andruejol&lt;br /&gt;
# Katie Mastrogiacomo&lt;br /&gt;
# Ron Kikinis&lt;br /&gt;
# Zora Kikinis&lt;br /&gt;
# Brian Helba&lt;br /&gt;
# Jennifer Nitsch&lt;br /&gt;
# Jean-Christophe Fillion-Robin&lt;br /&gt;
# Anneke Meyer&lt;br /&gt;
# Erik Ziegler&lt;br /&gt;
# Francois Rheault&lt;br /&gt;
# Rebekka Lauer&lt;br /&gt;
# Janne Beate Bakeng&lt;br /&gt;
# Louise Oram&lt;br /&gt;
# Teodora Szasz&lt;br /&gt;
# Danielle Pace&lt;br /&gt;
# David Garcia&lt;br /&gt;
# James Fishbaugh&lt;br /&gt;
# Sungmin Hong&lt;br /&gt;
# Mohsen Ghafoorian&lt;br /&gt;
# Miaomiao Zhang&lt;br /&gt;
# Alexis Girault&lt;br /&gt;
# Alexis Girault + 1&lt;/div&gt;</summary>
		<author><name>Alexis.girault</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2017_Winter_Project_Week/Support_for_volumetric_meshes&amp;diff=94718</id>
		<title>2017 Winter Project Week/Support for volumetric meshes</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2017_Winter_Project_Week/Support_for_volumetric_meshes&amp;diff=94718"/>
		<updated>2017-01-09T19:50:10Z</updated>

		<summary type="html">&lt;p&gt;Alexis.girault: typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-Winter2017.png|link=2017_Winter_Project_Week#Projects|[[2017_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
File:volumetricMeshSlicer3.png | FEMesh in Slicer 3&lt;br /&gt;
File:CleaverExtension.jpeg | Cleaver Extension&lt;br /&gt;
&amp;lt;!-- Use the &amp;quot;Upload file&amp;quot; link on the left and then add a line to this list like &amp;quot;File:MyAlgorithmScreenshot.png&amp;quot; --&amp;gt;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
&amp;lt;!-- Add a bulleted list of investigators and their institutions here --&amp;gt;&lt;br /&gt;
* Alexis Girault (Kitware, Inc.)&lt;br /&gt;
* Curtis Lisle (KnowledgeVis, LLC)&lt;br /&gt;
* Steve Pieper (Isomics, Inc.)&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Objective&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Approach and Plan&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Progress and Next Steps&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Objective bullet points --&amp;gt;&lt;br /&gt;
From top priority to possible future work:&lt;br /&gt;
* Being able to visualize, load and save volumetric meshes &lt;br /&gt;
* Improving clipped visualization of models (surface models or volumetric meshes) and facilitate the display of the point data (active scalars).&lt;br /&gt;
* Being able to create volumetric meshes from label maps (or segmentation?) and possibly edit them&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Approach and Plan bullet points --&amp;gt;&lt;br /&gt;
* Initial discussions needed with Curtis and Steve based on existing work: IA FEMesh from Slicer 3, BodyCentricCubicMesh and MeshCompression modules, and the CleaverExtension.&lt;br /&gt;
* Probably investigate the creation of a MRML node similar to Models (possibly create a hierarchy between both?) that would wrap a vtkUnstructuredGrid in order to visualize, load and save the meshes.&lt;br /&gt;
* Investigate best way to adapt previous Slicer-based volumetric work that allowed for creation and edition (bullet point 1) to work with the new architecture put in place within Slicer 4 (bullet point 2).&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Progress and Next steps bullet points (fill out at the end of project week) --&amp;gt;&lt;br /&gt;
* Some parts of the IA FEMesh module were prototyped in early Slicer 4 (Curtis).&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Background and References==&lt;br /&gt;
&amp;lt;!-- Use this space for information that may help people better understand your project, like links to papers, source code, or data --&amp;gt;&lt;br /&gt;
* IA_FEMesh (Slicer 3) : https://www.slicer.org/wiki/Modules:IA_FEMesh-Documentation-3.6&lt;br /&gt;
* BodyCentricCubicMesh module : https://www.slicer.org/wiki/Documentation/Nightly/Modules/BodyCentricCubicMesh&lt;br /&gt;
* MeshCompression module : https://www.slicer.org/wiki/Documentation/Nightly/Modules/MeshCompression&lt;br /&gt;
* CleaverExtenstion : https://www.slicer.org/wiki/Documentation/Nightly/Extensions/CleaverExtension&lt;br /&gt;
* vtkUnstructuredGrid : http://www.vtk.org/doc/nightly/html/classvtkUnstructuredGrid.html&lt;/div&gt;</summary>
		<author><name>Alexis.girault</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2017_Winter_Project_Week/Support_for_volumetric_meshes&amp;diff=94717</id>
		<title>2017 Winter Project Week/Support for volumetric meshes</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2017_Winter_Project_Week/Support_for_volumetric_meshes&amp;diff=94717"/>
		<updated>2017-01-09T19:44:36Z</updated>

		<summary type="html">&lt;p&gt;Alexis.girault: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-Winter2017.png|link=2017_Winter_Project_Week#Projects|[[2017_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
File:volumetricMeshSlicer3.png | FEMesh in Slicer 3&lt;br /&gt;
File:CleaverExtension.jpeg | Cleaver Extension&lt;br /&gt;
&amp;lt;!-- Use the &amp;quot;Upload file&amp;quot; link on the left and then add a line to this list like &amp;quot;File:MyAlgorithmScreenshot.png&amp;quot; --&amp;gt;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
&amp;lt;!-- Add a bulleted list of investigators and their institutions here --&amp;gt;&lt;br /&gt;
* Alexis Girault (Kitware, Inc.)&lt;br /&gt;
* Curtis Lisle (KnowledgeVis, LLC)&lt;br /&gt;
* Steve Piper (Isomics, Inc.)&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Objective&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Approach and Plan&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Progress and Next Steps&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Objective bullet points --&amp;gt;&lt;br /&gt;
From top priority to possible future work:&lt;br /&gt;
* Being able to visualize, load and save volumetric meshes &lt;br /&gt;
* Improving clipped visualization of models (surface models or volumetric meshes) and facilitate the display of the point data (active scalars).&lt;br /&gt;
* Being able to create volumetric meshes from label maps (or segmentation?) and possibly edit them&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Approach and Plan bullet points --&amp;gt;&lt;br /&gt;
* Initial discussions needed with Curtis and Steve based on existing work: IA FEMesh from Slicer 3, BodyCentricCubicMesh and MeshCompression modules, and the CleaverExtension.&lt;br /&gt;
* Probably investigate the creation of a MRML node similar to Models (possibly create a hierarchy between both?) that would wrap a vtkUnstructuredGrid in order to visualize, load and save the meshes.&lt;br /&gt;
* Investigate best way to adapt previous Slicer-based volumetric work that allowed for creation and edition (bullet point 1) to work with the new architecture put in place within Slicer 4 (bullet point 2).&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Progress and Next steps bullet points (fill out at the end of project week) --&amp;gt;&lt;br /&gt;
* Some parts of the IA FEMesh module were prototyped in early Slicer 4 (Curtis).&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Background and References==&lt;br /&gt;
&amp;lt;!-- Use this space for information that may help people better understand your project, like links to papers, source code, or data --&amp;gt;&lt;br /&gt;
* IA_FEMesh (Slicer 3) : https://www.slicer.org/wiki/Modules:IA_FEMesh-Documentation-3.6&lt;br /&gt;
* BodyCentricCubicMesh module : https://www.slicer.org/wiki/Documentation/Nightly/Modules/BodyCentricCubicMesh&lt;br /&gt;
* MeshCompression module : https://www.slicer.org/wiki/Documentation/Nightly/Modules/MeshCompression&lt;br /&gt;
* CleaverExtenstion : https://www.slicer.org/wiki/Documentation/Nightly/Extensions/CleaverExtension&lt;br /&gt;
* vtkUnstructuredGrid : http://www.vtk.org/doc/nightly/html/classvtkUnstructuredGrid.html&lt;/div&gt;</summary>
		<author><name>Alexis.girault</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=File:CleaverExtension.jpeg&amp;diff=94716</id>
		<title>File:CleaverExtension.jpeg</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=File:CleaverExtension.jpeg&amp;diff=94716"/>
		<updated>2017-01-09T19:39:36Z</updated>

		<summary type="html">&lt;p&gt;Alexis.girault: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Alexis.girault</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=File:VolumetricMeshSlicer3.png&amp;diff=94715</id>
		<title>File:VolumetricMeshSlicer3.png</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=File:VolumetricMeshSlicer3.png&amp;diff=94715"/>
		<updated>2017-01-09T19:38:45Z</updated>

		<summary type="html">&lt;p&gt;Alexis.girault: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Alexis.girault</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2017_Winter_Project_Week/Improve_Matlab_integration&amp;diff=94704</id>
		<title>2017 Winter Project Week/Improve Matlab integration</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2017_Winter_Project_Week/Improve_Matlab_integration&amp;diff=94704"/>
		<updated>2017-01-09T19:13:27Z</updated>

		<summary type="html">&lt;p&gt;Alexis.girault: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-Winter2017.png|link=2017_Winter_Project_Week#Projects|[[2017_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
File:MatlabCommanderInterface.png|Current MatlabCommander Interface&lt;br /&gt;
&amp;lt;!-- Use the &amp;quot;Upload file&amp;quot; link on the left and then add a line to this list like &amp;quot;File:MyAlgorithmScreenshot.png&amp;quot; --&amp;gt;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
&amp;lt;!-- Add a bulleted list of investigators and their institutions here --&amp;gt;&lt;br /&gt;
* Alexis Girault (Kitware, Inc.)&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Objective&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Approach and Plan&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Progress and Next Steps&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Objective bullet points --&amp;gt;&lt;br /&gt;
* Allowing the access to Matlab variables that are defined in a Matlab module once that module terminates, as if that code was run in the Matlab command line environment.&lt;br /&gt;
* Offer a more user-friendly interface to send matlab commands and display the results. Right now the way to do it is to go in MatlabCommander and to type the command in a LineEdit, after which the output result appears in another LineEdit. While it is functional, our end users have had difficulties handling it since the display isn't as nice as in a Matlab console.&lt;br /&gt;
* Offer a way to visualize the Matlab workspace variables just like in the Matlab environment: there is currently no way in MatlabBridge to see the variables of the current instance.&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Approach and Plan bullet points --&amp;gt;&lt;br /&gt;
* Discuss with Andras to better understand the way MatlabBridge work, and showcase an example where we can not access the variables defined in a Matlab module once it has ended. This will lead to a work allowing to address the first objective.&lt;br /&gt;
* Look into using a custom ctkConsole (like the python console) in order to mimic the console from the main Matlab environment, OR try to get the commandwindow command from Matlab to directly open up.&lt;br /&gt;
* Retrieve workspace from the Matlab instance after each command sent (or matlab module run) and display the variables and their values in a table node, OR try to get the workspace command from Matlab to directly open up.&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Progress and Next steps bullet points (fill out at the end of project week) --&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Background and References==&lt;br /&gt;
&amp;lt;!-- Use this space for information that may help people better understand your project, like links to papers, source code, or data --&amp;gt;&lt;br /&gt;
* MatlabBridge : https://www.slicer.org/wiki/Documentation/Nightly/Extensions/MatlabBridge&lt;br /&gt;
* ctkConsole : http://www.commontk.org/docs/html/classctkConsole.html&lt;br /&gt;
* Matlab commandwindow : https://www.mathworks.com/help/matlab/ref/commandwindow.html&lt;br /&gt;
* Matlab workspace : https://www.mathworks.com/help/matlab/ref/workspace.html&lt;/div&gt;</summary>
		<author><name>Alexis.girault</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=File:MatlabCommanderInterface.png&amp;diff=94695</id>
		<title>File:MatlabCommanderInterface.png</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=File:MatlabCommanderInterface.png&amp;diff=94695"/>
		<updated>2017-01-09T19:03:07Z</updated>

		<summary type="html">&lt;p&gt;Alexis.girault: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Alexis.girault</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2017_Winter_Project_Week&amp;diff=94693</id>
		<title>2017 Winter Project Week</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2017_Winter_Project_Week&amp;diff=94693"/>
		<updated>2017-01-09T19:01:40Z</updated>

		<summary type="html">&lt;p&gt;Alexis.girault: Improve Matlab integration contributors&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
[[image:PW-Winter2017.png|300px]]&lt;br /&gt;
&lt;br /&gt;
=Welcome to the web page for the 24th Project Week!=&lt;br /&gt;
&lt;br /&gt;
The 24th NA-MIC Project Week open source hackathon is being held during the week of January 9-13, 2017 at MIT. Please go through this page for information, and if you have questions, please contact [https://www.spl.harvard.edu/pages/People/tkapur Tina Kapur, PhD].&lt;br /&gt;
&lt;br /&gt;
==Logistics==&lt;br /&gt;
&lt;br /&gt;
*'''Dates:''' January 9-13, 2017.&lt;br /&gt;
*'''Location:''' [https://www.google.com/maps/place/MIT:+Computer+Science+and+Artificial+Intelligence+Laboratory/@42.361864,-71.090563,16z/data=!4m2!3m1!1s0x0:0x303ada1e9664dfed?hl=en MIT CSAIL], Cambridge, MA. (Rooms: [[MIT_Project_Week_Rooms#Kiva|Kiva]], R&amp;amp;D)&lt;br /&gt;
*'''Transportation:''' Public transportation is highly encouraged, as no parking permits will be issued by MIT. For a list of local garages, please see [http://web.mit.edu/facilities/transportation/parking/visitors/public_parking.html here]&lt;br /&gt;
*'''REGISTRATION:''' Register [https://www.regonline.com/2017projectweek here]. Registration Fee: $330.&lt;br /&gt;
*'''Hotel:''' Similar to previous years, no rooms have been blocked in a particular hotel.&lt;br /&gt;
*'''Next Project Week:'''' [http://wiki.na-mic.org/Wiki/index.php/2017_Summer_Project_Week June 26-30, 2017, Catanzaro, Italy]&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
The National Alliance for Medical Image Computing (NAMIC), was founded in 2005 and chartered with building a computational infrastructure to support biomedical research as part of the NIH funded [http://www.ncbcs.org/ NCBC] program. The work of this alliance has resulted in important progress in algorithmic research, an open source medical image computing platform [http://www.slicer.org 3D Slicer], enhancements to the underlying building blocks [http://www.vtk.org VTK], [http://www.itk.org ITK], [http://www.cmake.org CMake], and [http://www.cdash.org CDash], and the creation of a community of algorithm researchers, biomedical scientists and software engineers who are committed to open science. This community meets twice a year in an open source hackathon event called Project Week.&lt;br /&gt;
&lt;br /&gt;
[[Engineering:Programming_Events|Project Week]] is a semi-annual open source hackathon which draws 60-120 researchers. As of August 2014, it is a [http://www.miccai.org/organization MICCAI] endorsed event. The participants work collaboratively on open-science solutions for problems that lie on the interfaces of the fields of computer science, mechanical engineering, biomedical engineering, and medicine. In contrast to conventional conferences and workshops the primary focus of the Project Weeks is to make progress in projects (as opposed to reporting about progress). The objective of the Project Weeks is to provide a venue for this community of medical open source software creators. Project Weeks are open to all, are publicly advertised, and are funded through fees paid by the attendees. Participants are encouraged to stay for the entire event. &lt;br /&gt;
&lt;br /&gt;
Project Week activities: Everyone shows up with a project. Some people are working on the platform. Some people are developing algorithms. Some people are applying the tools to their research problems. We begin the week by introducing projects and connecting teams. We end the week by reporting progress. In addition to the ongoing working sessions, breakout sessions are organized ad-hoc on a variety of special topics. These topics include: discussions of software architecture, presentations of new features and approaches and topics such as Image-Guided Therapy.&lt;br /&gt;
&lt;br /&gt;
Several funded projects use the Project Week as a place to convene and collaborate. These include [http://nac.spl.harvard.edu/ NAC], [http://www.ncigt.org/ NCIGT], [http://qiicr.org/ QIICR], and [http://ocairo.technainstitute.com/open-source-software-platforms-and-databases-for-the-adaptive-process/ OCAIRO]. &lt;br /&gt;
&lt;br /&gt;
A summary of all previous Project Events is available [[Project_Events#Past_Project_Weeks|here]].&lt;br /&gt;
&lt;br /&gt;
Please make sure that you are on the NA-MIC Project Week [http://public.kitware.com/mailman/listinfo/na-mic-project-week mailing list]&lt;br /&gt;
&lt;br /&gt;
==Conference Calls for Preparation==&lt;br /&gt;
&lt;br /&gt;
Conference call phone number and notes are available [[TCONS:2017_Winter_Project_Week|here]].&lt;br /&gt;
&lt;br /&gt;
==Calendar==&lt;br /&gt;
&lt;br /&gt;
'''''&amp;lt;font color=&amp;quot;maroon&amp;quot;&amp;gt;The events are listed in the calendar below. Note that due to a current known limitation of our infrastructure, you will need to manually navigate to the week of January 8, 2017 to see the relevant events.&amp;lt;/font&amp;gt;'''''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{#widget:Google Calendar&lt;br /&gt;
|id=kitware.com_sb07i171olac9aavh46ir495c4@group.calendar.google.com&lt;br /&gt;
|timezone=America/New_York&amp;amp;dates=20170108%2F20170114&lt;br /&gt;
|title=NAMIC Winter Project Week&lt;br /&gt;
|view=WEEK&lt;br /&gt;
|dates=20170108/20170114&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
iCal (.ics) link: https://calendar.google.com/calendar/ical/kitware.com_sb07i171olac9aavh46ir495c4%40group.calendar.google.com/public/basic.ics&lt;br /&gt;
&lt;br /&gt;
='''Projects'''=&lt;br /&gt;
&lt;br /&gt;
*Use this [[2017_Project_Week_Template | Updated Template for project pages]]&lt;br /&gt;
&lt;br /&gt;
== Deep Learning and GPUs ==&lt;br /&gt;
#[[2017 Winter Project Week/Deep Learning for Medical Image Computation| Deep Learning for Medical Image Computing]] (Tina Kapur)&lt;br /&gt;
#[[2017 Winter Project Week/Needle Segmentation from MRI | Needle Segmentation from MRI]] (Tina Kapur, Ziyang Wang, Guillaume Pernelle, Paolo Zaffino)&lt;br /&gt;
#[[2017 Winter Project Week/DeepInfer| DeepInfer: Open-source Deep Learning Deployment Toolkit]] (Alireza Mehrtash, Mehran Pesteie, Yang (Silvia) Yixin, Tina Kapur, Sandy Wells, Purang Abolmaesumi, Andriy Fedorov)&lt;br /&gt;
#[[2017 Winter Project Week/Diffusely abnormal white matter segmentation with 3d U-net| Diffusely abnormal white matter segmentation with 3d U-net]] (Mohsen Ghafoorrian, Bram Platel, Sandy Wells, Tina Kapur, Charles Guttmann)&lt;br /&gt;
# [[2017 Winter Project Week/OCM-MRI | Deep Learning for Synthetic MRI]] (Frank Preiswerk, Yaofei &amp;quot;Ada&amp;quot; Wang)&lt;br /&gt;
#[[2017 Winter Project Week/An open-source tool to classify TMJ OA condyles | An open-source tool to classify TMJ OA condyles]] (Priscille de Dumast, Juan Carlos Prieto, Beatriz Paniagua)&lt;br /&gt;
#[[2017 Winter Project Week/Evaluate Deep Learning for binary cancer legion classification | Evaluate Deep Learning for binary cancer lesion classification]] (Curt Lisle)&lt;br /&gt;
#[[2017 Winter Project Week/Convolutional neural nets for lung cancer survival prediction  | Convolutional neural nets for lung cancer survival prediction]] (Ahmed Hosny, Chintan Parmar, Roman Zeleznik, Hugo Aerts)&lt;br /&gt;
#[[2017 Winter Project Week/Population Based Image Imputation  | Population Based Image Imputation]] (Adrian Dalca, Katie Bouman, Mert Sabuncu, Polina Golland)&lt;br /&gt;
&lt;br /&gt;
== Web Technologies ==&lt;br /&gt;
#[[2017_Winter_Project_Week/WebTechnologyAndSlicer| Web Technology and Slicer]]  (Steve Pieper, Erik Zeigler, Curt Lisle, Satra Ghosh, Hans Meine) &lt;br /&gt;
#[[2017 Winter Project Week/Slicer Qt5 and Python3 | Slicer Qt5 and Python3]]  (Steve Pieper, Jean-Christophe Fillion-Robin, Andras Lasso, Andrey Fedorov)&lt;br /&gt;
#[[2017 Winter Project Week/IPFS_NoSQL_Combination | IPFS and NoSQL for cloud databases]] (Hans Meine, Steve Pieper)&lt;br /&gt;
#[[Explore integration of Web-based imaging workflows with Slicer | Explore integration of Web-based imaging workflows with Slicer ]] (Curt Lisle, Satra Gosh, Steve Peiper)&lt;br /&gt;
#[[2017 Winter Project Week/Web-based system to federate biological, clinical and morphological data | Web-based system to federate biological, clinical and morphological data]] (Juan Carlos Prieto, Clément Mirabel)&lt;br /&gt;
#[[2017_Winter_Project_Week/OAuth2SlicerPathology | OAuth2.0 authentication in SlicerPathology]]  (Erich Bremer, Steve Pieper, Teodora Szasz)&lt;br /&gt;
#[[2017 Winter Project Week/Electron App to add, navigate and visualize DICOM images | Electron App to add, navigate and visualize DICOM images]] (Smruti Padhy, Satrajit Ghosh, Mathias Goncalves)&lt;br /&gt;
#[[2017 Winter Project Week/AMI: A 3D Medical Imaging Javascript Library | AMI: A 3D Medical Imaging Javascript Library]] (Rudolph Pienaar, Jorge Luis Bernal Rusiel, Nicolas Rannou)&lt;br /&gt;
#[[2017_Winter_Project_Week/MedicalVisualizerUsingParaViewWeb | Medical Visualizer using ParaViewWeb]] (Teodora Szasz)&lt;br /&gt;
&lt;br /&gt;
== IGT: Navigation, Robotics, Surgical Planning ==&lt;br /&gt;
#[[2017 Winter Project Week/Tracked Ultrasound Standardization | Tracked Ultrasound Standardization III: The Refining]]  (Andras Lasso, Simon Drouin, Junichi Tokuda, Longquan Chen, Adam Rankin, Janne Beate Bakeng)&lt;br /&gt;
#[[2017 Winter Project Week/ROS Surface Scan | ROS Surface Scan]]  (Tobias Frank, Junichi Tokuda, Longquan Chen)&lt;br /&gt;
#[[2017 Winter Project Week/Open_Source_Electromagnetic_Trackers | Open Source Electromagnetic Trackers]]  (Peter Traneus Anderson)&lt;br /&gt;
#[[2017 Winter Project Week/LiverResectionPlanning | Liver resection planning extension]] (Louise Oram, Andrey Fedorov, Christian Herz, Andras Lasso)&lt;br /&gt;
#[[2017 Winter Project Week/3DSurgicalPlanningBreastReconstruction| 3D surgical planning solution for autologous breast reconstruction]] (Michael Chae, Andras Lasso, Julian Smith, Warren Rozen, David Hunter-Smith)&lt;br /&gt;
#[[2017 Winter Project Week/Intraoperative_Functional_Visualization | Visualization Concept for Intraoperative Use of Functional Mapping Data ]] (Anna Roethe, Rebekka Lauer, Prashin Unadkat, Sarah Frisken)&lt;br /&gt;
&lt;br /&gt;
==dMRI==&lt;br /&gt;
#[[2017 Winter Project Week/WhiteMatterAnalysis | Fiber endpoint analysis for neurosurgical planning]]  (Fan Zhang, Shun Gong, Isaiah Norton, Ye Wu, Lauren J. O'Donnell)&lt;br /&gt;
#[[2017 Winter Project Week/LORDWI | Density-based DMRI registration ]] (Henrik Groenholt Jensen, Lauren J. O'Donnell, Tina Kapur, Fan Zhang, Carl-Fredrik Westin)&lt;br /&gt;
#[[2017 Winter Project Week/SlicerDMRIDocumentationAndTesting | SlicerDMRI Testing and Documentation]]  (Shun Gong, Ye Wu, Isaiah Norton, Fan Zhang, Lauren J. O'Donnell)&lt;br /&gt;
#[[2017 Winter Project Week/DiPy_in_Slicer | WMA &amp;amp; DiPy integration in Slicer]] (Isaiah Norton, Lauren J. O'Donnell)&lt;br /&gt;
#[[2017 Winter Project Week/DWI_Similarity_Metrics | Identification of information-rich patches in Diffusion-Weighted Images]] (Laurent Chauvin, Fan Zhang, Lauren J. O'Donnell, Matthew Toews)&lt;br /&gt;
&lt;br /&gt;
==Quantitative Imaging Informatics==&lt;br /&gt;
#[[2017 Winter Project Week/dcmqi | dcmqi library]] (Andrey Fedorov, Christian Herz, JC, Steve Pieper)&lt;br /&gt;
#[[2017 Winter Project Week/QuantitativeReporting | DICOM QuantitativeReporting]] (Christian Herz, Andrey Fedorov, Andras Lasso, Csaba Pinter)&lt;br /&gt;
#[[2017 Winter Project Week/PyRadiomics | PyRadiomics library ]] (Joost van Griethuysen, Hugo Aerts, Andrey Fedorov, Steve Pieper, Jean-Christophe Fillion-Robin)&lt;br /&gt;
#[[2017 Winter Project Week/PkModeling | PkModeling - DCE Modeling Accuracy and UI/UX Update]] (Andrew Beers)&lt;br /&gt;
#[[2017 Winter Project Week/SegWithSubtractionAndModel| Manual Segmentation Module w/ Subtraction Maps + Delaunay Models]] (Andrew Beers)&lt;br /&gt;
&lt;br /&gt;
== Shape Analysis, Segmentation ==&lt;br /&gt;
#[[2017 Winter Project Week/SlicerShape | Slicer for Shape Analysis ]] (Beatriz Paniagua)&lt;br /&gt;
#[[2017 Winter Project Week/MandibularRegression | Mandibular Shape Regression ]] (Beatriz Paniagua, James Fishbaugh)&lt;br /&gt;
#[[2017 Winter Project Week/Slicer_HoloLens | Slicer &amp;amp; HoloLens]]  (Adam Rankin, Andras Lasso)&lt;br /&gt;
#[[2017 Winter Project Week/HyperspectralOpht | Slicer for Hyperspectral Ophthalmology Analysis ]] (Sungmin Hong)&lt;br /&gt;
#[[2017 Winter Project Week/GeodesicSegmentationandLungtumorAnalysis| Geodesic Segmentation and Lung tumor Analysis]] (Patmaa S, Sarthak Pati, Ratheesh k, Mark B, Yong F, Despina K, Ragini V, Christos D)&lt;br /&gt;
#[[2017 Winter Project Week/ProstateSectorSegmentation | Prostate Gland Sector Segmentation]] (Anneke Meyer, Andrey Fedorov, Alireza Mehrtash, Christian Hansen)&lt;br /&gt;
#[[2017 Winter Project Week/Multi-ModalitySegmentationOfUSandMRImagesForGliomaSurgery | Multi-Modality Segmentation of US- and MR-Images for Glioma Surgery]] (Jennifer Nitsch)&lt;br /&gt;
#[[2017 Winter Project Week/MeningiomaSegmentation | Segmentation of meningiomas in structural MR images]] (Satrajit Ghosh, Omar Arnaout)&lt;br /&gt;
#[[2017 Winter Project Week/CoronarySegmentationTool| Automatic and Manual Segmentation Tool of Coronary Artery from CTA imaging]] (Haoyin Zhou, Jayender Jagadeesan)&lt;br /&gt;
&lt;br /&gt;
== Infrastructure ==&lt;br /&gt;
#[[2017 Winter Project Week/SubjectHierarchyRefactoring | Subject hierarchy single-node refactoring]] (Csaba Pinter)&lt;br /&gt;
#[[2017 Winter Project Week/ImprovementsToSegmentEditor | Improvements to Segment Editor]] (Csaba Pinter, Andras Lasso)&lt;br /&gt;
#[[2017 Winter Project Week/Plastimatch19 | Upgrade Plastimatch extension ]] (Greg Sharp)&lt;br /&gt;
#[[2017 Winter Project Week/UpdatingCommunityForums | Updating Slicer Community Infrastructure (Discourse, GitHub, Gitter, ???)]] (Andrey Fedorov, Andras Lasso, Steve Pieper, Mike Halle, Isaiah Norton, and The Community)&lt;br /&gt;
#[[2017 Winter Project Week/SlicerGeometryModifier | Slicer support for interactive modification of 3D models ]] (Johan Andruejol, Beatriz Paniagua, Andras Lasso)&lt;br /&gt;
#[[2017 Winter Project Week/Support_for_volumetric_meshes | Support for volumetric meshes ]] (Alexis Girault, Curtis Lisle, Steve Pieper)&lt;br /&gt;
#[[2017 Winter Project Week/Improve_Matlab_integration | Improve Matlab integration ]] (Alexis Girault)&lt;br /&gt;
#[[2017 Winter Project Week/Integrative_Intraoperative_Interface | Integrative Interface for Intraoperative Software Applications ]] (Anna Roethe, Rebekka Lauer, Prashin Unadkat, Sarah Frisken)&lt;br /&gt;
&lt;br /&gt;
==Training and Dissemination==&lt;br /&gt;
#[[2017 Winter Project Week/2017TutorialContest| Tutorial contest]] (Sonia Pujol)&lt;br /&gt;
#[[2017 Winter Project Week/2017 NVIDIA Demo Contest|NVIDIA Demo Contest]] (Abdul Halabi, Abel Brown)&lt;br /&gt;
&lt;br /&gt;
==Next project week==&lt;br /&gt;
#[[2017 Winter Project Week/Next project week| Next project week]] (Paolo Zaffino, Maria Francesca Spadea, Tina Kapur)&lt;br /&gt;
&lt;br /&gt;
= '''Registrants''' =&lt;br /&gt;
&lt;br /&gt;
Do not add your name to this list - it is maintained by the organizers based on your paid registration.  To register, visit this [https://www.regonline.com/2017projectweek registration site].&lt;br /&gt;
&lt;br /&gt;
# Aman Shboul, Zaina :: Old Dominion University&lt;br /&gt;
# Aerts, Hugo :: DFCI-Harvard&lt;br /&gt;
# Alam, Mahbubul :: Old Dominion University&lt;br /&gt;
# Anderson, Peter :: Retired&lt;br /&gt;
# Andruejol, Johan  :: Kitware, Inc.&lt;br /&gt;
# Bakeng, Janne Beate  :: SINTEF&lt;br /&gt;
# Beers, Andrew :: Massachusetts General Hospital&lt;br /&gt;
# Bernal Rusiel, Jorge Luis :: Boston Children's Hospital&lt;br /&gt;
# Bremer, Erich :: Stony Brook University&lt;br /&gt;
# Burke, Brice :: American University of Antigua College of Medicine&lt;br /&gt;
# Cetin Karayumak, Suheyla :: Brigham and Women's Hospital&lt;br /&gt;
# Chae, Michael :: Monash University&lt;br /&gt;
# Chauvin, Laurent :: ETS&lt;br /&gt;
# Dalca, Adrian :: Massachusetts Institute of Technology&lt;br /&gt;
# DiPrima, Tammy :: Stony Brook University&lt;br /&gt;
# Drouin, Simon :: Montreal Neurological Institute&lt;br /&gt;
# Fan, Zhipeng :: Brigham and Women's Hospital&lt;br /&gt;
# Fedorov, Andriy :: Brigham and Women's Hospital&lt;br /&gt;
# Fillion-Robin, Jean-Christophe :: Kitware, Inc.&lt;br /&gt;
# Fishbaugh, James :: New York University&lt;br /&gt;
# Frank, Tobias :: Leibniz Universität Hannover&lt;br /&gt;
# Frisken, Sarah :: Brigham and Women's Hospital&lt;br /&gt;
# García Mato, David :: Queen´s University / Universidad Carlos III de Madrid&lt;br /&gt;
# Ghafoorian, Mohsen :: Brigham and Women's Hospital&lt;br /&gt;
# Ghosh, Satrajit :: Massachusetts Institute of Technology&lt;br /&gt;
# Girault, Alexis :: Kitware, Inc.&lt;br /&gt;
# Golland, Polina :: Massachusetts Institute of Technology&lt;br /&gt;
# Gollub, Randy :: Massachusetts General Hospital&lt;br /&gt;
# Goncalves, Mathias :: Massachusetts Institute of Technology&lt;br /&gt;
# Gong, Shun :: Brigham and Women's Hospital&lt;br /&gt;
# Guerrier de Dumast, Priscille :: University of Michigan&lt;br /&gt;
# Halle, Michael :: Brigham and Women's Hospital&lt;br /&gt;
# Harris, Gordon :: Massachusetts General Hospital&lt;br /&gt;
# Helba, Brian :: Kitware, Inc.&lt;br /&gt;
# Herz, Christian :: Brigham and Women's Hospital&lt;br /&gt;
# Hong, Sungmin :: New York University&lt;br /&gt;
# Hosny, Ahmed :: Dana-Farber&lt;br /&gt;
# Jagadeesan, Jayender :: Brigham and Women's Hospital&lt;br /&gt;
# Jarecka, Dorota :: Massachusetts Institute of Technology&lt;br /&gt;
# Jensen, Henrik G. :: University of Copenhagen&lt;br /&gt;
# Kaczmarzyk, Jakub :: Massachusetts Institute of Technology&lt;br /&gt;
# Kapur, Tina :: Brigham and Women's Hospital&lt;br /&gt;
# Kennedy, David :: UMass Medical School&lt;br /&gt;
# Kikinis, Ron :: Brigham and Women's Hospital&lt;br /&gt;
# Lasso, Andras :: PerkLab, Queen's University&lt;br /&gt;
# Lauer, Rebekka :: Humboldt University Berlin&lt;br /&gt;
# Lisle, Curtis :: KnowledgeVis, LLC&lt;br /&gt;
# Mastrogiacomo, Katie :: Brigham and Women's Hospital&lt;br /&gt;
# Mateus, D. :: TUM&lt;br /&gt;
# Mehrtash, Alireza :: Brigham and Women's Hospital&lt;br /&gt;
# Meine, Hans :: University of Bremen&lt;br /&gt;
# Meyer, Anneke :: University of Magdeburg&lt;br /&gt;
# Miller, James :: GE Research&lt;br /&gt;
# Mirabel, Clement :: University of Michigan&lt;br /&gt;
# Nitsch, Jennifer :: University of Bremen&lt;br /&gt;
# Norton, Isaiah :: Brigham and Women's Hospital&lt;br /&gt;
# O'Donnell, Lauren :: Brigham and Women's Hospital&lt;br /&gt;
# Oram, Louise :: The Intervention Centre-Oslo University Hospital&lt;br /&gt;
# Padhy, Smruti :: Massachusetts Institute of Technology&lt;br /&gt;
# Paniagua, Beatriz :: Kitware, Inc.&lt;br /&gt;
# Parmar, Chintan :: DFCI-Harvard Medical School&lt;br /&gt;
# Peled, Sharon :: Brigham and Women's Hospital&lt;br /&gt;
# Pieper, Steve :: Isomics, Inc.&lt;br /&gt;
# Pinter, Csaba :: Queen's University&lt;br /&gt;
# Preiswerk, Frank :: Brigham and Women's Hospital/Harvard Medical School&lt;br /&gt;
# Prieto, Juan :: NIRAL&lt;br /&gt;
# Pujol, Sonia :: Brigham and Women's Hospital/Harvard Medical School&lt;br /&gt;
# Rankin, Adam :: Robarts Research Institute&lt;br /&gt;
# Rheault, Francois :: Université de Sherbrooke&lt;br /&gt;
# Roethe, Anna :: Humboldt University / Charité University Hospital Berlin&lt;br /&gt;
# Szczepankiewicz, Filip :: Lund University&lt;br /&gt;
# Sharp, Gregory :: Massachusetts General Hospital&lt;br /&gt;
# Sridharan, Patmaa :: University of Pennsylvania-CBICA&lt;br /&gt;
# Szasz, Teodora :: University of Chicago&lt;br /&gt;
# Unadkat, Prashin :: Brigham and Women's Hospital&lt;br /&gt;
# Van Griethuysen , Joost :: Netherlands Cancer Institute&lt;br /&gt;
# Vidyaratne, Lasitha :: Old Dominion University&lt;br /&gt;
# Wang, Yaofei :: Brigham and Women's Hospital&lt;br /&gt;
# Wang, Ziyang :: Brigham and Women's Hospital&lt;br /&gt;
# Wei, Dawei ::  Brigham and Women's Hospital&lt;br /&gt;
# Westin, Carl-Fredrik :: Brigham and Women's Hospital, Harvard Medical School&lt;br /&gt;
# Xu, Wanxin :: Brigham and Women's Hospital&lt;br /&gt;
# Yang, Yixin :: Brigham and Women's Hospital&lt;br /&gt;
# Ye, Wu :: Brigham and Women's Hospital&lt;br /&gt;
# Zaffino, Paolo :: Magna Graecia University of Catanzaro, Italy&lt;br /&gt;
# Zeleznik, Roman :: DFCI&lt;br /&gt;
# Zhang, Fan :: Brigham and Women's Hospital&lt;br /&gt;
# Zhang, Miaomiao :: Massachusetts Institute of Technology&lt;br /&gt;
# Zhang, Yuqian :: Brigham and Women's Hospital&lt;br /&gt;
# Zhou, Haoyin :: Brigham and Women's Hospital&lt;br /&gt;
# Ziegler, Erik :: Open Health Imaging Foundation/Mass General Hospital&lt;/div&gt;</summary>
		<author><name>Alexis.girault</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2017_Winter_Project_Week/Improve_Matlab_integration&amp;diff=94673</id>
		<title>2017 Winter Project Week/Improve Matlab integration</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2017_Winter_Project_Week/Improve_Matlab_integration&amp;diff=94673"/>
		<updated>2017-01-09T18:36:14Z</updated>

		<summary type="html">&lt;p&gt;Alexis.girault: update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-Winter2017.png|link=2017_Winter_Project_Week#Projects|[[2017_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
&amp;lt;!-- Use the &amp;quot;Upload file&amp;quot; link on the left and then add a line to this list like &amp;quot;File:MyAlgorithmScreenshot.png&amp;quot; --&amp;gt;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
&amp;lt;!-- Add a bulleted list of investigators and their institutions here --&amp;gt;&lt;br /&gt;
* Alexis Girault (Kitware, Inc.)&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Objective&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Approach and Plan&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Progress and Next Steps&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Objective bullet points --&amp;gt;&lt;br /&gt;
* Allowing the access to Matlab variables that are defined in a Matlab module once that module terminates, as if that code was run in the Matlab command line environment.&lt;br /&gt;
* Offer a more user-friendly interface to send matlab commands and display the results. Right now the way to do it is to go in MatlabCommander and to type the command in a LineEdit, after which the output result appears in another LineEdit. While it is functional, our end users have had difficulties handling it since the display isn't as nice as in a Matlab console.&lt;br /&gt;
* Offer a way to visualize the Matlab workspace variables just like in the Matlab environment: there is currently no way in MatlabBridge to see the variables of the current instance.&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Approach and Plan bullet points --&amp;gt;&lt;br /&gt;
* Discuss with Andras to better understand the way MatlabBridge work, and showcase an example where we can not access the variables defined in a Matlab module once it has ended. This will lead to a work allowing to address the first objective.&lt;br /&gt;
* Look into using a custom ctkConsole (like the python console) in order to mimic the console from the main Matlab environment, OR try to get the commandwindow command from Matlab to directly open up.&lt;br /&gt;
* Retrieve workspace from the Matlab instance after each command sent (or matlab module run) and display the variables and their values in a table node, OR try to get the workspace command from Matlab to directly open up.&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Progress and Next steps bullet points (fill out at the end of project week) --&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Background and References==&lt;br /&gt;
&amp;lt;!-- Use this space for information that may help people better understand your project, like links to papers, source code, or data --&amp;gt;&lt;br /&gt;
* MatlabBridge : https://www.slicer.org/wiki/Documentation/Nightly/Extensions/MatlabBridge&lt;br /&gt;
* ctkConsole : http://www.commontk.org/docs/html/classctkConsole.html&lt;br /&gt;
* Matlab commandwindow : https://www.mathworks.com/help/matlab/ref/commandwindow.html&lt;br /&gt;
* Matlab workspace : https://www.mathworks.com/help/matlab/ref/workspace.html&lt;/div&gt;</summary>
		<author><name>Alexis.girault</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2017_Winter_Project_Week/Support_for_volumetric_meshes&amp;diff=94339</id>
		<title>2017 Winter Project Week/Support for volumetric meshes</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2017_Winter_Project_Week/Support_for_volumetric_meshes&amp;diff=94339"/>
		<updated>2017-01-04T20:34:54Z</updated>

		<summary type="html">&lt;p&gt;Alexis.girault: /* Project Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-Winter2017.png|link=2017_Winter_Project_Week#Projects|[[2017_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
&amp;lt;!-- Use the &amp;quot;Upload file&amp;quot; link on the left and then add a line to this list like &amp;quot;File:MyAlgorithmScreenshot.png&amp;quot; --&amp;gt;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
&amp;lt;!-- Add a bulleted list of investigators and their institutions here --&amp;gt;&lt;br /&gt;
* Alexis Girault (Kitware, Inc.)&lt;br /&gt;
* Curtis Lisle (KnowledgeVis, LLC)&lt;br /&gt;
* Steve Piper (Isomics, Inc.)&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Objective&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Approach and Plan&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Progress and Next Steps&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Objective bullet points --&amp;gt;&lt;br /&gt;
From top priority to possible future work:&lt;br /&gt;
* Being able to visualize, load and save volumetric meshes &lt;br /&gt;
* Improving clipped visualization of models (surface models or volumetric meshes) and facilitate the display of the point data (active scalars).&lt;br /&gt;
* Being able to create volumetric meshes from label maps (or segmentation?) and possibly edit them&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Approach and Plan bullet points --&amp;gt;&lt;br /&gt;
* Initial discussions needed with Curtis and Steve based on existing work: IA FEMesh from Slicer 3, BodyCentricCubicMesh and MeshCompression modules, and the CleaverExtension.&lt;br /&gt;
* Probably investigate the creation of a MRML node similar to Models (possibly create a hierarchy between both?) that would wrap a vtkUnstructuredGrid in order to visualize, load and save the meshes.&lt;br /&gt;
* Investigate best way to adapt previous Slicer-based volumetric work that allowed for creation and edition (bullet point 1) to work with the new architecture put in place within Slicer 4 (bullet point 2).&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Progress and Next steps bullet points (fill out at the end of project week) --&amp;gt;&lt;br /&gt;
* Some parts of the IA FEMesh module were prototyped in early Slicer 4 (Curtis).&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Background and References==&lt;br /&gt;
&amp;lt;!-- Use this space for information that may help people better understand your project, like links to papers, source code, or data --&amp;gt;&lt;br /&gt;
* IA_FEMesh (Slicer 3) : https://www.slicer.org/wiki/Modules:IA_FEMesh-Documentation-3.6&lt;br /&gt;
* BodyCentricCubicMesh module : https://www.slicer.org/wiki/Documentation/Nightly/Modules/BodyCentricCubicMesh&lt;br /&gt;
* MeshCompression module : https://www.slicer.org/wiki/Documentation/Nightly/Modules/MeshCompression&lt;br /&gt;
* CleaverExtenstion : https://www.slicer.org/wiki/Documentation/Nightly/Extensions/CleaverExtension&lt;br /&gt;
* vtkUnstructuredGrid : http://www.vtk.org/doc/nightly/html/classvtkUnstructuredGrid.html&lt;/div&gt;</summary>
		<author><name>Alexis.girault</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2017_Winter_Project_Week/Improve_Matlab_integration&amp;diff=94338</id>
		<title>2017 Winter Project Week/Improve Matlab integration</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2017_Winter_Project_Week/Improve_Matlab_integration&amp;diff=94338"/>
		<updated>2017-01-04T20:32:16Z</updated>

		<summary type="html">&lt;p&gt;Alexis.girault: Created page with &amp;quot;__NOTOC__ &amp;lt;gallery&amp;gt; Image:PW-Winter2017.png|link=2017_Winter_Project_Week#Projects|Projects List &amp;lt;!-- Use the &amp;quot;Upload file&amp;quot; link on the l...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-Winter2017.png|link=2017_Winter_Project_Week#Projects|[[2017_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
&amp;lt;!-- Use the &amp;quot;Upload file&amp;quot; link on the left and then add a line to this list like &amp;quot;File:MyAlgorithmScreenshot.png&amp;quot; --&amp;gt;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
&amp;lt;!-- Add a bulleted list of investigators and their institutions here --&amp;gt;&lt;br /&gt;
* Alexis Girault (Kitware, Inc.)&lt;br /&gt;
* Andras Lasso (PerkLab, Queen's University)&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Objective&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Approach and Plan&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Progress and Next Steps&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Objective bullet points --&amp;gt;&lt;br /&gt;
* Allowing the access to Matlab variables that are defined in a Matlab module once that module terminates, as if that code was run in the Matlab command line environment.&lt;br /&gt;
* Offer a more user-friendly interface to send matlab commands and display the results. Right now the way to do it is to go in MatlabCommander and to type the command in a LineEdit, after which the output result appears in another LineEdit. While it is functional, our end users have had difficulties handling it since the display isn't as nice as in a Matlab console.&lt;br /&gt;
* Offer a way to visualize the Matlab workspace variables just like in the Matlab environment: there is currently no way in MatlabBridge to see the variables of the current instance.&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Approach and Plan bullet points --&amp;gt;&lt;br /&gt;
* Discuss with Andras to better understand the way MatlabBridge work, and showcase an example where we can not access the variables defined in a Matlab module once it has ended. This will lead to a work allowing to address the first objective.&lt;br /&gt;
* Look into using a custom ctkConsole (like the python console) in order to mimic the console from the main Matlab environment, OR try to get the commandwindow command from Matlab to directly open up.&lt;br /&gt;
* Retrieve workspace from the Matlab instance after each command sent (or matlab module run) and display the variables and their values in a table node, OR try to get the workspace command from Matlab to directly open up.&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Progress and Next steps bullet points (fill out at the end of project week) --&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Background and References==&lt;br /&gt;
&amp;lt;!-- Use this space for information that may help people better understand your project, like links to papers, source code, or data --&amp;gt;&lt;br /&gt;
* MatlabBridge : https://www.slicer.org/wiki/Documentation/Nightly/Extensions/MatlabBridge&lt;br /&gt;
* ctkConsole : http://www.commontk.org/docs/html/classctkConsole.html&lt;br /&gt;
* Matlab commandwindow : https://www.mathworks.com/help/matlab/ref/commandwindow.html&lt;br /&gt;
* Matlab workspace : https://www.mathworks.com/help/matlab/ref/workspace.html&lt;/div&gt;</summary>
		<author><name>Alexis.girault</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2017_Winter_Project_Week/Support_for_volumetric_meshes&amp;diff=94335</id>
		<title>2017 Winter Project Week/Support for volumetric meshes</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2017_Winter_Project_Week/Support_for_volumetric_meshes&amp;diff=94335"/>
		<updated>2017-01-04T20:08:55Z</updated>

		<summary type="html">&lt;p&gt;Alexis.girault: /* Project Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-Winter2017.png|link=2017_Winter_Project_Week#Projects|[[2017_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
&amp;lt;!-- Use the &amp;quot;Upload file&amp;quot; link on the left and then add a line to this list like &amp;quot;File:MyAlgorithmScreenshot.png&amp;quot; --&amp;gt;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
&amp;lt;!-- Add a bulleted list of investigators and their institutions here --&amp;gt;&lt;br /&gt;
* Alexis Girault (Kitware, Inc.)&lt;br /&gt;
* Curtis Lisle (KnowledgeVis, LLC)&lt;br /&gt;
* Steve Piper (Isomics, Inc.)&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Objective&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Approach and Plan&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Progress and Next Steps&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Objective bullet points --&amp;gt;&lt;br /&gt;
* Being able to visualize, load and save volumetric meshes &lt;br /&gt;
* Improving clipped visualization of models (surface models or volumetric meshes) and facilitate the display of the point data (active scalars).&lt;br /&gt;
* Being able to create volumetric meshes from label maps (or segmentation?) and possibly edit them&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Approach and Plan bullet points --&amp;gt;&lt;br /&gt;
* Initial discussions needed with Curtis and Steve based on existing work: IA FEMesh from Slicer 3, BodyCentricCubicMesh and MeshCompression modules, and the CleaverExtension.&lt;br /&gt;
* Probably investigate the creation of a MRML node similar to Models (possibly create a hierarchy between both?) that would wrap a vtkUnstructuredGrid in order to visualize, load and save the meshes.&lt;br /&gt;
* Investigate best way to adapt previous Slicer-based volumetric work that allowed for creation and edition (bullet point 1) to work with the new architecture put in place within Slicer 4 (bullet point 2).&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Progress and Next steps bullet points (fill out at the end of project week) --&amp;gt;&lt;br /&gt;
* Some parts of the IA FEMesh module were prototyped in early Slicer 4 (Curtis).&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Background and References==&lt;br /&gt;
&amp;lt;!-- Use this space for information that may help people better understand your project, like links to papers, source code, or data --&amp;gt;&lt;br /&gt;
* IA_FEMesh (Slicer 3) : https://www.slicer.org/wiki/Modules:IA_FEMesh-Documentation-3.6&lt;br /&gt;
* BodyCentricCubicMesh module : https://www.slicer.org/wiki/Documentation/Nightly/Modules/BodyCentricCubicMesh&lt;br /&gt;
* MeshCompression module : https://www.slicer.org/wiki/Documentation/Nightly/Modules/MeshCompression&lt;br /&gt;
* CleaverExtenstion : https://www.slicer.org/wiki/Documentation/Nightly/Extensions/CleaverExtension&lt;br /&gt;
* vtkUnstructuredGrid : http://www.vtk.org/doc/nightly/html/classvtkUnstructuredGrid.html&lt;/div&gt;</summary>
		<author><name>Alexis.girault</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2017_Winter_Project_Week/Support_for_volumetric_meshes&amp;diff=94324</id>
		<title>2017 Winter Project Week/Support for volumetric meshes</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2017_Winter_Project_Week/Support_for_volumetric_meshes&amp;diff=94324"/>
		<updated>2017-01-04T19:31:49Z</updated>

		<summary type="html">&lt;p&gt;Alexis.girault: /* Project Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-Winter2017.png|link=2017_Winter_Project_Week#Projects|[[2017_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
&amp;lt;!-- Use the &amp;quot;Upload file&amp;quot; link on the left and then add a line to this list like &amp;quot;File:MyAlgorithmScreenshot.png&amp;quot; --&amp;gt;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
&amp;lt;!-- Add a bulleted list of investigators and their institutions here --&amp;gt;&lt;br /&gt;
* Alexis Girault (Kitware, Inc.)&lt;br /&gt;
* Curtis Lisle (KnowledgeVis, LLC)&lt;br /&gt;
* Steve Piper (Isomics, Inc.)&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Objective&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Approach and Plan&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Progress and Next Steps&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Objective bullet points --&amp;gt;&lt;br /&gt;
* [TOP PRIORITY] Being able to visualize, load and save volumetric meshes &lt;br /&gt;
* [FUTURE WORK] Being able to create volumetric meshes from label maps (or segmentation?) and possibly edit them&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Approach and Plan bullet points --&amp;gt;&lt;br /&gt;
* Initial discussions needed with Curtis and Steve based on existing work: IA FEMesh from Slicer 3, BodyCentricCubicMesh and MeshCompression modules, and the CleaverExtension.&lt;br /&gt;
* Probably investigate the creation of a MRML node similar to Models (possibly create a hierarchy between both?) that would wrap a vtkUnstructuredGrid in order to visualize, load and save the meshes.&lt;br /&gt;
* Investigate best way to adapt previous Slicer-based volumetric work that allowed for creation and edition (bullet point 1) to work with the new architecture put in place within Slicer 4 (bullet point 2).&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Progress and Next steps bullet points (fill out at the end of project week) --&amp;gt;&lt;br /&gt;
* Some parts of the IA FEMesh module were prototyped in early Slicer 4 (Curtis).&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Background and References==&lt;br /&gt;
&amp;lt;!-- Use this space for information that may help people better understand your project, like links to papers, source code, or data --&amp;gt;&lt;br /&gt;
* IA_FEMesh (Slicer 3) : https://www.slicer.org/wiki/Modules:IA_FEMesh-Documentation-3.6&lt;br /&gt;
* BodyCentricCubicMesh module : https://www.slicer.org/wiki/Documentation/Nightly/Modules/BodyCentricCubicMesh&lt;br /&gt;
* MeshCompression module : https://www.slicer.org/wiki/Documentation/Nightly/Modules/MeshCompression&lt;br /&gt;
* CleaverExtenstion : https://www.slicer.org/wiki/Documentation/Nightly/Extensions/CleaverExtension&lt;br /&gt;
* vtkUnstructuredGrid : http://www.vtk.org/doc/nightly/html/classvtkUnstructuredGrid.html&lt;/div&gt;</summary>
		<author><name>Alexis.girault</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2017_Winter_Project_Week/Support_for_volumetric_meshes&amp;diff=94323</id>
		<title>2017 Winter Project Week/Support for volumetric meshes</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2017_Winter_Project_Week/Support_for_volumetric_meshes&amp;diff=94323"/>
		<updated>2017-01-04T19:28:51Z</updated>

		<summary type="html">&lt;p&gt;Alexis.girault: /* Project Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-Winter2017.png|link=2017_Winter_Project_Week#Projects|[[2017_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
&amp;lt;!-- Use the &amp;quot;Upload file&amp;quot; link on the left and then add a line to this list like &amp;quot;File:MyAlgorithmScreenshot.png&amp;quot; --&amp;gt;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
&amp;lt;!-- Add a bulleted list of investigators and their institutions here --&amp;gt;&lt;br /&gt;
* Alexis Girault (Kitware, Inc.)&lt;br /&gt;
* Curtis Lisle (KnowledgeVis, LLC)&lt;br /&gt;
* Steve Piper (Isomics, Inc.)&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Objective&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Approach and Plan&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Progress and Next Steps&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Objective bullet points --&amp;gt;&lt;br /&gt;
* [TOP PRIORITY] Being able to visualize, load and save volumetric meshes &lt;br /&gt;
* [FUTURE WORK] Being able to create volumetric meshes from label maps (or segmentation?) and possibly edit them&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Approach and Plan bullet points --&amp;gt;&lt;br /&gt;
* Initial discussions needed with Curtis and Steve based on existing work: IA FEMesh from Slicer 3, BodyCentricCubicMesh and MeshCompression modules, and the CleaverExtension.&lt;br /&gt;
* Probably investigate the creation of a MRML node similar to Models (possibly create a hierarchy between both?) that would wrap a vtkUnstructuredGrid in order to visualize, load and save the meshes.&lt;br /&gt;
* Investigate best way to adapt previous Slicer-based volumetric work that allowed for creation and edition (bullet point 1) to work with the new architecture put in place within Slicer 4 (bullet point 2).&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Progress and Next steps bullet points (fill out at the end of project week) --&amp;gt;&lt;br /&gt;
*&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Background and References==&lt;br /&gt;
&amp;lt;!-- Use this space for information that may help people better understand your project, like links to papers, source code, or data --&amp;gt;&lt;br /&gt;
* IA_FEMesh (Slicer 3) : https://www.slicer.org/wiki/Modules:IA_FEMesh-Documentation-3.6&lt;br /&gt;
* BodyCentricCubicMesh module : https://www.slicer.org/wiki/Documentation/Nightly/Modules/BodyCentricCubicMesh&lt;br /&gt;
* MeshCompression module : https://www.slicer.org/wiki/Documentation/Nightly/Modules/MeshCompression&lt;br /&gt;
* CleaverExtenstion : https://www.slicer.org/wiki/Documentation/Nightly/Extensions/CleaverExtension&lt;br /&gt;
* vtkUnstructuredGrid : http://www.vtk.org/doc/nightly/html/classvtkUnstructuredGrid.html&lt;/div&gt;</summary>
		<author><name>Alexis.girault</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2017_Winter_Project_Week/Support_for_volumetric_meshes&amp;diff=94320</id>
		<title>2017 Winter Project Week/Support for volumetric meshes</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2017_Winter_Project_Week/Support_for_volumetric_meshes&amp;diff=94320"/>
		<updated>2017-01-04T19:15:05Z</updated>

		<summary type="html">&lt;p&gt;Alexis.girault: Created page with &amp;quot;__NOTOC__ &amp;lt;gallery&amp;gt; Image:PW-Winter2017.png|link=2017_Winter_Project_Week#Projects|Projects List &amp;lt;!-- Use the &amp;quot;Upload file&amp;quot; link on the l...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-Winter2017.png|link=2017_Winter_Project_Week#Projects|[[2017_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
&amp;lt;!-- Use the &amp;quot;Upload file&amp;quot; link on the left and then add a line to this list like &amp;quot;File:MyAlgorithmScreenshot.png&amp;quot; --&amp;gt;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
&amp;lt;!-- Add a bulleted list of investigators and their institutions here --&amp;gt;&lt;br /&gt;
* Alexis Girault (Kitware, Inc.)&lt;br /&gt;
* Curtis Lisle (KnowledgeVis, LLC)&lt;br /&gt;
* Steve Piper (Isomics, Inc.)&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Objective&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Approach and Plan&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Progress and Next Steps&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Objective bullet points --&amp;gt;&lt;br /&gt;
* Being able to visualize, load and save volumetric meshes&lt;br /&gt;
* Being able to create volumetric meshes from label maps (or segmentation?) and possibly edit them&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Approach and Plan bullet points --&amp;gt;&lt;br /&gt;
* Initial discussions needed with Curtis and Steve based on existing work: IA FEMesh from Slicer 3, BodyCentricCubicMesh and MeshCompression modules, and the CleaverExtension.&lt;br /&gt;
* Probably investigate the creation of a MRML node similar to Models (possibly create a hierarchy between both?) that would wrap a vtkUnstructuredGrid.&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Progress and Next steps bullet points (fill out at the end of project week) --&amp;gt;&lt;br /&gt;
*&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Background and References==&lt;br /&gt;
&amp;lt;!-- Use this space for information that may help people better understand your project, like links to papers, source code, or data --&amp;gt;&lt;br /&gt;
* IA_FEMesh (Slicer 3) : https://www.slicer.org/wiki/Modules:IA_FEMesh-Documentation-3.6&lt;br /&gt;
* BodyCentricCubicMesh module : https://www.slicer.org/wiki/Documentation/Nightly/Modules/BodyCentricCubicMesh&lt;br /&gt;
* MeshCompression module : https://www.slicer.org/wiki/Documentation/Nightly/Modules/MeshCompression&lt;br /&gt;
* CleaverExtenstion : https://www.slicer.org/wiki/Documentation/Nightly/Extensions/CleaverExtension&lt;br /&gt;
* vtkUnstructuredGrid : http://www.vtk.org/doc/nightly/html/classvtkUnstructuredGrid.html&lt;/div&gt;</summary>
		<author><name>Alexis.girault</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2017_Winter_Project_Week&amp;diff=94319</id>
		<title>2017 Winter Project Week</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2017_Winter_Project_Week&amp;diff=94319"/>
		<updated>2017-01-04T19:13:56Z</updated>

		<summary type="html">&lt;p&gt;Alexis.girault: add two projects&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
[[image:PW-Winter2017.png|300px]]&lt;br /&gt;
&lt;br /&gt;
=Welcome to the web page for the 24th Project Week!=&lt;br /&gt;
&lt;br /&gt;
The 24th NA-MIC Project Week open source hackathon is being held during the week of January 9-13, 2017 at MIT. Please go through this page for information, and if you have questions, please contact [https://www.spl.harvard.edu/pages/People/tkapur Tina Kapur, PhD].&lt;br /&gt;
&lt;br /&gt;
==Logistics==&lt;br /&gt;
&lt;br /&gt;
*'''Dates:''' January 9-13, 2017.&lt;br /&gt;
*'''Location:''' [https://www.google.com/maps/place/MIT:+Computer+Science+and+Artificial+Intelligence+Laboratory/@42.361864,-71.090563,16z/data=!4m2!3m1!1s0x0:0x303ada1e9664dfed?hl=en MIT CSAIL], Cambridge, MA. (Rooms: [[MIT_Project_Week_Rooms#Kiva|Kiva]], R&amp;amp;D)&lt;br /&gt;
*'''REGISTRATION:''' Register [https://www.regonline.com/2017projectweek here]. Registration Fee: $330.&lt;br /&gt;
*'''Hotel:''' Similar to previous years, no rooms have been blocked in a particular hotel.&lt;br /&gt;
*'''Next Project Week:'''' [http://wiki.na-mic.org/Wiki/index.php/2017_Summer_Project_Week June 26-30, 2017, Catanzaro, Italy]&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
The National Alliance for Medical Image Computing (NAMIC), was founded in 2005 and chartered with building a computational infrastructure to support biomedical research as part of the NIH funded [http://www.ncbcs.org/ NCBC] program. The work of this alliance has resulted in important progress in algorithmic research, an open source medical image computing platform [http://www.slicer.org 3D Slicer], enhancements to the underlying building blocks [http://www.vtk.org VTK], [http://www.itk.org ITK], [http://www.cmake.org CMake], and [http://www.cdash.org CDash], and the creation of a community of algorithm researchers, biomedical scientists and software engineers who are committed to open science. This community meets twice a year in an open source hackathon event called Project Week.&lt;br /&gt;
&lt;br /&gt;
[[Engineering:Programming_Events|Project Week]] is a semi-annual open source hackathon which draws 60-120 researchers. As of August 2014, it is a [http://www.miccai.org/organization MICCAI] endorsed event. The participants work collaboratively on open-science solutions for problems that lie on the interfaces of the fields of computer science, mechanical engineering, biomedical engineering, and medicine. In contrast to conventional conferences and workshops the primary focus of the Project Weeks is to make progress in projects (as opposed to reporting about progress). The objective of the Project Weeks is to provide a venue for this community of medical open source software creators. Project Weeks are open to all, are publicly advertised, and are funded through fees paid by the attendees. Participants are encouraged to stay for the entire event. &lt;br /&gt;
&lt;br /&gt;
Project Week activities: Everyone shows up with a project. Some people are working on the platform. Some people are developing algorithms. Some people are applying the tools to their research problems. We begin the week by introducing projects and connecting teams. We end the week by reporting progress. In addition to the ongoing working sessions, breakout sessions are organized ad-hoc on a variety of special topics. These topics include: discussions of software architecture, presentations of new features and approaches and topics such as Image-Guided Therapy.&lt;br /&gt;
&lt;br /&gt;
Several funded projects use the Project Week as a place to convene and collaborate. These include [http://nac.spl.harvard.edu/ NAC], [http://www.ncigt.org/ NCIGT], [http://qiicr.org/ QIICR], and [http://ocairo.technainstitute.com/open-source-software-platforms-and-databases-for-the-adaptive-process/ OCAIRO]. &lt;br /&gt;
&lt;br /&gt;
A summary of all previous Project Events is available [[Project_Events#Past_Project_Weeks|here]].&lt;br /&gt;
&lt;br /&gt;
Please make sure that you are on the NA-MIC Project Week [http://public.kitware.com/mailman/listinfo/na-mic-project-week mailing list]&lt;br /&gt;
&lt;br /&gt;
==Conference Calls for Preparation==&lt;br /&gt;
&lt;br /&gt;
Conference call phone number and notes are available [[TCONS:2017_Winter_Project_Week|here]].&lt;br /&gt;
&lt;br /&gt;
==Calendar==&lt;br /&gt;
&lt;br /&gt;
'''''&amp;lt;font color=&amp;quot;maroon&amp;quot;&amp;gt;The events are listed in the calendar below. Note that due to a current known limitation of our infrastructure, you will need to manually navigate to the week of January 8, 2017 to see the relevant events.&amp;lt;/font&amp;gt;'''''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{#widget:Google Calendar&lt;br /&gt;
|id=kitware.com_sb07i171olac9aavh46ir495c4@group.calendar.google.com&lt;br /&gt;
|timezone=America/New_York&amp;amp;dates=20170108%2F20170114&lt;br /&gt;
|title=NAMIC Winter Project Week&lt;br /&gt;
|view=WEEK&lt;br /&gt;
|dates=20170108/20170114&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
iCal (.ics) link: https://calendar.google.com/calendar/ical/kitware.com_sb07i171olac9aavh46ir495c4%40group.calendar.google.com/public/basic.ics&lt;br /&gt;
&lt;br /&gt;
='''Projects'''=&lt;br /&gt;
&lt;br /&gt;
*Use this [[2017_Project_Week_Template | Updated Template for project pages]]&lt;br /&gt;
&lt;br /&gt;
== Learning and GPUs ==&lt;br /&gt;
&lt;br /&gt;
* [[2017 Winter Project Week/Needle Segmentation from MRI | Needle Segmentation from MRI]] (Ziyang Wang, Guillaume Pernelle, Tina Kapur)&lt;br /&gt;
* [[2017 Winter Project Week/OCM-MRI | Deep Learning for Synthetic MRI]] (Frank Preiswerk, Yaofei &amp;quot;Ada&amp;quot; Wang)&lt;br /&gt;
* [[2017 Winter Project Week/An open-source tool to classify TMJ OA condyles | An open-source tool to classify TMJ OA condyles]] (Priscille de Dumast, Juan Carlos Prieto, Beatriz Paniagua)&lt;br /&gt;
&lt;br /&gt;
== Web Technologies ==&lt;br /&gt;
* [[2017_Winter_Project_Week/WebTechnologyAndSlicer| Web Technology and Slicer]]  (Steve Pieper, Erik Zeigler, Curt Lisle, Satra Ghosh, Hans Meine)&lt;br /&gt;
* [[2017 Winter Project Week/Slicer Qt5 and Python3 | Slicer Qt5 and Python3]]  (Steve Pieper, Jean-Christophe Fillion-Robin, Andras Lasso, Andrey Fedorov)&lt;br /&gt;
* [[2017_Winter_Project_Week/OAuth2SlicerPathology | OAuth2.0 authentication in SlicerPathology]]  (Erich Bremer, Steve Pieper)&lt;br /&gt;
* [[Explore integration of Web-based imaging workflows with Slicer | Explore integration of Web-based imaging workflows with Slicer ]] (Curt Lisle, Satra Gosh, Steve Peiper)&lt;br /&gt;
* [[2017 Winter Project Week/IPFS_NoSQL_Combination | IPFS and NoSQL for cloud databases]] (Hans Meine, Steve Pieper)&lt;br /&gt;
* [[2017 Winter Project Week/Web-based system to federate biological, clinical and morphological data | Web-based system to federate biological, clinical and morphological data]] (Juan Carlos Prieto, Clément Mirabel)&lt;br /&gt;
&lt;br /&gt;
== Visualization ==&lt;br /&gt;
* [[2017 Winter Project Week/Slicer_HoloLens | Slicer &amp;amp; HoloLens]]  (Adam Rankin, Andras Lasso)&lt;br /&gt;
&lt;br /&gt;
== IGT: Navigation, Robotics, Surgical Planning ==&lt;br /&gt;
* [[2017 Winter Project Week/Tracked Ultrasound Standardization | Tracked Ultrasound Standardization III: The Refining]]  (Andras Lasso, Simon Drouin, Junichi Tokuda, Longquan Chen, Adam Rankin, Janne Beate Bakeng)&lt;br /&gt;
* [[2017 Winter Project Week/ROS Surface Scan | ROS Surface Scan]]  (Tobias Frank, Junichi Tokuda, Longquan Chen)&lt;br /&gt;
* [[2017 Winter Project Week/Open_Source_Electromagnetic_Trackers | Open Source Electromagnetic Trackers]]  (Peter Traneus Anderson)&lt;br /&gt;
* [[2017 Winter Project Week/OpenIGTLink for the Communications of Robotics Devices: Adding Kuka LWR connection to MeVisLab | OpenIGTLink for the Communications of Robotics Devices: Adding Kuka LWR connection to MeVisLab ]]  (Scheherazade Kraß (Shery), Junichi Tokuda, Longquan Chen, )&lt;br /&gt;
* [[2017 Winter Project Week/LiverResectionPlanning | Liver resection planning extension]] (Louise Oram, Andrey Fedorov, Christian Herz, Andras Lasso)&lt;br /&gt;
* [[2017 Winter Project Week/ProstateSectorSegmentation | Prostate Gland Sector Segmentation]] (Anneke Meyer, Andrey Fedorov)&lt;br /&gt;
* [[2017 Winter Project Week/Multi-ModalitySegmentationOfUSandMRImagesForGliomaSurgery | Multi-Modality Segmentation of US- and MR-Images for Glioma Surgery]] (Jennifer Nitsch)&lt;br /&gt;
* [[2017 Winter Project Week/MeningiomaSegmentation | Segmentation of meningiomas in structural MR images]] (Satrajit Ghosh, Omar Arnaout)&lt;br /&gt;
&lt;br /&gt;
==dMRI==&lt;br /&gt;
* [[2017 Winter Project Week/WhiteMatterAnalysis | WhiteMatterAnalysis New Module and Documentation]]  (Fan Zhang, Shun Gong, Isaiah Norton, Ye Wu, Lauren J. O'Donnell)&lt;br /&gt;
* [[2017 Winter Project Week/LORDWI | Density-based DMRI registration ]] (Henrik Groenholt Jensen, Lauren J. O'Donnell, Tina Kapur, Fan Zhang, Carl-Frederik Westin)&lt;br /&gt;
* [[2017 Winter Project Week/SlicerDMRIDocumentationAndTesting | SlicerDMRI Testing and Documentation]]  (Isaiah Norton, Fan Zhang, Shun Gong, Ye Wu, Lauren J. O'Donnell)&lt;br /&gt;
* [[2017 Winter Project Week/DiPy_in_Slicer | DiPy integration in Slicer]] (Isaiah Norton, Lauren J. O'Donnell)&lt;br /&gt;
* [[2017 Winter Project Week/DWI_Similarity_Metrics | Identification of information-rich patches in Diffusion-Weighted Images]] (Laurent Chauvin, Fan Zhang, Lauren J. O'Donnell, Matthew Toews)&lt;br /&gt;
&lt;br /&gt;
== Infrastructure ==&lt;br /&gt;
&lt;br /&gt;
* [[2017 Winter Project Week/SubjectHierarchyRefactoring | Subject hierarchy refactoring]] (Csaba Pinter)&lt;br /&gt;
* [[2017 Winter Project Week/dcmqi | dcmqi library and DICOM QuantitativeReporting]] (Andrey Fedorov, Christian Herz, JC, Steve Pieper)&lt;br /&gt;
* [[2017 Winter Project Week/SlicerGeometryModifier | Slicer support for interactive modification of 3D models ]] (Johan Andruejol, Beatriz Paniagua, Andras Lasso)&lt;br /&gt;
&lt;br /&gt;
==To be Categorized==&lt;br /&gt;
&lt;br /&gt;
* [[2017 Winter Project Week/Support_for_volumetric_meshes | Support for volumetric meshes ]] (Alexis Girault, Curtis Lisle, Steve Piper)&lt;br /&gt;
* [[2017 Winter Project Week/Improve_Matlab_integration | Improve Matlab integration ]] (Alexis Girault, Andras Lasso)&lt;br /&gt;
* [[2017 Winter Project Week/HyperspectralOpht | Slicer for Hyperspectral Ophthalmology Analysis ]] (Sungmin Hong)&lt;br /&gt;
* [[2017 Winter Project Week/SlicerShape | Slicer for Shape Analysis ]] (Beatriz Paniagua)&lt;br /&gt;
* [[2017 Winter Project Week/MandibularRegression | Mandibular Shape Regression ]] (Beatriz Paniagua, James Fishbaugh)&lt;br /&gt;
* [[2017 Winter Project Week/Plastimatch19 | Upgrade Plastimatch extension ]] (Greg Sharp)&lt;br /&gt;
* [[2017 Winter Project Week/PyRadiomics | PyRadiomics library ]] (Joost van Griethuysen, Hugo Aerts, Andrey Fedorov, Steve Pieper, Jean-Christope Fillion-Robin)&lt;br /&gt;
* [[2017 Winter Project Week/PkModeling | PkModeling - DCE Modeling Accuracy and UI/UX Update]] (Andrew Beers)&lt;br /&gt;
* [[2017 Winter Project Week/SegWithSubtractionAndModel| Manual Segmentation Module w/ Subtraction Maps + Delaunay Models]] (Andrew Beers)&lt;br /&gt;
* [[2017 Winter Project Week/2017TutorialContest| Tutorial contest]] (Sonia Pujol)&lt;br /&gt;
&lt;br /&gt;
= '''Registrants''' =&lt;br /&gt;
&lt;br /&gt;
Do not add your name to this list - it is maintained by the organizers based on your paid registration.  To register, visit this [https://www.regonline.com/2017projectweek registration site].&lt;br /&gt;
&lt;br /&gt;
# A, Zeina :: SHBOUL&lt;br /&gt;
# Aerts, Hugo :: DFCI-Harvard&lt;br /&gt;
# Alam, Mahbubul :: Old Dominion University&lt;br /&gt;
# Anderson, Peter :: Retired&lt;br /&gt;
# Andruejol, Johan  :: Kitware, Inc.&lt;br /&gt;
# Bakeng, Janne Beate  :: SINTEF&lt;br /&gt;
# Beers, Andrew :: Massachusetts General Hospital&lt;br /&gt;
# Bernal Rusiel, Jorge Luis :: Boston Children's Hospital&lt;br /&gt;
# Bremer, Erich :: Stony Brook University&lt;br /&gt;
# Burke, Brice :: American University of Antigua College of Medicine&lt;br /&gt;
# Cetin Karayumak, Suheyla :: Brigham and Women's Hospital&lt;br /&gt;
# Chae, Michael :: Monash University&lt;br /&gt;
# Chauvin, Laurent :: ETS&lt;br /&gt;
# Dalca, Adrian :: Massachusetts Institute of Technology&lt;br /&gt;
# Fedorov, Andriy :: Brigham and Women's Hospital&lt;br /&gt;
# Fillion-Robin, Jean-Christophe :: Kitware, Inc.&lt;br /&gt;
# Fishbaugh, James :: New York University&lt;br /&gt;
# Frank, Tobias :: Leibniz Universität Hannover&lt;br /&gt;
# García Mato, David :: Queen´s University / Universidad Carlos III de Madrid&lt;br /&gt;
# Girault, Alexis :: Kitware, Inc.&lt;br /&gt;
# Golland, Polina :: Massachusetts Institute of Technology&lt;br /&gt;
# Gollub, Randy :: Massachusetts General Hospital&lt;br /&gt;
# Gong, Shun :: Brigham and Women's Hospital&lt;br /&gt;
# Guerrier de Dumast, Priscille :: University of Michigan&lt;br /&gt;
# Harris, Gordon :: Massachusetts General Hospital&lt;br /&gt;
# Herz, Christian :: Brigham and Women's Hospital&lt;br /&gt;
# Hong, Sungmin :: New York University&lt;br /&gt;
# Hosny, Ahmed :: Dana-Farber&lt;br /&gt;
# Jagadeesan, Jayender :: Brigham and Women's Hospital&lt;br /&gt;
# Jensen, Henrik G. :: University of Copenhagen&lt;br /&gt;
# Kapur, Tina :: Brigham and Women's Hospital&lt;br /&gt;
# Kikinis, Ron :: Brigham and Women's Hospital&lt;br /&gt;
# Lasso, Andras :: PerkLab, Queen's University&lt;br /&gt;
# Lauer, Rebekka :: Humboldt University Berlin&lt;br /&gt;
# Lisle, Curtis :: KnowledgeVis, LLC&lt;br /&gt;
# Mastrogiacomo, Katie :: Brigham and Women's Hospital&lt;br /&gt;
# Mateus, D. :: TUM&lt;br /&gt;
# Mehrtash, Alireza :: Brigham and Women's Hospital&lt;br /&gt;
# Meine, Hans :: University of Bremen&lt;br /&gt;
# Meyer, Anneke :: University of Magdeburg&lt;br /&gt;
# Miller, James :: GE Research&lt;br /&gt;
# Mirabel, Clement :: University of Michigan&lt;br /&gt;
# Nitsch, Jennifer :: University of Bremen&lt;br /&gt;
# Norton, Isaiah :: Brigham and Women's Hospital&lt;br /&gt;
# O'Donnell, Lauren :: Brigham and Women's Hospital&lt;br /&gt;
# Oram, Louise :: The Intervention Centre-Oslo University Hospital&lt;br /&gt;
# Paniagua, Beatriz :: Kitware, Inc.&lt;br /&gt;
# Parmar, Chintan :: DFCI-Harvard Medical School&lt;br /&gt;
# Peled, Sharon :: Brigham and Women's Hospital&lt;br /&gt;
# Pieper, Steve :: Isomics, Inc.&lt;br /&gt;
# Pinter, Csaba :: Queen's University&lt;br /&gt;
# Preiswerk, Frank :: Brigham and Women's Hospital/Harvard Medical School&lt;br /&gt;
# Pujol, Sonia :: Brigham and Women's Hospital/Harvard Medical School&lt;br /&gt;
# Rankin, Adam :: Robarts Research Institute&lt;br /&gt;
# Rheault, Francois :: Université de Sherbrooke&lt;br /&gt;
# Roethe, Anna :: Humboldt University / Charité University Hospital Berlin&lt;br /&gt;
# Sharp, Gregory :: Massachusetts General Hospital&lt;br /&gt;
# Sridharan, Patmaa :: University of Pennsylvania-CBICA&lt;br /&gt;
# Vidyaratne, Lasitha :: Old Dominion University&lt;br /&gt;
# Wang, Yaofei :: Brigham and Women's Hospital&lt;br /&gt;
# Westin, Carl-Fredrik :: Brigham and Women's Hospital, Harvard Medical School&lt;br /&gt;
# Yang, Yixin :: Brigham and Women's Hospital&lt;br /&gt;
# Ye, Wu :: Brigham and Women's Hospital&lt;br /&gt;
# Zaffino, Paolo :: Magna Graecia University of Catanzaro, Italy&lt;br /&gt;
# Zeleznik, Roman :: DFCI&lt;br /&gt;
# Zhang, Fan :: Brigham and Women's Hospital&lt;br /&gt;
# Zhang, Miaomiao :: Massachusetts Institute of Technology&lt;br /&gt;
# Zhang, Yuqian :: Brigham and Women's Hospital&lt;br /&gt;
# Ziegler, Erik :: Open Health Imaging Foundation/Mass General Hospital&lt;/div&gt;</summary>
		<author><name>Alexis.girault</name></author>
		
	</entry>
</feed>