<?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=Raul</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=Raul"/>
	<link rel="alternate" type="text/html" href="https://www.na-mic.org/wiki/Special:Contributions/Raul"/>
	<updated>2026-04-15T20:01:39Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.33.0</generator>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2015_Winter_Project_Week_COPD_Breakout&amp;diff=90183</id>
		<title>2015 Winter Project Week COPD Breakout</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2015_Winter_Project_Week_COPD_Breakout&amp;diff=90183"/>
		<updated>2015-07-20T16:07:38Z</updated>

		<summary type="html">&lt;p&gt;Raul: /* Brief intro to COPD */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction==&lt;br /&gt;
Chest Imaging Platform (CIP) and SlicerCIP is a multi year development from the Applied Chest Imaging Laboratory (Brigham and Women's Hospital) for quantitative CT in lung disease, in particular Chronic Obstructive Pulmonary Disease (COPD).&lt;br /&gt;
The main development is currently funded through a NHLBI R01 mechanism as part of the [http://grants.nih.gov/grants/guide/pa-files/PAR-11-028.html Continued Development and Maintenance of Software PA]&lt;br /&gt;
=== Project Goals ===&lt;br /&gt;
* AIM 1: Design and Development of the Chest Imaging Platform (CIP) as a toolkit for lung specific image-based algorithms. &lt;br /&gt;
&lt;br /&gt;
* AIM 2: Integration of CIP components as Slicer 4 plugins for user-driven and workflow-based analysis and validation of emphysema, airway disease and pulmonary vascular disease analysis workflows in our prior study cohorts and the COPDGene cohort.&lt;br /&gt;
&lt;br /&gt;
* AIM 3: Documentation and dissemination of the Chest Imaging Platform within the clinical community.&lt;br /&gt;
&lt;br /&gt;
=== History ===&lt;br /&gt;
* 2006-  [http://www.airwayinspector.org Airway Inspector] (2006- ): Slicer2 module for COPD analysis emphysema and airway disease.&lt;br /&gt;
*  Lung Imaging Platform (Jan 2009 - March 2012): Initial consolidation of our developments for high-throughput image analysis in [https://www.copdgene.org COPDGene].&lt;br /&gt;
* April 2012 - March 2013: First consolidation of LIP into CIP as a stand-alone library.&lt;br /&gt;
* April 2013 - January 2014: Port to github and further consolidation under a private repository.&lt;br /&gt;
* Today: Release 0.0.0  of the [https://github.com/acil-bwh/ChestImagingPlatform Chest Imaging Platform]&lt;br /&gt;
&lt;br /&gt;
=== Brief intro to COPD ===&lt;br /&gt;
[http://www.na-mic.org/Wiki/images/2/26/BreakoutSession-CIP-COPDIntro.pptx slides]&lt;br /&gt;
&lt;br /&gt;
=== Team ===&lt;br /&gt;
* Raul San Jose&lt;br /&gt;
* James Ross&lt;br /&gt;
* Rola Harmouche&lt;br /&gt;
* Jorge Onieva&lt;br /&gt;
* German Gonzalez&lt;br /&gt;
* Alex Yarmakovich&lt;br /&gt;
&lt;br /&gt;
Collaborators&lt;br /&gt;
* George Washko&lt;br /&gt;
* Alejandro Diaz&lt;br /&gt;
&lt;br /&gt;
== Architecture ==&lt;br /&gt;
[[File:CIPArchitecture.png]]&lt;br /&gt;
&lt;br /&gt;
== Chest Imaging Platform (CIP) ==&lt;br /&gt;
[https://github.com/acil-bwh/ChestImagingPlatform.git Git Repository]&lt;br /&gt;
=== Code Structure ===&lt;br /&gt;
CIP has four main components [http://www.na-mic.org/Wiki/images/0/0b/CipTools.pptx slides]&lt;br /&gt;
*Common: base library&lt;br /&gt;
*Utilities: third party libraries&lt;br /&gt;
*Command Line Tools: Slicer execution model tools&lt;br /&gt;
*cip_python: python library&lt;br /&gt;
&lt;br /&gt;
=== Building CIP ===&lt;br /&gt;
  git clone https://github.com/acil-bwh/ChestImagingPlatform.git&lt;br /&gt;
  mkdir ChestImagingPlatform-build&lt;br /&gt;
  cd ChestImagingPlatoform-build&lt;br /&gt;
  ccmake ../ChestImagingPlatform&lt;br /&gt;
&lt;br /&gt;
=== Components and Data type ===&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/acil-bwh/ChestImagingPlatform/blob/release/Common/cipChestConventions.h CIP conventions]&lt;br /&gt;
&lt;br /&gt;
* Region/Type structure for labelmaps&lt;br /&gt;
&lt;br /&gt;
=== Python and CIP ===&lt;br /&gt;
[https://github.com/acil-bwh/ChestImagingPlatform/tree/release/cip_python cip_python] provides the following functionality:&lt;br /&gt;
* Code base for scale-space particles [https://github.com/acil-bwh/ChestImagingPlatform/tree/release/cip_python/particles]&lt;br /&gt;
* Phenotype computation framework [https://github.com/acil-bwh/ChestImagingPlatform/tree/release/cip_python/phentoypes]&lt;br /&gt;
* Nipype interfaces for CLIS [https://github.com/acil-bwh/ChestImagingPlatform/tree/release/cip_python/nipype] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Command Line Tools ===&lt;br /&gt;
[http://www.na-mic.org/Wiki/images/0/06/BreakoutSession-CIP-CommandLineTools.pptx slides]&lt;br /&gt;
&lt;br /&gt;
== Testing Infrastructure ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.na-mic.org/Wiki/images/3/33/BreakoutSession-CIP-InfrastructureAndTesting.pptx  Slides]&lt;br /&gt;
&lt;br /&gt;
* [http://cdash.airwayinspector.org/index.php?project=CIP Dashboard]&lt;br /&gt;
&lt;br /&gt;
== Slicer CIP ==&lt;br /&gt;
[https://github.com/acil-bwh/SlicerCIP Git Repository]&lt;br /&gt;
&lt;br /&gt;
=== MRML Types ===&lt;br /&gt;
* [https://github.com/acil-bwh/SlicerCIP/tree/master/Loadable/RegionTypeDisplay RegionType]&lt;br /&gt;
* [https://github.com/acil-bwh/SlicerCIP/tree/master/Loadable/ParticlesDisplay Particles]&lt;br /&gt;
&lt;br /&gt;
=== Slicer Module Examples ===&lt;br /&gt;
[http://www.na-mic.org/Wiki/images/5/5c/BreakoutSession-CIP-SlicerModules.pptx slides]&lt;br /&gt;
&lt;br /&gt;
== New Developments: Organ Detection ==&lt;br /&gt;
[http://www.na-mic.org/Wiki/images/5/50/BreakoutSession-CIP-NextDevelopment.pptx slides]&lt;/div&gt;</summary>
		<author><name>Raul</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2015_Winter_Project_Week_COPD_Breakout&amp;diff=90182</id>
		<title>2015 Winter Project Week COPD Breakout</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2015_Winter_Project_Week_COPD_Breakout&amp;diff=90182"/>
		<updated>2015-07-20T16:06:49Z</updated>

		<summary type="html">&lt;p&gt;Raul: /* Brief intro to COPD */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction==&lt;br /&gt;
Chest Imaging Platform (CIP) and SlicerCIP is a multi year development from the Applied Chest Imaging Laboratory (Brigham and Women's Hospital) for quantitative CT in lung disease, in particular Chronic Obstructive Pulmonary Disease (COPD).&lt;br /&gt;
The main development is currently funded through a NHLBI R01 mechanism as part of the [http://grants.nih.gov/grants/guide/pa-files/PAR-11-028.html Continued Development and Maintenance of Software PA]&lt;br /&gt;
=== Project Goals ===&lt;br /&gt;
* AIM 1: Design and Development of the Chest Imaging Platform (CIP) as a toolkit for lung specific image-based algorithms. &lt;br /&gt;
&lt;br /&gt;
* AIM 2: Integration of CIP components as Slicer 4 plugins for user-driven and workflow-based analysis and validation of emphysema, airway disease and pulmonary vascular disease analysis workflows in our prior study cohorts and the COPDGene cohort.&lt;br /&gt;
&lt;br /&gt;
* AIM 3: Documentation and dissemination of the Chest Imaging Platform within the clinical community.&lt;br /&gt;
&lt;br /&gt;
=== History ===&lt;br /&gt;
* 2006-  [http://www.airwayinspector.org Airway Inspector] (2006- ): Slicer2 module for COPD analysis emphysema and airway disease.&lt;br /&gt;
*  Lung Imaging Platform (Jan 2009 - March 2012): Initial consolidation of our developments for high-throughput image analysis in [https://www.copdgene.org COPDGene].&lt;br /&gt;
* April 2012 - March 2013: First consolidation of LIP into CIP as a stand-alone library.&lt;br /&gt;
* April 2013 - January 2014: Port to github and further consolidation under a private repository.&lt;br /&gt;
* Today: Release 0.0.0  of the [https://github.com/acil-bwh/ChestImagingPlatform Chest Imaging Platform]&lt;br /&gt;
&lt;br /&gt;
=== Brief intro to COPD ===&lt;br /&gt;
[slides | http://www.na-mic.org/Wiki/images/2/26/BreakoutSession-CIP-COPDIntro.pptx]&lt;br /&gt;
&lt;br /&gt;
=== Team ===&lt;br /&gt;
* Raul San Jose&lt;br /&gt;
* James Ross&lt;br /&gt;
* Rola Harmouche&lt;br /&gt;
* Jorge Onieva&lt;br /&gt;
* German Gonzalez&lt;br /&gt;
* Alex Yarmakovich&lt;br /&gt;
&lt;br /&gt;
Collaborators&lt;br /&gt;
* George Washko&lt;br /&gt;
* Alejandro Diaz&lt;br /&gt;
&lt;br /&gt;
== Architecture ==&lt;br /&gt;
[[File:CIPArchitecture.png]]&lt;br /&gt;
&lt;br /&gt;
== Chest Imaging Platform (CIP) ==&lt;br /&gt;
[https://github.com/acil-bwh/ChestImagingPlatform.git Git Repository]&lt;br /&gt;
=== Code Structure ===&lt;br /&gt;
CIP has four main components [http://www.na-mic.org/Wiki/images/0/0b/CipTools.pptx slides]&lt;br /&gt;
*Common: base library&lt;br /&gt;
*Utilities: third party libraries&lt;br /&gt;
*Command Line Tools: Slicer execution model tools&lt;br /&gt;
*cip_python: python library&lt;br /&gt;
&lt;br /&gt;
=== Building CIP ===&lt;br /&gt;
  git clone https://github.com/acil-bwh/ChestImagingPlatform.git&lt;br /&gt;
  mkdir ChestImagingPlatform-build&lt;br /&gt;
  cd ChestImagingPlatoform-build&lt;br /&gt;
  ccmake ../ChestImagingPlatform&lt;br /&gt;
&lt;br /&gt;
=== Components and Data type ===&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/acil-bwh/ChestImagingPlatform/blob/release/Common/cipChestConventions.h CIP conventions]&lt;br /&gt;
&lt;br /&gt;
* Region/Type structure for labelmaps&lt;br /&gt;
&lt;br /&gt;
=== Python and CIP ===&lt;br /&gt;
[https://github.com/acil-bwh/ChestImagingPlatform/tree/release/cip_python cip_python] provides the following functionality:&lt;br /&gt;
* Code base for scale-space particles [https://github.com/acil-bwh/ChestImagingPlatform/tree/release/cip_python/particles]&lt;br /&gt;
* Phenotype computation framework [https://github.com/acil-bwh/ChestImagingPlatform/tree/release/cip_python/phentoypes]&lt;br /&gt;
* Nipype interfaces for CLIS [https://github.com/acil-bwh/ChestImagingPlatform/tree/release/cip_python/nipype] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Command Line Tools ===&lt;br /&gt;
[http://www.na-mic.org/Wiki/images/0/06/BreakoutSession-CIP-CommandLineTools.pptx slides]&lt;br /&gt;
&lt;br /&gt;
== Testing Infrastructure ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.na-mic.org/Wiki/images/3/33/BreakoutSession-CIP-InfrastructureAndTesting.pptx  Slides]&lt;br /&gt;
&lt;br /&gt;
* [http://cdash.airwayinspector.org/index.php?project=CIP Dashboard]&lt;br /&gt;
&lt;br /&gt;
== Slicer CIP ==&lt;br /&gt;
[https://github.com/acil-bwh/SlicerCIP Git Repository]&lt;br /&gt;
&lt;br /&gt;
=== MRML Types ===&lt;br /&gt;
* [https://github.com/acil-bwh/SlicerCIP/tree/master/Loadable/RegionTypeDisplay RegionType]&lt;br /&gt;
* [https://github.com/acil-bwh/SlicerCIP/tree/master/Loadable/ParticlesDisplay Particles]&lt;br /&gt;
&lt;br /&gt;
=== Slicer Module Examples ===&lt;br /&gt;
[http://www.na-mic.org/Wiki/images/5/5c/BreakoutSession-CIP-SlicerModules.pptx slides]&lt;br /&gt;
&lt;br /&gt;
== New Developments: Organ Detection ==&lt;br /&gt;
[http://www.na-mic.org/Wiki/images/5/50/BreakoutSession-CIP-NextDevelopment.pptx slides]&lt;/div&gt;</summary>
		<author><name>Raul</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=File:BreakoutSession-CIP-COPDIntro.pptx&amp;diff=90181</id>
		<title>File:BreakoutSession-CIP-COPDIntro.pptx</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=File:BreakoutSession-CIP-COPDIntro.pptx&amp;diff=90181"/>
		<updated>2015-07-20T16:06:24Z</updated>

		<summary type="html">&lt;p&gt;Raul: Intro to CIP&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Intro to CIP&lt;/div&gt;</summary>
		<author><name>Raul</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2015_Summer_Project_Week:Slicer_CIP&amp;diff=90019</id>
		<title>2015 Summer Project Week:Slicer CIP</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2015_Summer_Project_Week:Slicer_CIP&amp;diff=90019"/>
		<updated>2015-06-24T14:57:31Z</updated>

		<summary type="html">&lt;p&gt;Raul: /* Project Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-2015SLC.png|[[2015_Summer_Project_Week#Projects|Projects List]]&lt;br /&gt;
Image:SlicerCIPLogo.png| SlicerCIP Logo&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
Alex Yarmakovich, Jorge Onieva, Raul San Jose (Brigham and Women's Hospital)&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
The Chest Imaging Platform (CIP) is a general purpose library for analysis of chest images for the characterization of chronic lung diseases. &lt;br /&gt;
SlicerCIP is the Slicer Extension that interface with CIP and provide access to the CLI toolkit and integrated clinical workflows.&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;
* Improve the packaging of CIP into the Extension&lt;br /&gt;
&lt;br /&gt;
* Advance in the integration of Anaconda as the python distribution&lt;br /&gt;
&lt;br /&gt;
* Create module layout for the 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;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
* Create new release of CIP (v.0.3.0)&lt;br /&gt;
* Update the extension to build against the latest CIP&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;
* CIP is in release 0.2.0.&lt;br /&gt;
* SilicerCIP superbuilds CIP&lt;br /&gt;
* Library dependencies update to keep CIP in sync with Slicer dependencies&lt;br /&gt;
* Community building:&lt;br /&gt;
** Opportunities to integrate CIP as a mutual dependency with OpenCAD&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Raul</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2015_Summer_Project_Week:Tracheal_Stent_Planning&amp;diff=90011</id>
		<title>2015 Summer Project Week:Tracheal Stent Planning</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2015_Summer_Project_Week:Tracheal_Stent_Planning&amp;diff=90011"/>
		<updated>2015-06-24T14:55:52Z</updated>

		<summary type="html">&lt;p&gt;Raul: /* Project Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-2015SLC.png|[[2015_Summer_Project_Week#Projects|Projects List]]&lt;br /&gt;
Image:SlicerCIPLogo.png| SlicerCIP Logo&lt;br /&gt;
Image:TracheaStent.png| Trachea Stent Planning&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
*Raul San Jose, Jorge Onieva (Brigham and Women's Hospital)&lt;br /&gt;
*George Cheng (Beth Israel Deaconess Medical Center)&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
Different tracheal malformation (tracheobronchial malacia) and neck cancers with tumors invading the airway require the implantation of tracheal stent (T-tubes or Y-stents) to keep the airway opened.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
* Develop a tracheal stent planning tool to fit T-tubes and Y-stent&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;
* Implement a minimization problem to fit a parameterized model of the stent to the patient tracheal model using constrained points provided by the user&lt;br /&gt;
* Build a module to interact with the user and show the stent fitting results and the model parameters.&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;
* Initial conversation with George Cheng&lt;br /&gt;
* Develop the algorithm for automatic fitting of an Y-stent using a cylindrical articulated model&lt;br /&gt;
[[Image:TracheaStent.png| Trachea Stent Planning]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Raul</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2015_Summer_Project_Week:Tracheal_Stent_Planning&amp;diff=90010</id>
		<title>2015 Summer Project Week:Tracheal Stent Planning</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2015_Summer_Project_Week:Tracheal_Stent_Planning&amp;diff=90010"/>
		<updated>2015-06-24T14:55:33Z</updated>

		<summary type="html">&lt;p&gt;Raul: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-2015SLC.png|[[2015_Summer_Project_Week#Projects|Projects List]]&lt;br /&gt;
Image:SlicerCIPLogo.png| SlicerCIP Logo&lt;br /&gt;
Image:TracheaStent.png| Trachea Stent Planning&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
*Raul San Jose, Jorge Onieva (Brigham and Women's Hospital)&lt;br /&gt;
*George Cheng (Beth Israel Deaconess Medical Center)&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
Different tracheal malformation (tracheobronchial malacia) and neck cancers with tumors invading the airway require the implantation of tracheal stent (T-tubes or Y-stents) to keep the airway opened.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
* Develop a tracheal stent planning tool to fit T-tubes and Y-stent&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;
* Implement a minimization problem to fit a parameterized model of the stent to the patient tracheal model using constrained points provided by the user&lt;br /&gt;
* Build a module to interact with the user and show the stent fitting results and the model parameters.&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;
* Initial conversation with George Cheng&lt;br /&gt;
* Develop the algorithm for automatic fitting of an Y-stent using a cylindrical articulated model&lt;br /&gt;
Image:TracheaStent.png| Trachea Stent Planning&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Raul</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=File:TracheaStent.png&amp;diff=90004</id>
		<title>File:TracheaStent.png</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=File:TracheaStent.png&amp;diff=90004"/>
		<updated>2015-06-24T14:53:09Z</updated>

		<summary type="html">&lt;p&gt;Raul: Trachea Stent Planning&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Trachea Stent Planning&lt;/div&gt;</summary>
		<author><name>Raul</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2015_Summer_Project_Week:Tracheal_Stent_Planning&amp;diff=90003</id>
		<title>2015 Summer Project Week:Tracheal Stent Planning</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2015_Summer_Project_Week:Tracheal_Stent_Planning&amp;diff=90003"/>
		<updated>2015-06-24T14:52:16Z</updated>

		<summary type="html">&lt;p&gt;Raul: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-2015SLC.png|[[2015_Summer_Project_Week#Projects|Projects List]]&lt;br /&gt;
Image:SlicerCIPLogo.png| SlicerCIP Logo&lt;br /&gt;
Image:TracheaStent.png| Trachea Stent Planning&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
*Raul San Jose, Jorge Onieva (Brigham and Women's Hospital)&lt;br /&gt;
*George Cheng (Beth Israel Deaconess Medical Center)&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
Different tracheal malformation (tracheobronchial malacia) and neck cancers with tumors invading the airway require the implantation of tracheal stent (T-tubes or Y-stents) to keep the airway opened.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
* Develop a tracheal stent planning tool to fit T-tubes and Y-stent&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;
* Implement a minimization problem to fit a parameterized model of the stent to the patient tracheal model using constrained points provided by the user&lt;br /&gt;
* Build a module to interact with the user and show the stent fitting results and the model parameters.&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;
* Initial conversation with George Cheng&lt;br /&gt;
* Develop the algorithm for automatic fitting of an Y-stent using a cylindrical articulated model&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Raul</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2015_Summer_Project_Week:Tracheal_Stent_Planning&amp;diff=89651</id>
		<title>2015 Summer Project Week:Tracheal Stent Planning</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2015_Summer_Project_Week:Tracheal_Stent_Planning&amp;diff=89651"/>
		<updated>2015-06-22T08:04:23Z</updated>

		<summary type="html">&lt;p&gt;Raul: /* Project Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-2015SLC.png|[[2015_Summer_Project_Week#Projects|Projects List]]&lt;br /&gt;
Image:SlicerCIPLogo.png| SlicerCIP Logo&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
*Raul San Jose, Jorge Onieva (Brigham and Women's Hospital)&lt;br /&gt;
*George Cheng (Beth Israel Deaconess Medical Center)&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
Different tracheal malformation (tracheobronchial malacia) and neck cancers with tumors invading the airway require the implantation of tracheal stent (T-tubes or Y-stents) to keep the airway opened.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
* Develop a tracheal stent planning tool to fit T-tubes and Y-stent&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;
* Implement a minimization problem to fit a parameterized model of the stent to the patient tracheal model using constrained points provided by the user&lt;br /&gt;
* Build a module to interact with the user and show the stent fitting results and the model parameters.&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;
* Initial conversation with George Cheng&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Raul</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2015_Summer_Project_Week:Tracheal_Stent_Planning&amp;diff=89650</id>
		<title>2015 Summer Project Week:Tracheal Stent Planning</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2015_Summer_Project_Week:Tracheal_Stent_Planning&amp;diff=89650"/>
		<updated>2015-06-22T07:58:16Z</updated>

		<summary type="html">&lt;p&gt;Raul: /* Key Investigators */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-2015SLC.png|[[2015_Summer_Project_Week#Projects|Projects List]]&lt;br /&gt;
Image:SlicerCIPLogo.png| SlicerCIP Logo&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
*Raul San Jose, Jorge Onieva (Brigham and Women's Hospital)&lt;br /&gt;
*George Cheng (Beth Israel Deaconess Medical Center)&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
Different tracheal malformation and neck tumors require the implantation of tracheal stent (T-tubes or Y-stents) to keep the airway opened.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
* Develop a tracheal stent planning tool to fit T-tubes and Y-stent&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;
* Implement a minimization problem to fit a parameterized model of the stent to the patient tracheal model using constrained points provided by the user&lt;br /&gt;
* Build a module to interact with the user and show the stent fitting results and the model parameters.&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;
* Initial conversation with George Cheng&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Raul</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2015_Summer_Project_Week:Tracheal_Stent_Planning&amp;diff=89649</id>
		<title>2015 Summer Project Week:Tracheal Stent Planning</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2015_Summer_Project_Week:Tracheal_Stent_Planning&amp;diff=89649"/>
		<updated>2015-06-22T07:57:18Z</updated>

		<summary type="html">&lt;p&gt;Raul: Created page with '__NOTOC__ &amp;lt;gallery&amp;gt; Image:PW-2015SLC.png|Projects List Image:SlicerCIPLogo.png| SlicerCIP Logo &amp;lt;/gallery&amp;gt;  ==Key Investigators== Raul San Jo…'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-2015SLC.png|[[2015_Summer_Project_Week#Projects|Projects List]]&lt;br /&gt;
Image:SlicerCIPLogo.png| SlicerCIP Logo&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
Raul San Jose, Jorge Onieva (Brigham and Women's Hospital)&lt;br /&gt;
George Cheng (Beth Israel)&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
Different tracheal malformation and neck tumors require the implantation of tracheal stent (T-tubes or Y-stents) to keep the airway opened.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
* Develop a tracheal stent planning tool to fit T-tubes and Y-stent&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;
* Implement a minimization problem to fit a parameterized model of the stent to the patient tracheal model using constrained points provided by the user&lt;br /&gt;
* Build a module to interact with the user and show the stent fitting results and the model parameters.&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;
* Initial conversation with George Cheng&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Raul</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2015_Summer_Project_Week&amp;diff=89648</id>
		<title>2015 Summer Project Week</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2015_Summer_Project_Week&amp;diff=89648"/>
		<updated>2015-06-22T07:50:55Z</updated>

		<summary type="html">&lt;p&gt;Raul: /* Chest Imaging Platform */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
[[image:PW-Summer2015.png|300px]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Welcome to the web page for the 21st Project Week!  This is the first Project Week that is being held in conjunction with the [http://www.cars-int.org/ CARS conference].'''&lt;br /&gt;
&lt;br /&gt;
==Logistics==&lt;br /&gt;
&lt;br /&gt;
*'''Dates:''' June 21-24, 2015.&lt;br /&gt;
*'''Location:'''  [http://www.nh-collection.com/hotel/nh-collection-barcelona-constanza NH Collection Constanza Hotel, Barcelona, Spain]&lt;br /&gt;
*'''REGISTRATION:'''  Please register by adding your name to the list at the end of this page&lt;br /&gt;
*'''Registration Fee:''' None. The organizers will cover the charge for the conference room, while all attendees are responsible for their own hotel rooms as well as food.&lt;br /&gt;
*'''Hotel:''' You are welcome to book a room using the CARS 2015 conference services ([http://www.cars-int.org/fileadmin/templates/download/2015/CARS_2015_accomondation.pdf Click here for form])&lt;br /&gt;
*To attend the CARS meeting, please visit [http://www.cars-int.org/ http://www.cars-int.org/]&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; |Sunday, June 21 &lt;br /&gt;
!style=&amp;quot;width:18%&amp;quot; |Monday, June 22 &amp;lt;br&amp;gt; Room Berlin &lt;br /&gt;
!style=&amp;quot;width:18%&amp;quot; |Tuesday, June 23 &amp;lt;br&amp;gt; Room Berlin &lt;br /&gt;
!style=&amp;quot;width:18%&amp;quot; |Wednesday, June 24 &amp;lt;br&amp;gt; Room Berlin &lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''9:00am-3:00pm:'''&lt;br /&gt;
|rowspan=3 valign=bottom|&amp;lt;hr&amp;gt;'''6pm''' Meeting with All Participants in Hotel Constanza Lobby&lt;br /&gt;
|'''10:00-11am:''' &amp;lt;font color=&amp;quot;#503020&amp;quot;&amp;gt;Rapid Introduction of all Projects and Teams &amp;lt;br&amp;gt;&lt;br /&gt;
'''11am-3pm''' &amp;lt;font color=&amp;quot;#503020&amp;quot;&amp;gt;Work &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
'''10:00am-11am:''' &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: Slicer for users| Slicer for users]] (Ron Kikinis) &amp;lt;br&amp;gt;&lt;br /&gt;
'''11am-3pm''' &amp;lt;font color=&amp;quot;#503020&amp;quot;&amp;gt;Work&lt;br /&gt;
| &amp;lt;font color=&amp;quot;#503020&amp;quot;&amp;gt;Work &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''2:00pm-4:00pm'''&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Lunch &amp;lt;br&amp;gt;  [[Barcelona Restaurants|Places to Eat]] &lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Lunch&amp;lt;br&amp;gt;  [[Barcelona Restaurants|Places to Eat]] &lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Lunch&amp;lt;br&amp;gt;  [[Barcelona Restaurants|Places to Eat]] &lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''4:00-7:00pm'''&lt;br /&gt;
|&amp;lt;font color=&amp;quot;#503020&amp;quot;&amp;gt; Work&lt;br /&gt;
|'''5:00-7:00pm:''' &amp;lt;font color=&amp;quot;#503020&amp;quot;&amp;gt;'''Breakout Session:'''&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;[[2015_Summer_Project_Week/SoftwareStack| Open Software Stack]]  (Steve Pieper) &amp;lt;br&amp;gt;4pm-6pm: Registration Desk Open for CARS attendees. Please pick up badges. &amp;lt;br&amp;gt;&lt;br /&gt;
|'''4:00-5:00pm:''' &amp;lt;font color=&amp;quot;#503020&amp;quot;&amp;gt; Work &amp;lt;br&amp;gt;&lt;br /&gt;
'''5:00-6pm:''' Report Progress&lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''7:00pm'''&lt;br /&gt;
|bgcolor=&amp;quot;#f0e68b&amp;quot;|&lt;br /&gt;
|bgcolor=&amp;quot;#f0e68b&amp;quot;|Adjourn for the day &amp;lt;br&amp;gt;  [[Barcelona Restaurants|Places to Eat]] &lt;br /&gt;
|bgcolor=&amp;quot;#f0e68b&amp;quot;|Adjourn for the day &amp;lt;br&amp;gt;  [[Barcelona Restaurants|Places to Eat]] &lt;br /&gt;
|bgcolor=&amp;quot;#f0e68b&amp;quot;|'''6:00pm''' Adjourn Project Week and relocate to CARS Opening&amp;lt;br&amp;gt; '''7:30pm''' CARS Welcome Reception   &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
*Please note that start, end, and mealtimes have been set to match local schedules in Barcelona.&lt;br /&gt;
*Here is a list of [[Barcelona Restaurants | locally recommended places to eat]] in the vicinity of the conference hotel. All participants are responsible for their own meals.&lt;br /&gt;
&lt;br /&gt;
== '''Background''' ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Founded in 2005, the National Alliance for Medical Image Computing (NAMIC), was chartered with building a computational infrastructure to support biomedical research as part of the NIH funded [http://www.ncbcs.org/ NCBC] program. The work of this alliance has resulted in important progress in algorithmic research, an open source medical image computing platform [http://www.slicer.org 3D Slicer], built  using [http://www.vtk.org VTK], [http://www.itk.org ITK], [http://www.cmake.org CMake], and [http://www.cdash.org CDash], and the creation of a community of algorithm researchers, biomedical scientists and software engineers who are committed to open science. This community meets twice a year in an event called Project Week. &lt;br /&gt;
&lt;br /&gt;
[[Engineering:Programming_Events|Project Week]] is a semi-annual event which draws researchers from around the world. As of August 2014, it is a MICCAI endorsed event. The participants work collaboratively on open-science solutions for problems that lie on the interfaces of the fields of computer science, mechanical engineering, biomedical engineering, and medicine. In contrast to conventional conferences and workshops the primary focus of the Project Weeks is to make progress in projects (as opposed to reporting about progress). The objective of the Project Weeks is to provide a venue for this community of medical open source software creators. Project Weeks are open to all, are publicly advertised, and are funded through fees paid by the attendees. Participants are encouraged to stay for the entire event. &lt;br /&gt;
&lt;br /&gt;
Project Week activities: Everyone shows up with a project. Some people are working on the platform. Some people are developing algorithms. Some people are applying the tools to their research problems. We begin the week by introducing projects and connecting teams. We end the week by reporting progress. In addition to the ongoing working sessions, breakout sessions are organized ad-hoc on a variety of special topics. These topics include: discussions of software architecture, presentations of new features and approaches and topics such as Image-Guided Therapy.&lt;br /&gt;
&lt;br /&gt;
Several funded projects use the Project Week as a place to convene and collaborate. These include [http://nac.spl.harvard.edu/ NAC], [http://www.ncigt.org/ NCIGT], [http://qiicr.org/ QIICR], [http://ocairo.technainstitute.com/open-source-software-platforms-and-databases-for-the-adaptive-process/ OCAIRO], and [https://www.ncigt.org/IGTWiki/index.php/Projects/IGTWeb:R25 NCI Funded Image-Guided Fellowship Program]. &lt;br /&gt;
&lt;br /&gt;
A summary of all previous Project Events is available [[Project_Events#Past|here]].&lt;br /&gt;
&lt;br /&gt;
This project week is an event [[Post-NCBC-2014|endorsed]] by the MICCAI society.&lt;br /&gt;
&lt;br /&gt;
The 21st Project Week is being held on conjunction with the [http://www.cars-int.org/ CARS conference].&lt;br /&gt;
&lt;br /&gt;
Please make sure that you are on the [http://public.kitware.com/mailman/listinfo/na-mic-project-week na-mic-project-week mailing list]&lt;br /&gt;
&lt;br /&gt;
=Projects=&lt;br /&gt;
* [[2015_Summer_Project_Week_Template | Template for project pages]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Equipment==&lt;br /&gt;
&lt;br /&gt;
*[[2015_Summer_Project_Week:Equipment|Specialized equipment people are going to bring]] (Please add to this list if you are bringing anything)&lt;br /&gt;
&lt;br /&gt;
==Image-Guided Therapy==&lt;br /&gt;
*[[2015_Summer_Project_Week:SlicerIGT|SlicerIGT tutorials for use cases]] (Tamas Ungi, Andras Lasso, Jayender Jagadeesan, Junichi Tokuda)&lt;br /&gt;
*[http://www.na-mic.org/Wiki/index.php/2015_Refinement_Registration_Module Refinement of RegistrationModule] (Peter Behringer, Andrey Fedorov)&lt;br /&gt;
*[[2015_Summer_Project_Week:IGTSliceletBase| Create base classes for IGT slicelet]] (Andras Lasso, Andrey Fedorov, Adam Rankin)&lt;br /&gt;
*[http://www.na-mic.org/Wiki/index.php/2015_BRAINSFit_registration_in_SimpleITK BRAINSFit registration in SimpleITK] (Peter Behringer, Andrey Fedorov, Dženan Zukić)&lt;br /&gt;
*[http://www.na-mic.org/Wiki/index.php/2015_Multi_atlas_based_prostate_segmentation Multi atlas based prostate segmentation] (Paolo Zaffino, Giampaolo Pileggi, Salvatore Scaramuzzino, Peter Behringer, Andrey Fedorov, Maria Francesca Spadea)&lt;br /&gt;
*[http://www.na-mic.org/Wiki/index.php/2015_Multimodal_Guidance_for_Breast_Cancer_Surgery Multimodal Guidance for Breast Cancer Surgery] (Mikael Brudfors, Javier Pascau)&lt;br /&gt;
*[[2015_pilot trajectory planning  | Pilot Trajectory Planning(Caroline Essert, Sonia Pujol)]]&lt;br /&gt;
*[[2015_Summer_Project_Week:LinearFeatureRegistration|Linear Feature Registration]] (Matthew Holden)&lt;br /&gt;
*[[2015_Summer_Project_Week:LightWeightRobotIGT | Integration of a KUKA robot using OpenIGTLink ]]  (Sebastian Tauscher, Junichi Tokuda)&lt;br /&gt;
*[[2015_Summer_Project_Week:USReconstruction | Gated 3D Ultrasound Reconstructions with the Help of a Single-Element US Transducer ]] (Frank Preiswerk, Laurent Chauvin)&lt;br /&gt;
*[[2015 Orthognathic Surgery|Orthognathic Surgery]] (Dženan Zukić, Kitware)&lt;br /&gt;
*[[2015_Summer_Project_Week:SlicerTAVI | SlicerTAVI ]] (Adam Rankin)&lt;br /&gt;
*[http://www.na-mic.org/Wiki/index.php/2015_pyDBS pyDBS module update to Slicer4.4 (Sara Fernandez-Vidal, Yulong Zhao, Sonia Pujol)]&lt;br /&gt;
&lt;br /&gt;
==Feature Based Image Analysis==&lt;br /&gt;
*[[2015_Summer_Project_Week:LungCAD| LungCAD]] (Jayender Jagadeesan, Tobias Penzkofer, Sandy Wells)&lt;br /&gt;
*[[2015_Summer_Project_Week:QuantitativeProstate | Texture Analysis for Prostate Imaging]] (Tobias Penzkofer, Jay Jagadeesan, Tina Kapur)&lt;br /&gt;
*[[2015_Summer_Project_Week:BigDataFeatures | Big Data Medical Image Analysis using Local Features]] (Matthew Toews, William Wells, Raul San Jose Estepar, Tina Kapur)&lt;br /&gt;
*[[2015_Summer_Project_Week:AutomaticCephalometric | Automatic Cephalometric Analysis ]] (J. Jesus Montufar, Marcelo Romero)&lt;br /&gt;
&lt;br /&gt;
==Chest Imaging Platform==&lt;br /&gt;
*[[2015_Summer_Project_Week:Slicer_CIP | Slicer CIP: advanced features and deployment ]]  (Raúl San José, Alex Yarmarkovich, Jorge Onieva)&lt;br /&gt;
*[[2015_Summer_Project_Week:PAA_Ratio | PAA Ratio Module ]]  (Jorge Onieva,Raúl San José)&lt;br /&gt;
*[[2015_Summer_Project_Week:Tracheal_Stent_Planning | Planning for tracheal stents ]]  (Raúl San José, Jorge Onieva, George Cheng)&lt;br /&gt;
&lt;br /&gt;
==QIICR==&lt;br /&gt;
*[[2015_Summer_Project_Week:DSC | Dynamic Susceptibility Contrast (DSC) MRI for brain ]] (Xiao Da, Yangming Ou, Andriy Fedorov, Steve Pieper, Jayashree Kalpathy-Cramer)&lt;br /&gt;
*[[2015_Summer_Project_Week:T1 mapping | T1 mapping for Dynamic Contrast Enhanced (DCE) MRI ]] (Xiao Da, Yangming Ou, Andriy Fedorov, Jayashree Kalpathy-Cramer)&lt;br /&gt;
*[[2015_Summer_Project_Week:DCMTK| Integration and testing of new DCMTK with Slicer]] (Michael Onken, Andrey Fedorov, Steve Pieper)&lt;br /&gt;
&lt;br /&gt;
==Infrastructure==&lt;br /&gt;
*[[2015_Summer_Project_Week:Python_scripts_from_command_line|Simplify use of python scripts from the command line]] (Andrey Fedorov, Steve Pieper, Robin Weiss, Artem Mamonov)&lt;br /&gt;
*[[2015_Summer_Project_Week:Return_Fiducials_from_CLIs | Return fiducials from CLIs]] (Nicole Aucoin,Hans Meine)&lt;br /&gt;
*[[2015_Summer_Project_Week:Update Checker | Update Checker]] (Franklin King, BWH)&lt;br /&gt;
*[[2015_Summer_Project_Week:Integrated Virtual Reality Viewer | Integrated Virtual Reality Viewer]] (Franklin King, BWH)&lt;br /&gt;
*[[2015_Summer_Project_Week:SegmentationNode| Use new Segmentation node in Editor]] (Andras Lasso, Steve Pieper)&lt;br /&gt;
*[[2015_Summer_Project_Week:Slicer_Conda | Integrate Conda Python in Slicer]] (Raúl San José, Jorge Onieva)&lt;br /&gt;
*[[2015_Summer_Project_Week:CLIModules_Backgrounding_in_MeVisLab | Running CLI Modules in the background in MeVisLab]] (Hans Meine)&lt;br /&gt;
*[[2015_Summer_Project_Week:CLIModules_Indexing | CLI Modules elasticsearch / kibana dashboard]] (Hans Meine, JC, Steve Pieper)&lt;br /&gt;
*[[2015_Summer_Project_Week:CTK_Interative_Plugins | CTK plugins / paths towards interoperability with GUI &amp;amp; interaction]] (Hans Meine, Steve Pieper, Nicolas Rannou)&lt;br /&gt;
*[[2015_Summer_Project_Week:BRAINSFit_in_MeVisLab | Interoperability tests with &amp;quot;interesting&amp;quot; CLI modules (BRAINSFit, CIP, UKFTractography?) in MeVisLab (/Frontier)]] (Hans Meine, Steve Pieper)&lt;br /&gt;
&lt;br /&gt;
==Web==&lt;br /&gt;
*[[2015_Summer_Project_Week:Dicom parsing with DCMJS | Dicom parsing with DCMJS]] (Nicolas Rannou, Michael Onken, Steve Pieper)&lt;br /&gt;
*[[2015_Summer_Project_Week:Volume rendering with DCMJS and THREEJS | Volume Rendering with DCMJS and THREEJS]] (Nicolas Rannou, Steve Pieper)&lt;br /&gt;
*[[2015_Summer_Project_Week:CTK for the web and touch devices| CTK for the web and touch devices]] (Nicolas Rannou, Yves Martelli, Steve Pieper)&lt;br /&gt;
*[[2015_Summer_Project_Week:SlicerCardboard| Slicer for mobile-based vr goggles]] (Utsav Pardasani, Adam Rankin)&lt;br /&gt;
&lt;br /&gt;
==Astronomy==&lt;br /&gt;
*[[2015_Summer_Project_Week:Astronomy | visualization of HI in galaxies]] (Davide Punzo)&lt;br /&gt;
&lt;br /&gt;
== '''Registrants''' ==&lt;br /&gt;
&lt;br /&gt;
Please add your name to the list.  This is the registration mechanism for this project week.&lt;br /&gt;
#Tina Kapur, BWH&lt;br /&gt;
#Ron Kikinis, BWH &amp;amp; Fraunhofer&lt;br /&gt;
#Steve Pieper, Isomics&lt;br /&gt;
#Tamas Ungi, Queen's University, Canada&lt;br /&gt;
#Andras Lasso, Queen's University, Canada&lt;br /&gt;
#Paolo Zaffino, ImagEngLab, Magna Graecia University, Italy&lt;br /&gt;
#Salvatore Scaramuzzino, ImagEngLab, Magna Graecia University, Italy&lt;br /&gt;
#Giampaolo Pileggi, ImagEngLab, Magna Graecia University, Italy&lt;br /&gt;
#Nicole Aucoin, BWH&lt;br /&gt;
#Sonia Pujol, BWH&lt;br /&gt;
#Dženan Zukić, Kitware, Carrboro, NC&lt;br /&gt;
#Jayender Jagadeesan, BWH&lt;br /&gt;
#Guido Gerig, Utah&lt;br /&gt;
#Sandy Wells, BWH&lt;br /&gt;
#Matthew Toews, École de Technologie Supérieure, Montreal, Canada&lt;br /&gt;
#Frank Preiswerk, BWH&lt;br /&gt;
#Raul San Jose, BWH&lt;br /&gt;
#Jorge Onieva, BWH&lt;br /&gt;
#Yulong Zhao, Université de Rennes&lt;br /&gt;
#Laurent Chauvin, BWH&lt;br /&gt;
#Michael Onken, Open Connections&lt;br /&gt;
#Tobias Penzkofer, Department of Radiology, Charité Berlin, Germany&lt;br /&gt;
#Javier Pascau, Universidad Carlos III de Madrid, Spain&lt;br /&gt;
#Angel Torrado-Carvajal, Universidad Rey Juan Carlos, Madrid, Spain&lt;br /&gt;
#Nobuhiko Hata, BWH&lt;br /&gt;
#Robert H. Owen, BK Medical ApS, Denmark&lt;br /&gt;
#Clare Tempany, BWH&lt;br /&gt;
#Adam Rankin, Robarts&lt;br /&gt;
#Utsav Pardasani, Robarts&lt;br /&gt;
#Marcelo Romero, Facultad de Ingenieria, Universidad Autonoma del Estado de Mexico, Mexico&lt;br /&gt;
#J. Jesus Montufar, Facultad de Ingenieria, Universidad Autonoma del Estado de Mexico, Mexico&lt;br /&gt;
#Davide Punzo, Kapteyn Astronomical Institute, University of Groningen, Netherlands&lt;br /&gt;
#Andrey Fedorov, BWH&lt;br /&gt;
#Nicolas Rannou, BCH&lt;br /&gt;
#Mikael Brudfors, Universidad Carlos III de Madrid, Spain&lt;br /&gt;
#Laura Sanz, Universidad Carlos III de Madrid, Spain&lt;br /&gt;
#Eugenio Marinetto, Universidad Carlos III de Madrid, Spain&lt;br /&gt;
#David García, Universidad Carlos III de Madrid, Spain&lt;br /&gt;
#Franklin King, Queen's University / BWH&lt;br /&gt;
#Jorge García, Universidad Politécnica de Madrid, Spain&lt;br /&gt;
#Peter Behringer, BWH&lt;br /&gt;
#Caroline Essert, University of Strasbourg&lt;br /&gt;
#Sebastian Tauscher, Institute of Mechatronic Systems, Leibniz Universität Hannover, Germany&lt;br /&gt;
#Matthew Holden, Queen's University, Canada&lt;br /&gt;
#Sara Fernandez Vidal, ICM, France&lt;br /&gt;
#Laszlo Kanyasi, Perk Lab affiliate, Hungary&lt;br /&gt;
#Xiao Da, MGH&lt;br /&gt;
#Arnaud De Bruecker, École supérieure d'informatique, Brussels, Belgium&lt;br /&gt;
#Ali Gottschalk, École supérieure d'informatique, Brussels, Belgium&lt;br /&gt;
#Christophe Teixeira Pereira, École supérieure d'informatique, Brussels, Belgium&lt;br /&gt;
#Tsotne Shonia, École supérieure d'informatique, Brussels, Belgium&lt;br /&gt;
#Clara Meinzer, Semmelweis University, Hungary&lt;br /&gt;
#Yves Martelli, Galgo Medical, Barcelona, Spain&lt;/div&gt;</summary>
		<author><name>Raul</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2015_Summer_Project_Week:Slicer_CIP&amp;diff=89647</id>
		<title>2015 Summer Project Week:Slicer CIP</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2015_Summer_Project_Week:Slicer_CIP&amp;diff=89647"/>
		<updated>2015-06-22T07:48:30Z</updated>

		<summary type="html">&lt;p&gt;Raul: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-2015SLC.png|[[2015_Summer_Project_Week#Projects|Projects List]]&lt;br /&gt;
Image:SlicerCIPLogo.png| SlicerCIP Logo&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
Alex Yarmakovich, Jorge Onieva, Raul San Jose (Brigham and Women's Hospital)&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
The Chest Imaging Platform (CIP) is a general purpose library for analysis of chest images for the characterization of chronic lung diseases. &lt;br /&gt;
SlicerCIP is the Slicer Extension that interface with CIP and provide access to the CLI toolkit and integrated clinical workflows.&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;
* Improve the packaging of CIP into the Extension&lt;br /&gt;
&lt;br /&gt;
* Advance in the integration of Anaconda as the python distribution&lt;br /&gt;
&lt;br /&gt;
* Create module layout for the 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;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
* Create new release of CIP (v.0.3.0)&lt;br /&gt;
* Update the extension to build against the latest CIP&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;
* CIP is in release 0.2.0.&lt;br /&gt;
* SilicerCIP superbuilds CIP&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>Raul</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2015_Summer_Project_Week:Slicer_CIP&amp;diff=89645</id>
		<title>2015 Summer Project Week:Slicer CIP</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2015_Summer_Project_Week:Slicer_CIP&amp;diff=89645"/>
		<updated>2015-06-22T07:47:25Z</updated>

		<summary type="html">&lt;p&gt;Raul: /* Project Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-2015SLC.png|[[2015_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
Image:SlicerCIPLogo.png| SlicerCIP Logo&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
Alex Yarmakovich, Jorge Onieva, Raul San Jose (Brigham and Women's Hospital)&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
The Chest Imaging Platform (CIP) is a general purpose library for analysis of chest images for the characterization of chronic lung diseases. &lt;br /&gt;
SlicerCIP is the Slicer Extension that interface with CIP and provide access to the CLI toolkit and integrated clinical workflows.&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;
* Improve the packaging of CIP into the Extension&lt;br /&gt;
&lt;br /&gt;
* Advance in the integration of Anaconda as the python distribution&lt;br /&gt;
&lt;br /&gt;
* Create module layout for the 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;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
* Create new release of CIP (v.0.3.0)&lt;br /&gt;
* Update the extension to build against the latest CIP&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;
* CIP is in release 0.2.0.&lt;br /&gt;
* SilicerCIP superbuilds CIP&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>Raul</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2015_Summer_Project_Week:Slicer_CIP&amp;diff=89641</id>
		<title>2015 Summer Project Week:Slicer CIP</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2015_Summer_Project_Week:Slicer_CIP&amp;diff=89641"/>
		<updated>2015-06-22T07:42:40Z</updated>

		<summary type="html">&lt;p&gt;Raul: Created page with '__NOTOC__ &amp;lt;gallery&amp;gt; Image:PW-2015SLC.png|Projects List Image:SlicerCIPLogo.png| SlicerCIP Logo &amp;lt;/gallery&amp;gt;  ==Key Investigators== Alex Yarmak…'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-2015SLC.png|[[2015_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
Image:SlicerCIPLogo.png| SlicerCIP Logo&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
Alex Yarmakovich, Jorge Onieva, Raul San Jose (Brigham and Women's Hospital)&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
The Chest Imaging Platform (CIP) is a general purpose library for analysis of chest images for the characterization of chronic lung diseases. &lt;br /&gt;
SlicerCIP is the Slicer Extension that interface with CIP and provide access to the CLI toolkit and integrated clinical workflows.&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;
* Integrate SlicerCIP as an Extension&lt;br /&gt;
** Full distribution of CIP and SlicerCIP as an extension&lt;br /&gt;
* Discuss with the Slicer community different requirements of SlicerCIP&lt;br /&gt;
** Update of Teem to the new release.&lt;br /&gt;
** Enhancing Slicer python with new modules.&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;
* Explore SlicerRT distribution model&lt;br /&gt;
* Follow Extension tutorial&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;
* SlicerCIP builds against CIP and Slicer nightly.&lt;br /&gt;
* Create an Extension SuperBuild.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Raul</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2015_Summer_Project_Week&amp;diff=89627</id>
		<title>2015 Summer Project Week</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2015_Summer_Project_Week&amp;diff=89627"/>
		<updated>2015-06-22T02:36:03Z</updated>

		<summary type="html">&lt;p&gt;Raul: /* Chest Imaging Platform */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
[[image:PW-Summer2015.png|300px]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Welcome to the web page for the 21st Project Week!  This is the first Project Week that is being held in conjunction with the [http://www.cars-int.org/ CARS conference].'''&lt;br /&gt;
&lt;br /&gt;
==Logistics==&lt;br /&gt;
&lt;br /&gt;
*'''Dates:''' June 21-24, 2015.&lt;br /&gt;
*'''Location:'''  [http://www.nh-collection.com/hotel/nh-collection-barcelona-constanza NH Collection Constanza Hotel, Barcelona, Spain]&lt;br /&gt;
*'''REGISTRATION:'''  Please register by adding your name to the list at the end of this page&lt;br /&gt;
*'''Registration Fee:''' None. The organizers will cover the charge for the conference room, while all attendees are responsible for their own hotel rooms as well as food.&lt;br /&gt;
*'''Hotel:''' You are welcome to book a room using the CARS 2015 conference services ([http://www.cars-int.org/fileadmin/templates/download/2015/CARS_2015_accomondation.pdf Click here for form])&lt;br /&gt;
*To attend the CARS meeting, please visit [http://www.cars-int.org/ http://www.cars-int.org/]&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; |Sunday, June 21 &lt;br /&gt;
!style=&amp;quot;width:18%&amp;quot; |Monday, June 22 &amp;lt;br&amp;gt; Room Berlin &lt;br /&gt;
!style=&amp;quot;width:18%&amp;quot; |Tuesday, June 23 &amp;lt;br&amp;gt; Room Berlin &lt;br /&gt;
!style=&amp;quot;width:18%&amp;quot; |Wednesday, June 24 &amp;lt;br&amp;gt; Room Berlin &lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''9:00am-3:00pm:'''&lt;br /&gt;
|rowspan=3 valign=bottom|&amp;lt;hr&amp;gt;'''6pm''' Meeting with All Participants in Hotel Constanza Lobby&lt;br /&gt;
|'''10:00-11am:''' &amp;lt;font color=&amp;quot;#503020&amp;quot;&amp;gt;Rapid Introduction of all Projects and Teams &amp;lt;br&amp;gt;&lt;br /&gt;
'''11am-3pm''' &amp;lt;font color=&amp;quot;#503020&amp;quot;&amp;gt;Work &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
'''10:00am-11am:''' &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: Slicer for users| Slicer for users]] (Ron Kikinis) &amp;lt;br&amp;gt;&lt;br /&gt;
'''11am-3pm''' &amp;lt;font color=&amp;quot;#503020&amp;quot;&amp;gt;Work&lt;br /&gt;
| &amp;lt;font color=&amp;quot;#503020&amp;quot;&amp;gt;Work &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''2:00pm-4:00pm'''&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Lunch &amp;lt;br&amp;gt;  [[Barcelona Restaurants|Places to Eat]] &lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Lunch&amp;lt;br&amp;gt;  [[Barcelona Restaurants|Places to Eat]] &lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Lunch&amp;lt;br&amp;gt;  [[Barcelona Restaurants|Places to Eat]] &lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''4:00-7:00pm'''&lt;br /&gt;
|&amp;lt;font color=&amp;quot;#503020&amp;quot;&amp;gt; Work&lt;br /&gt;
|'''5:00-7:00pm:''' &amp;lt;font color=&amp;quot;#503020&amp;quot;&amp;gt;'''Breakout Session:'''&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;[[2015_Summer_Project_Week/SoftwareStack| Open Software Stack]]  (Steve Pieper) &amp;lt;br&amp;gt;4pm-6pm: Registration Desk Open for CARS attendees. Please pick up badges. &amp;lt;br&amp;gt;&lt;br /&gt;
|'''4:00-5:00pm:''' &amp;lt;font color=&amp;quot;#503020&amp;quot;&amp;gt; Work &amp;lt;br&amp;gt;&lt;br /&gt;
'''5:00-6pm:''' Report Progress&lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''7:00pm'''&lt;br /&gt;
|bgcolor=&amp;quot;#f0e68b&amp;quot;|&lt;br /&gt;
|bgcolor=&amp;quot;#f0e68b&amp;quot;|Adjourn for the day &amp;lt;br&amp;gt;  [[Barcelona Restaurants|Places to Eat]] &lt;br /&gt;
|bgcolor=&amp;quot;#f0e68b&amp;quot;|Adjourn for the day &amp;lt;br&amp;gt;  [[Barcelona Restaurants|Places to Eat]] &lt;br /&gt;
|bgcolor=&amp;quot;#f0e68b&amp;quot;|'''6:00pm''' Adjourn Project Week and relocate to CARS Opening&amp;lt;br&amp;gt; '''7:30pm''' CARS Welcome Reception   &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
*Please note that start, end, and mealtimes have been set to match local schedules in Barcelona.&lt;br /&gt;
*Here is a list of [[Barcelona Restaurants | locally recommended places to eat]] in the vicinity of the conference hotel. All participants are responsible for their own meals.&lt;br /&gt;
&lt;br /&gt;
== '''Background''' ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Founded in 2005, the National Alliance for Medical Image Computing (NAMIC), was chartered with building a computational infrastructure to support biomedical research as part of the NIH funded [http://www.ncbcs.org/ NCBC] program. The work of this alliance has resulted in important progress in algorithmic research, an open source medical image computing platform [http://www.slicer.org 3D Slicer], built  using [http://www.vtk.org VTK], [http://www.itk.org ITK], [http://www.cmake.org CMake], and [http://www.cdash.org CDash], and the creation of a community of algorithm researchers, biomedical scientists and software engineers who are committed to open science. This community meets twice a year in an event called Project Week. &lt;br /&gt;
&lt;br /&gt;
[[Engineering:Programming_Events|Project Week]] is a semi-annual event which draws researchers from around the world. As of August 2014, it is a MICCAI endorsed event. The participants work collaboratively on open-science solutions for problems that lie on the interfaces of the fields of computer science, mechanical engineering, biomedical engineering, and medicine. In contrast to conventional conferences and workshops the primary focus of the Project Weeks is to make progress in projects (as opposed to reporting about progress). The objective of the Project Weeks is to provide a venue for this community of medical open source software creators. Project Weeks are open to all, are publicly advertised, and are funded through fees paid by the attendees. Participants are encouraged to stay for the entire event. &lt;br /&gt;
&lt;br /&gt;
Project Week activities: Everyone shows up with a project. Some people are working on the platform. Some people are developing algorithms. Some people are applying the tools to their research problems. We begin the week by introducing projects and connecting teams. We end the week by reporting progress. In addition to the ongoing working sessions, breakout sessions are organized ad-hoc on a variety of special topics. These topics include: discussions of software architecture, presentations of new features and approaches and topics such as Image-Guided Therapy.&lt;br /&gt;
&lt;br /&gt;
Several funded projects use the Project Week as a place to convene and collaborate. These include [http://nac.spl.harvard.edu/ NAC], [http://www.ncigt.org/ NCIGT], [http://qiicr.org/ QIICR], [http://ocairo.technainstitute.com/open-source-software-platforms-and-databases-for-the-adaptive-process/ OCAIRO], and [https://www.ncigt.org/IGTWiki/index.php/Projects/IGTWeb:R25 NCI Funded Image-Guided Fellowship Program]. &lt;br /&gt;
&lt;br /&gt;
A summary of all previous Project Events is available [[Project_Events#Past|here]].&lt;br /&gt;
&lt;br /&gt;
This project week is an event [[Post-NCBC-2014|endorsed]] by the MICCAI society.&lt;br /&gt;
&lt;br /&gt;
The 21st Project Week is being held on conjunction with the [http://www.cars-int.org/ CARS conference].&lt;br /&gt;
&lt;br /&gt;
Please make sure that you are on the [http://public.kitware.com/mailman/listinfo/na-mic-project-week na-mic-project-week mailing list]&lt;br /&gt;
&lt;br /&gt;
=Projects=&lt;br /&gt;
* [[2015_Summer_Project_Week_Template | Template for project pages]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Equipment==&lt;br /&gt;
&lt;br /&gt;
*[[2015_Summer_Project_Week:Equipment|Specialized equipment people are going to bring]] (Please add to this list if you are bringing anything)&lt;br /&gt;
&lt;br /&gt;
==Image-Guided Therapy==&lt;br /&gt;
*[[2015_Summer_Project_Week:SlicerIGT|SlicerIGT tutorials for use cases]] (Tamas Ungi)&lt;br /&gt;
*[http://www.na-mic.org/Wiki/index.php/2015_Refinement_Registration_Module Refinement of RegistrationModule] (Peter Behringer, Andrey Fedorov)&lt;br /&gt;
*[[2015_Summer_Project_Week:IGTSliceletBase| Create base classes for IGT slicelet]] (Andras Lasso, Andrey Fedorov, Adam Rankin)&lt;br /&gt;
*[http://www.na-mic.org/Wiki/index.php/2015_BRAINSFit_registration_in_SimpleITK BRAINSFit registration in SimpleITK] (Peter Behringer, Andrey Fedorov, Dženan Zukić)&lt;br /&gt;
*[http://www.na-mic.org/Wiki/index.php/2015_Multi_atlas_based_prostate_segmentation Multi atlas based prostate segmentation] (Paolo Zaffino, Giampaolo Pileggi, Salvatore Scaramuzzino, Peter Behringer, Andrey Fedorov, Maria Francesca Spadea)&lt;br /&gt;
*[http://www.na-mic.org/Wiki/index.php/2015_Multimodal_Guidance_for_Breast_Cancer_Surgery Multimodal Guidance for Breast Cancer Surgery] (Mikael Brudfors, Javier Pascau)&lt;br /&gt;
*[[2015_pilot trajectory planning  | Pilot Trajectory Planning(Caroline Essert, Sonia Pujol)]]&lt;br /&gt;
*[[2015_Summer_Project_Week:LinearFeatureRegistration|Linear Feature Registration]] (Matthew Holden)&lt;br /&gt;
*[[2015_Summer_Project_Week:LightWeightRobotIGT | Integration of a KUKA robot using OpenIGTLink ]]  (Sebastian Tauscher, Junichi Tokuda)&lt;br /&gt;
*[[2015 Orthognathic Surgery|Orthognathic Surgery]] (Dženan Zukić, Kitware)&lt;br /&gt;
*[[2015_Summer_Project_Week:SlicerTAVI | SlicerTAVI ]] (Adam Rankin)&lt;br /&gt;
*[http://www.na-mic.org/Wiki/index.php/2015_pyDBS pyDBS module update to Slicer4.4 (Sara Fernandez-Vidal, Yulong Zhao, Sonia Pujol)]&lt;br /&gt;
&lt;br /&gt;
==Feature Based Image Analysis==&lt;br /&gt;
*[[2015_Summer_Project_Week:LungCAD| LungCAD]] (Jayender Jagadeesan, Tobias Penzkofer, Sandy Wells)&lt;br /&gt;
*[[2015_Summer_Project_Week:QuantitativeProstate | Texture Analysis for Prostate Imaging]] (Tobias Penzkofer, Jay Jagadeesan, Tina Kapur)&lt;br /&gt;
*[[2015_Summer_Project_Week:BigDataFeatures | Big Data Medical Image Analysis using Local Features]] (Matthew Toews, William Wells, Raul San Jose Estepar, Tina Kapur)&lt;br /&gt;
*[[2015_Summer_Project_Week:USReconstruction | Gated 3D Ultrasound Reconstructions with the Help of a Single-Element US Transducer ]] (Frank Preiswerk, Laurent Chauvin)&lt;br /&gt;
*[[2015_Summer_Project_Week:AutomaticCephalometric | Automatic Cephalometric Analysis ]] (J. Jesus Montufar, Marcelo Romero)&lt;br /&gt;
&lt;br /&gt;
==Chest Imaging Platform==&lt;br /&gt;
*[[2015_Summer_Project_Week:Slicer_CIP | Slicer CIP: advanced features and deployment ]]  (Raúl San José, Alex Yarmarkovich, Jorge Onieva)&lt;br /&gt;
*[[2015_Summer_Project_Week:PAA_Ratio | PAA Ratio ]]  (Jorge Onieva,Raúl San José)&lt;br /&gt;
&lt;br /&gt;
==QIICR==&lt;br /&gt;
*[[2015_Summer_Project_Week:DSC | Dynamic Susceptibility Contrast (DSC) MRI for brain ]] (Xiao Da, Yangming Ou, Andriy Fedorov, Steve Pieper, Jayashree Kalpathy-Cramer)&lt;br /&gt;
*[[2015_Summer_Project_Week:T1 mapping | T1 mapping for Dynamic Contrast Enhanced (DCE) MRI ]] (Xiao Da, Yangming Ou, Andriy Fedorov, Jayashree Kalpathy-Cramer)&lt;br /&gt;
*[[2015_Summer_Project_Week:DCMTK| Integration and testing of new DCMTK with Slicer]] (Michael Onken, Andrey Fedorov, Steve Pieper)&lt;br /&gt;
&lt;br /&gt;
==Infrastructure==&lt;br /&gt;
*[[2015_Summer_Project_Week:Python_scripts_from_command_line|Simplify use of python scripts from the command line]] (Andrey Fedorov, Steve Pieper, Robin Weiss, Artem Mamonov)&lt;br /&gt;
*[[2015_Summer_Project_Week:Return_Fiducials_from_CLIs | Return fiducials from CLIs]] (Nicole Aucoin,Hans Meine)&lt;br /&gt;
*[[2015_Summer_Project_Week:Update Checker | Update Checker]] (Franklin King, BWH)&lt;br /&gt;
*[[2015_Summer_Project_Week:Integrated Virtual Reality Viewer | Integrated Virtual Reality Viewer]] (Franklin King, BWH)&lt;br /&gt;
*[[2015_Summer_Project_Week:SegmentationNode| Use new Segmentation node in Editor]] (Andras Lasso, Steve Pieper)&lt;br /&gt;
*[[2015_Summer_Project_Week:Slicer_Conda | Integrate Conda Python in Slicer]] (Raúl San José, Jorge Onieva)&lt;br /&gt;
*[[2015_Summer_Project_Week:CLIModules_Backgrounding_in_MeVisLab | Running CLI Modules in the background in MeVisLab]] (Hans Meine)&lt;br /&gt;
*[[2015_Summer_Project_Week:CLIModules_Indexing | CLI Modules elasticsearch / kibana dashboard]] (Hans Meine, JC, Steve Pieper)&lt;br /&gt;
*[[2015_Summer_Project_Week:CTK_Interative_Plugins | CTK plugins / paths towards interoperability with GUI &amp;amp; interaction]] (Hans Meine, Steve Pieper, Nicolas Rannou)&lt;br /&gt;
*[[2015_Summer_Project_Week:BRAINSFit_in_MeVisLab | Interoperability tests with &amp;quot;interesting&amp;quot; CLI modules (BRAINSFit, CIP, UKFTractography?) in MeVisLab (/Frontier)]] (Hans Meine, Steve Pieper)&lt;br /&gt;
&lt;br /&gt;
==Web==&lt;br /&gt;
*[[2015_Summer_Project_Week:Dicom parsing with DCMJS | Dicom parsing with DCMJS]] (Nicolas Rannou, Michael Onken, Steve Pieper)&lt;br /&gt;
*[[2015_Summer_Project_Week:Volume rendering with DCMJS and THREEJS | Volume Rendering with DCMJS and THREEJS]] (Nicolas Rannou, Steve Pieper)&lt;br /&gt;
*[[2015_Summer_Project_Week:CTK for the web and touch devices| CTK for the web and touch devices]] (Nicolas Rannou, Yves Martelli, Steve Pieper)&lt;br /&gt;
*[[2015_Summer_Project_Week:SlicerCardboard| Slicer for mobile-based vr goggles]] (Utsav Pardasani, Adam Rankin)&lt;br /&gt;
&lt;br /&gt;
==Astronomy==&lt;br /&gt;
*[[2015_Summer_Project_Week:Astronomy | visualization of HI in galaxies]] (Davide Punzo)&lt;br /&gt;
&lt;br /&gt;
== '''Registrants''' ==&lt;br /&gt;
&lt;br /&gt;
Please add your name to the list.  This is the registration mechanism for this project week.&lt;br /&gt;
#Tina Kapur, BWH&lt;br /&gt;
#Ron Kikinis, BWH &amp;amp; Fraunhofer&lt;br /&gt;
#Steve Pieper, Isomics&lt;br /&gt;
#Tamas Ungi, Queen's University, Canada&lt;br /&gt;
#Andras Lasso, Queen's University, Canada&lt;br /&gt;
#Paolo Zaffino, ImagEngLab, Magna Graecia University, Italy&lt;br /&gt;
#Salvatore Scaramuzzino, ImagEngLab, Magna Graecia University, Italy&lt;br /&gt;
#Giampaolo Pileggi, ImagEngLab, Magna Graecia University, Italy&lt;br /&gt;
#Nicole Aucoin, BWH&lt;br /&gt;
#Sonia Pujol, BWH&lt;br /&gt;
#Dženan Zukić, Kitware, Carrboro, NC&lt;br /&gt;
#Jayender Jagadeesan, BWH&lt;br /&gt;
#Guido Gerig, Utah&lt;br /&gt;
#Sandy Wells, BWH&lt;br /&gt;
#Matthew Toews, École de Technologie Supérieure, Montreal, Canada&lt;br /&gt;
#Frank Preiswerk, BWH&lt;br /&gt;
#Raul San Jose, BWH&lt;br /&gt;
#Jorge Onieva, BWH&lt;br /&gt;
#Yulong Zhao, Université de Rennes&lt;br /&gt;
#Laurent Chauvin, BWH&lt;br /&gt;
#Michael Onken, Open Connections&lt;br /&gt;
#Tobias Penzkofer, Department of Radiology, Charité Berlin, Germany&lt;br /&gt;
#Javier Pascau, Universidad Carlos III de Madrid, Spain&lt;br /&gt;
#Angel Torrado-Carvajal, Universidad Rey Juan Carlos, Madrid, Spain&lt;br /&gt;
#Nobuhiko Hata, BWH&lt;br /&gt;
#Robert H. Owen, BK Medical ApS, Denmark&lt;br /&gt;
#Clare Tempany, BWH&lt;br /&gt;
#Adam Rankin, Robarts&lt;br /&gt;
#Utsav Pardasani, Robarts&lt;br /&gt;
#Marcelo Romero, Facultad de Ingenieria, Universidad Autonoma del Estado de Mexico, Mexico&lt;br /&gt;
#J. Jesus Montufar, Facultad de Ingenieria, Universidad Autonoma del Estado de Mexico, Mexico&lt;br /&gt;
#Davide Punzo, Kapteyn Astronomical Institute, University of Groningen, Netherlands&lt;br /&gt;
#Andrey Fedorov, BWH&lt;br /&gt;
#Nicolas Rannou, BCH&lt;br /&gt;
#Mikael Brudfors, Universidad Carlos III de Madrid, Spain&lt;br /&gt;
#Laura Sanz, Universidad Carlos III de Madrid, Spain&lt;br /&gt;
#Eugenio Marinetto, Universidad Carlos III de Madrid, Spain&lt;br /&gt;
#David García, Universidad Carlos III de Madrid, Spain&lt;br /&gt;
#Franklin King, Queen's University / BWH&lt;br /&gt;
#Jorge García, Universidad Politécnica de Madrid, Spain&lt;br /&gt;
#Peter Behringer, BWH&lt;br /&gt;
#Caroline Essert, University of Strasbourg&lt;br /&gt;
#Sebastian Tauscher, Institute of Mechatronic Systems, Leibniz Universität Hannover, Germany&lt;br /&gt;
#Matthew Holden, Queen's University, Canada&lt;br /&gt;
#Sara Fernandez Vidal, ICM, France&lt;br /&gt;
#Laszlo Kanyasi, Perk Lab affiliate, Hungary&lt;br /&gt;
#Xiao Da, MGH&lt;br /&gt;
#Arnaud De Bruecker, École supérieure d'informatique, Brussels, Belgium&lt;br /&gt;
#Ali Gottschalk, École supérieure d'informatique, Brussels, Belgium&lt;br /&gt;
#Christophe Teixeira Pereira, École supérieure d'informatique, Brussels, Belgium&lt;br /&gt;
#Tsotne Shonia, École supérieure d'informatique, Brussels, Belgium&lt;br /&gt;
#Clara Meinzer, Semmelweis University, Hungary&lt;br /&gt;
#Yves Martelli, Galgo Medical, Barcelona, Spain&lt;/div&gt;</summary>
		<author><name>Raul</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2015_Summer_Project_Week&amp;diff=89626</id>
		<title>2015 Summer Project Week</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2015_Summer_Project_Week&amp;diff=89626"/>
		<updated>2015-06-22T02:35:50Z</updated>

		<summary type="html">&lt;p&gt;Raul: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
[[image:PW-Summer2015.png|300px]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Welcome to the web page for the 21st Project Week!  This is the first Project Week that is being held in conjunction with the [http://www.cars-int.org/ CARS conference].'''&lt;br /&gt;
&lt;br /&gt;
==Logistics==&lt;br /&gt;
&lt;br /&gt;
*'''Dates:''' June 21-24, 2015.&lt;br /&gt;
*'''Location:'''  [http://www.nh-collection.com/hotel/nh-collection-barcelona-constanza NH Collection Constanza Hotel, Barcelona, Spain]&lt;br /&gt;
*'''REGISTRATION:'''  Please register by adding your name to the list at the end of this page&lt;br /&gt;
*'''Registration Fee:''' None. The organizers will cover the charge for the conference room, while all attendees are responsible for their own hotel rooms as well as food.&lt;br /&gt;
*'''Hotel:''' You are welcome to book a room using the CARS 2015 conference services ([http://www.cars-int.org/fileadmin/templates/download/2015/CARS_2015_accomondation.pdf Click here for form])&lt;br /&gt;
*To attend the CARS meeting, please visit [http://www.cars-int.org/ http://www.cars-int.org/]&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; |Sunday, June 21 &lt;br /&gt;
!style=&amp;quot;width:18%&amp;quot; |Monday, June 22 &amp;lt;br&amp;gt; Room Berlin &lt;br /&gt;
!style=&amp;quot;width:18%&amp;quot; |Tuesday, June 23 &amp;lt;br&amp;gt; Room Berlin &lt;br /&gt;
!style=&amp;quot;width:18%&amp;quot; |Wednesday, June 24 &amp;lt;br&amp;gt; Room Berlin &lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''9:00am-3:00pm:'''&lt;br /&gt;
|rowspan=3 valign=bottom|&amp;lt;hr&amp;gt;'''6pm''' Meeting with All Participants in Hotel Constanza Lobby&lt;br /&gt;
|'''10:00-11am:''' &amp;lt;font color=&amp;quot;#503020&amp;quot;&amp;gt;Rapid Introduction of all Projects and Teams &amp;lt;br&amp;gt;&lt;br /&gt;
'''11am-3pm''' &amp;lt;font color=&amp;quot;#503020&amp;quot;&amp;gt;Work &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
'''10:00am-11am:''' &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: Slicer for users| Slicer for users]] (Ron Kikinis) &amp;lt;br&amp;gt;&lt;br /&gt;
'''11am-3pm''' &amp;lt;font color=&amp;quot;#503020&amp;quot;&amp;gt;Work&lt;br /&gt;
| &amp;lt;font color=&amp;quot;#503020&amp;quot;&amp;gt;Work &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''2:00pm-4:00pm'''&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Lunch &amp;lt;br&amp;gt;  [[Barcelona Restaurants|Places to Eat]] &lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Lunch&amp;lt;br&amp;gt;  [[Barcelona Restaurants|Places to Eat]] &lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Lunch&amp;lt;br&amp;gt;  [[Barcelona Restaurants|Places to Eat]] &lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''4:00-7:00pm'''&lt;br /&gt;
|&amp;lt;font color=&amp;quot;#503020&amp;quot;&amp;gt; Work&lt;br /&gt;
|'''5:00-7:00pm:''' &amp;lt;font color=&amp;quot;#503020&amp;quot;&amp;gt;'''Breakout Session:'''&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;[[2015_Summer_Project_Week/SoftwareStack| Open Software Stack]]  (Steve Pieper) &amp;lt;br&amp;gt;4pm-6pm: Registration Desk Open for CARS attendees. Please pick up badges. &amp;lt;br&amp;gt;&lt;br /&gt;
|'''4:00-5:00pm:''' &amp;lt;font color=&amp;quot;#503020&amp;quot;&amp;gt; Work &amp;lt;br&amp;gt;&lt;br /&gt;
'''5:00-6pm:''' Report Progress&lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''7:00pm'''&lt;br /&gt;
|bgcolor=&amp;quot;#f0e68b&amp;quot;|&lt;br /&gt;
|bgcolor=&amp;quot;#f0e68b&amp;quot;|Adjourn for the day &amp;lt;br&amp;gt;  [[Barcelona Restaurants|Places to Eat]] &lt;br /&gt;
|bgcolor=&amp;quot;#f0e68b&amp;quot;|Adjourn for the day &amp;lt;br&amp;gt;  [[Barcelona Restaurants|Places to Eat]] &lt;br /&gt;
|bgcolor=&amp;quot;#f0e68b&amp;quot;|'''6:00pm''' Adjourn Project Week and relocate to CARS Opening&amp;lt;br&amp;gt; '''7:30pm''' CARS Welcome Reception   &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
*Please note that start, end, and mealtimes have been set to match local schedules in Barcelona.&lt;br /&gt;
*Here is a list of [[Barcelona Restaurants | locally recommended places to eat]] in the vicinity of the conference hotel. All participants are responsible for their own meals.&lt;br /&gt;
&lt;br /&gt;
== '''Background''' ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Founded in 2005, the National Alliance for Medical Image Computing (NAMIC), was chartered with building a computational infrastructure to support biomedical research as part of the NIH funded [http://www.ncbcs.org/ NCBC] program. The work of this alliance has resulted in important progress in algorithmic research, an open source medical image computing platform [http://www.slicer.org 3D Slicer], built  using [http://www.vtk.org VTK], [http://www.itk.org ITK], [http://www.cmake.org CMake], and [http://www.cdash.org CDash], and the creation of a community of algorithm researchers, biomedical scientists and software engineers who are committed to open science. This community meets twice a year in an event called Project Week. &lt;br /&gt;
&lt;br /&gt;
[[Engineering:Programming_Events|Project Week]] is a semi-annual event which draws researchers from around the world. As of August 2014, it is a MICCAI endorsed event. The participants work collaboratively on open-science solutions for problems that lie on the interfaces of the fields of computer science, mechanical engineering, biomedical engineering, and medicine. In contrast to conventional conferences and workshops the primary focus of the Project Weeks is to make progress in projects (as opposed to reporting about progress). The objective of the Project Weeks is to provide a venue for this community of medical open source software creators. Project Weeks are open to all, are publicly advertised, and are funded through fees paid by the attendees. Participants are encouraged to stay for the entire event. &lt;br /&gt;
&lt;br /&gt;
Project Week activities: Everyone shows up with a project. Some people are working on the platform. Some people are developing algorithms. Some people are applying the tools to their research problems. We begin the week by introducing projects and connecting teams. We end the week by reporting progress. In addition to the ongoing working sessions, breakout sessions are organized ad-hoc on a variety of special topics. These topics include: discussions of software architecture, presentations of new features and approaches and topics such as Image-Guided Therapy.&lt;br /&gt;
&lt;br /&gt;
Several funded projects use the Project Week as a place to convene and collaborate. These include [http://nac.spl.harvard.edu/ NAC], [http://www.ncigt.org/ NCIGT], [http://qiicr.org/ QIICR], [http://ocairo.technainstitute.com/open-source-software-platforms-and-databases-for-the-adaptive-process/ OCAIRO], and [https://www.ncigt.org/IGTWiki/index.php/Projects/IGTWeb:R25 NCI Funded Image-Guided Fellowship Program]. &lt;br /&gt;
&lt;br /&gt;
A summary of all previous Project Events is available [[Project_Events#Past|here]].&lt;br /&gt;
&lt;br /&gt;
This project week is an event [[Post-NCBC-2014|endorsed]] by the MICCAI society.&lt;br /&gt;
&lt;br /&gt;
The 21st Project Week is being held on conjunction with the [http://www.cars-int.org/ CARS conference].&lt;br /&gt;
&lt;br /&gt;
Please make sure that you are on the [http://public.kitware.com/mailman/listinfo/na-mic-project-week na-mic-project-week mailing list]&lt;br /&gt;
&lt;br /&gt;
=Projects=&lt;br /&gt;
* [[2015_Summer_Project_Week_Template | Template for project pages]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Equipment==&lt;br /&gt;
&lt;br /&gt;
*[[2015_Summer_Project_Week:Equipment|Specialized equipment people are going to bring]] (Please add to this list if you are bringing anything)&lt;br /&gt;
&lt;br /&gt;
==Image-Guided Therapy==&lt;br /&gt;
*[[2015_Summer_Project_Week:SlicerIGT|SlicerIGT tutorials for use cases]] (Tamas Ungi)&lt;br /&gt;
*[http://www.na-mic.org/Wiki/index.php/2015_Refinement_Registration_Module Refinement of RegistrationModule] (Peter Behringer, Andrey Fedorov)&lt;br /&gt;
*[[2015_Summer_Project_Week:IGTSliceletBase| Create base classes for IGT slicelet]] (Andras Lasso, Andrey Fedorov, Adam Rankin)&lt;br /&gt;
*[http://www.na-mic.org/Wiki/index.php/2015_BRAINSFit_registration_in_SimpleITK BRAINSFit registration in SimpleITK] (Peter Behringer, Andrey Fedorov, Dženan Zukić)&lt;br /&gt;
*[http://www.na-mic.org/Wiki/index.php/2015_Multi_atlas_based_prostate_segmentation Multi atlas based prostate segmentation] (Paolo Zaffino, Giampaolo Pileggi, Salvatore Scaramuzzino, Peter Behringer, Andrey Fedorov, Maria Francesca Spadea)&lt;br /&gt;
*[http://www.na-mic.org/Wiki/index.php/2015_Multimodal_Guidance_for_Breast_Cancer_Surgery Multimodal Guidance for Breast Cancer Surgery] (Mikael Brudfors, Javier Pascau)&lt;br /&gt;
*[[2015_pilot trajectory planning  | Pilot Trajectory Planning(Caroline Essert, Sonia Pujol)]]&lt;br /&gt;
*[[2015_Summer_Project_Week:LinearFeatureRegistration|Linear Feature Registration]] (Matthew Holden)&lt;br /&gt;
*[[2015_Summer_Project_Week:LightWeightRobotIGT | Integration of a KUKA robot using OpenIGTLink ]]  (Sebastian Tauscher, Junichi Tokuda)&lt;br /&gt;
*[[2015 Orthognathic Surgery|Orthognathic Surgery]] (Dženan Zukić, Kitware)&lt;br /&gt;
*[[2015_Summer_Project_Week:SlicerTAVI | SlicerTAVI ]] (Adam Rankin)&lt;br /&gt;
*[http://www.na-mic.org/Wiki/index.php/2015_pyDBS pyDBS module update to Slicer4.4 (Sara Fernandez-Vidal, Yulong Zhao, Sonia Pujol)]&lt;br /&gt;
&lt;br /&gt;
==Feature Based Image Analysis==&lt;br /&gt;
*[[2015_Summer_Project_Week:LungCAD| LungCAD]] (Jayender Jagadeesan, Tobias Penzkofer, Sandy Wells)&lt;br /&gt;
*[[2015_Summer_Project_Week:QuantitativeProstate | Texture Analysis for Prostate Imaging]] (Tobias Penzkofer, Jay Jagadeesan, Tina Kapur)&lt;br /&gt;
*[[2015_Summer_Project_Week:BigDataFeatures | Big Data Medical Image Analysis using Local Features]] (Matthew Toews, William Wells, Raul San Jose Estepar, Tina Kapur)&lt;br /&gt;
*[[2015_Summer_Project_Week:USReconstruction | Gated 3D Ultrasound Reconstructions with the Help of a Single-Element US Transducer ]] (Frank Preiswerk, Laurent Chauvin)&lt;br /&gt;
*[[2015_Summer_Project_Week:AutomaticCephalometric | Automatic Cephalometric Analysis ]] (J. Jesus Montufar, Marcelo Romero)&lt;br /&gt;
&lt;br /&gt;
==Chest Imaging Platform==&lt;br /&gt;
*[[2015_Summer_Project_Week:[Slicer_CIP | Slicer CIP: advanced features and deployment ]]  (Raúl San José, Alex Yarmarkovich, Jorge Onieva)&lt;br /&gt;
*[[2015_Summer_Project_Week:PAA_Ratio | PAA Ratio ]]  (Jorge Onieva,Raúl San José)&lt;br /&gt;
&lt;br /&gt;
==QIICR==&lt;br /&gt;
*[[2015_Summer_Project_Week:DSC | Dynamic Susceptibility Contrast (DSC) MRI for brain ]] (Xiao Da, Yangming Ou, Andriy Fedorov, Steve Pieper, Jayashree Kalpathy-Cramer)&lt;br /&gt;
*[[2015_Summer_Project_Week:T1 mapping | T1 mapping for Dynamic Contrast Enhanced (DCE) MRI ]] (Xiao Da, Yangming Ou, Andriy Fedorov, Jayashree Kalpathy-Cramer)&lt;br /&gt;
*[[2015_Summer_Project_Week:DCMTK| Integration and testing of new DCMTK with Slicer]] (Michael Onken, Andrey Fedorov, Steve Pieper)&lt;br /&gt;
&lt;br /&gt;
==Infrastructure==&lt;br /&gt;
*[[2015_Summer_Project_Week:Python_scripts_from_command_line|Simplify use of python scripts from the command line]] (Andrey Fedorov, Steve Pieper, Robin Weiss, Artem Mamonov)&lt;br /&gt;
*[[2015_Summer_Project_Week:Return_Fiducials_from_CLIs | Return fiducials from CLIs]] (Nicole Aucoin,Hans Meine)&lt;br /&gt;
*[[2015_Summer_Project_Week:Update Checker | Update Checker]] (Franklin King, BWH)&lt;br /&gt;
*[[2015_Summer_Project_Week:Integrated Virtual Reality Viewer | Integrated Virtual Reality Viewer]] (Franklin King, BWH)&lt;br /&gt;
*[[2015_Summer_Project_Week:SegmentationNode| Use new Segmentation node in Editor]] (Andras Lasso, Steve Pieper)&lt;br /&gt;
*[[2015_Summer_Project_Week:Slicer_Conda | Integrate Conda Python in Slicer]] (Raúl San José, Jorge Onieva)&lt;br /&gt;
*[[2015_Summer_Project_Week:CLIModules_Backgrounding_in_MeVisLab | Running CLI Modules in the background in MeVisLab]] (Hans Meine)&lt;br /&gt;
*[[2015_Summer_Project_Week:CLIModules_Indexing | CLI Modules elasticsearch / kibana dashboard]] (Hans Meine, JC, Steve Pieper)&lt;br /&gt;
*[[2015_Summer_Project_Week:CTK_Interative_Plugins | CTK plugins / paths towards interoperability with GUI &amp;amp; interaction]] (Hans Meine, Steve Pieper, Nicolas Rannou)&lt;br /&gt;
*[[2015_Summer_Project_Week:BRAINSFit_in_MeVisLab | Interoperability tests with &amp;quot;interesting&amp;quot; CLI modules (BRAINSFit, CIP, UKFTractography?) in MeVisLab (/Frontier)]] (Hans Meine, Steve Pieper)&lt;br /&gt;
&lt;br /&gt;
==Web==&lt;br /&gt;
*[[2015_Summer_Project_Week:Dicom parsing with DCMJS | Dicom parsing with DCMJS]] (Nicolas Rannou, Michael Onken, Steve Pieper)&lt;br /&gt;
*[[2015_Summer_Project_Week:Volume rendering with DCMJS and THREEJS | Volume Rendering with DCMJS and THREEJS]] (Nicolas Rannou, Steve Pieper)&lt;br /&gt;
*[[2015_Summer_Project_Week:CTK for the web and touch devices| CTK for the web and touch devices]] (Nicolas Rannou, Yves Martelli, Steve Pieper)&lt;br /&gt;
*[[2015_Summer_Project_Week:SlicerCardboard| Slicer for mobile-based vr goggles]] (Utsav Pardasani, Adam Rankin)&lt;br /&gt;
&lt;br /&gt;
==Astronomy==&lt;br /&gt;
*[[2015_Summer_Project_Week:Astronomy | visualization of HI in galaxies]] (Davide Punzo)&lt;br /&gt;
&lt;br /&gt;
== '''Registrants''' ==&lt;br /&gt;
&lt;br /&gt;
Please add your name to the list.  This is the registration mechanism for this project week.&lt;br /&gt;
#Tina Kapur, BWH&lt;br /&gt;
#Ron Kikinis, BWH &amp;amp; Fraunhofer&lt;br /&gt;
#Steve Pieper, Isomics&lt;br /&gt;
#Tamas Ungi, Queen's University, Canada&lt;br /&gt;
#Andras Lasso, Queen's University, Canada&lt;br /&gt;
#Paolo Zaffino, ImagEngLab, Magna Graecia University, Italy&lt;br /&gt;
#Salvatore Scaramuzzino, ImagEngLab, Magna Graecia University, Italy&lt;br /&gt;
#Giampaolo Pileggi, ImagEngLab, Magna Graecia University, Italy&lt;br /&gt;
#Nicole Aucoin, BWH&lt;br /&gt;
#Sonia Pujol, BWH&lt;br /&gt;
#Dženan Zukić, Kitware, Carrboro, NC&lt;br /&gt;
#Jayender Jagadeesan, BWH&lt;br /&gt;
#Guido Gerig, Utah&lt;br /&gt;
#Sandy Wells, BWH&lt;br /&gt;
#Matthew Toews, École de Technologie Supérieure, Montreal, Canada&lt;br /&gt;
#Frank Preiswerk, BWH&lt;br /&gt;
#Raul San Jose, BWH&lt;br /&gt;
#Jorge Onieva, BWH&lt;br /&gt;
#Yulong Zhao, Université de Rennes&lt;br /&gt;
#Laurent Chauvin, BWH&lt;br /&gt;
#Michael Onken, Open Connections&lt;br /&gt;
#Tobias Penzkofer, Department of Radiology, Charité Berlin, Germany&lt;br /&gt;
#Javier Pascau, Universidad Carlos III de Madrid, Spain&lt;br /&gt;
#Angel Torrado-Carvajal, Universidad Rey Juan Carlos, Madrid, Spain&lt;br /&gt;
#Nobuhiko Hata, BWH&lt;br /&gt;
#Robert H. Owen, BK Medical ApS, Denmark&lt;br /&gt;
#Clare Tempany, BWH&lt;br /&gt;
#Adam Rankin, Robarts&lt;br /&gt;
#Utsav Pardasani, Robarts&lt;br /&gt;
#Marcelo Romero, Facultad de Ingenieria, Universidad Autonoma del Estado de Mexico, Mexico&lt;br /&gt;
#J. Jesus Montufar, Facultad de Ingenieria, Universidad Autonoma del Estado de Mexico, Mexico&lt;br /&gt;
#Davide Punzo, Kapteyn Astronomical Institute, University of Groningen, Netherlands&lt;br /&gt;
#Andrey Fedorov, BWH&lt;br /&gt;
#Nicolas Rannou, BCH&lt;br /&gt;
#Mikael Brudfors, Universidad Carlos III de Madrid, Spain&lt;br /&gt;
#Laura Sanz, Universidad Carlos III de Madrid, Spain&lt;br /&gt;
#Eugenio Marinetto, Universidad Carlos III de Madrid, Spain&lt;br /&gt;
#David García, Universidad Carlos III de Madrid, Spain&lt;br /&gt;
#Franklin King, Queen's University / BWH&lt;br /&gt;
#Jorge García, Universidad Politécnica de Madrid, Spain&lt;br /&gt;
#Peter Behringer, BWH&lt;br /&gt;
#Caroline Essert, University of Strasbourg&lt;br /&gt;
#Sebastian Tauscher, Institute of Mechatronic Systems, Leibniz Universität Hannover, Germany&lt;br /&gt;
#Matthew Holden, Queen's University, Canada&lt;br /&gt;
#Sara Fernandez Vidal, ICM, France&lt;br /&gt;
#Laszlo Kanyasi, Perk Lab affiliate, Hungary&lt;br /&gt;
#Xiao Da, MGH&lt;br /&gt;
#Arnaud De Bruecker, École supérieure d'informatique, Brussels, Belgium&lt;br /&gt;
#Ali Gottschalk, École supérieure d'informatique, Brussels, Belgium&lt;br /&gt;
#Christophe Teixeira Pereira, École supérieure d'informatique, Brussels, Belgium&lt;br /&gt;
#Tsotne Shonia, École supérieure d'informatique, Brussels, Belgium&lt;br /&gt;
#Clara Meinzer, Semmelweis University, Hungary&lt;br /&gt;
#Yves Martelli, Galgo Medical, Barcelona, Spain&lt;/div&gt;</summary>
		<author><name>Raul</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2015_Summer_Project_Week&amp;diff=89334</id>
		<title>2015 Summer Project Week</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2015_Summer_Project_Week&amp;diff=89334"/>
		<updated>2015-06-05T03:55:41Z</updated>

		<summary type="html">&lt;p&gt;Raul: /* Registrants */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
[[image:PW-Summer2015.png|300px]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Welcome to the web page for the 21st Project Week!  This is the first Project Week that is being held in conjunction with the [http://www.cars-int.org/ CARS conference].'''&lt;br /&gt;
&lt;br /&gt;
==Logistics==&lt;br /&gt;
&lt;br /&gt;
*'''Dates:''' June 21-24, 2015.&lt;br /&gt;
*'''Location:'''  [http://www.nh-collection.com/hotel/nh-collection-barcelona-constanza NH Collection Constanza Hotel, Barcelona, Spain]&lt;br /&gt;
*'''REGISTRATION:'''  Please register by adding your name to the list at the end of this page&lt;br /&gt;
*'''Registration Fee:''' None. The organizers will cover the charge for the conference room, while all attendees are responsible for their own hotel rooms as well as food.&lt;br /&gt;
*'''Hotel:''' You are welcome to book a room using the CARS 2015 conference services ([http://www.cars-int.org/fileadmin/templates/download/2015/CARS_2015_accomondation.pdf Click here for form])&lt;br /&gt;
*To attend the CARS meeting, please visit [http://www.cars-int.org/ http://www.cars-int.org/]&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; |Sunday, June 21&lt;br /&gt;
!style=&amp;quot;width:18%&amp;quot; |Monday, June 22&lt;br /&gt;
!style=&amp;quot;width:18%&amp;quot; |Tuesday, June 23&lt;br /&gt;
!style=&amp;quot;width:18%&amp;quot; |Wednesday, June 24&lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''10:00am-3:00pm:'''&lt;br /&gt;
|rowspan=3 valign=bottom|&amp;lt;hr&amp;gt;'''6pm''' Meeting with All Participants&lt;br /&gt;
|'''10:00-11am:''' &amp;lt;font color=&amp;quot;#503020&amp;quot;&amp;gt;Rapid Introduction of all Projects and Teams &amp;lt;br&amp;gt;&lt;br /&gt;
'''11am-3pm''' &amp;lt;font color=&amp;quot;#503020&amp;quot;&amp;gt;Work &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
'''10:00am-11am:''' &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: Slicer for users| Slicer for users]] (Ron Kikinis) &amp;lt;br&amp;gt;&lt;br /&gt;
'''11am-3pm''' &amp;lt;font color=&amp;quot;#503020&amp;quot;&amp;gt;Work&lt;br /&gt;
|'''10am-3pm''' &amp;lt;font color=&amp;quot;#503020&amp;quot;&amp;gt;Work &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''3:00pm-5:00pm'''&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;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''5:00-7:00pm'''&lt;br /&gt;
|'''5:00-7pm:''' &amp;lt;font color=&amp;quot;#503020&amp;quot;&amp;gt; Work&lt;br /&gt;
|'''5:00-7:00pm:''' &amp;lt;font color=&amp;quot;#503020&amp;quot;&amp;gt;'''Breakout Session:'''&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;[[2015_Summer_Project_Week/SoftwareStack| Open Software Stack]]  (Steve Pieper)&lt;br /&gt;
|'''5:00-6pm:''' &amp;lt;font color=&amp;quot;#503020&amp;quot;&amp;gt; Work &amp;lt;br&amp;gt;&lt;br /&gt;
'''6:00-7pm:''' Report Progress&lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''7:00pm'''&lt;br /&gt;
|bgcolor=&amp;quot;#f0e68b&amp;quot;|&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;
== '''Background''' ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Founded in 2005, the National Alliance for Medical Image Computing (NAMIC), was chartered with building a computational infrastructure to support biomedical research as part of the NIH funded [http://www.ncbcs.org/ NCBC] program. The work of this alliance has resulted in important progress in algorithmic research, an open source medical image computing platform [http://www.slicer.org 3D Slicer], built  using [http://www.vtk.org VTK], [http://www.itk.org ITK], [http://www.cmake.org CMake], and [http://www.cdash.org CDash], and the creation of a community of algorithm researchers, biomedical scientists and software engineers who are committed to open science. This community meets twice a year in an event called Project Week. &lt;br /&gt;
&lt;br /&gt;
[[Engineering:Programming_Events|Project Week]] is a semi-annual event which draws researchers from around the world. As of August 2014, it is a MICCAI endorsed event. The participants work collaboratively on open-science solutions for problems that lie on the interfaces of the fields of computer science, mechanical engineering, biomedical engineering, and medicine. In contrast to conventional conferences and workshops the primary focus of the Project Weeks is to make progress in projects (as opposed to reporting about progress). The objective of the Project Weeks is to provide a venue for this community of medical open source software creators. Project Weeks are open to all, are publicly advertised, and are funded through fees paid by the attendees. Participants are encouraged to stay for the entire event. &lt;br /&gt;
&lt;br /&gt;
Project Week activities: Everyone shows up with a project. Some people are working on the platform. Some people are developing algorithms. Some people are applying the tools to their research problems. We begin the week by introducing projects and connecting teams. We end the week by reporting progress. In addition to the ongoing working sessions, breakout sessions are organized ad-hoc on a variety of special topics. These topics include: discussions of software architecture, presentations of new features and approaches and topics such as Image-Guided Therapy.&lt;br /&gt;
&lt;br /&gt;
Several funded projects use the Project Week as a place to convene and collaborate. These include [http://nac.spl.harvard.edu/ NAC], [http://www.ncigt.org/ NCIGT], [http://qiicr.org/ QIICR], [http://ocairo.technainstitute.com/open-source-software-platforms-and-databases-for-the-adaptive-process/ OCAIRO], and [https://www.ncigt.org/IGTWiki/index.php/Projects/IGTWeb:R25 NCI Funded Image-Guided Fellowship Program]. &lt;br /&gt;
&lt;br /&gt;
A summary of all previous Project Events is available [[Project_Events#Past|here]].&lt;br /&gt;
&lt;br /&gt;
This project week is an event [[Post-NCBC-2014|endorsed]] by the MICCAI society.&lt;br /&gt;
&lt;br /&gt;
The 21st Project Week is being held on conjunction with the [http://www.cars-int.org/ CARS conference].&lt;br /&gt;
&lt;br /&gt;
Please make sure that you are on the [http://public.kitware.com/mailman/listinfo/na-mic-project-week na-mic-project-week mailing list]&lt;br /&gt;
&lt;br /&gt;
=Projects=&lt;br /&gt;
* [[2015_Summer_Project_Week_Template | Template for project pages]]&lt;br /&gt;
&lt;br /&gt;
==Image-Guided Therapy==&lt;br /&gt;
*[[2015 Orthognatic Surgery|Orthognatic Surgery]] (Dženan Zukić, Kitware)&lt;br /&gt;
*[http://www.na-mic.org/Wiki/index.php/2015_pyDBS pyDBS module update to Slicer4.4 (Sara Fernandez-Vidal, Yulong Zhao, Sonia Pujol)]&lt;br /&gt;
*[http://www.na-mic.org/Wiki/index.php/2015_Multi_atlas_based_prostate_segmentation Multi atlas based prostate segmentation] (Paolo Zaffino, Giampaolo Pileggi, Salvatore Scaramuzzino, Peter Behringer, Andrey Fedorov, Maria Francesca Spadea)&lt;br /&gt;
*[[2015_Summer_Project_Week:SlicerIGT|SlicerIGT tutorials for use cases]] (Tamas Ungi)&lt;br /&gt;
*[http://www.na-mic.org/Wiki/index.php/2015_Refinement_Registration_Module Refinement of RegistrationModule] (Peter Behringer, Andrey Fedorov)&lt;br /&gt;
*[http://www.na-mic.org/Wiki/index.php/2015_BRAINSFit_registration_in_SimpleITK BRAINSFit registration in SimpleITK] (Peter Behringer, Andrey Fedorov)&lt;br /&gt;
&lt;br /&gt;
==Feature Based Image Analysis==&lt;br /&gt;
*[[2015_Summer_Project_Week:LungCAD| LungCAD]] (Jayender Jagadeesan)&lt;br /&gt;
*[[2015_Summer_Project_Week:QuantitativeProstate | Texture Analysis for Prostate Imaging]] (Tobias Penzkofer, Jay Jagadeesan, Tina Kapur)&lt;br /&gt;
*[[2015_Summer_Project_Week:BigDataFeatures | Big Data Medical Image Analysis using Local Features]] (Matthew Toews, William Wells, Tina Kapur)&lt;br /&gt;
&lt;br /&gt;
==Astronomy==&lt;br /&gt;
*[[2015_Summer_Project_Week:Astronomy | visualization of HI in galaxies]] (Davide Punzo)&lt;br /&gt;
&lt;br /&gt;
==Infrastructure==&lt;br /&gt;
*[[2015_Summer_Project_Week:DCMTK| Integration and testing of new DCMTK with Slicer]] (Michael Onken, Andrey Fedorov)&lt;br /&gt;
*[[2015_Summer_Project_Week:Python_scripts_from_command_line|Simplify use of python scripts from the command line]] (Andrey Fedorov, Steve Pieper, Robin Weiss, Artem Mamonov)&lt;br /&gt;
*[[2015_Summer_Project_Week:CLIModules_Backgrounding_in_MeVisLab | Running CLI Modules in the background in MeVisLab]] (Hans Meine)&lt;br /&gt;
*[[2015_Summer_Project_Week:CLIModules_Indexing | CLI Modules elasticsearch / kibana dashboard]] (Hans Meine, JC)&lt;br /&gt;
*[[2015_Summer_Project_Week:CTK_Interative_Plugins | CTK plugins / paths towards interoperability with GUI &amp;amp; interaction]] (Hans Meine, ??)&lt;br /&gt;
*[[2015_Summer_Project_Week:BRAINSFit_in_MeVisLab | Interoperability tests with &amp;quot;interesting&amp;quot; CLI modules (BRAINSFit, CIP, UKFTractography?) in MeVisLab (/Frontier)]] (Hans Meine, Steve Pieper)&lt;br /&gt;
*[[2015_Summer_Project_Week:Return_Fiducials_from_CLIs | Return fiducials from CLIs]] (Nicole Aucoin, Jim Miller)&lt;br /&gt;
*[[2015_Summer_Project_Week:Update Checker | Update Checker]] (Frankling King, BWH)&lt;br /&gt;
*[[2015_Summer_Project_Week:Integrated Virtual Reality Viewer | Integrated Virtual Reality Viewer]] (Frankling King, BWH)&lt;br /&gt;
*[[2015_Summer_Project_Week:SegmentationNode| Use new Segmentation node in Editor]] (Andras Lasso, Steve Pieper)&lt;br /&gt;
*[[2015_Summer_Project_Week:IGTSliceletBase| Create base classes for IGT slicelet]] (Andras Lasso, Andrey Fedorov)&lt;br /&gt;
&lt;br /&gt;
==Web / DCMTKJS==&lt;br /&gt;
*[[2015_Summer_Project_Week:Porting Slicer to the web | Porting Slicer to the web]] (Nicolas Rannou)&lt;br /&gt;
&lt;br /&gt;
== '''Registrants''' ==&lt;br /&gt;
&lt;br /&gt;
Please add your name to the list.  This is the registration mechanism for this project week.&lt;br /&gt;
#Tina Kapur, BWH&lt;br /&gt;
#Ron Kikinis, BWH &amp;amp; Fraunhofer&lt;br /&gt;
#Steve Pieper, Isomics&lt;br /&gt;
#Tamas Ungi, Queen's University, Canada&lt;br /&gt;
#Andras Lasso, Queen's University, Canada&lt;br /&gt;
#Paolo Zaffino, ImagEngLab, Magna Graecia University, Italy&lt;br /&gt;
#Salvatore Scaramuzzino, ImagEngLab, Magna Graecia University, Italy&lt;br /&gt;
#Giampaolo Pileggi, ImagEngLab, Magna Graecia University, Italy&lt;br /&gt;
#Hans Meine, Fraunhofer MEVIS, Bremen, Germany&lt;br /&gt;
#Nicole Aucoin, BWH&lt;br /&gt;
#Sonia Pujol, BWH&lt;br /&gt;
#Dženan Zukić, Kitware, Carrboro, NC&lt;br /&gt;
#Jayender Jagadeesan, BWH&lt;br /&gt;
#Guido Gerig, Utah&lt;br /&gt;
#Sandy Wells, BWH&lt;br /&gt;
#Matthew Toews, École de Technologie Supérieure, Montreal, Canada&lt;br /&gt;
#Frank Preiswerk, BWH&lt;br /&gt;
#Junichi Tokuda, BWH&lt;br /&gt;
#Raul San Jose, BWH&lt;br /&gt;
#Jorge Onieva, BWH&lt;br /&gt;
#Yulong Zhao, Université de Rennes&lt;br /&gt;
#Laurent Chauvin, BWH&lt;br /&gt;
#Michael Onken, Open Connections&lt;br /&gt;
#Tobias Penzkofer, Department of Radiology, Charité Berlin, Germany&lt;br /&gt;
#Javier Pascau, Universidad Carlos III de Madrid, Spain&lt;br /&gt;
#Angel Torrado-Carvajal, Universidad Rey Juan Carlos, Madrid, Spain&lt;br /&gt;
#Nobuhiko Hata, BWH&lt;br /&gt;
#Robert H. Owen, BK Medical ApS, Denmark&lt;br /&gt;
#Clare Tempany, BWH&lt;br /&gt;
#Adam Rankin, Robarts&lt;br /&gt;
#Utsav Pardasani, Robarts&lt;br /&gt;
#Marcelo Romero, Facultad de Ingenieria, Universidad Autonoma del Estado de Mexico, Mexico&lt;br /&gt;
#J. Jesus Montufar, Facultad de Ingenieria, Universidad Autonoma del Estado de Mexico, Mexico&lt;br /&gt;
#Davide Punzo, Kapteyn Astronomical Institute, University of Groningen, Netherlands&lt;br /&gt;
#Andrey Fedorov, BWH&lt;br /&gt;
#Nicolas Rannou, BCH&lt;br /&gt;
#Mikael Brudfors, Universidad Carlos III de Madrid, Spain&lt;br /&gt;
#Laura Sanz, Universidad Carlos III de Madrid, Spain&lt;br /&gt;
#Eugenio Marinetto, Universidad Carlos III de Madrid, Spain&lt;br /&gt;
#David García, Universidad Carlos III de Madrid, Spain&lt;br /&gt;
#Franklin King, Queen's University / BWH&lt;br /&gt;
#Jorge García, Universidad Politécnica de Madrid, Spain&lt;br /&gt;
#Peter Behringer, BWH&lt;br /&gt;
#Caroline Essert, University of Strasbourg&lt;/div&gt;</summary>
		<author><name>Raul</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2015_Summer_Project_Week&amp;diff=88967</id>
		<title>2015 Summer Project Week</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2015_Summer_Project_Week&amp;diff=88967"/>
		<updated>2015-03-31T19:54:28Z</updated>

		<summary type="html">&lt;p&gt;Raul: /* Registrants */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
[[image:PW-Summer2015.png|300px]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Logistics==&lt;br /&gt;
&lt;br /&gt;
Location: NH COLLECTION CONSTANZA Hotel, Barcelona&lt;br /&gt;
&lt;br /&gt;
Dates:&lt;br /&gt;
&lt;br /&gt;
*Start: Sunday, June 21st (early evening start with project presentations)&lt;br /&gt;
**3 days of work: Monday June 22, Tuesday June 23, Wednesday June 24&lt;br /&gt;
*Adjourn: Wednesday June 24th at 5pm&lt;br /&gt;
&lt;br /&gt;
Registration Fee: zero.  We will cover the charge for the conference room, while all attendees are responsible for their own hotel rooms as well as food.&lt;br /&gt;
&lt;br /&gt;
== '''Background''' ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Founded in 2005, the National Alliance for Medical Image Computing (NAMIC), was chartered with building a computational infrastructure to support biomedical research as part of the NIH funded [http://www.ncbcs.org/ NCBC] program. The work of this alliance has resulted in important progress in algorithmic research, an open source medical image computing platform [http://www.slicer.org 3D Slicer], built  using [http://www.vtk.org VTK], [http://www.itk.org ITK], [http://www.cmake.org CMake], and [http://www.cdash.org CDash], and the creation of a community of algorithm researchers, biomedical scientists and software engineers who are committed to open science. This community meets twice a year in an event called Project Week. &lt;br /&gt;
&lt;br /&gt;
[[Engineering:Programming_Events|Project Week]] is a semi-annual event which draws 80-120 researchers. As of August 2014, it is a MICCAI endorsed event. The participants work collaboratively on open-science solutions for problems that lie on the interfaces of the fields of computer science, mechanical engineering, biomedical engineering, and medicine. In contrast to conventional conferences and workshops the primary focus of the Project Weeks is to make progress in projects (as opposed to reporting about progress). The objective of the Project Weeks is to provide a venue for this community of medical open source software creators. Project Weeks are open to all, are publicly advertised, and are funded through fees paid by the attendees. Participants are encouraged to stay for the entire event. &lt;br /&gt;
&lt;br /&gt;
Project Week activities: Everyone shows up with a project. Some people are working on the platform. Some people are developing algorithms. Some people are applying the tools to their research problems. We begin the week by introducing projects and connecting teams. We end the week by reporting progress. In addition to the ongoing working sessions, breakout sessions are organized ad-hoc on a variety of special topics. These topics include: discussions of software architecture, presentations of new features and approaches and topics such as Image-Guided Therapy.&lt;br /&gt;
&lt;br /&gt;
Several funded projects use the Project Week as a place to convene and collaborate. These include [http://nac.spl.harvard.edu/ NAC], [http://www.ncigt.org/ NCIGT], [http://qiicr.org/ QIICR], and [http://ocairo.technainstitute.com/open-source-software-platforms-and-databases-for-the-adaptive-process/ OCAIRO]. The next event in this ongoing series will occur in [http://wiki.na-mic.org/Wiki/index.php/2015_Summer_Project_Week Barcelona, Spain] in June 2015.&lt;br /&gt;
&lt;br /&gt;
A summary of all previous Project Events is available [[Project_Events#Past|here]].&lt;br /&gt;
&lt;br /&gt;
This project week is an event [[Post-NCBC-2014|endorsed]] by the MICCAI society.&lt;br /&gt;
&lt;br /&gt;
Please make sure that you are on the [http://public.kitware.com/mailman/listinfo/na-mic-project-week na-mic-project-week mailing list]&lt;br /&gt;
&lt;br /&gt;
=Projects=&lt;br /&gt;
* [[2015_Summer_Project_Week_Template | Template for project pages]]&lt;br /&gt;
&lt;br /&gt;
==Image-Guided Therapy==&lt;br /&gt;
*[[2015 Orthognatic Surgery|Orthognatic Surgery]]&lt;br /&gt;
&lt;br /&gt;
==Huntington's Disease==&lt;br /&gt;
==TBI==&lt;br /&gt;
&lt;br /&gt;
==Stroke==&lt;br /&gt;
&lt;br /&gt;
==Cardiac==&lt;br /&gt;
&lt;br /&gt;
==Chronic Obstructive Pulmonary Disease, Lung, Chest ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==[http://qiicr.org QIICR]==&lt;br /&gt;
&lt;br /&gt;
==Feature Extraction==&lt;br /&gt;
*[[2015_Summer_Project_Week:BigDataFeatures | Big Data Medical Image Analysis using Local Features]] (Matthew Toews, William Wells)&lt;br /&gt;
&lt;br /&gt;
==Additional Brain Image Analysis==&lt;br /&gt;
*[http://www.na-mic.org/Wiki/index.php/2015_pyDBS pyDBS module update to Slicer4.4 (Sara Fernandez-Vidal, Yulong Zhao, Sonia Pujol)]&lt;br /&gt;
&lt;br /&gt;
==Slicer4 Extensions==&lt;br /&gt;
&lt;br /&gt;
==TMJOA RO1 - Collaboration with NAMIC==&lt;br /&gt;
&lt;br /&gt;
==Infrastructure==&lt;br /&gt;
*[[2015_Summer_Project_Week:CLIModules_Backgrounding_in_MeVisLab | Running CLI Modules in the background in MeVisLab]] (Hans Meine)&lt;br /&gt;
*[[2015_Summer_Project_Week:CLIModules_Indexing | CLI Modules elasticsearch / kibana dashboard]] (Hans Meine, JC)&lt;br /&gt;
*[[2015_Summer_Project_Week:CTK_Interative_Plugins | CTK plugins / paths towards interoperability with GUI &amp;amp; interaction]] (Hans Meine, ??)&lt;br /&gt;
*[[2015_Summer_Project_Week:BRAINSFit_in_MeVisLab | Interoperability tests with BRAINSFit in MeVisLab (/Frontier)]] (Hans Meine, Steve Pieper)&lt;br /&gt;
*[[2015_Summer_Project_Week:Return_Fiducials_from_CLIs | Return fiducials from CLIs]] (Nicole Aucoin, Jim Miller)&lt;br /&gt;
&lt;br /&gt;
== '''Logistics''' ==&lt;br /&gt;
&lt;br /&gt;
*'''Dates:''' June 21-24, 2015.&lt;br /&gt;
*'''Location:''' Barcelona, Spain&lt;br /&gt;
*'''REGISTRATION:'''  0&lt;br /&gt;
*'''Registration Fee:''' TBD&lt;br /&gt;
*'''Hotel:''' TBD&lt;br /&gt;
*'''Room sharing''': If interested, add your name to the list:  [[2015_Summer_Project_Week/RoomSharing|here]]&lt;br /&gt;
&lt;br /&gt;
== '''Registrants''' ==&lt;br /&gt;
&lt;br /&gt;
Please add your name to the list.  This is the registration mechanism for this project week.&lt;br /&gt;
&lt;br /&gt;
#Tina Kapur, BWH&lt;br /&gt;
#Ron Kikinis, BWH &amp;amp; Fraunhofer&lt;br /&gt;
#Steve Pieper, Isomics&lt;br /&gt;
#Tamas Ungi (Queen's University, Canada)&lt;br /&gt;
#Andras Lasso, Queen's University, Canada&lt;br /&gt;
#Paolo Zaffino (ImagEngLab, Magna Graecia University, Italy)&lt;br /&gt;
#Salvatore Scaramuzzino (ImagEngLab, Magna Graecia University, Italy)&lt;br /&gt;
#Giampaolo Pileggi (ImagEngLab, Magna Graecia University, Italy)&lt;br /&gt;
#Hans Meine (Fraunhofer MEVIS, Bremen, Germany)&lt;br /&gt;
#Nicole Aucoin (BWH)&lt;br /&gt;
#Sonia Pujol (BWH)&lt;br /&gt;
#Dženan Zukić (Kitware, Carrboro, NC, USA)&lt;br /&gt;
#Jayender Jagadeesan (BWH)&lt;br /&gt;
#Guido Gerig&lt;br /&gt;
#Sandy Wells, BWH&lt;br /&gt;
#Matthew Toews (École de Technologie Supérieure, Montreal, Canada)&lt;br /&gt;
#Frank Preiswerk, BWH&lt;br /&gt;
#Junichi Tokuda, BWH&lt;br /&gt;
#Jonathan Scalera, BWH&lt;br /&gt;
#Raul San Jose, BWH&lt;br /&gt;
#Jorge Onieva, BWH&lt;br /&gt;
#James Ross, BWH&lt;/div&gt;</summary>
		<author><name>Raul</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=Density_Inspector&amp;diff=88627</id>
		<title>Density Inspector</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=Density_Inspector&amp;diff=88627"/>
		<updated>2015-01-09T16:31:52Z</updated>

		<summary type="html">&lt;p&gt;Raul: /* Project Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-2015SLC.png|[[2015_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
Alex Yarmakovich, Raul San Jose, Jorge Onieva (Brigham and Women's Hospital)&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
Clinical investigators require tools to probe data that can help them to frame hypothesis about how pathophysiology affects changes in imaging. Densitometry is one of the primary assessment tools used to evaluate emphysema from CT scans.&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;
* Develop a general-purpose probing tool to compute on-the-fly histogram related measurements over a active ROI.&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 module to compute histogram and histogram measurements on ROIs&lt;br /&gt;
* Explore how to extend the current ROI available shapes&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;
* Discuss specs for the module to be general enough that can be used to the core slicer distribution&lt;br /&gt;
* Future work: Adding spherical ROIs.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Raul</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=Slicer_CIP&amp;diff=88624</id>
		<title>Slicer CIP</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=Slicer_CIP&amp;diff=88624"/>
		<updated>2015-01-09T16:28:57Z</updated>

		<summary type="html">&lt;p&gt;Raul: /* Project Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-2015SLC.png|[[2015_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
Image:SlicerCIPLogo.png| SlicerCIP Logo&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
Alex Yarmakovich, Jorge Onieva, Raul San Jose (Brigham and Women's Hospital)&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
The Chest Imaging Platform (CIP) is a general purpose library for analysis of chest images for the characterization of chronic lung diseases. &lt;br /&gt;
SlicerCIP is the Slicer Extension that interface with CIP and provide access to the CLI toolkit and integrated clinical workflows.&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;
* Integrate SlicerCIP as an Extension&lt;br /&gt;
** Full distribution of CIP and SlicerCIP as an extension&lt;br /&gt;
* Discuss with the Slicer community different requirements of SlicerCIP&lt;br /&gt;
** Update of Teem to the new release.&lt;br /&gt;
** Enhancing Slicer python with new modules.&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;
* Explore SlicerRT distribution model&lt;br /&gt;
* Follow Extension tutorial&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;
* SlicerCIP builds against CIP and Slicer nightly.&lt;br /&gt;
* Create an Extension SuperBuild.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Raul</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2015_Winter_Project_Week&amp;diff=88559</id>
		<title>2015 Winter Project Week</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2015_Winter_Project_Week&amp;diff=88559"/>
		<updated>2015-01-09T08:21:40Z</updated>

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

		<summary type="html">&lt;p&gt;Raul: /* Project Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-2015SLC.png|[[2015_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
Raul San Jose, James Ross (Brigham and Women's Hospital)&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
[http://www.ncbi.nlm.nih.gov/pubmed/19834216 Scale-space particles] are a feature extraction tool that samples an image domain looking for second-order features based on Hessian information in both scale and space. Scale-space particles are implemented in Teem as part of the pull library.&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;
* Create a user-friendly interface to allow feature extraction based on space-scale particles in ROIs. &lt;br /&gt;
* The primary goal is to develop a module that &lt;br /&gt;
** can enable visual parameter exploration for whole image-domain feature extraction&lt;br /&gt;
** can provide interactive features extraction in ROIs  &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;
* Integrate the functionality of the pull library as a VTK class&lt;br /&gt;
* Create a python module that relies on a vtkSlicerLogic class to orchestrate the VTK functionality.&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;
* Integration of latest Teem into [https://github.com/Slicer/teem  Slicer] (Special thanks to Hans Johnson and JC for their help).&lt;br /&gt;
* VTK class is almost complete. The main standing issue it the creation of a stack of blur volumes in memory.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Raul</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=Feature_Extraction_with_Particles&amp;diff=88557</id>
		<title>Feature Extraction with Particles</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=Feature_Extraction_with_Particles&amp;diff=88557"/>
		<updated>2015-01-09T08:18:36Z</updated>

		<summary type="html">&lt;p&gt;Raul: /* Project Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-2015SLC.png|[[2015_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
Raul San Jose, James Ross (Brigham and Women's Hospital)&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
[http://www.ncbi.nlm.nih.gov/pubmed/19834216 Scale-space particles] are a feature extraction tool that samples an image domain looking for second-order features based on Hessian information in both scale and space. Scale-space particles are implemented in Teem as part of the pull library.&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;
* Create a user-friendly interface to allow feature extraction based on space-scale particles in ROIs. &lt;br /&gt;
* The primary goal is to develop a module that &lt;br /&gt;
** can enable visual parameter exploration for whole image-domain feature extraction&lt;br /&gt;
** can provide interactive features extraction in ROIs  &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;
* Integrate the functionality of the pull library as a VTK class&lt;br /&gt;
* Create a python module that relies on a vtkSlicerLogic class to orchestrate the VTK functionality.&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;
* Integration of latest Teem into Slicer (Special thanks to Hans Johnson and JC for their help).&lt;br /&gt;
* VTK class is almost complete. The main standing issue it the creation of a stack of blur volumes in memory.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Raul</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=Nodule_Sizing&amp;diff=88556</id>
		<title>Nodule Sizing</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=Nodule_Sizing&amp;diff=88556"/>
		<updated>2015-01-09T08:13:50Z</updated>

		<summary type="html">&lt;p&gt;Raul: /* Project Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-2015SLC.png|[[2015_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
Raul San Jose&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
* Create a Slicer module for lung nodule sizing&lt;br /&gt;
* Integrate  the [https://public.kitware.com/LesionSizingKit/index.php/Main_Page Lesion Sizing Toolkit] nodule segmentation as part of CIP&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 CLI to integrate LST functionality&lt;br /&gt;
* Create a python module that computes lesion measurements based on nodule segmentation results&lt;br /&gt;
** Use ROI tools to select nodule region&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 LST nodule segmentation tool has been integrated as a CLI into [https://github.com/acil-bwh/ChestImagingPlatform/tree/release/CommandLineTools/GenerateLesionSegmentation CIP]&lt;br /&gt;
[[File:LesionSegmentation.png|300px|thumb|left|Lesion Segmentation]] &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Raul</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=Nodule_Sizing&amp;diff=88555</id>
		<title>Nodule Sizing</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=Nodule_Sizing&amp;diff=88555"/>
		<updated>2015-01-09T08:10:28Z</updated>

		<summary type="html">&lt;p&gt;Raul: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-2015SLC.png|[[2015_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
Raul San Jose&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
* Create a Slicer module for lung nodule sizing&lt;br /&gt;
* Integrate  the [https://public.kitware.com/LesionSizingKit/index.php/Main_Page Lesion Sizing Toolkit] nodule segmentation as part of CIP&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 CLI to integrate LST functionality&lt;br /&gt;
* Create a python module that computes lesion measurements based on nodule segmentation results&lt;br /&gt;
** Use ROI tools to select nodule region&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 LST nodule segmentation tool has been integrated as a CLI into CIP&lt;br /&gt;
[[File:LesionSegmentation.png|200px|thumb|left|Lesion Segmentation]] &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Raul</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=File:LesionSegmentation.png&amp;diff=88554</id>
		<title>File:LesionSegmentation.png</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=File:LesionSegmentation.png&amp;diff=88554"/>
		<updated>2015-01-09T08:07:20Z</updated>

		<summary type="html">&lt;p&gt;Raul: uploaded a new version of &amp;quot;File:LesionSegmentation.png&amp;quot;:&amp;amp;#32;LesiongSegmentationCIP&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Raul</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=Nodule_Sizing&amp;diff=88553</id>
		<title>Nodule Sizing</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=Nodule_Sizing&amp;diff=88553"/>
		<updated>2015-01-09T08:05:55Z</updated>

		<summary type="html">&lt;p&gt;Raul: /* Key Investigators */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-2015SLC.png|[[2015_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
Raul San Jose&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
* Create a Slicer module for lung nodule sizing&lt;br /&gt;
* Integrate  the [https://public.kitware.com/LesionSizingKit/index.php/Main_Page Lesion Sizing Toolkit] nodule segmentation as part of CIP&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 CLI to integrate LST functionality&lt;br /&gt;
* Create a python module that computes lesion measurements based on nodule segmentation results&lt;br /&gt;
** Use ROI tools to select nodule region&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 LST nodule segmentation tool has been integrated as a CLI&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Raul</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2015_Winter_Project_Week_Infrastructure_Breakout&amp;diff=88440</id>
		<title>2015 Winter Project Week Infrastructure Breakout</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2015_Winter_Project_Week_Infrastructure_Breakout&amp;diff=88440"/>
		<updated>2015-01-08T00:54:10Z</updated>

		<summary type="html">&lt;p&gt;Raul: /* Python Modules and Python Slicer */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Updating Teem release ==&lt;br /&gt;
* Hans has merged the changes in Teem1.11.1 branch with his change and resolved a bunch of CMake issues [https://github.com/BRAINSia/teem/tree/20150107_Slicer git]&lt;br /&gt;
* Results are in this [http://cdash.airwayinspector.org/index.php?project=Teem Dashboard]&lt;br /&gt;
* Talk to Gordon to bring those changes into Teem trunk and make a new branch (Teem 1.11.2?)&lt;br /&gt;
&lt;br /&gt;
== Python Modules and Python Slicer ==&lt;br /&gt;
* Can Slicer use a python distribution like [https://store.continuum.io/cshop/anaconda/ Anaconda] instead of building its own python?&lt;br /&gt;
** [http://docs.continuum.io/anaconda/pkg-docs.html Packages supported by Anaconda]&lt;br /&gt;
&lt;br /&gt;
* Discussion&lt;br /&gt;
** We agree that Anaconda is a viable long term solution . Need to test this and package slicer&lt;br /&gt;
&lt;br /&gt;
* Roadmap&lt;br /&gt;
** Build Slicer with miniAnaconda &lt;br /&gt;
*** Set variables in [https://github.com/Slicer/Slicer/blob/f877587c83a7648a442fea17b8f282932bf6b907/SuperBuild/External_python.cmake#L127-L145 External_python] to point to your Anaconda install.&lt;br /&gt;
*** Install numpy, scipy, pygithub… (get from build)&lt;br /&gt;
*** Build with VS13, OSX clang&lt;br /&gt;
** Create packages&lt;br /&gt;
*** make package&lt;br /&gt;
*** Look at install portion of Slicer python to bring anaconda (ExternalPython.cmake)&lt;br /&gt;
*** Test if conda works on the package version of python&lt;br /&gt;
&lt;br /&gt;
== Extension and third party libraries ==&lt;br /&gt;
* Policy to use third party libraries like OpenCV with Extensions. Should they be part of Slicer main dependencies?&lt;/div&gt;</summary>
		<author><name>Raul</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2015_Winter_Project_Week_Infrastructure_Breakout&amp;diff=88439</id>
		<title>2015 Winter Project Week Infrastructure Breakout</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2015_Winter_Project_Week_Infrastructure_Breakout&amp;diff=88439"/>
		<updated>2015-01-07T23:42:17Z</updated>

		<summary type="html">&lt;p&gt;Raul: /* Python Modules and Python Slicer */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Updating Teem release ==&lt;br /&gt;
* Hans has merged the changes in Teem1.11.1 branch with his change and resolved a bunch of CMake issues [https://github.com/BRAINSia/teem/tree/20150107_Slicer git]&lt;br /&gt;
* Results are in this [http://cdash.airwayinspector.org/index.php?project=Teem Dashboard]&lt;br /&gt;
* Talk to Gordon to bring those changes into Teem trunk and make a new branch (Teem 1.11.2?)&lt;br /&gt;
&lt;br /&gt;
== Python Modules and Python Slicer ==&lt;br /&gt;
* Can Slicer use a python distribution like [https://store.continuum.io/cshop/anaconda/ Anaconda] instead of building its own python?&lt;br /&gt;
** [http://docs.continuum.io/anaconda/pkg-docs.html Packages supported by Anaconda]&lt;br /&gt;
&lt;br /&gt;
== Extension and third party libraries ==&lt;br /&gt;
* Policy to use third party libraries like OpenCV with Extensions. Should they be part of Slicer main dependencies?&lt;/div&gt;</summary>
		<author><name>Raul</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2015_Winter_Project_Week_Infrastructure_Breakout&amp;diff=88438</id>
		<title>2015 Winter Project Week Infrastructure Breakout</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2015_Winter_Project_Week_Infrastructure_Breakout&amp;diff=88438"/>
		<updated>2015-01-07T23:40:47Z</updated>

		<summary type="html">&lt;p&gt;Raul: /* Updating Teem release */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Updating Teem release ==&lt;br /&gt;
* Hans has merged the changes in Teem1.11.1 branch with his change and resolved a bunch of CMake issues [https://github.com/BRAINSia/teem/tree/20150107_Slicer git]&lt;br /&gt;
* Results are in this [http://cdash.airwayinspector.org/index.php?project=Teem Dashboard]&lt;br /&gt;
* Talk to Gordon to bring those changes into Teem trunk and make a new branch (Teem 1.11.2?)&lt;br /&gt;
&lt;br /&gt;
== Python Modules and Python Slicer ==&lt;br /&gt;
* Can Slicer move to a python distribution like Anaconda?&lt;br /&gt;
&lt;br /&gt;
== Extension and third party libraries ==&lt;br /&gt;
* Policy to use third party libraries like OpenCV with Extensions. Should they be part of Slicer main dependencies?&lt;/div&gt;</summary>
		<author><name>Raul</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2015_Winter_Project_Week_Infrastructure_Breakout&amp;diff=88435</id>
		<title>2015 Winter Project Week Infrastructure Breakout</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2015_Winter_Project_Week_Infrastructure_Breakout&amp;diff=88435"/>
		<updated>2015-01-07T22:46:32Z</updated>

		<summary type="html">&lt;p&gt;Raul: Created page with '== Updating Teem release == * Hans has merged changes in Teem1.11.1 branch with his change and resolve a bunch of CMake issues * Results are in this [http://cdash.airwayinspector…'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Updating Teem release ==&lt;br /&gt;
* Hans has merged changes in Teem1.11.1 branch with his change and resolve a bunch of CMake issues&lt;br /&gt;
* Results are in this [http://cdash.airwayinspector.org/index.php?project=Teem Dashboard]&lt;br /&gt;
* Talk to Gordon to bring those changes into Teem trunk and make a new branch (Teem 1.11.2?)&lt;br /&gt;
&lt;br /&gt;
== Python Modules and Python Slicer ==&lt;br /&gt;
* Can Slicer move to a python distribution like Anaconda?&lt;br /&gt;
&lt;br /&gt;
== Extension and third party libraries ==&lt;br /&gt;
* Policy to use third party libraries like OpenCV with Extensions. Should they be part of Slicer main dependencies?&lt;/div&gt;</summary>
		<author><name>Raul</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2015_Winter_Project_Week&amp;diff=88414</id>
		<title>2015 Winter Project Week</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2015_Winter_Project_Week&amp;diff=88414"/>
		<updated>2015-01-07T00:00:34Z</updated>

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

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

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

		<summary type="html">&lt;p&gt;Raul: /* Modules Categories */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction==&lt;br /&gt;
Chest Imaging Platform (CIP) and SlicerCIP is a multi year development from the Applied Chest Imaging Laboratory (Brigham and Women's Hospital) for quantitative CT in lung disease, in particular Chronic Obstructive Pulmonary Disease (COPD).&lt;br /&gt;
The main development is currently funded through a NHLBI R01 mechanism as part of the [http://grants.nih.gov/grants/guide/pa-files/PAR-11-028.html Continued Development and Maintenance of Software PA]&lt;br /&gt;
=== Project Goals ===&lt;br /&gt;
* AIM 1: Design and Development of the Chest Imaging Platform (CIP) as a toolkit for lung specific image-based algorithms. &lt;br /&gt;
&lt;br /&gt;
* AIM 2: Integration of CIP components as Slicer 4 plugins for user-driven and workflow-based analysis and validation of emphysema, airway disease and pulmonary vascular disease analysis workflows in our prior study cohorts and the COPDGene cohort.&lt;br /&gt;
&lt;br /&gt;
* AIM 3: Documentation and dissemination of the Chest Imaging Platform within the clinical community.&lt;br /&gt;
&lt;br /&gt;
=== History ===&lt;br /&gt;
* 2006-  [http://www.airwayinspector.org Airway Inspector] (2006- ): Slicer2 module for COPD analysis emphysema and airway disease.&lt;br /&gt;
*  Lung Imaging Platform (Jan 2009 - March 2012): Initial consolidation of our developments for high-throughput image analysis in [https://www.copdgene.org COPDGene].&lt;br /&gt;
* April 2012 - March 2013: First consolidation of LIP into CIP as a stand-alone library.&lt;br /&gt;
* April 2013 - January 2014: Port to github and further consolidation under a private repository.&lt;br /&gt;
* Today: Release 0.0.0  of the [https://github.com/acil-bwh/ChestImagingPlatform Chest Imaging Platform]&lt;br /&gt;
&lt;br /&gt;
=== Brief intro to COPD ===&lt;br /&gt;
&lt;br /&gt;
=== Team ===&lt;br /&gt;
* Raul San Jose&lt;br /&gt;
* James Ross&lt;br /&gt;
* Rola Harmouche&lt;br /&gt;
* Jorge Onieva&lt;br /&gt;
* German Gonzalez&lt;br /&gt;
* Alex Yarmakovich&lt;br /&gt;
&lt;br /&gt;
Collaborators&lt;br /&gt;
* George Washko&lt;br /&gt;
* Alejandro Diaz&lt;br /&gt;
&lt;br /&gt;
== Architecture ==&lt;br /&gt;
[[File:CIPArchitecture.png]]&lt;br /&gt;
&lt;br /&gt;
== Chest Imaging Platform (CIP) ==&lt;br /&gt;
[https://github.com/acil-bwh/ChestImagingPlatform.git Git Repository]&lt;br /&gt;
=== Code Structure ===&lt;br /&gt;
CIP has four main components [http://www.na-mic.org/Wiki/images/0/0b/CipTools.pptx slides]&lt;br /&gt;
*Common: base library&lt;br /&gt;
*Utilities: third party libraries&lt;br /&gt;
*Command Line Tools: Slicer execution model tools&lt;br /&gt;
*cip_python: python library&lt;br /&gt;
&lt;br /&gt;
=== Building CIP ===&lt;br /&gt;
  git clone https://github.com/acil-bwh/ChestImagingPlatform.git&lt;br /&gt;
  mkdir ChestImagingPlatform-build&lt;br /&gt;
  cd ChestImagingPlatoform-build&lt;br /&gt;
  ccmake ../ChestImagingPlatform&lt;br /&gt;
&lt;br /&gt;
=== Components and Data type ===&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/acil-bwh/ChestImagingPlatform/blob/release/Common/cipChestConventions.h CIP conventions]&lt;br /&gt;
&lt;br /&gt;
* Region/Type structure for labelmaps&lt;br /&gt;
&lt;br /&gt;
=== Python and CIP ===&lt;br /&gt;
[https://github.com/acil-bwh/ChestImagingPlatform/tree/release/cip_python cip_python] provides the following functionality:&lt;br /&gt;
* Code base for scale-space particles [https://github.com/acil-bwh/ChestImagingPlatform/tree/release/cip_python/particles]&lt;br /&gt;
* Phenotype computation framework [https://github.com/acil-bwh/ChestImagingPlatform/tree/release/cip_python/phentoypes]&lt;br /&gt;
* Nipype interfaces for CLIS [https://github.com/acil-bwh/ChestImagingPlatform/tree/release/cip_python/nipype] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Command Line Tools ===&lt;br /&gt;
[http://www.na-mic.org/Wiki/images/0/06/BreakoutSession-CIP-CommandLineTools.pptx slides]&lt;br /&gt;
&lt;br /&gt;
== Testing Infrastructure ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.na-mic.org/Wiki/images/3/33/BreakoutSession-CIP-InfrastructureAndTesting.pptx  Slides]&lt;br /&gt;
&lt;br /&gt;
* [http://cdash.airwayinspector.org/index.php?project=CIP Dashboard]&lt;br /&gt;
&lt;br /&gt;
== Slicer CIP ==&lt;br /&gt;
[https://github.com/acil-bwh/SlicerCIP Git Repository]&lt;br /&gt;
&lt;br /&gt;
=== MRML Types ===&lt;br /&gt;
* [https://github.com/acil-bwh/SlicerCIP/tree/master/Loadable/RegionTypeDisplay RegionType]&lt;br /&gt;
* [https://github.com/acil-bwh/SlicerCIP/tree/master/Loadable/ParticlesDisplay Particles]&lt;br /&gt;
&lt;br /&gt;
=== Slicer Module Examples ===&lt;br /&gt;
[http://www.na-mic.org/Wiki/images/5/5c/BreakoutSession-CIP-SlicerModules.pptx slides]&lt;br /&gt;
&lt;br /&gt;
== New Developments: Organ Detection ==&lt;br /&gt;
[http://www.na-mic.org/Wiki/images/5/50/BreakoutSession-CIP-NextDevelopment.pptx slides]&lt;/div&gt;</summary>
		<author><name>Raul</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2015_Winter_Project_Week_COPD_Breakout&amp;diff=88401</id>
		<title>2015 Winter Project Week COPD Breakout</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2015_Winter_Project_Week_COPD_Breakout&amp;diff=88401"/>
		<updated>2015-01-06T17:03:40Z</updated>

		<summary type="html">&lt;p&gt;Raul: /* Modules Categories */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction==&lt;br /&gt;
Chest Imaging Platform (CIP) and SlicerCIP is a multi year development from the Applied Chest Imaging Laboratory (Brigham and Women's Hospital) for quantitative CT in lung disease, in particular Chronic Obstructive Pulmonary Disease (COPD).&lt;br /&gt;
The main development is currently funded through a NHLBI R01 mechanism as part of the [http://grants.nih.gov/grants/guide/pa-files/PAR-11-028.html Continued Development and Maintenance of Software PA]&lt;br /&gt;
=== Project Goals ===&lt;br /&gt;
* AIM 1: Design and Development of the Chest Imaging Platform (CIP) as a toolkit for lung specific image-based algorithms. &lt;br /&gt;
&lt;br /&gt;
* AIM 2: Integration of CIP components as Slicer 4 plugins for user-driven and workflow-based analysis and validation of emphysema, airway disease and pulmonary vascular disease analysis workflows in our prior study cohorts and the COPDGene cohort.&lt;br /&gt;
&lt;br /&gt;
* AIM 3: Documentation and dissemination of the Chest Imaging Platform within the clinical community.&lt;br /&gt;
&lt;br /&gt;
=== History ===&lt;br /&gt;
* 2006-  [http://www.airwayinspector.org Airway Inspector] (2006- ): Slicer2 module for COPD analysis emphysema and airway disease.&lt;br /&gt;
*  Lung Imaging Platform (Jan 2009 - March 2012): Initial consolidation of our developments for high-throughput image analysis in [https://www.copdgene.org COPDGene].&lt;br /&gt;
* April 2012 - March 2013: First consolidation of LIP into CIP as a stand-alone library.&lt;br /&gt;
* April 2013 - January 2014: Port to github and further consolidation under a private repository.&lt;br /&gt;
* Today: Release 0.0.0  of the [https://github.com/acil-bwh/ChestImagingPlatform Chest Imaging Platform]&lt;br /&gt;
&lt;br /&gt;
=== Brief intro to COPD ===&lt;br /&gt;
&lt;br /&gt;
=== Team ===&lt;br /&gt;
* Raul San Jose&lt;br /&gt;
* James Ross&lt;br /&gt;
* Rola Harmouche&lt;br /&gt;
* Jorge Onieva&lt;br /&gt;
* German Gonzalez&lt;br /&gt;
* Alex Yarmakovich&lt;br /&gt;
&lt;br /&gt;
Collaborators&lt;br /&gt;
* George Washko&lt;br /&gt;
* Alejandro Diaz&lt;br /&gt;
&lt;br /&gt;
== Architecture ==&lt;br /&gt;
[[File:CIPArchitecture.png]]&lt;br /&gt;
&lt;br /&gt;
== Chest Imaging Platform (CIP) ==&lt;br /&gt;
[https://github.com/acil-bwh/ChestImagingPlatform.git Git Repository]&lt;br /&gt;
=== Code Structure ===&lt;br /&gt;
CIP has four main components [http://www.na-mic.org/Wiki/images/0/0b/CipTools.pptx slides]&lt;br /&gt;
*Common: base library&lt;br /&gt;
*Utilities: third party libraries&lt;br /&gt;
*Command Line Tools: Slicer execution model tools&lt;br /&gt;
*cip_python: python library&lt;br /&gt;
&lt;br /&gt;
=== Building CIP ===&lt;br /&gt;
  git clone https://github.com/acil-bwh/ChestImagingPlatform.git&lt;br /&gt;
  mkdir ChestImagingPlatform-build&lt;br /&gt;
  cd ChestImagingPlatoform-build&lt;br /&gt;
  ccmake ../ChestImagingPlatform&lt;br /&gt;
&lt;br /&gt;
=== Components and Data type ===&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/acil-bwh/ChestImagingPlatform/blob/release/Common/cipChestConventions.h CIP conventions]&lt;br /&gt;
&lt;br /&gt;
* Region/Type structure for labelmaps&lt;br /&gt;
&lt;br /&gt;
=== Python and CIP ===&lt;br /&gt;
[https://github.com/acil-bwh/ChestImagingPlatform/tree/release/cip_python cip_python] provides the following functionality:&lt;br /&gt;
* Code base for scale-space particles [https://github.com/acil-bwh/ChestImagingPlatform/tree/release/cip_python/particles]&lt;br /&gt;
* Phenotype computation framework [https://github.com/acil-bwh/ChestImagingPlatform/tree/release/cip_python/phentoypes]&lt;br /&gt;
* Nipype interfaces for CLIS [https://github.com/acil-bwh/ChestImagingPlatform/tree/release/cip_python/nipype] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Command Line Tools ===&lt;br /&gt;
[http://www.na-mic.org/Wiki/images/0/06/BreakoutSession-CIP-CommandLineTools.pptx slides]&lt;br /&gt;
&lt;br /&gt;
== Testing Infrastructure ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.na-mic.org/Wiki/images/3/33/BreakoutSession-CIP-InfrastructureAndTesting.pptx  Slides]&lt;br /&gt;
&lt;br /&gt;
* [http://cdash.airwayinspector.org/index.php?project=CIP Dashboard]&lt;br /&gt;
&lt;br /&gt;
== Slicer CIP ==&lt;br /&gt;
[https://github.com/acil-bwh/SlicerCIP Git Repository]&lt;br /&gt;
&lt;br /&gt;
=== MRML Types ===&lt;br /&gt;
* [https://github.com/acil-bwh/SlicerCIP/tree/master/Loadable/RegionTypeDisplay RegionType]&lt;br /&gt;
* [https://github.com/acil-bwh/SlicerCIP/tree/master/Loadable/ParticlesDisplay Particles]&lt;br /&gt;
&lt;br /&gt;
=== Modules Categories ===&lt;br /&gt;
* Toolkit&lt;br /&gt;
* Densitometry&lt;br /&gt;
* Airway Sizing&lt;br /&gt;
* Lesion Sizing&lt;br /&gt;
* PA/A&lt;br /&gt;
* Probing Tools&lt;br /&gt;
* Intervention&lt;br /&gt;
** Trachea stent planning&lt;br /&gt;
** Hilum Planning&lt;br /&gt;
&lt;br /&gt;
=== Slicer Module Examples ===&lt;br /&gt;
[http://www.na-mic.org/Wiki/images/5/5c/BreakoutSession-CIP-SlicerModules.pptx slides]&lt;br /&gt;
&lt;br /&gt;
== New Developments: Organ Detection ==&lt;br /&gt;
[http://www.na-mic.org/Wiki/images/5/50/BreakoutSession-CIP-NextDevelopment.pptx slides]&lt;/div&gt;</summary>
		<author><name>Raul</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2015_Winter_Project_Week_COPD_Breakout&amp;diff=88395</id>
		<title>2015 Winter Project Week COPD Breakout</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2015_Winter_Project_Week_COPD_Breakout&amp;diff=88395"/>
		<updated>2015-01-06T16:23:35Z</updated>

		<summary type="html">&lt;p&gt;Raul: /* Architecture */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction==&lt;br /&gt;
Chest Imaging Platform (CIP) and SlicerCIP is a multi year development from the Applied Chest Imaging Laboratory (Brigham and Women's Hospital) for quantitative CT in lung disease, in particular Chronic Obstructive Pulmonary Disease (COPD).&lt;br /&gt;
The main development is currently funded through a NHLBI R01 mechanism as part of the [http://grants.nih.gov/grants/guide/pa-files/PAR-11-028.html Continued Development and Maintenance of Software PA]&lt;br /&gt;
=== Project Goals ===&lt;br /&gt;
* AIM 1: Design and Development of the Chest Imaging Platform (CIP) as a toolkit for lung specific image-based algorithms. &lt;br /&gt;
&lt;br /&gt;
* AIM 2: Integration of CIP components as Slicer 4 plugins for user-driven and workflow-based analysis and validation of emphysema, airway disease and pulmonary vascular disease analysis workflows in our prior study cohorts and the COPDGene cohort.&lt;br /&gt;
&lt;br /&gt;
* AIM 3: Documentation and dissemination of the Chest Imaging Platform within the clinical community.&lt;br /&gt;
&lt;br /&gt;
=== History ===&lt;br /&gt;
* 2006-  [http://www.airwayinspector.org Airway Inspector] (2006- ): Slicer2 module for COPD analysis emphysema and airway disease.&lt;br /&gt;
*  Lung Imaging Platform (Jan 2009 - March 2012): Initial consolidation of our developments for high-throughput image analysis in [https://www.copdgene.org COPDGene].&lt;br /&gt;
* April 2012 - March 2013: First consolidation of LIP into CIP as a stand-alone library.&lt;br /&gt;
* April 2013 - January 2014: Port to github and further consolidation under a private repository.&lt;br /&gt;
* Today: Release 0.0.0  of the [https://github.com/acil-bwh/ChestImagingPlatform Chest Imaging Platform]&lt;br /&gt;
&lt;br /&gt;
=== Brief intro to COPD ===&lt;br /&gt;
&lt;br /&gt;
=== Team ===&lt;br /&gt;
* Raul San Jose&lt;br /&gt;
* James Ross&lt;br /&gt;
* Rola Harmouche&lt;br /&gt;
* Jorge Onieva&lt;br /&gt;
* German Gonzalez&lt;br /&gt;
* Alex Yarmakovich&lt;br /&gt;
&lt;br /&gt;
Collaborators&lt;br /&gt;
* George Washko&lt;br /&gt;
* Alejandro Diaz&lt;br /&gt;
&lt;br /&gt;
== Architecture ==&lt;br /&gt;
[[File:CIPArchitecture.png]]&lt;br /&gt;
&lt;br /&gt;
== Chest Imaging Platform (CIP) ==&lt;br /&gt;
[https://github.com/acil-bwh/ChestImagingPlatform.git Git Repository]&lt;br /&gt;
=== Code Structure ===&lt;br /&gt;
CIP has four main components&lt;br /&gt;
*Common: base library&lt;br /&gt;
*Utilities: third party libraries&lt;br /&gt;
*Command Line Tools: Slicer execution model tools&lt;br /&gt;
*cip_python: python library&lt;br /&gt;
&lt;br /&gt;
=== Building CIP ===&lt;br /&gt;
  git clone https://github.com/acil-bwh/ChestImagingPlatform.git&lt;br /&gt;
  mkdir ChestImagingPlatform-build&lt;br /&gt;
  cd ChestImagingPlatoform-build&lt;br /&gt;
  ccmake ../ChestImagingPlatform&lt;br /&gt;
&lt;br /&gt;
=== Components and Data type ===&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/acil-bwh/ChestImagingPlatform/blob/release/Common/cipChestConventions.h CIP conventions]&lt;br /&gt;
&lt;br /&gt;
* Region/Type structure for labelmaps&lt;br /&gt;
&lt;br /&gt;
=== Python and CIP ===&lt;br /&gt;
[https://github.com/acil-bwh/ChestImagingPlatform/tree/release/cip_python cip_python] provides the following functionality:&lt;br /&gt;
* Code base for scale-space particles [https://github.com/acil-bwh/ChestImagingPlatform/tree/release/cip_python/particles]&lt;br /&gt;
* Phenotype computation framework [https://github.com/acil-bwh/ChestImagingPlatform/tree/release/cip_python/phentoypes]&lt;br /&gt;
* Nipype interfaces for CLIS [https://github.com/acil-bwh/ChestImagingPlatform/tree/release/cip_python/nipype] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Command Line Tools ===&lt;br /&gt;
[http://www.na-mic.org/Wiki/images/0/06/BreakoutSession-CIP-CommandLineTools.pptx slides]&lt;br /&gt;
&lt;br /&gt;
== Testing Infrastructure ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.na-mic.org/Wiki/images/3/33/BreakoutSession-CIP-InfrastructureAndTesting.pptx  Slides]&lt;br /&gt;
&lt;br /&gt;
* [http://cdash.airwayinspector.org/index.php?project=CIP Dashboard]&lt;br /&gt;
&lt;br /&gt;
== Slicer CIP ==&lt;br /&gt;
[https://github.com/acil-bwh/SlicerCIP Git Repository]&lt;br /&gt;
&lt;br /&gt;
=== MRML Types ===&lt;br /&gt;
* [https://github.com/acil-bwh/SlicerCIP/tree/master/Loadable/RegionTypeDisplay RegionType]&lt;br /&gt;
* [https://github.com/acil-bwh/SlicerCIP/tree/master/Loadable/ParticlesDisplay Particles]&lt;br /&gt;
&lt;br /&gt;
=== Modules Categories ===&lt;br /&gt;
&lt;br /&gt;
=== Slicer Module Examples ===&lt;br /&gt;
[http://www.na-mic.org/Wiki/images/5/5c/BreakoutSession-CIP-SlicerModules.pptx slides]&lt;br /&gt;
&lt;br /&gt;
== New Developments: Organ Detection ==&lt;br /&gt;
[http://www.na-mic.org/Wiki/images/5/50/BreakoutSession-CIP-NextDevelopment.pptx slides]&lt;/div&gt;</summary>
		<author><name>Raul</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2015_Winter_Project_Week_COPD_Breakout&amp;diff=88394</id>
		<title>2015 Winter Project Week COPD Breakout</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2015_Winter_Project_Week_COPD_Breakout&amp;diff=88394"/>
		<updated>2015-01-06T16:23:21Z</updated>

		<summary type="html">&lt;p&gt;Raul: /* Architecture */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction==&lt;br /&gt;
Chest Imaging Platform (CIP) and SlicerCIP is a multi year development from the Applied Chest Imaging Laboratory (Brigham and Women's Hospital) for quantitative CT in lung disease, in particular Chronic Obstructive Pulmonary Disease (COPD).&lt;br /&gt;
The main development is currently funded through a NHLBI R01 mechanism as part of the [http://grants.nih.gov/grants/guide/pa-files/PAR-11-028.html Continued Development and Maintenance of Software PA]&lt;br /&gt;
=== Project Goals ===&lt;br /&gt;
* AIM 1: Design and Development of the Chest Imaging Platform (CIP) as a toolkit for lung specific image-based algorithms. &lt;br /&gt;
&lt;br /&gt;
* AIM 2: Integration of CIP components as Slicer 4 plugins for user-driven and workflow-based analysis and validation of emphysema, airway disease and pulmonary vascular disease analysis workflows in our prior study cohorts and the COPDGene cohort.&lt;br /&gt;
&lt;br /&gt;
* AIM 3: Documentation and dissemination of the Chest Imaging Platform within the clinical community.&lt;br /&gt;
&lt;br /&gt;
=== History ===&lt;br /&gt;
* 2006-  [http://www.airwayinspector.org Airway Inspector] (2006- ): Slicer2 module for COPD analysis emphysema and airway disease.&lt;br /&gt;
*  Lung Imaging Platform (Jan 2009 - March 2012): Initial consolidation of our developments for high-throughput image analysis in [https://www.copdgene.org COPDGene].&lt;br /&gt;
* April 2012 - March 2013: First consolidation of LIP into CIP as a stand-alone library.&lt;br /&gt;
* April 2013 - January 2014: Port to github and further consolidation under a private repository.&lt;br /&gt;
* Today: Release 0.0.0  of the [https://github.com/acil-bwh/ChestImagingPlatform Chest Imaging Platform]&lt;br /&gt;
&lt;br /&gt;
=== Brief intro to COPD ===&lt;br /&gt;
&lt;br /&gt;
=== Team ===&lt;br /&gt;
* Raul San Jose&lt;br /&gt;
* James Ross&lt;br /&gt;
* Rola Harmouche&lt;br /&gt;
* Jorge Onieva&lt;br /&gt;
* German Gonzalez&lt;br /&gt;
* Alex Yarmakovich&lt;br /&gt;
&lt;br /&gt;
Collaborators&lt;br /&gt;
* George Washko&lt;br /&gt;
* Alejandro Diaz&lt;br /&gt;
&lt;br /&gt;
== Architecture ==&lt;br /&gt;
[ [Image:CIPArchitecture.png]]&lt;br /&gt;
&lt;br /&gt;
== Chest Imaging Platform (CIP) ==&lt;br /&gt;
[https://github.com/acil-bwh/ChestImagingPlatform.git Git Repository]&lt;br /&gt;
=== Code Structure ===&lt;br /&gt;
CIP has four main components&lt;br /&gt;
*Common: base library&lt;br /&gt;
*Utilities: third party libraries&lt;br /&gt;
*Command Line Tools: Slicer execution model tools&lt;br /&gt;
*cip_python: python library&lt;br /&gt;
&lt;br /&gt;
=== Building CIP ===&lt;br /&gt;
  git clone https://github.com/acil-bwh/ChestImagingPlatform.git&lt;br /&gt;
  mkdir ChestImagingPlatform-build&lt;br /&gt;
  cd ChestImagingPlatoform-build&lt;br /&gt;
  ccmake ../ChestImagingPlatform&lt;br /&gt;
&lt;br /&gt;
=== Components and Data type ===&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/acil-bwh/ChestImagingPlatform/blob/release/Common/cipChestConventions.h CIP conventions]&lt;br /&gt;
&lt;br /&gt;
* Region/Type structure for labelmaps&lt;br /&gt;
&lt;br /&gt;
=== Python and CIP ===&lt;br /&gt;
[https://github.com/acil-bwh/ChestImagingPlatform/tree/release/cip_python cip_python] provides the following functionality:&lt;br /&gt;
* Code base for scale-space particles [https://github.com/acil-bwh/ChestImagingPlatform/tree/release/cip_python/particles]&lt;br /&gt;
* Phenotype computation framework [https://github.com/acil-bwh/ChestImagingPlatform/tree/release/cip_python/phentoypes]&lt;br /&gt;
* Nipype interfaces for CLIS [https://github.com/acil-bwh/ChestImagingPlatform/tree/release/cip_python/nipype] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Command Line Tools ===&lt;br /&gt;
[http://www.na-mic.org/Wiki/images/0/06/BreakoutSession-CIP-CommandLineTools.pptx slides]&lt;br /&gt;
&lt;br /&gt;
== Testing Infrastructure ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.na-mic.org/Wiki/images/3/33/BreakoutSession-CIP-InfrastructureAndTesting.pptx  Slides]&lt;br /&gt;
&lt;br /&gt;
* [http://cdash.airwayinspector.org/index.php?project=CIP Dashboard]&lt;br /&gt;
&lt;br /&gt;
== Slicer CIP ==&lt;br /&gt;
[https://github.com/acil-bwh/SlicerCIP Git Repository]&lt;br /&gt;
&lt;br /&gt;
=== MRML Types ===&lt;br /&gt;
* [https://github.com/acil-bwh/SlicerCIP/tree/master/Loadable/RegionTypeDisplay RegionType]&lt;br /&gt;
* [https://github.com/acil-bwh/SlicerCIP/tree/master/Loadable/ParticlesDisplay Particles]&lt;br /&gt;
&lt;br /&gt;
=== Modules Categories ===&lt;br /&gt;
&lt;br /&gt;
=== Slicer Module Examples ===&lt;br /&gt;
[http://www.na-mic.org/Wiki/images/5/5c/BreakoutSession-CIP-SlicerModules.pptx slides]&lt;br /&gt;
&lt;br /&gt;
== New Developments: Organ Detection ==&lt;br /&gt;
[http://www.na-mic.org/Wiki/images/5/50/BreakoutSession-CIP-NextDevelopment.pptx slides]&lt;/div&gt;</summary>
		<author><name>Raul</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2015_Winter_Project_Week_COPD_Breakout&amp;diff=88393</id>
		<title>2015 Winter Project Week COPD Breakout</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2015_Winter_Project_Week_COPD_Breakout&amp;diff=88393"/>
		<updated>2015-01-06T16:22:56Z</updated>

		<summary type="html">&lt;p&gt;Raul: /* Architecture */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction==&lt;br /&gt;
Chest Imaging Platform (CIP) and SlicerCIP is a multi year development from the Applied Chest Imaging Laboratory (Brigham and Women's Hospital) for quantitative CT in lung disease, in particular Chronic Obstructive Pulmonary Disease (COPD).&lt;br /&gt;
The main development is currently funded through a NHLBI R01 mechanism as part of the [http://grants.nih.gov/grants/guide/pa-files/PAR-11-028.html Continued Development and Maintenance of Software PA]&lt;br /&gt;
=== Project Goals ===&lt;br /&gt;
* AIM 1: Design and Development of the Chest Imaging Platform (CIP) as a toolkit for lung specific image-based algorithms. &lt;br /&gt;
&lt;br /&gt;
* AIM 2: Integration of CIP components as Slicer 4 plugins for user-driven and workflow-based analysis and validation of emphysema, airway disease and pulmonary vascular disease analysis workflows in our prior study cohorts and the COPDGene cohort.&lt;br /&gt;
&lt;br /&gt;
* AIM 3: Documentation and dissemination of the Chest Imaging Platform within the clinical community.&lt;br /&gt;
&lt;br /&gt;
=== History ===&lt;br /&gt;
* 2006-  [http://www.airwayinspector.org Airway Inspector] (2006- ): Slicer2 module for COPD analysis emphysema and airway disease.&lt;br /&gt;
*  Lung Imaging Platform (Jan 2009 - March 2012): Initial consolidation of our developments for high-throughput image analysis in [https://www.copdgene.org COPDGene].&lt;br /&gt;
* April 2012 - March 2013: First consolidation of LIP into CIP as a stand-alone library.&lt;br /&gt;
* April 2013 - January 2014: Port to github and further consolidation under a private repository.&lt;br /&gt;
* Today: Release 0.0.0  of the [https://github.com/acil-bwh/ChestImagingPlatform Chest Imaging Platform]&lt;br /&gt;
&lt;br /&gt;
=== Brief intro to COPD ===&lt;br /&gt;
&lt;br /&gt;
=== Team ===&lt;br /&gt;
* Raul San Jose&lt;br /&gt;
* James Ross&lt;br /&gt;
* Rola Harmouche&lt;br /&gt;
* Jorge Onieva&lt;br /&gt;
* German Gonzalez&lt;br /&gt;
* Alex Yarmakovich&lt;br /&gt;
&lt;br /&gt;
Collaborators&lt;br /&gt;
* George Washko&lt;br /&gt;
* Alejandro Diaz&lt;br /&gt;
&lt;br /&gt;
== Architecture ==&lt;br /&gt;
 [Image:CIPArchitecture.png]&lt;br /&gt;
&lt;br /&gt;
== Chest Imaging Platform (CIP) ==&lt;br /&gt;
[https://github.com/acil-bwh/ChestImagingPlatform.git Git Repository]&lt;br /&gt;
=== Code Structure ===&lt;br /&gt;
CIP has four main components&lt;br /&gt;
*Common: base library&lt;br /&gt;
*Utilities: third party libraries&lt;br /&gt;
*Command Line Tools: Slicer execution model tools&lt;br /&gt;
*cip_python: python library&lt;br /&gt;
&lt;br /&gt;
=== Building CIP ===&lt;br /&gt;
  git clone https://github.com/acil-bwh/ChestImagingPlatform.git&lt;br /&gt;
  mkdir ChestImagingPlatform-build&lt;br /&gt;
  cd ChestImagingPlatoform-build&lt;br /&gt;
  ccmake ../ChestImagingPlatform&lt;br /&gt;
&lt;br /&gt;
=== Components and Data type ===&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/acil-bwh/ChestImagingPlatform/blob/release/Common/cipChestConventions.h CIP conventions]&lt;br /&gt;
&lt;br /&gt;
* Region/Type structure for labelmaps&lt;br /&gt;
&lt;br /&gt;
=== Python and CIP ===&lt;br /&gt;
[https://github.com/acil-bwh/ChestImagingPlatform/tree/release/cip_python cip_python] provides the following functionality:&lt;br /&gt;
* Code base for scale-space particles [https://github.com/acil-bwh/ChestImagingPlatform/tree/release/cip_python/particles]&lt;br /&gt;
* Phenotype computation framework [https://github.com/acil-bwh/ChestImagingPlatform/tree/release/cip_python/phentoypes]&lt;br /&gt;
* Nipype interfaces for CLIS [https://github.com/acil-bwh/ChestImagingPlatform/tree/release/cip_python/nipype] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Command Line Tools ===&lt;br /&gt;
[http://www.na-mic.org/Wiki/images/0/06/BreakoutSession-CIP-CommandLineTools.pptx slides]&lt;br /&gt;
&lt;br /&gt;
== Testing Infrastructure ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.na-mic.org/Wiki/images/3/33/BreakoutSession-CIP-InfrastructureAndTesting.pptx  Slides]&lt;br /&gt;
&lt;br /&gt;
* [http://cdash.airwayinspector.org/index.php?project=CIP Dashboard]&lt;br /&gt;
&lt;br /&gt;
== Slicer CIP ==&lt;br /&gt;
[https://github.com/acil-bwh/SlicerCIP Git Repository]&lt;br /&gt;
&lt;br /&gt;
=== MRML Types ===&lt;br /&gt;
* [https://github.com/acil-bwh/SlicerCIP/tree/master/Loadable/RegionTypeDisplay RegionType]&lt;br /&gt;
* [https://github.com/acil-bwh/SlicerCIP/tree/master/Loadable/ParticlesDisplay Particles]&lt;br /&gt;
&lt;br /&gt;
=== Modules Categories ===&lt;br /&gt;
&lt;br /&gt;
=== Slicer Module Examples ===&lt;br /&gt;
[http://www.na-mic.org/Wiki/images/5/5c/BreakoutSession-CIP-SlicerModules.pptx slides]&lt;br /&gt;
&lt;br /&gt;
== New Developments: Organ Detection ==&lt;br /&gt;
[http://www.na-mic.org/Wiki/images/5/50/BreakoutSession-CIP-NextDevelopment.pptx slides]&lt;/div&gt;</summary>
		<author><name>Raul</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2015_Winter_Project_Week_COPD_Breakout&amp;diff=88392</id>
		<title>2015 Winter Project Week COPD Breakout</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2015_Winter_Project_Week_COPD_Breakout&amp;diff=88392"/>
		<updated>2015-01-06T16:22:44Z</updated>

		<summary type="html">&lt;p&gt;Raul: /* Architecture */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction==&lt;br /&gt;
Chest Imaging Platform (CIP) and SlicerCIP is a multi year development from the Applied Chest Imaging Laboratory (Brigham and Women's Hospital) for quantitative CT in lung disease, in particular Chronic Obstructive Pulmonary Disease (COPD).&lt;br /&gt;
The main development is currently funded through a NHLBI R01 mechanism as part of the [http://grants.nih.gov/grants/guide/pa-files/PAR-11-028.html Continued Development and Maintenance of Software PA]&lt;br /&gt;
=== Project Goals ===&lt;br /&gt;
* AIM 1: Design and Development of the Chest Imaging Platform (CIP) as a toolkit for lung specific image-based algorithms. &lt;br /&gt;
&lt;br /&gt;
* AIM 2: Integration of CIP components as Slicer 4 plugins for user-driven and workflow-based analysis and validation of emphysema, airway disease and pulmonary vascular disease analysis workflows in our prior study cohorts and the COPDGene cohort.&lt;br /&gt;
&lt;br /&gt;
* AIM 3: Documentation and dissemination of the Chest Imaging Platform within the clinical community.&lt;br /&gt;
&lt;br /&gt;
=== History ===&lt;br /&gt;
* 2006-  [http://www.airwayinspector.org Airway Inspector] (2006- ): Slicer2 module for COPD analysis emphysema and airway disease.&lt;br /&gt;
*  Lung Imaging Platform (Jan 2009 - March 2012): Initial consolidation of our developments for high-throughput image analysis in [https://www.copdgene.org COPDGene].&lt;br /&gt;
* April 2012 - March 2013: First consolidation of LIP into CIP as a stand-alone library.&lt;br /&gt;
* April 2013 - January 2014: Port to github and further consolidation under a private repository.&lt;br /&gt;
* Today: Release 0.0.0  of the [https://github.com/acil-bwh/ChestImagingPlatform Chest Imaging Platform]&lt;br /&gt;
&lt;br /&gt;
=== Brief intro to COPD ===&lt;br /&gt;
&lt;br /&gt;
=== Team ===&lt;br /&gt;
* Raul San Jose&lt;br /&gt;
* James Ross&lt;br /&gt;
* Rola Harmouche&lt;br /&gt;
* Jorge Onieva&lt;br /&gt;
* German Gonzalez&lt;br /&gt;
* Alex Yarmakovich&lt;br /&gt;
&lt;br /&gt;
Collaborators&lt;br /&gt;
* George Washko&lt;br /&gt;
* Alejandro Diaz&lt;br /&gt;
&lt;br /&gt;
== Architecture ==&lt;br /&gt;
 [File:CIPArchitecture.png]&lt;br /&gt;
&lt;br /&gt;
== Chest Imaging Platform (CIP) ==&lt;br /&gt;
[https://github.com/acil-bwh/ChestImagingPlatform.git Git Repository]&lt;br /&gt;
=== Code Structure ===&lt;br /&gt;
CIP has four main components&lt;br /&gt;
*Common: base library&lt;br /&gt;
*Utilities: third party libraries&lt;br /&gt;
*Command Line Tools: Slicer execution model tools&lt;br /&gt;
*cip_python: python library&lt;br /&gt;
&lt;br /&gt;
=== Building CIP ===&lt;br /&gt;
  git clone https://github.com/acil-bwh/ChestImagingPlatform.git&lt;br /&gt;
  mkdir ChestImagingPlatform-build&lt;br /&gt;
  cd ChestImagingPlatoform-build&lt;br /&gt;
  ccmake ../ChestImagingPlatform&lt;br /&gt;
&lt;br /&gt;
=== Components and Data type ===&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/acil-bwh/ChestImagingPlatform/blob/release/Common/cipChestConventions.h CIP conventions]&lt;br /&gt;
&lt;br /&gt;
* Region/Type structure for labelmaps&lt;br /&gt;
&lt;br /&gt;
=== Python and CIP ===&lt;br /&gt;
[https://github.com/acil-bwh/ChestImagingPlatform/tree/release/cip_python cip_python] provides the following functionality:&lt;br /&gt;
* Code base for scale-space particles [https://github.com/acil-bwh/ChestImagingPlatform/tree/release/cip_python/particles]&lt;br /&gt;
* Phenotype computation framework [https://github.com/acil-bwh/ChestImagingPlatform/tree/release/cip_python/phentoypes]&lt;br /&gt;
* Nipype interfaces for CLIS [https://github.com/acil-bwh/ChestImagingPlatform/tree/release/cip_python/nipype] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Command Line Tools ===&lt;br /&gt;
[http://www.na-mic.org/Wiki/images/0/06/BreakoutSession-CIP-CommandLineTools.pptx slides]&lt;br /&gt;
&lt;br /&gt;
== Testing Infrastructure ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.na-mic.org/Wiki/images/3/33/BreakoutSession-CIP-InfrastructureAndTesting.pptx  Slides]&lt;br /&gt;
&lt;br /&gt;
* [http://cdash.airwayinspector.org/index.php?project=CIP Dashboard]&lt;br /&gt;
&lt;br /&gt;
== Slicer CIP ==&lt;br /&gt;
[https://github.com/acil-bwh/SlicerCIP Git Repository]&lt;br /&gt;
&lt;br /&gt;
=== MRML Types ===&lt;br /&gt;
* [https://github.com/acil-bwh/SlicerCIP/tree/master/Loadable/RegionTypeDisplay RegionType]&lt;br /&gt;
* [https://github.com/acil-bwh/SlicerCIP/tree/master/Loadable/ParticlesDisplay Particles]&lt;br /&gt;
&lt;br /&gt;
=== Modules Categories ===&lt;br /&gt;
&lt;br /&gt;
=== Slicer Module Examples ===&lt;br /&gt;
[http://www.na-mic.org/Wiki/images/5/5c/BreakoutSession-CIP-SlicerModules.pptx slides]&lt;br /&gt;
&lt;br /&gt;
== New Developments: Organ Detection ==&lt;br /&gt;
[http://www.na-mic.org/Wiki/images/5/50/BreakoutSession-CIP-NextDevelopment.pptx slides]&lt;/div&gt;</summary>
		<author><name>Raul</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=File:CIPArchitecture.png&amp;diff=88391</id>
		<title>File:CIPArchitecture.png</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=File:CIPArchitecture.png&amp;diff=88391"/>
		<updated>2015-01-06T16:22:04Z</updated>

		<summary type="html">&lt;p&gt;Raul: uploaded a new version of &amp;quot;File:CIPArchitecture.png&amp;quot;:&amp;amp;#32;CIPArchitecture&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Raul</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2015_Winter_Project_Week_COPD_Breakout&amp;diff=88390</id>
		<title>2015 Winter Project Week COPD Breakout</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2015_Winter_Project_Week_COPD_Breakout&amp;diff=88390"/>
		<updated>2015-01-06T16:20:24Z</updated>

		<summary type="html">&lt;p&gt;Raul: /* Team */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction==&lt;br /&gt;
Chest Imaging Platform (CIP) and SlicerCIP is a multi year development from the Applied Chest Imaging Laboratory (Brigham and Women's Hospital) for quantitative CT in lung disease, in particular Chronic Obstructive Pulmonary Disease (COPD).&lt;br /&gt;
The main development is currently funded through a NHLBI R01 mechanism as part of the [http://grants.nih.gov/grants/guide/pa-files/PAR-11-028.html Continued Development and Maintenance of Software PA]&lt;br /&gt;
=== Project Goals ===&lt;br /&gt;
* AIM 1: Design and Development of the Chest Imaging Platform (CIP) as a toolkit for lung specific image-based algorithms. &lt;br /&gt;
&lt;br /&gt;
* AIM 2: Integration of CIP components as Slicer 4 plugins for user-driven and workflow-based analysis and validation of emphysema, airway disease and pulmonary vascular disease analysis workflows in our prior study cohorts and the COPDGene cohort.&lt;br /&gt;
&lt;br /&gt;
* AIM 3: Documentation and dissemination of the Chest Imaging Platform within the clinical community.&lt;br /&gt;
&lt;br /&gt;
=== History ===&lt;br /&gt;
* 2006-  [http://www.airwayinspector.org Airway Inspector] (2006- ): Slicer2 module for COPD analysis emphysema and airway disease.&lt;br /&gt;
*  Lung Imaging Platform (Jan 2009 - March 2012): Initial consolidation of our developments for high-throughput image analysis in [https://www.copdgene.org COPDGene].&lt;br /&gt;
* April 2012 - March 2013: First consolidation of LIP into CIP as a stand-alone library.&lt;br /&gt;
* April 2013 - January 2014: Port to github and further consolidation under a private repository.&lt;br /&gt;
* Today: Release 0.0.0  of the [https://github.com/acil-bwh/ChestImagingPlatform Chest Imaging Platform]&lt;br /&gt;
&lt;br /&gt;
=== Brief intro to COPD ===&lt;br /&gt;
&lt;br /&gt;
=== Team ===&lt;br /&gt;
* Raul San Jose&lt;br /&gt;
* James Ross&lt;br /&gt;
* Rola Harmouche&lt;br /&gt;
* Jorge Onieva&lt;br /&gt;
* German Gonzalez&lt;br /&gt;
* Alex Yarmakovich&lt;br /&gt;
&lt;br /&gt;
Collaborators&lt;br /&gt;
* George Washko&lt;br /&gt;
* Alejandro Diaz&lt;br /&gt;
&lt;br /&gt;
== Architecture ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Chest Imaging Platform (CIP) ==&lt;br /&gt;
[https://github.com/acil-bwh/ChestImagingPlatform.git Git Repository]&lt;br /&gt;
=== Code Structure ===&lt;br /&gt;
CIP has four main components&lt;br /&gt;
*Common: base library&lt;br /&gt;
*Utilities: third party libraries&lt;br /&gt;
*Command Line Tools: Slicer execution model tools&lt;br /&gt;
*cip_python: python library&lt;br /&gt;
&lt;br /&gt;
=== Building CIP ===&lt;br /&gt;
  git clone https://github.com/acil-bwh/ChestImagingPlatform.git&lt;br /&gt;
  mkdir ChestImagingPlatform-build&lt;br /&gt;
  cd ChestImagingPlatoform-build&lt;br /&gt;
  ccmake ../ChestImagingPlatform&lt;br /&gt;
&lt;br /&gt;
=== Components and Data type ===&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/acil-bwh/ChestImagingPlatform/blob/release/Common/cipChestConventions.h CIP conventions]&lt;br /&gt;
&lt;br /&gt;
* Region/Type structure for labelmaps&lt;br /&gt;
&lt;br /&gt;
=== Python and CIP ===&lt;br /&gt;
[https://github.com/acil-bwh/ChestImagingPlatform/tree/release/cip_python cip_python] provides the following functionality:&lt;br /&gt;
* Code base for scale-space particles [https://github.com/acil-bwh/ChestImagingPlatform/tree/release/cip_python/particles]&lt;br /&gt;
* Phenotype computation framework [https://github.com/acil-bwh/ChestImagingPlatform/tree/release/cip_python/phentoypes]&lt;br /&gt;
* Nipype interfaces for CLIS [https://github.com/acil-bwh/ChestImagingPlatform/tree/release/cip_python/nipype] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Command Line Tools ===&lt;br /&gt;
[http://www.na-mic.org/Wiki/images/0/06/BreakoutSession-CIP-CommandLineTools.pptx slides]&lt;br /&gt;
&lt;br /&gt;
== Testing Infrastructure ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.na-mic.org/Wiki/images/3/33/BreakoutSession-CIP-InfrastructureAndTesting.pptx  Slides]&lt;br /&gt;
&lt;br /&gt;
* [http://cdash.airwayinspector.org/index.php?project=CIP Dashboard]&lt;br /&gt;
&lt;br /&gt;
== Slicer CIP ==&lt;br /&gt;
[https://github.com/acil-bwh/SlicerCIP Git Repository]&lt;br /&gt;
&lt;br /&gt;
=== MRML Types ===&lt;br /&gt;
* [https://github.com/acil-bwh/SlicerCIP/tree/master/Loadable/RegionTypeDisplay RegionType]&lt;br /&gt;
* [https://github.com/acil-bwh/SlicerCIP/tree/master/Loadable/ParticlesDisplay Particles]&lt;br /&gt;
&lt;br /&gt;
=== Modules Categories ===&lt;br /&gt;
&lt;br /&gt;
=== Slicer Module Examples ===&lt;br /&gt;
[http://www.na-mic.org/Wiki/images/5/5c/BreakoutSession-CIP-SlicerModules.pptx slides]&lt;br /&gt;
&lt;br /&gt;
== New Developments: Organ Detection ==&lt;br /&gt;
[http://www.na-mic.org/Wiki/images/5/50/BreakoutSession-CIP-NextDevelopment.pptx slides]&lt;/div&gt;</summary>
		<author><name>Raul</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2015_Winter_Project_Week_COPD_Breakout&amp;diff=88385</id>
		<title>2015 Winter Project Week COPD Breakout</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2015_Winter_Project_Week_COPD_Breakout&amp;diff=88385"/>
		<updated>2015-01-06T10:41:13Z</updated>

		<summary type="html">&lt;p&gt;Raul: /* History */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction==&lt;br /&gt;
Chest Imaging Platform (CIP) and SlicerCIP is a multi year development from the Applied Chest Imaging Laboratory (Brigham and Women's Hospital) for quantitative CT in lung disease, in particular Chronic Obstructive Pulmonary Disease (COPD).&lt;br /&gt;
The main development is currently funded through a NHLBI R01 mechanism as part of the [http://grants.nih.gov/grants/guide/pa-files/PAR-11-028.html Continued Development and Maintenance of Software PA]&lt;br /&gt;
=== Project Goals ===&lt;br /&gt;
* AIM 1: Design and Development of the Chest Imaging Platform (CIP) as a toolkit for lung specific image-based algorithms. &lt;br /&gt;
&lt;br /&gt;
* AIM 2: Integration of CIP components as Slicer 4 plugins for user-driven and workflow-based analysis and validation of emphysema, airway disease and pulmonary vascular disease analysis workflows in our prior study cohorts and the COPDGene cohort.&lt;br /&gt;
&lt;br /&gt;
* AIM 3: Documentation and dissemination of the Chest Imaging Platform within the clinical community.&lt;br /&gt;
&lt;br /&gt;
=== History ===&lt;br /&gt;
* 2006-  [http://www.airwayinspector.org Airway Inspector] (2006- ): Slicer2 module for COPD analysis emphysema and airway disease.&lt;br /&gt;
*  Lung Imaging Platform (Jan 2009 - March 2012): Initial consolidation of our developments for high-throughput image analysis in [https://www.copdgene.org COPDGene].&lt;br /&gt;
* April 2012 - March 2013: First consolidation of LIP into CIP as a stand-alone library.&lt;br /&gt;
* April 2013 - January 2014: Port to github and further consolidation under a private repository.&lt;br /&gt;
* Today: Release 0.0.0  of the [https://github.com/acil-bwh/ChestImagingPlatform Chest Imaging Platform]&lt;br /&gt;
&lt;br /&gt;
=== Brief intro to COPD ===&lt;br /&gt;
&lt;br /&gt;
=== Team ===&lt;br /&gt;
* James Ross&lt;br /&gt;
* Rola Harmouche&lt;br /&gt;
* Jorge Onieva&lt;br /&gt;
* German Gonzalez&lt;br /&gt;
* Alex Yarmakovich&lt;br /&gt;
&lt;br /&gt;
== Architecture ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Chest Imaging Platform (CIP) ==&lt;br /&gt;
[https://github.com/acil-bwh/ChestImagingPlatform.git Git Repository]&lt;br /&gt;
=== Code Structure ===&lt;br /&gt;
CIP has four main components&lt;br /&gt;
*Common: base library&lt;br /&gt;
*Utilities: third party libraries&lt;br /&gt;
*Command Line Tools: Slicer execution model tools&lt;br /&gt;
*cip_python: python library&lt;br /&gt;
&lt;br /&gt;
=== Building CIP ===&lt;br /&gt;
  git clone https://github.com/acil-bwh/ChestImagingPlatform.git&lt;br /&gt;
  mkdir ChestImagingPlatform-build&lt;br /&gt;
  cd ChestImagingPlatoform-build&lt;br /&gt;
  ccmake ../ChestImagingPlatform&lt;br /&gt;
&lt;br /&gt;
=== Components and Data type ===&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/acil-bwh/ChestImagingPlatform/blob/release/Common/cipChestConventions.h CIP conventions]&lt;br /&gt;
&lt;br /&gt;
* Region/Type structure for labelmaps&lt;br /&gt;
&lt;br /&gt;
=== Python and CIP ===&lt;br /&gt;
[https://github.com/acil-bwh/ChestImagingPlatform/tree/release/cip_python cip_python] provides the following functionality:&lt;br /&gt;
* Code base for scale-space particles [https://github.com/acil-bwh/ChestImagingPlatform/tree/release/cip_python/particles]&lt;br /&gt;
* Phenotype computation framework [https://github.com/acil-bwh/ChestImagingPlatform/tree/release/cip_python/phentoypes]&lt;br /&gt;
* Nipype interfaces for CLIS [https://github.com/acil-bwh/ChestImagingPlatform/tree/release/cip_python/nipype] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Command Line Tools ===&lt;br /&gt;
[http://www.na-mic.org/Wiki/images/0/06/BreakoutSession-CIP-CommandLineTools.pptx slides]&lt;br /&gt;
&lt;br /&gt;
== Testing Infrastructure ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.na-mic.org/Wiki/images/3/33/BreakoutSession-CIP-InfrastructureAndTesting.pptx  Slides]&lt;br /&gt;
&lt;br /&gt;
* [http://cdash.airwayinspector.org/index.php?project=CIP Dashboard]&lt;br /&gt;
&lt;br /&gt;
== Slicer CIP ==&lt;br /&gt;
[https://github.com/acil-bwh/SlicerCIP Git Repository]&lt;br /&gt;
&lt;br /&gt;
=== MRML Types ===&lt;br /&gt;
* [https://github.com/acil-bwh/SlicerCIP/tree/master/Loadable/RegionTypeDisplay RegionType]&lt;br /&gt;
* [https://github.com/acil-bwh/SlicerCIP/tree/master/Loadable/ParticlesDisplay Particles]&lt;br /&gt;
&lt;br /&gt;
=== Modules Categories ===&lt;br /&gt;
&lt;br /&gt;
=== Slicer Module Examples ===&lt;br /&gt;
[http://www.na-mic.org/Wiki/images/5/5c/BreakoutSession-CIP-SlicerModules.pptx slides]&lt;br /&gt;
&lt;br /&gt;
== New Developments: Organ Detection ==&lt;br /&gt;
[http://www.na-mic.org/Wiki/images/5/50/BreakoutSession-CIP-NextDevelopment.pptx slides]&lt;/div&gt;</summary>
		<author><name>Raul</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2015_Winter_Project_Week_COPD_Breakout&amp;diff=88384</id>
		<title>2015 Winter Project Week COPD Breakout</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2015_Winter_Project_Week_COPD_Breakout&amp;diff=88384"/>
		<updated>2015-01-06T10:39:56Z</updated>

		<summary type="html">&lt;p&gt;Raul: /* Introduction */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction==&lt;br /&gt;
Chest Imaging Platform (CIP) and SlicerCIP is a multi year development from the Applied Chest Imaging Laboratory (Brigham and Women's Hospital) for quantitative CT in lung disease, in particular Chronic Obstructive Pulmonary Disease (COPD).&lt;br /&gt;
The main development is currently funded through a NHLBI R01 mechanism as part of the [http://grants.nih.gov/grants/guide/pa-files/PAR-11-028.html Continued Development and Maintenance of Software PA]&lt;br /&gt;
=== Project Goals ===&lt;br /&gt;
* AIM 1: Design and Development of the Chest Imaging Platform (CIP) as a toolkit for lung specific image-based algorithms. &lt;br /&gt;
&lt;br /&gt;
* AIM 2: Integration of CIP components as Slicer 4 plugins for user-driven and workflow-based analysis and validation of emphysema, airway disease and pulmonary vascular disease analysis workflows in our prior study cohorts and the COPDGene cohort.&lt;br /&gt;
&lt;br /&gt;
* AIM 3: Documentation and dissemination of the Chest Imaging Platform within the clinical community.&lt;br /&gt;
&lt;br /&gt;
=== History ===&lt;br /&gt;
* 2006-  [http://www.airwayinspector.org Airway Inspector] (2006- ): Slicer2 module for COPD analysis emphysema and airway disease.&lt;br /&gt;
*  Lung Imaging Platform (Jan 2009 - March 2012): First consolidate of our development for high-throughput image analysis in [www.copdgene.org COPDGene] with dependencies to Slicer3.&lt;br /&gt;
* April 2012 - March 2013: First consolidation of LIP into CIP as a stand-alone library.&lt;br /&gt;
* April 2013 - January 2014: Port to github and further consolidation under a private repository.&lt;br /&gt;
* Today: Release 0.0.0  of the [https://github.com/acil-bwh/ChestImagingPlatform Chest Imaging Platform]&lt;br /&gt;
&lt;br /&gt;
=== Brief intro to COPD ===&lt;br /&gt;
&lt;br /&gt;
=== Team ===&lt;br /&gt;
* James Ross&lt;br /&gt;
* Rola Harmouche&lt;br /&gt;
* Jorge Onieva&lt;br /&gt;
* German Gonzalez&lt;br /&gt;
* Alex Yarmakovich&lt;br /&gt;
&lt;br /&gt;
== Architecture ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Chest Imaging Platform (CIP) ==&lt;br /&gt;
[https://github.com/acil-bwh/ChestImagingPlatform.git Git Repository]&lt;br /&gt;
=== Code Structure ===&lt;br /&gt;
CIP has four main components&lt;br /&gt;
*Common: base library&lt;br /&gt;
*Utilities: third party libraries&lt;br /&gt;
*Command Line Tools: Slicer execution model tools&lt;br /&gt;
*cip_python: python library&lt;br /&gt;
&lt;br /&gt;
=== Building CIP ===&lt;br /&gt;
  git clone https://github.com/acil-bwh/ChestImagingPlatform.git&lt;br /&gt;
  mkdir ChestImagingPlatform-build&lt;br /&gt;
  cd ChestImagingPlatoform-build&lt;br /&gt;
  ccmake ../ChestImagingPlatform&lt;br /&gt;
&lt;br /&gt;
=== Components and Data type ===&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/acil-bwh/ChestImagingPlatform/blob/release/Common/cipChestConventions.h CIP conventions]&lt;br /&gt;
&lt;br /&gt;
* Region/Type structure for labelmaps&lt;br /&gt;
&lt;br /&gt;
=== Python and CIP ===&lt;br /&gt;
[https://github.com/acil-bwh/ChestImagingPlatform/tree/release/cip_python cip_python] provides the following functionality:&lt;br /&gt;
* Code base for scale-space particles [https://github.com/acil-bwh/ChestImagingPlatform/tree/release/cip_python/particles]&lt;br /&gt;
* Phenotype computation framework [https://github.com/acil-bwh/ChestImagingPlatform/tree/release/cip_python/phentoypes]&lt;br /&gt;
* Nipype interfaces for CLIS [https://github.com/acil-bwh/ChestImagingPlatform/tree/release/cip_python/nipype] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Command Line Tools ===&lt;br /&gt;
[http://www.na-mic.org/Wiki/images/0/06/BreakoutSession-CIP-CommandLineTools.pptx slides]&lt;br /&gt;
&lt;br /&gt;
== Testing Infrastructure ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.na-mic.org/Wiki/images/3/33/BreakoutSession-CIP-InfrastructureAndTesting.pptx  Slides]&lt;br /&gt;
&lt;br /&gt;
* [http://cdash.airwayinspector.org/index.php?project=CIP Dashboard]&lt;br /&gt;
&lt;br /&gt;
== Slicer CIP ==&lt;br /&gt;
[https://github.com/acil-bwh/SlicerCIP Git Repository]&lt;br /&gt;
&lt;br /&gt;
=== MRML Types ===&lt;br /&gt;
* [https://github.com/acil-bwh/SlicerCIP/tree/master/Loadable/RegionTypeDisplay RegionType]&lt;br /&gt;
* [https://github.com/acil-bwh/SlicerCIP/tree/master/Loadable/ParticlesDisplay Particles]&lt;br /&gt;
&lt;br /&gt;
=== Modules Categories ===&lt;br /&gt;
&lt;br /&gt;
=== Slicer Module Examples ===&lt;br /&gt;
[http://www.na-mic.org/Wiki/images/5/5c/BreakoutSession-CIP-SlicerModules.pptx slides]&lt;br /&gt;
&lt;br /&gt;
== New Developments: Organ Detection ==&lt;br /&gt;
[http://www.na-mic.org/Wiki/images/5/50/BreakoutSession-CIP-NextDevelopment.pptx slides]&lt;/div&gt;</summary>
		<author><name>Raul</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2015_Winter_Project_Week_COPD_Breakout&amp;diff=88383</id>
		<title>2015 Winter Project Week COPD Breakout</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2015_Winter_Project_Week_COPD_Breakout&amp;diff=88383"/>
		<updated>2015-01-06T10:39:14Z</updated>

		<summary type="html">&lt;p&gt;Raul: /* History */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction==&lt;br /&gt;
Chest Imaging Platform is a multi year development from the Applied Chest Imaging Laboratory (Brigham and Women's Hospital) for quantitative CT in lung disease, in particular Chronic Obstructive Pulmonary Disease (COPD).&lt;br /&gt;
The main development is currently funded through a NHLBI R01 mechanism as part of the [http://grants.nih.gov/grants/guide/pa-files/PAR-11-028.html Continued Development and Maintenance of Software PA]&lt;br /&gt;
=== Project Goals ===&lt;br /&gt;
* AIM 1: Design and Development of the Chest Imaging Platform (CIP) as a toolkit for lung specific image-based algorithms. &lt;br /&gt;
&lt;br /&gt;
* AIM 2: Integration of CIP components as Slicer 4 plugins for user-driven and workflow-based analysis and validation of emphysema, airway disease and pulmonary vascular disease analysis workflows in our prior study cohorts and the COPDGene cohort.&lt;br /&gt;
&lt;br /&gt;
* AIM 3: Documentation and dissemination of the Chest Imaging Platform within the clinical community.&lt;br /&gt;
&lt;br /&gt;
=== History ===&lt;br /&gt;
* 2006-  [http://www.airwayinspector.org Airway Inspector] (2006- ): Slicer2 module for COPD analysis emphysema and airway disease.&lt;br /&gt;
*  Lung Imaging Platform (Jan 2009 - March 2012): First consolidate of our development for high-throughput image analysis in [www.copdgene.org COPDGene] with dependencies to Slicer3.&lt;br /&gt;
* April 2012 - March 2013: First consolidation of LIP into CIP as a stand-alone library.&lt;br /&gt;
* April 2013 - January 2014: Port to github and further consolidation under a private repository.&lt;br /&gt;
* Today: Release 0.0.0  of the [https://github.com/acil-bwh/ChestImagingPlatform Chest Imaging Platform]&lt;br /&gt;
&lt;br /&gt;
=== Brief intro to COPD ===&lt;br /&gt;
&lt;br /&gt;
=== Team ===&lt;br /&gt;
* James Ross&lt;br /&gt;
* Rola Harmouche&lt;br /&gt;
* Jorge Onieva&lt;br /&gt;
* German Gonzalez&lt;br /&gt;
* Alex Yarmakovich&lt;br /&gt;
&lt;br /&gt;
== Architecture ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Chest Imaging Platform (CIP) ==&lt;br /&gt;
[https://github.com/acil-bwh/ChestImagingPlatform.git Git Repository]&lt;br /&gt;
=== Code Structure ===&lt;br /&gt;
CIP has four main components&lt;br /&gt;
*Common: base library&lt;br /&gt;
*Utilities: third party libraries&lt;br /&gt;
*Command Line Tools: Slicer execution model tools&lt;br /&gt;
*cip_python: python library&lt;br /&gt;
&lt;br /&gt;
=== Building CIP ===&lt;br /&gt;
  git clone https://github.com/acil-bwh/ChestImagingPlatform.git&lt;br /&gt;
  mkdir ChestImagingPlatform-build&lt;br /&gt;
  cd ChestImagingPlatoform-build&lt;br /&gt;
  ccmake ../ChestImagingPlatform&lt;br /&gt;
&lt;br /&gt;
=== Components and Data type ===&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/acil-bwh/ChestImagingPlatform/blob/release/Common/cipChestConventions.h CIP conventions]&lt;br /&gt;
&lt;br /&gt;
* Region/Type structure for labelmaps&lt;br /&gt;
&lt;br /&gt;
=== Python and CIP ===&lt;br /&gt;
[https://github.com/acil-bwh/ChestImagingPlatform/tree/release/cip_python cip_python] provides the following functionality:&lt;br /&gt;
* Code base for scale-space particles [https://github.com/acil-bwh/ChestImagingPlatform/tree/release/cip_python/particles]&lt;br /&gt;
* Phenotype computation framework [https://github.com/acil-bwh/ChestImagingPlatform/tree/release/cip_python/phentoypes]&lt;br /&gt;
* Nipype interfaces for CLIS [https://github.com/acil-bwh/ChestImagingPlatform/tree/release/cip_python/nipype] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Command Line Tools ===&lt;br /&gt;
[http://www.na-mic.org/Wiki/images/0/06/BreakoutSession-CIP-CommandLineTools.pptx slides]&lt;br /&gt;
&lt;br /&gt;
== Testing Infrastructure ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.na-mic.org/Wiki/images/3/33/BreakoutSession-CIP-InfrastructureAndTesting.pptx  Slides]&lt;br /&gt;
&lt;br /&gt;
* [http://cdash.airwayinspector.org/index.php?project=CIP Dashboard]&lt;br /&gt;
&lt;br /&gt;
== Slicer CIP ==&lt;br /&gt;
[https://github.com/acil-bwh/SlicerCIP Git Repository]&lt;br /&gt;
&lt;br /&gt;
=== MRML Types ===&lt;br /&gt;
* [https://github.com/acil-bwh/SlicerCIP/tree/master/Loadable/RegionTypeDisplay RegionType]&lt;br /&gt;
* [https://github.com/acil-bwh/SlicerCIP/tree/master/Loadable/ParticlesDisplay Particles]&lt;br /&gt;
&lt;br /&gt;
=== Modules Categories ===&lt;br /&gt;
&lt;br /&gt;
=== Slicer Module Examples ===&lt;br /&gt;
[http://www.na-mic.org/Wiki/images/5/5c/BreakoutSession-CIP-SlicerModules.pptx slides]&lt;br /&gt;
&lt;br /&gt;
== New Developments: Organ Detection ==&lt;br /&gt;
[http://www.na-mic.org/Wiki/images/5/50/BreakoutSession-CIP-NextDevelopment.pptx slides]&lt;/div&gt;</summary>
		<author><name>Raul</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2015_Winter_Project_Week_COPD_Breakout&amp;diff=88382</id>
		<title>2015 Winter Project Week COPD Breakout</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2015_Winter_Project_Week_COPD_Breakout&amp;diff=88382"/>
		<updated>2015-01-06T10:38:18Z</updated>

		<summary type="html">&lt;p&gt;Raul: /* Introduction */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction==&lt;br /&gt;
Chest Imaging Platform is a multi year development from the Applied Chest Imaging Laboratory (Brigham and Women's Hospital) for quantitative CT in lung disease, in particular Chronic Obstructive Pulmonary Disease (COPD).&lt;br /&gt;
The main development is currently funded through a NHLBI R01 mechanism as part of the [http://grants.nih.gov/grants/guide/pa-files/PAR-11-028.html Continued Development and Maintenance of Software PA]&lt;br /&gt;
=== Project Goals ===&lt;br /&gt;
* AIM 1: Design and Development of the Chest Imaging Platform (CIP) as a toolkit for lung specific image-based algorithms. &lt;br /&gt;
&lt;br /&gt;
* AIM 2: Integration of CIP components as Slicer 4 plugins for user-driven and workflow-based analysis and validation of emphysema, airway disease and pulmonary vascular disease analysis workflows in our prior study cohorts and the COPDGene cohort.&lt;br /&gt;
&lt;br /&gt;
* AIM 3: Documentation and dissemination of the Chest Imaging Platform within the clinical community.&lt;br /&gt;
&lt;br /&gt;
=== History ===&lt;br /&gt;
* 2006-  [http://www.airwayinspector.org Airway Inspector] (2006- ): Slicer2 module for COPD analysis emphysema and airway disease.&lt;br /&gt;
*  Lung Imaging Platform (Jan 2009 - March 2012): First consolidate of our development for high-throughput image analysis in [www.copdgene.org COPDGene] with dependencies to Slicer3.&lt;br /&gt;
* April 2012 - March 2013: First consolidation of LIP into CIP as a stand-alone library.&lt;br /&gt;
* April 2013 - January 2014: Port to github and further consolidation under a private repository.&lt;br /&gt;
* Today: Release 0.1 of the Chest Imaging Platform&lt;br /&gt;
&lt;br /&gt;
=== Brief intro to COPD ===&lt;br /&gt;
&lt;br /&gt;
=== Team ===&lt;br /&gt;
* James Ross&lt;br /&gt;
* Rola Harmouche&lt;br /&gt;
* Jorge Onieva&lt;br /&gt;
* German Gonzalez&lt;br /&gt;
* Alex Yarmakovich&lt;br /&gt;
&lt;br /&gt;
== Architecture ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Chest Imaging Platform (CIP) ==&lt;br /&gt;
[https://github.com/acil-bwh/ChestImagingPlatform.git Git Repository]&lt;br /&gt;
=== Code Structure ===&lt;br /&gt;
CIP has four main components&lt;br /&gt;
*Common: base library&lt;br /&gt;
*Utilities: third party libraries&lt;br /&gt;
*Command Line Tools: Slicer execution model tools&lt;br /&gt;
*cip_python: python library&lt;br /&gt;
&lt;br /&gt;
=== Building CIP ===&lt;br /&gt;
  git clone https://github.com/acil-bwh/ChestImagingPlatform.git&lt;br /&gt;
  mkdir ChestImagingPlatform-build&lt;br /&gt;
  cd ChestImagingPlatoform-build&lt;br /&gt;
  ccmake ../ChestImagingPlatform&lt;br /&gt;
&lt;br /&gt;
=== Components and Data type ===&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/acil-bwh/ChestImagingPlatform/blob/release/Common/cipChestConventions.h CIP conventions]&lt;br /&gt;
&lt;br /&gt;
* Region/Type structure for labelmaps&lt;br /&gt;
&lt;br /&gt;
=== Python and CIP ===&lt;br /&gt;
[https://github.com/acil-bwh/ChestImagingPlatform/tree/release/cip_python cip_python] provides the following functionality:&lt;br /&gt;
* Code base for scale-space particles [https://github.com/acil-bwh/ChestImagingPlatform/tree/release/cip_python/particles]&lt;br /&gt;
* Phenotype computation framework [https://github.com/acil-bwh/ChestImagingPlatform/tree/release/cip_python/phentoypes]&lt;br /&gt;
* Nipype interfaces for CLIS [https://github.com/acil-bwh/ChestImagingPlatform/tree/release/cip_python/nipype] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Command Line Tools ===&lt;br /&gt;
[http://www.na-mic.org/Wiki/images/0/06/BreakoutSession-CIP-CommandLineTools.pptx slides]&lt;br /&gt;
&lt;br /&gt;
== Testing Infrastructure ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.na-mic.org/Wiki/images/3/33/BreakoutSession-CIP-InfrastructureAndTesting.pptx  Slides]&lt;br /&gt;
&lt;br /&gt;
* [http://cdash.airwayinspector.org/index.php?project=CIP Dashboard]&lt;br /&gt;
&lt;br /&gt;
== Slicer CIP ==&lt;br /&gt;
[https://github.com/acil-bwh/SlicerCIP Git Repository]&lt;br /&gt;
&lt;br /&gt;
=== MRML Types ===&lt;br /&gt;
* [https://github.com/acil-bwh/SlicerCIP/tree/master/Loadable/RegionTypeDisplay RegionType]&lt;br /&gt;
* [https://github.com/acil-bwh/SlicerCIP/tree/master/Loadable/ParticlesDisplay Particles]&lt;br /&gt;
&lt;br /&gt;
=== Modules Categories ===&lt;br /&gt;
&lt;br /&gt;
=== Slicer Module Examples ===&lt;br /&gt;
[http://www.na-mic.org/Wiki/images/5/5c/BreakoutSession-CIP-SlicerModules.pptx slides]&lt;br /&gt;
&lt;br /&gt;
== New Developments: Organ Detection ==&lt;br /&gt;
[http://www.na-mic.org/Wiki/images/5/50/BreakoutSession-CIP-NextDevelopment.pptx slides]&lt;/div&gt;</summary>
		<author><name>Raul</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2015_Winter_Project_Week_COPD_Breakout&amp;diff=88381</id>
		<title>2015 Winter Project Week COPD Breakout</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2015_Winter_Project_Week_COPD_Breakout&amp;diff=88381"/>
		<updated>2015-01-06T10:08:15Z</updated>

		<summary type="html">&lt;p&gt;Raul: /* New Developments: Organ Detection */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction==&lt;br /&gt;
&lt;br /&gt;
=== Project Goals and Funding ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== History ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Brief intro to COPD ===&lt;br /&gt;
&lt;br /&gt;
=== Team ===&lt;br /&gt;
&lt;br /&gt;
== Architecture ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Chest Imaging Platform (CIP) ==&lt;br /&gt;
[https://github.com/acil-bwh/ChestImagingPlatform.git Git Repository]&lt;br /&gt;
=== Code Structure ===&lt;br /&gt;
CIP has four main components&lt;br /&gt;
*Common: base library&lt;br /&gt;
*Utilities: third party libraries&lt;br /&gt;
*Command Line Tools: Slicer execution model tools&lt;br /&gt;
*cip_python: python library&lt;br /&gt;
&lt;br /&gt;
=== Building CIP ===&lt;br /&gt;
  git clone https://github.com/acil-bwh/ChestImagingPlatform.git&lt;br /&gt;
  mkdir ChestImagingPlatform-build&lt;br /&gt;
  cd ChestImagingPlatoform-build&lt;br /&gt;
  ccmake ../ChestImagingPlatform&lt;br /&gt;
&lt;br /&gt;
=== Components and Data type ===&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/acil-bwh/ChestImagingPlatform/blob/release/Common/cipChestConventions.h CIP conventions]&lt;br /&gt;
&lt;br /&gt;
* Region/Type structure for labelmaps&lt;br /&gt;
&lt;br /&gt;
=== Python and CIP ===&lt;br /&gt;
[https://github.com/acil-bwh/ChestImagingPlatform/tree/release/cip_python cip_python] provides the following functionality:&lt;br /&gt;
* Code base for scale-space particles [https://github.com/acil-bwh/ChestImagingPlatform/tree/release/cip_python/particles]&lt;br /&gt;
* Phenotype computation framework [https://github.com/acil-bwh/ChestImagingPlatform/tree/release/cip_python/phentoypes]&lt;br /&gt;
* Nipype interfaces for CLIS [https://github.com/acil-bwh/ChestImagingPlatform/tree/release/cip_python/nipype] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Command Line Tools ===&lt;br /&gt;
[http://www.na-mic.org/Wiki/images/0/06/BreakoutSession-CIP-CommandLineTools.pptx slides]&lt;br /&gt;
&lt;br /&gt;
== Testing Infrastructure ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.na-mic.org/Wiki/images/3/33/BreakoutSession-CIP-InfrastructureAndTesting.pptx  Slides]&lt;br /&gt;
&lt;br /&gt;
* [http://cdash.airwayinspector.org/index.php?project=CIP Dashboard]&lt;br /&gt;
&lt;br /&gt;
== Slicer CIP ==&lt;br /&gt;
[https://github.com/acil-bwh/SlicerCIP Git Repository]&lt;br /&gt;
&lt;br /&gt;
=== MRML Types ===&lt;br /&gt;
* [https://github.com/acil-bwh/SlicerCIP/tree/master/Loadable/RegionTypeDisplay RegionType]&lt;br /&gt;
* [https://github.com/acil-bwh/SlicerCIP/tree/master/Loadable/ParticlesDisplay Particles]&lt;br /&gt;
&lt;br /&gt;
=== Modules Categories ===&lt;br /&gt;
&lt;br /&gt;
=== Slicer Module Examples ===&lt;br /&gt;
[http://www.na-mic.org/Wiki/images/5/5c/BreakoutSession-CIP-SlicerModules.pptx slides]&lt;br /&gt;
&lt;br /&gt;
== New Developments: Organ Detection ==&lt;br /&gt;
[http://www.na-mic.org/Wiki/images/5/50/BreakoutSession-CIP-NextDevelopment.pptx slides]&lt;/div&gt;</summary>
		<author><name>Raul</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=File:BreakoutSession-CIP-NextDevelopment.pptx&amp;diff=88380</id>
		<title>File:BreakoutSession-CIP-NextDevelopment.pptx</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=File:BreakoutSession-CIP-NextDevelopment.pptx&amp;diff=88380"/>
		<updated>2015-01-06T10:05:51Z</updated>

		<summary type="html">&lt;p&gt;Raul: BreakoutSession-CIP-NextDevelopment&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;BreakoutSession-CIP-NextDevelopment&lt;/div&gt;</summary>
		<author><name>Raul</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2015_Winter_Project_Week_COPD_Breakout&amp;diff=88379</id>
		<title>2015 Winter Project Week COPD Breakout</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2015_Winter_Project_Week_COPD_Breakout&amp;diff=88379"/>
		<updated>2015-01-06T10:05:05Z</updated>

		<summary type="html">&lt;p&gt;Raul: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction==&lt;br /&gt;
&lt;br /&gt;
=== Project Goals and Funding ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== History ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Brief intro to COPD ===&lt;br /&gt;
&lt;br /&gt;
=== Team ===&lt;br /&gt;
&lt;br /&gt;
== Architecture ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Chest Imaging Platform (CIP) ==&lt;br /&gt;
[https://github.com/acil-bwh/ChestImagingPlatform.git Git Repository]&lt;br /&gt;
=== Code Structure ===&lt;br /&gt;
CIP has four main components&lt;br /&gt;
*Common: base library&lt;br /&gt;
*Utilities: third party libraries&lt;br /&gt;
*Command Line Tools: Slicer execution model tools&lt;br /&gt;
*cip_python: python library&lt;br /&gt;
&lt;br /&gt;
=== Building CIP ===&lt;br /&gt;
  git clone https://github.com/acil-bwh/ChestImagingPlatform.git&lt;br /&gt;
  mkdir ChestImagingPlatform-build&lt;br /&gt;
  cd ChestImagingPlatoform-build&lt;br /&gt;
  ccmake ../ChestImagingPlatform&lt;br /&gt;
&lt;br /&gt;
=== Components and Data type ===&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/acil-bwh/ChestImagingPlatform/blob/release/Common/cipChestConventions.h CIP conventions]&lt;br /&gt;
&lt;br /&gt;
* Region/Type structure for labelmaps&lt;br /&gt;
&lt;br /&gt;
=== Python and CIP ===&lt;br /&gt;
[https://github.com/acil-bwh/ChestImagingPlatform/tree/release/cip_python cip_python] provides the following functionality:&lt;br /&gt;
* Code base for scale-space particles [https://github.com/acil-bwh/ChestImagingPlatform/tree/release/cip_python/particles]&lt;br /&gt;
* Phenotype computation framework [https://github.com/acil-bwh/ChestImagingPlatform/tree/release/cip_python/phentoypes]&lt;br /&gt;
* Nipype interfaces for CLIS [https://github.com/acil-bwh/ChestImagingPlatform/tree/release/cip_python/nipype] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Command Line Tools ===&lt;br /&gt;
[http://www.na-mic.org/Wiki/images/0/06/BreakoutSession-CIP-CommandLineTools.pptx slides]&lt;br /&gt;
&lt;br /&gt;
== Testing Infrastructure ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.na-mic.org/Wiki/images/3/33/BreakoutSession-CIP-InfrastructureAndTesting.pptx  Slides]&lt;br /&gt;
&lt;br /&gt;
* [http://cdash.airwayinspector.org/index.php?project=CIP Dashboard]&lt;br /&gt;
&lt;br /&gt;
== Slicer CIP ==&lt;br /&gt;
[https://github.com/acil-bwh/SlicerCIP Git Repository]&lt;br /&gt;
&lt;br /&gt;
=== MRML Types ===&lt;br /&gt;
* [https://github.com/acil-bwh/SlicerCIP/tree/master/Loadable/RegionTypeDisplay RegionType]&lt;br /&gt;
* [https://github.com/acil-bwh/SlicerCIP/tree/master/Loadable/ParticlesDisplay Particles]&lt;br /&gt;
&lt;br /&gt;
=== Modules Categories ===&lt;br /&gt;
&lt;br /&gt;
=== Slicer Module Examples ===&lt;br /&gt;
[http://www.na-mic.org/Wiki/images/5/5c/BreakoutSession-CIP-SlicerModules.pptx slides]&lt;br /&gt;
&lt;br /&gt;
== New Developments: Organ Detection ==&lt;/div&gt;</summary>
		<author><name>Raul</name></author>
		
	</entry>
</feed>