<?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=Petersv</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=Petersv"/>
	<link rel="alternate" type="text/html" href="https://www.na-mic.org/wiki/Special:Contributions/Petersv"/>
	<updated>2026-05-01T04:10:53Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.33.0</generator>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2014_Summer_Project_Week:FiberTractDispersion&amp;diff=86983</id>
		<title>2014 Summer Project Week:FiberTractDispersion</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2014_Summer_Project_Week:FiberTractDispersion&amp;diff=86983"/>
		<updated>2014-06-27T13:48:07Z</updated>

		<summary type="html">&lt;p&gt;Petersv: /* Project Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Key Investigators==&lt;br /&gt;
* BWH: Peter Savadjiev&lt;br /&gt;
* Iowa: Hans Johnson&lt;br /&gt;
* BWH: Yogesh Rathi&lt;br /&gt;
* BWH: C-F Westin&lt;br /&gt;
&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;
The fiber tract dispersion computation method of Savadjiev et al. (MICCAI 2012) has recently been converted from an implementation in Matlab to C++/ITK. However, more work needs to be done in debugging and testing the C++ implementation. Currently this method is bundled with the UKF Tractography extension, but the long term goal is to make it into a stand-alone extension. &lt;br /&gt;
&lt;br /&gt;
In addition, some more debugging and testing of the UKF Tractography extension is 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;
* Private git repository already exists at: git@github.com:BRAINSia/CompressedSensingDWI.git&lt;br /&gt;
* Debug and test the fiberTractDispersion code&lt;br /&gt;
* Implement needed changes to the default behaviour of UKFTractography&lt;br /&gt;
* Separate fiberTractDispersion from UKFTractography to create an independent Slicer extension.&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;
* Worked on implementing changes to the UKFTractography extension.&lt;br /&gt;
* Discovered two new issues, one involving cmake, one involving irk multithreading.&lt;br /&gt;
* The issue with cmake should be under control.&lt;br /&gt;
* The issue with itk multithreading is work in progress.&lt;br /&gt;
* Worked on debugging fibertractdispersion&lt;br /&gt;
* Had several discussions with Hans, JC, Ron.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Petersv</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2014_Summer_Project_Week:FiberTractDispersion&amp;diff=86025</id>
		<title>2014 Summer Project Week:FiberTractDispersion</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2014_Summer_Project_Week:FiberTractDispersion&amp;diff=86025"/>
		<updated>2014-06-21T12:39:21Z</updated>

		<summary type="html">&lt;p&gt;Petersv: /* Project Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Key Investigators==&lt;br /&gt;
* BWH: Peter Savadjiev&lt;br /&gt;
* Iowa: Hans Johnson&lt;br /&gt;
* BWH: Yogesh Rathi&lt;br /&gt;
* BWH: C-F Westin&lt;br /&gt;
&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;
The fiber tract dispersion computation method of Savadjiev et al. (MICCAI 2012) has recently been converted from an implementation in Matlab to C++/ITK. However, more work needs to be done in debugging and testing the C++ implementation. Currently this method is bundled with the UKF Tractography extension, but the long term goal is to make it into a stand-alone extension. &lt;br /&gt;
&lt;br /&gt;
In addition, some more debugging and testing of the UKF Tractography extension is 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;
* Private git repository already exists at: git@github.com:BRAINSia/CompressedSensingDWI.git&lt;br /&gt;
* Debug and test the fiberTractDispersion code&lt;br /&gt;
* Implement needed changes to the default behaviour of UKFTractography&lt;br /&gt;
* Separate fiberTractDispersion from UKFTractography to create an independent Slicer extension.&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;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Petersv</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2014_Summer_Project_Week:FiberTractDispersion&amp;diff=86024</id>
		<title>2014 Summer Project Week:FiberTractDispersion</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2014_Summer_Project_Week:FiberTractDispersion&amp;diff=86024"/>
		<updated>2014-06-21T12:38:02Z</updated>

		<summary type="html">&lt;p&gt;Petersv: /* Project Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Key Investigators==&lt;br /&gt;
* BWH: Peter Savadjiev&lt;br /&gt;
* Iowa: Hans Johnson&lt;br /&gt;
* BWH: Yogesh Rathi&lt;br /&gt;
* BWH: C-F Westin&lt;br /&gt;
&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;
The fiber tract dispersion computation method of Savadjiev et al. (MICCAI 2012) has recently been converted from an implementation in Matlab to C++/ITK. However, more work needs to be done in debugging and testing the C++ implementation. Currently this method is bundled with the UKF Tractography extension, but the long term goal is to make it into a stand-alone extension. &lt;br /&gt;
&lt;br /&gt;
In addition, some more debugging and testing of the UKF Tractography extension is 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;
* Private git repository already exists at: git@github.com:BRAINSia/CompressedSensingDWI.git&lt;br /&gt;
* Debug and test the fiberTractDispersion code&lt;br /&gt;
* Implement needed changes to the default behaviour of UKFTractography&lt;br /&gt;
* Separate fiberTractDispersion from UKFTractography to create an independent Slicer extension.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;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: 95%; 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;
*  Private git repository created at: git@github.com:BRAINSia/CompressedSensingDWI.git&lt;br /&gt;
* Spent time debugging the vtk readers/writers for MATLAB, in order to test the MATLAB code.&lt;br /&gt;
* Wrote XML interfaces for the fiber tract dispersion extension, and for the compressed sensing HARDI estimation.&lt;br /&gt;
[[File:DWIDispersion_xml_interfaces.png||1000px]]&lt;br /&gt;
* Next steps: continue debugging the vtk readers/writers for MATLAB, and begin translating the algorithm implementation from MATLAB to C++.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Petersv</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2014_Summer_Project_Week:FiberTractDispersion&amp;diff=86023</id>
		<title>2014 Summer Project Week:FiberTractDispersion</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2014_Summer_Project_Week:FiberTractDispersion&amp;diff=86023"/>
		<updated>2014-06-21T12:34:40Z</updated>

		<summary type="html">&lt;p&gt;Petersv: Created page with '==Key Investigators== * BWH: Peter Savadjiev * Iowa: Hans Johnson * BWH: Yogesh Rathi * BWH: C-F Westin   ==Project Description==  &amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt; &amp;lt;div style=&amp;quot;width: …'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Key Investigators==&lt;br /&gt;
* BWH: Peter Savadjiev&lt;br /&gt;
* Iowa: Hans Johnson&lt;br /&gt;
* BWH: Yogesh Rathi&lt;br /&gt;
* BWH: C-F Westin&lt;br /&gt;
&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;
The fiber tract dispersion computation method of Savadjiev et al. (MICCAI 2012) has recently been converted from an implementation in Matlab to C++/ITK. However, more work needs to be done in debugging and testing the C++ implementation. Currently this method is bundled with the UKF Tractography extension, but the long term goal is to make it into a stand-alone extension. &lt;br /&gt;
&lt;br /&gt;
In addition, some more debugging and testing of the UKF Tractography extension is 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;
* Create a realistic test suite based on Huntington datasets for the Matlab code.&lt;br /&gt;
** [HANS - Monday] Prepare test DWI data set for preparing data &lt;br /&gt;
&lt;br /&gt;
* Create a VTK reader/writer in matlab, in order to the test the matlab code.&lt;br /&gt;
** [KENT -- DONE]  git@github.com:BRAINSia/CompressedSensingDWI.git&lt;br /&gt;
** [PETER - DONE] Build github version of readers/writers&lt;br /&gt;
** [PETER - DONE] Manually test vtk readers/writers, and convert existing test to use the binary forms&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Convert the Matlab code to C++/ITK &lt;br /&gt;
** [HANS/PETER - DONE]  Create design document (i.e. this page and paer/pencil) to describe the intended inputs and outputs.&lt;br /&gt;
** [PETER -- DONE] - Write desired command line interface psuedocode  &amp;quot;caluclateDispersion --inputTract &amp;lt;wholebrain.vtp&amp;gt; --mask &amp;lt;roi.nrrd&amp;gt; --outputTract &amp;lt;decoratedversionofinput.vtp&amp;gt; &amp;quot;&lt;br /&gt;
** [HANS/PETER -- DONE] - Create shell program in psydocode/comments with  XML and cxx files with description of basic IO programming needed&lt;br /&gt;
** [KENT -- Tuesday/Wednesday] -- Fill in I/O portions of psuedocode and make a compilable application that reads the inputTract, breaks it apart into necessary algorithmic components, and writes out the outputTract.&lt;br /&gt;
&lt;br /&gt;
*Create a Slicer extension&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;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 95%; 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;
*  Private git repository created at: git@github.com:BRAINSia/CompressedSensingDWI.git&lt;br /&gt;
* Spent time debugging the vtk readers/writers for MATLAB, in order to test the MATLAB code.&lt;br /&gt;
* Wrote XML interfaces for the fiber tract dispersion extension, and for the compressed sensing HARDI estimation.&lt;br /&gt;
[[File:DWIDispersion_xml_interfaces.png||1000px]]&lt;br /&gt;
* Next steps: continue debugging the vtk readers/writers for MATLAB, and begin translating the algorithm implementation from MATLAB to C++.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Petersv</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2014_Summer_Project_Week&amp;diff=86022</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=86022"/>
		<updated>2014-06-21T12:30:34Z</updated>

		<summary type="html">&lt;p&gt;Petersv: /* Huntington's Disease */&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;
