<?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=Naucoin</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=Naucoin"/>
	<link rel="alternate" type="text/html" href="https://www.na-mic.org/wiki/Special:Contributions/Naucoin"/>
	<updated>2026-05-01T05:49:33Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.33.0</generator>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2016_Summer_Project_Week/Segmentation_Editor_and_Terminology&amp;diff=93456</id>
		<title>2016 Summer Project Week/Segmentation Editor and Terminology</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2016_Summer_Project_Week/Segmentation_Editor_and_Terminology&amp;diff=93456"/>
		<updated>2016-06-25T09:06:21Z</updated>

		<summary type="html">&lt;p&gt;Naucoin: /* 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-Summer2016.png|[[2016_Summer_Project_Week#Projects|Projects List]]&lt;br /&gt;
Image:TerminologyInEditor.jpg|Slicer 4.5 Editor with terminology&lt;br /&gt;
Image:Terminology_web_app.jpg|Component of the dcmqi web app for populating terminology&lt;br /&gt;
Image:Terminology_web_app-color.jpg|Component of the dcmqi web app for populating terminology, with color picker widget&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* Nicole Aucoin (BWH)&lt;br /&gt;
* Csaba Pinter (Queens)&lt;br /&gt;
* Andrey Fedorov (BWH)&lt;br /&gt;
* Marco Nolden (DKFZ)&lt;br /&gt;
* Andras Lasso (Queen's)&lt;br /&gt;
* Christian Herz (BWH)&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
&lt;br /&gt;
This project is focussed on linking various types of information related to segmented structures. The new Segments editor is being extended to associate segments with standard terminolgy describing anatomical regions, expanding the color selection to index into the SNO-MED terminology hierarchy.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Objective&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Approach and Plan&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Progress and Next Steps&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Objective bullet points --&amp;gt;&lt;br /&gt;
* Build on the work done in the [[2016_Summer_Project_Week/Segmentations_Integration|Segmentations Integration]] project to incoporate terminology information from [http://wiki.slicer.org/slicerWiki/index.php/Documentation/4.5/Extensions/Reporting Reporting module] as ported to the Editor module as documented in [http://www.na-mic.org/Bug/view.php?id=4047 issue 4047] and committed as [http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&amp;amp;revision=24742 svn 24742].&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Approach and Plan bullet points --&amp;gt;&lt;br /&gt;
* The initial plan was for the Segment Editor to incoporate the display of terminology, ported from the Editor module. The next stage is to add support for editing the terminologies and adding new ones.&lt;br /&gt;
* Review overview slides [https://www.slicer.org/slicerWiki/index.php/File:20160526_Segmentations.pptx  Segmentations]&lt;br /&gt;
* Source code review: [https://subversion.assembla.com/svn/slicerrt/trunk/SlicerRt/src/  SlicerRT] ([https://github.com/SlicerRt/SlicerRT/ github mirror]), with a focus on containers (vtkSegment, vtkSegmentation, vtkMRMLSegmentationNode), and widget GUI (Segmentations Widgets qMRMLSegmentsTableView)&lt;br /&gt;
* Compare to web app for populating SEG metadata: http://qiicr.org/dcmqi ([https://github.com/QIICR/dcmqi/tree/gh-pages github source])&lt;br /&gt;
** To view in slicer's webkit&lt;br /&gt;
  view = qt.QWebView()&lt;br /&gt;
  view.setUrl(qt.QUrl('http://qiicr.org/dcmqi/'))&lt;br /&gt;
  view.show()&lt;br /&gt;
* From Andrey: disconnect segment ID from the color ID and from the terminology associated with it - it should be possible to have more than one distinctive segment that has the same color and the same terminology, but are differentiated by segment ID and segment label.&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Progress and Next steps bullet points (fill out at the end of project week --&amp;gt;&lt;br /&gt;
* Tue Jun 21: Csaba and Nicole met and discussed ways to incorporate the terminology information into the segment editor&lt;br /&gt;
** Each segmentation node has a custom temporary color table that's built up from color selected for each segment.&lt;br /&gt;
*** Add a node reference to the segmentation node pointing to the color node that is used to build the custom color table (generic anatomy colors has terminology associated with it). This will help on load as the segment has the color index and the custom color table will be rebuilt from the reference color node. (Csaba)&lt;br /&gt;
*** When creating the new temp color node, also create a new terminology associated with it (Nicole)&lt;br /&gt;
** Adding a new segment&lt;br /&gt;
*** A color RGB is set on the display node, that's used to rebuild the custom color table on load&lt;br /&gt;
*** Consolidate to the segment editor (Csaba)&lt;br /&gt;
*** Bring up the CTK color picker by default on adding a new segment to set/edit the default color/terminology (Csaba)&lt;br /&gt;
*** Extend/fix the CTK color picker:&lt;br /&gt;
**** Show the custom color node by default not the Generic Anatomy one (Nicole - fixed in Colors module)&lt;br /&gt;
**** How to best show if adding a new color or editing an old one?&lt;br /&gt;
**** Fix the bug where you can pick a new color for a segment, but if you click on a different color in the color picker's table it still sets the color for the entry that was clicked in the editor GUI (disable selection highlight?) (Nicole)&lt;br /&gt;
***** Not a bug, allows you to copy colors, but do set the first selection&lt;br /&gt;
**** Add display of the terminology associated with the color node displayed (Nicole)&lt;br /&gt;
**** Add terminology editing/look up to set a new terminology (Nicole - post project week)&lt;br /&gt;
** Consider loading a segmentation node from disk and rebuilding the custom terminology - will each segment need to have a the terminology category, property, region and modifiers set?&lt;br /&gt;
** Add tool tips showing terminology, as in Colors module, see [https://github.com/Slicer/Slicer/blob/master/Libs/MRML/Widgets/qMRMLColorModel.cxx#L340 qMRMLColorModel] (Csaba)&lt;br /&gt;
* Met with Andrey and he filled in use cases below&lt;br /&gt;
* Fixed color node selection in Colors module, providing UI to set it from other modules&lt;br /&gt;
* Next Steps:&lt;br /&gt;
** Continue working on CTK widget update/integration&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Use cases ===&lt;br /&gt;
&lt;br /&gt;
* Category = Segmented Property Category&lt;br /&gt;
* Type = Segmented Property Type (+Modifier, optional)&lt;br /&gt;
* Anatomic region (+Modifier, optional)&lt;br /&gt;
&lt;br /&gt;
==== Loading segmentation from DICOM ====&lt;br /&gt;
Assumptions:&lt;br /&gt;
* can expect that Category and Type will be initialized, if not - fall back to default codes (Tissue/Tissue codes)&lt;br /&gt;
* anatomic region may or may not be initialized (example: can specify anatomic location of the tumor, but may not be present)&lt;br /&gt;
* colors may or may not be specified&lt;br /&gt;
Consequences:&lt;br /&gt;
* need to be able to handle these various combinations&lt;br /&gt;
* if colors are not specified, would be nice to suggest some good default color choices (to optimize differentiation of the structures? lookup of default colors may not be easy for medium-large dictionaries)&lt;br /&gt;
* it is not clear that it is a good idea to restrict the choices of terminology (or colors) if a user wants to modify segmentation loaded from DICOM - so it might be helpful to choose from existing color maps / terminology dictionaries for a DICOM-loaded segmentation&lt;br /&gt;
&lt;br /&gt;
==== Creating segmentation from scratch ====&lt;br /&gt;
* choose from predefined dictionaries (combinations of Type/Category/Anatomy customized for a specific use case)&lt;br /&gt;
* choose from predefined color tables, or perhaps color assignment strategies (e.g., high contrast, similar shades of color for the segments corresponding to the same kind of structure)&lt;br /&gt;
&lt;br /&gt;
=== Workflow ===&lt;br /&gt;
&lt;br /&gt;
To add a new segment:&lt;br /&gt;
* user clicks &amp;quot;add segment&amp;quot;&lt;br /&gt;
* terminology and color are populated to some default value&lt;br /&gt;
* user has an option to change the color and terminology separately TerminologyWidget (naming to be confirmed)&lt;br /&gt;
* user has the option to choose the dictionary in the TerminologyWidget&lt;br /&gt;
* the purpose of the dictionary is to define specific combinations of category/type/anatomy for the specific use case (GenericAnatomy LUT is one example, and we will also need a larger set of codes defined by the standard)&lt;br /&gt;
&lt;br /&gt;
=== Implementation approach ===&lt;br /&gt;
&lt;br /&gt;
Terminology browser widget:&lt;br /&gt;
* Slicer widget vs CTK widget: consensus seems to be that CTK widget makes sense&lt;br /&gt;
* Qt widget vs web app: considering that basic web app already exists, it may make sense to experiment reusing it; Marco notes that it may be futile to experiment with web app integration in Slicer using the current Qt 4&lt;br /&gt;
** Marco confirmed that qiicr.org/dcmqi renders correctly in Qt 5.6 (used in MITK); it does not render in Slicer Qt 4.x webkit&lt;br /&gt;
* We will continue with prototyping in the web app (add support for color picker and dictionary selection)&lt;br /&gt;
** web app color picker issue https://github.com/QIICR/dcmqi/issues/21&lt;/div&gt;</summary>
		<author><name>Naucoin</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2016_Summer_Project_Week/Segmentation_Editor_and_Terminology&amp;diff=93450</id>
		<title>2016 Summer Project Week/Segmentation Editor and Terminology</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2016_Summer_Project_Week/Segmentation_Editor_and_Terminology&amp;diff=93450"/>
		<updated>2016-06-25T08:57:36Z</updated>

		<summary type="html">&lt;p&gt;Naucoin: /* 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-Summer2016.png|[[2016_Summer_Project_Week#Projects|Projects List]]&lt;br /&gt;
Image:TerminologyInEditor.jpg|Slicer 4.5 Editor with terminology&lt;br /&gt;
Image:Terminology_web_app.jpg|Component of the dcmqi web app for populating terminology&lt;br /&gt;
Image:Terminology_web_app-color.jpg|Component of the dcmqi web app for populating terminology, with color picker widget&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* Nicole Aucoin (BWH)&lt;br /&gt;
* Csaba Pinter (Queens)&lt;br /&gt;
* Andrey Fedorov (BWH)&lt;br /&gt;
* Marco Nolden (DKFZ)&lt;br /&gt;
* Andras Lasso (Queen's)&lt;br /&gt;
* Christian Herz (BWH)&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
&lt;br /&gt;
This project is focussed on linking various types of information related to segmented structures. The new Segments editor is being extended to associate segments with standard terminolgy describing anatomical regions, expanding the color selection to index into the SNO-MED terminology hierarchy.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Objective&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Approach and Plan&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Progress and Next Steps&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Objective bullet points --&amp;gt;&lt;br /&gt;
* Build on the work done in the [[2016_Summer_Project_Week/Segmentations_Integration|Segmentations Integration]] project to incoporate terminology information from [http://wiki.slicer.org/slicerWiki/index.php/Documentation/4.5/Extensions/Reporting Reporting module] as ported to the Editor module as documented in [http://www.na-mic.org/Bug/view.php?id=4047 issue 4047] and committed as [http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&amp;amp;revision=24742 svn 24742].&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Approach and Plan bullet points --&amp;gt;&lt;br /&gt;
* The initial plan was for the Segment Editor to incoporate the display of terminology, ported from the Editor module. The next stage is to add support for editing the terminologies and adding new ones.&lt;br /&gt;
* Review overview slides [https://www.slicer.org/slicerWiki/index.php/File:20160526_Segmentations.pptx  Segmentations]&lt;br /&gt;
* Source code review: [https://subversion.assembla.com/svn/slicerrt/trunk/SlicerRt/src/  SlicerRT] ([https://github.com/SlicerRt/SlicerRT/ github mirror]), with a focus on containers (vtkSegment, vtkSegmentation, vtkMRMLSegmentationNode), and widget GUI (Segmentations Widgets qMRMLSegmentsTableView)&lt;br /&gt;
* Compare to web app for populating SEG metadata: http://qiicr.org/dcmqi ([https://github.com/QIICR/dcmqi/tree/gh-pages github source])&lt;br /&gt;
** To view in slicer's webkit&lt;br /&gt;
  view = qt.QWebView()&lt;br /&gt;
  view.setUrl(qt.QUrl('http://qiicr.org/dcmqi/'))&lt;br /&gt;
  view.show()&lt;br /&gt;
* From Andrey: disconnect segment ID from the color ID and from the terminology associated with it - it should be possible to have more than one distinctive segment that has the same color and the same terminology, but are differentiated by segment ID and segment label.&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Progress and Next steps bullet points (fill out at the end of project week --&amp;gt;&lt;br /&gt;
* Tue Jun 21: Csaba and Nicole met and discussed ways to incorporate the terminology information into the segment editor&lt;br /&gt;
** Each segmentation node has a custom temporary color table that's built up from color selected for each segment.&lt;br /&gt;
*** Add a node reference to the segmentation node pointing to the color node that is used to build the custom color table (generic anatomy colors has terminology associated with it). This will help on load as the segment has the color index and the custom color table will be rebuilt from the reference color node. (Csaba)&lt;br /&gt;
*** When creating the new temp color node, also create a new terminology associated with it (Nicole)&lt;br /&gt;
** Adding a new segment&lt;br /&gt;
*** A color RGB is set on the display node, that's used to rebuild the custom color table on load&lt;br /&gt;
*** Consolidate to the segment editor (Csaba)&lt;br /&gt;
*** Bring up the CTK color picker by default on adding a new segment to set/edit the default color/terminology (Csaba)&lt;br /&gt;
*** Extend/fix the CTK color picker:&lt;br /&gt;
**** Show the custom color node by default not the Generic Anatomy one (Nicole - fixed in Colors module)&lt;br /&gt;
**** How to best show if adding a new color or editing an old one?&lt;br /&gt;
**** Fix the bug where you can pick a new color for a segment, but if you click on a different color in the color picker's table it still sets the color for the entry that was clicked in the editor GUI (disable selection highlight?) (Nicole)&lt;br /&gt;
***** Not a bug, allows you to copy colors, but do set the first selection&lt;br /&gt;
**** Add display of the terminology associated with the color node displayed (Nicole)&lt;br /&gt;
**** Add terminology editing/look up to set a new terminology (Nicole - post project week)&lt;br /&gt;
** Consider loading a segmentation node from disk and rebuilding the custom terminology - will each segment need to have a the terminology category, property, region and modifiers set?&lt;br /&gt;
** Add tool tips showing terminology, as in Colors module, see [https://github.com/Slicer/Slicer/blob/master/Libs/MRML/Widgets/qMRMLColorModel.cxx#L340 qMRMLColorModel] (Csaba)&lt;br /&gt;
* Met with Andrey and he filled in use cases below&lt;br /&gt;
* Next Steps:&lt;br /&gt;
** Continue working on CTK widget update/integration&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Use cases ===&lt;br /&gt;
&lt;br /&gt;
* Category = Segmented Property Category&lt;br /&gt;
* Type = Segmented Property Type (+Modifier, optional)&lt;br /&gt;
* Anatomic region (+Modifier, optional)&lt;br /&gt;
&lt;br /&gt;
==== Loading segmentation from DICOM ====&lt;br /&gt;
Assumptions:&lt;br /&gt;
* can expect that Category and Type will be initialized, if not - fall back to default codes (Tissue/Tissue codes)&lt;br /&gt;
* anatomic region may or may not be initialized (example: can specify anatomic location of the tumor, but may not be present)&lt;br /&gt;
* colors may or may not be specified&lt;br /&gt;
Consequences:&lt;br /&gt;
* need to be able to handle these various combinations&lt;br /&gt;
* if colors are not specified, would be nice to suggest some good default color choices (to optimize differentiation of the structures? lookup of default colors may not be easy for medium-large dictionaries)&lt;br /&gt;
* it is not clear that it is a good idea to restrict the choices of terminology (or colors) if a user wants to modify segmentation loaded from DICOM - so it might be helpful to choose from existing color maps / terminology dictionaries for a DICOM-loaded segmentation&lt;br /&gt;
&lt;br /&gt;
==== Creating segmentation from scratch ====&lt;br /&gt;
* choose from predefined dictionaries (combinations of Type/Category/Anatomy customized for a specific use case)&lt;br /&gt;
* choose from predefined color tables, or perhaps color assignment strategies (e.g., high contrast, similar shades of color for the segments corresponding to the same kind of structure)&lt;br /&gt;
&lt;br /&gt;
=== Workflow ===&lt;br /&gt;
&lt;br /&gt;
To add a new segment:&lt;br /&gt;
* user clicks &amp;quot;add segment&amp;quot;&lt;br /&gt;
* terminology and color are populated to some default value&lt;br /&gt;
* user has an option to change the color and terminology separately TerminologyWidget (naming to be confirmed)&lt;br /&gt;
* user has the option to choose the dictionary in the TerminologyWidget&lt;br /&gt;
* the purpose of the dictionary is to define specific combinations of category/type/anatomy for the specific use case (GenericAnatomy LUT is one example, and we will also need a larger set of codes defined by the standard)&lt;br /&gt;
&lt;br /&gt;
=== Implementation approach ===&lt;br /&gt;
&lt;br /&gt;
Terminology browser widget:&lt;br /&gt;
* Slicer widget vs CTK widget: consensus seems to be that CTK widget makes sense&lt;br /&gt;
* Qt widget vs web app: considering that basic web app already exists, it may make sense to experiment reusing it; Marco notes that it may be futile to experiment with web app integration in Slicer using the current Qt 4&lt;br /&gt;
** Marco confirmed that qiicr.org/dcmqi renders correctly in Qt 5.6 (used in MITK); it does not render in Slicer Qt 4.x webkit&lt;br /&gt;
* We will continue with prototyping in the web app (add support for color picker and dictionary selection)&lt;br /&gt;
** web app color picker issue https://github.com/QIICR/dcmqi/issues/21&lt;/div&gt;</summary>
		<author><name>Naucoin</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2016_Summer_Project_Week/Segmentation_Editor_and_Terminology&amp;diff=93410</id>
		<title>2016 Summer Project Week/Segmentation Editor and Terminology</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2016_Summer_Project_Week/Segmentation_Editor_and_Terminology&amp;diff=93410"/>
		<updated>2016-06-25T08:07:30Z</updated>

		<summary type="html">&lt;p&gt;Naucoin: /* 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-Summer2016.png|[[2016_Summer_Project_Week#Projects|Projects List]]&lt;br /&gt;
Image:TerminologyInEditor.jpg|Slicer 4.5 Editor with terminology&lt;br /&gt;
Image:Terminology_web_app.jpg|Component of the dcmqi web app for populating terminology&lt;br /&gt;
Image:Terminology_web_app-color.jpg|Component of the dcmqi web app for populating terminology, with color picker widget&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* Nicole Aucoin (BWH)&lt;br /&gt;
* Csaba Pinter (Queens)&lt;br /&gt;
* Andrey Fedorov (BWH)&lt;br /&gt;
* Marco Nolden (DKFZ)&lt;br /&gt;
* Andras Lasso (Queen's)&lt;br /&gt;
* Christian Herz (BWH)&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
&lt;br /&gt;
This project is focussed on linking various types of information related to segmented structures. The new Segments editor is being extended to associate segments with standard terminolgy describing anatomical regions, expanding the color selection to index into the SNO-MED terminology hierarchy.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Objective&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Approach and Plan&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Progress and Next Steps&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Objective bullet points --&amp;gt;&lt;br /&gt;
* Build on the work done in the [[2016_Summer_Project_Week/Segmentations_Integration|Segmentations Integration]] project to incoporate terminology information from [http://wiki.slicer.org/slicerWiki/index.php/Documentation/4.5/Extensions/Reporting Reporting module] as ported to the Editor module as documented in [http://www.na-mic.org/Bug/view.php?id=4047 issue 4047] and committed as [http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&amp;amp;revision=24742 svn 24742].&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Approach and Plan bullet points --&amp;gt;&lt;br /&gt;
* The initial plan was for the Segment Editor to incoporate the display of terminology, ported from the Editor module. The next stage is to add support for editing the terminologies and adding new ones.&lt;br /&gt;
* Review overview slides [https://www.slicer.org/slicerWiki/index.php/File:20160526_Segmentations.pptx  Segmentations]&lt;br /&gt;
* Source code review: [https://subversion.assembla.com/svn/slicerrt/trunk/SlicerRt/src/  SlicerRT] ([https://github.com/SlicerRt/SlicerRT/ github mirror]), with a focus on containers (vtkSegment, vtkSegmentation, vtkMRMLSegmentationNode), and widget GUI (Segmentations Widgets qMRMLSegmentsTableView)&lt;br /&gt;
* Compare to web app for populating SEG metadata: http://qiicr.org/dcmqi ([https://github.com/QIICR/dcmqi/tree/gh-pages github source])&lt;br /&gt;
** To view in slicer's webkit&lt;br /&gt;
  view = qt.QWebView()&lt;br /&gt;
  view.setUrl(qt.QUrl('http://qiicr.org/dcmqi/'))&lt;br /&gt;
  view.show()&lt;br /&gt;
* From Andrey: disconnect segment ID from the color ID and from the terminology associated with it - it should be possible to have more than one distinctive segment that has the same color and the same terminology, but are differentiated by segment ID and segment label.&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Progress and Next steps bullet points (fill out at the end of project week --&amp;gt;&lt;br /&gt;
* Tue Jun 21: Csaba and Nicole met and discussed ways to incorporate the terminology information into the segment editor&lt;br /&gt;
** Each segmentation node has a custom temporary color table that's built up from color selected for each segment.&lt;br /&gt;
*** Add a node reference to the segmentation node pointing to the color node that is used to build the custom color table (generic anatomy colors has terminology associated with it). This will help on load as the segment has the color index and the custom color table will be rebuilt from the reference color node. (Csaba)&lt;br /&gt;
*** When creating the new temp color node, also create a new terminology associated with it (Nicole)&lt;br /&gt;
** Adding a new segment&lt;br /&gt;
*** A color RGB is set on the display node, that's used to rebuild the custom color table on load&lt;br /&gt;
*** Consolidate to the segment editor (Csaba)&lt;br /&gt;
*** Bring up the CTK color picker by default on adding a new segment to set/edit the default color/terminology (Csaba)&lt;br /&gt;
*** Extend/fix the CTK color picker:&lt;br /&gt;
**** Show the custom color node by default not the Generic Anatomy one (Nicole - fixed in Colors module)&lt;br /&gt;
**** How to best show if adding a new color or editing an old one?&lt;br /&gt;
**** Fix the bug where you can pick a new color for a segment, but if you click on a different color in the color picker's table it still sets the color for the entry that was clicked in the editor GUI (disable selection highlight?) (Nicole)&lt;br /&gt;
***** Not a bug, allows you to copy colors, but do set the first selection&lt;br /&gt;
**** Add display of the terminology associated with the color node displayed (Nicole)&lt;br /&gt;
**** Add terminology editing/look up to set a new terminology (Nicole - post project week)&lt;br /&gt;
** Consider loading a segmentation node from disk and rebuilding the custom terminology - will each segment need to have a the terminology category, property, region and modifiers set?&lt;br /&gt;
** Add tool tips showing terminology, as in Colors module, see [https://github.com/Slicer/Slicer/blob/master/Libs/MRML/Widgets/qMRMLColorModel.cxx#L340 qMRMLColorModel] (Csaba)&lt;br /&gt;
* Met with Andrey and he filled in use cases below&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Use cases ===&lt;br /&gt;
&lt;br /&gt;
* Category = Segmented Property Category&lt;br /&gt;
* Type = Segmented Property Type (+Modifier, optional)&lt;br /&gt;
* Anatomic region (+Modifier, optional)&lt;br /&gt;
&lt;br /&gt;
==== Loading segmentation from DICOM ====&lt;br /&gt;
Assumptions:&lt;br /&gt;
* can expect that Category and Type will be initialized, if not - fall back to default codes (Tissue/Tissue codes)&lt;br /&gt;
* anatomic region may or may not be initialized (example: can specify anatomic location of the tumor, but may not be present)&lt;br /&gt;
* colors may or may not be specified&lt;br /&gt;
Consequences:&lt;br /&gt;
* need to be able to handle these various combinations&lt;br /&gt;
* if colors are not specified, would be nice to suggest some good default color choices (to optimize differentiation of the structures? lookup of default colors may not be easy for medium-large dictionaries)&lt;br /&gt;
* it is not clear that it is a good idea to restrict the choices of terminology (or colors) if a user wants to modify segmentation loaded from DICOM - so it might be helpful to choose from existing color maps / terminology dictionaries for a DICOM-loaded segmentation&lt;br /&gt;
&lt;br /&gt;
==== Creating segmentation from scratch ====&lt;br /&gt;
* choose from predefined dictionaries (combinations of Type/Category/Anatomy customized for a specific use case)&lt;br /&gt;
* choose from predefined color tables, or perhaps color assignment strategies (e.g., high contrast, similar shades of color for the segments corresponding to the same kind of structure)&lt;br /&gt;
&lt;br /&gt;
=== Workflow ===&lt;br /&gt;
&lt;br /&gt;
To add a new segment:&lt;br /&gt;
* user clicks &amp;quot;add segment&amp;quot;&lt;br /&gt;
* terminology and color are populated to some default value&lt;br /&gt;
* user has an option to change the color and terminology separately TerminologyWidget (naming to be confirmed)&lt;br /&gt;
* user has the option to choose the dictionary in the TerminologyWidget&lt;br /&gt;
* the purpose of the dictionary is to define specific combinations of category/type/anatomy for the specific use case (GenericAnatomy LUT is one example, and we will also need a larger set of codes defined by the standard)&lt;br /&gt;
&lt;br /&gt;
=== Implementation approach ===&lt;br /&gt;
&lt;br /&gt;
Terminology browser widget:&lt;br /&gt;
* Slicer widget vs CTK widget: consensus seems to be that CTK widget makes sense&lt;br /&gt;
* Qt widget vs web app: considering that basic web app already exists, it may make sense to experiment reusing it; Marco notes that it may be futile to experiment with web app integration in Slicer using the current Qt 4&lt;br /&gt;
** Marco confirmed that qiicr.org/dcmqi renders correctly in Qt 5.6 (used in MITK); it does not render in Slicer Qt 4.x webkit&lt;br /&gt;
* We will continue with prototyping in the web app (add support for color picker and dictionary selection)&lt;br /&gt;
** web app color picker issue https://github.com/QIICR/dcmqi/issues/21&lt;/div&gt;</summary>
		<author><name>Naucoin</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2016_Summer_Project_Week/Segmentation_Editor_and_Terminology&amp;diff=93401</id>
		<title>2016 Summer Project Week/Segmentation Editor and Terminology</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2016_Summer_Project_Week/Segmentation_Editor_and_Terminology&amp;diff=93401"/>
		<updated>2016-06-25T07:51:06Z</updated>

		<summary type="html">&lt;p&gt;Naucoin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-Summer2016.png|[[2016_Summer_Project_Week#Projects|Projects List]]&lt;br /&gt;
Image:TerminologyInEditor.jpg|Slicer 4.5 Editor with terminology&lt;br /&gt;
Image:Terminology_web_app.jpg|Component of the dcmqi web app for populating terminology&lt;br /&gt;
Image:Terminology_web_app-color.jpg|Component of the dcmqi web app for populating terminology, with color picker widget&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* Nicole Aucoin (BWH)&lt;br /&gt;
* Csaba Pinter (Queens)&lt;br /&gt;
* Andrey Fedorov (BWH)&lt;br /&gt;
* Marco Nolden (DKFZ)&lt;br /&gt;
* Andras Lasso (Queen's)&lt;br /&gt;
* Christian Herz (BWH)&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
&lt;br /&gt;
This project is focussed on linking various types of information related to segmented structures. The new Segments editor is being extended to associate segments with standard terminolgy describing anatomical regions, expanding the color selection to index into the SNO-MED terminology hierarchy.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Objective&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Approach and Plan&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Progress and Next Steps&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Objective bullet points --&amp;gt;&lt;br /&gt;
* Build on the work done in the [[2016_Summer_Project_Week/Segmentations_Integration|Segmentations Integration]] project to incoporate terminology information from [http://wiki.slicer.org/slicerWiki/index.php/Documentation/4.5/Extensions/Reporting Reporting module] as ported to the Editor module as documented in [http://www.na-mic.org/Bug/view.php?id=4047 issue 4047] and committed as [http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&amp;amp;revision=24742 svn 24742].&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Approach and Plan bullet points --&amp;gt;&lt;br /&gt;
* The initial plan was for the Segment Editor to incoporate the display of terminology, ported from the Editor module. The next stage is to add support for editing the terminologies and adding new ones.&lt;br /&gt;
* Review overview sildes [https://www.slicer.org/slicerWiki/index.php/File:20160526_Segmentations.pptx  Segmentations]&lt;br /&gt;
* Source code review: [https://subversion.assembla.com/svn/slicerrt/trunk/SlicerRt/src/  SlicerRT] ([https://github.com/SlicerRt/SlicerRT/ github mirror]), with a focus on containers (vtkSegment, vtkSegmentation, vtkMRMLSegmentationNode), and widget GUI (Segmentations Widgets qMRMLSegmentsTableView)&lt;br /&gt;
* Compare to web app for populating SEG metadata: http://qiicr.org/dcmqi ([https://github.com/QIICR/dcmqi/tree/gh-pages github source])&lt;br /&gt;
** To view in slicer's webkit&lt;br /&gt;
  view = qt.QWebView()&lt;br /&gt;
  view.setUrl(qt.QUrl('http://qiicr.org/dcmqi/'))&lt;br /&gt;
  view.show()&lt;br /&gt;
* From Andrey: disconnect segment ID from the color ID and from the terminology associated with it - it should be possible to have more than one distinctive segment that has the same color and the same terminology, but are differentiated by segment ID and segment label.&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Progress and Next steps bullet points (fill out at the end of project week --&amp;gt;&lt;br /&gt;
* Tue Jun 21: Csaba and Nicole met and discussed ways to incorporate the terminology information into the segment editor&lt;br /&gt;
** Each segmentation node has a custom temporary color table that's built up from color selected for each segment.&lt;br /&gt;
*** Add a node reference to the segmentation node pointing to the color node that is used to build the custom color table (generic anatomy colors has terminology associated with it). This will help on load as the segment has the color index and the custom color table will be rebuilt from the reference color node. (Csaba)&lt;br /&gt;
*** When creating the new temp color node, also create a new terminology associated with it (Nicole)&lt;br /&gt;
** Adding a new segment&lt;br /&gt;
*** A color RGB is set on the display node, that's used to rebuild the custom color table on load&lt;br /&gt;
*** Consolidate to the segment editor (Csaba)&lt;br /&gt;
*** Bring up the CTK color picker by default on adding a new segment to set/edit the default color/terminology (Csaba)&lt;br /&gt;
*** Extend/fix the CTK color picker:&lt;br /&gt;
**** Show the custom color node by default not the Generic Anatomy one (Nicole)&lt;br /&gt;
**** How to best show if adding a new color or editing an old one?&lt;br /&gt;
**** Fix the bug where you can pick a new color for a segment, but if you click on a different color in the color picker's table it still sets the color for the entry that was clicked in the editor GUI (disable selection highlight?) (Nicole)&lt;br /&gt;
**** Add display of the terminology associated with the color node displayed (Nicole)&lt;br /&gt;
**** Add terminology editing/look up to set a new terminology (Nicole - post project week)&lt;br /&gt;
** Consider loading a segmentation node from disk and rebuilding the custom terminology - will each segment need to have a the terminology category, property, region and modifiers set?&lt;br /&gt;
** Add tool tips showing terminology, as in Colors module, see [https://github.com/Slicer/Slicer/blob/master/Libs/MRML/Widgets/qMRMLColorModel.cxx#L340 qMRMLColorModel] (Csaba)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Use cases ===&lt;br /&gt;
&lt;br /&gt;
* Category = Segmented Property Category&lt;br /&gt;
* Type = Segmented Property Type (+Modifier, optional)&lt;br /&gt;
* Anatomic region (+Modifier, optional)&lt;br /&gt;
&lt;br /&gt;
==== Loading segmentation from DICOM ====&lt;br /&gt;
Assumptions:&lt;br /&gt;
* can expect that Category and Type will be initialized, if not - fall back to default codes (Tissue/Tissue codes)&lt;br /&gt;
* anatomic region may or may not be initialized (example: can specify anatomic location of the tumor, but may not be present)&lt;br /&gt;
* colors may or may not be specified&lt;br /&gt;
Consequences:&lt;br /&gt;
* need to be able to handle these various combinations&lt;br /&gt;
* if colors are not specified, would be nice to suggest some good default color choices (to optimize differentiation of the structures? lookup of default colors may not be easy for medium-large dictionaries)&lt;br /&gt;
* it is not clear that it is a good idea to restrict the choices of terminology (or colors) if a user wants to modify segmentation loaded from DICOM - so it might be helpful to choose from existing color maps / terminology dictionaries for a DICOM-loaded segmentation&lt;br /&gt;
&lt;br /&gt;
==== Creating segmentation from scratch ====&lt;br /&gt;
* choose from predefined dictionaries (combinations of Type/Category/Anatomy customized for a specific use case)&lt;br /&gt;
* choose from predefined color tables, or perhaps color assignment strategies (e.g., high contrast, similar shades of color for the segments corresponding to the same kind of structure)&lt;br /&gt;
&lt;br /&gt;
=== Workflow ===&lt;br /&gt;
&lt;br /&gt;
To add a new segment:&lt;br /&gt;
* user clicks &amp;quot;add segment&amp;quot;&lt;br /&gt;
* terminology and color are populated to some default value&lt;br /&gt;
* user has an option to change the color and terminology separately TerminologyWidget (naming to be confirmed)&lt;br /&gt;
* user has the option to choose the dictionary in the TerminologyWidget&lt;br /&gt;
* the purpose of the dictionary is to define specific combinations of category/type/anatomy for the specific use case (GenericAnatomy LUT is one example, and we will also need a larger set of codes defined by the standard)&lt;br /&gt;
&lt;br /&gt;
=== Implementation approach ===&lt;br /&gt;
&lt;br /&gt;
Terminology browser widget:&lt;br /&gt;
* Slicer widget vs CTK widget: consensus seems to be that CTK widget makes sense&lt;br /&gt;
* Qt widget vs web app: considering that basic web app already exists, it may make sense to experiment reusing it; Marco notes that it may be futile to experiment with web app integration in Slicer using the current Qt 4&lt;br /&gt;
** Marco confirmed that qiicr.org/dcmqi renders correctly in Qt 5.6 (used in MITK); it does not render in Slicer Qt 4.x webkit&lt;br /&gt;
* We will continue with prototyping in the web app (add support for color picker and dictionary selection)&lt;br /&gt;
** web app color picker issue https://github.com/QIICR/dcmqi/issues/21&lt;/div&gt;</summary>
		<author><name>Naucoin</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2016_Summer_Project_Week/Segmentation_Editor_and_Terminology&amp;diff=93260</id>
		<title>2016 Summer Project Week/Segmentation Editor and Terminology</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2016_Summer_Project_Week/Segmentation_Editor_and_Terminology&amp;diff=93260"/>
		<updated>2016-06-23T10:28:19Z</updated>

		<summary type="html">&lt;p&gt;Naucoin: /* 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-Summer2016.png|[[2016_Summer_Project_Week#Projects|Projects List]]&lt;br /&gt;
Image:TerminologyInEditor.jpg|Slicer 4.5 Editor with terminology&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* Nicole Aucoin (BWH)&lt;br /&gt;
* Csaba Pinter (Queens)&lt;br /&gt;
* Andrey Fedorov (BWH)&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Objective&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Approach and Plan&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Progress and Next Steps&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Objective bullet points --&amp;gt;&lt;br /&gt;
* Build on the work done in the [[2016_Summer_Project_Week/Segmentations_Integration|Segmentations Integration]] project to incoporate terminology information from [http://wiki.slicer.org/slicerWiki/index.php/Documentation/4.5/Extensions/Reporting Reporting module] as ported to the Editor module as documented in [http://www.na-mic.org/Bug/view.php?id=4047 issue 4047] and committed as [http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&amp;amp;revision=24742 svn 24742].&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Approach and Plan bullet points --&amp;gt;&lt;br /&gt;
* The initial plan was for the Segment Editor to incoporate the display of terminology, ported from the Editor module. The next stage is to add support for editing the terminologies and adding new ones.&lt;br /&gt;
* Review overview sildes [https://www.slicer.org/slicerWiki/index.php/File:20160526_Segmentations.pptx  Segmentations]&lt;br /&gt;
* Source code review: [https://subversion.assembla.com/svn/slicerrt/trunk/SlicerRt/src/  SlicerRT] ([https://github.com/SlicerRt/SlicerRT/ github mirror]), with a focus on containers (vtkSegment, vtkSegmentation, vtkMRMLSegmentationNode), and widget GUI (Segmentations Widgets qMRMLSegmentsTableView)&lt;br /&gt;
* Compare to web app for populating SEG metadata: http://qiicr.org/dcmqi ([https://github.com/QIICR/dcmqi/tree/gh-pages github source])&lt;br /&gt;
** To view in slicer's webkit&lt;br /&gt;
  view = qt.QWebView()&lt;br /&gt;
  view.setUrl(qt.QUrl('http://qiicr.org/dcmqi/'))&lt;br /&gt;
  view.show()&lt;br /&gt;
* From Andrey: disconnect segment ID from the color ID and from the terminology associated with it - it should be possible to have more than one distinctive segment that has the same color and the same terminology, but are differentiated by segment ID and segment label.&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Progress and Next steps bullet points (fill out at the end of project week --&amp;gt;&lt;br /&gt;
* Tue Jun 21: Csaba and Nicole met and discussed ways to incorporate the terminology information into the segment editor&lt;br /&gt;
** Each segmentation node has a custom temporary color table that's built up from color selected for each segment.&lt;br /&gt;
*** Add a node reference to the segmentation node pointing to the color node that is used to build the custom color table (generic anatomy colors has terminology associated with it). This will help on load as the segment has the color index and the custom color table will be rebuilt from the reference color node. (Csaba)&lt;br /&gt;
*** When creating the new temp color node, also create a new terminology associated with it (Nicole)&lt;br /&gt;
** Adding a new segment&lt;br /&gt;
*** A color RGB is set on the display node, that's used to rebuild the custom color table on load&lt;br /&gt;
*** Consolidate to the segment editor (Csaba)&lt;br /&gt;
*** Bring up the CTK color picker by default on adding a new segment to set/edit the default color/terminology (Csaba)&lt;br /&gt;
*** Extend/fix the CTK color picker:&lt;br /&gt;
**** Show the custom color node by default not the Generic Anatomy one (Nicole)&lt;br /&gt;
**** How to best show if adding a new color or editing an old one?&lt;br /&gt;
**** Fix the bug where you can pick a new color for a segment, but if you click on a different color in the color picker's table it still sets the color for the entry that was clicked in the editor GUI (disable selection highlight?) (Nicole)&lt;br /&gt;
**** Add display of the terminology associated with the color node displayed (Nicole)&lt;br /&gt;
**** Add terminology editing/look up to set a new terminology (Nicole - post project week)&lt;br /&gt;
** Consider loading a segmentation node from disk and rebuilding the custom terminology - will each segment need to have a the terminology category, property, region and modifiers set?&lt;br /&gt;
** Add tool tips showing terminology, as in Colors module, see [https://github.com/Slicer/Slicer/blob/master/Libs/MRML/Widgets/qMRMLColorModel.cxx#L340 qMRMLColorModel] (Csaba)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Use cases ===&lt;br /&gt;
&lt;br /&gt;
* Category = Segmented Property Category&lt;br /&gt;
* Type = Segmented Property Type (+Modifier, optional)&lt;br /&gt;
* Anatomic region (+Modifier, optional)&lt;br /&gt;
&lt;br /&gt;
==== Loading segmentation from DICOM ====&lt;br /&gt;
Assumptions:&lt;br /&gt;
* can expect that Category and Type will be initialized, if not - fall back to default codes (Tissue/Tissue codes)&lt;br /&gt;
* anatomic region may or may not be initialized (example: can specify anatomic location of the tumor, but may not be present)&lt;br /&gt;
* colors may or may not be specified&lt;br /&gt;
Consequences:&lt;br /&gt;
* need to be able to handle these various combinations&lt;br /&gt;
* if colors are not specified, would be nice to suggest some good default color choices (to optimize differentiation of the structures? lookup of default colors may not be easy for medium-large dictionaries)&lt;br /&gt;
* it is not clear that it is a good idea to restrict the choices of terminology (or colors) if a user wants to modify segmentation loaded from DICOM - so it might be helpful to choose from existing color maps / terminology dictionaries for a DICOM-loaded segmentation&lt;br /&gt;
&lt;br /&gt;
==== Creating segmentation from scratch ====&lt;br /&gt;
* choose from predefined dictionaries (combinations of Type/Category/Anatomy customized for a specific use case)&lt;br /&gt;
* choose from predefined color tables, or perhaps color assignment strategies (e.g., high contrast, similar shades of color for the segments corresponding to the same kind of structure)&lt;br /&gt;
&lt;br /&gt;
=== Workflow ===&lt;br /&gt;
&lt;br /&gt;
To add a new segment:&lt;br /&gt;
* user clicks &amp;quot;add segment&amp;quot;&lt;br /&gt;
* terminology and color are populated to some default value&lt;br /&gt;
* user has an option to change the color and terminology separately TerminologyWidget (naming to be confirmed)&lt;br /&gt;
* user has the option to choose the dictionary in the TerminologyWidget&lt;br /&gt;
* the purpose of the dictionary is to define specific combinations of category/type/anatomy for the specific use case (GenericAnatomy LUT is one example, and we will also need a larger set of codes defined by the standard)&lt;br /&gt;
&lt;br /&gt;
=== Implementation approach ===&lt;br /&gt;
&lt;br /&gt;
Terminology browser widget:&lt;br /&gt;
* Slicer widget vs CTK widget: consensus seems to be that CTK widget makes sense&lt;br /&gt;
* Qt widget vs web app: considering that basic web app already exists, it may make sense to experiment reusing it; Marco notes that it may be futile to experiment with web app integration in Slicer using the current Qt 4&lt;/div&gt;</summary>
		<author><name>Naucoin</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2016_Summer_Project_Week/Segmentation_Editor_and_Terminology&amp;diff=93219</id>
		<title>2016 Summer Project Week/Segmentation Editor and Terminology</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2016_Summer_Project_Week/Segmentation_Editor_and_Terminology&amp;diff=93219"/>
		<updated>2016-06-22T12:26:36Z</updated>

		<summary type="html">&lt;p&gt;Naucoin: /* 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-Summer2016.png|[[2016_Summer_Project_Week#Projects|Projects List]]&lt;br /&gt;
Image:TerminologyInEditor.jpg|Slicer 4.5 Editor with terminology&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* Nicole Aucoin (BWH)&lt;br /&gt;
* Csaba Pinter (Queens)&lt;br /&gt;
* Andrey Fedorov (BWH)&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Objective&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Approach and Plan&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Progress and Next Steps&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Objective bullet points --&amp;gt;&lt;br /&gt;
* Build on the work done in the [[2016_Summer_Project_Week/Segmentations_Integration|Segmentations Integration]] project to incoporate terminology information from [http://wiki.slicer.org/slicerWiki/index.php/Documentation/4.5/Extensions/Reporting Reporting module] as ported to the Editor module as documented in [http://www.na-mic.org/Bug/view.php?id=4047 issue 4047] and committed as [http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&amp;amp;revision=24742 svn 24742].&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Approach and Plan bullet points --&amp;gt;&lt;br /&gt;
* The initial plan was for the Segment Editor to incoporate the display of terminology, ported from the Editor module. The next stage is to add support for editing the terminologies and adding new ones.&lt;br /&gt;
* Review overview sildes [https://www.slicer.org/slicerWiki/index.php/File:20160526_Segmentations.pptx  Segmentations]&lt;br /&gt;
* Source code review: [https://subversion.assembla.com/svn/slicerrt/trunk/SlicerRt/src/  SlicerRT] ([https://github.com/SlicerRt/SlicerRT/ github mirror]), with a focus on containers (vtkSegment, vtkSegmentation, vtkMRMLSegmentationNode), and widget GUI (Segmentations Widgets qMRMLSegmentsTableView)&lt;br /&gt;
* Compare to web app for populating SEG metadata: http://qiicr.org/dcmq&lt;br /&gt;
* From Andrey: disconnect segment ID from the color ID and from the terminology associated with it - it should be possible to have more than one distinctive segment that has the same color and the same terminology, but are differentiated by segment ID and segment label.&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Progress and Next steps bullet points (fill out at the end of project week --&amp;gt;&lt;br /&gt;
* Tue Jun 21: Csaba and Nicole met and discussed ways to incorporate the terminology information into the segment editor&lt;br /&gt;
** Each segmentation node has a custom temporary color table that's built up from color selected for each segment.&lt;br /&gt;
*** Add a node reference to the segmentation node pointing to the color node that is used to build the custom color table (generic anatomy colors has terminology associated with it). This will help on load as the segment has the color index and the custom color table will be rebuilt from the reference color node. (Csaba)&lt;br /&gt;
*** When creating the new temp color node, also create a new terminology associated with it (Nicole)&lt;br /&gt;
** Adding a new segment&lt;br /&gt;
*** A color RGB is set on the display node, that's used to rebuild the custom color table on load&lt;br /&gt;
*** Consolidate to the segment editor (Csaba)&lt;br /&gt;
*** Bring up the CTK color picker by default on adding a new segment to set/edit the default color/terminology (Csaba)&lt;br /&gt;
*** Extend/fix the CTK color picker:&lt;br /&gt;
**** Show the custom color node by default not the Generic Anatomy one (Nicole)&lt;br /&gt;
**** How to best show if adding a new color or editing an old one?&lt;br /&gt;
**** Fix the bug where you can pick a new color for a segment, but if you click on a different color in the color picker's table it still sets the color for the entry that was clicked in the editor GUI (disable selection highlight?) (Nicole)&lt;br /&gt;
**** Add display of the terminology associated with the color node displayed (Nicole)&lt;br /&gt;
**** Add terminology editing/look up to set a new terminology (Nicole - post project week)&lt;br /&gt;
** Consider loading a segmentation node from disk and rebuilding the custom terminology - will each segment need to have a the terminology category, property, region and modifiers set?&lt;br /&gt;
** Add tool tips showing terminology, as in Colors module, see [https://github.com/Slicer/Slicer/blob/master/Libs/MRML/Widgets/qMRMLColorModel.cxx#L340 qMRMLColorModel] (Csaba)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Use cases ===&lt;br /&gt;
&lt;br /&gt;
* Category = Segmented Property Category&lt;br /&gt;
* Type = Segmented Property Type (+Modifier, optional)&lt;br /&gt;
* Anatomic region (+Modifier, optional)&lt;br /&gt;
&lt;br /&gt;
==== Loading segmentation from DICOM ====&lt;br /&gt;
Assumptions:&lt;br /&gt;
* can expect that Category and Type will be initialized, if not - fall back to default codes (Tissue/Tissue codes)&lt;br /&gt;
* anatomic region may or may not be initialized (example: can specify anatomic location of the tumor, but may not be present)&lt;br /&gt;
* colors may or may not be specified&lt;br /&gt;
Consequences:&lt;br /&gt;
* need to be able to handle these various combinations&lt;br /&gt;
* if colors are not specified, would be nice to suggest some good default color choices (to optimize differentiation of the structures? lookup of default colors may not be easy for medium-large dictionaries)&lt;br /&gt;
* it is not clear that it is a good idea to restrict the choices of terminology (or colors) if a user wants to modify segmentation loaded from DICOM - so it might be helpful to choose from existing color maps / terminology dictionaries for a DICOM-loaded segmentation&lt;br /&gt;
&lt;br /&gt;
==== Creating segmentation from scratch ====&lt;br /&gt;
* choose from predefined dictionaries (combinations of Type/Category/Anatomy customized for a specific use case)&lt;br /&gt;
* choose from predefined color tables, or perhaps color assignment strategies (e.g., high contrast, similar shades of color for the segments corresponding to the same kind of structure)&lt;br /&gt;
&lt;br /&gt;
=== Workflow ===&lt;br /&gt;
&lt;br /&gt;
To add a new segment:&lt;br /&gt;
* user clicks &amp;quot;add segment&amp;quot;&lt;br /&gt;
* terminology and color are populated to some default value&lt;br /&gt;
* user has an option to change the color and terminology separately TerminologyWidget (naming to be confirmed)&lt;br /&gt;
* user has the option to choose the dictionary in the TerminologyWidget&lt;br /&gt;
* the purpose of the dictionary is to define specific combinations of category/type/anatomy for the specific use case (GenericAnatomy LUT is one example, and we will also need a larger set of codes defined by the standard)&lt;/div&gt;</summary>
		<author><name>Naucoin</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2016_Summer_Project_Week/Segmentation_Editor_and_Terminology&amp;diff=93186</id>
		<title>2016 Summer Project Week/Segmentation Editor and Terminology</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2016_Summer_Project_Week/Segmentation_Editor_and_Terminology&amp;diff=93186"/>
		<updated>2016-06-21T20:03:32Z</updated>

		<summary type="html">&lt;p&gt;Naucoin: /* 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-Summer2016.png|[[2016_Summer_Project_Week#Projects|Projects List]]&lt;br /&gt;
Image:TerminologyInEditor.jpg|Slicer 4.5 Editor with terminology&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* Nicole Aucoin (BWH)&lt;br /&gt;
* Csaba Pinter (Queens)&lt;br /&gt;
* Andrey Fedorov (BWH)&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;
* Build on the work done in the [[2016_Summer_Project_Week/Segmentations_Integration|Segmentations Integration]] project to incoporate terminology information from [http://wiki.slicer.org/slicerWiki/index.php/Documentation/4.5/Extensions/Reporting Reporting module] as ported to the Editor module as documented in [http://www.na-mic.org/Bug/view.php?id=4047 issue 4047] and committed as [http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&amp;amp;revision=24742 svn 24742].&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;
* The initial plan was for the Segment Editor to incoporate the display of terminology, ported from the Editor module. The next stage is to add support for editing the terminologies and adding new ones.&lt;br /&gt;
* Review overview sildes [https://www.slicer.org/slicerWiki/index.php/File:20160526_Segmentations.pptx | Segmentations]&lt;br /&gt;
* Source code review: [https://subversion.assembla.com/svn/slicerrt/trunk/SlicerRt/src/ | SlicerRT], with a focus on containers (vtkSegment, vtkSegmentation, vtkMRMLSegmentationNode), and widget GUI (Segmentations Widgets qMRMLSegmentsTableView)&lt;br /&gt;
* Compare to web app for populating SEG metadata: http://qiicr.org/dcmq&lt;br /&gt;
* From Andrey: disconnect segment ID from the color ID and from the terminology associated with it - it should be possible to have more than one distinctive segment that has the same color and the same terminology, but are differentiated by segment ID and segment label.&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;
* Tue Jun 21: Csaba and Nicole met and discussed ways to incorporate the terminology information into the segment editor&lt;br /&gt;
** Each segmentation node has a custom temporary color table that's built up from color selected for each segment.&lt;br /&gt;
*** Add a node reference to the segmentation node pointing to the color node that is used to build the custom color table (generic anatomy colors has terminology associated with it). This will help on load as the segment has the color index and the custom color table will be rebuilt from the reference color node. (Csaba)&lt;br /&gt;
*** When creating the new temp color node, also create a new terminology associated with it (Nicole)&lt;br /&gt;
** Adding a new segment&lt;br /&gt;
*** A color RGB is set on the display node, that's used to rebuild the custom color table on load&lt;br /&gt;
*** Consolidate to the segment editor (Csaba)&lt;br /&gt;
*** Bring up the CTK color picker by default on adding a new segment to set/edit the default color/terminology (Csaba)&lt;br /&gt;
*** Extend/fix the CTK color picker:&lt;br /&gt;
**** Show the custom color node by default not the Generic Anatomy one (Nicole)&lt;br /&gt;
**** How to best show if adding a new color or editing an old one?&lt;br /&gt;
**** Fix the bug where you can pick a new color for a segment, but if you click on a different color in the color picker's table it still sets the color for the entry that was clicked in the editor GUI (disable selection highlight?) (Nicole)&lt;br /&gt;
**** Add display of the terminology associated with the color node displayed (Nicole)&lt;br /&gt;
**** Add terminology editing/look up to set a new terminology (Nicole - post project week)&lt;br /&gt;
** Consider loading a segmentation node from disk and rebuilding the custom terminology - will each segment need to have a the terminology category, property, region and modifiers set?&lt;br /&gt;
** Add tool tips showing terminology, as in Colors module, see [https://github.com/Slicer/Slicer/blob/master/Libs/MRML/Widgets/qMRMLColorModel.cxx#L340 qMRMLColorModel] (Csaba)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Naucoin</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2016_Summer_Project_Week/Segmentation_Editor_and_Terminology&amp;diff=93180</id>
		<title>2016 Summer Project Week/Segmentation Editor and Terminology</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2016_Summer_Project_Week/Segmentation_Editor_and_Terminology&amp;diff=93180"/>
		<updated>2016-06-21T11:52:17Z</updated>

		<summary type="html">&lt;p&gt;Naucoin: /* 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-Summer2016.png|[[2016_Summer_Project_Week#Projects|Projects List]]&lt;br /&gt;
Image:TerminologyInEditor.jpg|Slicer 4.5 Editor with terminology&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* Nicole Aucoin (BWH)&lt;br /&gt;
* Csaba Pinter (Queens)&lt;br /&gt;
* Andrey Fedorov (BWH)&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;
* Build on the work done in the [[2016_Summer_Project_Week/Segmentations_Integration|Segmentations Integration]] project to incoporate terminology information from [http://wiki.slicer.org/slicerWiki/index.php/Documentation/4.5/Extensions/Reporting Reporting module] as ported to the Editor module as documented in [http://www.na-mic.org/Bug/view.php?id=4047 issue 4047] and committed as [http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&amp;amp;revision=24742 svn 24742].&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;
* The initial plan was for the Segment Editor to incoporate the display of terminology, ported from the Editor module. The next stage is to add support for editing the terminologies and adding new ones.&lt;br /&gt;
* Review overview sildes [https://www.slicer.org/slicerWiki/index.php/File:20160526_Segmentations.pptx | Segmentations]&lt;br /&gt;
* Source code review: [https://subversion.assembla.com/svn/slicerrt/trunk/SlicerRt/src/ | SlicerRT], with a focus on containers (vtkSegment, vtkSegmentation, vtkMRMLSegmentationNode), and widget GUI (Segmentations Widgets qMRMLSegmentsTableView)&lt;br /&gt;
* Compare to web app for populating SEG metadata: http://qiicr.org/dcmq&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;
* Tue Jun 21: Csaba and Nicole met and discussed ways to incorporate the terminology information into the segment editor&lt;br /&gt;
** Each segmentation node has a custom temporary color table that's built up from color selected for each segment.&lt;br /&gt;
*** Add a node reference to the segmentation node pointing to the color node that is used to build the custom color table (generic anatomy colors has terminology associated with it). This will help on load as the segment has the color index and the custom color table will be rebuilt from the reference color node. (Csaba)&lt;br /&gt;
*** When creating the new temp color node, also create a new terminology associated with it (Nicole)&lt;br /&gt;
** Adding a new segment&lt;br /&gt;
*** A color RGB is set on the display node, that's used to rebuild the custom color table on load&lt;br /&gt;
*** Consolidate to the segment editor (Csaba)&lt;br /&gt;
*** Bring up the CTK color picker by default on adding a new segment to set/edit the default color/terminology (Csaba)&lt;br /&gt;
*** Extend/fix the CTK color picker:&lt;br /&gt;
**** Show the custom color node by default not the Generic Anatomy one (Nicole)&lt;br /&gt;
**** How to best show if adding a new color or editing an old one?&lt;br /&gt;
**** Fix the bug where you can pick a new color for a segment, but if you click on a different color in the color picker's table it still sets the color for the entry that was clicked in the editor GUI (disable selection highlight?) (Nicole)&lt;br /&gt;
**** Add display of the terminology associated with the color node displayed (Nicole)&lt;br /&gt;
**** Add terminology editing/look up to set a new terminology (Nicole - post project week)&lt;br /&gt;
** Consider loading a segmentation node from disk and rebuilding the custom terminology - will each segment need to have a the terminology category, property, region and modifiers set?&lt;br /&gt;
** Add tool tips showing terminology, as in Colors module, see [https://github.com/Slicer/Slicer/blob/master/Libs/MRML/Widgets/qMRMLColorModel.cxx#L340 qMRMLColorModel] (Csaba)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Naucoin</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2016_Summer_Project_Week/Segmentation_Editor_and_Terminology&amp;diff=93179</id>
		<title>2016 Summer Project Week/Segmentation Editor and Terminology</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2016_Summer_Project_Week/Segmentation_Editor_and_Terminology&amp;diff=93179"/>
		<updated>2016-06-21T11:44:16Z</updated>

		<summary type="html">&lt;p&gt;Naucoin: /* 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-Summer2016.png|[[2016_Summer_Project_Week#Projects|Projects List]]&lt;br /&gt;
Image:TerminologyInEditor.jpg|Slicer 4.5 Editor with terminology&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* Nicole Aucoin (BWH)&lt;br /&gt;
* Csaba Pinter (Queens)&lt;br /&gt;
* Andrey Fedorov (BWH)&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;
* Build on the work done in the [[2016_Summer_Project_Week/Segmentations_Integration|Segmentations Integration]] project to incoporate terminology information from [http://wiki.slicer.org/slicerWiki/index.php/Documentation/4.5/Extensions/Reporting Reporting module] as ported to the Editor module as documented in [http://www.na-mic.org/Bug/view.php?id=4047 issue 4047] and committed as [http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&amp;amp;revision=24742 svn 24742].&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;
* The initial plan was for the Segment Editor to incoporate the display of terminology, ported from the Editor module. The next stage is to add support for editing the terminologies and adding new ones.&lt;br /&gt;
* Review overview sildes [https://www.slicer.org/slicerWiki/index.php/File:20160526_Segmentations.pptx | Segmentations]&lt;br /&gt;
* Source code review: [https://subversion.assembla.com/svn/slicerrt/trunk/SlicerRt/src/ | SlicerRT], with a focus on containers (vtkSegment, vtkSegmentation, vtkMRMLSegmentationNode), and widget GUI (Segmentations Widgets qMRMLSegmentsTableView)&lt;br /&gt;
* Compare to web app for populating SEG metadata: http://qiicr.org/dcmq&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;
* Tue Jun 21: Csaba and Nicole met and discussed ways to incorporate the terminology information into the segment editor&lt;br /&gt;
** Each segmentation node has a custom temporary color table that's built up from color selected for each segment.&lt;br /&gt;
*** Add a node reference to the segmentation node pointing to the color node that is used to build the custom color table (generic anatomy colors has terminology associated with it). This will help on load as the segment has the color index and the custom color table will be rebuilt from the reference color node.&lt;br /&gt;
*** When creating the new temp color node, also create a new terminology associated with it&lt;br /&gt;
** Adding a new segment&lt;br /&gt;
*** A color RGB is set on the display node, that's used to rebuild the custom color table on load&lt;br /&gt;
*** Consolidate to the segment editor&lt;br /&gt;
*** Bring up the CTK color picker by default&lt;br /&gt;
*** Extend/fix the CTK color picker:&lt;br /&gt;
**** Bring up the custom color node by default when adding a new segment to set the color/terminology&lt;br /&gt;
**** How to best show if adding a new color or editing an old one?&lt;br /&gt;
**** Fix the bug where you can pick a new color for a segment, but if you click on a different color in the color picker's table it still sets the color for the entry that was clicked in the editor GUI (disable selection highlight?)&lt;br /&gt;
**** Add display of the terminology associated with the color node displayed&lt;br /&gt;
**** Add terminology editing/look up to set a new terminology&lt;br /&gt;
** Consider loading a segmentation node from disk and rebuilding the custom terminology - will each segment need to have a the terminology category, property, region and modifiers set?&lt;br /&gt;
** Add tool tips showing terminology, as in Colors module&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Naucoin</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2016_Summer_Project_Week/Segmentation_Editor_and_Terminology&amp;diff=93178</id>
		<title>2016 Summer Project Week/Segmentation Editor and Terminology</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2016_Summer_Project_Week/Segmentation_Editor_and_Terminology&amp;diff=93178"/>
		<updated>2016-06-21T11:43:23Z</updated>

		<summary type="html">&lt;p&gt;Naucoin: /* 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-Summer2016.png|[[2016_Summer_Project_Week#Projects|Projects List]]&lt;br /&gt;
Image:TerminologyInEditor.jpg|Slicer 4.5 Editor with terminology&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* Nicole Aucoin (BWH)&lt;br /&gt;
* Csaba Pinter (Queens)&lt;br /&gt;
* Andrey Fedorov (BWH)&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;
* Build on the work done in the [[2016_Summer_Project_Week/Segmentations_Integration|Segmentations Integration]] project to incoporate terminology information from [http://wiki.slicer.org/slicerWiki/index.php/Documentation/4.5/Extensions/Reporting Reporting module] as ported to the Editor module as documented in [http://www.na-mic.org/Bug/view.php?id=4047 issue 4047] and committed as [http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&amp;amp;revision=24742 svn 24742].&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;
* The initial plan was for the Segment Editor to incoporate the display of terminology, ported from the Editor module. The next stage is to add support for editing the terminologies and adding new ones.&lt;br /&gt;
* Review overview sildes [https://www.slicer.org/slicerWiki/index.php/File:20160526_Segmentations.pptx | Segmentations]&lt;br /&gt;
* Source code review: [https://subversion.assembla.com/svn/slicerrt/trunk/SlicerRt/src/ | SlicerRT], with a focus on containers (vtkSegment, vtkSegmentation, vtkMRMLSegmentationNode), and widget GUI (Segmentations Widgets qMRMLSegmentsTableView)&lt;br /&gt;
* Compare to web app for populating SEG metadata: http://qiicr.org/dcmq&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;
* Tue Jun 21: Csaba and Nicole met and discussed ways to incorporate the terminology information into the segment editor&lt;br /&gt;
** Each segmentation node has a custom temporary color table that's built up from color selected for each segment.&lt;br /&gt;
*** Add a node reference to the segmentation node pointing to the color node that is used to build the custom color table (generic anatomy colors has terminology associated with it). This will help on load as the segment has the color index and the custom color table will be rebuilt from the reference color node.&lt;br /&gt;
*** When creating the new temp color node, also create a new terminology associated with it&lt;br /&gt;
** Adding a new segment&lt;br /&gt;
*** A color RGB is set on the display node, that's used to rebuild the custom color table on load&lt;br /&gt;
*** Consolidate to the segment editor&lt;br /&gt;
*** Bring up the CTK color picker by default&lt;br /&gt;
*** Extend/fix the CTK color picker:&lt;br /&gt;
**** Bring up the custom color node by default when adding a new segment to set the color/terminology&lt;br /&gt;
**** How to best show if adding a new color or editing an old one?&lt;br /&gt;
**** Fix the bug where you can pick a new color for a segment, but if you click on a different color in the color picker's table it still sets the color for the entry that was clicked in the editor GUI (disable selection highlight?)&lt;br /&gt;
**** Add display of the terminology associated with the color node displayed&lt;br /&gt;
**** Add terminology editing/look up to set a new terminology&lt;br /&gt;
**** Consider loading a segmentation node from disk and rebuilding the new terminology - will each segment need to have a the terminoology category, property, region and modifiers set?&lt;br /&gt;
** Add tool tips showing terminology, as in Colors module&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Naucoin</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2016_Summer_Project_Week/Segmentation_Editor_and_Terminology&amp;diff=93177</id>
		<title>2016 Summer Project Week/Segmentation Editor and Terminology</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2016_Summer_Project_Week/Segmentation_Editor_and_Terminology&amp;diff=93177"/>
		<updated>2016-06-21T11:42:36Z</updated>

		<summary type="html">&lt;p&gt;Naucoin: /* 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-Summer2016.png|[[2016_Summer_Project_Week#Projects|Projects List]]&lt;br /&gt;
Image:TerminologyInEditor.jpg|Slicer 4.5 Editor with terminology&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* Nicole Aucoin (BWH)&lt;br /&gt;
* Csaba Pinter (Queens)&lt;br /&gt;
* Andrey Fedorov (BWH)&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;
* Build on the work done in the [[2016_Summer_Project_Week/Segmentations_Integration|Segmentations Integration]] project to incoporate terminology information from [http://wiki.slicer.org/slicerWiki/index.php/Documentation/4.5/Extensions/Reporting Reporting module] as ported to the Editor module as documented in [http://www.na-mic.org/Bug/view.php?id=4047 issue 4047] and committed as [http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&amp;amp;revision=24742 svn 24742].&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;
* The initial plan was for the Segment Editor to incoporate the display of terminology, ported from the Editor module. The next stage is to add support for editing the terminologies and adding new ones.&lt;br /&gt;
* Review overview sildes [https://www.slicer.org/slicerWiki/index.php/File:20160526_Segmentations.pptx | Segmentations]&lt;br /&gt;
* Source code review: [https://subversion.assembla.com/svn/slicerrt/trunk/SlicerRt/src/ | SlicerRT], with a focus on containers (vtkSegment, vtkSegmentation, vtkMRMLSegmentationNode), and widget GUI (Segmentations Widgets qMRMLSegmentsTableView)&lt;br /&gt;
* Compare to web app for populating SEG metadata: http://qiicr.org/dcmq&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;
* Tue Jun 21: Csaba and Nicole met and discussed ways to incorporate the terminology information into the segment editor&lt;br /&gt;
** Each segmentation node has a custom temporary color table that's built up from color selected for each segment.&lt;br /&gt;
*** Add a node reference to the segmentation node pointing to the color node that is used to build the custom color table (generic anatomy colors has terminology associated with it). This will help on load as the segment has the color index and the custom color table will be rebuilt from the reference color node.&lt;br /&gt;
*** When creating the new temp color node, also create a new terminology associated with it&lt;br /&gt;
** Adding a new segment&lt;br /&gt;
*** A color RGB is set on the display node, that's used to rebuild the custom color table on load&lt;br /&gt;
*** Consolidate to the segment editor&lt;br /&gt;
*** Bring up the CTK color picker by default&lt;br /&gt;
*** Extend/fix the CTK color picker:&lt;br /&gt;
**** Bring up the custom color node by default&lt;br /&gt;
**** How to best show if adding a new color or editing an old one?&lt;br /&gt;
**** Fix the bug where you can pick a new color for a segment, but if you click on a different color in the color picker's table it still sets the color for the entry that was clicked in the editor GUI (disable selection highlight?)&lt;br /&gt;
**** Add display of the terminology associated with the color node displayed&lt;br /&gt;
**** Add terminology editing/look up to set a new terminology&lt;br /&gt;
**** Consider loading a segmentation node from disk and rebuilding the new terminology - will each segment need to have a the terminoology category, property, region and modifiers set?&lt;br /&gt;
** Add tool tips showing terminology, as in Colors module&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Naucoin</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2016_Summer_Project_Week/Segmentation_Editor_and_Terminology&amp;diff=93148</id>
		<title>2016 Summer Project Week/Segmentation Editor and Terminology</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2016_Summer_Project_Week/Segmentation_Editor_and_Terminology&amp;diff=93148"/>
		<updated>2016-06-20T13:48:47Z</updated>

		<summary type="html">&lt;p&gt;Naucoin: /* 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-Summer2016.png|[[2016_Summer_Project_Week#Projects|Projects List]]&lt;br /&gt;
Image:TerminologyInEditor.jpg|Slicer 4.5 Editor with terminology&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* Nicole Aucoin (BWH)&lt;br /&gt;
* Csaba Pinter (Queens)&lt;br /&gt;
* Andrey Fedorov (BWH)&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;
* Build on the work done in the [[2016_Summer_Project_Week/Segmentations_Integration|Segmentations Integration]] project to incoporate terminology information from [http://wiki.slicer.org/slicerWiki/index.php/Documentation/4.5/Extensions/Reporting Reporting module] as ported to the Editor module as documented in [http://www.na-mic.org/Bug/view.php?id=4047 issue 4047] and committed as [http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&amp;amp;revision=24742 svn 24742].&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;
* The initial plan was for the Segment Editor to incoporate the display of terminology, ported from the Editor module. The next stage is to add support for editing the terminologies and adding new ones.&lt;br /&gt;
* Review overview sildes [https://www.slicer.org/slicerWiki/index.php/File:20160526_Segmentations.pptx | Segmentations]&lt;br /&gt;
* Source code review: [https://subversion.assembla.com/svn/slicerrt/trunk/SlicerRt/src/ | SlicerRT], with a focus on containers (vtkSegment, vtkSegmentation, vtkMRMLSegmentationNode), and widget GUI (Segmentations\Widgets\qMRMLSegmentsTableView)&lt;br /&gt;
* Compare to web app for populating SEG metadata: http://qiicr.org/dcmq&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Naucoin</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2016_Summer_Project_Week/Segmentation_Editor_and_Terminology&amp;diff=93097</id>
		<title>2016 Summer Project Week/Segmentation Editor and Terminology</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2016_Summer_Project_Week/Segmentation_Editor_and_Terminology&amp;diff=93097"/>
		<updated>2016-06-20T11:14:07Z</updated>

		<summary type="html">&lt;p&gt;Naucoin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-Summer2016.png|[[2016_Summer_Project_Week#Projects|Projects List]]&lt;br /&gt;
Image:TerminologyInEditor.jpg|Slicer 4.5 Editor with terminology&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* Nicole Aucoin (BWH)&lt;br /&gt;
* Csaba Pinter (Queens)&lt;br /&gt;
* Andrey Fedorov (BWH)&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;
* Build on the work done in the [[2016_Summer_Project_Week/Segmentations_Integration|Segmentations Integration]] project to incoporate terminology information from [http://wiki.slicer.org/slicerWiki/index.php/Documentation/4.5/Extensions/Reporting Reporting module] as ported to the Editor module as documented in [http://www.na-mic.org/Bug/view.php?id=4047 issue 4047] and committed as [http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&amp;amp;revision=24742 svn 24742].&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;
* The initial plan was for the Segment Editor to incoporate the display of terminology, ported from the Editor module. The next stage is to add support for editing the terminologies and adding new ones.&lt;br /&gt;
* Review overview sildes [https://www.slicer.org/slicerWiki/index.php/File:20160526_Segmentations.pptx | Segmentations]&lt;br /&gt;
* Source code review: [https://subversion.assembla.com/svn/slicerrt/trunk/SlicerRt/src/ | SlicerRT], with a focus on containers (vtkSegment, vtkSegmentation, vtkMRMLSegmentationNode), and widget GUI (Segmentations\Widgets\qMRMLSegmentsTableView)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Naucoin</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=File:TerminologyInEditor.jpg&amp;diff=93093</id>
		<title>File:TerminologyInEditor.jpg</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=File:TerminologyInEditor.jpg&amp;diff=93093"/>
		<updated>2016-06-20T11:12:38Z</updated>

		<summary type="html">&lt;p&gt;Naucoin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Naucoin</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2016_Summer_Project_WEB_and_3D_DICOM_viewer_to_the_rest_of_us&amp;diff=93085</id>
		<title>2016 Summer Project WEB and 3D DICOM viewer to the rest of us</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2016_Summer_Project_WEB_and_3D_DICOM_viewer_to_the_rest_of_us&amp;diff=93085"/>
		<updated>2016-06-20T11:05:42Z</updated>

		<summary type="html">&lt;p&gt;Naucoin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-Summer2016.png|[[2016_Summer_Project_Week#Projects|Projects List]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* Koji Kobayashi (Vocsis Corporation)&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;
* Compared with its huge potential, current ugage of it is quite limited. ANATOMIA, my company's service intends to provide the values to patient.&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 advanced signal processing algorithms in internet server which generates intuitive 3D meshes.&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;
* Beta evaluation phase&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Naucoin</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2016_Summer_Project_Week/Segmentation_Editor_and_Terminology&amp;diff=92776</id>
		<title>2016 Summer Project Week/Segmentation Editor and Terminology</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2016_Summer_Project_Week/Segmentation_Editor_and_Terminology&amp;diff=92776"/>
		<updated>2016-06-06T21:26:45Z</updated>

		<summary type="html">&lt;p&gt;Naucoin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-Summer2016.png|[[2016_Summer_Project_Week#Projects|Projects List]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* Nicole Aucoin (BWH)&lt;br /&gt;
* Csaba Pinter (Queens)&lt;br /&gt;
* Andrey Fedorov (BWH)&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;
* Build on the work done in the [[2016_Summer_Project_Week/Segmentations_Integration|Segmentations Integration]] project to incoporate terminology information from [http://wiki.slicer.org/slicerWiki/index.php/Documentation/4.5/Extensions/Reporting Reporting module] as ported to the Editor module as documented in [http://www.na-mic.org/Bug/view.php?id=4047 issue 4047] and committed as [http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&amp;amp;revision=24742 svn 24742].&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;
* The initial plan was for the Segment Editor to incoporate the display of terminology, ported from the Editor module. The next stage is to add support for editing the terminologies and adding new ones.&lt;br /&gt;
* Review overview sildes [https://www.slicer.org/slicerWiki/index.php/File:20160526_Segmentations.pptx | Segmentations]&lt;br /&gt;
* Source code review: [https://subversion.assembla.com/svn/slicerrt/trunk/SlicerRt/src/ | SlicerRT], with a focus on containers (vtkSegment, vtkSegmentation, vtkMRMLSegmentationNode), and widget GUI (Segmentations\Widgets\qMRMLSegmentsTableView)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Naucoin</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2016_Summer_Project_Week/Segmentation_Editor_and_Terminology&amp;diff=92775</id>
		<title>2016 Summer Project Week/Segmentation Editor and Terminology</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2016_Summer_Project_Week/Segmentation_Editor_and_Terminology&amp;diff=92775"/>
		<updated>2016-06-06T20:34:08Z</updated>

		<summary type="html">&lt;p&gt;Naucoin: 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-Summer2016.png|[[2016_Summer_Project_Week#Projects|Projects List]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* Nicole Aucoin (BWH)&lt;br /&gt;
* Csaba Pinter (Queens)&lt;br /&gt;
* Andrey Fedorov (BWH)&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;
* Build on the work done in the [[2016_Summer_Project_Week/Segmentations_Integration|Segmentations Integration]] project to incoporate terminology information from [http://wiki.slicer.org/slicerWiki/index.php/Documentation/4.5/Extensions/Reporting Reporting module] as ported to the Editor module as documented in [http://www.na-mic.org/Bug/view.php?id=4047 issue 4047] and committed as [http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&amp;amp;revision=24742 svn 24742].&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;
* The initial plan was for the Segment Editor to incoporate the display of terminology, ported from the Editor module. The next stage is to add support for editing the terminologies and adding new ones.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
* &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Naucoin</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2016_Summer_Project_Week&amp;diff=92574</id>
		<title>2016 Summer Project Week</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2016_Summer_Project_Week&amp;diff=92574"/>
		<updated>2016-05-17T19:42:43Z</updated>

		<summary type="html">&lt;p&gt;Naucoin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
[[image:PW-Summer2016.png|300px]]&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
=Welcome to the web page for the 23rd Project Week!=&lt;br /&gt;
The 23rd Project Week is being held in conjunction with the [http://www.cars-int.org/ 30th International Conference on Computer Assisted Radiology and Surgery] (CARS) and the [http://www.ipcai.org/ IPCAI 2016]  conferences in Heidelberg, Germany.  Please go through this page for information, and if you have questions, please contact [https://www.spl.harvard.edu/pages/People/tkapur Tina Kapur, PhD].&lt;br /&gt;
&lt;br /&gt;
==Logistics==&lt;br /&gt;
*'''Dates:''' Monday June 20th to Saturday June 25th, 2016, with one day break on Tuesday June 21st to attend IPCAI.&lt;br /&gt;
*'''Location:''' Heidelberg, Germany.&lt;br /&gt;
**'''Monday''' at German Cancer Research Center - DKFZ&lt;br /&gt;
**'''Tuesday''' there is '''no''' organized Project Week activity due to IPCAI @ CARS&lt;br /&gt;
**'''Wednesday-Saturday''' at the Congress Hall of CARS.&lt;br /&gt;
*'''REGISTRATION:''' Please register for the CARS conference at http://www.cars-int.org/cars_2016/registration.html&lt;br /&gt;
*'''Registration Fee:''' Euro 650 (after April 26, 2016)&lt;br /&gt;
*'''Hotel:''' After registration, you can book hotels using the CARS organization at http://germany.nethotels.com/info/heidelberg/events/cars/default_en.htm or on your own.  Please remember that Project Week starts on Monday June 20th, even though the formal CARS/IPCAI program starts a day later, so you will need to pay attention while booking the hotel room.&lt;br /&gt;
*Preparatory Conference Calls: &lt;br /&gt;
**800-501-8979. The pin is 7327389. ([http://www.windstreambusiness.com/resources/user-guides/international-conferencing International dialing instructions are available here])&lt;br /&gt;
**Call #1 Tuesday, May 10, 3pm Boston time.&lt;br /&gt;
**Call #2 Tuesday, May 17, 3pm Boston time.&lt;br /&gt;
**Call #3 Tuesday, May 31, 9am Boston time.&lt;br /&gt;
**Call #4 Tuesday, Jun 7, 9am Boston time.&lt;br /&gt;
**Call #5 Tuesday, Jun 14, 9am Boston time.&lt;br /&gt;
&lt;br /&gt;
==Agenda==&lt;br /&gt;
&amp;lt;font color=&amp;quot;maroon&amp;quot;&amp;gt;Please note that on '''Tuesday'''  there is no organized Project Week activity due to IPCAI @ CARS&amp;lt;/font&amp;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:7%&amp;quot; |Time&lt;br /&gt;
!style=&amp;quot;width:15%&amp;quot; |Monday, June 20 &amp;lt;br&amp;gt; DKFZ &lt;br /&gt;
!style=&amp;quot;width:3%&amp;quot; |Tuesday, June 21 &amp;lt;br&amp;gt; IPCAI&lt;br /&gt;
!style=&amp;quot;width:15%&amp;quot; |Wednesday, June 22 &amp;lt;br&amp;gt; Congress Hall of CARS&lt;br /&gt;
!style=&amp;quot;width:15%&amp;quot; |Thursday, June 23 &amp;lt;br&amp;gt; Congress Hall of CARS&lt;br /&gt;
!style=&amp;quot;width:15%&amp;quot; |Friday, June 24 &amp;lt;br&amp;gt; Congress Hall of CARS&lt;br /&gt;
!style=&amp;quot;width:15%&amp;quot; |Saturday, June 25 &amp;lt;br&amp;gt; Congress Hall of CARS&lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''9:00am-12:00pm'''&lt;br /&gt;
|bgcolor=&amp;quot;#ffffff&amp;quot;| DKFZ Discussions&lt;br /&gt;
|bgcolor=&amp;quot;#ffffff&amp;quot;| &lt;br /&gt;
|bgcolor=&amp;quot;#ffffff&amp;quot;|Breakout Session: Ultrasound Navigation&lt;br /&gt;
|bgcolor=&amp;quot;#ffffff&amp;quot;| &lt;br /&gt;
|bgcolor=&amp;quot;#ffffff&amp;quot;|&lt;br /&gt;
|bgcolor=&amp;quot;#ffffff&amp;quot;| Progress Review&lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''12:00pm-1:00pm'''&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Lunch&lt;br /&gt;
|bgcolor=&amp;quot;#ffffff&amp;quot;| &lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Lunch&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Lunch&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Lunch&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Lunch and adjourn&lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''1:00pm-3:00pm'''&lt;br /&gt;
|bgcolor=&amp;quot;#ffffff&amp;quot;| Welcome! &amp;lt;br&amp;gt; Project Introductions&lt;br /&gt;
|bgcolor=&amp;quot;#ffffff&amp;quot;| &lt;br /&gt;
|bgcolor=&amp;quot;#ffffff&amp;quot;|&lt;br /&gt;
|bgcolor=&amp;quot;#ffffff&amp;quot;|&lt;br /&gt;
|bgcolor=&amp;quot;#ffffff&amp;quot;|&lt;br /&gt;
|bgcolor=&amp;quot;#ffffff&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''3:00pm-5:00pm'''&lt;br /&gt;
|bgcolor=&amp;quot;#ffffff&amp;quot;| 3:30pm: Breakout Session: Slicer Extensions&lt;br /&gt;
|bgcolor=&amp;quot;#ffffff&amp;quot;|&lt;br /&gt;
|bgcolor=&amp;quot;#ffffff&amp;quot;|&lt;br /&gt;
|bgcolor=&amp;quot;#ffffff&amp;quot;|&lt;br /&gt;
|bgcolor=&amp;quot;#ffffff&amp;quot;| &lt;br /&gt;
|bgcolor=&amp;quot;#ffffff&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''6:00pm'''&lt;br /&gt;
|bgcolor=&amp;quot;#f0e68b&amp;quot;|&lt;br /&gt;
|bgcolor=&amp;quot;#ffffff&amp;quot;| &lt;br /&gt;
|bgcolor=&amp;quot;#f0e68b&amp;quot;|&lt;br /&gt;
|bgcolor=&amp;quot;#f0e68b&amp;quot;| &lt;br /&gt;
|bgcolor=&amp;quot;#f0e68b&amp;quot;|&lt;br /&gt;
|bgcolor=&amp;quot;#f0e68b&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== '''Background''' ==&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 23rd Project Week is being held in conjunction with the [http://www.ipcai.org/ IPCAI 2016]  conference that is hosted by the [http://www.cars-int.org/ 30th International Conference on Computer Assisted Radiology and Surgery] (CARS).&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;
&lt;br /&gt;
==Equipment==&lt;br /&gt;
*[[2016_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;
=Projects=&lt;br /&gt;
* [[2016_Summer_Project_Week_Template | Template for project pages]]&lt;br /&gt;
&lt;br /&gt;
#Medical Imaging WebApp Software (Steve Pieper, Marco Nolden, Hans Meine)&lt;br /&gt;
#[[2016_VRPN_Integration | VRPN Integration]]&lt;br /&gt;
#Needle Segmentation from MRI (Tina Kapur, Andre Mastmeyer, Guillaume Pernelle)&lt;br /&gt;
#Guided Ultrasound Calibration (Elvis Chen, Robarts Research) http://link.springer.com/article/10.1007/s11548-016-1390-7&lt;br /&gt;
#[[2016_MRI_Manipulator | Integrating/Using OpenIGTLink for the communications of Robotics devices.]] (Scheherazade Kraß, MIC of university of Bremen, Germany)&lt;br /&gt;
# Segmentation Editor and Terminology (Nicole Aucoin, Andrey Fedorov)&lt;br /&gt;
&lt;br /&gt;
= '''Registrants''' =&lt;br /&gt;
&lt;br /&gt;
'''REGISTRATION:''' Please register for the CARS conference at http://www.cars-int.org/cars_2016/registration.html and then add your name to this list.  DKFZ members who will only be attending Monday should only add their name to this list.&lt;br /&gt;
&lt;br /&gt;
#Tina Kapur, BWH/HMS, Boston, USA&lt;br /&gt;
# Dženan Zukić, Kitware, USA&lt;br /&gt;
# Ines Prata Machado, MIT Portugal Program (PhD Student), Lisbon, Portugal.&lt;br /&gt;
# Sonia Pujol, Brigham and Women's Hospital, Harvard Medical School&lt;br /&gt;
# Scheherazade Kraß, PhD Student, [http://www.uni-bremen.de/ University of Bremen], [http://www.mic.uni-bremen.de/ Medical Image Computing]group, Germany&lt;br /&gt;
# Maria Francesca Spadea [http://www.imagenglab.com ImagEngLab], Italy&lt;br /&gt;
# Paolo Zaffino [http://www.imagenglab.com ImagEngLab], Italy&lt;br /&gt;
# Salvatore Scaramuzzino [http://www.imagenglab.com ImagEngLab], Italy&lt;br /&gt;
# Steve Pieper, Isomics, Inc., USA&lt;br /&gt;
# Nicole Aucoin, Brigham and Women's Hospital&lt;br /&gt;
# Simon Drouin, Montreal Neurological Institute&lt;br /&gt;
# Thomas Kirchner, German Cancer Research Center&lt;br /&gt;
# Elvis Chen, Robarts Research Institute, Canada&lt;br /&gt;
# Christian Askeland, SINTEF, Norway&lt;br /&gt;
# Hans Meine, University of Bremen / Fraunhofer MEVIS, Germany&lt;br /&gt;
# Longquan Chen, BWH/HMS, Boston, USA&lt;/div&gt;</summary>
		<author><name>Naucoin</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2016_Summer_Project_Week&amp;diff=92566</id>
		<title>2016 Summer Project Week</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2016_Summer_Project_Week&amp;diff=92566"/>
		<updated>2016-05-17T19:25:59Z</updated>

		<summary type="html">&lt;p&gt;Naucoin: adding new tcons&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
[[image:PW-Summer2016.png|300px]]&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
=Welcome to the web page for the 23rd Project Week!=&lt;br /&gt;
The 23rd Project Week is being held in conjunction with the [http://www.cars-int.org/ 30th International Conference on Computer Assisted Radiology and Surgery] (CARS) and the [http://www.ipcai.org/ IPCAI 2016]  conferences in Heidelberg, Germany.  Please go through this page for information, and if you have questions, please contact [https://www.spl.harvard.edu/pages/People/tkapur Tina Kapur, PhD].&lt;br /&gt;
&lt;br /&gt;
==Logistics==&lt;br /&gt;
*'''Dates:''' Monday June 20th to Saturday June 25th, 2016, with one day break on Tuesday June 21st to attend IPCAI.&lt;br /&gt;
*'''Location:''' Heidelberg, Germany.&lt;br /&gt;
**'''Monday''' at German Cancer Research Center - DKFZ&lt;br /&gt;
**'''Tuesday''' there is '''no''' organized Project Week activity due to IPCAI @ CARS&lt;br /&gt;
**'''Wednesday-Saturday''' at the Congress Hall of CARS.&lt;br /&gt;
*'''REGISTRATION:''' Please register for the CARS conference at http://www.cars-int.org/cars_2016/registration.html&lt;br /&gt;
*'''Registration Fee:''' Euro 650 (after April 26, 2016)&lt;br /&gt;
*'''Hotel:''' After registration, you can book hotels using the CARS organization at http://germany.nethotels.com/info/heidelberg/events/cars/default_en.htm or on your own.  Please remember that Project Week starts on Monday June 20th, even though the formal CARS/IPCAI program starts a day later, so you will need to pay attention while booking the hotel room.&lt;br /&gt;
*Preparatory Conference Calls: &lt;br /&gt;
**800-501-8979. The pin is 7327389. ([http://www.windstreambusiness.com/resources/user-guides/international-conferencing International dialing instructions are available here])&lt;br /&gt;
**Call #1 Tuesday, May 10, 3pm Boston time.&lt;br /&gt;
**Call #2 Tuesday, May 17, 3pm Boston time.&lt;br /&gt;
**Call #3 Tuesday, May 31, 9am Boston time.&lt;br /&gt;
**Call #4 Tuesday, Jun 7, 9am Boston time.&lt;br /&gt;
**Call #5 Tuesday, Jun 14, 9am Boston time.&lt;br /&gt;
&lt;br /&gt;
==Agenda==&lt;br /&gt;
&amp;lt;font color=&amp;quot;maroon&amp;quot;&amp;gt;Please note that on '''Tuesday'''  there is no organized Project Week activity due to IPCAI @ CARS&amp;lt;/font&amp;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:15%&amp;quot; |Monday, June 20 &amp;lt;br&amp;gt; DKFZ &lt;br /&gt;
!style=&amp;quot;width:15%&amp;quot; |Wednesday, June 22 &amp;lt;br&amp;gt; Congress Hall of CARS&lt;br /&gt;
!style=&amp;quot;width:15%&amp;quot; |Thursday, June 23 &amp;lt;br&amp;gt; Congress Hall of CARS&lt;br /&gt;
!style=&amp;quot;width:15%&amp;quot; |Friday, June 24 &amp;lt;br&amp;gt; Congress Hall of CARS&lt;br /&gt;
!style=&amp;quot;width:15%&amp;quot; |Saturday, June 25 &amp;lt;br&amp;gt; Congress Hall of CARS&lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''9:00am-12:00pm'''&lt;br /&gt;
|bgcolor=&amp;quot;#ffffff&amp;quot;| &lt;br /&gt;
|bgcolor=&amp;quot;#ffffff&amp;quot;|&lt;br /&gt;
|bgcolor=&amp;quot;#ffffff&amp;quot;|&lt;br /&gt;
|bgcolor=&amp;quot;#ffffff&amp;quot;|&lt;br /&gt;
|bgcolor=&amp;quot;#ffffff&amp;quot;| Progress Review&lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''12:00pm-1: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;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Lunch&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Lunch and adjourn&lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''1:00pm-3:00pm'''&lt;br /&gt;
|bgcolor=&amp;quot;#ffffff&amp;quot;| Welcome! &amp;lt;br&amp;gt; Project Introductions&lt;br /&gt;
|bgcolor=&amp;quot;#ffffff&amp;quot;|&lt;br /&gt;
|bgcolor=&amp;quot;#ffffff&amp;quot;|&lt;br /&gt;
|bgcolor=&amp;quot;#ffffff&amp;quot;|&lt;br /&gt;
|bgcolor=&amp;quot;#ffffff&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''3:00pm-5:00pm'''&lt;br /&gt;
|bgcolor=&amp;quot;#ffffff&amp;quot;|&lt;br /&gt;
|bgcolor=&amp;quot;#ffffff&amp;quot;|&lt;br /&gt;
|bgcolor=&amp;quot;#ffffff&amp;quot;|&lt;br /&gt;
|bgcolor=&amp;quot;#ffffff&amp;quot;|&lt;br /&gt;
|bgcolor=&amp;quot;#ffffff&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''6:00pm'''&lt;br /&gt;
|bgcolor=&amp;quot;#f0e68b&amp;quot;|&lt;br /&gt;
|bgcolor=&amp;quot;#f0e68b&amp;quot;|&lt;br /&gt;
|bgcolor=&amp;quot;#f0e68b&amp;quot;| &lt;br /&gt;
|bgcolor=&amp;quot;#f0e68b&amp;quot;|&lt;br /&gt;
|bgcolor=&amp;quot;#f0e68b&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== '''Background''' ==&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 23rd Project Week is being held in conjunction with the [http://www.ipcai.org/ IPCAI 2016]  conference that is hosted by the [http://www.cars-int.org/ 30th International Conference on Computer Assisted Radiology and Surgery] (CARS).&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;
&lt;br /&gt;
==Equipment==&lt;br /&gt;
*[[2016_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;
=Projects=&lt;br /&gt;
* [[2016_Summer_Project_Week_Template | Template for project pages]]&lt;br /&gt;
&lt;br /&gt;
#[[2016_VRPN_Integration | VRPN Integration]]&lt;br /&gt;
#Needle Segmentation from MRI (Tina Kapur, Andre Mastmeyer, Guillaume Pernelle)&lt;br /&gt;
#Guided Ultrasound Calibration (Elvis Chen, Robarts Research) http://link.springer.com/article/10.1007/s11548-016-1390-7&lt;br /&gt;
#[[2016_MRI_Manipulator | Integrating/Using OpenIGTLink for the communications of Robotics devices.]] (Scheherazade Kraß, MIC of university of Bremen, Germany)&lt;br /&gt;
&lt;br /&gt;
= '''Registrants''' =&lt;br /&gt;
&lt;br /&gt;
'''REGISTRATION:''' Please register for the CARS conference at http://www.cars-int.org/cars_2016/registration.html and then add your name to this list.  DKFZ members who will only be attending Monday should only add their name to this list.&lt;br /&gt;
&lt;br /&gt;
#Tina Kapur, BWH/HMS, Boston, USA&lt;br /&gt;
# Dženan Zukić, Kitware, USA&lt;br /&gt;
# Ines Prata Machado, MIT Portugal Program (PhD Student), Lisbon, Portugal.&lt;br /&gt;
# Sonia Pujol, Brigham and Women's Hospital, Harvard Medical School&lt;br /&gt;
# Scheherazade Kraß, PhD Student, [http://www.uni-bremen.de/ University of Bremen], [http://www.mic.uni-bremen.de/ Medical Image Computing]group, Germany&lt;br /&gt;
# Maria Francesca Spadea [http://www.imagenglab.com ImagEngLab], Italy&lt;br /&gt;
# Paolo Zaffino [http://www.imagenglab.com ImagEngLab], Italy&lt;br /&gt;
# Salvatore Scaramuzzino [http://www.imagenglab.com ImagEngLab], Italy&lt;br /&gt;
# Steve Pieper, Isomics, Inc., USA&lt;br /&gt;
# Nicole Aucoin, Brigham and Women's Hospital&lt;br /&gt;
# Simon Drouin, Montreal Neurological Institute&lt;br /&gt;
# Thomas Kirchner, German Cancer Research Center&lt;br /&gt;
# Elvis Chen, Robarts Research Institute, Canada&lt;br /&gt;
# Christian Askeland, SINTEF, Norway&lt;br /&gt;
# Hans Meine, University of Bremen / Fraunhofer MEVIS, Germany&lt;br /&gt;
# Longquan Chen, BWH/HMS, Boston, USA&lt;/div&gt;</summary>
		<author><name>Naucoin</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2016_Summer_Project_Week&amp;diff=92479</id>
		<title>2016 Summer Project Week</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2016_Summer_Project_Week&amp;diff=92479"/>
		<updated>2016-05-05T16:10:29Z</updated>

		<summary type="html">&lt;p&gt;Naucoin: /* Registrants */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
