<?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=Blowekamp</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=Blowekamp"/>
	<link rel="alternate" type="text/html" href="https://www.na-mic.org/wiki/Special:Contributions/Blowekamp"/>
	<updated>2026-04-08T11:08:55Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.33.0</generator>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=BRAINSFit_prostate_registration&amp;diff=89134</id>
		<title>BRAINSFit prostate registration</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=BRAINSFit_prostate_registration&amp;diff=89134"/>
		<updated>2015-05-13T15:52:50Z</updated>

		<summary type="html">&lt;p&gt;Blowekamp: /* Standing SimpleITK issues */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Goal=&lt;br /&gt;
&lt;br /&gt;
We are developing registration module in Slicer version 4 (which is using ITKv4) for deformable registration of prostate MRI.&lt;br /&gt;
&lt;br /&gt;
We want to develop a prostate registration tool in Slicer4/ITKv4. This Slicer4/ITKv4 registration tool should be functional, accurate and fast (i.e., comparable with the functionality we had in Slicer3/ITKv3, which has been evaluated previously [1]). We worked on implementing BRAINSFit registration in SimpleITK but due to several issues (see [http://www.na-mic.org/Wiki/index.php/BRAINSFit_prostate_registration#Standing_SimpleITK_issues here]) we are considering a C++ implementation that uses ITKv3 libraries and can be integrated in the latest Slicer versions.&lt;br /&gt;
&lt;br /&gt;
=Details on the registration approach=&lt;br /&gt;
Registration is applied to align preprocedural and intraoperational MR T2 image volumes. We are using masks the prostate for both image data sets. Registration is done using MMI metric with rigid, affine and B-spline stages applied in sequence. In Slicer3/BRAINSFit we use gradient descent for rigid/affine, and LBFGS for B-spline.&lt;br /&gt;
&lt;br /&gt;
=Parameters we are using to call BRAINSFit in Slicer 3.6 and Slicer 4.4=&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Parameter                                          !! Slicer 3.6 !! Slicer 4.4                     &lt;br /&gt;
|-&lt;br /&gt;
| --fixedVolume     || dir || dir &lt;br /&gt;
|-&lt;br /&gt;
| --movingVolume           || dir || dir &lt;br /&gt;
|-&lt;br /&gt;
| --outputVolume || dir || dir &lt;br /&gt;
|-&lt;br /&gt;
| --bsplineTransform     || dir || dir &lt;br /&gt;
|-&lt;br /&gt;
| --movingBinaryVolume           || dir || dir &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --fixedBinaryVolume   || dir || dir &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --useCenterOfROIAlign                   || True || style=&amp;quot;background:#cef2e0;&amp;quot;| &amp;amp;#160; not an option&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --initializeTransformMode                   || style=&amp;quot;background:#cef2e0;&amp;quot;| &amp;amp;#160; not an option || useCenterOfROIAlign&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --samplingPercentage                   || style=&amp;quot;background:#cef2e0;&amp;quot;| &amp;amp;#160; not an option || 0.002&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --useRigid             || True || True&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --useAffine                   || True || True&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --useROIBSpline                   || True || True&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --useScaleVersor3D           || True || True&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --useScaleSkewVersor3D            || True || True&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --useBSpline             || style=&amp;quot;background:#cef2e0;&amp;quot;| &amp;amp;#160; not an option  || True&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --splineGridSize                 || 3,3,3 || 3,3,3&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --numberOfIterations                  || 1500 || 1500&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --maskProcessing               || ROI || ROI&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --outputVolumePixelType                || float || float&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --backgroundFillValue              || 0 || 0&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --maskInferiorCutOffFromCenter                 || 1000 || 1000&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --interpolationMode                   || Linear || Linear&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --minimumStepSize                || 0.005 || style=&amp;quot;background:#cef2e0;&amp;quot;| &amp;amp;#160; not an option &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --minimumStepLength                ||  style=&amp;quot;background:#cef2e0;&amp;quot;| &amp;amp;#160; not an option  || 0.005&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --translationScale                  || 1000 || 1000&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --reproportionScale                 || 1 || 1&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --skewScale                 || 1 || 1&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --numberOfHistogramBins                || 50 || 50&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --numberOfMatchPoints              || 10 || 10&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --numberOfSamples            || 100000 ||  style=&amp;quot;background:#cef2e0;&amp;quot;| &amp;amp;#160; not an option&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --fixedVolumeTimeIndex             || 0 || 0&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --movingVolumeTimeIndex              || 0 || 0&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --medianFilterSize           || 0,0,0 || 0,0,0&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --ROIAutoDilateSize              || 0 || 0&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --relaxationFactor              || 0.5 || 0.5&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --maximumStepSize              || 0.2 ||  style=&amp;quot;background:#cef2e0;&amp;quot;| &amp;amp;#160; not an option &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --maximumStepLength              ||  style=&amp;quot;background:#cef2e0;&amp;quot;| &amp;amp;#160; not an option  || 0.2&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --failureExitCode             || -1 || -1&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --debugNumberOfThreads             || -1 ||  style=&amp;quot;background:#cef2e0;&amp;quot;| &amp;amp;#160; not an option &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --numberOfThreads            ||  style=&amp;quot;background:#cef2e0;&amp;quot;| &amp;amp;#160; not an option  || -1&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --debugLevel          || 0 || 0 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --costFunctionConvergenceFactor            || 1.00E+09 || 1.00E+09&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --projectedGradientTolerance          || 1.00E-05 || 1.00E-05&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --maxBSplineDisplacement            || 0 || 0&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --maximumNumberOfEvaluations             ||  style=&amp;quot;background:#cef2e0;&amp;quot;| &amp;amp;#160; not an option  || 900&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --maximumNumberOfCorrections            ||  style=&amp;quot;background:#cef2e0;&amp;quot;| &amp;amp;#160; not an option  || 25&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --metricSamplingStrategy             ||  style=&amp;quot;background:#cef2e0;&amp;quot;| &amp;amp;#160; not an option || Random&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --costMetric             ||  style=&amp;quot;background:#cef2e0;&amp;quot;| &amp;amp;#160; not an option  || MMI &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --removeIntensityOutliers            ||  style=&amp;quot;background:#cef2e0;&amp;quot;| &amp;amp;#160; not an option  || 0 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --ROIAutoClosingSize             ||  style=&amp;quot;background:#cef2e0;&amp;quot;| &amp;amp;#160; not an option  || 9&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --useExplicitPDFDerivativesMode            || AUTO ||  style=&amp;quot;background:#cef2e0;&amp;quot;| &amp;amp;#160; not an option &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --useCachingOfBSplineWeightsMode            || ON || style=&amp;quot;background:#cef2e0;&amp;quot;| &amp;amp;#160; not an option &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Results using the above parameters=&lt;br /&gt;
We used [http://www.slicer.org/publications/item/view/2147 this sample data] with Reader 1 segmentations to visually evaluate differences in the registration results. &lt;br /&gt;
All three results of BRAINSFit with ITKv3 in Slicer 3.6 look reasonable. Using BRAINSFit with ITKv4 in Slicer 4.4 creates a reasonable result for Case 7, but look strongly distorted towards the edges of the bounding box in Case 8 and 9. &lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| Case 7&lt;br /&gt;
|[[Image:pat7-ref.png‎ |thumb|300px|Reference intraop volume]] &lt;br /&gt;
|[[Image:pat7-3_6.png|thumb|300px|Reg Result Slicer 3.6 with ITKv3]] &lt;br /&gt;
|[[Image:pat7-4_4.png|thumb|300px|Reg Result Slicer 4.4 with ITKv4]] &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| Case 8&lt;br /&gt;
|[[Image:pat8-ref.png‎ |thumb|300px|Reference intraop volume]] &lt;br /&gt;
|[[Image:pat8-3_6.png|thumb|300px|Reg Result Slicer 3.6 with ITKv3]] &lt;br /&gt;
|[[Image:pat8-4_4.png|thumb|300px|Reg Result Slicer 4.4 with ITKv4]] &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| Case 9&lt;br /&gt;
|[[Image:pat9-ref.png‎ |thumb|300px|Reference intraop volume]] &lt;br /&gt;
|[[Image:pat9-3_6.png|thumb|300px|Reg Result Slicer 3.6 with ITKv3]] &lt;br /&gt;
|[[Image:pat9-4_4.png|thumb|300px|Reg Result Slicer 4.4 with ITKv4]] &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Current status=&lt;br /&gt;
&lt;br /&gt;
SimpleITK registration code on github: [https://github.com/PeterBehringer/SimpleITKtraining/blob/master/BRAINSFit_to_sitk_MMI.py here]&lt;br /&gt;
&lt;br /&gt;
'''Latest update: Mai 9, 2015'''&lt;br /&gt;
&lt;br /&gt;
==Things that are working==&lt;br /&gt;
* exhaustive search based initialization procedure implemented and produces good results (cross-correlation metric) in SimpleITK&lt;br /&gt;
&lt;br /&gt;
==Things that are implemented, but are not working==&lt;br /&gt;
* SimpleITK code for rigid registration&lt;br /&gt;
** the voxel sampling exception can be avoided by cropping the images sharply around the masks. &lt;br /&gt;
{|&lt;br /&gt;
|&lt;br /&gt;
|[[Image:FixedVolume.png|thumb|300px|Fixed Volume as Reference]] &lt;br /&gt;
|[[Image:AfterInit.png|thumb|300px|SimpleITK result after Initialization]] &lt;br /&gt;
|[[Image:AfterRigid.png|thumb|300px|SimpleITK result after rigid registration]] &lt;br /&gt;
|[[Image:BRAINSFitOut.png|thumb|300px|BRAINSFit result after rigid without using masks and --useCenterOfGeometryAlign]]&lt;br /&gt;
|}&lt;br /&gt;
** The rigid registration result is too much rotated and translated. Also the number of iteration steps varies with every computation. Reason might be that seed is set randomized and not set as done in BRAINSFit [https://github.com/BRAINSia/BRAINSTools/blob/af0ff12b8b751f9423061d42178268acab5f85f4/BRAINSCommonLib/BRAINSFitHelper.h#L375 here]. There is no option at the [http://www.itk.org/SimpleITKDoxygen/html/classitk_1_1simple_1_1ImageRegistrationMethod.html SimpleITK::ImageRegistrationMethod] to set a metric seed.&lt;br /&gt;
&lt;br /&gt;
==Things that are not implemented, but need to be implemented==&lt;br /&gt;
* SimpleITK code for affine registration&lt;br /&gt;
** setting affineOptimizer [https://github.com/BRAINSia/BRAINSTools/blob/19fa37dfbdee37deff4ccee412bb601f7a787bda/BRAINSCommonLib/genericRegistrationHelper.hxx#L158-L187 here]&lt;br /&gt;
** setting RegistrationMethod [https://github.com/BRAINSia/BRAINSTools/blob/19fa37dfbdee37deff4ccee412bb601f7a787bda/BRAINSCommonLib/genericRegistrationHelper.hxx#L289-L353 here]&lt;br /&gt;
* SimpleITK code for BSpline registration (started [https://github.com/PeterBehringer/SimpleITKtraining/blob/master/simpleITK_to_sitk_BSpline.py here])&lt;br /&gt;
&lt;br /&gt;
=Unresolved issues out of our direct control=&lt;br /&gt;
==Standing SimpleITK issues==&lt;br /&gt;
* no API for consistent initialization of the metric seed&lt;br /&gt;
**  The ITKv4 ImageRegistrationMethod random sampling utilizes a fixed seed ([https://github.com/InsightSoftwareConsortium/ITK/blob/03f28bb2e0c4b3d00f1ceeb772b342746c89e148/Modules/Registration/RegistrationMethodsv4/include/itkImageRegistrationMethodv4.hxx#L903-L967 here])&lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
==Standing ITKv4 issues==&lt;br /&gt;
* capability to sample voxels only within the mask (see topic under review on Gerrit: http://review.source.kitware.com/#/c/19684/)&lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
==Standing Slicer4 issues==&lt;br /&gt;
=References=&lt;br /&gt;
[1] Fedorov A, Tuncali K, Fennessy FM, Tokuda J, Hata N, et al. (2012) Image registration for targeted MRI-guided transperineal prostate biopsy. J Magn Reson Imaging 36: 987–992. Available: http://dx.doi.org/10.1002/jmri.23688.&lt;/div&gt;</summary>
		<author><name>Blowekamp</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=BRAINSFit_prostate_registration&amp;diff=89133</id>
		<title>BRAINSFit prostate registration</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=BRAINSFit_prostate_registration&amp;diff=89133"/>
		<updated>2015-05-13T15:52:22Z</updated>

		<summary type="html">&lt;p&gt;Blowekamp: /* Standing SimpleITK issues */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Goal=&lt;br /&gt;
&lt;br /&gt;
We are developing registration module in Slicer version 4 (which is using ITKv4) for deformable registration of prostate MRI.&lt;br /&gt;
&lt;br /&gt;
We want to develop a prostate registration tool in Slicer4/ITKv4. This Slicer4/ITKv4 registration tool should be functional, accurate and fast (i.e., comparable with the functionality we had in Slicer3/ITKv3, which has been evaluated previously [1]). We worked on implementing BRAINSFit registration in SimpleITK but due to several issues (see [http://www.na-mic.org/Wiki/index.php/BRAINSFit_prostate_registration#Standing_SimpleITK_issues here]) we are considering a C++ implementation that uses ITKv3 libraries and can be integrated in the latest Slicer versions.&lt;br /&gt;
&lt;br /&gt;
=Details on the registration approach=&lt;br /&gt;
Registration is applied to align preprocedural and intraoperational MR T2 image volumes. We are using masks the prostate for both image data sets. Registration is done using MMI metric with rigid, affine and B-spline stages applied in sequence. In Slicer3/BRAINSFit we use gradient descent for rigid/affine, and LBFGS for B-spline.&lt;br /&gt;
&lt;br /&gt;
=Parameters we are using to call BRAINSFit in Slicer 3.6 and Slicer 4.4=&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Parameter                                          !! Slicer 3.6 !! Slicer 4.4                     &lt;br /&gt;
|-&lt;br /&gt;
| --fixedVolume     || dir || dir &lt;br /&gt;
|-&lt;br /&gt;
| --movingVolume           || dir || dir &lt;br /&gt;
|-&lt;br /&gt;
| --outputVolume || dir || dir &lt;br /&gt;
|-&lt;br /&gt;
| --bsplineTransform     || dir || dir &lt;br /&gt;
|-&lt;br /&gt;
| --movingBinaryVolume           || dir || dir &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --fixedBinaryVolume   || dir || dir &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --useCenterOfROIAlign                   || True || style=&amp;quot;background:#cef2e0;&amp;quot;| &amp;amp;#160; not an option&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --initializeTransformMode                   || style=&amp;quot;background:#cef2e0;&amp;quot;| &amp;amp;#160; not an option || useCenterOfROIAlign&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --samplingPercentage                   || style=&amp;quot;background:#cef2e0;&amp;quot;| &amp;amp;#160; not an option || 0.002&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --useRigid             || True || True&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --useAffine                   || True || True&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --useROIBSpline                   || True || True&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --useScaleVersor3D           || True || True&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --useScaleSkewVersor3D            || True || True&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --useBSpline             || style=&amp;quot;background:#cef2e0;&amp;quot;| &amp;amp;#160; not an option  || True&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --splineGridSize                 || 3,3,3 || 3,3,3&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --numberOfIterations                  || 1500 || 1500&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --maskProcessing               || ROI || ROI&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --outputVolumePixelType                || float || float&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --backgroundFillValue              || 0 || 0&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --maskInferiorCutOffFromCenter                 || 1000 || 1000&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --interpolationMode                   || Linear || Linear&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --minimumStepSize                || 0.005 || style=&amp;quot;background:#cef2e0;&amp;quot;| &amp;amp;#160; not an option &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --minimumStepLength                ||  style=&amp;quot;background:#cef2e0;&amp;quot;| &amp;amp;#160; not an option  || 0.005&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --translationScale                  || 1000 || 1000&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --reproportionScale                 || 1 || 1&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --skewScale                 || 1 || 1&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --numberOfHistogramBins                || 50 || 50&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --numberOfMatchPoints              || 10 || 10&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --numberOfSamples            || 100000 ||  style=&amp;quot;background:#cef2e0;&amp;quot;| &amp;amp;#160; not an option&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --fixedVolumeTimeIndex             || 0 || 0&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --movingVolumeTimeIndex              || 0 || 0&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --medianFilterSize           || 0,0,0 || 0,0,0&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --ROIAutoDilateSize              || 0 || 0&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --relaxationFactor              || 0.5 || 0.5&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --maximumStepSize              || 0.2 ||  style=&amp;quot;background:#cef2e0;&amp;quot;| &amp;amp;#160; not an option &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --maximumStepLength              ||  style=&amp;quot;background:#cef2e0;&amp;quot;| &amp;amp;#160; not an option  || 0.2&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --failureExitCode             || -1 || -1&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --debugNumberOfThreads             || -1 ||  style=&amp;quot;background:#cef2e0;&amp;quot;| &amp;amp;#160; not an option &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --numberOfThreads            ||  style=&amp;quot;background:#cef2e0;&amp;quot;| &amp;amp;#160; not an option  || -1&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --debugLevel          || 0 || 0 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --costFunctionConvergenceFactor            || 1.00E+09 || 1.00E+09&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --projectedGradientTolerance          || 1.00E-05 || 1.00E-05&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --maxBSplineDisplacement            || 0 || 0&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --maximumNumberOfEvaluations             ||  style=&amp;quot;background:#cef2e0;&amp;quot;| &amp;amp;#160; not an option  || 900&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --maximumNumberOfCorrections            ||  style=&amp;quot;background:#cef2e0;&amp;quot;| &amp;amp;#160; not an option  || 25&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --metricSamplingStrategy             ||  style=&amp;quot;background:#cef2e0;&amp;quot;| &amp;amp;#160; not an option || Random&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --costMetric             ||  style=&amp;quot;background:#cef2e0;&amp;quot;| &amp;amp;#160; not an option  || MMI &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --removeIntensityOutliers            ||  style=&amp;quot;background:#cef2e0;&amp;quot;| &amp;amp;#160; not an option  || 0 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --ROIAutoClosingSize             ||  style=&amp;quot;background:#cef2e0;&amp;quot;| &amp;amp;#160; not an option  || 9&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --useExplicitPDFDerivativesMode            || AUTO ||  style=&amp;quot;background:#cef2e0;&amp;quot;| &amp;amp;#160; not an option &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| --useCachingOfBSplineWeightsMode            || ON || style=&amp;quot;background:#cef2e0;&amp;quot;| &amp;amp;#160; not an option &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Results using the above parameters=&lt;br /&gt;
We used [http://www.slicer.org/publications/item/view/2147 this sample data] with Reader 1 segmentations to visually evaluate differences in the registration results. &lt;br /&gt;
All three results of BRAINSFit with ITKv3 in Slicer 3.6 look reasonable. Using BRAINSFit with ITKv4 in Slicer 4.4 creates a reasonable result for Case 7, but look strongly distorted towards the edges of the bounding box in Case 8 and 9. &lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| Case 7&lt;br /&gt;
|[[Image:pat7-ref.png‎ |thumb|300px|Reference intraop volume]] &lt;br /&gt;
|[[Image:pat7-3_6.png|thumb|300px|Reg Result Slicer 3.6 with ITKv3]] &lt;br /&gt;
|[[Image:pat7-4_4.png|thumb|300px|Reg Result Slicer 4.4 with ITKv4]] &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| Case 8&lt;br /&gt;
|[[Image:pat8-ref.png‎ |thumb|300px|Reference intraop volume]] &lt;br /&gt;
|[[Image:pat8-3_6.png|thumb|300px|Reg Result Slicer 3.6 with ITKv3]] &lt;br /&gt;
|[[Image:pat8-4_4.png|thumb|300px|Reg Result Slicer 4.4 with ITKv4]] &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| Case 9&lt;br /&gt;
|[[Image:pat9-ref.png‎ |thumb|300px|Reference intraop volume]] &lt;br /&gt;
|[[Image:pat9-3_6.png|thumb|300px|Reg Result Slicer 3.6 with ITKv3]] &lt;br /&gt;
|[[Image:pat9-4_4.png|thumb|300px|Reg Result Slicer 4.4 with ITKv4]] &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Current status=&lt;br /&gt;
&lt;br /&gt;
SimpleITK registration code on github: [https://github.com/PeterBehringer/SimpleITKtraining/blob/master/BRAINSFit_to_sitk_MMI.py here]&lt;br /&gt;
&lt;br /&gt;
'''Latest update: Mai 9, 2015'''&lt;br /&gt;
&lt;br /&gt;
==Things that are working==&lt;br /&gt;
* exhaustive search based initialization procedure implemented and produces good results (cross-correlation metric) in SimpleITK&lt;br /&gt;
&lt;br /&gt;
==Things that are implemented, but are not working==&lt;br /&gt;
* SimpleITK code for rigid registration&lt;br /&gt;
** the voxel sampling exception can be avoided by cropping the images sharply around the masks. &lt;br /&gt;
{|&lt;br /&gt;
|&lt;br /&gt;
|[[Image:FixedVolume.png|thumb|300px|Fixed Volume as Reference]] &lt;br /&gt;
|[[Image:AfterInit.png|thumb|300px|SimpleITK result after Initialization]] &lt;br /&gt;
|[[Image:AfterRigid.png|thumb|300px|SimpleITK result after rigid registration]] &lt;br /&gt;
|[[Image:BRAINSFitOut.png|thumb|300px|BRAINSFit result after rigid without using masks and --useCenterOfGeometryAlign]]&lt;br /&gt;
|}&lt;br /&gt;
** The rigid registration result is too much rotated and translated. Also the number of iteration steps varies with every computation. Reason might be that seed is set randomized and not set as done in BRAINSFit [https://github.com/BRAINSia/BRAINSTools/blob/af0ff12b8b751f9423061d42178268acab5f85f4/BRAINSCommonLib/BRAINSFitHelper.h#L375 here]. There is no option at the [http://www.itk.org/SimpleITKDoxygen/html/classitk_1_1simple_1_1ImageRegistrationMethod.html SimpleITK::ImageRegistrationMethod] to set a metric seed.&lt;br /&gt;
&lt;br /&gt;
==Things that are not implemented, but need to be implemented==&lt;br /&gt;
* SimpleITK code for affine registration&lt;br /&gt;
** setting affineOptimizer [https://github.com/BRAINSia/BRAINSTools/blob/19fa37dfbdee37deff4ccee412bb601f7a787bda/BRAINSCommonLib/genericRegistrationHelper.hxx#L158-L187 here]&lt;br /&gt;
** setting RegistrationMethod [https://github.com/BRAINSia/BRAINSTools/blob/19fa37dfbdee37deff4ccee412bb601f7a787bda/BRAINSCommonLib/genericRegistrationHelper.hxx#L289-L353 here]&lt;br /&gt;
* SimpleITK code for BSpline registration (started [https://github.com/PeterBehringer/SimpleITKtraining/blob/master/simpleITK_to_sitk_BSpline.py here])&lt;br /&gt;
&lt;br /&gt;
=Unresolved issues out of our direct control=&lt;br /&gt;
==Standing SimpleITK issues==&lt;br /&gt;
* no API for consistent initialization of the metric seed&lt;br /&gt;
**  The ITKv4 ImageRegistrationMethod random sampling utilizes a fixed seed &lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
==Standing ITKv4 issues==&lt;br /&gt;
* capability to sample voxels only within the mask (see topic under review on Gerrit: http://review.source.kitware.com/#/c/19684/)&lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
==Standing Slicer4 issues==&lt;br /&gt;
=References=&lt;br /&gt;
[1] Fedorov A, Tuncali K, Fennessy FM, Tokuda J, Hata N, et al. (2012) Image registration for targeted MRI-guided transperineal prostate biopsy. J Magn Reson Imaging 36: 987–992. Available: http://dx.doi.org/10.1002/jmri.23688.&lt;/div&gt;</summary>
		<author><name>Blowekamp</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2015_Winter_Project_Week&amp;diff=88678</id>
		<title>2015 Winter Project Week</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2015_Winter_Project_Week&amp;diff=88678"/>
		<updated>2015-01-12T15:08:51Z</updated>

		<summary type="html">&lt;p&gt;Blowekamp: /* Infrastructure */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
[[image:PW-2015SLC.png|300px]]&lt;br /&gt;
&lt;br /&gt;
Welcome to the 20th Project week page! &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Note of Remembrance ==&lt;br /&gt;
&lt;br /&gt;
[[file:ferenc.jpg|right]]&lt;br /&gt;
This project week is dedicated to Ferenc Jolesz, leader and mentor to many in the image guided therapy community.  There is a [http://ferenc.jolesz.muchloved.com/ tribute page to Ferenc] for people who want to share their thoughts.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
Founded in 2005, the National Alliance for Medical Image Computing (NAMIC), was 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], built  using [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 event called Project Week. &lt;br /&gt;
&lt;br /&gt;
[[Engineering:Programming_Events|Project Week]] is a semi-annual event which draws 80-120 researchers. As of August 2014, it is a 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]. The next events in this ongoing series will occur in [http://wiki.na-mic.org/Wiki/index.php/2015_Winter_Project_Week Salt Lake City, Utah in January of 2015], followed by one in Boston, MA in June of 2015.&lt;br /&gt;
&lt;br /&gt;
A summary of all previous Project Events is available [[Project_Events#Past|here]].&lt;br /&gt;
&lt;br /&gt;
This project week is an event [[Post-NCBC-2014|endorsed]] by the MICCAI society.&lt;br /&gt;
&lt;br /&gt;
Please make sure that you are on the [http://public.kitware.com/mailman/listinfo/na-mic-project-week na-mic-project-week mailing list]&lt;br /&gt;
&lt;br /&gt;
== '''Logistics''' ==&lt;br /&gt;
*'''Dates:''' January 5-9, 2015.&lt;br /&gt;
*'''Location:''' Salt Lake City, Utah&lt;br /&gt;
*'''REGISTRATION:''' Please click [http://umarket.utah.edu/ecom/checkout.tpl?App_Type=0046&amp;amp;Item_Num=WPW2015 '''here'''] to register online before December 24, 2014. All participants must pay a registration fee 550 USD, which covers our catering and facilities costs.&lt;br /&gt;
*'''Venue:''' The venue for the meeting is the Marriott City Center, Salt Lake City, Utah. You can book online, by clicking [http://www.marriott.com/meeting-event-hotels/group-corporate-travel/groupCorp.mi?resLinkData=2015%20Winter%20Project%20Week^slccc%60namnama%60149%60USD%60false%601/4/15%601/10/15%6012/05/14&amp;amp;app=resvlink&amp;amp;stop_mobi=yes here.] The room rate for the meeting is 149 USD per night.&lt;br /&gt;
&lt;br /&gt;
== Agenda== &lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:#eeeeee; font-size:125%; color:#0063B6&amp;quot; align=&amp;quot;center&amp;quot; &lt;br /&gt;
| style=&amp;quot;width:5%&amp;quot;| '''Time'''&lt;br /&gt;
| style=&amp;quot;width:19%&amp;quot; | '''Monday, January 5''' &lt;br /&gt;
| style=&amp;quot;width:19%&amp;quot; | '''Tuesday, January 6'''&lt;br /&gt;
| style=&amp;quot;width:19%&amp;quot; | '''Wednesday, January 7''' &lt;br /&gt;
| style=&amp;quot;width:19%&amp;quot; | '''Thursday, January 8'''&lt;br /&gt;
| style=&amp;quot;width:19%&amp;quot; | '''Friday, January 9''' &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#eeeeee; color:black&amp;quot;|&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:#522200&amp;quot;| '''[[2015_Winter_Project_Week|Project Activities]] ''' &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Olympus B)''&amp;lt;/font&amp;gt;&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:#522200&amp;quot;| '''[[2015_Winter_Project_Week|Project Activities]] '''&amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Olympus B)''&amp;lt;/font&amp;gt;&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:#522200&amp;quot;| '''[[2015_Winter_Project_Week|Project Activities]] ''' &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Olympus B)''&amp;lt;/font&amp;gt;&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:#522200&amp;quot;| '''[[2015_Winter_Project_Week|Project Activities]] ''' &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Olympus B)''&amp;lt;/font&amp;gt;&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:#522200&amp;quot;| '''[[2015_Winter_Project_Week|Project Activities]] ''' &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Olympus B)''&amp;lt;/font&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#eeeeee; color:black&amp;quot;|'''7:30-8:00''' &lt;br /&gt;
| style=&amp;quot;background:#ffffff; color:black&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Breakfast &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#BB9933&amp;quot;&amp;gt;''(Olympus A)''&amp;lt;/font&amp;gt;&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Breakfast &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#BB9933&amp;quot;&amp;gt;''(Olympus A)''&amp;lt;/font&amp;gt;&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Breakfast &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#BB9933&amp;quot;&amp;gt;''(Olympus A)''&amp;lt;/font&amp;gt;&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Breakfast &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#BB9933&amp;quot;&amp;gt;''(Olympus A)''&amp;lt;/font&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#eeeeee; color:black&amp;quot;|'''8:00-10:00''' &lt;br /&gt;
| &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#9966cc&amp;quot;&amp;gt;&amp;lt;/font&amp;gt;&lt;br /&gt;
|9-10am: [[2015 Winter Project Week COPD Breakout|Breakout Session: CIP]] (Raul San Jose) &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Amethyst 1)''&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;  &lt;br /&gt;
|9-10am: [[2015 Winter Project Week QIICR and DICOM Breakout|Breakout Session:QIICR and DICOM]] (Andrey Fedorov, Steve Pieper) &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Amethyst 1)''&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;  &lt;br /&gt;
| '''[[2015_Winter_Project_Week|Project Activities]] ''' &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Olympus B)''&amp;lt;/font&amp;gt;&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:#522200&amp;quot;|[[2015_Winter_Project_Week|9am: Project Presentations]]&amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Olympus B)''&amp;lt;/font&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#eeeeee; color:black&amp;quot;|'''10:00-10:30'''&lt;br /&gt;
| style=&amp;quot;background:#ffffff; color:black&amp;quot;|&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Coffee &amp;lt;br&amp;gt;''(General area)''&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Coffee &amp;lt;br&amp;gt;''(General area)''&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Coffee &amp;lt;br&amp;gt;''(General area)''&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Coffee &amp;lt;br&amp;gt;''(General area)''&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#eeeeee; color:black&amp;quot;|'''10:30-12:00'''&lt;br /&gt;
| &lt;br /&gt;
| Neurosurgical Ultrasound Breakout   &lt;br /&gt;
|  &lt;br /&gt;
|  [[2015_Winter_Project_Week|Project Activities]] ''' &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Olympus B)''&amp;lt;/font&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#eeeeee; color:black&amp;quot;|'''12:00-1:00'''  &lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Lunch &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#BB9933&amp;quot;&amp;gt;''(Olympus A)''&amp;lt;/font&amp;gt;&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Lunch &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#BB9933&amp;quot;&amp;gt;''(Olympus A)''&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt; &lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Lunch &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#BB9933&amp;quot;&amp;gt;''(Olympus A)''&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt; &lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Lunch &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#BB9933&amp;quot;&amp;gt;''(Olympus A)''&amp;lt;/font&amp;gt;&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Boxed Lunch and Adjourn &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#BB9933&amp;quot;&amp;gt;''(Olympus A)''&amp;lt;/font&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#eeeeee; color:black&amp;quot;|'''1:00-3:00'''&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:#522200&amp;quot;| [http://ferenc.jolesz.muchloved.com/frame.aspx? A tribute to Ferenc Jolesz] &amp;lt;br&amp;gt; [[2015_Winter_Project_Week|Project Presentations]]&amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Olympus B)''&amp;lt;/font&amp;gt; &lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:#522200&amp;quot;|&lt;br /&gt;
| &amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Olympus B)''&amp;lt;/font&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#eeeeee; color:black&amp;quot;|'''3:00-3:30''' &lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Coffee &amp;lt;br&amp;gt;''(General area)''&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Coffee &amp;lt;br&amp;gt;''(General area)''&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Coffee &amp;lt;br&amp;gt;''(General area)''&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Coffee &amp;lt;br&amp;gt;''(General area)''&lt;br /&gt;
| style=&amp;quot;background:#ffffff; color:black&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#eeeeee; color:black&amp;quot;|'''3:00-5:00''' &lt;br /&gt;
|&lt;br /&gt;
|3:15-4pm: [[2015_Winter_Project_Week_Segmentations_Breakout|Breakout Session: Segmentations]] &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Amethyst 1)'' &amp;lt;br&amp;gt; &amp;lt;!--[[2015_Winter_Project_Week|Project Activities]] ''' &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Olympus B)''&amp;lt;/font&amp;gt;--&amp;gt;&lt;br /&gt;
| 3:15-4pm: [[2015_Winter_Project_Week_Infrastructure_Breakout|Breakout Session: Infrastructure (JC, Steve, Alex, Hans, Raul)]] &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Amethyst 1)'' &amp;lt;br&amp;gt; &amp;lt;!--[[2015_Winter_Project_Week|Project Activities]] ''' &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Olympus B)''&amp;lt;/font&amp;gt;--&amp;gt;&lt;br /&gt;
|[[2015_Winter_Project_Week|Project Activities]] ''' &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Olympus B)''&amp;lt;/font&amp;gt;&lt;br /&gt;
| style=&amp;quot;background:#ffffff; color:black&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#eeeeee; color:black&amp;quot;|'''05:00-07:00''' &lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;|&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;|&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;|&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;|'''6:00''' Optional: [http://www.murphysbarandgrillut.com/ Beer at Murphy's] (like last year)&lt;br /&gt;
| style=&amp;quot;background:#ffffff; color:black&amp;quot;| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Projects=&lt;br /&gt;
* [[2015_Project_Week:_Template | Template for project pages]]&lt;br /&gt;
&lt;br /&gt;
==Image-Guided Therapy==&lt;br /&gt;
* [[2015_Winter_Project_Week:_Neurosurgery_Case_Review| Review of data from recent AMIGO US/MR neurosurgery]] (Steve Pieper, Jim Miller, Alireza Mehrtash, Sandy Wells, Tina Kapur, Ron Kikinis)&lt;br /&gt;
* [[2015_Winter_Project_Week:_Benchtop_Nuerosurgery|Tracked ultrasound benchtop experimental system for neurosurgery]] (Steve Pieper, Jim Miller)&lt;br /&gt;
* [[New Distance|A modified distance for measuring the similarity between fiber tracts]] (Ruizhi Liao, Lauren O'Donnell)&lt;br /&gt;
* [[UKF Edema|Performance of UKF tractography in edema]] (Ruizhi Liao, Lauren O'Donnell)&lt;br /&gt;
* [[ProstateNavigation workflow | Workflow for prostate navigation and its components]] (Peter Behringer, Andriy Fedorov)&lt;br /&gt;
* [[NeedleFinder | Image-based Needle Detection from MRI]] (Andre Mastmeyer, Guillaume Pernelle, Tina Kapur, Steve Pieper, Ron Kikinis)&lt;br /&gt;
* [[Needle Finder Tutorial | Needle Finder Tutorial]] (Gao Yang, Andre Mastmeyer, Guillaume Pernelle, Tina Kapur)&lt;br /&gt;
*[[NeedlePlace | Workflow for percutaneous needle place]] (Bamshad Azizi, Li Ming, Li Ye, Kevin Cleary)&lt;br /&gt;
*[[VR Radiology | Application of consumer virtual reality devices in creating environments for diagnostic radiology]] (Franklin King, Steve Pieper)&lt;br /&gt;
*[[Distribution modeling | Summary statistics versus distributions: evaluating improved ability to detect clinical differences using DTI]] (Anuja Sharma, Guido Gerig)&lt;br /&gt;
*[[Valve Replacement | Aortic valve replacement using tracked 3D ultrasound]] (Adam Rankin)&lt;br /&gt;
*[[2015_Winter_Project_Week:CommunicationProtocolForOpticalTrackingWithSurfaceScan| Communication Protocol for Optical Tracking with Surface Scan]] (Junichi Tokuda, Sangyong Kim, ByungHyun Cho, Brian Nini, Nobuhiko Hata)&lt;br /&gt;
&lt;br /&gt;
== COPD ==&lt;br /&gt;
* [[Slicer CIP | SlicerCIP Extension]] (Alex Yarmakovich, Jorge Onieva, Raul San Jose)&lt;br /&gt;
* [[Nodule Sizing | Lung nodule sizing tool]] (Raul San Jose)&lt;br /&gt;
* [[Density Inspector | Density Inspector]] (Alex Yarmakovich, Raul San Jose, Jorge Onieva)&lt;br /&gt;
* [[PA/A Tool | Pulmonary Artery/Aorta measuring tool]] (Jorge Onieva, Rola Harmouche, German Gonzalez)&lt;br /&gt;
* [[Picassa Snap | Picasa Snap: tagging your favorite slicer snapshots]] (Jorge Onieva)&lt;br /&gt;
* [[Feature Extraction with Particles | Feature Extraction on ROIs based on Particles]] (Raul San Jose, James Ross)&lt;br /&gt;
* [[ CIP and Nipype | CIP analysis pipelines in Nipype]] (Rola Harmouche, James Ross, Alex Yarmakovich)&lt;br /&gt;
* [[Supervised Fissure Enhancement | Supervised fissure enhancement]] (James Ross, German Gonzalez, Rola Harmouche)&lt;br /&gt;
* [[Organ Detection | Organ detection with OpenCV]] (German Gonzalez, James Ross, Raul San Jose)&lt;br /&gt;
&lt;br /&gt;
==Huntington's Disease==&lt;br /&gt;
* [[PREDICT-HD Longitudinal Shape Analysis | PREDICT-HD Longitudinal Shape Analysis]] (Regina EY Kim, James Fishbaugh, Hans Johnson)&lt;br /&gt;
&lt;br /&gt;
==CTE==&lt;br /&gt;
* [[Slicer_Tract_Analysis | Measurement and visualization using white matter hierarchies in Slicer]] (Alexander Yarmarkovich, Lauren O'Donnell)&lt;br /&gt;
&lt;br /&gt;
== Lung ==&lt;br /&gt;
*[[ Small lung nodule differential diagnosis using 3D Slicer | Small lung nodule differential diagnosis using 3D Slicer]] (Li Ming, Jay Jagadeesan)&lt;br /&gt;
&lt;br /&gt;
==[http://qiicr.org QIICR]==&lt;br /&gt;
* [[2015_Winter_Project_Week:_Multiframe_DICOM | Segmentation object and enhanced multiframe object IO in DCMTK and Slicer]] (Steve, Andrey, Michael)&lt;br /&gt;
* [[T1 mapping for variable flip angle | T1 mapping for variable flip angle]] (Artem, Xiao, Andrey)&lt;br /&gt;
* [[2015_Winter_Project_Week:_DICOM_representation_of_QIICR_Iowa_DBP_data|Representation of Iowa QIN data using DICOM]] (Andrey, Christian Bauer, Steve Pieper)&lt;br /&gt;
* [[Whole Body PET/CT Reference Region segmentation]] (Christian Bauer)&lt;br /&gt;
* [[2015_Winter_Project_Week:Bolus_Arrival_Time_Estimation_in_PK_Modelling|Bolus Arrival Time (BAT) Estimation in PK Modelling]] (Alireza Mehrtash, Andriy Fedorov, Jim Miller)&lt;br /&gt;
* [[2015_Winter_Project_Week:DICOM_Module_Improvements|DICOM Module Improvements]] (Alireza Mehrtash, Andriy Fedorov, Ron Kikinis, Steve Pieper)&lt;br /&gt;
* [[2015_Winter_Project_Week:Slice_View_Annotations|Slice View Annotations]] (Alireza Mehrtash, Andriy Fedorov, Steve Pieper)&lt;br /&gt;
&lt;br /&gt;
==Feature Extraction==&lt;br /&gt;
* [[3D_SIFT_VIEW| 3D SIFT Feature Visualization in Slicer]] (Matthew Toews, Steve Pieper, Nicole Aucoin, Andriy Fedorov, Raul San Jose, William Wells)&lt;br /&gt;
* [[Cortex_Clustering| Experimental tract-based cortical clustering ]] (Lauren O'Donnell, William Wells)&lt;br /&gt;
&lt;br /&gt;
==Slicer4 Extensions==&lt;br /&gt;
* [[PET Tumor Segmentation]] (Christian Bauer)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==TMJOA RO1 - Collaboration with NAMIC==&lt;br /&gt;
* [[2015_Winter_Project_Week:SlicerModelGlyphs | Display of point data vectors on Slicer models]] (Francois Budin, Steve Pieper)&lt;br /&gt;
&lt;br /&gt;
==Infrastructure==&lt;br /&gt;
&lt;br /&gt;
* [[2015_Winter_Project_Week:SlicerMicroMacroScale | Micro and Macro Scale in Slicer]] (Nicole Aucoin, Jim Miller, Bradley Lowekamp)&lt;br /&gt;
* [[2015_Winter_Project_Week:Markups | Markups]] (Nicole Aucoin)&lt;br /&gt;
* [[2015_Winter_Project_Week:Segmentations|Segmentations]] (Csaba Pinter)&lt;br /&gt;
* [[2015_Winter_Project_Week:DICOM_References|DICOM references]] (Andrey Fedorov, Csaba Pinter, Steve Pieper)&lt;br /&gt;
* [[2015_Winter_Project_Week:OpenAtlas|Open Atlas]] (Bill Lorensen)&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
* automatic indexing of CLI modules in Slicer's extension store for nice dashboards based on the [https://github.com/commontk/ctk-cli-indexer ctk-cli-indexer] (JC, maybe Hans Meine remotely)&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
* [[2015_Winter_Project_Week:RemoveITKv3Compatibility|Remove ITKv3 Compatibility for 64-bit image support]] (Bradley Lowekamp, Hans Johnson, Bill Lorensen, JC)&lt;br /&gt;
* [[2015_Winter_Project_Week:VersorTransforms|ITK Composed Versor Transforms]] (Bradley Lowekamp, Hans Johnson, Jim Miller)&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.  &lt;br /&gt;
&lt;br /&gt;
#	Nicole	Aucoin	;	Brigham and Women's Hospital&lt;br /&gt;
#	Bamshad	Azizi Koutenaei	;	Children's National Health System&lt;br /&gt;
#	Christian	Bauer	;	University of Iowa&lt;br /&gt;
#	Peter	Behringer	;	Brigham and Women's Hospital&lt;br /&gt;
#	Francois	Budin	;	UNC&lt;br /&gt;
# Byunghyun  Cho; Koh Young Technology Inc.&lt;br /&gt;
#	Xiao	Da	;	Athinoula A. Martinos Center for Biomedical Imaging&lt;br /&gt;
#	Andriy	Fedorov	;	Brigham and Women's Hospital&lt;br /&gt;
# JC Fillion-Robin; Kitware, Inc.&lt;br /&gt;
# James Fishbaugh; University of Utah&lt;br /&gt;
#	Yang 	Gao	;	Brigham and Women's Hospital&lt;br /&gt;
#	German	Gonzalez	;	Brigham and Women's Hospital&lt;br /&gt;
#	Rola	Harmouche	;	Brigham and Women's Hospital&lt;br /&gt;
#	Hans 	Johnson	;	University of Iowa&lt;br /&gt;
#	Tina	Kapur	;	Brigham and Women's Hospital&lt;br /&gt;
#	Ron	Kikinis	;	Brigham and Women's Hospital&lt;br /&gt;
#	Eun Young Regina	Kim	;	University of Iowa&lt;br /&gt;
# Sangyong Kim, Kohyoung Techonology&lt;br /&gt;
# Franklin King, Queen's University and Brigham and Women's Hospital&lt;br /&gt;
#	Ming	Li	;	Brigham and Women's Hospital&lt;br /&gt;
#	Ye	Li	;	Brigham and Women's Hospital&lt;br /&gt;
# Ruizhi Liao; Brigham and Women's Hospital&lt;br /&gt;
#	Julia	Lopinto	;	The University of Michigan&lt;br /&gt;
# Bill Lorensen; Noware&lt;br /&gt;
# Bradley Lowenkamp; Medical Science Computing&lt;br /&gt;
#	Lucie	 Macron	;	The University of Michigan&lt;br /&gt;
#	Artem	Mamonov	;	MGH Martinos&lt;br /&gt;
#	Andre 	Mastmeyer	;	University of Keil and Brigham and Women's Hospital&lt;br /&gt;
#	Alireza	Mehrtash	;	Brigham and Women's Hospital&lt;br /&gt;
#	James	Miller	;	GE Global Research&lt;br /&gt;
# Lauren O'Donnell; Brigham and Women's Hospital and Harvard Medical School&lt;br /&gt;
#	Jorge	 Onieva	;	Brigham and Women's Hospital&lt;br /&gt;
# Guillaume Pernelle; Imperial College London&lt;br /&gt;
#	Steve	Pieper	;	Isomics Inc.&lt;br /&gt;
#	Csaba	Pinter	;	Queens University&lt;br /&gt;
#	Adam	Rankin	;	Robarts Research Institute&lt;br /&gt;
#	James	Ross	;	Brigham and Women's Hospital&lt;br /&gt;
#	Raul	San Jose	;	Brigham and Women's Hospital&lt;br /&gt;
# Anuja Sharma; University of Utah&lt;br /&gt;
# Matthew Toews; Brigham and Women's Hospital&lt;br /&gt;
#	Junichi	Tokuda	;	Brigham and Women's Hospital&lt;br /&gt;
#	Bo	Wang	;	SCI Institute University of Utah&lt;br /&gt;
# William Wells; Brigham and Women's Hospital&lt;br /&gt;
# Alexander Yarmarkovich; Brigham and Women's Hospital&lt;/div&gt;</summary>
		<author><name>Blowekamp</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2015_Winter_Project_Week:SlicerMicroMacroScale&amp;diff=88677</id>
		<title>2015 Winter Project Week:SlicerMicroMacroScale</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2015_Winter_Project_Week:SlicerMicroMacroScale&amp;diff=88677"/>
		<updated>2015-01-12T15:08:19Z</updated>

		<summary type="html">&lt;p&gt;Blowekamp: /* Key Investigators */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-2015SLC.png|[[2015_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
Image:CtkVTKSeedsScaling.jpg|CTK example showing seed widget scaling between slice view and three dimensional view.&lt;br /&gt;
Image:SlicerSeedScaling.jpg|Slicer example with 2d fiducial manager scaling set to 1.0 instead of 0.003&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
&lt;br /&gt;
* Nicole Aucoin (BWH)&lt;br /&gt;
* Bradley Lowekamp (Medical Science Computing)&lt;br /&gt;
* Jim Miller (GE)&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
* Fix bugs exposed by using small and large scale images&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
* List of related bugs:&lt;br /&gt;
** [http://na-mic.org/Mantis/view.php?id=3547 Fiducials disappear with large image spacing]&lt;br /&gt;
** [http://na-mic.org/Mantis/view.php?id=3657 Setting the unit to microns doesn't help]&lt;br /&gt;
** [http://na-mic.org/Mantis/view.php?id=3713 landmark size in 3D view not consistant with 2D views]&lt;br /&gt;
* Sample data sets&lt;br /&gt;
** [https://www.dropbox.com/s/a8ie3eww7ssis2u/E12.5-3747-r7__rec.7z Small]  - link out of date, need new sample from Murat&lt;br /&gt;
** [http://placid.nlm.nih.gov/folder/286 Large] - 1005x1004x296 with spacing of 3x3x3.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
* Investigating the base scaling assumptions for vtkSeedWidgets in 3d ctkVTKRenderView vs 2d ctkVTKSliceView&lt;br /&gt;
** writing a pure CTK test case - it shows that in the default set up for the two kinds of views and mirrored seed widgets the seeds are the same size (large)&lt;br /&gt;
** in Slicer, the camera in the 2d view is looking at the 2d scene from a camera distance of 1.0 while the default 3D distance is 600.0&lt;br /&gt;
** in the pure CTK test case, resetting the 3D camera to a position (0,0,600) the same issues can be seen as are visible in Slicer (tiny seed in 3D, large in 2D)&lt;br /&gt;
** talking with Jim:&lt;br /&gt;
*** when background volume changes, reset the camera position for each slice view to take into account the bounding box of the data&lt;br /&gt;
*** use a distance calculation formula that takes the viewing angle into account (default 30):  (max_data_dim/2.0) / sin(view_angle / 2.0)&lt;br /&gt;
** once have a new setting:&lt;br /&gt;
*** reset the scale factor 2d on the 2d fid disp manager to 1.0&lt;br /&gt;
*** reset the Z distance of the camera position in the slice view&lt;br /&gt;
**** make sure set the camera on the correct renderer&lt;br /&gt;
***** there is an overlay renderer on the slice viewers so using the first renderer from the collection in my ctk example didn't work&lt;br /&gt;
***** get the renderer from the light box manager at all times, a light box index of 0 is always fine&lt;br /&gt;
***** turns out that when creating a new seed, you need to explictly reset the renderer on the new handle&lt;br /&gt;
***** lost ability to manipulate seeds, need more debugging&lt;br /&gt;
*** trigger rerendering of the seeds (in tests, we needed to remove all and readd them to see the new size)&lt;br /&gt;
*** double check placing rulers and ROIs in 2d&lt;br /&gt;
*** double check display to world coordinate calculation in the 2d disp managers&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Blowekamp</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2015_Winter_Project_Week:RemoveITKv3Compatibility&amp;diff=88567</id>
		<title>2015 Winter Project Week:RemoveITKv3Compatibility</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2015_Winter_Project_Week:RemoveITKv3Compatibility&amp;diff=88567"/>
		<updated>2015-01-09T14:52:23Z</updated>

		<summary type="html">&lt;p&gt;Blowekamp: /* 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-2015SLC.png|[[2015_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
&lt;br /&gt;
* Bradley Lowekamp (MSC/NLM)&lt;br /&gt;
* Han Johnson (University of Iowa)&lt;br /&gt;
* Bill Lorensen (Noware)&lt;br /&gt;
* JC&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
&lt;br /&gt;
To enable support of large images ( &amp;gt;4GB ) on MS Windows the ITKv3 compatibility flag needs to be removed.&lt;br /&gt;
&lt;br /&gt;
This flag can now be disabled by default after announcing on the mailing list, and allowing extensions maintainer time to update the extensions.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
* Evaluate the number of number of modules that are dependent on the ITKv3 Compatibility flag.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
* Look into the difference between the ITK's v3 Compatibility module and the deprecated, to determine if one can be enabled.&lt;br /&gt;
* Build Slicer with Slicer_ITKV3_COMPATIBILITY OFF, and compile extensions against.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
* Successfully compiles Slicer core with the Slicer_ITKV3_COMPATIBILITY flag set to off.&lt;br /&gt;
* Built the entire ExtensionsIndex against Slicer without compatibility.&lt;br /&gt;
* Searched for the extensions with ITK related compilation errors:&lt;br /&gt;
** ABC&lt;br /&gt;
** DTIAtlasBuilder&lt;br /&gt;
** ErodeDilateLabel&lt;br /&gt;
** houghTransformCLI&lt;br /&gt;
** LASegmenter&lt;br /&gt;
** MABMIS&lt;br /&gt;
** PkModeling&lt;br /&gt;
** SegmentationAidedRegistration&lt;br /&gt;
** SkullStripper&lt;br /&gt;
** EMSegmenter&lt;br /&gt;
* All extensions have been notified of the changes needed to be make&lt;br /&gt;
** Patches were generated for many extensions and pull requests place in Github.&lt;br /&gt;
** Some maintainers were directly contacted to update&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Blowekamp</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2015_Winter_Project_Week:RemoveITKv3Compatibility&amp;diff=88565</id>
		<title>2015 Winter Project Week:RemoveITKv3Compatibility</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2015_Winter_Project_Week:RemoveITKv3Compatibility&amp;diff=88565"/>
		<updated>2015-01-09T14:44:31Z</updated>

		<summary type="html">&lt;p&gt;Blowekamp: /* Key Investigators */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-2015SLC.png|[[2015_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
&lt;br /&gt;
* Bradley Lowekamp (MSC/NLM)&lt;br /&gt;
* Han Johnson (University of Iowa)&lt;br /&gt;
* Bill Lorensen (Noware)&lt;br /&gt;
* JC&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
&lt;br /&gt;
To enable support of large images ( &amp;gt;4GB ) on MS Windows the ITKv3 compatibility flag needs to be removed.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
* Evaluate the number of number of modules that are dependent on the ITKv3 Compatibility flag.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
* Look into the difference between the ITK's v3 Compatibility module and the deprecated, to determine if one can be enabled.&lt;br /&gt;
* Build Slicer with Slicer_ITKV3_COMPATIBILITY OFF, and compile extensions against.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
*&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Blowekamp</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2015_Winter_Project_Week&amp;diff=88564</id>
		<title>2015 Winter Project Week</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2015_Winter_Project_Week&amp;diff=88564"/>
		<updated>2015-01-09T14:43:52Z</updated>

		<summary type="html">&lt;p&gt;Blowekamp: /* Infrastructure */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
[[image:PW-2015SLC.png|300px]]&lt;br /&gt;
&lt;br /&gt;
Welcome to the 20th Project week page! &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Note of Remembrance ==&lt;br /&gt;
&lt;br /&gt;
[[file:ferenc.jpg|right]]&lt;br /&gt;
This project week is dedicated to Ferenc Jolesz, leader and mentor to many in the image guided therapy community.  There is a [http://ferenc.jolesz.muchloved.com/ tribute page to Ferenc] for people who want to share their thoughts.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
Founded in 2005, the National Alliance for Medical Image Computing (NAMIC), was 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], built  using [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 event called Project Week. &lt;br /&gt;
&lt;br /&gt;
[[Engineering:Programming_Events|Project Week]] is a semi-annual event which draws 80-120 researchers. As of August 2014, it is a 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]. The next events in this ongoing series will occur in [http://wiki.na-mic.org/Wiki/index.php/2015_Winter_Project_Week Salt Lake City, Utah in January of 2015], followed by one in Boston, MA in June of 2015.&lt;br /&gt;
&lt;br /&gt;
A summary of all previous Project Events is available [[Project_Events#Past|here]].&lt;br /&gt;
&lt;br /&gt;
This project week is an event [[Post-NCBC-2014|endorsed]] by the MICCAI society.&lt;br /&gt;
&lt;br /&gt;
Please make sure that you are on the [http://public.kitware.com/mailman/listinfo/na-mic-project-week na-mic-project-week mailing list]&lt;br /&gt;
&lt;br /&gt;
== '''Logistics''' ==&lt;br /&gt;
*'''Dates:''' January 5-9, 2015.&lt;br /&gt;
*'''Location:''' Salt Lake City, Utah&lt;br /&gt;
*'''REGISTRATION:''' Please click [http://umarket.utah.edu/ecom/checkout.tpl?App_Type=0046&amp;amp;Item_Num=WPW2015 '''here'''] to register online before December 24, 2014. All participants must pay a registration fee 550 USD, which covers our catering and facilities costs.&lt;br /&gt;
*'''Venue:''' The venue for the meeting is the Marriott City Center, Salt Lake City, Utah. You can book online, by clicking [http://www.marriott.com/meeting-event-hotels/group-corporate-travel/groupCorp.mi?resLinkData=2015%20Winter%20Project%20Week^slccc%60namnama%60149%60USD%60false%601/4/15%601/10/15%6012/05/14&amp;amp;app=resvlink&amp;amp;stop_mobi=yes here.] The room rate for the meeting is 149 USD per night.&lt;br /&gt;
&lt;br /&gt;
== Agenda== &lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:#eeeeee; font-size:125%; color:#0063B6&amp;quot; align=&amp;quot;center&amp;quot; &lt;br /&gt;
| style=&amp;quot;width:5%&amp;quot;| '''Time'''&lt;br /&gt;
| style=&amp;quot;width:19%&amp;quot; | '''Monday, January 5''' &lt;br /&gt;
| style=&amp;quot;width:19%&amp;quot; | '''Tuesday, January 6'''&lt;br /&gt;
| style=&amp;quot;width:19%&amp;quot; | '''Wednesday, January 7''' &lt;br /&gt;
| style=&amp;quot;width:19%&amp;quot; | '''Thursday, January 8'''&lt;br /&gt;
| style=&amp;quot;width:19%&amp;quot; | '''Friday, January 9''' &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#eeeeee; color:black&amp;quot;|&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:#522200&amp;quot;| '''[[2015_Winter_Project_Week|Project Activities]] ''' &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Olympus B)''&amp;lt;/font&amp;gt;&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:#522200&amp;quot;| '''[[2015_Winter_Project_Week|Project Activities]] '''&amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Olympus B)''&amp;lt;/font&amp;gt;&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:#522200&amp;quot;| '''[[2015_Winter_Project_Week|Project Activities]] ''' &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Olympus B)''&amp;lt;/font&amp;gt;&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:#522200&amp;quot;| '''[[2015_Winter_Project_Week|Project Activities]] ''' &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Olympus B)''&amp;lt;/font&amp;gt;&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:#522200&amp;quot;| '''[[2015_Winter_Project_Week|Project Activities]] ''' &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Olympus B)''&amp;lt;/font&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#eeeeee; color:black&amp;quot;|'''7:30-8:00''' &lt;br /&gt;
| style=&amp;quot;background:#ffffff; color:black&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Breakfast &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#BB9933&amp;quot;&amp;gt;''(Olympus A)''&amp;lt;/font&amp;gt;&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Breakfast &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#BB9933&amp;quot;&amp;gt;''(Olympus A)''&amp;lt;/font&amp;gt;&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Breakfast &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#BB9933&amp;quot;&amp;gt;''(Olympus A)''&amp;lt;/font&amp;gt;&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Breakfast &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#BB9933&amp;quot;&amp;gt;''(Olympus A)''&amp;lt;/font&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#eeeeee; color:black&amp;quot;|'''8:00-10:00''' &lt;br /&gt;
| &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#9966cc&amp;quot;&amp;gt;&amp;lt;/font&amp;gt;&lt;br /&gt;
|9-10am: [[2015 Winter Project Week COPD Breakout|Breakout Session: CIP]] (Raul San Jose) &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Amethyst 1)''&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;  &lt;br /&gt;
|9-10am: [[2015 Winter Project Week QIICR and DICOM Breakout|Breakout Session:QIICR and DICOM]] (Andrey Fedorov, Steve Pieper) &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Amethyst 1)''&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;  &lt;br /&gt;
| '''[[2015_Winter_Project_Week|Project Activities]] ''' &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Olympus B)''&amp;lt;/font&amp;gt;&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:#522200&amp;quot;|[[2015_Winter_Project_Week|9am: Project Presentations]]&amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Olympus B)''&amp;lt;/font&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#eeeeee; color:black&amp;quot;|'''10:00-10:30'''&lt;br /&gt;
| style=&amp;quot;background:#ffffff; color:black&amp;quot;|&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Coffee &amp;lt;br&amp;gt;''(General area)''&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Coffee &amp;lt;br&amp;gt;''(General area)''&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Coffee &amp;lt;br&amp;gt;''(General area)''&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Coffee &amp;lt;br&amp;gt;''(General area)''&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#eeeeee; color:black&amp;quot;|'''10:30-12:00'''&lt;br /&gt;
| &lt;br /&gt;
| Neurosurgical Ultrasound Breakout   &lt;br /&gt;
|  &lt;br /&gt;
|  [[2015_Winter_Project_Week|Project Activities]] ''' &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Olympus B)''&amp;lt;/font&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#eeeeee; color:black&amp;quot;|'''12:00-1:00'''  &lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Lunch &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#BB9933&amp;quot;&amp;gt;''(Olympus A)''&amp;lt;/font&amp;gt;&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Lunch &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#BB9933&amp;quot;&amp;gt;''(Olympus A)''&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt; &lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Lunch &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#BB9933&amp;quot;&amp;gt;''(Olympus A)''&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt; &lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Lunch &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#BB9933&amp;quot;&amp;gt;''(Olympus A)''&amp;lt;/font&amp;gt;&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Boxed Lunch and Adjourn &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#BB9933&amp;quot;&amp;gt;''(Olympus A)''&amp;lt;/font&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#eeeeee; color:black&amp;quot;|'''1:00-3:00'''&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:#522200&amp;quot;| [http://ferenc.jolesz.muchloved.com/frame.aspx? A tribute to Ferenc Jolesz] &amp;lt;br&amp;gt; [[2015_Winter_Project_Week|Project Presentations]]&amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Olympus B)''&amp;lt;/font&amp;gt; &lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:#522200&amp;quot;|&lt;br /&gt;
| &amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Olympus B)''&amp;lt;/font&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#eeeeee; color:black&amp;quot;|'''3:00-3:30''' &lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Coffee &amp;lt;br&amp;gt;''(General area)''&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Coffee &amp;lt;br&amp;gt;''(General area)''&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Coffee &amp;lt;br&amp;gt;''(General area)''&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Coffee &amp;lt;br&amp;gt;''(General area)''&lt;br /&gt;
| style=&amp;quot;background:#ffffff; color:black&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#eeeeee; color:black&amp;quot;|'''3:00-5:00''' &lt;br /&gt;
|&lt;br /&gt;
|3:15-4pm: [[2015_Winter_Project_Week_Segmentations_Breakout|Breakout Session: Segmentations]] &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Amethyst 1)'' &amp;lt;br&amp;gt; &amp;lt;!--[[2015_Winter_Project_Week|Project Activities]] ''' &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Olympus B)''&amp;lt;/font&amp;gt;--&amp;gt;&lt;br /&gt;
| 3:15-4pm: [[2015_Winter_Project_Week_Infrastructure_Breakout|Breakout Session: Infrastructure (JC, Steve, Alex, Hans, Raul)]] &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Amethyst 1)'' &amp;lt;br&amp;gt; &amp;lt;!--[[2015_Winter_Project_Week|Project Activities]] ''' &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Olympus B)''&amp;lt;/font&amp;gt;--&amp;gt;&lt;br /&gt;
|[[2015_Winter_Project_Week|Project Activities]] ''' &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Olympus B)''&amp;lt;/font&amp;gt;&lt;br /&gt;
| style=&amp;quot;background:#ffffff; color:black&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#eeeeee; color:black&amp;quot;|'''05:00-07:00''' &lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;|&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;|&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;|&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;|'''6:00''' Optional: [http://www.murphysbarandgrillut.com/ Beer at Murphy's] (like last year)&lt;br /&gt;
| style=&amp;quot;background:#ffffff; color:black&amp;quot;| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Projects=&lt;br /&gt;
* [[2015_Project_Week:_Template | Template for project pages]]&lt;br /&gt;
&lt;br /&gt;
==Image-Guided Therapy==&lt;br /&gt;
* [[2015_Winter_Project_Week:_Neurosurgery_Case_Review| Review of data from recent AMIGO US/MR neurosurgery]] (Steve Pieper, Jim Miller, Alireza Mehrtash, Sandy Wells, Tina Kapur, Ron Kikinis)&lt;br /&gt;
* [[2015_Winter_Project_Week:_Benchtop_Nuerosurgery|Tracked ultrasound benchtop experimental system for neurosurgery]] (Steve Pieper, Jim Miller)&lt;br /&gt;
* [[User:Yli|Quantitative Evaluation of Digitally Registered Pre and Post op DTI by 3D ROI Segmentation]] (Li Ye, Sonia Pujol, Steve Pieper, Alireza Mehrtash)&lt;br /&gt;
* [[New Distance|A modified distance for measuring the similarity between fiber tracts]] (Ruizhi Liao, Lauren O'Donnell)&lt;br /&gt;
* [[UKF Edema|Performance of UKF tractography in edema]] (Ruizhi Liao, Lauren O'Donnell)&lt;br /&gt;
* [[ProstateNavigation workflow | Workflow for prostate navigation and its components]] (Peter Behringer, Andriy Fedorov)&lt;br /&gt;
* [[NeedleFinder | Image-based Needle Detection from MRI]] (Andre Mastmeyer, Guillaume Pernelle, Tina Kapur, Steve Pieper, Ron Kikinis)&lt;br /&gt;
* [[Needle Finder Tutorial | Needle Finder Tutorial]] (Gao Yang, Andre Mastmeyer, Guillaume Pernelle, Tina Kapur)&lt;br /&gt;
*[[NeedlePlace | Workflow for percutaneous needle place]] (Bamshad Azizi, Li Ming, Li Ye, Kevin Cleary)&lt;br /&gt;
*[[VR Radiology | Application of consumer virtual reality devices in creating environments for diagnostic radiology]] (Franklin King, Steve Pieper)&lt;br /&gt;
*[[Distribution modeling | Summary statistics versus distributions: evaluating improved ability to detect clinical differences using DTI]] (Anuja Sharma, Guido Gerig)&lt;br /&gt;
*[[Valve Replacement | Aortic valve replacement using tracked 3D ultrasound]] (Adam Rankin)&lt;br /&gt;
*[[2015_Winter_Project_Week:CommunicationProtocolForOpticalTrackingWithSurfaceScan| Communication Protocol for Optical Tracking with Surface Scan]] (Junichi Tokuda, Sangyong Kim, ByungHyun Cho, Brian Nini, Nobuhiko Hata)&lt;br /&gt;
&lt;br /&gt;
== COPD ==&lt;br /&gt;
* [[Slicer CIP | SlicerCIP Extension]] (Alex Yarmakovich, Jorge Onieva, Raul San Jose)&lt;br /&gt;
* [[Nodule Sizing | Lung nodule sizing tool]] (Raul San Jose)&lt;br /&gt;
* [[Density Inspector | Density Inspector]] (Alex Yarmakovich, Raul San Jose, Jorge Onieva)&lt;br /&gt;
* [[PA/A Tool | Pulmonary Artery/Aorta measuring tool]] (Jorge Onieva, Rola Harmouche, German Gonzalez)&lt;br /&gt;
* [[Picassa Snap | Picasa Snap: tagging your favorite slicer snapshots]] (Jorge Onieva)&lt;br /&gt;
* [[Feature Extraction with Particles | Feature Extraction on ROIs based on Particles]] (Raul San Jose, James Ross)&lt;br /&gt;
* [[ CIP and Nipype | CIP analysis pipelines in Nipype]] (Rola Harmouche, James Ross, Alex Yarmakovich)&lt;br /&gt;
* [[Supervised Fissure Enhancement | Supervised fissure enhancement]] (James Ross, German Gonzalez, Rola Harmouche)&lt;br /&gt;
* [[Organ Detection | Organ detection with OpenCV]] (German Gonzalez, James Ross, Raul San Jose)&lt;br /&gt;
&lt;br /&gt;
==Huntington's Disease==&lt;br /&gt;
* [[PREDICT-HD Longitudinal Shape Analysis | PREDICT-HD Longitudinal Shape Analysis]] (Regina EY Kim, James Fishbaugh, Hans Johnson)&lt;br /&gt;
&lt;br /&gt;
==CTE==&lt;br /&gt;
* [[Slicer_Tract_Analysis | Measurement and visualization using white matter hierarchies in Slicer]] (Alexander Yarmarkovich, Lauren O'Donnell)&lt;br /&gt;
&lt;br /&gt;
== Lung ==&lt;br /&gt;
*[[ Small lung nodule differential diagnosis using 3D Slicer | Small lung nodule differential diagnosis using 3D Slicer]] (Li Ming, Jay Jagadeesan)&lt;br /&gt;
&lt;br /&gt;
==[http://qiicr.org QIICR]==&lt;br /&gt;
* [[2015_Winter_Project_Week:_Multiframe_DICOM | Segmentation object and enhanced multiframe object IO in DCMTK and Slicer]] (Steve, Andrey, Michael)&lt;br /&gt;
* [[T1 mapping for variable flip angle | T1 mapping for variable flip angle]] (Artem, Xiao, Andrey)&lt;br /&gt;
* [[2015_Winter_Project_Week:_DICOM_representation_of_QIICR_Iowa_DBP_data|Representation of Iowa QIN data using DICOM]] (Andrey, Christian Bauer, Steve Pieper)&lt;br /&gt;
* [[Whole Body PET/CT Reference Region segmentation]] (Christian Bauer)&lt;br /&gt;
* [[2015_Winter_Project_Week:Bolus_Arrival_Time_Estimation_in_PK_Modelling|Bolus Arrival Time (BAT) Estimation in PK Modelling]] (Alireza Mehrtash, Andriy Fedorov, Jim Miller)&lt;br /&gt;
* [[2015_Winter_Project_Week:DICOM_Module_Improvements|DICOM Module Improvements]] (Alireza Mehrtash, Andriy Fedorov, Ron Kikinis, Steve Pieper)&lt;br /&gt;
* [[2015_Winter_Project_Week:Slice_View_Annotations|Slice View Annotations]] (Alireza Mehrtash, Andriy Fedorov, Steve Pieper)&lt;br /&gt;
&lt;br /&gt;
==Feature Extraction==&lt;br /&gt;
* [[3D_SIFT_VIEW| 3D SIFT Feature Visualization in Slicer]] (Matthew Toews, Steve Pieper, Nicole Aucoin, Andriy Fedorov, Raul San Jose, William Wells)&lt;br /&gt;
* [[Cortex_Clustering| Experimental tract-based cortical clustering ]] (Lauren O'Donnell, William Wells)&lt;br /&gt;
&lt;br /&gt;
==Slicer4 Extensions==&lt;br /&gt;
* [[PET Tumor Segmentation]] (Christian Bauer)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==TMJOA RO1 - Collaboration with NAMIC==&lt;br /&gt;
* [[2015_Winter_Project_Week:SlicerModelGlyphs | Display of point data vectors on Slicer models]] (Francois Budin, Steve Pieper)&lt;br /&gt;
&lt;br /&gt;
==Infrastructure==&lt;br /&gt;
&lt;br /&gt;
* [[2015_Winter_Project_Week:SlicerMicroMacroScale | Micro and Macro Scale in Slicer]] (Nicole Aucoin, Bradley Lowenkamp)&lt;br /&gt;
* [[2015_Winter_Project_Week:Markups | Markups]] (Nicole Aucoin)&lt;br /&gt;
* [[2015_Winter_Project_Week:Segmentations|Segmentations]] (Csaba Pinter)&lt;br /&gt;
* [[2015_Winter_Project_Week:DICOM_References|DICOM references]] (Andrey Fedorov, Csaba Pinter, Steve Pieper)&lt;br /&gt;
* [[2015_Winter_Project_Week:OpenAtlas|Open Atlas]] (Bill Lorensen)&lt;br /&gt;
* automatic indexing of CLI modules in Slicer's extension store for nice dashboards based on the [https://github.com/commontk/ctk-cli-indexer ctk-cli-indexer] (JC, maybe Hans Meine remotely)&lt;br /&gt;
* [[2015_Winter_Project_Week:RemoveITKv3Compatibility|Remove ITKv3 Compatibility for 64-bit image support]] (Bradley Lowekamp, Hans Johnson, Bill Lorensen, JC)&lt;br /&gt;
* [[2015_Winter_Project_Week:VersorTransforms|ITK Composed Versor Transforms]] (Bradley Lowekamp, Hans Johnson, Jim Miller)&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.  &lt;br /&gt;
&lt;br /&gt;
#	Nicole	Aucoin	;	Brigham and Women's Hospital&lt;br /&gt;
#	Bamshad	Azizi Koutenaei	;	Children's National Health System&lt;br /&gt;
#	Christian	Bauer	;	University of Iowa&lt;br /&gt;
#	Peter	Behringer	;	Brigham and Women's Hospital&lt;br /&gt;
#	Francois	Budin	;	UNC&lt;br /&gt;
# Byunghyun  Cho; Koh Young Technology Inc.&lt;br /&gt;
#	Xiao	Da	;	Athinoula A. Martinos Center for Biomedical Imaging&lt;br /&gt;
#	Andriy	Fedorov	;	Brigham and Women's Hospital&lt;br /&gt;
# JC Fillion-Robin; Kitware, Inc.&lt;br /&gt;
# James Fishbaugh; University of Utah&lt;br /&gt;
#	Yang 	Gao	;	Brigham and Women's Hospital&lt;br /&gt;
#	German	Gonzalez	;	Brigham and Women's Hospital&lt;br /&gt;
#	Rola	Harmouche	;	Brigham and Women's Hospital&lt;br /&gt;
#	Hans 	Johnson	;	University of Iowa&lt;br /&gt;
#	Tina	Kapur	;	Brigham and Women's Hospital&lt;br /&gt;
#	Ron	Kikinis	;	Brigham and Women's Hospital&lt;br /&gt;
#	Eun Young Regina	Kim	;	University of Iowa&lt;br /&gt;
# Sangyong Kim, Kohyoung Techonology&lt;br /&gt;
# Franklin King, Queen's University and Brigham and Women's Hospital&lt;br /&gt;
#	Ming	Li	;	Brigham and Women's Hospital&lt;br /&gt;
#	Ye	Li	;	Brigham and Women's Hospital&lt;br /&gt;
# Ruizhi Liao; Brigham and Women's Hospital&lt;br /&gt;
#	Julia	Lopinto	;	The University of Michigan&lt;br /&gt;
# Bill Lorensen; Noware&lt;br /&gt;
# Bradley Lowenkamp; Medical Science Computing&lt;br /&gt;
#	Lucie	 Macron	;	The University of Michigan&lt;br /&gt;
#	Artem	Mamonov	;	MGH Martinos&lt;br /&gt;
#	Andre 	Mastmeyer	;	University of Keil and Brigham and Women's Hospital&lt;br /&gt;
#	Alireza	Mehrtash	;	Brigham and Women's Hospital&lt;br /&gt;
#	James	Miller	;	GE Global Research&lt;br /&gt;
# Lauren O'Donnell; Brigham and Women's Hospital and Harvard Medical School&lt;br /&gt;
#	Jorge	 Onieva	;	Brigham and Women's Hospital&lt;br /&gt;
# Guillaume Pernelle; Imperial College London&lt;br /&gt;
#	Steve	Pieper	;	Isomics Inc.&lt;br /&gt;
#	Csaba	Pinter	;	Queens University&lt;br /&gt;
#	Adam	Rankin	;	Robarts Research Institute&lt;br /&gt;
#	James	Ross	;	Brigham and Women's Hospital&lt;br /&gt;
#	Raul	San Jose	;	Brigham and Women's Hospital&lt;br /&gt;
# Anuja Sharma; University of Utah&lt;br /&gt;
# Matthew Toews; Brigham and Women's Hospital&lt;br /&gt;
#	Junichi	Tokuda	;	Brigham and Women's Hospital&lt;br /&gt;
#	Bo	Wang	;	SCI Institute University of Utah&lt;br /&gt;
# William Wells; Brigham and Women's Hospital&lt;br /&gt;
# Alexander Yarmarkovich; Brigham and Women's Hospital&lt;/div&gt;</summary>
		<author><name>Blowekamp</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2015_Winter_Project_Week:VersorTransforms&amp;diff=88265</id>
		<title>2015 Winter Project Week:VersorTransforms</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2015_Winter_Project_Week:VersorTransforms&amp;diff=88265"/>
		<updated>2015-01-05T13:48:46Z</updated>

		<summary type="html">&lt;p&gt;Blowekamp: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-2015SLC.png|[[2015_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
&lt;br /&gt;
* Bradley Lowekamp (MSC/NLM)&lt;br /&gt;
* Han Johnson (University of Iowa)?&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
&lt;br /&gt;
The ITK transforms ScaleSkewVersor3D, and Simularity3D surprisinging use addition to compose the matrix components instead of matrix multiplication.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
* Determine if this is expected and known behavior, and determine if the expected transforms are needed.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
*&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
*&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Blowekamp</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2015_Winter_Project_Week:RemoveITKv3Compatibility&amp;diff=88264</id>
		<title>2015 Winter Project Week:RemoveITKv3Compatibility</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2015_Winter_Project_Week:RemoveITKv3Compatibility&amp;diff=88264"/>
		<updated>2015-01-05T13:37:55Z</updated>

		<summary type="html">&lt;p&gt;Blowekamp: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-2015SLC.png|[[2015_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
&lt;br /&gt;
* Bradley Lowekamp (MSC/NLM)&lt;br /&gt;
* Han Johnson (University of Iowa)?&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
&lt;br /&gt;
To enable support of large images ( &amp;gt;4GB ) on MS Windows the ITKv3 compatibility flag needs to be removed.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
* Evaluate the number of number of modules that are dependent on the ITKv3 Compatibility flag.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
* Look into the difference between the ITK's v3 Compatibility module and the deprecated, to determine if one can be enabled.&lt;br /&gt;
* Build Slicer with Slicer_ITKV3_COMPATIBILITY OFF, and compile extensions against.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
*&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Blowekamp</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2015_Winter_Project_Week:RemoveITKv3Compatibility&amp;diff=88263</id>
		<title>2015 Winter Project Week:RemoveITKv3Compatibility</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2015_Winter_Project_Week:RemoveITKv3Compatibility&amp;diff=88263"/>
		<updated>2015-01-05T13:37:38Z</updated>

		<summary type="html">&lt;p&gt;Blowekamp: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-2015SLC.png|[[2015_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
&lt;br /&gt;
* Bradley Lowekamp (MSC/NLM)&lt;br /&gt;
* Han Johnson (University of Iowa)?&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To enable support of large images ( &amp;gt;4GB ) on MS Windows the ITKv3 compatibility flag needs to be removed.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
* Evaluate the number of number of modules that are dependent on the ITKv3 Compatibility flag.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
* Look into the difference between the ITK's v3 Compatibility module and the deprecated, to determine if one can be enabled.&lt;br /&gt;
* Build Slicer with Slicer_ITKV3_COMPATIBILITY OFF, and compile extensions against.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
*&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Blowekamp</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2015_Winter_Project_Week:VersorTransforms&amp;diff=88262</id>
		<title>2015 Winter Project Week:VersorTransforms</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2015_Winter_Project_Week:VersorTransforms&amp;diff=88262"/>
		<updated>2015-01-05T13:33:38Z</updated>

		<summary type="html">&lt;p&gt;Blowekamp: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-2015SLC.png|[[2015_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
&lt;br /&gt;
* Bradley Lowekamp (MSC/NLM)&lt;br /&gt;
* Han Johnson (University of Iowa)?&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
*&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
*&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
*&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Blowekamp</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2015_Winter_Project_Week:RemoveITKv3Compatibility&amp;diff=88261</id>
		<title>2015 Winter Project Week:RemoveITKv3Compatibility</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2015_Winter_Project_Week:RemoveITKv3Compatibility&amp;diff=88261"/>
		<updated>2015-01-05T13:33:23Z</updated>

		<summary type="html">&lt;p&gt;Blowekamp: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-2015SLC.png|[[2015_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
&lt;br /&gt;
* Bradley Lowekamp (MSC/NLM)&lt;br /&gt;
* Han Johnson (University of Iowa)?&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
*&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
*&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
*&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Blowekamp</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2015_Winter_Project_Week:VersorTransforms&amp;diff=88260</id>
		<title>2015 Winter Project Week:VersorTransforms</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2015_Winter_Project_Week:VersorTransforms&amp;diff=88260"/>
		<updated>2015-01-05T13:30:50Z</updated>

		<summary type="html">&lt;p&gt;Blowekamp: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-2015SLC.png|[[2015_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
&lt;br /&gt;
Bradley Lowekamp (MSC/NLM)&lt;br /&gt;
Han Johnson (University of Iowa)?&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
*&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
*&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
*&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Blowekamp</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2015_Winter_Project_Week&amp;diff=88259</id>
		<title>2015 Winter Project Week</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2015_Winter_Project_Week&amp;diff=88259"/>
		<updated>2015-01-05T13:29:45Z</updated>

		<summary type="html">&lt;p&gt;Blowekamp: /* Infrastructure */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
[[image:PW-2015SLC.png|300px]]&lt;br /&gt;
&lt;br /&gt;
Welcome to the 20th Project week page! &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
Founded in 2005, the National Alliance for Medical Image Computing (NAMIC), was 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], built  using [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 event called Project Week. &lt;br /&gt;
&lt;br /&gt;
[[Engineering:Programming_Events|Project Week]] is a semi-annual event which draws 80-120 researchers. As of August 2014, it is a 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]. The next events in this ongoing series will occur in [http://wiki.na-mic.org/Wiki/index.php/2015_Winter_Project_Week Salt Lake City, Utah in January of 2015], followed by one in Boston, MA in June of 2015.&lt;br /&gt;
&lt;br /&gt;
A summary of all previous Project Events is available [[Project_Events#Past|here]].&lt;br /&gt;
&lt;br /&gt;
This project week is an event [[Post-NCBC-2014|endorsed]] by the MICCAI society.&lt;br /&gt;
&lt;br /&gt;
Please make sure that you are on the [http://public.kitware.com/mailman/listinfo/na-mic-project-week na-mic-project-week mailing list]&lt;br /&gt;
&lt;br /&gt;
== '''Logistics''' ==&lt;br /&gt;
*'''Dates:''' January 5-9, 2015.&lt;br /&gt;
*'''Location:''' Salt Lake City, Utah&lt;br /&gt;
*'''REGISTRATION:''' Please click [http://umarket.utah.edu/ecom/checkout.tpl?App_Type=0046&amp;amp;Item_Num=WPW2015 '''here'''] to register online before December 24, 2014. All participants must pay a registration fee 550 USD, which covers our catering and facilities costs.&lt;br /&gt;
*'''Venue:''' The venue for the meeting is the Marriott City Center, Salt Lake City, Utah. You can book online, by clicking [http://www.marriott.com/meeting-event-hotels/group-corporate-travel/groupCorp.mi?resLinkData=2015%20Winter%20Project%20Week^slccc%60namnama%60149%60USD%60false%601/4/15%601/10/15%6012/05/14&amp;amp;app=resvlink&amp;amp;stop_mobi=yes here.] The room rate for the meeting is 149 USD per night.&lt;br /&gt;
&lt;br /&gt;
== Agenda== &lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:#eeeeee; font-size:125%; color:#0063B6&amp;quot; align=&amp;quot;center&amp;quot; &lt;br /&gt;
| style=&amp;quot;width:5%&amp;quot;| '''Time'''&lt;br /&gt;
| style=&amp;quot;width:19%&amp;quot; | '''Monday, January 5''' &lt;br /&gt;
| style=&amp;quot;width:19%&amp;quot; | '''Tuesday, January 6'''&lt;br /&gt;
| style=&amp;quot;width:19%&amp;quot; | '''Wednesday, January 7''' &lt;br /&gt;
| style=&amp;quot;width:19%&amp;quot; | '''Thursday, January 8'''&lt;br /&gt;
| style=&amp;quot;width:19%&amp;quot; | '''Friday, January 9''' &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#eeeeee; color:black&amp;quot;|&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:#522200&amp;quot;| '''[[2015_Winter_Project_Week|Project Activities]] ''' &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Olympus B)''&amp;lt;/font&amp;gt;&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:#522200&amp;quot;| '''[[2015_Winter_Project_Week|Project Activities]] '''&amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Olympus B)''&amp;lt;/font&amp;gt;&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:#522200&amp;quot;| '''[[2015_Winter_Project_Week|Project Activities]] ''' &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Olympus B)''&amp;lt;/font&amp;gt;&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:#522200&amp;quot;| '''[[2015_Winter_Project_Week|Project Activities]] ''' &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Olympus B)''&amp;lt;/font&amp;gt;&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:#522200&amp;quot;| '''[[2015_Winter_Project_Week|Project Activities]] ''' &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Olympus B)''&amp;lt;/font&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#eeeeee; color:black&amp;quot;|'''7:30-8:00''' &lt;br /&gt;
| style=&amp;quot;background:#ffffff; color:black&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Breakfast &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#BB9933&amp;quot;&amp;gt;''(Olympus A)''&amp;lt;/font&amp;gt;&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Breakfast &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#BB9933&amp;quot;&amp;gt;''(Olympus A)''&amp;lt;/font&amp;gt;&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Breakfast &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#BB9933&amp;quot;&amp;gt;''(Olympus A)''&amp;lt;/font&amp;gt;&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Breakfast &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#BB9933&amp;quot;&amp;gt;''(Olympus A)''&amp;lt;/font&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#eeeeee; color:black&amp;quot;|'''8:00-10:00''' &lt;br /&gt;
| &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#9966cc&amp;quot;&amp;gt;&amp;lt;/font&amp;gt;&lt;br /&gt;
|9-10am: [[2015 Winter Project Week COPD Breakout|Breakout Session:COPD]] (Raul San Jose) &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Amethyst 1)''&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;  &lt;br /&gt;
|9-10am: [[2015 Winter Project Week QIICR and DICOM Breakout|Breakout Session:QIICR and DICOM]] (Andrey Fedorov, Steve Pieper) &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Amethyst 1)''&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;  &lt;br /&gt;
| '''[[2015_Winter_Project_Week|Project Activities]] ''' &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Olympus B)''&amp;lt;/font&amp;gt;&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:#522200&amp;quot;|[[2015_Winter_Project_Week|9am: Project Presentations]]&amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Olympus B)''&amp;lt;/font&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#eeeeee; color:black&amp;quot;|'''10:00-10:30'''&lt;br /&gt;
| style=&amp;quot;background:#ffffff; color:black&amp;quot;|&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Coffee &amp;lt;br&amp;gt;''(General area)''&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Coffee &amp;lt;br&amp;gt;''(General area)''&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Coffee &amp;lt;br&amp;gt;''(General area)''&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Coffee &amp;lt;br&amp;gt;''(General area)''&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#eeeeee; color:black&amp;quot;|'''10:30-12:00'''&lt;br /&gt;
| &lt;br /&gt;
|    &lt;br /&gt;
|  &lt;br /&gt;
|  [[2015_Winter_Project_Week|Project Activities]] ''' &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Olympus B)''&amp;lt;/font&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#eeeeee; color:black&amp;quot;|'''12:00-1:00'''  &lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Lunch &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#BB9933&amp;quot;&amp;gt;''(Olympus A)''&amp;lt;/font&amp;gt;&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Lunch &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#BB9933&amp;quot;&amp;gt;''(Olympus A)''&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt; &lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Lunch &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#BB9933&amp;quot;&amp;gt;''(Olympus A)''&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt; &lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Lunch &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#BB9933&amp;quot;&amp;gt;''(Olympus A)''&amp;lt;/font&amp;gt;&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Boxed Lunch and Adjourn &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#BB9933&amp;quot;&amp;gt;''(Olympus A)''&amp;lt;/font&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#eeeeee; color:black&amp;quot;|'''1:00-3:00'''&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:#522200&amp;quot;| [http://ferenc.jolesz.muchloved.com/frame.aspx? A tribute to Ferenc Jolesz] &amp;lt;br&amp;gt; [[2015_Winter_Project_Week|Project Presentations]]&amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Olympus B)''&amp;lt;/font&amp;gt; &lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:#522200&amp;quot;|&lt;br /&gt;
| &amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Olympus B)''&amp;lt;/font&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#eeeeee; color:black&amp;quot;|'''3:00-3:30''' &lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Coffee &amp;lt;br&amp;gt;''(General area)''&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Coffee &amp;lt;br&amp;gt;''(General area)''&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Coffee &amp;lt;br&amp;gt;''(General area)''&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Coffee &amp;lt;br&amp;gt;''(General area)''&lt;br /&gt;
| style=&amp;quot;background:#ffffff; color:black&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#eeeeee; color:black&amp;quot;|'''3:00-5:00''' &lt;br /&gt;
|&lt;br /&gt;
|3:15-4pm: [[2015_Winter_Project_Week_Segmentations_Breakout|Breakout Session: Segmentations]] &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Amethyst 1)'' &amp;lt;br&amp;gt; &amp;lt;!--[[2015_Winter_Project_Week|Project Activities]] ''' &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Olympus B)''&amp;lt;/font&amp;gt;--&amp;gt;&lt;br /&gt;
| style=&amp;quot;background:#ffffff; color:black&amp;quot;|&lt;br /&gt;
|[[2015_Winter_Project_Week|Project Activities]] ''' &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Olympus B)''&amp;lt;/font&amp;gt;&lt;br /&gt;
| style=&amp;quot;background:#ffffff; color:black&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#eeeeee; color:black&amp;quot;|'''05:00-07:00''' &lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;|&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;|&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;|&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;|'''6:00''' Optional: [http://www.murphysbarandgrillut.com/ Beer at Murphy's] (like last year)&lt;br /&gt;
| style=&amp;quot;background:#ffffff; color:black&amp;quot;| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Projects=&lt;br /&gt;
* [[2015_Project_Week:_Template | Template for project pages]]&lt;br /&gt;
&lt;br /&gt;
==Image-Guided Therapy==&lt;br /&gt;
* [[2015_Winter_Project_Week:_Neurosurgery_Case_Review| Review of data from recent AMIGO US/MR neurosurgery]] (Steve Pieper, Jim Miller, Alireza Mehrtash, Sandy Wells, Tina Kapur, Ron Kikinis)&lt;br /&gt;
* [[2015_Winter_Project_Week:_Benchtop_Nuerosurgery|Tracked ultrasound benchtop experimental system for neurosurgery]] (Steve Pieper, Jim Miller)&lt;br /&gt;
* [[User:Yli|Registration of pre-op and intra-op DTI to correlate parameters with post-op prognosis]] (Li Ye, Steve Pieper, Alireza Mehrtash, Lauren O'Donnell)&lt;br /&gt;
* [[New Distance|A new modified Frechet distance for measuring the similarity between fiber tracts]] (Ruizhi Liao, Lauren O'Donnell)&lt;br /&gt;
* [[UKF Edema|Performance of UKF tractography in edema]] (Ruizhi Liao, Lauren O'Donnell)&lt;br /&gt;
* [[ProstateSegmentation | Prostate segmentation and biopsy]] (Peter Behringer, Andriy Fedorov)&lt;br /&gt;
* [[NeedleFinder | Image-based Needle Detection from MRI]] (Andre Mastmeyer, Guillaume Pernelle, Tina Kapur, Steve Pieper, Ron Kikinis)&lt;br /&gt;
* [[Needle Finder Tutorial | Needle Finder Tutorial]] (Gao Yang, Andre Mastmeyer, Guillaume Pernelle, Tina Kapur)&lt;br /&gt;
*[[NeedlePlace | Workflow for percutaneous needle place]] (Bamshad Azizi, Li Ming, Li Ye, Kevin Cleary)&lt;br /&gt;
*[[VR Radiology | Application of consumer virtual reality devices in creating environments for diagnostic radiology]] (Franklin King, Steve Pieper)&lt;br /&gt;
*[[Distribution modeling | Summary statistics versus distributions: evaluating improved ability to detect clinical differences using DTI]] (Anuja Sharma, Guido Gerig)&lt;br /&gt;
&lt;br /&gt;
==Huntington's Disease==&lt;br /&gt;
* [[PREDICT-HD Longitudinal Shape Analysis | PREDICT-HD Longitudinal Shape Analysis]] (Regina EY Kim, James Fishbaugh, Hans Johnson)&lt;br /&gt;
&lt;br /&gt;
== COPD ==&lt;br /&gt;
* [[Slicer CIP | SlicerCIP Extension]] (Alex Yarmakovich, Jorge Onieva, Raul San Jose)&lt;br /&gt;
* [[Nodule Sizing | Lung nodule sizing tool]] (Raul San Jose)&lt;br /&gt;
* [[Density Inspector | Density Inspector]] (Alex Yarmakovich, Raul San Jose, Jorge Onieva)&lt;br /&gt;
* [[PA/A Tool | Pulmonary Artery/Aorta measuring tool]] (Jorge Onieva, Rola Harmouche, German Gonzalez)&lt;br /&gt;
* [[Picassa Snap | Picasa Snap: tagging your favorite slicer snapshots]] (Jorge Onieva)&lt;br /&gt;
* [[Feature Extraction with Particles | Feature Extraction on ROIs based on Particles]] (Raul San Jose, James Ross)&lt;br /&gt;
* [[ CIP and Nipype | CIP analysis pipelines in Nipype]] (Rola Harmouche, James Ross, Alex Yarmakovich)&lt;br /&gt;
* [[Supervised Fissure Enhancement | Supervised fissure enhancement]] (James Ross, German Gonzalez, Rola Harmouche)&lt;br /&gt;
* [[Organ Detection | Organ detection with OpenCV]] (German Gonzalez, James Ross, Raul San Jose)&lt;br /&gt;
== Lung ==&lt;br /&gt;
&lt;br /&gt;
*Small lung nodule differential diagnosis using 3D Slicer (Li Ming, Jay Jagadeesan)&lt;br /&gt;
&lt;br /&gt;
==[http://qiicr.org QIICR]==&lt;br /&gt;
* [[2015_Winter_Project_Week:_Multiframe_DICOM | Segmentation object and enhanced multiframe object IO in DCMTK and Slicer]] (Steve, Andrey, Michael)&lt;br /&gt;
* [[T1 mapping for variable flip angle | T1 mapping for variable flip angle]] (Artem, Xiao, Andrey)&lt;br /&gt;
* [[2015_Winter_Project_Week:_DICOM_representation_of_QIICR_Iowa_DBP_data|Representation of Iowa QIN data using DICOM]] (Andrey, Christian Bauer, Steve Pieper)&lt;br /&gt;
* [[Whole Body PET/CT Reference Region segmentation]] (Christian Bauer)&lt;br /&gt;
* [[2015_Winter_Project_Week:Bolus_Arrival_Time_Estimation_in_PK_Modelling|Bolus Arrival Time (BAT) Estimation in PK Modelling]] (Alireza Mehrtash, Andriy Fedorov, Jim Miller)&lt;br /&gt;
* [[2015_Winter_Project_Week:DICOM_Module_Improvements|DICOM Module Improvements]] (Alireza Mehrtash, Andriy Fedorov, Ron Kikinis, Steve Pieper)&lt;br /&gt;
* [[2015_Winter_Project_Week:Slice_View_Annotations|Slice View Annotations]] (Alireza Mehrtash, Andriy Fedorov, Steve Pieper)&lt;br /&gt;
&lt;br /&gt;
==Feature Extraction==&lt;br /&gt;
* [[3D_SIFT_VIEW| 3D SIFT Feature Visualization in Slicer]] (Matthew Toews, Steve Pieper, Nicole Aucoin, Andriy Fedorov, Raul San Jose, William Wells)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Slicer4 Extensions==&lt;br /&gt;
* [[PET Tumor Segmentation]] (Christian Bauer)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==TMJOA RO1 - Collaboration with NAMIC==&lt;br /&gt;
* Improved model display (Francois Boudin, Steve Pieper)&lt;br /&gt;
&lt;br /&gt;
==Infrastructure==&lt;br /&gt;
&lt;br /&gt;
* [[2015_Winter_Project_Week:SlicerMicroMacroScale | Micro and Macro Scale in Slicer]] (Nicole Aucoin, Bradley Lowenkamp)&lt;br /&gt;
* [[2015_Winter_Project_Week:Markups | Markups]] (Nicole Aucoin)&lt;br /&gt;
* [[2015_Winter_Project_Week:Segmentations|Segmentations]] (Csaba Pinter, ?)&lt;br /&gt;
* [[2015_Winter_Project_Week:DICOM_References|DICOM references]] (Andrey Fedorov, Csaba Pinter, Steve Pieper)&lt;br /&gt;
* [[2015_Winter_Project_Week:OpenAtlas|Open Atlas]] (Bill Lorensen)&lt;br /&gt;
* automatic indexing of CLI modules in Slicer's extension store for nice dashboards based on the [https://github.com/commontk/ctk-cli-indexer ctk-cli-indexer] (JC, maybe Hans Meine remotely)&lt;br /&gt;
* [[2015_Winter_Project_Week:RemoveITKv3Compatibility|Remove ITKv3 Compatibility for 64-bit image support]] (Bradley Lowekamp, Hans Johnson?, ?)&lt;br /&gt;
* [[2015_Winter_Project_Week:VersorTransforms|ITK Composed Versor Transforms]] (Bradley Lowekamp, Hans Johnson?, ?)&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.  &lt;br /&gt;
&lt;br /&gt;
#	Nicole	Aucoin	;	Brigham and Women's Hospital&lt;br /&gt;
#	Bamshad	Azizi Koutenaei	;	Children's National Health System&lt;br /&gt;
#	Christian	Bauer	;	University of Iowa&lt;br /&gt;
#	Peter	Behringer	;	Brigham and Women's Hospital&lt;br /&gt;
#	Francois	Budin	;	UNC&lt;br /&gt;
# Byunghyun  Cho; Koh Young Technology Inc.&lt;br /&gt;
#	Xiao	Da	;	Athinoula A. Martinos Center for Biomedical Imaging&lt;br /&gt;
#	Andriy	Fedorov	;	Brigham and Women's Hospital&lt;br /&gt;
# JC Fillion-Robin; Kitware, Inc.&lt;br /&gt;
# James Fishbaugh; University of Utah&lt;br /&gt;
#	Yang 	Gao	;	Brigham and Women's Hospital&lt;br /&gt;
#	German	Gonzalez	;	Brigham and Women's Hospital&lt;br /&gt;
#	Rola	Harmouche	;	Brigham and Women's Hospital&lt;br /&gt;
#	Hans 	Johnson	;	University of Iowa&lt;br /&gt;
#	Tina	Kapur	;	Brigham and Women's Hospital&lt;br /&gt;
#	Ron	Kikinis	;	Brigham and Women's Hospital&lt;br /&gt;
#	Eun Young Regina	Kim	;	University of Iowa&lt;br /&gt;
# Sangyong Kim, Kohyoung Techonology&lt;br /&gt;
# Franklin King, Queen's University and Brigham and Women's Hospital&lt;br /&gt;
#	Ming	Li	;	Brigham and Women's Hospital&lt;br /&gt;
#	Ye	Li	;	Brigham and Women's Hospital&lt;br /&gt;
# Ruizhi Liao; Brigham and Women's Hospital&lt;br /&gt;
#	Julia	Lopinto	;	The University of Michigan&lt;br /&gt;
# Bill Lorensen; Noware&lt;br /&gt;
# Bradley Lowenkamp; Medical Science Computing&lt;br /&gt;
#	Lucie	 Macron	;	The University of Michigan&lt;br /&gt;
#	Artem	Mamonov	;	MGH Martinos&lt;br /&gt;
#	Andre 	Mastmeyer	;	University of Keil and Brigham and Women's Hospital&lt;br /&gt;
#	Alireza	Mehrtash	;	Brigham and Women's Hospital&lt;br /&gt;
#	James	Miller	;	GE Global Research&lt;br /&gt;
# Lauren O'Donnell; Brigham and Women's Hospital and Harvard Medical School&lt;br /&gt;
#	Jorge	 Onieva	;	Brigham and Women's Hospital&lt;br /&gt;
# Guillaume Pernelle; Imperial College London&lt;br /&gt;
#	Steve	Pieper	;	Isomics Inc.&lt;br /&gt;
#	Csaba	Pinter	;	Queens University&lt;br /&gt;
#	Adam	Rankin	;	Robarts Research Institute&lt;br /&gt;
#	James	Ross	;	Brigham and Women's Hospital&lt;br /&gt;
#	Raul	San Jose	;	Brigham and Women's Hospital&lt;br /&gt;
# Anuja Sharma; University of Utah&lt;br /&gt;
# Matthew Toews; Brigham and Women's Hospital&lt;br /&gt;
#	Junichi	Tokuda	;	Brigham and Women's Hospital&lt;br /&gt;
#	Bo	Wang	;	SCI Institute University of Utah&lt;br /&gt;
# William Wells; Brigham and Women's Hospital&lt;br /&gt;
# Alexander Yarmarkovich; Brigham and Women's Hospital&lt;/div&gt;</summary>
		<author><name>Blowekamp</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2015_Winter_Project_Week:VersorTransforms&amp;diff=88258</id>
		<title>2015 Winter Project Week:VersorTransforms</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2015_Winter_Project_Week:VersorTransforms&amp;diff=88258"/>
		<updated>2015-01-05T13:28:47Z</updated>

		<summary type="html">&lt;p&gt;Blowekamp: Created page with '__NOTOC__ &amp;lt;gallery&amp;gt; Image:PW-2015SLC.png|Projects List &amp;lt;/gallery&amp;gt;  ==Key Investigators==   ==Project Description== &amp;lt;div style=&amp;quot;margin: 20px;…'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-2015SLC.png|[[2015_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
*&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
*&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
*&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Blowekamp</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2015_Winter_Project_Week:RemoveITKv3Compatibility&amp;diff=88257</id>
		<title>2015 Winter Project Week:RemoveITKv3Compatibility</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2015_Winter_Project_Week:RemoveITKv3Compatibility&amp;diff=88257"/>
		<updated>2015-01-05T13:28:38Z</updated>

		<summary type="html">&lt;p&gt;Blowekamp: Created page with '__NOTOC__ &amp;lt;gallery&amp;gt; Image:PW-2015SLC.png|Projects List &amp;lt;/gallery&amp;gt;  ==Key Investigators==   ==Project Description== &amp;lt;div style=&amp;quot;margin: 20px;…'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-2015SLC.png|[[2015_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
*&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
*&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
*&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Blowekamp</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2015_Winter_Project_Week&amp;diff=88256</id>
		<title>2015 Winter Project Week</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2015_Winter_Project_Week&amp;diff=88256"/>
		<updated>2015-01-05T13:28:08Z</updated>

		<summary type="html">&lt;p&gt;Blowekamp: /* Infrastructure */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
[[image:PW-2015SLC.png|300px]]&lt;br /&gt;
&lt;br /&gt;
Welcome to the 20th Project week page! &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
Founded in 2005, the National Alliance for Medical Image Computing (NAMIC), was 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], built  using [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 event called Project Week. &lt;br /&gt;
&lt;br /&gt;
[[Engineering:Programming_Events|Project Week]] is a semi-annual event which draws 80-120 researchers. As of August 2014, it is a 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]. The next events in this ongoing series will occur in [http://wiki.na-mic.org/Wiki/index.php/2015_Winter_Project_Week Salt Lake City, Utah in January of 2015], followed by one in Boston, MA in June of 2015.&lt;br /&gt;
&lt;br /&gt;
A summary of all previous Project Events is available [[Project_Events#Past|here]].&lt;br /&gt;
&lt;br /&gt;
This project week is an event [[Post-NCBC-2014|endorsed]] by the MICCAI society.&lt;br /&gt;
&lt;br /&gt;
Please make sure that you are on the [http://public.kitware.com/mailman/listinfo/na-mic-project-week na-mic-project-week mailing list]&lt;br /&gt;
&lt;br /&gt;
== '''Logistics''' ==&lt;br /&gt;
*'''Dates:''' January 5-9, 2015.&lt;br /&gt;
*'''Location:''' Salt Lake City, Utah&lt;br /&gt;
*'''REGISTRATION:''' Please click [http://umarket.utah.edu/ecom/checkout.tpl?App_Type=0046&amp;amp;Item_Num=WPW2015 '''here'''] to register online before December 24, 2014. All participants must pay a registration fee 550 USD, which covers our catering and facilities costs.&lt;br /&gt;
*'''Venue:''' The venue for the meeting is the Marriott City Center, Salt Lake City, Utah. You can book online, by clicking [http://www.marriott.com/meeting-event-hotels/group-corporate-travel/groupCorp.mi?resLinkData=2015%20Winter%20Project%20Week^slccc%60namnama%60149%60USD%60false%601/4/15%601/10/15%6012/05/14&amp;amp;app=resvlink&amp;amp;stop_mobi=yes here.] The room rate for the meeting is 149 USD per night.&lt;br /&gt;
&lt;br /&gt;
== Agenda== &lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:#eeeeee; font-size:125%; color:#0063B6&amp;quot; align=&amp;quot;center&amp;quot; &lt;br /&gt;
| style=&amp;quot;width:5%&amp;quot;| '''Time'''&lt;br /&gt;
| style=&amp;quot;width:19%&amp;quot; | '''Monday, January 5''' &lt;br /&gt;
| style=&amp;quot;width:19%&amp;quot; | '''Tuesday, January 6'''&lt;br /&gt;
| style=&amp;quot;width:19%&amp;quot; | '''Wednesday, January 7''' &lt;br /&gt;
| style=&amp;quot;width:19%&amp;quot; | '''Thursday, January 8'''&lt;br /&gt;
| style=&amp;quot;width:19%&amp;quot; | '''Friday, January 9''' &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#eeeeee; color:black&amp;quot;|&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:#522200&amp;quot;| '''[[2015_Winter_Project_Week|Project Activities]] ''' &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Olympus B)''&amp;lt;/font&amp;gt;&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:#522200&amp;quot;| '''[[2015_Winter_Project_Week|Project Activities]] '''&amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Olympus B)''&amp;lt;/font&amp;gt;&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:#522200&amp;quot;| '''[[2015_Winter_Project_Week|Project Activities]] ''' &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Olympus B)''&amp;lt;/font&amp;gt;&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:#522200&amp;quot;| '''[[2015_Winter_Project_Week|Project Activities]] ''' &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Olympus B)''&amp;lt;/font&amp;gt;&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:#522200&amp;quot;| '''[[2015_Winter_Project_Week|Project Activities]] ''' &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Olympus B)''&amp;lt;/font&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#eeeeee; color:black&amp;quot;|'''7:30-8:00''' &lt;br /&gt;
| style=&amp;quot;background:#ffffff; color:black&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Breakfast &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#BB9933&amp;quot;&amp;gt;''(Olympus A)''&amp;lt;/font&amp;gt;&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Breakfast &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#BB9933&amp;quot;&amp;gt;''(Olympus A)''&amp;lt;/font&amp;gt;&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Breakfast &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#BB9933&amp;quot;&amp;gt;''(Olympus A)''&amp;lt;/font&amp;gt;&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Breakfast &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#BB9933&amp;quot;&amp;gt;''(Olympus A)''&amp;lt;/font&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#eeeeee; color:black&amp;quot;|'''8:00-10:00''' &lt;br /&gt;
| &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#9966cc&amp;quot;&amp;gt;&amp;lt;/font&amp;gt;&lt;br /&gt;
|9-10am: [[2015 Winter Project Week COPD Breakout|Breakout Session:COPD]] (Raul San Jose) &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Amethyst 1)''&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;  &lt;br /&gt;
|9-10am: [[2015 Winter Project Week QIICR and DICOM Breakout|Breakout Session:QIICR and DICOM]] (Andrey Fedorov, Steve Pieper) &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Amethyst 1)''&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;  &lt;br /&gt;
| '''[[2015_Winter_Project_Week|Project Activities]] ''' &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Olympus B)''&amp;lt;/font&amp;gt;&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:#522200&amp;quot;|[[2015_Winter_Project_Week|9am: Project Presentations]]&amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Olympus B)''&amp;lt;/font&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#eeeeee; color:black&amp;quot;|'''10:00-10:30'''&lt;br /&gt;
| style=&amp;quot;background:#ffffff; color:black&amp;quot;|&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Coffee &amp;lt;br&amp;gt;''(General area)''&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Coffee &amp;lt;br&amp;gt;''(General area)''&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Coffee &amp;lt;br&amp;gt;''(General area)''&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Coffee &amp;lt;br&amp;gt;''(General area)''&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#eeeeee; color:black&amp;quot;|'''10:30-12:00'''&lt;br /&gt;
| &lt;br /&gt;
|    &lt;br /&gt;
|  &lt;br /&gt;
|  [[2015_Winter_Project_Week|Project Activities]] ''' &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Olympus B)''&amp;lt;/font&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#eeeeee; color:black&amp;quot;|'''12:00-1:00'''  &lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Lunch &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#BB9933&amp;quot;&amp;gt;''(Olympus A)''&amp;lt;/font&amp;gt;&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Lunch &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#BB9933&amp;quot;&amp;gt;''(Olympus A)''&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt; &lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Lunch &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#BB9933&amp;quot;&amp;gt;''(Olympus A)''&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt; &lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Lunch &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#BB9933&amp;quot;&amp;gt;''(Olympus A)''&amp;lt;/font&amp;gt;&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Boxed Lunch and Adjourn &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#BB9933&amp;quot;&amp;gt;''(Olympus A)''&amp;lt;/font&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#eeeeee; color:black&amp;quot;|'''1:00-3:00'''&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:#522200&amp;quot;| [http://ferenc.jolesz.muchloved.com/frame.aspx? A tribute to Ferenc Jolesz] &amp;lt;br&amp;gt; [[2015_Winter_Project_Week|Project Presentations]]&amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Olympus B)''&amp;lt;/font&amp;gt; &lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:#522200&amp;quot;|&lt;br /&gt;
| &amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Olympus B)''&amp;lt;/font&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#eeeeee; color:black&amp;quot;|'''3:00-3:30''' &lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Coffee &amp;lt;br&amp;gt;''(General area)''&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Coffee &amp;lt;br&amp;gt;''(General area)''&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Coffee &amp;lt;br&amp;gt;''(General area)''&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Coffee &amp;lt;br&amp;gt;''(General area)''&lt;br /&gt;
| style=&amp;quot;background:#ffffff; color:black&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#eeeeee; color:black&amp;quot;|'''3:00-5:00''' &lt;br /&gt;
|&lt;br /&gt;
|3:15-4pm: [[2015_Winter_Project_Week_Segmentations_Breakout|Breakout Session: Segmentations]] &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Amethyst 1)'' &amp;lt;br&amp;gt; &amp;lt;!--[[2015_Winter_Project_Week|Project Activities]] ''' &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Olympus B)''&amp;lt;/font&amp;gt;--&amp;gt;&lt;br /&gt;
| style=&amp;quot;background:#ffffff; color:black&amp;quot;|&lt;br /&gt;
|[[2015_Winter_Project_Week|Project Activities]] ''' &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Olympus B)''&amp;lt;/font&amp;gt;&lt;br /&gt;
| style=&amp;quot;background:#ffffff; color:black&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#eeeeee; color:black&amp;quot;|'''05:00-07:00''' &lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;|&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;|&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;|&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;|'''6:00''' Optional: [http://www.murphysbarandgrillut.com/ Beer at Murphy's] (like last year)&lt;br /&gt;
| style=&amp;quot;background:#ffffff; color:black&amp;quot;| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Projects=&lt;br /&gt;
* [[2015_Project_Week:_Template | Template for project pages]]&lt;br /&gt;
&lt;br /&gt;
==Image-Guided Therapy==&lt;br /&gt;
* [[2015_Winter_Project_Week:_Neurosurgery_Case_Review| Review of data from recent AMIGO US/MR neurosurgery]] (Steve Pieper, Jim Miller, Alireza Mehrtash, Sandy Wells, Tina Kapur, Ron Kikinis)&lt;br /&gt;
* [[2015_Winter_Project_Week:_Benchtop_Nuerosurgery|Tracked ultrasound benchtop experimental system for neurosurgery]] (Steve Pieper, Jim Miller)&lt;br /&gt;
* [[User:Yli|Registration of pre-op and intra-op DTI to correlate parameters with post-op prognosis]] (Li Ye, Steve Pieper, Alireza Mehrtash, Lauren O'Donnell)&lt;br /&gt;
* [[New Distance|A new modified Frechet distance for measuring the similarity between fiber tracts]] (Ruizhi Liao, Lauren O'Donnell)&lt;br /&gt;
* [[UKF Edema|Performance of UKF tractography in edema]] (Ruizhi Liao, Lauren O'Donnell)&lt;br /&gt;
* [[ProstateSegmentation | Prostate segmentation and biopsy]] (Peter Behringer, Andriy Fedorov)&lt;br /&gt;
* [[NeedleFinder | Image-based Needle Detection from MRI]] (Andre Mastmeyer, Guillaume Pernelle, Tina Kapur, Steve Pieper, Ron Kikinis)&lt;br /&gt;
* [[Needle Finder Tutorial | Needle Finder Tutorial]] (Gao Yang, Andre Mastmeyer, Guillaume Pernelle, Tina Kapur)&lt;br /&gt;
*[[NeedlePlace | Workflow for percutaneous needle place]] (Bamshad Azizi, Li Ming, Li Ye, Kevin Cleary)&lt;br /&gt;
*[[VR Radiology | Application of consumer virtual reality devices in creating environments for diagnostic radiology]] (Franklin King, Steve Pieper)&lt;br /&gt;
*[[Distribution modeling | Summary statistics versus distributions: evaluating improved ability to detect clinical differences using DTI]] (Anuja Sharma, Guido Gerig)&lt;br /&gt;
&lt;br /&gt;
==Huntington's Disease==&lt;br /&gt;
* [[PREDICT-HD Longitudinal Shape Analysis | PREDICT-HD Longitudinal Shape Analysis]] (Regina EY Kim, James Fishbaugh, Hans Johnson)&lt;br /&gt;
&lt;br /&gt;
== COPD ==&lt;br /&gt;
* [[Slicer CIP | SlicerCIP Extension]] (Alex Yarmakovich, Jorge Onieva, Raul San Jose)&lt;br /&gt;
* [[Nodule Sizing | Lung nodule sizing tool]] (Raul San Jose)&lt;br /&gt;
* [[Density Inspector | Density Inspector]] (Alex Yarmakovich, Raul San Jose, Jorge Onieva)&lt;br /&gt;
* [[PA/A Tool | Pulmonary Artery/Aorta measuring tool]] (Jorge Onieva, Rola Harmouche, German Gonzalez)&lt;br /&gt;
* [[Picassa Snap | Picasa Snap: tagging your favorite slicer snapshots]] (Jorge Onieva)&lt;br /&gt;
* [[Feature Extraction with Particles | Feature Extraction on ROIs based on Particles]] (Raul San Jose, James Ross)&lt;br /&gt;
* [[ CIP and Nipype | CIP analysis pipelines in Nipype]] (Rola Harmouche, James Ross, Alex Yarmakovich)&lt;br /&gt;
* [[Supervised Fissure Enhancement | Supervised fissure enhancement]] (James Ross, German Gonzalez, Rola Harmouche)&lt;br /&gt;
* [[Organ Detection | Organ detection with OpenCV]] (German Gonzalez, James Ross, Raul San Jose)&lt;br /&gt;
== Lung ==&lt;br /&gt;
&lt;br /&gt;
*Small lung nodule differential diagnosis using 3D Slicer (Li Ming, Jay Jagadeesan)&lt;br /&gt;
&lt;br /&gt;
==[http://qiicr.org QIICR]==&lt;br /&gt;
* [[2015_Winter_Project_Week:_Multiframe_DICOM | Segmentation object and enhanced multiframe object IO in DCMTK and Slicer]] (Steve, Andrey, Michael)&lt;br /&gt;
* [[T1 mapping for variable flip angle | T1 mapping for variable flip angle]] (Artem, Xiao, Andrey)&lt;br /&gt;
* [[2015_Winter_Project_Week:_DICOM_representation_of_QIICR_Iowa_DBP_data|Representation of Iowa QIN data using DICOM]] (Andrey, Christian Bauer, Steve Pieper)&lt;br /&gt;
* [[Whole Body PET/CT Reference Region segmentation]] (Christian Bauer)&lt;br /&gt;
* [[2015_Winter_Project_Week:Bolus_Arrival_Time_Estimation_in_PK_Modelling|Bolus Arrival Time (BAT) Estimation in PK Modelling]] (Alireza Mehrtash, Andriy Fedorov, Jim Miller)&lt;br /&gt;
* [[2015_Winter_Project_Week:DICOM_Module_Improvements|DICOM Module Improvements]] (Alireza Mehrtash, Andriy Fedorov, Ron Kikinis, Steve Pieper)&lt;br /&gt;
* [[2015_Winter_Project_Week:Slice_View_Annotations|Slice View Annotations]] (Alireza Mehrtash, Andriy Fedorov, Steve Pieper)&lt;br /&gt;
&lt;br /&gt;
==Feature Extraction==&lt;br /&gt;
* [[3D_SIFT_VIEW| 3D SIFT Feature Visualization in Slicer]] (Matthew Toews, Steve Pieper, Nicole Aucoin, Andriy Fedorov, Raul San Jose, William Wells)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Slicer4 Extensions==&lt;br /&gt;
* [[PET Tumor Segmentation]] (Christian Bauer)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==TMJOA RO1 - Collaboration with NAMIC==&lt;br /&gt;
* Improved model display (Francois Boudin, Steve Pieper)&lt;br /&gt;
&lt;br /&gt;
==Infrastructure==&lt;br /&gt;
&lt;br /&gt;
* [[2015_Winter_Project_Week:SlicerMicroMacroScale | Micro and Macro Scale in Slicer]] (Nicole Aucoin, Bradley Lowenkamp)&lt;br /&gt;
* [[2015_Winter_Project_Week:Markups | Markups]] (Nicole Aucoin)&lt;br /&gt;
* [[2015_Winter_Project_Week:Segmentations|Segmentations]] (Csaba Pinter, ?)&lt;br /&gt;
* [[2015_Winter_Project_Week:DICOM_References|DICOM references]] (Andrey Fedorov, Csaba Pinter, Steve Pieper)&lt;br /&gt;
* [[2015_Winter_Project_Week:OpenAtlas|Open Atlas]] (Bill Lorensen)&lt;br /&gt;
* automatic indexing of CLI modules in Slicer's extension store for nice dashboards based on the [https://github.com/commontk/ctk-cli-indexer ctk-cli-indexer] (JC, maybe Hans Meine remotely)&lt;br /&gt;
* [[2015_Winter_Project_Week:RemoveITKv3Compatibility|Remove ITKv3 Compatibility for 64-bit image support]] (Bradley Lowekamp, Hans Johnson?, ?)&lt;br /&gt;
* [[2015_Winter_Project_Week:VersorTransforms|ITK Composed Versor Transform]] (Bradley Lowekamp, Hans Johnson?, ?)&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.  &lt;br /&gt;
&lt;br /&gt;
#	Nicole	Aucoin	;	Brigham and Women's Hospital&lt;br /&gt;
#	Bamshad	Azizi Koutenaei	;	Children's National Health System&lt;br /&gt;
#	Christian	Bauer	;	University of Iowa&lt;br /&gt;
#	Peter	Behringer	;	Brigham and Women's Hospital&lt;br /&gt;
#	Francois	Budin	;	UNC&lt;br /&gt;
# Byunghyun  Cho; Koh Young Technology Inc.&lt;br /&gt;
#	Xiao	Da	;	Athinoula A. Martinos Center for Biomedical Imaging&lt;br /&gt;
#	Andriy	Fedorov	;	Brigham and Women's Hospital&lt;br /&gt;
# JC Fillion-Robin; Kitware, Inc.&lt;br /&gt;
# James Fishbaugh; University of Utah&lt;br /&gt;
#	Yang 	Gao	;	Brigham and Women's Hospital&lt;br /&gt;
#	German	Gonzalez	;	Brigham and Women's Hospital&lt;br /&gt;
#	Rola	Harmouche	;	Brigham and Women's Hospital&lt;br /&gt;
#	Hans 	Johnson	;	University of Iowa&lt;br /&gt;
#	Tina	Kapur	;	Brigham and Women's Hospital&lt;br /&gt;
#	Ron	Kikinis	;	Brigham and Women's Hospital&lt;br /&gt;
#	Eun Young Regina	Kim	;	University of Iowa&lt;br /&gt;
# Sangyong Kim, Kohyoung Techonology&lt;br /&gt;
# Franklin King, Queen's University and Brigham and Women's Hospital&lt;br /&gt;
#	Ming	Li	;	Brigham and Women's Hospital&lt;br /&gt;
#	Ye	Li	;	Brigham and Women's Hospital&lt;br /&gt;
# Ruizhi Liao; Brigham and Women's Hospital&lt;br /&gt;
#	Julia	Lopinto	;	The University of Michigan&lt;br /&gt;
# Bill Lorensen; Noware&lt;br /&gt;
# Bradley Lowenkamp; Medical Science Computing&lt;br /&gt;
#	Lucie	 Macron	;	The University of Michigan&lt;br /&gt;
#	Artem	Mamonov	;	MGH Martinos&lt;br /&gt;
#	Andre 	Mastmeyer	;	University of Keil and Brigham and Women's Hospital&lt;br /&gt;
#	Alireza	Mehrtash	;	Brigham and Women's Hospital&lt;br /&gt;
#	James	Miller	;	GE Global Research&lt;br /&gt;
# Lauren O'Donnell; Brigham and Women's Hospital and Harvard Medical School&lt;br /&gt;
#	Jorge	 Onieva	;	Brigham and Women's Hospital&lt;br /&gt;
# Guillaume Pernelle; Imperial College London&lt;br /&gt;
#	Steve	Pieper	;	Isomics Inc.&lt;br /&gt;
#	Csaba	Pinter	;	Queens University&lt;br /&gt;
#	Adam	Rankin	;	Robarts Research Institute&lt;br /&gt;
#	James	Ross	;	Brigham and Women's Hospital&lt;br /&gt;
#	Raul	San Jose	;	Brigham and Women's Hospital&lt;br /&gt;
# Anuja Sharma; University of Utah&lt;br /&gt;
# Matthew Toews; Brigham and Women's Hospital&lt;br /&gt;
#	Junichi	Tokuda	;	Brigham and Women's Hospital&lt;br /&gt;
#	Bo	Wang	;	SCI Institute University of Utah&lt;br /&gt;
# William Wells; Brigham and Women's Hospital&lt;br /&gt;
# Alexander Yarmarkovich; Brigham and Women's Hospital&lt;/div&gt;</summary>
		<author><name>Blowekamp</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2014_Project_Week_Breakout_Session:_Slicer_for_users&amp;diff=86582</id>
		<title>2014 Project Week Breakout Session: Slicer for users</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2014_Project_Week_Breakout_Session:_Slicer_for_users&amp;diff=86582"/>
		<updated>2014-06-25T12:56:11Z</updated>

		<summary type="html">&lt;p&gt;Blowekamp: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; [[2014_Summer_Project_Week|Back to project week]]&lt;br /&gt;
&lt;br /&gt;
Wednesday, 11-12&lt;br /&gt;
&lt;br /&gt;
This will be an informal discussion of new features in 3D Slicer. Some of the extensions will be mentioned as well.&lt;br /&gt;
&lt;br /&gt;
*Improved handling of transforms including non-rigid (Alex Yarmakovic)&lt;br /&gt;
*Patient hierarchies and multi-objects (Csaba Pinter)&lt;br /&gt;
*Data Store&lt;br /&gt;
**Registration library (Dominik Meier)&lt;br /&gt;
***&amp;lt;small&amp;gt;brief overview over the Data Store access to the Registration Library&lt;br /&gt;
***example case, link to tutorial pages, screencasts, FAQ&lt;br /&gt;
***new support for nonlinear transforms and transform visualization&amp;lt;/small&amp;gt;&lt;br /&gt;
**Tutorial data sets&lt;br /&gt;
*Extensions:&lt;br /&gt;
**Slicer RT - Csaba Pinter&lt;br /&gt;
**IASEM ( Ion-Abrasion Scanning Electron Microscopy ) - Bradley Lowekamp&lt;br /&gt;
*** Data: http://placid.nlm.nih.gov/folder/286&lt;br /&gt;
**Carrera - Ivan Kolesov&lt;br /&gt;
**TCIABrowser - Alireza Mehrtash&lt;/div&gt;</summary>
		<author><name>Blowekamp</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2014_Project_Week_Breakout_Session:_Slicer_for_users&amp;diff=86519</id>
		<title>2014 Project Week Breakout Session: Slicer for users</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2014_Project_Week_Breakout_Session:_Slicer_for_users&amp;diff=86519"/>
		<updated>2014-06-24T14:20:52Z</updated>

		<summary type="html">&lt;p&gt;Blowekamp: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; [[2014_Summer_Project_Week|Back to project week]]&lt;br /&gt;
&lt;br /&gt;
Wednesday, 11-12&lt;br /&gt;
&lt;br /&gt;
This will be an informal discussion of new features in 3D Slicer. Some of the extensions will be mentioned as well.&lt;br /&gt;
&lt;br /&gt;
*Data Store&lt;br /&gt;
**Registration library&lt;br /&gt;
&lt;br /&gt;
*Extensions:&lt;br /&gt;
**Slicer RT&lt;br /&gt;
**IASEM - Bradley Lowekamp&lt;br /&gt;
**Carrera - Ivan Kolesov&lt;br /&gt;
**TCIA - Andrey Fedorov&lt;/div&gt;</summary>
		<author><name>Blowekamp</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2014_Summer_Project_Week&amp;diff=85816</id>
		<title>2014 Summer Project Week</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2014_Summer_Project_Week&amp;diff=85816"/>
		<updated>2014-06-17T18:11:24Z</updated>

		<summary type="html">&lt;p&gt;Blowekamp: /* Infrastructure */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
[[image:PW-MIT2014.png|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Dates: June 23-27, 2014.&lt;br /&gt;
&lt;br /&gt;
Location: MIT, Cambridge, MA.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Agenda==&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-style=&amp;quot;background:#b0d5e6;color:#02186f&amp;quot; &lt;br /&gt;
!style=&amp;quot;width:10%&amp;quot; |Time&lt;br /&gt;
!style=&amp;quot;width:18%&amp;quot; |Monday, June 23&lt;br /&gt;
!style=&amp;quot;width:18%&amp;quot; |Tuesday, June 24&lt;br /&gt;
!style=&amp;quot;width:18%&amp;quot; |Wednesday, June 25&lt;br /&gt;
!style=&amp;quot;width:18%&amp;quot; |Thursday, June 26&lt;br /&gt;
!style=&amp;quot;width:18%&amp;quot; |Friday, June 27&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|bgcolor=&amp;quot;#dbdbdb&amp;quot;|'''Project Presentations'''&lt;br /&gt;
|bgcolor=&amp;quot;#6494ec&amp;quot;|'''NA-MIC Update Day'''&lt;br /&gt;
|&lt;br /&gt;
|bgcolor=&amp;quot;#88aaae&amp;quot;|'''IGT Day'''&lt;br /&gt;
|bgcolor=&amp;quot;#faedb6&amp;quot;|'''Reporting Day'''&lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''8:30am'''&lt;br /&gt;
|&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Breakfast&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Breakfast&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Breakfast&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Breakfast&lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''9am-12pm'''&lt;br /&gt;
|&lt;br /&gt;
|'''10-11:30pm''' &amp;lt;font color=&amp;quot;#503020&amp;quot;&amp;gt;Breakout Session:'''&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;[[2014 Project Week Breakout Session: DICOM|DICOM]] (Steve Pieper)&lt;br /&gt;
[[MIT_Project_Week_Rooms|Grier Room (Left)]] &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
'''9:00-10:30am''' [[2014_Tutorial_Contest|Tutorial Contest Presentations (Sonia Pujol)]] &amp;lt;br&amp;gt;&lt;br /&gt;
[[MIT_Project_Week_Rooms#Grier_34-401_AB|Grier Rooms]]&lt;br /&gt;
&amp;lt;br&amp;gt;----------------------------------------&amp;lt;br&amp;gt;&lt;br /&gt;
'''10am-12pm: &amp;lt;font color=&amp;quot;#4020ff&amp;quot;&amp;gt;Breakout Session:'''&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;[[2014 Project Week Breakout Session: IGT Neuro|Image-Guided Therapy - Neurosurgery]] (Alexandra Golby, Tina Kapur) &amp;lt;br&amp;gt;&lt;br /&gt;
[[MIT_Project_Week_Rooms#Star|Star]]&lt;br /&gt;
|'''10am-12pm:''' [[#Projects|Project Progress Updates]] &amp;lt;br&amp;gt;&lt;br /&gt;
'''12pm''' [[Events:TutorialContestJune2014|Tutorial Contest Winner Announcement]]&lt;br /&gt;
[[MIT_Project_Week_Rooms#Grier_34-401_AB|Grier Rooms]]&lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''12pm-1pm'''&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Lunch &lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Lunch&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Lunch&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Lunch&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Lunch boxes; Adjourn by 1:30pm&lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''1pm-5:30pm'''&lt;br /&gt;
|'''1-1:05pm: &amp;lt;font color=&amp;quot;#503020&amp;quot;&amp;gt;Ron Kikinis: Welcome&amp;lt;/font&amp;gt;'''&lt;br /&gt;
[[MIT_Project_Week_Rooms#Grier_34-401_AB|Grier Rooms]]&lt;br /&gt;
&amp;lt;br&amp;gt;----------------------------------------&amp;lt;br&amp;gt;&lt;br /&gt;
'''1:05-3:30pm:''' [[#Projects|Project Introductions]] (all Project Leads)&lt;br /&gt;
[[MIT_Project_Week_Rooms#Grier_34-401_AB|Grier Rooms]]&lt;br /&gt;
&amp;lt;br&amp;gt;----------------------------------------&amp;lt;br&amp;gt;&lt;br /&gt;
'''3:30-4:30pm''' [[2014 Summer Project Week Breakout Session:SlicerExtensions|Slicer4 Extensions]] (Jean-Christophe Fillion-Robin)  &amp;lt;br&amp;gt;&lt;br /&gt;
[[MIT_Project_Week_Rooms#Grier_34-401_AB|Grier Room (Left)]]&lt;br /&gt;
|'''1-3pm:''' &amp;lt;font color=&amp;quot;#503020&amp;quot;&amp;gt;Breakout Session:'''&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;[[2014 Project Week Breakout Session: QIICR|QIICR]] (Andrey Fedorov)&lt;br /&gt;
[[MIT_Project_Week_Rooms#Kiva|Kiva]] &lt;br /&gt;
|'''1-2:30pm:''' &amp;lt;font color=&amp;quot;#503020&amp;quot;&amp;gt;Breakout Session:'''&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;[[2014 Project Week Breakout Session: Contours|Contours]] (Adam Rankin, Csaba Pinter)&lt;br /&gt;
TBD [[MIT_Project_Week_Rooms#Kiva|Kiva]] &lt;br /&gt;
|'''1-3pm:''' &amp;lt;font color=&amp;quot;#503020&amp;quot;&amp;gt;Breakout Session:'''&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;[[2014 Project Week Breakout Session: IGT Prostate|Image-Guided Therapy - Prostate Interventions]] (Clare Tempany, Noby Hata)&lt;br /&gt;
&amp;lt;br&amp;gt;----------------------------------------&amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''5:30pm'''&lt;br /&gt;
|bgcolor=&amp;quot;#f0e68b&amp;quot;|Adjourn for the day&lt;br /&gt;
|bgcolor=&amp;quot;#f0e68b&amp;quot;|Adjourn for the day&lt;br /&gt;
|bgcolor=&amp;quot;#f0e68b&amp;quot;|Adjourn for the day&lt;br /&gt;
|bgcolor=&amp;quot;#f0e68b&amp;quot;|Adjourn for the day&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== '''Background''' ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Project Week is a hands on activity -- programming using the open source [[NA-MIC-Kit|NA-MIC Kit]], algorithm design, and clinical application -- that has become one of the major events in the NA-MIC, NCIGT, and NAC calendars. It is held in the summer at MIT, typically the last week of June, and a shorter version is held in Salt Lake City in the winter, typically the second week of January.   &lt;br /&gt;
&lt;br /&gt;
Active preparation begins 6-8 weeks prior to the meeting, when a kick-off teleconference is hosted by the NA-MIC Engineering, Dissemination, and Leadership teams, the primary hosts of this event.  Invitations to this call are sent to all NA-MIC members, past attendees of the event, as well as any parties who have expressed an interest in working with NA-MIC. The main goal of the kick-off call is to get an idea of which groups/projects will be active at the upcoming event, and to ensure that there is sufficient NA-MIC coverage for all. Subsequent teleconferences allow the hosts to finalize the project teams, consolidate any common components, and identify topics that should be discussed in breakout sessions. In the final days leading upto the meeting, all project teams are asked to fill in a template page on this wiki that describes the objectives and plan of their projects.&lt;br /&gt;
&lt;br /&gt;
The event itself starts off with a short presentation by each project team, driven using their previously created description, and allows all participants to be acquainted with others who are doing similar work. In the rest of the week, about half the time is spent in breakout discussions on topics of common interest of subsets of the attendees, and the other half is spent in project teams, doing hands-on programming, algorithm design, or clinical application of NA-MIC kit tools.  The hands-on activities are done in 10-20 small teams of size 3-5, each with a mix of experts in NA-MIC kit software, algorithms, and clinical.  To facilitate this work, a large room is setup with several tables, with internet and power access, and each team gathers on a table with their individual laptops, connects to the internet to download their software and data, and is able to work on their projects.  On the last day of the event, a closing presentation session is held in which each project team presents a summary of what they accomplished during the week.&lt;br /&gt;
&lt;br /&gt;
A summary of all past NA-MIC Project Events is available [[Project_Events#Past|here]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Please make sure that you are on the [http://public.kitware.com/cgi-bin/mailman/listinfo/na-mic-project-week na-mic-project-week mailing list]&lt;br /&gt;
&lt;br /&gt;
=Projects=&lt;br /&gt;
* [[2014_Project_Week_Template | Template for project pages]]&lt;br /&gt;
&lt;br /&gt;
==TBI==&lt;br /&gt;
&lt;br /&gt;
==Atrial Fibrillation==&lt;br /&gt;
&lt;br /&gt;
==Huntington's Disease==&lt;br /&gt;
&lt;br /&gt;
==Head and Neck Cancer==&lt;br /&gt;
*[[2014_Summer_Project_Week:Interactive_DIR| Interactive DIR]] (Greg, Ivan)&lt;br /&gt;
*[[2014_Summer_Project_Week:DIR_validation_tools| DIR validation tools]] (Greg, Ivan)&lt;br /&gt;
*[[2014_Summer_Project_Week:Upload_HN_data| Upload H&amp;amp;N data]] (Greg, Paolo)&lt;br /&gt;
&lt;br /&gt;
==Slicer4 Extensions==&lt;br /&gt;
&lt;br /&gt;
*[[2014_Summer_Project_Week:Multidim Data| Multidim Data]] (Kevin Wang, Andras, ?)&lt;br /&gt;
*[[2014_Summer_Project_Week:DICOM-SRO import| DICOM-SRO import]] (Kevin Wang)&lt;br /&gt;
*[[2014_Summer_Project_Week:PLM_engineering| Plastimatch extension re-engineering]] (Greg Sharp)&lt;br /&gt;
&lt;br /&gt;
==Cardiac==&lt;br /&gt;
&lt;br /&gt;
==Stroke==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Brain Segmentation==&lt;br /&gt;
&lt;br /&gt;
==Image-Guided Therapy==&lt;br /&gt;
&lt;br /&gt;
* SlicerIGT extension: testing, tutorials, website (Tamas Ungi, Nobuhiko Hata)&lt;br /&gt;
* [[Gestural Point of Care Interface for IGT]] (Saskia, Franklin, Steve, Tobias)&lt;br /&gt;
*[[2014_Summer_Project_Week:MR-Ultrasound_Registration_for_Prostate_Interventions | MR-Ultrasound Registration for Prostate Interventions]] (Chenxi Zhang, Andriy Fedorov, Andras)&lt;br /&gt;
*[[2014_Summer_Project_Week:Surface_approximation_from_contour_points | Surface approximation from contour points]] (Chenxi Zhang, Csaba Pinter, Andrey Fedorov)&lt;br /&gt;
* Steered image registration using intelligent interfaces for minimal user interaction (Marcel Prastawa, Jim Miller, Steve Pieper)&lt;br /&gt;
* [[2014_Summer_Project_Week:Image To Mesh Conversion for Brain MRI | Image To Mesh Conversion for Brain MRI]] (Fotis Drakopoulos, Yixun Liu, Andrey Fedorov, Ron Kikinis, Nikos Chrisochoides)&lt;br /&gt;
* [[2014_Summer_Project_Week:An ITK implementation of Physics-Based Non-Rigid Registration method for Brain Shift | An ITK implementation of Physics-Based Non-Rigid Registration method for Brain Shift]] (Fotis Drakopoulos, Yixun Liu, Andriy Kot, Andrey Fedorov, Olivier Clatz, Ron Kikinis, Nikos Chrisochoides)&lt;br /&gt;
* [[2014_Summer_Project_Week:Robot_Control_With_OpenIGTLink | Robot Control With OpenIGTLink]]   ( Gregory Fischer(WPI), Nirav Patel(WPI), Nobuhiko Hata (BWH) )&lt;br /&gt;
* [[2014_Summer_Project_Week:Open_source_electromagnetic_trackers_usingOpenIGTLink| Open-source electromagnetic trackers using OpenIGTLink]] (Peter Traneus Anderson, Tina Kapur, Sonia Pujol)&lt;br /&gt;
&lt;br /&gt;
==Radiation Therapy==&lt;br /&gt;
*[[2014_Summer_Project_Week:External Beam Planning| External Beam Planning]] (Kevin Wang, Greg, Maxime Desplanques, ?)&lt;br /&gt;
&lt;br /&gt;
==Chronic Obstructive Pulmonary Disease ==&lt;br /&gt;
&lt;br /&gt;
==[http://qiicr.org QIICR]==&lt;br /&gt;
* Real world value mapping support (Andrey, Ethan, Andras, Steve, Jim, ...)&lt;br /&gt;
* [[2014_Summer_Project_Week: CLI Derived DICOM Data| Proper formatting of DICOM Derived Data from CLI]] (Steve, Andrey, Jim, {Michael and David remotely})&lt;br /&gt;
&lt;br /&gt;
==Infrastructure==&lt;br /&gt;
*Slicer 4.4 Release (JC, Steve, Nicole)&lt;br /&gt;
* [[2014_Summer_Project_Week: Chronicle| Chronicle]] (Steve)&lt;br /&gt;
* [[2014_Summer_Project_Week: Volume Registration|Volume Registration]] (Steve, Greg, Marcel, Jim)&lt;br /&gt;
* [[2014_Summer_Project_Week:Markups | Markups]] (Nicole Aucoin)&lt;br /&gt;
*Pluggable Label Statistics (Andrey , Ethan, Steve, Brad, Jim? Dirk?)&lt;br /&gt;
*[[2014_Summer_Project_Week:Subject_hierarchy_integration | Subject hierarchy integration]] (Csaba, Steve, Jc, Andras?, ?)&lt;br /&gt;
*[[2014_Summer_Project_Week:Contours | Contours]] (Adam Rankin, Csaba, Andras, Steve, Jc, ?)&lt;br /&gt;
*[[2014_Summer_Project_Week:Parameter Node Serialization | Parameter Node Serialization]] (Kevin Wang, Andras, Steve, Jim, Csaba, ?)&lt;br /&gt;
*[[2014_Summer_Project_Week:Self-tests for non-linear transforms | Self-tests for non-linear transforms]] (Xining Du)&lt;br /&gt;
&lt;br /&gt;
==Feature Extraction==&lt;br /&gt;
*Breast Tumor Segmentation and Heterogeneity Analysis (Vivek Narayan, Jay Jagadeesan)&lt;br /&gt;
*Quantitative image feature extraction in Non-Small Cell Lung Cancer  (Hugo Aerts)&lt;br /&gt;
*[[2014_Summer_Project_Week:Invariant_Feature_Extraction_Slicer | Invariant Feature Methods in Slicer]] (Matthew Toews, Sandy Wells)&lt;br /&gt;
&lt;br /&gt;
==Other==&lt;br /&gt;
*[[2014_Summer_Project_Week:Slicer_Murin_Shape_Analysis | Shape Analysis for the developing murine skull]] (Murat Maga, Ryan Young, Seattle Chidren's Hospital).&lt;br /&gt;
*[[2014_Summer_Project_Week:Slicer_LDDMM_Shape_Analysis | Slicer Interface to LDDMM shape anlaysis]] (Saurabh Jain, JHU; Steve Pieper, Isomics; Josh Cates, SCI, Utah; Hans Johnson, Iowa; Martin Styner, UNC)&lt;br /&gt;
*[[2014_Summer_Project_Week:Image_Registration_with_Sliding_Motion_Constraints | Image Registration with Sliding Motion Constraints]] (Alexander Derksen, Kanglin Chen, Gregory Sharp, Danielle Pace?)&lt;br /&gt;
*[[2014_Summer_Project_Week:Atlas Selection | Atlas Selection]] (Kanglin Chen, Gregory Sharp)&lt;br /&gt;
*[[2014_Summer_Project_Week:Multiscale_Non_Local_Means_filter_(NLM)_for_chest_CT_images | Multiscale Non Local Means filter (NLM) for chest CT images]] (Pietro Nardelli, University College Cork (UCC), Ireland)&lt;br /&gt;
&lt;br /&gt;
== '''Logistics''' ==&lt;br /&gt;
&lt;br /&gt;
*'''Dates:''' June 23-27, 2014.&lt;br /&gt;
*'''Location:''' [[MIT_Project_Week_Rooms| Stata Center / RLE MIT]]. &lt;br /&gt;
*'''REGISTRATION:''' https://www.regonline.com/namic2014summerprojectweek. Please note that  as you proceed to the checkout portion of the registration process, RegOnline will offer you a chance to opt into a free trial of ACTIVEAdvantage -- click on &amp;quot;No thanks&amp;quot; in order to finish your Project Week registration.&lt;br /&gt;
*'''Registration Fee:''' $300.&lt;br /&gt;
*'''Hotel:''' Similar to previous years, no rooms have been blocked in a particular hotel.&lt;br /&gt;
*'''Room sharing''': If interested, add your name to the list:  [[2014_Summer_Project_Week/RoomSharing|here]]&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.  ([https://www.regonline.com/namic2014summerprojectweek  Please click here to register.])&lt;br /&gt;
&lt;br /&gt;
#Hugo Aerts, Dana Farber/Harvard, hugo_aerts@dfci.harvard.edu&lt;br /&gt;
#Peter Anderson, retired, traneus@verizon.net&lt;br /&gt;
#Nicole Aucoin, Brigham &amp;amp; Women's Hospital, nicole@bwh.harvard.edu&lt;br /&gt;
#Eva Breininger, Brigham &amp;amp; Women's Hospital, ebreininger@partners.org&lt;br /&gt;
#Saskia Camps, SPL, saskiacamps@gmail.com&lt;br /&gt;
#Laurent Chauvin, SPL, lchauvin@bwh.harvard.edu&lt;br /&gt;
#Kanglin Chen, Fraunhofer MEVIS, kanglin.chen@mevis.fraunhofer.de&lt;br /&gt;
#Adrian Dalca, MIT CSAIL, adalca@mit.edu&lt;br /&gt;
#Alexander Derksen, Fraunhofer MEVIS, alexander.derksen@mevis.fraunhofer.de&lt;br /&gt;
#Fotis Drakopoulos, Old Dominion University, fdrakopo@gmail.com&lt;br /&gt;
#Andriy Fedorov, BWH, fedorov@bwh.harvard.edu&lt;br /&gt;
#Jean-Christophe Fillion-Robin, Kitware, jchris.fillionr@kitware.com&lt;br /&gt;
#Polina Golland, MIT CSAIL, polina@csail.mit.edu&lt;br /&gt;
#Saurabh Jain, Johns Hopkins University, saurabh@cis.jhu.edu&lt;br /&gt;
#Hans Johnson, University of Iowa, hans-johnson@uiowa.edu&lt;br /&gt;
#Jayashree Kalpathy-Cramer, MGH, kalpathy@nmr.mgh.harvard.edu&lt;br /&gt;
#Ron Kikinis, HMS, kikinis@bwh.harvard.edu&lt;br /&gt;
#Franklin King, Queen's University, franklin.king@queensu.ca&lt;br /&gt;
#Farukh Kohistani, BWH Radiology, kohistan@bc.edu&lt;br /&gt;
#Yangming Li, University of Washington, ymli81@uw.edu&lt;br /&gt;
#Siqi Liu, University of Sydney, sliu4512@uni.sydney.edu.au&lt;br /&gt;
#Bradley Lowekamp, National Institutes of Health, blowekamp@mail.nih.gov&lt;br /&gt;
#Murat Maga, Seattle Children's Research Institute, maga@uw.edu&lt;br /&gt;
#Katie Mastrogiacomo, SPL/BWH, kmast@bwh.harvard.edu&lt;br /&gt;
#Alireza Mehrtash, SPL/BWH, mehrtash@bwh.harvard.edu&lt;br /&gt;
#Jim Miller, GE Research, millerjv@ge.com&lt;br /&gt;
#Pietro Nardelli, University College Cork, pietro@bwh.harvard.edu&lt;br /&gt;
#Yangming Ou, MGH, yangming.ou@uphs.upenn.edu&lt;br /&gt;
#Danielle Pace, MIT CSAIL, dfpace@mit.edu&lt;br /&gt;
#Nirav Patel, WPI, napatel@wpi.edu&lt;br /&gt;
#Steve Pieper, Isomics Inc, pieper@isomics.com&lt;br /&gt;
#Csaba Pinter, Queen's University, csaba.pinter@queensu.ca&lt;br /&gt;
#Marcel Prastawa, GE Research, marcel.prastawa@ge.com&lt;br /&gt;
#Somia Pujol, Harvard Medical School, spujol@bwh.harvard.edu&lt;br /&gt;
#Adam Rankin, Queen's University, rankin@queensu.ca&lt;br /&gt;
#Ramesh Sridharan, MIT CSAIL, rameshvs@csail.mit.edu&lt;br /&gt;
#Ethan Ulrich, University of Iowa, ethan-ulrich@uiowa.edu&lt;br /&gt;
#Tamas Ungi, Queen's University, ungi@queensu.ca&lt;br /&gt;
#David Welch, University of Iowa, david-welch@uiowa.edu&lt;br /&gt;
#Alex Yarmarkovich, ISOMICS Inc., alexy@bwh.harvard.edu&lt;br /&gt;
#Ryan Young, Seattle Children's Research Institute, ryan.young@seattlechildrens.org&lt;br /&gt;
#Paolo Zaffino, University Magna Graecia of Catanzaro, p.zaffino@unicz.it&lt;br /&gt;
#Chenxi Zhang, Brigham &amp;amp; Women's Hospital, chenxizhang@fudan.edu.cn&lt;br /&gt;
#Fan Zhang, University of Sydney, fzha8048@uni.sydney.edu.au&lt;/div&gt;</summary>
		<author><name>Blowekamp</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2014_Project_Week:Modules_scripting&amp;diff=84650</id>
		<title>2014 Project Week:Modules scripting</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2014_Project_Week:Modules_scripting&amp;diff=84650"/>
		<updated>2014-01-08T20:27:34Z</updated>

		<summary type="html">&lt;p&gt;Blowekamp: /* Project Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Key Investigators==&lt;br /&gt;
* Iowa: David Welch&lt;br /&gt;
* NLM: Brad Lowekamp&lt;br /&gt;
* Iowa: Hans Johnson&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
Enhance the integration of SimpleITK with Slicer and expand the documentation for building modules from SimpleITK&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
* Enhance the interface for the existing &amp;quot;SimpleFilters&amp;quot; module to allow for label maps and image types to be better handled.&lt;br /&gt;
** [BRAD] Explain how the SimpleFilters module works&lt;br /&gt;
** [DAVE] Make outputs default to NOT overwriting the inputs&lt;br /&gt;
** [Brad] For binary image outputs, set them as labelmaps&lt;br /&gt;
&lt;br /&gt;
* Convert SimpleITK functions to user interface modules&lt;br /&gt;
** [DAVE] Create a SimpleITK function that histogram equalizes one image to another.  &amp;quot;outimage=histEQ(refImage,inputImage,numberOfBins)&amp;quot;&lt;br /&gt;
** [DAVE] Convert that simple function to a Slicer GUI interface&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Blowekamp</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2014_Winter_Project_Week&amp;diff=84617</id>
		<title>2014 Winter Project Week</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2014_Winter_Project_Week&amp;diff=84617"/>
		<updated>2014-01-08T13:50:10Z</updated>

		<summary type="html">&lt;p&gt;Blowekamp: /* Huntington's Disease */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; Back to [[Project Events]], [[AHM_2014]], [[Events]]&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;br /&gt;
[[image:PW-SLC2014.png|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Project Week is a hands on activity -- programming using the open source [[NA-MIC-Kit|NA-MIC Kit]], algorithm design, and clinical application -- that has become one of the major events in the NA-MIC, NCIGT, and NAC calendars. It is held in the summer at MIT, typically the last week of June, and a shorter version is held in Salt Lake City in the winter, typically the second week of January.   &lt;br /&gt;
&lt;br /&gt;
Active preparation begins 6-8 weeks prior to the meeting, when a kick-off teleconference is hosted by the NA-MIC Engineering, Dissemination, and Leadership teams, the primary hosts of this event.  Invitations to this call are sent to all NA-MIC members, past attendees of the event, as well as any parties who have expressed an interest in working with NA-MIC. The main goal of the kick-off call is to get an idea of which groups/projects will be active at the upcoming event, and to ensure that there is sufficient NA-MIC coverage for all. Subsequent teleconferences allow the hosts to finalize the project teams, consolidate any common components, and identify topics that should be discussed in breakout sessions. In the final days leading upto the meeting, all project teams are asked to fill in a template page on this wiki that describes the objectives and plan of their projects.&lt;br /&gt;
&lt;br /&gt;
The event itself starts off with a short presentation by each project team, driven using their previously created description, and allows all participants to be acquainted with others who are doing similar work. In the rest of the week, about half the time is spent in breakout discussions on topics of common interest of subsets of the attendees, and the other half is spent in project teams, doing hands-on programming, algorithm design, or clinical application of NA-MIC kit tools.  The hands-on activities are done in 10-20 small teams of size 3-5, each with a mix of experts in NA-MIC kit software, algorithms, and clinical.  To facilitate this work, a large room is setup with several tables, with internet and power access, and each team gathers on a table with their individual laptops, connects to the internet to download their software and data, and is able to work on their projects.  On the last day of the event, a closing presentation session is held in which each project team presents a summary of what they accomplished during the week.&lt;br /&gt;
&lt;br /&gt;
A summary of all past NA-MIC Project Events is available [[Project_Events#Past|here]].&lt;br /&gt;
= Dates.Venue.Registration =&lt;br /&gt;
&lt;br /&gt;
Please [[AHM_2014#Dates_Venue_Registration|click here for Dates, Venue, and Registration]] for this event.&lt;br /&gt;
&lt;br /&gt;
= [[AHM_2014#Agenda|'''AGENDA''']] and Project List=&lt;br /&gt;
&lt;br /&gt;
Please:&lt;br /&gt;
*  [[AHM_2014#Agenda|'''Click here for the agenda for AHM 2014 and Project Week''']].&lt;br /&gt;
*  [[#Projects|'''Click here to jump to Project list''']]&lt;br /&gt;
&lt;br /&gt;
=Background and Preparation=&lt;br /&gt;
&lt;br /&gt;
A summary of all past NA-MIC Project Events is available [[Project_Events#Past|here]].&lt;br /&gt;
&lt;br /&gt;
Please make sure that you are on the [http://public.kitware.com/cgi-bin/mailman/listinfo/na-mic-project-week na-mic-project-week mailing list]&lt;br /&gt;
&lt;br /&gt;
=Projects=&lt;br /&gt;
* [[2014_Project_Week_Template | Template for project pages]]&lt;br /&gt;
&lt;br /&gt;
==TBI==&lt;br /&gt;
*[[2014_Project_Week:TBIatrophy|Multimodal neuroimaging for the quantification of brain atrophy at six months following severe traumatic brain injury]] (Andrei Irimia, SY Matthew Goh, Carinna M. Torgerson, John D. Van Horn)&lt;br /&gt;
*[[2014_Project_Week:TBIdemyelination|Systematic evaluation of axonal demyelination subsequent to traumatic brain injury using structural T1- and T2-weighted magnetic resonance imaging]] (Andrei Irimia, SY Matthew Goh, Carinna M. Torgerson, John D. Van Horn)&lt;br /&gt;
*[[2014_Project_Week:BrainAging|Mapping the effect of traumatic brain injury upon white matter connections in the human brain using 3D Slicer]] (Andrei Irimia, John D. Van Horn)&lt;br /&gt;
*[[2014_Project_Week:LongitudinalDTI|Patient-specific longitudinal DTI analysis in traumatic brain injury]] (Anuja Sharma, Andrei Irimia, Bo Wang, John D. Van Horn, Martin Styner, Guido gerig)&lt;br /&gt;
*[[2014_Project_Week:TBISegmentation|Testing the interactive segmentation algorithm for traumatic brain injury]] (Bo Wang, Marcel Prastawa, Andrei Irimia, John D. Van Horn, Guido Gerig)&lt;br /&gt;
&lt;br /&gt;
==Atrial Fibrillation==&lt;br /&gt;
*[[2014_Project_Week:MRAFusionRegistration|DEMRI LA Segmentation via Image Fusion (MRA)]] (Salma, Josh, Alan)&lt;br /&gt;
*[[2014_Project_Week:LAFibrosisVisualizationModule|LA Fibrosis / Scar Visualization]] (Salma, Josh, Alan)&lt;br /&gt;
*[[2014_Project_Week:CARMADocumentation|CARMA Extension Documentation Project]] (Salma, Josh)&lt;br /&gt;
*[[2014_Project_Week:GraphCutsLASegmentationModule|LA Segmentation module using multi-column Graph Cuts]] (Gopal, Salma, Josh, Rob, Ross)&lt;br /&gt;
*[[2014_Project_Week:AblationSuccessRatePredictionUsingJointImageAndShapeAnalysis|Ablation Success Rate Prediction Using Joint Image And Shape Analysis]](Yi Gao, LiangJia Zhu, Josh Cates, Rob MacLeod, Sylvain Bouix, Ron Kikinis, Allen Tannenbaum)&lt;br /&gt;
*[[2014_Project_Week:GrowCutLevelSetLA|Grow cut, level set integration for interactive LA segmentation]] ( Liangjia Zhu, Ivan Kolesov, Yi Gao, Allen Tannenbaum)&lt;br /&gt;
&lt;br /&gt;
==Huntington's Disease==&lt;br /&gt;
*[[2014_Project_Week:DWIDispersion|DWI Dispersion &amp;amp; Compressed Sensing Conversions]] (Hans, CF, Peter Savadjiev, Kent, David)&lt;br /&gt;
*[[2014_Project_Week:Modules scripting|Slicer module scripting]] (David, Bradley Lowekamp)&lt;br /&gt;
*[[2014_Project_Week:DWIConverter|DWIConverter]] (Hans, Kent)&lt;br /&gt;
*[[2014_Project_Week:Slicer_Based_Surface_Template_Estimation|Slicer Based Surface Template Estimation]] (Saurabh Jain, Steve Pieper, Hans Johnson, Josh Cates)&lt;br /&gt;
*[[2014_Project_Week:HD_4DShapes|4D shape analysis: application to HD ]] (James Fishbaugh,Hans Johnson, Guido Gerig)&lt;br /&gt;
*[[2014_Project_Week:Shape_Registration_and_Regression|Shape registration and regression in Slicer4 ]] (James Fishbaugh,Hans Johnson, Guido Gerig)&lt;br /&gt;
*[[2014_Project_Week:WMQLExtension|WMQL implementation as a Slicer extension]] (Lichen Liang, Peter Savadjiev, Lauren O'Donnell, Steve Pieper)&lt;br /&gt;
&lt;br /&gt;
==Head and Neck Cancer==&lt;br /&gt;
*[[2014_Project_Week:DIR_validation|DIR Validation]] (Nadya and Greg)&lt;br /&gt;
*[[2014_Project_Week:Hybrid_bspline|Hybrid B Spline]] (Nadya, Greg, Steve)&lt;br /&gt;
*[[2014_Project_Week:CarreraSlice|Interactive Segmentation]] (Ivan, LiangJia, Nadya, Yi, Greg, Allen)&lt;br /&gt;
&lt;br /&gt;
==Slicer4 Extensions==&lt;br /&gt;
*[[2014_Project_Week:ShapePopulationViewer|Surface Visualization - ShapePopulationViewer]] (Alexis Girault, Francois Budin, Beatriz Panaigua, Martin Styner)&lt;br /&gt;
*[[2014_Project_Week:DTIAnalysisPipeline|DTI Analysis Pipeline as Slicer4 Extensions]] (Francois Budin, Martin Styner)&lt;br /&gt;
&lt;br /&gt;
==Cardiac==&lt;br /&gt;
*[[2014_Project_Week:CardiacStemCellMonitoring|Monitoring engrafted stem cells in cardiac tissue with time series manganese enhanced MRI]] (Karl Diedrich)&lt;br /&gt;
*[[2014_Project_Week:CardiacCongenitalSegmentation|Whole-heart segmentation of cardiac MR images in congenital heart defect cases]] (Danielle Pace, Polina Golland)&lt;br /&gt;
&lt;br /&gt;
==Stroke==&lt;br /&gt;
&lt;br /&gt;
*[[2014_Project_Week:Multi-Tissue_Stroke_Segmentation|Multi-Tissue Stroke Segmentation]] (Polina Binder, Ramesh Sridharan, Polina Golland)&lt;br /&gt;
*[[2014_Project_Week:Processing_Pipelines|Processing Pipelines]] (Ramesh Sridharan, Polina Golland)&lt;br /&gt;
&lt;br /&gt;
==Brain Segmentation==&lt;br /&gt;
*[[2014_Project_Week:MultiAtlas_MultiImage_Segmentation|Multi-Atlas based Multi-Image Segmentation]] (Minjeong Kim, Xiaofeng Liu, Jim Miller, Dinggang Shen)&lt;br /&gt;
&lt;br /&gt;
==Image-Guided Interventions==&lt;br /&gt;
*[[2014_Project_Week:OpenIGTLink| OpenIGTLink Interface: New data types and structures]] (Junichi Tokuda, Andras Lasso, Steve Piper, ???)&lt;br /&gt;
*[[2014_Project_Week:Ultrasound Visualization and Navigation in Neurosurgery|Ultrasound Visualization and Navigation in Neurosurgery]] (Matthew Toews, Alireza Mehrtash, Csaba Pinter, Andras Lasso, Steve Pieper, William M. Wells III)&lt;br /&gt;
*[[2014_Project_Week:PercutaneousApproachAnalysis| Percutaneous Approach Analysis]] (Atsushi Yamada, Junichi Tokuda, Koichiro Murakami)&lt;br /&gt;
*[[2014_Project_Week:EndoscopeConsole| Endoscope Console]] (Atsushi Yamada, Junichi Tokuda)&lt;br /&gt;
*[[2014_Project_Week:Statistical Shape Model for robotic spine surgery| Statistical Shape Model for robotic spine surgery]] (Marine Clogenson, ???)&lt;br /&gt;
*[[2014_Project_Week:ImmersiveVR| Immersive VR devices]] (Franklin King, Andras Lasso)&lt;br /&gt;
&lt;br /&gt;
==Radiation Therapy==&lt;br /&gt;
*[[2014_Project_Week:DICOM_RT|DICOM RT Export]] (Greg Sharp, Kevin Wang, others??)&lt;br /&gt;
*[[2014_Project_Week:DICOM_SRO|DICOM Spatial Registration Export]] (Greg Sharp, Kevin Wang, others??)&lt;br /&gt;
*[[2014_Project_Week:Registration_Evaluation|Interactive Registration and Evaluation]] (Kevin Wang, Steve Pieper, Greg Sharp)&lt;br /&gt;
*[[2014_Project_Week:External_Beam_Planning|External Beam Planning Visualization]] (Kevin Wang, Greg Sharp, Csaba Pinter)&lt;br /&gt;
&lt;br /&gt;
==TMJ-OA==&lt;br /&gt;
* [[2014_Winter_Project_Week:Constrain Fiducial along Suface|Constrain Fiducial along Suface]] (Vinicius Boen, Nicole Aucoin, Beatriz Paniagua)&lt;br /&gt;
* [[2014_Winter_Project_Week:Cropping Multiple Surfaces|Cropping multiple surfaces simultaneously]] (Alexander, Jc, Steve, Vinicius, Beatriz Paniagua)&lt;br /&gt;
* [[2014_Winter_Project_Week:Color Code Tables|Color Coded Tables]] (Vinicius Boen, Beatriz Paniagua, Nicole Aucoin, Steve Pieper, Francois Budin)&lt;br /&gt;
* [[2014_Winter_Project_Week:4DShape Analysis of mandibular changes|4DShape Analysis of mandibular changes]] (Vinicius Boen, James Fishbaugh, Guido Gerig)&lt;br /&gt;
&lt;br /&gt;
==Chronic Obstructive Pulmonary Disease ==&lt;br /&gt;
* [[2014_Winter_Project_Week:CIP Core|Chest Imaging Platform (CIP) - Core Infrastructure]] (Raul San Jose, Rola Harmouche, Pietro Nardelli, James Ross)&lt;br /&gt;
* [[2014_Winter_Project_Week:CIP Infrastructure Testing and SuperBuild|CIP Testing and SuperBuild]] (James Ross, Raul San Jose)&lt;br /&gt;
* [[2014_Winter_Project_Week:Slicer CIP Slicer MRML| Slicer CIP- MRML consolidation]] (Pietro Nardelli, Rola Harmouche,  James Ross, Raul San Jose)&lt;br /&gt;
* [[2014_Winter_Project_Week:Slicer CIP  Modules| Slicer CIP- Modules]] (Rola Harmouche, Pietro Nardelli, James Ross, Raul San Jose)&lt;br /&gt;
&lt;br /&gt;
==[http://qiicr.org QIICR]==&lt;br /&gt;
&lt;br /&gt;
*[[2014_Project_Week:4D_NIfTI_Multivolume|4D NIfTI Multivolume Support]] (Jayashree, Andrey, Jim, John)&lt;br /&gt;
*[[2014_Project_Week:RT_FormatConversions|RT and ITK Format Conversions]] (Jayashree, Andras, Csaba. John)&lt;br /&gt;
*[[2014_Project_Week:PkModeling_user_tool|User module for DCE modeling]] (Andrey, Jayashree, Jim, Alireza, Steve, Ron)&lt;br /&gt;
*[[2014_Project_Week:DICOM_enhanced_multiframe|DICOM enhanced multiframe object support]] (Andrey, Alireza, David Clunie, Jayashree, Steve, Reinhard, Jim, Rick Herrick)&lt;br /&gt;
*[[2014_Project_Week:Quantitative_Index_Computation|Quantitative Index Computation]] (Ethan Ulrich, Reinhard Beichel, Nicole, Andrey, Jim)&lt;br /&gt;
*[[2014_Project_Week:TCIA Browser Extension in Slicer|TCIA Browser Extension in Slicer]] (Alireza, Andrey, Steve, Ron)&lt;br /&gt;
*[[2014_Project_Week:Slicer DICOM Module Interface Redesign|Slicer DICOM Module Interface Redesign]] (Alireza, Andrey, Steve, Ron, Rick Herrick)&lt;br /&gt;
&lt;br /&gt;
==Infrastructure==&lt;br /&gt;
*[[2014_Project_Week:MRMLSceneSpeedUp|MRML Scene speed up]] (Jc, Andras Lasso)&lt;br /&gt;
*[[2014_Project_Week:MultidimensionalDataSupport|Multidimensional data support]] (Andras Lasso, Andriy Fedorov, Steve Pieper, JC, Kevin Wang, Rick Herrick)&lt;br /&gt;
*[[2014_Project_Week:MarkupsModule|Markups Module]] (Nicole Aucoin, Rick Herrick)&lt;br /&gt;
* [[2014_Winter_Project_Week:Logging|Logging (standardization, logging to file)]] (Andras Lasso, Nicole Aucoin, Steve Pieper, Jc, Csaba Pinter, ???, Rick Herrick)&lt;br /&gt;
*[[2014_Project_Week:CLI|CLI]] (Jim Miller, Matt McCormick, Nicole Aucoin, Steve Pieper, Jc)&lt;br /&gt;
* [[2014_Winter_Project_Week:Steered Registration|Steered Registration (LandmarkRegistration module)]] (Steve, Greg, Kevin, Vinicius, Marcel)&lt;br /&gt;
* [[2014_Winter_Project_Week:MRB Extension Dependencies|MRB Extension Dependencies]] (Steve, Jc, Jim, Nicole, Alex)&lt;br /&gt;
* [[2014_Winter_Project_Week:SubjectHierarchy|Subject hierarchy]] (Csaba Pinter, Andras Lasso, Steve Pieper, Jc, Jayashree, John, Alireza, Andrey)&lt;br /&gt;
* [[2014_Winter_Project_Week:IntegrationOfContourObject|Integration of Contour object]] (Csaba Pinter, Andras Lasso, Steve Pieper, ???)&lt;br /&gt;
* [[2014_Winter_Project_Week:NonlinearTransforms|Integration nonlinear transforms]] (Alex Yarmarkovich, Csaba Pinter, Andras Lasso, Steve Pieper, ???)&lt;br /&gt;
* [[2014_Winter_Project_Week:ParameterSerialization | JSON Parameter Serialization]] (Matt McCormick, Steve Pieper, Jim Miller)&lt;br /&gt;
* [[2014_Winter_Project_Week:XNATSlicerLink| 3DSlicer annotations in XNAT]] (Erwin Vast, Nicole Aucoin, Andrey Fedorov, Rick Herrick)&lt;br /&gt;
* [[2014_Winter_Project_Week:PlanarImage|Planar Images]] (Franklin King, Csaba Pinter, Andras Lasso)&lt;/div&gt;</summary>
		<author><name>Blowekamp</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=AHM2014-Simple-ITK&amp;diff=84593</id>
		<title>AHM2014-Simple-ITK</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=AHM2014-Simple-ITK&amp;diff=84593"/>
		<updated>2014-01-07T21:09:11Z</updated>

		<summary type="html">&lt;p&gt;Blowekamp: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; [[AHM_2013#Agenda|Back to AHM_2013 Agenda]]&lt;br /&gt;
* Time 4-5pm&lt;br /&gt;
** Solve your problems with SimpleITK&lt;br /&gt;
*** Q&amp;amp;A Help session&lt;br /&gt;
*** How do I do this?&lt;br /&gt;
** Design Review of Proposed Commands and Image Registration Interfaces for SimpleITK&lt;br /&gt;
*** Do these proposals meet your needs?&lt;br /&gt;
*** What other features do you need?&lt;br /&gt;
*** Review proposed Command call-back interference in IPython Notebook.&lt;br /&gt;
**** Get the notebook: [http://nbviewer.ipython.org/github/SimpleITK/SimpleITK-Notebooks/blob/STRAW/STRAW_Progress.ipynb viewer] [http://raw.github.com/SimpleITK/SimpleITK-Notebooks/STRAW/STRAW_Progress.ipynb github]&lt;br /&gt;
*** Review proposed image registration with the ImageRegistrationMethod in SimpleITK &lt;br /&gt;
**** Get the notebook: [http://nbviewer.ipython.org/github/SimpleITK/SimpleITK-Notebooks/blob/STRAW/STRAW_Registration.ipynb viewer] [http://raw.github.com/SimpleITK/SimpleITK-Notebooks/STRAW/STRAW_Registration.ipynb github]&lt;/div&gt;</summary>
		<author><name>Blowekamp</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=AHM2014-Simple-ITK&amp;diff=84592</id>
		<title>AHM2014-Simple-ITK</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=AHM2014-Simple-ITK&amp;diff=84592"/>
		<updated>2014-01-07T21:06:29Z</updated>

		<summary type="html">&lt;p&gt;Blowekamp: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; [[AHM_2013#Agenda|Back to AHM_2013 Agenda]]&lt;br /&gt;
* Time 4-5pm&lt;br /&gt;
** Solve your problems with SimpleITK&lt;br /&gt;
*** Q&amp;amp;A Help session&lt;br /&gt;
*** How do I do this?&lt;br /&gt;
** Design Review of Commands and Image Registration for SimpleITK&lt;br /&gt;
*** Do these proposals meet your needs?&lt;br /&gt;
*** What other features do you need?&lt;br /&gt;
*** Review proposed Command call-back interference in IPython Notebook.&lt;br /&gt;
**** Get the notebook: [http://nbviewer.ipython.org/github/SimpleITK/SimpleITK-Notebooks/blob/STRAW/STRAW_Progress.ipynb viewer] [http://raw.github.com/SimpleITK/SimpleITK-Notebooks/STRAW/STRAW_Progress.ipynb github]&lt;br /&gt;
*** Review proposed image registration with the ImageRegistrationMethod in SimpleITK &lt;br /&gt;
**** Get the notebook: [http://nbviewer.ipython.org/github/SimpleITK/SimpleITK-Notebooks/blob/STRAW/STRAW_Registration.ipynb viewer] [http://raw.github.com/SimpleITK/SimpleITK-Notebooks/STRAW/STRAW_Registration.ipynb github]&lt;/div&gt;</summary>
		<author><name>Blowekamp</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=AHM2014-Simple-ITK&amp;diff=84587</id>
		<title>AHM2014-Simple-ITK</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=AHM2014-Simple-ITK&amp;diff=84587"/>
		<updated>2014-01-07T18:44:22Z</updated>

		<summary type="html">&lt;p&gt;Blowekamp: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; [[AHM_2013#Agenda|Back to AHM_2013 Agenda]]&lt;br /&gt;
* Time 4-5pm&lt;br /&gt;
** Solve your problems with SimpleITK&lt;br /&gt;
*** Q&amp;amp;A Help session&lt;br /&gt;
*** How do I do this?&lt;br /&gt;
** Design Review of Commands and Image Registration for SimpleITK&lt;br /&gt;
*** Do these proposals meet your needs?&lt;br /&gt;
*** What other features do you need?&lt;br /&gt;
*** Review proposed Command call-back interference in IPython Notebook.&lt;br /&gt;
*** Review proposed image registration with the ImageRegistrationMethod in SimpleITK&lt;/div&gt;</summary>
		<author><name>Blowekamp</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=AHM2014-Simple-ITK&amp;diff=83919</id>
		<title>AHM2014-Simple-ITK</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=AHM2014-Simple-ITK&amp;diff=83919"/>
		<updated>2013-12-06T18:55:44Z</updated>

		<summary type="html">&lt;p&gt;Blowekamp: Created page with ' Back to AHM_2013 Agenda *Time 4-5pm * Overview In IPython Notebooks * What's New in SimpleITK ** ?Progress reporting ** ?PDE Registation ** ?Using SimpleITK …'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; [[AHM_2013#Agenda|Back to AHM_2013 Agenda]]&lt;br /&gt;
*Time 4-5pm&lt;br /&gt;
* Overview In IPython Notebooks&lt;br /&gt;
* What's New in SimpleITK&lt;br /&gt;
** ?Progress reporting&lt;br /&gt;
** ?PDE Registation&lt;br /&gt;
** ?Using SimpleITK in Slicer3D&lt;br /&gt;
* How do I do this?&lt;br /&gt;
** Solve your problems with SimpleITK&lt;br /&gt;
* What are important Feature to add to SimpleITK for Slicer3D?&lt;br /&gt;
** Wrap your own classes?&lt;br /&gt;
** What would you want to do with Registration from SimpleITK?&lt;br /&gt;
*** Specifics to drive interface design.&lt;/div&gt;</summary>
		<author><name>Blowekamp</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=AHM_2014&amp;diff=83918</id>
		<title>AHM 2014</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=AHM_2014&amp;diff=83918"/>
		<updated>2013-12-06T18:51:02Z</updated>

		<summary type="html">&lt;p&gt;Blowekamp: /* Agenda */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; Back to [[Events]]&lt;br /&gt;
[[image:PW-SLC2014.png|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Dates: January 6-10, 2014.&lt;br /&gt;
&lt;br /&gt;
Location: Salt Lake City, UT.&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
{| border=&amp;quot;00&amp;quot; cellpadding=&amp;quot;8&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; align=&amp;quot;left&amp;quot; | '''This is the home page for the 2014 NA-MIC all hands meeting (AHM).''' NA-MIC participants meet for a AHM once a year. The purpose of the AHM is to coordinate, discuss plans and report to NIH officers and the external advisory board (EAB). The external advisory board meets with the NA-MIC leadership immediately after the AHM. In parallel, NA-MIC is organizing a project week. These events, with the exception of the EAB meeting, are open to collaborators and potential collaborators.&lt;br /&gt;
&lt;br /&gt;
For more information about the project weeks in general, click [[Engineering:Programming_Events|'''here''']]. &lt;br /&gt;
&lt;br /&gt;
For information about the January 2014 project week, see below.&lt;br /&gt;
&lt;br /&gt;
For information about Utah as a travel destination click [http://www.utah.com '''here'''].&lt;br /&gt;
| style=&amp;quot;background: #ebeced&amp;quot;  align=&amp;quot;center&amp;quot;| [[Image:SLC.jpg|center|350px|View of the City]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background: #ebeced&amp;quot;|The 2014 AHM, EAB and Project Week will be held &amp;lt;br&amp;gt;'''January 6-10, 2014''', in '''Salt Lake City''', Utah.  &lt;br /&gt;
|}&lt;br /&gt;
== Dates, Venue, Registration ==&lt;br /&gt;
{|&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;width:60%&amp;quot;|&lt;br /&gt;
'''Dates:'''&lt;br /&gt;
* The All Hands Meeting and External Advisory Board Meeting will be held on '''Thursday, January 9th'''.  &lt;br /&gt;
* Project Activities will be held rest of the week between '''Monday, January 6th and Friday, January 10th'''.&lt;br /&gt;
&lt;br /&gt;
'''Registration:''' Please click [http://www.sci.utah.edu/namic2014.html '''here'''] to register online before '''January 2'''. All participants must pay a registration fee ('''$250''' for AHM only, and '''$550''' for AHM+Project Week), which covers our catering and facilities costs.  &lt;br /&gt;
After December 25 registration prices will increase by $100. Last call registrations after January 1st will be increased by $200. &lt;br /&gt;
&lt;br /&gt;
'''Venue:''' The venue for the meeting is the Marriott City Center, Salt Lake City, Utah. The room rate for the meeting is 149 USD  per night, and the code is &amp;quot;NA-MIC 2014 Conference.&amp;quot;  You can book online, by clicking [http://www.marriott.com/meeting-event-hotels/group-corporate-travel/groupCorp.mi?resLinkData=NA-MIC%202014%20Conference^SLCCC%60NACNACA%60149%60USD%60false%601/5/14%601/10/14%6012/06/13&amp;amp;app=resvlink&amp;amp;stop_mobi=yes here.] PLEASE NOTE THAT THE DEADLINE FOR BOOKING ROOMS AT THESE RATES IS DECEMBER 13th.&lt;br /&gt;
&lt;br /&gt;
== Agenda== &lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:#eeeeee; font-size:125%; color:#0063B6&amp;quot; align=&amp;quot;center&amp;quot; &lt;br /&gt;
| style=&amp;quot;width:5%&amp;quot;| '''Time'''&lt;br /&gt;
| style=&amp;quot;width:15%&amp;quot; | '''Monday, January 6''' &lt;br /&gt;
| style=&amp;quot;width:15%&amp;quot; | '''Tuesday, January 7'''&lt;br /&gt;
| style=&amp;quot;width:15%&amp;quot; | '''Wednesday, January 8''' &lt;br /&gt;
| style=&amp;quot;width:35%&amp;quot; | '''Thursday, January 9 '''&lt;br /&gt;
| style=&amp;quot;width:15%&amp;quot; | '''Friday, January 10''' &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#eeeeee; color:black&amp;quot;|&lt;br /&gt;
| style=&amp;quot;background:#ffffff; color:#522200&amp;quot;| '''[[2014_Winter_Project_Week|Project Activities]] ''' &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Capitol BC)''&amp;lt;/font&amp;gt;&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:#522200&amp;quot;| '''[[2014_Winter_Project_Week|Project Activities]] '''&amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Capitol BC)''&amp;lt;/font&amp;gt;&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:#522200&amp;quot;| '''[[2014_Winter_Project_Week|Project Activities]] ''' &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Capitol BC)''&amp;lt;/font&amp;gt;&lt;br /&gt;
| style=&amp;quot;background:#F2E5D3; color:#522200&amp;quot;| '''AHM''' &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Capitol ABC)''&amp;lt;/font&amp;gt;, '''[http://wiki.na-mic.org/Wiki/index.php/2014_EAB EAB]'''&amp;lt;br&amp;gt;[[2014_Winter_Project_Week|Project Activities]]&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:#522200&amp;quot;|'''[[2014_Winter_Project_Week|Project Activities]] ''' &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Capitol BC)''&amp;lt;/font&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#eeeeee; color:black&amp;quot;|'''7:30-8:00''' &lt;br /&gt;
| style=&amp;quot;background:#ffffff; color:black&amp;quot;| &lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Breakfast &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#BB9933&amp;quot;&amp;gt;''(Olympus A)''&amp;lt;/font&amp;gt;&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Breakfast &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#BB9933&amp;quot;&amp;gt;''(Olympus A)''&amp;lt;/font&amp;gt;&lt;br /&gt;
| style=&amp;quot;background:#F2E5D3; color:black&amp;quot;| Breakfast &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#BB9933&amp;quot;&amp;gt;''(Olympus A)''&amp;lt;/font&amp;gt;&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Breakfast &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#BB9933&amp;quot;&amp;gt;''(Olympus A)''&amp;lt;/font&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#eeeeee; color:black&amp;quot;|'''8:00-10:00''' &lt;br /&gt;
| &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#9966cc&amp;quot;&amp;gt;&amp;lt;/font&amp;gt;&lt;br /&gt;
|9-10am: [[2014 Winter Project Week DICOM Breakout|Breakout Session:DICOM]] (Steve Pieper) &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Capitol B)''&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;  &amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Amethyst)''&amp;lt;/font&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
| '''8-8:05am:''' Welcome (Ron Kikinis) &amp;lt;br&amp;gt;&lt;br /&gt;
'''8:05-8:15am:''' [[2014 How about the Future|How about the future?]] (Ron Kikinis) &amp;lt;br&amp;gt;&lt;br /&gt;
'''8:15-9:15am:''' [[AHM_2014_alg_core_presentations | Algorithms Core: Update and Future Plans]] &amp;lt;br&amp;gt; '''9:20-9:55am:''' Invited Speaker: Prof. Wiro Niessen, Erasmus MC. &amp;quot;Quantitative Imaging Biomarkers and Imaging Genetics in Neurodegenerative Disease&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:#522200&amp;quot;|[[2014_Winter_Project_Week|9am: Project Presentations]]&amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Capitol BC)''&amp;lt;/font&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#eeeeee; color:black&amp;quot;|'''10:00-10:30'''&lt;br /&gt;
| style=&amp;quot;background:#ffffff; color:black&amp;quot;|&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Coffee &amp;lt;br&amp;gt;''(General area)''&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Coffee &amp;lt;br&amp;gt;''(General area)''&lt;br /&gt;
| style=&amp;quot;background:#F2E5D3; color:black&amp;quot;| Coffee &amp;lt;br&amp;gt;''(General area)''&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Coffee &amp;lt;br&amp;gt;''(General area)''&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#eeeeee; color:black&amp;quot;|'''10:30-12:00'''&lt;br /&gt;
| &lt;br /&gt;
| &amp;lt;font color=&amp;quot;#9966cc&amp;quot;&amp;gt;Breakout Session: [[AHM2014-IGT|Image Guided Therapy]] &amp;lt;br&amp;gt; ''(Amethyst)''&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt; [[AHM2014-Robotics|Robotics]]&amp;lt;br&amp;gt; &amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Capitol A)''&amp;lt;/font&amp;gt;&lt;br /&gt;
|  [[2014 Winter Project Week DTI Tools Breakout|Breakout Session: DTI Tools]] (Martin Styner) &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Capitol B)''&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;  &amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Amethyst)''&amp;lt;/font&amp;gt;&lt;br /&gt;
| DBP Update and Future Plans&amp;lt;br&amp;gt; '''10:30-10:55am:''' TBI (Jack Van Horn, [[Media:NAMIC_AHM_2014_van_horn.pdf‎|Slides]]) &amp;lt;br&amp;gt; '''10:55-11:20am:''' Huntington's Disease (Hans Johnson, [[Media:20140110_IowaDBPProgress.pdf|Slides]]) &amp;lt;br&amp;gt; '''11:20-11:45am:''' Head and Neck Cancer (Greg Sharp, [[Media:NAMIC-AHM-2014-01-Sharp.pdf|Slides]])  &amp;lt;br&amp;gt; '''11:45-12:10pm:''' Atrial Fibrillation (Rob MacLeod, [[Media:DBP-AF-AHM2014.pdf|Slides]]) &amp;lt;br&amp;gt; '''&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#eeeeee; color:black&amp;quot;|'''12:00-1:00'''  &lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Lunch &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#BB9933&amp;quot;&amp;gt;''(Olympus A)''&amp;lt;/font&amp;gt;&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Lunch &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#BB9933&amp;quot;&amp;gt;''(Olympus A)''&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt; &lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Lunch &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#BB9933&amp;quot;&amp;gt;''(Olympus A)''&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt; &lt;br /&gt;
| style=&amp;quot;background:#F2E5D3; color:black&amp;quot;| Lunch &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#BB9933&amp;quot;&amp;gt;''(Olympus A)''&amp;lt;/font&amp;gt;&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Boxed Lunch and Adjourn &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#BB9933&amp;quot;&amp;gt;''(Olympus A)''&amp;lt;/font&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#eeeeee; color:black&amp;quot;|'''1:00-3:00'''&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:#522200&amp;quot;|[[2014_Winter_Project_Week|Project Presentations]]&amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Capitol BC)''&amp;lt;/font&amp;gt;&lt;br /&gt;
|   &amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Amethyst)''&amp;lt;/font&amp;gt;&lt;br /&gt;
|'''DBP Team Meetings''' &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Capitol A)''&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt; '''1-2pm:''' [[DBP MGH Head and Neck Cancer]] &amp;lt;br&amp;gt;'''2-3pm:''' [[DBP Utah Atrial Fibrillation]]&lt;br /&gt;
| &lt;br /&gt;
'''1:15-1:30pm:''' Collaboration R01: Quantification Of 3d Bony Changes In Temporomandibular Joint Osteoarthritis (Lucia Cevidanes, University of Michigan) &amp;lt;br&amp;gt;&lt;br /&gt;
'''1:30-2:15pm:'''  [[AHM2014-Engineering_Updates | Engineering Core: Updates and Future Plans]] &amp;lt;br&amp;gt; '''2:15-2:45pm:''' [[Media:AHM2014_TrainingCore_SoniaPujol.pdf  | Outreach ]] (Sonia Pujol, Steve Pieper) &amp;lt;br&amp;gt; &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#eeeeee; color:black&amp;quot;|'''3:00-3:30''' &lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Coffee &amp;lt;br&amp;gt;''(General area)''&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Coffee &amp;lt;br&amp;gt;''(General area)''&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;| Coffee &amp;lt;br&amp;gt;''(General area)''&lt;br /&gt;
| style=&amp;quot;background:#F2E5D3; color:black&amp;quot;| Coffee &amp;lt;br&amp;gt;''(General area)''&lt;br /&gt;
| style=&amp;quot;background:#ffffff; color:black&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#eeeeee; color:black&amp;quot;|'''3:00-5:00''' &lt;br /&gt;
|Breakout: TBD &amp;lt;br&amp;gt; &amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Capitol BC)''&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;Breakout: TBD &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Capitol A)''&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt; &amp;lt;br&amp;gt; &amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Amethyst)''&amp;lt;/font&amp;gt;&lt;br /&gt;
|3:15-4pm: Breakout Session: [[AHM2014-SubjectHierarchy|Subject Hierarchy]] &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Amethyst)'' &amp;lt;br&amp;gt; 4:15-5pm: [[AHM2014-Simple-ITK|SimpleITK Breakout Session]]&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt; Amethyst &amp;lt;br&amp;gt; &amp;lt;br&amp;gt; &amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Capitol A)''&amp;lt;/font&amp;gt;&lt;br /&gt;
|'''DBP Team Meetings''' &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#44AA88&amp;quot;&amp;gt;''(Capitol A)''&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt; '''3-4pm:''' [[DBP  UCLA Traumatic Brain Injury]] &amp;lt;br&amp;gt;'''4-5pm:''' [[DBP Iowa Huntington's Disease]]&lt;br /&gt;
|'''3-4pm''': [[2014_EAB|EAB meeting]] (Core, Site, and DBP PIs to join) &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#9966cc&amp;quot;&amp;gt;''(Olympus A)''&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt; '''4-5pm:''' EAB closed session  &amp;lt;br&amp;gt;&amp;lt;font color=&amp;quot;#9966cc&amp;quot;&amp;gt;''(Olympus A)''&amp;lt;/font&amp;gt;&lt;br /&gt;
| style=&amp;quot;background:#ffffff; color:black&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background:#eeeeee; color:black&amp;quot;|'''05:00-07:00''' &lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;|&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;|&lt;br /&gt;
| style=&amp;quot;background:#dbf3ff; color:black&amp;quot;|&lt;br /&gt;
| style=&amp;quot;background:#F2E5D3; color:black&amp;quot;|'''6:00''' Optional: [http://www.murphysbarandgrillut.com/ Beer at Murphy's] (like last year)&lt;br /&gt;
| style=&amp;quot;background:#ffffff; color:black&amp;quot;| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''General Announcements:'''&lt;br /&gt;
&lt;br /&gt;
**Will be added here&lt;br /&gt;
&lt;br /&gt;
==Registered Attendees==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;'''NOTE:'''&amp;lt;/big&amp;gt; &amp;lt;font color=&amp;quot;maroon&amp;quot;&amp;gt;The registered attendee list will be posted here by the organizers.  '''DO NOT''' add your name to this list yourself.&amp;lt;/font&amp;gt;  To register, please click [http://www.sci.utah.edu/namic2014-registration.html here].&lt;/div&gt;</summary>
		<author><name>Blowekamp</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2013_Summer_Project_Week&amp;diff=82652</id>
		<title>2013 Summer Project Week</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2013_Summer_Project_Week&amp;diff=82652"/>
		<updated>2013-06-21T13:36:15Z</updated>

		<summary type="html">&lt;p&gt;Blowekamp: /* Infrastructure */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; Back to [[Events]]&lt;br /&gt;
[[image:PW-MIT2013.png|300px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;800px&amp;quot; heights=&amp;quot;300px&amp;quot; perrow=&amp;quot;1&amp;quot; caption=&amp;quot;Lunch in the Amphitheater at Stata, June 20 2013&amp;quot;&amp;gt;&lt;br /&gt;
Image:Lunch at Project week IMG 0367.JPG|Shade was a popular commodity&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Dates: June 17-21, 2013.&lt;br /&gt;
&lt;br /&gt;
Location: MIT, Cambridge, MA.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Agenda==&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-style=&amp;quot;background:#b0d5e6;color:#02186f&amp;quot; &lt;br /&gt;
!style=&amp;quot;width:10%&amp;quot; |Time&lt;br /&gt;
!style=&amp;quot;width:18%&amp;quot; |Monday, June 17&lt;br /&gt;
!style=&amp;quot;width:18%&amp;quot; |Tuesday, June 18&lt;br /&gt;
!style=&amp;quot;width:18%&amp;quot; |Wednesday, June 19&lt;br /&gt;
!style=&amp;quot;width:18%&amp;quot; |Thursday, June 20&lt;br /&gt;
!style=&amp;quot;width:18%&amp;quot; |Friday, June 21&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|bgcolor=&amp;quot;#dbdbdb&amp;quot;|'''Project Presentations'''&lt;br /&gt;
|bgcolor=&amp;quot;#6494ec&amp;quot;|'''NA-MIC Update Day'''&lt;br /&gt;
|&lt;br /&gt;
|bgcolor=&amp;quot;#88aaae&amp;quot;|'''IGT and RT Day'''&lt;br /&gt;
|bgcolor=&amp;quot;#faedb6&amp;quot;|'''Reporting Day'''&lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''8:30am'''&lt;br /&gt;
|&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Breakfast&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Breakfast&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Breakfast&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Breakfast&lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''9am-12pm'''&lt;br /&gt;
|&lt;br /&gt;
|'''10-11am''' [[2013 Project Week Breakout Session:Slicer4Python|Slicer4 Python Modules, Testing, Q&amp;amp;A]] (Steve Pieper) &amp;lt;br&amp;gt;&lt;br /&gt;
[[MIT_Project_Week_Rooms|Grier Room (Left)]] &lt;br /&gt;
|'''9:30-11pm: &amp;lt;font color=&amp;quot;#4020ff&amp;quot;&amp;gt;Breakout Session:'''&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt; [[2013 Project Week Breakout Session: SimpleITK|Slicer and SimpleITK]] (Hans Johnson, Brad Lowekamp)&lt;br /&gt;
[[MIT_Project_Week_Rooms#32-D507|32-D507]]&lt;br /&gt;
|&lt;br /&gt;
'''9:30-10:30am''' [[2013_Tutorial_Contest|Tutorial Contest Presentations]] &amp;lt;br&amp;gt;&lt;br /&gt;
[[MIT_Project_Week_Rooms#Grier_34-401_AB|Grier Rooms]]&lt;br /&gt;
&amp;lt;br&amp;gt;----------------------------------------&amp;lt;br&amp;gt;&lt;br /&gt;
'''10am-12pm: &amp;lt;font color=&amp;quot;#4020ff&amp;quot;&amp;gt;Breakout Session:'''&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;[[2013 Project Week Breakout Session: IGT|Image-Guided Therapy]] (Tina Kapur)&lt;br /&gt;
[[MIT_Project_Week_Rooms#32-D407|32-D407]]&lt;br /&gt;
|'''10am-12pm:''' [[#Projects|Project Progress Updates]] &amp;lt;br&amp;gt;&lt;br /&gt;
'''12pm''' [[Events:TutorialContestJune2013|Tutorial Contest Winner Announcement]]&lt;br /&gt;
[[MIT_Project_Week_Rooms#Grier_34-401_AB|Grier Rooms]]&lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''12pm-1pm'''&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Lunch&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Lunch&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Lunch&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|[http://www.na-mic.org/Wiki/index.php/File:NamicToAmphi.png Lunch in Outdoor Amphitheather!]&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Lunch boxes; Adjourn by 1:30pm&lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''1pm-5:30pm'''&lt;br /&gt;
|'''1-1:05pm: &amp;lt;font color=&amp;quot;#503020&amp;quot;&amp;gt;Ron Kikinis: Welcome&amp;lt;/font&amp;gt;'''&lt;br /&gt;
[[MIT_Project_Week_Rooms#Grier_34-401_AB|Grier Rooms]]&lt;br /&gt;
&amp;lt;br&amp;gt;----------------------------------------&amp;lt;br&amp;gt;&lt;br /&gt;
'''1:05-3:30pm:''' [[#Projects|Project Introductions]] (all Project Leads)&lt;br /&gt;
[[MIT_Project_Week_Rooms#Grier_34-401_AB|Grier Rooms]]&lt;br /&gt;
&amp;lt;br&amp;gt;----------------------------------------&amp;lt;br&amp;gt;&lt;br /&gt;
'''3:30-4:30pm''' [[2013 Summer Project Week Breakout Session:SlicerExtensions|Slicer4 Extensions]] (Jean-Christophe Fillion-Robin)  &amp;lt;br&amp;gt;&lt;br /&gt;
[[MIT_Project_Week_Rooms#Grier_34-401_AB|Grier Room (Left)]]&lt;br /&gt;
|'''1-3pm:''' [[Renewal-06-2013|NA-MIC Renewal]] &amp;lt;br&amp;gt;PIs &amp;lt;br&amp;gt;Closed Door Session with Ron&lt;br /&gt;
[[MIT_Project_Week_Rooms#32-D407|32-262]] &lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;br&amp;gt;----------------------------------------&amp;lt;br&amp;gt;'''3-5:30pm: &amp;lt;font color=&amp;quot;#4020ff&amp;quot;&amp;gt;Breakout Session:'''&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt; [[2013 Summer Project Week Breakout Session:RT|Radiation Therapy]] (Greg, Csaba)&lt;br /&gt;
[[MIT_Project_Week_Rooms#32-D407|32-D407]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''5:30pm'''&lt;br /&gt;
|bgcolor=&amp;quot;#f0e68b&amp;quot;|Adjourn for the day&lt;br /&gt;
|bgcolor=&amp;quot;#f0e68b&amp;quot;|Adjourn for the day&lt;br /&gt;
|bgcolor=&amp;quot;#f0e68b&amp;quot;|Adjourn for the day&lt;br /&gt;
|bgcolor=&amp;quot;#f0e68b&amp;quot;|Adjourn for the day&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== '''Projects''' ==&lt;br /&gt;
&lt;br /&gt;
Please use [http://wiki.na-mic.org/Wiki/index.php/Project_Week/Template this template] to create wiki pages for your project. Then link the page here with a list of key personnel. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Some Stats==&lt;br /&gt;
73 Projects, 104 Attendees.  First time attendees 25.&lt;br /&gt;
&lt;br /&gt;
===Huntington's Disease===&lt;br /&gt;
* [[Learn and Apply FiberBundleLabelSelect for Huntington's Disease Data]] (Hans, Demian)&lt;br /&gt;
* [[Investigate Potential Tensor Computation Improvement via Positive Semi-Definite (PSD) Tensor Estimation]] (Hans)&lt;br /&gt;
* [[2013_Summer_Project_Week:SinglePrecisionRegistrationITK| Single Precision Registration]] (Hans, Brad Lowekamp, Dave, Ali Ghayoor)&lt;br /&gt;
* [[Dynamically Configurable Quality Assurance Module for Large Huntington's Disease Database Frontend]] (Dave)&lt;br /&gt;
* [[DWIConvert]] (Dave, Kent Williams)&lt;br /&gt;
* [[Enhance and update SPL atlas]] (Dave, Hans)&lt;br /&gt;
* [[Linear Mixed-effects shape model to explore Huntington's Disease Data]] (Manasi, Dave, Josh, Hans, Ross)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- If it applies, update the project count reported below and at the top of the page --&amp;gt;&lt;br /&gt;
7 projects&lt;br /&gt;
&lt;br /&gt;
===Traumatic Brain Injury===&lt;br /&gt;
* [[Visualization and quantification of peri-contusional white matter bundles in traumatic brain injury using diffusion tensor imaging]] (Andrei Irimia, Micah Chambers, Ron Kikinis, Jack van Horn)&lt;br /&gt;
* [[Clinically oriented assessment of local changes in the properties of white matter affected by intra-cranial hemorrhage]] (Andrei Irimia, Micah Chambers, Ron Kikinis, Jack van Horn)&lt;br /&gt;
* [[Validation and testing of 3D Slicer modules implementing the Utah segmentation algorithm for traumatic brain injury]] (Bo Wang, Marcel Prastawa, Andrei Irimia, Micah Chambers, Guido Gerig, Jack van Horn)&lt;br /&gt;
* [[Exploring multi-modal registration for improved longitudinal modeling of patient-specific 4D DTI data]] (Anuja Sharma, Bo Wang, Andrei Irimia, Micah Chambers, Guido Gerig, Jack van Horn)&lt;br /&gt;
* [[2013_Summer_Project_Week: A Portable Ultrasound Device for Intracranial Hemorrhage Detection|A Portable Ultrasound Device for Intracranial Hemorrhage Detection]] (Jason White, Vicki Noble, Kirby Vosburgh)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- If it applies, update the project count reported below and at the top of the page --&amp;gt;&lt;br /&gt;
5 projects&lt;br /&gt;
&lt;br /&gt;
===Atrial Fibrillation and Cardiac Image Analysis===&lt;br /&gt;
* [[2013_Summer_Project_Week:Fibrosis_analysis|Fibrosis distribution analysis]] (Yi Gao, LiangJia Zhu, Josh Cates, Rob MacLeod, Sylvain Bouix, Ron Kikinis, Allen Tannenbaum)&lt;br /&gt;
* [[2013_Summer_Project_Week:SegmentationAidedRegistration|Segmentation Aided Registration]] (Yi Gao, LiangJia Zhu, Josh Cates, Rob MacLeod, Sylvain Bouix, Ron Kikinis, Allen Tannenbaum)&lt;br /&gt;
* [[2013_Summer_Project_Week:CARMA_workflow_wizard|Cardiac MRI Toolkit LA segmentation and enhancement quantification workflow wizard]] (Salma Bengali, Alan Morris, Brian Zenger, Josh Cates, Rob MacLeod)&lt;br /&gt;
* [[2013_Summer_Project_Week:CARMA_Documentataion|Cardiac MRI Toolkit Documentation Project]] (Salma Bengali, Alan Morris, Brian Zenger, Josh Cates, Rob MacLeod)&lt;br /&gt;
* [[2013_Summer_Project_Week:CARMA_Visualization|LA model visualization]] (Salma Bengali, Alan Morris, Josh Cates, Rob MacLeod)&lt;br /&gt;
* [[2013_Summer_Project_Week:CARMA_AutoLASeg|Cardiac MRI Toolkit: Automatic LA Segmentation with Graph Cuts Module]] (Salma Bengali, Alan Morris, Josh Cates, Gopal, Ross Whitaker, Rob MacLeod)&lt;br /&gt;
* [[2013_Summer_Project_Week:Sobolev_Segmenter|Medical Volume Segmentation Using Sobolev Active Contours]] (Arie Nakhmani, Yi Gao, LiangJia Zhu, Rob MacLeod, Josh Cates, Ron Kikinis, Allen Tannenbaum)&lt;br /&gt;
* [[2013_Summer_Project_Week:Left_Ventricle_Motion_Analysis_using_Tagged_MRI|Left Ventricle Motion Analysis using Tagged MRI]] (Yang Yu, Shaoting Zhang, Dimitris Metaxas)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- If it applies, update the project count reported below and at the top of the page --&amp;gt;&lt;br /&gt;
8 projects&lt;br /&gt;
&lt;br /&gt;
===Radiation Therapy===&lt;br /&gt;
* [[2013_Summer_Project_Week:Landmark_Registration| Landmark Registration]] (Steve, Nadya, Greg, Paolo, Erol)&lt;br /&gt;
* [[2013_Summer_Project_Week:Slicer_RT:_DICOM-RT_Export | SlicerRT: Dicom-RT Export]] (Greg Sharp, Kevin Wang, Csaba Pinter)&lt;br /&gt;
* [[2013_Summer_Project_Week:Proton_dose_calculation | Proton dose calculation]]  (Greg Sharp, Kevin Wang, Maxime Desplanques)&lt;br /&gt;
* [[2013_Summer_Project_Week:Deformable_registration_validation_toolkit | Deformable registration validation toolkit]] (Greg Sharp, Kevin Wang, Andrey Fedorov)&lt;br /&gt;
* [[2013_Summer_Project_Week:Deformable_transforms | Deformable transform handling in Transforms module]] (Csaba Pinter, Alex Yarmarkovich, Andras Lasso)&lt;br /&gt;
* [[2013_Summer_Project_Week:Brachy_HDR_Ultrasound | Creating DICOM series from ultrasound for prostate HDR brachytherapy]] (Adam Rankin)&lt;br /&gt;
* [[Analysis of different atlas-based segmentation techniques for parotid glands]] (Karl Fritscher, Christian Wachinger,  Greg Sharp, Matthew Brennan)&lt;br /&gt;
* [[2013_Summer_Project_Week:Prostate_radiotherapy_DICOM_communication|DICOM communication between Slicer and Oncentra Prostate radiation therapy planning system]] (Andrey Fedorov, Csaba Pinter, Emily Neubauer-Sugar, Alireza Mehrtash)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- If it applies, update the project count reported below and at the top of the page --&amp;gt;&lt;br /&gt;
8 projects&lt;br /&gt;
&lt;br /&gt;
===IGT and Device Integration with Slicer===&lt;br /&gt;
* [[2013_Summer_Project_Week:TractAtlasCluster| Tract Atlas and Clustering for Neurosurgery]] (Lauren O'Donnell)&lt;br /&gt;
* [[2013_Summer_Project_Week:SlicerIGT_Extension| SlicerIGT extension]] (Tamas Ungi, Junichi Tokuda, Laurent Chauvin)&lt;br /&gt;
* [[2013_Summer_Project_Week:Ultrasound_Calibration| Ultrasound Calibration]] (Matthew Toews, Daniel Kostro, William Wells, Stephen Aylward, Isaiah Norton, Tamas Ungi)&lt;br /&gt;
* [[2013_Summer_Project_Week:Ultrasound_Needle_Detection| Ultrasound Needle Detection]] (Alireza Mehrtash, Daniel Kostro, Matthew Toews, Tamas Ungi, William Wells, Tina Kapur)&lt;br /&gt;
* [[2013_Summer_Project_Week:Liver_Trajectory_Management| Liver Trajectory Management]] (Laurent Chauvin, Junichi Tokuda)&lt;br /&gt;
* [[2013_Summer_Project_Week:LabelMapStatistics| Label map statistics]] (Laurent Chauvin, Csaba Pinter)&lt;br /&gt;
* [[2013_Summer_Project_Week:PerkTutorExtension| Perk Tutor Extension]] (Matthew Holden, Tamas Ungi)&lt;br /&gt;
* [[2013_Summer_Project_Week:Open_source_electromagnetic_trackers_using_OpenIGTLink| Open-source electromagnetic trackers using OpenIGTLink]] (Peter Traneus Anderson, Tina Kapur, Sonia Pujol)&lt;br /&gt;
* [[2013_Summer_Project_Week:3D_prostate_segmentation_of_Ultrasound_image| Segmentation of Prostate Gland from 3D US for Prostate Interventions]] (Xu Li, Andriy Fedorov, Tina Kapur, William Wells)&lt;br /&gt;
* [[2013_Summer_Project_Week:3D_prostate_registration_of_Ultrasound_image_using_MRI| Registration of an MRI delineated image of the Prostate Gland ot a 3D US for Prostate Interventions]] (Demian Wassermann, Andriy Fedorov, Tina Kapur, William Wells)&lt;br /&gt;
* [[2013_Summer_Project_Week:ProstateBRP| MRI-guided robotic prostate interventinos]] (Junichi Tokuda, Greg Fischer, Nirav Patel, Nobuhiko Hata, Clare Tempnay)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- If it applies, update the project count reported below and at the top of the page --&amp;gt;&lt;br /&gt;
12 projects&lt;br /&gt;
&lt;br /&gt;
===Chronic Obstructive Pulmonary Disease===&lt;br /&gt;
* [[2013_Summer_Project_Week:Airway_Inspector_Porting | Porting Airway Inspector to Slicer 4]] (Raul San Jose, Demian Wassermann, Rola Harmouche)&lt;br /&gt;
* [[2013_Summer_Project_Week:MRML_Infrastructure_Airway_Inspector | Airway Inspector: Slicer Extension and MRML Infrastructure]] (Demian Wassermann, Raul San Jose, Rola Harmouche)&lt;br /&gt;
* [[2013_Summer_Project_Week:Nipype_CLI_Integration | Integration of Nipype with CLI modules in the Chest Imaging Platform Library ]] (Rola Harmouche,Demian Wassermann, Raul San Jose)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- If it applies, update the project count reported below and at the top of the page --&amp;gt;&lt;br /&gt;
3 projects&lt;br /&gt;
&lt;br /&gt;
=== '''Additional Collaborations'''===&lt;br /&gt;
* [[2013_Summer_Project_Week:VicomTech| VicomTech visit: Imaging solutions and Slicer use]] (Ivan Macia)&lt;br /&gt;
* [[2013_Summer_Project_Week:Radnostics |Spine Segmentation &amp;amp; Osteoporosis Detection In CT Imaging Studies]] (Anthony Blumfield, Ron Kikinis)&lt;br /&gt;
* [[2013_Summer_Project_Week: Computer Assisted Surgery| Computer Assisted Reconstruction of Complex Bone Fractures]] (Karl Fritscher, Peter Karasev, Ivan Kolesov, Allen Tannenbaum, Ron Kikinis)&lt;br /&gt;
* [[2013_Summer_Project_Week:XNAT 3D Viewer| XNAT 3D Viewer]] (Amanda Hartung, Steve Pieper, Daniel Haehn)&lt;br /&gt;
* [[2013_Summer_Project_Week:kukarobot| Interface for the integration of a KUKA robot using OpenIGTLink]] (Sebastian Tauscher, Thomas Neff, Junichi Tokuda, Nobuhiko Hata)&lt;br /&gt;
* [[2013_Summer_Project_Week:Application of Statistical Shape Modeling to Robot Assisted Spine Surgery | Application of Statistical Shape Modeling to Robot Assisted Spine Surgery]] (Marine Clogenson)&lt;br /&gt;
* [[2013_Summer_Project_Week:Robot_Control| Robot Control]] (A.Vilchis, J-C. Avila-Vilchis, S.Pujol)&lt;br /&gt;
* [[2013_Summer_Project_Week:Epilepsy_Surgery|Identification of MRI Blurring in Temporal Lobe Epilepsy Surgery]] (Luiz Murta)&lt;br /&gt;
* [[2013_Summer_Project_Week:_Is_Neurosurgical_Rigid_Registration_Really_Rigid%3F| Is Neurosurgical Rigid Registration Really Rigid?]] (Athena)&lt;br /&gt;
* [[2013_Summer_Project_Week: Individualized Neuroimaging Content Analysis using 3D Slicer in Alzheimer's Disease| Individualized Neuroimaging Content Analysis using 3D Slicer]] (Sidong Liu, Weidong Cai, Sonia Pujol, Ron Kikinis)&lt;br /&gt;
* [[2013_Summer_Project_Week:CMFReg | Cranio-Maxillofacial Registration]] (Francois Budin, Vinicius Boen)&lt;br /&gt;
* [[2013_Summer_Project_Week:DTIPipelineExtensions | DTI Analysis Pipeline as Slicer4 Extensions]] (Francois Budin)&lt;br /&gt;
*[[2013_Project_Week:WebbasedAnatomicalTeachingFrameworkSummer2013|Web-based anatomical teaching framework]] (Lilla Zollei, Nathaniel Reynolds, Daniel Haehn, Nicolas Rannou, Steve Pieper, Rudolph Pienaar)&lt;br /&gt;
* [[2013_Summer_Project_Week:Biomedical_Image_Computing_Teaching_Modules|3D Slicer based Biomedical image computing teaching modules]]   (A. Vilchis, J-C. Avila-Vilchis, S. Pujol)&lt;br /&gt;
* [[2013_Summer_Project_Week:Analyzing Breast Tumor Heterogeneity Using 3D Slicer|Analyzing Breast Tumor Heterogeneity Using 3D Slicer]] (Sneha Durgapal, Jayender Jagadeesan, Tobias Penzkofer, Vivek Narayan)&lt;br /&gt;
* [[2013_Summer_Project_Week:WMH Segmentation for Stroke|WMH Segmentation for Stroke]] (Adrian Dalca, Ramesh Sridharan, Kayhan Batmanghelich, Polina Golland)&lt;br /&gt;
* [[2013_Summer_Project_Week:WMQL Integration in Slicer|White Matter Query Language (WMQL) Integration in Slicer]] (Demian Wassermann, Carl-Fredrik Westin)&lt;br /&gt;
* [[2013_Summer_Project_Week:Documentation for Slicer 4.2 Data Loading and 3D Visualization|Documentation for Slicer 4.2 Data Loading and 3D Visualization]] (Parth Amin WIT, Matt Flynn WIT, Dr. Pujol HMS)&lt;br /&gt;
* [[2013_Summer_Project_Week:WM Geometry Tools|Integration in Slicer of white matter geometry tools]] (Peter Savadjiev, Carl-Fredrik Westin)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- If it applies, update the project count reported below and at the top of the page --&amp;gt;&lt;br /&gt;
16 projects&lt;br /&gt;
&lt;br /&gt;
==='''Infrastructure'''===&lt;br /&gt;
* [[2013_Summer_Project_Week:MarkupsModuleSummer2013| Markups/Annotations rewrite]] (Nicole Aucoin, Ron Kikinis)&lt;br /&gt;
* [[2013_Summer_Project_Week:Patient_hierarchy | Patient hierarchy]] (Csaba Pinter, Andras Lasso, Steve Pieper)&lt;br /&gt;
* [[2013_Summer_Project_Week:CLI_Improvements | CLI Improvements (hierarchy nodes, related nodes, roles)]] (Andras Lasso, Csaba Pinter, Jc, Steve, Jim)&lt;br /&gt;
* [[2013_Summer_Project_Week:CLI_Matlab | CLI module implementation in Matlab]] (Andras Lasso, Jc, Steve, Jim)&lt;br /&gt;
* [[2013_Summer_Project_Week:Sample_Data | Sample Data]] (Steve Pieper, Jim Miller, Bill Lorensen, Jc)&lt;br /&gt;
* [[ITK -VTK wrapper]] (Paolo Zaffino, Greg Sharp, Steve Pieper)&lt;br /&gt;
* [[2013_Summer_Project_Week:Optimizing start time of slicer| Optimizing start time of slicer]] (Jc, Steve)&lt;br /&gt;
* [[Common resampling and conversion utility functions in Slicer]] (Csaba Pinter, Steve Pieper, Hans, Kevin Wang)&lt;br /&gt;
* [[2013_Summer_Project_Week:CLI_modules_in_MeVisLab| Integrating CTK CLI modules into MeVisLab]] (Hans Meine, Steve, Jc)&lt;br /&gt;
* [[2013_Summer_Project_Week:SimpleITK_GUI| Common Usage GUI for SimpleITK]] (Dave Welch, Brad Lowekamp, Hans Johnson, Steve)&lt;br /&gt;
* [[2013_Summer_Project_Week:Extension_dependencies| Extension dependencies]] (Jc, Adam Rankin)&lt;br /&gt;
* [[2013_Summer_Project_Week:Parameter_heirarchy| Parameter (time) Hierarchy]] (Adam Rankin)&lt;br /&gt;
* [[2013_Summer_Project_Week:ITK_Shared_IO_Libraries| ITK Shared I/O Libraries]] (Jim,Brad Lowekamp, Jc)&lt;br /&gt;
* [[2013_Summer_Project_Week:Python_Embedding| Python Embedding Library]] (Rui, Jim, Jc, Steve)&lt;br /&gt;
&amp;lt;!-- If it applies, update the project count reported below and at the top of the page --&amp;gt;&lt;br /&gt;
14 projects&lt;br /&gt;
&lt;br /&gt;
== '''Background''' ==&lt;br /&gt;
&lt;br /&gt;
We are pleased to announce the 17th PROJECT WEEK of hands-on research and development activity for applications in Neuroscience, Image-Guided Therapy and several additional areas of biomedical research that enable personalized medicine. Participants will engage in open source programming using the [[NA-MIC-Kit|NA-MIC Kit]], algorithm design, medical imaging sequence development, tracking experiments, and clinical application. The main goal of this event is to move forward the translational research deliverables of the sponsoring centers and their collaborators. Active and potential collaborators are encouraged and welcome to attend this event. This event will be set up to maximize informal interaction between participants.  If you would like to learn more about this event, please [http://public.kitware.com/cgi-bin/mailman/listinfo/na-mic-project-week click here to join our mailing list].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Active preparation begins on Thursday, April 25th at 3pm ET, with a kick-off teleconference.  Invitations to this call will be sent to members of the sponsoring communities, their collaborators, past attendees of the event, as well as any parties who have expressed an interest in working with these centers. The main goal of the kick-off call is to get an idea of which groups/projects will be active at the upcoming event, and to ensure that there is sufficient coverage for all. Subsequent teleconferences will allow for more focused discussions on individual projects and allow the hosts to finalize the project teams, consolidate any common components, and identify topics that should be discussed in breakout sessions. In the final days leading upto the meeting, all project teams will be asked to fill in a template page on this wiki that describes the objectives and plan of their projects.  &lt;br /&gt;
&lt;br /&gt;
The event itself will start off with a short presentation by each project team, driven using their previously created description, and will help all participants get acquainted with others who are doing similar work. In the rest of the week, about half the time will be spent in breakout discussions on topics of common interest of subsets of the attendees, and the other half will be spent in project teams, doing hands-on project work.  The hands-on activities will be done in 40-50 small teams of size 2-4, each with a mix of multi-disciplinary expertise.  To facilitate this work, a large room at MIT will be setup with several tables, with internet and power access, and each computer software development based team will gather on a table with their individual laptops, connect to the internet to download their software and data, and be able to work on their projects.  Teams working on projects that require the use of medical devices will proceed to Brigham and Women's Hospital and carry out their experiments there. On the last day of the event, a closing presentation session will be held in which each project team will present a summary of what they accomplished during the week.&lt;br /&gt;
&lt;br /&gt;
This event is part of the translational research efforts of [http://www.na-mic.org NA-MIC], [http://www.ncigt.org NCIGT], [http://nac.spl.harvard.edu/ NAC], [http://catalyst.harvard.edu/home.html Harvard Catalyst],  [http://www.cimit.org CIMIT], and OCAIRO.  It is an expansion of the NA-MIC Summer Project Week that has been held annually since 2005. It will be held every summer at MIT and Brigham and Womens Hospital in Boston, typically during the last full week of June, and in Salt Lake City in the winter, typically during the second week of January.  &lt;br /&gt;
&lt;br /&gt;
A summary of all past NA-MIC Project Events is available [[Project_Events#Past|here]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== '''Logistics''' ==&lt;br /&gt;
&lt;br /&gt;
*'''Dates:''' June 17-21, 2013.&lt;br /&gt;
*'''Location:''' [[MIT_Project_Week_Rooms| Stata Center / RLE MIT]]. &lt;br /&gt;
*'''REGISTRATION:'''  http://www.regonline.com/namic2013summerprojweek. Please note that  as you proceed to the checkout portion of the registration process, RegOnline will offer you a chance to opt into a free trial of ACTIVEAdvantage -- click on &amp;quot;No thanks&amp;quot; in order to finish your Project Week registration.&lt;br /&gt;
*'''Registration Fee:''' $300.&lt;br /&gt;
*'''Hotel:''' Similar to previous years, no rooms have been blocked in a particular hotel.&lt;br /&gt;
*'''Room sharing''': If interested, add your name to the list before May 27th. See [[2013_Summer_Project_Week/RoomSharing|here]]&lt;br /&gt;
&lt;br /&gt;
== '''Preparation''' ==&lt;br /&gt;
&lt;br /&gt;
# Please make sure that you are on the http://public.kitware.com/cgi-bin/mailman/listinfo/na-mic-project-week mailing list&lt;br /&gt;
# The NA-MIC engineering team will be discussing projects in a their [http://wiki.na-mic.org/Wiki/index.php/Engineering:TCON_2013 weekly teleconferences]. Participants from the above mailing list will be invited to join to discuss their projects, so please make sure you are on it!&lt;br /&gt;
# By 3pm ET on Thursday May 8, all participants to add a one line title of their project to #Projects&lt;br /&gt;
# By 3pm ET on Thursday June 6, all project leads to complete [[Project_Week/Template|Complete a templated wiki page for your project]]. Please do not edit the template page itself, but create a new page for your project and cut-and-paste the text from this template page.  If you have questions, please send an email to tkapur at bwh.harvard.edu.&lt;br /&gt;
# By 3pm on June 13: Create a directory for each project on the [[Engineering:SandBox|NAMIC Sandbox]] (Matt)&lt;br /&gt;
## Commit on each sandbox directory the code examples/snippets that represent our first guesses of appropriate methods. (Luis and Steve will help with this, as needed)&lt;br /&gt;
## Gather test images in any of the Data sharing resources we have (e.g. XNAT/MIDAS). These ones don't have to be many. At least three different cases, so we can get an idea of the modality-specific characteristics of these images. Put the IDs of these data sets on the wiki page. (the participants must do this.)&lt;br /&gt;
## Where possible, setup nightly tests on a separate Dashboard, where we will run the methods that we are experimenting with. The test should post result images and computation time. (Matt)&lt;br /&gt;
# Please note that by the time we get to the project event, we should be trying to close off a project milestone rather than starting to work on one...&lt;br /&gt;
# People doing Slicer related projects should come to project week with slicer built on your laptop.&lt;br /&gt;
## See the [http://www.slicer.org/slicerWiki/index.php/Documentation/4.0/Developers Developer Section of slicer.org] for information.&lt;br /&gt;
## Projects to develop extension modules should be built against the latest Slicer4 trunk.&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.  ([http://www.regonline.com/Register/Checkin.aspx?EventID=1233699  Please click here to register.])&lt;br /&gt;
&lt;br /&gt;
#Parth Amin, WIT, aminp@wit.edu&lt;br /&gt;
#Charles Anderson, BWH, canderson26@partners.org&lt;br /&gt;
#Peter Anderson, retired, traneus@verizon.net&lt;br /&gt;
#Nicole Aucoin, BWH, nicole@bwh.harvard.edu&lt;br /&gt;
#Juan Carlos Avila Vilchis, Univ del Estado de Mexico, jc.avila.vilchis@hotmail.com&lt;br /&gt;
#Kayhan Batmanghelich, MIT, kayhan@csail.mit.edu&lt;br /&gt;
#Salma Bengali, Univ UT, salma.bengali@carma.utah.edu&lt;br /&gt;
#Anthony Blumfield, Radnostics, Anthony.Blumfield@Radnostics.com&lt;br /&gt;
#Vinicius Boen, Univ Michigan, vboen@umich.edu&lt;br /&gt;
#Taylor Braun-Jones, GE Healthcare, taylor.braun-jones@ge.com&lt;br /&gt;
#Matthew Brennan, MIT, brennanm@mit.edu&lt;br /&gt;
#Francois Budin, NIRAL-UNC, fbudin@unc.edu&lt;br /&gt;
#Ivan Buzurovic, BWH/HMS, ibuzurovic@lroc.harvard.edu&lt;br /&gt;
#Josh Cates, Univ UT, cates@sci.utah.edu&lt;br /&gt;
#Micah Chambers, UCLA, micahcc@ucla.edu&lt;br /&gt;
#Laurent Chauvin, BWH - SPL, lchauvin@bwh.harvard.edu&lt;br /&gt;
#Marine Clogenson, Ecole Polytechnique Federale de Lausanne (Switzerland), marine.clogenson@epfl.ch&lt;br /&gt;
#Adrian Dalca, MIT, adalca@MIT.EDU&lt;br /&gt;
#Matthew D'Artista, BWH - SPL, mdartista7@gmail.com&lt;br /&gt;
#Manasi Datar, Univ UT-SCI Institute, datar@sci.utah.edu&lt;br /&gt;
#Sneha Durgapal, BWH, durgapalsneha@gmail.com&lt;br /&gt;
#Luping Fang, Zhejiang Univ of Technology (China), flp@zjut.edu.cn&lt;br /&gt;
#Andriy Fedorov, BWH, fedorov@bwh.harvard.edu&lt;br /&gt;
#Jean-Christophe Fillion-Robin, Kitware, jchris.fillionr@kitware.com&lt;br /&gt;
#Gregory Fischer, WPI, gfischer@wpi.edu&lt;br /&gt;
#Barton Fiske, zSpace Inc, bfiske@zspace.com&lt;br /&gt;
#Matthew Flynn, WIT, flynnm3@wit.edu&lt;br /&gt;
#Karl Fritscher, MGH, kfritscher@gmail.com&lt;br /&gt;
#Yi Gao, Univ AL Birmingham, gaoyi.cn@gmail.com&lt;br /&gt;
#Alexandra Golby, BWH, agolby@partners.org &lt;br /&gt;
#Maria Gonzalez-Puente, WIT, gonzalezpuentem@wit.edu&lt;br /&gt;
#Dan Groszmann, GE Healthcare, daniel.groszmann@ge.com&lt;br /&gt;
#Daniel Haehn, Boston Childrens Hospital, daniel.haehn@childrens.harvard.edu&lt;br /&gt;
#Michael Halle, BWH-SPL, mhalle@bwh.harvard.edu&lt;br /&gt;
#Rola Harmouche, BWH, rharmo@bwh.harvard.edu&lt;br /&gt;
#Amanda Hartung, Rochester Inst of Tech, amh1646@rit.edu&lt;br /&gt;
#Nobuhiko Hata, BWH, hata@bwh.harvard.edu&lt;br /&gt;
#Nicholas Herlambang, AZE Technology Inc, nicholas.herlambang@azetech.com&lt;br /&gt;
#Matthew Holden, Queen's Univ (Canada), mholden8@cs.queensu.ca&lt;br /&gt;
#Andrei Irimia, UCLA, andrei.irimia@loni.ucla.edu&lt;br /&gt;
#Jayender Jagadeesan, BWH-SPL, jayender@bwh.harvard.edu&lt;br /&gt;
#Sylvain Jaume, WIT, jaumes@wit.edu&lt;br /&gt;
#Daniel Jimenez, daniel.jimenez@gmail.com&lt;br /&gt;
#Hans Johnson, Univ Iowa, hans-johnson@uiowa.edu&lt;br /&gt;
#Tina Kapur, BWH/HMS, tkapur@bwh.harvard.edu&lt;br /&gt;
#Alex Kikinis, BWH, alexkikinis@gmail.com&lt;br /&gt;
#Ron Kikinis, HMS, kikinis@bwh.harvard.edu&lt;br /&gt;
#Nils Klarlund, IEEE, klarlund@ieee.org&lt;br /&gt;
#Daniel Kostro, BWH, dkostro@bwh.harvard.edu&lt;br /&gt;
#Andras Lasso, Queen's Univ (Canada), lasso@cs.queensu.ca&lt;br /&gt;
#Rui Li, GE Global Research, li.rui@ge.com&lt;br /&gt;
#Xu Li, BWH, lixu0103@gmail.com&lt;br /&gt;
#Lichen Liang, MGH, lichenl@nmr.mgh.harvard.edu&lt;br /&gt;
#Sidong Liu, Univ Sydney (Australia), sliu7418@uni.sydney.edu.au&lt;br /&gt;
#William Lorensen, Bill's Basement, bill.lorensen@gmail.com &lt;br /&gt;
#Bradley Lowekamp, Medical Science &amp;amp; Computing Inc, bradley.lowekamp@nih.gov&lt;br /&gt;
#Athena Lyons, Univ Western Australia, 20359511@student.uwa.edu.au&lt;br /&gt;
#Nikos Makris, MGH, nikos@nmr.mgh.harvard.edu&lt;br /&gt;
#Katie Mastrogiacomo, BWH - SPL, kmast@bwh.harvard.edu&lt;br /&gt;
#Alireza Mehrtash, BWH - SPL, mehrtash@bwh.harvard.edu&lt;br /&gt;
#Hans Meine, Fraunhofer MEVIS (Germany), hans.meine@mevis.fraunhofer.de&lt;br /&gt;
#Jim Miller, GE Global Research, millerjv@ge.com&lt;br /&gt;
#Luis Murta, Univ Sao Paulo (Brazil), lomurta@gmail.com&lt;br /&gt;
#Arie Nakhmani, Univ AL Birmingham, anry@uab.edu&lt;br /&gt;
#Isaiah Norton, BWH, inorton@bwh.harvard.edu&lt;br /&gt;
#Lauren O'Donnell, BWH, odonnell@bwh.harvard.edu&lt;br /&gt;
#Dirk Padfield, GE Global Research, padfield@research.ge.com&lt;br /&gt;
#Jian Pan, Zhejiang Univ of Technology (China), pj@zjut.edu.cn&lt;br /&gt;
#George Papadimitriou, MGH, georgep@nmr.mgh.harvard.edu&lt;br /&gt;
#Nirav Patel, WPI, napatel@wpi.edu&lt;br /&gt;
#Tobias Penzkofer, BWH - SPL, pt@bwh.harvard.edu&lt;br /&gt;
#Rudolph Pienaar, Boston Childrens Hospital, Rudolph.Pienaar@childrens.harvard.edu&lt;br /&gt;
#Steve Pieper, Isomics Inc, pieper@isomics.com&lt;br /&gt;
#Csaba Pinter, Queen's Univ (Canada), pinter@cs.queensu.ca&lt;br /&gt;
#William Plishker, IGI Technologies, will@igitechnologies.com&lt;br /&gt;
#Sonia Pujol, HMS, spujol@bwh.harvard.edu&lt;br /&gt;
#Adam Rankin, Queen's Univ (Canada), rankin@cs.queensu.ca&lt;br /&gt;
#Nathaniel Reynolds, MGH, reynolds@nmr.mgh.harvard.edu&lt;br /&gt;
#Raul San Jose, BWH, rjosest@bwh.harvard.edu&lt;br /&gt;
#Peter Savadjiev, BWH, petersv@bwh.harvard.edu&lt;br /&gt;
#Tobias Schroeder, GE Healthcare, tobias.schroeder@ge.com&lt;br /&gt;
#Anuja Sharma, Univ UT-SCI Institute, anuja@cs.utah.edu&lt;br /&gt;
#Greg Sharp, MGH, gcsharp@partners.org&lt;br /&gt;
#Nadya Shusharina, MGH, nshusharina@partners.org&lt;br /&gt;
#Sebastian Tauscher, Leibniz Univ Hannover (Germany), sebastian.tauscher@imes.uni-hannover.de&lt;br /&gt;
#Clare Tempany, BWH, ctempanyafdhal@partners.org&lt;br /&gt;
#Cyrill von Tiesenhausen, KUKA Laboratories (Germany), cyrill.tiesenhausen@kuka.com&lt;br /&gt;
#Gaurie Tilak, BWH, gaurie_tilak@hms.harvard.edu&lt;br /&gt;
#Matthew Toews, BWH/HMS, mt@bwh.harvard.edu&lt;br /&gt;
#Junichi Tokuda, BWH, tokuda@bwh.harvard.edu&lt;br /&gt;
#Tamas Ungi, Queen's Univ (Canada), ungi@cs.queensu.ca&lt;br /&gt;
#Adriana Vilchis González, Univ del Estado de Mexico, hvigady@hotmail.com&lt;br /&gt;
#Kirby Vosburgh, BWH, kirby@bwh.harvard.edu&lt;br /&gt;
#Christian Wachinger, MIT, wachinge@mit.edu&lt;br /&gt;
#Bo Wang, Univ UT-SCI Institute, bowang@sci.utah.edu&lt;br /&gt;
#Demian Wassermann, BWH, demian@bwh.harvard.edu&lt;br /&gt;
#David Welch, Univ Iowa, david-welch@uiowa.edu&lt;br /&gt;
#William Wells, BWH/HMS, sw@bwh.harvard.edu&lt;br /&gt;
#Phillip White, BWH/HMS, white@bwh.harvard.edu&lt;br /&gt;
#Alex Yarmarkovich, Isomics Inc, alexy@bwh.harvard.edu&lt;br /&gt;
#Kitaro Yoshimitsu, BWH, kitarof1@bwh.harvard.edu&lt;br /&gt;
#Yang Yu, Rutgers Univ, yyu@cs.rutgers.edu&lt;br /&gt;
#Paolo Zaffino, Univ Magna Graecia of Catanzaro (Italy), p.zaffino@unicz.it&lt;br /&gt;
#Lilla Zollei, MGH, lzollei@nmr.mgh.harvard.edu&lt;/div&gt;</summary>
		<author><name>Blowekamp</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2013_Summer_Project_Week:ITK_Shared_IO_Libraries&amp;diff=82650</id>
		<title>2013 Summer Project Week:ITK Shared IO Libraries</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2013_Summer_Project_Week:ITK_Shared_IO_Libraries&amp;diff=82650"/>
		<updated>2013-06-21T13:35:29Z</updated>

		<summary type="html">&lt;p&gt;Blowekamp: /* Key Investigators */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Key Investigators==&lt;br /&gt;
* Jim Miller, GE&lt;br /&gt;
* Bradley Lowekamp, MSC/NLM&lt;br /&gt;
* Jean-Christophe Fillion-Robin, Kitware&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We are looking at converting ITK's IO libraries to be shared on Windows systems. This should address the problems of ITK's ImageIO factories being registered multiple time during static initialization.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We want to create a patch for ITK which adds a modular option for shared libraries, then turn this option on for all ITK modules which contain ObjectFactories. Then we will disable complication added to Slicer3D to deal with the current complication.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 40%; float: left;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We have successfully created an improvement patch to the ITK library which enables this option. Evaluating this impact this change has on Slicer is still pending.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Delivery Mechanism==&lt;br /&gt;
&lt;br /&gt;
This goal of this work is to push it in to ITK upstream for the 4.5 development cycle.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
* http://review.source.kitware.com/#/c/11567/&lt;/div&gt;</summary>
		<author><name>Blowekamp</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2013_Summer_Project_Week:SimpleITK_GUI&amp;diff=82594</id>
		<title>2013 Summer Project Week:SimpleITK GUI</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2013_Summer_Project_Week:SimpleITK_GUI&amp;diff=82594"/>
		<updated>2013-06-21T12:38:51Z</updated>

		<summary type="html">&lt;p&gt;Blowekamp: /* References */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-MIT2013.png|[[2013_Summer_Project_Week#Projects|Projects List]]&lt;br /&gt;
Image:SimpleFilters-ConfidenceConnected.png|ConfidenceConnected&lt;br /&gt;
Image:SimpleFilters-GridImageSource.png|GridImage&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* MSC/NLM: Bradley Lowekamp&lt;br /&gt;
* UIowa: Hans Johnson, Dave Welch&lt;br /&gt;
* Isomics: Steve Pieper&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A Slicer module that provides some 'common usage' of SimpleITK within Slicer to facilitate learning and adoption of the Python scripting in Slicer with SimpleITK.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We will create a Scripted Module with four sections: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; SimpleITK filter: Filters chosen from drop-down menu, with dynamically created parameter widgets&lt;br /&gt;
&amp;lt;li&amp;gt; Input: Dynamically created for the number of images required by the SimpleITK filter selected that is MRML-aware&lt;br /&gt;
&amp;lt;li&amp;gt; Output: Output image widget&lt;br /&gt;
&amp;lt;li&amp;gt; Script: Textual display of Python script the module will evaluate.  An &amp;quot;Apply&amp;quot; button will execute the Python code&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 40%; float: left;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Created a scripted python modules in a extension framework for access to 241 ITK filters through SimpleITK. Parameters are generated from SimpleITK JSON and include  annotation fiducials. Basic background processing can be enabled with SimpleITK threads enabled. The current extension is available on github.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Delivery Mechanism==&lt;br /&gt;
&lt;br /&gt;
This work will be delivered to the NA-MIC Kit as a (please select the appropriate options by noting YES against them below)&lt;br /&gt;
&lt;br /&gt;
#ITK Module&lt;br /&gt;
#Slicer Module YES&lt;br /&gt;
##Built-in - MAYBE?&lt;br /&gt;
##Extension -- commandline&lt;br /&gt;
##Extension -- loadable YES&lt;br /&gt;
#Other (Please specify)&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
* https://www.icts.uiowa.edu/jira/secure/attachment/22053/SlicerSimpleITKUserGUI.pdf&lt;br /&gt;
* https://github.com/blowekamp/Slicer-SimpleFilters&lt;/div&gt;</summary>
		<author><name>Blowekamp</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2013_Summer_Project_Week:SimpleITK_GUI&amp;diff=82593</id>
		<title>2013 Summer Project Week:SimpleITK GUI</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2013_Summer_Project_Week:SimpleITK_GUI&amp;diff=82593"/>
		<updated>2013-06-21T12:38:18Z</updated>

		<summary type="html">&lt;p&gt;Blowekamp: /* Key Investigators */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-MIT2013.png|[[2013_Summer_Project_Week#Projects|Projects List]]&lt;br /&gt;
Image:SimpleFilters-ConfidenceConnected.png|ConfidenceConnected&lt;br /&gt;
Image:SimpleFilters-GridImageSource.png|GridImage&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* MSC/NLM: Bradley Lowekamp&lt;br /&gt;
* UIowa: Hans Johnson, Dave Welch&lt;br /&gt;
* Isomics: Steve Pieper&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A Slicer module that provides some 'common usage' of SimpleITK within Slicer to facilitate learning and adoption of the Python scripting in Slicer with SimpleITK.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We will create a Scripted Module with four sections: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; SimpleITK filter: Filters chosen from drop-down menu, with dynamically created parameter widgets&lt;br /&gt;
&amp;lt;li&amp;gt; Input: Dynamically created for the number of images required by the SimpleITK filter selected that is MRML-aware&lt;br /&gt;
&amp;lt;li&amp;gt; Output: Output image widget&lt;br /&gt;
&amp;lt;li&amp;gt; Script: Textual display of Python script the module will evaluate.  An &amp;quot;Apply&amp;quot; button will execute the Python code&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 40%; float: left;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Created a scripted python modules in a extension framework for access to 241 ITK filters through SimpleITK. Parameters are generated from SimpleITK JSON and include  annotation fiducials. Basic background processing can be enabled with SimpleITK threads enabled. The current extension is available on github.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Delivery Mechanism==&lt;br /&gt;
&lt;br /&gt;
This work will be delivered to the NA-MIC Kit as a (please select the appropriate options by noting YES against them below)&lt;br /&gt;
&lt;br /&gt;
#ITK Module&lt;br /&gt;
#Slicer Module YES&lt;br /&gt;
##Built-in - MAYBE?&lt;br /&gt;
##Extension -- commandline&lt;br /&gt;
##Extension -- loadable YES&lt;br /&gt;
#Other (Please specify)&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
* https://www.icts.uiowa.edu/jira/secure/attachment/22053/SlicerSimpleITKUserGUI.pdf&lt;/div&gt;</summary>
		<author><name>Blowekamp</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2013_Summer_Project_Week:SimpleITK_GUI&amp;diff=82591</id>
		<title>2013 Summer Project Week:SimpleITK GUI</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2013_Summer_Project_Week:SimpleITK_GUI&amp;diff=82591"/>
		<updated>2013-06-21T12:37:25Z</updated>

		<summary type="html">&lt;p&gt;Blowekamp: /* Key Investigators */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-MIT2013.png|[[2013_Summer_Project_Week#Projects|Projects List]]&lt;br /&gt;
Image:SimpleFilters-ConfidenceConnected.png|ConfidenceConnected&lt;br /&gt;
Image:SimpleFilters-GridImageSource.png|GridImage&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* MSC/NLM: Bradley Lowekamp&lt;br /&gt;
* UIowa: Hans Johnson, Dave Welch&lt;br /&gt;
* Isomics: Steve Pieper&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A Slicer module that provides some 'common usage' of SimpleITK within Slicer to facilitate learning and adoption of the Python scripting in Slicer with SimpleITK.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We will create a Scripted Module with four sections: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; SimpleITK filter: Filters chosen from drop-down menu, with dynamically created parameter widgets&lt;br /&gt;
&amp;lt;li&amp;gt; Input: Dynamically created for the number of images required by the SimpleITK filter selected that is MRML-aware&lt;br /&gt;
&amp;lt;li&amp;gt; Output: Output image widget&lt;br /&gt;
&amp;lt;li&amp;gt; Script: Textual display of Python script the module will evaluate.  An &amp;quot;Apply&amp;quot; button will execute the Python code&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 40%; float: left;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Created a scripted python modules in a extension framework for access to 241 ITK filters through SimpleITK. Parameters are generated from SimpleITK JSON and include  annotation fiducials. Basic background processing can be enabled with SimpleITK threads enabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Delivery Mechanism==&lt;br /&gt;
&lt;br /&gt;
This work will be delivered to the NA-MIC Kit as a (please select the appropriate options by noting YES against them below)&lt;br /&gt;
&lt;br /&gt;
#ITK Module&lt;br /&gt;
#Slicer Module YES&lt;br /&gt;
##Built-in - MAYBE?&lt;br /&gt;
##Extension -- commandline&lt;br /&gt;
##Extension -- loadable YES&lt;br /&gt;
#Other (Please specify)&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
* https://www.icts.uiowa.edu/jira/secure/attachment/22053/SlicerSimpleITKUserGUI.pdf&lt;/div&gt;</summary>
		<author><name>Blowekamp</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2013_Summer_Project_Week:SimpleITK_GUI&amp;diff=82446</id>
		<title>2013 Summer Project Week:SimpleITK GUI</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2013_Summer_Project_Week:SimpleITK_GUI&amp;diff=82446"/>
		<updated>2013-06-21T02:24:49Z</updated>

		<summary type="html">&lt;p&gt;Blowekamp: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-MIT2013.png|[[2013_Summer_Project_Week#Projects|Projects List]]&lt;br /&gt;
Image:SimpleFilters-ConfidenceConnected.png|ConfidenceConnected&lt;br /&gt;
Image:SimpleFilters-GridImageSource.png|GridImage&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* MSC/NLM: Bradley Lowekamp&lt;br /&gt;
* UIowa: Hans Johnson, Dave Welch&lt;br /&gt;
* Isomics: Steve Pieper&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A Slicer module that provides some 'common usage' of SimpleITK within Slicer to facilitate learning and adoption of the Python scripting in Slicer with SimpleITK.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We will create a Scripted Module with four sections: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; SimpleITK filter: Filters chosen from drop-down menu, with dynamically created parameter widgets&lt;br /&gt;
&amp;lt;li&amp;gt; Input: Dynamically created for the number of images required by the SimpleITK filter selected that is MRML-aware&lt;br /&gt;
&amp;lt;li&amp;gt; Output: Output image widget&lt;br /&gt;
&amp;lt;li&amp;gt; Script: Textual display of Python script the module will evaluate.  An &amp;quot;Apply&amp;quot; button will execute the Python code&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 40%; float: left;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Delivery Mechanism==&lt;br /&gt;
&lt;br /&gt;
This work will be delivered to the NA-MIC Kit as a (please select the appropriate options by noting YES against them below)&lt;br /&gt;
&lt;br /&gt;
#ITK Module&lt;br /&gt;
#Slicer Module YES&lt;br /&gt;
##Built-in - MAYBE?&lt;br /&gt;
##Extension -- commandline&lt;br /&gt;
##Extension -- loadable YES&lt;br /&gt;
#Other (Please specify)&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
* https://www.icts.uiowa.edu/jira/secure/attachment/22053/SlicerSimpleITKUserGUI.pdf&lt;/div&gt;</summary>
		<author><name>Blowekamp</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=File:SimpleFilters-GridImageSource.png&amp;diff=82444</id>
		<title>File:SimpleFilters-GridImageSource.png</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=File:SimpleFilters-GridImageSource.png&amp;diff=82444"/>
		<updated>2013-06-21T02:24:15Z</updated>

		<summary type="html">&lt;p&gt;Blowekamp: SimpleFilter module to generate GridImageSource&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;SimpleFilter module to generate GridImageSource&lt;/div&gt;</summary>
		<author><name>Blowekamp</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2013_Summer_Project_Week:SimpleITK_GUI&amp;diff=82439</id>
		<title>2013 Summer Project Week:SimpleITK GUI</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2013_Summer_Project_Week:SimpleITK_GUI&amp;diff=82439"/>
		<updated>2013-06-21T02:07:47Z</updated>

		<summary type="html">&lt;p&gt;Blowekamp: /* Delivery Mechanism */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-MIT2013.png|[[2013_Summer_Project_Week#Projects|Projects List]]&lt;br /&gt;
Image:SimpleFilters-ConfidenceConnected.png|ConfidenceConnectedImageFilter&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* MSC/NLM: Bradley Lowekamp&lt;br /&gt;
* UIowa: Hans Johnson, Dave Welch&lt;br /&gt;
* Isomics: Steve Pieper&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A Slicer module that provides some 'common usage' of SimpleITK within Slicer to facilitate learning and adoption of the Python scripting in Slicer with SimpleITK.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We will create a Scripted Module with four sections: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; SimpleITK filter: Filters chosen from drop-down menu, with dynamically created parameter widgets&lt;br /&gt;
&amp;lt;li&amp;gt; Input: Dynamically created for the number of images required by the SimpleITK filter selected that is MRML-aware&lt;br /&gt;
&amp;lt;li&amp;gt; Output: Output image widget&lt;br /&gt;
&amp;lt;li&amp;gt; Script: Textual display of Python script the module will evaluate.  An &amp;quot;Apply&amp;quot; button will execute the Python code&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 40%; float: left;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Delivery Mechanism==&lt;br /&gt;
&lt;br /&gt;
This work will be delivered to the NA-MIC Kit as a (please select the appropriate options by noting YES against them below)&lt;br /&gt;
&lt;br /&gt;
#ITK Module&lt;br /&gt;
#Slicer Module YES&lt;br /&gt;
##Built-in - MAYBE?&lt;br /&gt;
##Extension -- commandline&lt;br /&gt;
##Extension -- loadable YES&lt;br /&gt;
#Other (Please specify)&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
* https://www.icts.uiowa.edu/jira/secure/attachment/22053/SlicerSimpleITKUserGUI.pdf&lt;/div&gt;</summary>
		<author><name>Blowekamp</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2013_Summer_Project_Week:SimpleITK_GUI&amp;diff=82438</id>
		<title>2013 Summer Project Week:SimpleITK GUI</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2013_Summer_Project_Week:SimpleITK_GUI&amp;diff=82438"/>
		<updated>2013-06-21T02:07:31Z</updated>

		<summary type="html">&lt;p&gt;Blowekamp: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-MIT2013.png|[[2013_Summer_Project_Week#Projects|Projects List]]&lt;br /&gt;
Image:SimpleFilters-ConfidenceConnected.png|ConfidenceConnectedImageFilter&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* MSC/NLM: Bradley Lowekamp&lt;br /&gt;
* UIowa: Hans Johnson, Dave Welch&lt;br /&gt;
* Isomics: Steve Pieper&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A Slicer module that provides some 'common usage' of SimpleITK within Slicer to facilitate learning and adoption of the Python scripting in Slicer with SimpleITK.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We will create a Scripted Module with four sections: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; SimpleITK filter: Filters chosen from drop-down menu, with dynamically created parameter widgets&lt;br /&gt;
&amp;lt;li&amp;gt; Input: Dynamically created for the number of images required by the SimpleITK filter selected that is MRML-aware&lt;br /&gt;
&amp;lt;li&amp;gt; Output: Output image widget&lt;br /&gt;
&amp;lt;li&amp;gt; Script: Textual display of Python script the module will evaluate.  An &amp;quot;Apply&amp;quot; button will execute the Python code&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 40%; float: left;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Delivery Mechanism==&lt;br /&gt;
&lt;br /&gt;
This work will be delivered to the NA-MIC Kit as a (please select the appropriate options by noting YES against them below)&lt;br /&gt;
&lt;br /&gt;
#ITK Module&lt;br /&gt;
#Slicer Module YES&lt;br /&gt;
##Built-in&lt;br /&gt;
##Extension -- commandline&lt;br /&gt;
##Extension -- loadable YES&lt;br /&gt;
#Other (Please specify)&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
* https://www.icts.uiowa.edu/jira/secure/attachment/22053/SlicerSimpleITKUserGUI.pdf&lt;/div&gt;</summary>
		<author><name>Blowekamp</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=File:SimpleFilters-ConfidenceConnected.png&amp;diff=82437</id>
		<title>File:SimpleFilters-ConfidenceConnected.png</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=File:SimpleFilters-ConfidenceConnected.png&amp;diff=82437"/>
		<updated>2013-06-21T02:04:08Z</updated>

		<summary type="html">&lt;p&gt;Blowekamp: SimpleFilters module with Confidence Connected filter.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;SimpleFilters module with Confidence Connected filter.&lt;/div&gt;</summary>
		<author><name>Blowekamp</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2013_Summer_Project_Week:ITK_Shared_IO_Libraries&amp;diff=82436</id>
		<title>2013 Summer Project Week:ITK Shared IO Libraries</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2013_Summer_Project_Week:ITK_Shared_IO_Libraries&amp;diff=82436"/>
		<updated>2013-06-21T01:44:52Z</updated>

		<summary type="html">&lt;p&gt;Blowekamp: /* Key Investigators */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Key Investigators==&lt;br /&gt;
* Bradley Lowekamp, MSC/NLM&lt;br /&gt;
* Jean-Christophe Fillion-Robin, Kitware&lt;br /&gt;
* Jim Miller, GE&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We are looking at converting ITK's IO libraries to be shared on Windows systems. This should address the problems of ITK's ImageIO factories being registered multiple time during static initialization.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We want to create a patch for ITK which adds a modular option for shared libraries, then turn this option on for all ITK modules which contain ObjectFactories. Then we will disable complication added to Slicer3D to deal with the current complication.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 40%; float: left;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Delivery Mechanism==&lt;br /&gt;
&lt;br /&gt;
This goal of this work is to push it in to ITK upstream for the 4.5 development cycle.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
* http://review.source.kitware.com/#/c/11567/&lt;/div&gt;</summary>
		<author><name>Blowekamp</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2013_Summer_Project_Week:SimpleITK_GUI&amp;diff=82435</id>
		<title>2013 Summer Project Week:SimpleITK GUI</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2013_Summer_Project_Week:SimpleITK_GUI&amp;diff=82435"/>
		<updated>2013-06-21T01:43:05Z</updated>

		<summary type="html">&lt;p&gt;Blowekamp: /* Key Investigators */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-MIT2013.png|[[2013_Summer_Project_Week#Projects|Projects List]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* MSC/NLM: Bradley Lowekamp&lt;br /&gt;
* UIowa: Hans Johnson, Dave Welch&lt;br /&gt;
* Isomics: Steve Pieper&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A Slicer module that provides some 'common usage' of SimpleITK within Slicer to facilitate learning and adoption of the Python scripting in Slicer with SimpleITK.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We will create a Scripted Module with four sections: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; SimpleITK filter: Filters chosen from drop-down menu, with dynamically created parameter widgets&lt;br /&gt;
&amp;lt;li&amp;gt; Input: Dynamically created for the number of images required by the SimpleITK filter selected that is MRML-aware&lt;br /&gt;
&amp;lt;li&amp;gt; Output: Output image widget&lt;br /&gt;
&amp;lt;li&amp;gt; Script: Textual display of Python script the module will evaluate.  An &amp;quot;Apply&amp;quot; button will execute the Python code&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 40%; float: left;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Delivery Mechanism==&lt;br /&gt;
&lt;br /&gt;
This work will be delivered to the NA-MIC Kit as a (please select the appropriate options by noting YES against them below)&lt;br /&gt;
&lt;br /&gt;
#ITK Module&lt;br /&gt;
#Slicer Module YES&lt;br /&gt;
##Built-in&lt;br /&gt;
##Extension -- commandline&lt;br /&gt;
##Extension -- loadable YES&lt;br /&gt;
#Other (Please specify)&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
* https://www.icts.uiowa.edu/jira/secure/attachment/22053/SlicerSimpleITKUserGUI.pdf&lt;/div&gt;</summary>
		<author><name>Blowekamp</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2013_Summer_Project_Week&amp;diff=82434</id>
		<title>2013 Summer Project Week</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2013_Summer_Project_Week&amp;diff=82434"/>
		<updated>2013-06-21T01:42:07Z</updated>

		<summary type="html">&lt;p&gt;Blowekamp: /* Infrastructure */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; Back to [[Events]]&lt;br /&gt;
[[image:PW-MIT2013.png|300px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;800px&amp;quot; heights=&amp;quot;300px&amp;quot; perrow=&amp;quot;1&amp;quot; caption=&amp;quot;Lunch in the Amphitheater at Stata, June 20 2013&amp;quot;&amp;gt;&lt;br /&gt;
Image:Lunch at Project week IMG 0367.JPG|Shade was a popular commodity&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Dates: June 17-21, 2013.&lt;br /&gt;
&lt;br /&gt;
Location: MIT, Cambridge, MA.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Agenda==&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-style=&amp;quot;background:#b0d5e6;color:#02186f&amp;quot; &lt;br /&gt;
!style=&amp;quot;width:10%&amp;quot; |Time&lt;br /&gt;
!style=&amp;quot;width:18%&amp;quot; |Monday, June 17&lt;br /&gt;
!style=&amp;quot;width:18%&amp;quot; |Tuesday, June 18&lt;br /&gt;
!style=&amp;quot;width:18%&amp;quot; |Wednesday, June 19&lt;br /&gt;
!style=&amp;quot;width:18%&amp;quot; |Thursday, June 20&lt;br /&gt;
!style=&amp;quot;width:18%&amp;quot; |Friday, June 21&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|bgcolor=&amp;quot;#dbdbdb&amp;quot;|'''Project Presentations'''&lt;br /&gt;
|bgcolor=&amp;quot;#6494ec&amp;quot;|'''NA-MIC Update Day'''&lt;br /&gt;
|&lt;br /&gt;
|bgcolor=&amp;quot;#88aaae&amp;quot;|'''IGT and RT Day'''&lt;br /&gt;
|bgcolor=&amp;quot;#faedb6&amp;quot;|'''Reporting Day'''&lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''8:30am'''&lt;br /&gt;
|&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Breakfast&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Breakfast&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Breakfast&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Breakfast&lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''9am-12pm'''&lt;br /&gt;
|&lt;br /&gt;
|'''10-11am''' [[2013 Project Week Breakout Session:Slicer4Python|Slicer4 Python Modules, Testing, Q&amp;amp;A]] (Steve Pieper) &amp;lt;br&amp;gt;&lt;br /&gt;
[[MIT_Project_Week_Rooms|Grier Room (Left)]] &lt;br /&gt;
|'''9:30-11pm: &amp;lt;font color=&amp;quot;#4020ff&amp;quot;&amp;gt;Breakout Session:'''&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt; [[2013 Project Week Breakout Session: SimpleITK|Slicer and SimpleITK]] (Hans Johnson, Brad Lowekamp)&lt;br /&gt;
[[MIT_Project_Week_Rooms#32-D507|32-D507]]&lt;br /&gt;
|&lt;br /&gt;
'''9:30-10:30am''' [[2013_Tutorial_Contest|Tutorial Contest Presentations]] &amp;lt;br&amp;gt;&lt;br /&gt;
[[MIT_Project_Week_Rooms#Grier_34-401_AB|Grier Rooms]]&lt;br /&gt;
&amp;lt;br&amp;gt;----------------------------------------&amp;lt;br&amp;gt;&lt;br /&gt;
'''10am-12pm: &amp;lt;font color=&amp;quot;#4020ff&amp;quot;&amp;gt;Breakout Session:'''&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;[[2013 Project Week Breakout Session: IGT|Image-Guided Therapy]] (Tina Kapur)&lt;br /&gt;
[[MIT_Project_Week_Rooms#32-D407|32-D407]]&lt;br /&gt;
|'''10am-12pm:''' [[#Projects|Project Progress Updates]] &amp;lt;br&amp;gt;&lt;br /&gt;
'''12pm''' [[Events:TutorialContestJune2013|Tutorial Contest Winner Announcement]]&lt;br /&gt;
[[MIT_Project_Week_Rooms#Grier_34-401_AB|Grier Rooms]]&lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''12pm-1pm'''&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Lunch&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Lunch&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Lunch&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|[http://www.na-mic.org/Wiki/index.php/File:NamicToAmphi.png Lunch in Outdoor Amphitheather!]&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Lunch boxes; Adjourn by 1:30pm&lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''1pm-5:30pm'''&lt;br /&gt;
|'''1-1:05pm: &amp;lt;font color=&amp;quot;#503020&amp;quot;&amp;gt;Ron Kikinis: Welcome&amp;lt;/font&amp;gt;'''&lt;br /&gt;
[[MIT_Project_Week_Rooms#Grier_34-401_AB|Grier Rooms]]&lt;br /&gt;
&amp;lt;br&amp;gt;----------------------------------------&amp;lt;br&amp;gt;&lt;br /&gt;
'''1:05-3:30pm:''' [[#Projects|Project Introductions]] (all Project Leads)&lt;br /&gt;
[[MIT_Project_Week_Rooms#Grier_34-401_AB|Grier Rooms]]&lt;br /&gt;
&amp;lt;br&amp;gt;----------------------------------------&amp;lt;br&amp;gt;&lt;br /&gt;
'''3:30-4:30pm''' [[2013 Summer Project Week Breakout Session:SlicerExtensions|Slicer4 Extensions]] (Jean-Christophe Fillion-Robin)  &amp;lt;br&amp;gt;&lt;br /&gt;
[[MIT_Project_Week_Rooms#Grier_34-401_AB|Grier Room (Left)]]&lt;br /&gt;
|'''1-3pm:''' [[Renewal-06-2013|NA-MIC Renewal]] &amp;lt;br&amp;gt;PIs &amp;lt;br&amp;gt;Closed Door Session with Ron&lt;br /&gt;
[[MIT_Project_Week_Rooms#32-D407|32-262]] &lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;br&amp;gt;----------------------------------------&amp;lt;br&amp;gt;'''3-5:30pm: &amp;lt;font color=&amp;quot;#4020ff&amp;quot;&amp;gt;Breakout Session:'''&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt; [[2013 Summer Project Week Breakout Session:RT|Radiation Therapy]] (Greg, Csaba)&lt;br /&gt;
[[MIT_Project_Week_Rooms#32-D407|32-D407]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''5:30pm'''&lt;br /&gt;
|bgcolor=&amp;quot;#f0e68b&amp;quot;|Adjourn for the day&lt;br /&gt;
|bgcolor=&amp;quot;#f0e68b&amp;quot;|Adjourn for the day&lt;br /&gt;
|bgcolor=&amp;quot;#f0e68b&amp;quot;|Adjourn for the day&lt;br /&gt;
|bgcolor=&amp;quot;#f0e68b&amp;quot;|Adjourn for the day&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== '''Projects''' ==&lt;br /&gt;
&lt;br /&gt;
Please use [http://wiki.na-mic.org/Wiki/index.php/Project_Week/Template this template] to create wiki pages for your project. Then link the page here with a list of key personnel. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Some Stats==&lt;br /&gt;
73 Projects, 97 Attendees.  First time attendees 25.&lt;br /&gt;
&lt;br /&gt;
===Huntington's Disease===&lt;br /&gt;
* [[Learn and Apply FiberBundleLabelSelect for Huntington's Disease Data]] (Hans, Demian)&lt;br /&gt;
* [[Investigate Potential Tensor Computation Improvement via Positive Semi-Definite (PSD) Tensor Estimation]] (Hans)&lt;br /&gt;
* [[2013_Summer_Project_Week:SinglePrecisionRegistrationITK| Single Precision Registration]] (Hans, Brad Lowekamp, Dave, Ali Ghayoor)&lt;br /&gt;
* [[Dynamically Configurable Quality Assurance Module for Large Huntington's Disease Database Frontend]] (Dave)&lt;br /&gt;
* [[DWIConvert]] (Dave, Kent Williams)&lt;br /&gt;
* [[Enhance and update SPL atlas]] (Dave, Hans)&lt;br /&gt;
* [[Linear Mixed-effects shape model to explore Huntington's Disease Data]] (Manasi, Dave, Josh, Hans, Ross)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- If it applies, update the project count reported below and at the top of the page --&amp;gt;&lt;br /&gt;
7 projects&lt;br /&gt;
&lt;br /&gt;
===Traumatic Brain Injury===&lt;br /&gt;
* [[Visualization and quantification of peri-contusional white matter bundles in traumatic brain injury using diffusion tensor imaging]] (Andrei Irimia, Micah Chambers, Ron Kikinis, Jack van Horn)&lt;br /&gt;
* [[Clinically oriented assessment of local changes in the properties of white matter affected by intra-cranial hemorrhage]] (Andrei Irimia, Micah Chambers, Ron Kikinis, Jack van Horn)&lt;br /&gt;
* [[Validation and testing of 3D Slicer modules implementing the Utah segmentation algorithm for traumatic brain injury]] (Bo Wang, Marcel Prastawa, Andrei Irimia, Micah Chambers, Guido Gerig, Jack van Horn)&lt;br /&gt;
* [[Exploring multi-modal registration for improved longitudinal modeling of patient-specific 4D DTI data]] (Anuja Sharma, Bo Wang, Andrei Irimia, Micah Chambers, Guido Gerig, Jack van Horn)&lt;br /&gt;
* [[2013_Summer_Project_Week: A Portable Ultrasound Device for Intracranial Hemorrhage Detection|A Portable Ultrasound Device for Intracranial Hemorrhage Detection]] (Jason White, Vicki Noble, Kirby Vosburgh)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- If it applies, update the project count reported below and at the top of the page --&amp;gt;&lt;br /&gt;
5 projects&lt;br /&gt;
&lt;br /&gt;
===Atrial Fibrillation and Cardiac Image Analysis===&lt;br /&gt;
* [[2013_Summer_Project_Week:Fibrosis_analysis|Fibrosis distribution analysis]] (Yi Gao, LiangJia Zhu, Josh Cates, Rob MacLeod, Sylvain Bouix, Ron Kikinis, Allen Tannenbaum)&lt;br /&gt;
* [[2013_Summer_Project_Week:SegmentationAidedRegistration|Segmentation Aided Registration]] (Yi Gao, LiangJia Zhu, Josh Cates, Rob MacLeod, Sylvain Bouix, Ron Kikinis, Allen Tannenbaum)&lt;br /&gt;
* [[2013_Summer_Project_Week:CARMA_workflow_wizard|Cardiac MRI Toolkit LA segmentation and enhancement quantification workflow wizard]] (Salma Bengali, Alan Morris, Brian Zenger, Josh Cates, Rob MacLeod)&lt;br /&gt;
* [[2013_Summer_Project_Week:CARMA_Documentataion|Cardiac MRI Toolkit Documentation Project]] (Salma Bengali, Alan Morris, Brian Zenger, Josh Cates, Rob MacLeod)&lt;br /&gt;
* [[2013_Summer_Project_Week:CARMA_Visualization|LA model visualization]] (Salma Bengali, Alan Morris, Josh Cates, Rob MacLeod)&lt;br /&gt;
* [[2013_Summer_Project_Week:CARMA_AutoLASeg|Cardiac MRI Toolkit: Automatic LA Segmentation with Graph Cuts Module]] (Salma Bengali, Alan Morris, Josh Cates, Gopal, Ross Whitaker, Rob MacLeod)&lt;br /&gt;
* [[2013_Summer_Project_Week:Sobolev_Segmenter|Medical Volume Segmentation Using Sobolev Active Contours]] (Arie Nakhmani, Yi Gao, LiangJia Zhu, Rob MacLeod, Josh Cates, Ron Kikinis, Allen Tannenbaum)&lt;br /&gt;
* [[2013_Summer_Project_Week:Left_Ventricle_Motion_Analysis_using_Tagged_MRI|Left Ventricle Motion Analysis using Tagged MRI]] (Yang Yu, Shaoting Zhang, Dimitris Metaxas)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- If it applies, update the project count reported below and at the top of the page --&amp;gt;&lt;br /&gt;
8 projects&lt;br /&gt;
&lt;br /&gt;
===Radiation Therapy===&lt;br /&gt;
* [[2013_Summer_Project_Week:Landmark_Registration| Landmark Registration]] (Steve, Nadya, Greg, Paolo, Erol)&lt;br /&gt;
* [[2013_Summer_Project_Week:Slicer_RT:_DICOM-RT_Export | SlicerRT: Dicom-RT Export]] (Greg Sharp, Kevin Wang, Csaba Pinter)&lt;br /&gt;
* [[2013_Summer_Project_Week:Proton_dose_calculation | Proton dose calculation]]  (Greg Sharp, Kevin Wang, Maxime Desplanques)&lt;br /&gt;
* [[2013_Summer_Project_Week:Deformable_registration_validation_toolkit | Deformable registration validation toolkit]] (Greg Sharp, Kevin Wang, Andrey Fedorov)&lt;br /&gt;
* [[2013_Summer_Project_Week:Deformable_transforms | Deformable transform handling in Transforms module]] (Csaba Pinter, Alex Yarmarkovich, Andras Lasso)&lt;br /&gt;
* [[2013_Summer_Project_Week:Brachy_HDR_Ultrasound | Creating DICOM series from ultrasound for prostate HDR brachytherapy]] (Adam Rankin)&lt;br /&gt;
* [[Analysis of different atlas-based segmentation techniques for parotid glands]] (Christian Wachinger, Karl Fritscher, Greg Sharp, Matthew Brennan)&lt;br /&gt;
* [[2013_Summer_Project_Week:Prostate_radiotherapy_DICOM_communication|DICOM communication between Slicer and Oncentra Prostate radiation therapy planning system]] (Andrey Fedorov, Csaba Pinter, Emily Neubauer-Sugar, Alireza Mehrtash)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- If it applies, update the project count reported below and at the top of the page --&amp;gt;&lt;br /&gt;
8 projects&lt;br /&gt;
&lt;br /&gt;
===IGT and Device Integration with Slicer===&lt;br /&gt;
* [[2013_Summer_Project_Week:TractAtlasCluster| Tract Atlas and Clustering for Neurosurgery]] (Lauren O'Donnell)&lt;br /&gt;
* [[2013_Summer_Project_Week:SlicerIGT_Extension| SlicerIGT extension]] (Tamas Ungi, Junichi Tokuda, Laurent Chauvin)&lt;br /&gt;
* [[2013_Summer_Project_Week:Ultrasound_Calibration| Ultrasound Calibration]] (Matthew Toews, Daniel Kostro, William Wells, Stephen Aylward, Isaiah Norton, Tamas Ungi)&lt;br /&gt;
* [[2013_Summer_Project_Week:Ultrasound_Needle_Detection| Ultrasound Needle Detection]] (Alireza Mehrtash, Daniel Kostro, Matthew Toews, Tamas Ungi, William Wells, Tina Kapur)&lt;br /&gt;
* [[2013_Summer_Project_Week:Liver_Trajectory_Management| Liver Trajectory Management]] (Laurent Chauvin, Junichi Tokuda)&lt;br /&gt;
* [[2013_Summer_Project_Week:4DUltrasound| 4D Ultrasound]] (Laurent Chauvin, Junichi Tokuda)&lt;br /&gt;
* [[2013_Summer_Project_Week:LabelMapStatistics| Label map statistics]] (Laurent Chauvin, Csaba Pinter)&lt;br /&gt;
* [[2013_Summer_Project_Week:PerkTutorExtension| Perk Tutor Extension]] (Matthew Holden, Tamas Ungi)&lt;br /&gt;
* [[2013_Summer_Project_Week:Open_source_electromagnetic_trackers_using_OpenIGTLink| Open-source electromagnetic trackers using OpenIGTLink]] (Peter Traneus Anderson, Tina Kapur, Sonia Pujol)&lt;br /&gt;
* [[2013_Summer_Project_Week:3D_prostate_segmentation_of_Ultrasound_image| Segmentation of Prostate Gland from 3D US for Prostate Interventions]] (Xu Li, Andriy Fedorov, Tina Kapur, William Wells)&lt;br /&gt;
* [[2013_Summer_Project_Week:3D_prostate_registration_of_Ultrasound_image_using_MRI| Registration of an MRI delineated image of the Prostate Gland ot a 3D US for Prostate Interventions]] (Demian Wassermann, Andriy Fedorov, Tina Kapur, William Wells)&lt;br /&gt;
* [[2013_Summer_Project_Week:ProstateBRP| MRI-guided robotic prostate interventinos]] (Junichi Tokuda, Greg Fischer, Nirav Patel, Nobuhiko Hata, Clare Tempnay)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- If it applies, update the project count reported below and at the top of the page --&amp;gt;&lt;br /&gt;
12 projects&lt;br /&gt;
&lt;br /&gt;
===Chronic Obstructive Pulmonary Disease===&lt;br /&gt;
* [[2013_Summer_Project_Week:Airway_Inspector_Porting | Porting Airway Inspector to Slicer 4]] (Raul San Jose, Demian Wassermann, Rola Harmouche)&lt;br /&gt;
* [[2013_Summer_Project_Week:MRML_Infrastructure_Airway_Inspector | Airway Inspector: Slicer Extension and MRML Infrastructure]] (Demian Wassermann, Raul San Jose, Rola Harmouche)&lt;br /&gt;
* [[2013_Summer_Project_Week:Nipype_CLI_Integration | Integration of Nipype with CLI modules in the Chest Imaging Platform Library ]] (Rola Harmouche,Demian Wassermann, Raul San Jose)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- If it applies, update the project count reported below and at the top of the page --&amp;gt;&lt;br /&gt;
3 projects&lt;br /&gt;
&lt;br /&gt;
=== '''Additional Collaborations'''===&lt;br /&gt;
* [[2013_Summer_Project_Week:VicomTech| VicomTech visit: Imaging solutions and Slicer use]] (Ivan Macia)&lt;br /&gt;
* [[2013_Summer_Project_Week:Radnostics |Spine Segmentation &amp;amp; Osteoporosis Detection In CT Imaging Studies]] (Anthony Blumfield, Ron Kikinis)&lt;br /&gt;
* [[2013_Summer_Project_Week: Computer Assisted Surgery| Computer Assisted Reconstruction of Complex Bone Fractures]] (Karl Fritscher, Peter Karasev, Ivan Kolesov, Allen Tannenbaum, Ron Kikinis)&lt;br /&gt;
* [[2013_Summer_Project_Week:XNAT 3D Viewer| XNAT 3D Viewer]] (Amanda Hartung, Steve Pieper, Daniel Haehn)&lt;br /&gt;
* [[2013_Summer_Project_Week:kukarobot| Interface for the integration of a KUKA robot using OpenIGTLink]] (Sebastian Tauscher, Thomas Neff, Junichi Tokuda, Nobuhiko Hata)&lt;br /&gt;
* [[2013_Summer_Project_Week:Application of Statistical Shape Modeling to Robot Assisted Spine Surgery | Application of Statistical Shape Modeling to Robot Assisted Spine Surgery]] (Marine Clogenson)&lt;br /&gt;
* [[2013_Summer_Project_Week:Robot_Control| Robot Control]] (A.Vilchis, J-C. Avila-Vilchis, S.Pujol)&lt;br /&gt;
* [[2013_Summer_Project_Week:Epilepsy_Surgery|Identification of MRI Blurring in Temporal Lobe Epilepsy Surgery]] (Luiz Murta)&lt;br /&gt;
* [[2013_Summer_Project_Week:_Is_Neurosurgical_Rigid_Registration_Really_Rigid%3F| Is Neurosurgical Rigid Registration Really Rigid?]] (Athena)&lt;br /&gt;
* [[2013_Summer_Project_Week: Individualized Neuroimaging Content Analysis using 3D Slicer in Alzheimer's Disease| Individualized Neuroimaging Content Analysis using 3D Slicer]] (Sidong Liu, Weidong Cai, Sonia Pujol, Ron Kikinis)&lt;br /&gt;
* [[2013_Summer_Project_Week:CMFReg | Cranio-Maxillofacial Registration]] (Vinicius Boen)&lt;br /&gt;
* [[2013_Summer_Project_Week:DTIPipelineExtensions | DTI Analysis Pipeline as Slicer4 Extensions]] (Francois Budin)&lt;br /&gt;
*[[2013_Project_Week:WebbasedAnatomicalTeachingFrameworkSummer2013|Web-based anatomical teaching framework]] (Lilla Zollei, Nathaniel Reynolds, Daniel Haehn, Nicolas Rannou, Steve Pieper, Rudolph Pienaar)&lt;br /&gt;
* [[2013_Summer_Project_Week:Biomedical_Image_Computing_Teaching_Modules|3D Slicer based Biomedical image computing teaching modules]]   (A. Vilchis, J-C. Avila-Vilchis, S. Pujol)&lt;br /&gt;
* [[2013_Summer_Project_Week:Analyzing Breast Tumor Heterogeneity Using 3D Slicer|Analyzing Breast Tumor Heterogeneity Using 3D Slicer]] (Sneha Durgapal, Jayender Jagadeesan, Tobias Penzkofer, Vivek Narayan)&lt;br /&gt;
* [[2013_Summer_Project_Week:WMH Segmentation for Stroke|WMH Segmentation for Stroke]] (Adrian Dalca, Ramesh Sridharan, Kayhan Batmanghelich, Polina Golland)&lt;br /&gt;
* [[2013_Summer_Project_Week:WMQL Integration in Slicer|White Matter Query Language (WMQL) Integration in Slicer]] (Demian Wassermann, Carl-Fredrik Westin)&lt;br /&gt;
* [[2013_Summer_Project_Week:Documentation for Slicer 4.2 Data Loading and 3D Visualization|Documentation for Slicer 4.2 Data Loading and 3D Visualization]] (Parth Amin WIT, Matt Flynn WIT, Dr. Pujol HMS)&lt;br /&gt;
* [[2013_Summer_Project_Week:WM Geometry Tools|Integration in Slicer of white matter geometry tools]] (Peter Savadjiev, Carl-Fredrik Westin)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- If it applies, update the project count reported below and at the top of the page --&amp;gt;&lt;br /&gt;
16 projects&lt;br /&gt;
&lt;br /&gt;
==='''Infrastructure'''===&lt;br /&gt;
* [[2013_Summer_Project_Week:MarkupsModuleSummer2013| Markups/Annotations rewrite]] (Nicole Aucoin, Ron Kikinis)&lt;br /&gt;
* [[2013_Summer_Project_Week:Patient_hierarchy | Patient hierarchy]] (Csaba Pinter, Andras Lasso, Steve Pieper)&lt;br /&gt;
* [[2013_Summer_Project_Week:CLI_Improvements | CLI Improvements (hierarchy nodes, related nodes, roles)]] (Andras Lasso, Csaba Pinter, Jc, Steve, Jim)&lt;br /&gt;
* [[2013_Summer_Project_Week:CLI_Matlab | CLI module implementation in Matlab]] (Andras Lasso, Jc, Steve, Jim)&lt;br /&gt;
* [[2013_Summer_Project_Week:Sample_Data | Sample Data]] (Steve Pieper, Jim Miller, Bill Lorensen, Jc)&lt;br /&gt;
* [[ITK -VTK wrapper]] (Paolo Zaffino, Greg Sharp, Steve Pieper)&lt;br /&gt;
* [[2013_Summer_Project_Week:Optimizing start time of slicer| Optimizing start time of slicer]] (Jc, Steve)&lt;br /&gt;
* [[Common resampling and conversion utility functions in Slicer]] (Csaba Pinter, Steve Pieper, Hans, Kevin Wang)&lt;br /&gt;
* [[2013_Summer_Project_Week:CLI_modules_in_MeVisLab| Integrating CTK CLI modules into MeVisLab]] (Hans Meine, Steve, Jc)&lt;br /&gt;
* [[2013_Summer_Project_Week:SimpleITK_GUI| Common Usage GUI for SimpleITK]] (Brad Lowekamp, Hans Johnson, Dave Welch, Steve)&lt;br /&gt;
* [[2013_Summer_Project_Week:Extension_dependencies| Extension dependencies]] (Jc, Adam Rankin)&lt;br /&gt;
* [[2013_Summer_Project_Week:Parameter_heirarchy| Parameter (time) Hierarchy]] (Adam Rankin)&lt;br /&gt;
* [[2013_Summer_Project_Week:ITK_Shared_IO_Libraries| ITK Shared I/O Libraries]] (Brad Lowekamp, Jc, Jim)&lt;br /&gt;
* [[2013_Summer_Project_Week:Python_Embedding| Python Embedding Library]] (Rui, Jim, Jc, Steve)&lt;br /&gt;
&amp;lt;!-- If it applies, update the project count reported below and at the top of the page --&amp;gt;&lt;br /&gt;
14 projects&lt;br /&gt;
&lt;br /&gt;
== '''Background''' ==&lt;br /&gt;
&lt;br /&gt;
We are pleased to announce the 17th PROJECT WEEK of hands-on research and development activity for applications in Neuroscience, Image-Guided Therapy and several additional areas of biomedical research that enable personalized medicine. Participants will engage in open source programming using the [[NA-MIC-Kit|NA-MIC Kit]], algorithm design, medical imaging sequence development, tracking experiments, and clinical application. The main goal of this event is to move forward the translational research deliverables of the sponsoring centers and their collaborators. Active and potential collaborators are encouraged and welcome to attend this event. This event will be set up to maximize informal interaction between participants.  If you would like to learn more about this event, please [http://public.kitware.com/cgi-bin/mailman/listinfo/na-mic-project-week click here to join our mailing list].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Active preparation begins on Thursday, April 25th at 3pm ET, with a kick-off teleconference.  Invitations to this call will be sent to members of the sponsoring communities, their collaborators, past attendees of the event, as well as any parties who have expressed an interest in working with these centers. The main goal of the kick-off call is to get an idea of which groups/projects will be active at the upcoming event, and to ensure that there is sufficient coverage for all. Subsequent teleconferences will allow for more focused discussions on individual projects and allow the hosts to finalize the project teams, consolidate any common components, and identify topics that should be discussed in breakout sessions. In the final days leading upto the meeting, all project teams will be asked to fill in a template page on this wiki that describes the objectives and plan of their projects.  &lt;br /&gt;
&lt;br /&gt;
The event itself will start off with a short presentation by each project team, driven using their previously created description, and will help all participants get acquainted with others who are doing similar work. In the rest of the week, about half the time will be spent in breakout discussions on topics of common interest of subsets of the attendees, and the other half will be spent in project teams, doing hands-on project work.  The hands-on activities will be done in 40-50 small teams of size 2-4, each with a mix of multi-disciplinary expertise.  To facilitate this work, a large room at MIT will be setup with several tables, with internet and power access, and each computer software development based team will gather on a table with their individual laptops, connect to the internet to download their software and data, and be able to work on their projects.  Teams working on projects that require the use of medical devices will proceed to Brigham and Women's Hospital and carry out their experiments there. On the last day of the event, a closing presentation session will be held in which each project team will present a summary of what they accomplished during the week.&lt;br /&gt;
&lt;br /&gt;
This event is part of the translational research efforts of [http://www.na-mic.org NA-MIC], [http://www.ncigt.org NCIGT], [http://nac.spl.harvard.edu/ NAC], [http://catalyst.harvard.edu/home.html Harvard Catalyst],  [http://www.cimit.org CIMIT], and OCAIRO.  It is an expansion of the NA-MIC Summer Project Week that has been held annually since 2005. It will be held every summer at MIT and Brigham and Womens Hospital in Boston, typically during the last full week of June, and in Salt Lake City in the winter, typically during the second week of January.  &lt;br /&gt;
&lt;br /&gt;
A summary of all past NA-MIC Project Events is available [[Project_Events#Past|here]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== '''Logistics''' ==&lt;br /&gt;
&lt;br /&gt;
*'''Dates:''' June 17-21, 2013.&lt;br /&gt;
*'''Location:''' [[MIT_Project_Week_Rooms| Stata Center / RLE MIT]]. &lt;br /&gt;
*'''REGISTRATION:'''  http://www.regonline.com/namic2013summerprojweek. Please note that  as you proceed to the checkout portion of the registration process, RegOnline will offer you a chance to opt into a free trial of ACTIVEAdvantage -- click on &amp;quot;No thanks&amp;quot; in order to finish your Project Week registration.&lt;br /&gt;
*'''Registration Fee:''' $300.&lt;br /&gt;
*'''Hotel:''' Similar to previous years, no rooms have been blocked in a particular hotel.&lt;br /&gt;
*'''Room sharing''': If interested, add your name to the list before May 27th. See [[2013_Summer_Project_Week/RoomSharing|here]]&lt;br /&gt;
&lt;br /&gt;
== '''Preparation''' ==&lt;br /&gt;
&lt;br /&gt;
# Please make sure that you are on the http://public.kitware.com/cgi-bin/mailman/listinfo/na-mic-project-week mailing list&lt;br /&gt;
# The NA-MIC engineering team will be discussing projects in a their [http://wiki.na-mic.org/Wiki/index.php/Engineering:TCON_2013 weekly teleconferences]. Participants from the above mailing list will be invited to join to discuss their projects, so please make sure you are on it!&lt;br /&gt;
# By 3pm ET on Thursday May 8, all participants to add a one line title of their project to #Projects&lt;br /&gt;
# By 3pm ET on Thursday June 6, all project leads to complete [[Project_Week/Template|Complete a templated wiki page for your project]]. Please do not edit the template page itself, but create a new page for your project and cut-and-paste the text from this template page.  If you have questions, please send an email to tkapur at bwh.harvard.edu.&lt;br /&gt;
# By 3pm on June 13: Create a directory for each project on the [[Engineering:SandBox|NAMIC Sandbox]] (Matt)&lt;br /&gt;
## Commit on each sandbox directory the code examples/snippets that represent our first guesses of appropriate methods. (Luis and Steve will help with this, as needed)&lt;br /&gt;
## Gather test images in any of the Data sharing resources we have (e.g. XNAT/MIDAS). These ones don't have to be many. At least three different cases, so we can get an idea of the modality-specific characteristics of these images. Put the IDs of these data sets on the wiki page. (the participants must do this.)&lt;br /&gt;
## Where possible, setup nightly tests on a separate Dashboard, where we will run the methods that we are experimenting with. The test should post result images and computation time. (Matt)&lt;br /&gt;
# Please note that by the time we get to the project event, we should be trying to close off a project milestone rather than starting to work on one...&lt;br /&gt;
# People doing Slicer related projects should come to project week with slicer built on your laptop.&lt;br /&gt;
## See the [http://www.slicer.org/slicerWiki/index.php/Documentation/4.0/Developers Developer Section of slicer.org] for information.&lt;br /&gt;
## Projects to develop extension modules should be built against the latest Slicer4 trunk.&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.  ([http://www.regonline.com/Register/Checkin.aspx?EventID=1233699  Please click here to register.])&lt;br /&gt;
&lt;br /&gt;
#Parth Amin, WIT, aminp@wit.edu&lt;br /&gt;
#Charles Anderson, BWH, canderson26@partners.org&lt;br /&gt;
#Peter Anderson, retired, traneus@verizon.net&lt;br /&gt;
#Nicole Aucoin, BWH, nicole@bwh.harvard.edu&lt;br /&gt;
#Juan Carlos Avila Vilchis, Univ del Estado de Mexico, jc.avila.vilchis@hotmail.com&lt;br /&gt;
#Kayhan Batmanghelich, MIT, kayhan@csail.mit.edu&lt;br /&gt;
#Salma Bengali, Univ UT, salma.bengali@carma.utah.edu&lt;br /&gt;
#Anthony Blumfield, Radnostics, Anthony.Blumfield@Radnostics.com&lt;br /&gt;
#Vinicius Boen, Univ Michigan, vboen@umich.edu&lt;br /&gt;
#Taylor Braun-Jones, GE Healthcare, taylor.braun-jones@ge.com&lt;br /&gt;
#Matthew Brennan, MIT, brennanm@mit.edu&lt;br /&gt;
#Francois Budin, NIRAL-UNC, fbudin@unc.edu&lt;br /&gt;
#Ivan Buzurovic, BWH/HMS, ibuzurovic@lroc.harvard.edu&lt;br /&gt;
#Josh Cates, Univ UT, cates@sci.utah.edu&lt;br /&gt;
#Micah Chambers, UCLA, micahcc@ucla.edu&lt;br /&gt;
#Laurent Chauvin, BWH - SPL, lchauvin@bwh.harvard.edu&lt;br /&gt;
#Marine Clogenson, Ecole Polytechnique Federale de Lausanne (Switzerland), marine.clogenson@epfl.ch&lt;br /&gt;
#Adrian Dalca, MIT, adalca@MIT.EDU&lt;br /&gt;
#Matthew D'Artista, BWH - SPL, mdartista7@gmail.com&lt;br /&gt;
#Manasi Datar, Univ UT-SCI Institute, datar@sci.utah.edu&lt;br /&gt;
#Sneha Durgapal, BWH, durgapalsneha@gmail.com&lt;br /&gt;
#Luping Fang, Zhejiang Univ of Technology (China), flp@zjut.edu.cn&lt;br /&gt;
#Andriy Fedorov, BWH, fedorov@bwh.harvard.edu&lt;br /&gt;
#Jean-Christophe Fillion-Robin, Kitware, jchris.fillionr@kitware.com&lt;br /&gt;
#Gregory Fischer, WPI, gfischer@wpi.edu&lt;br /&gt;
#Barton Fiske, zSpace Inc, bfiske@zspace.com&lt;br /&gt;
#Matthew Flynn, WIT, flynnm3@wit.edu&lt;br /&gt;
#Karl Fritscher, MGH, kfritscher@gmail.com&lt;br /&gt;
#Yi Gao, Univ AL Birmingham, gaoyi.cn@gmail.com&lt;br /&gt;
#Alexandra Golby, BWH, agolby@partners.org &lt;br /&gt;
#Maria Gonzalez-Puente, WIT, gonzalezpuentem@wit.edu&lt;br /&gt;
#Dan Groszmann, GE Healthcare, daniel.groszmann@ge.com&lt;br /&gt;
#Daniel Haehn, Boston Childrens Hospital, daniel.haehn@childrens.harvard.edu&lt;br /&gt;
#Michael Halle, BWH-SPL, mhalle@bwh.harvard.edu&lt;br /&gt;
#Rola Harmouche, BWH, rharmo@bwh.harvard.edu&lt;br /&gt;
#Amanda Hartung, Rochester Inst of Tech, amh1646@rit.edu&lt;br /&gt;
#Nobuhiko Hata, BWH, hata@bwh.harvard.edu&lt;br /&gt;
#Nicholas Herlambang, AZE Technology Inc, nicholas.herlambang@azetech.com&lt;br /&gt;
#Matthew Holden, Queen's Univ (Canada), mholden8@cs.queensu.ca&lt;br /&gt;
#Andrei Irimia, UCLA, andrei.irimia@loni.ucla.edu&lt;br /&gt;
#Jayender Jagadeesan, BWH-SPL, jayender@bwh.harvard.edu&lt;br /&gt;
#Sylvain Jaume, WIT, jaumes@wit.edu&lt;br /&gt;
#Daniel Jimenez, daniel.jimenez@gmail.com&lt;br /&gt;
#Hans Johnson, Univ Iowa, hans-johnson@uiowa.edu&lt;br /&gt;
#Tina Kapur, BWH/HMS, tkapur@bwh.harvard.edu&lt;br /&gt;
#Alex Kikinis, BWH, alexkikinis@gmail.com&lt;br /&gt;
#Ron Kikinis, HMS, kikinis@bwh.harvard.edu&lt;br /&gt;
#Nils Klarlund, IEEE, klarlund@ieee.org&lt;br /&gt;
#Daniel Kostro, BWH, dkostro@bwh.harvard.edu&lt;br /&gt;
#Andras Lasso, Queen's Univ (Canada), lasso@cs.queensu.ca&lt;br /&gt;
#Rui Li, GE Global Research, li.rui@ge.com&lt;br /&gt;
#Xu Li, BWH, lixu0103@gmail.com&lt;br /&gt;
#Lichen Liang, MGH, lichenl@nmr.mgh.harvard.edu&lt;br /&gt;
#Sidong Liu, Univ Sydney (Australia), sliu7418@uni.sydney.edu.au&lt;br /&gt;
#William Lorensen, Bill's Basement, bill.lorensen@gmail.com &lt;br /&gt;
#Bradley Lowekamp, Medical Science &amp;amp; Computing Inc, bradley.lowekamp@nih.gov&lt;br /&gt;
#Athena Lyons, Univ Western Australia, 20359511@student.uwa.edu.au&lt;br /&gt;
#Nikos Makris, MGH, nikos@nmr.mgh.harvard.edu&lt;br /&gt;
#Katie Mastrogiacomo, BWH - SPL, kmast@bwh.harvard.edu&lt;br /&gt;
#Alireza Mehrtash, BWH - SPL, mehrtash@bwh.harvard.edu&lt;br /&gt;
#Hans Meine, Fraunhofer MEVIS (Germany), hans.meine@mevis.fraunhofer.de&lt;br /&gt;
#Jim Miller, GE Global Research, millerjv@ge.com&lt;br /&gt;
#Luis Murta, Univ Sao Paulo (Brazil), lomurta@gmail.com&lt;br /&gt;
#Arie Nakhmani, Univ AL Birmingham, anry@uab.edu&lt;br /&gt;
#Isaiah Norton, BWH, inorton@bwh.harvard.edu&lt;br /&gt;
#Lauren O'Donnell, BWH, odonnell@bwh.harvard.edu&lt;br /&gt;
#Dirk Padfield, GE Global Research, padfield@research.ge.com&lt;br /&gt;
#Jian Pan, Zhejiang Univ of Technology (China), pj@zjut.edu.cn&lt;br /&gt;
#George Papadimitriou, MGH, georgep@nmr.mgh.harvard.edu&lt;br /&gt;
#Nirav Patel, WPI, napatel@wpi.edu&lt;br /&gt;
#Tobias Penzkofer, BWH - SPL, pt@bwh.harvard.edu&lt;br /&gt;
#Rudolph Pienaar, Boston Childrens Hospital, Rudolph.Pienaar@childrens.harvard.edu&lt;br /&gt;
#Steve Pieper, Isomics Inc, pieper@isomics.com&lt;br /&gt;
#Csaba Pinter, Queen's Univ (Canada), pinter@cs.queensu.ca&lt;br /&gt;
#William Plishker, IGI Technologies, will@igitechnologies.com&lt;br /&gt;
#Sonia Pujol, HMS, spujol@bwh.harvard.edu&lt;br /&gt;
#Adam Rankin, Queen's Univ (Canada), rankin@cs.queensu.ca&lt;br /&gt;
#Nathaniel Reynolds, MGH, reynolds@nmr.mgh.harvard.edu&lt;br /&gt;
#Raul San Jose, BWH, rjosest@bwh.harvard.edu&lt;br /&gt;
#Peter Savadjiev, BWH, petersv@bwh.harvard.edu&lt;br /&gt;
#Tobias Schroeder, GE Healthcare, tobias.schroeder@ge.com&lt;br /&gt;
#Anuja Sharma, Univ UT-SCI Institute, anuja@cs.utah.edu&lt;br /&gt;
#Greg Sharp, MGH, gcsharp@partners.org&lt;br /&gt;
#Nadya Shusharina, MGH, nshusharina@partners.org&lt;br /&gt;
#Sebastian Tauscher, Leibniz Univ Hannover (Germany), sebastian.tauscher@imes.uni-hannover.de&lt;br /&gt;
#Clare Tempany, BWH, ctempanyafdhal@partners.org&lt;br /&gt;
#Cyrill von Tiesenhausen, KUKA Laboratories (Germany), cyrill.tiesenhausen@kuka.com&lt;br /&gt;
#Gaurie Tilak, BWH, gaurie_tilak@hms.harvard.edu&lt;br /&gt;
#Matthew Toews, BWH/HMS, mt@bwh.harvard.edu&lt;br /&gt;
#Junichi Tokuda, BWH, tokuda@bwh.harvard.edu&lt;br /&gt;
#Tamas Ungi, Queen's Univ (Canada), ungi@cs.queensu.ca&lt;br /&gt;
#Adriana Vilchis González, Univ del Estado de Mexico, hvigady@hotmail.com&lt;br /&gt;
#Kirby Vosburgh, BWH, kirby@bwh.harvard.edu&lt;br /&gt;
#Christian Wachinger, MIT, wachinge@mit.edu&lt;br /&gt;
#Bo Wang, Univ UT-SCI Institute, bowang@sci.utah.edu&lt;br /&gt;
#Demian Wassermann, BWH, demian@bwh.harvard.edu&lt;br /&gt;
#David Welch, Univ Iowa, david-welch@uiowa.edu&lt;br /&gt;
#William Wells, BWH/HMS, sw@bwh.harvard.edu&lt;br /&gt;
#Phillip White, BWH/HMS, white@bwh.harvard.edu&lt;br /&gt;
#Alex Yarmarkovich, Isomics Inc, alexy@bwh.harvard.edu&lt;br /&gt;
#Kitaro Yoshimitsu, BWH, kitarof1@bwh.harvard.edu&lt;br /&gt;
#Yang Yu, Rutgers Univ, yyu@cs.rutgers.edu&lt;br /&gt;
#Paolo Zaffino, Univ Magna Graecia of Catanzaro (Italy), p.zaffino@unicz.it&lt;br /&gt;
#Lilla Zollei, MGH, lzollei@nmr.mgh.harvard.edu&lt;/div&gt;</summary>
		<author><name>Blowekamp</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2013_Summer_Project_Week:ITK_Shared_IO_Libraries&amp;diff=81916</id>
		<title>2013 Summer Project Week:ITK Shared IO Libraries</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2013_Summer_Project_Week:ITK_Shared_IO_Libraries&amp;diff=81916"/>
		<updated>2013-06-17T15:53:01Z</updated>

		<summary type="html">&lt;p&gt;Blowekamp: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Key Investigators==&lt;br /&gt;
* MSC/NLM: Bradley Lowekamp&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We are looking at converting ITK's IO libraries to be shared on Windows systems. This should address the problems of ITK's ImageIO factories being registered multiple time during static initialization.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We want to create a patch for ITK which adds a modular option for shared libraries, then turn this option on for all ITK modules which contain ObjectFactories. Then we will disable complication added to Slicer3D to deal with the current complication.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 40%; float: left;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Delivery Mechanism==&lt;br /&gt;
&lt;br /&gt;
This goal of this work is to push it in to ITK upstream for the 4.5 development cycle.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
* http://review.source.kitware.com/#/c/11567/&lt;/div&gt;</summary>
		<author><name>Blowekamp</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2013_Summer_Project_Week:SimpleITK_GUI&amp;diff=81915</id>
		<title>2013 Summer Project Week:SimpleITK GUI</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2013_Summer_Project_Week:SimpleITK_GUI&amp;diff=81915"/>
		<updated>2013-06-17T15:52:40Z</updated>

		<summary type="html">&lt;p&gt;Blowekamp: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-MIT2013.png|[[2013_Summer_Project_Week#Projects|Projects List]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* MSC/NLM: Bradley Lowekamp&lt;br /&gt;
* UIowa: Hans Johnson, Dave Welch&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A Slicer module that provides some 'common usage' of SimpleITK within Slicer to facilitate learning and adoption of the Python scripting in Slicer with SimpleITK.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We will create a Scripted Module with four sections: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; SimpleITK filter: Filters chosen from drop-down menu, with dynamically created parameter widgets&lt;br /&gt;
&amp;lt;li&amp;gt; Input: Dynamically created for the number of images required by the SimpleITK filter selected that is MRML-aware&lt;br /&gt;
&amp;lt;li&amp;gt; Output: Output image widget&lt;br /&gt;
&amp;lt;li&amp;gt; Script: Textual display of Python script the module will evaluate.  An &amp;quot;Apply&amp;quot; button will execute the Python code&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 40%; float: left;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Delivery Mechanism==&lt;br /&gt;
&lt;br /&gt;
This work will be delivered to the NA-MIC Kit as a (please select the appropriate options by noting YES against them below)&lt;br /&gt;
&lt;br /&gt;
#ITK Module&lt;br /&gt;
#Slicer Module YES&lt;br /&gt;
##Built-in&lt;br /&gt;
##Extension -- commandline&lt;br /&gt;
##Extension -- loadable YES&lt;br /&gt;
#Other (Please specify)&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
* https://www.icts.uiowa.edu/jira/secure/attachment/22053/SlicerSimpleITKUserGUI.pdf&lt;/div&gt;</summary>
		<author><name>Blowekamp</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2013_Summer_Project_Week&amp;diff=81914</id>
		<title>2013 Summer Project Week</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2013_Summer_Project_Week&amp;diff=81914"/>
		<updated>2013-06-17T15:52:11Z</updated>

		<summary type="html">&lt;p&gt;Blowekamp: /* Infrastructure */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; Back to [[Events]]&lt;br /&gt;
[[image:PW-MIT2013.png|300px]]&lt;br /&gt;
&lt;br /&gt;
Dates: June 17-21, 2013.&lt;br /&gt;
&lt;br /&gt;
Location: MIT, Cambridge, MA.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Agenda==&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-style=&amp;quot;background:#b0d5e6;color:#02186f&amp;quot; &lt;br /&gt;
!style=&amp;quot;width:10%&amp;quot; |Time&lt;br /&gt;
!style=&amp;quot;width:18%&amp;quot; |Monday, June 17&lt;br /&gt;
!style=&amp;quot;width:18%&amp;quot; |Tuesday, June 18&lt;br /&gt;
!style=&amp;quot;width:18%&amp;quot; |Wednesday, June 19&lt;br /&gt;
!style=&amp;quot;width:18%&amp;quot; |Thursday, June 20&lt;br /&gt;
!style=&amp;quot;width:18%&amp;quot; |Friday, June 21&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|bgcolor=&amp;quot;#dbdbdb&amp;quot;|'''Project Presentations'''&lt;br /&gt;
|bgcolor=&amp;quot;#6494ec&amp;quot;|'''NA-MIC Update Day'''&lt;br /&gt;
|&lt;br /&gt;
|bgcolor=&amp;quot;#88aaae&amp;quot;|'''IGT and RT Day'''&lt;br /&gt;
|bgcolor=&amp;quot;#faedb6&amp;quot;|'''Reporting Day'''&lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''8:30am'''&lt;br /&gt;
|&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Breakfast&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Breakfast&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Breakfast&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Breakfast&lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''9am-12pm'''&lt;br /&gt;
|&lt;br /&gt;
|'''10-11am''' [[2013 Project Week Breakout Session:Slicer4Python|Slicer4 Python Modules, Testing, Q&amp;amp;A]] (Steve Pieper) &amp;lt;br&amp;gt;&lt;br /&gt;
[[MIT_Project_Week_Rooms|Grier Room (Left)]] &lt;br /&gt;
|'''9:30-11pm: &amp;lt;font color=&amp;quot;#4020ff&amp;quot;&amp;gt;Breakout Session:'''&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt; [[2013 Project Week Breakout Session: SimpleITK|Slicer and SimpleITK]] (Hans Johnson, Brad Lowekamp)&lt;br /&gt;
[[MIT_Project_Week_Rooms#32-D507|32-D507]]&lt;br /&gt;
|'''10am-12pm: &amp;lt;font color=&amp;quot;#4020ff&amp;quot;&amp;gt;Breakout Session:'''&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;[[2013 Project Week Breakout Session: IGT|Image-Guided Therapy]] (Tina Kapur)&lt;br /&gt;
[[MIT_Project_Week_Rooms#32-D407|32-D407]]&lt;br /&gt;
|'''10am-12pm:''' [[#Projects|Project Progress Updates]]&lt;br /&gt;
[[MIT_Project_Week_Rooms#Grier_34-401_AB|Grier Rooms]]&lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''12pm-1pm'''&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Lunch&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Lunch&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Lunch&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Lunch&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Lunch boxes; Adjourn by 1:30pm&lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''1pm-5:30pm'''&lt;br /&gt;
|'''1-1:05pm: &amp;lt;font color=&amp;quot;#503020&amp;quot;&amp;gt;Ron Kikinis: Welcome&amp;lt;/font&amp;gt;'''&lt;br /&gt;
[[MIT_Project_Week_Rooms#Grier_34-401_AB|Grier Rooms]]&lt;br /&gt;
&amp;lt;br&amp;gt;----------------------------------------&amp;lt;br&amp;gt;&lt;br /&gt;
'''1:05-3:30pm:''' [[#Projects|Project Introductions]] (all Project Leads)&lt;br /&gt;
[[MIT_Project_Week_Rooms#Grier_34-401_AB|Grier Rooms]]&lt;br /&gt;
&amp;lt;br&amp;gt;----------------------------------------&amp;lt;br&amp;gt;&lt;br /&gt;
'''3:30-4:30pm''' [[2013 Summer Project Week Breakout Session:SlicerExtensions|Slicer4 Extensions]] (Jean-Christophe Fillion-Robin)  &amp;lt;br&amp;gt;&lt;br /&gt;
[[MIT_Project_Week_Rooms#Grier_34-401_AB|Grier Room (Left)]]&lt;br /&gt;
|'''1-3pm:''' [[Renewal-06-2013|NA-MIC Renewal]] &amp;lt;br&amp;gt;PIs &amp;lt;br&amp;gt;Closed Door Session with Ron&lt;br /&gt;
[[MIT_Project_Week_Rooms#32-D407|32-D407]] &lt;br /&gt;
&amp;lt;br&amp;gt;----------------------------------------&amp;lt;br&amp;gt;&lt;br /&gt;
'''3-4pm:''' [[2013_Tutorial_Contest|Tutorial Contest Presentations]] &amp;lt;br&amp;gt;&lt;br /&gt;
[[MIT_Project_Week_Rooms#Grier_34-401_AB|Grier Rooms]]&lt;br /&gt;
|'''12:45-1pm:''' [[Events:TutorialContestJune2013|Tutorial Contest Winner Announcement]]&lt;br /&gt;
[[MIT_Project_Week_Rooms#Grier_34-401_AB|Grier Rooms]]&lt;br /&gt;
|&amp;lt;br&amp;gt;----------------------------------------&amp;lt;br&amp;gt;'''3-5:30pm: &amp;lt;font color=&amp;quot;#4020ff&amp;quot;&amp;gt;Breakout Session:'''&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt; [[2013 Summer Project Week Breakout Session:RT|Radiation Therapy]] (Greg, Csaba)&lt;br /&gt;
[[MIT_Project_Week_Rooms#32-D407|32-D407]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''5:30pm'''&lt;br /&gt;
|bgcolor=&amp;quot;#f0e68b&amp;quot;|Adjourn for the day&lt;br /&gt;
|bgcolor=&amp;quot;#f0e68b&amp;quot;|Adjourn for the day&lt;br /&gt;
|bgcolor=&amp;quot;#f0e68b&amp;quot;|Adjourn for the day&lt;br /&gt;
|bgcolor=&amp;quot;#f0e68b&amp;quot;|Adjourn for the day&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== '''Projects''' ==&lt;br /&gt;
&lt;br /&gt;
Please use [http://wiki.na-mic.org/Wiki/index.php/Project_Week/Template this template] to create wiki pages for your project. Then link the page here with a list of key personnel. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Some Stats==&lt;br /&gt;
69 Projects, 95 Attendees.  First time attendees? 5+ time attendees?&lt;br /&gt;
&lt;br /&gt;
===Huntington's Disease===&lt;br /&gt;
* [[Learn and Apply FiberBundleLabelSelect for Huntington's Disease Data]] (Hans, Demian)&lt;br /&gt;
* [[Investigate Potential Tensor Computation Improvement via Positive Semi-Definite (PSD) Tensor Estimation]] (Hans)&lt;br /&gt;
* [[2013_Summer_Project_Week:SinglePrecisionRegistrationITK| Single Precision Registration]] (Hans, Brad Lowekamp, Dave, Ali Ghayoor)&lt;br /&gt;
* [[Dynamically Configurable Quality Assurance Module for Large Huntington's Disease Database Frontend]] (Dave)&lt;br /&gt;
* [[DWIConvert]] (Dave, Kent Williams)&lt;br /&gt;
* [[Enhance and update SPL atlas]] (Dave, Hans)&lt;br /&gt;
* [[Linear Mixed-effects shape model to explore Huntington's Disease Data]] (Dave, Manasi, Hans, Ross)&lt;br /&gt;
&lt;br /&gt;
===Traumatic Brain Injury===&lt;br /&gt;
* [[Visualization and quantification of peri-contusional white matter bundles in traumatic brain injury using diffusion tensor imaging]] (Andrei Irimia, Micah Chambers, Ron Kikinis, Jack van Horn)&lt;br /&gt;
* [[Clinically oriented assessment of local changes in the properties of white matter affected by intra-cranial hemorrhage]] (Andrei Irimia, Micah Chambers, Ron Kikinis, Jack van Horn)&lt;br /&gt;
* [[Validation and testing of 3D Slicer modules implementing the Utah segmentation algorithm for traumatic brain injury]] (Bo Wang, Marcel Prastawa, Andrei Irimia, Micah Chambers, Guido Gerig, Jack van Horn)&lt;br /&gt;
* [[Exploring multi-modal registration for improved longitudinal modeling of patient-specific 4D DTI data]] (Anuja Sharma, Bo Wang, Andrei Irimia, Micah Chambers, Guido Gerig, Jack van Horn)&lt;br /&gt;
* [[2013_Summer_Project_Week: A Portable Ultrasound Device for Intracranial Hemorrhage Detection|A Portable Ultrasound Device for Intracranial Hemorrhage Detection]] (Jason White, Vicki Noble, Kirby Vosburgh)&lt;br /&gt;
&lt;br /&gt;
===Atrial Fibrillation and Cardiac Image Analysis===&lt;br /&gt;
* [[2013_Summer_Project_Week:Fibrosis_analysis|Fibrosis distribution analysis]] (Yi Gao, LiangJia Zhu, Rob MacLeod, Josh Cates, Ron Kikinis, Allen Tannenbaum)&lt;br /&gt;
* [[2013_Summer_Project_Week:CARMA_workflow_wizard|Cardiac MRI Toolkit LA segmentation and enhancement quantification workflow wizard]] (Salma Bengali, Alan Morris, Brian Zenger, Josh Cates, Rob MacLeod)&lt;br /&gt;
* [[2013_Summer_Project_Week:CARMA_Documentataion|Cardiac MRI Toolkit Documentation Project]] (Salma Bengali, Alan Morris, Brian Zenger, Josh Cates, Rob MacLeod)&lt;br /&gt;
* [[2013_Summer_Project_Week:CARMA_Visualization|LA model visualization]] (Salma Bengali, Alan Morris, Josh Cates, Rob MacLeod)&lt;br /&gt;
* [[2013_Summer_Project_Week:CARMA_AutoLASeg|Cardiac MRI Toolkit: Automatic LA Segmentation with Graph Cuts Module]] (Salma Bengali, Alan Morris, Josh Cates, Gopal, Ross Whitaker, Rob MacLeod)&lt;br /&gt;
* [[2013_Summer_Project_Week:Sobolev_Segmenter|Medical Volume Segmentation Using Sobolev Active Contours]] (Arie Nakhmani, Yi Gao, LiangJia Zhu, Rob MacLeod, Josh Cates, Ron Kikinis, Allen Tannenbaum)&lt;br /&gt;
* [[2013_Summer_Project_Week:Left_Ventricle_Motion_Analysis_using_Tagged_MRI|Left Ventricle Motion Analysis using Tagged MRI]] (Yang Yu, Shaoting Zhang, Dimitris Metaxas)&lt;br /&gt;
&lt;br /&gt;
===Radiation Therapy===&lt;br /&gt;
* [[2013_Summer_Project_Week:Landmark_Registration| Landmark Registration]] (Steve, Nadya, Greg, Paolo, Erol)&lt;br /&gt;
* [[2013_Summer_Project_Week:Slicer_RT:_DICOM-RT_Export | SlicerRT: Dicom-RT Export]] (Greg Sharp, Kevin Wang, Csaba Pinter)&lt;br /&gt;
* [[2013_Summer_Project_Week:Proton_dose_calculation | Proton dose calculation]]  (Greg Sharp, Kevin Wang, Maxime Desplanques)&lt;br /&gt;
* [[2013_Summer_Project_Week:Deformable_registration_validation_toolkit | Deformable registration validation toolkit]] (Greg Sharp, Kevin Wang, Andrey Fedorov)&lt;br /&gt;
* [[2013_Summer_Project_Week:Deformable_transforms | Deformable transform handling in Transforms module]] (Csaba Pinter, Alex Yarmarkovich, Andras Lasso)&lt;br /&gt;
* [[2013_Summer_Project_Week:Brachy_HDR_Ultrasound | Using ultrasound for prostate HDR brachytherapy]] (Adam Rankin)&lt;br /&gt;
* [[Analysis of different atlas-based segmentation techniques for parotid glands]] (Christian Wachinger, Karl Fritscher, Greg Sharp, Matthew Brennan)&lt;br /&gt;
* [[2013_Summer_Project_Week:Prostate_radiotherapy_DICOM_communication|DICOM communication between Slicer and Oncentra Prostate radiation therapy planning system]] (Andrey Fedorov, Csaba Pinter, Emily Neubauer-Sugar, Alireza Mehrtash)&lt;br /&gt;
&lt;br /&gt;
===IGT and Device Integration with Slicer===&lt;br /&gt;
* [[2013_Summer_Project_Week:TractAtlasCluster| Tract Atlas and Clustering for Neurosurgery]] (Lauren O'Donnell)&lt;br /&gt;
* [[2013_Summer_Project_Week:SlicerIGT_Extension| SlicerIGT extension]] (Tamas Ungi, Junichi Tokuda, Laurent Chauvin)&lt;br /&gt;
* [[2013_Summer_Project_Week:Ultrasound_Calibration| Ultrasound Calibration]] (Matthew Toews, Daniel Kostro, William Wells, Stephen Aylward, Isaiah Norton, Tamas Ungi)&lt;br /&gt;
* [[2013_Summer_Project_Week:Liver_Trajectory_Management| Liver Trajectory Management]] (Laurent Chauvin, Junichi Tokuda)&lt;br /&gt;
* [[2013_Summer_Project_Week:4DUltrasound| 4D Ultrasound]] (Laurent Chauvin, Junichi Tokuda)&lt;br /&gt;
* [[2013_Summer_Project_Week:LabelMapStatistics| Label map statistics]] (Laurent Chauvin, Csaba Pinter)&lt;br /&gt;
* [[2013_Summer_Project_Week:PerkTutorExtension| Perk Tutor Extension]] (Matthew Holden, Tamas Ungi)&lt;br /&gt;
* [[2013_Summer_Project_Week:Open_source_electromagnetic_trackers_using_OpenIGTLink| Open-source electromagnetic trackers using OpenIGTLink]] (Peter Traneus Anderson, Tina Kapur, Sonia Pujol)&lt;br /&gt;
* [[2013_Summer_Project_Week:3D_prostate_segmentation_of_Ultrasound_image| Segmentation of Prostate Gland from 3D US for Prostate Interventions]] (Xu Li, Andriy Fedorov, Tina Kapur, William Wells)&lt;br /&gt;
* [[2013_Summer_Project_Week:3D_prostate_registration_of_Ultrasound_image_using_MRI| Registration of an MRI delineated image of the Prostate Gland ot a 3D US for Prostate Interventions]] (Demian Wassermann, Andriy Fedorov, Tina Kapur, William Wells)&lt;br /&gt;
&lt;br /&gt;
===Chronic Obstructive Pulmonary Disease===&lt;br /&gt;
* [[2013_Summer_Project_Week:Airway_Inspector_Porting | Porting Airway Inspector to Slicer 4]] (Raul San Jose, Demian Wassermann, Rola Harmouche)&lt;br /&gt;
* [[2013_Summer_Project_Week:MRML_Infrastructure_Airway_Inspector | Airway Inspector: Slicer Extension and MRML Infrastructure]] (Demian Wassermann, Raul San Jose, Rola Harmouche)&lt;br /&gt;
* [[2013_Summer_Project_Week:Nipype_CLI_Integration | Integration of Nipype with CLI modules in the Chest Imaging Platform Library ]] (Rola Harmouche,Demian Wassermann, Raul San Jose)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Additional Collaborations'''===&lt;br /&gt;
* [[2013_Summer_Project_Week:Radnostics |Spine Segmentation &amp;amp; Osteoporosis Detection In CT Imaging Studies]] (Anthony Blumfield, Ron Kikinis)&lt;br /&gt;
* [[2013_Summer_Project_Week: Computer Assisted Surgery| Computer Assisted Reconstruction of Complex Bone Fractures]] (Karl Fritscher, Peter Karasev, Ivan Kolesov, Allen Tannenbaum, Ron Kikinis)&lt;br /&gt;
* [[2013_Summer_Project_Week:XNAT 3D Viewer| XNAT 3D Viewer]] (Amanda Hartung, Steve Pieper, Daniel Haehn)&lt;br /&gt;
* [[2013_Summer_Project_Week:kukarobot| Interface for the integration of a KUKA robot using OpenIGTLink]] (Sebastian Tauscher, Thomas Neff, Junichi Tokuda, Nobuhiko Hata)&lt;br /&gt;
* [[2013_Summer_Project_Week:Application of Statistical Shape Modeling to Robot Assisted Spine Surgery | Application of Statistical Shape Modeling to Robot Assisted Spine Surgery]] (Marine Clogenson)&lt;br /&gt;
* [[2013_Summer_Project_Week:Robot_Control| Robot Control]] (A.Vilchis, J-C. Avila-Vilchis, S.Pujol)&lt;br /&gt;
* [[2013_Summer_Project_Week:Epilepsy_Surgery|Identification of MRI Blurring in Temporal Lobe Epilepsy Surgery]] (Luiz Murta)&lt;br /&gt;
* [[2013_Summer_Project_Week:_Is_Neurosurgical_Rigid_Registration_Really_Rigid%3F| Is Neurosurgical Rigid Registration Really Rigid?]] (Athena)&lt;br /&gt;
* [[2013_Summer_Project_Week: Individualized Neuroimaging Content Analysis using 3D Slicer in Alzheimer's Disease| Individualized Neuroimaging Content Analysis using 3D Slicer]] (Sidong Liu, Weidong Cai, Sonia Pujol, Ron Kikinis)&lt;br /&gt;
* [[2013_Summer_Project_Week:CMFReg | Cranio-Maxillofacial Registration]] (Vinicius Boen)&lt;br /&gt;
* [[2013_Summer_Project_Week:DTIPipelineExtensions | DTI Analysis Pipeline as Slicer4 Extensions]] (Francois Budin)&lt;br /&gt;
*[[2013_Project_Week:WebbasedAnatomicalTeachingFrameworkSummer2013|Web-based anatomical teaching framework]] (Nathaniel Reynolds, Daniel Haehn, Nicolas Rannou, Steve Pieper, Rudolph Pienaar, Lilla Zollei)&lt;br /&gt;
* [[2013_Summer_Project_Week:Biomedical_Image_Computing_Teaching_Modules|3D Slicer based Biomedical image computing teaching modules]]   (A. Vilchis, J-C. Avila-Vilchis, S. Pujol)&lt;br /&gt;
* [[2013_Summer_Project_Week:Analyzing Breast Tumor Heterogeneity Using 3D Slicer|Analyzing Breast Tumor Heterogeneity Using 3D Slicer]] (Sneha Durgapal, Jayender Jagadeesan, Tobias Penzkofer, Vivek Narayan)&lt;br /&gt;
* [[2013_Summer_Project_Week:WMH Segmentation for Stroke|WMH Segmentation for Stroke]] (Adrian Dalca, Ramesh Sridharan, Polina Golland)&lt;br /&gt;
* [[2013_Summer_Project_Week:WMQL Integration in Slicer|White Matter Query Language (WMQL) Integration in Slicer]] (Demian Wassermann, Carl-Fredrik Westin)&lt;br /&gt;
&lt;br /&gt;
==='''Infrastructure'''===&lt;br /&gt;
* [[2013_Summer_Project_Week:MarkupsModuleSummer2013| Markups/Annotations rewrite]] (Nicole Aucoin, Ron Kikinis)&lt;br /&gt;
* [[2013_Summer_Project_Week:Patient_hierarchy | Patient hierarchy]] (Csaba Pinter, Andras Lasso, Steve Pieper)&lt;br /&gt;
* [[2013_Summer_Project_Week:CLI_Improvements | CLI Improvements (hierarchy nodes, related nodes, roles)]] (Andras Lasso, Csaba Pinter, Jc, Steve, Jim, ?)&lt;br /&gt;
* [[2013_Summer_Project_Week:CLI_Matlab | CLI module implementation in Matlab]] (Andras Lasso, Jc, Steve, Jim)&lt;br /&gt;
* [[2013_Summer_Project_Week:Sample_Data | Sample Data]] (Steve Pieper, Jim Miller, Bill Lorensen, Jc)&lt;br /&gt;
* [[ITK -VTK wrapper]] (Paolo, Dave, Hans)&lt;br /&gt;
* [[2013_Summer_Project_Week:Optimizing start time of slicer| Optimizing start time of slicer]] (Jc, Steve)&lt;br /&gt;
* [[Common resampling and conversion utility functions in Slicer]] (Csaba Pinter, Steve Pieper, Hans, Kevin Wang)&lt;br /&gt;
* [[2013_Summer_Project_Week:CLI_modules_in_MeVisLab| Integrating CTK CLI modules into MeVisLab]] (Hans Meine, Steve, Jc)&lt;br /&gt;
* [[2013_Summer_Project_Week:SimpleITK_GUI| Common Usage GUI for SimpleITK]] (Brad Lowekamp, Hans Johnson, Dave Welch)&lt;br /&gt;
* [[2013_Summer_Project_Week:Extension_dependencies| Extension dependencies]] (Jc, Adam Rankin)&lt;br /&gt;
* [[2013_Summer_Project_Week:Parameter_heirarchy| Parameter Hierarchy]] (Adam Rankin)&lt;br /&gt;
* [[2013_Summer_Project_Week:ITK_Shared_IO_Libraries| ITK Shared I/O Libraries]] (Brad Lowekamp)&lt;br /&gt;
&lt;br /&gt;
== '''Background''' ==&lt;br /&gt;
&lt;br /&gt;
We are pleased to announce the 17th PROJECT WEEK of hands-on research and development activity for applications in Neuroscience, Image-Guided Therapy and several additional areas of biomedical research that enable personalized medicine. Participants will engage in open source programming using the [[NA-MIC-Kit|NA-MIC Kit]], algorithm design, medical imaging sequence development, tracking experiments, and clinical application. The main goal of this event is to move forward the translational research deliverables of the sponsoring centers and their collaborators. Active and potential collaborators are encouraged and welcome to attend this event. This event will be set up to maximize informal interaction between participants.  If you would like to learn more about this event, please [http://public.kitware.com/cgi-bin/mailman/listinfo/na-mic-project-week click here to join our mailing list].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Active preparation begins on Thursday, April 25th at 3pm ET, with a kick-off teleconference.  Invitations to this call will be sent to members of the sponsoring communities, their collaborators, past attendees of the event, as well as any parties who have expressed an interest in working with these centers. The main goal of the kick-off call is to get an idea of which groups/projects will be active at the upcoming event, and to ensure that there is sufficient coverage for all. Subsequent teleconferences will allow for more focused discussions on individual projects and allow the hosts to finalize the project teams, consolidate any common components, and identify topics that should be discussed in breakout sessions. In the final days leading upto the meeting, all project teams will be asked to fill in a template page on this wiki that describes the objectives and plan of their projects.  &lt;br /&gt;
&lt;br /&gt;
The event itself will start off with a short presentation by each project team, driven using their previously created description, and will help all participants get acquainted with others who are doing similar work. In the rest of the week, about half the time will be spent in breakout discussions on topics of common interest of subsets of the attendees, and the other half will be spent in project teams, doing hands-on project work.  The hands-on activities will be done in 40-50 small teams of size 2-4, each with a mix of multi-disciplinary expertise.  To facilitate this work, a large room at MIT will be setup with several tables, with internet and power access, and each computer software development based team will gather on a table with their individual laptops, connect to the internet to download their software and data, and be able to work on their projects.  Teams working on projects that require the use of medical devices will proceed to Brigham and Women's Hospital and carry out their experiments there. On the last day of the event, a closing presentation session will be held in which each project team will present a summary of what they accomplished during the week.&lt;br /&gt;
&lt;br /&gt;
This event is part of the translational research efforts of [http://www.na-mic.org NA-MIC], [http://www.ncigt.org NCIGT], [http://nac.spl.harvard.edu/ NAC], [http://catalyst.harvard.edu/home.html Harvard Catalyst],  [http://www.cimit.org CIMIT], and OCAIRO.  It is an expansion of the NA-MIC Summer Project Week that has been held annually since 2005. It will be held every summer at MIT and Brigham and Womens Hospital in Boston, typically during the last full week of June, and in Salt Lake City in the winter, typically during the second week of January.  &lt;br /&gt;
&lt;br /&gt;
A summary of all past NA-MIC Project Events is available [[Project_Events#Past|here]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== '''Logistics''' ==&lt;br /&gt;
&lt;br /&gt;
*'''Dates:''' June 17-21, 2013.&lt;br /&gt;
*'''Location:''' [[MIT_Project_Week_Rooms| Stata Center / RLE MIT]]. &lt;br /&gt;
*'''REGISTRATION:'''  http://www.regonline.com/namic2013summerprojweek. Please note that  as you proceed to the checkout portion of the registration process, RegOnline will offer you a chance to opt into a free trial of ACTIVEAdvantage -- click on &amp;quot;No thanks&amp;quot; in order to finish your Project Week registration.&lt;br /&gt;
*'''Registration Fee:''' $300.&lt;br /&gt;
*'''Hotel:''' Similar to previous years, no rooms have been blocked in a particular hotel.&lt;br /&gt;
*'''Room sharing''': If interested, add your name to the list before May 27th. See [[2013_Summer_Project_Week/RoomSharing|here]]&lt;br /&gt;
&lt;br /&gt;
== '''Preparation''' ==&lt;br /&gt;
&lt;br /&gt;
# Please make sure that you are on the http://public.kitware.com/cgi-bin/mailman/listinfo/na-mic-project-week mailing list&lt;br /&gt;
# The NA-MIC engineering team will be discussing projects in a their [http://wiki.na-mic.org/Wiki/index.php/Engineering:TCON_2013 weekly teleconferences]. Participants from the above mailing list will be invited to join to discuss their projects, so please make sure you are on it!&lt;br /&gt;
# By 3pm ET on Thursday May 8, all participants to add a one line title of their project to #Projects&lt;br /&gt;
# By 3pm ET on Thursday June 6, all project leads to complete [[Project_Week/Template|Complete a templated wiki page for your project]]. Please do not edit the template page itself, but create a new page for your project and cut-and-paste the text from this template page.  If you have questions, please send an email to tkapur at bwh.harvard.edu.&lt;br /&gt;
# By 3pm on June 13: Create a directory for each project on the [[Engineering:SandBox|NAMIC Sandbox]] (Matt)&lt;br /&gt;
## Commit on each sandbox directory the code examples/snippets that represent our first guesses of appropriate methods. (Luis and Steve will help with this, as needed)&lt;br /&gt;
## Gather test images in any of the Data sharing resources we have (e.g. XNAT/MIDAS). These ones don't have to be many. At least three different cases, so we can get an idea of the modality-specific characteristics of these images. Put the IDs of these data sets on the wiki page. (the participants must do this.)&lt;br /&gt;
## Where possible, setup nightly tests on a separate Dashboard, where we will run the methods that we are experimenting with. The test should post result images and computation time. (Matt)&lt;br /&gt;
# Please note that by the time we get to the project event, we should be trying to close off a project milestone rather than starting to work on one...&lt;br /&gt;
# People doing Slicer related projects should come to project week with slicer built on your laptop.&lt;br /&gt;
## See the [http://www.slicer.org/slicerWiki/index.php/Documentation/4.0/Developers Developer Section of slicer.org] for information.&lt;br /&gt;
## Projects to develop extension modules should be built against the latest Slicer4 trunk.&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.  ([http://www.regonline.com/Register/Checkin.aspx?EventID=1233699  Please click here to register.])&lt;br /&gt;
&lt;br /&gt;
#Parth Amin, WIT, aminp@wit.edu&lt;br /&gt;
#Charles Anderson, BWH, canderson26@partners.org&lt;br /&gt;
#Peter Anderson, retired, traneus@verizon.net&lt;br /&gt;
#Nicole Aucoin, BWH, nicole@bwh.harvard.edu&lt;br /&gt;
#Juan Carlos Avila Vilchis, Univ del Estado de Mexico, jc.avila.vilchis@hotmail.com&lt;br /&gt;
#Salma Bengali, Univ UT, salma.bengali@carma.utah.edu&lt;br /&gt;
#Anthony Blumfield, Radnostics, Anthony.Blumfield@Radnostics.com&lt;br /&gt;
#Vinicius Boen, Univ Michigan, vboen@umich.edu&lt;br /&gt;
#Matthew Brennan, MIT, brennanm@mit.edu&lt;br /&gt;
#Francois Budin, NIRAL-UNC, fbudin@unc.edu&lt;br /&gt;
#Ivan Buzurovic, BWH/HMS, ibuzurovic@lroc.harvard.edu&lt;br /&gt;
#Josh Cates, Univ UT, cates@sci.utah.edu&lt;br /&gt;
#Micah Chambers, UCLA, micahcc@ucla.edu&lt;br /&gt;
#Laurent Chauvin, BWH - SPL, lchauvin@bwh.harvard.edu&lt;br /&gt;
#Marine Clogenson, Ecole Polytechnique Federale de Lausanne (Switzerland), marine.clogenson@epfl.ch&lt;br /&gt;
#Adrian Dalca, MIT, adalca@MIT.EDU&lt;br /&gt;
#Matthew D'Artista, BWH - SPL, mdartista7@gmail.com&lt;br /&gt;
#Manasi Datar, Univ UT-SCI Institute, datar@sci.utah.edu&lt;br /&gt;
#Sneha Durgapal, BWH, durgapalsneha@gmail.com&lt;br /&gt;
#Luping Fang, Zhejiang Univ of Technology (China), flp@zjut.edu.cn&lt;br /&gt;
#Andriy Fedorov, BWH, fedorov@bwh.harvard.edu&lt;br /&gt;
#Jean-Christophe Fillion-Robin, Kitware, jchris.fillionr@kitware.com&lt;br /&gt;
#Gregory Fischer, WPI, gfischer@wpi.edu&lt;br /&gt;
#Barton Fiske, zSpace Inc, bfiske@zspace.com&lt;br /&gt;
#Matthew Flynn, WIT, flynnm3@wit.edu&lt;br /&gt;
#Karl Fritscher, MGH, kfritscher@gmail.com&lt;br /&gt;
#Yi Gao, Univ AL Birmingham, gaoyi.cn@gmail.com&lt;br /&gt;
#Maria Gonzalez-Puente, WIT, gonzalezpuentem@wit.edu&lt;br /&gt;
#Daniel Haehn, Boston Childrens Hospital, daniel.haehn@childrens.harvard.edu&lt;br /&gt;
#Michael Halle, BWH-SPL, mhalle@bwh.harvard.edu&lt;br /&gt;
#Rola Harmouche, BWH, rharmo@bwh.harvard.edu&lt;br /&gt;
#Amanda Hartung, Rochester Inst of Tech, amh1646@rit.edu&lt;br /&gt;
#Nobuhiko Hata, BWH, hata@bwh.harvard.edu&lt;br /&gt;
#Nicholas Herlambang, AZE Technology Inc, nicholas.herlambang@azetech.com&lt;br /&gt;
#Matthew Holden, Queen's Univ (Canada), mholden8@cs.queensu.ca&lt;br /&gt;
#Andrei Irimia, UCLA, andrei.irimia@loni.ucla.edu&lt;br /&gt;
#Jayender Jagadeesan, BWH-SPL, jayender@bwh.harvard.edu&lt;br /&gt;
#Hans Johnson, Univ Iowa, hans-johnson@uiowa.edu&lt;br /&gt;
#Tina Kapur, BWH/HMS, tkapur@bwh.harvard.edu&lt;br /&gt;
#Alex Kikinis, BWH, alexkikinis@gmail.com&lt;br /&gt;
#Ron Kikinis, HMS, kikinis@bwh.harvard.edu&lt;br /&gt;
#Nils Klarlund, IEEE, klarlund@ieee.org&lt;br /&gt;
#Daniel Kostro, BWH, dkostro@bwh.harvard.edu&lt;br /&gt;
#Andras Lasso, Queen's Univ (Canada), lasso@cs.queensu.ca&lt;br /&gt;
#Rui Li, GE Global Research, li.rui@ge.com&lt;br /&gt;
#Xu Li, BWH, lixu0103@gmail.com&lt;br /&gt;
#Lichen Liang, MGH, lichenl@nmr.mgh.harvard.edu&lt;br /&gt;
#Sidong Liu, Univ Sydney (Australia), sliu7418@uni.sydney.edu.au&lt;br /&gt;
#William Lorensen, Bill's Basement, bill.lorensen@gmail.com &lt;br /&gt;
#Bradley Lowekamp, Medical Science &amp;amp; Computing Inc, bradley.lowekamp@nih.gov&lt;br /&gt;
#Athena Lyons, Univ Western Australia, 20359511@student.uwa.edu.au&lt;br /&gt;
#Nikos Makris, MGH, nikos@nmr.mgh.harvard.edu&lt;br /&gt;
#Katie Mastrogiacomo, BWH - SPL, kmast@bwh.harvard.edu&lt;br /&gt;
#Alireza Mehrtash, BWH - SPL, mehrtash@bwh.harvard.edu&lt;br /&gt;
#Hans Meine, Fraunhofer MEVIS (Germany), hans.meine@mevis.fraunhofer.de&lt;br /&gt;
#Jim Miller, GE Global Research, millerjv@ge.com&lt;br /&gt;
#Luis Murta, Univ Sao Paulo (Brazil), lomurta@gmail.com&lt;br /&gt;
#Arie Nakhmani, Univ AL Birmingham, anry@uab.edu&lt;br /&gt;
#Isaiah Norton, BWH, inorton@bwh.harvard.edu&lt;br /&gt;
#Lauren O'Donnell, BWH, odonnell@bwh.harvard.edu&lt;br /&gt;
#Dirk Padfield, GE Global Research, padfield@research.ge.com&lt;br /&gt;
#Jian Pan, Zhejiang Univ of Technology (China), pj@zjut.edu.cn&lt;br /&gt;
#George Papadimitriou, MGH, georgep@nmr.mgh.harvard.edu&lt;br /&gt;
#Tobias Penzkofer, BWH - SPL, pt@bwh.harvard.edu&lt;br /&gt;
#Rudolph Pienaar, Boston Childrens Hospital, Rudolph.Pienaar@childrens.harvard.edu&lt;br /&gt;
#Steve Pieper, Isomics Inc, pieper@isomics.com&lt;br /&gt;
#Csaba Pinter, Queen's Univ (Canada), pinter@cs.queensu.ca&lt;br /&gt;
#Sonia Pujol, HMS, spujol@bwh.harvard.edu&lt;br /&gt;
#Adam Rankin, Queen's Univ (Canada), rankin@cs.queensu.ca&lt;br /&gt;
#Nathaniel Reynolds, MGH, reynolds@nmr.mgh.harvard.edu&lt;br /&gt;
#Raul San Jose, BWH, rjosest@bwh.harvard.edu&lt;br /&gt;
#Peter Savadjiev, BWH, petersv@bwh.harvard.edu&lt;br /&gt;
#Anuja Sharma, Univ UT-SCI Institute, anuja@cs.utah.edu&lt;br /&gt;
#Greg Sharp, MGH, gcsharp@partners.org&lt;br /&gt;
#Nadya Shusharina, MGH, nshusharina@partners.org&lt;br /&gt;
#Sebastian Tauscher, Leibniz Univ Hannover (Germany), sebastian.tauscher@imes.uni-hannover.de&lt;br /&gt;
#Clare Tempany, BWH, ctempanyafdhal@partners.org&lt;br /&gt;
#Cyrill von Tiesenhausen, KUKA Laboratories (Germany), cyrill.tiesenhausen@kuka.com&lt;br /&gt;
#Gaurie Tilak, BWH, gaurie_tilak@hms.harvard.edu&lt;br /&gt;
#Matthew Toews, BWH/HMS, mt@bwh.harvard.edu&lt;br /&gt;
#Junichi Tokuda, BWH, tokuda@bwh.harvard.edu&lt;br /&gt;
#Tamas Ungi, Queen's Univ (Canada), ungi@cs.queensu.ca&lt;br /&gt;
#Adriana Vilchis González, Univ del Estado de Mexico, hvigady@hotmail.com&lt;br /&gt;
#Kirby Vosburgh, BWH, kirby@bwh.harvard.edu&lt;br /&gt;
#Christian Wachinger, MIT, wachinge@mit.edu&lt;br /&gt;
#Bo Wang, Univ UT-SCI Institute, bowang@sci.utah.edu&lt;br /&gt;
#Demian Wassermann, BWH, demian@bwh.harvard.edu&lt;br /&gt;
#David Welch, Univ Iowa, david-welch@uiowa.edu&lt;br /&gt;
#William Wells, BWH/HMS, sw@bwh.harvard.edu&lt;br /&gt;
#Phillip White, BWH/HMS, white@bwh.harvard.edu&lt;br /&gt;
#Alex Yarmarkovich, Isomics Inc, alexy@bwh.harvard.edu&lt;br /&gt;
#Kitaro Yoshimitsu, BWH, kitarof1@bwh.harvard.edu&lt;br /&gt;
#Yang Yu, Rutgers Univ, yyu@cs.rutgers.edu&lt;br /&gt;
#Paolo Zaffino, Univ Magna Graecia of Catanzaro (Italy), p.zaffino@unicz.it&lt;br /&gt;
#Lilla Zollei, MGH, lzollei@nmr.mgh.harvard.edu&lt;/div&gt;</summary>
		<author><name>Blowekamp</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2013_Summer_Project_Week:ITK_Shared_IO_Libraries&amp;diff=81913</id>
		<title>2013 Summer Project Week:ITK Shared IO Libraries</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2013_Summer_Project_Week:ITK_Shared_IO_Libraries&amp;diff=81913"/>
		<updated>2013-06-17T15:51:44Z</updated>

		<summary type="html">&lt;p&gt;Blowekamp: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Key Investigators==&lt;br /&gt;
* Bradley Lowekamp&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We are looking at converting ITK's IO libraries to be shared on Windows systems. This should address the problems of ITK's ImageIO factories being registered multiple time during static initialization.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We want to create a patch for ITK which adds a modular option for shared libraries, then turn this option on for all ITK modules which contain ObjectFactories. Then we will disable complication added to Slicer3D to deal with the current complication.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 40%; float: left;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Delivery Mechanism==&lt;br /&gt;
&lt;br /&gt;
This goal of this work is to push it in to ITK upstream for the 4.5 development cycle.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
* http://review.source.kitware.com/#/c/11567/&lt;/div&gt;</summary>
		<author><name>Blowekamp</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2013_Summer_Project_Week:ITK_Shared_IO_Libraries&amp;diff=81912</id>
		<title>2013 Summer Project Week:ITK Shared IO Libraries</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2013_Summer_Project_Week:ITK_Shared_IO_Libraries&amp;diff=81912"/>
		<updated>2013-06-17T15:50:26Z</updated>

		<summary type="html">&lt;p&gt;Blowekamp: Created page with '==Key Investigators== * Bradley Lowekamp   &amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt; &amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;  &amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt; We are looking at converting …'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Key Investigators==&lt;br /&gt;
* Bradley Lowekamp&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
We are looking at converting ITK's IO libraries to be shared on Windows systems. This should address the problems of ITK's ImageIO factories being registered multiple time during static initialization.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We want to create a patch for ITK which adds a modular option for shared libraries, then turn this option on for all ITK modules which contain ObjectFactories.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 40%; float: left;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Delivery Mechanism==&lt;br /&gt;
&lt;br /&gt;
This goal of this work is to push it in to ITK upstream for the 4.5 development cycle.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
* http://review.source.kitware.com/#/c/11567/&lt;/div&gt;</summary>
		<author><name>Blowekamp</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2013_Project_Week:Threaded_SimpleITK_Modules&amp;diff=80047</id>
		<title>2013 Project Week:Threaded SimpleITK Modules</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2013_Project_Week:Threaded_SimpleITK_Modules&amp;diff=80047"/>
		<updated>2013-01-11T16:33:07Z</updated>

		<summary type="html">&lt;p&gt;Blowekamp: /* 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-SLC2013.png|[[2013_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
Image:yourimagehere.png| Image description&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
&lt;br /&gt;
* Brad Lowekamp, NLM&lt;br /&gt;
* Steve Pieper, Isomics&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
&lt;br /&gt;
For some filters and segmentation algorithms written using SimpleITK in slicer it would be nice to let them run in the background while letting slicer's main thread continue to process events.  But the python byte code interpreter only allows a single path of python code to run at a time (see the discussion in the Preliminary Work section below).  However since SimpleITK's implementation is in C++, it could release the GIL to allow the rest of the application to run while it processes.  Care must be taken when processing progress events or modifying variables that are shared with the main thread.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
* Support multi-threaded execution of SimpleITK filters.&lt;br /&gt;
* Try releasing the GIL when calling into SimpleITK&lt;br /&gt;
* Look at what's required for synchronization and progress reporting&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
* Review other threading implementations in slicer, vtk, and itk to look for best practices&lt;br /&gt;
** Processing tasks (for CLIs) [https://github.com/Slicer/Slicer/blob/master/Base/Logic/vtkSlicerApplicationLogic.cxx#L312 in vtkSlicerApplicationLogic]&lt;br /&gt;
** ITK MultiThreader&lt;br /&gt;
** VTK MultiThreader&lt;br /&gt;
** [http://docs.python.org/2/library/threading.html Python threading]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
* Able to patch SimpleITK to enable threading in all SimpleITK methods&lt;br /&gt;
* Compiled patch into Slicer and confirmed able to run ITK filters in background&lt;br /&gt;
**https://github.com/blowekamp/Slicer/tree/EnableSimpleITKThreads&lt;br /&gt;
* Designed some threading methodologies for modules and Editor Effects&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Preliminary Work ==&lt;br /&gt;
&lt;br /&gt;
The example code below calls two different python functions from inside threads.  One function calls the 'time.sleep' method, and one uses VTK to do some processing.  As you can see from the output printed below, the VTK threads block, and a new thread is not started until the last one completes.  On the other hand, the sleep based thread does return right away.  The behavior is based on the [http://docs.python.org/2/glossary.html#term-global-interpreter-lock CPython global interpreter lock].  The topic was [http://web.archiveorange.com/archive/v/aysypJwvM9H8MY8BtpyP discussed in detail] on the vtk developers list back in 2005.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
import vtk&lt;br /&gt;
import threading&lt;br /&gt;
import Queue&lt;br /&gt;
import time, datetime&lt;br /&gt;
import os&lt;br /&gt;
&lt;br /&gt;
class ThreadClass(threading.Thread):&lt;br /&gt;
  def __init__(self, queue, work):&lt;br /&gt;
    threading.Thread.__init__(self)&lt;br /&gt;
    self.queue = queue&lt;br /&gt;
    self.work = work&lt;br /&gt;
          &lt;br /&gt;
  def run(self):&lt;br /&gt;
    now = datetime.datetime.now()&lt;br /&gt;
    self.queue.put( &amp;quot;start %s, time: %s&amp;quot; % (self.getName(), now) )&lt;br /&gt;
    self.work()&lt;br /&gt;
    now = datetime.datetime.now()&lt;br /&gt;
    self.queue.put( &amp;quot;end %s, time: %s&amp;quot; % (self.getName(), now) )&lt;br /&gt;
&lt;br /&gt;
def process():&lt;br /&gt;
  e = vtk.vtkImageEllipsoidSource()&lt;br /&gt;
  e.SetWholeExtent(0,300,0,300,0,300)&lt;br /&gt;
  s = vtk.vtkImageGaussianSmooth()&lt;br /&gt;
  s.SetInputConnection(e.GetOutputPort())&lt;br /&gt;
  s.Update()&lt;br /&gt;
&lt;br /&gt;
def sleep():&lt;br /&gt;
  time.sleep(1)&lt;br /&gt;
&lt;br /&gt;
for work,message in ((process,'vtk'), (sleep,'sleep')):&lt;br /&gt;
  print ('threading test with %s:' % message)&lt;br /&gt;
  threads = 3&lt;br /&gt;
  queue = Queue.Queue()&lt;br /&gt;
  for i in range(threads):&lt;br /&gt;
    t = ThreadClass(queue,work)&lt;br /&gt;
    t.start()&lt;br /&gt;
  print('started:')&lt;br /&gt;
&lt;br /&gt;
  for i in range(2*threads):&lt;br /&gt;
    print(queue.get())&lt;br /&gt;
  print('finished\n')&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#8 Slicer-superbuild $ ./VTK-build/bin/vtkpython /Users/pieper/Dropbox/hacks/threadVTK.py&lt;br /&gt;
threading test with vtk:&lt;br /&gt;
started:&lt;br /&gt;
start Thread-1, time: 2012-12-18 17:13:17.047282&lt;br /&gt;
end Thread-1, time: 2012-12-18 17:13:18.006989&lt;br /&gt;
start Thread-2, time: 2012-12-18 17:13:18.007318&lt;br /&gt;
end Thread-2, time: 2012-12-18 17:13:18.953446&lt;br /&gt;
start Thread-3, time: 2012-12-18 17:13:18.953762&lt;br /&gt;
end Thread-3, time: 2012-12-18 17:13:19.897673&lt;br /&gt;
finished&lt;br /&gt;
&lt;br /&gt;
threading test with sleep:&lt;br /&gt;
started:&lt;br /&gt;
start Thread-4, time: 2012-12-18 17:13:19.898124&lt;br /&gt;
start Thread-5, time: 2012-12-18 17:13:19.898346&lt;br /&gt;
start Thread-6, time: 2012-12-18 17:13:19.898506&lt;br /&gt;
end Thread-4, time: 2012-12-18 17:13:20.899137&lt;br /&gt;
end Thread-6, time: 2012-12-18 17:13:20.899378&lt;br /&gt;
end Thread-5, time: 2012-12-18 17:13:20.899469&lt;br /&gt;
finished&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Update ==&lt;br /&gt;
&lt;br /&gt;
Multi-threading proof of concept:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
import SimpleITK as sitk&lt;br /&gt;
import threading&lt;br /&gt;
import Queue&lt;br /&gt;
import time, datetime&lt;br /&gt;
import os&lt;br /&gt;
&lt;br /&gt;
class ThreadClass(threading.Thread):&lt;br /&gt;
  def __init__(self, queue, work):&lt;br /&gt;
    threading.Thread.__init__(self)&lt;br /&gt;
    self.queue = queue&lt;br /&gt;
    self.work = work&lt;br /&gt;
          &lt;br /&gt;
  def run(self):&lt;br /&gt;
    now = datetime.datetime.now()&lt;br /&gt;
    self.work()&lt;br /&gt;
    self.queue.put( &amp;quot;start %s, time: %s&amp;quot; % (self.getName(), now) )&lt;br /&gt;
    now = datetime.datetime.now()&lt;br /&gt;
    self.queue.put( &amp;quot;end %s, time: %s&amp;quot; % (self.getName(), now) )&lt;br /&gt;
&lt;br /&gt;
def process():&lt;br /&gt;
  img = sitk.GaussianSource(sitk.sitkFloat32, [256]*3)&lt;br /&gt;
  simg = sitk.SmoothingRecursiveGaussian(img)&lt;br /&gt;
&lt;br /&gt;
def sleep():&lt;br /&gt;
  time.sleep(1)&lt;br /&gt;
&lt;br /&gt;
for work,message in ((process,'sitk'), (sleep,'sleep')):&lt;br /&gt;
  print ('threading test with %s:' % message)&lt;br /&gt;
  threads = 5&lt;br /&gt;
  queue = Queue.Queue()&lt;br /&gt;
  for i in range(threads):&lt;br /&gt;
    t = ThreadClass(queue,work)&lt;br /&gt;
    t.start()&lt;br /&gt;
&lt;br /&gt;
  print(queue.qsize())&lt;br /&gt;
  while queue.empty():&lt;br /&gt;
    print('empty')&lt;br /&gt;
    sleep()&lt;br /&gt;
&lt;br /&gt;
  for i in range(2*threads):&lt;br /&gt;
    print(queue.get())&lt;br /&gt;
  print('finished\n')&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Results:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
threading test with sitk:&lt;br /&gt;
0&lt;br /&gt;
empty&lt;br /&gt;
empty&lt;br /&gt;
empty&lt;br /&gt;
empty&lt;br /&gt;
empty&lt;br /&gt;
empty&lt;br /&gt;
start Thread-2, time: 2013-01-11 11:03:27.098504&lt;br /&gt;
end Thread-2, time: 2013-01-11 11:03:32.171759&lt;br /&gt;
start Thread-4, time: 2013-01-11 11:03:27.099969&lt;br /&gt;
end Thread-4, time: 2013-01-11 11:03:32.563888&lt;br /&gt;
start Thread-1, time: 2013-01-11 11:03:27.097554&lt;br /&gt;
end Thread-1, time: 2013-01-11 11:03:33.151524&lt;br /&gt;
start Thread-5, time: 2013-01-11 11:03:27.103264&lt;br /&gt;
end Thread-5, time: 2013-01-11 11:03:33.333674&lt;br /&gt;
start Thread-3, time: 2013-01-11 11:03:27.099090&lt;br /&gt;
end Thread-3, time: 2013-01-11 11:03:33.586790&lt;br /&gt;
finished&lt;br /&gt;
&lt;br /&gt;
threading test with sleep:&lt;br /&gt;
0&lt;br /&gt;
empty&lt;br /&gt;
start Thread-6, time: 2013-01-11 11:03:33.587261&lt;br /&gt;
end Thread-6, time: 2013-01-11 11:03:34.589810&lt;br /&gt;
start Thread-7, time: 2013-01-11 11:03:33.587563&lt;br /&gt;
end Thread-7, time: 2013-01-11 11:03:34.590058&lt;br /&gt;
start Thread-8, time: 2013-01-11 11:03:33.587745&lt;br /&gt;
end Thread-8, time: 2013-01-11 11:03:34.590183&lt;br /&gt;
start Thread-9, time: 2013-01-11 11:03:33.587997&lt;br /&gt;
end Thread-9, time: 2013-01-11 11:03:34.590300&lt;br /&gt;
start Thread-10, time: 2013-01-11 11:03:33.588265&lt;br /&gt;
end Thread-10, time: 2013-01-11 11:03:34.590451&lt;br /&gt;
finished&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Blowekamp</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2013_Project_Week:Threaded_SimpleITK_Modules&amp;diff=80044</id>
		<title>2013 Project Week:Threaded SimpleITK Modules</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2013_Project_Week:Threaded_SimpleITK_Modules&amp;diff=80044"/>
		<updated>2013-01-11T16:31:57Z</updated>

		<summary type="html">&lt;p&gt;Blowekamp: /* Preliminary Work */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-SLC2013.png|[[2013_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
Image:yourimagehere.png| Image description&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
&lt;br /&gt;
* Brad Lowekamp, NLM&lt;br /&gt;
* Steve Pieper, Isomics&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
&lt;br /&gt;
For some filters and segmentation algorithms written using SimpleITK in slicer it would be nice to let them run in the background while letting slicer's main thread continue to process events.  But the python byte code interpreter only allows a single path of python code to run at a time (see the discussion in the Preliminary Work section below).  However since SimpleITK's implementation is in C++, it could release the GIL to allow the rest of the application to run while it processes.  Care must be taken when processing progress events or modifying variables that are shared with the main thread.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
* Support multi-threaded execution of SimpleITK filters.&lt;br /&gt;
* Try releasing the GIL when calling into SimpleITK&lt;br /&gt;
* Look at what's required for synchronization and progress reporting&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
* Review other threading implementations in slicer, vtk, and itk to look for best practices&lt;br /&gt;
** Processing tasks (for CLIs) [https://github.com/Slicer/Slicer/blob/master/Base/Logic/vtkSlicerApplicationLogic.cxx#L312 in vtkSlicerApplicationLogic]&lt;br /&gt;
** ITK MultiThreader&lt;br /&gt;
** VTK MultiThreader&lt;br /&gt;
** [http://docs.python.org/2/library/threading.html Python threading]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
* Able to patch SimpleITK to enable threading in all SimpleITK methods&lt;br /&gt;
* Compiled patch into Slice and confirmed able to run ITK filters in background&lt;br /&gt;
**https://github.com/blowekamp/Slicer/tree/EnableSimpleITKThreads&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Preliminary Work ==&lt;br /&gt;
&lt;br /&gt;
The example code below calls two different python functions from inside threads.  One function calls the 'time.sleep' method, and one uses VTK to do some processing.  As you can see from the output printed below, the VTK threads block, and a new thread is not started until the last one completes.  On the other hand, the sleep based thread does return right away.  The behavior is based on the [http://docs.python.org/2/glossary.html#term-global-interpreter-lock CPython global interpreter lock].  The topic was [http://web.archiveorange.com/archive/v/aysypJwvM9H8MY8BtpyP discussed in detail] on the vtk developers list back in 2005.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
import vtk&lt;br /&gt;
import threading&lt;br /&gt;
import Queue&lt;br /&gt;
import time, datetime&lt;br /&gt;
import os&lt;br /&gt;
&lt;br /&gt;
class ThreadClass(threading.Thread):&lt;br /&gt;
  def __init__(self, queue, work):&lt;br /&gt;
    threading.Thread.__init__(self)&lt;br /&gt;
    self.queue = queue&lt;br /&gt;
    self.work = work&lt;br /&gt;
          &lt;br /&gt;
  def run(self):&lt;br /&gt;
    now = datetime.datetime.now()&lt;br /&gt;
    self.queue.put( &amp;quot;start %s, time: %s&amp;quot; % (self.getName(), now) )&lt;br /&gt;
    self.work()&lt;br /&gt;
    now = datetime.datetime.now()&lt;br /&gt;
    self.queue.put( &amp;quot;end %s, time: %s&amp;quot; % (self.getName(), now) )&lt;br /&gt;
&lt;br /&gt;
def process():&lt;br /&gt;
  e = vtk.vtkImageEllipsoidSource()&lt;br /&gt;
  e.SetWholeExtent(0,300,0,300,0,300)&lt;br /&gt;
  s = vtk.vtkImageGaussianSmooth()&lt;br /&gt;
  s.SetInputConnection(e.GetOutputPort())&lt;br /&gt;
  s.Update()&lt;br /&gt;
&lt;br /&gt;
def sleep():&lt;br /&gt;
  time.sleep(1)&lt;br /&gt;
&lt;br /&gt;
for work,message in ((process,'vtk'), (sleep,'sleep')):&lt;br /&gt;
  print ('threading test with %s:' % message)&lt;br /&gt;
  threads = 3&lt;br /&gt;
  queue = Queue.Queue()&lt;br /&gt;
  for i in range(threads):&lt;br /&gt;
    t = ThreadClass(queue,work)&lt;br /&gt;
    t.start()&lt;br /&gt;
  print('started:')&lt;br /&gt;
&lt;br /&gt;
  for i in range(2*threads):&lt;br /&gt;
    print(queue.get())&lt;br /&gt;
  print('finished\n')&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#8 Slicer-superbuild $ ./VTK-build/bin/vtkpython /Users/pieper/Dropbox/hacks/threadVTK.py&lt;br /&gt;
threading test with vtk:&lt;br /&gt;
started:&lt;br /&gt;
start Thread-1, time: 2012-12-18 17:13:17.047282&lt;br /&gt;
end Thread-1, time: 2012-12-18 17:13:18.006989&lt;br /&gt;
start Thread-2, time: 2012-12-18 17:13:18.007318&lt;br /&gt;
end Thread-2, time: 2012-12-18 17:13:18.953446&lt;br /&gt;
start Thread-3, time: 2012-12-18 17:13:18.953762&lt;br /&gt;
end Thread-3, time: 2012-12-18 17:13:19.897673&lt;br /&gt;
finished&lt;br /&gt;
&lt;br /&gt;
threading test with sleep:&lt;br /&gt;
started:&lt;br /&gt;
start Thread-4, time: 2012-12-18 17:13:19.898124&lt;br /&gt;
start Thread-5, time: 2012-12-18 17:13:19.898346&lt;br /&gt;
start Thread-6, time: 2012-12-18 17:13:19.898506&lt;br /&gt;
end Thread-4, time: 2012-12-18 17:13:20.899137&lt;br /&gt;
end Thread-6, time: 2012-12-18 17:13:20.899378&lt;br /&gt;
end Thread-5, time: 2012-12-18 17:13:20.899469&lt;br /&gt;
finished&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Update ==&lt;br /&gt;
&lt;br /&gt;
Multi-threading proof of concept:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
import SimpleITK as sitk&lt;br /&gt;
import threading&lt;br /&gt;
import Queue&lt;br /&gt;
import time, datetime&lt;br /&gt;
import os&lt;br /&gt;
&lt;br /&gt;
class ThreadClass(threading.Thread):&lt;br /&gt;
  def __init__(self, queue, work):&lt;br /&gt;
    threading.Thread.__init__(self)&lt;br /&gt;
    self.queue = queue&lt;br /&gt;
    self.work = work&lt;br /&gt;
          &lt;br /&gt;
  def run(self):&lt;br /&gt;
    now = datetime.datetime.now()&lt;br /&gt;
    self.work()&lt;br /&gt;
    self.queue.put( &amp;quot;start %s, time: %s&amp;quot; % (self.getName(), now) )&lt;br /&gt;
    now = datetime.datetime.now()&lt;br /&gt;
    self.queue.put( &amp;quot;end %s, time: %s&amp;quot; % (self.getName(), now) )&lt;br /&gt;
&lt;br /&gt;
def process():&lt;br /&gt;
  img = sitk.GaussianSource(sitk.sitkFloat32, [256]*3)&lt;br /&gt;
  simg = sitk.SmoothingRecursiveGaussian(img)&lt;br /&gt;
&lt;br /&gt;
def sleep():&lt;br /&gt;
  time.sleep(1)&lt;br /&gt;
&lt;br /&gt;
for work,message in ((process,'sitk'), (sleep,'sleep')):&lt;br /&gt;
  print ('threading test with %s:' % message)&lt;br /&gt;
  threads = 5&lt;br /&gt;
  queue = Queue.Queue()&lt;br /&gt;
  for i in range(threads):&lt;br /&gt;
    t = ThreadClass(queue,work)&lt;br /&gt;
    t.start()&lt;br /&gt;
&lt;br /&gt;
  print(queue.qsize())&lt;br /&gt;
  while queue.empty():&lt;br /&gt;
    print('empty')&lt;br /&gt;
    sleep()&lt;br /&gt;
&lt;br /&gt;
  for i in range(2*threads):&lt;br /&gt;
    print(queue.get())&lt;br /&gt;
  print('finished\n')&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Results:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
threading test with sitk:&lt;br /&gt;
0&lt;br /&gt;
empty&lt;br /&gt;
empty&lt;br /&gt;
empty&lt;br /&gt;
empty&lt;br /&gt;
empty&lt;br /&gt;
empty&lt;br /&gt;
start Thread-2, time: 2013-01-11 11:03:27.098504&lt;br /&gt;
end Thread-2, time: 2013-01-11 11:03:32.171759&lt;br /&gt;
start Thread-4, time: 2013-01-11 11:03:27.099969&lt;br /&gt;
end Thread-4, time: 2013-01-11 11:03:32.563888&lt;br /&gt;
start Thread-1, time: 2013-01-11 11:03:27.097554&lt;br /&gt;
end Thread-1, time: 2013-01-11 11:03:33.151524&lt;br /&gt;
start Thread-5, time: 2013-01-11 11:03:27.103264&lt;br /&gt;
end Thread-5, time: 2013-01-11 11:03:33.333674&lt;br /&gt;
start Thread-3, time: 2013-01-11 11:03:27.099090&lt;br /&gt;
end Thread-3, time: 2013-01-11 11:03:33.586790&lt;br /&gt;
finished&lt;br /&gt;
&lt;br /&gt;
threading test with sleep:&lt;br /&gt;
0&lt;br /&gt;
empty&lt;br /&gt;
start Thread-6, time: 2013-01-11 11:03:33.587261&lt;br /&gt;
end Thread-6, time: 2013-01-11 11:03:34.589810&lt;br /&gt;
start Thread-7, time: 2013-01-11 11:03:33.587563&lt;br /&gt;
end Thread-7, time: 2013-01-11 11:03:34.590058&lt;br /&gt;
start Thread-8, time: 2013-01-11 11:03:33.587745&lt;br /&gt;
end Thread-8, time: 2013-01-11 11:03:34.590183&lt;br /&gt;
start Thread-9, time: 2013-01-11 11:03:33.587997&lt;br /&gt;
end Thread-9, time: 2013-01-11 11:03:34.590300&lt;br /&gt;
start Thread-10, time: 2013-01-11 11:03:33.588265&lt;br /&gt;
end Thread-10, time: 2013-01-11 11:03:34.590451&lt;br /&gt;
finished&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Blowekamp</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2013_Project_Week:Threaded_SimpleITK_Modules&amp;diff=79977</id>
		<title>2013 Project Week:Threaded SimpleITK Modules</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2013_Project_Week:Threaded_SimpleITK_Modules&amp;diff=79977"/>
		<updated>2013-01-11T15:24:57Z</updated>

		<summary type="html">&lt;p&gt;Blowekamp: /* 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-SLC2013.png|[[2013_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
Image:yourimagehere.png| Image description&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
&lt;br /&gt;
* Brad Lowekamp, NLM&lt;br /&gt;
* Steve Pieper, Isomics&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
&lt;br /&gt;
For some filters and segmentation algorithms written using SimpleITK in slicer it would be nice to let them run in the background while letting slicer's main thread continue to process events.  But the python byte code interpreter only allows a single path of python code to run at a time (see the discussion in the Preliminary Work section below).  However since SimpleITK's implementation is in C++, it could release the GIL to allow the rest of the application to run while it processes.  Care must be taken when processing progress events or modifying variables that are shared with the main thread.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
* Support multi-threaded execution of SimpleITK filters.&lt;br /&gt;
* Try releasing the GIL when calling into SimpleITK&lt;br /&gt;
* Look at what's required for synchronization and progress reporting&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
* Review other threading implementations in slicer, vtk, and itk to look for best practices&lt;br /&gt;
** Processing tasks (for CLIs) [https://github.com/Slicer/Slicer/blob/master/Base/Logic/vtkSlicerApplicationLogic.cxx#L312 in vtkSlicerApplicationLogic]&lt;br /&gt;
** ITK MultiThreader&lt;br /&gt;
** VTK MultiThreader&lt;br /&gt;
** [http://docs.python.org/2/library/threading.html Python threading]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
* Able to patch SimpleITK to enable threading in all SimpleITK methods&lt;br /&gt;
* Compiled patch into Slice and confirmed able to run ITK filters in background&lt;br /&gt;
**https://github.com/blowekamp/Slicer/tree/EnableSimpleITKThreads&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Preliminary Work ==&lt;br /&gt;
&lt;br /&gt;
The example code below calls two different python functions from inside threads.  One function calls the 'time.sleep' method, and one uses VTK to do some processing.  As you can see from the output printed below, the VTK threads block, and a new thread is not started until the last one completes.  On the other hand, the sleep based thread does return right away.  The behavior is based on the [http://docs.python.org/2/glossary.html#term-global-interpreter-lock CPython global interpreter lock].  The topic was [http://web.archiveorange.com/archive/v/aysypJwvM9H8MY8BtpyP discussed in detail] on the vtk developers list back in 2005.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
import vtk&lt;br /&gt;
import threading&lt;br /&gt;
import Queue&lt;br /&gt;
import time, datetime&lt;br /&gt;
import os&lt;br /&gt;
&lt;br /&gt;
class ThreadClass(threading.Thread):&lt;br /&gt;
  def __init__(self, queue, work):&lt;br /&gt;
    threading.Thread.__init__(self)&lt;br /&gt;
    self.queue = queue&lt;br /&gt;
    self.work = work&lt;br /&gt;
          &lt;br /&gt;
  def run(self):&lt;br /&gt;
    now = datetime.datetime.now()&lt;br /&gt;
    self.queue.put( &amp;quot;start %s, time: %s&amp;quot; % (self.getName(), now) )&lt;br /&gt;
    self.work()&lt;br /&gt;
    now = datetime.datetime.now()&lt;br /&gt;
    self.queue.put( &amp;quot;end %s, time: %s&amp;quot; % (self.getName(), now) )&lt;br /&gt;
&lt;br /&gt;
def process():&lt;br /&gt;
  e = vtk.vtkImageEllipsoidSource()&lt;br /&gt;
  e.SetWholeExtent(0,300,0,300,0,300)&lt;br /&gt;
  s = vtk.vtkImageGaussianSmooth()&lt;br /&gt;
  s.SetInputConnection(e.GetOutputPort())&lt;br /&gt;
  s.Update()&lt;br /&gt;
&lt;br /&gt;
def sleep():&lt;br /&gt;
  time.sleep(1)&lt;br /&gt;
&lt;br /&gt;
for work,message in ((process,'vtk'), (sleep,'sleep')):&lt;br /&gt;
  print ('threading test with %s:' % message)&lt;br /&gt;
  threads = 3&lt;br /&gt;
  queue = Queue.Queue()&lt;br /&gt;
  for i in range(threads):&lt;br /&gt;
    t = ThreadClass(queue,work)&lt;br /&gt;
    t.start()&lt;br /&gt;
  print('started:')&lt;br /&gt;
&lt;br /&gt;
  for i in range(2*threads):&lt;br /&gt;
    print(queue.get())&lt;br /&gt;
  print('finished\n')&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#8 Slicer-superbuild $ ./VTK-build/bin/vtkpython /Users/pieper/Dropbox/hacks/threadVTK.py&lt;br /&gt;
threading test with vtk:&lt;br /&gt;
started:&lt;br /&gt;
start Thread-1, time: 2012-12-18 17:13:17.047282&lt;br /&gt;
end Thread-1, time: 2012-12-18 17:13:18.006989&lt;br /&gt;
start Thread-2, time: 2012-12-18 17:13:18.007318&lt;br /&gt;
end Thread-2, time: 2012-12-18 17:13:18.953446&lt;br /&gt;
start Thread-3, time: 2012-12-18 17:13:18.953762&lt;br /&gt;
end Thread-3, time: 2012-12-18 17:13:19.897673&lt;br /&gt;
finished&lt;br /&gt;
&lt;br /&gt;
threading test with sleep:&lt;br /&gt;
started:&lt;br /&gt;
start Thread-4, time: 2012-12-18 17:13:19.898124&lt;br /&gt;
start Thread-5, time: 2012-12-18 17:13:19.898346&lt;br /&gt;
start Thread-6, time: 2012-12-18 17:13:19.898506&lt;br /&gt;
end Thread-4, time: 2012-12-18 17:13:20.899137&lt;br /&gt;
end Thread-6, time: 2012-12-18 17:13:20.899378&lt;br /&gt;
end Thread-5, time: 2012-12-18 17:13:20.899469&lt;br /&gt;
finished&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Blowekamp</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=AHM2013-Simple-ITK&amp;diff=79575</id>
		<title>AHM2013-Simple-ITK</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=AHM2013-Simple-ITK&amp;diff=79575"/>
		<updated>2013-01-08T21:59:42Z</updated>

		<summary type="html">&lt;p&gt;Blowekamp: /* Run the environment */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; [[AHM_2013#Agenda|Back to AHM_2013 Agenda]]&lt;br /&gt;
&lt;br /&gt;
Presenters: Bradley Lowekamp&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
&lt;br /&gt;
SimpleITK is an abstraction layer on top of ITK which provides Python bindings for many of the algorithms in ITK. The tool is under active development and recent additions have focus on providing a more Pythonic interface to the Image class, numerous additional algorithms, along with the addition of transforms and interpolators.&lt;br /&gt;
&lt;br /&gt;
SimpleITK is currently a build option in Slicer3D when using ITKv4. It can provide access to many powerful algorithms in Slicer as python modules or SimpleITK can be used in the Python Interactor for image manipulation and segmentation.  &lt;br /&gt;
&lt;br /&gt;
Version 0.6.0rc01 is currently available as a binary download.&lt;br /&gt;
&lt;br /&gt;
== Summary ==&lt;br /&gt;
&lt;br /&gt;
This session will consists of interactive demonstrations of the fundamental concepts and style of SimpleITK along with showing the latest features in the 0.6 release. The presentation will make use of matplotlib and the Scientific Python environment to illustrate a Pythonic workflow to perform common image tasks and segmentation.&lt;br /&gt;
&lt;br /&gt;
== Attendee Preparation ==&lt;br /&gt;
&lt;br /&gt;
Attendees are encouraged to setup a python environment to follow along during this session.&lt;br /&gt;
&lt;br /&gt;
Under the best of circumstances (tested on OSX 10.8 and 10.7.5) this environment can be setup with the following:&lt;br /&gt;
&lt;br /&gt;
 sudo pip install virtualenv&lt;br /&gt;
 virtualenv ~/sitkpy --no-site-packages&lt;br /&gt;
 ~/sitkpy/bin/pip install ipython&lt;br /&gt;
 ~/sitkpy/bin/pip install ipython[zmq]&lt;br /&gt;
 ~/sitkpy/bin/pip install tornado&lt;br /&gt;
 ~/sitkpy/bin/pip install numpy&lt;br /&gt;
 ~/sitkpy/bin/pip install matplotlib&lt;br /&gt;
&lt;br /&gt;
===Install SimpleITK 0.6rc1===&lt;br /&gt;
&lt;br /&gt;
Download the built egg for your system from Source Forge:&lt;br /&gt;
http://sourceforge.net/projects/simpleitk/files/SimpleITK/0.6.rc1/Python/&lt;br /&gt;
&lt;br /&gt;
Use easy_install to install or upgrade:&lt;br /&gt;
&lt;br /&gt;
 ~/sitkpy/bin/easy_install -U SimpleITK-0.6.0.rc1_gc9d89-py$(python version)-$(OS)-$(arch).egg&lt;br /&gt;
&lt;br /&gt;
If there is not a built distribution for your system you will need to build SimpleITK:&lt;br /&gt;
http://www.itk.org/Wiki/ITK_Release_4/SimpleITK/GettingStarted#Build_It_Yourself&lt;br /&gt;
&lt;br /&gt;
===Download the course material===&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;notebooks&amp;quot; are available for download as a git repository:&lt;br /&gt;
&lt;br /&gt;
 git clone git@github.com:SimpleITK/SimpleITK-Notebooks.git&lt;br /&gt;
&lt;br /&gt;
Additionally the SPL's &amp;quot;Multi-modality MRI-based Atlas of the Brain&amp;quot; should be downloaded and extracted into the SimpleITK-Notebooks/Data directory.&lt;br /&gt;
&lt;br /&gt;
http://www.spl.harvard.edu/publications/item/view/2037&lt;br /&gt;
&lt;br /&gt;
===Run the environment===&lt;br /&gt;
 &lt;br /&gt;
To launch:&lt;br /&gt;
 cd SimpleITK-Notebooks&lt;br /&gt;
 ~/sitkpy/bin/ipython notebook --pylab=inline&lt;br /&gt;
&lt;br /&gt;
Note: On Linux platforms you may be able to obtain many of these packages as system packages which may suffice ( Ubuntu 12+).&lt;br /&gt;
Note: On Window platforms some of these packages should be obtained as binary downloads and installed.&lt;/div&gt;</summary>
		<author><name>Blowekamp</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=AHM2013-Simple-ITK&amp;diff=79505</id>
		<title>AHM2013-Simple-ITK</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=AHM2013-Simple-ITK&amp;diff=79505"/>
		<updated>2013-01-08T03:55:18Z</updated>

		<summary type="html">&lt;p&gt;Blowekamp: /* Install SimpleITK 0.6rc1 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; [[AHM_2013#Agenda|Back to AHM_2013 Agenda]]&lt;br /&gt;
&lt;br /&gt;
Presenters: Bradley Lowekamp&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
&lt;br /&gt;
SimpleITK is an abstraction layer on top of ITK which provides Python bindings for many of the algorithms in ITK. The tool is under active development and recent additions have focus on providing a more Pythonic interface to the Image class, numerous additional algorithms, along with the addition of transforms and interpolators.&lt;br /&gt;
&lt;br /&gt;
SimpleITK is currently a build option in Slicer3D when using ITKv4. It can provide access to many powerful algorithms in Slicer as python modules or SimpleITK can be used in the Python Interactor for image manipulation and segmentation.  &lt;br /&gt;
&lt;br /&gt;
Version 0.6.0rc01 is currently available as a binary download.&lt;br /&gt;
&lt;br /&gt;
== Summary ==&lt;br /&gt;
&lt;br /&gt;
This session will consists of interactive demonstrations of the fundamental concepts and style of SimpleITK along with showing the latest features in the 0.6 release. The presentation will make use of matplotlib and the Scientific Python environment to illustrate a Pythonic workflow to perform common image tasks and segmentation.&lt;br /&gt;
&lt;br /&gt;
== Attendee Preparation ==&lt;br /&gt;
&lt;br /&gt;
Attendees are encouraged to setup a python environment to follow along during this session.&lt;br /&gt;
&lt;br /&gt;
Under the best of circumstances (tested on OSX 10.8) this environment can be setup with the following:&lt;br /&gt;
&lt;br /&gt;
 sudo pip install virutalenv&lt;br /&gt;
 virtualenv ~/sitkpy --no-site-packages&lt;br /&gt;
 ~/sitkpy/bin/pip install ipython&lt;br /&gt;
 ~/sitkpy/bin/pip install ipython[zmq]&lt;br /&gt;
 ~/sitkpy/bin/pip install Tornado&lt;br /&gt;
 ~/sitkpy/bin/pip install numpy&lt;br /&gt;
 ~/sitkpy/bin/pip install matplotlib&lt;br /&gt;
&lt;br /&gt;
===Install SimpleITK 0.6rc1===&lt;br /&gt;
&lt;br /&gt;
Download the built egg for your system from Source Forge:&lt;br /&gt;
http://sourceforge.net/projects/simpleitk/files/SimpleITK/0.6.rc1/Python/&lt;br /&gt;
&lt;br /&gt;
Use easy_install to install or upgrade:&lt;br /&gt;
&lt;br /&gt;
 ~/sitkpy/bin/easy_install -U SimpleITK-0.6.0.rc1_gc9d89-py$(python version)-$(OS)-$(arch).egg&lt;br /&gt;
&lt;br /&gt;
If there is not a built distribution for your system you will need to build SimpleITK:&lt;br /&gt;
http://www.itk.org/Wiki/ITK_Release_4/SimpleITK/GettingStarted#Build_It_Yourself&lt;br /&gt;
&lt;br /&gt;
===Download the course material===&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;notebooks&amp;quot; are available for download as a git repository:&lt;br /&gt;
&lt;br /&gt;
 git clone git@github.com:SimpleITK/SimpleITK-Notebooks.git&lt;br /&gt;
&lt;br /&gt;
Additionally the SPL's &amp;quot;Multi-modality MRI-based Atlas of the Brain&amp;quot; should be downloaded and extracted into the SimpleITK-Notebooks/Data directory.&lt;br /&gt;
&lt;br /&gt;
http://www.spl.harvard.edu/publications/item/view/2037&lt;br /&gt;
&lt;br /&gt;
===Run the environment===&lt;br /&gt;
 &lt;br /&gt;
To launch:&lt;br /&gt;
&lt;br /&gt;
 ~/sitkpy/bin/ipython notebook --pylab=inline&lt;br /&gt;
&lt;br /&gt;
Note: On Linux platforms you may be able to obtain many of these packages as system packages which may suffice ( Ubuntu 12+).&lt;br /&gt;
Note: On Window platforms some of these packages should be obtained as binary downloads and installed.&lt;/div&gt;</summary>
		<author><name>Blowekamp</name></author>
		
	</entry>
</feed>