[[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;
[[MIT_Project_Week_Rooms#Star|Star]] &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;
*[[2014_Summer_Project_Week:TBI_Segmentation| Interactive segmentation 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;
&lt;br /&gt;
==Huntington's Disease==&lt;br /&gt;
*[[2014_Summer_Project_Week:FiberTractDispersion| Fiber Tract Dispersion and UKF Tractography]] (Peter Savadjiev, Yogesh Rathi, Hans Johnson, C-F Westin)&lt;br /&gt;
&lt;br /&gt;
==Head and Neck Cancer==&lt;br /&gt;
*[[2014_Summer_Project_Week:Interactive_DIR| Interactive DIR]] (Greg Sharp, Ivan Kolesov, Allen Tannenbaum)&lt;br /&gt;
*[[2014_Summer_Project_Week:DIR_validation_tools| DIR validation tools]] (Greg Sharp, Ivan Kolesov, Allen Tannenbaum)&lt;br /&gt;
*[[2014_Summer_Project_Week:Upload_HN_data| Upload H&amp;amp;N data]] (Greg Sharp, Paolo Zaffino)&lt;br /&gt;
*[[2014_Summer_Project_Week:DIR_stop_and_restart| DIR stop and restart]] (Paolo Zaffino, Greg Sharp)&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, Paolo Zaffino, Andras, Csaba, Kevin)&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;
* [[2014_Summer_Project_Week:Intelligent_Steering | 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 Sharp, Maxime Desplanques, ?)&lt;br /&gt;
*[[2014_Summer_Project_Week:Proton_pencil_beam| Proton pencil beam dose calculation]] (Maxime Desplanques, Kevin Wang, Greg Sharp)&lt;br /&gt;
&lt;br /&gt;
==Chronic Obstructive Pulmonary Disease ==&lt;br /&gt;
&lt;br /&gt;
*[[2014_Summer_Project_Week: Pectoralis muscle segmentation| Pectoralis muscle segmentation]] (Rola Harmouche, James Ross, Raul San Jose)&lt;br /&gt;
&lt;br /&gt;
==[http://qiicr.org QIICR]==&lt;br /&gt;
* [[2014_Summer_Project_Week: RWV mapping support|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;
* [[2014_Summer_Project_Week: DICOM SEG conversion to support archival of QIN Grand challenges results|DICOM SEG conversion to support archival of QIN Grand challenges results]] (Jayashree, Andrey, Steve, {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;
*[[2014_Summer_Project_Week:Pluggable Label Statistics |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;
*[[2014_Summer_Project_Week:Tumor_DCE-MRI_Segmentation | Breast Tumor Segmentation]] (Vivek Narayan, Jay Jagadeesan)&lt;br /&gt;
*[[2014_Summer_Project_Week:Tumor_Heterogeneity_Analysis | Breast Tumor 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, Nicole Aucoin, 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)&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;
*[[2014_Summer_Project_Week:Intraoperative_Registration_of_preoperative_CT_and_C-arm_CT_of_the_lung | Intraoperative Registration of preoperative CT and C-arm CT of the lung]] (Katharina Breininger, Jay Jagadeesan)&lt;br /&gt;
*[[2014_Summer_Project_Week:CAD_Toolbox_for_Neurological_Disorders | CAD Toolbox for Neurological Disorders]] (Sidong Liu, Siqi Liu, Fan Zhang, Yang Song, Weidong Cai, Sonia Pujol, Ron Kikinis)&lt;br /&gt;
*[[2014_Summer_Project_Week:Longitudinal_patient_specific_DTI_analysis | Longitudinal patient-specific DTI analysis using Slicer for neonatal asphyxia]] (Anuja Sharma, SCI, Utah; Francois Budin, UNC; Martin Styner, UNC; Guido Gerig, SCI, Utah)&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;
#Nassim Alikacem, Brigham &amp;amp; Women's Hospital, Nassim.Alikacem@gmail.com&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;
#Francois Budin, NIRAL-UNC, fbudin@unc.edu&lt;br /&gt;
#Saskia Camps, SPL, saskiacamps@gmail.com&lt;br /&gt;
#Lucia Cevidanes, University of Michigan, luciacev@umich.edu&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;
#Maxime Desplanques, MGH/Politecnico di Milano, maxime.desplanques@cnao.it&lt;br /&gt;
#Fotis Drakopoulos, Old Dominion University, fdrakopo@gmail.com&lt;br /&gt;
#Sneha Durgapal, Brigham &amp;amp; Women's Hospital, durgapalsneha@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;
#James Fishbaugh, SCI Institute/University of Utah, jfishbaugh@gmail.com&lt;br /&gt;
#Jessica Forbes, University of Iowa, jessica-forbes@uiowa.edu&lt;br /&gt;
#Polina Golland, MIT CSAIL, polina@csail.mit.edu&lt;br /&gt;
#Jeffrey Grethe, University of CA San Diego, jgrethe@ncmir.ucsd.edu&lt;br /&gt;
#Rola Harmouche, Brigham &amp;amp; Women's Hospital, rolaharmouche@gmail.com&lt;br /&gt;
#Nobuhiko Hata, Brigham &amp;amp; Women's Hospital, hata@bwh.harvard.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;
#Tina Kapur, BWH/Harvard Medical School, tkapur@bwh.harvard.edu&lt;br /&gt;
#Ron Kikinis, HMS, kikinis@bwh.harvard.edu&lt;br /&gt;
#Regina Kim, University of Iowa, eunyoung-kim@uiowa.edu&lt;br /&gt;
#Franklin King, Queen's University, franklin.king@queensu.ca&lt;br /&gt;
#Tassilo Klein, SPL/BWH, TJKlein@bwh.harvard.edu&lt;br /&gt;
#Farukh Kohistani, BWH Radiology, kohistan@bc.edu&lt;br /&gt;
#Robin Kouver, BWH/SPL, r.kouver@gmail.com&lt;br /&gt;
#Andreas Lasso, PerkLab - Queen's University, lasso@queensu.ca&lt;br /&gt;
#Yangming Li, University of Washington, ymli81@uw.edu&lt;br /&gt;
#Sidong Liu, SPL/BWH, sliu@bwh.harvard.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;
#Dominik Meier, Brigham &amp;amp; Women's Hospital, meier@bwh.harvard.edu&lt;br /&gt;
#Jim Miller, GE Research, millerjv@ge.com&lt;br /&gt;
#Luiz Otavio Murta Junor, SPL/BWH, lmurta@partners.org&lt;br /&gt;
#Vivek Narayan, NCIGT, narayan.vivek9@gmail.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;
#Keryn Palmer, Brigham &amp;amp; Women's Hospital, kpalmer5@partners.org&lt;br /&gt;
#Nirav Patel, WPI, napatel@wpi.edu&lt;br /&gt;
#Tobias Penzkofer, SPL, pt@bwh.harvard.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;
#Aymeric Reshef, Brigham &amp;amp; Women's Hospital, areshef@bwh.harvard.edu&lt;br /&gt;
#Rahul Sastry, BWH/SPL, rahul_sastry@hms.harvard.edu&lt;br /&gt;
#Peter Savadjiev, Brigham &amp;amp; Women's Hospital, petersv@bwh.harvard.edu&lt;br /&gt;
#Gregory Sharp, MGH, gcsharp@mgh.harvard.edu&lt;br /&gt;
#Emylin Sousa, BWH/SPL, emylin.sousa@gmail.com&lt;br /&gt;
#Ramesh Sridharan, MIT CSAIL, rameshvs@csail.mit.edu&lt;br /&gt;
#Matthew Toews, BWH/Harvard Medical School, mt@bwh.harvard.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;
#Kevin Wang, Princess Margaret Cancer Centre, kevin.wang@rmp.uhn.ca&lt;br /&gt;
#David Welch, University of Iowa, david-welch@uiowa.edu&lt;br /&gt;
#William Wells, Brigham &amp;amp; Women's Hospital, sw@bwh.harvard.edu&lt;br /&gt;
#Phillip White, BWH/Harvard Medical School, white@bwh.harvard.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>Petersv</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2014_Project_Week:DWIDispersion&amp;diff=84965</id>
		<title>2014 Project Week:DWIDispersion</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2014_Project_Week:DWIDispersion&amp;diff=84965"/>
		<updated>2014-01-10T15:34:18Z</updated>

		<summary type="html">&lt;p&gt;Petersv: /* Project Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Key Investigators==&lt;br /&gt;
* Iowa: Hans Johnson&lt;br /&gt;
* Iowa: Kent Williams&lt;br /&gt;
* BWH: C-F Westin&lt;br /&gt;
* BWH: Peter Savadjiev&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;
Implement the fiber dispersion computation method of Savadjiev et al. (MICCAI 2012) and the compressed sensing HARDI estimation method of Rathi et al. as Slicer4 extensions. Convert the currently existing Matlab implementation into C++/ITK and test it on various datasets.&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;
* Create a realistic test suite based on Huntington datasets for the Matlab code.&lt;br /&gt;
** [HANS - Monday] Prepare test DWI data set for preparing data &lt;br /&gt;
&lt;br /&gt;
* Create a VTK reader/writer in matlab, in order to the test the matlab code.&lt;br /&gt;
** [KENT -- DONE]  git@github.com:BRAINSia/CompressedSensingDWI.git&lt;br /&gt;
** [PETER - DONE] Build github version of readers/writers&lt;br /&gt;
** [PETER - DONE] Manually test vtk readers/writers, and convert existing test to use the binary forms&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Convert the Matlab code to C++/ITK &lt;br /&gt;
** [HANS/PETER - DONE]  Create design document (i.e. this page and paer/pencil) to describe the intended inputs and outputs.&lt;br /&gt;
** [PETER -- DONE] - Write desired command line interface psuedocode  &amp;quot;caluclateDispersion --inputTract &amp;lt;wholebrain.vtp&amp;gt; --mask &amp;lt;roi.nrrd&amp;gt; --outputTract &amp;lt;decoratedversionofinput.vtp&amp;gt; &amp;quot;&lt;br /&gt;
** [HANS/PETER -- DONE] - Create shell program in psydocode/comments with  XML and cxx files with description of basic IO programming needed&lt;br /&gt;
** [KENT -- Tuesday/Wednesday] -- Fill in I/O portions of psuedocode and make a compilable application that reads the inputTract, breaks it apart into necessary algorithmic components, and writes out the outputTract.&lt;br /&gt;
&lt;br /&gt;
*Create a Slicer extension&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;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 95%; 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;
*  Private git repository created at: git@github.com:BRAINSia/CompressedSensingDWI.git&lt;br /&gt;
* Spent time debugging the vtk readers/writers for MATLAB, in order to test the MATLAB code.&lt;br /&gt;
* Wrote XML interfaces for the fiber tract dispersion extension, and for the compressed sensing HARDI estimation.&lt;br /&gt;
[[File:DWIDispersion_xml_interfaces.png||1000px]]&lt;br /&gt;
* Next steps: continue debugging the vtk readers/writers for MATLAB, and begin translating the algorithm implementation from MATLAB to C++.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Petersv</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2014_Project_Week:DWIDispersion&amp;diff=84962</id>
		<title>2014 Project Week:DWIDispersion</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2014_Project_Week:DWIDispersion&amp;diff=84962"/>
		<updated>2014-01-10T15:33:36Z</updated>

		<summary type="html">&lt;p&gt;Petersv: /* Project Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Key Investigators==&lt;br /&gt;
* Iowa: Hans Johnson&lt;br /&gt;
* Iowa: Kent Williams&lt;br /&gt;
* BWH: C-F Westin&lt;br /&gt;
* BWH: Peter Savadjiev&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;
Implement the fiber dispersion computation method of Savadjiev et al. (MICCAI 2012) and the compressed sensing HARDI estimation method of Rathi et al. as Slicer4 extensions. Convert the currently existing Matlab implementation into C++/ITK and test it on various datasets.&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;
* Create a realistic test suite based on Huntington datasets for the Matlab code.&lt;br /&gt;
** [HANS - Monday] Prepare test DWI data set for preparing data &lt;br /&gt;
&lt;br /&gt;
* Create a VTK reader/writer in matlab, in order to the test the matlab code.&lt;br /&gt;
** [KENT -- DONE]  git@github.com:BRAINSia/CompressedSensingDWI.git&lt;br /&gt;
** [PETER - DONE] Build github version of readers/writers&lt;br /&gt;
** [PETER - DONE] Manually test vtk readers/writers, and convert existing test to use the binary forms&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Convert the Matlab code to C++/ITK &lt;br /&gt;
** [HANS/PETER - DONE]  Create design document (i.e. this page and paer/pencil) to describe the intended inputs and outputs.&lt;br /&gt;
** [PETER -- DONE] - Write desired command line interface psuedocode  &amp;quot;caluclateDispersion --inputTract &amp;lt;wholebrain.vtp&amp;gt; --mask &amp;lt;roi.nrrd&amp;gt; --outputTract &amp;lt;decoratedversionofinput.vtp&amp;gt; &amp;quot;&lt;br /&gt;
** [HANS/PETER -- DONE] - Create shell program in psydocode/comments with  XML and cxx files with description of basic IO programming needed&lt;br /&gt;
** [KENT -- Tuesday/Wednesday] -- Fill in I/O portions of psuedocode and make a compilable application that reads the inputTract, breaks it apart into necessary algorithmic components, and writes out the outputTract.&lt;br /&gt;
&lt;br /&gt;
*Create a Slicer extension&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;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 95%; 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;
*  Private git repository created at: git@github.com:BRAINSia/CompressedSensingDWI.git&lt;br /&gt;
* Spent time debugging the vtk readers/writers for MATLAB, in order to test the MATLAB code.&lt;br /&gt;
* Wrote XML interfaces for the fiber tract dispersion extension, and for the compressed sensing HARDI estimation.&lt;br /&gt;
* Next steps: continue debugging the vtk readers/writers for MATLAB, and begin translating the algorithm implementation from MATLAB to C++.&lt;br /&gt;
&lt;br /&gt;
[[File:DWIDispersion_xml_interfaces.png||1000px]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Petersv</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2014_Project_Week:DWIDispersion&amp;diff=84961</id>
		<title>2014 Project Week:DWIDispersion</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2014_Project_Week:DWIDispersion&amp;diff=84961"/>
		<updated>2014-01-10T15:32:02Z</updated>

		<summary type="html">&lt;p&gt;Petersv: /* Project Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Key Investigators==&lt;br /&gt;
* Iowa: Hans Johnson&lt;br /&gt;
* Iowa: Kent Williams&lt;br /&gt;
* BWH: C-F Westin&lt;br /&gt;
* BWH: Peter Savadjiev&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;
Implement the fiber dispersion computation method of Savadjiev et al. (MICCAI 2012) and the compressed sensing HARDI estimation method of Rathi et al. as Slicer4 extensions. Convert the currently existing Matlab implementation into C++/ITK and test it on various datasets.&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;
* Create a realistic test suite based on Huntington datasets for the Matlab code.&lt;br /&gt;
** [HANS - Monday] Prepare test DWI data set for preparing data &lt;br /&gt;
&lt;br /&gt;
* Create a VTK reader/writer in matlab, in order to the test the matlab code.&lt;br /&gt;
** [KENT -- DONE]  git@github.com:BRAINSia/CompressedSensingDWI.git&lt;br /&gt;
** [PETER - DONE] Build github version of readers/writers&lt;br /&gt;
** [PETER - DONE] Manually test vtk readers/writers, and convert existing test to use the binary forms&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Convert the Matlab code to C++/ITK &lt;br /&gt;
** [HANS/PETER - DONE]  Create design document (i.e. this page and paer/pencil) to describe the intended inputs and outputs.&lt;br /&gt;
** [PETER -- DONE] - Write desired command line interface psuedocode  &amp;quot;caluclateDispersion --inputTract &amp;lt;wholebrain.vtp&amp;gt; --mask &amp;lt;roi.nrrd&amp;gt; --outputTract &amp;lt;decoratedversionofinput.vtp&amp;gt; &amp;quot;&lt;br /&gt;
** [HANS/PETER -- DONE] - Create shell program in psydocode/comments with  XML and cxx files with description of basic IO programming needed&lt;br /&gt;
** [KENT -- Tuesday/Wednesday] -- Fill in I/O portions of psuedocode and make a compilable application that reads the inputTract, breaks it apart into necessary algorithmic components, and writes out the outputTract.&lt;br /&gt;
&lt;br /&gt;
*Create a Slicer extension&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;
*  Private git repository created at: git@github.com:BRAINSia/CompressedSensingDWI.git&lt;br /&gt;
* Spent time debugging the vtk readers/writers for MATLAB, in order to test the MATLAB code.&lt;br /&gt;
* Wrote XML interfaces for the fiber tract dispersion extension, and for the compressed sensing HARDI estimation.&lt;br /&gt;
* Next steps: continue debugging the vtk readers/writers for MATLAB, and begin translating the algorithm implementation from MATLAB to C++.&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;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 95%; float: right; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:DWIDispersion_xml_interfaces.png||800px]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Petersv</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=File:DWIDispersion_xml_interfaces.png&amp;diff=84959</id>
		<title>File:DWIDispersion xml interfaces.png</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=File:DWIDispersion_xml_interfaces.png&amp;diff=84959"/>
		<updated>2014-01-10T15:31:01Z</updated>

		<summary type="html">&lt;p&gt;Petersv: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Petersv</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2014_Project_Week:DWIDispersion&amp;diff=84958</id>
		<title>2014 Project Week:DWIDispersion</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2014_Project_Week:DWIDispersion&amp;diff=84958"/>
		<updated>2014-01-10T15:30:37Z</updated>

		<summary type="html">&lt;p&gt;Petersv: /* Project Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Key Investigators==&lt;br /&gt;
* Iowa: Hans Johnson&lt;br /&gt;
* Iowa: Kent Williams&lt;br /&gt;
* BWH: C-F Westin&lt;br /&gt;
* BWH: Peter Savadjiev&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;
Implement the fiber dispersion computation method of Savadjiev et al. (MICCAI 2012) and the compressed sensing HARDI estimation method of Rathi et al. as Slicer4 extensions. Convert the currently existing Matlab implementation into C++/ITK and test it on various datasets.&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;
* Create a realistic test suite based on Huntington datasets for the Matlab code.&lt;br /&gt;
** [HANS - Monday] Prepare test DWI data set for preparing data &lt;br /&gt;
&lt;br /&gt;
* Create a VTK reader/writer in matlab, in order to the test the matlab code.&lt;br /&gt;
** [KENT -- DONE]  git@github.com:BRAINSia/CompressedSensingDWI.git&lt;br /&gt;
** [PETER - DONE] Build github version of readers/writers&lt;br /&gt;
** [PETER - DONE] Manually test vtk readers/writers, and convert existing test to use the binary forms&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Convert the Matlab code to C++/ITK &lt;br /&gt;
** [HANS/PETER - DONE]  Create design document (i.e. this page and paer/pencil) to describe the intended inputs and outputs.&lt;br /&gt;
** [PETER -- DONE] - Write desired command line interface psuedocode  &amp;quot;caluclateDispersion --inputTract &amp;lt;wholebrain.vtp&amp;gt; --mask &amp;lt;roi.nrrd&amp;gt; --outputTract &amp;lt;decoratedversionofinput.vtp&amp;gt; &amp;quot;&lt;br /&gt;
** [HANS/PETER -- DONE] - Create shell program in psydocode/comments with  XML and cxx files with description of basic IO programming needed&lt;br /&gt;
** [KENT -- Tuesday/Wednesday] -- Fill in I/O portions of psuedocode and make a compilable application that reads the inputTract, breaks it apart into necessary algorithmic components, and writes out the outputTract.&lt;br /&gt;
&lt;br /&gt;
*Create a Slicer extension&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;
*  Private git repository created at: git@github.com:BRAINSia/CompressedSensingDWI.git&lt;br /&gt;
* Spent time debugging the vtk readers/writers for MATLAB, in order to test the MATLAB code.&lt;br /&gt;
* Wrote XML interfaces for the fiber tract dispersion extension, and for the compressed sensing HARDI estimation.&lt;br /&gt;
* Next steps: continue debugging the vtk readers/writers for MATLAB, and begin translating the algorithm implementation from MATLAB to C++.&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;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 95%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:DWIDispersion_xml_interfaces.png||800px]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Petersv</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2014_Project_Week:DWIDispersion&amp;diff=84953</id>
		<title>2014 Project Week:DWIDispersion</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2014_Project_Week:DWIDispersion&amp;diff=84953"/>
		<updated>2014-01-10T15:24:49Z</updated>

		<summary type="html">&lt;p&gt;Petersv: /* Project Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Key Investigators==&lt;br /&gt;
* Iowa: Hans Johnson&lt;br /&gt;
* Iowa: Kent Williams&lt;br /&gt;
* BWH: C-F Westin&lt;br /&gt;
* BWH: Peter Savadjiev&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;
Implement the fiber dispersion computation method of Savadjiev et al. (MICCAI 2012) and the compressed sensing HARDI estimation method of Rathi et al. as Slicer4 extensions. Convert the currently existing Matlab implementation into C++/ITK and test it on various datasets.&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;
* Create a realistic test suite based on Huntington datasets for the Matlab code.&lt;br /&gt;
** [HANS - Monday] Prepare test DWI data set for preparing data &lt;br /&gt;
&lt;br /&gt;
* Create a VTK reader/writer in matlab, in order to the test the matlab code.&lt;br /&gt;
** [KENT -- DONE]  git@github.com:BRAINSia/CompressedSensingDWI.git&lt;br /&gt;
** [PETER - DONE] Build github version of readers/writers&lt;br /&gt;
** [PETER - DONE] Manually test vtk readers/writers, and convert existing test to use the binary forms&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Convert the Matlab code to C++/ITK &lt;br /&gt;
** [HANS/PETER - DONE]  Create design document (i.e. this page and paer/pencil) to describe the intended inputs and outputs.&lt;br /&gt;
** [PETER -- DONE] - Write desired command line interface psuedocode  &amp;quot;caluclateDispersion --inputTract &amp;lt;wholebrain.vtp&amp;gt; --mask &amp;lt;roi.nrrd&amp;gt; --outputTract &amp;lt;decoratedversionofinput.vtp&amp;gt; &amp;quot;&lt;br /&gt;
** [HANS/PETER -- DONE] - Create shell program in psydocode/comments with  XML and cxx files with description of basic IO programming needed&lt;br /&gt;
** [KENT -- Tuesday/Wednesday] -- Fill in I/O portions of psuedocode and make a compilable application that reads the inputTract, breaks it apart into necessary algorithmic components, and writes out the outputTract.&lt;br /&gt;
&lt;br /&gt;
*Create a Slicer extension&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;
*  Private git repository created at: git@github.com:BRAINSia/CompressedSensingDWI.git&lt;br /&gt;
* Spent time debugging the vtk readers/writers for MATLAB, in order to test the MATLAB code.&lt;br /&gt;
* Wrote XML interfaces for the fiber tract dispersion extension, and for the compressed sensing HARDI estimation.&lt;br /&gt;
* Next steps: continue debugging the vtk readers/writers for MATLAB, and begin translating the algorithm implementation from MATLAB to C++.&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>Petersv</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2014_Project_Week:DWIDispersion&amp;diff=84950</id>
		<title>2014 Project Week:DWIDispersion</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2014_Project_Week:DWIDispersion&amp;diff=84950"/>
		<updated>2014-01-10T15:21:41Z</updated>

		<summary type="html">&lt;p&gt;Petersv: /* Project Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Key Investigators==&lt;br /&gt;
* Iowa: Hans Johnson&lt;br /&gt;
* Iowa: Kent Williams&lt;br /&gt;
* BWH: C-F Westin&lt;br /&gt;
* BWH: Peter Savadjiev&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;
Implement the fiber dispersion computation method of Savadjiev et al. (MICCAI 2012) as a Slicer4 Extension. Convert the currently existing Matlab implementation into C++/ITK and test it on various datasets.&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;
* Create a realistic test suite based on Huntington datasets for the Matlab code.&lt;br /&gt;
** [HANS - Monday] Prepare test DWI data set for preparing data &lt;br /&gt;
&lt;br /&gt;
* Create a VTK reader/writer in matlab, in order to the test the matlab code.&lt;br /&gt;
** [KENT -- DONE]  git@github.com:BRAINSia/CompressedSensingDWI.git&lt;br /&gt;
** [PETER - DONE] Build github version of readers/writers&lt;br /&gt;
** [PETER - DONE] Manually test vtk readers/writers, and convert existing test to use the binary forms&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Convert the Matlab code to C++/ITK &lt;br /&gt;
** [HANS/PETER - DONE]  Create design document (i.e. this page and paer/pencil) to describe the intended inputs and outputs.&lt;br /&gt;
** [PETER -- DONE] - Write desired command line interface psuedocode  &amp;quot;caluclateDispersion --inputTract &amp;lt;wholebrain.vtp&amp;gt; --mask &amp;lt;roi.nrrd&amp;gt; --outputTract &amp;lt;decoratedversionofinput.vtp&amp;gt; &amp;quot;&lt;br /&gt;
** [HANS/PETER -- DONE] - Create shell program in psydocode/comments with  XML and cxx files with description of basic IO programming needed&lt;br /&gt;
** [KENT -- Tuesday/Wednesday] -- Fill in I/O portions of psuedocode and make a compilable application that reads the inputTract, breaks it apart into necessary algorithmic components, and writes out the outputTract.&lt;br /&gt;
&lt;br /&gt;
*Create a Slicer extension&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;
*  Private git repository created at: git@github.com:BRAINSia/CompressedSensingDWI.git&lt;br /&gt;
* Spent time debugging the vtk readers/writers for MATLAB, in order to test the MATLAB code.&lt;br /&gt;
* Wrote XML interfaces for the fiber tract dispersion extension, and for the compressed sensing HARDI estimation.&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>Petersv</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2014_Project_Week:DWIDispersion&amp;diff=84944</id>
		<title>2014 Project Week:DWIDispersion</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2014_Project_Week:DWIDispersion&amp;diff=84944"/>
		<updated>2014-01-10T15:10:54Z</updated>

		<summary type="html">&lt;p&gt;Petersv: /* Project Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Key Investigators==&lt;br /&gt;
* Iowa: Hans Johnson&lt;br /&gt;
* Iowa: Kent Williams&lt;br /&gt;
* BWH: C-F Westin&lt;br /&gt;
* BWH: Peter Savadjiev&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;
Implement the fiber dispersion computation method of Savadjiev et al. (MICCAI 2012) as a Slicer4 Extension. Convert the currently existing Matlab implementation into C++/ITK and test it on various datasets.&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;
* Create a realistic test suite based on Huntington datasets for the Matlab code.&lt;br /&gt;
** [HANS - Monday] Prepare test DWI data set for preparing data &lt;br /&gt;
&lt;br /&gt;
* Create a VTK reader/writer in matlab, in order to the test the matlab code.&lt;br /&gt;
** [KENT -- DONE]  git@github.com:BRAINSia/CompressedSensingDWI.git&lt;br /&gt;
** [PETER - DONE] Build github version of readers/writers&lt;br /&gt;
** [PETER - DONE] Manually test vtk readers/writers, and convert existing test to use the binary forms&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Convert the Matlab code to C++/ITK &lt;br /&gt;
** [HANS/PETER - DONE]  Create design document (i.e. this page and paer/pencil) to describe the intended inputs and outputs.&lt;br /&gt;
** [PETER -- DONE] - Write desired command line interface psuedocode  &amp;quot;caluclateDispersion --inputTract &amp;lt;wholebrain.vtp&amp;gt; --mask &amp;lt;roi.nrrd&amp;gt; --outputTract &amp;lt;decoratedversionofinput.vtp&amp;gt; &amp;quot;&lt;br /&gt;
** [HANS/PETER -- DONE] - Create shell program in psydocode/comments with  XML and cxx files with description of basic IO programming needed&lt;br /&gt;
** [KENT -- Tuesday/Wednesday] -- Fill in I/O portions of psuedocode and make a compilable application that reads the inputTract, breaks it apart into necessary algorithmic components, and writes out the outputTract.&lt;br /&gt;
&lt;br /&gt;
*Create a Slicer extension&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;
*  Private git repository created at: git@github.com:BRAINSia/CompressedSensingDWI.git&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>Petersv</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=File:WMQLModuleSampleOutput1.png&amp;diff=84790</id>
		<title>File:WMQLModuleSampleOutput1.png</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=File:WMQLModuleSampleOutput1.png&amp;diff=84790"/>
		<updated>2014-01-10T00:25:14Z</updated>

		<summary type="html">&lt;p&gt;Petersv: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Petersv</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=File:WMQLModuleSampleOutput.png&amp;diff=84789</id>
		<title>File:WMQLModuleSampleOutput.png</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=File:WMQLModuleSampleOutput.png&amp;diff=84789"/>
		<updated>2014-01-10T00:23:58Z</updated>

		<summary type="html">&lt;p&gt;Petersv: uploaded a new version of &amp;quot;File:WMQLModuleSampleOutput.png&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Petersv</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2014_Project_Week:WMQLExtension&amp;diff=84787</id>
		<title>2014 Project Week:WMQLExtension</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2014_Project_Week:WMQLExtension&amp;diff=84787"/>
		<updated>2014-01-10T00:21:18Z</updated>

		<summary type="html">&lt;p&gt;Petersv: /* 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-SLC2014.png|[[2014_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* MGH: Lichen Liang&lt;br /&gt;
* BWH: Peter Savadjiev, Lauren O'Donnell, Steve Pieper&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;
Work towards creating a Slicer4 extension for the white matter query language, originally developed by Demian Wassermann.&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;
We currently have the WMQL as a python scripted module. We need to resolve several issues:&lt;br /&gt;
* how to incorporate dependencies, such as numpy 1.7.&lt;br /&gt;
* extend the user interface&lt;br /&gt;
* create documentation&lt;br /&gt;
* create Slicer 4 extension&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;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: 98%; 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;
* The major technical hurdle that remains to be solved before creating a Slicer extension is the code's dependency on numpy 1.7. A long-term solution would be to update Slicer to work with numpy 1.7. &lt;br /&gt;
* In the meantime, we have a working prototype for a Slicer module that works if numpy 1.7 is manually installed. The source code is available in a github repository: https://github.com/llcmgh/slicer_tract_querier&lt;br /&gt;
* Overall view with initial full set of fiber tract and user interface: &lt;br /&gt;
&lt;br /&gt;
[[File:WMQLModuleSampleOutput.png||1000px]]&lt;br /&gt;
&lt;br /&gt;
* Zoom-in on the user interface, with the window to enter the WMQL command:&lt;br /&gt;
&lt;br /&gt;
[[File:WMQLModuleSampleOutput1.png||500px]]&lt;br /&gt;
&lt;br /&gt;
* Extracted fibers overlaid on initial full set of fibers:&lt;br /&gt;
&lt;br /&gt;
[[File:WMQLModuleSampleOutput2.png||800px]]&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>Petersv</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2014_Project_Week:WMQLExtension&amp;diff=84786</id>
		<title>2014 Project Week:WMQLExtension</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2014_Project_Week:WMQLExtension&amp;diff=84786"/>
		<updated>2014-01-10T00:18:05Z</updated>

		<summary type="html">&lt;p&gt;Petersv: /* 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-SLC2014.png|[[2014_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* MGH: Lichen Liang&lt;br /&gt;
* BWH: Peter Savadjiev, Lauren O'Donnell, Steve Pieper&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;
Work towards creating a Slicer4 extension for the white matter query language, originally developed by Demian Wassermann.&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;
We currently have the WMQL as a python scripted module. We need to resolve several issues:&lt;br /&gt;
* how to incorporate dependencies, such as numpy 1.7.&lt;br /&gt;
* extend the user interface&lt;br /&gt;
* create documentation&lt;br /&gt;
* create Slicer 4 extension&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;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: 98%; 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;
* The major technical hurdle that remains to be solved before creating a Slicer extension is the code's dependency on numpy 1.7. A long-term solution would be to update Slicer to work with numpy 1.7. &lt;br /&gt;
* In the meantime, we have a working prototype for a Slicer module that works if numpy 1.7 is manually installed. The source code is available in a github repository: https://github.com/llcmgh/slicer_tract_querier&lt;br /&gt;
* Sample output: &lt;br /&gt;
&lt;br /&gt;
[[File:WMQLModuleSampleOutput.png||1000px]]&lt;br /&gt;
&lt;br /&gt;
[[File:WMQLModuleSampleOutput2.png||800px]]&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>Petersv</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=File:WMQLModuleSampleOutput2.png&amp;diff=84785</id>
		<title>File:WMQLModuleSampleOutput2.png</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=File:WMQLModuleSampleOutput2.png&amp;diff=84785"/>
		<updated>2014-01-10T00:17:25Z</updated>

		<summary type="html">&lt;p&gt;Petersv: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Petersv</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2014_Project_Week:WMQLExtension&amp;diff=84784</id>
		<title>2014 Project Week:WMQLExtension</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2014_Project_Week:WMQLExtension&amp;diff=84784"/>
		<updated>2014-01-10T00:16:54Z</updated>

		<summary type="html">&lt;p&gt;Petersv: /* 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-SLC2014.png|[[2014_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* MGH: Lichen Liang&lt;br /&gt;
* BWH: Peter Savadjiev, Lauren O'Donnell, Steve Pieper&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;
Work towards creating a Slicer4 extension for the white matter query language, originally developed by Demian Wassermann.&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;
We currently have the WMQL as a python scripted module. We need to resolve several issues:&lt;br /&gt;
* how to incorporate dependencies, such as numpy 1.7.&lt;br /&gt;
* extend the user interface&lt;br /&gt;
* create documentation&lt;br /&gt;
* create Slicer 4 extension&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;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: 98%; 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;
* The major technical hurdle that remains to be solved before creating a Slicer extension is the code's dependency on numpy 1.7. A long-term solution would be to update Slicer to work with numpy 1.7. &lt;br /&gt;
* In the meantime, we have a working prototype for a Slicer module that works if numpy 1.7 is manually installed. The source code is available in a github repository: https://github.com/llcmgh/slicer_tract_querier&lt;br /&gt;
* Sample output: &lt;br /&gt;
&lt;br /&gt;
[[File:WMQLModuleSampleOutput.png||1000px]]&lt;br /&gt;
&lt;br /&gt;
[[File:WMQLModuleSampleOutput2.png]]&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>Petersv</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2014_Project_Week:WMQLExtension&amp;diff=84783</id>
		<title>2014 Project Week:WMQLExtension</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2014_Project_Week:WMQLExtension&amp;diff=84783"/>
		<updated>2014-01-10T00:16:01Z</updated>

		<summary type="html">&lt;p&gt;Petersv: /* 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-SLC2014.png|[[2014_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* MGH: Lichen Liang&lt;br /&gt;
* BWH: Peter Savadjiev, Lauren O'Donnell, Steve Pieper&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;
Work towards creating a Slicer4 extension for the white matter query language, originally developed by Demian Wassermann.&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;
We currently have the WMQL as a python scripted module. We need to resolve several issues:&lt;br /&gt;
* how to incorporate dependencies, such as numpy 1.7.&lt;br /&gt;
* extend the user interface&lt;br /&gt;
* create documentation&lt;br /&gt;
* create Slicer 4 extension&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;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: 98%; 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;
* The major technical hurdle that remains to be solved before creating a Slicer extension is the code's dependency on numpy 1.7. A long-term solution would be to update Slicer to work with numpy 1.7. &lt;br /&gt;
* In the meantime, we have a working prototype for a Slicer module that works if numpy 1.7 is manually installed. The source code is available in a github repository: https://github.com/llcmgh/slicer_tract_querier&lt;br /&gt;
* Sample output: &lt;br /&gt;
&lt;br /&gt;
[[File:WMQLModuleSampleOutput.png||1000px]]&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>Petersv</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2014_Project_Week:WMQLExtension&amp;diff=84782</id>
		<title>2014 Project Week:WMQLExtension</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2014_Project_Week:WMQLExtension&amp;diff=84782"/>
		<updated>2014-01-10T00:15:39Z</updated>

		<summary type="html">&lt;p&gt;Petersv: /* 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-SLC2014.png|[[2014_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* MGH: Lichen Liang&lt;br /&gt;
* BWH: Peter Savadjiev, Lauren O'Donnell, Steve Pieper&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;
Work towards creating a Slicer4 extension for the white matter query language, originally developed by Demian Wassermann.&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;
We currently have the WMQL as a python scripted module. We need to resolve several issues:&lt;br /&gt;
* how to incorporate dependencies, such as numpy 1.7.&lt;br /&gt;
* extend the user interface&lt;br /&gt;
* create documentation&lt;br /&gt;
* create Slicer 4 extension&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;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: 98%; 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;
* The major technical hurdle that remains to be solved before creating a Slicer extension is the code's dependency on numpy 1.7. A long-term solution would be to update Slicer to work with numpy 1.7. &lt;br /&gt;
* In the meantime, we have a working prototype for a Slicer module that works if numpy 1.7 is manually installed. The source code is available in a github repository: https://github.com/llcmgh/slicer_tract_querier&lt;br /&gt;
* Sample output: &lt;br /&gt;
&lt;br /&gt;
[[File:WMQLModuleSampleOutput.png||800px]]&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>Petersv</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2014_Project_Week:WMQLExtension&amp;diff=84781</id>
		<title>2014 Project Week:WMQLExtension</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2014_Project_Week:WMQLExtension&amp;diff=84781"/>
		<updated>2014-01-10T00:11:51Z</updated>

		<summary type="html">&lt;p&gt;Petersv: /* 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-SLC2014.png|[[2014_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* MGH: Lichen Liang&lt;br /&gt;
* BWH: Peter Savadjiev, Lauren O'Donnell, Steve Pieper&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;
Work towards creating a Slicer4 extension for the white matter query language, originally developed by Demian Wassermann.&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;
We currently have the WMQL as a python scripted module. We need to resolve several issues:&lt;br /&gt;
* how to incorporate dependencies, such as numpy 1.7.&lt;br /&gt;
* extend the user interface&lt;br /&gt;
* create documentation&lt;br /&gt;
* create Slicer 4 extension&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;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: 98%; 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;
* The major technical hurdle that remains to be solved before creating a Slicer extension is the code's dependency on numpy 1.7. A long-term solution would be to update Slicer to work with numpy 1.7. &lt;br /&gt;
* In the meantime, we have a working prototype for a Slicer module that works if numpy 1.7 is manually installed. The source code is available in a github repository: https://github.com/llcmgh/slicer_tract_querier&lt;br /&gt;
* Sample output: &lt;br /&gt;
&lt;br /&gt;
[[File:WMQLModuleSampleOutput.png]]&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>Petersv</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2014_Project_Week:WMQLExtension&amp;diff=84780</id>
		<title>2014 Project Week:WMQLExtension</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2014_Project_Week:WMQLExtension&amp;diff=84780"/>
		<updated>2014-01-10T00:11:06Z</updated>

		<summary type="html">&lt;p&gt;Petersv: /* 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-SLC2014.png|[[2014_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* MGH: Lichen Liang&lt;br /&gt;
* BWH: Peter Savadjiev, Lauren O'Donnell, Steve Pieper&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;
Work towards creating a Slicer4 extension for the white matter query language, originally developed by Demian Wassermann.&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;
We currently have the WMQL as a python scripted module. We need to resolve several issues:&lt;br /&gt;
* how to incorporate dependencies, such as numpy 1.7.&lt;br /&gt;
* extend the user interface&lt;br /&gt;
* create documentation&lt;br /&gt;
* create Slicer 4 extension&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;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: 98%; 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;
* The major technical hurdle that remains to be solved before creating a Slicer extension is the code's dependency on numpy 1.7. A long-term solution would be to update Slicer to work with numpy 1.7. &lt;br /&gt;
* In the meantime, we have a working prototype for a Slicer module that works if numpy 1.7 is manually installed. The source code is available in a github repository: https://github.com/llcmgh/slicer_tract_querier&lt;br /&gt;
* Sample output: &lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 58%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
[[File:WMQLModuleSampleOutput.png]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Petersv</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2014_Project_Week:WMQLExtension&amp;diff=84779</id>
		<title>2014 Project Week:WMQLExtension</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2014_Project_Week:WMQLExtension&amp;diff=84779"/>
		<updated>2014-01-10T00:09:44Z</updated>

		<summary type="html">&lt;p&gt;Petersv: /* 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-SLC2014.png|[[2014_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* MGH: Lichen Liang&lt;br /&gt;
* BWH: Peter Savadjiev, Lauren O'Donnell, Steve Pieper&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;
Work towards creating a Slicer4 extension for the white matter query language, originally developed by Demian Wassermann.&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;
We currently have the WMQL as a python scripted module. We need to resolve several issues:&lt;br /&gt;
* how to incorporate dependencies, such as numpy 1.7.&lt;br /&gt;
* extend the user interface&lt;br /&gt;
* create documentation&lt;br /&gt;
* create Slicer 4 extension&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;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: 98%; 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;
* The major technical hurdle that remains to be solved before creating a Slicer extension is the code's dependency on numpy 1.7. A long-term solution would be to update Slicer to work with numpy 1.7. &lt;br /&gt;
* In the meantime, we have a working prototype for a Slicer module that works if numpy 1.7 is manually installed. The source code is available in a github repository: https://github.com/llcmgh/slicer_tract_querier&lt;br /&gt;
* Sample output: [[File:WMQLModuleSampleOutput.png]]&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>Petersv</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=File:WMQLModuleSampleOutput.png&amp;diff=84778</id>
		<title>File:WMQLModuleSampleOutput.png</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=File:WMQLModuleSampleOutput.png&amp;diff=84778"/>
		<updated>2014-01-10T00:06:49Z</updated>

		<summary type="html">&lt;p&gt;Petersv: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Petersv</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2014_Project_Week:WMQLExtension&amp;diff=84775</id>
		<title>2014 Project Week:WMQLExtension</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2014_Project_Week:WMQLExtension&amp;diff=84775"/>
		<updated>2014-01-09T23:55:24Z</updated>

		<summary type="html">&lt;p&gt;Petersv: /* 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-SLC2014.png|[[2014_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* MGH: Lichen Liang&lt;br /&gt;
* BWH: Peter Savadjiev, Lauren O'Donnell, Steve Pieper&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;
Work towards creating a Slicer4 extension for the white matter query language, originally developed by Demian Wassermann.&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;
We currently have the WMQL as a python scripted module. We need to resolve several issues:&lt;br /&gt;
* how to incorporate dependencies, such as numpy 1.7.&lt;br /&gt;
* extend the user interface&lt;br /&gt;
* create documentation&lt;br /&gt;
* create Slicer 4 extension&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;
* The major technical hurdle that remains to be solved before creating a Slicer extension is the code's dependency on numpy 1.7. A long-term solution would be to update Slicer to work with numpy 1.7. &lt;br /&gt;
* In the meantime, we have a working prototype for a Slicer module that works if numpy 1.7 is manually installed. The source code is available in a github repository: https://github.com/llcmgh/slicer_tract_querier&lt;br /&gt;
* Sample output: [[File:WMQLModuleSampleOutput.png]]&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>Petersv</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2014_Project_Week:WMQLExtension&amp;diff=84774</id>
		<title>2014 Project Week:WMQLExtension</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2014_Project_Week:WMQLExtension&amp;diff=84774"/>
		<updated>2014-01-09T23:43:05Z</updated>

		<summary type="html">&lt;p&gt;Petersv: /* 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-SLC2014.png|[[2014_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* MGH: Lichen Liang&lt;br /&gt;
* BWH: Peter Savadjiev, Lauren O'Donnell, Steve Pieper&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;
Work towards creating a Slicer4 extension for the white matter query language, originally developed by Demian Wassermann.&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;
We currently have the WMQL as a python scripted module. We need to resolve several issues:&lt;br /&gt;
* how to incorporate dependencies, such as numpy 1.7.&lt;br /&gt;
* extend the user interface&lt;br /&gt;
* create documentation&lt;br /&gt;
* create Slicer 4 extension&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;
* The major technical hurdle that remains unresolved is the code's dependency on numpy 1.7. A long-term solution would be to update Slicer to work with numpy 1.7. &lt;br /&gt;
* In the meantime, we have a working prototype for a Slicer module that works if numpy 1.7 is manually installed. The source code is available in a github repository: https://github.com/llcmgh/slicer_tract_querier&lt;br /&gt;
* Sample output: [[File:WMQLModuleSampleOutput.png]]&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>Petersv</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2014_Project_Week:WMQLExtension&amp;diff=84773</id>
		<title>2014 Project Week:WMQLExtension</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2014_Project_Week:WMQLExtension&amp;diff=84773"/>
		<updated>2014-01-09T23:40:50Z</updated>

		<summary type="html">&lt;p&gt;Petersv: /* 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-SLC2014.png|[[2014_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* MGH: Lichen Liang&lt;br /&gt;
* BWH: Peter Savadjiev, Lauren O'Donnell, Steve Pieper&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;
Work towards creating a Slicer4 extension for the white matter query language, originally developed by Demian Wassermann.&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;
We currently have the WMQL as a python scripted module. We need to resolve several issues:&lt;br /&gt;
* how to incorporate dependencies, such as numpy 1.7.&lt;br /&gt;
* extend the user interface&lt;br /&gt;
* create documentation&lt;br /&gt;
* create Slicer 4 extension&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;
* The major technical hurdle that remains unresolved is the code's dependency on numpy 1.7. A long-term solution would be to update Slicer to work with numpy 1.7. &lt;br /&gt;
* In the meantime, we have a working prototype for a Slicer module that works if numpy 1.7 is manually installed. The source code is available in a github repository: https://github.com/llcmgh/slicer_tract_querier&lt;br /&gt;
* Sample output:&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>Petersv</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2014_Project_Week:WMQLExtension&amp;diff=84582</id>
		<title>2014 Project Week:WMQLExtension</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2014_Project_Week:WMQLExtension&amp;diff=84582"/>
		<updated>2014-01-07T18:29:51Z</updated>

		<summary type="html">&lt;p&gt;Petersv: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-SLC2014.png|[[2014_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* MGH: Lichen Liang&lt;br /&gt;
* BWH: Peter Savadjiev, Lauren O'Donnell, Steve Pieper&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;
Work towards creating a Slicer4 extension for the white matter query language, originally developed by Demian Wassermann.&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;
We currently have the WMQL as a python scripted module. We need to resolve several issues:&lt;br /&gt;
* how to incorporate dependencies, such as numpy 1.7.&lt;br /&gt;
* extend the user interface&lt;br /&gt;
* create documentation&lt;br /&gt;
* create Slicer 4 extension&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>Petersv</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2014_Project_Week:WMQLExtension&amp;diff=84581</id>
		<title>2014 Project Week:WMQLExtension</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2014_Project_Week:WMQLExtension&amp;diff=84581"/>
		<updated>2014-01-07T18:27:22Z</updated>

		<summary type="html">&lt;p&gt;Petersv: /* Key Investigators */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Key Investigators==&lt;br /&gt;
* MGH: Lichen Liang&lt;br /&gt;
* BWH: Peter Savadjiev, Lauren O'Donnell, Steve Pieper&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;
Work towards creating a Slicer4 extension for the white matter query language, originally developed by Demian Wassermann.&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;
We currently have the WMQL as a python scripted module. We need to resolve several issues:&lt;br /&gt;
* how to incorporate dependencies, such as numpy 1.7.&lt;br /&gt;
* extend the user interface&lt;br /&gt;
* create documentation&lt;br /&gt;
* create Slicer 4 extension&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>Petersv</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2014_Project_Week:WMQLExtension&amp;diff=84580</id>
		<title>2014 Project Week:WMQLExtension</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2014_Project_Week:WMQLExtension&amp;diff=84580"/>
		<updated>2014-01-07T18:23:03Z</updated>

		<summary type="html">&lt;p&gt;Petersv: Created page with '==Key Investigators== * MGH: Lichen Liang * BWH: Peter Savadjiev, Lauren O'Donnell, Steve Pieper'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Key Investigators==&lt;br /&gt;
* MGH: Lichen Liang&lt;br /&gt;
* BWH: Peter Savadjiev, Lauren O'Donnell, Steve Pieper&lt;/div&gt;</summary>
		<author><name>Petersv</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2014_Winter_Project_Week&amp;diff=84579</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=84579"/>
		<updated>2014-01-07T18:21:33Z</updated>

		<summary type="html">&lt;p&gt;Petersv: /* 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)&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>Petersv</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2014_Project_Week:DWIDispersion&amp;diff=84349</id>
		<title>2014 Project Week:DWIDispersion</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2014_Project_Week:DWIDispersion&amp;diff=84349"/>
		<updated>2014-01-06T00:18:25Z</updated>

		<summary type="html">&lt;p&gt;Petersv: /* Project Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Key Investigators==&lt;br /&gt;
* Iowa: Hans Johnson&lt;br /&gt;
* BWH: C-F Westin&lt;br /&gt;
* BWH: Peter Savadjiev&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;
Implement the fiber dispersion computation method of Savadjiev et al. (MICCAI 2012) as a Slicer4 Extension. Convert the currently existing Matlab implementation into C++/ITK and test it on various datasets.&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;
* Create a realistic test suite based on Hungington datasets for the Matlab code.&lt;br /&gt;
&lt;br /&gt;
* Create a VTK reader/writer in matlab, in order to the test the matlab code.&lt;br /&gt;
&lt;br /&gt;
* Convert the Matlab code to C++/ITK &lt;br /&gt;
&lt;br /&gt;
*Create a Slicer extension&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>Petersv</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2014_Project_Week:DWIDispersion&amp;diff=84348</id>
		<title>2014 Project Week:DWIDispersion</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2014_Project_Week:DWIDispersion&amp;diff=84348"/>
		<updated>2014-01-06T00:17:55Z</updated>

		<summary type="html">&lt;p&gt;Petersv: /* Key Investigators */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Key Investigators==&lt;br /&gt;
* Iowa: Hans Johnson&lt;br /&gt;
* BWH: C-F Westin&lt;br /&gt;
* BWH: Peter Savadjiev&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;
Implement the fiber dispersion computation method of Savadjiev et al. (2012) as a Slicer4 Extension. Convert the currently existing Matlab implementation into C++/ITK and test it on various datasets.&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;
* Create a realistic test suite based on Hungington datasets for the Matlab code.&lt;br /&gt;
&lt;br /&gt;
* Create a VTK reader/writer in matlab, in order to the test the matlab code.&lt;br /&gt;
&lt;br /&gt;
* Convert the Matlab code to C++/ITK &lt;br /&gt;
&lt;br /&gt;
*Create a Slicer extension&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>Petersv</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2014_Project_Week:DWIDispersion&amp;diff=84347</id>
		<title>2014 Project Week:DWIDispersion</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2014_Project_Week:DWIDispersion&amp;diff=84347"/>
		<updated>2014-01-06T00:11:43Z</updated>

		<summary type="html">&lt;p&gt;Petersv: Created page with '==Key Investigators== * Iowa: Hans Johnson * BWH: C-F Westin * BWH: Peter Savadjiev'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Key Investigators==&lt;br /&gt;
* Iowa: Hans Johnson&lt;br /&gt;
* BWH: C-F Westin&lt;br /&gt;
* BWH: Peter Savadjiev&lt;/div&gt;</summary>
		<author><name>Petersv</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2014_Winter_Project_Week&amp;diff=84243</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=84243"/>
		<updated>2013-12-31T16:54:02Z</updated>

		<summary type="html">&lt;p&gt;Petersv: /* 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)]] (Josh, Salma, Alan)&lt;br /&gt;
*[[2014_Project_Week:LAFibrosisVisualizationModule|LA Fibrosis / Scar Visualization]] (Josh, Salma, Alan)&lt;br /&gt;
*[[2014_Project_Week:CARMADocumentation|CARMA Extension Documentation Project]] (Josh, Salma)&lt;br /&gt;
*[[2014_Project_Week:GraphCutsLASegmentationModule|LA Segmentation module using multi-column Graph Cuts]] (Gopal, Salma, Josh, Rob, Ross)&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;
&lt;br /&gt;
==Huntington's Disease==&lt;br /&gt;
*[[2014_Project_Week:DWIDispersion|DWI Dispersion]] (Hans, CF, Peter Savadjiev)&lt;br /&gt;
*[[2014_Project_Week:DTIAnalysis|DTI Compressed Sensing?]] (Hans, CF)&lt;br /&gt;
*[[2014_Project_Week:Modules scripting|Slicer module scripting?]] (Dave)&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 JHU, 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;
&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;
==Stroke==&lt;br /&gt;
&lt;br /&gt;
*[[2014_Project_Week:Multi-Tissue_Stroke_Segmentation|Multi-Tissue Stroke Segmentation]] (Ramesh, Polina B., Polina G.)&lt;br /&gt;
&lt;br /&gt;
==Image-Guided Interventions==&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:OpenIGTLink| OpenIGTLink Interface: New data types and structures]] (Junichi Tokuda, Andras Lasso, Steve Piper, ???)&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;
&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, Greg Sharp, others??)&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;
==Medical Robotics==&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:BatchConvertDICOM|Python Scripting Slicer DICOM read/write to convert segmentation objects]] (Jayashree, Andrey, Alireza, Steve, Jc, Hans, 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)&lt;br /&gt;
*[[2014_Project_Week:Quantitative_Index_Computation|Quantitative Index Computation]] (Ethan Ulrich)&lt;br /&gt;
*[[2014_Project_Week:TCIA Browser Extension in Slicer|TCIA Browser Extension in Slicer]] (Alireza, Andrey, Steve, Ron)&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]] (Beatriz Paniagua, Vinicius Boen, Nicole Aucoin, Steve Pieper, Francois Budin)&lt;br /&gt;
* [[2014_Winter_Project_Week:4DShape Analysis of mandibular changes|4DShape Analysis of mandibular changes]] (James Fishbaugh, Guido Gerig, Vinicius Boen)&lt;br /&gt;
&lt;br /&gt;
==Infrastructure==&lt;br /&gt;
*[[2014_Project_Week:SlicerSpeedUp|Slicer speed up]] (Jc, Andras Lasso, Steve Pieper)&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)&lt;br /&gt;
*CLI - Resources? Conditionals? Autonaming? Provenance? CTK unification? (Jim Miller)&lt;br /&gt;
*[[2014_Project_Week:MarkupsModule|Markups Module]] (Nicole Aucoin)&lt;br /&gt;
* [[2014_Winter_Project_Week:Steered Registration|Steered Registration]] (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:Logging|Logging (standardization, logging to file)]] (Nicole Aucoin, Steve Pieper, Jc, Andras Lasso, Csaba Pinter, ???)&lt;br /&gt;
* [[2014_Winter_Project_Week:XNATSlicerLink| 3DSlicer annotations in XNAT]] (Erwin Vast)&lt;/div&gt;</summary>
		<author><name>Petersv</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2014_Winter_Project_Week&amp;diff=84125</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=84125"/>
		<updated>2013-12-20T18:29:24Z</updated>

		<summary type="html">&lt;p&gt;Petersv: /* 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:GraphCutsLASegmentation|LA Segmentation via Graph Cuts]] (Josh, Salma, Gopal)&lt;br /&gt;
*[[2014_Project_Week:MRAFusionRegistration|DEMRI LA Segmentation via Image Fusion (MRA)]] (Josh, Salma, Alan)&lt;br /&gt;
*[[2014_Project_Week:LAFibrosisVisualizationModule|LA Fibrosis / Scar Visualization]] (Josh, Salma, Alan)&lt;br /&gt;
*[[2014_Project_Week:CARMADocumentation|CARMA Extension Documentation Project]] (Josh, Salma)&lt;br /&gt;
*[[2014_Project_Week:GraphCutsLASegmentationModule|LA Segmentation module using multi-column Graph Cuts]] (Gopal, Salma, Josh, Rob, Ross)&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;
&lt;br /&gt;
==Huntington's Disease==&lt;br /&gt;
*[[2014_Project_Week:DWIDispersion|DWI Dispersion]] (Hans, CF, Peter Savadjiev)&lt;br /&gt;
*[[2014_Project_Week:DTIAnalysis|DTI Compressed Sensing?]] (Hans, CF, Peter Savadjiev)&lt;br /&gt;
*[[2014_Project_Week:Modules scripting|Slicer module scripting?]] (Dave)&lt;br /&gt;
*[[2014_Project_Week:DWIConverter|DWIConverter?]] (Hans, Kent, Peter Savadjiev)&lt;br /&gt;
*[[2014_Project_Week:Slicer_Based_Surface_Template_Estimation|Slicer Based Surface Template Estimation]] (Saurabh JHU, 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;
&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:KSlice|Interactive Segmentation]] (Ivan, Nadya, Greg, Allen)&lt;br /&gt;
&lt;br /&gt;
==Stroke==&lt;br /&gt;
&lt;br /&gt;
*[[2014_Project_Week:Multi-Tissue_Stroke_Segmentation|Multi-Tissue Stroke Segmentation]] (Ramesh, Polina B., Polina G.)&lt;br /&gt;
&lt;br /&gt;
==Image-Guided Interventions==&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:OpenIGTLink| OpenIGTLink Interface: New data types and structures]] (Junichi Tokuda, Andras Lasso, Steve Piper, ???)&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;
&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, Greg Sharp, others??)&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;
==Medical Robotics==&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:BatchConvertDICOM|Python Scripting Slicer DICOM read/write to convert segmentation objects]] (Jayashree, Andrey, Alireza, Steve, Jc, Hans, 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)&lt;br /&gt;
*[[2014_Project_Week:Quantitative_Index_Computation|Quantitative Index Computation]] (Ethan Ulrich)&lt;br /&gt;
*[[2014_Project_Week:TCIA Browser Extension in Slicer|TCIA Browser Extension in Slicer]] (Alireza, Andrey, Steve, Ron)&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)&lt;br /&gt;
* [[2014_Winter_Project_Week:Cropping Multiple Surfaces|Cropping multiple surfaces simultaneously]] (Alexander, Jc, Steve, Vinicius)&lt;br /&gt;
* [[2014_Winter_Project_Week:Color Code Tables|Color Coded Tables]] (Nicole Aucoin, Steve Pieper, Vinicius Boen, Francois Budin)&lt;br /&gt;
* [[2014_Winter_Project_Week:4DShape Analysis of mandibular changes|4DShape Analysis of mandibular changes]] (James Fishbaugh, Guido Gerig, Vinicius Boen)&lt;br /&gt;
&lt;br /&gt;
==Infrastructure==&lt;br /&gt;
*[[2014_Project_Week:SlicerSpeedUp|Slicer speed up]] (Jc, Andras Lasso, Steve Pieper)&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)&lt;br /&gt;
*CLI - Resources? Conditionals? Autonaming? Provenance? CTK unification? (Jim Miller)&lt;br /&gt;
*[[2014_Project_Week:MarkupsModule|Markups Module]] (Nicole Aucoin)&lt;br /&gt;
* [[2014_Winter_Project_Week:Steered Registration|Steered Registration]] (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;/div&gt;</summary>
		<author><name>Petersv</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2014_Winter_Project_Week&amp;diff=84124</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=84124"/>
		<updated>2013-12-20T18:28:23Z</updated>

		<summary type="html">&lt;p&gt;Petersv: /* 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:GraphCutsLASegmentation|LA Segmentation via Graph Cuts]] (Josh, Salma, Gopal)&lt;br /&gt;
*[[2014_Project_Week:MRAFusionRegistration|DEMRI LA Segmentation via Image Fusion (MRA)]] (Josh, Salma, Alan)&lt;br /&gt;
*[[2014_Project_Week:LAFibrosisVisualizationModule|LA Fibrosis / Scar Visualization]] (Josh, Salma, Alan)&lt;br /&gt;
*[[2014_Project_Week:CARMADocumentation|CARMA Extension Documentation Project]] (Josh, Salma)&lt;br /&gt;
*[[2014_Project_Week:GraphCutsLASegmentationModule|LA Segmentation module using multi-column Graph Cuts]] (Gopal, Salma, Josh, Rob, Ross)&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;
&lt;br /&gt;
==Huntington's Disease==&lt;br /&gt;
*[[2014_Project_Week:DWIDispersion|DWI Dispersion]] (Hans, CF, Peter Savadjiev)&lt;br /&gt;
*[[2014_Project_Week:DTIAnalysis|DTI Compressed Sensing?]] (Hans, CF, Peter Savadjiev)&lt;br /&gt;
*[[2014_Project_Week:Modules scripting|Slicer module scripting?]] (Dave)&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 JHU, 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;
&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:KSlice|Interactive Segmentation]] (Ivan, Nadya, Greg, Allen)&lt;br /&gt;
&lt;br /&gt;
==Stroke==&lt;br /&gt;
&lt;br /&gt;
*[[2014_Project_Week:Multi-Tissue_Stroke_Segmentation|Multi-Tissue Stroke Segmentation]] (Ramesh, Polina B., Polina G.)&lt;br /&gt;
&lt;br /&gt;
==Image-Guided Interventions==&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:OpenIGTLink| OpenIGTLink Interface: New data types and structures]] (Junichi Tokuda, Andras Lasso, Steve Piper, ???)&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;
&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, Greg Sharp, others??)&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;
==Medical Robotics==&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:BatchConvertDICOM|Python Scripting Slicer DICOM read/write to convert segmentation objects]] (Jayashree, Andrey, Alireza, Steve, Jc, Hans, 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)&lt;br /&gt;
*[[2014_Project_Week:Quantitative_Index_Computation|Quantitative Index Computation]] (Ethan Ulrich)&lt;br /&gt;
*[[2014_Project_Week:TCIA Browser Extension in Slicer|TCIA Browser Extension in Slicer]] (Alireza, Andrey, Steve, Ron)&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)&lt;br /&gt;
* [[2014_Winter_Project_Week:Cropping Multiple Surfaces|Cropping multiple surfaces simultaneously]] (Alexander, Jc, Steve, Vinicius)&lt;br /&gt;
* [[2014_Winter_Project_Week:Color Code Tables|Color Coded Tables]] (Nicole Aucoin, Steve Pieper, Vinicius Boen, Francois Budin)&lt;br /&gt;
* [[2014_Winter_Project_Week:4DShape Analysis of mandibular changes|4DShape Analysis of mandibular changes]] (James Fishbaugh, Guido Gerig, Vinicius Boen)&lt;br /&gt;
&lt;br /&gt;
==Infrastructure==&lt;br /&gt;
*[[2014_Project_Week:SlicerSpeedUp|Slicer speed up]] (Jc, Andras Lasso, Steve Pieper)&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)&lt;br /&gt;
*CLI - Resources? Conditionals? Autonaming? Provenance? CTK unification? (Jim Miller)&lt;br /&gt;
*[[2014_Project_Week:MarkupsModule|Markups Module]] (Nicole Aucoin)&lt;br /&gt;
* [[2014_Winter_Project_Week:Steered Registration|Steered Registration]] (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;/div&gt;</summary>
		<author><name>Petersv</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2013_Summer_Project_Week:WM_Geometry_Tools&amp;diff=82178</id>
		<title>2013 Summer Project Week:WM Geometry Tools</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2013_Summer_Project_Week:WM_Geometry_Tools&amp;diff=82178"/>
		<updated>2013-06-19T15:52:57Z</updated>

		<summary type="html">&lt;p&gt;Petersv: /* Key Investigators */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Key Investigators==&lt;br /&gt;
* BWH: Peter Savadjiev, Carl-Fredrik Westin&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;
The long-term goal of this project is to integrate with Slicer4 the white matter geometry analysis tools described in &lt;br /&gt;
&lt;br /&gt;
Peter Savadjiev, Yogesh Rathi, Sylvain Bouix, Ragini Verma, Carl-Fredrik Westin: Multi-scale Characterization of White Matter Tract Geometry. MICCAI (3) 2012: 34-41&lt;br /&gt;
&lt;br /&gt;
and&lt;br /&gt;
&lt;br /&gt;
Peter Savadjiev, Gordon L. Kindlmann, Sylvain Bouix, Martha Elizabeth Shenton, Carl-Fredrik Westin: Local white matter geometry from diffusion tensor gradients. NeuroImage 49(4): 3175-3186 (2010)&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;
The plan is to integrate these algorithms as Python scripted extensions.&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: 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;
This project is still at an initial stage. The 2013 summer project week was very useful to learn about developing extensions for Slicer4.&lt;br /&gt;
&lt;br /&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;/div&gt;</summary>
		<author><name>Petersv</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2013_Summer_Project_Week:WM_Geometry_Tools&amp;diff=82177</id>
		<title>2013 Summer Project Week:WM Geometry Tools</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2013_Summer_Project_Week:WM_Geometry_Tools&amp;diff=82177"/>
		<updated>2013-06-19T15:52:21Z</updated>

		<summary type="html">&lt;p&gt;Petersv: /* Key Investigators */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Key Investigators==&lt;br /&gt;
* BWH: Demian Wassermann, Carl-Fredrik Westin&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;
The long-term goal of this project is to integrate with Slicer4 the white matter geometry analysis tools described in &lt;br /&gt;
&lt;br /&gt;
Peter Savadjiev, Yogesh Rathi, Sylvain Bouix, Ragini Verma, Carl-Fredrik Westin: Multi-scale Characterization of White Matter Tract Geometry. MICCAI (3) 2012: 34-41&lt;br /&gt;
&lt;br /&gt;
and&lt;br /&gt;
&lt;br /&gt;
Peter Savadjiev, Gordon L. Kindlmann, Sylvain Bouix, Martha Elizabeth Shenton, Carl-Fredrik Westin: Local white matter geometry from diffusion tensor gradients. NeuroImage 49(4): 3175-3186 (2010)&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;
The plan is to integrate these algorithms as Python scripted extensions.&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: 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;
This project is still at an initial stage. The 2013 summer project week was very useful to learn about developing extensions for Slicer4.&lt;br /&gt;
&lt;br /&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;/div&gt;</summary>
		<author><name>Petersv</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2013_Summer_Project_Week:WM_Geometry_Tools&amp;diff=82176</id>
		<title>2013 Summer Project Week:WM Geometry Tools</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2013_Summer_Project_Week:WM_Geometry_Tools&amp;diff=82176"/>
		<updated>2013-06-19T15:51:45Z</updated>

		<summary type="html">&lt;p&gt;Petersv: Created page with '==Key Investigators== * BWH: Demian Wassermann, Carl-Fredrik Westin  &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; Int…'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Key Investigators==&lt;br /&gt;
* BWH: Demian Wassermann, Carl-Fredrik Westin&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;
Integrating the White Matter Query Language, a system for automatical definition and extraction of white matter tracts into 3D Slicer&lt;br /&gt;
&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;
The long-term goal of this project is to integrate with Slicer4 the white matter geometry analysis tools described in &lt;br /&gt;
&lt;br /&gt;
Peter Savadjiev, Yogesh Rathi, Sylvain Bouix, Ragini Verma, Carl-Fredrik Westin: Multi-scale Characterization of White Matter Tract Geometry. MICCAI (3) 2012: 34-41&lt;br /&gt;
&lt;br /&gt;
and&lt;br /&gt;
&lt;br /&gt;
Peter Savadjiev, Gordon L. Kindlmann, Sylvain Bouix, Martha Elizabeth Shenton, Carl-Fredrik Westin: Local white matter geometry from diffusion tensor gradients. NeuroImage 49(4): 3175-3186 (2010)&lt;br /&gt;
&lt;br /&gt;
The plan is to integrate these algorithms as Python scripted extensions.&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: 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;
This project is still at an initial stage. The 2013 summer project week was very useful to learn about developing extensions for Slicer4.&lt;br /&gt;
&lt;br /&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;/div&gt;</summary>
		<author><name>Petersv</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2013_Summer_Project_Week&amp;diff=82175</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=82175"/>
		<updated>2013-06-19T15:43:18Z</updated>

		<summary type="html">&lt;p&gt;Petersv: /* Additional Collaborations */&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;
|&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;|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-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, 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: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)&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)&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;
#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;
#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;
#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;
#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>Petersv</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2012_Winter_Project_Week:GeomIndicesSlicer4&amp;diff=73295</id>
		<title>2012 Winter Project Week:GeomIndicesSlicer4</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2012_Winter_Project_Week:GeomIndicesSlicer4&amp;diff=73295"/>
		<updated>2012-01-11T21:23:38Z</updated>

		<summary type="html">&lt;p&gt;Petersv: /* Key Investigators */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* BWH: Peter Savadjiev&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;
The objective is to port to Slicer4 an existing Slicer3 python module that implements the white matter geometry indices of Savadjiev et al. (2010). &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;
The last remaining step of the port is to modify the XML interface of the Python module to match the requirements of Slicer 4.&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;
At the June 2011 project week, a script was created for automatic testing of the module. Given a set of sample input and the corresponding pre-computed output, the script calls the module and verifies that the output produced by the module matches the correct pre-computed output.&lt;br /&gt;
&lt;br /&gt;
At the January 2012 project week, I learned that the XML interface mechanism for CLI python modules has not been ported to Slicer4 yet. Steve promised to look into this. When this mechanism is ported to Slicer4, the module will be ready to be used in Slicer4. &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;
&amp;lt;div style=&amp;quot;width: 97%; float: left;&amp;quot;&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 Slicer4 python extension module.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
* Savadjiev P, Kindlmann GL, Bouix S, Shenton ME, Westin C-F. Local White Matter Geometry from Diffusion Tensor Gradients. Neuroimage 49, 3175-3186, 2010.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Petersv</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2012_Winter_Project_Week:GeomIndicesSlicer4&amp;diff=72415</id>
		<title>2012 Winter Project Week:GeomIndicesSlicer4</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2012_Winter_Project_Week:GeomIndicesSlicer4&amp;diff=72415"/>
		<updated>2011-12-09T15:35:03Z</updated>

		<summary type="html">&lt;p&gt;Petersv: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* BWH: Peter Savadjiev&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;
The objective is to port to Slicer4 an existing Slicer3 python module that implements the white matter geometry indices of Savadjiev et al. (2010). &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;
The last remaining step of the port is to modify the XML interface of the Python module to match the requirements of Slicer 4.&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;
At the June 2011 project week, a script was created for automatic testing of the module. Given a set of sample input and the corresponding pre-computed output, the script calls the module and verifies that the output produced by the module matches the correct pre-computed output.&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;
&amp;lt;div style=&amp;quot;width: 97%; float: left;&amp;quot;&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 Slicer4 python extension module.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
* Savadjiev P, Kindlmann GL, Bouix S, Shenton ME, Westin C-F. Local White Matter Geometry from Diffusion Tensor Gradients. Neuroimage 49, 3175-3186, 2010.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Petersv</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2012_Winter_Project_Week&amp;diff=72414</id>
		<title>2012 Winter Project Week</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2012_Winter_Project_Week&amp;diff=72414"/>
		<updated>2011-12-09T15:30:44Z</updated>

		<summary type="html">&lt;p&gt;Petersv: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Back to [[Project Events]], [[Events]]&lt;br /&gt;
 Back to [[Project Events]], [[AHM_2012]], [[Events]]&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;br /&gt;
[[image:PW-SLC2012.png|300px]]&lt;br /&gt;
&lt;br /&gt;
== Dates.Venue.Registration ==&lt;br /&gt;
&lt;br /&gt;
Please [[AHM_2012#Dates_Venue_Registration|click here for Dates, Venue, and Registration]] for this event.&lt;br /&gt;
&lt;br /&gt;
== Agenda==&lt;br /&gt;
&lt;br /&gt;
Please [[AHM_2012#Agenda|click here for the agenda for AHM 2012 and Project Week]].&lt;br /&gt;
&lt;br /&gt;
==Background==&lt;br /&gt;
&lt;br /&gt;
From January 9-13, 2012, the 14th project week for hands-on research and development activity in Neuroscience and Image-Guided Therapy applications will be hosted in Salt Lake City, Utah. Participant engage in open source programming using the [[NA-MIC-Kit|NA-MIC Kit]], algorithms, medical imaging sequence development, tracking experiments, and clinical applications. The main goal of this event is to further the translational research deliverables of the sponsoring centers ([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], and [http://www.cimit.org CIMIT]) and their collaborators by identifying and solving programming problems during planned and ad hoc break-out sessions.  &lt;br /&gt;
&lt;br /&gt;
Active preparation for this conference begins with a kick-off teleconference. Invitations to this call are sent to members of the sponsoring communities, their collaborators, past attendees of the event, as well as any parties expressing an interest in working with these centers. The main goal of the initial teleconference is to gather information about which groups/projects would be active at the upcoming event to ensure that there were sufficient resources available to meet everyone's needs. Focused discussions about individual projects are conducted during several subsequent teleconferences and permits the hosts to finalize the project teams, consolidate any common components, and identify topics that should be discussed in break-out sessions. In the final days leading up to the meeting, all project teams are asked to complete a template page on the wiki describing the objectives and research plan for each project.  &lt;br /&gt;
&lt;br /&gt;
On the first day of the conference, each project team leader delivers a short presentation to introduce their topic and individual members of their team. These brief presentations serve to both familiarize other teams doing similar work about common problems or practical solutions, and to identify potential subsets of individuals who might benefit from collaborative work.  For the remainder of the conference, about 50% time is devoted to break-out discussions on topics of common interest to particular subsets and 50% to hands-on project work.  For hands-on project work, attendees are organized into 30-50 small teams comprised of 2-4 individuals with a mix of multi-disciplinary expertise.  To facilitate this work, a large room is setup with ample work tables, internet connection, and power access. This enables each computer software development-based team to gather on a table with their individual laptops, connect to the internet, download their software and data, and work on specific projects.  On the final day of the event, each project team summarizes their accomplishments in a closing presentation.&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;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Projects==&lt;br /&gt;
&lt;br /&gt;
===IGT===&lt;br /&gt;
*Pelvic Registration (Mehdi Moradi UBC/BWH, Jan Egger, Andrey Fedorov)&lt;br /&gt;
*iGyne (Jan Egger, Xiaojun Chen, Radhika Tibrewal, Mehdi Moradi)&lt;br /&gt;
*OpenIGTLink interface for Slicer4(Junichi, Clif Burdette/Jack Blevins, Tamas Ungi, Andras Lasso)&lt;br /&gt;
*Needle tracking (atushi yamada, radhika tibrewal, a needle navigation person)&lt;br /&gt;
*[[2012_Winter_Project_Week:LiveUltrasound|Live ultrasound in Slicer4 using Plus and OpenIGTLink]] (Tamas Ungi, Elvis Chen)&lt;br /&gt;
*4D Ultrasound (Laurent, Noby)&lt;br /&gt;
&lt;br /&gt;
===Traumatic Brain Injury DBP===&lt;br /&gt;
&lt;br /&gt;
* [[2012_Winter_Project_Week:TBIClinicalAnalysis|Segmentation of Serial MRI of TBI patients &lt;br /&gt;
using Personalized Atlas Construction]] (Bo Wang, Marcel Prastawa, Andrei Irimia, Micah Chambers, Jack van Horn, Guido Gerig, Danielle Pace, Stephen Aylward)&lt;br /&gt;
* [[2012_Winter_Project_Week:TBIDTIAnalysis|Registration and analysis of white matter tract changes in TBI]] (Clement Vachet, Anuja Sharma, Marcel Prastawa, Andrei Irimia, Jack van Horn, Guido Gerig, Martin Styner, Danielle Pace, Stephen Aylward)&lt;br /&gt;
* [[2012_Winter_Project_Week:TBIValidation|Validation, visualization and analysis of segmentation for TBI]] (Bo Wang, Marcel Prastawa, Andrei Irimia, Micah Chambers, Jack van Horn, Guido Gerig, Danielle Pace, Stephen Aylward)&lt;br /&gt;
*Geometric Metamorphosis for TBI (Danielle Pace, Marc Niethammer, Marcel Prastawa, Andrei Irimia, Jack van Horn, Danielle Pace, Stephen Aylward)&lt;br /&gt;
* [[2012_Winter_Project_Week:TBIRegistration|Multimodal Deformable Registration of Traumatic Brain Injury MR Volumes using Graphics Processing Units]] (Yifei Lou, Andrei Irimia, Patricio Vela, Allen Tannenbaum, Micah C. Chambers, Jack Van Horn and Paul M. Vespa, Danielle Pace, Stephen Aylward)&lt;br /&gt;
* [[2012_Winter_Project_Week:TBIRegistration|Integration of unscented Kalman filter (UKF) based multi-tensor tractography in Slicer]] (Christian Baumgartner, Yogesh Rathi, Carl-Fredrik Westin)&lt;br /&gt;
&lt;br /&gt;
===Predict Huntington's Disease DBP===&lt;br /&gt;
* [[2012_Winter_Project_Week:DWIPhantom|DTI tractography phantom: a software for evaluating tractography algorithms]] (Gwendoline Roger,Yundi Shi, Clement Vachet, Martin Styner, Sylvain Gouttard)&lt;br /&gt;
* [[2012_Winter_Project_Week:FVLight|FiberViewerLight: a fiber bundle visualization and clustering tool]] (Jean-Baptiste Berger, Clement Vachet, Martin Styner)&lt;br /&gt;
* [[2012_Winter_Project_Week:DTIAFA|DTIAtlasFiberAnalyzer]] (Jean-Baptiste Berger, Yundi Shi, Clement Vachet, Martin Styner)&lt;br /&gt;
* [[2012_Winter_Project_Week:PairWiseDTIRegistration|Pairwise DTI registration: DTI-Reg]] (Clement Vachet, Hans Johnson, Martin Styner)&lt;br /&gt;
* [[2012_Winter_Project_Week:ShapeAnalysisSubcorticalStructuresHD|Morphometric analysis in subcortical structures in HD]] (Beatriz Paniagua, Clement Vachet, Hans Johnson, Martin Styner)&lt;br /&gt;
* [[2012_Winter_Project_Week:DTI pipeline|Applying our DTI pipeline to analyse HD data]] (Gopalkrishna Veni, Hans Johnson, Martin Styner, Ross Whitaker)&lt;br /&gt;
* [[2012_Winter_Project_Week: DTI Change Modeling | Longitudinal change modeling of fiber tracts in serial HD DTI data]] (Anuja Sharma, Hans Johnson, Guido Gerig)&lt;br /&gt;
* [[2012_Winter_Project_Week: Continuous 4D shapes | Continuous 4d shape models from time-discrete data: Subcortical structures in HD]] (James Fishbaugh, Hans Johnson, Guido Gerig)&lt;br /&gt;
&lt;br /&gt;
===Atrial fibrillation DBP===&lt;br /&gt;
* [[2012_Winter_Project_Week:EndoSeg|Endocardial Segmentation in DE-MRI for AFib]] (Yi Gao, Liang-Jia Zhu, Josh Cates, Greg Gardner, Alan Morris, Danny Perry, Rob MacLeod, Sylvain Bouix, Allen Tannenbaum)&lt;br /&gt;
* [[2012_Winter_Project_Week:LAWallRegistration|Longitudinal Alignment and Visualization of Left-Atrial Wall from DEMRI and MRA]] (Josh Cates, Yi Gao, Liang-Jia Zhu, Greg Gardner, Alan Morris, Danny Perry, Rob MacLeod, Sylvain Bouix, Allen Tannenbaum)&lt;br /&gt;
* [[2012_Winter_Project_Week:PVRegistration|Longitudinal Alignment and Visualization of Pulmonary Veins from DEMRI and MRA]] (Josh Cates, Yi Gao, Liang-Jia Zhu, Greg Gardner, Alan Morris, Danny Perry, Rob MacLeod, Sylvain Bouix, Allen Tannenbaum)&lt;br /&gt;
* [[2012_Winter_Project_Week:RealTime|OpenIGT for realtime MRI-guided RF ablation]] (Gene Payne, Rob MacLeod, and Junichi Tokuda)&lt;br /&gt;
&lt;br /&gt;
===Head and Neck Cancer DBP===&lt;br /&gt;
* A patch-based approach to the segmentation of organs of risk (Christian Wachinger, Polina Golland)&lt;br /&gt;
* RT dose comparison tool for Slicer 3. (Nadya Shusharina, Greg Sharp) &lt;br /&gt;
&lt;br /&gt;
===Radiation therapy===&lt;br /&gt;
* [[2012_Winter_Project_Week:RTTools|RT tools for Slicer4]] (Csaba Pinter, Kevin Wang, Andras Lasso, Greg Sharp)&lt;br /&gt;
&lt;br /&gt;
===Musculoskeletal System===&lt;br /&gt;
* [[2012_Winter_Project_Week:Radnostics|Spine Segmentation &amp;amp; Osteoporosis Screening In CT Imaging Studies]] (Anthony Blumfield)&lt;br /&gt;
&lt;br /&gt;
===Registration===&lt;br /&gt;
* [[2012_Winter_Project_Week:CMFreg|Framework for Cranio-Maxillo Facial registration in Slicer3]] (Beatriz Paniagua, Lucia Cevidanes, Martin Styner)&lt;br /&gt;
* [[2012_Winter_Project_Week:SlidingOrgans|Registration in the presence of sliding between organs (Danielle Pace, Marc Neithammer, Stephen Aylward)]]&lt;br /&gt;
* [[2012_Winter_Project_Week:GeometricMetamorphosis|Estimating the infiltration / recession of pathologies independent of background deformations (Danielle Pace, Stephen Aylward, Marc Niethammer)]]&lt;br /&gt;
&lt;br /&gt;
===Shape Analysis===&lt;br /&gt;
* [[2012_Winter_Project_Week:PNSnormals|Principal Nested Spheres Normal Consistency in ShapeWorks]] (Beatriz Paniagua, Josh Cates, Manasi Datar, Ross Whitaker, Martin Styner)&lt;br /&gt;
* [[2012_Winter_Project_Week:GeomIndicesSlicer4|Porting of White Matter Geometric Indices Module to Slicer4]] (Peter Savadjiev)&lt;br /&gt;
&lt;br /&gt;
===NA-MIC Kit Internals===&lt;br /&gt;
*Slicer4 release (Jean-Christophe Fillion-Robin (JC), and Julien Finet (J2))&lt;br /&gt;
*Slicer4 extensions (JC)&lt;br /&gt;
*Slicer4 documentation (JC)&lt;br /&gt;
*Slicer4 GUI Testing (Benjamin Long, J2, JC)&lt;br /&gt;
*Slicer4 data on MIDAS (Josh Cates, Patrick Reynolds)&lt;br /&gt;
*Slicer4 extension: Slicer4 Scene Views Module (Nicole Aucoin)&lt;br /&gt;
*Slicer4 Annotations Module&lt;br /&gt;
** File format refactor (Nicole Aucoin)&lt;br /&gt;
** QT 3D Text rendering proof of concept (Julien Finet, Steve Pieper, Nicole Aucoin)&lt;br /&gt;
*[[2012_Project_Week:DICOM|DICOM Networking, Database, and Slicer Integration]] (Steve, Andrey, Andras)&lt;br /&gt;
*[[2012_Project_Week:EditorExtensions|Editor Extension Examples and Debugging]] (Steve, Andrey, Jc, Hans, Satra)&lt;br /&gt;
*[[2012_Project_Week:ViewerControls|Redesign of the slice viewer control panels]] (Julien Finet, Ron Kikinis, Hans Johnson, Greg Sharp)&lt;br /&gt;
* Automated Testing (Sonia Pujol, Steve Pieper, Jc, Benjamin)&lt;br /&gt;
* Remove legacy code from slicer4 (itk, modules, build scripts) (Hans, Jim, Steve, J2, JC)&lt;br /&gt;
*[[2012_Project_Week:BatchProcessing|Batch Processing with Slicer Modules]] (Steve, Andrey, JC, Hans, Satra)&lt;br /&gt;
*[[2012_Project_Week:4DImageSlicer4|Support for 4D Images in Slicer4]] (Andrey, Steve, Junichi, Alex)&lt;br /&gt;
* AIM, DICOM SR and Slicer annotations (Andrey, Steve, Nicole, Jayashree)&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 na-mic-project-week mailing list] &lt;br /&gt;
#Starting Thursday, October 27th, part of the weekly Thursday 3pm NA-MIC Engineering TCON will be used to prepare for this meeting.  The schedule for these preparatory calls is as follows:&lt;br /&gt;
#*October 27: MGH DBP&lt;br /&gt;
#*November 3: Iowa DBP Huntingtons, Engineering Infrastructure Topics&lt;br /&gt;
#*November 10:  Utah Atrial Fibrillation DBP&lt;br /&gt;
#*November 17: UCLA TBI DBP&lt;br /&gt;
#*November 24:  No call.  thanksgiving.&lt;br /&gt;
#*December 1: &lt;br /&gt;
#*December 8: &lt;br /&gt;
#*December 15:Finalize Projects &lt;br /&gt;
#*January 5: Loose Ends&lt;br /&gt;
#By December 15: [[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 December 15: Create a directory for each project on the [[Engineering:SandBox|NAMIC Sandbox]] (Zack)&lt;br /&gt;
##[https://www.kitware.com/Admin/SendPassword.cgi Ask Zack for a Sandbox account]&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. MIDAS, xNAT). 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;
##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. (Zack)&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;/div&gt;</summary>
		<author><name>Petersv</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2012_Winter_Project_Week:GeomIndicesSlicer4&amp;diff=72413</id>
		<title>2012 Winter Project Week:GeomIndicesSlicer4</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2012_Winter_Project_Week:GeomIndicesSlicer4&amp;diff=72413"/>
		<updated>2011-12-09T15:29:57Z</updated>

		<summary type="html">&lt;p&gt;Petersv: Created page with '__NOTOC__   ==Key Investigators== * BWH: Peter Savadjiev  &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;  The objective…'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* BWH: Peter Savadjiev&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;
The objective is to port to Slicer4 an existing Slicer3 python module that implements the white matter geometry indices of Savadjiev et al. (2010). &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;
The last remaining step of the port is to modify the XML interface of the Python module to match the requirements of Slicer 4.&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;
At the June 2011 project week, a script was created for automatic testing of the module. Given a set of sample input and the corresponding pre-computed output, the script calls the module and verifies that the output produced by the module matches the correct pre-computed output.&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;
&amp;lt;div style=&amp;quot;width: 97%; float: left;&amp;quot;&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 Slicer4 python extension module.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
* Savadjiev P, Kindlmann GK, Bouix S, Shenton ME, Westin C-F. Local White Matter Geometry from Diffusion Tensor Gradients. Neuroimage 49, 3175-3186, 2010.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Petersv</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2012_Winter_Project_Week&amp;diff=72412</id>
		<title>2012 Winter Project Week</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2012_Winter_Project_Week&amp;diff=72412"/>
		<updated>2011-12-09T15:13:54Z</updated>

		<summary type="html">&lt;p&gt;Petersv: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Back to [[Project Events]], [[Events]]&lt;br /&gt;
 Back to [[Project Events]], [[AHM_2012]], [[Events]]&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;br /&gt;
[[image:PW-SLC2012.png|300px]]&lt;br /&gt;
&lt;br /&gt;
== Dates.Venue.Registration ==&lt;br /&gt;
&lt;br /&gt;
Please [[AHM_2012#Dates_Venue_Registration|click here for Dates, Venue, and Registration]] for this event.&lt;br /&gt;
&lt;br /&gt;
== Agenda==&lt;br /&gt;
&lt;br /&gt;
Please [[AHM_2012#Agenda|click here for the agenda for AHM 2012 and Project Week]].&lt;br /&gt;
&lt;br /&gt;
==Background==&lt;br /&gt;
&lt;br /&gt;
From January 9-13, 2012, the 14th project week for hands-on research and development activity in Neuroscience and Image-Guided Therapy applications will be hosted in Salt Lake City, Utah. Participant engage in open source programming using the [[NA-MIC-Kit|NA-MIC Kit]], algorithms, medical imaging sequence development, tracking experiments, and clinical applications. The main goal of this event is to further the translational research deliverables of the sponsoring centers ([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], and [http://www.cimit.org CIMIT]) and their collaborators by identifying and solving programming problems during planned and ad hoc break-out sessions.  &lt;br /&gt;
&lt;br /&gt;
Active preparation for this conference begins with a kick-off teleconference. Invitations to this call are sent to members of the sponsoring communities, their collaborators, past attendees of the event, as well as any parties expressing an interest in working with these centers. The main goal of the initial teleconference is to gather information about which groups/projects would be active at the upcoming event to ensure that there were sufficient resources available to meet everyone's needs. Focused discussions about individual projects are conducted during several subsequent teleconferences and permits the hosts to finalize the project teams, consolidate any common components, and identify topics that should be discussed in break-out sessions. In the final days leading up to the meeting, all project teams are asked to complete a template page on the wiki describing the objectives and research plan for each project.  &lt;br /&gt;
&lt;br /&gt;
On the first day of the conference, each project team leader delivers a short presentation to introduce their topic and individual members of their team. These brief presentations serve to both familiarize other teams doing similar work about common problems or practical solutions, and to identify potential subsets of individuals who might benefit from collaborative work.  For the remainder of the conference, about 50% time is devoted to break-out discussions on topics of common interest to particular subsets and 50% to hands-on project work.  For hands-on project work, attendees are organized into 30-50 small teams comprised of 2-4 individuals with a mix of multi-disciplinary expertise.  To facilitate this work, a large room is setup with ample work tables, internet connection, and power access. This enables each computer software development-based team to gather on a table with their individual laptops, connect to the internet, download their software and data, and work on specific projects.  On the final day of the event, each project team summarizes their accomplishments in a closing presentation.&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;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Projects==&lt;br /&gt;
&lt;br /&gt;
===IGT===&lt;br /&gt;
*Pelvic Registration (Mehdi Moradi UBC/BWH, Jan Egger, Andrey Fedorov)&lt;br /&gt;
*iGyne (Jan Egger, Xiaojun Chen, Radhika Tibrewal, Mehdi Moradi)&lt;br /&gt;
*OpenIGTLink interface for Slicer4(Junichi, Clif Burdette/Jack Blevins, Tamas Ungi, Andras Lasso)&lt;br /&gt;
*Needle tracking (atushi yamada, radhika tibrewal, a needle navigation person)&lt;br /&gt;
*[[2012_Winter_Project_Week:LiveUltrasound|Live ultrasound in Slicer4 using Plus and OpenIGTLink]] (Tamas Ungi, Elvis Chen)&lt;br /&gt;
*4D Ultrasound (Laurent, Noby)&lt;br /&gt;
&lt;br /&gt;
===Traumatic Brain Injury DBP===&lt;br /&gt;
&lt;br /&gt;
* [[2012_Winter_Project_Week:TBIClinicalAnalysis|Segmentation of Serial MRI of TBI patients &lt;br /&gt;
using Personalized Atlas Construction]] (Bo Wang, Marcel Prastawa, Andrei Irimia, Micah Chambers, Jack van Horn, Guido Gerig, Danielle Pace, Stephen Aylward)&lt;br /&gt;
* [[2012_Winter_Project_Week:TBIDTIAnalysis|Registration and analysis of white matter tract changes in TBI]] (Clement Vachet, Anuja Sharma, Marcel Prastawa, Andrei Irimia, Jack van Horn, Guido Gerig, Martin Styner, Danielle Pace, Stephen Aylward)&lt;br /&gt;
* [[2012_Winter_Project_Week:TBIValidation|Validation, visualization and analysis of segmentation for TBI]] (Bo Wang, Marcel Prastawa, Andrei Irimia, Micah Chambers, Jack van Horn, Guido Gerig, Danielle Pace, Stephen Aylward)&lt;br /&gt;
*Geometric Metamorphosis for TBI (Danielle Pace, Marc Niethammer, Marcel Prastawa, Andrei Irimia, Jack van Horn, Danielle Pace, Stephen Aylward)&lt;br /&gt;
* [[2012_Winter_Project_Week:TBIRegistration|Multimodal Deformable Registration of Traumatic Brain Injury MR Volumes using Graphics Processing Units]] (Yifei Lou, Andrei Irimia, Patricio Vela, Allen Tannenbaum, Micah C. Chambers, Jack Van Horn and Paul M. Vespa, Danielle Pace, Stephen Aylward)&lt;br /&gt;
* [[2012_Winter_Project_Week:TBIRegistration|Integration of unscented Kalman filter (UKF) based multi-tensor tractography in Slicer]] (Christian Baumgartner, Yogesh Rathi, Carl-Fredrik Westin)&lt;br /&gt;
&lt;br /&gt;
===Predict Huntington's Disease DBP===&lt;br /&gt;
* [[2012_Winter_Project_Week:DWIPhantom|DTI tractography phantom: a software for evaluating tractography algorithms]] (Gwendoline Roger,Yundi Shi, Clement Vachet, Martin Styner, Sylvain Gouttard)&lt;br /&gt;
* [[2012_Winter_Project_Week:FVLight|FiberViewerLight: a fiber bundle visualization and clustering tool]] (Jean-Baptiste Berger, Clement Vachet, Martin Styner)&lt;br /&gt;
* [[2012_Winter_Project_Week:DTIAFA|DTIAtlasFiberAnalyzer]] (Jean-Baptiste Berger, Yundi Shi, Clement Vachet, Martin Styner)&lt;br /&gt;
* [[2012_Winter_Project_Week:PairWiseDTIRegistration|Pairwise DTI registration: DTI-Reg]] (Clement Vachet, Hans Johnson, Martin Styner)&lt;br /&gt;
* [[2012_Winter_Project_Week:ShapeAnalysisSubcorticalStructuresHD|Morphometric analysis in subcortical structures in HD]] (Beatriz Paniagua, Clement Vachet, Hans Johnson, Martin Styner)&lt;br /&gt;
* [[2012_Winter_Project_Week:DTI pipeline|Applying our DTI pipeline to analyse HD data]] (Gopalkrishna Veni, Hans Johnson, Martin Styner, Ross Whitaker)&lt;br /&gt;
* [[2012_Winter_Project_Week: DTI Change Modeling | Longitudinal change modeling of fiber tracts in serial HD DTI data]] (Anuja Sharma, Hans Johnson, Guido Gerig)&lt;br /&gt;
* [[2012_Winter_Project_Week: Continuous 4D shapes | Continuous 4d shape models from time-discrete data: Subcortical structures in HD]] (James Fishbaugh, Hans Johnson, Guido Gerig)&lt;br /&gt;
&lt;br /&gt;
===Atrial fibrillation DBP===&lt;br /&gt;
* [[2012_Winter_Project_Week:EndoSeg|Endocardial Segmentation in DE-MRI for AFib]] (Yi Gao, Liang-Jia Zhu, Josh Cates, Greg Gardner, Alan Morris, Danny Perry, Rob MacLeod, Sylvain Bouix, Allen Tannenbaum)&lt;br /&gt;
* [[2012_Winter_Project_Week:LAWallRegistration|Longitudinal Alignment and Visualization of Left-Atrial Wall from DEMRI and MRA]] (Josh Cates, Yi Gao, Liang-Jia Zhu, Greg Gardner, Alan Morris, Danny Perry, Rob MacLeod, Sylvain Bouix, Allen Tannenbaum)&lt;br /&gt;
* [[2012_Winter_Project_Week:PVRegistration|Longitudinal Alignment and Visualization of Pulmonary Veins from DEMRI and MRA]] (Josh Cates, Yi Gao, Liang-Jia Zhu, Greg Gardner, Alan Morris, Danny Perry, Rob MacLeod, Sylvain Bouix, Allen Tannenbaum)&lt;br /&gt;
* [[2012_Winter_Project_Week:RealTime|OpenIGT for realtime MRI-guided RF ablation]] (Gene Payne, Rob MacLeod, and Junichi Tokuda)&lt;br /&gt;
&lt;br /&gt;
===Head and Neck Cancer DBP===&lt;br /&gt;
* A patch-based approach to the segmentation of organs of risk (Christian Wachinger, Polina Golland)&lt;br /&gt;
* RT dose comparison tool for Slicer 3. (Nadya Shusharina, Greg Sharp) &lt;br /&gt;
&lt;br /&gt;
===Radiation therapy===&lt;br /&gt;
* [[2012_Winter_Project_Week:RTTools|RT tools for Slicer4]] (Csaba Pinter, Kevin Wang, Andras Lasso, Greg Sharp)&lt;br /&gt;
&lt;br /&gt;
===Musculoskeletal System===&lt;br /&gt;
* [[2012_Winter_Project_Week:Radnostics|Spine Segmentation &amp;amp; Osteoporosis Screening In CT Imaging Studies]] (Anthony Blumfield)&lt;br /&gt;
&lt;br /&gt;
===Registration===&lt;br /&gt;
* [[2012_Winter_Project_Week:CMFreg|Framework for Cranio-Maxillo Facial registration in Slicer3]] (Beatriz Paniagua, Lucia Cevidanes, Martin Styner)&lt;br /&gt;
* [[2012_Winter_Project_Week:SlidingOrgans|Registration in the presence of sliding between organs (Danielle Pace, Marc Neithammer, Stephen Aylward)]]&lt;br /&gt;
* [[2012_Winter_Project_Week:GeometricMetamorphosis|Estimating the infiltration / recession of pathologies independent of background deformations (Danielle Pace, Stephen Aylward, Marc Niethammer)]]&lt;br /&gt;
&lt;br /&gt;
===Shape Analysis===&lt;br /&gt;
* [[2012_Winter_Project_Week:PNSnormals|Principal Nested Spheres Normal Consistency in ShapeWorks]] (Beatriz Paniagua, Josh Cates, Manasi Datar, Ross Whitaker, Martin Styner)&lt;br /&gt;
* [[2012_Winter_Project_Week:GeomIndicesSlicer4|Porting of White Matter Geometric Indices Module to Slicer4]] (Peter Savadjiev, Demian Wassermann)&lt;br /&gt;
&lt;br /&gt;
===NA-MIC Kit Internals===&lt;br /&gt;
*Slicer4 release (Jean-Christophe Fillion-Robin (JC), and Julien Finet (J2))&lt;br /&gt;
*Slicer4 extensions (JC)&lt;br /&gt;
*Slicer4 documentation (JC)&lt;br /&gt;
*Slicer4 GUI Testing (Benjamin Long, J2, JC)&lt;br /&gt;
*Slicer4 data on MIDAS (Josh Cates, Patrick Reynolds)&lt;br /&gt;
*Slicer4 extension: Slicer4 Scene Views Module (Nicole Aucoin)&lt;br /&gt;
*Slicer4 Annotations Module&lt;br /&gt;
** File format refactor (Nicole Aucoin)&lt;br /&gt;
** QT 3D Text rendering proof of concept (Julien Finet, Steve Pieper, Nicole Aucoin)&lt;br /&gt;
*[[2012_Project_Week:DICOM|DICOM Networking, Database, and Slicer Integration]] (Steve, Andrey, Andras)&lt;br /&gt;
*[[2012_Project_Week:EditorExtensions|Editor Extension Examples and Debugging]] (Steve, Andrey, Jc, Hans, Satra)&lt;br /&gt;
*[[2012_Project_Week:ViewerControls|Redesign of the slice viewer control panels]] (Julien Finet, Ron Kikinis, Hans Johnson, Greg Sharp)&lt;br /&gt;
* Automated Testing (Sonia Pujol, Steve Pieper, Jc, Benjamin)&lt;br /&gt;
* Remove legacy code from slicer4 (itk, modules, build scripts) (Hans, Jim, Steve, J2, JC)&lt;br /&gt;
*[[2012_Project_Week:BatchProcessing|Batch Processing with Slicer Modules]] (Steve, Andrey, JC, Hans, Satra)&lt;br /&gt;
*[[2012_Project_Week:4DImageSlicer4|Support for 4D Images in Slicer4]] (Andrey, Steve, Junichi, Alex)&lt;br /&gt;
* AIM, DICOM SR and Slicer annotations (Andrey, Steve, Nicole, Jayashree)&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 na-mic-project-week mailing list] &lt;br /&gt;
#Starting Thursday, October 27th, part of the weekly Thursday 3pm NA-MIC Engineering TCON will be used to prepare for this meeting.  The schedule for these preparatory calls is as follows:&lt;br /&gt;
#*October 27: MGH DBP&lt;br /&gt;
#*November 3: Iowa DBP Huntingtons, Engineering Infrastructure Topics&lt;br /&gt;
#*November 10:  Utah Atrial Fibrillation DBP&lt;br /&gt;
#*November 17: UCLA TBI DBP&lt;br /&gt;
#*November 24:  No call.  thanksgiving.&lt;br /&gt;
#*December 1: &lt;br /&gt;
#*December 8: &lt;br /&gt;
#*December 15:Finalize Projects &lt;br /&gt;
#*January 5: Loose Ends&lt;br /&gt;
#By December 15: [[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 December 15: Create a directory for each project on the [[Engineering:SandBox|NAMIC Sandbox]] (Zack)&lt;br /&gt;
##[https://www.kitware.com/Admin/SendPassword.cgi Ask Zack for a Sandbox account]&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. MIDAS, xNAT). 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;
##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. (Zack)&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;/div&gt;</summary>
		<author><name>Petersv</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2011_Summer_Project_Week_WMGeometry_Slicer4&amp;diff=67940</id>
		<title>2011 Summer Project Week WMGeometry Slicer4</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2011_Summer_Project_Week_WMGeometry_Slicer4&amp;diff=67940"/>
		<updated>2011-06-09T18:14:18Z</updated>

		<summary type="html">&lt;p&gt;Petersv: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Key Investigators==&lt;br /&gt;
* Brigham and Women's Hospital: Peter Savadjiev&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;
&lt;br /&gt;
The objective is to take an existing Slicer3 python module for computing the white matter geometry measures of Savadjiev et al. (2010) (see [[2009_Summer_Project_Week_Slicer3_Fibre_Dispersion| this past project from project week 2009]]), and make it part of the new diffusion module of Slicer 4. &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;
Interface the extisting Python implementation with Slicer4, with help from other attendees familiar with Slicer4.&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: 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;
&amp;lt;!-- Fill this out before Friday's summary presentations - list what you did and how well it worked. --&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;
&amp;lt;div style=&amp;quot;width: 97%; float: left;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
* P. Savadjiev, G. L. Kindlmann, S. Bouix, M. E. Shenton, C.-F. Westin. White matter geometry from diffusion tensor gradients. NeuroImage 49, 3175-3186 (2010).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Petersv</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2011_Summer_Project_Week_WMGeometry_Slicer4&amp;diff=67939</id>
		<title>2011 Summer Project Week WMGeometry Slicer4</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2011_Summer_Project_Week_WMGeometry_Slicer4&amp;diff=67939"/>
		<updated>2011-06-09T18:08:54Z</updated>

		<summary type="html">&lt;p&gt;Petersv: /* Key Investigators */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Key Investigators==&lt;br /&gt;
* Brigham and Women's Hospital: Peter Savadjiev&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;
&lt;br /&gt;
The objective is to take an existing Slicer3 python module for computing the white matter geometry measures of Savadjiev et al. (2010) (see [[2009_Summer_Project_Week_Slicer3_Fibre_Dispersion| this past project from project week 2009]]), and make it part of the new diffusion module of Slicer 4. &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;
Interface the extisting Python implementation with Slicer4, with help from other attendees familiar with Slicer4.&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: 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;
&amp;lt;!-- Fill this out before Friday's summary presentations - list what you did and how well it worked. --&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;
&amp;lt;div style=&amp;quot;width: 97%; float: left;&amp;quot;&amp;gt;&lt;/div&gt;</summary>
		<author><name>Petersv</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2011_Summer_Project_Week_WMGeometry_Slicer4&amp;diff=67938</id>
		<title>2011 Summer Project Week WMGeometry Slicer4</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2011_Summer_Project_Week_WMGeometry_Slicer4&amp;diff=67938"/>
		<updated>2011-06-09T18:08:09Z</updated>

		<summary type="html">&lt;p&gt;Petersv: /* Key Investigators */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Key Investigators==&lt;br /&gt;
* Brigham and Women's Hospital: Peter Savadjiev&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;
&lt;br /&gt;
The objective is to take an existing Slicer3 python module for computing the white matter geometry measures of Savadjiev et al. (2010) (see [[2009_Summer_Project_Week_Slicer3_Fibre_Dispersion]| this past project from project week 2009]), and make it part of the new diffusion module of Slicer 4. &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;
Interface the extisting Python implementation with Slicer4, with help from other attendees familiar with Slicer4.&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: 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;
&amp;lt;!-- Fill this out before Friday's summary presentations - list what you did and how well it worked. --&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;
&amp;lt;div style=&amp;quot;width: 97%; float: left;&amp;quot;&amp;gt;&lt;/div&gt;</summary>
		<author><name>Petersv</name></author>
		
	</entry>
</feed>