[[image:PW-Summer2016.png|300px]]&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
=Welcome to the web page for the 23rd Project Week!=&lt;br /&gt;
The 23rd Project Week is being held in conjunction with the [http://www.ipcai.org/ IPCAI 2016]  conference that is hosted by the [http://www.cars-int.org/ 30th International Conference on Computer Assisted Radiology and Surgery] (CARS), in Heidelberg, Germany.&lt;br /&gt;
&lt;br /&gt;
==Logistics==&lt;br /&gt;
*'''Dates:''' Monday June 20th to Saturday June 25th, 2016, with one day break on June 21st for IPCAI.&lt;br /&gt;
*'''Location:''' Heidelberg, Germany. '''Monday''' at German Cancer Research Center - DKFZ, '''Tuesday''' there is '''no''' organized Project Week activity due to IPCAI @ CARS, '''Wednesday-Saturday''' at the Congress Hall of CARS.&lt;br /&gt;
*'''REGISTRATION:''' Please register by adding your name to the list at the end of this page&lt;br /&gt;
*'''Registration Fee:''' TBD&lt;br /&gt;
*'''Hotel:''' TBD&lt;br /&gt;
&lt;br /&gt;
==Agenda==&lt;br /&gt;
&amp;lt;font color=&amp;quot;maroon&amp;quot;&amp;gt;Please note that on '''Tuesday'''  there is no organized Project Week activity due to IPCAI @ CARS&amp;lt;/font&amp;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:15%&amp;quot; |Monday, June 20 &amp;lt;br&amp;gt; DKFZ &lt;br /&gt;
!style=&amp;quot;width:15%&amp;quot; |Wednesday, June 22 &amp;lt;br&amp;gt; Congress Hall of CARS&lt;br /&gt;
!style=&amp;quot;width:15%&amp;quot; |Thursday, June 23 &amp;lt;br&amp;gt; Congress Hall of CARS&lt;br /&gt;
!style=&amp;quot;width:15%&amp;quot; |Friday, June 24 &amp;lt;br&amp;gt; Congress Hall of CARS&lt;br /&gt;
!style=&amp;quot;width:15%&amp;quot; |Saturday, June 25 &amp;lt;br&amp;gt; Congress Hall of CARS&lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''9:00am-12:00pm'''&lt;br /&gt;
|bgcolor=&amp;quot;#ffffff&amp;quot;|&lt;br /&gt;
|bgcolor=&amp;quot;#ffffff&amp;quot;|&lt;br /&gt;
|bgcolor=&amp;quot;#ffffff&amp;quot;|&lt;br /&gt;
|bgcolor=&amp;quot;#ffffff&amp;quot;|&lt;br /&gt;
|bgcolor=&amp;quot;#ffffff&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''12:00pm-1: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;
|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;|'''1:00pm-3:00pm'''&lt;br /&gt;
|bgcolor=&amp;quot;#ffffff&amp;quot;|&lt;br /&gt;
|bgcolor=&amp;quot;#ffffff&amp;quot;|&lt;br /&gt;
|bgcolor=&amp;quot;#ffffff&amp;quot;|&lt;br /&gt;
|bgcolor=&amp;quot;#ffffff&amp;quot;|&lt;br /&gt;
|bgcolor=&amp;quot;#ffffff&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''3:00pm-5:00pm'''&lt;br /&gt;
|bgcolor=&amp;quot;#ffffff&amp;quot;|&lt;br /&gt;
|bgcolor=&amp;quot;#ffffff&amp;quot;|&lt;br /&gt;
|bgcolor=&amp;quot;#ffffff&amp;quot;|&lt;br /&gt;
|bgcolor=&amp;quot;#ffffff&amp;quot;|&lt;br /&gt;
|bgcolor=&amp;quot;#ffffff&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''6:00pm'''&lt;br /&gt;
|bgcolor=&amp;quot;#f0e68b&amp;quot;|&lt;br /&gt;
|bgcolor=&amp;quot;#f0e68b&amp;quot;|&lt;br /&gt;
|bgcolor=&amp;quot;#f0e68b&amp;quot;| &lt;br /&gt;
|bgcolor=&amp;quot;#f0e68b&amp;quot;|&lt;br /&gt;
|bgcolor=&amp;quot;#f0e68b&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== '''Background''' ==&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 23rd Project Week is being held in conjunction with the [http://www.ipcai.org/ IPCAI 2016]  conference that is hosted by the [http://www.cars-int.org/ 30th International Conference on Computer Assisted Radiology and Surgery] (CARS).&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;
* [[2016_Summer_Project_Week_Template | Template for project pages]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Equipment==&lt;br /&gt;
*[[2016_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;
==Projects==&lt;br /&gt;
===Image-Guided Therapy===&lt;br /&gt;
===Feature Based Image Analysis===&lt;br /&gt;
===Chest Imaging Platform===&lt;br /&gt;
===QIICR===&lt;br /&gt;
===Infrastructure===&lt;br /&gt;
===Web===&lt;br /&gt;
===Astronomy===&lt;br /&gt;
&lt;br /&gt;
== '''Registrants''' ==&lt;br /&gt;
* Dženan Zukić, Kitware, USA&lt;br /&gt;
* Ines Prata Machado, MIT Portugal Program (PhD Student), Lisbon, Portugal.&lt;br /&gt;
* Sonia Pujol, Brigham and Women's Hospital, Harvard Medical School&lt;br /&gt;
* Scheherazade Kraß, PhD Student, [http://www.uni-bremen.de/ University of Bremen], [http://www.mic.uni-bremen.de/ Medical Image Computing]group, Germany&lt;br /&gt;
* Maria Francesca Spadea [http://www.imagenglab.com ImagEngLab], Italy&lt;br /&gt;
* Paolo Zaffino [http://www.imagenglab.com ImagEngLab], Italy&lt;br /&gt;
* Salvatore Scaramuzzino [http://www.imagenglab.com ImagEngLab], Italy&lt;br /&gt;
* Steve Pieper, Isomics, Inc., USA&lt;br /&gt;
* Nicole Aucoin, Brigham and Women's Hospital&lt;br /&gt;
Please add your name to the list.  This is the registration mechanism for this project week.&lt;/div&gt;</summary>
		<author><name>Naucoin</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2016_Winter_Project_Week/Projects/SlicerOpenCVExtension&amp;diff=91890</id>
		<title>2016 Winter Project Week/Projects/SlicerOpenCVExtension</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2016_Winter_Project_Week/Projects/SlicerOpenCVExtension&amp;diff=91890"/>
		<updated>2016-01-07T21:24:33Z</updated>

		<summary type="html">&lt;p&gt;Naucoin: update progress&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-MIT2016.png|link=2016_Winter_Project_Week#Projects|[[2016_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
&amp;lt;!-- Use the &amp;quot;Upload file&amp;quot; link on the left and then add a line to this list like &amp;quot;File:MyAlgorithmScreenshot.png&amp;quot; --&amp;gt;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
&lt;br /&gt;
* Nicole Aucoin (BWH)&lt;br /&gt;
* Erich Bremmer (Stonybrook)&lt;br /&gt;
* Andrey Fedorov (BWH)&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Objective&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Approach and Plan&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Progress and Next Steps&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Objective bullet points --&amp;gt;&lt;br /&gt;
* Add an extension to the Slicer extension repository that provides OpenCV as a library&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Add a bulleted list of key points --&amp;gt;&lt;br /&gt;
* Create CMake files to check out and build OpenCV as an external project&lt;br /&gt;
* Create CMake files to check out and build the ITK OpenCV bridge as an external project&lt;br /&gt;
* Provide examples on how to use OpenCV from Slicer&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Fill this out at the end of Project Week; describe what you did this week and what you plan to do next --&amp;gt;&lt;br /&gt;
* [https://github.com/naucoin/SlicerOpenCV SlicerOpenCV]&lt;br /&gt;
** CMake file created to build OpenCV&lt;br /&gt;
** Enabling the ITK OpenCV Bridge:&lt;br /&gt;
*** The Slicer version of ITK needed changes from this patch in order to be able to build with the module enabled: [https://github.com/InsightSoftwareConsortium/ITK/commit/412dd83a680cc024c12f971ec57f76881c7eab78 COMP: simplify ITKVideoBridgeOpenCV dependency]&lt;br /&gt;
*** Building the bridge outside of the source referred to ITK mailing list posts:&lt;br /&gt;
**** [http://itk-users.7.n7.nabble.com/Problems-building-ITK-Snap-outside-the-Insight-Applications-tree-td14733.html Building ITK SNAP outside of the application]&lt;br /&gt;
**** New post: [http://public.kitware.com/pipermail/community/2015-December/010521.html Building BridgeOpenCV outside of ITK]&lt;br /&gt;
*** Consulted with Jim on best practices for building ITK and linking to libs and include dirs&lt;br /&gt;
*** Worked with JC to craft CMake files to build the bridge&lt;br /&gt;
**** Pointed to relevant blog post: [http://www.kitware.com/blog/home/post/997 Build ITK Modules Outside the Main Repository]&lt;br /&gt;
*** Matt McCormick proposed a patch to ITK to enable building the bridge outside of ITK: [http://review.source.kitware.com/#/c/20633/3 Allow ITKVideoBridgeOpenCV to be built externally.]&lt;br /&gt;
*** Extension topic branch builds against the ITK trunk version of the bridge with Matt's patch, and loads into Slicer: [https://github.com/naucoin/SlicerOpenCV/tree/Enable-ITK-BridgeOpenCV Enable-ITK-BridgeOpenCV]&lt;br /&gt;
*** To do:&lt;br /&gt;
**** patch Slicer's branch of ITK&lt;br /&gt;
**** set up dependency with the digital pathology module so that it uses this version of OpenCV&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Background and References==&lt;br /&gt;
&amp;lt;!-- Use this space for information that may help people better understand your project, like links to papers, source code, or data --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Project begun to support [http://wiki.na-mic.org/Wiki/index.php/2016_Winter_Project_Week/Projects/DigitalPathologyNuclearSegmentation Digital Pathology Nuclear Segmentation]&lt;/div&gt;</summary>
		<author><name>Naucoin</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2016_Winter_Project_Week/Projects/SlicerOpenCVExtension&amp;diff=91625</id>
		<title>2016 Winter Project Week/Projects/SlicerOpenCVExtension</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2016_Winter_Project_Week/Projects/SlicerOpenCVExtension&amp;diff=91625"/>
		<updated>2016-01-04T19:05:27Z</updated>

		<summary type="html">&lt;p&gt;Naucoin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-MIT2016.png|link=2016_Winter_Project_Week#Projects|[[2016_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
&amp;lt;!-- Use the &amp;quot;Upload file&amp;quot; link on the left and then add a line to this list like &amp;quot;File:MyAlgorithmScreenshot.png&amp;quot; --&amp;gt;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
&lt;br /&gt;
* Nicole Aucoin (BWH)&lt;br /&gt;
* Erich Bremmer (Stonybrook)&lt;br /&gt;
* Andrey Fedorov (BWH)&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Objective&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Approach and Plan&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Progress and Next Steps&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Objective bullet points --&amp;gt;&lt;br /&gt;
* Add an extension to the Slicer extension repository that provides OpenCV as a library&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Add a bulleted list of key points --&amp;gt;&lt;br /&gt;
* Create CMake files to check out and build OpenCV as an external project&lt;br /&gt;
* Create CMake files to check out and build the ITK OpenCV bridge as an external project&lt;br /&gt;
* Provide examples on how to use OpenCV from Slicer&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Fill this out at the end of Project Week; describe what you did this week and what you plan to do next --&amp;gt;&lt;br /&gt;
* [https://github.com/naucoin/SlicerOpenCV SlicerOpenCV]&lt;br /&gt;
** CMake file created to build OpenCV&lt;br /&gt;
** Enabling the ITK OpenCV Bridge:&lt;br /&gt;
*** The Slicer version of ITK needed changes from this patch in order to be able to build with the module enabled: [https://github.com/InsightSoftwareConsortium/ITK/commit/412dd83a680cc024c12f971ec57f76881c7eab78 COMP: simplify ITKVideoBridgeOpenCV dependency]&lt;br /&gt;
*** Building the bridge outside of the source referred to ITK mailing list posts:&lt;br /&gt;
**** [http://itk-users.7.n7.nabble.com/Problems-building-ITK-Snap-outside-the-Insight-Applications-tree-td14733.html Building ITK SNAP outside of the application]&lt;br /&gt;
**** New post: [http://public.kitware.com/pipermail/community/2015-December/010521.html Building BridgeOpenCV outside of ITK]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Background and References==&lt;br /&gt;
&amp;lt;!-- Use this space for information that may help people better understand your project, like links to papers, source code, or data --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Project begun to support [http://wiki.na-mic.org/Wiki/index.php/2016_Winter_Project_Week/Projects/DigitalPathologyNuclearSegmentation Digital Pathology Nuclear Segmentation]&lt;/div&gt;</summary>
		<author><name>Naucoin</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2016_Winter_Project_Week/Projects/SlicerTerminologyEditor&amp;diff=91608</id>
		<title>2016 Winter Project Week/Projects/SlicerTerminologyEditor</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2016_Winter_Project_Week/Projects/SlicerTerminologyEditor&amp;diff=91608"/>
		<updated>2016-01-04T18:22:56Z</updated>

		<summary type="html">&lt;p&gt;Naucoin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-MIT2016.png|link=2016_Winter_Project_Week#Projects|[[2016_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
&amp;lt;!-- Use the &amp;quot;Upload file&amp;quot; link on the left and then add a line to this list like &amp;quot;File:MyAlgorithmScreenshot.png&amp;quot; --&amp;gt;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
&amp;lt;!-- Add a bulleted list of investigators and their institutions here --&amp;gt;&lt;br /&gt;
* Nicole Aucoin, BWH&lt;br /&gt;
* Csaba Pinter, Queen's&lt;br /&gt;
* Andrey Fedorov, BWH&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Objective&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Approach and Plan&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Progress and Next Steps&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Objective bullet points --&amp;gt;&lt;br /&gt;
* Expand the Editor module to support assigning new terminology terms to colors/labels&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Approach and Plan bullet points --&amp;gt;&lt;br /&gt;
* Discuss with the Segmentations group how best to incorporate this functionality into the new Editor module&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Progress and Next steps bullet points (fill out at the end of project week --&amp;gt;&lt;br /&gt;
* Initial implementation using default terminology tables is described in [http://www.na-mic.org/Bug/view.php?id=4047 issue 4047]&lt;br /&gt;
** Screen shot: [http://www.na-mic.org/Bug/file_download.php?file_id=1553&amp;amp;type=bug terminology in editor]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Background and References==&lt;br /&gt;
&amp;lt;!-- Use this space for information that may help people better understand your project, like links to papers, source code, or data --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://wiki.na-mic.org/Wiki/index.php/2016_Winter_Project_Week/Projects/SegmentationEditorWidget Segmentation Editor Widget project page]&lt;/div&gt;</summary>
		<author><name>Naucoin</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2016_Winter_Project_Week&amp;diff=91592</id>
		<title>2016 Winter Project Week</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2016_Winter_Project_Week&amp;diff=91592"/>
		<updated>2016-01-04T18:08:24Z</updated>

		<summary type="html">&lt;p&gt;Naucoin: /* Agenda */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
[[image:PW-MIT2016.png|300px]]&lt;br /&gt;
&lt;br /&gt;
'''Dates:''' January 4-8, 2016&lt;br /&gt;
&lt;br /&gt;
'''Location:''' [https://www.google.com/maps/place/MIT:+Computer+Science+and+Artificial+Intelligence+Laboratory/@42.361864,-71.090563,16z/data=!4m2!3m1!1s0x0:0x303ada1e9664dfed?hl=en MIT CSAIL], Cambridge, MA. (Rooms: [[MIT_Project_Week_Rooms#Kiva|Kiva]], R&amp;amp;D)&lt;br /&gt;
&lt;br /&gt;
'''REGISTRATION:''' Register [https://www.regonline.com/namic16 here].&lt;br /&gt;
&amp;lt;br&amp;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 [http://www.miccai.org/organization MICCAI] endorsed event. The participants work collaboratively on open-science solutions for problems that lie on the interfaces of the fields of computer science, mechanical engineering, biomedical engineering, and medicine. In contrast to conventional conferences and workshops the primary focus of the Project Weeks is to make progress in projects (as opposed to reporting about progress). The objective of the Project Weeks is to provide a venue for this community of medical open source software creators. Project Weeks are open to all, are publicly advertised, and are funded through fees paid by the attendees. Participants are encouraged to stay for the entire event. &lt;br /&gt;
&lt;br /&gt;
Project Week activities: Everyone shows up with a project. Some people are working on the platform. Some people are developing algorithms. Some people are applying the tools to their research problems. We begin the week by introducing projects and connecting teams. We end the week by reporting progress. In addition to the ongoing working sessions, breakout sessions are organized ad-hoc on a variety of special topics. These topics include: discussions of software architecture, presentations of new features and approaches and topics such as Image-Guided Therapy.&lt;br /&gt;
&lt;br /&gt;
Several funded projects use the Project Week as a place to convene and collaborate. These include [http://nac.spl.harvard.edu/ NAC], [http://www.ncigt.org/ NCIGT], [http://qiicr.org/ QIICR], and [http://ocairo.technainstitute.com/open-source-software-platforms-and-databases-for-the-adaptive-process/ OCAIRO]. &lt;br /&gt;
&lt;br /&gt;
A summary of all previous Project Events is available [[Project_Events#Past|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;
==Agenda==&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-style=&amp;quot;background:#b0d5e6;color:#02186f&amp;quot; &lt;br /&gt;
!style=&amp;quot;width:10%&amp;quot; |Time&lt;br /&gt;
!style=&amp;quot;width:18%&amp;quot; |Monday, January 4&lt;br /&gt;
!style=&amp;quot;width:18%&amp;quot; |Tuesday,  January 5&lt;br /&gt;
!style=&amp;quot;width:18%&amp;quot; |Wednesday, January 6&lt;br /&gt;
!style=&amp;quot;width:18%&amp;quot; |Thursday, January 7&lt;br /&gt;
!style=&amp;quot;width:18%&amp;quot; |Friday, January 8&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|bgcolor=&amp;quot;#dbdbdb&amp;quot;|'''Project Presentations''' &lt;br /&gt;
|bgcolor=&amp;quot;#6494ec&amp;quot;| '''Work on Projects'''&lt;br /&gt;
|bgcolor=&amp;quot;#6494ec&amp;quot;| '''Work on Projects'''&lt;br /&gt;
|bgcolor=&amp;quot;#88aaae&amp;quot;|'''IGT Day'''&lt;br /&gt;
|bgcolor=&amp;quot;#faedb6&amp;quot;|'''Reporting Day'''&lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''8:30am'''&lt;br /&gt;
|&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Breakfast&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Breakfast&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Breakfast&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Breakfast &lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''9:00am-12:00pm'''&lt;br /&gt;
|'''10:30am-12pm:''' [Tutorial] Diffeomorphic registration and geodesic shooting methods (I). (Sarang Joshi)&amp;lt;br&amp;gt; Room: [http://www.csail.mit.edu/resources/maps/5D/D507.gif 32-D507].&lt;br /&gt;
|'''10:00-11:30am:''' Breakout Session:[[2016_Winter_Project_Week/Breakout_Sessions/NewSlicerExtensions | Slicer Extensions Birds of a Feather]]&lt;br /&gt;
|&lt;br /&gt;
'''10:00-11:30am:''' Breakout Session: [[2016_Winter_Project_Week/Breakout_Sessions/SlicerForMedicalRoboticsResearch| Slicer for Medical Robotics Research]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
|'''8:30-9:30am''' [[2016_Winter_Project_Week/Breakout_Sessions/IGT#Image-guided Breast Surgery| MR, US, Mass Spect guided Breast Surgery]]  (Melissa Mallory, Nathalie Agar, Gabrielle Gauvin, Andras Lasso) &amp;lt;br&amp;gt;&lt;br /&gt;
'''9:30-10:30am''' [[2016_Winter_Project_Week/Breakout_Sessions/IGT#Image-guided Neurosurgery| Clinical perspective on Image Guided Neurosurgery]]  (Alexandra Golby) &amp;lt;br&amp;gt;&lt;br /&gt;
'''10:30-11:30am''' [[2016_Winter_Project_Week/Breakout_Sessions/IGT#Multiparametric MRI| Clinical perspective on Multiparametric MRI]] (Fiona Fennessy)&amp;lt;br&amp;gt;&lt;br /&gt;
'''11:30am-12pm''' [[2016_Winter_Project_Week/Breakout_Sessions/IGT#Drug Delivery to Brain|Drug Delivery to Brain]]  &amp;lt;br&amp;gt;&lt;br /&gt;
|'''10:00am-12:00pm:''' [[#Projects|Project Progress Updates]]&amp;lt;br&amp;gt; &lt;br /&gt;
[[MIT_Project_Week_Rooms#Kiva|Kiva]]&lt;br /&gt;
&amp;lt;br&amp;gt;-----------------&amp;lt;br&amp;gt;&lt;br /&gt;
'''12pm:''' [[Events:TutorialContestJanuary2016|Tutorial Contest Winner Announcement]]&amp;lt;br&amp;gt; &lt;br /&gt;
[[MIT_Project_Week_Rooms#Kiva|Kiva]]&lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''12:00pm-1: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;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Lunch&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Lunch boxes; Adjourn by 1:30pm&lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''1:00-5:30pm'''&lt;br /&gt;
|'''1:00pm-1:05pm: &amp;lt;font color=&amp;quot;#503020&amp;quot;&amp;gt;Welcome&amp;lt;/font&amp;gt;'''&amp;lt;br&amp;gt; &lt;br /&gt;
[[MIT_Project_Week_Rooms#Kiva|Kiva]]&lt;br /&gt;
&amp;lt;br&amp;gt;-----------------&amp;lt;br&amp;gt;&lt;br /&gt;
'''1:05-2:30pm:''' [[#Projects|Project Introductions]] (all Project Leads)&amp;lt;br&amp;gt;&lt;br /&gt;
[[MIT_Project_Week_Rooms#Kiva|Kiva]]&lt;br /&gt;
&amp;lt;br&amp;gt;-----------------&amp;lt;br&amp;gt;&lt;br /&gt;
'''2:45-4:00pm:''' Breakout Session: [[2016_Winter_Project_Week/Breakout_Sessions/Ultrasound| Ultrasound]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[MIT_Project_Week_Rooms#Kiva|Kiva]]&lt;br /&gt;
&amp;lt;br&amp;gt;-----------------&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''4:00-5:30pm:''' [Tutorial] Diffeomorphic registration geodesic shooting methods (II). (Sarang Joshi) &amp;lt;br&amp;gt; Room: [http://www.csail.mit.edu/resources/maps/5D/D507.gif 32-D507].&lt;br /&gt;
|&lt;br /&gt;
|'''1:00-2:30pm:''' Breakout Session:[[2016_Winter_Project_Week/Breakout_Sessions/DiffusionMRI| Diffusion MRI]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[MIT_Project_Week_Rooms#Kiva|Kiva]] &amp;lt;br&amp;gt;&lt;br /&gt;
'''3:00-4:30pm:''' Breakout Session:[[2016_Winter_Project_Week/Breakout_Sessions/QIICRTools| QIICR Tools]]&lt;br /&gt;
|'''1:00-3:00pm:''' Breakout Session:[[2016_Winter_Project_Week/Breakout_Session/What's_Planned_for_Slicer_Core|What's Planned for Slicer Core]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[MIT_Project_Week_Rooms#Kiva|Kiva]] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''5:30pm'''&lt;br /&gt;
|bgcolor=&amp;quot;#f0e68b&amp;quot;|Adjourn for the day&lt;br /&gt;
|bgcolor=&amp;quot;#f0e68b&amp;quot;|Adjourn for the day&lt;br /&gt;
|bgcolor=&amp;quot;#f0e68b&amp;quot;|Adjourn for the day&lt;br /&gt;
|bgcolor=&amp;quot;#f0e68b&amp;quot;|Adjourn for the day&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Calendar==&lt;br /&gt;
{{#widget:Google Calendar&lt;br /&gt;
|id=kitware.com_sb07i171olac9aavh46ir495c4@group.calendar.google.com&lt;br /&gt;
|timezone=America/New_York&amp;amp;dates=20160103%2F20160110&lt;br /&gt;
|title=NAMIC Winter Project Week&lt;br /&gt;
|view=WEEK&lt;br /&gt;
|dates=20160103/20160110&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
iCal (.ics) link: https://calendar.google.com/calendar/ical/kitware.com_sb07i171olac9aavh46ir495c4%40group.calendar.google.com/public/basic.ics&lt;br /&gt;
&lt;br /&gt;
='''Projects'''=&lt;br /&gt;
*Use this [[2016_Project_Week_Template | Updated Template for project pages]]&lt;br /&gt;
&lt;br /&gt;
== IGT ==&lt;br /&gt;
* [[2016_Winter_Project_Week/Projects/SlicerROSIntegration | 3D Slicer + ROS Integration]] (Junichi Tokuda, Axel Krieger, Simon Leonard, Jayender Jagadeesan)&lt;br /&gt;
* [[2016_Winter_Project_Week/Projects/External_beam_planning | External Beam Radiotherapy Planning]] (Greg Sharp, others)&lt;br /&gt;
* [[2016_Winter_Project_Week/Projects/CryoPlanningSlicerModule | CryoPlanning Module in Slicer]] (Jayender Jagadeesan, Steve Pieper, Sandy Wells)&lt;br /&gt;
* [[2016_Winter_Project_Week/Projects/TrackedUltrasoundStandardization | Tracked Ultrasound Standardization]] (Andras Lasso, Christian Askeland, Simon Drouin, Junichi Tokuda, Steve Pieper, Adam Rankin)&lt;br /&gt;
*[[2016_Winter_Project_Week/Projects/IntegrationCustusX|Integration of CustusX with PLUS on BK System]] (Christian A, Andras Lasso, Adam Rankin)&lt;br /&gt;
*[[2016_Winter_Project_Week/Projects/MITK_Plus_Integration | Integration of Plus and MITK]] (Thomas Kirchner, Janek Groehl)&lt;br /&gt;
*[[2016_Winter_Project_Week/Projects/IntegrationImFusion| Integration of ImFusion MR-US Registration with BWH AMIGO Neurosurgery Setup]] (Sarah Frisken, Tina Kapur, Steve Pieper, Sandy Wells, Andras Lasso, Christian Askelan)&lt;br /&gt;
* [[2016_Winter_Project_Week/Projects/PLUS | Improvement of PLUS communication with Slicer]] (Adam Rankin)&lt;br /&gt;
* [[2016_Winter_Project_Week/Projects/SliceTracker | Prostate motion tracking and navigation in Slicer ]] (Christian Herz, Andrey Fedorov)&lt;br /&gt;
* [[2016_Winter_Project_Week/Projects/EVD |Measuring Anatomic Factors for Extraventricular Drain Placement]] (Kirby Vosburgh, P. Jason White)&lt;br /&gt;
* [[2016_Winter_Project_Week/Projects/GABA_Delivery |Localized GABA delivery via BBB disruption]] (Nick Todd)&lt;br /&gt;
&lt;br /&gt;
== Tractography ==&lt;br /&gt;
* [[2016_Winter_Project_Week/Projects/Tractography_format_interoperability | Tractography Format Interoperability]] (Isaiah Norton, Michael Onken, Lauren O'Donnell, others)&lt;br /&gt;
* [[2016_Winter_Project_Week/Projects/SlicerDMRI_documentation | Slicer Diffusion MR / tractography workflow documentation]] (Pegah Kahaliardabili, Fan Zhang, Isaiah Norton, Lauren O'Donnell, others)&lt;br /&gt;
* [[2016_Winter_Project_Week/Projects/TractographyModuleDevelop&amp;amp;Test | Tractography Analysis Module Development and Testing]] (Fan Zhang, Pegah Kahaliardabili, Isaiah Norton, Lauren O'Donnell, others)&lt;br /&gt;
&lt;br /&gt;
==Image Analysis==&lt;br /&gt;
* [[2016_Winter_Project_Week/Projects/ImageRestoration | Image Restoration via Patch GMMs]] (Adrian Dalca, Katie Bouman, Polina Golland)&lt;br /&gt;
* [[2016_Winter_Project_Week/Projects/PatchRegistration | Patch Based Discrete Registration for Difficult Images]] (Adrian Dalca, Andreea Bobu, Polina Golland)&lt;br /&gt;
* [[2016_Winter_Project_Week/Projects/SphericalWaveletShapeAnalysis|Spherical Wavelet Shape Analysis]] (Yi Gao, Erich Bremer, Allen Tannenbaum, Ron Kikinis)&lt;br /&gt;
* [[2016_Winter_Project_Week/Projects/DigitalPathologyNuclearSegmentation|Digital Pathology Nuclear Segmentation]] (Erich Bremer, Kelli Xu, Yi Gao, Nicole Aucoin, Andrey Fedorov)&lt;br /&gt;
* [[2016_Winter_Project_Week/Projects/SlicerCMFNextSteps | Moving beyond SlicerCMF and Future Projects]] (Beatriz Paniagua, Lucia Cevidanes, Steve Pieper, Juan Prieto)&lt;br /&gt;
*[[2016_Winter_Project_Week/Projects/ChestImagingPlatform|Chest Imaging Platform: COPD and Other Pulmonary Diseases]] (Raúl San José, Jorge Onieva, James Ross)&lt;br /&gt;
* [[2016_Winter_Project_Week/Projects/ChestImagingPlatformWorkflows|Nipype Workflows for the Chest Imaging Platform]] (James Ross, Raúl San José)&lt;br /&gt;
* [[2016 Winter Project Week/Projects/Cluster-Driven Lung Segmentation | Cluster-Driven Segmentation of Lung Nodules]] (Vivek Narayan, Raúl San José, Daniel Blezek, Steve Pieper, Chintan Parmar)&lt;br /&gt;
* [[2016_Winter_Project_Week/Projects/BatchImageAnalysis  | Batch Clinical Image Analysis]] (Kalli Retzepi, Yangming Ou, Matt Toews, Steve Pieper, Sandy Wells, Randy Gollub)&lt;br /&gt;
* [[2016_Winter_Project_Week/Projects/SlicerOpenCVExtension | Slicer OpenCV Extension]] (Nicole Aucoin, Erich Bremer, Andrey Fedorov)&lt;br /&gt;
* [[2016_Winter_Project_Week/Projects/Interactive4DSegmentation | Interactive 4D Segmentation Module]] (Ethan Ulrich, Andrey Fedorov)&lt;br /&gt;
* [[2016_Winter_Project_Week/Projects/CongenitalHeart | Interactive patch-based segmentation for congenital heart disease]] (Danielle Pace, Adrian Dalca, Polina Golland)&lt;br /&gt;
* [[2016_Winter_Project_Week/Projects/DSCAnalysis | Dynamic Susceptibility Contrast (DSC) MRI Analysis]] (Xiao Da, Yangming Ou, Andriy Fedorov, Steve Pieper, Jayashree Kalpathy-Cramer)&lt;br /&gt;
&lt;br /&gt;
* [[2016_Winter_Project_Week/Projects/ShapeAnalysis | Low-dimensional Principal Geodesic Analysis On the Manifold of Diffeomorphisms]] (Miaomiao Zhang, Polina Golland)&lt;br /&gt;
&lt;br /&gt;
==Infrastructure==&lt;br /&gt;
*[[2016_Winter_Project_Week/Projects/UpgradeNAMICSlicerWiki|Upgrade the NAMIC (and Slicer?) Wiki]] (Mike Halle, JC)&lt;br /&gt;
* [[2016_Winter_Project_Week/Projects/CommonDataStructure | Common Data Structure for CMF modules in Slicer]] (Jean-Baptiste Vimort, François Budin, Lucia Cevidanes, Beatriz Paniagua, Steve Pieper, Juan Prieto)&lt;br /&gt;
* [[2016_Winter_Project_Week/Projects/StatisticalShapeModeling | Statistical Shape Modeling in Slicer: OA Index]] (Laura Pascal, Beatriz Paniagua, François Budin, Lucia Cevidanes, Steve Pieper, Juan Prieto)&lt;br /&gt;
* [[2016_Winter_Project_Week/Projects/CommonGL  | CommonGL]] (Steve Pieper, Jim Miller)&lt;br /&gt;
* [[2016_Winter_Project_Week/Projects/CLIModules Backgrounding in MeVisLab | Running CLI Modules in MeVisLab Asynchronously]] (Hans Meine)&lt;br /&gt;
* [[2016_Winter_Project_Week/Projects/BRAINSFit_in_MeVisLab | Interoperability Tests with BRAINSFit (or other interesting CLIs) in MeVisLab]] (Hans Meine, Steve Pieper)&lt;br /&gt;
* [[2016_Winter_Project_Week/Projects/CLI_Dashboard | Kibana Dashboard for Browsing All Available CLI Modules]] (Hans Meine, JC?)&lt;br /&gt;
* [[2016_Winter_Project_Week/Projects/SegmentationEditorWidget | Editor Widget using Segmentations]] (Csaba Pinter, Andras Lasso, Andrey Fedorov, Steve Pieper)&lt;br /&gt;
* [[2016_Winter_Project_Week/Projects/SlicerTerminologyEditor | Terminology Editor]] (Nicole Aucoin, Csaba Pinter, Andrey Fedorov)&lt;br /&gt;
* [[2016_Winter_Project_Week/Projects/DICOMSegObjIntegration | Integration of DICOM Segmentation Image Storage with Segmentations Module]] (Kyle Sunderland, Csaba Pinter, Andras Lasso, Andrey Fedorov, Steve Pieper?)&lt;br /&gt;
* [[2016_Winter_Project_Week/Projects/CondaSlicer | Integration of Anaconda Python in Slicer]] (JC, Raúl San José, Jorge Onieva, Slicer Community?)&lt;br /&gt;
* [[2016_Winter_Project_Week/Projects/Data Persisting | Mechanism to Persist Clinical User Data from Different Modules Based on SQLite and/or other Database Engines ]] (Raúl San José, Jorge Onieva)&lt;br /&gt;
* [[2016_Winter_Project_Week/Projects/Workflows | Workflow Module that Enables the Navigation and Data Sharing between Different Modules in a Clinical Workflow ]] (Raúl San José, Jorge Onieva)&lt;br /&gt;
* [[2016_Winter_Project_Week/Projects/AIMInteroperability | AIM for Interoperability]] (Hans Meine, Andrey Fedorov, ??)&lt;br /&gt;
* [[2016_Winter_Project_Week/Projects/PLUSOCR | Exploration of open-source OCR libraries for device meta-data capture without research interface ]] (Adam Rankin)&lt;br /&gt;
* [[2016_Winter_Project_Week/Projects/3DNrrdSequences | Sequences extension support for 3D+t NRRD]] (Adam Rankin)&lt;br /&gt;
* [[2016_Winter_Project_Week/Projects/SlicerEnhancedMR | Developing support for Enhanced MR in Slicer]] (Michael Onken, Andrey Fedorov)&lt;br /&gt;
* [[2016_Winter_Project_Week/Projects/CLIImprovement| Improve CLI robustness and testing]] (Johan Andruejol)&lt;br /&gt;
&lt;br /&gt;
= '''Logistics''' =&lt;br /&gt;
&lt;br /&gt;
*'''Dates:''' January 4-8, 2016&lt;br /&gt;
*'''Location:''' MIT, Kiva Conference room; 4th floor of Building 32.&lt;br /&gt;
*'''REGISTRATION:''' Register [https://www.regonline.com/namic16 here]. Registration Fee: $300.&lt;br /&gt;
*'''Hotel:''' Similar to previous years, no rooms have been blocked in a particular hotel.&lt;br /&gt;
*'''Room sharing''': If interested, add your name to the list  [[2016_Winter_Project_Week/RoomSharing|here]]&lt;br /&gt;
&lt;br /&gt;
= '''Registrants''' =&lt;br /&gt;
&lt;br /&gt;
Do not add your name to this list - it is maintained by the organizers based on your paid registration.  To register, visit this [https://www.regonline.com/namic16  registration site].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#Polina Golland, MIT&lt;br /&gt;
#Ron Kikinis, BWH&lt;br /&gt;
#Nicole Aucoin, BWH/SPL&lt;br /&gt;
#Peter Anderson&lt;br /&gt;
#Daniel Blezek, Isomics, Inc.&lt;br /&gt;
#Lucia Cevidanes, University of Michigan&lt;br /&gt;
#Adrian Dalca, MIT&lt;br /&gt;
#Simon Drouin, Montreal Neurological Institute&lt;br /&gt;
#Janek Groehl, German Cancer Research Center&lt;br /&gt;
#Tina Kapur, BWH/HMS&lt;br /&gt;
#Thomas Kirchner, German Cancer Research Center&lt;br /&gt;
#Hans Meine, University of Bremen/MEVIS&lt;br /&gt;
#Vivek Narayan, Dana Farber Cancer Institute&lt;br /&gt;
#Danielle Pace, MIT&lt;br /&gt;
#Laura Pascal, University of Michigan&lt;br /&gt;
#Steve Pieper, Isomics, Inc.&lt;br /&gt;
#Csaba Pinter, Queen's University&lt;br /&gt;
#Gregory Sharp, MGH&lt;br /&gt;
#James Miller, GE Research&lt;br /&gt;
#Kyle Sunderland, Queen's University&lt;br /&gt;
#Ethan Ulrich, University of Iowa&lt;br /&gt;
#Jean-Baptiste Vimort, University of Michigan&lt;br /&gt;
#Miaomiao Zhang, MIT&lt;br /&gt;
#Beatriz Paniagua, University of North Carolina at Chapel Hill&lt;br /&gt;
#Sonia Pujol, BWH&lt;br /&gt;
#Junichi Tokuda, BWH&lt;br /&gt;
#Katie Mastrogiacomo, BWH&lt;br /&gt;
#Niravkumar Patel, Worcester Polytechnic Institute &lt;br /&gt;
#Michael Onken, Open Connections (Germany)&lt;br /&gt;
#Erich Bremer, Stony Brook University&lt;br /&gt;
#Xiao Da, MGH&lt;br /&gt;
#Tobias Frank, Leibniz Universität Hannover&lt;br /&gt;
#Kirby Vosburgh, BWH&lt;br /&gt;
#P. Jason White, BWH&lt;br /&gt;
#Lauren O'Donnell, BWH&lt;br /&gt;
#Pegah Kahali, BWH&lt;br /&gt;
#Fan Zhang, BWH&lt;br /&gt;
#Adam Rankin, Robarts Research Institute &lt;br /&gt;
#Simon Leoard, Johns Hopkins University&lt;br /&gt;
#David Gering, HealthMyne&lt;br /&gt;
#Johan Andruejol, Kitware&lt;br /&gt;
#Jean-Christophe Fillion-Robin, Kitware&lt;br /&gt;
#Kelli Xu, MIT&lt;br /&gt;
#Christian Askeland, SINTEF&lt;br /&gt;
#Katharine Carter, BWH&lt;br /&gt;
#Nick Todd, BWH&lt;br /&gt;
#Ye Cheng, BWH&lt;br /&gt;
#Andriy Fedorov, BWH/HMS&lt;br /&gt;
#Sudhanshu Semwal, UCCS Professor&lt;br /&gt;
#Michael Halle, BWH&lt;br /&gt;
#Kallirroi Retzepi, MGH&lt;br /&gt;
#Jayender Jagadeesan, BWH&lt;br /&gt;
#Nathalie Agar, BWH&lt;br /&gt;
#Curtis Lisle, KnowledgeVis, LLC&lt;br /&gt;
#Andras Lasso, PerkLab, Queen's University&lt;br /&gt;
#Sarah Frisken, BWH&lt;br /&gt;
#Yi Gao, Stony Brook University&lt;br /&gt;
#Christian Herz, BWH&lt;br /&gt;
#Prashin Unadkat, SPL/BWH&lt;br /&gt;
#Jorge Onieva, BWH&lt;br /&gt;
#James Ross, BWH&lt;br /&gt;
#Raul SanJose, BWH&lt;br /&gt;
#Jayashree Kalpathy-Cramer, MGH/HMS&lt;br /&gt;
#Daniel Glazer, BWH&lt;br /&gt;
#Valentin Demeusy, SPL Intern&lt;br /&gt;
#Ameet Jain, Phillips Research&lt;br /&gt;
#Utsav Soni, BWH&lt;br /&gt;
#Matthew Toews, Ecole de Technologie Superieure&lt;br /&gt;
#Isaiah Norton, BWH&lt;br /&gt;
#Sean Doyle, MGH&lt;br /&gt;
#Stuart Pomerantz, MGH&lt;br /&gt;
#Randy Gollub, MGH&lt;br /&gt;
#Melissa Mallory, BWH&lt;br /&gt;
#Axel Krieger, Children's National Medical Center&lt;br /&gt;
#Nobuhiko Hata, BWH&lt;/div&gt;</summary>
		<author><name>Naucoin</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2016_Winter_Project_Week/Projects/SlicerTerminologyEditor&amp;diff=91577</id>
		<title>2016 Winter Project Week/Projects/SlicerTerminologyEditor</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2016_Winter_Project_Week/Projects/SlicerTerminologyEditor&amp;diff=91577"/>
		<updated>2016-01-04T17:43:36Z</updated>

		<summary type="html">&lt;p&gt;Naucoin: /* Background and References */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-MIT2016.png|link=2016_Winter_Project_Week#Projects|[[2016_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
&amp;lt;!-- Use the &amp;quot;Upload file&amp;quot; link on the left and then add a line to this list like &amp;quot;File:MyAlgorithmScreenshot.png&amp;quot; --&amp;gt;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
&amp;lt;!-- Add a bulleted list of investigators and their institutions here --&amp;gt;&lt;br /&gt;
* Nicole Aucoin, BWH&lt;br /&gt;
* Csaba Pinter, Queen's&lt;br /&gt;
* Andrey Fedorov, BWH&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Objective&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Approach and Plan&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Progress and Next Steps&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Objective bullet points --&amp;gt;&lt;br /&gt;
* Expand the Editor module to support assigning new terminology terms to colors/labels&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Approach and Plan bullet points --&amp;gt;&lt;br /&gt;
* Discuss with the Segmentations group how best to incorporate this functionality into the new Editor module&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Progress and Next steps bullet points (fill out at the end of project week --&amp;gt;&lt;br /&gt;
* Initial implementation using default terminology tables is described in [http://www.na-mic.org/Bug/view.php?id=4047 issue 4047]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Background and References==&lt;br /&gt;
&amp;lt;!-- Use this space for information that may help people better understand your project, like links to papers, source code, or data --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://wiki.na-mic.org/Wiki/index.php/2016_Winter_Project_Week/Projects/SegmentationEditorWidget Segmentation Editor Widget project page]&lt;/div&gt;</summary>
		<author><name>Naucoin</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2016_Winter_Project_Week/Projects/SlicerTerminologyEditor&amp;diff=91528</id>
		<title>2016 Winter Project Week/Projects/SlicerTerminologyEditor</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2016_Winter_Project_Week/Projects/SlicerTerminologyEditor&amp;diff=91528"/>
		<updated>2016-01-04T13:21:49Z</updated>

		<summary type="html">&lt;p&gt;Naucoin: /* 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-MIT2016.png|link=2016_Winter_Project_Week#Projects|[[2016_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
&amp;lt;!-- Use the &amp;quot;Upload file&amp;quot; link on the left and then add a line to this list like &amp;quot;File:MyAlgorithmScreenshot.png&amp;quot; --&amp;gt;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
&amp;lt;!-- Add a bulleted list of investigators and their institutions here --&amp;gt;&lt;br /&gt;
* Csaba Pinter, Queen's&lt;br /&gt;
* Nicole Aucoin, BWH&lt;br /&gt;
* Andrey Fedorov, BWH&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Objective&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Approach and Plan&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Progress and Next Steps&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Objective bullet points --&amp;gt;&lt;br /&gt;
* Expand the Editor module to support assigning new terminology terms to colors/labels&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Approach and Plan bullet points --&amp;gt;&lt;br /&gt;
* Discuss with the Segmentations group how best to incorporate this functionality into the new Editor module&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Progress and Next steps bullet points (fill out at the end of project week --&amp;gt;&lt;br /&gt;
* Initial implementation using default terminology tables is described in [http://www.na-mic.org/Bug/view.php?id=4047 issue 4047]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Background and References==&lt;br /&gt;
&amp;lt;!-- Use this space for information that may help people better understand your project, like links to papers, source code, or data --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Naucoin</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2016_Winter_Project_Week/Projects/SlicerTerminologyEditor&amp;diff=91527</id>
		<title>2016 Winter Project Week/Projects/SlicerTerminologyEditor</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2016_Winter_Project_Week/Projects/SlicerTerminologyEditor&amp;diff=91527"/>
		<updated>2016-01-04T13:20:35Z</updated>

		<summary type="html">&lt;p&gt;Naucoin: /* 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-MIT2016.png|link=2016_Winter_Project_Week#Projects|[[2016_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
&amp;lt;!-- Use the &amp;quot;Upload file&amp;quot; link on the left and then add a line to this list like &amp;quot;File:MyAlgorithmScreenshot.png&amp;quot; --&amp;gt;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
&amp;lt;!-- Add a bulleted list of investigators and their institutions here --&amp;gt;&lt;br /&gt;
* Csaba Pinter, Queen's&lt;br /&gt;
* Nicole Aucoin, BWH&lt;br /&gt;
* Andrey Fedorov, BWH&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Objective&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Approach and Plan&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Progress and Next Steps&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Objective bullet points --&amp;gt;&lt;br /&gt;
* Expand the Editor module to support assigning new terminology terms to colors/labels&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Approach and Plan bullet points --&amp;gt;&lt;br /&gt;
* Discuss with the Segmentations group how best to incorporate this functionality into the new Editor module&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Progress and Next steps bullet points (fill out at the end of project week --&amp;gt;&lt;br /&gt;
* Initial implementation as described in [http://www.na-mic.org/Bug/view.php?id=4047 issue 4047]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Background and References==&lt;br /&gt;
&amp;lt;!-- Use this space for information that may help people better understand your project, like links to papers, source code, or data --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Naucoin</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2016_Winter_Project_Week/Projects/SlicerOpenCVExtension&amp;diff=91412</id>
		<title>2016 Winter Project Week/Projects/SlicerOpenCVExtension</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2016_Winter_Project_Week/Projects/SlicerOpenCVExtension&amp;diff=91412"/>
		<updated>2015-12-29T18:35:50Z</updated>

		<summary type="html">&lt;p&gt;Naucoin: /* 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-MIT2016.png|link=2016_Winter_Project_Week#Projects|[[2016_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
&amp;lt;!-- Use the &amp;quot;Upload file&amp;quot; link on the left and then add a line to this list like &amp;quot;File:MyAlgorithmScreenshot.png&amp;quot; --&amp;gt;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
&lt;br /&gt;
* Nicole Aucoin (BWH)&lt;br /&gt;
* Erich Bremmer (Stonybrook)&lt;br /&gt;
* Andrey Fedorov (BWH)&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Objective&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Approach and Plan&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Progress and Next Steps&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Objective bullet points --&amp;gt;&lt;br /&gt;
* Add an extension to the Slicer extension repository that provides OpenCV as a library&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Add a bulleted list of key points --&amp;gt;&lt;br /&gt;
* Create CMake files to check out and build OpenCV as an external project&lt;br /&gt;
* Create CMake files to check out and build the ITK OpenCV bridge as an external project&lt;br /&gt;
* Provide examples on how to use OpenCV from Slicer&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Fill this out at the end of Project Week; describe what you did this week and what you plan to do next --&amp;gt;&lt;br /&gt;
* [https://github.com/naucoin/SlicerOpenCV SlicerOpenCV]&lt;br /&gt;
** CMake file created to build OpenCV&lt;br /&gt;
** Enabling the ITK OpenCV Bridge:&lt;br /&gt;
*** The Slicer version of ITK needed changes from this patch in order to be able to build with the module enabled: [https://github.com/InsightSoftwareConsortium/ITK/commit/412dd83a680cc024c12f971ec57f76881c7eab78 COMP: simplify ITKVideoBridgeOpenCV dependency]&lt;br /&gt;
*** Building the bridge outside of the source referred to ITK mailing list posts:&lt;br /&gt;
**** [http://itk-users.7.n7.nabble.com/Problems-building-ITK-Snap-outside-the-Insight-Applications-tree-td14733.html Building ITK SNAP outside of the application]&lt;br /&gt;
**** New post: [http://public.kitware.com/pipermail/community/2015-December/010521.html Building BridgeOpenCV outside of ITK]&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Naucoin</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2016_Winter_Project_Week/Projects/SlicerOpenCVExtension&amp;diff=91396</id>
		<title>2016 Winter Project Week/Projects/SlicerOpenCVExtension</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2016_Winter_Project_Week/Projects/SlicerOpenCVExtension&amp;diff=91396"/>
		<updated>2015-12-29T16:00:51Z</updated>

		<summary type="html">&lt;p&gt;Naucoin: /* 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-MIT2016.png|link=2016_Winter_Project_Week#Projects|[[2016_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
&amp;lt;!-- Use the &amp;quot;Upload file&amp;quot; link on the left and then add a line to this list like &amp;quot;File:MyAlgorithmScreenshot.png&amp;quot; --&amp;gt;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
&lt;br /&gt;
* Nicole Aucoin (BWH)&lt;br /&gt;
* Erich Bremmer (Stonybrook)&lt;br /&gt;
* Andrey Fedorov (BWH)&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Objective&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Approach and Plan&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Progress and Next Steps&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Objective bullet points --&amp;gt;&lt;br /&gt;
* Add an extension to the Slicer extension repository that provides OpenCV as a library&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Add a bulleted list of key points --&amp;gt;&lt;br /&gt;
* Create CMake files to check out and build OpenCV as an external project&lt;br /&gt;
* Create CMake files to check out and build the ITK OpenCV bridge as an external project&lt;br /&gt;
* Provide examples on how to use OpenCV from Slicer&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Fill this out at the end of Project Week; describe what you did this week and what you plan to do next --&amp;gt;&lt;br /&gt;
* [https://github.com/naucoin/SlicerOpenCV SlicerOpenCV]&lt;br /&gt;
** CMake file created to build OpenCV&lt;br /&gt;
** Enabling the ITK OpenCV Bridge:&lt;br /&gt;
*** The Slicer version of ITK needed changes from this patch in order to be able to build with the module enabled: [https://github.com/InsightSoftwareConsortium/ITK/commit/412dd83a680cc024c12f971ec57f76881c7eab78 COMP: simplify ITKVideoBridgeOpenCV dependency]&lt;br /&gt;
*** Building the bridge outside of the source referred to [http://itk-users.7.n7.nabble.com/Problems-building-ITK-Snap-outside-the-Insight-Applications-tree-td14733.html Building ITK SNAP outside of the application]&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Naucoin</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2016_Winter_Project_Week/Projects/SlicerOpenCVExtension&amp;diff=91327</id>
		<title>2016 Winter Project Week/Projects/SlicerOpenCVExtension</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2016_Winter_Project_Week/Projects/SlicerOpenCVExtension&amp;diff=91327"/>
		<updated>2015-12-23T16:37:49Z</updated>

		<summary type="html">&lt;p&gt;Naucoin: /* 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-MIT2016.png|link=2016_Winter_Project_Week#Projects|[[2016_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
&amp;lt;!-- Use the &amp;quot;Upload file&amp;quot; link on the left and then add a line to this list like &amp;quot;File:MyAlgorithmScreenshot.png&amp;quot; --&amp;gt;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
&lt;br /&gt;
* Nicole Aucoin (BWH)&lt;br /&gt;
* Erich Bremmer (Stonybrook)&lt;br /&gt;
* Andrey Fedorov (BWH)&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |       Objective&lt;br /&gt;
&amp;lt;!-- Add a bulleted list of key points --&amp;gt;&lt;br /&gt;
* Add an extension to the Slicer extension repository that provides OpenCV as a library&lt;br /&gt;
&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |       Approach, Plan&lt;br /&gt;
&amp;lt;!-- Add a bulleted list of key points --&amp;gt;&lt;br /&gt;
* Create CMake files to check out and build OpenCV as an external project&lt;br /&gt;
* Create CMake files to check out and build the ITK OpenCV bridge as an external project&lt;br /&gt;
* Provide examples on how to use OpenCV from Slicer&lt;br /&gt;
&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |      Progress&lt;br /&gt;
&amp;lt;!-- Fill this out at the end of Project Week; describe what you did this week and what you plan to do next --&amp;gt;&lt;br /&gt;
* [https://github.com/naucoin/SlicerOpenCV SlicerOpenCV]&lt;br /&gt;
** CMake file created to build OpenCV&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Naucoin</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2016_Winter_Project_Week/Projects/SlicerOpenCVExtension&amp;diff=91034</id>
		<title>2016 Winter Project Week/Projects/SlicerOpenCVExtension</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2016_Winter_Project_Week/Projects/SlicerOpenCVExtension&amp;diff=91034"/>
		<updated>2015-12-17T16:40:00Z</updated>

		<summary type="html">&lt;p&gt;Naucoin: /* 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-MIT2016.png|link=2016_Winter_Project_Week#Projects|[[2016_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
&amp;lt;!-- Use the &amp;quot;Upload file&amp;quot; link on the left and then add a line to this list like &amp;quot;File:MyAlgorithmScreenshot.png&amp;quot; --&amp;gt;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
&lt;br /&gt;
* Nicole Aucoin (BWH)&lt;br /&gt;
* Erich Bremmer (Stonybrook)&lt;br /&gt;
* Andrey Fedorov (BWH)&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |       Objective&lt;br /&gt;
&amp;lt;!-- Add a bulleted list of key points --&amp;gt;&lt;br /&gt;
* Add an extension to the Slicer extension repository that provides OpenCV as a library&lt;br /&gt;
&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |       Approach, Plan&lt;br /&gt;
&amp;lt;!-- Add a bulleted list of key points --&amp;gt;&lt;br /&gt;
* Create CMake files to check out and build OpenCV as an external project&lt;br /&gt;
* Create CMake files to check out and build the ITK OpenCV bridge as an external project&lt;br /&gt;
* Provide examples on how to use OpenCV from Slicer&lt;br /&gt;
&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |      Progress&lt;br /&gt;
&amp;lt;!-- Fill this out at the end of Project Week; describe what you did this week and what you plan to do next --&amp;gt;&lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Background and References==&lt;br /&gt;
&amp;lt;!-- Use this space for information that may help people better understand your project, like links to papers, source code, or data --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Naucoin</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2016_Winter_Project_Week/Projects/SlicerOpenCVExtension&amp;diff=91033</id>
		<title>2016 Winter Project Week/Projects/SlicerOpenCVExtension</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2016_Winter_Project_Week/Projects/SlicerOpenCVExtension&amp;diff=91033"/>
		<updated>2015-12-17T16:34:28Z</updated>

		<summary type="html">&lt;p&gt;Naucoin: /* 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-MIT2016.png|link=2016_Winter_Project_Week#Projects|[[2016_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
&amp;lt;!-- Use the &amp;quot;Upload file&amp;quot; link on the left and then add a line to this list like &amp;quot;File:MyAlgorithmScreenshot.png&amp;quot; --&amp;gt;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
&lt;br /&gt;
* Nicole Aucoin (BWH)&lt;br /&gt;
* Erich Bremmer (Stonybrook)&lt;br /&gt;
* Andrey Fedorov (BWH)&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |       Objective&lt;br /&gt;
&amp;lt;!-- Add a bulleted list of key points --&amp;gt;&lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |       Approach, Plan&lt;br /&gt;
&amp;lt;!-- Add a bulleted list of key points --&amp;gt;&lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |      Progress&lt;br /&gt;
&amp;lt;!-- Fill this out at the end of Project Week; describe what you did this week and what you plan to do next --&amp;gt;&lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Background and References==&lt;br /&gt;
&amp;lt;!-- Use this space for information that may help people better understand your project, like links to papers, source code, or data --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Naucoin</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2016_Winter_Project_Week&amp;diff=90740</id>
		<title>2016 Winter Project Week</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2016_Winter_Project_Week&amp;diff=90740"/>
		<updated>2015-12-10T20:52:41Z</updated>

		<summary type="html">&lt;p&gt;Naucoin: /* Infrastructure */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
[[image:PW-MIT2016.png|300px]]&lt;br /&gt;
&lt;br /&gt;
'''Dates:''' January 4-8, 2016&lt;br /&gt;
&lt;br /&gt;
'''Location:''' MIT, Cambridge, MA. (Rooms: [[MIT_Project_Week_Rooms#Kiva|Kiva]], R&amp;amp;D)&lt;br /&gt;
&lt;br /&gt;
'''REGISTRATION:''' Register [https://www.regonline.com/namic16 here].&lt;br /&gt;
&amp;lt;br&amp;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]. &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;
==Agenda==&lt;br /&gt;
&lt;br /&gt;
Tentative Agenda&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-style=&amp;quot;background:#b0d5e6;color:#02186f&amp;quot; &lt;br /&gt;
!style=&amp;quot;width:10%&amp;quot; |Time&lt;br /&gt;
!style=&amp;quot;width:18%&amp;quot; |Monday, January 4&lt;br /&gt;
!style=&amp;quot;width:18%&amp;quot; |Tuesday,  January 5&lt;br /&gt;
!style=&amp;quot;width:18%&amp;quot; |Wednesday, January 6&lt;br /&gt;
!style=&amp;quot;width:18%&amp;quot; |Thursday, January 7&lt;br /&gt;
!style=&amp;quot;width:18%&amp;quot; |Friday, January 8&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|bgcolor=&amp;quot;#dbdbdb&amp;quot;|'''Project Presentations''' &lt;br /&gt;
|bgcolor=&amp;quot;#6494ec&amp;quot;|&lt;br /&gt;
|&lt;br /&gt;
|bgcolor=&amp;quot;#88aaae&amp;quot;|'''IGT Day'''&lt;br /&gt;
|bgcolor=&amp;quot;#faedb6&amp;quot;|'''Reporting Day'''&lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''8:30am'''&lt;br /&gt;
|&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Breakfast&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Breakfast&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Breakfast&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Breakfast &lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''9am-12pm'''&lt;br /&gt;
|'''10:30am-12pm:''' '''Diffeomorphic registration and the more recent geodesic shooting methods for diffeomorphic registration.''' (Tutorial Part 1 by Sarang Joshi)&amp;lt;br&amp;gt; Room: [http://www.csail.mit.edu/resources/maps/5D/D507.gif 32-D507].&lt;br /&gt;
|'''10-11:30am:''' &amp;lt;font color=&amp;quot;#503020&amp;quot;&amp;gt;Breakout Session: New Slicer Extensions'''&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
'''10-11:30am:''' &amp;lt;font color=&amp;quot;#503020&amp;quot;&amp;gt;Breakout Session: [[2015_Winter_Project_Week:SlicerROSIntegration| Slicer for Medical Robotics Research]] &amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
|'''9:00-10:30am''' TBD &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;----------------------------------------&amp;lt;br&amp;gt;&lt;br /&gt;
'''10am-12pm: &amp;lt;font color=&amp;quot;#4020ff&amp;quot;&amp;gt;Breakout Session:'''&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;TBD &amp;lt;br&amp;gt;&lt;br /&gt;
|'''10am-12pm:''' [[#Projects|Project Progress Updates]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[MIT_Project_Week_Rooms#Kiva|Kiva]]&lt;br /&gt;
&amp;lt;br&amp;gt;----------------------------------------&amp;lt;br&amp;gt;&lt;br /&gt;
'''12pm''' [[Events:TutorialContestJanuary2016|Tutorial Contest Winner Announcement]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[MIT_Project_Week_Rooms#Kiva|Kiva]]&lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''12pm-1pm'''&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Lunch &lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Lunch&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Lunch&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Lunch&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Lunch boxes; Adjourn by 1:30pm&lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''1pm-5:30pm'''&lt;br /&gt;
|'''1-1:05pm: &amp;lt;font color=&amp;quot;#503020&amp;quot;&amp;gt;Welcome&amp;lt;/font&amp;gt;'''&amp;lt;br&amp;gt;&lt;br /&gt;
[[MIT_Project_Week_Rooms#Kiva|Kiva]]&lt;br /&gt;
&amp;lt;br&amp;gt;----------------------------------------&amp;lt;br&amp;gt;&lt;br /&gt;
'''1:05-2:30pm:''' [[#Projects|Project Introductions]] (all Project Leads)&amp;lt;br&amp;gt;&lt;br /&gt;
[[MIT_Project_Week_Rooms#Kiva|Kiva]]&lt;br /&gt;
&amp;lt;br&amp;gt;----------------------------------------&amp;lt;br&amp;gt;&lt;br /&gt;
'''2:45-4pm:''' [[Breakout Session: Ultrasound]]&lt;br /&gt;
[[MIT_Project_Week_Rooms#Kiva|Kiva]]&lt;br /&gt;
&amp;lt;br&amp;gt;----------------------------------------&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''4:00pm-5:30pm:''' '''Diffeomorphic registration and the more recent geodesic shooting methods for diffeomorphic registration.''' (Tutorial Part 2 by Sarang Joshi) &amp;lt;br&amp;gt; Room: [http://www.csail.mit.edu/resources/maps/5D/D507.gif 32-D507].&lt;br /&gt;
|'''1-3pm:''' &amp;lt;font color=&amp;quot;#503020&amp;quot;&amp;gt; [[Breakout Session: What's Planned for Slicer Core]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[MIT_Project_Week_Rooms#Kiva|Kiva]] &lt;br /&gt;
|'''1-2:30pm:''' &amp;lt;font color=&amp;quot;#503020&amp;quot;&amp;gt;Breakout Session:'''&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;[[Breakout Session: Diffusion MRI]]&lt;br /&gt;
[[MIT_Project_Week_Rooms#Kiva|Kiva]] &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''5:30pm'''&lt;br /&gt;
|bgcolor=&amp;quot;#f0e68b&amp;quot;|Adjourn for the day&lt;br /&gt;
|bgcolor=&amp;quot;#f0e68b&amp;quot;|Adjourn for the day&lt;br /&gt;
|bgcolor=&amp;quot;#f0e68b&amp;quot;|Adjourn for the day&lt;br /&gt;
|bgcolor=&amp;quot;#f0e68b&amp;quot;|Adjourn for the day&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;googlecalendar&amp;gt;kitware.com_sb07i171olac9aavh46ir495c4@group.calendar.google.com&amp;lt;/googlecalendar&amp;gt;&lt;br /&gt;
&lt;br /&gt;
='''Projects'''=&lt;br /&gt;
* [[2016_Project_Week_Template | Template for project pages]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[2015_Winter_Project_Week:SlicerROSIntegration | 3D Slicer + ROS Integration]] (Junichi Tokuda, Axel Krieger, Simon Leonard)&lt;br /&gt;
* [[2016_Winter_Project_Week:TrackedUltrasoundStandardization | Tracked ultrasound standardization]] (Andras Lasso, Christian Askeland, Simon Drouin, Junichi Tokuda, Steve Pieper, Adam Rankin)&lt;br /&gt;
*Integration of CustusX with PLUS on BK System (Christian A, Adam Rankin)&lt;br /&gt;
*Integration of ImFusion MR-US registration with BWH AMIGO neurosurgery setup (Christian A, Tina Kapur, Steve Pieper, Sandy Wells, Andras Lasso)&lt;br /&gt;
*Digital Pathology Nuclear Segmentation (Erich Bremer, Nicole Aucoin)&lt;br /&gt;
*Chest Imaging Platform: COPD and other pulmonary diseases (Raúl San José, Jorge Onieva)&lt;br /&gt;
*Upgrade the namic (and Slicer?) wiki (JC, Mike Halle)&lt;br /&gt;
* [[2016_Winter_Project_Week:BatchImageAnalysis  | Batch Clinical Image Analysis]] (Kalli Retzepi, Yangming Ou, Matt Toews, Steve Pieper, Sandy Wells, Randy Gollub)&lt;br /&gt;
* [[2016_Winter_Project_Week:ImageRestoration | Image Restoration via Patch GMMs]] (Adrian Dalca, Katie Bouman, Polina Golland)&lt;br /&gt;
* [[2016_Winter_Project_Week:PatchRegistration | Patch Based Discrete Registration for Difficult Images]] (Adrian Dalca, Andreea Bobu, Polina Golland)&lt;br /&gt;
* [[2016_Winter_Project_Week:MITK_Plus_Integration | Integration of Plus and MITK]] (Thomas Kirchner, Janek Groehl)&lt;br /&gt;
* [[2016_Winter_Project_Week:External_beam_planning | External beam radiotherapy planning]] (Greg Sharp, others)&lt;br /&gt;
* [[2016_Winter_Project_Week:SlicerOpenCVExtension | Slicer OpenCV Extension]] (Nicole Aucoin, Erich Bremer, Andrey Fedorov)&lt;br /&gt;
&lt;br /&gt;
==Infrastructure==&lt;br /&gt;
* [[2016_Winter_Project_Week:SlicerProjectName  | Project Name]] (List of people working on this project)&lt;br /&gt;
* [[2016_Winter_Project_Week:CommonGL  | CommonGL]] (Steve Pieper, Jim Miller)&lt;br /&gt;
* [[2016_Winter_Project_Week:WebTechnologies  | Web Technologies and Slicer]] (Steve Pieper, Hans Meine)&lt;br /&gt;
* [[2016_Winter_Project_Week:CLIModules Backgrounding in MeVisLab | Running CLI Modules in MeVisLab asynchronously]] (Hans Meine)&lt;br /&gt;
* [[2016_Winter_Project_Week:BRAINSFit_in_MeVisLab | Interoperability tests with BRAINSFit (or other interesting CLIs) in MeVisLab]] (Hans Meine, Steve Pieper)&lt;br /&gt;
* [[2016_Winter_Project_Week:CLI_Dashboard | Kibana dashboard for browsing all available CLI modules]] (Hans Meine, JC?)&lt;br /&gt;
* [[2016_Winter_Project_Week:SegmentationEditorWidget | Editor widget using Segmentations]] (Csaba Pinter, Andras Lasso, Andrey Fedorov, Steve Pieper?)&lt;br /&gt;
* [[2016_Winter_Project_Week:SlicerTerminologyEditor | Terminology Editor]] (Csaba Pinter, Nicole Aucoin)&lt;br /&gt;
* [[2016_Winter_Project_Week:DICOMSegObjIntegration | Integration of DICOM SegObj with Segmentations]] (Kyle Sunderland, Csaba Pinter, Andras Lasso, Andrey Fedorov, Steve Pieper?)&lt;br /&gt;
* [[2016_Winter_Project_Week:CondaSlicer | Integration of Anaconda Python in Slicer]] (JC, Raúl San José, Jorge Onieva, Slicer Community?)&lt;br /&gt;
* [[2016_Winter_Project_Week:Data Persisting | Mechanism to persist clinical user data from different modules based on SQLite and/or other database engines ]] (Raúl San José, Jorge Onieva)&lt;br /&gt;
* [[2016_Winter_Project_Week:Workflows | Workflow module that enables the navigation and data sharing between different modules in a clinical workflow ]] (Raúl San José, Jorge Onieva)&lt;br /&gt;
&lt;br /&gt;
= '''Logistics''' =&lt;br /&gt;
&lt;br /&gt;
*'''Dates:''' January 4-8, 2016&lt;br /&gt;
*'''Location:''' MIT, Kiva Conference room; 4th floor of Building 32.&lt;br /&gt;
*'''REGISTRATION:''' Register [https://www.regonline.com/namic16 here]. Registration Fee: $300.&lt;br /&gt;
*'''Hotel:''' Similar to previous years, no rooms have been blocked in a particular hotel.&lt;br /&gt;
*'''Room sharing''': If interested, add your name to the list  [[2016_Winter_Project_Week/RoomSharing|here]]&lt;br /&gt;
&lt;br /&gt;
= '''Registrants''' =&lt;br /&gt;
&lt;br /&gt;
Do not add your name to this list - it is maintained by the organizers based on your paid registration.  To register, visit [https://www.regonline.com/namic16 this registration url].&lt;/div&gt;</summary>
		<author><name>Naucoin</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2016_Winter_Project_Week&amp;diff=90739</id>
		<title>2016 Winter Project Week</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2016_Winter_Project_Week&amp;diff=90739"/>
		<updated>2015-12-10T20:52:23Z</updated>

		<summary type="html">&lt;p&gt;Naucoin: /* Projects */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
[[image:PW-MIT2016.png|300px]]&lt;br /&gt;
&lt;br /&gt;
'''Dates:''' January 4-8, 2016&lt;br /&gt;
&lt;br /&gt;
'''Location:''' MIT, Cambridge, MA. (Rooms: [[MIT_Project_Week_Rooms#Kiva|Kiva]], R&amp;amp;D)&lt;br /&gt;
&lt;br /&gt;
'''REGISTRATION:''' Register [https://www.regonline.com/namic16 here].&lt;br /&gt;
&amp;lt;br&amp;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]. &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;
==Agenda==&lt;br /&gt;
&lt;br /&gt;
Tentative Agenda&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-style=&amp;quot;background:#b0d5e6;color:#02186f&amp;quot; &lt;br /&gt;
!style=&amp;quot;width:10%&amp;quot; |Time&lt;br /&gt;
!style=&amp;quot;width:18%&amp;quot; |Monday, January 4&lt;br /&gt;
!style=&amp;quot;width:18%&amp;quot; |Tuesday,  January 5&lt;br /&gt;
!style=&amp;quot;width:18%&amp;quot; |Wednesday, January 6&lt;br /&gt;
!style=&amp;quot;width:18%&amp;quot; |Thursday, January 7&lt;br /&gt;
!style=&amp;quot;width:18%&amp;quot; |Friday, January 8&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|bgcolor=&amp;quot;#dbdbdb&amp;quot;|'''Project Presentations''' &lt;br /&gt;
|bgcolor=&amp;quot;#6494ec&amp;quot;|&lt;br /&gt;
|&lt;br /&gt;
|bgcolor=&amp;quot;#88aaae&amp;quot;|'''IGT Day'''&lt;br /&gt;
|bgcolor=&amp;quot;#faedb6&amp;quot;|'''Reporting Day'''&lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''8:30am'''&lt;br /&gt;
|&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Breakfast&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Breakfast&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Breakfast&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Breakfast &lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''9am-12pm'''&lt;br /&gt;
|'''10:30am-12pm:''' '''Diffeomorphic registration and the more recent geodesic shooting methods for diffeomorphic registration.''' (Tutorial Part 1 by Sarang Joshi)&amp;lt;br&amp;gt; Room: [http://www.csail.mit.edu/resources/maps/5D/D507.gif 32-D507].&lt;br /&gt;
|'''10-11:30am:''' &amp;lt;font color=&amp;quot;#503020&amp;quot;&amp;gt;Breakout Session: New Slicer Extensions'''&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
'''10-11:30am:''' &amp;lt;font color=&amp;quot;#503020&amp;quot;&amp;gt;Breakout Session: [[2015_Winter_Project_Week:SlicerROSIntegration| Slicer for Medical Robotics Research]] &amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
|'''9:00-10:30am''' TBD &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;----------------------------------------&amp;lt;br&amp;gt;&lt;br /&gt;
'''10am-12pm: &amp;lt;font color=&amp;quot;#4020ff&amp;quot;&amp;gt;Breakout Session:'''&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;TBD &amp;lt;br&amp;gt;&lt;br /&gt;
|'''10am-12pm:''' [[#Projects|Project Progress Updates]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[MIT_Project_Week_Rooms#Kiva|Kiva]]&lt;br /&gt;
&amp;lt;br&amp;gt;----------------------------------------&amp;lt;br&amp;gt;&lt;br /&gt;
'''12pm''' [[Events:TutorialContestJanuary2016|Tutorial Contest Winner Announcement]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[MIT_Project_Week_Rooms#Kiva|Kiva]]&lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''12pm-1pm'''&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Lunch &lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Lunch&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Lunch&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Lunch&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Lunch boxes; Adjourn by 1:30pm&lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''1pm-5:30pm'''&lt;br /&gt;
|'''1-1:05pm: &amp;lt;font color=&amp;quot;#503020&amp;quot;&amp;gt;Welcome&amp;lt;/font&amp;gt;'''&amp;lt;br&amp;gt;&lt;br /&gt;
[[MIT_Project_Week_Rooms#Kiva|Kiva]]&lt;br /&gt;
&amp;lt;br&amp;gt;----------------------------------------&amp;lt;br&amp;gt;&lt;br /&gt;
'''1:05-2:30pm:''' [[#Projects|Project Introductions]] (all Project Leads)&amp;lt;br&amp;gt;&lt;br /&gt;
[[MIT_Project_Week_Rooms#Kiva|Kiva]]&lt;br /&gt;
&amp;lt;br&amp;gt;----------------------------------------&amp;lt;br&amp;gt;&lt;br /&gt;
'''2:45-4pm:''' [[Breakout Session: Ultrasound]]&lt;br /&gt;
[[MIT_Project_Week_Rooms#Kiva|Kiva]]&lt;br /&gt;
&amp;lt;br&amp;gt;----------------------------------------&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''4:00pm-5:30pm:''' '''Diffeomorphic registration and the more recent geodesic shooting methods for diffeomorphic registration.''' (Tutorial Part 2 by Sarang Joshi) &amp;lt;br&amp;gt; Room: [http://www.csail.mit.edu/resources/maps/5D/D507.gif 32-D507].&lt;br /&gt;
|'''1-3pm:''' &amp;lt;font color=&amp;quot;#503020&amp;quot;&amp;gt; [[Breakout Session: What's Planned for Slicer Core]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[MIT_Project_Week_Rooms#Kiva|Kiva]] &lt;br /&gt;
|'''1-2:30pm:''' &amp;lt;font color=&amp;quot;#503020&amp;quot;&amp;gt;Breakout Session:'''&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;[[Breakout Session: Diffusion MRI]]&lt;br /&gt;
[[MIT_Project_Week_Rooms#Kiva|Kiva]] &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''5:30pm'''&lt;br /&gt;
|bgcolor=&amp;quot;#f0e68b&amp;quot;|Adjourn for the day&lt;br /&gt;
|bgcolor=&amp;quot;#f0e68b&amp;quot;|Adjourn for the day&lt;br /&gt;
|bgcolor=&amp;quot;#f0e68b&amp;quot;|Adjourn for the day&lt;br /&gt;
|bgcolor=&amp;quot;#f0e68b&amp;quot;|Adjourn for the day&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;googlecalendar&amp;gt;kitware.com_sb07i171olac9aavh46ir495c4@group.calendar.google.com&amp;lt;/googlecalendar&amp;gt;&lt;br /&gt;
&lt;br /&gt;
='''Projects'''=&lt;br /&gt;
* [[2016_Project_Week_Template | Template for project pages]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[2015_Winter_Project_Week:SlicerROSIntegration | 3D Slicer + ROS Integration]] (Junichi Tokuda, Axel Krieger, Simon Leonard)&lt;br /&gt;
* [[2016_Winter_Project_Week:TrackedUltrasoundStandardization | Tracked ultrasound standardization]] (Andras Lasso, Christian Askeland, Simon Drouin, Junichi Tokuda, Steve Pieper, Adam Rankin)&lt;br /&gt;
*Integration of CustusX with PLUS on BK System (Christian A, Adam Rankin)&lt;br /&gt;
*Integration of ImFusion MR-US registration with BWH AMIGO neurosurgery setup (Christian A, Tina Kapur, Steve Pieper, Sandy Wells, Andras Lasso)&lt;br /&gt;
*Digital Pathology Nuclear Segmentation (Erich Bremer, Nicole Aucoin)&lt;br /&gt;
*Chest Imaging Platform: COPD and other pulmonary diseases (Raúl San José, Jorge Onieva)&lt;br /&gt;
*Upgrade the namic (and Slicer?) wiki (JC, Mike Halle)&lt;br /&gt;
* [[2016_Winter_Project_Week:BatchImageAnalysis  | Batch Clinical Image Analysis]] (Kalli Retzepi, Yangming Ou, Matt Toews, Steve Pieper, Sandy Wells, Randy Gollub)&lt;br /&gt;
* [[2016_Winter_Project_Week:ImageRestoration | Image Restoration via Patch GMMs]] (Adrian Dalca, Katie Bouman, Polina Golland)&lt;br /&gt;
* [[2016_Winter_Project_Week:PatchRegistration | Patch Based Discrete Registration for Difficult Images]] (Adrian Dalca, Andreea Bobu, Polina Golland)&lt;br /&gt;
* [[2016_Winter_Project_Week:MITK_Plus_Integration | Integration of Plus and MITK]] (Thomas Kirchner, Janek Groehl)&lt;br /&gt;
* [[2016_Winter_Project_Week:External_beam_planning | External beam radiotherapy planning]] (Greg Sharp, others)&lt;br /&gt;
* [[2016_Winter_Project_Week:SlicerOpenCVExtension | Slicer OpenCV Extension]] (Nicole Aucoin, Erich Bremer, Andrey Fedorov)&lt;br /&gt;
&lt;br /&gt;
==Infrastructure==&lt;br /&gt;
* [[2016_Winter_Project_Week:SlicerProjectName  | Project Name]] (List of people working on this project)&lt;br /&gt;
* [[2016_Winter_Project_Week:CommonGL  | CommonGL]] (Steve Pieper, Jim Miller)&lt;br /&gt;
* [[2016_Winter_Project_Week:WebTechnologies  | Web Technologies and Slicer]] (Steve Pieper, Hans Meine)&lt;br /&gt;
* [[2016_Winter_Project_Week:CLIModules Backgrounding in MeVisLab | Running CLI Modules in MeVisLab asynchronously]] (Hans Meine)&lt;br /&gt;
* [[2016_Winter_Project_Week:BRAINSFit_in_MeVisLab | Interoperability tests with BRAINSFit (or other interesting CLIs) in MeVisLab]] (Hans Meine, Steve Pieper)&lt;br /&gt;
* [[2016_Winter_Project_Week:CLI_Dashboard | Kibana dashboard for browsing all available CLI modules]] (Hans Meine, JC?)&lt;br /&gt;
* [[2016_Winter_Project_Week:SegmentationEditorWidget | Editor widget using Segmentations]] (Csaba Pinter, Andras Lasso, Andrey Fedorov, Steve Pieper?)&lt;br /&gt;
* [[2016_Winter_Project_Week:SlicerTerminologyEditor | TerminologyEditor]] (Csaba Pinter, Nicole Aucoin)&lt;br /&gt;
* [[2016_Winter_Project_Week:DICOMSegObjIntegration | Integration of DICOM SegObj with Segmentations]] (Kyle Sunderland, Csaba Pinter, Andras Lasso, Andrey Fedorov, Steve Pieper?)&lt;br /&gt;
* [[2016_Winter_Project_Week:CondaSlicer | Integration of Anaconda Python in Slicer]] (JC, Raúl San José, Jorge Onieva, Slicer Community?)&lt;br /&gt;
* [[2016_Winter_Project_Week:Data Persisting | Mechanism to persist clinical user data from different modules based on SQLite and/or other database engines ]] (Raúl San José, Jorge Onieva)&lt;br /&gt;
* [[2016_Winter_Project_Week:Workflows | Workflow module that enables the navigation and data sharing between different modules in a clinical workflow ]] (Raúl San José, Jorge Onieva)&lt;br /&gt;
&lt;br /&gt;
= '''Logistics''' =&lt;br /&gt;
&lt;br /&gt;
*'''Dates:''' January 4-8, 2016&lt;br /&gt;
*'''Location:''' MIT, Kiva Conference room; 4th floor of Building 32.&lt;br /&gt;
*'''REGISTRATION:''' Register [https://www.regonline.com/namic16 here]. Registration Fee: $300.&lt;br /&gt;
*'''Hotel:''' Similar to previous years, no rooms have been blocked in a particular hotel.&lt;br /&gt;
*'''Room sharing''': If interested, add your name to the list  [[2016_Winter_Project_Week/RoomSharing|here]]&lt;br /&gt;
&lt;br /&gt;
= '''Registrants''' =&lt;br /&gt;
&lt;br /&gt;
Do not add your name to this list - it is maintained by the organizers based on your paid registration.  To register, visit [https://www.regonline.com/namic16 this registration url].&lt;/div&gt;</summary>
		<author><name>Naucoin</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2016_Winter_Project_Week&amp;diff=90424</id>
		<title>2016 Winter Project Week</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2016_Winter_Project_Week&amp;diff=90424"/>
		<updated>2015-10-21T15:05:48Z</updated>

		<summary type="html">&lt;p&gt;Naucoin: /* Projects */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
[[image:PW-MIT2016.png|300px|left]]&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''Dates:''' January 4-8, 2016&lt;br /&gt;
&lt;br /&gt;
'''Location:''' MIT, Cambridge, MA.&lt;br /&gt;
&amp;lt;br&amp;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]. &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;
==Agenda==&lt;br /&gt;
&lt;br /&gt;
Tentative Agenda&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-style=&amp;quot;background:#b0d5e6;color:#02186f&amp;quot; &lt;br /&gt;
!style=&amp;quot;width:10%&amp;quot; |Time&lt;br /&gt;
!style=&amp;quot;width:18%&amp;quot; |Monday&lt;br /&gt;
!style=&amp;quot;width:18%&amp;quot; |Tuesday&lt;br /&gt;
!style=&amp;quot;width:18%&amp;quot; |Wednesday&lt;br /&gt;
!style=&amp;quot;width:18%&amp;quot; |Thursday&lt;br /&gt;
!style=&amp;quot;width:18%&amp;quot; |Friday&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|bgcolor=&amp;quot;#dbdbdb&amp;quot;|'''Project Presentations''' &lt;br /&gt;
|bgcolor=&amp;quot;#6494ec&amp;quot;|'''Update Day'''&lt;br /&gt;
|&lt;br /&gt;
|bgcolor=&amp;quot;#88aaae&amp;quot;|'''IGT Day'''&lt;br /&gt;
|bgcolor=&amp;quot;#faedb6&amp;quot;|'''Reporting Day'''&lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''8:30am'''&lt;br /&gt;
|&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Breakfast&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Breakfast&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Breakfast&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Breakfast &lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''9am-12pm'''&lt;br /&gt;
|&lt;br /&gt;
|'''10-11:30am''' &amp;lt;font color=&amp;quot;#503020&amp;quot;&amp;gt;Breakout Session:'''&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;TBD&lt;br /&gt;
[[MIT_Project_Week_Rooms#Star|Star]]&lt;br /&gt;
|&lt;br /&gt;
'''11am-12noon'''TBD&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
|'''9:00-10:30am''' TBD &amp;lt;br&amp;gt;&lt;br /&gt;
[[MIT_Project_Week_Rooms#Grier_34-401_AB|Grier Rooms]]&lt;br /&gt;
&amp;lt;br&amp;gt;----------------------------------------&amp;lt;br&amp;gt;&lt;br /&gt;
'''10am-12pm: &amp;lt;font color=&amp;quot;#4020ff&amp;quot;&amp;gt;Breakout Session:'''&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;TBD &amp;lt;br&amp;gt;&lt;br /&gt;
[[MIT_Project_Week_Rooms#Star|Star]]&lt;br /&gt;
|'''10am-12pm:''' [[#Projects|Project Progress Updates]] (Stata Building 4th Floor R&amp;amp;D Common Dining Area)&lt;br /&gt;
&amp;lt;br&amp;gt;----------------------------------------&amp;lt;br&amp;gt;&lt;br /&gt;
'''12pm''' [[Events:TutorialContestJune2014|Tutorial Contest Winner Announcement]]&lt;br /&gt;
(Stata Building 4th Floor R&amp;amp;D Common Dining Area)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''12pm-1pm'''&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Lunch &lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Lunch&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Lunch&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Lunch&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Lunch boxes; Adjourn by 1:30pm&lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''1pm-5:30pm'''&lt;br /&gt;
|'''1-1:05pm: &amp;lt;font color=&amp;quot;#503020&amp;quot;&amp;gt;TBD&amp;lt;/font&amp;gt;'''&lt;br /&gt;
[[MIT_Project_Week_Rooms#Grier_34-401_AB|Grier Rooms]]&lt;br /&gt;
&amp;lt;br&amp;gt;----------------------------------------&amp;lt;br&amp;gt;&lt;br /&gt;
'''1:05-3:30pm:''' [[#Projects|Project Introductions]] (all Project Leads)&lt;br /&gt;
[[MIT_Project_Week_Rooms#Grier_34-401_AB|Grier Rooms]]&lt;br /&gt;
&amp;lt;br&amp;gt;----------------------------------------&amp;lt;br&amp;gt;&lt;br /&gt;
'''3:30-4:30pm'''TBD  &amp;lt;br&amp;gt;&lt;br /&gt;
[[MIT_Project_Week_Rooms#Grier_34-401_AB|Grier Room (Left)]]&lt;br /&gt;
|'''1-3pm:''' &amp;lt;font color=&amp;quot;#503020&amp;quot;&amp;gt;TBD&lt;br /&gt;
[[MIT_Project_Week_Rooms#Kiva|Kiva]] &lt;br /&gt;
|'''1-2:30pm:''' &amp;lt;font color=&amp;quot;#503020&amp;quot;&amp;gt;Breakout Session:'''&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;TBD&lt;br /&gt;
[[MIT_Project_Week_Rooms#Kiva|Kiva]] &lt;br /&gt;
|'''1-3pm:''' &amp;lt;font color=&amp;quot;#503020&amp;quot;&amp;gt;Breakout Session:'''&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;TBD&lt;br /&gt;
[[MIT_Project_Week_Rooms#Star|Star]] &lt;br /&gt;
&amp;lt;br&amp;gt;----------------------------------------&amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''5:30pm'''&lt;br /&gt;
|bgcolor=&amp;quot;#f0e68b&amp;quot;|Adjourn for the day&lt;br /&gt;
|bgcolor=&amp;quot;#f0e68b&amp;quot;|Adjourn for the day&lt;br /&gt;
|bgcolor=&amp;quot;#f0e68b&amp;quot;|Adjourn for the day&lt;br /&gt;
|bgcolor=&amp;quot;#f0e68b&amp;quot;|Adjourn for the day&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
='''Projects'''=&lt;br /&gt;
* [[2014_Project_Week_Template | Template for project pages]]&lt;br /&gt;
&lt;br /&gt;
(Project list to be populated in late 2015)&lt;br /&gt;
&lt;br /&gt;
==Infrastructure==&lt;br /&gt;
&lt;br /&gt;
* [[2015_Winter_Project_Week:SlicerProjectName  | Project Name]] (List of people working on this project)&lt;br /&gt;
&lt;br /&gt;
= '''Logistics''' =&lt;br /&gt;
&lt;br /&gt;
*'''Dates:''' January 4-8, 2016&lt;br /&gt;
*'''Location:''' MIT&lt;br /&gt;
*'''REGISTRATION:''' Registration link will go live as the event gets closer: https://www.regonline.com/namic2016winterprojectweek. &lt;br /&gt;
**Please note that  as you proceed to the checkout portion of the registration process, RegOnline will offer you a chance to opt into a free trial of ACTIVEAdvantage -- click on &amp;quot;No thanks&amp;quot; in order to finish your Project Week registration.&lt;br /&gt;
*'''Registration Fee:''' $300.&lt;br /&gt;
*'''Hotel:''' Similar to previous years, no rooms have been blocked in a particular hotel.&lt;br /&gt;
*'''Room sharing''': If interested, add your name to the list:  [[2016_Winter_Project_Week/RoomSharing|here]]&lt;br /&gt;
&lt;br /&gt;
= '''Registrants''' =&lt;br /&gt;
&lt;br /&gt;
Do not add your name to this list - it is maintained by the organizers based on your paid registration.  ([https://www.regonline.com/namic2016winterprojectweek  Please click here to register once the link goes live.])&lt;/div&gt;</summary>
		<author><name>Naucoin</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2016_Winter_Project_Week&amp;diff=90423</id>
		<title>2016 Winter Project Week</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2016_Winter_Project_Week&amp;diff=90423"/>
		<updated>2015-10-21T15:01:49Z</updated>

		<summary type="html">&lt;p&gt;Naucoin: /* Logistics */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
[[image:PW-MIT2016.png|300px|left]]&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''Dates:''' January 4-8, 2016&lt;br /&gt;
&lt;br /&gt;
'''Location:''' MIT, Cambridge, MA.&lt;br /&gt;
&amp;lt;br&amp;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]. &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;
==Agenda==&lt;br /&gt;
&lt;br /&gt;
Tentative Agenda&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-style=&amp;quot;background:#b0d5e6;color:#02186f&amp;quot; &lt;br /&gt;
!style=&amp;quot;width:10%&amp;quot; |Time&lt;br /&gt;
!style=&amp;quot;width:18%&amp;quot; |Monday&lt;br /&gt;
!style=&amp;quot;width:18%&amp;quot; |Tuesday&lt;br /&gt;
!style=&amp;quot;width:18%&amp;quot; |Wednesday&lt;br /&gt;
!style=&amp;quot;width:18%&amp;quot; |Thursday&lt;br /&gt;
!style=&amp;quot;width:18%&amp;quot; |Friday&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|bgcolor=&amp;quot;#dbdbdb&amp;quot;|'''Project Presentations''' &lt;br /&gt;
|bgcolor=&amp;quot;#6494ec&amp;quot;|'''Update Day'''&lt;br /&gt;
|&lt;br /&gt;
|bgcolor=&amp;quot;#88aaae&amp;quot;|'''IGT Day'''&lt;br /&gt;
|bgcolor=&amp;quot;#faedb6&amp;quot;|'''Reporting Day'''&lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''8:30am'''&lt;br /&gt;
|&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Breakfast&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Breakfast&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Breakfast&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Breakfast &lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''9am-12pm'''&lt;br /&gt;
|&lt;br /&gt;
|'''10-11:30am''' &amp;lt;font color=&amp;quot;#503020&amp;quot;&amp;gt;Breakout Session:'''&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;TBD&lt;br /&gt;
[[MIT_Project_Week_Rooms#Star|Star]]&lt;br /&gt;
|&lt;br /&gt;
'''11am-12noon'''TBD&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
|'''9:00-10:30am''' TBD &amp;lt;br&amp;gt;&lt;br /&gt;
[[MIT_Project_Week_Rooms#Grier_34-401_AB|Grier Rooms]]&lt;br /&gt;
&amp;lt;br&amp;gt;----------------------------------------&amp;lt;br&amp;gt;&lt;br /&gt;
'''10am-12pm: &amp;lt;font color=&amp;quot;#4020ff&amp;quot;&amp;gt;Breakout Session:'''&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;TBD &amp;lt;br&amp;gt;&lt;br /&gt;
[[MIT_Project_Week_Rooms#Star|Star]]&lt;br /&gt;
|'''10am-12pm:''' [[#Projects|Project Progress Updates]] (Stata Building 4th Floor R&amp;amp;D Common Dining Area)&lt;br /&gt;
&amp;lt;br&amp;gt;----------------------------------------&amp;lt;br&amp;gt;&lt;br /&gt;
'''12pm''' [[Events:TutorialContestJune2014|Tutorial Contest Winner Announcement]]&lt;br /&gt;
(Stata Building 4th Floor R&amp;amp;D Common Dining Area)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''12pm-1pm'''&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Lunch &lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Lunch&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Lunch&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Lunch&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Lunch boxes; Adjourn by 1:30pm&lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''1pm-5:30pm'''&lt;br /&gt;
|'''1-1:05pm: &amp;lt;font color=&amp;quot;#503020&amp;quot;&amp;gt;TBD&amp;lt;/font&amp;gt;'''&lt;br /&gt;
[[MIT_Project_Week_Rooms#Grier_34-401_AB|Grier Rooms]]&lt;br /&gt;
&amp;lt;br&amp;gt;----------------------------------------&amp;lt;br&amp;gt;&lt;br /&gt;
'''1:05-3:30pm:''' [[#Projects|Project Introductions]] (all Project Leads)&lt;br /&gt;
[[MIT_Project_Week_Rooms#Grier_34-401_AB|Grier Rooms]]&lt;br /&gt;
&amp;lt;br&amp;gt;----------------------------------------&amp;lt;br&amp;gt;&lt;br /&gt;
'''3:30-4:30pm'''TBD  &amp;lt;br&amp;gt;&lt;br /&gt;
[[MIT_Project_Week_Rooms#Grier_34-401_AB|Grier Room (Left)]]&lt;br /&gt;
|'''1-3pm:''' &amp;lt;font color=&amp;quot;#503020&amp;quot;&amp;gt;TBD&lt;br /&gt;
[[MIT_Project_Week_Rooms#Kiva|Kiva]] &lt;br /&gt;
|'''1-2:30pm:''' &amp;lt;font color=&amp;quot;#503020&amp;quot;&amp;gt;Breakout Session:'''&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;TBD&lt;br /&gt;
[[MIT_Project_Week_Rooms#Kiva|Kiva]] &lt;br /&gt;
|'''1-3pm:''' &amp;lt;font color=&amp;quot;#503020&amp;quot;&amp;gt;Breakout Session:'''&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;TBD&lt;br /&gt;
[[MIT_Project_Week_Rooms#Star|Star]] &lt;br /&gt;
&amp;lt;br&amp;gt;----------------------------------------&amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''5:30pm'''&lt;br /&gt;
|bgcolor=&amp;quot;#f0e68b&amp;quot;|Adjourn for the day&lt;br /&gt;
|bgcolor=&amp;quot;#f0e68b&amp;quot;|Adjourn for the day&lt;br /&gt;
|bgcolor=&amp;quot;#f0e68b&amp;quot;|Adjourn for the day&lt;br /&gt;
|bgcolor=&amp;quot;#f0e68b&amp;quot;|Adjourn for the day&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Projects=&lt;br /&gt;
* [[2014_Project_Week_Template | Template for project pages]]&lt;br /&gt;
&lt;br /&gt;
(Project list to be populated in late 2015)&lt;br /&gt;
&lt;br /&gt;
== '''Logistics''' ==&lt;br /&gt;
&lt;br /&gt;
*'''Dates:''' January 4-8, 2016&lt;br /&gt;
*'''Location:''' MIT&lt;br /&gt;
*'''REGISTRATION:''' Registration link will go live as the event gets closer: https://www.regonline.com/namic2016winterprojectweek. &lt;br /&gt;
**Please note that  as you proceed to the checkout portion of the registration process, RegOnline will offer you a chance to opt into a free trial of ACTIVEAdvantage -- click on &amp;quot;No thanks&amp;quot; in order to finish your Project Week registration.&lt;br /&gt;
*'''Registration Fee:''' $300.&lt;br /&gt;
*'''Hotel:''' Similar to previous years, no rooms have been blocked in a particular hotel.&lt;br /&gt;
*'''Room sharing''': If interested, add your name to the list:  [[2016_Winter_Project_Week/RoomSharing|here]]&lt;br /&gt;
&lt;br /&gt;
== '''Registrants''' ==&lt;br /&gt;
&lt;br /&gt;
Do not add your name to this list - it is maintained by the organizers based on your paid registration.  ([https://www.regonline.com/namic2016winterprojectweek  Please click here to register.])&lt;/div&gt;</summary>
		<author><name>Naucoin</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2016_Winter_Project_Week&amp;diff=90422</id>
		<title>2016 Winter Project Week</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2016_Winter_Project_Week&amp;diff=90422"/>
		<updated>2015-10-21T15:01:30Z</updated>

		<summary type="html">&lt;p&gt;Naucoin: /* Logistics */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
[[image:PW-MIT2016.png|300px|left]]&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''Dates:''' January 4-8, 2016&lt;br /&gt;
&lt;br /&gt;
'''Location:''' MIT, Cambridge, MA.&lt;br /&gt;
&amp;lt;br&amp;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]. &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;
==Agenda==&lt;br /&gt;
&lt;br /&gt;
Tentative Agenda&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-style=&amp;quot;background:#b0d5e6;color:#02186f&amp;quot; &lt;br /&gt;
!style=&amp;quot;width:10%&amp;quot; |Time&lt;br /&gt;
!style=&amp;quot;width:18%&amp;quot; |Monday&lt;br /&gt;
!style=&amp;quot;width:18%&amp;quot; |Tuesday&lt;br /&gt;
!style=&amp;quot;width:18%&amp;quot; |Wednesday&lt;br /&gt;
!style=&amp;quot;width:18%&amp;quot; |Thursday&lt;br /&gt;
!style=&amp;quot;width:18%&amp;quot; |Friday&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|bgcolor=&amp;quot;#dbdbdb&amp;quot;|'''Project Presentations''' &lt;br /&gt;
|bgcolor=&amp;quot;#6494ec&amp;quot;|'''Update Day'''&lt;br /&gt;
|&lt;br /&gt;
|bgcolor=&amp;quot;#88aaae&amp;quot;|'''IGT Day'''&lt;br /&gt;
|bgcolor=&amp;quot;#faedb6&amp;quot;|'''Reporting Day'''&lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''8:30am'''&lt;br /&gt;
|&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Breakfast&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Breakfast&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Breakfast&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Breakfast &lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''9am-12pm'''&lt;br /&gt;
|&lt;br /&gt;
|'''10-11:30am''' &amp;lt;font color=&amp;quot;#503020&amp;quot;&amp;gt;Breakout Session:'''&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;TBD&lt;br /&gt;
[[MIT_Project_Week_Rooms#Star|Star]]&lt;br /&gt;
|&lt;br /&gt;
'''11am-12noon'''TBD&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
|'''9:00-10:30am''' TBD &amp;lt;br&amp;gt;&lt;br /&gt;
[[MIT_Project_Week_Rooms#Grier_34-401_AB|Grier Rooms]]&lt;br /&gt;
&amp;lt;br&amp;gt;----------------------------------------&amp;lt;br&amp;gt;&lt;br /&gt;
'''10am-12pm: &amp;lt;font color=&amp;quot;#4020ff&amp;quot;&amp;gt;Breakout Session:'''&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;TBD &amp;lt;br&amp;gt;&lt;br /&gt;
[[MIT_Project_Week_Rooms#Star|Star]]&lt;br /&gt;
|'''10am-12pm:''' [[#Projects|Project Progress Updates]] (Stata Building 4th Floor R&amp;amp;D Common Dining Area)&lt;br /&gt;
&amp;lt;br&amp;gt;----------------------------------------&amp;lt;br&amp;gt;&lt;br /&gt;
'''12pm''' [[Events:TutorialContestJune2014|Tutorial Contest Winner Announcement]]&lt;br /&gt;
(Stata Building 4th Floor R&amp;amp;D Common Dining Area)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''12pm-1pm'''&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Lunch &lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Lunch&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Lunch&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Lunch&lt;br /&gt;
|bgcolor=&amp;quot;#ffffaa&amp;quot;|Lunch boxes; Adjourn by 1:30pm&lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''1pm-5:30pm'''&lt;br /&gt;
|'''1-1:05pm: &amp;lt;font color=&amp;quot;#503020&amp;quot;&amp;gt;TBD&amp;lt;/font&amp;gt;'''&lt;br /&gt;
[[MIT_Project_Week_Rooms#Grier_34-401_AB|Grier Rooms]]&lt;br /&gt;
&amp;lt;br&amp;gt;----------------------------------------&amp;lt;br&amp;gt;&lt;br /&gt;
'''1:05-3:30pm:''' [[#Projects|Project Introductions]] (all Project Leads)&lt;br /&gt;
[[MIT_Project_Week_Rooms#Grier_34-401_AB|Grier Rooms]]&lt;br /&gt;
&amp;lt;br&amp;gt;----------------------------------------&amp;lt;br&amp;gt;&lt;br /&gt;
'''3:30-4:30pm'''TBD  &amp;lt;br&amp;gt;&lt;br /&gt;
[[MIT_Project_Week_Rooms#Grier_34-401_AB|Grier Room (Left)]]&lt;br /&gt;
|'''1-3pm:''' &amp;lt;font color=&amp;quot;#503020&amp;quot;&amp;gt;TBD&lt;br /&gt;
[[MIT_Project_Week_Rooms#Kiva|Kiva]] &lt;br /&gt;
|'''1-2:30pm:''' &amp;lt;font color=&amp;quot;#503020&amp;quot;&amp;gt;Breakout Session:'''&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;TBD&lt;br /&gt;
[[MIT_Project_Week_Rooms#Kiva|Kiva]] &lt;br /&gt;
|'''1-3pm:''' &amp;lt;font color=&amp;quot;#503020&amp;quot;&amp;gt;Breakout Session:'''&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;TBD&lt;br /&gt;
[[MIT_Project_Week_Rooms#Star|Star]] &lt;br /&gt;
&amp;lt;br&amp;gt;----------------------------------------&amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|bgcolor=&amp;quot;#ffffdd&amp;quot;|'''5:30pm'''&lt;br /&gt;
|bgcolor=&amp;quot;#f0e68b&amp;quot;|Adjourn for the day&lt;br /&gt;
|bgcolor=&amp;quot;#f0e68b&amp;quot;|Adjourn for the day&lt;br /&gt;
|bgcolor=&amp;quot;#f0e68b&amp;quot;|Adjourn for the day&lt;br /&gt;
|bgcolor=&amp;quot;#f0e68b&amp;quot;|Adjourn for the day&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Projects=&lt;br /&gt;
* [[2014_Project_Week_Template | Template for project pages]]&lt;br /&gt;
&lt;br /&gt;
(Project list to be populated in late 2015)&lt;br /&gt;
&lt;br /&gt;
== '''Logistics''' ==&lt;br /&gt;
&lt;br /&gt;
*'''Dates:''' January 4-8, 2016&lt;br /&gt;
*'''Location:''' MIT&lt;br /&gt;
*'''REGISTRATION:''' Registration link will go live as the even gets closer: https://www.regonline.com/namic2016winterprojectweek. &lt;br /&gt;
**Please note that  as you proceed to the checkout portion of the registration process, RegOnline will offer you a chance to opt into a free trial of ACTIVEAdvantage -- click on &amp;quot;No thanks&amp;quot; in order to finish your Project Week registration.&lt;br /&gt;
*'''Registration Fee:''' $300.&lt;br /&gt;
*'''Hotel:''' Similar to previous years, no rooms have been blocked in a particular hotel.&lt;br /&gt;
*'''Room sharing''': If interested, add your name to the list:  [[2016_Winter_Project_Week/RoomSharing|here]]&lt;br /&gt;
&lt;br /&gt;
== '''Registrants''' ==&lt;br /&gt;
&lt;br /&gt;
Do not add your name to this list - it is maintained by the organizers based on your paid registration.  ([https://www.regonline.com/namic2016winterprojectweek  Please click here to register.])&lt;/div&gt;</summary>
		<author><name>Naucoin</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2015_Summer_Project_Week:Return_Fiducials_from_CLIs&amp;diff=90087</id>
		<title>2015 Summer Project Week:Return Fiducials from CLIs</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2015_Summer_Project_Week:Return_Fiducials_from_CLIs&amp;diff=90087"/>
		<updated>2015-06-24T15:51:19Z</updated>

		<summary type="html">&lt;p&gt;Naucoin: /* 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-Summer2015.png|[[2015_Summer_Project_Week#Projects|Projects List]]&lt;br /&gt;
Image:FiducialsAsInputInCLIXML.jpg|Fiducial list set as input to a CLI&lt;br /&gt;
Image:FiducialsAsOutputInCLIXML.jpg|Fiducial list set as output from a CLI&lt;br /&gt;
Image:FiducialsBackFromCLI.jpg|Fiducial list reloaded into Slicer, having toggled vis, sel, locked on one fiducial in the CLI&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* Nicole Aucoin (BWH)&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
* Fix Slicer issue [http://www.na-mic.org/Bug/view.php?id=2979 2979]&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;
* Update the CLI module logic to support fiducial files as input and output&lt;br /&gt;
** [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Developers/SlicerExecutionModel#Adding_a_new_parameter_type Adding new parameter type]&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;
* Flag added to the module description parser with new flag --pointfile&lt;br /&gt;
**[https://github.com/naucoin/SlicerExecutionModel/tree/2979-support-for-cli-point-coordinateSystem-files Slicer Execution Model topic branch]&lt;br /&gt;
* Module CLI logic and GUI helper updated to use new flag&lt;br /&gt;
* Application logic updated to manage fiducial storage node&lt;br /&gt;
* Some problems supporting the coordinateSystem flag, open to feedback on alternate ways to achieve it&lt;br /&gt;
** compile CLI module logic against Markups, use an attribute on the fiducial node&lt;br /&gt;
* [https://github.com/naucoin/Slicer/tree/2979-support-for-cli-point-coordinateSystem-files Slicer topic branch]&lt;br /&gt;
* TODO:&lt;br /&gt;
** update the [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Developers/SlicerExecutionModel wiki documentation] for Slicer 4&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Naucoin</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2015_Summer_Project_Week:Return_Fiducials_from_CLIs&amp;diff=90086</id>
		<title>2015 Summer Project Week:Return Fiducials from CLIs</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2015_Summer_Project_Week:Return_Fiducials_from_CLIs&amp;diff=90086"/>
		<updated>2015-06-24T15:50:17Z</updated>

		<summary type="html">&lt;p&gt;Naucoin: /* 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-Summer2015.png|[[2015_Summer_Project_Week#Projects|Projects List]]&lt;br /&gt;
Image:FiducialsAsInputInCLIXML.jpg|Fiducial list set as input to a CLI&lt;br /&gt;
Image:FiducialsAsOutputInCLIXML.jpg|Fiducial list set as output from a CLI&lt;br /&gt;
Image:FiducialsBackFromCLI.jpg|Fiducial list reloaded into Slicer, having toggled vis, sel, locked on one fiducial in the CLI&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* Nicole Aucoin (BWH)&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
* Fix Slicer issue [http://www.na-mic.org/Bug/view.php?id=2979 2979]&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;
* Update the CLI module logic to support fiducial files as input and output&lt;br /&gt;
** [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Developers/SlicerExecutionModel#Adding_a_new_parameter_type Adding new parameter type]&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;
* Flag added to the module description parser with new flag --pointfile&lt;br /&gt;
**[https://github.com/naucoin/SlicerExecutionModel/tree/2979-support-for-cli-point-coordinateSystem-files github topic branch]&lt;br /&gt;
* Module CLI logic and GUI helper updated to use new flag&lt;br /&gt;
* Application logic updated to manage fiducial storage node&lt;br /&gt;
* Some problems supporting the coordinateSystem flag, open to feedback on alternate ways to achieve it&lt;br /&gt;
** compile CLI module logic against Markups, use an attribute on the fiducial node&lt;br /&gt;
* [https://github.com/naucoin/Slicer/tree/2979-support-for-cli-point-coordinateSystem-files Slicer topic branch]&lt;br /&gt;
* TODO:&lt;br /&gt;
** update the [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Developers/SlicerExecutionModel wiki documentation] for Slicer 4&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Naucoin</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2015_Summer_Project_Week:Return_Fiducials_from_CLIs&amp;diff=90085</id>
		<title>2015 Summer Project Week:Return Fiducials from CLIs</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2015_Summer_Project_Week:Return_Fiducials_from_CLIs&amp;diff=90085"/>
		<updated>2015-06-24T15:32:26Z</updated>

		<summary type="html">&lt;p&gt;Naucoin: /* 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-Summer2015.png|[[2015_Summer_Project_Week#Projects|Projects List]]&lt;br /&gt;
Image:FiducialsAsInputInCLIXML.jpg|Fiducial list set as input to a CLI&lt;br /&gt;
Image:FiducialsAsOutputInCLIXML.jpg|Fiducial list set as output from a CLI&lt;br /&gt;
Image:FiducialsBackFromCLI.jpg|Fiducial list reloaded into Slicer, having toggled vis, sel, locked on one fiducial in the CLI&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* Nicole Aucoin (BWH)&lt;br /&gt;
* Hans Meine (University of Bremen / Fraunhofer MEVIS)&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
* Fix Slicer issue [http://www.na-mic.org/Bug/view.php?id=2979 2979]&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;
* Update the CLI module logic to support fiducial files as input and output&lt;br /&gt;
** [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Developers/SlicerExecutionModel#Adding_a_new_parameter_type Adding new parameter type]&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;
* Flag added to the module description parser with new flag --pointfile&lt;br /&gt;
**[https://github.com/naucoin/SlicerExecutionModel/tree/2979-support-for-cli-point-coordinateSystem-files github topic branch]&lt;br /&gt;
* Module CLI logic and GUI helper updated to use new flag&lt;br /&gt;
* Application logic updated to manage fiducial storage node&lt;br /&gt;
* Some problems supporting the coordinateSystem flag, open to feedback on alternate ways to achieve it&lt;br /&gt;
** compile CLI module logic against Markups, use an attribute on the fiducial node&lt;br /&gt;
* [https://github.com/naucoin/Slicer/tree/2979-support-for-cli-point-coordinateSystem-files Slicer topic branch]&lt;br /&gt;
* TODO:&lt;br /&gt;
** update the [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Developers/SlicerExecutionModel wiki documentation] for Slicer 4&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Naucoin</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2015_Summer_Project_Week:Return_Fiducials_from_CLIs&amp;diff=90021</id>
		<title>2015 Summer Project Week:Return Fiducials from CLIs</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2015_Summer_Project_Week:Return_Fiducials_from_CLIs&amp;diff=90021"/>
		<updated>2015-06-24T14:58:03Z</updated>

		<summary type="html">&lt;p&gt;Naucoin: /* 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-Summer2015.png|[[2015_Summer_Project_Week#Projects|Projects List]]&lt;br /&gt;
Image:FiducialsAsInputInCLIXML.jpg|Fiducial list set as input to a CLI&lt;br /&gt;
Image:FiducialsAsOutputInCLIXML.jpg|Fiducial list set as output from a CLI&lt;br /&gt;
Image:FiducialsBackFromCLI.jpg|Fiducial list reloaded into Slicer, having toggled vis, sel, locked on one fiducial in the CLI&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* Nicole Aucoin (BWH)&lt;br /&gt;
* Hans Meine (University of Bremen / Fraunhofer MEVIS)&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
* Fix Slicer issue [http://www.na-mic.org/Bug/view.php?id=2979 2979]&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;
* Update the CLI module logic to support fiducial files as input and output&lt;br /&gt;
** [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Developers/SlicerExecutionModel#Adding_a_new_parameter_type Adding new parameter type]&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;
* Flag added to the module description parser with new flag --pointfile&lt;br /&gt;
**[https://github.com/naucoin/SlicerExecutionModel/tree/2979-support-for-cli-point-coordinateSystem-files github topic branch]&lt;br /&gt;
* Module CLI logic and GUI helper updated to use new flag&lt;br /&gt;
* Application logic updated to manage fiducial storage node&lt;br /&gt;
* Some problems supporting the coordinateSystem flag, open to feedback on alternate ways to achieve it&lt;br /&gt;
** compile CLI module logic against Markups, use an attribute on the fiducial node&lt;br /&gt;
* [https://github.com/naucoin/Slicer/tree/2979-support-for-cli-point-coordinateSystem-files Slicer topic branch]&lt;br /&gt;
* TODO:&lt;br /&gt;
** finish up testing in SEM &lt;br /&gt;
** update the [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Developers/SlicerExecutionModel wiki documentation] for Slicer 4&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Naucoin</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2015_Summer_Project_Week:Return_Fiducials_from_CLIs&amp;diff=89901</id>
		<title>2015 Summer Project Week:Return Fiducials from CLIs</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2015_Summer_Project_Week:Return_Fiducials_from_CLIs&amp;diff=89901"/>
		<updated>2015-06-24T10:32:58Z</updated>

		<summary type="html">&lt;p&gt;Naucoin: /* 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-Summer2015.png|[[2015_Summer_Project_Week#Projects|Projects List]]&lt;br /&gt;
Image:FiducialsAsInputInCLIXML.jpg|Fiducial list set as input to a CLI&lt;br /&gt;
Image:FiducialsAsOutputInCLIXML.jpg|Fiducial list set as output from a CLI&lt;br /&gt;
Image:FiducialsBackFromCLI.jpg|Fiducial list reloaded into Slicer, having toggled vis, sel, locked on one fiducial in the CLI&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* Nicole Aucoin (BWH)&lt;br /&gt;
* Hans Meine (University of Bremen / Fraunhofer MEVIS)&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
* Fix Slicer issue [http://www.na-mic.org/Bug/view.php?id=2979 2979]&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;
* Update the CLI module logic to support fiducial files as input and output&lt;br /&gt;
** [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Developers/SlicerExecutionModel#Adding_a_new_parameter_type Adding new parameter type]&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;
* Flag added to the module description parser with new flag --pointfile&lt;br /&gt;
**[https://github.com/naucoin/SlicerExecutionModel/tree/2979-support-for-cli-point-coordinateSystem-files github topic branch]&lt;br /&gt;
* Module CLI logic and GUI helper updated to use new flag&lt;br /&gt;
* Application logic updated to manage fiducial storage node&lt;br /&gt;
* Some problems supporting the coordinateSystem flag, open to feedback on alternate ways to achieve it&lt;br /&gt;
** compile CLI module logic against Markups, use an attribute on the fiducial node&lt;br /&gt;
* [https://github.com/naucoin/Slicer/tree/2979-support-for-cli-point-coordinateSystem-files Slicer topic branch]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Naucoin</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2015_Summer_Project_Week:Return_Fiducials_from_CLIs&amp;diff=89900</id>
		<title>2015 Summer Project Week:Return Fiducials from CLIs</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2015_Summer_Project_Week:Return_Fiducials_from_CLIs&amp;diff=89900"/>
		<updated>2015-06-24T10:31:21Z</updated>

		<summary type="html">&lt;p&gt;Naucoin: /* 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-Summer2015.png|[[2015_Summer_Project_Week#Projects|Projects List]]&lt;br /&gt;
Image:FiducialsAsInputInCLIXML.jpg|Fiducial list set as input to a CLI&lt;br /&gt;
Image:FiducialsAsOutputInCLIXML.jpg|Fiducial list set as output from a CLI&lt;br /&gt;
Image:FiducialsBackFromCLI.jpg|Fiducial list reloaded into Slicer, having toggled vis, sel, locked on one fiducial in the CLI&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* Nicole Aucoin (BWH)&lt;br /&gt;
* Hans Meine (University of Bremen / Fraunhofer MEVIS)&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
* Fix Slicer issue [http://www.na-mic.org/Bug/view.php?id=2979 2979]&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;
* Update the CLI module logic to support fiducial files as input and output&lt;br /&gt;
** [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Developers/SlicerExecutionModel#Adding_a_new_parameter_type Adding new parameter type]&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;
* Flag added to the module description parser with new flag --pointfile&lt;br /&gt;
**[https://github.com/naucoin/SlicerExecutionModel/commit/aa34a919c9e90b324292d09f7b14ef13da5a9cc5 github topic branch]&lt;br /&gt;
* Module CLI logic and GUI helper updated to use new flag&lt;br /&gt;
* Application logic updated to manage fiducial storage node&lt;br /&gt;
* Some problems supporting the coordinateSystem flag, open to feedback on alternate ways to achieve it&lt;br /&gt;
** compile CLI module logic against Markups, use an attribute on the fiducial node&lt;br /&gt;
* [https://github.com/naucoin/Slicer/tree/2979-support-for-cli-point-coordinateSystem-files Slicer topic branch]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Naucoin</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2015_Summer_Project_Week:Return_Fiducials_from_CLIs&amp;diff=89850</id>
		<title>2015 Summer Project Week:Return Fiducials from CLIs</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2015_Summer_Project_Week:Return_Fiducials_from_CLIs&amp;diff=89850"/>
		<updated>2015-06-23T15:59:40Z</updated>

		<summary type="html">&lt;p&gt;Naucoin: /* 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-Summer2015.png|[[2015_Summer_Project_Week#Projects|Projects List]]&lt;br /&gt;
Image:FiducialsAsInputInCLIXML.jpg|Fiducial list set as input to a CLI&lt;br /&gt;
Image:FiducialsAsOutputInCLIXML.jpg|Fiducial list set as output from a CLI&lt;br /&gt;
Image:FiducialsBackFromCLI.jpg|Fiducial list reloaded into Slicer, having toggled vis, sel, locked on one fiducial in the CLI&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* Nicole Aucoin (BWH)&lt;br /&gt;
* Hans Meine (University of Bremen / Fraunhofer MEVIS)&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
* Fix Slicer issue [http://www.na-mic.org/Bug/view.php?id=2979 2979]&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;
* Update the CLI module logic to support fiducial files as input and output&lt;br /&gt;
** [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Developers/SlicerExecutionModel#Adding_a_new_parameter_type Adding new parameter type]&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;
* Flag added to the module description parser with new flag --pointfile&lt;br /&gt;
**[https://github.com/naucoin/SlicerExecutionModel/commit/aa34a919c9e90b324292d09f7b14ef13da5a9cc5 github topic branch]&lt;br /&gt;
* Module CLI logic and GUI helper updated to use new flag&lt;br /&gt;
* Application logic updated to manage fiducial storage node&lt;br /&gt;
* Some problems supporting the coordinateSystem flag&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Naucoin</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2015_Summer_Project_Week:Return_Fiducials_from_CLIs&amp;diff=89849</id>
		<title>2015 Summer Project Week:Return Fiducials from CLIs</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2015_Summer_Project_Week:Return_Fiducials_from_CLIs&amp;diff=89849"/>
		<updated>2015-06-23T15:49:25Z</updated>

		<summary type="html">&lt;p&gt;Naucoin: /* 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-Summer2015.png|[[2015_Summer_Project_Week#Projects|Projects List]]&lt;br /&gt;
Image:FiducialsAsInputInCLIXML.jpg|Fiducial list set as input to a CLI&lt;br /&gt;
Image:FiducialsAsOutputInCLIXML.jpg|Fiducial list set as output from a CLI&lt;br /&gt;
Image:FiducialsBackFromCLI.jpg|Fiducial list reloaded into Slicer, having toggled vis, sel, locked on one fiducial in the CLI&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* Nicole Aucoin (BWH)&lt;br /&gt;
* Hans Meine (University of Bremen / Fraunhofer MEVIS)&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
* Fix Slicer issue [http://www.na-mic.org/Bug/view.php?id=2979 2979]&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;
* Update the CLI module logic to support fiducial files as input and output&lt;br /&gt;
** [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Developers/SlicerExecutionModel#Adding_a_new_parameter_type Adding new parameter type]&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;
* Flag added to the module description parser with new flag --pointfile&lt;br /&gt;
* Module CLI logic and GUI helper updated to use new flag&lt;br /&gt;
* Application logic updated to manage fiducial storage node&lt;br /&gt;
* Some problems supporting the coordinateSystem flag&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Naucoin</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2015_Summer_Project_Week:Return_Fiducials_from_CLIs&amp;diff=89848</id>
		<title>2015 Summer Project Week:Return Fiducials from CLIs</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2015_Summer_Project_Week:Return_Fiducials_from_CLIs&amp;diff=89848"/>
		<updated>2015-06-23T15:49:03Z</updated>

		<summary type="html">&lt;p&gt;Naucoin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-Summer2015.png|[[2015_Summer_Project_Week#Projects|Projects List]]&lt;br /&gt;
Image:FiducialsAsInputInCLIXML.jpg|Fiducial list set as input to a CLI&lt;br /&gt;
Image:FiducialsAsOutputInCLIXML.jpg|Fiducial list set as output from a CLI&lt;br /&gt;
Image:FiducialsBackFromCLI.jpg|Fiducial list reloaded into Slicer, having toggled vis, sel, locked on one fiducial in the CLI&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* Nicole Aucoin (BWH)&lt;br /&gt;
* Hans Meine (University of Bremen / Fraunhofer MEVIS)&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
* Fix Slicer issue [http://www.na-mic.org/Bug/view.php?id=2979 2979]&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;
* Update the CLI module logic to support fiducial files as input and output&lt;br /&gt;
** [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Developers/SlicerExecutionModel#Adding_a_new_parameter_type Adding new parameter type]&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;
* Flag added to the module description parser with new flag --pointfile&lt;br /&gt;
* Module CLI logic and GUI helper updated to use new flag&lt;br /&gt;
* Application logic updated to manage fiducial storage node&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Naucoin</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2015_Summer_Project_Week:Return_Fiducials_from_CLIs&amp;diff=89845</id>
		<title>2015 Summer Project Week:Return Fiducials from CLIs</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2015_Summer_Project_Week:Return_Fiducials_from_CLIs&amp;diff=89845"/>
		<updated>2015-06-23T14:56:25Z</updated>

		<summary type="html">&lt;p&gt;Naucoin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-Summer2015.png|[[2015_Summer_Project_Week#Projects|Projects List]]&lt;br /&gt;
Image:FiducialsBackFromCLI.jpg|Fiducial list reloaded into Slicer, having toggled vis, sel, locked&lt;br /&gt;
Image:FiducialsAsInputInCLIXML.jpg|Fiducial list set as input to a CLI&lt;br /&gt;
Image:FiducialsAsOutputInCLIXML.jpg|Fiducial list set as output from a CLI&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* Nicole Aucoin (BWH)&lt;br /&gt;
* Hans Meine (University of Bremen / Fraunhofer MEVIS)&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
* Fix Slicer issue [http://www.na-mic.org/Bug/view.php?id=2979 2979]&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;
* Update the CLI module logic to support fiducial files as input and output&lt;br /&gt;
** [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Developers/SlicerExecutionModel#Adding_a_new_parameter_type Adding new parameter type]&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;
* Flag added to the module description parser with new flag --pointfile&lt;br /&gt;
* Module CLI logic and GUI helper updated to use new flag&lt;br /&gt;
* Application logic updated to manage fiducial storage node&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Naucoin</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2015_Summer_Project_Week:Return_Fiducials_from_CLIs&amp;diff=89840</id>
		<title>2015 Summer Project Week:Return Fiducials from CLIs</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2015_Summer_Project_Week:Return_Fiducials_from_CLIs&amp;diff=89840"/>
		<updated>2015-06-23T14:32:28Z</updated>

		<summary type="html">&lt;p&gt;Naucoin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-Summer2015.png|[[2015_Summer_Project_Week#Projects|Projects List]]&lt;br /&gt;
Image:FiducialsBackFromCLI.jpg&lt;br /&gt;
Image:FiducialsAsInputInCLIXML.jpg&lt;br /&gt;
Image:FiducialsAsOutputInCLIXML.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* Nicole Aucoin (BWH)&lt;br /&gt;
* Hans Meine (University of Bremen / Fraunhofer MEVIS)&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
* Fix Slicer issue [http://www.na-mic.org/Bug/view.php?id=2979 2979]&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;
* Update the CLI module logic to support fiducial files as input and output&lt;br /&gt;
** [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Developers/SlicerExecutionModel#Adding_a_new_parameter_type Adding new parameter type]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
* &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Naucoin</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=File:FiducialsAsOutputInCLIXML.jpg&amp;diff=89839</id>
		<title>File:FiducialsAsOutputInCLIXML.jpg</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=File:FiducialsAsOutputInCLIXML.jpg&amp;diff=89839"/>
		<updated>2015-06-23T14:31:52Z</updated>

		<summary type="html">&lt;p&gt;Naucoin: Fiducials in CLI xml&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Fiducials in CLI xml&lt;/div&gt;</summary>
		<author><name>Naucoin</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=File:FiducialsAsInputInCLIXML.jpg&amp;diff=89838</id>
		<title>File:FiducialsAsInputInCLIXML.jpg</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=File:FiducialsAsInputInCLIXML.jpg&amp;diff=89838"/>
		<updated>2015-06-23T14:30:58Z</updated>

		<summary type="html">&lt;p&gt;Naucoin: Fiducials as input file to a CLI&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Fiducials as input file to a CLI&lt;/div&gt;</summary>
		<author><name>Naucoin</name></author>
		
	</entry>
</feed>