<?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=Jvs</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=Jvs"/>
	<link rel="alternate" type="text/html" href="https://www.na-mic.org/wiki/Special:Contributions/Jvs"/>
	<updated>2026-04-26T00:08:51Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.33.0</generator>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=DBP2:Harvard:Brain_Segmentation_Roadmap&amp;diff=46799</id>
		<title>DBP2:Harvard:Brain Segmentation Roadmap</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=DBP2:Harvard:Brain_Segmentation_Roadmap&amp;diff=46799"/>
		<updated>2010-01-03T12:37:26Z</updated>

		<summary type="html">&lt;p&gt;Jvs: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; Back to [[NA-MIC_Internal_Collaborations|NA-MIC Collaborations]], [[DBP2:Harvard|Harvard DBP 2]]&lt;br /&gt;
__NOTOC__&lt;br /&gt;
=Stochastic Tractography for VCFS=&lt;br /&gt;
== Roadmap ==&lt;br /&gt;
&lt;br /&gt;
The main goal of this project is to develop end-to-end application that would be used to characterize anatomical connectivity abnormalities in the brain of patients with velocardiofacial syndrome (VCFS), and to link this information with deficits in schizophrenia. This page describes the technology roadmap for stochastic tractography, using newly acquired 3T data, NAMIC tools and slicer 3.&lt;br /&gt;
&lt;br /&gt;
== Algorithm ==&lt;br /&gt;
&lt;br /&gt;
[[Image:IC_sto_new.png|thumb|right|200px|&amp;lt;font size=1&amp;gt; Figure 1: Comparison of deterministic and stochastic tractography algorithms&amp;lt;/font&amp;gt;]]&lt;br /&gt;
; A-Description &lt;br /&gt;
* Most tractography methods estimate fibers by tracing the maximum direction of diffusion. A limitation of this approach is that, in practice, several factors introduce uncertainty in the tracking procedure, including, noise, splitting and crossing fibers, head motion and image artifacts. To address this uncertainty, stochastic tractography methods have been developed to quantify the uncertainty associated with estimated fibers (Bjornemo et al., 2002). Method uses a propagation model based on stochastics and regularization, which allows paths originating at one point to branch and return a probability distribution of possible paths. The method utilizes principles of a statistical Monte Carlo method called Sequential Importance Sampling and Resampling (SISR). Based on probability functions, using a sequential importance sampling technique ([http://lmi.bwh.harvard.edu/papers/pdfs/2002/bjornemoMICCAI02.pdf Bjornemo et al., 2002]), one can generate thousands of fibers starting in the same point by sequentially drawing random step directions. This gives a very rich model of the fiber distribution, as contrasted with single fibers produced by conventional tractography methods. Moreover, from a large number of sampled paths, probability maps can be generated, providing better estimates of connectivity between several anatomical locations. A comparison of the algorithms can be seen here. (Figure 1)&lt;br /&gt;
&lt;br /&gt;
[[Image:StochasticPic.PNG|thumb|right|200px|&amp;lt;font size=1&amp;gt;Figure 2: Stochastic tractography of uncinate fasciculis on anatomical data (left) and cingulum bungle on fMRI scan (right)&amp;lt;/font&amp;gt;]]&lt;br /&gt;
; B-Possible Applications &lt;br /&gt;
* Since diffusion direction uncertainty within the gray matter is quite significant; principal diffusion direction approaches usually do not work for tracking between two gray matter regions. Thus if one requires finding connections between a priori selected anatomical gray matter regions, defined either by anatomical segmentations (in case of using structural ROI data), or functional activations (in case of megring DTI with fMRI), stochastic tractography seems to be the method of choice. Here is an example of this application to anatomical data (Figure 2, left image) and to fMRI data (Figure 2, right image). &lt;br /&gt;
&lt;br /&gt;
* Stochastic Tractography is also comparable, if not better, in defining large white matter fiber bundles, especially those traveling through white matter regions characterized by increased diffusion uncertainty (fiber crossings). Example of such application to internal capsule. (Figure 3) &lt;br /&gt;
&lt;br /&gt;
[[Image:IC-comp-new.png|thumb|right|200px|&amp;lt;font size=1&amp;gt;Figure 3: Streamline vs. stochastic tractography of the Internal Capsule&amp;lt;/font&amp;gt;]]&lt;br /&gt;
; C-References &lt;br /&gt;
&lt;br /&gt;
* [http://lmi.bwh.harvard.edu/papers/pdfs/2002/bjornemoMICCAI02.pdf Björnemo M, Brun A, Kikinis R, Westin CF. Regularized stochastic white matter tractography using diffusion tensor MRI. In Fifth International Conference on Medical Image Computing and Computer-Assisted Intervention (MICCAI'02). Tokyo, Japan, 2002;435-442.]&lt;br /&gt;
* [http://lmi.bwh.harvard.edu/papers/pdfs/2006/frimanTMI06.pdf Friman, O., Farneback, G., Westin CF. A Bayesian Approach for Stochastic White Matter Tractography. IEEE Transactions on Medical Imaging, Vol 25, No. 8, Aug. 2006]&lt;br /&gt;
&lt;br /&gt;
[[Image:StochasticGUI1.PNG|thumb|right|200px|&amp;lt;font size=1&amp;gt; Figure 4: Python Stochastic Tractography GUI &amp;lt;/font&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
==Module== &lt;br /&gt;
Can be found in: MODULES &amp;gt; PYTHON MODULES &amp;gt; PYTHON STOCHASTIC TRACTOGRAPHY&lt;br /&gt;
;Functionality of Python Stochastic Tractography module in Slicer 3.0&lt;br /&gt;
* IO: &lt;br /&gt;
Module reads files (DWI and ROIs) in nhdr format.&lt;br /&gt;
* Smoothing:&lt;br /&gt;
One can smooth the DWI data (only Gausian smoothing is supported at this time). We recommend it if the data is noisy.&lt;br /&gt;
* Brain Mask:&lt;br /&gt;
The Brain mask defines the volume in which the tensor will be computed and the tracts evaluated.&lt;br /&gt;
*Diffusion Tensor:&lt;br /&gt;
This step calculates the tensor and can output anisotropy indices (FA/Mode/Trace)&lt;br /&gt;
*Tractography: &lt;br /&gt;
Parameters that need to be adjusted:&lt;br /&gt;
:1. The amount of tracts that will be seeded from each voxel (we recommend between 500 and 1000 tracts, depending on the workstation power- 1000 tracts per voxel seeded within the large ROI for high resolution DWI can take a long time to compute).&lt;br /&gt;
:2. Maximum tract length (in mm), this can eliminate long, unwanted tracts if the regions for which connection is measured are located close to each other&lt;br /&gt;
:3. Step Size: distance between each re-estimation of tensors, usually between 0.5 and 1 mm&lt;br /&gt;
:4. Stopping criteria. This can be used on the top of WM mask, to terminate tracts (in case they really want to travel through the CSF, for example). &lt;br /&gt;
*Connectivity Map:&lt;br /&gt;
This step creates output probability maps. &lt;br /&gt;
:1. binary: each voxel is counted only once if at least one fiber pass through it&lt;br /&gt;
:2. cumulative: tracts are summed by voxel independently &lt;br /&gt;
:3. weighted: tracts are summed by voxel depending on their length&lt;br /&gt;
*Length Based:&lt;br /&gt;
This step will output only either the shortest 1/3, middle 1/3, or longest 1/3 of the tracts.&lt;br /&gt;
*Vicinity &lt;br /&gt;
This step traces back n number of steps from tract endpoint to check if track crosses target ROI. If so, tract is included.&lt;br /&gt;
*Threshold &lt;br /&gt;
This step will reject tracts whose endpoints are lower than the threshold value).&lt;br /&gt;
*Spherical ROI vicinity &lt;br /&gt;
This will make the ROI a sphere based on the ROI’s center of gravity (with the sphere’s radius being the distance from the center to the ROI’s furthest point). This sphere can be inflated by raising the Vicinity level to the number of steps you’d like to increase the ROI’s size by.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Then, probability maps can be saved as ROIs, and either used directly, or thresholded (at certain probability, step claimed by few publications to remove noise) in slicer to mask and compute average FA, Mode, Trace for entire connection. Diffusion indices can be also weighted by the probability of connection for each voxel.&lt;br /&gt;
&lt;br /&gt;
:* Module documentation can be found here:&lt;br /&gt;
:**[[Media:IJdata.tar.gz|Training Dataset]]&lt;br /&gt;
:**[[Media:Stochastic_June09_1.ppt|Training Presentation]]&lt;br /&gt;
:**[[Media:Helix.zip|Sample Helix Dataset]]&lt;br /&gt;
&lt;br /&gt;
==Work Accomplished==&lt;br /&gt;
[[Image:helix_withsmoothing.png|thumb|right|200px|&amp;lt;font size=1&amp;gt;Figure 6: Stochastic tractography from a single ROI on helix phantom&amp;lt;/font&amp;gt;]]&lt;br /&gt;
; A - Optimization and testing of stochastic tractography algorithm :&lt;br /&gt;
:* Original methodological paper, as well as our first attempts to use the algorithm (CC+ and matlab scripts) have been done on old &amp;quot;NAMIC&amp;quot; 1.5T LSDI data ([https://portal.nbirn.net:443/gridsphere/gridsphere?cid=srbfilebrowser&amp;amp;gs_action=gotoDirectory&amp;amp;CPq_dirpath=%2Fhome%2FProjects%2FNAMIC__0003%2FFiles%2FHarvard%2Farchive_morph&amp;amp;up=CPq&amp;amp;JavaScript=enabled Structural MRI] and [https://portal.nbirn.net:443/gridsphere/gridsphere?cid=srbfilebrowser&amp;amp;gs_action=gotoDirectory&amp;amp;up=7li&amp;amp;7li_dirpath=%2Fhome%2FProjects%2FNAMIC__0003%2FFiles%2FHarvard%2Farchive_diffusion&amp;amp;JavaScript=enabled DTI data]). &lt;br /&gt;
:* Tri worked hard on making sure algorithm works on new high resolution 3T data (available here: [https://portal.nbirn.net/gridsphere/gridsphere?cid=srbfilebrowser&amp;amp;gs_action=moveUpDir&amp;amp;gv7_dirpath=%2Fhome%2FProjects%2FNAMIC__0003%2FFiles%2FPNL%2F3T_strct_dti_fmri%2Fcase01017&amp;amp;up=gv7&amp;amp;JavaScript=enabled|PNL 3T Data]).&lt;br /&gt;
:* Tests have been done also on the spiral diffusion phantom, to make sure diffusion directions and scanner coordinates are handled properly by the algorithm (Figure 6).&lt;br /&gt;
&lt;br /&gt;
; B - Clinical Applications &lt;br /&gt;
&lt;br /&gt;
:* Algorithm was used to trace and analyze anterior limb of the internal capsule on 1.5T data. It generated reacher representation of frontal fiber projections, it also turned out to be more sensitive to group differences in white matter integrity that conventional deterministic tractography (see Figure 6). &lt;br /&gt;
:* Algorithm was also used to trace smaller white matter fiber tracts, such as Cingulum, Fornix, Uncinate Fasciculus, Arcuate Fasciculus on 3T &amp;quot;Santa Fe&amp;quot; dataset (http://www.na-mic.org/Wiki/index.php/SanteFe.Tractography.Conference)  &lt;br /&gt;
&lt;br /&gt;
; C - References&lt;br /&gt;
&lt;br /&gt;
:* [http://www.na-mic.org/Wiki/index.php/Image:IC_posternew.png Shenton, M.E., Ngo, T., Rosenberger, G., Westin, C.F., Levitt, J.J., McCarley, R.W., Kubicki, M. Study of Thalamo-Cortical White Matter Fiber Tract Projections in Schizophrenia Using Diffusion Stochastic Tractography. Poster presented at the 46th Meeting of the American College of Neuropsychopharmacology, Boca Raton, FL, December 2007.]&lt;br /&gt;
:* [http://www.na-mic.org/Wiki/index.php/Media:dougt_poster.pdf  Terry DP, Rausch AC, Alvarado JL, Melonakos ED, Markant D, Westin CF, Kikinis R, de Siebenthal J, Shenton ME, Kubicki M. White Matter Properties of Emotion Related Connections in Schizophrenia. Poster presented at the 2009 Mysell Poster Day, Dept. of Psychiatry, Harvard Medical School, April 2009]&lt;br /&gt;
:* [http://www.na-mic.org/Wiki/index.php/Media:Jorge_poster.pdf Alvarado JL, Terry DP, Markant D, Ngo T, Kikinis R, Westin CF, McCarley RW, Shenton ME, Kubicki M. Study of Language-Related White Matter Tract Connections in Schizophrenia using Diffusion Stochastic Tractography. Poster presented at the 2009 Mysell Poster Day, Dept. of Psychiatry, Harvard Medical School, April 2009]&lt;br /&gt;
:* Melonakos ED, Shenton ME, Markant D, Alvarado J, Westin CF, Kubicki M. White Matter Properties of Orbitofrontal Connections in Schizophrenia. Poster being presented at the 64th Meeting of the Society of Biological Psychiatry. Vancouver, BC. May 2009. &lt;br /&gt;
:* Kubicki, M. Khan, U., Bobrow, L., O'Donnell, L. Pieper, S. Westin, CF., Shenton, ME. New Methods for Assessing Whole Brain DTI Abnormalities in Schizophrenia. Presentation given at the International Congress of World Psychiatric Association. Florence, Italy. April 2009.&lt;br /&gt;
:* Kubicki, M., Markant, D., Ngo, T., Westin, CF., McCarley, RW., Shenton, ME. Study of Language Related White Matter Fiber Tract Projections in Schizophrenia Using Diffusion Stochastic Tractography. Presentation given at the International Congress of World Psychiatric Association. Florence, Italy. April 2009.&lt;br /&gt;
&lt;br /&gt;
== Work in Progress ==&lt;br /&gt;
&lt;br /&gt;
; A - Optimization and Testing of stochastic tractography module :&lt;br /&gt;
:* Julien is testing now separate components of work flow, including the masks, and impact of their precision on stochastic output, as well as impact of number of seeding points on tractography results.&lt;br /&gt;
:* At the same time, we are testing the module on a Max Plank dataset of Anna Rotarska-Jagiela by looking at the connections through the corpus callosum of the left auditory cortex to the right auditory cortex as defined by fMRI activation maps  as well as running this data for the tractography comparison project.&lt;br /&gt;
:* We are discussing possibility of adding project specific functionality to module, such as third ROI to guide tractography, nonlinear registration button for merging fMRI and DTI data.&lt;br /&gt;
&lt;br /&gt;
; B - Related Clinical Projects &lt;br /&gt;
&lt;br /&gt;
;* Arcuate Fasciculus Extraction Project &lt;br /&gt;
[[Image:STArcuate.jpg|thumb|right|200px|&amp;lt;font size=1&amp;gt;Figure 7: The arcuate fasciculus including seed, midpoint and target ROI's.&amp;lt;/font&amp;gt;]]&lt;br /&gt;
We have started the project of investigating Arcuate Fasciculus using Stochastic Tractography (Figure 7). This structure is especially important in both VCFS and schizophrenia, as it connects language related areas (Brocka and Wernicke's), and is involved in language processing quite disturbed in schizophrenia patients. It also can not be reliably traced using deterministic tractography. &lt;br /&gt;
:Project involves:&lt;br /&gt;
:* Whole brain segmentation, and automatic extraction of regions interconnected by Arcuate Fasciculus (Inferior frontal and Superior Temporal Gyri). &lt;br /&gt;
:* White matter segmentation, in order to prevent algorithm from traveling through the ventricles, where diffusivity is high.  &lt;br /&gt;
:* Non-linear registration of labelmaps to the DTI space. &lt;br /&gt;
:* Seeding tracts. We have piloted it using 5000 seeds per voxel, however it is quite time consuming running it on even most powerful computers in the lab, so we have experimented with smaller number of seeds per voxel. We tested 1000 seeds, which gave virtually identical results.  &lt;br /&gt;
:* Extracting path of interest, and calculating FA along the path for group comparison. Presentation of previous results for 7 schizophrenics and 12 control subjects, can be found here: [[Media:NAMIC_AHM_Arcuate.ppt|Progress Report Presentation]]. &lt;br /&gt;
:* Results presentation and paper submission. Abstract was accepted and results presented at the World Biological Psychiatry Symposium in Venice, Italy. Paper is in preparation.&lt;br /&gt;
&lt;br /&gt;
[[Image:connectivity1.jpg|thumb|right|200px|&amp;lt;font size=1&amp;gt;Figure 8: Maps of inferior frontal cortex (Broca) connectivity in controls and patients with schizophrenia.&amp;lt;/font&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
;* Semantic Network Connectivity Project&lt;br /&gt;
We use combination of fMRI and DTI data to define and characterize functional and anatomical connectivity within the semantic processing network in schizophrenia.&lt;br /&gt;
:Project involves:&lt;br /&gt;
:* fMRI data analysis and identification of functional nodes involved in semantic processing in healthy controls and seubjects with schizophrenia&lt;br /&gt;
:* Analysis of functional connectivity (using FSL) between nodes of semantic network&lt;br /&gt;
:* Whole brain Voxel Based analysis of DTI data in same population&lt;br /&gt;
:* Use of stochastic tractography to identify connections between functional nodes&lt;br /&gt;
:* Correlational analysis involving anatomical and functional connectivity data.&lt;br /&gt;
:* Results presentation and paper submission. Data was presented at HBM conference in 2007, paper has been submitted to HBM.&lt;br /&gt;
:* &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;'''New: '''&amp;lt;/font&amp;gt;June 10th 2009, paper accepted for publication in Human Brain Mapping: &amp;quot;Functional and Anatomical Connectivity Abnormalities in Left Inferior Frontal Gyrus in Schizophrenia&amp;quot; by Jeong, Wible, Hashimoto and Kubicki, HBM in Press&lt;br /&gt;
&lt;br /&gt;
[[Image:ScreenshotFreeSurferDeepMatterSagitalView-vcase1-2009-06-12.jpg|thumb|right|200px|&amp;lt;font size=1&amp;gt;Figure 9: Brain automatic segmentation of subject with VCFS.&amp;lt;/font&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
;* Anatomical Connectivity Abnormalities in VCFS &lt;br /&gt;
We use combination of structural MRI and DTI to investigate anatomical abnormalities that would characterize patients with VCFS, and relationship of these abnormalities to those observed in schizophrenia.&lt;br /&gt;
:Project involves:&lt;br /&gt;
:* Whole brain, automatic segmentation of brain images obtained from patients with VCFS in order to identify structures involved in this disease.&lt;br /&gt;
:* Registration between anatomical and DTI scans (manual skull stripping followed by linear followed by nonlinear registration of SPGRs to DTI space).&lt;br /&gt;
:* Use of stochastic tractography to identify connections between gray matter regions identified in the disease.&lt;br /&gt;
:* Extracting paths of interest, and calculating FA along the paths for group comparison. &lt;br /&gt;
:* Correlational analysis involving anatomical and connectivity data, clinical information and genetic data.    &lt;br /&gt;
:* Results presentation and paper submission. First step of data analysis has been already accomplished, we are in the process of registering structural and DTI data and preparing DTI data for stochastic tractography analysis. We plan to submit an abstract with study results for Biological Psychiatry symposium (dedline December 2009). &lt;br /&gt;
&lt;br /&gt;
[[Image:Anna.png|thumb|right|200px|&amp;lt;font size=1&amp;gt;Figure 10: Max Plank data showing tracts through the corpus connecting 2 cortical ROIs defined by fMRI activations.&amp;lt;/font&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
;* Study of Default Network&lt;br /&gt;
We have started collaboration with Department of Neurophysiology Max Planck Institute in Frankfurt (Anna Rotarska contact person). They have dataset containing DTI and resting state fMRI in schizophrenia, and want to use stochastic tractography to measure integrity of anatomical connections within the default network in schizophrenia. Their fMRI data has been co-registered with anatomical scans, and has been put it into  DTI space. Figure 8 shows pilot data of the white matter connections through the corpus callosum between the left and the right auditory cortex ROIs as defined by fMRI data.  This data will be also used to test robustness of our module, since data was collected on a different scanner (3T Philips). &lt;br /&gt;
&lt;br /&gt;
;* Tractography Comparison Project&lt;br /&gt;
We are also working on a [http://www.na-mic.org/Wiki/index.php/SanteFe.Tractography.Conference tractography comparison project]dataset, where we apply stochastic tractography to phantom, as well as test dataset.      &lt;br /&gt;
&lt;br /&gt;
===Staffing Plan===&lt;br /&gt;
&lt;br /&gt;
* Sylvain and Yogesh are the DBP resources charged with adapting the tools in the NA-MIC Kit to the DBP needs&lt;br /&gt;
* Doug Markant, our NAMIC RA has left the lab, and now Doug Terry, is a new NAMIC RA. &lt;br /&gt;
* Julien is our new NAMIC software engineer. He is responsible for improving the STM (Stochastic Tractography Module), and making sure software works with STM compliant datasets. &lt;br /&gt;
 [[Link Progress| Development Progress]]     &lt;br /&gt;
* Polina is the algorithm core contact&lt;br /&gt;
* Brad is the engineering core contact&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Schedule===&lt;br /&gt;
&lt;br /&gt;
* '''10/2007''' - Optimization of Stochastic Tractography algorythm for 1.5T data. &lt;br /&gt;
* '''10/2007''' - Algorythm testing on Santa Fe data set and diffusion phantom. &lt;br /&gt;
* '''06/2008''' - Optimization of Stochastic Tractography algorythm for 3T data. &lt;br /&gt;
* '''11/2008''' - Slicer 3 module prototype using python.&lt;br /&gt;
* '''12/2008''' - Slicer 3 module official release &lt;br /&gt;
* '''12/2008''' - Documentation and packaging for dissemination.&lt;br /&gt;
* '''12/2008''' - First clinical application of stochastic tractography module.&lt;br /&gt;
* '''01/2009''' - First draft of the clinical paper.&lt;br /&gt;
* '''05/2009''' - Distortion correction and nonlinear registration added to the module&lt;br /&gt;
* '''05/2009''' - Symposium on tractography, including stochastic methods at World Biological Psychiatry Symposium in Florence, Italy.&lt;br /&gt;
* '''05/2009''' - Presentation of Arcuate Fasciculus findings at World Biological Psychiatry Symposium in Florence, Italy.&lt;br /&gt;
* '''07/2009''' - Summer Programming week- work on optimizing and speeding up data processing, releasing second generation of software that includes preprocessing pipeline. &lt;br /&gt;
* '''07/2009''' - Continue working on clinical collaborative studies using stochastic tractography module.&lt;br /&gt;
* '''12/2009''' - Submission of abstracts reporting findings of several clinical studies involving stochastic tractography, including anatomical connectivity abnormalities in patients with VCFS and anatomical and functional connectivity abnormalities in schizophrenia.&lt;br /&gt;
&lt;br /&gt;
===Team and Institute===&lt;br /&gt;
*PI: Marek Kubicki (kubicki at bwh.harvard.edu)&lt;br /&gt;
*DBP2 Investigators: Sylvain Bouix,  Yogesh Rathi, Julien de Siebenthal&lt;br /&gt;
*NA-MIC Engineering Contact: Brad Davis, Kitware&lt;br /&gt;
*NA-MIC Algorithms Contact: Polina Gollard, MIT&lt;br /&gt;
&lt;br /&gt;
===Publications===&lt;br /&gt;
&lt;br /&gt;
''In print''&lt;br /&gt;
&lt;br /&gt;
*[http://www.na-mic.org/pages/Special:Publications?text=Kubicki+AND+Westin+AND+DTI&amp;amp;submit=Search&amp;amp;words=all&amp;amp;title=checked&amp;amp;keywords=checked&amp;amp;authors=checked&amp;amp;abstract=checked&amp;amp;sponsors=checked&amp;amp;searchbytag=checked| NA-MIC Publications Database - Clinical Applications]&lt;br /&gt;
&lt;br /&gt;
*[http://www.na-mic.org/pages/Special:Publications?text=Ngo+AND+Golland&amp;amp;submit=Search&amp;amp;words=all&amp;amp;title=checked&amp;amp;keywords=checked&amp;amp;authors=checked&amp;amp;abstract=checked&amp;amp;sponsors=checked&amp;amp;searchbytag=checked| NA-MIC Publications Database - Algorithms Development]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category: Schizophrenia]] [[Category: Diffusion MRI]] [[Category: Segmentation]]&lt;/div&gt;</summary>
		<author><name>Jvs</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=Python_Stochastic_Tractography_Tutorial&amp;diff=43041</id>
		<title>Python Stochastic Tractography Tutorial</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=Python_Stochastic_Tractography_Tutorial&amp;diff=43041"/>
		<updated>2009-09-28T22:29:20Z</updated>

		<summary type="html">&lt;p&gt;Jvs: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{|&lt;br /&gt;
|[[Image:NAMIC-SLC.jpg|thumb|320px|Return to [[2009_Winter_Project_Week|Project Week Main Page]] ]]&lt;br /&gt;
|[[Image:Cc_01.png|thumb|340px|Model of the Corpus Callosum from Stochastic Tractography (coronal) ]]&lt;br /&gt;
|[[Image:Cc_02.png|thumb|340px|Model of the Corpus Callosum from Stochastic Tractography (sagittal) ]]&lt;br /&gt;
|[[Image:helix_withsmoothing.png|thumb|220px|Stochastic Tractography on Phantom]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
===Key Investigators===&lt;br /&gt;
*PI: Marek Kubicki (kubicki at bwh.harvard.edu)&lt;br /&gt;
*DBP2 Investigators: Sylvain Bouix,  Yogesh Rathi, Julien de Siebenthal, RA Doug Terry&lt;br /&gt;
*NA-MIC Engineering Contact: Brad Davis, Kitware&lt;br /&gt;
*NA-MIC Algorithms Contact: Polina Gollard, MIT&lt;br /&gt;
&lt;br /&gt;
 Go to [http://www.slicer.org/slicerWiki/index.php/Modules:StochasticTractography-Documentation-3.4 Slicer 3.4 module documentation] for more information&lt;br /&gt;
&lt;br /&gt;
===Tutorial===&lt;br /&gt;
*[[Media:IJData.tar.gz|Training Dataset]]&lt;br /&gt;
*[[Media:Stochastic_June09_2.ppt|Training Presentation]]&lt;br /&gt;
*[[Media:Helix.zip|Sample Helix Dataset]]&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&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: 40%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h1&amp;gt;Objective&amp;lt;/h1&amp;gt;&lt;br /&gt;
To address the uncertainty of deterministic tractography methods, stochastic tractography methods have been developed to quantify the uncertainty associated with estimated fibers (Bjornemo et al., 2002). Method uses a propagation model based on stochastics and regularization, which allows paths originating at one point to branch and return a probability distribution of possible paths.  One can generate thousands of fibers starting in the same point by sequentially drawing random step directions. This gives a very rich model of the fiber distribution, as contrasted with single fibers produced by conventional tractography methods. Moreover, from a large number of sampled paths, probability maps can be generated, providing better estimates of connectivity between several anatomical locations. &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h1&amp;gt;Approach, Plan&amp;lt;/h1&amp;gt;&lt;br /&gt;
This tutorial will walk users through the multiple stages of the python stochastic tractography module, where the inputs are a DWI and a region of interest labelmap. This will include:&lt;br /&gt;
# Loading the Volumes&lt;br /&gt;
# Extracting DWI and getting Baseline DWI threshold levels&lt;br /&gt;
# Using features of the module including smoothing, brain mask generation, and other settings.&lt;br /&gt;
# Generating a Connectivity Map, which is able to be thresholded and customized.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h1&amp;gt;Progress&amp;lt;/h1&amp;gt;&lt;br /&gt;
*A tutorial has been developed and data is available for tutorial.&lt;br /&gt;
*We have started the project of investigating Arcuate Fasciculus using Stochastic Tractography. This structure is especially important in both VCFS and schizophrenia, as it connects language related areas (Brocka and Wernicke's), and is involved in language processing quite disturbed in schizophrenia patients. It also can not be reliably traced using deterministic tractography.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: both;&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jvs</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=File:Stochastic_June09_2.ppt&amp;diff=43040</id>
		<title>File:Stochastic June09 2.ppt</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=File:Stochastic_June09_2.ppt&amp;diff=43040"/>
		<updated>2009-09-28T22:28:45Z</updated>

		<summary type="html">&lt;p&gt;Jvs: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Jvs</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=Python_Stochastic_Tractography_Tutorial&amp;diff=43033</id>
		<title>Python Stochastic Tractography Tutorial</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=Python_Stochastic_Tractography_Tutorial&amp;diff=43033"/>
		<updated>2009-09-28T21:32:10Z</updated>

		<summary type="html">&lt;p&gt;Jvs: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{|&lt;br /&gt;
|[[Image:NAMIC-SLC.jpg|thumb|320px|Return to [[2009_Winter_Project_Week|Project Week Main Page]] ]]&lt;br /&gt;
|[[Image:Cc_01.png|thumb|340px|Model of the Corpus Callosum from Stochastic Tractography (coronal) ]]&lt;br /&gt;
|[[Image:Cc_02.png|thumb|340px|Model of the Corpus Callosum from Stochastic Tractography (sagittal) ]]&lt;br /&gt;
|[[Image:helix_withsmoothing.png|thumb|220px|Stochastic Tractography on Phantom]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
===Key Investigators===&lt;br /&gt;
*PI: Marek Kubicki (kubicki at bwh.harvard.edu)&lt;br /&gt;
*DBP2 Investigators: Sylvain Bouix,  Yogesh Rathi, Julien de Siebenthal, RA Doug Terry&lt;br /&gt;
*NA-MIC Engineering Contact: Brad Davis, Kitware&lt;br /&gt;
*NA-MIC Algorithms Contact: Polina Gollard, MIT&lt;br /&gt;
&lt;br /&gt;
 Go to [http://www.slicer.org/slicerWiki/index.php/Modules:StochasticTractography-Documentation-3.4 Slicer 3.4 module documentation] for more information&lt;br /&gt;
&lt;br /&gt;
===Tutorial===&lt;br /&gt;
*[[Media:IJData.tar.gz|Training Dataset]]&lt;br /&gt;
*[[Media:Stochastic_June09_1.ppt|Training Presentation]]&lt;br /&gt;
*[[Media:Helix.zip|Sample Helix Dataset]]&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&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: 40%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h1&amp;gt;Objective&amp;lt;/h1&amp;gt;&lt;br /&gt;
To address the uncertainty of deterministic tractography methods, stochastic tractography methods have been developed to quantify the uncertainty associated with estimated fibers (Bjornemo et al., 2002). Method uses a propagation model based on stochastics and regularization, which allows paths originating at one point to branch and return a probability distribution of possible paths.  One can generate thousands of fibers starting in the same point by sequentially drawing random step directions. This gives a very rich model of the fiber distribution, as contrasted with single fibers produced by conventional tractography methods. Moreover, from a large number of sampled paths, probability maps can be generated, providing better estimates of connectivity between several anatomical locations. &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h1&amp;gt;Approach, Plan&amp;lt;/h1&amp;gt;&lt;br /&gt;
This tutorial will walk users through the multiple stages of the python stochastic tractography module, where the inputs are a DWI and a region of interest labelmap. This will include:&lt;br /&gt;
# Loading the Volumes&lt;br /&gt;
# Extracting DWI and getting Baseline DWI threshold levels&lt;br /&gt;
# Using features of the module including smoothing, brain mask generation, and other settings.&lt;br /&gt;
# Generating a Connectivity Map, which is able to be thresholded and customized.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h1&amp;gt;Progress&amp;lt;/h1&amp;gt;&lt;br /&gt;
*A tutorial has been developed and data is available for tutorial.&lt;br /&gt;
*We have started the project of investigating Arcuate Fasciculus using Stochastic Tractography. This structure is especially important in both VCFS and schizophrenia, as it connects language related areas (Brocka and Wernicke's), and is involved in language processing quite disturbed in schizophrenia patients. It also can not be reliably traced using deterministic tractography.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: both;&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jvs</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=File:IJData.tar.gz&amp;diff=43032</id>
		<title>File:IJData.tar.gz</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=File:IJData.tar.gz&amp;diff=43032"/>
		<updated>2009-09-28T21:31:57Z</updated>

		<summary type="html">&lt;p&gt;Jvs: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Jvs</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=EPI_Correction_in_Slicer3&amp;diff=40385</id>
		<title>EPI Correction in Slicer3</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=EPI_Correction_in_Slicer3&amp;diff=40385"/>
		<updated>2009-07-06T15:05:23Z</updated>

		<summary type="html">&lt;p&gt;Jvs: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW2009-v3.png|[[2009_Summer_Project_Week#Projects|Projects List]]&lt;br /&gt;
Image:01053_before.png|Before correction&lt;br /&gt;
Image:01053_after.png|After correction&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* GE: Jim Miller&lt;br /&gt;
* BWH: Sylvain Bouix, Julien de Siebenthal&lt;br /&gt;
* Utah: Ran Tao, Tom Fletcher, Ross Whitaker&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The objective of this project is to integrate  EPI distortion correction module into Slicer, which implement the variational method.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Our goals for the project week are:&lt;br /&gt;
*Integrate EPI distortion correction module into Slicer3&lt;br /&gt;
&lt;br /&gt;
*Perform and evaluate results on BWH brain dataset.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 40%; float: left;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*The code is integrated into Slicer3.&lt;br /&gt;
*Compare to the results with B-spline registration&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 97%; float: left;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
*[http://www.cs.utah.edu/~rantao/OpenSource/EPICorrectionCode.tgz EPI Correction Code]&lt;/div&gt;</summary>
		<author><name>Jvs</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=Summer2009:Implementing_parallelism_in_python&amp;diff=40384</id>
		<title>Summer2009:Implementing parallelism in python</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=Summer2009:Implementing_parallelism_in_python&amp;diff=40384"/>
		<updated>2009-07-06T15:04:12Z</updated>

		<summary type="html">&lt;p&gt;Jvs: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW2009-v3.png|[[2009_Summer_Project_Week#Projects|Project Week Main Page]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* BWH: Julien de Siebenthal, Sylvain Bouix&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
We are investigating ways of running computational intensive simulations with the python language. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
Our approach is to subdivide highly intensive computational tasks and profit of the parallelism offered by current multicore machines.&lt;br /&gt;
&lt;br /&gt;
During the summer week, we will discuss improvements on the current implementation and possibly other approaches that could complement ours. &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 40%; float: left;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
* Achieved software for parallelizing python tasks. It uses parallel python for that purpose and was tested successfully on fat nodes and the cluster at SPL.&lt;br /&gt;
* Improved performance&lt;br /&gt;
* Completed parallelization of connection filtering&lt;br /&gt;
* Completed batch for different studies configuration&lt;br /&gt;
* Checked in under the Slicer trunk - the package is found under &amp;lt;your slicer3 path&amp;gt;/lib/Slicer3/Plugins/StochasticTractographyServerMP&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References==&lt;/div&gt;</summary>
		<author><name>Jvs</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=Summer2009:Implementing_parallelism_in_python&amp;diff=40383</id>
		<title>Summer2009:Implementing parallelism in python</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=Summer2009:Implementing_parallelism_in_python&amp;diff=40383"/>
		<updated>2009-07-06T15:03:54Z</updated>

		<summary type="html">&lt;p&gt;Jvs: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW2009-v3.png|[[2009_Summer_Project_Week#Projects|Project Week Main Page]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* BWH: Julien de Siebenthal, Sylvain Bouix&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
We are investigating ways of running computational intensive simulations with the python language. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
Our approach is to subdivide highly intensive computational tasks and profit of the parallelism offered by current multicore machines.&lt;br /&gt;
&lt;br /&gt;
During the summer week, we will discuss improvements on the current implementation and possibly other approaches that could complement ours. &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 40%; float: left;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
* Achieved software for parallelizing python tasks. It uses parallel python for that purpose and was tested successfully on fat nodes and the cluster at SPL.&lt;br /&gt;
* Improved performance&lt;br /&gt;
* Completed parallelization of connection filtering&lt;br /&gt;
* Completed batch for different studies configuration&lt;br /&gt;
* commit under the Slicer trunk - the package is found under &amp;lt;your slicer3 path&amp;gt;/lib/Slicer3/Plugins/StochasticTractographyServerMP&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References==&lt;/div&gt;</summary>
		<author><name>Jvs</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=Summer2009:Using_cython&amp;diff=40255</id>
		<title>Summer2009:Using cython</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=Summer2009:Using_cython&amp;diff=40255"/>
		<updated>2009-06-28T21:17:21Z</updated>

		<summary type="html">&lt;p&gt;Jvs: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW2009-v3.png|[[2009_Summer_Project_Week#Projects|Project Week Main Page]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* BWH: Julien de Siebenthal, Sylvain Bouix&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
We are investigating ways of accelerating the stochastic tractography code developed in python and part of the current version of Slicer 3.4.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
Cython is used to develop a direct way of integrating native C code where python bytecode is too slow and hinders performance of the algorithm.&lt;br /&gt;
&lt;br /&gt;
During the summer week, we will discuss improvements on the current implementation and possibly other approaches that could complement ours. &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 40%; float: left;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
* Implemented Cython code for tensor and fiber tracking&lt;br /&gt;
* Performance depends mainly of the nature of the Python code - if numpy adequately used (vectorization...) - no significant difference with C performance &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References==&lt;/div&gt;</summary>
		<author><name>Jvs</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=Summer2009:Implementing_parallelism_in_python&amp;diff=40252</id>
		<title>Summer2009:Implementing parallelism in python</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=Summer2009:Implementing_parallelism_in_python&amp;diff=40252"/>
		<updated>2009-06-27T15:09:25Z</updated>

		<summary type="html">&lt;p&gt;Jvs: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW2009-v3.png|[[2009_Summer_Project_Week#Projects|Project Week Main Page]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* BWH: Julien de Siebenthal, Sylvain Bouix&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
We are investigating ways of running computational intensive simulations with the python language. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
Our approach is to subdivide highly intensive computational tasks and profit of the parallelism offered by current multicore machines.&lt;br /&gt;
&lt;br /&gt;
During the summer week, we will discuss improvements on the current implementation and possibly other approaches that could complement ours. &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 40%; float: left;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
* Achieved software for parallelizing python tasks. It uses parallel python for that purpose and was tested successfully on fat nodes and the cluster at SPL.&lt;br /&gt;
* Improved performance&lt;br /&gt;
* Completed parallelization of connection filtering&lt;br /&gt;
* Completed batch for different studies configuration&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References==&lt;/div&gt;</summary>
		<author><name>Jvs</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=Summer2009:Using_client_server_paradigm_with_python_and_slicer&amp;diff=40251</id>
		<title>Summer2009:Using client server paradigm with python and slicer</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=Summer2009:Using_client_server_paradigm_with_python_and_slicer&amp;diff=40251"/>
		<updated>2009-06-27T15:06:17Z</updated>

		<summary type="html">&lt;p&gt;Jvs: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW2009-v3.png|[[2009_Summer_Project_Week#Projects|Project Week Main Page]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* BWH: Julien de Siebenthal, Sylvain Bouix&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
We are interested to run intensive tasks from the Slicer python directly.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
Our approach is to defer intensive computational task into another process communicating remotely with the Slicer process.&lt;br /&gt;
&lt;br /&gt;
During the summer week, we will discuss improvements on the current implementation and possibly other approaches that could complement ours. &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 40%; float: left;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
* Achieved software for enabling a client-server python. It uses basic socket mechanism for that purpose and was tested successfully. It mimics CLI modules written in C++.&lt;br /&gt;
* Enhanced options (client side) to setup the module&lt;br /&gt;
* Study possibility of using Pyro (RPC) to replace socket library&lt;br /&gt;
* Reflect on how to improve the slicer daemon mechanism - would be nice to have a RPC-like mechanism integrated in Slicer for python development (Pyro?)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References==&lt;/div&gt;</summary>
		<author><name>Jvs</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=Summer2009:VCFS&amp;diff=40250</id>
		<title>Summer2009:VCFS</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=Summer2009:VCFS&amp;diff=40250"/>
		<updated>2009-06-27T14:52:23Z</updated>

		<summary type="html">&lt;p&gt;Jvs: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW2009-v3.png|[[2009_Summer_Project_Week#Projects|Back to Projects List]]&lt;br /&gt;
Image:Anna.png|Tracts through the corpus connecting two cortical regions defined by fMRI activation.&lt;br /&gt;
Image:Image5.jpeg|Display of Anterior Cingulate Cortex (ACC) and Orbito-Frontal Cortex (OFC).&lt;br /&gt;
Image:Image11.jpeg|Population study on ACC to OFC connection using stochastic tractography showed significant FA reduction in schizophrenics.&lt;br /&gt;
Image:01040-lh-all-3D-cropped.png|stochastic tractography of IFG-STG (arcuate) and IFG-occipital (IOFF) connections.&lt;br /&gt;
Image:FA IFG-Occ scatter.jpg|Significant finding in left IFG-occipital connections suggests decreased integrity of fiber tracts involved in language processing in schizophrenia.&lt;br /&gt;
Image:ScreenshotFreeSurferDeepMatterSagitalView-vcase1-2009-06-12.jpg|VCFS segmentation results to be used as seed regions for stochastic tracking.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* BWH: Julien de Siebenthal, Sylvain Bouix, Marek Kubicki&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
To create an end-to-end analysis pipeline to study white matter anomalies using a stochastic tractography algorithm in VCFS population.&lt;br /&gt;
&lt;br /&gt;
See our [[DBP2:Harvard:Brain_Segmentation_Roadmap| Roadmap]] for more details.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
Our approach involves the implementation of a stochastic tractography algorithm in python that can be used both within and outside of the slicer framework.&lt;br /&gt;
&lt;br /&gt;
Our plan for the project week is to integrate diffusion weighted imaging preprocessing steps to the pipeline in particular:&lt;br /&gt;
* Rician Noise Removal&lt;br /&gt;
* EPI distortion correction&lt;br /&gt;
* Eddy current correction&lt;br /&gt;
&lt;br /&gt;
We will also be testing pipeline on VCFS population, now that we have enough subjects to start a study and some encouraging gray matter segmentation results.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 40%; float: left;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
* Achieved ITK integration through WrapITK into the python pipeline&lt;br /&gt;
** cmake were adapted to reduce the so called 'combinatorial explosion' to a reasonable compilation cycle (&amp;lt;1h on my laptop)&lt;br /&gt;
** alternative under discussion for the Slicer side: weave seems to be a better candidate&lt;br /&gt;
* Tested numpy conversion to/from VTK/ITK&lt;br /&gt;
* Ongoing : EPI distortion correction under test&lt;br /&gt;
** Rician &amp;amp; EPI are cmake ready for python wrapping&lt;br /&gt;
* Even if not perfect, WrapITK allows:&lt;br /&gt;
** to build efficient VTK/ITK pipeline - with the python benefits&lt;br /&gt;
** to integrate easily a C++ class developed in ITK/VTK: it is just up to write a small cmake configuration file&lt;br /&gt;
** &amp;gt;90% of ITK and VTK classes are usable at once&lt;br /&gt;
** quite cumbersome to understand why people argue against it ;-)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 97%; float: left;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
* [http://lmi.bwh.harvard.edu/papers/pdfs/2006/frimanTMI06.pdf Friman, O., Farneback, G., Westin CF. A Bayesian Approach for Stochastic White Matter Tractography. IEEE Transactions on Medical Imaging, Vol 25, No. 8, Aug. 2006]&lt;br /&gt;
* [http://www.na-mic.org/Wiki/index.php/Image:IC_posternew.png Shenton, M.E., Ngo, T., Rosenberger, G., Westin, C.F., Levitt, J.J., McCarley, R.W., Kubicki, M. Study of Thalamo-Cortical White Matter Fiber Tract Projections in Schizophrenia Using Diffusion Stochastic Tractography. Poster presented at the 46th Meeting of the American College of Neuropsychopharmacology, Boca Raton, FL, December 2007.]&lt;br /&gt;
* [http://www.na-mic.org/Wiki/index.php/Media:dougt_poster.pdf  Terry DP, Rausch AC, Alvarado JL, Melonakos ED, Markant D, Westin CF, Kikinis R, von Siebenthal J, Shenton ME, Kubicki M. White Matter Properties of Emotion Related Connections in Schizophrenia. Poster presented at the 2009 Mysell Poster Day, Dept. of Psychiatry, Harvard Medical School, April 2009]&lt;br /&gt;
* [http://www.na-mic.org/Wiki/index.php/Media:Jorge_poster.pdf Alvarado JL, Terry DP, Markant D, Ngo T, Kikinis R, Westin CF, McCarley RW, Shenton ME, Kubicki M. Study of Language-Related White Matter Tract Connections in Schizophrenia using Diffusion Stochastic Tractography. Poster presented at the 2009 Mysell Poster Day, Dept. of Psychiatry, Harvard Medical School, April 2009]&lt;br /&gt;
* Melonakos ED, Shenton ME, Markant D, Alvarado J, Westin CF, Kubicki M. White Matter Properties of Orbitofrontal Connections in Schizophrenia. Poster being presented at the 64th Meeting of the Society of Biological Psychiatry. Vancouver, BC. May 2009. &lt;br /&gt;
* Kubicki, M. Khan, U., Bobrow, L., O'Donnell, L. Pieper, S. Westin, CF., Shenton, ME. New Methods for Assessing Whole Brain DTI Abnormalities in Schizophrenia. Presentation given at the International Congress of World Psychiatric Association. Florence, Italy. April 2009.&lt;br /&gt;
* Kubicki, M., Markant, D., Ngo, T., Westin, CF., McCarley, RW., Shenton, ME. Study of Language Related White Matter Fiber Tract Projections in Schizophrenia Using Diffusion Stochastic Tractography. Presentation given at the International Congress of World Psychiatric Association. Florence, Italy. April 2009.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jvs</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=Summer2009:VCFS&amp;diff=40249</id>
		<title>Summer2009:VCFS</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=Summer2009:VCFS&amp;diff=40249"/>
		<updated>2009-06-27T14:49:50Z</updated>

		<summary type="html">&lt;p&gt;Jvs: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW2009-v3.png|[[2009_Summer_Project_Week#Projects|Back to Projects List]]&lt;br /&gt;
Image:Anna.png|Tracts through the corpus connecting two cortical regions defined by fMRI activation.&lt;br /&gt;
Image:Image5.jpeg|Display of Anterior Cingulate Cortex (ACC) and Orbito-Frontal Cortex (OFC).&lt;br /&gt;
Image:Image11.jpeg|Population study on ACC to OFC connection using stochastic tractography showed significant FA reduction in schizophrenics.&lt;br /&gt;
Image:01040-lh-all-3D-cropped.png|stochastic tractography of IFG-STG (arcuate) and IFG-occipital (IOFF) connections.&lt;br /&gt;
Image:FA IFG-Occ scatter.jpg|Significant finding in left IFG-occipital connections suggests decreased integrity of fiber tracts involved in language processing in schizophrenia.&lt;br /&gt;
Image:ScreenshotFreeSurferDeepMatterSagitalView-vcase1-2009-06-12.jpg|VCFS segmentation results to be used as seed regions for stochastic tracking.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* BWH: Julien de Siebenthal, Sylvain Bouix, Marek Kubicki&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
To create an end-to-end analysis pipeline to study white matter anomalies using a stochastic tractography algorithm in VCFS population.&lt;br /&gt;
&lt;br /&gt;
See our [[DBP2:Harvard:Brain_Segmentation_Roadmap| Roadmap]] for more details.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
Our approach involves the implementation of a stochastic tractography algorithm in python that can be used both within and outside of the slicer framework.&lt;br /&gt;
&lt;br /&gt;
Our plan for the project week is to integrate diffusion weighted imaging preprocessing steps to the pipeline in particular:&lt;br /&gt;
* Rician Noise Removal&lt;br /&gt;
* EPI distortion correction&lt;br /&gt;
* Eddy current correction&lt;br /&gt;
&lt;br /&gt;
We will also be testing pipeline on VCFS population, now that we have enough subjects to start a study and some encouraging gray matter segmentation results.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 40%; float: left;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
* Achieved ITK integration through WrapITK into the python pipeline&lt;br /&gt;
** cmake were adapted to reduce the so called 'combinatorial explosion' to a reasonable compilation cycle (&amp;lt;1h on my laptop)&lt;br /&gt;
** alternative under discussion for the Slicer side: weave seems to be a better candidate&lt;br /&gt;
* Tested numpy conversion to/from VTK/ITK&lt;br /&gt;
* Ongoing : EPI distortion correction under test&lt;br /&gt;
** Rician &amp;amp; EPI are cmake ready for python wrapping&lt;br /&gt;
* Even if not perfect, wrapitk allows:&lt;br /&gt;
** to build efficient VTK/ITK pipeline - with the python benefits&lt;br /&gt;
** to integrate easily a C++ class developed in ITK/VTK up to setup a cmake configuration file&lt;br /&gt;
** &amp;gt;90% of ITK and VTK classes are usable at once&lt;br /&gt;
** quite cumbersome to understand why people argue against it ;-)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 97%; float: left;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
* [http://lmi.bwh.harvard.edu/papers/pdfs/2006/frimanTMI06.pdf Friman, O., Farneback, G., Westin CF. A Bayesian Approach for Stochastic White Matter Tractography. IEEE Transactions on Medical Imaging, Vol 25, No. 8, Aug. 2006]&lt;br /&gt;
* [http://www.na-mic.org/Wiki/index.php/Image:IC_posternew.png Shenton, M.E., Ngo, T., Rosenberger, G., Westin, C.F., Levitt, J.J., McCarley, R.W., Kubicki, M. Study of Thalamo-Cortical White Matter Fiber Tract Projections in Schizophrenia Using Diffusion Stochastic Tractography. Poster presented at the 46th Meeting of the American College of Neuropsychopharmacology, Boca Raton, FL, December 2007.]&lt;br /&gt;
* [http://www.na-mic.org/Wiki/index.php/Media:dougt_poster.pdf  Terry DP, Rausch AC, Alvarado JL, Melonakos ED, Markant D, Westin CF, Kikinis R, von Siebenthal J, Shenton ME, Kubicki M. White Matter Properties of Emotion Related Connections in Schizophrenia. Poster presented at the 2009 Mysell Poster Day, Dept. of Psychiatry, Harvard Medical School, April 2009]&lt;br /&gt;
* [http://www.na-mic.org/Wiki/index.php/Media:Jorge_poster.pdf Alvarado JL, Terry DP, Markant D, Ngo T, Kikinis R, Westin CF, McCarley RW, Shenton ME, Kubicki M. Study of Language-Related White Matter Tract Connections in Schizophrenia using Diffusion Stochastic Tractography. Poster presented at the 2009 Mysell Poster Day, Dept. of Psychiatry, Harvard Medical School, April 2009]&lt;br /&gt;
* Melonakos ED, Shenton ME, Markant D, Alvarado J, Westin CF, Kubicki M. White Matter Properties of Orbitofrontal Connections in Schizophrenia. Poster being presented at the 64th Meeting of the Society of Biological Psychiatry. Vancouver, BC. May 2009. &lt;br /&gt;
* Kubicki, M. Khan, U., Bobrow, L., O'Donnell, L. Pieper, S. Westin, CF., Shenton, ME. New Methods for Assessing Whole Brain DTI Abnormalities in Schizophrenia. Presentation given at the International Congress of World Psychiatric Association. Florence, Italy. April 2009.&lt;br /&gt;
* Kubicki, M., Markant, D., Ngo, T., Westin, CF., McCarley, RW., Shenton, ME. Study of Language Related White Matter Fiber Tract Projections in Schizophrenia Using Diffusion Stochastic Tractography. Presentation given at the International Congress of World Psychiatric Association. Florence, Italy. April 2009.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jvs</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=Summer2009:VCFS&amp;diff=40248</id>
		<title>Summer2009:VCFS</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=Summer2009:VCFS&amp;diff=40248"/>
		<updated>2009-06-27T14:49:30Z</updated>

		<summary type="html">&lt;p&gt;Jvs: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW2009-v3.png|[[2009_Summer_Project_Week#Projects|Back to Projects List]]&lt;br /&gt;
Image:Anna.png|Tracts through the corpus connecting two cortical regions defined by fMRI activation.&lt;br /&gt;
Image:Image5.jpeg|Display of Anterior Cingulate Cortex (ACC) and Orbito-Frontal Cortex (OFC).&lt;br /&gt;
Image:Image11.jpeg|Population study on ACC to OFC connection using stochastic tractography showed significant FA reduction in schizophrenics.&lt;br /&gt;
Image:01040-lh-all-3D-cropped.png|stochastic tractography of IFG-STG (arcuate) and IFG-occipital (IOFF) connections.&lt;br /&gt;
Image:FA IFG-Occ scatter.jpg|Significant finding in left IFG-occipital connections suggests decreased integrity of fiber tracts involved in language processing in schizophrenia.&lt;br /&gt;
Image:ScreenshotFreeSurferDeepMatterSagitalView-vcase1-2009-06-12.jpg|VCFS segmentation results to be used as seed regions for stochastic tracking.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* BWH: Julien de Siebenthal, Sylvain Bouix, Marek Kubicki&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
To create an end-to-end analysis pipeline to study white matter anomalies using a stochastic tractography algorithm in VCFS population.&lt;br /&gt;
&lt;br /&gt;
See our [[DBP2:Harvard:Brain_Segmentation_Roadmap| Roadmap]] for more details.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
Our approach involves the implementation of a stochastic tractography algorithm in python that can be used both within and outside of the slicer framework.&lt;br /&gt;
&lt;br /&gt;
Our plan for the project week is to integrate diffusion weighted imaging preprocessing steps to the pipeline in particular:&lt;br /&gt;
* Rician Noise Removal&lt;br /&gt;
* EPI distortion correction&lt;br /&gt;
* Eddy current correction&lt;br /&gt;
&lt;br /&gt;
We will also be testing pipeline on VCFS population, now that we have enough subjects to start a study and some encouraging gray matter segmentation results.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 40%; float: left;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
* Achieved ITK integration through WrapITK into the python pipeline&lt;br /&gt;
** cmake were adapted to reduce the so called 'combinatorial explosion' to a reasonable compilation cycle (&amp;lt;1h on my laptop)&lt;br /&gt;
** alternative under discussion for the Slicer side: weave seems to be a better candidate&lt;br /&gt;
* Tested numpy conversion to/from VTK/ITK&lt;br /&gt;
* Ongoing : EPI distortion correction under test&lt;br /&gt;
** Rician &amp;amp; EPI are cmake ready for python wrapping&lt;br /&gt;
* Even if not perfect, wrapitk allows:&lt;br /&gt;
** to build efficient VTK/ITK pipeline - with the python benefits&lt;br /&gt;
** to integrate easily a C++ class developed in ITK/VTK up to setup a cmake configuration file&lt;br /&gt;
** &amp;gt;90% of ITK and VTK classes are usable at once&lt;br /&gt;
** quite cumbersome to know why people argue against it ;-)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 97%; float: left;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
* [http://lmi.bwh.harvard.edu/papers/pdfs/2006/frimanTMI06.pdf Friman, O., Farneback, G., Westin CF. A Bayesian Approach for Stochastic White Matter Tractography. IEEE Transactions on Medical Imaging, Vol 25, No. 8, Aug. 2006]&lt;br /&gt;
* [http://www.na-mic.org/Wiki/index.php/Image:IC_posternew.png Shenton, M.E., Ngo, T., Rosenberger, G., Westin, C.F., Levitt, J.J., McCarley, R.W., Kubicki, M. Study of Thalamo-Cortical White Matter Fiber Tract Projections in Schizophrenia Using Diffusion Stochastic Tractography. Poster presented at the 46th Meeting of the American College of Neuropsychopharmacology, Boca Raton, FL, December 2007.]&lt;br /&gt;
* [http://www.na-mic.org/Wiki/index.php/Media:dougt_poster.pdf  Terry DP, Rausch AC, Alvarado JL, Melonakos ED, Markant D, Westin CF, Kikinis R, von Siebenthal J, Shenton ME, Kubicki M. White Matter Properties of Emotion Related Connections in Schizophrenia. Poster presented at the 2009 Mysell Poster Day, Dept. of Psychiatry, Harvard Medical School, April 2009]&lt;br /&gt;
* [http://www.na-mic.org/Wiki/index.php/Media:Jorge_poster.pdf Alvarado JL, Terry DP, Markant D, Ngo T, Kikinis R, Westin CF, McCarley RW, Shenton ME, Kubicki M. Study of Language-Related White Matter Tract Connections in Schizophrenia using Diffusion Stochastic Tractography. Poster presented at the 2009 Mysell Poster Day, Dept. of Psychiatry, Harvard Medical School, April 2009]&lt;br /&gt;
* Melonakos ED, Shenton ME, Markant D, Alvarado J, Westin CF, Kubicki M. White Matter Properties of Orbitofrontal Connections in Schizophrenia. Poster being presented at the 64th Meeting of the Society of Biological Psychiatry. Vancouver, BC. May 2009. &lt;br /&gt;
* Kubicki, M. Khan, U., Bobrow, L., O'Donnell, L. Pieper, S. Westin, CF., Shenton, ME. New Methods for Assessing Whole Brain DTI Abnormalities in Schizophrenia. Presentation given at the International Congress of World Psychiatric Association. Florence, Italy. April 2009.&lt;br /&gt;
* Kubicki, M., Markant, D., Ngo, T., Westin, CF., McCarley, RW., Shenton, ME. Study of Language Related White Matter Fiber Tract Projections in Schizophrenia Using Diffusion Stochastic Tractography. Presentation given at the International Congress of World Psychiatric Association. Florence, Italy. April 2009.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jvs</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=Summer2009:VCFS&amp;diff=40247</id>
		<title>Summer2009:VCFS</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=Summer2009:VCFS&amp;diff=40247"/>
		<updated>2009-06-27T14:42:43Z</updated>

		<summary type="html">&lt;p&gt;Jvs: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW2009-v3.png|[[2009_Summer_Project_Week#Projects|Back to Projects List]]&lt;br /&gt;
Image:Anna.png|Tracts through the corpus connecting two cortical regions defined by fMRI activation.&lt;br /&gt;
Image:Image5.jpeg|Display of Anterior Cingulate Cortex (ACC) and Orbito-Frontal Cortex (OFC).&lt;br /&gt;
Image:Image11.jpeg|Population study on ACC to OFC connection using stochastic tractography showed significant FA reduction in schizophrenics.&lt;br /&gt;
Image:01040-lh-all-3D-cropped.png|stochastic tractography of IFG-STG (arcuate) and IFG-occipital (IOFF) connections.&lt;br /&gt;
Image:FA IFG-Occ scatter.jpg|Significant finding in left IFG-occipital connections suggests decreased integrity of fiber tracts involved in language processing in schizophrenia.&lt;br /&gt;
Image:ScreenshotFreeSurferDeepMatterSagitalView-vcase1-2009-06-12.jpg|VCFS segmentation results to be used as seed regions for stochastic tracking.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* BWH: Julien de Siebenthal, Sylvain Bouix, Marek Kubicki&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
To create an end-to-end analysis pipeline to study white matter anomalies using a stochastic tractography algorithm in VCFS population.&lt;br /&gt;
&lt;br /&gt;
See our [[DBP2:Harvard:Brain_Segmentation_Roadmap| Roadmap]] for more details.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
Our approach involves the implementation of a stochastic tractography algorithm in python that can be used both within and outside of the slicer framework.&lt;br /&gt;
&lt;br /&gt;
Our plan for the project week is to integrate diffusion weighted imaging preprocessing steps to the pipeline in particular:&lt;br /&gt;
* Rician Noise Removal&lt;br /&gt;
* EPI distortion correction&lt;br /&gt;
* Eddy current correction&lt;br /&gt;
&lt;br /&gt;
We will also be testing pipeline on VCFS population, now that we have enough subjects to start a study and some encouraging gray matter segmentation results.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 40%; float: left;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
* Achieved ITK integration through WrapITK into the python pipeline&lt;br /&gt;
** cmake were adapted to reduce the so called 'combinatorial explosion' to a reasonable compilation cycle (&amp;lt;1h on my laptop)&lt;br /&gt;
** alternative under discussion for the Slicer side: weave seems to be a better candidate&lt;br /&gt;
* Tested numpy conversion to/from VTK/ITK&lt;br /&gt;
* Ongoing : EPI distortion correction under test&lt;br /&gt;
** Rician &amp;amp; EPI are cmake ready for python wrapping&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 97%; float: left;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
* [http://lmi.bwh.harvard.edu/papers/pdfs/2006/frimanTMI06.pdf Friman, O., Farneback, G., Westin CF. A Bayesian Approach for Stochastic White Matter Tractography. IEEE Transactions on Medical Imaging, Vol 25, No. 8, Aug. 2006]&lt;br /&gt;
* [http://www.na-mic.org/Wiki/index.php/Image:IC_posternew.png Shenton, M.E., Ngo, T., Rosenberger, G., Westin, C.F., Levitt, J.J., McCarley, R.W., Kubicki, M. Study of Thalamo-Cortical White Matter Fiber Tract Projections in Schizophrenia Using Diffusion Stochastic Tractography. Poster presented at the 46th Meeting of the American College of Neuropsychopharmacology, Boca Raton, FL, December 2007.]&lt;br /&gt;
* [http://www.na-mic.org/Wiki/index.php/Media:dougt_poster.pdf  Terry DP, Rausch AC, Alvarado JL, Melonakos ED, Markant D, Westin CF, Kikinis R, von Siebenthal J, Shenton ME, Kubicki M. White Matter Properties of Emotion Related Connections in Schizophrenia. Poster presented at the 2009 Mysell Poster Day, Dept. of Psychiatry, Harvard Medical School, April 2009]&lt;br /&gt;
* [http://www.na-mic.org/Wiki/index.php/Media:Jorge_poster.pdf Alvarado JL, Terry DP, Markant D, Ngo T, Kikinis R, Westin CF, McCarley RW, Shenton ME, Kubicki M. Study of Language-Related White Matter Tract Connections in Schizophrenia using Diffusion Stochastic Tractography. Poster presented at the 2009 Mysell Poster Day, Dept. of Psychiatry, Harvard Medical School, April 2009]&lt;br /&gt;
* Melonakos ED, Shenton ME, Markant D, Alvarado J, Westin CF, Kubicki M. White Matter Properties of Orbitofrontal Connections in Schizophrenia. Poster being presented at the 64th Meeting of the Society of Biological Psychiatry. Vancouver, BC. May 2009. &lt;br /&gt;
* Kubicki, M. Khan, U., Bobrow, L., O'Donnell, L. Pieper, S. Westin, CF., Shenton, ME. New Methods for Assessing Whole Brain DTI Abnormalities in Schizophrenia. Presentation given at the International Congress of World Psychiatric Association. Florence, Italy. April 2009.&lt;br /&gt;
* Kubicki, M., Markant, D., Ngo, T., Westin, CF., McCarley, RW., Shenton, ME. Study of Language Related White Matter Fiber Tract Projections in Schizophrenia Using Diffusion Stochastic Tractography. Presentation given at the International Congress of World Psychiatric Association. Florence, Italy. April 2009.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jvs</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=Summer2009:VCFS&amp;diff=40246</id>
		<title>Summer2009:VCFS</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=Summer2009:VCFS&amp;diff=40246"/>
		<updated>2009-06-27T14:37:17Z</updated>

		<summary type="html">&lt;p&gt;Jvs: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW2009-v3.png|[[2009_Summer_Project_Week#Projects|Back to Projects List]]&lt;br /&gt;
Image:Anna.png|Tracts through the corpus connecting two cortical regions defined by fMRI activation.&lt;br /&gt;
Image:Image5.jpeg|Display of Anterior Cingulate Cortex (ACC) and Orbito-Frontal Cortex (OFC).&lt;br /&gt;
Image:Image11.jpeg|Population study on ACC to OFC connection using stochastic tractography showed significant FA reduction in schizophrenics.&lt;br /&gt;
Image:01040-lh-all-3D-cropped.png|stochastic tractography of IFG-STG (arcuate) and IFG-occipital (IOFF) connections.&lt;br /&gt;
Image:FA IFG-Occ scatter.jpg|Significant finding in left IFG-occipital connections suggests decreased integrity of fiber tracts involved in language processing in schizophrenia.&lt;br /&gt;
Image:ScreenshotFreeSurferDeepMatterSagitalView-vcase1-2009-06-12.jpg|VCFS segmentation results to be used as seed regions for stochastic tracking.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* BWH: Julien de Siebenthal, Sylvain Bouix, Marek Kubicki&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
To create an end-to-end analysis pipeline to study white matter anomalies using a stochastic tractography algorithm in VCFS population.&lt;br /&gt;
&lt;br /&gt;
See our [[DBP2:Harvard:Brain_Segmentation_Roadmap| Roadmap]] for more details.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
Our approach involves the implementation of a stochastic tractography algorithm in python that can be used both within and outside of the slicer framework.&lt;br /&gt;
&lt;br /&gt;
Our plan for the project week is to integrate diffusion weighted imaging preprocessing steps to the pipeline in particular:&lt;br /&gt;
* Rician Noise Removal&lt;br /&gt;
* EPI distortion correction&lt;br /&gt;
* Eddy current correction&lt;br /&gt;
&lt;br /&gt;
We will also be testing pipeline on VCFS population, now that we have enough subjects to start a study and some encouraging gray matter segmentation results.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 40%; float: left;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
* Achieved itk integration through WrapITK into the python pipeline&lt;br /&gt;
** alternative under discussion for the Slicer side: weave seems to be a better candidate&lt;br /&gt;
* Tested numpy conversion to/from VTK/ITK&lt;br /&gt;
* Ongoing : EPI distortion correction under test&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 97%; float: left;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
* [http://lmi.bwh.harvard.edu/papers/pdfs/2006/frimanTMI06.pdf Friman, O., Farneback, G., Westin CF. A Bayesian Approach for Stochastic White Matter Tractography. IEEE Transactions on Medical Imaging, Vol 25, No. 8, Aug. 2006]&lt;br /&gt;
* [http://www.na-mic.org/Wiki/index.php/Image:IC_posternew.png Shenton, M.E., Ngo, T., Rosenberger, G., Westin, C.F., Levitt, J.J., McCarley, R.W., Kubicki, M. Study of Thalamo-Cortical White Matter Fiber Tract Projections in Schizophrenia Using Diffusion Stochastic Tractography. Poster presented at the 46th Meeting of the American College of Neuropsychopharmacology, Boca Raton, FL, December 2007.]&lt;br /&gt;
* [http://www.na-mic.org/Wiki/index.php/Media:dougt_poster.pdf  Terry DP, Rausch AC, Alvarado JL, Melonakos ED, Markant D, Westin CF, Kikinis R, von Siebenthal J, Shenton ME, Kubicki M. White Matter Properties of Emotion Related Connections in Schizophrenia. Poster presented at the 2009 Mysell Poster Day, Dept. of Psychiatry, Harvard Medical School, April 2009]&lt;br /&gt;
* [http://www.na-mic.org/Wiki/index.php/Media:Jorge_poster.pdf Alvarado JL, Terry DP, Markant D, Ngo T, Kikinis R, Westin CF, McCarley RW, Shenton ME, Kubicki M. Study of Language-Related White Matter Tract Connections in Schizophrenia using Diffusion Stochastic Tractography. Poster presented at the 2009 Mysell Poster Day, Dept. of Psychiatry, Harvard Medical School, April 2009]&lt;br /&gt;
* Melonakos ED, Shenton ME, Markant D, Alvarado J, Westin CF, Kubicki M. White Matter Properties of Orbitofrontal Connections in Schizophrenia. Poster being presented at the 64th Meeting of the Society of Biological Psychiatry. Vancouver, BC. May 2009. &lt;br /&gt;
* Kubicki, M. Khan, U., Bobrow, L., O'Donnell, L. Pieper, S. Westin, CF., Shenton, ME. New Methods for Assessing Whole Brain DTI Abnormalities in Schizophrenia. Presentation given at the International Congress of World Psychiatric Association. Florence, Italy. April 2009.&lt;br /&gt;
* Kubicki, M., Markant, D., Ngo, T., Westin, CF., McCarley, RW., Shenton, ME. Study of Language Related White Matter Fiber Tract Projections in Schizophrenia Using Diffusion Stochastic Tractography. Presentation given at the International Congress of World Psychiatric Association. Florence, Italy. April 2009.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jvs</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=Summer2009:VCFS&amp;diff=40245</id>
		<title>Summer2009:VCFS</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=Summer2009:VCFS&amp;diff=40245"/>
		<updated>2009-06-27T14:36:03Z</updated>

		<summary type="html">&lt;p&gt;Jvs: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW2009-v3.png|[[2009_Summer_Project_Week#Projects|Back to Projects List]]&lt;br /&gt;
Image:Anna.png|Tracts through the corpus connecting two cortical regions defined by fMRI activation.&lt;br /&gt;
Image:Image5.jpeg|Display of Anterior Cingulate Cortex (ACC) and Orbito-Frontal Cortex (OFC).&lt;br /&gt;
Image:Image11.jpeg|Population study on ACC to OFC connection using stochastic tractography showed significant FA reduction in schizophrenics.&lt;br /&gt;
Image:01040-lh-all-3D-cropped.png|stochastic tractography of IFG-STG (arcuate) and IFG-occipital (IOFF) connections.&lt;br /&gt;
Image:FA IFG-Occ scatter.jpg|Significant finding in left IFG-occipital connections suggests decreased integrity of fiber tracts involved in language processing in schizophrenia.&lt;br /&gt;
Image:ScreenshotFreeSurferDeepMatterSagitalView-vcase1-2009-06-12.jpg|VCFS segmentation results to be used as seed regions for stochastic tracking.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* BWH: Julien de Siebenthal, Sylvain Bouix, Marek Kubicki&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
To create an end-to-end analysis pipeline to study white matter anomalies using a stochastic tractography algorithm in VCFS population.&lt;br /&gt;
&lt;br /&gt;
See our [[DBP2:Harvard:Brain_Segmentation_Roadmap| Roadmap]] for more details.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
Our approach involves the implementation of a stochastic tractography algorithm in python that can be used both within and outside of the slicer framework.&lt;br /&gt;
&lt;br /&gt;
Our plan for the project week is to integrate diffusion weighted imaging preprocessing steps to the pipeline in particular:&lt;br /&gt;
* Rician Noise Removal&lt;br /&gt;
* EPI distortion correction&lt;br /&gt;
* Eddy current correction&lt;br /&gt;
&lt;br /&gt;
We will also be testing pipeline on VCFS population, now that we have enough subjects to start a study and some encouraging gray matter segmentation results.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 40%; float: left;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
* Achieved itk integration through WrapITK into the python pipeline&lt;br /&gt;
** alternative under discussion for the Slicer side: weave seems to be ideal&lt;br /&gt;
* Tested numpy conversion to/from VTK/ITK&lt;br /&gt;
* Ongoing : EPI distortion correction under test&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 97%; float: left;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
* [http://lmi.bwh.harvard.edu/papers/pdfs/2006/frimanTMI06.pdf Friman, O., Farneback, G., Westin CF. A Bayesian Approach for Stochastic White Matter Tractography. IEEE Transactions on Medical Imaging, Vol 25, No. 8, Aug. 2006]&lt;br /&gt;
* [http://www.na-mic.org/Wiki/index.php/Image:IC_posternew.png Shenton, M.E., Ngo, T., Rosenberger, G., Westin, C.F., Levitt, J.J., McCarley, R.W., Kubicki, M. Study of Thalamo-Cortical White Matter Fiber Tract Projections in Schizophrenia Using Diffusion Stochastic Tractography. Poster presented at the 46th Meeting of the American College of Neuropsychopharmacology, Boca Raton, FL, December 2007.]&lt;br /&gt;
* [http://www.na-mic.org/Wiki/index.php/Media:dougt_poster.pdf  Terry DP, Rausch AC, Alvarado JL, Melonakos ED, Markant D, Westin CF, Kikinis R, von Siebenthal J, Shenton ME, Kubicki M. White Matter Properties of Emotion Related Connections in Schizophrenia. Poster presented at the 2009 Mysell Poster Day, Dept. of Psychiatry, Harvard Medical School, April 2009]&lt;br /&gt;
* [http://www.na-mic.org/Wiki/index.php/Media:Jorge_poster.pdf Alvarado JL, Terry DP, Markant D, Ngo T, Kikinis R, Westin CF, McCarley RW, Shenton ME, Kubicki M. Study of Language-Related White Matter Tract Connections in Schizophrenia using Diffusion Stochastic Tractography. Poster presented at the 2009 Mysell Poster Day, Dept. of Psychiatry, Harvard Medical School, April 2009]&lt;br /&gt;
* Melonakos ED, Shenton ME, Markant D, Alvarado J, Westin CF, Kubicki M. White Matter Properties of Orbitofrontal Connections in Schizophrenia. Poster being presented at the 64th Meeting of the Society of Biological Psychiatry. Vancouver, BC. May 2009. &lt;br /&gt;
* Kubicki, M. Khan, U., Bobrow, L., O'Donnell, L. Pieper, S. Westin, CF., Shenton, ME. New Methods for Assessing Whole Brain DTI Abnormalities in Schizophrenia. Presentation given at the International Congress of World Psychiatric Association. Florence, Italy. April 2009.&lt;br /&gt;
* Kubicki, M., Markant, D., Ngo, T., Westin, CF., McCarley, RW., Shenton, ME. Study of Language Related White Matter Fiber Tract Projections in Schizophrenia Using Diffusion Stochastic Tractography. Presentation given at the International Congress of World Psychiatric Association. Florence, Italy. April 2009.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jvs</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=Summer2009:VCFS&amp;diff=40244</id>
		<title>Summer2009:VCFS</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=Summer2009:VCFS&amp;diff=40244"/>
		<updated>2009-06-27T14:34:38Z</updated>

		<summary type="html">&lt;p&gt;Jvs: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW2009-v3.png|[[2009_Summer_Project_Week#Projects|Back to Projects List]]&lt;br /&gt;
Image:Anna.png|Tracts through the corpus connecting two cortical regions defined by fMRI activation.&lt;br /&gt;
Image:Image5.jpeg|Display of Anterior Cingulate Cortex (ACC) and Orbito-Frontal Cortex (OFC).&lt;br /&gt;
Image:Image11.jpeg|Population study on ACC to OFC connection using stochastic tractography showed significant FA reduction in schizophrenics.&lt;br /&gt;
Image:01040-lh-all-3D-cropped.png|stochastic tractography of IFG-STG (arcuate) and IFG-occipital (IOFF) connections.&lt;br /&gt;
Image:FA IFG-Occ scatter.jpg|Significant finding in left IFG-occipital connections suggests decreased integrity of fiber tracts involved in language processing in schizophrenia.&lt;br /&gt;
Image:ScreenshotFreeSurferDeepMatterSagitalView-vcase1-2009-06-12.jpg|VCFS segmentation results to be used as seed regions for stochastic tracking.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* BWH: Julien de Siebenthal, Sylvain Bouix, Marek Kubicki&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
To create an end-to-end analysis pipeline to study white matter anomalies using a stochastic tractography algorithm in VCFS population.&lt;br /&gt;
&lt;br /&gt;
See our [[DBP2:Harvard:Brain_Segmentation_Roadmap| Roadmap]] for more details.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
Our approach involves the implementation of a stochastic tractography algorithm in python that can be used both within and outside of the slicer framework.&lt;br /&gt;
&lt;br /&gt;
Our plan for the project week is to integrate diffusion weighted imaging preprocessing steps to the pipeline in particular:&lt;br /&gt;
* Rician Noise Removal&lt;br /&gt;
* EPI distortion correction&lt;br /&gt;
* Eddy current correction&lt;br /&gt;
&lt;br /&gt;
We will also be testing pipeline on VCFS population, now that we have enough subjects to start a study and some encouraging gray matter segmentation results.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 40%; float: left;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
* Achieved itk integration through WrapITK into the python pipeline&lt;br /&gt;
* Tested further numpy conversion to/from VTK/ITK&lt;br /&gt;
* Ongoing : EPI distortion correction under test&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 97%; float: left;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
* [http://lmi.bwh.harvard.edu/papers/pdfs/2006/frimanTMI06.pdf Friman, O., Farneback, G., Westin CF. A Bayesian Approach for Stochastic White Matter Tractography. IEEE Transactions on Medical Imaging, Vol 25, No. 8, Aug. 2006]&lt;br /&gt;
* [http://www.na-mic.org/Wiki/index.php/Image:IC_posternew.png Shenton, M.E., Ngo, T., Rosenberger, G., Westin, C.F., Levitt, J.J., McCarley, R.W., Kubicki, M. Study of Thalamo-Cortical White Matter Fiber Tract Projections in Schizophrenia Using Diffusion Stochastic Tractography. Poster presented at the 46th Meeting of the American College of Neuropsychopharmacology, Boca Raton, FL, December 2007.]&lt;br /&gt;
* [http://www.na-mic.org/Wiki/index.php/Media:dougt_poster.pdf  Terry DP, Rausch AC, Alvarado JL, Melonakos ED, Markant D, Westin CF, Kikinis R, von Siebenthal J, Shenton ME, Kubicki M. White Matter Properties of Emotion Related Connections in Schizophrenia. Poster presented at the 2009 Mysell Poster Day, Dept. of Psychiatry, Harvard Medical School, April 2009]&lt;br /&gt;
* [http://www.na-mic.org/Wiki/index.php/Media:Jorge_poster.pdf Alvarado JL, Terry DP, Markant D, Ngo T, Kikinis R, Westin CF, McCarley RW, Shenton ME, Kubicki M. Study of Language-Related White Matter Tract Connections in Schizophrenia using Diffusion Stochastic Tractography. Poster presented at the 2009 Mysell Poster Day, Dept. of Psychiatry, Harvard Medical School, April 2009]&lt;br /&gt;
* Melonakos ED, Shenton ME, Markant D, Alvarado J, Westin CF, Kubicki M. White Matter Properties of Orbitofrontal Connections in Schizophrenia. Poster being presented at the 64th Meeting of the Society of Biological Psychiatry. Vancouver, BC. May 2009. &lt;br /&gt;
* Kubicki, M. Khan, U., Bobrow, L., O'Donnell, L. Pieper, S. Westin, CF., Shenton, ME. New Methods for Assessing Whole Brain DTI Abnormalities in Schizophrenia. Presentation given at the International Congress of World Psychiatric Association. Florence, Italy. April 2009.&lt;br /&gt;
* Kubicki, M., Markant, D., Ngo, T., Westin, CF., McCarley, RW., Shenton, ME. Study of Language Related White Matter Fiber Tract Projections in Schizophrenia Using Diffusion Stochastic Tractography. Presentation given at the International Congress of World Psychiatric Association. Florence, Italy. April 2009.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jvs</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=Summer2009:VCFS&amp;diff=40243</id>
		<title>Summer2009:VCFS</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=Summer2009:VCFS&amp;diff=40243"/>
		<updated>2009-06-27T14:03:40Z</updated>

		<summary type="html">&lt;p&gt;Jvs: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW2009-v3.png|[[2009_Summer_Project_Week#Projects|Back to Projects List]]&lt;br /&gt;
Image:Anna.png|Tracts through the corpus connecting two cortical regions defined by fMRI activation.&lt;br /&gt;
Image:Image5.jpeg|Display of Anterior Cingulate Cortex (ACC) and Orbito-Frontal Cortex (OFC).&lt;br /&gt;
Image:Image11.jpeg|Population study on ACC to OFC connection using stochastic tractography showed significant FA reduction in schizophrenics.&lt;br /&gt;
Image:01040-lh-all-3D-cropped.png|stochastic tractography of IFG-STG (arcuate) and IFG-occipital (IOFF) connections.&lt;br /&gt;
Image:FA IFG-Occ scatter.jpg|Significant finding in left IFG-occipital connections suggests decreased integrity of fiber tracts involved in language processing in schizophrenia.&lt;br /&gt;
Image:ScreenshotFreeSurferDeepMatterSagitalView-vcase1-2009-06-12.jpg|VCFS segmentation results to be used as seed regions for stochastic tracking.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* BWH: Julien de Siebenthal, Sylvain Bouix, Marek Kubicki&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
To create an end-to-end analysis pipeline to study white matter anomalies using a stochastic tractography algorithm in VCFS population.&lt;br /&gt;
&lt;br /&gt;
See our [[DBP2:Harvard:Brain_Segmentation_Roadmap| Roadmap]] for more details.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
Our approach involves the implementation of a stochastic tractography algorithm in python that can be used both within and outside of the slicer framework.&lt;br /&gt;
&lt;br /&gt;
Our plan for the project week is to integrate diffusion weighted imaging preprocessing steps to the pipeline in particular:&lt;br /&gt;
* Rician Noise Removal&lt;br /&gt;
* EPI distortion correction&lt;br /&gt;
* Eddy current correction&lt;br /&gt;
&lt;br /&gt;
We will also be testing pipeline on VCFS population, now that we have enough subjects to start a study and some encouraging gray matter segmentation results.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 40%; float: left;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
* EPI is under test&lt;br /&gt;
* Achieved itk integration through WrapITK into the python pipeline&lt;br /&gt;
* Tested further numpy conversion to/from VTK/ITK&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 97%; float: left;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
* [http://lmi.bwh.harvard.edu/papers/pdfs/2006/frimanTMI06.pdf Friman, O., Farneback, G., Westin CF. A Bayesian Approach for Stochastic White Matter Tractography. IEEE Transactions on Medical Imaging, Vol 25, No. 8, Aug. 2006]&lt;br /&gt;
* [http://www.na-mic.org/Wiki/index.php/Image:IC_posternew.png Shenton, M.E., Ngo, T., Rosenberger, G., Westin, C.F., Levitt, J.J., McCarley, R.W., Kubicki, M. Study of Thalamo-Cortical White Matter Fiber Tract Projections in Schizophrenia Using Diffusion Stochastic Tractography. Poster presented at the 46th Meeting of the American College of Neuropsychopharmacology, Boca Raton, FL, December 2007.]&lt;br /&gt;
* [http://www.na-mic.org/Wiki/index.php/Media:dougt_poster.pdf  Terry DP, Rausch AC, Alvarado JL, Melonakos ED, Markant D, Westin CF, Kikinis R, von Siebenthal J, Shenton ME, Kubicki M. White Matter Properties of Emotion Related Connections in Schizophrenia. Poster presented at the 2009 Mysell Poster Day, Dept. of Psychiatry, Harvard Medical School, April 2009]&lt;br /&gt;
* [http://www.na-mic.org/Wiki/index.php/Media:Jorge_poster.pdf Alvarado JL, Terry DP, Markant D, Ngo T, Kikinis R, Westin CF, McCarley RW, Shenton ME, Kubicki M. Study of Language-Related White Matter Tract Connections in Schizophrenia using Diffusion Stochastic Tractography. Poster presented at the 2009 Mysell Poster Day, Dept. of Psychiatry, Harvard Medical School, April 2009]&lt;br /&gt;
* Melonakos ED, Shenton ME, Markant D, Alvarado J, Westin CF, Kubicki M. White Matter Properties of Orbitofrontal Connections in Schizophrenia. Poster being presented at the 64th Meeting of the Society of Biological Psychiatry. Vancouver, BC. May 2009. &lt;br /&gt;
* Kubicki, M. Khan, U., Bobrow, L., O'Donnell, L. Pieper, S. Westin, CF., Shenton, ME. New Methods for Assessing Whole Brain DTI Abnormalities in Schizophrenia. Presentation given at the International Congress of World Psychiatric Association. Florence, Italy. April 2009.&lt;br /&gt;
* Kubicki, M., Markant, D., Ngo, T., Westin, CF., McCarley, RW., Shenton, ME. Study of Language Related White Matter Fiber Tract Projections in Schizophrenia Using Diffusion Stochastic Tractography. Presentation given at the International Congress of World Psychiatric Association. Florence, Italy. April 2009.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jvs</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=Summer2009:Using_client_server_paradigm_with_python_and_slicer&amp;diff=40237</id>
		<title>Summer2009:Using client server paradigm with python and slicer</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=Summer2009:Using_client_server_paradigm_with_python_and_slicer&amp;diff=40237"/>
		<updated>2009-06-26T22:15:56Z</updated>

		<summary type="html">&lt;p&gt;Jvs: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW2009-v3.png|[[2009_Summer_Project_Week#Projects|Project Week Main Page]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* BWH: Julien de Siebenthal, Sylvain Bouix&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
We are interested to run intensive tasks from the Slicer python directly.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
Our approach is to defer intensive computational task into another process communicating remotely with the Slicer process.&lt;br /&gt;
&lt;br /&gt;
During the summer week, we will discuss improvements on the current implementation and possibly other approaches that could complement ours. &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 40%; float: left;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
* Software for enabling a client-server paradigm is done. It uses basic socket mechanism for that purpose and was tested successfully. It mimics CLI modules written in C++.&lt;br /&gt;
* Enhanced options (client side) to setup the module&lt;br /&gt;
* Study possibility of using Pyro (RPC) to replace socket mechanism&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References==&lt;/div&gt;</summary>
		<author><name>Jvs</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=Summer2009:Implementing_parallelism_in_python&amp;diff=40236</id>
		<title>Summer2009:Implementing parallelism in python</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=Summer2009:Implementing_parallelism_in_python&amp;diff=40236"/>
		<updated>2009-06-26T22:10:42Z</updated>

		<summary type="html">&lt;p&gt;Jvs: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW2009-v3.png|[[2009_Summer_Project_Week#Projects|Project Week Main Page]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* BWH: Julien de Siebenthal, Sylvain Bouix&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
We are investigating ways of running computational intensive simulations with the python language. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
Our approach is to subdivide highly intensive computational tasks and profit of the parallelism offered by current multicore machines.&lt;br /&gt;
&lt;br /&gt;
During the summer week, we will discuss improvements on the current implementation and possibly other approaches that could complement ours. &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 40%; float: left;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
* Software for parallelizing python tasks is done. It uses parallel python for that purpose and was tested successfully on fat nodes and the cluster at SPL.&lt;br /&gt;
* Improved performance&lt;br /&gt;
* Completed parallelization of connection filtering&lt;br /&gt;
* Completed batch for different studies configuration&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References==&lt;/div&gt;</summary>
		<author><name>Jvs</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=Summer2009:Using_cython&amp;diff=40235</id>
		<title>Summer2009:Using cython</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=Summer2009:Using_cython&amp;diff=40235"/>
		<updated>2009-06-26T22:09:59Z</updated>

		<summary type="html">&lt;p&gt;Jvs: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW2009-v3.png|[[2009_Summer_Project_Week#Projects|Project Week Main Page]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* BWH: Julien de Siebenthal, Sylvain Bouix&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
We are investigating ways of accelerating the stochastic tractography code developed in python and part of the current version of Slicer 3.4.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
Cython is used to develop a direct way of integrating native C code where python bytecode is too slow and hinders performance of the algorithm.&lt;br /&gt;
&lt;br /&gt;
During the summer week, we will discuss improvements on the current implementation and possibly other approaches that could complement ours. &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 40%; float: left;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
* Cython code for tensor and fiber tracking done&lt;br /&gt;
* Performance depends mainly of the nature of the Python code - if numpy adequately used (vectorization...) - no significant difference with C performance &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References==&lt;/div&gt;</summary>
		<author><name>Jvs</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=Summer2009:Using_CUDA_for_stochastic_tractography&amp;diff=40234</id>
		<title>Summer2009:Using CUDA for stochastic tractography</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=Summer2009:Using_CUDA_for_stochastic_tractography&amp;diff=40234"/>
		<updated>2009-06-26T22:07:03Z</updated>

		<summary type="html">&lt;p&gt;Jvs: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW2009-v3.png|[[2009_Summer_Project_Week#Projects|Project Week Main Page]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* BWH: Julien de Siebenthal, Sylvain Bouix&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
Stochastic tractography does not provide interactive visualization so far due to its intensive computational needs. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
Idea would be to visualize online paths generated in a point of interest like a fiducial. This approach would be based on the online visualization of streamline tractography done by moving a fiducial interactively. &lt;br /&gt;
&lt;br /&gt;
During the summer week, we will continue our work to develop a concrete solution in investigating acceleration means based mainly on CUDA. &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 40%; float: left;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
* Cuda was integrated through PyCuda with support for numpy arrays syntax&lt;br /&gt;
* Check compilation&amp;amp;instalation under Linux&amp;amp;Windows&lt;br /&gt;
* Implemented part of the tractography algorithm in kernel&lt;br /&gt;
* Tested direct call to driver api - ok&lt;br /&gt;
* Tested driver kernels (simple matrix operations) - ok&lt;br /&gt;
* Still need to complete the whole tractography algorithm in kernel mode&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References==&lt;/div&gt;</summary>
		<author><name>Jvs</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=Summer2009:Using_CUDA_for_stochastic_tractography&amp;diff=40233</id>
		<title>Summer2009:Using CUDA for stochastic tractography</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=Summer2009:Using_CUDA_for_stochastic_tractography&amp;diff=40233"/>
		<updated>2009-06-26T22:06:34Z</updated>

		<summary type="html">&lt;p&gt;Jvs: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW2009-v3.png|[[2009_Summer_Project_Week#Projects|Project Week Main Page]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* BWH: Julien de Siebenthal, Sylvain Bouix&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
Stochastic tractography does not provide interactive visualization so far due to its intensive computational needs. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
Idea would be to visualize online paths generated in a point of interest like a fiducial. This approach would be based on the online visualization of streamline tractography done by moving a fiducial interactively. &lt;br /&gt;
&lt;br /&gt;
During the summer week, we will continue our work to develop a concrete solution in investigating acceleration means based mainly on CUDA. &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 40%; float: left;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
* Cuda was integrated through PyCuda with support for numpy arrays syntax&lt;br /&gt;
* Check compilation&amp;amp;instalation under Linux&amp;amp;Windows&lt;br /&gt;
* Implemented part of the tractography algorithm in kernel&lt;br /&gt;
* Tested direct call to driver api - ok&lt;br /&gt;
* Tested driver kernels (simple matrix operations)&lt;br /&gt;
* Still need to complete the whole tractography algorithm in kernel mode&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References==&lt;/div&gt;</summary>
		<author><name>Jvs</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=Summer2009:Implementing_parallelism_in_python&amp;diff=40232</id>
		<title>Summer2009:Implementing parallelism in python</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=Summer2009:Implementing_parallelism_in_python&amp;diff=40232"/>
		<updated>2009-06-26T22:03:27Z</updated>

		<summary type="html">&lt;p&gt;Jvs: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW2009-v3.png|[[2009_Summer_Project_Week#Projects|Project Week Main Page]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* BWH: Julien de Siebenthal, Sylvain Bouix&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
We are investigating ways of running computational intensive simulations with the python language. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
Our approach is to subdivide highly intensive computational tasks and profit of the parallelism offered by current multicore machines.&lt;br /&gt;
&lt;br /&gt;
During the summer week, we will discuss improvements on the current implementation and possibly other approaches that could complement ours. &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 40%; float: left;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
* software for parallelizing python tasks is done. It uses parallel python for that purpose and was tested successfully on fat nodes and the cluster at SPL.&lt;br /&gt;
* improved performance with cache mechanism&lt;br /&gt;
* complete parallelization of connection filtering&lt;br /&gt;
* complete batch for different studies configuration&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References==&lt;/div&gt;</summary>
		<author><name>Jvs</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=Summer2009:Using_cython&amp;diff=40231</id>
		<title>Summer2009:Using cython</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=Summer2009:Using_cython&amp;diff=40231"/>
		<updated>2009-06-26T22:01:07Z</updated>

		<summary type="html">&lt;p&gt;Jvs: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW2009-v3.png|[[2009_Summer_Project_Week#Projects|Project Week Main Page]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* BWH: Julien de Siebenthal, Sylvain Bouix&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
We are investigating ways of accelerating the stochastic tractography code developed in python and part of the current version of Slicer 3.4.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
Cython is used to develop a direct way of integrating native C code where python bytecode is too slow and hinders performance of the algorithm.&lt;br /&gt;
&lt;br /&gt;
During the summer week, we will discuss improvements on the current implementation and possibly other approaches that could complement ours. &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 40%; float: left;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
* cython code for tensor and fiber tracking done&lt;br /&gt;
* performance depends mainly of the nature of the Python code - if numpy adequately used (vectorization...) - no significant difference with C performance &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References==&lt;/div&gt;</summary>
		<author><name>Jvs</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=Summer2009:Using_CUDA_for_stochastic_tractography&amp;diff=40230</id>
		<title>Summer2009:Using CUDA for stochastic tractography</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=Summer2009:Using_CUDA_for_stochastic_tractography&amp;diff=40230"/>
		<updated>2009-06-26T21:50:55Z</updated>

		<summary type="html">&lt;p&gt;Jvs: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW2009-v3.png|[[2009_Summer_Project_Week#Projects|Project Week Main Page]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* BWH: Julien de Siebenthal, Sylvain Bouix&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
Stochastic tractography does not provide interactive visualization so far due to its intensive computational needs. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
Idea would be to visualize online paths generated in a point of interest like a fiducial. This approach would be based on the online visualization of streamline tractography done by moving a fiducial interactively. &lt;br /&gt;
&lt;br /&gt;
During the summer week, we will continue our work to develop a concrete solution in investigating acceleration means based mainly on CUDA. &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 40%; float: left;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
* Cuda was integrated through PyCuda with support for numpy arrays syntax&lt;br /&gt;
* direct call to driver api tested&lt;br /&gt;
* driver kernels tested (simple matrix operations)&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References==&lt;/div&gt;</summary>
		<author><name>Jvs</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=Summer2009:Using_CUDA_for_stochastic_tractography&amp;diff=40229</id>
		<title>Summer2009:Using CUDA for stochastic tractography</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=Summer2009:Using_CUDA_for_stochastic_tractography&amp;diff=40229"/>
		<updated>2009-06-26T21:50:34Z</updated>

		<summary type="html">&lt;p&gt;Jvs: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW2009-v3.png|[[2009_Summer_Project_Week#Projects|Project Week Main Page]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* BWH: Julien de Siebenthal, Sylvain Bouix&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
Stochastic tractography does not provide interactive visualization so far due to its intensive computational needs. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
Idea would be to visualize online paths generated in a point of interest like a fiducial. This approach would be based on the online visualization of streamline tractography done by moving a fiducial interactively. &lt;br /&gt;
&lt;br /&gt;
During the summer week, we will continue our work to develop a concrete solution in investigating acceleration means based mainly on CUDA. &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 40%; float: left;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
* Cuda was integrated through PyCuda with support for numpy arrays syntax&lt;br /&gt;
* direct call to driver api tested&lt;br /&gt;
* driver kernels tested (simple matrices operations)&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References==&lt;/div&gt;</summary>
		<author><name>Jvs</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2009_Summer_Project_Week&amp;diff=38589</id>
		<title>2009 Summer Project Week</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2009_Summer_Project_Week&amp;diff=38589"/>
		<updated>2009-06-11T14:46:59Z</updated>

		<summary type="html">&lt;p&gt;Jvs: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Back to [[Project Events]], [[Events]]&lt;br /&gt;
&lt;br /&gt;
[[Image:PW2009-v3.png|300px]]&lt;br /&gt;
&lt;br /&gt;
*'''Dates:''' June 22-26, 2009&lt;br /&gt;
*'''Location:''' MIT. [[Meeting_Locations:MIT_Grier_A_%26B|Grier Rooms A &amp;amp; B: 34-401A &amp;amp; 34-401B]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Introduction to the FIRST JOINT PROJECT WEEK==&lt;br /&gt;
&lt;br /&gt;
We are pleased to announce the FIRST JOINT PROJECT WEEK of hands-on research and development activity for Image-Guided Therapy and Neuroscience applications.  Participants will engage in open source programming using the [[NA-MIC-Kit|NA-MIC Kit]], algorithm design, medical imaging sequence development, tracking experiments, and clinical application. The main goal of this event is to move forward the translational research deliverables of the sponsoring centers and their collaborators. Active and potential collaborators are encouraged and welcome to attend this event. This event will be set up to maximize informal interaction between participants.  &lt;br /&gt;
&lt;br /&gt;
Active preparation will begin on''' Thursday, April 16th at 3pm ET''', with a kick-off teleconference.  Invitations to this call will be sent to members of the sponsoring communities, their collaborators, past attendees of the event, as well as any parties who have expressed an interest in working with these centers. The main goal of the kick-off call is to get an idea of which groups/projects will be active at the upcoming event, and to ensure that there is sufficient coverage for all. Subsequent teleconferences will allow for more focused discussions on individual projects and allow the hosts to finalize the project teams, consolidate any common components, and identify topics that should be discussed in breakout sessions. In the final days leading upto the meeting, all project teams will be asked to fill in a template page on this wiki that describes the objectives and plan of their projects.  &lt;br /&gt;
&lt;br /&gt;
The event itself will start off with a short presentation by each project team, driven using their previously created description, and will help all participants get acquainted with others who are doing similar work. In the rest of the week, about half the time will be spent in breakout discussions on topics of common interest of subsets of the attendees, and the other half will be spent in project teams, doing hands-on project work.  The hands-on activities will be done in 30-50 small teams of size 2-4, each with a mix of multi-disciplinary expertise.  To facilitate this work, a large room at MIT will be setup with several tables, with internet and power access, and each computer software development based team will gather on a table with their individual laptops, connect to the internet to download their software and data, and be able to work on their projects.  Teams working on projects that require the use of medical devices will proceed to Brigham and Women's Hospital and carry out their experiments there. On the last day of the event, a closing presentation session will be held in which each project team will present a summary of what they accomplished during the week.&lt;br /&gt;
&lt;br /&gt;
This event is part of the translational research efforts of [http://www.na-mic.org NA-MIC], [http://www.ncigt.org NCIGT], [http://nac.spl.harvard.edu/ NAC], [http://catalyst.harvard.edu/home.html Harvard Catalyst], and [http://www.cimit.org CIMIT].  It is an expansion of the NA-MIC Summer Project Week that has been held annually since 2005. It will be held every summer at MIT and Brigham and Womens Hospital in Boston, typically during the last full week of June, and in Salt Lake City in the winter, typically during the second week of January.  &lt;br /&gt;
&lt;br /&gt;
A summary of all past NA-MIC Project Events that this FIRST JOINT EVENT is based on is available [[Project_Events#Past|here]].&lt;br /&gt;
&lt;br /&gt;
== Agenda==&lt;br /&gt;
* Monday &lt;br /&gt;
** noon-1pm lunch &lt;br /&gt;
**1pm: Welcome (Ron Kikinis)&lt;br /&gt;
** 1:05-3:30pm Introduce [[#Projects|Projects]] using templated wiki pages (all Project Leads) ([http://wiki.na-mic.org/Wiki/index.php/Project_Week/Template Wiki Template]) &lt;br /&gt;
** 3:30-5:30pm Start project work&lt;br /&gt;
* Tuesday &lt;br /&gt;
** 8:30am breakfast&lt;br /&gt;
**9:30-10am: NA-MIC Kit Overview (Jim Miller)&lt;br /&gt;
** 10-10:30am Slicer 3.4 Update (Steve Pieper)&lt;br /&gt;
** 10:30-11am Slicer IGT and Imaging Kit Update Update (Noby Hata, Scott Hoge)&lt;br /&gt;
** 11am-12:00pm Breakout Session: [[2009 Project Week Breakout Session: Slicer-Python]] (Demian W)&lt;br /&gt;
** noon lunch&lt;br /&gt;
** 2:30pm-5pm: [[2009 Project Week Data Clinic|Data Clinic]] (Ron Kikinis)&lt;br /&gt;
** 5:30pm adjourn for day&lt;br /&gt;
* Wednesday &lt;br /&gt;
** 8:30am breakfast&lt;br /&gt;
** 9am-12pm Breakout Session: [[2009 Project Week Breakout Session: ITK]] (Luis Ibanez)&lt;br /&gt;
** noon lunch&lt;br /&gt;
** 2:30pm: Breakout Session: [[2009 Project Week Breakout Session: 3D+T Microscopy Cell Dataset Segmentation]] (Alex G.)&lt;br /&gt;
** 5:30pm adjourn for day&lt;br /&gt;
* Thursday&lt;br /&gt;
** 8:30am breakfast&lt;br /&gt;
** 9-11am [[Events:TutorialContestJune2009|Tutorial Contest Presentations]]&lt;br /&gt;
** noon lunch&lt;br /&gt;
** 2:30pm: Breakout Session: [[2009 Project Week Breakout Session: XNAT for Programmers]] (Dan M.)&lt;br /&gt;
** 5:30pm adjourn for day&lt;br /&gt;
* Friday &lt;br /&gt;
** 8:30am breakfast&lt;br /&gt;
** 10am-noon: [[Events:TutorialContestJune2009|Tutorial Contest Winner Announcement]] and [[#Projects|Project Progress Updates]]&lt;br /&gt;
*** Noon: Lunch boxes and adjourn by 1:30pm.&lt;br /&gt;
***We need to empty room by 1:30.  You are welcome to use wireless in Stata.&lt;br /&gt;
***Please sign up for the developer [http://www.slicer.org/pages/Mailinglist mailing lists]&lt;br /&gt;
***Next Project Week [[AHM_2010|in Utah, January 4-8, 2010]]&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
&lt;br /&gt;
#[[2009_Summer_Project_Week_Slicer3_Cortical_Thickness_Pipeline|Cortical Thickness Pipeline]] (Clement Vachet UNC)&lt;br /&gt;
#[[2009_Summer_Project_Week_Prostate_Robotics |Prostate Robotics]] (Junichi Tokuda BWH)&lt;br /&gt;
# Need Lupus Project here&lt;br /&gt;
#[[Summer2009:VCFS| Pipeline development for VCFS]] (Marek Kubicki BWH)&lt;br /&gt;
#[[2009_Summer_Project_Week_Project_Segmentation_of_Muscoskeletal_Images]] (Saikat Pal Stanford)&lt;br /&gt;
#[[2009_Summer_Project_Week_Liver_Ablation_Slicer|Liver Ablation in Slicer]] (Ziv Yaniv Georgetown)&lt;br /&gt;
#[[Measuring Alcohol Stress Interaction]] (Vidya Rajgopalan Virginia Tech)&lt;br /&gt;
#[[2009_Summer_Project_Week_Skull_Stripping | Skull Stripping]] (Snehasish Roy JHU)&lt;br /&gt;
# [[MeshingSummer2009 | IAFE Mesh Modules - improvements and testing]] (Curt Lisle Knowledge Vis)&lt;br /&gt;
#[[2009_Summer_Project_Week_Slicer3_Adaptive_Radiotherapy|Adaptive Radiotherapy - Deformable registration and DICOMRT]] (Greg Sharp MGH)&lt;br /&gt;
#[[2009_Summer_Project_Week_Slicer3_Brainlab_Introduction|SLicer3, BioImage Suite and Brainlab - Introduction to UCLA]] (Haiying Liu BWH)&lt;br /&gt;
#[[2009_Summer_Project_Week_Slicer3_Brainlab_Demo|Demo Brainlab-BioImage Suite-Slicer in BWH OR]] (Haiying Liu BWH)&lt;br /&gt;
#[[2009_Summer_Project_Week_Multimodal_SPL_Brain_Atlas|Segmentation of thalamic nuclei from DTI]] (Ion-Florin Talos BWH)&lt;br /&gt;
#[[2009_Summer_Project_Week_Slicer3_Fibre_Dispersion|Slicer module for the computation of fibre dispersion and curving measures]] (Peter Savadjiev BWH)&lt;br /&gt;
#[[2009_Summer_Project_Week_Hageman_FMTractography | Fluid mechanics tractography and visualization]] (Nathan Hageman UCLA)&lt;br /&gt;
#[[2009_Summer_Project_Week_DWI_/_DTI_QC_and_Prepare_Tool:_DTIPrep | DWI/DTI QC and Preparation Tool: DTIPrep]] (Zhexing Liu UNC)&lt;br /&gt;
#[[2009_Summer_Project_Week_Hageman_DTIDigitalPhantom | DTI digital phantom generator to create validation data sets - webservice/cmdlin module/binaries are downloadable from UCLA ]] (Nathan Hageman UCLA)&lt;br /&gt;
# [[EPI Correction in Slicer3 | EPI Correction in Slicer3]] (Ran Tao Utah)&lt;br /&gt;
#[[2009_Summer_Project_Week_WML_SEgmentation |White Matter Lesion segmentation]] (Minjeong Kim UNC)&lt;br /&gt;
#[[2009_Summer_Project_Week-FastMarching_for_brain_tumor_segmentation |FastMarching for brain tumor segmentation]] (Andrey Fedorov BWH)&lt;br /&gt;
# [[EMSegment|EM Segment]] (Sylvain Jaume BWH)&lt;br /&gt;
#[[2009_Summer_Project_Week_Meningioma_growth_simulation|Meningioma growth simulation]] (Andrey Fedorov BWH)&lt;br /&gt;
#[[2009_Summer_Project_Week_Automatic_Brain_MRI_Pipeline|Automatic brain MRI processing pipeline]] (Marcel Prastawa Utah)&lt;br /&gt;
#[[2009_Summer_Project_Week_HAMMER_Registration | HAMMER Registration]] (Guorong Wu UNC)&lt;br /&gt;
#[[2009_Summer_Project_Week_Spherical_Mesh_Diffeomorphic_Demons_Registration |Spherical Mesh Diffeomorphic Demons Registration]] (Luis Ibanez Kitware)&lt;br /&gt;
# [[BSpline Registration in Slicer3 | BSpline Registration in Slicer3]] (Samuel Gerber Utah)&lt;br /&gt;
#[[2009_Summer_Project_Week_4D_Imaging| 4D Imaging (Perfusion, Cardiac, etc.) ]] (Junichi Tokuda BWH)&lt;br /&gt;
#[[2009_Summer_Project_Week_MRSI-Module|MRSI Module]] (Bjoern Menze MIT)&lt;br /&gt;
#[[2009_Summer_Project_Week_4D_Gated_US_In_Slicer |Gated 4D ultrasound reconstruction for Slicer3]] (Danielle Pace Robarts Institute)&lt;br /&gt;
# [[Integration of stereo video into Slicer3]] (Mehdi Esteghamatian Robarts Institute)&lt;br /&gt;
#[[2009_Summer_Project_Week_Statistical_Toolbox |multi-modality statistical toolbox for MR T1, T2, fMRI, DTI data]] (Diego Cantor Robarts Institute)&lt;br /&gt;
# [[Summer2009:Using_ITK_in_python| Using ITK in python]] (Steve Pieper BWH)&lt;br /&gt;
# [[Summer2009:Implementing_parallelism_in_python| Taking advantage of multicore machines &amp;amp; clusters with python]] (Julien de Siebenthal BWH)&lt;br /&gt;
# [[Summer2009:Using_client_server_paradigm_with_python_and_slicer| Deferring heavy computational tasks with Slicer python]] (Julien de Siebenthal BWH)&lt;br /&gt;
# [[Summer2009:Using_cython| Accelerating python with cython: application to stochastic tractography]] (Julien de Siebenthal BWH)&lt;br /&gt;
# [[2009_Summer_Project_Week_VTK_3D_Widgets_In_Slicer3|VTK 3d Widgets in Slicer3]] (Nicole Aucoin BWH)&lt;br /&gt;
# [[2009_Summer_Project_Week_Colors_Module |Updates to Slicer3 Colors module]] (Nicole Aucoin BWH)&lt;br /&gt;
# [[Plug-In 3D Viewer based on XIP|Plug-in 3D Viewer based on XIP]] (Lining Yang Siemens Research)&lt;br /&gt;
# [[Slicer3 Informatics Workflow Design &amp;amp; XNAT updates | Slicer3 Informatics Workflow Design &amp;amp; XNAT updates for Slicer]] (Wendy Plesniak BWH)&lt;br /&gt;
# [[Summer2009:Registration reproducibility in Slicer|Registration reproducibility in Slicer3]] (Andrey Fedorov BWH)&lt;br /&gt;
# [[Summer2009:The Vascular Modeling Toolkit in 3D Slicer | The Vascular Modeling Toolkit in 3D Slicer]] (Daniel Haehn BWH)&lt;br /&gt;
# [[Summer2009:Extension of the Command Line XML Syntax/Interface | Extension of the Command Line XML Syntax/Interface]] (Bennett Landman)&lt;br /&gt;
#[[2009_Summer_Project_Week_Slicer3_XNAT_UI | XNAT user interface improvements for NA-MIC]] (Dan Marcus WUSTL)&lt;br /&gt;
#[[2009_Summer_Project_Week_XNATFS | XNAT File System with FUSE]] (Dan Marcus WUSTL)&lt;br /&gt;
#[[2009_Summer_Project_Week_XNAT_i2b2|XNAT integration into Harvard Catalyst i2b2 framework]] (Yong Harvard)&lt;br /&gt;
#[[2009_Summer_Project_Week_Slicer3_registration| Slicer 3 registration ]] (Andrew Rausch)&lt;br /&gt;
#[[2009_Summer_Project_Week_Transrectal_Prostate_biopsy|Transrectal Prostate Biopsy]] (Andras Lasso Queen's)&lt;br /&gt;
&lt;br /&gt;
===CUDA Projects===&lt;br /&gt;
&lt;br /&gt;
This is a list of candidate cuda projects that will be discussed with Joe Stam shortly:&lt;br /&gt;
&lt;br /&gt;
#[[2009_Summer_Project_Week_Registration_for_RT|2d/3d Registration (and GPGPU acceleration) for Radiation Therapy]] (Tina Kapur BWH)&lt;br /&gt;
#[[2009_Summer_Project_Week_Statistical_Toolbox |multi-modality statistical toolbox for MR T1, T2, fMRI, DTI data]] (Diego Cantor Robarts Institute)&lt;br /&gt;
#[[2009_Summer_Project_Week_Dose_Calculation |accelerate calculation for LDR seeds]] (Jack Blevins Acousticmed)&lt;br /&gt;
#[[2009_Summer_Project_Week_Cone_Beam_backprojection]](Zhou Shen U Michigan)&lt;br /&gt;
#[[2009_Summer_project_week_3d_Deformable_alignment]](Dan McShan U Michigan)&lt;br /&gt;
#[[Summer2009:Using_CUDA_for_stochastic_tractography|Developing interactive stochastic tractography using CUDA]] (Julien de Siebenthal BWH)&lt;br /&gt;
#acceleration of parallel real time processing of strain and elasticity images for monitoring of ablative therapy (Clif Burdette Acousticmed)&lt;br /&gt;
&lt;br /&gt;
== Preparation ==&lt;br /&gt;
&lt;br /&gt;
# Please make sure that you are on the http://public.kitware.com/cgi-bin/mailman/listinfo/na-mic-project-week mailing list&lt;br /&gt;
# Join the kickoff TCON on April 16, 3pm ET.&lt;br /&gt;
# [[Engineering:TCON_2009|June 18 TCON]] at 3pm ET to tie loose ends.  Anyone with un-addressed questions should call.&lt;br /&gt;
# By 3pm ET on June 11, 2009: [[Project_Week/Template|Complete a templated wiki page for your project]]. Please do not edit the template page itself, but create a new page for your project and cut-and-paste the text from this template page.  If you have questions, please send an email to tkapur at bwh.harvard.edu.&lt;br /&gt;
# By 3pm on June 18, 2009: Create a directory for each project on the [[Engineering:SandBox|NAMIC Sandbox]] (Zack)&lt;br /&gt;
## Commit on each sandbox directory the code examples/snippets that represent our first guesses of appropriate methods. (Luis and Steve will help with this, as needed)&lt;br /&gt;
## Gather test images in any of the Data sharing resources we have (e.g. the BIRN). These ones don't have to be many. At least three different cases, so we can get an idea of the modality-specific characteristics of these images. Put the IDs of these data sets on the wiki page. (the participants must do this.)&lt;br /&gt;
## Setup nightly tests on a separate Dashboard, where we will run the methods that we are experimenting with. The test should post result images and computation time. (Zack)&lt;br /&gt;
# Please note that by the time we get to the project event, we should be trying to close off a project milestone rather than starting to work on one...&lt;br /&gt;
# People doing Slicer related projects should come to project week with slicer built on your laptop.&lt;br /&gt;
## Projects to develop extension modules should work with the [http://viewvc.slicer.org/viewcvs.cgi/branches/Slicer-3-4/#dirlist Slicer-3-4 branch] (new code should not be checked into the branch).&lt;br /&gt;
## Projects to modify core behavior of slicer should be done on the [http://viewvc.slicer.org/viewcvs.cgi/trunk/ trunk].&lt;br /&gt;
&lt;br /&gt;
==Attendee List==&lt;br /&gt;
If you plan to attend, please add your name here.&lt;br /&gt;
&lt;br /&gt;
#Ron Kikinis, BWH (NA-MIC, NAC, NCIGT)&lt;br /&gt;
#Clare Tempany, BWH (NCIGT)&lt;br /&gt;
#Tina Kapur, BWH (NA-MIC, NCIGT)&lt;br /&gt;
#Steve Pieper, Isomics Inc&lt;br /&gt;
#Jim Miller, GE Research&lt;br /&gt;
#Xiaodong Tao, GE Research&lt;br /&gt;
#Randy Gollub, MGH&lt;br /&gt;
#Nicole Aucoin, BWH (NA-MIC) (Attending Tuesday-Friday)&lt;br /&gt;
#Dan Marcus, WUSTL&lt;br /&gt;
#Junichi Tokuda, BWH (NCIGT)&lt;br /&gt;
#Alex Gouaillard, Harvard Systems Biology&lt;br /&gt;
#Arnaud Gelas, Harvard Systems Biology &lt;br /&gt;
#Kishore Mosanliganti, Harvard Systems Biology&lt;br /&gt;
#Lydie Souhait, Harvard Systems Biology&lt;br /&gt;
#Luis Ibanez, Kitware Inc (Attending: Monday/Tuesday/Wednesday)&lt;br /&gt;
#Vincent Magnotta, UIowa&lt;br /&gt;
#Hans Johnson, UIowa&lt;br /&gt;
#Xenios Papademetris, Yale&lt;br /&gt;
#Gregory S. Fischer, WPI (Mon, Tue, Wed)&lt;br /&gt;
#Daniel Blezek, Mayo (Tue-Fri)&lt;br /&gt;
#Danielle Pace, Robarts Research Institute / UWO&lt;br /&gt;
#Clement Vachet, UNC-Chapel Hill&lt;br /&gt;
#Dave Welch, UIowa&lt;br /&gt;
#Demian Wassermann, Odyssée lab, INRIA, France&lt;br /&gt;
#Manasi Ramachandran, UIowa&lt;br /&gt;
#Greg Sharp, MGH&lt;br /&gt;
#Rui Li, MGH&lt;br /&gt;
#Mehdi Esteghamatian, Robarts Research Institute / UWO&lt;br /&gt;
#Misha Milchenko, WUSTL&lt;br /&gt;
#Kevin Archie, WUSTL&lt;br /&gt;
#Tim Olsen, WUSTL&lt;br /&gt;
#Wendy Plesniak BWH (NAC)&lt;br /&gt;
#Haiying Liu BWH (NCIGT)&lt;br /&gt;
#Curtis Lisle, KnowledgeVis / Isomics&lt;br /&gt;
#Diego Cantor, Robarts Research Institute / UWO&lt;br /&gt;
#Daniel Haehn, BWH&lt;br /&gt;
#Nicolas Rannou, BWH&lt;br /&gt;
#Sylvain Jaume, MIT&lt;br /&gt;
#Alex Yarmarkovich, Isomics&lt;br /&gt;
#Marco Ruiz, UCSD&lt;br /&gt;
#Andriy Fedorov, BWH (NA-MIC)&lt;br /&gt;
#Harish Doddi, Stanford University&lt;br /&gt;
#Saikat Pal, Stanford University&lt;br /&gt;
#Scott Hoge, BWH (NCIGT)&lt;br /&gt;
#Vandana Mohan, Georgia Tech&lt;br /&gt;
#Ivan Kolosev, Georgia Tech&lt;br /&gt;
#Behnood Gholami, Georgia Tech&lt;br /&gt;
#James Balter, U Michigan&lt;br /&gt;
#Dan McShan, U Michigan&lt;br /&gt;
#Zhou Shen, U Michigan&lt;br /&gt;
#Maria Francesca Spadea, Italy&lt;br /&gt;
#Lining Yang, Siemens Corporate Research&lt;br /&gt;
#Beatriz Paniagua, UNC-Chapel Hill&lt;br /&gt;
#Bennett Landman, Johns Hopkins University &lt;br /&gt;
#Snehashis Roy, Johns Hopkins University&lt;br /&gt;
#Marta Peroni, Politecnico di Milano&lt;br /&gt;
#Sebastien Barre, Kitware, Inc.&lt;br /&gt;
#Samuel Gerber, SCI University of Utah&lt;br /&gt;
#Ran Tao, SCI University of Utah&lt;br /&gt;
#Marcel Prastawa, SCI University of Utah&lt;br /&gt;
#Katie Hayes, BWH (NA-MIC)&lt;br /&gt;
#Sonia Pujol, BWH (NA-MIC)&lt;br /&gt;
#Andras Lasso, Queen's University&lt;br /&gt;
#Yong Gao, MGH&lt;br /&gt;
#Minjeong Kim, UNC-Chapel Hill&lt;br /&gt;
#Guorong Wu, UNC-Chapel Hill&lt;br /&gt;
#Jeffrey Yager, UIowa&lt;br /&gt;
#Yanling Liu, SAIC/NCI-Frederick&lt;br /&gt;
#Ziv Yaniv, Georgetown&lt;br /&gt;
#Bjoern Menze, MIT&lt;br /&gt;
#Vidya Rajagopalan, Virginia Tech&lt;br /&gt;
#Sandy Wells, BWH (NAC, NCIGT)&lt;br /&gt;
#Lilla Zollei, MGH (NAC)&lt;br /&gt;
#Lauren O'Donnell, BWH&lt;br /&gt;
#Florin Talos, BWH (NAC)&lt;br /&gt;
#Nobuhiko Hata, BWH (NCIGT)&lt;br /&gt;
#Alark Joshi, Yale&lt;br /&gt;
#Yogesh Rathi, BWH&lt;br /&gt;
#Jimi Malcolm, BWH&lt;br /&gt;
#Dustin Scheinost, Yale&lt;br /&gt;
#Dominique Belhachemi, Yale&lt;br /&gt;
#Sam Song, JHU&lt;br /&gt;
#Nathan Cho, JHU&lt;br /&gt;
#Julien de Siebenthal, BWH&lt;br /&gt;
#Peter Savadjiev, BWH&lt;br /&gt;
#Carl-Fredrik Westin, BWH&lt;br /&gt;
#John Melonakos, AccelerEyes (Wed &amp;amp; Thu morning)&lt;br /&gt;
#Yi Gao, Georgia Tech&lt;br /&gt;
#Sylvain Bouix, BWH&lt;br /&gt;
#Zhexing Liu, UNC-CH&lt;br /&gt;
#Eric Melonakos, BWH&lt;br /&gt;
#Lei Qin, BWH&lt;br /&gt;
#Giovanna Danagoulian, BWH&lt;br /&gt;
#Andrew Rausch, BWH (1st day only)&lt;br /&gt;
#Haytham Elhawary, BWH&lt;br /&gt;
#Jayender Jagadeesan, BWH&lt;br /&gt;
#Marek Kubicki, BWH&lt;br /&gt;
#Doug Terry, BWH&lt;br /&gt;
#Nathan Hageman, LONI (UCLA)&lt;br /&gt;
#Dana Peters, Beth Israel Deaconess&lt;br /&gt;
#Sun Woo Lee, BWH&lt;br /&gt;
#  Melanie Grebe, Siemens Corporate Research&lt;br /&gt;
# Megumi Nakao, BWH/NAIST&lt;br /&gt;
# Moti Freiman, The Hebrew Univ. of Jerusalem&lt;br /&gt;
#Jack Blevins, Acoustic Med Systems&lt;br /&gt;
#Michael Halle, BWH&lt;br /&gt;
#Amanda Peters, Harvard SEAS&lt;br /&gt;
#Joe Stam, NVIDIA (Wednesday, Thursday)&lt;br /&gt;
#Petter Risholm, BWH (NCIGT)&lt;br /&gt;
#Kimberly Powell, NVIDIA (Wednesday)&lt;br /&gt;
#Padma Akella, BWH (NCIGT)&lt;br /&gt;
#Clif Burdette, Acousticmed (Mon, Tue, Wed)&lt;br /&gt;
&lt;br /&gt;
== Logistics ==&lt;br /&gt;
*'''Dates:''' June 22-26, 2009&lt;br /&gt;
*'''Location:''' MIT. [[Meeting_Locations:MIT_Grier_A_%26B|Grier Rooms A &amp;amp; B: 34-401A &amp;amp; 34-401B]].&lt;br /&gt;
*'''Registration Fee:''' $260 (covers the cost of breakfast, lunch and coffee breaks for the week). Due by Friday, June 12th, 2009. Please make checks out to &amp;quot;Massachusetts Institute of Technology&amp;quot; and mail to: Donna Kaufman, MIT, 77 Massachusetts Ave., 38-409a, Cambridge, MA 02139.  Receipts will be provided by email as checks are received.  Please send questions to dkauf at mit.edu. '''If this is your first event and you are attending for only one day, the registration fee is waived.'''  Please let us know, so that we can cover the costs with one of our grants.&lt;br /&gt;
*'''Registration Method''' Add your name to the Attendee List section of this page&lt;br /&gt;
*'''Hotel:''' We have a group rate of $189/night (plus tax) at the Le Meridien (which used to be the Hotel at MIT). [http://www.starwoodmeeting.com/Book/MITDECSE  Please click here to reserve.] This rate is good only through June 1.&lt;br /&gt;
*Here is some information about several other Boston area hotels that are convenient to NA-MIC events: [[Boston_Hotels|Boston_Hotels]]. Summer is tourist season in Boston, so please book your rooms early.&lt;br /&gt;
*2009 Summer Project Week [[NA-MIC/Projects/Theme/Template|'''Template''']]&lt;br /&gt;
*[[2008_Summer_Project_Week#Projects|Last Year's Projects as a reference]]&lt;br /&gt;
*For hosting projects, we are planning to make use of the NITRC resources.  See [[NA-MIC_and_NITRC | Information about NITRC Collaboration]]&lt;/div&gt;</summary>
		<author><name>Jvs</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2009_Summer_Project_Week&amp;diff=38511</id>
		<title>2009 Summer Project Week</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2009_Summer_Project_Week&amp;diff=38511"/>
		<updated>2009-06-09T22:36:26Z</updated>

		<summary type="html">&lt;p&gt;Jvs: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Back to [[Project Events]], [[Events]]&lt;br /&gt;
&lt;br /&gt;
[[Image:PW2009-v3.png|300px]]&lt;br /&gt;
&lt;br /&gt;
*'''Dates:''' June 22-26, 2009&lt;br /&gt;
*'''Location:''' MIT. [[Meeting_Locations:MIT_Grier_A_%26B|Grier Rooms A &amp;amp; B: 34-401A &amp;amp; 34-401B]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Introduction to the FIRST JOINT PROJECT WEEK==&lt;br /&gt;
&lt;br /&gt;
We are pleased to announce the FIRST JOINT PROJECT WEEK of hands-on research and development activity for Image-Guided Therapy and Neuroscience applications.  Participants will engage in open source programming using the [[NA-MIC-Kit|NA-MIC Kit]], algorithm design, medical imaging sequence development, tracking experiments, and clinical application. The main goal of this event is to move forward the translational research deliverables of the sponsoring centers and their collaborators. Active and potential collaborators are encouraged and welcome to attend this event. This event will be set up to maximize informal interaction between participants.  &lt;br /&gt;
&lt;br /&gt;
Active preparation will begin on''' Thursday, April 16th at 3pm ET''', with a kick-off teleconference.  Invitations to this call will be sent to members of the sponsoring communities, their collaborators, past attendees of the event, as well as any parties who have expressed an interest in working with these centers. The main goal of the kick-off call is to get an idea of which groups/projects will be active at the upcoming event, and to ensure that there is sufficient coverage for all. Subsequent teleconferences will allow for more focused discussions on individual projects and allow the hosts to finalize the project teams, consolidate any common components, and identify topics that should be discussed in breakout sessions. In the final days leading upto the meeting, all project teams will be asked to fill in a template page on this wiki that describes the objectives and plan of their projects.  &lt;br /&gt;
&lt;br /&gt;
The event itself will start off with a short presentation by each project team, driven using their previously created description, and will help all participants get acquainted with others who are doing similar work. In the rest of the week, about half the time will be spent in breakout discussions on topics of common interest of subsets of the attendees, and the other half will be spent in project teams, doing hands-on project work.  The hands-on activities will be done in 30-50 small teams of size 2-4, each with a mix of multi-disciplinary expertise.  To facilitate this work, a large room at MIT will be setup with several tables, with internet and power access, and each computer software development based team will gather on a table with their individual laptops, connect to the internet to download their software and data, and be able to work on their projects.  Teams working on projects that require the use of medical devices will proceed to Brigham and Women's Hospital and carry out their experiments there. On the last day of the event, a closing presentation session will be held in which each project team will present a summary of what they accomplished during the week.&lt;br /&gt;
&lt;br /&gt;
This event is part of the translational research efforts of [http://www.na-mic.org NA-MIC], [http://www.ncigt.org NCIGT], [http://nac.spl.harvard.edu/ NAC], [http://catalyst.harvard.edu/home.html Harvard Catalyst], and [http://www.cimit.org CIMIT].  It is an expansion of the NA-MIC Summer Project Week that has been held annually since 2005. It will be held every summer at MIT and Brigham and Womens Hospital in Boston, typically during the last full week of June, and in Salt Lake City in the winter, typically during the second week of January.  &lt;br /&gt;
&lt;br /&gt;
A summary of all past NA-MIC Project Events that this FIRST JOINT EVENT is based on is available [[Project_Events#Past|here]].&lt;br /&gt;
&lt;br /&gt;
== Agenda==&lt;br /&gt;
* Monday &lt;br /&gt;
** noon-1pm lunch &lt;br /&gt;
**1pm: Welcome (Ron Kikinis)&lt;br /&gt;
** 1:05-3:30pm Introduce [[#Projects|Projects]] using templated wiki pages (all Project Leads) ([http://wiki.na-mic.org/Wiki/index.php/Project_Week/Template Wiki Template]) &lt;br /&gt;
** 3:30-5:30pm Start project work&lt;br /&gt;
* Tuesday &lt;br /&gt;
** 8:30am breakfast&lt;br /&gt;
**9:30-10am: NA-MIC Kit Overview (Jim Miller)&lt;br /&gt;
** 10-10:30am Slicer 3.4 Update (Steve Pieper)&lt;br /&gt;
** 10:30-11am Slicer IGT and Imaging Kit Update Update (Noby Hata, Scott Hoge)&lt;br /&gt;
** 11am-12:00pm Breakout Session: [[2009 Project Week Breakout Session: Slicer-Python]] (Demian W)&lt;br /&gt;
** noon lunch&lt;br /&gt;
** 2:30pm-5pm: [[2009 Project Week Data Clinic|Data Clinic]] (Ron Kikinis)&lt;br /&gt;
** 5:30pm adjourn for day&lt;br /&gt;
* Wednesday &lt;br /&gt;
** 8:30am breakfast&lt;br /&gt;
** 9am-12pm Breakout Session: [[2009 Project Week Breakout Session: ITK]] (Luis Ibanez)&lt;br /&gt;
** noon lunch&lt;br /&gt;
** 2:30pm: Breakout Session: [[2009 Project Week Breakout Session: 3D+T Microscopy Cell Dataset Segmentation]] (Alex G.)&lt;br /&gt;
** 5:30pm adjourn for day&lt;br /&gt;
* Thursday&lt;br /&gt;
** 8:30am breakfast&lt;br /&gt;
** 9-11am [[Events:TutorialContestJune2009|Tutorial Contest Presentations]]&lt;br /&gt;
** noon lunch&lt;br /&gt;
** 2:30pm: Breakout Session: [[2009 Project Week Breakout Session: XNAT for Programmers]] (Dan M.)&lt;br /&gt;
** 5:30pm adjourn for day&lt;br /&gt;
* Friday &lt;br /&gt;
** 8:30am breakfast&lt;br /&gt;
** 10am-noon: [[Events:TutorialContestJune2009|Tutorial Contest Winner Announcement]] and [[#Projects|Project Progress Updates]]&lt;br /&gt;
*** Noon: Lunch boxes and adjourn by 1:30pm.&lt;br /&gt;
***We need to empty room by 1:30.  You are welcome to use wireless in Stata.&lt;br /&gt;
***Please sign up for the developer [http://www.slicer.org/pages/Mailinglist mailing lists]&lt;br /&gt;
***Next Project Week [[AHM_2010|in Utah, January 4-8, 2010]]&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
&lt;br /&gt;
The list of projects for this week will go here.&lt;br /&gt;
=== Collaboration Projects ===&lt;br /&gt;
#[[2009_Summer_Project_Week_Project_Segmentation_of_Muscoskeletal_Images]] (Saikat Pal)&lt;br /&gt;
#[[2009_Summer_Project_Week_4D_Imaging| 4D Imaging (Perfusion, Cardiac, etc.) ]] (Junichi Tokuda)&lt;br /&gt;
#[[2009_Summer_Project_Week_Liver_Ablation_Slicer|Liver Ablation in Slicer]] (Haiying Liu)&lt;br /&gt;
#[[2009_Summer_Project_Week_Slicer3_Brainlab_Introduction|SLicer3, BioImage Suite and Brainlab - Introduction to UCLA]] (Haiying Liu)&lt;br /&gt;
#[[2009_Summer_Project_Week_Slicer3_Adaptive_Radiotherapy|Adaptive Radiotherapy - Deformable registration and DICOMRT]] (Greg Sharp)&lt;br /&gt;
#[[2009_Summer_Project_Week_Multimodal_SPL_Brain_Atlas|Segmentation of thalamic nuclei from DTI]] (Ion-Florin Talos)&lt;br /&gt;
#[[2009_Summer_Project_Week_Slicer3_Fibre_Dispersion|Slicer module for the computation of fibre dispersion and curving measures]] (Peter Savadjiev, C-F Westin)&lt;br /&gt;
#[[2009_Summer_Project_Week_Slicer3_XNAT_UI | XNAT user interface improvements for NA-MIC]] (Dan M, Florin, Ron, Wendy, Tim, Misha)&lt;br /&gt;
#[[2009_Summer_Project_Week_Hageman_FMTractography | Fluid mechanics tractography and visualization]] (Nathan Hageman UCLA)&lt;br /&gt;
#[[2009_Summer_Project_Week_Hageman_DTIDigitalPhantom | DTI digital phantom generator to create validation data sets - webservice/cmdlin module/binaries are downloadable from UCLA ]] (Nathan Hageman UCLA)&lt;br /&gt;
#[[2009_Summer_Project_Week_Slicer3_Cortical_Thickness_Pipeline|Cortical Thickness Pipeline (Clement Vachet)]]&lt;br /&gt;
#[[2009_Summer_Project_Week_Slicer3_Brainlab_Demo|Demo Brainlab-BioImage Suite-Slicer in BWH OR (Haiying, Isaiah, Nathan Hageman, Haytham)]]&lt;br /&gt;
#[[2009_Summer_Project_Week_Skull_Stripping | Skull Stripping]] (Xiaodong, Snehashis Roy, Nicole Aucoin)&lt;br /&gt;
#[[2009_Summer_Project_Week_HAMMER_Registration | HAMMER Registration]] (Guorong Wu, Xiaodong Tao, Jim Miller)&lt;br /&gt;
#[[2009_Summer_Project_Week_WML_SEgmentation |White Matter Lesion segmentation]] (Minjeong Kim, Xiaodong Tao, Jim Miller)&lt;br /&gt;
#[[2009_Summer_Project_Week-FastMarching_for_brain_tumor_segmentation |FastMarching for brain tumor segmentation]] (Fedorov, GeorgiaTech)&lt;br /&gt;
#[[2009_Summer_Project_Week_Meningioma_growth_simulation|Meningioma growth simulation]] (Fedorov, Marcel, Ron)&lt;br /&gt;
#[[2009_Summer_Project_Week_Automatic_Brain_MRI_Pipeline|Automatic brain MRI processing pipeline]] (Marcel, Hans)&lt;br /&gt;
#[[2009_Summer_Project_Week_XNAT_i2b2|XNAT integration into Harvard Catalyst i2b2 framework]] (Yong, Dan Marcus)&lt;br /&gt;
#[[2009_Summer_Project_Week_Spherical_Mesh_Diffeomorphic_Demons_Registration |Spherical Mesh Diffeomorphic Demons Registration]] (Luis Ibanez,Thomas Yeo, Polina Goland),  - (Mon, Tue, Wed)&lt;br /&gt;
#[[2009_Summer_Project_Week_MRSI-Module|MRSI Module]] (Bjoern Menze, Jeff Yager, Vince Magnotta)&lt;br /&gt;
#[[Measuring Alcohol Stress Interaction]] (Vidya Rajgopalan, Andrey Fedorov)&lt;br /&gt;
#[[2009_Summer_Project_Week_DWI_/_DTI_QC_and_Prepare_Tool:_DTIPrep | DWI/DTI QC and Preparation Tool: DTIPrep]] (Zhexing Liu)&lt;br /&gt;
#[[2009_Summer_Project_Week_XNATFS | XNAT File System with FUSE]] (Dan Marcus, Dan Blezek, Tim Olsen)&lt;br /&gt;
&lt;br /&gt;
===IGT Projects:===&lt;br /&gt;
#[[2009_Summer_Project_Week_Prostate_Robotics |Prostate Robotics]] (Junichi, Sam, Nathan Cho, Jack),  - Mon, Tue, Thursday 7pm-midnight)&lt;br /&gt;
#[[2009_Summer_Project_Week_4D_Gated_US_In_Slicer |Gated 4D ultrasound reconstruction for Slicer3]] (Danielle Pace)&lt;br /&gt;
# [[Integration of stereo video into Slicer3]] (Mehdi Esteghamatian)&lt;br /&gt;
#[[2009_Summer_Project_Week_Statistical_Toolbox |multi-modality statistical toolbox for MR T1, T2, fMRI, DTI data]] (Diego Cantor, Sylvain Jaume, Nicholas, Noby)&lt;br /&gt;
&lt;br /&gt;
===NA-MIC Engineering Projects===&lt;br /&gt;
# [[Summer2009:Using_ITK_in_python| Using ITK in python]] (Steve, Demian, Jim)&lt;br /&gt;
# [[Summer2009:Implementing_parallelism_in_python| Taking advantage of multicore machines &amp;amp; clusters with python]] (Julien de Siebenthal, Sylvain Bouix)&lt;br /&gt;
# [[Summer2009:Using_client_server_paradigm_with_python_and_slicer| Deferring heavy computational tasks with Slicer python]] (Julien de Siebenthal, Sylvain Bouix)&lt;br /&gt;
# [[Summer2009:Using_cython| Accelerating python with cython: application to stochastic tractography]] (Julien de Siebenthal, Sylvain Bouix)&lt;br /&gt;
# [[2009_Summer_Project_Week_VTK_3D_Widgets_In_Slicer3|VTK 3d Widgets in Slicer3]] (Nicole, Karthik, Sebastien, Wendy)&lt;br /&gt;
# [[2009_Summer_Project_Week_Colors_Module |Updates to Slicer3 Colors module]] (Nicole)&lt;br /&gt;
# [[EMSegment|EM Segment]] (Sylvain Jaume, Nicolas Rannou)&lt;br /&gt;
# [[Plug-In 3D Viewer based on XIP|Plug-in 3D Viewer based on XIP]] (Lining Yang, Melanie Grebe)&lt;br /&gt;
# [[MeshingSummer2009 | IAFE Mesh Modules - improvements and testing]] (Curt, Steve, Vince)&lt;br /&gt;
# [[Slicer3 Informatics Workflow Design &amp;amp; XNAT updates | Slicer3 Informatics Workflow Design &amp;amp; XNAT updates for Slicer]] (Wen, Steve, Dan M, Dan B)&lt;br /&gt;
# [[BSpline Registration in Slicer3 | BSpline Registration in Slicer3]] (Samuel Gerber,Jim Miller, Ross Whitaker)&lt;br /&gt;
# [[EPI Correction in Slicer3 | EPI Correction in Slicer3]] (Ran Tao, Jim Miller, Sylvain Bouix, Tom Fletcher, Ross Whitaker, Julien de Siebenthal)&lt;br /&gt;
# [[Summer2009:Registration reproducibility in Slicer|Registration reproducibility in Slicer3]] (Andriy, Luis, Bill, Jim, Steve)&lt;br /&gt;
# [[Summer2009:The Vascular Modeling Toolkit in 3D Slicer | The Vascular Modeling Toolkit in 3D Slicer]] (Daniel Haehn)&lt;br /&gt;
# [[Summer2009:Extension of the Command Line XML Syntax/Interface | Extension of the Command Line XML Syntax/Interface]] (Bennett Landman)&lt;br /&gt;
&lt;br /&gt;
===CUDA Projects===&lt;br /&gt;
#[[2009_Summer_Project_Week_Registration_for_RT|2d/3d Registration (and GPGPU acceleration) for Radiation Therapy]] (Sandy Wells, James Balter, and others)&lt;br /&gt;
#[[2009_Summer_Project_Week_Statistical_Toolbox |multi-modality statistical toolbox for MR T1, T2, fMRI, DTI data]] (Diego Cantor, Sylvain Jaume, Nicholas, Noby)&lt;br /&gt;
#[[2009_Summer_Project_Week_Dose_Calculation |accelerate calculation for LDR seeds]] (Jack Blevins)&lt;br /&gt;
#[[2009_Summer_Project_Week_Cone_Beam_backprojection]](Zhou Shen, Greg Sharp, James Balter)&lt;br /&gt;
#[[2009_Summer_project_week_3d_Deformable_alignment]](Dan McShan, Greg Sharp, ??)&lt;br /&gt;
#[[Summer2009:Using_CUDA_for_stochastic_tractography|Developing interactive stochastic tractography using CUDA]] (Julien de Siebenthal, Sylvain Bouix)&lt;br /&gt;
&lt;br /&gt;
== Preparation ==&lt;br /&gt;
&lt;br /&gt;
# Please make sure that you are on the http://public.kitware.com/cgi-bin/mailman/listinfo/na-mic-project-week mailing list&lt;br /&gt;
# Join the kickoff TCON on April 16, 3pm ET.&lt;br /&gt;
# [[Engineering:TCON_2009|June 18 TCON]] at 3pm ET to tie loose ends.  Anyone with un-addressed questions should call.&lt;br /&gt;
# By 3pm ET on June 11, 2009: [[Project_Week/Template|Complete a templated wiki page for your project]]. Please do not edit the template page itself, but create a new page for your project and cut-and-paste the text from this template page.  If you have questions, please send an email to tkapur at bwh.harvard.edu.&lt;br /&gt;
# By 3pm on June 18, 2009: Create a directory for each project on the [[Engineering:SandBox|NAMIC Sandbox]] (Zack)&lt;br /&gt;
## Commit on each sandbox directory the code examples/snippets that represent our first guesses of appropriate methods. (Luis and Steve will help with this, as needed)&lt;br /&gt;
## Gather test images in any of the Data sharing resources we have (e.g. the BIRN). These ones don't have to be many. At least three different cases, so we can get an idea of the modality-specific characteristics of these images. Put the IDs of these data sets on the wiki page. (the participants must do this.)&lt;br /&gt;
## Setup nightly tests on a separate Dashboard, where we will run the methods that we are experimenting with. The test should post result images and computation time. (Zack)&lt;br /&gt;
# Please note that by the time we get to the project event, we should be trying to close off a project milestone rather than starting to work on one...&lt;br /&gt;
# People doing Slicer related projects should come to project week with slicer built on your laptop.&lt;br /&gt;
## Projects to develop extension modules should work with the [http://viewvc.slicer.org/viewcvs.cgi/branches/Slicer-3-4/#dirlist Slicer-3-4 branch] (new code should not be checked into the branch).&lt;br /&gt;
## Projects to modify core behavior of slicer should be done on the [http://viewvc.slicer.org/viewcvs.cgi/trunk/ trunk].&lt;br /&gt;
&lt;br /&gt;
==Attendee List==&lt;br /&gt;
If you plan to attend, please add your name here.&lt;br /&gt;
&lt;br /&gt;
#Ron Kikinis, BWH (NA-MIC, NAC, NCIGT)&lt;br /&gt;
#Clare Tempany, BWH (NCIGT)&lt;br /&gt;
#Tina Kapur, BWH (NA-MIC, NCIGT)&lt;br /&gt;
#Steve Pieper, Isomics Inc&lt;br /&gt;
#Jim Miller, GE Research&lt;br /&gt;
#Xiaodong Tao, GE Research&lt;br /&gt;
#Randy Gollub, MGH&lt;br /&gt;
#Nicole Aucoin, BWH (NA-MIC) (Attending Tuesday-Friday)&lt;br /&gt;
#Dan Marcus, WUSTL&lt;br /&gt;
#Junichi Tokuda, BWH (NCIGT)&lt;br /&gt;
#Alex Gouaillard, Harvard Systems Biology&lt;br /&gt;
#Arnaud Gelas, Harvard Systems Biology &lt;br /&gt;
#Kishore Mosanliganti, Harvard Systems Biology&lt;br /&gt;
#Lydie Souhait, Harvard Systems Biology&lt;br /&gt;
#Luis Ibanez, Kitware Inc (Attending: Monday/Tuesday/Wednesday)&lt;br /&gt;
#Vincent Magnotta, UIowa&lt;br /&gt;
#Hans Johnson, UIowa&lt;br /&gt;
#Xenios Papademetris, Yale&lt;br /&gt;
#Gregory S. Fischer, WPI (Mon, Tue, Wed)&lt;br /&gt;
#Daniel Blezek, Mayo (Tue-Fri)&lt;br /&gt;
#Danielle Pace, Robarts Research Institute / UWO&lt;br /&gt;
#Clement Vachet, UNC-Chapel Hill&lt;br /&gt;
#Dave Welch, UIowa&lt;br /&gt;
#Demian Wassermann, Odyssée lab, INRIA, France&lt;br /&gt;
#Manasi Ramachandran, UIowa&lt;br /&gt;
#Greg Sharp, MGH&lt;br /&gt;
#Rui Li, MGH&lt;br /&gt;
#Mehdi Esteghamatian, Robarts Research Institute / UWO&lt;br /&gt;
#Misha Milchenko, WUSTL&lt;br /&gt;
#Kevin Archie, WUSTL&lt;br /&gt;
#Tim Olsen, WUSTL&lt;br /&gt;
#Wendy Plesniak BWH (NAC)&lt;br /&gt;
#Haiying Liu BWH (NCIGT)&lt;br /&gt;
#Curtis Lisle, KnowledgeVis / Isomics&lt;br /&gt;
#Diego Cantor, Robarts Research Institute / UWO&lt;br /&gt;
#Daniel Haehn, BWH&lt;br /&gt;
#Nicolas Rannou, BWH&lt;br /&gt;
#Sylvain Jaume, MIT&lt;br /&gt;
#Alex Yarmarkovich, Isomics&lt;br /&gt;
#Marco Ruiz, UCSD&lt;br /&gt;
#Andriy Fedorov, BWH (NA-MIC)&lt;br /&gt;
#Harish Doddi, Stanford University&lt;br /&gt;
#Saikat Pal, Stanford University&lt;br /&gt;
#Scott Hoge, BWH (NCIGT)&lt;br /&gt;
#Vandana Mohan, Georgia Tech&lt;br /&gt;
#Ivan Kolosev, Georgia Tech&lt;br /&gt;
#Behnood Gholami, Georgia Tech&lt;br /&gt;
#James Balter, U Michigan&lt;br /&gt;
#Dan McShan, U Michigan&lt;br /&gt;
#Zhou Shen, U Michigan&lt;br /&gt;
#Maria Francesca Spadea, Italy&lt;br /&gt;
#Lining Yang, Siemens Corporate Research&lt;br /&gt;
#Beatriz Paniagua, UNC-Chapel Hill&lt;br /&gt;
#Bennett Landman, Johns Hopkins University &lt;br /&gt;
#Snehashis Roy, Johns Hopkins University&lt;br /&gt;
#Marta Peroni, Politecnico di Milano&lt;br /&gt;
#Sebastien Barre, Kitware, Inc.&lt;br /&gt;
#Samuel Gerber, SCI University of Utah&lt;br /&gt;
#Ran Tao, SCI University of Utah&lt;br /&gt;
#Marcel Prastawa, SCI University of Utah&lt;br /&gt;
#Katie Hayes, BWH (NA-MIC)&lt;br /&gt;
#Sonia Pujol, BWH (NA-MIC)&lt;br /&gt;
#Andras Lasso, Queen's University&lt;br /&gt;
#Yong Gao, MGH&lt;br /&gt;
#Minjeong Kim, UNC-Chapel Hill&lt;br /&gt;
#Guorong Wu, UNC-Chapel Hill&lt;br /&gt;
#Jeffrey Yager, UIowa&lt;br /&gt;
#Yanling Liu, SAIC/NCI-Frederick&lt;br /&gt;
#Ziv Yaniv, Georgetown&lt;br /&gt;
#Bjoern Menze, MIT&lt;br /&gt;
#Vidya Rajagopalan, Virginia Tech&lt;br /&gt;
#Sandy Wells, BWH (NAC, NCIGT)&lt;br /&gt;
#Lilla Zollei, MGH (NAC)&lt;br /&gt;
#Lauren O'Donnell, BWH&lt;br /&gt;
#Florin Talos, BWH (NAC)&lt;br /&gt;
#Nobuhiko Hata, BWH (NCIGT)&lt;br /&gt;
#Alark Joshi, Yale&lt;br /&gt;
#Yogesh Rathi, BWH&lt;br /&gt;
#Jimi Malcolm, BWH&lt;br /&gt;
#Dustin Scheinost, Yale&lt;br /&gt;
#Dominique Belhachemi, Yale&lt;br /&gt;
#Sam Song, JHU&lt;br /&gt;
#Nathan Cho, JHU&lt;br /&gt;
#Julien de Siebenthal, BWH&lt;br /&gt;
#Peter Savadjiev, BWH&lt;br /&gt;
#Carl-Fredrik Westin, BWH&lt;br /&gt;
#John Melonakos, AccelerEyes (Wed &amp;amp; Thu morning)&lt;br /&gt;
#Yi Gao, Georgia Tech&lt;br /&gt;
#Sylvain Bouix, BWH&lt;br /&gt;
#Zhexing Liu, UNC-CH&lt;br /&gt;
#Eric Melonakos, BWH&lt;br /&gt;
#Lei Qin, BWH&lt;br /&gt;
#Giovanna Danagoulian, BWH&lt;br /&gt;
#Andrew Rausch, BWH (1st day only)&lt;br /&gt;
#Haytham Elhawary, BWH&lt;br /&gt;
#Jayender Jagadeesan, BWH&lt;br /&gt;
#Marek Kubicki, BWH&lt;br /&gt;
#Doug Terry, BWH&lt;br /&gt;
#Nathan Hageman, LONI (UCLA)&lt;br /&gt;
#Dana Peters, Beth Israel Deaconess&lt;br /&gt;
#Sun Woo Lee, BWH&lt;br /&gt;
#  Melanie Grebe, Siemens Corporate Research&lt;br /&gt;
# Megumi Nakao, BWH/NAIST&lt;br /&gt;
# Moti Freiman, The Hebrew Univ. of Jerusalem&lt;br /&gt;
#Jack Blevins, Acoustic Med Systems&lt;br /&gt;
#Michael Halle, BWH&lt;br /&gt;
#Amanda Peters, Harvard SEAS&lt;br /&gt;
#Joe Stam, NVIDIA (Wednesday, Thursday)&lt;br /&gt;
#Petter Risholm, BWH (NCIGT)&lt;br /&gt;
#Kimberly Powell, NVIDIA (Wednesday)&lt;br /&gt;
#Padma Akella, BWH (NCIGT)&lt;br /&gt;
#Clif Burdette, Acousticmed (Mon, Tue, Wed)&lt;br /&gt;
&lt;br /&gt;
== Logistics ==&lt;br /&gt;
*'''Dates:''' June 22-26, 2009&lt;br /&gt;
*'''Location:''' MIT. [[Meeting_Locations:MIT_Grier_A_%26B|Grier Rooms A &amp;amp; B: 34-401A &amp;amp; 34-401B]].&lt;br /&gt;
*'''Registration Fee:''' $260 (covers the cost of breakfast, lunch and coffee breaks for the week). Due by Friday, June 12th, 2009. Please make checks out to &amp;quot;Massachusetts Institute of Technology&amp;quot; and mail to: Donna Kaufman, MIT, 77 Massachusetts Ave., 38-409a, Cambridge, MA 02139.  Receipts will be provided by email as checks are received.  Please send questions to dkauf at mit.edu. '''If this is your first event and you are attending for only one day, the registration fee is waived.'''  Please let us know, so that we can cover the costs with one of our grants.&lt;br /&gt;
*'''Registration Method''' Add your name to the Attendee List section of this page&lt;br /&gt;
*'''Hotel:''' We have a group rate of $189/night (plus tax) at the Le Meridien (which used to be the Hotel at MIT). [http://www.starwoodmeeting.com/Book/MITDECSE  Please click here to reserve.] This rate is good only through June 1.&lt;br /&gt;
*Here is some information about several other Boston area hotels that are convenient to NA-MIC events: [[Boston_Hotels|Boston_Hotels]]. Summer is tourist season in Boston, so please book your rooms early.&lt;br /&gt;
*2009 Summer Project Week [[NA-MIC/Projects/Theme/Template|'''Template''']]&lt;br /&gt;
*[[2008_Summer_Project_Week#Projects|Last Year's Projects as a reference]]&lt;br /&gt;
*For hosting projects, we are planning to make use of the NITRC resources.  See [[NA-MIC_and_NITRC | Information about NITRC Collaboration]]&lt;/div&gt;</summary>
		<author><name>Jvs</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2009_Summer_Project_Week&amp;diff=38508</id>
		<title>2009 Summer Project Week</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2009_Summer_Project_Week&amp;diff=38508"/>
		<updated>2009-06-09T22:15:13Z</updated>

		<summary type="html">&lt;p&gt;Jvs: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Back to [[Project Events]], [[Events]]&lt;br /&gt;
&lt;br /&gt;
[[Image:PW2009-v3.png|300px]]&lt;br /&gt;
&lt;br /&gt;
*'''Dates:''' June 22-26, 2009&lt;br /&gt;
*'''Location:''' MIT. [[Meeting_Locations:MIT_Grier_A_%26B|Grier Rooms A &amp;amp; B: 34-401A &amp;amp; 34-401B]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Introduction to the FIRST JOINT PROJECT WEEK==&lt;br /&gt;
&lt;br /&gt;
We are pleased to announce the FIRST JOINT PROJECT WEEK of hands-on research and development activity for Image-Guided Therapy and Neuroscience applications.  Participants will engage in open source programming using the [[NA-MIC-Kit|NA-MIC Kit]], algorithm design, medical imaging sequence development, tracking experiments, and clinical application. The main goal of this event is to move forward the translational research deliverables of the sponsoring centers and their collaborators. Active and potential collaborators are encouraged and welcome to attend this event. This event will be set up to maximize informal interaction between participants.  &lt;br /&gt;
&lt;br /&gt;
Active preparation will begin on''' Thursday, April 16th at 3pm ET''', with a kick-off teleconference.  Invitations to this call will be sent to members of the sponsoring communities, their collaborators, past attendees of the event, as well as any parties who have expressed an interest in working with these centers. The main goal of the kick-off call is to get an idea of which groups/projects will be active at the upcoming event, and to ensure that there is sufficient coverage for all. Subsequent teleconferences will allow for more focused discussions on individual projects and allow the hosts to finalize the project teams, consolidate any common components, and identify topics that should be discussed in breakout sessions. In the final days leading upto the meeting, all project teams will be asked to fill in a template page on this wiki that describes the objectives and plan of their projects.  &lt;br /&gt;
&lt;br /&gt;
The event itself will start off with a short presentation by each project team, driven using their previously created description, and will help all participants get acquainted with others who are doing similar work. In the rest of the week, about half the time will be spent in breakout discussions on topics of common interest of subsets of the attendees, and the other half will be spent in project teams, doing hands-on project work.  The hands-on activities will be done in 30-50 small teams of size 2-4, each with a mix of multi-disciplinary expertise.  To facilitate this work, a large room at MIT will be setup with several tables, with internet and power access, and each computer software development based team will gather on a table with their individual laptops, connect to the internet to download their software and data, and be able to work on their projects.  Teams working on projects that require the use of medical devices will proceed to Brigham and Women's Hospital and carry out their experiments there. On the last day of the event, a closing presentation session will be held in which each project team will present a summary of what they accomplished during the week.&lt;br /&gt;
&lt;br /&gt;
This event is part of the translational research efforts of [http://www.na-mic.org NA-MIC], [http://www.ncigt.org NCIGT], [http://nac.spl.harvard.edu/ NAC], [http://catalyst.harvard.edu/home.html Harvard Catalyst], and [http://www.cimit.org CIMIT].  It is an expansion of the NA-MIC Summer Project Week that has been held annually since 2005. It will be held every summer at MIT and Brigham and Womens Hospital in Boston, typically during the last full week of June, and in Salt Lake City in the winter, typically during the second week of January.  &lt;br /&gt;
&lt;br /&gt;
A summary of all past NA-MIC Project Events that this FIRST JOINT EVENT is based on is available [[Project_Events#Past|here]].&lt;br /&gt;
&lt;br /&gt;
== Agenda==&lt;br /&gt;
* Monday &lt;br /&gt;
** noon-1pm lunch &lt;br /&gt;
**1pm: Welcome (Ron Kikinis)&lt;br /&gt;
** 1:05-3:30pm Introduce [[#Projects|Projects]] using templated wiki pages (all Project Leads) ([http://wiki.na-mic.org/Wiki/index.php/Project_Week/Template Wiki Template]) &lt;br /&gt;
** 3:30-5:30pm Start project work&lt;br /&gt;
* Tuesday &lt;br /&gt;
** 8:30am breakfast&lt;br /&gt;
**9:30-10am: NA-MIC Kit Overview (Jim Miller)&lt;br /&gt;
** 10-10:30am Slicer 3.4 Update (Steve Pieper)&lt;br /&gt;
** 10:30-11am Slicer IGT and Imaging Kit Update Update (Noby Hata, Scott Hoge)&lt;br /&gt;
** 11am-12:00pm Breakout Session: [[2009 Project Week Breakout Session: Slicer-Python]] (Demian W)&lt;br /&gt;
** noon lunch&lt;br /&gt;
** 2:30pm-5pm: [[2009 Project Week Data Clinic|Data Clinic]] (Ron Kikinis)&lt;br /&gt;
** 5:30pm adjourn for day&lt;br /&gt;
* Wednesday &lt;br /&gt;
** 8:30am breakfast&lt;br /&gt;
** 9am-12pm Breakout Session: [[2009 Project Week Breakout Session: ITK]] (Luis Ibanez)&lt;br /&gt;
** noon lunch&lt;br /&gt;
** 2:30pm: Breakout Session: [[2009 Project Week Breakout Session: 3D+T Microscopy Cell Dataset Segmentation]] (Alex G.)&lt;br /&gt;
** 5:30pm adjourn for day&lt;br /&gt;
* Thursday&lt;br /&gt;
** 8:30am breakfast&lt;br /&gt;
** 9-11am [[Events:TutorialContestJune2009|Tutorial Contest Presentations]]&lt;br /&gt;
** noon lunch&lt;br /&gt;
** 2:30pm: Breakout Session: [[2009 Project Week Breakout Session: XNAT for Programmers]] (Dan M.)&lt;br /&gt;
** 5:30pm adjourn for day&lt;br /&gt;
* Friday &lt;br /&gt;
** 8:30am breakfast&lt;br /&gt;
** 10am-noon: [[Events:TutorialContestJune2009|Tutorial Contest Winner Announcement]] and [[#Projects|Project Progress Updates]]&lt;br /&gt;
*** Noon: Lunch boxes and adjourn by 1:30pm.&lt;br /&gt;
***We need to empty room by 1:30.  You are welcome to use wireless in Stata.&lt;br /&gt;
***Please sign up for the developer [http://www.slicer.org/pages/Mailinglist mailing lists]&lt;br /&gt;
***Next Project Week [[AHM_2010|in Utah, January 4-8, 2010]]&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
&lt;br /&gt;
The list of projects for this week will go here.&lt;br /&gt;
=== Collaboration Projects ===&lt;br /&gt;
#[[2009_Summer_Project_Week_Project_Segmentation_of_Muscoskeletal_Images]] (Saikat Pal)&lt;br /&gt;
#[[2009_Summer_Project_Week_4D_Imaging| 4D Imaging (Perfusion, Cardiac, etc.) ]] (Junichi Tokuda)&lt;br /&gt;
#[[2009_Summer_Project_Week_Liver_Ablation_Slicer|Liver Ablation in Slicer]] (Haiying Liu)&lt;br /&gt;
#[[2009_Summer_Project_Week_Slicer3_Brainlab_Introduction|SLicer3, BioImage Suite and Brainlab - Introduction to UCLA]] (Haiying Liu)&lt;br /&gt;
#[[2009_Summer_Project_Week_Slicer3_Adaptive_Radiotherapy|Adaptive Radiotherapy - Deformable registration and DICOMRT]] (Greg Sharp)&lt;br /&gt;
#[[2009_Summer_Project_Week_Multimodal_SPL_Brain_Atlas|Segmentation of thalamic nuclei from DTI]] (Ion-Florin Talos)&lt;br /&gt;
#[[2009_Summer_Project_Week_Slicer3_Fibre_Dispersion|Slicer module for the computation of fibre dispersion and curving measures]] (Peter Savadjiev, C-F Westin)&lt;br /&gt;
#[[2009_Summer_Project_Week_Slicer3_XNAT_UI | XNAT user interface improvements for NA-MIC]] (Dan M, Florin, Ron, Wendy, Tim, Misha)&lt;br /&gt;
#[[2009_Summer_Project_Week_Hageman_FMTractography | Fluid mechanics tractography and visualization]] (Nathan Hageman UCLA)&lt;br /&gt;
#[[2009_Summer_Project_Week_Hageman_DTIDigitalPhantom | DTI digital phantom generator to create validation data sets - webservice/cmdlin module/binaries are downloadable from UCLA ]] (Nathan Hageman UCLA)&lt;br /&gt;
#[[2009_Summer_Project_Week_Slicer3_Cortical_Thickness_Pipeline|Cortical Thickness Pipeline (Clement Vachet)]]&lt;br /&gt;
#[[2009_Summer_Project_Week_Slicer3_Brainlab_Demo|Demo Brainlab-BioImage Suite-Slicer in BWH OR (Haiying, Isaiah, Nathan Hageman, Haytham)]]&lt;br /&gt;
#[[2009_Summer_Project_Week_Skull_Stripping | Skull Stripping]] (Xiaodong, Snehashis Roy, Nicole Aucoin)&lt;br /&gt;
#[[2009_Summer_Project_Week_HAMMER_Registration | HAMMER Registration]] (Guorong Wu, Xiaodong Tao, Jim Miller)&lt;br /&gt;
#[[2009_Summer_Project_Week_WML_SEgmentation |White Matter Lesion segmentation]] (Minjeong Kim, Xiaodong Tao, Jim Miller)&lt;br /&gt;
#[[2009_Summer_Project_Week-FastMarching_for_brain_tumor_segmentation |FastMarching for brain tumor segmentation]] (Fedorov, GeorgiaTech)&lt;br /&gt;
#[[2009_Summer_Project_Week_Meningioma_growth_simulation|Meningioma growth simulation]] (Fedorov, Marcel, Ron)&lt;br /&gt;
#[[2009_Summer_Project_Week_Automatic_Brain_MRI_Pipeline|Automatic brain MRI processing pipeline]] (Marcel, Hans)&lt;br /&gt;
#[[2009_Summer_Project_Week_XNAT_i2b2|XNAT integration into Harvard Catalyst i2b2 framework]] (Yong, Dan Marcus)&lt;br /&gt;
#[[2009_Summer_Project_Week_Spherical_Mesh_Diffeomorphic_Demons_Registration |Spherical Mesh Diffeomorphic Demons Registration]] (Luis Ibanez,Thomas Yeo, Polina Goland),  - (Mon, Tue, Wed)&lt;br /&gt;
#[[2009_Summer_Project_Week_MRSI-Module|MRSI Module]] (Bjoern Menze, Jeff Yager, Vince Magnotta)&lt;br /&gt;
#[[Measuring Alcohol Stress Interaction]] (Vidya Rajgopalan, Andrey Fedorov)&lt;br /&gt;
#[[2009_Summer_Project_Week_DWI_/_DTI_QC_and_Prepare_Tool:_DTIPrep | DWI/DTI QC and Preparation Tool: DTIPrep]] (Zhexing Liu)&lt;br /&gt;
#[[2009_Summer_Project_Week_XNATFS | XNAT File System with FUSE]] (Dan Marcus, Dan Blezek, Tim Olsen)&lt;br /&gt;
&lt;br /&gt;
===IGT Projects:===&lt;br /&gt;
#[[2009_Summer_Project_Week_Prostate_Robotics |Prostate Robotics]] (Junichi, Sam, Nathan Cho, Jack),  - Mon, Tue, Thursday 7pm-midnight)&lt;br /&gt;
#[[2009_Summer_Project_Week_4D_Gated_US_In_Slicer |Gated 4D ultrasound reconstruction for Slicer3]] (Danielle Pace)&lt;br /&gt;
# [[Integration of stereo video into Slicer3]] (Mehdi Esteghamatian)&lt;br /&gt;
#[[2009_Summer_Project_Week_Statistical_Toolbox |multi-modality statistical toolbox for MR T1, T2, fMRI, DTI data]] (Diego Cantor, Sylvain Jaume, Nicholas, Noby)&lt;br /&gt;
&lt;br /&gt;
===NA-MIC Engineering Projects===&lt;br /&gt;
# [[Summer2009:Using_ITK_in_python| Using ITK in python]] (Steve, Demian, Jim)&lt;br /&gt;
# [[Summer2009:Implementing_parallelism_in_python| Taking advantage of multicore machines &amp;amp; clusters with python]] (Julien de Siebenthal, Sylvain Bouix)&lt;br /&gt;
# [[Summer2009:Using_client_server_paradigm_with_python_and_slicer| Deferring heavy computational tasks with Slicer python]] (Julien de Siebenthal, Sylvain Bouix)&lt;br /&gt;
# [[Summer2009:Using_cython| Accelerating python with cython: application to stochastic tractography]] (Julien de Siebenthal, Sylvain Bouix)&lt;br /&gt;
# [[2009_Summer_Project_Week_VTK_3D_Widgets_In_Slicer3|VTK 3d Widgets in Slicer3]] (Nicole, Karthik, Sebastien, Wendy)&lt;br /&gt;
# [[2009_Summer_Project_Week_Colors_Module |Updates to Slicer3 Colors module]] (Nicole)&lt;br /&gt;
# [[EMSegment|EM Segment]] (Sylvain Jaume, Nicolas Rannou)&lt;br /&gt;
# [[Plug-In 3D Viewer based on XIP|Plug-in 3D Viewer based on XIP]] (Lining Yang, Melanie Grebe)&lt;br /&gt;
# [[MeshingSummer2009 | IAFE Mesh Modules - improvements and testing]] (Curt, Steve, Vince)&lt;br /&gt;
# [[Slicer3 Informatics Workflow Design &amp;amp; XNAT updates | Slicer3 Informatics Workflow Design &amp;amp; XNAT updates for Slicer]] (Wen, Steve, Dan M, Dan B)&lt;br /&gt;
# [[BSpline Registration in Slicer3 | BSpline Registration in Slicer3]] (Samuel Gerber,Jim Miller, Ross Whitaker)&lt;br /&gt;
# [[EPI Correction in Slicer3 | EPI Correction in Slicer3]] (Ran Tao, Jim Miller, Sylvain Bouix, Tom Fletcher, Ross Whitaker, Julien de Siebenthal)&lt;br /&gt;
# [[Summer2009:Registration reproducibility in Slicer|Registration reproducibility in Slicer3]] (Andriy, Luis, Bill, Jim, Steve)&lt;br /&gt;
# [[Summer2009:The Vascular Modeling Toolkit in 3D Slicer | The Vascular Modeling Toolkit in 3D Slicer]] (Daniel Haehn)&lt;br /&gt;
# [[Summer2009:Extension of the Command Line XML Syntax/Interface | Extension of the Command Line XML Syntax/Interface]] (Bennett Landman)&lt;br /&gt;
&lt;br /&gt;
===CUDA Projects===&lt;br /&gt;
#[[2009_Summer_Project_Week_Registration_for_RT|2d/3d Registration (and GPGPU acceleration) for Radiation Therapy]] (Sandy Wells, James Balter, and others)&lt;br /&gt;
#[[2009_Summer_Project_Week_Statistical_Toolbox |multi-modality statistical toolbox for MR T1, T2, fMRI, DTI data]] (Diego Cantor, Sylvain Jaume, Nicholas, Noby)&lt;br /&gt;
#[[2009_Summer_Project_Week_Dose_Calculation |accelerate calculation for LDR seeds]] (Jack Blevins)&lt;br /&gt;
#[[2009_Summer_Project_Week_Cone_Beam_backprojection]](Zhou Shen, Greg Sharp, James Balter)&lt;br /&gt;
#[[2009_Summer_project_week_3d_Deformable_alignment]](Dan McShan, Greg Sharp, ??)&lt;br /&gt;
#[[Summer2009:Using_CUDA_for_stochastic_tractography|Developing realtime feedback using CUDA]] (Julien de Siebenthal, Sylvain Bouix)&lt;br /&gt;
&lt;br /&gt;
== Preparation ==&lt;br /&gt;
&lt;br /&gt;
# Please make sure that you are on the http://public.kitware.com/cgi-bin/mailman/listinfo/na-mic-project-week mailing list&lt;br /&gt;
# Join the kickoff TCON on April 16, 3pm ET.&lt;br /&gt;
# [[Engineering:TCON_2009|June 18 TCON]] at 3pm ET to tie loose ends.  Anyone with un-addressed questions should call.&lt;br /&gt;
# By 3pm ET on June 11, 2009: [[Project_Week/Template|Complete a templated wiki page for your project]]. Please do not edit the template page itself, but create a new page for your project and cut-and-paste the text from this template page.  If you have questions, please send an email to tkapur at bwh.harvard.edu.&lt;br /&gt;
# By 3pm on June 18, 2009: Create a directory for each project on the [[Engineering:SandBox|NAMIC Sandbox]] (Zack)&lt;br /&gt;
## Commit on each sandbox directory the code examples/snippets that represent our first guesses of appropriate methods. (Luis and Steve will help with this, as needed)&lt;br /&gt;
## Gather test images in any of the Data sharing resources we have (e.g. the BIRN). These ones don't have to be many. At least three different cases, so we can get an idea of the modality-specific characteristics of these images. Put the IDs of these data sets on the wiki page. (the participants must do this.)&lt;br /&gt;
## Setup nightly tests on a separate Dashboard, where we will run the methods that we are experimenting with. The test should post result images and computation time. (Zack)&lt;br /&gt;
# Please note that by the time we get to the project event, we should be trying to close off a project milestone rather than starting to work on one...&lt;br /&gt;
# People doing Slicer related projects should come to project week with slicer built on your laptop.&lt;br /&gt;
## Projects to develop extension modules should work with the [http://viewvc.slicer.org/viewcvs.cgi/branches/Slicer-3-4/#dirlist Slicer-3-4 branch] (new code should not be checked into the branch).&lt;br /&gt;
## Projects to modify core behavior of slicer should be done on the [http://viewvc.slicer.org/viewcvs.cgi/trunk/ trunk].&lt;br /&gt;
&lt;br /&gt;
==Attendee List==&lt;br /&gt;
If you plan to attend, please add your name here.&lt;br /&gt;
&lt;br /&gt;
#Ron Kikinis, BWH (NA-MIC, NAC, NCIGT)&lt;br /&gt;
#Clare Tempany, BWH (NCIGT)&lt;br /&gt;
#Tina Kapur, BWH (NA-MIC, NCIGT)&lt;br /&gt;
#Steve Pieper, Isomics Inc&lt;br /&gt;
#Jim Miller, GE Research&lt;br /&gt;
#Xiaodong Tao, GE Research&lt;br /&gt;
#Randy Gollub, MGH&lt;br /&gt;
#Nicole Aucoin, BWH (NA-MIC) (Attending Tuesday-Friday)&lt;br /&gt;
#Dan Marcus, WUSTL&lt;br /&gt;
#Junichi Tokuda, BWH (NCIGT)&lt;br /&gt;
#Alex Gouaillard, Harvard Systems Biology&lt;br /&gt;
#Arnaud Gelas, Harvard Systems Biology &lt;br /&gt;
#Kishore Mosanliganti, Harvard Systems Biology&lt;br /&gt;
#Lydie Souhait, Harvard Systems Biology&lt;br /&gt;
#Luis Ibanez, Kitware Inc (Attending: Monday/Tuesday/Wednesday)&lt;br /&gt;
#Vincent Magnotta, UIowa&lt;br /&gt;
#Hans Johnson, UIowa&lt;br /&gt;
#Xenios Papademetris, Yale&lt;br /&gt;
#Gregory S. Fischer, WPI (Mon, Tue, Wed)&lt;br /&gt;
#Daniel Blezek, Mayo (Tue-Fri)&lt;br /&gt;
#Danielle Pace, Robarts Research Institute / UWO&lt;br /&gt;
#Clement Vachet, UNC-Chapel Hill&lt;br /&gt;
#Dave Welch, UIowa&lt;br /&gt;
#Demian Wassermann, Odyssée lab, INRIA, France&lt;br /&gt;
#Manasi Ramachandran, UIowa&lt;br /&gt;
#Greg Sharp, MGH&lt;br /&gt;
#Rui Li, MGH&lt;br /&gt;
#Mehdi Esteghamatian, Robarts Research Institute / UWO&lt;br /&gt;
#Misha Milchenko, WUSTL&lt;br /&gt;
#Kevin Archie, WUSTL&lt;br /&gt;
#Tim Olsen, WUSTL&lt;br /&gt;
#Wendy Plesniak BWH (NAC)&lt;br /&gt;
#Haiying Liu BWH (NCIGT)&lt;br /&gt;
#Curtis Lisle, KnowledgeVis / Isomics&lt;br /&gt;
#Diego Cantor, Robarts Research Institute / UWO&lt;br /&gt;
#Daniel Haehn, BWH&lt;br /&gt;
#Nicolas Rannou, BWH&lt;br /&gt;
#Sylvain Jaume, MIT&lt;br /&gt;
#Alex Yarmarkovich, Isomics&lt;br /&gt;
#Marco Ruiz, UCSD&lt;br /&gt;
#Andriy Fedorov, BWH (NA-MIC)&lt;br /&gt;
#Harish Doddi, Stanford University&lt;br /&gt;
#Saikat Pal, Stanford University&lt;br /&gt;
#Scott Hoge, BWH (NCIGT)&lt;br /&gt;
#Vandana Mohan, Georgia Tech&lt;br /&gt;
#Ivan Kolosev, Georgia Tech&lt;br /&gt;
#Behnood Gholami, Georgia Tech&lt;br /&gt;
#James Balter, U Michigan&lt;br /&gt;
#Dan McShan, U Michigan&lt;br /&gt;
#Zhou Shen, U Michigan&lt;br /&gt;
#Maria Francesca Spadea, Italy&lt;br /&gt;
#Lining Yang, Siemens Corporate Research&lt;br /&gt;
#Beatriz Paniagua, UNC-Chapel Hill&lt;br /&gt;
#Bennett Landman, Johns Hopkins University &lt;br /&gt;
#Snehashis Roy, Johns Hopkins University&lt;br /&gt;
#Marta Peroni, Politecnico di Milano&lt;br /&gt;
#Sebastien Barre, Kitware, Inc.&lt;br /&gt;
#Samuel Gerber, SCI University of Utah&lt;br /&gt;
#Ran Tao, SCI University of Utah&lt;br /&gt;
#Marcel Prastawa, SCI University of Utah&lt;br /&gt;
#Katie Hayes, BWH (NA-MIC)&lt;br /&gt;
#Sonia Pujol, BWH (NA-MIC)&lt;br /&gt;
#Andras Lasso, Queen's University&lt;br /&gt;
#Yong Gao, MGH&lt;br /&gt;
#Minjeong Kim, UNC-Chapel Hill&lt;br /&gt;
#Guorong Wu, UNC-Chapel Hill&lt;br /&gt;
#Jeffrey Yager, UIowa&lt;br /&gt;
#Yanling Liu, SAIC/NCI-Frederick&lt;br /&gt;
#Ziv Yaniv, Georgetown&lt;br /&gt;
#Bjoern Menze, MIT&lt;br /&gt;
#Vidya Rajagopalan, Virginia Tech&lt;br /&gt;
#Sandy Wells, BWH (NAC, NCIGT)&lt;br /&gt;
#Lilla Zollei, MGH (NAC)&lt;br /&gt;
#Lauren O'Donnell, BWH&lt;br /&gt;
#Florin Talos, BWH (NAC)&lt;br /&gt;
#Nobuhiko Hata, BWH (NCIGT)&lt;br /&gt;
#Alark Joshi, Yale&lt;br /&gt;
#Yogesh Rathi, BWH&lt;br /&gt;
#Jimi Malcolm, BWH&lt;br /&gt;
#Dustin Scheinost, Yale&lt;br /&gt;
#Dominique Belhachemi, Yale&lt;br /&gt;
#Sam Song, JHU&lt;br /&gt;
#Nathan Cho, JHU&lt;br /&gt;
#Julien de Siebenthal, BWH&lt;br /&gt;
#Peter Savadjiev, BWH&lt;br /&gt;
#Carl-Fredrik Westin, BWH&lt;br /&gt;
#John Melonakos, AccelerEyes (Wed &amp;amp; Thu morning)&lt;br /&gt;
#Yi Gao, Georgia Tech&lt;br /&gt;
#Sylvain Bouix, BWH&lt;br /&gt;
#Zhexing Liu, UNC-CH&lt;br /&gt;
#Eric Melonakos, BWH&lt;br /&gt;
#Lei Qin, BWH&lt;br /&gt;
#Giovanna Danagoulian, BWH&lt;br /&gt;
#Andrew Rausch, BWH (1st day only)&lt;br /&gt;
#Haytham Elhawary, BWH&lt;br /&gt;
#Jayender Jagadeesan, BWH&lt;br /&gt;
#Marek Kubicki, BWH&lt;br /&gt;
#Doug Terry, BWH&lt;br /&gt;
#Nathan Hageman, LONI (UCLA)&lt;br /&gt;
#Dana Peters, Beth Israel Deaconess&lt;br /&gt;
#Sun Woo Lee, BWH&lt;br /&gt;
#  Melanie Grebe, Siemens Corporate Research&lt;br /&gt;
# Megumi Nakao, BWH/NAIST&lt;br /&gt;
# Moti Freiman, The Hebrew Univ. of Jerusalem&lt;br /&gt;
#Jack Blevins, Acoustic Med Systems&lt;br /&gt;
#Michael Halle, BWH&lt;br /&gt;
#Amanda Peters, Harvard SEAS&lt;br /&gt;
#Joe Stam, NVIDIA (Wednesday, Thursday)&lt;br /&gt;
#Petter Risholm, BWH (NCIGT)&lt;br /&gt;
#Kimberly Powell, NVIDIA (Wednesday)&lt;br /&gt;
#Padma Akella, BWH (NCIGT)&lt;br /&gt;
#Clif Burdette, Acousticmed (Mon, Tue, Wed)&lt;br /&gt;
&lt;br /&gt;
== Logistics ==&lt;br /&gt;
*'''Dates:''' June 22-26, 2009&lt;br /&gt;
*'''Location:''' MIT. [[Meeting_Locations:MIT_Grier_A_%26B|Grier Rooms A &amp;amp; B: 34-401A &amp;amp; 34-401B]].&lt;br /&gt;
*'''Registration Fee:''' $260 (covers the cost of breakfast, lunch and coffee breaks for the week). Due by Friday, June 12th, 2009. Please make checks out to &amp;quot;Massachusetts Institute of Technology&amp;quot; and mail to: Donna Kaufman, MIT, 77 Massachusetts Ave., 38-409a, Cambridge, MA 02139.  Receipts will be provided by email as checks are received.  Please send questions to dkauf at mit.edu. '''If this is your first event and you are attending for only one day, the registration fee is waived.'''  Please let us know, so that we can cover the costs with one of our grants.&lt;br /&gt;
*'''Registration Method''' Add your name to the Attendee List section of this page&lt;br /&gt;
*'''Hotel:''' We have a group rate of $189/night (plus tax) at the Le Meridien (which used to be the Hotel at MIT). [http://www.starwoodmeeting.com/Book/MITDECSE  Please click here to reserve.] This rate is good only through June 1.&lt;br /&gt;
*Here is some information about several other Boston area hotels that are convenient to NA-MIC events: [[Boston_Hotels|Boston_Hotels]]. Summer is tourist season in Boston, so please book your rooms early.&lt;br /&gt;
*2009 Summer Project Week [[NA-MIC/Projects/Theme/Template|'''Template''']]&lt;br /&gt;
*[[2008_Summer_Project_Week#Projects|Last Year's Projects as a reference]]&lt;br /&gt;
*For hosting projects, we are planning to make use of the NITRC resources.  See [[NA-MIC_and_NITRC | Information about NITRC Collaboration]]&lt;/div&gt;</summary>
		<author><name>Jvs</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2009_Summer_Project_Week&amp;diff=38506</id>
		<title>2009 Summer Project Week</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2009_Summer_Project_Week&amp;diff=38506"/>
		<updated>2009-06-09T22:14:14Z</updated>

		<summary type="html">&lt;p&gt;Jvs: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Back to [[Project Events]], [[Events]]&lt;br /&gt;
&lt;br /&gt;
[[Image:PW2009-v3.png|300px]]&lt;br /&gt;
&lt;br /&gt;
*'''Dates:''' June 22-26, 2009&lt;br /&gt;
*'''Location:''' MIT. [[Meeting_Locations:MIT_Grier_A_%26B|Grier Rooms A &amp;amp; B: 34-401A &amp;amp; 34-401B]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Introduction to the FIRST JOINT PROJECT WEEK==&lt;br /&gt;
&lt;br /&gt;
We are pleased to announce the FIRST JOINT PROJECT WEEK of hands-on research and development activity for Image-Guided Therapy and Neuroscience applications.  Participants will engage in open source programming using the [[NA-MIC-Kit|NA-MIC Kit]], algorithm design, medical imaging sequence development, tracking experiments, and clinical application. The main goal of this event is to move forward the translational research deliverables of the sponsoring centers and their collaborators. Active and potential collaborators are encouraged and welcome to attend this event. This event will be set up to maximize informal interaction between participants.  &lt;br /&gt;
&lt;br /&gt;
Active preparation will begin on''' Thursday, April 16th at 3pm ET''', with a kick-off teleconference.  Invitations to this call will be sent to members of the sponsoring communities, their collaborators, past attendees of the event, as well as any parties who have expressed an interest in working with these centers. The main goal of the kick-off call is to get an idea of which groups/projects will be active at the upcoming event, and to ensure that there is sufficient coverage for all. Subsequent teleconferences will allow for more focused discussions on individual projects and allow the hosts to finalize the project teams, consolidate any common components, and identify topics that should be discussed in breakout sessions. In the final days leading upto the meeting, all project teams will be asked to fill in a template page on this wiki that describes the objectives and plan of their projects.  &lt;br /&gt;
&lt;br /&gt;
The event itself will start off with a short presentation by each project team, driven using their previously created description, and will help all participants get acquainted with others who are doing similar work. In the rest of the week, about half the time will be spent in breakout discussions on topics of common interest of subsets of the attendees, and the other half will be spent in project teams, doing hands-on project work.  The hands-on activities will be done in 30-50 small teams of size 2-4, each with a mix of multi-disciplinary expertise.  To facilitate this work, a large room at MIT will be setup with several tables, with internet and power access, and each computer software development based team will gather on a table with their individual laptops, connect to the internet to download their software and data, and be able to work on their projects.  Teams working on projects that require the use of medical devices will proceed to Brigham and Women's Hospital and carry out their experiments there. On the last day of the event, a closing presentation session will be held in which each project team will present a summary of what they accomplished during the week.&lt;br /&gt;
&lt;br /&gt;
This event is part of the translational research efforts of [http://www.na-mic.org NA-MIC], [http://www.ncigt.org NCIGT], [http://nac.spl.harvard.edu/ NAC], [http://catalyst.harvard.edu/home.html Harvard Catalyst], and [http://www.cimit.org CIMIT].  It is an expansion of the NA-MIC Summer Project Week that has been held annually since 2005. It will be held every summer at MIT and Brigham and Womens Hospital in Boston, typically during the last full week of June, and in Salt Lake City in the winter, typically during the second week of January.  &lt;br /&gt;
&lt;br /&gt;
A summary of all past NA-MIC Project Events that this FIRST JOINT EVENT is based on is available [[Project_Events#Past|here]].&lt;br /&gt;
&lt;br /&gt;
== Agenda==&lt;br /&gt;
* Monday &lt;br /&gt;
** noon-1pm lunch &lt;br /&gt;
**1pm: Welcome (Ron Kikinis)&lt;br /&gt;
** 1:05-3:30pm Introduce [[#Projects|Projects]] using templated wiki pages (all Project Leads) ([http://wiki.na-mic.org/Wiki/index.php/Project_Week/Template Wiki Template]) &lt;br /&gt;
** 3:30-5:30pm Start project work&lt;br /&gt;
* Tuesday &lt;br /&gt;
** 8:30am breakfast&lt;br /&gt;
**9:30-10am: NA-MIC Kit Overview (Jim Miller)&lt;br /&gt;
** 10-10:30am Slicer 3.4 Update (Steve Pieper)&lt;br /&gt;
** 10:30-11am Slicer IGT and Imaging Kit Update Update (Noby Hata, Scott Hoge)&lt;br /&gt;
** 11am-12:00pm Breakout Session: [[2009 Project Week Breakout Session: Slicer-Python]] (Demian W)&lt;br /&gt;
** noon lunch&lt;br /&gt;
** 2:30pm-5pm: [[2009 Project Week Data Clinic|Data Clinic]] (Ron Kikinis)&lt;br /&gt;
** 5:30pm adjourn for day&lt;br /&gt;
* Wednesday &lt;br /&gt;
** 8:30am breakfast&lt;br /&gt;
** 9am-12pm Breakout Session: [[2009 Project Week Breakout Session: ITK]] (Luis Ibanez)&lt;br /&gt;
** noon lunch&lt;br /&gt;
** 2:30pm: Breakout Session: [[2009 Project Week Breakout Session: 3D+T Microscopy Cell Dataset Segmentation]] (Alex G.)&lt;br /&gt;
** 5:30pm adjourn for day&lt;br /&gt;
* Thursday&lt;br /&gt;
** 8:30am breakfast&lt;br /&gt;
** 9-11am [[Events:TutorialContestJune2009|Tutorial Contest Presentations]]&lt;br /&gt;
** noon lunch&lt;br /&gt;
** 2:30pm: Breakout Session: [[2009 Project Week Breakout Session: XNAT for Programmers]] (Dan M.)&lt;br /&gt;
** 5:30pm adjourn for day&lt;br /&gt;
* Friday &lt;br /&gt;
** 8:30am breakfast&lt;br /&gt;
** 10am-noon: [[Events:TutorialContestJune2009|Tutorial Contest Winner Announcement]] and [[#Projects|Project Progress Updates]]&lt;br /&gt;
*** Noon: Lunch boxes and adjourn by 1:30pm.&lt;br /&gt;
***We need to empty room by 1:30.  You are welcome to use wireless in Stata.&lt;br /&gt;
***Please sign up for the developer [http://www.slicer.org/pages/Mailinglist mailing lists]&lt;br /&gt;
***Next Project Week [[AHM_2010|in Utah, January 4-8, 2010]]&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
&lt;br /&gt;
The list of projects for this week will go here.&lt;br /&gt;
=== Collaboration Projects ===&lt;br /&gt;
#[[2009_Summer_Project_Week_Project_Segmentation_of_Muscoskeletal_Images]] (Saikat Pal)&lt;br /&gt;
#[[2009_Summer_Project_Week_4D_Imaging| 4D Imaging (Perfusion, Cardiac, etc.) ]] (Junichi Tokuda)&lt;br /&gt;
#[[2009_Summer_Project_Week_Liver_Ablation_Slicer|Liver Ablation in Slicer]] (Haiying Liu)&lt;br /&gt;
#[[2009_Summer_Project_Week_Slicer3_Brainlab_Introduction|SLicer3, BioImage Suite and Brainlab - Introduction to UCLA]] (Haiying Liu)&lt;br /&gt;
#[[2009_Summer_Project_Week_Slicer3_Adaptive_Radiotherapy|Adaptive Radiotherapy - Deformable registration and DICOMRT]] (Greg Sharp)&lt;br /&gt;
#[[2009_Summer_Project_Week_Multimodal_SPL_Brain_Atlas|Segmentation of thalamic nuclei from DTI]] (Ion-Florin Talos)&lt;br /&gt;
#[[2009_Summer_Project_Week_Slicer3_Fibre_Dispersion|Slicer module for the computation of fibre dispersion and curving measures]] (Peter Savadjiev, C-F Westin)&lt;br /&gt;
#[[2009_Summer_Project_Week_Slicer3_XNAT_UI | XNAT user interface improvements for NA-MIC]] (Dan M, Florin, Ron, Wendy, Tim, Misha)&lt;br /&gt;
#[[2009_Summer_Project_Week_Hageman_FMTractography | Fluid mechanics tractography and visualization]] (Nathan Hageman UCLA)&lt;br /&gt;
#[[2009_Summer_Project_Week_Hageman_DTIDigitalPhantom | DTI digital phantom generator to create validation data sets - webservice/cmdlin module/binaries are downloadable from UCLA ]] (Nathan Hageman UCLA)&lt;br /&gt;
#[[2009_Summer_Project_Week_Slicer3_Cortical_Thickness_Pipeline|Cortical Thickness Pipeline (Clement Vachet)]]&lt;br /&gt;
#[[2009_Summer_Project_Week_Slicer3_Brainlab_Demo|Demo Brainlab-BioImage Suite-Slicer in BWH OR (Haiying, Isaiah, Nathan Hageman, Haytham)]]&lt;br /&gt;
#[[2009_Summer_Project_Week_Skull_Stripping | Skull Stripping]] (Xiaodong, Snehashis Roy, Nicole Aucoin)&lt;br /&gt;
#[[2009_Summer_Project_Week_HAMMER_Registration | HAMMER Registration]] (Guorong Wu, Xiaodong Tao, Jim Miller)&lt;br /&gt;
#[[2009_Summer_Project_Week_WML_SEgmentation |White Matter Lesion segmentation]] (Minjeong Kim, Xiaodong Tao, Jim Miller)&lt;br /&gt;
#[[2009_Summer_Project_Week-FastMarching_for_brain_tumor_segmentation |FastMarching for brain tumor segmentation]] (Fedorov, GeorgiaTech)&lt;br /&gt;
#[[2009_Summer_Project_Week_Meningioma_growth_simulation|Meningioma growth simulation]] (Fedorov, Marcel, Ron)&lt;br /&gt;
#[[2009_Summer_Project_Week_Automatic_Brain_MRI_Pipeline|Automatic brain MRI processing pipeline]] (Marcel, Hans)&lt;br /&gt;
#[[2009_Summer_Project_Week_XNAT_i2b2|XNAT integration into Harvard Catalyst i2b2 framework]] (Yong, Dan Marcus)&lt;br /&gt;
#[[2009_Summer_Project_Week_Spherical_Mesh_Diffeomorphic_Demons_Registration |Spherical Mesh Diffeomorphic Demons Registration]] (Luis Ibanez,Thomas Yeo, Polina Goland),  - (Mon, Tue, Wed)&lt;br /&gt;
#[[2009_Summer_Project_Week_MRSI-Module|MRSI Module]] (Bjoern Menze, Jeff Yager, Vince Magnotta)&lt;br /&gt;
#[[Measuring Alcohol Stress Interaction]] (Vidya Rajgopalan, Andrey Fedorov)&lt;br /&gt;
#[[2009_Summer_Project_Week_DWI_/_DTI_QC_and_Prepare_Tool:_DTIPrep | DWI/DTI QC and Preparation Tool: DTIPrep]] (Zhexing Liu)&lt;br /&gt;
#[[2009_Summer_Project_Week_XNATFS | XNAT File System with FUSE]] (Dan Marcus, Dan Blezek, Tim Olsen)&lt;br /&gt;
&lt;br /&gt;
===IGT Projects:===&lt;br /&gt;
#[[2009_Summer_Project_Week_Prostate_Robotics |Prostate Robotics]] (Junichi, Sam, Nathan Cho, Jack),  - Mon, Tue, Thursday 7pm-midnight)&lt;br /&gt;
#[[2009_Summer_Project_Week_4D_Gated_US_In_Slicer |Gated 4D ultrasound reconstruction for Slicer3]] (Danielle Pace)&lt;br /&gt;
# [[Integration of stereo video into Slicer3]] (Mehdi Esteghamatian)&lt;br /&gt;
#[[2009_Summer_Project_Week_Statistical_Toolbox |multi-modality statistical toolbox for MR T1, T2, fMRI, DTI data]] (Diego Cantor, Sylvain Jaume, Nicholas, Noby)&lt;br /&gt;
&lt;br /&gt;
===NA-MIC Engineering Projects===&lt;br /&gt;
# [[Summer2009:Using_ITK_in_python| Using ITK in python]] (Steve, Demian, Jim)&lt;br /&gt;
# [[Summer2009:Implementing_parallelism_in_python| Taking advantage of multicore machines &amp;amp; clusters with python]] (Julien de Siebenthal, Sylvain Bouix)&lt;br /&gt;
# [[Summer2009:Using_client_server_paradigm_with_python_and_slicer| Deferring heavy computational tasks with Slicer python]] (Julien de Siebenthal, Sylvain Bouix)&lt;br /&gt;
# [[Summer2009:Using_cython| Accelerating python with cython: application to stochastic tractography code]] (Julien de Siebenthal, Sylvain Bouix)&lt;br /&gt;
# [[2009_Summer_Project_Week_VTK_3D_Widgets_In_Slicer3|VTK 3d Widgets in Slicer3]] (Nicole, Karthik, Sebastien, Wendy)&lt;br /&gt;
# [[2009_Summer_Project_Week_Colors_Module |Updates to Slicer3 Colors module]] (Nicole)&lt;br /&gt;
# [[EMSegment|EM Segment]] (Sylvain Jaume, Nicolas Rannou)&lt;br /&gt;
# [[Plug-In 3D Viewer based on XIP|Plug-in 3D Viewer based on XIP]] (Lining Yang, Melanie Grebe)&lt;br /&gt;
# [[MeshingSummer2009 | IAFE Mesh Modules - improvements and testing]] (Curt, Steve, Vince)&lt;br /&gt;
# [[Slicer3 Informatics Workflow Design &amp;amp; XNAT updates | Slicer3 Informatics Workflow Design &amp;amp; XNAT updates for Slicer]] (Wen, Steve, Dan M, Dan B)&lt;br /&gt;
# [[BSpline Registration in Slicer3 | BSpline Registration in Slicer3]] (Samuel Gerber,Jim Miller, Ross Whitaker)&lt;br /&gt;
# [[EPI Correction in Slicer3 | EPI Correction in Slicer3]] (Ran Tao, Jim Miller, Sylvain Bouix, Tom Fletcher, Ross Whitaker, Julien de Siebenthal)&lt;br /&gt;
# [[Summer2009:Registration reproducibility in Slicer|Registration reproducibility in Slicer3]] (Andriy, Luis, Bill, Jim, Steve)&lt;br /&gt;
# [[Summer2009:The Vascular Modeling Toolkit in 3D Slicer | The Vascular Modeling Toolkit in 3D Slicer]] (Daniel Haehn)&lt;br /&gt;
# [[Summer2009:Extension of the Command Line XML Syntax/Interface | Extension of the Command Line XML Syntax/Interface]] (Bennett Landman)&lt;br /&gt;
&lt;br /&gt;
===CUDA Projects===&lt;br /&gt;
#[[2009_Summer_Project_Week_Registration_for_RT|2d/3d Registration (and GPGPU acceleration) for Radiation Therapy]] (Sandy Wells, James Balter, and others)&lt;br /&gt;
#[[2009_Summer_Project_Week_Statistical_Toolbox |multi-modality statistical toolbox for MR T1, T2, fMRI, DTI data]] (Diego Cantor, Sylvain Jaume, Nicholas, Noby)&lt;br /&gt;
#[[2009_Summer_Project_Week_Dose_Calculation |accelerate calculation for LDR seeds]] (Jack Blevins)&lt;br /&gt;
#[[2009_Summer_Project_Week_Cone_Beam_backprojection]](Zhou Shen, Greg Sharp, James Balter)&lt;br /&gt;
#[[2009_Summer_project_week_3d_Deformable_alignment]](Dan McShan, Greg Sharp, ??)&lt;br /&gt;
#[[Summer2009:Using_CUDA_for_stochastic_tractography|Developing realtime feedback using CUDA]] (Julien de Siebenthal, Sylvain Bouix)&lt;br /&gt;
&lt;br /&gt;
== Preparation ==&lt;br /&gt;
&lt;br /&gt;
# Please make sure that you are on the http://public.kitware.com/cgi-bin/mailman/listinfo/na-mic-project-week mailing list&lt;br /&gt;
# Join the kickoff TCON on April 16, 3pm ET.&lt;br /&gt;
# [[Engineering:TCON_2009|June 18 TCON]] at 3pm ET to tie loose ends.  Anyone with un-addressed questions should call.&lt;br /&gt;
# By 3pm ET on June 11, 2009: [[Project_Week/Template|Complete a templated wiki page for your project]]. Please do not edit the template page itself, but create a new page for your project and cut-and-paste the text from this template page.  If you have questions, please send an email to tkapur at bwh.harvard.edu.&lt;br /&gt;
# By 3pm on June 18, 2009: Create a directory for each project on the [[Engineering:SandBox|NAMIC Sandbox]] (Zack)&lt;br /&gt;
## Commit on each sandbox directory the code examples/snippets that represent our first guesses of appropriate methods. (Luis and Steve will help with this, as needed)&lt;br /&gt;
## Gather test images in any of the Data sharing resources we have (e.g. the BIRN). These ones don't have to be many. At least three different cases, so we can get an idea of the modality-specific characteristics of these images. Put the IDs of these data sets on the wiki page. (the participants must do this.)&lt;br /&gt;
## Setup nightly tests on a separate Dashboard, where we will run the methods that we are experimenting with. The test should post result images and computation time. (Zack)&lt;br /&gt;
# Please note that by the time we get to the project event, we should be trying to close off a project milestone rather than starting to work on one...&lt;br /&gt;
# People doing Slicer related projects should come to project week with slicer built on your laptop.&lt;br /&gt;
## Projects to develop extension modules should work with the [http://viewvc.slicer.org/viewcvs.cgi/branches/Slicer-3-4/#dirlist Slicer-3-4 branch] (new code should not be checked into the branch).&lt;br /&gt;
## Projects to modify core behavior of slicer should be done on the [http://viewvc.slicer.org/viewcvs.cgi/trunk/ trunk].&lt;br /&gt;
&lt;br /&gt;
==Attendee List==&lt;br /&gt;
If you plan to attend, please add your name here.&lt;br /&gt;
&lt;br /&gt;
#Ron Kikinis, BWH (NA-MIC, NAC, NCIGT)&lt;br /&gt;
#Clare Tempany, BWH (NCIGT)&lt;br /&gt;
#Tina Kapur, BWH (NA-MIC, NCIGT)&lt;br /&gt;
#Steve Pieper, Isomics Inc&lt;br /&gt;
#Jim Miller, GE Research&lt;br /&gt;
#Xiaodong Tao, GE Research&lt;br /&gt;
#Randy Gollub, MGH&lt;br /&gt;
#Nicole Aucoin, BWH (NA-MIC) (Attending Tuesday-Friday)&lt;br /&gt;
#Dan Marcus, WUSTL&lt;br /&gt;
#Junichi Tokuda, BWH (NCIGT)&lt;br /&gt;
#Alex Gouaillard, Harvard Systems Biology&lt;br /&gt;
#Arnaud Gelas, Harvard Systems Biology &lt;br /&gt;
#Kishore Mosanliganti, Harvard Systems Biology&lt;br /&gt;
#Lydie Souhait, Harvard Systems Biology&lt;br /&gt;
#Luis Ibanez, Kitware Inc (Attending: Monday/Tuesday/Wednesday)&lt;br /&gt;
#Vincent Magnotta, UIowa&lt;br /&gt;
#Hans Johnson, UIowa&lt;br /&gt;
#Xenios Papademetris, Yale&lt;br /&gt;
#Gregory S. Fischer, WPI (Mon, Tue, Wed)&lt;br /&gt;
#Daniel Blezek, Mayo (Tue-Fri)&lt;br /&gt;
#Danielle Pace, Robarts Research Institute / UWO&lt;br /&gt;
#Clement Vachet, UNC-Chapel Hill&lt;br /&gt;
#Dave Welch, UIowa&lt;br /&gt;
#Demian Wassermann, Odyssée lab, INRIA, France&lt;br /&gt;
#Manasi Ramachandran, UIowa&lt;br /&gt;
#Greg Sharp, MGH&lt;br /&gt;
#Rui Li, MGH&lt;br /&gt;
#Mehdi Esteghamatian, Robarts Research Institute / UWO&lt;br /&gt;
#Misha Milchenko, WUSTL&lt;br /&gt;
#Kevin Archie, WUSTL&lt;br /&gt;
#Tim Olsen, WUSTL&lt;br /&gt;
#Wendy Plesniak BWH (NAC)&lt;br /&gt;
#Haiying Liu BWH (NCIGT)&lt;br /&gt;
#Curtis Lisle, KnowledgeVis / Isomics&lt;br /&gt;
#Diego Cantor, Robarts Research Institute / UWO&lt;br /&gt;
#Daniel Haehn, BWH&lt;br /&gt;
#Nicolas Rannou, BWH&lt;br /&gt;
#Sylvain Jaume, MIT&lt;br /&gt;
#Alex Yarmarkovich, Isomics&lt;br /&gt;
#Marco Ruiz, UCSD&lt;br /&gt;
#Andriy Fedorov, BWH (NA-MIC)&lt;br /&gt;
#Harish Doddi, Stanford University&lt;br /&gt;
#Saikat Pal, Stanford University&lt;br /&gt;
#Scott Hoge, BWH (NCIGT)&lt;br /&gt;
#Vandana Mohan, Georgia Tech&lt;br /&gt;
#Ivan Kolosev, Georgia Tech&lt;br /&gt;
#Behnood Gholami, Georgia Tech&lt;br /&gt;
#James Balter, U Michigan&lt;br /&gt;
#Dan McShan, U Michigan&lt;br /&gt;
#Zhou Shen, U Michigan&lt;br /&gt;
#Maria Francesca Spadea, Italy&lt;br /&gt;
#Lining Yang, Siemens Corporate Research&lt;br /&gt;
#Beatriz Paniagua, UNC-Chapel Hill&lt;br /&gt;
#Bennett Landman, Johns Hopkins University &lt;br /&gt;
#Snehashis Roy, Johns Hopkins University&lt;br /&gt;
#Marta Peroni, Politecnico di Milano&lt;br /&gt;
#Sebastien Barre, Kitware, Inc.&lt;br /&gt;
#Samuel Gerber, SCI University of Utah&lt;br /&gt;
#Ran Tao, SCI University of Utah&lt;br /&gt;
#Marcel Prastawa, SCI University of Utah&lt;br /&gt;
#Katie Hayes, BWH (NA-MIC)&lt;br /&gt;
#Sonia Pujol, BWH (NA-MIC)&lt;br /&gt;
#Andras Lasso, Queen's University&lt;br /&gt;
#Yong Gao, MGH&lt;br /&gt;
#Minjeong Kim, UNC-Chapel Hill&lt;br /&gt;
#Guorong Wu, UNC-Chapel Hill&lt;br /&gt;
#Jeffrey Yager, UIowa&lt;br /&gt;
#Yanling Liu, SAIC/NCI-Frederick&lt;br /&gt;
#Ziv Yaniv, Georgetown&lt;br /&gt;
#Bjoern Menze, MIT&lt;br /&gt;
#Vidya Rajagopalan, Virginia Tech&lt;br /&gt;
#Sandy Wells, BWH (NAC, NCIGT)&lt;br /&gt;
#Lilla Zollei, MGH (NAC)&lt;br /&gt;
#Lauren O'Donnell, BWH&lt;br /&gt;
#Florin Talos, BWH (NAC)&lt;br /&gt;
#Nobuhiko Hata, BWH (NCIGT)&lt;br /&gt;
#Alark Joshi, Yale&lt;br /&gt;
#Yogesh Rathi, BWH&lt;br /&gt;
#Jimi Malcolm, BWH&lt;br /&gt;
#Dustin Scheinost, Yale&lt;br /&gt;
#Dominique Belhachemi, Yale&lt;br /&gt;
#Sam Song, JHU&lt;br /&gt;
#Nathan Cho, JHU&lt;br /&gt;
#Julien de Siebenthal, BWH&lt;br /&gt;
#Peter Savadjiev, BWH&lt;br /&gt;
#Carl-Fredrik Westin, BWH&lt;br /&gt;
#John Melonakos, AccelerEyes (Wed &amp;amp; Thu morning)&lt;br /&gt;
#Yi Gao, Georgia Tech&lt;br /&gt;
#Sylvain Bouix, BWH&lt;br /&gt;
#Zhexing Liu, UNC-CH&lt;br /&gt;
#Eric Melonakos, BWH&lt;br /&gt;
#Lei Qin, BWH&lt;br /&gt;
#Giovanna Danagoulian, BWH&lt;br /&gt;
#Andrew Rausch, BWH (1st day only)&lt;br /&gt;
#Haytham Elhawary, BWH&lt;br /&gt;
#Jayender Jagadeesan, BWH&lt;br /&gt;
#Marek Kubicki, BWH&lt;br /&gt;
#Doug Terry, BWH&lt;br /&gt;
#Nathan Hageman, LONI (UCLA)&lt;br /&gt;
#Dana Peters, Beth Israel Deaconess&lt;br /&gt;
#Sun Woo Lee, BWH&lt;br /&gt;
#  Melanie Grebe, Siemens Corporate Research&lt;br /&gt;
# Megumi Nakao, BWH/NAIST&lt;br /&gt;
# Moti Freiman, The Hebrew Univ. of Jerusalem&lt;br /&gt;
#Jack Blevins, Acoustic Med Systems&lt;br /&gt;
#Michael Halle, BWH&lt;br /&gt;
#Amanda Peters, Harvard SEAS&lt;br /&gt;
#Joe Stam, NVIDIA (Wednesday, Thursday)&lt;br /&gt;
#Petter Risholm, BWH (NCIGT)&lt;br /&gt;
#Kimberly Powell, NVIDIA (Wednesday)&lt;br /&gt;
#Padma Akella, BWH (NCIGT)&lt;br /&gt;
#Clif Burdette, Acousticmed (Mon, Tue, Wed)&lt;br /&gt;
&lt;br /&gt;
== Logistics ==&lt;br /&gt;
*'''Dates:''' June 22-26, 2009&lt;br /&gt;
*'''Location:''' MIT. [[Meeting_Locations:MIT_Grier_A_%26B|Grier Rooms A &amp;amp; B: 34-401A &amp;amp; 34-401B]].&lt;br /&gt;
*'''Registration Fee:''' $260 (covers the cost of breakfast, lunch and coffee breaks for the week). Due by Friday, June 12th, 2009. Please make checks out to &amp;quot;Massachusetts Institute of Technology&amp;quot; and mail to: Donna Kaufman, MIT, 77 Massachusetts Ave., 38-409a, Cambridge, MA 02139.  Receipts will be provided by email as checks are received.  Please send questions to dkauf at mit.edu. '''If this is your first event and you are attending for only one day, the registration fee is waived.'''  Please let us know, so that we can cover the costs with one of our grants.&lt;br /&gt;
*'''Registration Method''' Add your name to the Attendee List section of this page&lt;br /&gt;
*'''Hotel:''' We have a group rate of $189/night (plus tax) at the Le Meridien (which used to be the Hotel at MIT). [http://www.starwoodmeeting.com/Book/MITDECSE  Please click here to reserve.] This rate is good only through June 1.&lt;br /&gt;
*Here is some information about several other Boston area hotels that are convenient to NA-MIC events: [[Boston_Hotels|Boston_Hotels]]. Summer is tourist season in Boston, so please book your rooms early.&lt;br /&gt;
*2009 Summer Project Week [[NA-MIC/Projects/Theme/Template|'''Template''']]&lt;br /&gt;
*[[2008_Summer_Project_Week#Projects|Last Year's Projects as a reference]]&lt;br /&gt;
*For hosting projects, we are planning to make use of the NITRC resources.  See [[NA-MIC_and_NITRC | Information about NITRC Collaboration]]&lt;/div&gt;</summary>
		<author><name>Jvs</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=Summer2009:Using_CUDA_for_stochastic_tractography&amp;diff=38492</id>
		<title>Summer2009:Using CUDA for stochastic tractography</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=Summer2009:Using_CUDA_for_stochastic_tractography&amp;diff=38492"/>
		<updated>2009-06-09T20:31:06Z</updated>

		<summary type="html">&lt;p&gt;Jvs: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW2009-v3.png|[[2009_Summer_Project_Week|Project Week Main Page]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* BWH: Julien de Siebenthal, Sylvain Bouix&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
Stochastic tractography does not provide interactive visualization so far due to its intensive computational needs. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
Idea would be to visualize online paths generated in a point of interest like a fiducial. This approach would be based on the online visualization of streamline tractography done by moving a fiducial interactively. &lt;br /&gt;
&lt;br /&gt;
During the summer week, we will continue our work to develop a concrete solution in investigating acceleration means based mainly on CUDA. &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 40%; float: left;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
To be achieved during the summer week...&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References==&lt;/div&gt;</summary>
		<author><name>Jvs</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=Summer2009:Using_cython&amp;diff=38491</id>
		<title>Summer2009:Using cython</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=Summer2009:Using_cython&amp;diff=38491"/>
		<updated>2009-06-09T20:30:28Z</updated>

		<summary type="html">&lt;p&gt;Jvs: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW2009-v3.png|[[2009_Summer_Project_Week|Project Week Main Page]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* BWH: Julien de Siebenthal, Sylvain Bouix&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
We are investigating ways of accelerating the stochastic tractography code developed in python and part of the current version of Slicer 3.4.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
Cython is used to develop a direct way of integrating native C code where python bytecode is too slow and hinders performance of the algorithm.&lt;br /&gt;
&lt;br /&gt;
During the summer week, we will discuss improvements on the current implementation and possibly other approaches that could complement ours. &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 40%; float: left;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
To be achieved during the summer week...&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References==&lt;/div&gt;</summary>
		<author><name>Jvs</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=Summer2009:Using_cython&amp;diff=38490</id>
		<title>Summer2009:Using cython</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=Summer2009:Using_cython&amp;diff=38490"/>
		<updated>2009-06-09T20:30:13Z</updated>

		<summary type="html">&lt;p&gt;Jvs: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW2009-v3.png|[[2009_Summer_Project_Week|Project Week Main Page]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* BWH: Julien de Siebenthal, Sylvain Bouix&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
We are investigating ways of accelerating the stochastic tractography code developed in python and part of the current version of Slicer 3.4.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
Cython is used to develop a direct way of integrating native C code where python bytecode is too slow and hinders performance of the algorithm.&lt;br /&gt;
&lt;br /&gt;
During the summer week, we will discuss improvements on the current implementation and possibly other approaches that could complement ours. &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 40%; float: left;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
To be achieved during the week...&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References==&lt;/div&gt;</summary>
		<author><name>Jvs</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=Summer2009:Using_cython&amp;diff=38489</id>
		<title>Summer2009:Using cython</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=Summer2009:Using_cython&amp;diff=38489"/>
		<updated>2009-06-09T20:28:55Z</updated>

		<summary type="html">&lt;p&gt;Jvs: Created page with '__NOTOC__ &amp;lt;gallery&amp;gt; Image:PW2009-v3.png|Project Week Main Page &amp;lt;/gallery&amp;gt;   ==Key Investigators== * BWH: Julien de Siebenthal, Sylvain Bouix  &amp;lt;div st...'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW2009-v3.png|[[2009_Summer_Project_Week|Project Week Main Page]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* BWH: Julien de Siebenthal, Sylvain Bouix&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
We are investigating ways of accelerating the stochastic tractography code developed in python and part of the current version of Slicer 3.4.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
Cython is used to develop a direct way of integrating native C code where python bytecode is too slow and hinders performance of the algorithm.&lt;br /&gt;
&lt;br /&gt;
During the summer week, we will discuss improvements on the current implementation and possibly other approaches that could complement ours. &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 40%; float: left;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References==&lt;/div&gt;</summary>
		<author><name>Jvs</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2009_Summer_Project_Week&amp;diff=38486</id>
		<title>2009 Summer Project Week</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2009_Summer_Project_Week&amp;diff=38486"/>
		<updated>2009-06-09T20:23:25Z</updated>

		<summary type="html">&lt;p&gt;Jvs: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Back to [[Project Events]], [[Events]]&lt;br /&gt;
&lt;br /&gt;
[[Image:PW2009-v3.png|300px]]&lt;br /&gt;
&lt;br /&gt;
*'''Dates:''' June 22-26, 2009&lt;br /&gt;
*'''Location:''' MIT. [[Meeting_Locations:MIT_Grier_A_%26B|Grier Rooms A &amp;amp; B: 34-401A &amp;amp; 34-401B]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Introduction to the FIRST JOINT PROJECT WEEK==&lt;br /&gt;
&lt;br /&gt;
We are pleased to announce the FIRST JOINT PROJECT WEEK of hands-on research and development activity for Image-Guided Therapy and Neuroscience applications.  Participants will engage in open source programming using the [[NA-MIC-Kit|NA-MIC Kit]], algorithm design, medical imaging sequence development, tracking experiments, and clinical application. The main goal of this event is to move forward the translational research deliverables of the sponsoring centers and their collaborators. Active and potential collaborators are encouraged and welcome to attend this event. This event will be set up to maximize informal interaction between participants.  &lt;br /&gt;
&lt;br /&gt;
Active preparation will begin on''' Thursday, April 16th at 3pm ET''', with a kick-off teleconference.  Invitations to this call will be sent to members of the sponsoring communities, their collaborators, past attendees of the event, as well as any parties who have expressed an interest in working with these centers. The main goal of the kick-off call is to get an idea of which groups/projects will be active at the upcoming event, and to ensure that there is sufficient coverage for all. Subsequent teleconferences will allow for more focused discussions on individual projects and allow the hosts to finalize the project teams, consolidate any common components, and identify topics that should be discussed in breakout sessions. In the final days leading upto the meeting, all project teams will be asked to fill in a template page on this wiki that describes the objectives and plan of their projects.  &lt;br /&gt;
&lt;br /&gt;
The event itself will start off with a short presentation by each project team, driven using their previously created description, and will help all participants get acquainted with others who are doing similar work. In the rest of the week, about half the time will be spent in breakout discussions on topics of common interest of subsets of the attendees, and the other half will be spent in project teams, doing hands-on project work.  The hands-on activities will be done in 30-50 small teams of size 2-4, each with a mix of multi-disciplinary expertise.  To facilitate this work, a large room at MIT will be setup with several tables, with internet and power access, and each computer software development based team will gather on a table with their individual laptops, connect to the internet to download their software and data, and be able to work on their projects.  Teams working on projects that require the use of medical devices will proceed to Brigham and Women's Hospital and carry out their experiments there. On the last day of the event, a closing presentation session will be held in which each project team will present a summary of what they accomplished during the week.&lt;br /&gt;
&lt;br /&gt;
This event is part of the translational research efforts of [http://www.na-mic.org NA-MIC], [http://www.ncigt.org NCIGT], [http://nac.spl.harvard.edu/ NAC], [http://catalyst.harvard.edu/home.html Harvard Catalyst], and [http://www.cimit.org CIMIT].  It is an expansion of the NA-MIC Summer Project Week that has been held annually since 2005. It will be held every summer at MIT and Brigham and Womens Hospital in Boston, typically during the last full week of June, and in Salt Lake City in the winter, typically during the second week of January.  &lt;br /&gt;
&lt;br /&gt;
A summary of all past NA-MIC Project Events that this FIRST JOINT EVENT is based on is available [[Project_Events#Past|here]].&lt;br /&gt;
&lt;br /&gt;
== Agenda==&lt;br /&gt;
* Monday &lt;br /&gt;
** noon-1pm lunch &lt;br /&gt;
**1pm: Welcome (Ron Kikinis)&lt;br /&gt;
** 1:05-3:30pm Introduce [[#Projects|Projects]] using templated wiki pages (all Project Leads) ([http://wiki.na-mic.org/Wiki/index.php/Project_Week/Template Wiki Template]) &lt;br /&gt;
** 3:30-5:30pm Start project work&lt;br /&gt;
* Tuesday &lt;br /&gt;
** 8:30am breakfast&lt;br /&gt;
**9:30-10am: NA-MIC Kit Overview (Jim Miller)&lt;br /&gt;
** 10-10:30am Slicer 3.4 Update (Steve Pieper)&lt;br /&gt;
** 10:30-11am Slicer IGT and Imaging Kit Update Update (Noby Hata, Scott Hoge)&lt;br /&gt;
** 11am-12:00pm Breakout Session: [[2009 Project Week Breakout Session: Slicer-Python]] (Demian W)&lt;br /&gt;
** noon lunch&lt;br /&gt;
** 2:30pm-5pm: [[2009 Project Week Data Clinic|Data Clinic]] (Ron Kikinis)&lt;br /&gt;
** 5:30pm adjourn for day&lt;br /&gt;
* Wednesday &lt;br /&gt;
** 8:30am breakfast&lt;br /&gt;
** 9am-12pm Breakout Session: [[2009 Project Week Breakout Session: ITK]] (Luis Ibanez)&lt;br /&gt;
** noon lunch&lt;br /&gt;
** 2:30pm: Breakout Session: [[2009 Project Week Breakout Session: 3D+T Microscopy Cell Dataset Segmentation]] (Alex G.)&lt;br /&gt;
** 5:30pm adjourn for day&lt;br /&gt;
* Thursday&lt;br /&gt;
** 8:30am breakfast&lt;br /&gt;
** 9-11am [[Events:TutorialContestJune2009|Tutorial Contest Presentations]]&lt;br /&gt;
** noon lunch&lt;br /&gt;
** 2:30pm: Breakout Session: [[2009 Project Week Breakout Session: XNAT for Programmers]] (Dan M.)&lt;br /&gt;
** 5:30pm adjourn for day&lt;br /&gt;
* Friday &lt;br /&gt;
** 8:30am breakfast&lt;br /&gt;
** 10am-noon: [[Events:TutorialContestJune2009|Tutorial Contest Winner Announcement]] and [[#Projects|Project Progress Updates]]&lt;br /&gt;
*** Noon: Lunch boxes and adjourn by 1:30pm.&lt;br /&gt;
***We need to empty room by 1:30.  You are welcome to use wireless in Stata.&lt;br /&gt;
***Please sign up for the developer [http://www.slicer.org/pages/Mailinglist mailing lists]&lt;br /&gt;
***Next Project Week [[AHM_2010|in Utah, January 4-8, 2010]]&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
&lt;br /&gt;
The list of projects for this week will go here.&lt;br /&gt;
=== Collaboration Projects ===&lt;br /&gt;
#[[2009_Summer_Project_Week_Project_Segmentation_of_Muscoskeletal_Images]] (Saikat Pal)&lt;br /&gt;
#[[2009_Summer_Project_Week_4D_Imaging| 4D Imaging (Perfusion, Cardiac, etc.) ]] (Junichi Tokuda)&lt;br /&gt;
#[[2009_Summer_Project_Week_Liver_Ablation_Slicer|Liver Ablation in Slicer]] (Haiying Liu)&lt;br /&gt;
#[[2009_Summer_Project_Week_Slicer3_Brainlab_Introduction|SLicer3, BioImage Suite and Brainlab - Introduction to UCLA]] (Haiying Liu)&lt;br /&gt;
#[[2009_Summer_Project_Week_Slicer3_Adaptive_Radiotherapy|Adaptive Radiotherapy - Deformable registration and DICOMRT]] (Greg Sharp)&lt;br /&gt;
#[[2009_Summer_Project_Week_Multimodal_SPL_Brain_Atlas|Segmentation of thalamic nuclei from DTI]] (Ion-Florin Talos)&lt;br /&gt;
#[[2009_Summer_Project_Week_Slicer3_Fibre_Dispersion|Slicer module for the computation of fibre dispersion and curving measures]] (Peter Savadjiev, C-F Westin)&lt;br /&gt;
#[[2009_Summer_Project_Week_Slicer3_XNAT_UI | XNAT user interface improvements for NA-MIC]] (Dan M, Florin, Ron, Wendy, Tim, Misha)&lt;br /&gt;
#[[2009_Summer_Project_Week_Hageman_FMTractography | Fluid mechanics tractography and visualization]] (Nathan Hageman UCLA)&lt;br /&gt;
#[[2009_Summer_Project_Week_Hageman_DTIDigitalPhantom | DTI digital phantom generator to create validation data sets - webservice/cmdlin module/binaries are downloadable from UCLA ]] (Nathan Hageman UCLA)&lt;br /&gt;
#[[2009_Summer_Project_Week_Slicer3_Cortical_Thickness_Pipeline|Cortical Thickness Pipeline (Clement Vachet)]]&lt;br /&gt;
#[[2009_Summer_Project_Week_Slicer3_Brainlab_Demo|Demo Brainlab-BioImage Suite-Slicer in BWH OR (Haiying, Isaiah, Nathan Hageman, Haytham)]]&lt;br /&gt;
#[[2009_Summer_Project_Week_Skull_Stripping | Skull Stripping]] (Xiaodong, Snehashis Roy, Nicole Aucoin)&lt;br /&gt;
#[[2009_Summer_Project_Week_HAMMER_Registration | HAMMER Registration]] (Guorong Wu, Xiaodong Tao, Jim Miller)&lt;br /&gt;
#[[2009_Summer_Project_Week_WML_SEgmentation |White Matter Lesion segmentation]] (Minjeong Kim, Xiaodong Tao, Jim Miller)&lt;br /&gt;
#[[2009_Summer_Project_Week-FastMarching_for_brain_tumor_segmentation |FastMarching for brain tumor segmentation]] (Fedorov, GeorgiaTech)&lt;br /&gt;
#[[2009_Summer_Project_Week_Meningioma_growth_simulation|Meningioma growth simulation]] (Fedorov, Marcel, Ron)&lt;br /&gt;
#[[2009_Summer_Project_Week_Automatic_Brain_MRI_Pipeline|Automatic brain MRI processing pipeline]] (Marcel, Hans)&lt;br /&gt;
#[[2009_Summer_Project_Week_XNAT_i2b2|XNAT integration into Harvard Catalyst i2b2 framework]] (Yong, Dan Marcus)&lt;br /&gt;
#[[2009_Summer_Project_Week_Spherical_Mesh_Diffeomorphic_Demons_Registration |Spherical Mesh Diffeomorphic Demons Registration]] (Luis Ibanez,Thomas Yeo, Polina Goland),  - (Mon, Tue, Wed)&lt;br /&gt;
#[[2009_Summer_Project_Week_MRSI-Module|MRSI Module]] (Bjoern Menze, Jeff Yager, Vince Magnotta)&lt;br /&gt;
#[[Measuring Alcohol Stress Interaction]] (Vidya Rajgopalan, Andrey Fedorov)&lt;br /&gt;
#[[2009_Summer_Project_Week_DWI_/_DTI_QC_and_Prepare_Tool:_DTIPrep | DWI/DTI QC and Preparation Tool: DTIPrep]] (Zhexing Liu)&lt;br /&gt;
#[[2009_Summer_Project_Week_XNATFS | XNAT File System with FUSE]] (Dan Marcus, Dan Blezek, Tim Olsen)&lt;br /&gt;
&lt;br /&gt;
===IGT Projects:===&lt;br /&gt;
#[[2009_Summer_Project_Week_Prostate_Robotics |Prostate Robotics]] (Junichi, Sam, Nathan Cho, Jack),  - Mon, Tue, Thursday 7pm-midnight)&lt;br /&gt;
#[[2009_Summer_Project_Week_4D_Gated_US_In_Slicer |Gated 4D ultrasound reconstruction for Slicer3]] (Danielle Pace)&lt;br /&gt;
# [[Integration of stereo video into Slicer3]] (Mehdi Esteghamatian)&lt;br /&gt;
#[[2009_Summer_Project_Week_Statistical_Toolbox |multi-modality statistical toolbox for MR T1, T2, fMRI, DTI data]] (Diego Cantor, Sylvain Jaume, Nicholas, Noby)&lt;br /&gt;
&lt;br /&gt;
===NA-MIC Engineering Projects===&lt;br /&gt;
# [[Summer2009:Using_ITK_in_python| Using ITK in python]] (Steve, Demian, Jim)&lt;br /&gt;
# [[Summer2009:Implementing_parallelism_in_python| Taking advantage of multicore machines &amp;amp; clusters with python]] (Julien de Siebenthal, Sylvain Bouix)&lt;br /&gt;
# [[Summer2009:Using_client_server_paradigm_with_python_and_slicer| Deferring heavy computational tasks with Slicer python]] (Julien de Siebenthal, Sylvain Bouix)&lt;br /&gt;
# [[Summer2009:Using_cython| Accelerating python with cython applied to stochastic tractography code]] (Julien de Siebenthal, Sylvain Bouix)&lt;br /&gt;
# [[2009_Summer_Project_Week_VTK_3D_Widgets_In_Slicer3|VTK 3d Widgets in Slicer3]] (Nicole, Karthik, Sebastien, Wendy)&lt;br /&gt;
# [[2009_Summer_Project_Week_Colors_Module |Updates to Slicer3 Colors module]] (Nicole)&lt;br /&gt;
# [[EMSegment|EM Segment]] (Sylvain Jaume, Nicolas Rannou)&lt;br /&gt;
# [[Plug-In 3D Viewer based on XIP|Plug-in 3D Viewer based on XIP]] (Lining Yang, Melanie Grebe)&lt;br /&gt;
# [[MeshingSummer2009 | IAFE Mesh Modules - improvements and testing]] (Curt, Steve, Vince)&lt;br /&gt;
# [[Slicer3 Informatics Workflow Design &amp;amp; XNAT updates | Slicer3 Informatics Workflow Design &amp;amp; XNAT updates for Slicer]] (Wen, Steve, Dan M, Dan B)&lt;br /&gt;
# [[BSpline Registration in Slicer3 | BSpline Registration in Slicer3]] (Samuel Gerber,Jim Miller, Ross Whitaker)&lt;br /&gt;
# [[EPI Correction in Slicer3 | EPI Correction in Slicer3]] (Ran Tao, Jim Miller, Sylvain Bouix, Tom Fletcher, Ross Whitaker, Julien de Siebenthal)&lt;br /&gt;
# [[Summer2009:Registration reproducibility in Slicer|Registration reproducibility in Slicer3]] (Andriy, Luis, Bill, Jim, Steve)&lt;br /&gt;
# [[Summer2009:The Vascular Modeling Toolkit in 3D Slicer | The Vascular Modeling Toolkit in 3D Slicer]] (Daniel Haehn)&lt;br /&gt;
# [[Summer2009:Extension of the Command Line XML Syntax/Interface | Extension of the Command Line XML Syntax/Interface]] (Bennett Landman)&lt;br /&gt;
&lt;br /&gt;
===CUDA Projects===&lt;br /&gt;
#[[2009_Summer_Project_Week_Registration_for_RT|2d/3d Registration (and GPGPU acceleration) for Radiation Therapy]] (Sandy Wells, James Balter, and others)&lt;br /&gt;
#[[2009_Summer_Project_Week_Statistical_Toolbox |multi-modality statistical toolbox for MR T1, T2, fMRI, DTI data]] (Diego Cantor, Sylvain Jaume, Nicholas, Noby)&lt;br /&gt;
#[[2009_Summer_Project_Week_Dose_Calculation |accelerate calculation for LDR seeds]] (Jack Blevins)&lt;br /&gt;
#[[2009_Summer_Project_Week_Cone_Beam_backprojection]](Zhou Shen, Greg Sharp, James Balter)&lt;br /&gt;
#[[2009_Summer_project_week_3d_Deformable_alignment]](Dan McShan, Greg Sharp, ??)&lt;br /&gt;
#[[Summer2009:Using_CUDA_for_stochastic_tractography|Developing realtime feedback using CUDA]] (Julien de Siebenthal, Sylvain Bouix)&lt;br /&gt;
&lt;br /&gt;
== Preparation ==&lt;br /&gt;
&lt;br /&gt;
# Please make sure that you are on the http://public.kitware.com/cgi-bin/mailman/listinfo/na-mic-project-week mailing list&lt;br /&gt;
# Join the kickoff TCON on April 16, 3pm ET.&lt;br /&gt;
# [[Engineering:TCON_2009|June 18 TCON]] at 3pm ET to tie loose ends.  Anyone with un-addressed questions should call.&lt;br /&gt;
# By 3pm ET on June 11, 2009: [[Project_Week/Template|Complete a templated wiki page for your project]]. Please do not edit the template page itself, but create a new page for your project and cut-and-paste the text from this template page.  If you have questions, please send an email to tkapur at bwh.harvard.edu.&lt;br /&gt;
# By 3pm on June 18, 2009: Create a directory for each project on the [[Engineering:SandBox|NAMIC Sandbox]] (Zack)&lt;br /&gt;
## Commit on each sandbox directory the code examples/snippets that represent our first guesses of appropriate methods. (Luis and Steve will help with this, as needed)&lt;br /&gt;
## Gather test images in any of the Data sharing resources we have (e.g. the BIRN). These ones don't have to be many. At least three different cases, so we can get an idea of the modality-specific characteristics of these images. Put the IDs of these data sets on the wiki page. (the participants must do this.)&lt;br /&gt;
## Setup nightly tests on a separate Dashboard, where we will run the methods that we are experimenting with. The test should post result images and computation time. (Zack)&lt;br /&gt;
# Please note that by the time we get to the project event, we should be trying to close off a project milestone rather than starting to work on one...&lt;br /&gt;
# People doing Slicer related projects should come to project week with slicer built on your laptop.&lt;br /&gt;
## Projects to develop extension modules should work with the [http://viewvc.slicer.org/viewcvs.cgi/branches/Slicer-3-4/#dirlist Slicer-3-4 branch] (new code should not be checked into the branch).&lt;br /&gt;
## Projects to modify core behavior of slicer should be done on the [http://viewvc.slicer.org/viewcvs.cgi/trunk/ trunk].&lt;br /&gt;
&lt;br /&gt;
==Attendee List==&lt;br /&gt;
If you plan to attend, please add your name here.&lt;br /&gt;
&lt;br /&gt;
#Ron Kikinis, BWH (NA-MIC, NAC, NCIGT)&lt;br /&gt;
#Clare Tempany, BWH (NCIGT)&lt;br /&gt;
#Tina Kapur, BWH (NA-MIC, NCIGT)&lt;br /&gt;
#Steve Pieper, Isomics Inc&lt;br /&gt;
#Jim Miller, GE Research&lt;br /&gt;
#Xiaodong Tao, GE Research&lt;br /&gt;
#Randy Gollub, MGH&lt;br /&gt;
#Nicole Aucoin, BWH (NA-MIC) (Attending Tuesday-Friday)&lt;br /&gt;
#Dan Marcus, WUSTL&lt;br /&gt;
#Junichi Tokuda, BWH (NCIGT)&lt;br /&gt;
#Alex Gouaillard, Harvard Systems Biology&lt;br /&gt;
#Arnaud Gelas, Harvard Systems Biology &lt;br /&gt;
#Kishore Mosanliganti, Harvard Systems Biology&lt;br /&gt;
#Lydie Souhait, Harvard Systems Biology&lt;br /&gt;
#Luis Ibanez, Kitware Inc (Attending: Monday/Tuesday/Wednesday)&lt;br /&gt;
#Vincent Magnotta, UIowa&lt;br /&gt;
#Hans Johnson, UIowa&lt;br /&gt;
#Xenios Papademetris, Yale&lt;br /&gt;
#Gregory S. Fischer, WPI (Mon, Tue, Wed)&lt;br /&gt;
#Daniel Blezek, Mayo (Tue-Fri)&lt;br /&gt;
#Danielle Pace, Robarts Research Institute / UWO&lt;br /&gt;
#Clement Vachet, UNC-Chapel Hill&lt;br /&gt;
#Dave Welch, UIowa&lt;br /&gt;
#Demian Wassermann, Odyssée lab, INRIA, France&lt;br /&gt;
#Manasi Ramachandran, UIowa&lt;br /&gt;
#Greg Sharp, MGH&lt;br /&gt;
#Rui Li, MGH&lt;br /&gt;
#Mehdi Esteghamatian, Robarts Research Institute / UWO&lt;br /&gt;
#Misha Milchenko, WUSTL&lt;br /&gt;
#Kevin Archie, WUSTL&lt;br /&gt;
#Tim Olsen, WUSTL&lt;br /&gt;
#Wendy Plesniak BWH (NAC)&lt;br /&gt;
#Haiying Liu BWH (NCIGT)&lt;br /&gt;
#Curtis Lisle, KnowledgeVis / Isomics&lt;br /&gt;
#Diego Cantor, Robarts Research Institute / UWO&lt;br /&gt;
#Daniel Haehn, BWH&lt;br /&gt;
#Nicolas Rannou, BWH&lt;br /&gt;
#Sylvain Jaume, MIT&lt;br /&gt;
#Alex Yarmarkovich, Isomics&lt;br /&gt;
#Marco Ruiz, UCSD&lt;br /&gt;
#Andriy Fedorov, BWH (NA-MIC)&lt;br /&gt;
#Harish Doddi, Stanford University&lt;br /&gt;
#Saikat Pal, Stanford University&lt;br /&gt;
#Scott Hoge, BWH (NCIGT)&lt;br /&gt;
#Vandana Mohan, Georgia Tech&lt;br /&gt;
#Ivan Kolosev, Georgia Tech&lt;br /&gt;
#Behnood Gholami, Georgia Tech&lt;br /&gt;
#James Balter, U Michigan&lt;br /&gt;
#Dan McShan, U Michigan&lt;br /&gt;
#Zhou Shen, U Michigan&lt;br /&gt;
#Maria Francesca Spadea, Italy&lt;br /&gt;
#Lining Yang, Siemens Corporate Research&lt;br /&gt;
#Beatriz Paniagua, UNC-Chapel Hill&lt;br /&gt;
#Bennett Landman, Johns Hopkins University &lt;br /&gt;
#Snehashis Roy, Johns Hopkins University&lt;br /&gt;
#Marta Peroni, Politecnico di Milano&lt;br /&gt;
#Sebastien Barre, Kitware, Inc.&lt;br /&gt;
#Samuel Gerber, SCI University of Utah&lt;br /&gt;
#Ran Tao, SCI University of Utah&lt;br /&gt;
#Marcel Prastawa, SCI University of Utah&lt;br /&gt;
#Katie Hayes, BWH (NA-MIC)&lt;br /&gt;
#Sonia Pujol, BWH (NA-MIC)&lt;br /&gt;
#Andras Lasso, Queen's University&lt;br /&gt;
#Yong Gao, MGH&lt;br /&gt;
#Minjeong Kim, UNC-Chapel Hill&lt;br /&gt;
#Guorong Wu, UNC-Chapel Hill&lt;br /&gt;
#Jeffrey Yager, UIowa&lt;br /&gt;
#Yanling Liu, SAIC/NCI-Frederick&lt;br /&gt;
#Ziv Yaniv, Georgetown&lt;br /&gt;
#Bjoern Menze, MIT&lt;br /&gt;
#Vidya Rajagopalan, Virginia Tech&lt;br /&gt;
#Sandy Wells, BWH (NAC, NCIGT)&lt;br /&gt;
#Lilla Zollei, MGH (NAC)&lt;br /&gt;
#Lauren O'Donnell, BWH&lt;br /&gt;
#Florin Talos, BWH (NAC)&lt;br /&gt;
#Nobuhiko Hata, BWH (NCIGT)&lt;br /&gt;
#Alark Joshi, Yale&lt;br /&gt;
#Yogesh Rathi, BWH&lt;br /&gt;
#Jimi Malcolm, BWH&lt;br /&gt;
#Dustin Scheinost, Yale&lt;br /&gt;
#Dominique Belhachemi, Yale&lt;br /&gt;
#Sam Song, JHU&lt;br /&gt;
#Nathan Cho, JHU&lt;br /&gt;
#Julien de Siebenthal, BWH&lt;br /&gt;
#Peter Savadjiev, BWH&lt;br /&gt;
#Carl-Fredrik Westin, BWH&lt;br /&gt;
#John Melonakos, AccelerEyes (Wed &amp;amp; Thu morning)&lt;br /&gt;
#Yi Gao, Georgia Tech&lt;br /&gt;
#Sylvain Bouix, BWH&lt;br /&gt;
#Zhexing Liu, UNC-CH&lt;br /&gt;
#Eric Melonakos, BWH&lt;br /&gt;
#Lei Qin, BWH&lt;br /&gt;
#Giovanna Danagoulian, BWH&lt;br /&gt;
#Andrew Rausch, BWH (1st day only)&lt;br /&gt;
#Haytham Elhawary, BWH&lt;br /&gt;
#Jayender Jagadeesan, BWH&lt;br /&gt;
#Marek Kubicki, BWH&lt;br /&gt;
#Doug Terry, BWH&lt;br /&gt;
#Nathan Hageman, LONI (UCLA)&lt;br /&gt;
#Dana Peters, Beth Israel Deaconess&lt;br /&gt;
#Sun Woo Lee, BWH&lt;br /&gt;
#  Melanie Grebe, Siemens Corporate Research&lt;br /&gt;
# Megumi Nakao, BWH/NAIST&lt;br /&gt;
# Moti Freiman, The Hebrew Univ. of Jerusalem&lt;br /&gt;
#Jack Blevins, Acoustic Med Systems&lt;br /&gt;
#Michael Halle, BWH&lt;br /&gt;
#Amanda Peters, Harvard SEAS&lt;br /&gt;
#Joe Stam, NVIDIA (Wednesday, Thursday)&lt;br /&gt;
#Petter Risholm, BWH (NCIGT)&lt;br /&gt;
#Kimberly Powell, NVIDIA (Wednesday)&lt;br /&gt;
#Padma Akella, BWH (NCIGT)&lt;br /&gt;
#Clif Burdette, Acousticmed (Mon, Tue, Wed)&lt;br /&gt;
&lt;br /&gt;
== Logistics ==&lt;br /&gt;
*'''Dates:''' June 22-26, 2009&lt;br /&gt;
*'''Location:''' MIT. [[Meeting_Locations:MIT_Grier_A_%26B|Grier Rooms A &amp;amp; B: 34-401A &amp;amp; 34-401B]].&lt;br /&gt;
*'''Registration Fee:''' $260 (covers the cost of breakfast, lunch and coffee breaks for the week). Due by Friday, June 12th, 2009. Please make checks out to &amp;quot;Massachusetts Institute of Technology&amp;quot; and mail to: Donna Kaufman, MIT, 77 Massachusetts Ave., 38-409a, Cambridge, MA 02139.  Receipts will be provided by email as checks are received.  Please send questions to dkauf at mit.edu. '''If this is your first event and you are attending for only one day, the registration fee is waived.'''  Please let us know, so that we can cover the costs with one of our grants.&lt;br /&gt;
*'''Registration Method''' Add your name to the Attendee List section of this page&lt;br /&gt;
*'''Hotel:''' We have a group rate of $189/night (plus tax) at the Le Meridien (which used to be the Hotel at MIT). [http://www.starwoodmeeting.com/Book/MITDECSE  Please click here to reserve.] This rate is good only through June 1.&lt;br /&gt;
*Here is some information about several other Boston area hotels that are convenient to NA-MIC events: [[Boston_Hotels|Boston_Hotels]]. Summer is tourist season in Boston, so please book your rooms early.&lt;br /&gt;
*2009 Summer Project Week [[NA-MIC/Projects/Theme/Template|'''Template''']]&lt;br /&gt;
*[[2008_Summer_Project_Week#Projects|Last Year's Projects as a reference]]&lt;br /&gt;
*For hosting projects, we are planning to make use of the NITRC resources.  See [[NA-MIC_and_NITRC | Information about NITRC Collaboration]]&lt;/div&gt;</summary>
		<author><name>Jvs</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2009_Summer_Project_Week&amp;diff=38474</id>
		<title>2009 Summer Project Week</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2009_Summer_Project_Week&amp;diff=38474"/>
		<updated>2009-06-09T19:16:36Z</updated>

		<summary type="html">&lt;p&gt;Jvs: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Back to [[Project Events]], [[Events]]&lt;br /&gt;
&lt;br /&gt;
[[Image:PW2009-v3.png|300px]]&lt;br /&gt;
&lt;br /&gt;
*'''Dates:''' June 22-26, 2009&lt;br /&gt;
*'''Location:''' MIT. [[Meeting_Locations:MIT_Grier_A_%26B|Grier Rooms A &amp;amp; B: 34-401A &amp;amp; 34-401B]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Introduction to the FIRST JOINT PROJECT WEEK==&lt;br /&gt;
&lt;br /&gt;
We are pleased to announce the FIRST JOINT PROJECT WEEK of hands-on research and development activity for Image-Guided Therapy and Neuroscience applications.  Participants will engage in open source programming using the [[NA-MIC-Kit|NA-MIC Kit]], algorithm design, medical imaging sequence development, tracking experiments, and clinical application. The main goal of this event is to move forward the translational research deliverables of the sponsoring centers and their collaborators. Active and potential collaborators are encouraged and welcome to attend this event. This event will be set up to maximize informal interaction between participants.  &lt;br /&gt;
&lt;br /&gt;
Active preparation will begin on''' Thursday, April 16th at 3pm ET''', with a kick-off teleconference.  Invitations to this call will be sent to members of the sponsoring communities, their collaborators, past attendees of the event, as well as any parties who have expressed an interest in working with these centers. The main goal of the kick-off call is to get an idea of which groups/projects will be active at the upcoming event, and to ensure that there is sufficient coverage for all. Subsequent teleconferences will allow for more focused discussions on individual projects and allow the hosts to finalize the project teams, consolidate any common components, and identify topics that should be discussed in breakout sessions. In the final days leading upto the meeting, all project teams will be asked to fill in a template page on this wiki that describes the objectives and plan of their projects.  &lt;br /&gt;
&lt;br /&gt;
The event itself will start off with a short presentation by each project team, driven using their previously created description, and will help all participants get acquainted with others who are doing similar work. In the rest of the week, about half the time will be spent in breakout discussions on topics of common interest of subsets of the attendees, and the other half will be spent in project teams, doing hands-on project work.  The hands-on activities will be done in 30-50 small teams of size 2-4, each with a mix of multi-disciplinary expertise.  To facilitate this work, a large room at MIT will be setup with several tables, with internet and power access, and each computer software development based team will gather on a table with their individual laptops, connect to the internet to download their software and data, and be able to work on their projects.  Teams working on projects that require the use of medical devices will proceed to Brigham and Women's Hospital and carry out their experiments there. On the last day of the event, a closing presentation session will be held in which each project team will present a summary of what they accomplished during the week.&lt;br /&gt;
&lt;br /&gt;
This event is part of the translational research efforts of [http://www.na-mic.org NA-MIC], [http://www.ncigt.org NCIGT], [http://nac.spl.harvard.edu/ NAC], [http://catalyst.harvard.edu/home.html Harvard Catalyst], and [http://www.cimit.org CIMIT].  It is an expansion of the NA-MIC Summer Project Week that has been held annually since 2005. It will be held every summer at MIT and Brigham and Womens Hospital in Boston, typically during the last full week of June, and in Salt Lake City in the winter, typically during the second week of January.  &lt;br /&gt;
&lt;br /&gt;
A summary of all past NA-MIC Project Events that this FIRST JOINT EVENT is based on is available [[Project_Events#Past|here]].&lt;br /&gt;
&lt;br /&gt;
== Agenda==&lt;br /&gt;
* Monday &lt;br /&gt;
** noon-1pm lunch &lt;br /&gt;
**1pm: Welcome (Ron Kikinis)&lt;br /&gt;
** 1:05-3:30pm Introduce [[#Projects|Projects]] using templated wiki pages (all Project Leads) ([http://wiki.na-mic.org/Wiki/index.php/Project_Week/Template Wiki Template]) &lt;br /&gt;
** 3:30-5:30pm Start project work&lt;br /&gt;
* Tuesday &lt;br /&gt;
** 8:30am breakfast&lt;br /&gt;
**9:30-10am: NA-MIC Kit Overview (Jim Miller)&lt;br /&gt;
** 10-10:30am Slicer 3.4 Update (Steve Pieper)&lt;br /&gt;
** 10:30-11am Slicer IGT and Imaging Kit Update Update (Noby Hata, Scott Hoge)&lt;br /&gt;
** 11am-12:00pm Breakout Session: [[2009 Project Week Breakout Session: Slicer-Python]] (Demian W)&lt;br /&gt;
** noon lunch&lt;br /&gt;
** 2:30pm-5pm: [[2009 Project Week Data Clinic|Data Clinic]] (Ron Kikinis)&lt;br /&gt;
** 5:30pm adjourn for day&lt;br /&gt;
* Wednesday &lt;br /&gt;
** 8:30am breakfast&lt;br /&gt;
** 9am-12pm Breakout Session: [[2009 Project Week Breakout Session: ITK]] (Luis Ibanez)&lt;br /&gt;
** noon lunch&lt;br /&gt;
** 2:30pm: Breakout Session: [[2009 Project Week Breakout Session: 3D+T Microscopy Cell Dataset Segmentation]] (Alex G.)&lt;br /&gt;
** 5:30pm adjourn for day&lt;br /&gt;
* Thursday&lt;br /&gt;
** 8:30am breakfast&lt;br /&gt;
** 9-11pm Tutorial Contest Presentations&lt;br /&gt;
** noon lunch&lt;br /&gt;
** 2:30pm: Breakout Session: [[2009 Project Week Breakout Session: XNAT for Programmers]] (Dan M.)&lt;br /&gt;
** 5:30pm adjourn for day&lt;br /&gt;
* Friday &lt;br /&gt;
** 8:30am breakfast&lt;br /&gt;
** 10am-noon: [[Events:TutorialContestJune2009|Tutorial Contest Winner Announcement]] and [[#Projects|Project Progress Updates]]&lt;br /&gt;
*** Noon: Lunch boxes and adjourn by 1:30pm.&lt;br /&gt;
***We need to empty room by 1:30.  You are welcome to use wireless in Stata.&lt;br /&gt;
***Please sign up for the developer [http://www.slicer.org/pages/Mailinglist mailing lists]&lt;br /&gt;
***Next Project Week [[AHM_2010|in Utah, January 4-8, 2010]]&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
&lt;br /&gt;
The list of projects for this week will go here.&lt;br /&gt;
=== Collaboration Projects ===&lt;br /&gt;
#[[2009_Summer_Project_Week_Project_Segmentation_of_Muscoskeletal_Images]] (Saikat Pal)&lt;br /&gt;
#[[2009_Summer_Project_Week_4D_Imaging| 4D Imaging (Perfusion, Cardiac, etc.) ]] (Junichi Tokuda)&lt;br /&gt;
#[[2009_Summer_Project_Week_Liver_Ablation_Slicer|Liver Ablation in Slicer]] (Haiying Liu)&lt;br /&gt;
#[[2009_Summer_Project_Week_Slicer3_Brainlab_Introduction|SLicer3, BioImage Suite and Brainlab - Introduction to UCLA]] (Haiying Liu)&lt;br /&gt;
#[[2009_Summer_Project_Week_Slicer3_Adaptive_Radiotherapy|Adaptive Radiotherapy - Deformable registration and DICOMRT]] (Greg Sharp)&lt;br /&gt;
#[[2009_Summer_Project_Week_Multimodal_SPL_Brain_Atlas|Segmentation of thalamic nuclei from DTI]] (Ion-Florin Talos)&lt;br /&gt;
#[[2009_Summer_Project_Week_Slicer3_Fibre_Dispersion|Slicer module for the computation of fibre dispersion and curving measures]] (Peter Savadjiev, C-F Westin)&lt;br /&gt;
#[[2009_Summer_Project_Week_Slicer3_XNAT_UI | XNAT user interface improvements for NA-MIC]] (Dan M, Florin, Ron, Wendy, Tim, Misha)&lt;br /&gt;
#[[2009_Summer_Project_Week_Hageman_FMTractography | Fluid mechanics tractography and visualization]] (Nathan Hageman UCLA)&lt;br /&gt;
#[[2009_Summer_Project_Week_Hageman_DTIDigitalPhantom | DTI digital phantom generator to create validation data sets - webservice/cmdlin module/binaries are downloadable from UCLA ]] (Nathan Hageman UCLA)&lt;br /&gt;
#[[2009_Summer_Project_Week_Slicer3_Cortical_Thickness_Pipeline|Cortical Thickness Pipeline (Clement Vachet)]]&lt;br /&gt;
#[[2009_Summer_Project_Week_Slicer3_Brainlab_Demo|Demo Brainlab-BioImage Suite-Slicer in BWH OR (Haiying, Isaiah, Nathan Hageman, Haytham)]]&lt;br /&gt;
#[[2009_Summer_Project_Week_Skull_Stripping | Skull Stripping]] (Xiaodong, Snehashis Roy, Nicole Aucoin)&lt;br /&gt;
#[[2009_Summer_Project_Week_HAMMER_Registration | HAMMER Registration]] (Guorong Wu, Xiaodong Tao, Jim Miller)&lt;br /&gt;
#[[2009_Summer_Project_Week_WML_SEgmentation |White Matter Lesion segmentation]] (Minjeong Kim, Xiaodong Tao, Jim Miller)&lt;br /&gt;
#[[2009_Summer_Project_Week-FastMarching_for_brain_tumor_segmentation |FastMarching for brain tumor segmentation]] (Fedorov, GeorgiaTech)&lt;br /&gt;
#[[2009_Summer_Project_Week_Meningioma_growth_simulation|Meningioma growth simulation]] (Fedorov, Marcel, Ron)&lt;br /&gt;
#[[2009_Summer_Project_Week_Automatic_Brain_MRI_Pipeline|Automatic brain MRI processing pipeline]] (Marcel, Hans)&lt;br /&gt;
#[[2009_Summer_Project_Week_XNAT_i2b2|XNAT integration into Harvard Catalyst i2b2 framework]] (Yong, Dan Marcus)&lt;br /&gt;
#[[2009_Summer_Project_Week_Spherical_Mesh_Diffeomorphic_Demons_Registration |Spherical Mesh Diffeomorphic Demons Registration]] (Luis Ibanez,Thomas Yeo, Polina Goland),  - (Mon, Tue, Wed)&lt;br /&gt;
#[[2009_Summer_Project_Week_MRSI-Module|MRSI Module]] (Bjoern Menze, Jeff Yager, Vince Magnotta)&lt;br /&gt;
#[[Measuring Alcohol Stress Interaction]] (Vidya Rajgopalan, Andrey Fedorov)&lt;br /&gt;
#[[2009_Summer_Project_Week_DWI_/_DTI_QC_and_Prepare_Tool:_DTIPrep | DWI/DTI QC and Preparation Tool: DTIPrep]] (Zhexing Liu)&lt;br /&gt;
#[[2009_Summer_Project_Week_XNATFS | XNAT File System with FUSE]] (Dan Marcus, Dan Blezek, Tim Olsen)&lt;br /&gt;
&lt;br /&gt;
===IGT Projects:===&lt;br /&gt;
#[[2009_Summer_Project_Week_Prostate_Robotics |Prostate Robotics]] (Junichi, Sam, Nathan Cho, Jack),  - Mon, Tue, Thursday 7pm-midnight)&lt;br /&gt;
#[[2009_Summer_Project_Week_4D_Gated_US_In_Slicer |Gated 4D ultrasound reconstruction for Slicer3]] (Danielle Pace)&lt;br /&gt;
# [[Integration of stereo video into Slicer3]] (Mehdi Esteghamatian)&lt;br /&gt;
#[[2009_Summer_Project_Week_Statistical_Toolbox |multi-modality statistical toolbox for MR T1, T2, fMRI, DTI data]] (Diego Cantor, Sylvain Jaume, Nicholas, Noby)&lt;br /&gt;
&lt;br /&gt;
===NA-MIC Engineering Projects===&lt;br /&gt;
# [[Summer2009:Using_ITK_in_python| Using ITK in python]] (Steve, Demian, Jim)&lt;br /&gt;
# [[Summer2009:Implementing_parallelism_in_python| Taking advantage of multicore machines &amp;amp; clusters with python]] (Julien de Siebenthal, Sylvain Bouix)&lt;br /&gt;
# [[Summer2009:Using_client_server_paradigm_with_python_and_slicer| Deferring heavy computational tasks with Slicer python]] (Julien de Siebenthal, Sylvain Bouix)&lt;br /&gt;
# [[2009_Summer_Project_Week_VTK_3D_Widgets_In_Slicer3|VTK 3d Widgets in Slicer3]] (Nicole, Karthik, Sebastien, Wendy)&lt;br /&gt;
# [[2009_Summer_Project_Week_Colors_Module |Updates to Slicer3 Colors module]] (Nicole)&lt;br /&gt;
# [[EMSegment|EM Segment]] (Sylvain Jaume, Nicolas Rannou)&lt;br /&gt;
# [[Plug-In 3D Viewer based on XIP|Plug-in 3D Viewer based on XIP]] (Lining Yang, Melanie Grebe)&lt;br /&gt;
# [[MeshingSummer2009 | IAFE Mesh Modules - improvements and testing]] (Curt, Steve, Vince)&lt;br /&gt;
# [[Slicer3 Informatics Workflow Design &amp;amp; XNAT updates | Slicer3 Informatics Workflow Design &amp;amp; XNAT updates for Slicer]] (Wen, Steve, Dan M, Dan B)&lt;br /&gt;
# [[BSpline Registration in Slicer3 | BSpline Registration in Slicer3]] (Samuel Gerber,Jim Miller, Ross Whitaker)&lt;br /&gt;
# [[EPI Correction in Slicer3 | EPI Correction in Slicer3]] (Ran Tao, Jim Miller, Sylvain Bouix, Tom Fletcher, Ross Whitaker, Julien de Siebenthal)&lt;br /&gt;
# [[Summer2009:Registration reproducibility in Slicer|Registration reproducibility in Slicer3]] (Andriy, Luis, Bill, Jim, Steve)&lt;br /&gt;
# [[Summer2009:The Vascular Modeling Toolkit in 3D Slicer | The Vascular Modeling Toolkit in 3D Slicer]] (Daniel Haehn)&lt;br /&gt;
# [[Summer2009:Extension of the Command Line XML Syntax/Interface | Extension of the Command Line XML Syntax/Interface]] (Bennett Landman)&lt;br /&gt;
&lt;br /&gt;
===CUDA Projects===&lt;br /&gt;
#[[2009_Summer_Project_Week_Registration_for_RT|2d/3d Registration (and GPGPU acceleration) for Radiation Therapy]] (Sandy Wells, James Balter, and others)&lt;br /&gt;
#[[2009_Summer_Project_Week_Statistical_Toolbox |multi-modality statistical toolbox for MR T1, T2, fMRI, DTI data]] (Diego Cantor, Sylvain Jaume, Nicholas, Noby)&lt;br /&gt;
#[[2009_Summer_Project_Week_Dose_Calculation |accelerate calculation for LDR seeds]] (Jack Blevins)&lt;br /&gt;
#[[2009_Summer_Project_Week_Cone_Beam_backprojection]](Zhou Shen, Greg Sharp, James Balter)&lt;br /&gt;
#[[2009_Summer_project_week_3d_Deformable_alignment]](Dan McShan, Greg Sharp, ??)&lt;br /&gt;
#[[Summer2009:Using_CUDA_for_stochastic_tractography|Developing realtime feedback using CUDA]] (Julien de Siebenthal, Sylvain Bouix)&lt;br /&gt;
&lt;br /&gt;
== Preparation ==&lt;br /&gt;
&lt;br /&gt;
# Please make sure that you are on the http://public.kitware.com/cgi-bin/mailman/listinfo/na-mic-project-week mailing list&lt;br /&gt;
# Join the kickoff TCON on April 16, 3pm ET.&lt;br /&gt;
# [[Engineering:TCON_2009|June 18 TCON]] at 3pm ET to tie loose ends.  Anyone with un-addressed questions should call.&lt;br /&gt;
# By 3pm ET on June 11, 2009: [[Project_Week/Template|Complete a templated wiki page for your project]]. Please do not edit the template page itself, but create a new page for your project and cut-and-paste the text from this template page.  If you have questions, please send an email to tkapur at bwh.harvard.edu.&lt;br /&gt;
# By 3pm on June 18, 2009: Create a directory for each project on the [[Engineering:SandBox|NAMIC Sandbox]] (Zack)&lt;br /&gt;
## Commit on each sandbox directory the code examples/snippets that represent our first guesses of appropriate methods. (Luis and Steve will help with this, as needed)&lt;br /&gt;
## Gather test images in any of the Data sharing resources we have (e.g. the BIRN). These ones don't have to be many. At least three different cases, so we can get an idea of the modality-specific characteristics of these images. Put the IDs of these data sets on the wiki page. (the participants must do this.)&lt;br /&gt;
## Setup nightly tests on a separate Dashboard, where we will run the methods that we are experimenting with. The test should post result images and computation time. (Zack)&lt;br /&gt;
# Please note that by the time we get to the project event, we should be trying to close off a project milestone rather than starting to work on one...&lt;br /&gt;
# People doing Slicer related projects should come to project week with slicer built on your laptop.&lt;br /&gt;
## Projects to develop extension modules should work with the [http://viewvc.slicer.org/viewcvs.cgi/branches/Slicer-3-4/#dirlist Slicer-3-4 branch] (new code should not be checked into the branch).&lt;br /&gt;
## Projects to modify core behavior of slicer should be done on the [http://viewvc.slicer.org/viewcvs.cgi/trunk/ trunk].&lt;br /&gt;
&lt;br /&gt;
==Attendee List==&lt;br /&gt;
If you plan to attend, please add your name here.&lt;br /&gt;
&lt;br /&gt;
#Ron Kikinis, BWH (NA-MIC, NAC, NCIGT)&lt;br /&gt;
#Clare Tempany, BWH (NCIGT)&lt;br /&gt;
#Tina Kapur, BWH (NA-MIC, NCIGT)&lt;br /&gt;
#Steve Pieper, Isomics Inc&lt;br /&gt;
#Jim Miller, GE Research&lt;br /&gt;
#Xiaodong Tao, GE Research&lt;br /&gt;
#Randy Gollub, MGH&lt;br /&gt;
#Nicole Aucoin, BWH (NA-MIC) (Attending Tuesday-Friday)&lt;br /&gt;
#Dan Marcus, WUSTL&lt;br /&gt;
#Junichi Tokuda, BWH (NCIGT)&lt;br /&gt;
#Alex Gouaillard, Harvard Systems Biology&lt;br /&gt;
#Arnaud Gelas, Harvard Systems Biology &lt;br /&gt;
#Kishore Mosanliganti, Harvard Systems Biology&lt;br /&gt;
#Lydie Souhait, Harvard Systems Biology&lt;br /&gt;
#Luis Ibanez, Kitware Inc (Attending: Monday/Tuesday/Wednesday)&lt;br /&gt;
#Vincent Magnotta, UIowa&lt;br /&gt;
#Hans Johnson, UIowa&lt;br /&gt;
#Xenios Papademetris, Yale&lt;br /&gt;
#Gregory S. Fischer, WPI (Mon, Tue, Wed)&lt;br /&gt;
#Daniel Blezek, Mayo (Tue-Fri)&lt;br /&gt;
#Danielle Pace, Robarts Research Institute / UWO&lt;br /&gt;
#Clement Vachet, UNC-Chapel Hill&lt;br /&gt;
#Dave Welch, UIowa&lt;br /&gt;
#Demian Wassermann, Odyssée lab, INRIA, France&lt;br /&gt;
#Manasi Ramachandran, UIowa&lt;br /&gt;
#Greg Sharp, MGH&lt;br /&gt;
#Rui Li, MGH&lt;br /&gt;
#Mehdi Esteghamatian, Robarts Research Institute / UWO&lt;br /&gt;
#Misha Milchenko, WUSTL&lt;br /&gt;
#Kevin Archie, WUSTL&lt;br /&gt;
#Tim Olsen, WUSTL&lt;br /&gt;
#Wendy Plesniak BWH (NAC)&lt;br /&gt;
#Haiying Liu BWH (NCIGT)&lt;br /&gt;
#Curtis Lisle, KnowledgeVis / Isomics&lt;br /&gt;
#Diego Cantor, Robarts Research Institute / UWO&lt;br /&gt;
#Daniel Haehn, BWH&lt;br /&gt;
#Nicolas Rannou, BWH&lt;br /&gt;
#Sylvain Jaume, MIT&lt;br /&gt;
#Alex Yarmarkovich, Isomics&lt;br /&gt;
#Marco Ruiz, UCSD&lt;br /&gt;
#Andriy Fedorov, BWH (NA-MIC)&lt;br /&gt;
#Harish Doddi, Stanford University&lt;br /&gt;
#Saikat Pal, Stanford University&lt;br /&gt;
#Scott Hoge, BWH (NCIGT)&lt;br /&gt;
#Vandana Mohan, Georgia Tech&lt;br /&gt;
#Ivan Kolosev, Georgia Tech&lt;br /&gt;
#Behnood Gholami, Georgia Tech&lt;br /&gt;
#James Balter, U Michigan&lt;br /&gt;
#Dan McShan, U Michigan&lt;br /&gt;
#Zhou Shen, U Michigan&lt;br /&gt;
#Maria Francesca Spadea, Italy&lt;br /&gt;
#Lining Yang, Siemens Corporate Research&lt;br /&gt;
#Beatriz Paniagua, UNC-Chapel Hill&lt;br /&gt;
#Bennett Landman, Johns Hopkins University &lt;br /&gt;
#Snehashis Roy, Johns Hopkins University&lt;br /&gt;
#Marta Peroni, Politecnico di Milano&lt;br /&gt;
#Sebastien Barre, Kitware, Inc.&lt;br /&gt;
#Samuel Gerber, SCI University of Utah&lt;br /&gt;
#Ran Tao, SCI University of Utah&lt;br /&gt;
#Marcel Prastawa, SCI University of Utah&lt;br /&gt;
#Katie Hayes, BWH (NA-MIC)&lt;br /&gt;
#Sonia Pujol, BWH (NA-MIC)&lt;br /&gt;
#Andras Lasso, Queen's University&lt;br /&gt;
#Yong Gao, MGH&lt;br /&gt;
#Minjeong Kim, UNC-Chapel Hill&lt;br /&gt;
#Guorong Wu, UNC-Chapel Hill&lt;br /&gt;
#Jeffrey Yager, UIowa&lt;br /&gt;
#Yanling Liu, SAIC/NCI-Frederick&lt;br /&gt;
#Ziv Yaniv, Georgetown&lt;br /&gt;
#Bjoern Menze, MIT&lt;br /&gt;
#Vidya Rajagopalan, Virginia Tech&lt;br /&gt;
#Sandy Wells, BWH (NAC, NCIGT)&lt;br /&gt;
#Lilla Zollei, MGH (NAC)&lt;br /&gt;
#Lauren O'Donnell, BWH&lt;br /&gt;
#Florin Talos, BWH (NAC)&lt;br /&gt;
#Nobuhiko Hata, BWH (NCIGT)&lt;br /&gt;
#Alark Joshi, Yale&lt;br /&gt;
#Yogesh Rathi, BWH&lt;br /&gt;
#Jimi Malcolm, BWH&lt;br /&gt;
#Dustin Scheinost, Yale&lt;br /&gt;
#Dominique Belhachemi, Yale&lt;br /&gt;
#Sam Song, JHU&lt;br /&gt;
#Nathan Cho, JHU&lt;br /&gt;
#Julien de Siebenthal, BWH&lt;br /&gt;
#Peter Savadjiev, BWH&lt;br /&gt;
#Carl-Fredrik Westin, BWH&lt;br /&gt;
#John Melonakos, AccelerEyes (Wed &amp;amp; Thu morning)&lt;br /&gt;
#Yi Gao, Georgia Tech&lt;br /&gt;
#Sylvain Bouix, BWH&lt;br /&gt;
#Zhexing Liu, UNC-CH&lt;br /&gt;
#Eric Melonakos, BWH&lt;br /&gt;
#Lei Qin, BWH&lt;br /&gt;
#Giovanna Danagoulian, BWH&lt;br /&gt;
#Andrew Rausch, BWH (1st day only)&lt;br /&gt;
#Haytham Elhawary, BWH&lt;br /&gt;
#Jayender Jagadeesan, BWH&lt;br /&gt;
#Marek Kubicki, BWH&lt;br /&gt;
#Doug Terry, BWH&lt;br /&gt;
#Nathan Hageman, LONI (UCLA)&lt;br /&gt;
#Dana Peters, Beth Israel Deaconess&lt;br /&gt;
#Sun Woo Lee, BWH&lt;br /&gt;
#  Melanie Grebe, Siemens Corporate Research&lt;br /&gt;
# Megumi Nakao, BWH/NAIST&lt;br /&gt;
# Moti Freiman, The Hebrew Univ. of Jerusalem&lt;br /&gt;
#Jack Blevins, Acoustic Med Systems&lt;br /&gt;
#Michael Halle, BWH&lt;br /&gt;
#Amanda Peters, Harvard SEAS&lt;br /&gt;
#Joe Stam, NVIDIA (Wednesday, Thursday)&lt;br /&gt;
#Petter Risholm, BWH (NCIGT)&lt;br /&gt;
#Kimberly Powell, NVIDIA (Wednesday)&lt;br /&gt;
&lt;br /&gt;
== Logistics ==&lt;br /&gt;
*'''Dates:''' June 22-26, 2009&lt;br /&gt;
*'''Location:''' MIT. [[Meeting_Locations:MIT_Grier_A_%26B|Grier Rooms A &amp;amp; B: 34-401A &amp;amp; 34-401B]].&lt;br /&gt;
*'''Registration Fee:''' $260 (covers the cost of breakfast, lunch and coffee breaks for the week). Due by Friday, June 12th, 2009. Please make checks out to &amp;quot;Massachusetts Institute of Technology&amp;quot; and mail to: Donna Kaufman, MIT, 77 Massachusetts Ave., 38-409a, Cambridge, MA 02139.  Receipts will be provided by email as checks are received.  Please send questions to dkauf at mit.edu. '''If this is your first event and you are attending for only one day, the registration fee is waived.'''  Please let us know, so that we can cover the costs with one of our grants.&lt;br /&gt;
*'''Registration Method''' Add your name to the Attendee List section of this page&lt;br /&gt;
*'''Hotel:''' We have a group rate of $189/night (plus tax) at the Le Meridien (which used to be the Hotel at MIT). [http://www.starwoodmeeting.com/Book/MITDECSE  Please click here to reserve.] This rate is good only through June 1.&lt;br /&gt;
*Here is some information about several other Boston area hotels that are convenient to NA-MIC events: [[Boston_Hotels|Boston_Hotels]]. Summer is tourist season in Boston, so please book your rooms early.&lt;br /&gt;
*2009 Summer Project Week [[NA-MIC/Projects/Theme/Template|'''Template''']]&lt;br /&gt;
*[[2008_Summer_Project_Week#Projects|Last Year's Projects as a reference]]&lt;br /&gt;
*For hosting projects, we are planning to make use of the NITRC resources.  See [[NA-MIC_and_NITRC | Information about NITRC Collaboration]]&lt;/div&gt;</summary>
		<author><name>Jvs</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2009_Summer_Project_Week&amp;diff=38473</id>
		<title>2009 Summer Project Week</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2009_Summer_Project_Week&amp;diff=38473"/>
		<updated>2009-06-09T19:16:07Z</updated>

		<summary type="html">&lt;p&gt;Jvs: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Back to [[Project Events]], [[Events]]&lt;br /&gt;
&lt;br /&gt;
[[Image:PW2009-v3.png|300px]]&lt;br /&gt;
&lt;br /&gt;
*'''Dates:''' June 22-26, 2009&lt;br /&gt;
*'''Location:''' MIT. [[Meeting_Locations:MIT_Grier_A_%26B|Grier Rooms A &amp;amp; B: 34-401A &amp;amp; 34-401B]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Introduction to the FIRST JOINT PROJECT WEEK==&lt;br /&gt;
&lt;br /&gt;
We are pleased to announce the FIRST JOINT PROJECT WEEK of hands-on research and development activity for Image-Guided Therapy and Neuroscience applications.  Participants will engage in open source programming using the [[NA-MIC-Kit|NA-MIC Kit]], algorithm design, medical imaging sequence development, tracking experiments, and clinical application. The main goal of this event is to move forward the translational research deliverables of the sponsoring centers and their collaborators. Active and potential collaborators are encouraged and welcome to attend this event. This event will be set up to maximize informal interaction between participants.  &lt;br /&gt;
&lt;br /&gt;
Active preparation will begin on''' Thursday, April 16th at 3pm ET''', with a kick-off teleconference.  Invitations to this call will be sent to members of the sponsoring communities, their collaborators, past attendees of the event, as well as any parties who have expressed an interest in working with these centers. The main goal of the kick-off call is to get an idea of which groups/projects will be active at the upcoming event, and to ensure that there is sufficient coverage for all. Subsequent teleconferences will allow for more focused discussions on individual projects and allow the hosts to finalize the project teams, consolidate any common components, and identify topics that should be discussed in breakout sessions. In the final days leading upto the meeting, all project teams will be asked to fill in a template page on this wiki that describes the objectives and plan of their projects.  &lt;br /&gt;
&lt;br /&gt;
The event itself will start off with a short presentation by each project team, driven using their previously created description, and will help all participants get acquainted with others who are doing similar work. In the rest of the week, about half the time will be spent in breakout discussions on topics of common interest of subsets of the attendees, and the other half will be spent in project teams, doing hands-on project work.  The hands-on activities will be done in 30-50 small teams of size 2-4, each with a mix of multi-disciplinary expertise.  To facilitate this work, a large room at MIT will be setup with several tables, with internet and power access, and each computer software development based team will gather on a table with their individual laptops, connect to the internet to download their software and data, and be able to work on their projects.  Teams working on projects that require the use of medical devices will proceed to Brigham and Women's Hospital and carry out their experiments there. On the last day of the event, a closing presentation session will be held in which each project team will present a summary of what they accomplished during the week.&lt;br /&gt;
&lt;br /&gt;
This event is part of the translational research efforts of [http://www.na-mic.org NA-MIC], [http://www.ncigt.org NCIGT], [http://nac.spl.harvard.edu/ NAC], [http://catalyst.harvard.edu/home.html Harvard Catalyst], and [http://www.cimit.org CIMIT].  It is an expansion of the NA-MIC Summer Project Week that has been held annually since 2005. It will be held every summer at MIT and Brigham and Womens Hospital in Boston, typically during the last full week of June, and in Salt Lake City in the winter, typically during the second week of January.  &lt;br /&gt;
&lt;br /&gt;
A summary of all past NA-MIC Project Events that this FIRST JOINT EVENT is based on is available [[Project_Events#Past|here]].&lt;br /&gt;
&lt;br /&gt;
== Agenda==&lt;br /&gt;
* Monday &lt;br /&gt;
** noon-1pm lunch &lt;br /&gt;
**1pm: Welcome (Ron Kikinis)&lt;br /&gt;
** 1:05-3:30pm Introduce [[#Projects|Projects]] using templated wiki pages (all Project Leads) ([http://wiki.na-mic.org/Wiki/index.php/Project_Week/Template Wiki Template]) &lt;br /&gt;
** 3:30-5:30pm Start project work&lt;br /&gt;
* Tuesday &lt;br /&gt;
** 8:30am breakfast&lt;br /&gt;
**9:30-10am: NA-MIC Kit Overview (Jim Miller)&lt;br /&gt;
** 10-10:30am Slicer 3.4 Update (Steve Pieper)&lt;br /&gt;
** 10:30-11am Slicer IGT and Imaging Kit Update Update (Noby Hata, Scott Hoge)&lt;br /&gt;
** 11am-12:00pm Breakout Session: [[2009 Project Week Breakout Session: Slicer-Python]] (Demian W)&lt;br /&gt;
** noon lunch&lt;br /&gt;
** 2:30pm-5pm: [[2009 Project Week Data Clinic|Data Clinic]] (Ron Kikinis)&lt;br /&gt;
** 5:30pm adjourn for day&lt;br /&gt;
* Wednesday &lt;br /&gt;
** 8:30am breakfast&lt;br /&gt;
** 9am-12pm Breakout Session: [[2009 Project Week Breakout Session: ITK]] (Luis Ibanez)&lt;br /&gt;
** noon lunch&lt;br /&gt;
** 2:30pm: Breakout Session: [[2009 Project Week Breakout Session: 3D+T Microscopy Cell Dataset Segmentation]] (Alex G.)&lt;br /&gt;
** 5:30pm adjourn for day&lt;br /&gt;
* Thursday&lt;br /&gt;
** 8:30am breakfast&lt;br /&gt;
** 9-11pm Tutorial Contest Presentations&lt;br /&gt;
** noon lunch&lt;br /&gt;
** 2:30pm: Breakout Session: [[2009 Project Week Breakout Session: XNAT for Programmers]] (Dan M.)&lt;br /&gt;
** 5:30pm adjourn for day&lt;br /&gt;
* Friday &lt;br /&gt;
** 8:30am breakfast&lt;br /&gt;
** 10am-noon: [[Events:TutorialContestJune2009|Tutorial Contest Winner Announcement]] and [[#Projects|Project Progress Updates]]&lt;br /&gt;
*** Noon: Lunch boxes and adjourn by 1:30pm.&lt;br /&gt;
***We need to empty room by 1:30.  You are welcome to use wireless in Stata.&lt;br /&gt;
***Please sign up for the developer [http://www.slicer.org/pages/Mailinglist mailing lists]&lt;br /&gt;
***Next Project Week [[AHM_2010|in Utah, January 4-8, 2010]]&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
&lt;br /&gt;
The list of projects for this week will go here.&lt;br /&gt;
=== Collaboration Projects ===&lt;br /&gt;
#[[2009_Summer_Project_Week_Project_Segmentation_of_Muscoskeletal_Images]] (Saikat Pal)&lt;br /&gt;
#[[2009_Summer_Project_Week_4D_Imaging| 4D Imaging (Perfusion, Cardiac, etc.) ]] (Junichi Tokuda)&lt;br /&gt;
#[[2009_Summer_Project_Week_Liver_Ablation_Slicer|Liver Ablation in Slicer]] (Haiying Liu)&lt;br /&gt;
#[[2009_Summer_Project_Week_Slicer3_Brainlab_Introduction|SLicer3, BioImage Suite and Brainlab - Introduction to UCLA]] (Haiying Liu)&lt;br /&gt;
#[[2009_Summer_Project_Week_Slicer3_Adaptive_Radiotherapy|Adaptive Radiotherapy - Deformable registration and DICOMRT]] (Greg Sharp)&lt;br /&gt;
#[[2009_Summer_Project_Week_Multimodal_SPL_Brain_Atlas|Segmentation of thalamic nuclei from DTI]] (Ion-Florin Talos)&lt;br /&gt;
#[[2009_Summer_Project_Week_Slicer3_Fibre_Dispersion|Slicer module for the computation of fibre dispersion and curving measures]] (Peter Savadjiev, C-F Westin)&lt;br /&gt;
#[[2009_Summer_Project_Week_Slicer3_XNAT_UI | XNAT user interface improvements for NA-MIC]] (Dan M, Florin, Ron, Wendy, Tim, Misha)&lt;br /&gt;
#[[2009_Summer_Project_Week_Hageman_FMTractography | Fluid mechanics tractography and visualization]] (Nathan Hageman UCLA)&lt;br /&gt;
#[[2009_Summer_Project_Week_Hageman_DTIDigitalPhantom | DTI digital phantom generator to create validation data sets - webservice/cmdlin module/binaries are downloadable from UCLA ]] (Nathan Hageman UCLA)&lt;br /&gt;
#[[2009_Summer_Project_Week_Slicer3_Cortical_Thickness_Pipeline|Cortical Thickness Pipeline (Clement Vachet)]]&lt;br /&gt;
#[[2009_Summer_Project_Week_Slicer3_Brainlab_Demo|Demo Brainlab-BioImage Suite-Slicer in BWH OR (Haiying, Isaiah, Nathan Hageman, Haytham)]]&lt;br /&gt;
#[[2009_Summer_Project_Week_Skull_Stripping | Skull Stripping]] (Xiaodong, Snehashis Roy, Nicole Aucoin)&lt;br /&gt;
#[[2009_Summer_Project_Week_HAMMER_Registration | HAMMER Registration]] (Guorong Wu, Xiaodong Tao, Jim Miller)&lt;br /&gt;
#[[2009_Summer_Project_Week_WML_SEgmentation |White Matter Lesion segmentation]] (Minjeong Kim, Xiaodong Tao, Jim Miller)&lt;br /&gt;
#[[2009_Summer_Project_Week-FastMarching_for_brain_tumor_segmentation |FastMarching for brain tumor segmentation]] (Fedorov, GeorgiaTech)&lt;br /&gt;
#[[2009_Summer_Project_Week_Meningioma_growth_simulation|Meningioma growth simulation]] (Fedorov, Marcel, Ron)&lt;br /&gt;
#[[2009_Summer_Project_Week_Automatic_Brain_MRI_Pipeline|Automatic brain MRI processing pipeline]] (Marcel, Hans)&lt;br /&gt;
#[[2009_Summer_Project_Week_XNAT_i2b2|XNAT integration into Harvard Catalyst i2b2 framework]] (Yong, Dan Marcus)&lt;br /&gt;
#[[2009_Summer_Project_Week_Spherical_Mesh_Diffeomorphic_Demons_Registration |Spherical Mesh Diffeomorphic Demons Registration]] (Luis Ibanez,Thomas Yeo, Polina Goland),  - (Mon, Tue, Wed)&lt;br /&gt;
#[[2009_Summer_Project_Week_MRSI-Module|MRSI Module]] (Bjoern Menze, Jeff Yager, Vince Magnotta)&lt;br /&gt;
#[[Measuring Alcohol Stress Interaction]] (Vidya Rajgopalan, Andrey Fedorov)&lt;br /&gt;
#[[2009_Summer_Project_Week_DWI_/_DTI_QC_and_Prepare_Tool:_DTIPrep | DWI/DTI QC and Preparation Tool: DTIPrep]] (Zhexing Liu)&lt;br /&gt;
#[[2009_Summer_Project_Week_XNATFS | XNAT File System with FUSE]] (Dan Marcus, Dan Blezek, Tim Olsen)&lt;br /&gt;
&lt;br /&gt;
===IGT Projects:===&lt;br /&gt;
#[[2009_Summer_Project_Week_Prostate_Robotics |Prostate Robotics]] (Junichi, Sam, Nathan Cho, Jack),  - Mon, Tue, Thursday 7pm-midnight)&lt;br /&gt;
#[[2009_Summer_Project_Week_4D_Gated_US_In_Slicer |Gated 4D ultrasound reconstruction for Slicer3]] (Danielle Pace)&lt;br /&gt;
# [[Integration of stereo video into Slicer3]] (Mehdi Esteghamatian)&lt;br /&gt;
#[[2009_Summer_Project_Week_Statistical_Toolbox |multi-modality statistical toolbox for MR T1, T2, fMRI, DTI data]] (Diego Cantor, Sylvain Jaume, Nicholas, Noby)&lt;br /&gt;
&lt;br /&gt;
===NA-MIC Engineering Projects===&lt;br /&gt;
# [[Summer2009:Using_ITK_in_python| Using ITK in python]] (Steve, Demian, Jim)&lt;br /&gt;
# [[Summer2009:Implementing_parallelism_in_python| Taking advantage of multicore machines &amp;amp; clusters with python]] (Julien de Siebenthal, Sylvain Bouix)&lt;br /&gt;
# [[Summer2009:Using_client_server_paradigm_with_python_and_slicer| Deferring heavy computational tasks with Slicer python]] (Julien de Siebenthal, Sylvain Bouix)&lt;br /&gt;
# [[2009_Summer_Project_Week_VTK_3D_Widgets_In_Slicer3|VTK 3d Widgets in Slicer3]] (Nicole, Karthik, Sebastien, Wendy)&lt;br /&gt;
# [[2009_Summer_Project_Week_Colors_Module |Updates to Slicer3 Colors module]] (Nicole)&lt;br /&gt;
# [[EMSegment|EM Segment]] (Sylvain Jaume, Nicolas Rannou)&lt;br /&gt;
# [[Plug-In 3D Viewer based on XIP|Plug-in 3D Viewer based on XIP]] (Lining Yang, Melanie Grebe)&lt;br /&gt;
# [[MeshingSummer2009 | IAFE Mesh Modules - improvements and testing]] (Curt, Steve, Vince)&lt;br /&gt;
# [[Slicer3 Informatics Workflow Design &amp;amp; XNAT updates | Slicer3 Informatics Workflow Design &amp;amp; XNAT updates for Slicer]] (Wen, Steve, Dan M, Dan B)&lt;br /&gt;
# [[BSpline Registration in Slicer3 | BSpline Registration in Slicer3]] (Samuel Gerber,Jim Miller, Ross Whitaker)&lt;br /&gt;
# [[EPI Correction in Slicer3 | EPI Correction in Slicer3]] (Ran Tao, Jim Miller, Sylvain Bouix, Tom Fletcher, Ross Whitaker, Julien de Siebenthal)&lt;br /&gt;
# [[Summer2009:Registration reproducibility in Slicer|Registration reproducibility in Slicer3]] (Andriy, Luis, Bill, Jim, Steve)&lt;br /&gt;
# [[Summer2009:The Vascular Modeling Toolkit in 3D Slicer | The Vascular Modeling Toolkit in 3D Slicer]] (Daniel Haehn)&lt;br /&gt;
# [[Summer2009:Extension of the Command Line XML Syntax/Interface | Extension of the Command Line XML Syntax/Interface]] (Bennett Landman)&lt;br /&gt;
&lt;br /&gt;
===CUDA Projects===&lt;br /&gt;
#[[2009_Summer_Project_Week_Registration_for_RT|2d/3d Registration (and GPGPU acceleration) for Radiation Therapy]] (Sandy Wells, James Balter, and others)&lt;br /&gt;
#[[2009_Summer_Project_Week_Statistical_Toolbox |multi-modality statistical toolbox for MR T1, T2, fMRI, DTI data]] (Diego Cantor, Sylvain Jaume, Nicholas, Noby)&lt;br /&gt;
#[[2009_Summer_Project_Week_Dose_Calculation |accelerate calculation for LDR seeds]] (Jack Blevins)&lt;br /&gt;
#[[2009_Summer_Project_Week_Cone_Beam_backprojection]](Zhou Shen, Greg Sharp, James Balter)&lt;br /&gt;
#[[2009_Summer_project_week_3d_Deformable_alignment]](Dan McShan, Greg Sharp, ??)&lt;br /&gt;
#[[Summer2009:Using_CUDA_for_stochastic_tractography| Developing realtime feedback using CUDA]] (Julien de Siebenthal, Sylvain Bouix)&lt;br /&gt;
&lt;br /&gt;
== Preparation ==&lt;br /&gt;
&lt;br /&gt;
# Please make sure that you are on the http://public.kitware.com/cgi-bin/mailman/listinfo/na-mic-project-week mailing list&lt;br /&gt;
# Join the kickoff TCON on April 16, 3pm ET.&lt;br /&gt;
# [[Engineering:TCON_2009|June 18 TCON]] at 3pm ET to tie loose ends.  Anyone with un-addressed questions should call.&lt;br /&gt;
# By 3pm ET on June 11, 2009: [[Project_Week/Template|Complete a templated wiki page for your project]]. Please do not edit the template page itself, but create a new page for your project and cut-and-paste the text from this template page.  If you have questions, please send an email to tkapur at bwh.harvard.edu.&lt;br /&gt;
# By 3pm on June 18, 2009: Create a directory for each project on the [[Engineering:SandBox|NAMIC Sandbox]] (Zack)&lt;br /&gt;
## Commit on each sandbox directory the code examples/snippets that represent our first guesses of appropriate methods. (Luis and Steve will help with this, as needed)&lt;br /&gt;
## Gather test images in any of the Data sharing resources we have (e.g. the BIRN). These ones don't have to be many. At least three different cases, so we can get an idea of the modality-specific characteristics of these images. Put the IDs of these data sets on the wiki page. (the participants must do this.)&lt;br /&gt;
## Setup nightly tests on a separate Dashboard, where we will run the methods that we are experimenting with. The test should post result images and computation time. (Zack)&lt;br /&gt;
# Please note that by the time we get to the project event, we should be trying to close off a project milestone rather than starting to work on one...&lt;br /&gt;
# People doing Slicer related projects should come to project week with slicer built on your laptop.&lt;br /&gt;
## Projects to develop extension modules should work with the [http://viewvc.slicer.org/viewcvs.cgi/branches/Slicer-3-4/#dirlist Slicer-3-4 branch] (new code should not be checked into the branch).&lt;br /&gt;
## Projects to modify core behavior of slicer should be done on the [http://viewvc.slicer.org/viewcvs.cgi/trunk/ trunk].&lt;br /&gt;
&lt;br /&gt;
==Attendee List==&lt;br /&gt;
If you plan to attend, please add your name here.&lt;br /&gt;
&lt;br /&gt;
#Ron Kikinis, BWH (NA-MIC, NAC, NCIGT)&lt;br /&gt;
#Clare Tempany, BWH (NCIGT)&lt;br /&gt;
#Tina Kapur, BWH (NA-MIC, NCIGT)&lt;br /&gt;
#Steve Pieper, Isomics Inc&lt;br /&gt;
#Jim Miller, GE Research&lt;br /&gt;
#Xiaodong Tao, GE Research&lt;br /&gt;
#Randy Gollub, MGH&lt;br /&gt;
#Nicole Aucoin, BWH (NA-MIC) (Attending Tuesday-Friday)&lt;br /&gt;
#Dan Marcus, WUSTL&lt;br /&gt;
#Junichi Tokuda, BWH (NCIGT)&lt;br /&gt;
#Alex Gouaillard, Harvard Systems Biology&lt;br /&gt;
#Arnaud Gelas, Harvard Systems Biology &lt;br /&gt;
#Kishore Mosanliganti, Harvard Systems Biology&lt;br /&gt;
#Lydie Souhait, Harvard Systems Biology&lt;br /&gt;
#Luis Ibanez, Kitware Inc (Attending: Monday/Tuesday/Wednesday)&lt;br /&gt;
#Vincent Magnotta, UIowa&lt;br /&gt;
#Hans Johnson, UIowa&lt;br /&gt;
#Xenios Papademetris, Yale&lt;br /&gt;
#Gregory S. Fischer, WPI (Mon, Tue, Wed)&lt;br /&gt;
#Daniel Blezek, Mayo (Tue-Fri)&lt;br /&gt;
#Danielle Pace, Robarts Research Institute / UWO&lt;br /&gt;
#Clement Vachet, UNC-Chapel Hill&lt;br /&gt;
#Dave Welch, UIowa&lt;br /&gt;
#Demian Wassermann, Odyssée lab, INRIA, France&lt;br /&gt;
#Manasi Ramachandran, UIowa&lt;br /&gt;
#Greg Sharp, MGH&lt;br /&gt;
#Rui Li, MGH&lt;br /&gt;
#Mehdi Esteghamatian, Robarts Research Institute / UWO&lt;br /&gt;
#Misha Milchenko, WUSTL&lt;br /&gt;
#Kevin Archie, WUSTL&lt;br /&gt;
#Tim Olsen, WUSTL&lt;br /&gt;
#Wendy Plesniak BWH (NAC)&lt;br /&gt;
#Haiying Liu BWH (NCIGT)&lt;br /&gt;
#Curtis Lisle, KnowledgeVis / Isomics&lt;br /&gt;
#Diego Cantor, Robarts Research Institute / UWO&lt;br /&gt;
#Daniel Haehn, BWH&lt;br /&gt;
#Nicolas Rannou, BWH&lt;br /&gt;
#Sylvain Jaume, MIT&lt;br /&gt;
#Alex Yarmarkovich, Isomics&lt;br /&gt;
#Marco Ruiz, UCSD&lt;br /&gt;
#Andriy Fedorov, BWH (NA-MIC)&lt;br /&gt;
#Harish Doddi, Stanford University&lt;br /&gt;
#Saikat Pal, Stanford University&lt;br /&gt;
#Scott Hoge, BWH (NCIGT)&lt;br /&gt;
#Vandana Mohan, Georgia Tech&lt;br /&gt;
#Ivan Kolosev, Georgia Tech&lt;br /&gt;
#Behnood Gholami, Georgia Tech&lt;br /&gt;
#James Balter, U Michigan&lt;br /&gt;
#Dan McShan, U Michigan&lt;br /&gt;
#Zhou Shen, U Michigan&lt;br /&gt;
#Maria Francesca Spadea, Italy&lt;br /&gt;
#Lining Yang, Siemens Corporate Research&lt;br /&gt;
#Beatriz Paniagua, UNC-Chapel Hill&lt;br /&gt;
#Bennett Landman, Johns Hopkins University &lt;br /&gt;
#Snehashis Roy, Johns Hopkins University&lt;br /&gt;
#Marta Peroni, Politecnico di Milano&lt;br /&gt;
#Sebastien Barre, Kitware, Inc.&lt;br /&gt;
#Samuel Gerber, SCI University of Utah&lt;br /&gt;
#Ran Tao, SCI University of Utah&lt;br /&gt;
#Marcel Prastawa, SCI University of Utah&lt;br /&gt;
#Katie Hayes, BWH (NA-MIC)&lt;br /&gt;
#Sonia Pujol, BWH (NA-MIC)&lt;br /&gt;
#Andras Lasso, Queen's University&lt;br /&gt;
#Yong Gao, MGH&lt;br /&gt;
#Minjeong Kim, UNC-Chapel Hill&lt;br /&gt;
#Guorong Wu, UNC-Chapel Hill&lt;br /&gt;
#Jeffrey Yager, UIowa&lt;br /&gt;
#Yanling Liu, SAIC/NCI-Frederick&lt;br /&gt;
#Ziv Yaniv, Georgetown&lt;br /&gt;
#Bjoern Menze, MIT&lt;br /&gt;
#Vidya Rajagopalan, Virginia Tech&lt;br /&gt;
#Sandy Wells, BWH (NAC, NCIGT)&lt;br /&gt;
#Lilla Zollei, MGH (NAC)&lt;br /&gt;
#Lauren O'Donnell, BWH&lt;br /&gt;
#Florin Talos, BWH (NAC)&lt;br /&gt;
#Nobuhiko Hata, BWH (NCIGT)&lt;br /&gt;
#Alark Joshi, Yale&lt;br /&gt;
#Yogesh Rathi, BWH&lt;br /&gt;
#Jimi Malcolm, BWH&lt;br /&gt;
#Dustin Scheinost, Yale&lt;br /&gt;
#Dominique Belhachemi, Yale&lt;br /&gt;
#Sam Song, JHU&lt;br /&gt;
#Nathan Cho, JHU&lt;br /&gt;
#Julien de Siebenthal, BWH&lt;br /&gt;
#Peter Savadjiev, BWH&lt;br /&gt;
#Carl-Fredrik Westin, BWH&lt;br /&gt;
#John Melonakos, AccelerEyes (Wed &amp;amp; Thu morning)&lt;br /&gt;
#Yi Gao, Georgia Tech&lt;br /&gt;
#Sylvain Bouix, BWH&lt;br /&gt;
#Zhexing Liu, UNC-CH&lt;br /&gt;
#Eric Melonakos, BWH&lt;br /&gt;
#Lei Qin, BWH&lt;br /&gt;
#Giovanna Danagoulian, BWH&lt;br /&gt;
#Andrew Rausch, BWH (1st day only)&lt;br /&gt;
#Haytham Elhawary, BWH&lt;br /&gt;
#Jayender Jagadeesan, BWH&lt;br /&gt;
#Marek Kubicki, BWH&lt;br /&gt;
#Doug Terry, BWH&lt;br /&gt;
#Nathan Hageman, LONI (UCLA)&lt;br /&gt;
#Dana Peters, Beth Israel Deaconess&lt;br /&gt;
#Sun Woo Lee, BWH&lt;br /&gt;
#  Melanie Grebe, Siemens Corporate Research&lt;br /&gt;
# Megumi Nakao, BWH/NAIST&lt;br /&gt;
# Moti Freiman, The Hebrew Univ. of Jerusalem&lt;br /&gt;
#Jack Blevins, Acoustic Med Systems&lt;br /&gt;
#Michael Halle, BWH&lt;br /&gt;
#Amanda Peters, Harvard SEAS&lt;br /&gt;
#Joe Stam, NVIDIA (Wednesday, Thursday)&lt;br /&gt;
#Petter Risholm, BWH (NCIGT)&lt;br /&gt;
#Kimberly Powell, NVIDIA (Wednesday)&lt;br /&gt;
&lt;br /&gt;
== Logistics ==&lt;br /&gt;
*'''Dates:''' June 22-26, 2009&lt;br /&gt;
*'''Location:''' MIT. [[Meeting_Locations:MIT_Grier_A_%26B|Grier Rooms A &amp;amp; B: 34-401A &amp;amp; 34-401B]].&lt;br /&gt;
*'''Registration Fee:''' $260 (covers the cost of breakfast, lunch and coffee breaks for the week). Due by Friday, June 12th, 2009. Please make checks out to &amp;quot;Massachusetts Institute of Technology&amp;quot; and mail to: Donna Kaufman, MIT, 77 Massachusetts Ave., 38-409a, Cambridge, MA 02139.  Receipts will be provided by email as checks are received.  Please send questions to dkauf at mit.edu. '''If this is your first event and you are attending for only one day, the registration fee is waived.'''  Please let us know, so that we can cover the costs with one of our grants.&lt;br /&gt;
*'''Registration Method''' Add your name to the Attendee List section of this page&lt;br /&gt;
*'''Hotel:''' We have a group rate of $189/night (plus tax) at the Le Meridien (which used to be the Hotel at MIT). [http://www.starwoodmeeting.com/Book/MITDECSE  Please click here to reserve.] This rate is good only through June 1.&lt;br /&gt;
*Here is some information about several other Boston area hotels that are convenient to NA-MIC events: [[Boston_Hotels|Boston_Hotels]]. Summer is tourist season in Boston, so please book your rooms early.&lt;br /&gt;
*2009 Summer Project Week [[NA-MIC/Projects/Theme/Template|'''Template''']]&lt;br /&gt;
*[[2008_Summer_Project_Week#Projects|Last Year's Projects as a reference]]&lt;br /&gt;
*For hosting projects, we are planning to make use of the NITRC resources.  See [[NA-MIC_and_NITRC | Information about NITRC Collaboration]]&lt;/div&gt;</summary>
		<author><name>Jvs</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2009_Summer_Project_Week&amp;diff=38472</id>
		<title>2009 Summer Project Week</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2009_Summer_Project_Week&amp;diff=38472"/>
		<updated>2009-06-09T19:15:13Z</updated>

		<summary type="html">&lt;p&gt;Jvs: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Back to [[Project Events]], [[Events]]&lt;br /&gt;
&lt;br /&gt;
[[Image:PW2009-v3.png|300px]]&lt;br /&gt;
&lt;br /&gt;
*'''Dates:''' June 22-26, 2009&lt;br /&gt;
*'''Location:''' MIT. [[Meeting_Locations:MIT_Grier_A_%26B|Grier Rooms A &amp;amp; B: 34-401A &amp;amp; 34-401B]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Introduction to the FIRST JOINT PROJECT WEEK==&lt;br /&gt;
&lt;br /&gt;
We are pleased to announce the FIRST JOINT PROJECT WEEK of hands-on research and development activity for Image-Guided Therapy and Neuroscience applications.  Participants will engage in open source programming using the [[NA-MIC-Kit|NA-MIC Kit]], algorithm design, medical imaging sequence development, tracking experiments, and clinical application. The main goal of this event is to move forward the translational research deliverables of the sponsoring centers and their collaborators. Active and potential collaborators are encouraged and welcome to attend this event. This event will be set up to maximize informal interaction between participants.  &lt;br /&gt;
&lt;br /&gt;
Active preparation will begin on''' Thursday, April 16th at 3pm ET''', with a kick-off teleconference.  Invitations to this call will be sent to members of the sponsoring communities, their collaborators, past attendees of the event, as well as any parties who have expressed an interest in working with these centers. The main goal of the kick-off call is to get an idea of which groups/projects will be active at the upcoming event, and to ensure that there is sufficient coverage for all. Subsequent teleconferences will allow for more focused discussions on individual projects and allow the hosts to finalize the project teams, consolidate any common components, and identify topics that should be discussed in breakout sessions. In the final days leading upto the meeting, all project teams will be asked to fill in a template page on this wiki that describes the objectives and plan of their projects.  &lt;br /&gt;
&lt;br /&gt;
The event itself will start off with a short presentation by each project team, driven using their previously created description, and will help all participants get acquainted with others who are doing similar work. In the rest of the week, about half the time will be spent in breakout discussions on topics of common interest of subsets of the attendees, and the other half will be spent in project teams, doing hands-on project work.  The hands-on activities will be done in 30-50 small teams of size 2-4, each with a mix of multi-disciplinary expertise.  To facilitate this work, a large room at MIT will be setup with several tables, with internet and power access, and each computer software development based team will gather on a table with their individual laptops, connect to the internet to download their software and data, and be able to work on their projects.  Teams working on projects that require the use of medical devices will proceed to Brigham and Women's Hospital and carry out their experiments there. On the last day of the event, a closing presentation session will be held in which each project team will present a summary of what they accomplished during the week.&lt;br /&gt;
&lt;br /&gt;
This event is part of the translational research efforts of [http://www.na-mic.org NA-MIC], [http://www.ncigt.org NCIGT], [http://nac.spl.harvard.edu/ NAC], [http://catalyst.harvard.edu/home.html Harvard Catalyst], and [http://www.cimit.org CIMIT].  It is an expansion of the NA-MIC Summer Project Week that has been held annually since 2005. It will be held every summer at MIT and Brigham and Womens Hospital in Boston, typically during the last full week of June, and in Salt Lake City in the winter, typically during the second week of January.  &lt;br /&gt;
&lt;br /&gt;
A summary of all past NA-MIC Project Events that this FIRST JOINT EVENT is based on is available [[Project_Events#Past|here]].&lt;br /&gt;
&lt;br /&gt;
== Agenda==&lt;br /&gt;
* Monday &lt;br /&gt;
** noon-1pm lunch &lt;br /&gt;
**1pm: Welcome (Ron Kikinis)&lt;br /&gt;
** 1:05-3:30pm Introduce [[#Projects|Projects]] using templated wiki pages (all Project Leads) ([http://wiki.na-mic.org/Wiki/index.php/Project_Week/Template Wiki Template]) &lt;br /&gt;
** 3:30-5:30pm Start project work&lt;br /&gt;
* Tuesday &lt;br /&gt;
** 8:30am breakfast&lt;br /&gt;
**9:30-10am: NA-MIC Kit Overview (Jim Miller)&lt;br /&gt;
** 10-10:30am Slicer 3.4 Update (Steve Pieper)&lt;br /&gt;
** 10:30-11am Slicer IGT and Imaging Kit Update Update (Noby Hata, Scott Hoge)&lt;br /&gt;
** 11am-12:00pm Breakout Session: [[2009 Project Week Breakout Session: Slicer-Python]] (Demian W)&lt;br /&gt;
** noon lunch&lt;br /&gt;
** 2:30pm-5pm: [[2009 Project Week Data Clinic|Data Clinic]] (Ron Kikinis)&lt;br /&gt;
** 5:30pm adjourn for day&lt;br /&gt;
* Wednesday &lt;br /&gt;
** 8:30am breakfast&lt;br /&gt;
** 9am-12pm Breakout Session: [[2009 Project Week Breakout Session: ITK]] (Luis Ibanez)&lt;br /&gt;
** noon lunch&lt;br /&gt;
** 2:30pm: Breakout Session: [[2009 Project Week Breakout Session: 3D+T Microscopy Cell Dataset Segmentation]] (Alex G.)&lt;br /&gt;
** 5:30pm adjourn for day&lt;br /&gt;
* Thursday&lt;br /&gt;
** 8:30am breakfast&lt;br /&gt;
** 9-11pm Tutorial Contest Presentations&lt;br /&gt;
** noon lunch&lt;br /&gt;
** 2:30pm: Breakout Session: [[2009 Project Week Breakout Session: XNAT for Programmers]] (Dan M.)&lt;br /&gt;
** 5:30pm adjourn for day&lt;br /&gt;
* Friday &lt;br /&gt;
** 8:30am breakfast&lt;br /&gt;
** 10am-noon: [[Events:TutorialContestJune2009|Tutorial Contest Winner Announcement]] and [[#Projects|Project Progress Updates]]&lt;br /&gt;
*** Noon: Lunch boxes and adjourn by 1:30pm.&lt;br /&gt;
***We need to empty room by 1:30.  You are welcome to use wireless in Stata.&lt;br /&gt;
***Please sign up for the developer [http://www.slicer.org/pages/Mailinglist mailing lists]&lt;br /&gt;
***Next Project Week [[AHM_2010|in Utah, January 4-8, 2010]]&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
&lt;br /&gt;
The list of projects for this week will go here.&lt;br /&gt;
=== Collaboration Projects ===&lt;br /&gt;
#[[2009_Summer_Project_Week_Project_Segmentation_of_Muscoskeletal_Images]] (Saikat Pal)&lt;br /&gt;
#[[2009_Summer_Project_Week_4D_Imaging| 4D Imaging (Perfusion, Cardiac, etc.) ]] (Junichi Tokuda)&lt;br /&gt;
#[[2009_Summer_Project_Week_Liver_Ablation_Slicer|Liver Ablation in Slicer]] (Haiying Liu)&lt;br /&gt;
#[[2009_Summer_Project_Week_Slicer3_Brainlab_Introduction|SLicer3, BioImage Suite and Brainlab - Introduction to UCLA]] (Haiying Liu)&lt;br /&gt;
#[[2009_Summer_Project_Week_Slicer3_Adaptive_Radiotherapy|Adaptive Radiotherapy - Deformable registration and DICOMRT]] (Greg Sharp)&lt;br /&gt;
#[[2009_Summer_Project_Week_Multimodal_SPL_Brain_Atlas|Segmentation of thalamic nuclei from DTI]] (Ion-Florin Talos)&lt;br /&gt;
#[[2009_Summer_Project_Week_Slicer3_Fibre_Dispersion|Slicer module for the computation of fibre dispersion and curving measures]] (Peter Savadjiev, C-F Westin)&lt;br /&gt;
#[[2009_Summer_Project_Week_Slicer3_XNAT_UI | XNAT user interface improvements for NA-MIC]] (Dan M, Florin, Ron, Wendy, Tim, Misha)&lt;br /&gt;
#[[2009_Summer_Project_Week_Hageman_FMTractography | Fluid mechanics tractography and visualization]] (Nathan Hageman UCLA)&lt;br /&gt;
#[[2009_Summer_Project_Week_Hageman_DTIDigitalPhantom | DTI digital phantom generator to create validation data sets - webservice/cmdlin module/binaries are downloadable from UCLA ]] (Nathan Hageman UCLA)&lt;br /&gt;
#[[2009_Summer_Project_Week_Slicer3_Cortical_Thickness_Pipeline|Cortical Thickness Pipeline (Clement Vachet)]]&lt;br /&gt;
#[[2009_Summer_Project_Week_Slicer3_Brainlab_Demo|Demo Brainlab-BioImage Suite-Slicer in BWH OR (Haiying, Isaiah, Nathan Hageman, Haytham)]]&lt;br /&gt;
#[[2009_Summer_Project_Week_Skull_Stripping | Skull Stripping]] (Xiaodong, Snehashis Roy, Nicole Aucoin)&lt;br /&gt;
#[[2009_Summer_Project_Week_HAMMER_Registration | HAMMER Registration]] (Guorong Wu, Xiaodong Tao, Jim Miller)&lt;br /&gt;
#[[2009_Summer_Project_Week_WML_SEgmentation |White Matter Lesion segmentation]] (Minjeong Kim, Xiaodong Tao, Jim Miller)&lt;br /&gt;
#[[2009_Summer_Project_Week-FastMarching_for_brain_tumor_segmentation |FastMarching for brain tumor segmentation]] (Fedorov, GeorgiaTech)&lt;br /&gt;
#[[2009_Summer_Project_Week_Meningioma_growth_simulation|Meningioma growth simulation]] (Fedorov, Marcel, Ron)&lt;br /&gt;
#[[2009_Summer_Project_Week_Automatic_Brain_MRI_Pipeline|Automatic brain MRI processing pipeline]] (Marcel, Hans)&lt;br /&gt;
#[[2009_Summer_Project_Week_XNAT_i2b2|XNAT integration into Harvard Catalyst i2b2 framework]] (Yong, Dan Marcus)&lt;br /&gt;
#[[2009_Summer_Project_Week_Spherical_Mesh_Diffeomorphic_Demons_Registration |Spherical Mesh Diffeomorphic Demons Registration]] (Luis Ibanez,Thomas Yeo, Polina Goland),  - (Mon, Tue, Wed)&lt;br /&gt;
#[[2009_Summer_Project_Week_MRSI-Module|MRSI Module]] (Bjoern Menze, Jeff Yager, Vince Magnotta)&lt;br /&gt;
#[[Measuring Alcohol Stress Interaction]] (Vidya Rajgopalan, Andrey Fedorov)&lt;br /&gt;
#[[2009_Summer_Project_Week_DWI_/_DTI_QC_and_Prepare_Tool:_DTIPrep | DWI/DTI QC and Preparation Tool: DTIPrep]] (Zhexing Liu)&lt;br /&gt;
#[[2009_Summer_Project_Week_XNATFS | XNAT File System with FUSE]] (Dan Marcus, Dan Blezek, Tim Olsen)&lt;br /&gt;
&lt;br /&gt;
===IGT Projects:===&lt;br /&gt;
#[[2009_Summer_Project_Week_Prostate_Robotics |Prostate Robotics]] (Junichi, Sam, Nathan Cho, Jack),  - Mon, Tue, Thursday 7pm-midnight)&lt;br /&gt;
#[[2009_Summer_Project_Week_4D_Gated_US_In_Slicer |Gated 4D ultrasound reconstruction for Slicer3]] (Danielle Pace)&lt;br /&gt;
# [[Integration of stereo video into Slicer3]] (Mehdi Esteghamatian)&lt;br /&gt;
#[[2009_Summer_Project_Week_Statistical_Toolbox |multi-modality statistical toolbox for MR T1, T2, fMRI, DTI data]] (Diego Cantor, Sylvain Jaume, Nicholas, Noby)&lt;br /&gt;
&lt;br /&gt;
===NA-MIC Engineering Projects===&lt;br /&gt;
# [[Summer2009:Using_ITK_in_python| Using ITK in python]] (Steve, Demian, Jim)&lt;br /&gt;
# [[Summer2009:Implementing_parallelism_in_python| Taking advantage of multicore machines &amp;amp; clusters with python]] (Julien de Siebenthal, Sylvain Bouix)&lt;br /&gt;
# [[Summer2009:Using_client_server_paradigm_with_python_and_slicer| Deferring heavy computational tasks with Slicer python]] (Julien de Siebenthal, Sylvain Bouix)&lt;br /&gt;
# [[2009_Summer_Project_Week_VTK_3D_Widgets_In_Slicer3|VTK 3d Widgets in Slicer3]] (Nicole, Karthik, Sebastien, Wendy)&lt;br /&gt;
# [[2009_Summer_Project_Week_Colors_Module |Updates to Slicer3 Colors module]] (Nicole)&lt;br /&gt;
# [[EMSegment|EM Segment]] (Sylvain Jaume, Nicolas Rannou)&lt;br /&gt;
# [[Plug-In 3D Viewer based on XIP|Plug-in 3D Viewer based on XIP]] (Lining Yang, Melanie Grebe)&lt;br /&gt;
# [[MeshingSummer2009 | IAFE Mesh Modules - improvements and testing]] (Curt, Steve, Vince)&lt;br /&gt;
# [[Slicer3 Informatics Workflow Design &amp;amp; XNAT updates | Slicer3 Informatics Workflow Design &amp;amp; XNAT updates for Slicer]] (Wen, Steve, Dan M, Dan B)&lt;br /&gt;
# [[BSpline Registration in Slicer3 | BSpline Registration in Slicer3]] (Samuel Gerber,Jim Miller, Ross Whitaker)&lt;br /&gt;
# [[EPI Correction in Slicer3 | EPI Correction in Slicer3]] (Ran Tao, Jim Miller, Sylvain Bouix, Tom Fletcher, Ross Whitaker, Julien de Siebenthal)&lt;br /&gt;
# [[Summer2009:Registration reproducibility in Slicer|Registration reproducibility in Slicer3]] (Andriy, Luis, Bill, Jim, Steve)&lt;br /&gt;
# [[Summer2009:The Vascular Modeling Toolkit in 3D Slicer | The Vascular Modeling Toolkit in 3D Slicer]] (Daniel Haehn)&lt;br /&gt;
# [[Summer2009:Extension of the Command Line XML Syntax/Interface | Extension of the Command Line XML Syntax/Interface]] (Bennett Landman)&lt;br /&gt;
&lt;br /&gt;
===CUDA Projects===&lt;br /&gt;
#[[2009_Summer_Project_Week_Registration_for_RT|2d/3d Registration (and GPGPU acceleration) for Radiation Therapy]] (Sandy Wells, James Balter, and others)&lt;br /&gt;
#[[2009_Summer_Project_Week_Statistical_Toolbox |multi-modality statistical toolbox for MR T1, T2, fMRI, DTI data]] (Diego Cantor, Sylvain Jaume, Nicholas, Noby)&lt;br /&gt;
#[[2009_Summer_Project_Week_Dose_Calculation |accelerate calculation for LDR seeds]] (Jack Blevins)&lt;br /&gt;
#[[2009_Summer_Project_Week_Cone_Beam_backprojection]](Zhou Shen, Greg Sharp, James Balter)&lt;br /&gt;
#[[2009_Summer_project_week_3d_Deformable_alignment]](Dan McShan, Greg Sharp, ??)&lt;br /&gt;
# [[Summer2009:Using_CUDA_for_stochastic_tractography| Developing realtime feedback using CUDA]] (Julien de Siebenthal, Sylvain Bouix)&lt;br /&gt;
&lt;br /&gt;
== Preparation ==&lt;br /&gt;
&lt;br /&gt;
# Please make sure that you are on the http://public.kitware.com/cgi-bin/mailman/listinfo/na-mic-project-week mailing list&lt;br /&gt;
# Join the kickoff TCON on April 16, 3pm ET.&lt;br /&gt;
# [[Engineering:TCON_2009|June 18 TCON]] at 3pm ET to tie loose ends.  Anyone with un-addressed questions should call.&lt;br /&gt;
# By 3pm ET on June 11, 2009: [[Project_Week/Template|Complete a templated wiki page for your project]]. Please do not edit the template page itself, but create a new page for your project and cut-and-paste the text from this template page.  If you have questions, please send an email to tkapur at bwh.harvard.edu.&lt;br /&gt;
# By 3pm on June 18, 2009: Create a directory for each project on the [[Engineering:SandBox|NAMIC Sandbox]] (Zack)&lt;br /&gt;
## Commit on each sandbox directory the code examples/snippets that represent our first guesses of appropriate methods. (Luis and Steve will help with this, as needed)&lt;br /&gt;
## Gather test images in any of the Data sharing resources we have (e.g. the BIRN). These ones don't have to be many. At least three different cases, so we can get an idea of the modality-specific characteristics of these images. Put the IDs of these data sets on the wiki page. (the participants must do this.)&lt;br /&gt;
## Setup nightly tests on a separate Dashboard, where we will run the methods that we are experimenting with. The test should post result images and computation time. (Zack)&lt;br /&gt;
# Please note that by the time we get to the project event, we should be trying to close off a project milestone rather than starting to work on one...&lt;br /&gt;
# People doing Slicer related projects should come to project week with slicer built on your laptop.&lt;br /&gt;
## Projects to develop extension modules should work with the [http://viewvc.slicer.org/viewcvs.cgi/branches/Slicer-3-4/#dirlist Slicer-3-4 branch] (new code should not be checked into the branch).&lt;br /&gt;
## Projects to modify core behavior of slicer should be done on the [http://viewvc.slicer.org/viewcvs.cgi/trunk/ trunk].&lt;br /&gt;
&lt;br /&gt;
==Attendee List==&lt;br /&gt;
If you plan to attend, please add your name here.&lt;br /&gt;
&lt;br /&gt;
#Ron Kikinis, BWH (NA-MIC, NAC, NCIGT)&lt;br /&gt;
#Clare Tempany, BWH (NCIGT)&lt;br /&gt;
#Tina Kapur, BWH (NA-MIC, NCIGT)&lt;br /&gt;
#Steve Pieper, Isomics Inc&lt;br /&gt;
#Jim Miller, GE Research&lt;br /&gt;
#Xiaodong Tao, GE Research&lt;br /&gt;
#Randy Gollub, MGH&lt;br /&gt;
#Nicole Aucoin, BWH (NA-MIC) (Attending Tuesday-Friday)&lt;br /&gt;
#Dan Marcus, WUSTL&lt;br /&gt;
#Junichi Tokuda, BWH (NCIGT)&lt;br /&gt;
#Alex Gouaillard, Harvard Systems Biology&lt;br /&gt;
#Arnaud Gelas, Harvard Systems Biology &lt;br /&gt;
#Kishore Mosanliganti, Harvard Systems Biology&lt;br /&gt;
#Lydie Souhait, Harvard Systems Biology&lt;br /&gt;
#Luis Ibanez, Kitware Inc (Attending: Monday/Tuesday/Wednesday)&lt;br /&gt;
#Vincent Magnotta, UIowa&lt;br /&gt;
#Hans Johnson, UIowa&lt;br /&gt;
#Xenios Papademetris, Yale&lt;br /&gt;
#Gregory S. Fischer, WPI (Mon, Tue, Wed)&lt;br /&gt;
#Daniel Blezek, Mayo (Tue-Fri)&lt;br /&gt;
#Danielle Pace, Robarts Research Institute / UWO&lt;br /&gt;
#Clement Vachet, UNC-Chapel Hill&lt;br /&gt;
#Dave Welch, UIowa&lt;br /&gt;
#Demian Wassermann, Odyssée lab, INRIA, France&lt;br /&gt;
#Manasi Ramachandran, UIowa&lt;br /&gt;
#Greg Sharp, MGH&lt;br /&gt;
#Rui Li, MGH&lt;br /&gt;
#Mehdi Esteghamatian, Robarts Research Institute / UWO&lt;br /&gt;
#Misha Milchenko, WUSTL&lt;br /&gt;
#Kevin Archie, WUSTL&lt;br /&gt;
#Tim Olsen, WUSTL&lt;br /&gt;
#Wendy Plesniak BWH (NAC)&lt;br /&gt;
#Haiying Liu BWH (NCIGT)&lt;br /&gt;
#Curtis Lisle, KnowledgeVis / Isomics&lt;br /&gt;
#Diego Cantor, Robarts Research Institute / UWO&lt;br /&gt;
#Daniel Haehn, BWH&lt;br /&gt;
#Nicolas Rannou, BWH&lt;br /&gt;
#Sylvain Jaume, MIT&lt;br /&gt;
#Alex Yarmarkovich, Isomics&lt;br /&gt;
#Marco Ruiz, UCSD&lt;br /&gt;
#Andriy Fedorov, BWH (NA-MIC)&lt;br /&gt;
#Harish Doddi, Stanford University&lt;br /&gt;
#Saikat Pal, Stanford University&lt;br /&gt;
#Scott Hoge, BWH (NCIGT)&lt;br /&gt;
#Vandana Mohan, Georgia Tech&lt;br /&gt;
#Ivan Kolosev, Georgia Tech&lt;br /&gt;
#Behnood Gholami, Georgia Tech&lt;br /&gt;
#James Balter, U Michigan&lt;br /&gt;
#Dan McShan, U Michigan&lt;br /&gt;
#Zhou Shen, U Michigan&lt;br /&gt;
#Maria Francesca Spadea, Italy&lt;br /&gt;
#Lining Yang, Siemens Corporate Research&lt;br /&gt;
#Beatriz Paniagua, UNC-Chapel Hill&lt;br /&gt;
#Bennett Landman, Johns Hopkins University &lt;br /&gt;
#Snehashis Roy, Johns Hopkins University&lt;br /&gt;
#Marta Peroni, Politecnico di Milano&lt;br /&gt;
#Sebastien Barre, Kitware, Inc.&lt;br /&gt;
#Samuel Gerber, SCI University of Utah&lt;br /&gt;
#Ran Tao, SCI University of Utah&lt;br /&gt;
#Marcel Prastawa, SCI University of Utah&lt;br /&gt;
#Katie Hayes, BWH (NA-MIC)&lt;br /&gt;
#Sonia Pujol, BWH (NA-MIC)&lt;br /&gt;
#Andras Lasso, Queen's University&lt;br /&gt;
#Yong Gao, MGH&lt;br /&gt;
#Minjeong Kim, UNC-Chapel Hill&lt;br /&gt;
#Guorong Wu, UNC-Chapel Hill&lt;br /&gt;
#Jeffrey Yager, UIowa&lt;br /&gt;
#Yanling Liu, SAIC/NCI-Frederick&lt;br /&gt;
#Ziv Yaniv, Georgetown&lt;br /&gt;
#Bjoern Menze, MIT&lt;br /&gt;
#Vidya Rajagopalan, Virginia Tech&lt;br /&gt;
#Sandy Wells, BWH (NAC, NCIGT)&lt;br /&gt;
#Lilla Zollei, MGH (NAC)&lt;br /&gt;
#Lauren O'Donnell, BWH&lt;br /&gt;
#Florin Talos, BWH (NAC)&lt;br /&gt;
#Nobuhiko Hata, BWH (NCIGT)&lt;br /&gt;
#Alark Joshi, Yale&lt;br /&gt;
#Yogesh Rathi, BWH&lt;br /&gt;
#Jimi Malcolm, BWH&lt;br /&gt;
#Dustin Scheinost, Yale&lt;br /&gt;
#Dominique Belhachemi, Yale&lt;br /&gt;
#Sam Song, JHU&lt;br /&gt;
#Nathan Cho, JHU&lt;br /&gt;
#Julien de Siebenthal, BWH&lt;br /&gt;
#Peter Savadjiev, BWH&lt;br /&gt;
#Carl-Fredrik Westin, BWH&lt;br /&gt;
#John Melonakos, AccelerEyes (Wed &amp;amp; Thu morning)&lt;br /&gt;
#Yi Gao, Georgia Tech&lt;br /&gt;
#Sylvain Bouix, BWH&lt;br /&gt;
#Zhexing Liu, UNC-CH&lt;br /&gt;
#Eric Melonakos, BWH&lt;br /&gt;
#Lei Qin, BWH&lt;br /&gt;
#Giovanna Danagoulian, BWH&lt;br /&gt;
#Andrew Rausch, BWH (1st day only)&lt;br /&gt;
#Haytham Elhawary, BWH&lt;br /&gt;
#Jayender Jagadeesan, BWH&lt;br /&gt;
#Marek Kubicki, BWH&lt;br /&gt;
#Doug Terry, BWH&lt;br /&gt;
#Nathan Hageman, LONI (UCLA)&lt;br /&gt;
#Dana Peters, Beth Israel Deaconess&lt;br /&gt;
#Sun Woo Lee, BWH&lt;br /&gt;
#  Melanie Grebe, Siemens Corporate Research&lt;br /&gt;
# Megumi Nakao, BWH/NAIST&lt;br /&gt;
# Moti Freiman, The Hebrew Univ. of Jerusalem&lt;br /&gt;
#Jack Blevins, Acoustic Med Systems&lt;br /&gt;
#Michael Halle, BWH&lt;br /&gt;
#Amanda Peters, Harvard SEAS&lt;br /&gt;
#Joe Stam, NVIDIA (Wednesday, Thursday)&lt;br /&gt;
#Petter Risholm, BWH (NCIGT)&lt;br /&gt;
#Kimberly Powell, NVIDIA (Wednesday)&lt;br /&gt;
&lt;br /&gt;
== Logistics ==&lt;br /&gt;
*'''Dates:''' June 22-26, 2009&lt;br /&gt;
*'''Location:''' MIT. [[Meeting_Locations:MIT_Grier_A_%26B|Grier Rooms A &amp;amp; B: 34-401A &amp;amp; 34-401B]].&lt;br /&gt;
*'''Registration Fee:''' $260 (covers the cost of breakfast, lunch and coffee breaks for the week). Due by Friday, June 12th, 2009. Please make checks out to &amp;quot;Massachusetts Institute of Technology&amp;quot; and mail to: Donna Kaufman, MIT, 77 Massachusetts Ave., 38-409a, Cambridge, MA 02139.  Receipts will be provided by email as checks are received.  Please send questions to dkauf at mit.edu. '''If this is your first event and you are attending for only one day, the registration fee is waived.'''  Please let us know, so that we can cover the costs with one of our grants.&lt;br /&gt;
*'''Registration Method''' Add your name to the Attendee List section of this page&lt;br /&gt;
*'''Hotel:''' We have a group rate of $189/night (plus tax) at the Le Meridien (which used to be the Hotel at MIT). [http://www.starwoodmeeting.com/Book/MITDECSE  Please click here to reserve.] This rate is good only through June 1.&lt;br /&gt;
*Here is some information about several other Boston area hotels that are convenient to NA-MIC events: [[Boston_Hotels|Boston_Hotels]]. Summer is tourist season in Boston, so please book your rooms early.&lt;br /&gt;
*2009 Summer Project Week [[NA-MIC/Projects/Theme/Template|'''Template''']]&lt;br /&gt;
*[[2008_Summer_Project_Week#Projects|Last Year's Projects as a reference]]&lt;br /&gt;
*For hosting projects, we are planning to make use of the NITRC resources.  See [[NA-MIC_and_NITRC | Information about NITRC Collaboration]]&lt;/div&gt;</summary>
		<author><name>Jvs</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2009_Summer_Project_Week&amp;diff=38471</id>
		<title>2009 Summer Project Week</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2009_Summer_Project_Week&amp;diff=38471"/>
		<updated>2009-06-09T19:14:32Z</updated>

		<summary type="html">&lt;p&gt;Jvs: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Back to [[Project Events]], [[Events]]&lt;br /&gt;
&lt;br /&gt;
[[Image:PW2009-v3.png|300px]]&lt;br /&gt;
&lt;br /&gt;
*'''Dates:''' June 22-26, 2009&lt;br /&gt;
*'''Location:''' MIT. [[Meeting_Locations:MIT_Grier_A_%26B|Grier Rooms A &amp;amp; B: 34-401A &amp;amp; 34-401B]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Introduction to the FIRST JOINT PROJECT WEEK==&lt;br /&gt;
&lt;br /&gt;
We are pleased to announce the FIRST JOINT PROJECT WEEK of hands-on research and development activity for Image-Guided Therapy and Neuroscience applications.  Participants will engage in open source programming using the [[NA-MIC-Kit|NA-MIC Kit]], algorithm design, medical imaging sequence development, tracking experiments, and clinical application. The main goal of this event is to move forward the translational research deliverables of the sponsoring centers and their collaborators. Active and potential collaborators are encouraged and welcome to attend this event. This event will be set up to maximize informal interaction between participants.  &lt;br /&gt;
&lt;br /&gt;
Active preparation will begin on''' Thursday, April 16th at 3pm ET''', with a kick-off teleconference.  Invitations to this call will be sent to members of the sponsoring communities, their collaborators, past attendees of the event, as well as any parties who have expressed an interest in working with these centers. The main goal of the kick-off call is to get an idea of which groups/projects will be active at the upcoming event, and to ensure that there is sufficient coverage for all. Subsequent teleconferences will allow for more focused discussions on individual projects and allow the hosts to finalize the project teams, consolidate any common components, and identify topics that should be discussed in breakout sessions. In the final days leading upto the meeting, all project teams will be asked to fill in a template page on this wiki that describes the objectives and plan of their projects.  &lt;br /&gt;
&lt;br /&gt;
The event itself will start off with a short presentation by each project team, driven using their previously created description, and will help all participants get acquainted with others who are doing similar work. In the rest of the week, about half the time will be spent in breakout discussions on topics of common interest of subsets of the attendees, and the other half will be spent in project teams, doing hands-on project work.  The hands-on activities will be done in 30-50 small teams of size 2-4, each with a mix of multi-disciplinary expertise.  To facilitate this work, a large room at MIT will be setup with several tables, with internet and power access, and each computer software development based team will gather on a table with their individual laptops, connect to the internet to download their software and data, and be able to work on their projects.  Teams working on projects that require the use of medical devices will proceed to Brigham and Women's Hospital and carry out their experiments there. On the last day of the event, a closing presentation session will be held in which each project team will present a summary of what they accomplished during the week.&lt;br /&gt;
&lt;br /&gt;
This event is part of the translational research efforts of [http://www.na-mic.org NA-MIC], [http://www.ncigt.org NCIGT], [http://nac.spl.harvard.edu/ NAC], [http://catalyst.harvard.edu/home.html Harvard Catalyst], and [http://www.cimit.org CIMIT].  It is an expansion of the NA-MIC Summer Project Week that has been held annually since 2005. It will be held every summer at MIT and Brigham and Womens Hospital in Boston, typically during the last full week of June, and in Salt Lake City in the winter, typically during the second week of January.  &lt;br /&gt;
&lt;br /&gt;
A summary of all past NA-MIC Project Events that this FIRST JOINT EVENT is based on is available [[Project_Events#Past|here]].&lt;br /&gt;
&lt;br /&gt;
== Agenda==&lt;br /&gt;
* Monday &lt;br /&gt;
** noon-1pm lunch &lt;br /&gt;
**1pm: Welcome (Ron Kikinis)&lt;br /&gt;
** 1:05-3:30pm Introduce [[#Projects|Projects]] using templated wiki pages (all Project Leads) ([http://wiki.na-mic.org/Wiki/index.php/Project_Week/Template Wiki Template]) &lt;br /&gt;
** 3:30-5:30pm Start project work&lt;br /&gt;
* Tuesday &lt;br /&gt;
** 8:30am breakfast&lt;br /&gt;
**9:30-10am: NA-MIC Kit Overview (Jim Miller)&lt;br /&gt;
** 10-10:30am Slicer 3.4 Update (Steve Pieper)&lt;br /&gt;
** 10:30-11am Slicer IGT and Imaging Kit Update Update (Noby Hata, Scott Hoge)&lt;br /&gt;
** 11am-12:00pm Breakout Session: [[2009 Project Week Breakout Session: Slicer-Python]] (Demian W)&lt;br /&gt;
** noon lunch&lt;br /&gt;
** 2:30pm-5pm: [[2009 Project Week Data Clinic|Data Clinic]] (Ron Kikinis)&lt;br /&gt;
** 5:30pm adjourn for day&lt;br /&gt;
* Wednesday &lt;br /&gt;
** 8:30am breakfast&lt;br /&gt;
** 9am-12pm Breakout Session: [[2009 Project Week Breakout Session: ITK]] (Luis Ibanez)&lt;br /&gt;
** noon lunch&lt;br /&gt;
** 2:30pm: Breakout Session: [[2009 Project Week Breakout Session: 3D+T Microscopy Cell Dataset Segmentation]] (Alex G.)&lt;br /&gt;
** 5:30pm adjourn for day&lt;br /&gt;
* Thursday&lt;br /&gt;
** 8:30am breakfast&lt;br /&gt;
** 9-11pm Tutorial Contest Presentations&lt;br /&gt;
** noon lunch&lt;br /&gt;
** 2:30pm: Breakout Session: [[2009 Project Week Breakout Session: XNAT for Programmers]] (Dan M.)&lt;br /&gt;
** 5:30pm adjourn for day&lt;br /&gt;
* Friday &lt;br /&gt;
** 8:30am breakfast&lt;br /&gt;
** 10am-noon: [[Events:TutorialContestJune2009|Tutorial Contest Winner Announcement]] and [[#Projects|Project Progress Updates]]&lt;br /&gt;
*** Noon: Lunch boxes and adjourn by 1:30pm.&lt;br /&gt;
***We need to empty room by 1:30.  You are welcome to use wireless in Stata.&lt;br /&gt;
***Please sign up for the developer [http://www.slicer.org/pages/Mailinglist mailing lists]&lt;br /&gt;
***Next Project Week [[AHM_2010|in Utah, January 4-8, 2010]]&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
&lt;br /&gt;
The list of projects for this week will go here.&lt;br /&gt;
=== Collaboration Projects ===&lt;br /&gt;
#[[2009_Summer_Project_Week_Project_Segmentation_of_Muscoskeletal_Images]] (Saikat Pal)&lt;br /&gt;
#[[2009_Summer_Project_Week_4D_Imaging| 4D Imaging (Perfusion, Cardiac, etc.) ]] (Junichi Tokuda)&lt;br /&gt;
#[[2009_Summer_Project_Week_Liver_Ablation_Slicer|Liver Ablation in Slicer]] (Haiying Liu)&lt;br /&gt;
#[[2009_Summer_Project_Week_Slicer3_Brainlab_Introduction|SLicer3, BioImage Suite and Brainlab - Introduction to UCLA]] (Haiying Liu)&lt;br /&gt;
#[[2009_Summer_Project_Week_Slicer3_Adaptive_Radiotherapy|Adaptive Radiotherapy - Deformable registration and DICOMRT]] (Greg Sharp)&lt;br /&gt;
#[[2009_Summer_Project_Week_Multimodal_SPL_Brain_Atlas|Segmentation of thalamic nuclei from DTI]] (Ion-Florin Talos)&lt;br /&gt;
#[[2009_Summer_Project_Week_Slicer3_Fibre_Dispersion|Slicer module for the computation of fibre dispersion and curving measures]] (Peter Savadjiev, C-F Westin)&lt;br /&gt;
#[[2009_Summer_Project_Week_Slicer3_XNAT_UI | XNAT user interface improvements for NA-MIC]] (Dan M, Florin, Ron, Wendy, Tim, Misha)&lt;br /&gt;
#[[2009_Summer_Project_Week_Hageman_FMTractography | Fluid mechanics tractography and visualization]] (Nathan Hageman UCLA)&lt;br /&gt;
#[[2009_Summer_Project_Week_Hageman_DTIDigitalPhantom | DTI digital phantom generator to create validation data sets - webservice/cmdlin module/binaries are downloadable from UCLA ]] (Nathan Hageman UCLA)&lt;br /&gt;
#[[2009_Summer_Project_Week_Slicer3_Cortical_Thickness_Pipeline|Cortical Thickness Pipeline (Clement Vachet)]]&lt;br /&gt;
#[[2009_Summer_Project_Week_Slicer3_Brainlab_Demo|Demo Brainlab-BioImage Suite-Slicer in BWH OR (Haiying, Isaiah, Nathan Hageman, Haytham)]]&lt;br /&gt;
#[[2009_Summer_Project_Week_Skull_Stripping | Skull Stripping]] (Xiaodong, Snehashis Roy, Nicole Aucoin)&lt;br /&gt;
#[[2009_Summer_Project_Week_HAMMER_Registration | HAMMER Registration]] (Guorong Wu, Xiaodong Tao, Jim Miller)&lt;br /&gt;
#[[2009_Summer_Project_Week_WML_SEgmentation |White Matter Lesion segmentation]] (Minjeong Kim, Xiaodong Tao, Jim Miller)&lt;br /&gt;
#[[2009_Summer_Project_Week-FastMarching_for_brain_tumor_segmentation |FastMarching for brain tumor segmentation]] (Fedorov, GeorgiaTech)&lt;br /&gt;
#[[2009_Summer_Project_Week_Meningioma_growth_simulation|Meningioma growth simulation]] (Fedorov, Marcel, Ron)&lt;br /&gt;
#[[2009_Summer_Project_Week_Automatic_Brain_MRI_Pipeline|Automatic brain MRI processing pipeline]] (Marcel, Hans)&lt;br /&gt;
#[[2009_Summer_Project_Week_XNAT_i2b2|XNAT integration into Harvard Catalyst i2b2 framework]] (Yong, Dan Marcus)&lt;br /&gt;
#[[2009_Summer_Project_Week_Spherical_Mesh_Diffeomorphic_Demons_Registration |Spherical Mesh Diffeomorphic Demons Registration]] (Luis Ibanez,Thomas Yeo, Polina Goland),  - (Mon, Tue, Wed)&lt;br /&gt;
#[[2009_Summer_Project_Week_MRSI-Module|MRSI Module]] (Bjoern Menze, Jeff Yager, Vince Magnotta)&lt;br /&gt;
#[[Measuring Alcohol Stress Interaction]] (Vidya Rajgopalan, Andrey Fedorov)&lt;br /&gt;
#[[2009_Summer_Project_Week_DWI_/_DTI_QC_and_Prepare_Tool:_DTIPrep | DWI/DTI QC and Preparation Tool: DTIPrep]] (Zhexing Liu)&lt;br /&gt;
#[[2009_Summer_Project_Week_XNATFS | XNAT File System with FUSE]] (Dan Marcus, Dan Blezek, Tim Olsen)&lt;br /&gt;
&lt;br /&gt;
===IGT Projects:===&lt;br /&gt;
#[[2009_Summer_Project_Week_Prostate_Robotics |Prostate Robotics]] (Junichi, Sam, Nathan Cho, Jack),  - Mon, Tue, Thursday 7pm-midnight)&lt;br /&gt;
#[[2009_Summer_Project_Week_4D_Gated_US_In_Slicer |Gated 4D ultrasound reconstruction for Slicer3]] (Danielle Pace)&lt;br /&gt;
# [[Integration of stereo video into Slicer3]] (Mehdi Esteghamatian)&lt;br /&gt;
#[[2009_Summer_Project_Week_Statistical_Toolbox |multi-modality statistical toolbox for MR T1, T2, fMRI, DTI data]] (Diego Cantor, Sylvain Jaume, Nicholas, Noby)&lt;br /&gt;
&lt;br /&gt;
===NA-MIC Engineering Projects===&lt;br /&gt;
# [[Summer2009:Using_ITK_in_python| Using ITK in python]] (Steve, Demian, Jim)&lt;br /&gt;
# [[Summer2009:Implementing_parallelism_in_python| Taking advantage of multicore machines &amp;amp; clusters with python]] (Julien de Siebenthal, Sylvain Bouix)&lt;br /&gt;
# [[Summer2009:Using_client_server_paradigm_with_python_and_slicer| Deferring heavy computational tasks with python]] (Julien de Siebenthal, Sylvain Bouix)&lt;br /&gt;
# [[2009_Summer_Project_Week_VTK_3D_Widgets_In_Slicer3|VTK 3d Widgets in Slicer3]] (Nicole, Karthik, Sebastien, Wendy)&lt;br /&gt;
# [[2009_Summer_Project_Week_Colors_Module |Updates to Slicer3 Colors module]] (Nicole)&lt;br /&gt;
# [[EMSegment|EM Segment]] (Sylvain Jaume, Nicolas Rannou)&lt;br /&gt;
# [[Plug-In 3D Viewer based on XIP|Plug-in 3D Viewer based on XIP]] (Lining Yang, Melanie Grebe)&lt;br /&gt;
# [[MeshingSummer2009 | IAFE Mesh Modules - improvements and testing]] (Curt, Steve, Vince)&lt;br /&gt;
# [[Slicer3 Informatics Workflow Design &amp;amp; XNAT updates | Slicer3 Informatics Workflow Design &amp;amp; XNAT updates for Slicer]] (Wen, Steve, Dan M, Dan B)&lt;br /&gt;
# [[BSpline Registration in Slicer3 | BSpline Registration in Slicer3]] (Samuel Gerber,Jim Miller, Ross Whitaker)&lt;br /&gt;
# [[EPI Correction in Slicer3 | EPI Correction in Slicer3]] (Ran Tao, Jim Miller, Sylvain Bouix, Tom Fletcher, Ross Whitaker, Julien de Siebenthal)&lt;br /&gt;
# [[Summer2009:Registration reproducibility in Slicer|Registration reproducibility in Slicer3]] (Andriy, Luis, Bill, Jim, Steve)&lt;br /&gt;
# [[Summer2009:The Vascular Modeling Toolkit in 3D Slicer | The Vascular Modeling Toolkit in 3D Slicer]] (Daniel Haehn)&lt;br /&gt;
# [[Summer2009:Extension of the Command Line XML Syntax/Interface | Extension of the Command Line XML Syntax/Interface]] (Bennett Landman)&lt;br /&gt;
&lt;br /&gt;
===CUDA Projects===&lt;br /&gt;
#[[2009_Summer_Project_Week_Registration_for_RT|2d/3d Registration (and GPGPU acceleration) for Radiation Therapy]] (Sandy Wells, James Balter, and others)&lt;br /&gt;
#[[2009_Summer_Project_Week_Statistical_Toolbox |multi-modality statistical toolbox for MR T1, T2, fMRI, DTI data]] (Diego Cantor, Sylvain Jaume, Nicholas, Noby)&lt;br /&gt;
#[[2009_Summer_Project_Week_Dose_Calculation |accelerate calculation for LDR seeds]] (Jack Blevins)&lt;br /&gt;
#[[2009_Summer_Project_Week_Cone_Beam_backprojection]](Zhou Shen, Greg Sharp, James Balter)&lt;br /&gt;
#[[2009_Summer_project_week_3d_Deformable_alignment]](Dan McShan, Greg Sharp, ??)&lt;br /&gt;
# [[Summer2009:Using_CUDA_for_stochastic_tractography| Developing realtime feedback using CUDA]] (Julien de Siebenthal, Sylvain Bouix)&lt;br /&gt;
&lt;br /&gt;
== Preparation ==&lt;br /&gt;
&lt;br /&gt;
# Please make sure that you are on the http://public.kitware.com/cgi-bin/mailman/listinfo/na-mic-project-week mailing list&lt;br /&gt;
# Join the kickoff TCON on April 16, 3pm ET.&lt;br /&gt;
# [[Engineering:TCON_2009|June 18 TCON]] at 3pm ET to tie loose ends.  Anyone with un-addressed questions should call.&lt;br /&gt;
# By 3pm ET on June 11, 2009: [[Project_Week/Template|Complete a templated wiki page for your project]]. Please do not edit the template page itself, but create a new page for your project and cut-and-paste the text from this template page.  If you have questions, please send an email to tkapur at bwh.harvard.edu.&lt;br /&gt;
# By 3pm on June 18, 2009: Create a directory for each project on the [[Engineering:SandBox|NAMIC Sandbox]] (Zack)&lt;br /&gt;
## Commit on each sandbox directory the code examples/snippets that represent our first guesses of appropriate methods. (Luis and Steve will help with this, as needed)&lt;br /&gt;
## Gather test images in any of the Data sharing resources we have (e.g. the BIRN). These ones don't have to be many. At least three different cases, so we can get an idea of the modality-specific characteristics of these images. Put the IDs of these data sets on the wiki page. (the participants must do this.)&lt;br /&gt;
## Setup nightly tests on a separate Dashboard, where we will run the methods that we are experimenting with. The test should post result images and computation time. (Zack)&lt;br /&gt;
# Please note that by the time we get to the project event, we should be trying to close off a project milestone rather than starting to work on one...&lt;br /&gt;
# People doing Slicer related projects should come to project week with slicer built on your laptop.&lt;br /&gt;
## Projects to develop extension modules should work with the [http://viewvc.slicer.org/viewcvs.cgi/branches/Slicer-3-4/#dirlist Slicer-3-4 branch] (new code should not be checked into the branch).&lt;br /&gt;
## Projects to modify core behavior of slicer should be done on the [http://viewvc.slicer.org/viewcvs.cgi/trunk/ trunk].&lt;br /&gt;
&lt;br /&gt;
==Attendee List==&lt;br /&gt;
If you plan to attend, please add your name here.&lt;br /&gt;
&lt;br /&gt;
#Ron Kikinis, BWH (NA-MIC, NAC, NCIGT)&lt;br /&gt;
#Clare Tempany, BWH (NCIGT)&lt;br /&gt;
#Tina Kapur, BWH (NA-MIC, NCIGT)&lt;br /&gt;
#Steve Pieper, Isomics Inc&lt;br /&gt;
#Jim Miller, GE Research&lt;br /&gt;
#Xiaodong Tao, GE Research&lt;br /&gt;
#Randy Gollub, MGH&lt;br /&gt;
#Nicole Aucoin, BWH (NA-MIC) (Attending Tuesday-Friday)&lt;br /&gt;
#Dan Marcus, WUSTL&lt;br /&gt;
#Junichi Tokuda, BWH (NCIGT)&lt;br /&gt;
#Alex Gouaillard, Harvard Systems Biology&lt;br /&gt;
#Arnaud Gelas, Harvard Systems Biology &lt;br /&gt;
#Kishore Mosanliganti, Harvard Systems Biology&lt;br /&gt;
#Lydie Souhait, Harvard Systems Biology&lt;br /&gt;
#Luis Ibanez, Kitware Inc (Attending: Monday/Tuesday/Wednesday)&lt;br /&gt;
#Vincent Magnotta, UIowa&lt;br /&gt;
#Hans Johnson, UIowa&lt;br /&gt;
#Xenios Papademetris, Yale&lt;br /&gt;
#Gregory S. Fischer, WPI (Mon, Tue, Wed)&lt;br /&gt;
#Daniel Blezek, Mayo (Tue-Fri)&lt;br /&gt;
#Danielle Pace, Robarts Research Institute / UWO&lt;br /&gt;
#Clement Vachet, UNC-Chapel Hill&lt;br /&gt;
#Dave Welch, UIowa&lt;br /&gt;
#Demian Wassermann, Odyssée lab, INRIA, France&lt;br /&gt;
#Manasi Ramachandran, UIowa&lt;br /&gt;
#Greg Sharp, MGH&lt;br /&gt;
#Rui Li, MGH&lt;br /&gt;
#Mehdi Esteghamatian, Robarts Research Institute / UWO&lt;br /&gt;
#Misha Milchenko, WUSTL&lt;br /&gt;
#Kevin Archie, WUSTL&lt;br /&gt;
#Tim Olsen, WUSTL&lt;br /&gt;
#Wendy Plesniak BWH (NAC)&lt;br /&gt;
#Haiying Liu BWH (NCIGT)&lt;br /&gt;
#Curtis Lisle, KnowledgeVis / Isomics&lt;br /&gt;
#Diego Cantor, Robarts Research Institute / UWO&lt;br /&gt;
#Daniel Haehn, BWH&lt;br /&gt;
#Nicolas Rannou, BWH&lt;br /&gt;
#Sylvain Jaume, MIT&lt;br /&gt;
#Alex Yarmarkovich, Isomics&lt;br /&gt;
#Marco Ruiz, UCSD&lt;br /&gt;
#Andriy Fedorov, BWH (NA-MIC)&lt;br /&gt;
#Harish Doddi, Stanford University&lt;br /&gt;
#Saikat Pal, Stanford University&lt;br /&gt;
#Scott Hoge, BWH (NCIGT)&lt;br /&gt;
#Vandana Mohan, Georgia Tech&lt;br /&gt;
#Ivan Kolosev, Georgia Tech&lt;br /&gt;
#Behnood Gholami, Georgia Tech&lt;br /&gt;
#James Balter, U Michigan&lt;br /&gt;
#Dan McShan, U Michigan&lt;br /&gt;
#Zhou Shen, U Michigan&lt;br /&gt;
#Maria Francesca Spadea, Italy&lt;br /&gt;
#Lining Yang, Siemens Corporate Research&lt;br /&gt;
#Beatriz Paniagua, UNC-Chapel Hill&lt;br /&gt;
#Bennett Landman, Johns Hopkins University &lt;br /&gt;
#Snehashis Roy, Johns Hopkins University&lt;br /&gt;
#Marta Peroni, Politecnico di Milano&lt;br /&gt;
#Sebastien Barre, Kitware, Inc.&lt;br /&gt;
#Samuel Gerber, SCI University of Utah&lt;br /&gt;
#Ran Tao, SCI University of Utah&lt;br /&gt;
#Marcel Prastawa, SCI University of Utah&lt;br /&gt;
#Katie Hayes, BWH (NA-MIC)&lt;br /&gt;
#Sonia Pujol, BWH (NA-MIC)&lt;br /&gt;
#Andras Lasso, Queen's University&lt;br /&gt;
#Yong Gao, MGH&lt;br /&gt;
#Minjeong Kim, UNC-Chapel Hill&lt;br /&gt;
#Guorong Wu, UNC-Chapel Hill&lt;br /&gt;
#Jeffrey Yager, UIowa&lt;br /&gt;
#Yanling Liu, SAIC/NCI-Frederick&lt;br /&gt;
#Ziv Yaniv, Georgetown&lt;br /&gt;
#Bjoern Menze, MIT&lt;br /&gt;
#Vidya Rajagopalan, Virginia Tech&lt;br /&gt;
#Sandy Wells, BWH (NAC, NCIGT)&lt;br /&gt;
#Lilla Zollei, MGH (NAC)&lt;br /&gt;
#Lauren O'Donnell, BWH&lt;br /&gt;
#Florin Talos, BWH (NAC)&lt;br /&gt;
#Nobuhiko Hata, BWH (NCIGT)&lt;br /&gt;
#Alark Joshi, Yale&lt;br /&gt;
#Yogesh Rathi, BWH&lt;br /&gt;
#Jimi Malcolm, BWH&lt;br /&gt;
#Dustin Scheinost, Yale&lt;br /&gt;
#Dominique Belhachemi, Yale&lt;br /&gt;
#Sam Song, JHU&lt;br /&gt;
#Nathan Cho, JHU&lt;br /&gt;
#Julien de Siebenthal, BWH&lt;br /&gt;
#Peter Savadjiev, BWH&lt;br /&gt;
#Carl-Fredrik Westin, BWH&lt;br /&gt;
#John Melonakos, AccelerEyes (Wed &amp;amp; Thu morning)&lt;br /&gt;
#Yi Gao, Georgia Tech&lt;br /&gt;
#Sylvain Bouix, BWH&lt;br /&gt;
#Zhexing Liu, UNC-CH&lt;br /&gt;
#Eric Melonakos, BWH&lt;br /&gt;
#Lei Qin, BWH&lt;br /&gt;
#Giovanna Danagoulian, BWH&lt;br /&gt;
#Andrew Rausch, BWH (1st day only)&lt;br /&gt;
#Haytham Elhawary, BWH&lt;br /&gt;
#Jayender Jagadeesan, BWH&lt;br /&gt;
#Marek Kubicki, BWH&lt;br /&gt;
#Doug Terry, BWH&lt;br /&gt;
#Nathan Hageman, LONI (UCLA)&lt;br /&gt;
#Dana Peters, Beth Israel Deaconess&lt;br /&gt;
#Sun Woo Lee, BWH&lt;br /&gt;
#  Melanie Grebe, Siemens Corporate Research&lt;br /&gt;
# Megumi Nakao, BWH/NAIST&lt;br /&gt;
# Moti Freiman, The Hebrew Univ. of Jerusalem&lt;br /&gt;
#Jack Blevins, Acoustic Med Systems&lt;br /&gt;
#Michael Halle, BWH&lt;br /&gt;
#Amanda Peters, Harvard SEAS&lt;br /&gt;
#Joe Stam, NVIDIA (Wednesday, Thursday)&lt;br /&gt;
#Petter Risholm, BWH (NCIGT)&lt;br /&gt;
#Kimberly Powell, NVIDIA (Wednesday)&lt;br /&gt;
&lt;br /&gt;
== Logistics ==&lt;br /&gt;
*'''Dates:''' June 22-26, 2009&lt;br /&gt;
*'''Location:''' MIT. [[Meeting_Locations:MIT_Grier_A_%26B|Grier Rooms A &amp;amp; B: 34-401A &amp;amp; 34-401B]].&lt;br /&gt;
*'''Registration Fee:''' $260 (covers the cost of breakfast, lunch and coffee breaks for the week). Due by Friday, June 12th, 2009. Please make checks out to &amp;quot;Massachusetts Institute of Technology&amp;quot; and mail to: Donna Kaufman, MIT, 77 Massachusetts Ave., 38-409a, Cambridge, MA 02139.  Receipts will be provided by email as checks are received.  Please send questions to dkauf at mit.edu. '''If this is your first event and you are attending for only one day, the registration fee is waived.'''  Please let us know, so that we can cover the costs with one of our grants.&lt;br /&gt;
*'''Registration Method''' Add your name to the Attendee List section of this page&lt;br /&gt;
*'''Hotel:''' We have a group rate of $189/night (plus tax) at the Le Meridien (which used to be the Hotel at MIT). [http://www.starwoodmeeting.com/Book/MITDECSE  Please click here to reserve.] This rate is good only through June 1.&lt;br /&gt;
*Here is some information about several other Boston area hotels that are convenient to NA-MIC events: [[Boston_Hotels|Boston_Hotels]]. Summer is tourist season in Boston, so please book your rooms early.&lt;br /&gt;
*2009 Summer Project Week [[NA-MIC/Projects/Theme/Template|'''Template''']]&lt;br /&gt;
*[[2008_Summer_Project_Week#Projects|Last Year's Projects as a reference]]&lt;br /&gt;
*For hosting projects, we are planning to make use of the NITRC resources.  See [[NA-MIC_and_NITRC | Information about NITRC Collaboration]]&lt;/div&gt;</summary>
		<author><name>Jvs</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=Summer2009:Using_CUDA_for_stochastic_tractography&amp;diff=38470</id>
		<title>Summer2009:Using CUDA for stochastic tractography</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=Summer2009:Using_CUDA_for_stochastic_tractography&amp;diff=38470"/>
		<updated>2009-06-09T19:11:52Z</updated>

		<summary type="html">&lt;p&gt;Jvs: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW2009-v3.png|[[2009_Summer_Project_Week|Project Week Main Page]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* BWH: Julien de Siebenthal, Sylvain Bouix&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
Stochastic tractography does not provide interactive visualization so far due to its intensive computational needs. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
Idea would be to visualize online paths generated in a point of interest like a fiducial. This approach would be based on the online visualization of streamline tractography done by moving a fiducial interactively. &lt;br /&gt;
&lt;br /&gt;
During the summer week, we will continue our work to develop a concrete solution in investigating acceleration means based mainly on CUDA. &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 40%; float: left;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References==&lt;/div&gt;</summary>
		<author><name>Jvs</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=Summer2009:Using_CUDA_for_stochastic_tractography&amp;diff=38469</id>
		<title>Summer2009:Using CUDA for stochastic tractography</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=Summer2009:Using_CUDA_for_stochastic_tractography&amp;diff=38469"/>
		<updated>2009-06-09T19:09:59Z</updated>

		<summary type="html">&lt;p&gt;Jvs: Created page with '__NOTOC__ &amp;lt;gallery&amp;gt; Image:PW2009-v3.png|Project Week Main Page &amp;lt;/gallery&amp;gt;   ==Key Investigators== * BWH: Julien de Siebenthal, Sylvain Bouix  &amp;lt;div st...'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW2009-v3.png|[[2009_Summer_Project_Week|Project Week Main Page]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* BWH: Julien de Siebenthal, Sylvain Bouix&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
Stochastic tractography does not provide easy realtime visualization. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
Idea would be to visualize online ways paths are generated in a point of interest. This approach mimics the online visualization of streamline tractography by moving a fiducial interactively. &lt;br /&gt;
&lt;br /&gt;
During the summer week, we will continue our work to develop a concrete solution in investigating acceleration means based mainly on CUDA. &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 40%; float: left;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References==&lt;/div&gt;</summary>
		<author><name>Jvs</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=Summer2009:Using_client_server_paradigm_with_python_and_slicer&amp;diff=38467</id>
		<title>Summer2009:Using client server paradigm with python and slicer</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=Summer2009:Using_client_server_paradigm_with_python_and_slicer&amp;diff=38467"/>
		<updated>2009-06-09T19:05:20Z</updated>

		<summary type="html">&lt;p&gt;Jvs: Created page with '__NOTOC__ &amp;lt;gallery&amp;gt; Image:PW2009-v3.png|Project Week Main Page &amp;lt;/gallery&amp;gt;   ==Key Investigators== * BWH: Julien de Siebenthal, Sylvain Bouix  &amp;lt;div st...'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW2009-v3.png|[[2009_Summer_Project_Week|Project Week Main Page]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* BWH: Julien de Siebenthal, Sylvain Bouix&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
We are interested to run intensive tasks from the Slicer python directly.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
Our approach is to defer intensive computational task into another process communicating remotely with the Slicer process.&lt;br /&gt;
&lt;br /&gt;
During the summer week, we will discuss improvements on the current implementation and possibly other approaches that could complement ours. &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 40%; float: left;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
Software for enabling a client-server paradigm is done. It uses basic socket mechanism for that purpose and was tested successfully. It mimics CLI modules written in C++.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References==&lt;/div&gt;</summary>
		<author><name>Jvs</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=Summer2009:Implementing_parallelism_in_python&amp;diff=38460</id>
		<title>Summer2009:Implementing parallelism in python</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=Summer2009:Implementing_parallelism_in_python&amp;diff=38460"/>
		<updated>2009-06-09T18:59:13Z</updated>

		<summary type="html">&lt;p&gt;Jvs: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW2009-v3.png|[[2009_Summer_Project_Week|Project Week Main Page]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* BWH: Julien de Siebenthal, Sylvain Bouix&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
We are investigating ways of running computational intensive simulations with the python language. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
Our approach is to subdivide highly intensive computational tasks and profit of the parallelism offered by current multicore machines.&lt;br /&gt;
&lt;br /&gt;
During the summer week, we will discuss improvements on the current implementation and possibly other approaches that could complement ours. &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 40%; float: left;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
Software for parallelizing python tasks is done. It uses parallel python for that purpose and was tested successfully on fat nodes and the cluster at SPL.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References==&lt;/div&gt;</summary>
		<author><name>Jvs</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=Summer2009:Implementing_parallelism_in_python&amp;diff=38454</id>
		<title>Summer2009:Implementing parallelism in python</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=Summer2009:Implementing_parallelism_in_python&amp;diff=38454"/>
		<updated>2009-06-09T18:43:31Z</updated>

		<summary type="html">&lt;p&gt;Jvs: Created page with '__NOTOC__ &amp;lt;gallery&amp;gt; Image:PW2009-v3.png|Project Week Main Page &amp;lt;/gallery&amp;gt;   ==Key Investigators== * BWH: Julien de Siebenthal, Sylvain Bouix  &amp;lt;div st...'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW2009-v3.png|[[2009_Summer_Project_Week|Project Week Main Page]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* BWH: Julien de Siebenthal, Sylvain Bouix&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Objective&amp;lt;/h3&amp;gt;&lt;br /&gt;
We are investigating ways of running highly computational intensive simulations with the python language. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 27%; float: left; padding-right: 3%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Approach, Plan&amp;lt;/h3&amp;gt;&lt;br /&gt;
Our approach is to subdivide highly intensive computational tasks and profit of the parallelism offered by current multicore machines.&lt;br /&gt;
&lt;br /&gt;
During the summer week, we will discuss improvements on the current implementation and possibly other approaches that could complement ours. &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 40%; float: left;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Progress&amp;lt;/h3&amp;gt;&lt;br /&gt;
Software for parallelizing python tasks is done. It uses parallel python for that purpose and was tested successfully on fat nodes and the cluster at SPL.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References==&lt;/div&gt;</summary>
		<author><name>Jvs</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2009_Summer_Project_Week&amp;diff=37969</id>
		<title>2009 Summer Project Week</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2009_Summer_Project_Week&amp;diff=37969"/>
		<updated>2009-06-02T01:53:16Z</updated>

		<summary type="html">&lt;p&gt;Jvs: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Back to [[Project Events]], [[Events]]&lt;br /&gt;
&lt;br /&gt;
*'''Dates:''' June 22-26, 2009&lt;br /&gt;
*'''Location:''' MIT. [[Meeting_Locations:MIT_Grier_A_%26B|Grier Rooms A &amp;amp; B: 34-401A &amp;amp; 34-401B]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Introduction to the FIRST JOINT PROJECT WEEK==&lt;br /&gt;
&lt;br /&gt;
We are pleased to announce the FIRST JOINT PROJECT WEEK of hands-on research and development activity for Image-Guided Therapy and Neuroscience applications.  Participants will engage in open source programming using the [[NA-MIC-Kit|NA-MIC Kit]], algorithm design, medical imaging sequence development, tracking experiments, and clinical application. The main goal of this event is to move forward the translational research deliverables of the sponsoring centers and their collaborators. Active and potential collaborators are encouraged and welcome to attend this event. This event will be set up to maximize informal interaction between participants.  &lt;br /&gt;
&lt;br /&gt;
Active preparation will begin on''' Thursday, April 16th at 3pm ET''', with a kick-off teleconference.  Invitations to this call will be sent to members of the sponsoring communities, their collaborators, past attendees of the event, as well as any parties who have expressed an interest in working with these centers. The main goal of the kick-off call is to get an idea of which groups/projects will be active at the upcoming event, and to ensure that there is sufficient coverage for all. Subsequent teleconferences will allow for more focused discussions on individual projects and allow the hosts to finalize the project teams, consolidate any common components, and identify topics that should be discussed in breakout sessions. In the final days leading upto the meeting, all project teams will be asked to fill in a template page on this wiki that describes the objectives and plan of their projects.  &lt;br /&gt;
&lt;br /&gt;
The event itself will start off with a short presentation by each project team, driven using their previously created description, and will help all participants get acquainted with others who are doing similar work. In the rest of the week, about half the time will be spent in breakout discussions on topics of common interest of subsets of the attendees, and the other half will be spent in project teams, doing hands-on project work.  The hands-on activities will be done in 30-50 small teams of size 2-4, each with a mix of multi-disciplinary expertise.  To facilitate this work, a large room at MIT will be setup with several tables, with internet and power access, and each computer software development based team will gather on a table with their individual laptops, connect to the internet to download their software and data, and be able to work on their projects.  Teams working on projects that require the use of medical devices will proceed to Brigham and Women's Hospital and carry out their experiments there. On the last day of the event, a closing presentation session will be held in which each project team will present a summary of what they accomplished during the week.&lt;br /&gt;
&lt;br /&gt;
This event is part of the translational research efforts of [http://www.na-mic.org NA-MIC], [http://www.ncigt.org NCIGT], [http://nac.spl.harvard.edu/ NAC], [http://catalyst.harvard.edu/home.html Harvard Catalyst], and [http://www.cimit.org CIMIT].  It is an expansion of the NA-MIC Summer Project Week that has been held annually since 2005. It will be held every summer at MIT and Brigham and Womens Hospital in Boston, typically during the last full week of June, and in Salt Lake City in the winter, typically during the second week of January.  &lt;br /&gt;
&lt;br /&gt;
A summary of all past NA-MIC Project Events that this FIRST JOINT EVENT is based on is available [[Project_Events#Past|here]].&lt;br /&gt;
&lt;br /&gt;
== Agenda==&lt;br /&gt;
* Monday &lt;br /&gt;
** noon-1pm lunch &lt;br /&gt;
**1pm: Welcome (Ron Kikinis)&lt;br /&gt;
** 1:05-3:30pm Introduce [[#Projects|Projects]] using templated wiki pages (all Project Leads) ([http://wiki.na-mic.org/Wiki/index.php/Project_Week/Template Wiki Template]) &lt;br /&gt;
** 3:30-5:30pm Start project work&lt;br /&gt;
* Tuesday &lt;br /&gt;
** 8:30am breakfast&lt;br /&gt;
**9:30-10am: NA-MIC Kit Overview (Jim Miller)&lt;br /&gt;
** 10-10:30am Slicer 3.4 Update (Steve Pieper)&lt;br /&gt;
** 10:30-11am Slicer IGT and Imaging Kit Update Update (Noby Hata, Scott Hoge)&lt;br /&gt;
** 11am-12:00pm Breakout Session: [[2009 Project Week Breakout Session: Slicer-Python]] (Demian W)&lt;br /&gt;
** noon lunch&lt;br /&gt;
** 2:30pm-5pm: [[2009 Project Week Data Clinic|Data Clinic]] (Ron Kikinis)&lt;br /&gt;
** 5:30pm adjourn for day&lt;br /&gt;
* Wednesday &lt;br /&gt;
** 8:30am breakfast&lt;br /&gt;
** 9am-12pm Breakout Session: [[2009 Project Week Breakout Session: ITK]] (Luis Ibanez)&lt;br /&gt;
** noon lunch&lt;br /&gt;
** 2:30pm: Breakout Session: [[2009 Project Week Breakout Session: 3D+T Microscopy Cell Dataset Segmentation]] (Alex G.)&lt;br /&gt;
** 5:30pm adjourn for day&lt;br /&gt;
* Thursday&lt;br /&gt;
** 8:30am breakfast&lt;br /&gt;
** 9-11pm Tutorial Contest Presentations&lt;br /&gt;
** noon lunch&lt;br /&gt;
** 2:30pm: Breakout Session: [[2009 Project Week Breakout Session: XNAT]] (Dan M.)&lt;br /&gt;
** 5:30pm adjourn for day&lt;br /&gt;
* Friday &lt;br /&gt;
** 8:30am breakfast&lt;br /&gt;
** 10am-noon: Tutorial Contest Winner Announcement and Project Progress using update [[#Projects|Project Wiki pages]]&lt;br /&gt;
*** Noon: Lunch boxes and adjourn by 1:30pm.&lt;br /&gt;
***We need to empty room by 1:30.  You are welcome to use wireless in Stata.&lt;br /&gt;
***Please sign up for the developer [http://www.slicer.org/pages/Mailinglist mailing lists]&lt;br /&gt;
***Next Project Week [[AHM_2010|in Utah, January 4-8, 2010]]&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
&lt;br /&gt;
The list of projects for this week will go here.&lt;br /&gt;
=== Collaboration Projects ===&lt;br /&gt;
#[[2009_Summer_Project_Week_Project_Segmentation_of_Muscoskeletal_Images]]&lt;br /&gt;
#[[2009_Summer_Project_Week_4D_Imaging| 4D Imaging (Perfusion, Cardiac, etc.) ]] (Junichi, Dan Blezek?, Steve, Alex G?)&lt;br /&gt;
#Liver Ablation in Slicer (Haiying, Ziv)&lt;br /&gt;
#SLicer3 and Brainlab - introduction to UCLA (Haiying, Xenios, Pratik, Nathan Hageman)&lt;br /&gt;
#Adaptive Radiotherapy - Deformable registration and DICOMRT (Greg Sharp, Steve, Wendy)&lt;br /&gt;
#Brain DTI Atlas? (Florin, Utah, UNC, GeorgiaTech)&lt;br /&gt;
#Slicer module for the computation of fibre dispersion and curving measures (Peter Savadjiev, C-F Westin)&lt;br /&gt;
#Xnat user interface improvements for NA-MIC (Dan M, Florin, Ron, Wendy)&lt;br /&gt;
#xnat and DICOMRT (Greg Sharp, Dan M) - might be done?&lt;br /&gt;
#Grid Wizard+xnat clinic (Clement Vachet)&lt;br /&gt;
#?Fluid Mechanincs Module (Nathan Hageman)&lt;br /&gt;
#?DTI digital phantom generator to create validation data sets - webservice/cmdlin module/binaries are downloadable from UCLA (Nathan Hageman)&lt;br /&gt;
#Cortical Thickness Pipeline (Clement Vachet, Ipek Oguz)&lt;br /&gt;
#Demo Brainlab/Slicer in BWH OR (Haiying, Nathan Hageman)&lt;br /&gt;
#Skull Stripping (Xiaodong, Snehashis Roy)&lt;br /&gt;
#[[2009_Summer_Project_Week-FastMarching_for_brain_tumor_segmentation |FastMarching for brain tumor segmentation]] (Fedorov, GeorgiaTech)&lt;br /&gt;
#Meningioma growth simulation for validation (Fedorov, Marcel, Ron)&lt;br /&gt;
#Automatic brain MRI processing pipeline (Marcel, Hans)&lt;br /&gt;
#XNAT integration into Harvard Catalyst i2b2 framework(Gao, Yong)&lt;br /&gt;
#[[2009_Summer_Project_Week_Spherical_Mesh_Diffeomorphic_Demons_Registration |Spherical Mesh Diffeomorphic Demons Registration]] (Luis Ibanez,Thomas Yeo, Polina Goland),  - (Mon, Tue, Wed)&lt;br /&gt;
#[[2009_Summer_Project_Week_MRSI-Module|MRSI Module]] (Bjoern Menze, Jeff Yager, Vince Magnotta)&lt;br /&gt;
#[[Measuring Alcohol Stress Interaction]] (Vidya Rajgopalan, Andrey Fedorov)&lt;br /&gt;
&lt;br /&gt;
===IGT Projects:===&lt;br /&gt;
#[[2009_Summer_Project_Week_Prostate_Robotics |Prostate Robotics]] (Junichi, Sam, Nathan Cho, Jack),  - Mon, Tue, Thursday 7pm-midnight)&lt;br /&gt;
#port 4d gated ultrasound code to Slicer -  (Danielle)&lt;br /&gt;
#integration of stereo video into Slicer (Mehdi)&lt;br /&gt;
#multi-modality statistical toolbox for MR T1, T2, fMRI, DTI data (Diego, sylvain jaume, nicholas, noby)&lt;br /&gt;
#neuroendoscope workflow presentation (sebastien barre)&lt;br /&gt;
#breakout session on Dynamic Patient Models (James Balter)&lt;br /&gt;
#[[2009_Summer_Project_Week_Registration_for_RT|2d/3d Registration (and GPGPU acceleration) for Radiation Therapy]] (Sandy Wells, Jim Balter, and others)&lt;br /&gt;
&lt;br /&gt;
===NA-MIC Engineering Projects===&lt;br /&gt;
# DICOM Validation and Cleanup Tool (Luis, Sid, Steve, Greg)&lt;br /&gt;
# [[Summer2009:Using_ITK_in_python| Using ITK in python]] (Steve, Demian, Jim)&lt;br /&gt;
# [[Summer2009:Implementing_parallelism_in_python| Taking advantage of multicore machines &amp;amp; clusters with python]] (Julien de Siebenthal, Sylvain Bouix)&lt;br /&gt;
# [[Summer2009:Using_client_server_paradigm_with_python_and_slicer| Deferring heavy computational tasks with python]] (Julien de Siebenthal, Sylvain Bouix)&lt;br /&gt;
# [[Summer2009:Using_CUDA_for_stochastic_tractography| Developing realtime feedback using CUDA]] (Julien de Siebenthal, Sylvain Bouix)&lt;br /&gt;
# [[2009_Summer_Project_Week_VTK_3D_Widgets_In_Slicer3|VTK 3d Widgets in Slicer3]] (Nicole, Karthik, Sebastien, Wendy)&lt;br /&gt;
# [[2009_Summer_Project_Week_Colors_Module |Updates to Slicer3 Colors module]] (Nicole)&lt;br /&gt;
# [[EM_Segmenter|EM Segmenter]] (Sylvain Jaume, Nicolas Rannou)&lt;br /&gt;
# Plug-in 3D Viewer based on XIP (Lining)&lt;br /&gt;
# IAFE Mesh Modules - improvements and testing (Curt, Steve, Vince)&lt;br /&gt;
# [[Slicer3 Informatics Workflow Design &amp;amp; XNAT updates | Slicer3 Informatics Workflow Design &amp;amp; XNAT updates for Slicer]] (Wen, Steve, Dan M, Dan B)&lt;br /&gt;
# [[BSpline Registration in Slicer3 | BSpline Registration in Slicer3]] (Samuel Gerber,Jim Miller, Ross Whitaker)&lt;br /&gt;
# [[EPI Correction in Slicer3 | EPI Correction in Slicer3]] (Ran Tao, Jim Miller, Sylvain Bouix, Tom Fletcher, Ross Whitaker, Julien de Siebenthal)&lt;br /&gt;
# Fix [http://www.na-mic.org/Bug/view.php?id=416 bug 416] in registration (Andriy, Luis, Bill, Jim, Steve)&lt;br /&gt;
# [[Summer2009:The Vascular Modeling Toolkit in 3D Slicer | The Vascular Modeling Toolkit in 3D Slicer]] (Daniel Haehn)&lt;br /&gt;
&lt;br /&gt;
== Preparation ==&lt;br /&gt;
&lt;br /&gt;
# Please make sure that you are on the http://public.kitware.com/cgi-bin/mailman/listinfo/na-mic-project-week mailing list&lt;br /&gt;
# Join the kickoff TCON on April 16, 3pm ET.&lt;br /&gt;
# [[Engineering:TCON_2009|June 18 TCON]] at 3pm ET to tie loose ends.  Anyone with un-addressed questions should call.&lt;br /&gt;
# By 3pm ET on June 11, 2009: [[Project_Week/Template|Complete a templated wiki page for your project]]. Please do not edit the template page itself, but create a new page for your project and cut-and-paste the text from this template page.  If you have questions, please send an email to tkapur at bwh.harvard.edu.&lt;br /&gt;
# By 3pm on June 18, 2009: Create a directory for each project on the [[Engineering:SandBox|NAMIC Sandbox]] (Zack)&lt;br /&gt;
## Commit on each sandbox directory the code examples/snippets that represent our first guesses of appropriate methods. (Luis and Steve will help with this, as needed)&lt;br /&gt;
## Gather test images in any of the Data sharing resources we have (e.g. the BIRN). These ones don't have to be many. At least three different cases, so we can get an idea of the modality-specific characteristics of these images. Put the IDs of these data sets on the wiki page. (the participants must do this.)&lt;br /&gt;
## Setup nightly tests on a separate Dashboard, where we will run the methods that we are experimenting with. The test should post result images and computation time. (Zack)&lt;br /&gt;
# Please note that by the time we get to the project event, we should be trying to close off a project milestone rather than starting to work on one...&lt;br /&gt;
# People doing Slicer related projects should come to project week with slicer built on your laptop.&lt;br /&gt;
## Projects to develop extension modules should work with the [http://viewvc.slicer.org/viewcvs.cgi/branches/Slicer-3-4/#dirlist Slicer-3-4 branch] (new code should not be checked into the branch).&lt;br /&gt;
## Projects to modify core behavior of slicer should be done on the [http://viewvc.slicer.org/viewcvs.cgi/trunk/ trunk].&lt;br /&gt;
&lt;br /&gt;
==Attendee List==&lt;br /&gt;
If you plan to attend, please add your name here.&lt;br /&gt;
&lt;br /&gt;
#Ron Kikinis, BWH (NA-MIC, NAC, NCIGT)&lt;br /&gt;
#Ferenc Jolesz, BWH (NCIGT, NAC)&lt;br /&gt;
#Clare Tempany, BWH (NCIGT)&lt;br /&gt;
#Tina Kapur, BWH (NA-MIC, NCIGT)&lt;br /&gt;
#Steve Pieper, Isomics Inc&lt;br /&gt;
#Jim Miller, GE Research&lt;br /&gt;
#Xiaodong Tao, GE Research&lt;br /&gt;
#Bill Lorensen, EAB&lt;br /&gt;
#Randy Gollub, MGH&lt;br /&gt;
#Nicole Aucoin, BWH (NA-MIC)&lt;br /&gt;
#Dan Marcus, WUSTL&lt;br /&gt;
#Junichi Tokuda, BWH (NCIGT)&lt;br /&gt;
#Alex Gouaillard, Harvard Systems Biology&lt;br /&gt;
#Arnaud Gelas, Harvard Systems Biology &lt;br /&gt;
#Kishore Mosanliganti, Harvard Systems Biology&lt;br /&gt;
#Lydie Souhait, Harvard Systems Biology&lt;br /&gt;
#Luis Ibanez, Kitware Inc&lt;br /&gt;
#Vincent Magnotta, UIowa&lt;br /&gt;
#Hans Johnson, UIowa&lt;br /&gt;
#Xenios Papademetris, Yale&lt;br /&gt;
#Gregory S. Fischer, WPI (Mon, Tue, Wed)&lt;br /&gt;
#Daniel Blezek, Mayo (Tue-Fri)&lt;br /&gt;
#Danielle Pace, Robarts Research Institute / UWO&lt;br /&gt;
#Clement Vachet, UNC-Chapel Hill&lt;br /&gt;
#Dave Welch, UIowa&lt;br /&gt;
#Demian Wassermann, Odyssée lab, INRIA, France&lt;br /&gt;
#Manasi Ramachandran, UIowa&lt;br /&gt;
#Greg Sharp, MGH&lt;br /&gt;
#Rui Li, MGH&lt;br /&gt;
#Mehdi Esteghamatian, Robarts Research Institute / UWO&lt;br /&gt;
#Misha Milchenko, WUSTL&lt;br /&gt;
#Kevin Archie, WUSTL&lt;br /&gt;
#Tim Olsen, WUSTL&lt;br /&gt;
#Wendy Plesniak BWH (NAC)&lt;br /&gt;
#Haiying Liu BWH (NCIGT)&lt;br /&gt;
#Curtis Lisle, KnowledgeVis / Isomics&lt;br /&gt;
#Diego Cantor, Robarts Research Institute / UWO&lt;br /&gt;
#Daniel Haehn, BWH&lt;br /&gt;
#Nicolas Rannou, BWH&lt;br /&gt;
#Sylvain Jaume, MIT&lt;br /&gt;
#Alex Yarmarkovich, Isomics&lt;br /&gt;
#Marco Ruiz, UCSD&lt;br /&gt;
#Andriy Fedorov, BWH (NA-MIC)&lt;br /&gt;
#Harish Doddi, Stanford University&lt;br /&gt;
#Saikat Pal, Stanford University&lt;br /&gt;
#Scott Hoge, BWH (NCIGT)&lt;br /&gt;
#Vandana Mohan, Georgia Tech&lt;br /&gt;
#Ivan Kolosev, Georgia Tech&lt;br /&gt;
#Behnood Gholami, Georgia Tech&lt;br /&gt;
#James Balter, U Michigan&lt;br /&gt;
#Dan McShan, U Michigan&lt;br /&gt;
#Zhou Shen, U Michigan&lt;br /&gt;
#Maria Francesca Spadea, Italy&lt;br /&gt;
#Lining Yang, Siemens Corporate Research&lt;br /&gt;
#Beatriz Paniagua, UNC-Chapel Hill&lt;br /&gt;
#Bennett Landman, Johns Hopkins University &lt;br /&gt;
#Snehashis Roy, Johns Hopkins University&lt;br /&gt;
#Marta Peroni, Politecnico di Milano&lt;br /&gt;
#Sebastien Barre, Kitware, Inc.&lt;br /&gt;
#Samuel Gerber, SCI University of Utah&lt;br /&gt;
#Ran Tao, SCI University of Utah&lt;br /&gt;
#Marcel Prastawa, SCI University of Utah&lt;br /&gt;
#Katie Hayes, BWH (NA-MIC)&lt;br /&gt;
#Sonia Pujol, BWH (NA-MIC)&lt;br /&gt;
#Andras Lasso, Queen's University&lt;br /&gt;
#Yong Gao, MGH&lt;br /&gt;
#Minjeong Kim, UNC-Chapel Hill&lt;br /&gt;
#Guorong Wu, UNC-Chapel Hill&lt;br /&gt;
#Jeffrey Yager, UIowa&lt;br /&gt;
#Yanling Liu, SAIC/NCI-Frederick&lt;br /&gt;
#Ziv Yaniv, Georgetown&lt;br /&gt;
#Bjoern Menze, MIT&lt;br /&gt;
#Vidya Rajagopalan, Virginia Tech&lt;br /&gt;
#Sandy Wells, BWH (NAC, NCIGT)&lt;br /&gt;
#Lilla Zollei, MGH (NAC)&lt;br /&gt;
#Lauren O'Donnell, BWH&lt;br /&gt;
#Florin Talos, BWH (NAC)&lt;br /&gt;
#Nobuhiko Hata, BWH (NCIGT)&lt;br /&gt;
#Alark Joshi, Yale&lt;br /&gt;
#Yogesh Rathi, BWH&lt;br /&gt;
#Jimi Malcolm, BWH&lt;br /&gt;
#Dustin Scheinost, Yale&lt;br /&gt;
#Dominique Belhachemi, Yale&lt;br /&gt;
#Sam Song, JHU&lt;br /&gt;
#Nathan Cho, JHU&lt;br /&gt;
#Julien de Siebenthal, BWH&lt;br /&gt;
#Peter Savadjiev, BWH&lt;br /&gt;
#Carl-Fredrik Westin, BWH&lt;br /&gt;
#John Melonakos, AccelerEyes (Wed &amp;amp; Thu morning)&lt;br /&gt;
#Yi Gao, Georgia Tech&lt;br /&gt;
&lt;br /&gt;
== Logistics ==&lt;br /&gt;
*'''Dates:''' June 22-26, 2009&lt;br /&gt;
*'''Location:''' MIT. [[Meeting_Locations:MIT_Grier_A_%26B|Grier Rooms A &amp;amp; B: 34-401A &amp;amp; 34-401B]].&lt;br /&gt;
*'''Registration Fee:''' $260 (covers the cost of breakfast, lunch and coffee breaks for the week). Due by Friday, June 12th, 2009. Please make checks out to &amp;quot;Massachusetts Institute of Technology&amp;quot; and mail to: Donna Kaufman, MIT, 77 Massachusetts Ave., 38-409a, Cambridge, MA 02139.  Receipts will be provided by email as checks are received.  Please send questions to dkauf at mit.edu. '''If this is your first event and you are attending for only one day, the registration fee is waived.'''  Please let us know, so that we can cover the costs with one of our grants.&lt;br /&gt;
*'''Registration Method''' Add your name to the Attendee List section of this page&lt;br /&gt;
*'''Hotel:''' We have a group rate of $189/night (plus tax) at the Le Meridien (which used to be the Hotel at MIT). [http://www.starwoodmeeting.com/Book/MITDECSE  Please click here to reserve.] This rate is good only through June 1.&lt;br /&gt;
*Here is some information about several other Boston area hotels that are convenient to NA-MIC events: [[Boston_Hotels|Boston_Hotels]]. Summer is tourist season in Boston, so please book your rooms early.&lt;br /&gt;
*2009 Summer Project Week [[NA-MIC/Projects/Theme/Template|'''Template''']]&lt;br /&gt;
*[[2008_Summer_Project_Week#Projects|Last Year's Projects as a reference]]&lt;br /&gt;
*For hosting projects, we are planning to make use of the NITRC resources.  See [[NA-MIC_and_NITRC | Information about NITRC Collaboration]]&lt;/div&gt;</summary>
		<author><name>Jvs</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2009_Summer_Project_Week&amp;diff=37968</id>
		<title>2009 Summer Project Week</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2009_Summer_Project_Week&amp;diff=37968"/>
		<updated>2009-06-02T01:48:29Z</updated>

		<summary type="html">&lt;p&gt;Jvs: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Back to [[Project Events]], [[Events]]&lt;br /&gt;
&lt;br /&gt;
*'''Dates:''' June 22-26, 2009&lt;br /&gt;
*'''Location:''' MIT. [[Meeting_Locations:MIT_Grier_A_%26B|Grier Rooms A &amp;amp; B: 34-401A &amp;amp; 34-401B]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Introduction to the FIRST JOINT PROJECT WEEK==&lt;br /&gt;
&lt;br /&gt;
We are pleased to announce the FIRST JOINT PROJECT WEEK of hands-on research and development activity for Image-Guided Therapy and Neuroscience applications.  Participants will engage in open source programming using the [[NA-MIC-Kit|NA-MIC Kit]], algorithm design, medical imaging sequence development, tracking experiments, and clinical application. The main goal of this event is to move forward the translational research deliverables of the sponsoring centers and their collaborators. Active and potential collaborators are encouraged and welcome to attend this event. This event will be set up to maximize informal interaction between participants.  &lt;br /&gt;
&lt;br /&gt;
Active preparation will begin on''' Thursday, April 16th at 3pm ET''', with a kick-off teleconference.  Invitations to this call will be sent to members of the sponsoring communities, their collaborators, past attendees of the event, as well as any parties who have expressed an interest in working with these centers. The main goal of the kick-off call is to get an idea of which groups/projects will be active at the upcoming event, and to ensure that there is sufficient coverage for all. Subsequent teleconferences will allow for more focused discussions on individual projects and allow the hosts to finalize the project teams, consolidate any common components, and identify topics that should be discussed in breakout sessions. In the final days leading upto the meeting, all project teams will be asked to fill in a template page on this wiki that describes the objectives and plan of their projects.  &lt;br /&gt;
&lt;br /&gt;
The event itself will start off with a short presentation by each project team, driven using their previously created description, and will help all participants get acquainted with others who are doing similar work. In the rest of the week, about half the time will be spent in breakout discussions on topics of common interest of subsets of the attendees, and the other half will be spent in project teams, doing hands-on project work.  The hands-on activities will be done in 30-50 small teams of size 2-4, each with a mix of multi-disciplinary expertise.  To facilitate this work, a large room at MIT will be setup with several tables, with internet and power access, and each computer software development based team will gather on a table with their individual laptops, connect to the internet to download their software and data, and be able to work on their projects.  Teams working on projects that require the use of medical devices will proceed to Brigham and Women's Hospital and carry out their experiments there. On the last day of the event, a closing presentation session will be held in which each project team will present a summary of what they accomplished during the week.&lt;br /&gt;
&lt;br /&gt;
This event is part of the translational research efforts of [http://www.na-mic.org NA-MIC], [http://www.ncigt.org NCIGT], [http://nac.spl.harvard.edu/ NAC], [http://catalyst.harvard.edu/home.html Harvard Catalyst], and [http://www.cimit.org CIMIT].  It is an expansion of the NA-MIC Summer Project Week that has been held annually since 2005. It will be held every summer at MIT and Brigham and Womens Hospital in Boston, typically during the last full week of June, and in Salt Lake City in the winter, typically during the second week of January.  &lt;br /&gt;
&lt;br /&gt;
A summary of all past NA-MIC Project Events that this FIRST JOINT EVENT is based on is available [[Project_Events#Past|here]].&lt;br /&gt;
&lt;br /&gt;
== Agenda==&lt;br /&gt;
* Monday &lt;br /&gt;
** noon-1pm lunch &lt;br /&gt;
**1pm: Welcome (Ron Kikinis)&lt;br /&gt;
** 1:05-3:30pm Introduce [[#Projects|Projects]] using templated wiki pages (all Project Leads) ([http://wiki.na-mic.org/Wiki/index.php/Project_Week/Template Wiki Template]) &lt;br /&gt;
** 3:30-5:30pm Start project work&lt;br /&gt;
* Tuesday &lt;br /&gt;
** 8:30am breakfast&lt;br /&gt;
**9:30-10am: NA-MIC Kit Overview (Jim Miller)&lt;br /&gt;
** 10-10:30am Slicer 3.4 Update (Steve Pieper)&lt;br /&gt;
** 10:30-11am Slicer IGT and Imaging Kit Update Update (Noby Hata, Scott Hoge)&lt;br /&gt;
** 11am-12:00pm Breakout Session: [[2009 Project Week Breakout Session: Slicer-Python]] (Demian W)&lt;br /&gt;
** noon lunch&lt;br /&gt;
** 2:30pm-5pm: [[2009 Project Week Data Clinic|Data Clinic]] (Ron Kikinis)&lt;br /&gt;
** 5:30pm adjourn for day&lt;br /&gt;
* Wednesday &lt;br /&gt;
** 8:30am breakfast&lt;br /&gt;
** 9am-12pm Breakout Session: [[2009 Project Week Breakout Session: ITK]] (Luis Ibanez)&lt;br /&gt;
** noon lunch&lt;br /&gt;
** 2:30pm: Breakout Session: [[2009 Project Week Breakout Session: 3D+T Microscopy Cell Dataset Segmentation]] (Alex G.)&lt;br /&gt;
** 5:30pm adjourn for day&lt;br /&gt;
* Thursday&lt;br /&gt;
** 8:30am breakfast&lt;br /&gt;
** 9-11pm Tutorial Contest Presentations&lt;br /&gt;
** noon lunch&lt;br /&gt;
** 2:30pm: Breakout Session: [[2009 Project Week Breakout Session: XNAT]] (Dan M.)&lt;br /&gt;
** 5:30pm adjourn for day&lt;br /&gt;
* Friday &lt;br /&gt;
** 8:30am breakfast&lt;br /&gt;
** 10am-noon: Tutorial Contest Winner Announcement and Project Progress using update [[#Projects|Project Wiki pages]]&lt;br /&gt;
*** Noon: Lunch boxes and adjourn by 1:30pm.&lt;br /&gt;
***We need to empty room by 1:30.  You are welcome to use wireless in Stata.&lt;br /&gt;
***Please sign up for the developer [http://www.slicer.org/pages/Mailinglist mailing lists]&lt;br /&gt;
***Next Project Week [[AHM_2010|in Utah, January 4-8, 2010]]&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
&lt;br /&gt;
The list of projects for this week will go here.&lt;br /&gt;
=== Collaboration Projects ===&lt;br /&gt;
#[[2009_Summer_Project_Week_Project_Segmentation_of_Muscoskeletal_Images]]&lt;br /&gt;
#[[2009_Summer_Project_Week_4D_Imaging| 4D Imaging (Perfusion, Cardiac, etc.) ]] (Junichi, Dan Blezek?, Steve, Alex G?)&lt;br /&gt;
#Liver Ablation in Slicer (Haiying, Ziv)&lt;br /&gt;
#SLicer3 and Brainlab - introduction to UCLA (Haiying, Xenios, Pratik, Nathan Hageman)&lt;br /&gt;
#Adaptive Radiotherapy - Deformable registration and DICOMRT (Greg Sharp, Steve, Wendy)&lt;br /&gt;
#Brain DTI Atlas? (Florin, Utah, UNC, GeorgiaTech)&lt;br /&gt;
#Slicer module for the computation of fibre dispersion and curving measures (Peter Savadjiev, C-F Westin)&lt;br /&gt;
#Xnat user interface improvements for NA-MIC (Dan M, Florin, Ron, Wendy)&lt;br /&gt;
#xnat and DICOMRT (Greg Sharp, Dan M) - might be done?&lt;br /&gt;
#Grid Wizard+xnat clinic (Clement Vachet)&lt;br /&gt;
#?Fluid Mechanincs Module (Nathan Hageman)&lt;br /&gt;
#?DTI digital phantom generator to create validation data sets - webservice/cmdlin module/binaries are downloadable from UCLA (Nathan Hageman)&lt;br /&gt;
#Cortical Thickness Pipeline (Clement Vachet, Ipek Oguz)&lt;br /&gt;
#Demo Brainlab/Slicer in BWH OR (Haiying, Nathan Hageman)&lt;br /&gt;
#Skull Stripping (Xiaodong, Snehashis Roy)&lt;br /&gt;
#[[2009_Summer_Project_Week-FastMarching_for_brain_tumor_segmentation |FastMarching for brain tumor segmentation]] (Fedorov, GeorgiaTech)&lt;br /&gt;
#Meningioma growth simulation for validation (Fedorov, Marcel, Ron)&lt;br /&gt;
#Automatic brain MRI processing pipeline (Marcel, Hans)&lt;br /&gt;
#XNAT integration into Harvard Catalyst i2b2 framework(Gao, Yong)&lt;br /&gt;
#[[2009_Summer_Project_Week_Spherical_Mesh_Diffeomorphic_Demons_Registration |Spherical Mesh Diffeomorphic Demons Registration]] (Luis Ibanez,Thomas Yeo, Polina Goland),  - (Mon, Tue, Wed)&lt;br /&gt;
#[[2009_Summer_Project_Week_MRSI-Module|MRSI Module]] (Bjoern Menze, Jeff Yager, Vince Magnotta)&lt;br /&gt;
#[[Measuring Alcohol Stress Interaction]] (Vidya Rajgopalan, Andrey Fedorov)&lt;br /&gt;
&lt;br /&gt;
===IGT Projects:===&lt;br /&gt;
#[[2009_Summer_Project_Week_Prostate_Robotics |Prostate Robotics]] (Junichi, Sam, Nathan Cho, Jack),  - Mon, Tue, Thursday 7pm-midnight)&lt;br /&gt;
#port 4d gated ultrasound code to Slicer -  (Danielle)&lt;br /&gt;
#integration of stereo video into Slicer (Mehdi)&lt;br /&gt;
#multi-modality statistical toolbox for MR T1, T2, fMRI, DTI data (Diego, sylvain jaume, nicholas, noby)&lt;br /&gt;
#neuroendoscope workflow presentation (sebastien barre)&lt;br /&gt;
#breakout session on Dynamic Patient Models (James Balter)&lt;br /&gt;
#[[2009_Summer_Project_Week_Registration_for_RT|2d/3d Registration (and GPGPU acceleration) for Radiation Therapy]] (Sandy Wells, Jim Balter, and others)&lt;br /&gt;
&lt;br /&gt;
===NA-MIC Engineering Projects===&lt;br /&gt;
# DICOM Validation and Cleanup Tool (Luis, Sid, Steve, Greg)&lt;br /&gt;
# [[Summer2009:Using_ITK_in_python| Using ITK in python]] (Steve, Demian, Jim)&lt;br /&gt;
# [[Summer2009:Implementing_parallelism_in_python| Taking advantage of multicore machines &amp;amp; clusters with python]] (Julien)&lt;br /&gt;
# [[Summer2009:Using_client_server_paradigm_with_python_and_slicer| Deferring heavy computational tasks with python]] (Julien)&lt;br /&gt;
# [[2009_Summer_Project_Week_VTK_3D_Widgets_In_Slicer3|VTK 3d Widgets in Slicer3]] (Nicole, Karthik, Sebastien, Wendy)&lt;br /&gt;
# [[2009_Summer_Project_Week_Colors_Module |Updates to Slicer3 Colors module]] (Nicole)&lt;br /&gt;
# [[EM_Segmenter|EM Segmenter]] (Sylvain Jaume, Nicolas Rannou)&lt;br /&gt;
# Plug-in 3D Viewer based on XIP (Lining)&lt;br /&gt;
# IAFE Mesh Modules - improvements and testing (Curt, Steve, Vince)&lt;br /&gt;
# [[Slicer3 Informatics Workflow Design &amp;amp; XNAT updates | Slicer3 Informatics Workflow Design &amp;amp; XNAT updates for Slicer]] (Wen, Steve, Dan M, Dan B)&lt;br /&gt;
# [[BSpline Registration in Slicer3 | BSpline Registration in Slicer3]] (Samuel Gerber,Jim Miller, Ross Whitaker)&lt;br /&gt;
# [[EPI Correction in Slicer3 | EPI Correction in Slicer3]] (Ran Tao, Jim Miller, Sylvain Bouix, Tom Fletcher, Ross Whitaker, Julien de Siebenthal)&lt;br /&gt;
# Fix [http://www.na-mic.org/Bug/view.php?id=416 bug 416] in registration (Andriy, Luis, Bill, Jim, Steve)&lt;br /&gt;
# [[Summer2009:The Vascular Modeling Toolkit in 3D Slicer | The Vascular Modeling Toolkit in 3D Slicer]] (Daniel Haehn)&lt;br /&gt;
&lt;br /&gt;
== Preparation ==&lt;br /&gt;
&lt;br /&gt;
# Please make sure that you are on the http://public.kitware.com/cgi-bin/mailman/listinfo/na-mic-project-week mailing list&lt;br /&gt;
# Join the kickoff TCON on April 16, 3pm ET.&lt;br /&gt;
# [[Engineering:TCON_2009|June 18 TCON]] at 3pm ET to tie loose ends.  Anyone with un-addressed questions should call.&lt;br /&gt;
# By 3pm ET on June 11, 2009: [[Project_Week/Template|Complete a templated wiki page for your project]]. Please do not edit the template page itself, but create a new page for your project and cut-and-paste the text from this template page.  If you have questions, please send an email to tkapur at bwh.harvard.edu.&lt;br /&gt;
# By 3pm on June 18, 2009: Create a directory for each project on the [[Engineering:SandBox|NAMIC Sandbox]] (Zack)&lt;br /&gt;
## Commit on each sandbox directory the code examples/snippets that represent our first guesses of appropriate methods. (Luis and Steve will help with this, as needed)&lt;br /&gt;
## Gather test images in any of the Data sharing resources we have (e.g. the BIRN). These ones don't have to be many. At least three different cases, so we can get an idea of the modality-specific characteristics of these images. Put the IDs of these data sets on the wiki page. (the participants must do this.)&lt;br /&gt;
## Setup nightly tests on a separate Dashboard, where we will run the methods that we are experimenting with. The test should post result images and computation time. (Zack)&lt;br /&gt;
# Please note that by the time we get to the project event, we should be trying to close off a project milestone rather than starting to work on one...&lt;br /&gt;
# People doing Slicer related projects should come to project week with slicer built on your laptop.&lt;br /&gt;
## Projects to develop extension modules should work with the [http://viewvc.slicer.org/viewcvs.cgi/branches/Slicer-3-4/#dirlist Slicer-3-4 branch] (new code should not be checked into the branch).&lt;br /&gt;
## Projects to modify core behavior of slicer should be done on the [http://viewvc.slicer.org/viewcvs.cgi/trunk/ trunk].&lt;br /&gt;
&lt;br /&gt;
==Attendee List==&lt;br /&gt;
If you plan to attend, please add your name here.&lt;br /&gt;
&lt;br /&gt;
#Ron Kikinis, BWH (NA-MIC, NAC, NCIGT)&lt;br /&gt;
#Ferenc Jolesz, BWH (NCIGT, NAC)&lt;br /&gt;
#Clare Tempany, BWH (NCIGT)&lt;br /&gt;
#Tina Kapur, BWH (NA-MIC, NCIGT)&lt;br /&gt;
#Steve Pieper, Isomics Inc&lt;br /&gt;
#Jim Miller, GE Research&lt;br /&gt;
#Xiaodong Tao, GE Research&lt;br /&gt;
#Bill Lorensen, EAB&lt;br /&gt;
#Randy Gollub, MGH&lt;br /&gt;
#Nicole Aucoin, BWH (NA-MIC)&lt;br /&gt;
#Dan Marcus, WUSTL&lt;br /&gt;
#Junichi Tokuda, BWH (NCIGT)&lt;br /&gt;
#Alex Gouaillard, Harvard Systems Biology&lt;br /&gt;
#Arnaud Gelas, Harvard Systems Biology &lt;br /&gt;
#Kishore Mosanliganti, Harvard Systems Biology&lt;br /&gt;
#Lydie Souhait, Harvard Systems Biology&lt;br /&gt;
#Luis Ibanez, Kitware Inc&lt;br /&gt;
#Vincent Magnotta, UIowa&lt;br /&gt;
#Hans Johnson, UIowa&lt;br /&gt;
#Xenios Papademetris, Yale&lt;br /&gt;
#Gregory S. Fischer, WPI (Mon, Tue, Wed)&lt;br /&gt;
#Daniel Blezek, Mayo (Tue-Fri)&lt;br /&gt;
#Danielle Pace, Robarts Research Institute / UWO&lt;br /&gt;
#Clement Vachet, UNC-Chapel Hill&lt;br /&gt;
#Dave Welch, UIowa&lt;br /&gt;
#Demian Wassermann, Odyssée lab, INRIA, France&lt;br /&gt;
#Manasi Ramachandran, UIowa&lt;br /&gt;
#Greg Sharp, MGH&lt;br /&gt;
#Rui Li, MGH&lt;br /&gt;
#Mehdi Esteghamatian, Robarts Research Institute / UWO&lt;br /&gt;
#Misha Milchenko, WUSTL&lt;br /&gt;
#Kevin Archie, WUSTL&lt;br /&gt;
#Tim Olsen, WUSTL&lt;br /&gt;
#Wendy Plesniak BWH (NAC)&lt;br /&gt;
#Haiying Liu BWH (NCIGT)&lt;br /&gt;
#Curtis Lisle, KnowledgeVis / Isomics&lt;br /&gt;
#Diego Cantor, Robarts Research Institute / UWO&lt;br /&gt;
#Daniel Haehn, BWH&lt;br /&gt;
#Nicolas Rannou, BWH&lt;br /&gt;
#Sylvain Jaume, MIT&lt;br /&gt;
#Alex Yarmarkovich, Isomics&lt;br /&gt;
#Marco Ruiz, UCSD&lt;br /&gt;
#Andriy Fedorov, BWH (NA-MIC)&lt;br /&gt;
#Harish Doddi, Stanford University&lt;br /&gt;
#Saikat Pal, Stanford University&lt;br /&gt;
#Scott Hoge, BWH (NCIGT)&lt;br /&gt;
#Vandana Mohan, Georgia Tech&lt;br /&gt;
#Ivan Kolosev, Georgia Tech&lt;br /&gt;
#Behnood Gholami, Georgia Tech&lt;br /&gt;
#James Balter, U Michigan&lt;br /&gt;
#Dan McShan, U Michigan&lt;br /&gt;
#Zhou Shen, U Michigan&lt;br /&gt;
#Maria Francesca Spadea, Italy&lt;br /&gt;
#Lining Yang, Siemens Corporate Research&lt;br /&gt;
#Beatriz Paniagua, UNC-Chapel Hill&lt;br /&gt;
#Bennett Landman, Johns Hopkins University &lt;br /&gt;
#Snehashis Roy, Johns Hopkins University&lt;br /&gt;
#Marta Peroni, Politecnico di Milano&lt;br /&gt;
#Sebastien Barre, Kitware, Inc.&lt;br /&gt;
#Samuel Gerber, SCI University of Utah&lt;br /&gt;
#Ran Tao, SCI University of Utah&lt;br /&gt;
#Marcel Prastawa, SCI University of Utah&lt;br /&gt;
#Katie Hayes, BWH (NA-MIC)&lt;br /&gt;
#Sonia Pujol, BWH (NA-MIC)&lt;br /&gt;
#Andras Lasso, Queen's University&lt;br /&gt;
#Yong Gao, MGH&lt;br /&gt;
#Minjeong Kim, UNC-Chapel Hill&lt;br /&gt;
#Guorong Wu, UNC-Chapel Hill&lt;br /&gt;
#Jeffrey Yager, UIowa&lt;br /&gt;
#Yanling Liu, SAIC/NCI-Frederick&lt;br /&gt;
#Ziv Yaniv, Georgetown&lt;br /&gt;
#Bjoern Menze, MIT&lt;br /&gt;
#Vidya Rajagopalan, Virginia Tech&lt;br /&gt;
#Sandy Wells, BWH (NAC, NCIGT)&lt;br /&gt;
#Lilla Zollei, MGH (NAC)&lt;br /&gt;
#Lauren O'Donnell, BWH&lt;br /&gt;
#Florin Talos, BWH (NAC)&lt;br /&gt;
#Nobuhiko Hata, BWH (NCIGT)&lt;br /&gt;
#Alark Joshi, Yale&lt;br /&gt;
#Yogesh Rathi, BWH&lt;br /&gt;
#Jimi Malcolm, BWH&lt;br /&gt;
#Dustin Scheinost, Yale&lt;br /&gt;
#Dominique Belhachemi, Yale&lt;br /&gt;
#Sam Song, JHU&lt;br /&gt;
#Nathan Cho, JHU&lt;br /&gt;
#Julien de Siebenthal, BWH&lt;br /&gt;
#Peter Savadjiev, BWH&lt;br /&gt;
#Carl-Fredrik Westin, BWH&lt;br /&gt;
#John Melonakos, AccelerEyes (Wed &amp;amp; Thu morning)&lt;br /&gt;
#Yi Gao, Georgia Tech&lt;br /&gt;
&lt;br /&gt;
== Logistics ==&lt;br /&gt;
*'''Dates:''' June 22-26, 2009&lt;br /&gt;
*'''Location:''' MIT. [[Meeting_Locations:MIT_Grier_A_%26B|Grier Rooms A &amp;amp; B: 34-401A &amp;amp; 34-401B]].&lt;br /&gt;
*'''Registration Fee:''' $260 (covers the cost of breakfast, lunch and coffee breaks for the week). Due by Friday, June 12th, 2009. Please make checks out to &amp;quot;Massachusetts Institute of Technology&amp;quot; and mail to: Donna Kaufman, MIT, 77 Massachusetts Ave., 38-409a, Cambridge, MA 02139.  Receipts will be provided by email as checks are received.  Please send questions to dkauf at mit.edu. '''If this is your first event and you are attending for only one day, the registration fee is waived.'''  Please let us know, so that we can cover the costs with one of our grants.&lt;br /&gt;
*'''Registration Method''' Add your name to the Attendee List section of this page&lt;br /&gt;
*'''Hotel:''' We have a group rate of $189/night (plus tax) at the Le Meridien (which used to be the Hotel at MIT). [http://www.starwoodmeeting.com/Book/MITDECSE  Please click here to reserve.] This rate is good only through June 1.&lt;br /&gt;
*Here is some information about several other Boston area hotels that are convenient to NA-MIC events: [[Boston_Hotels|Boston_Hotels]]. Summer is tourist season in Boston, so please book your rooms early.&lt;br /&gt;
*2009 Summer Project Week [[NA-MIC/Projects/Theme/Template|'''Template''']]&lt;br /&gt;
*[[2008_Summer_Project_Week#Projects|Last Year's Projects as a reference]]&lt;br /&gt;
*For hosting projects, we are planning to make use of the NITRC resources.  See [[NA-MIC_and_NITRC | Information about NITRC Collaboration]]&lt;/div&gt;</summary>
		<author><name>Jvs</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2009_Summer_Project_Week&amp;diff=37967</id>
		<title>2009 Summer Project Week</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2009_Summer_Project_Week&amp;diff=37967"/>
		<updated>2009-06-02T01:47:13Z</updated>

		<summary type="html">&lt;p&gt;Jvs: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Back to [[Project Events]], [[Events]]&lt;br /&gt;
&lt;br /&gt;
*'''Dates:''' June 22-26, 2009&lt;br /&gt;
*'''Location:''' MIT. [[Meeting_Locations:MIT_Grier_A_%26B|Grier Rooms A &amp;amp; B: 34-401A &amp;amp; 34-401B]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Introduction to the FIRST JOINT PROJECT WEEK==&lt;br /&gt;
&lt;br /&gt;
We are pleased to announce the FIRST JOINT PROJECT WEEK of hands-on research and development activity for Image-Guided Therapy and Neuroscience applications.  Participants will engage in open source programming using the [[NA-MIC-Kit|NA-MIC Kit]], algorithm design, medical imaging sequence development, tracking experiments, and clinical application. The main goal of this event is to move forward the translational research deliverables of the sponsoring centers and their collaborators. Active and potential collaborators are encouraged and welcome to attend this event. This event will be set up to maximize informal interaction between participants.  &lt;br /&gt;
&lt;br /&gt;
Active preparation will begin on''' Thursday, April 16th at 3pm ET''', with a kick-off teleconference.  Invitations to this call will be sent to members of the sponsoring communities, their collaborators, past attendees of the event, as well as any parties who have expressed an interest in working with these centers. The main goal of the kick-off call is to get an idea of which groups/projects will be active at the upcoming event, and to ensure that there is sufficient coverage for all. Subsequent teleconferences will allow for more focused discussions on individual projects and allow the hosts to finalize the project teams, consolidate any common components, and identify topics that should be discussed in breakout sessions. In the final days leading upto the meeting, all project teams will be asked to fill in a template page on this wiki that describes the objectives and plan of their projects.  &lt;br /&gt;
&lt;br /&gt;
The event itself will start off with a short presentation by each project team, driven using their previously created description, and will help all participants get acquainted with others who are doing similar work. In the rest of the week, about half the time will be spent in breakout discussions on topics of common interest of subsets of the attendees, and the other half will be spent in project teams, doing hands-on project work.  The hands-on activities will be done in 30-50 small teams of size 2-4, each with a mix of multi-disciplinary expertise.  To facilitate this work, a large room at MIT will be setup with several tables, with internet and power access, and each computer software development based team will gather on a table with their individual laptops, connect to the internet to download their software and data, and be able to work on their projects.  Teams working on projects that require the use of medical devices will proceed to Brigham and Women's Hospital and carry out their experiments there. On the last day of the event, a closing presentation session will be held in which each project team will present a summary of what they accomplished during the week.&lt;br /&gt;
&lt;br /&gt;
This event is part of the translational research efforts of [http://www.na-mic.org NA-MIC], [http://www.ncigt.org NCIGT], [http://nac.spl.harvard.edu/ NAC], [http://catalyst.harvard.edu/home.html Harvard Catalyst], and [http://www.cimit.org CIMIT].  It is an expansion of the NA-MIC Summer Project Week that has been held annually since 2005. It will be held every summer at MIT and Brigham and Womens Hospital in Boston, typically during the last full week of June, and in Salt Lake City in the winter, typically during the second week of January.  &lt;br /&gt;
&lt;br /&gt;
A summary of all past NA-MIC Project Events that this FIRST JOINT EVENT is based on is available [[Project_Events#Past|here]].&lt;br /&gt;
&lt;br /&gt;
== Agenda==&lt;br /&gt;
* Monday &lt;br /&gt;
** noon-1pm lunch &lt;br /&gt;
**1pm: Welcome (Ron Kikinis)&lt;br /&gt;
** 1:05-3:30pm Introduce [[#Projects|Projects]] using templated wiki pages (all Project Leads) ([http://wiki.na-mic.org/Wiki/index.php/Project_Week/Template Wiki Template]) &lt;br /&gt;
** 3:30-5:30pm Start project work&lt;br /&gt;
* Tuesday &lt;br /&gt;
** 8:30am breakfast&lt;br /&gt;
**9:30-10am: NA-MIC Kit Overview (Jim Miller)&lt;br /&gt;
** 10-10:30am Slicer 3.4 Update (Steve Pieper)&lt;br /&gt;
** 10:30-11am Slicer IGT and Imaging Kit Update Update (Noby Hata, Scott Hoge)&lt;br /&gt;
** 11am-12:00pm Breakout Session: [[2009 Project Week Breakout Session: Slicer-Python]] (Demian W)&lt;br /&gt;
** noon lunch&lt;br /&gt;
** 2:30pm-5pm: [[2009 Project Week Data Clinic|Data Clinic]] (Ron Kikinis)&lt;br /&gt;
** 5:30pm adjourn for day&lt;br /&gt;
* Wednesday &lt;br /&gt;
** 8:30am breakfast&lt;br /&gt;
** 9am-12pm Breakout Session: [[2009 Project Week Breakout Session: ITK]] (Luis Ibanez)&lt;br /&gt;
** noon lunch&lt;br /&gt;
** 2:30pm: Breakout Session: [[2009 Project Week Breakout Session: 3D+T Microscopy Cell Dataset Segmentation]] (Alex G.)&lt;br /&gt;
** 5:30pm adjourn for day&lt;br /&gt;
* Thursday&lt;br /&gt;
** 8:30am breakfast&lt;br /&gt;
** 9-11pm Tutorial Contest Presentations&lt;br /&gt;
** noon lunch&lt;br /&gt;
** 2:30pm: Breakout Session: [[2009 Project Week Breakout Session: XNAT]] (Dan M.)&lt;br /&gt;
** 5:30pm adjourn for day&lt;br /&gt;
* Friday &lt;br /&gt;
** 8:30am breakfast&lt;br /&gt;
** 10am-noon: Tutorial Contest Winner Announcement and Project Progress using update [[#Projects|Project Wiki pages]]&lt;br /&gt;
*** Noon: Lunch boxes and adjourn by 1:30pm.&lt;br /&gt;
***We need to empty room by 1:30.  You are welcome to use wireless in Stata.&lt;br /&gt;
***Please sign up for the developer [http://www.slicer.org/pages/Mailinglist mailing lists]&lt;br /&gt;
***Next Project Week [[AHM_2010|in Utah, January 4-8, 2010]]&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
&lt;br /&gt;
The list of projects for this week will go here.&lt;br /&gt;
=== Collaboration Projects ===&lt;br /&gt;
#[[2009_Summer_Project_Week_Project_Segmentation_of_Muscoskeletal_Images]]&lt;br /&gt;
#[[2009_Summer_Project_Week_4D_Imaging| 4D Imaging (Perfusion, Cardiac, etc.) ]] (Junichi, Dan Blezek?, Steve, Alex G?)&lt;br /&gt;
#Liver Ablation in Slicer (Haiying, Ziv)&lt;br /&gt;
#SLicer3 and Brainlab - introduction to UCLA (Haiying, Xenios, Pratik, Nathan Hageman)&lt;br /&gt;
#Adaptive Radiotherapy - Deformable registration and DICOMRT (Greg Sharp, Steve, Wendy)&lt;br /&gt;
#Brain DTI Atlas? (Florin, Utah, UNC, GeorgiaTech)&lt;br /&gt;
#Slicer module for the computation of fibre dispersion and curving measures (Peter Savadjiev, C-F Westin)&lt;br /&gt;
#Xnat user interface improvements for NA-MIC (Dan M, Florin, Ron, Wendy)&lt;br /&gt;
#xnat and DICOMRT (Greg Sharp, Dan M) - might be done?&lt;br /&gt;
#Grid Wizard+xnat clinic (Clement Vachet)&lt;br /&gt;
#?Fluid Mechanincs Module (Nathan Hageman)&lt;br /&gt;
#?DTI digital phantom generator to create validation data sets - webservice/cmdlin module/binaries are downloadable from UCLA (Nathan Hageman)&lt;br /&gt;
#Cortical Thickness Pipeline (Clement Vachet, Ipek Oguz)&lt;br /&gt;
#Demo Brainlab/Slicer in BWH OR (Haiying, Nathan Hageman)&lt;br /&gt;
#Skull Stripping (Xiaodong, Snehashis Roy)&lt;br /&gt;
#[[2009_Summer_Project_Week-FastMarching_for_brain_tumor_segmentation |FastMarching for brain tumor segmentation]] (Fedorov, GeorgiaTech)&lt;br /&gt;
#Meningioma growth simulation for validation (Fedorov, Marcel, Ron)&lt;br /&gt;
#Automatic brain MRI processing pipeline (Marcel, Hans)&lt;br /&gt;
#XNAT integration into Harvard Catalyst i2b2 framework(Gao, Yong)&lt;br /&gt;
#[[2009_Summer_Project_Week_Spherical_Mesh_Diffeomorphic_Demons_Registration |Spherical Mesh Diffeomorphic Demons Registration]] (Luis Ibanez,Thomas Yeo, Polina Goland),  - (Mon, Tue, Wed)&lt;br /&gt;
#[[2009_Summer_Project_Week_MRSI-Module|MRSI Module]] (Bjoern Menze, Jeff Yager, Vince Magnotta)&lt;br /&gt;
#[[Measuring Alcohol Stress Interaction]] (Vidya Rajgopalan, Andrey Fedorov)&lt;br /&gt;
&lt;br /&gt;
===IGT Projects:===&lt;br /&gt;
#[[2009_Summer_Project_Week_Prostate_Robotics |Prostate Robotics]] (Junichi, Sam, Nathan Cho, Jack),  - Mon, Tue, Thursday 7pm-midnight)&lt;br /&gt;
#port 4d gated ultrasound code to Slicer -  (Danielle)&lt;br /&gt;
#integration of stereo video into Slicer (Mehdi)&lt;br /&gt;
#multi-modality statistical toolbox for MR T1, T2, fMRI, DTI data (Diego, sylvain jaume, nicholas, noby)&lt;br /&gt;
#neuroendoscope workflow presentation (sebastien barre)&lt;br /&gt;
#breakout session on Dynamic Patient Models (James Balter)&lt;br /&gt;
#[[2009_Summer_Project_Week_Registration_for_RT|2d/3d Registration (and GPGPU acceleration) for Radiation Therapy]] (Sandy Wells, Jim Balter, and others)&lt;br /&gt;
&lt;br /&gt;
===NA-MIC Engineering Projects===&lt;br /&gt;
# DICOM Validation and Cleanup Tool (Luis, Sid, Steve, Greg)&lt;br /&gt;
# [[Summer2009:Using_ITK_in_python| Using ITK in python]] (Steve, Demian, Jim)&lt;br /&gt;
# [[Summer2009:Implementing_parallelism_in_python| Taking advantage of multicore machines &amp;amp; clusters with python]] (Julien)&lt;br /&gt;
# [[Summer2009:Using_client_server_paradigm_with_python| Deferring heavy computational tasks in python]] (Julien)&lt;br /&gt;
# [[2009_Summer_Project_Week_VTK_3D_Widgets_In_Slicer3|VTK 3d Widgets in Slicer3]] (Nicole, Karthik, Sebastien, Wendy)&lt;br /&gt;
# [[2009_Summer_Project_Week_Colors_Module |Updates to Slicer3 Colors module]] (Nicole)&lt;br /&gt;
# [[EM_Segmenter|EM Segmenter]] (Sylvain Jaume, Nicolas Rannou)&lt;br /&gt;
# Plug-in 3D Viewer based on XIP (Lining)&lt;br /&gt;
# IAFE Mesh Modules - improvements and testing (Curt, Steve, Vince)&lt;br /&gt;
# [[Slicer3 Informatics Workflow Design &amp;amp; XNAT updates | Slicer3 Informatics Workflow Design &amp;amp; XNAT updates for Slicer]] (Wen, Steve, Dan M, Dan B)&lt;br /&gt;
# [[BSpline Registration in Slicer3 | BSpline Registration in Slicer3]] (Samuel Gerber,Jim Miller, Ross Whitaker)&lt;br /&gt;
# [[EPI Correction in Slicer3 | EPI Correction in Slicer3]] (Ran Tao, Jim Miller, Sylvain Bouix, Tom Fletcher, Ross Whitaker, Julien de Siebenthal)&lt;br /&gt;
# Fix [http://www.na-mic.org/Bug/view.php?id=416 bug 416] in registration (Andriy, Luis, Bill, Jim, Steve)&lt;br /&gt;
# [[Summer2009:The Vascular Modeling Toolkit in 3D Slicer | The Vascular Modeling Toolkit in 3D Slicer]] (Daniel Haehn)&lt;br /&gt;
&lt;br /&gt;
== Preparation ==&lt;br /&gt;
&lt;br /&gt;
# Please make sure that you are on the http://public.kitware.com/cgi-bin/mailman/listinfo/na-mic-project-week mailing list&lt;br /&gt;
# Join the kickoff TCON on April 16, 3pm ET.&lt;br /&gt;
# [[Engineering:TCON_2009|June 18 TCON]] at 3pm ET to tie loose ends.  Anyone with un-addressed questions should call.&lt;br /&gt;
# By 3pm ET on June 11, 2009: [[Project_Week/Template|Complete a templated wiki page for your project]]. Please do not edit the template page itself, but create a new page for your project and cut-and-paste the text from this template page.  If you have questions, please send an email to tkapur at bwh.harvard.edu.&lt;br /&gt;
# By 3pm on June 18, 2009: Create a directory for each project on the [[Engineering:SandBox|NAMIC Sandbox]] (Zack)&lt;br /&gt;
## Commit on each sandbox directory the code examples/snippets that represent our first guesses of appropriate methods. (Luis and Steve will help with this, as needed)&lt;br /&gt;
## Gather test images in any of the Data sharing resources we have (e.g. the BIRN). These ones don't have to be many. At least three different cases, so we can get an idea of the modality-specific characteristics of these images. Put the IDs of these data sets on the wiki page. (the participants must do this.)&lt;br /&gt;
## Setup nightly tests on a separate Dashboard, where we will run the methods that we are experimenting with. The test should post result images and computation time. (Zack)&lt;br /&gt;
# Please note that by the time we get to the project event, we should be trying to close off a project milestone rather than starting to work on one...&lt;br /&gt;
# People doing Slicer related projects should come to project week with slicer built on your laptop.&lt;br /&gt;
## Projects to develop extension modules should work with the [http://viewvc.slicer.org/viewcvs.cgi/branches/Slicer-3-4/#dirlist Slicer-3-4 branch] (new code should not be checked into the branch).&lt;br /&gt;
## Projects to modify core behavior of slicer should be done on the [http://viewvc.slicer.org/viewcvs.cgi/trunk/ trunk].&lt;br /&gt;
&lt;br /&gt;
==Attendee List==&lt;br /&gt;
If you plan to attend, please add your name here.&lt;br /&gt;
&lt;br /&gt;
#Ron Kikinis, BWH (NA-MIC, NAC, NCIGT)&lt;br /&gt;
#Ferenc Jolesz, BWH (NCIGT, NAC)&lt;br /&gt;
#Clare Tempany, BWH (NCIGT)&lt;br /&gt;
#Tina Kapur, BWH (NA-MIC, NCIGT)&lt;br /&gt;
#Steve Pieper, Isomics Inc&lt;br /&gt;
#Jim Miller, GE Research&lt;br /&gt;
#Xiaodong Tao, GE Research&lt;br /&gt;
#Bill Lorensen, EAB&lt;br /&gt;
#Randy Gollub, MGH&lt;br /&gt;
#Nicole Aucoin, BWH (NA-MIC)&lt;br /&gt;
#Dan Marcus, WUSTL&lt;br /&gt;
#Junichi Tokuda, BWH (NCIGT)&lt;br /&gt;
#Alex Gouaillard, Harvard Systems Biology&lt;br /&gt;
#Arnaud Gelas, Harvard Systems Biology &lt;br /&gt;
#Kishore Mosanliganti, Harvard Systems Biology&lt;br /&gt;
#Lydie Souhait, Harvard Systems Biology&lt;br /&gt;
#Luis Ibanez, Kitware Inc&lt;br /&gt;
#Vincent Magnotta, UIowa&lt;br /&gt;
#Hans Johnson, UIowa&lt;br /&gt;
#Xenios Papademetris, Yale&lt;br /&gt;
#Gregory S. Fischer, WPI (Mon, Tue, Wed)&lt;br /&gt;
#Daniel Blezek, Mayo (Tue-Fri)&lt;br /&gt;
#Danielle Pace, Robarts Research Institute / UWO&lt;br /&gt;
#Clement Vachet, UNC-Chapel Hill&lt;br /&gt;
#Dave Welch, UIowa&lt;br /&gt;
#Demian Wassermann, Odyssée lab, INRIA, France&lt;br /&gt;
#Manasi Ramachandran, UIowa&lt;br /&gt;
#Greg Sharp, MGH&lt;br /&gt;
#Rui Li, MGH&lt;br /&gt;
#Mehdi Esteghamatian, Robarts Research Institute / UWO&lt;br /&gt;
#Misha Milchenko, WUSTL&lt;br /&gt;
#Kevin Archie, WUSTL&lt;br /&gt;
#Tim Olsen, WUSTL&lt;br /&gt;
#Wendy Plesniak BWH (NAC)&lt;br /&gt;
#Haiying Liu BWH (NCIGT)&lt;br /&gt;
#Curtis Lisle, KnowledgeVis / Isomics&lt;br /&gt;
#Diego Cantor, Robarts Research Institute / UWO&lt;br /&gt;
#Daniel Haehn, BWH&lt;br /&gt;
#Nicolas Rannou, BWH&lt;br /&gt;
#Sylvain Jaume, MIT&lt;br /&gt;
#Alex Yarmarkovich, Isomics&lt;br /&gt;
#Marco Ruiz, UCSD&lt;br /&gt;
#Andriy Fedorov, BWH (NA-MIC)&lt;br /&gt;
#Harish Doddi, Stanford University&lt;br /&gt;
#Saikat Pal, Stanford University&lt;br /&gt;
#Scott Hoge, BWH (NCIGT)&lt;br /&gt;
#Vandana Mohan, Georgia Tech&lt;br /&gt;
#Ivan Kolosev, Georgia Tech&lt;br /&gt;
#Behnood Gholami, Georgia Tech&lt;br /&gt;
#James Balter, U Michigan&lt;br /&gt;
#Dan McShan, U Michigan&lt;br /&gt;
#Zhou Shen, U Michigan&lt;br /&gt;
#Maria Francesca Spadea, Italy&lt;br /&gt;
#Lining Yang, Siemens Corporate Research&lt;br /&gt;
#Beatriz Paniagua, UNC-Chapel Hill&lt;br /&gt;
#Bennett Landman, Johns Hopkins University &lt;br /&gt;
#Snehashis Roy, Johns Hopkins University&lt;br /&gt;
#Marta Peroni, Politecnico di Milano&lt;br /&gt;
#Sebastien Barre, Kitware, Inc.&lt;br /&gt;
#Samuel Gerber, SCI University of Utah&lt;br /&gt;
#Ran Tao, SCI University of Utah&lt;br /&gt;
#Marcel Prastawa, SCI University of Utah&lt;br /&gt;
#Katie Hayes, BWH (NA-MIC)&lt;br /&gt;
#Sonia Pujol, BWH (NA-MIC)&lt;br /&gt;
#Andras Lasso, Queen's University&lt;br /&gt;
#Yong Gao, MGH&lt;br /&gt;
#Minjeong Kim, UNC-Chapel Hill&lt;br /&gt;
#Guorong Wu, UNC-Chapel Hill&lt;br /&gt;
#Jeffrey Yager, UIowa&lt;br /&gt;
#Yanling Liu, SAIC/NCI-Frederick&lt;br /&gt;
#Ziv Yaniv, Georgetown&lt;br /&gt;
#Bjoern Menze, MIT&lt;br /&gt;
#Vidya Rajagopalan, Virginia Tech&lt;br /&gt;
#Sandy Wells, BWH (NAC, NCIGT)&lt;br /&gt;
#Lilla Zollei, MGH (NAC)&lt;br /&gt;
#Lauren O'Donnell, BWH&lt;br /&gt;
#Florin Talos, BWH (NAC)&lt;br /&gt;
#Nobuhiko Hata, BWH (NCIGT)&lt;br /&gt;
#Alark Joshi, Yale&lt;br /&gt;
#Yogesh Rathi, BWH&lt;br /&gt;
#Jimi Malcolm, BWH&lt;br /&gt;
#Dustin Scheinost, Yale&lt;br /&gt;
#Dominique Belhachemi, Yale&lt;br /&gt;
#Sam Song, JHU&lt;br /&gt;
#Nathan Cho, JHU&lt;br /&gt;
#Julien de Siebenthal, BWH&lt;br /&gt;
#Peter Savadjiev, BWH&lt;br /&gt;
#Carl-Fredrik Westin, BWH&lt;br /&gt;
#John Melonakos, AccelerEyes (Wed &amp;amp; Thu morning)&lt;br /&gt;
#Yi Gao, Georgia Tech&lt;br /&gt;
&lt;br /&gt;
== Logistics ==&lt;br /&gt;
*'''Dates:''' June 22-26, 2009&lt;br /&gt;
*'''Location:''' MIT. [[Meeting_Locations:MIT_Grier_A_%26B|Grier Rooms A &amp;amp; B: 34-401A &amp;amp; 34-401B]].&lt;br /&gt;
*'''Registration Fee:''' $260 (covers the cost of breakfast, lunch and coffee breaks for the week). Due by Friday, June 12th, 2009. Please make checks out to &amp;quot;Massachusetts Institute of Technology&amp;quot; and mail to: Donna Kaufman, MIT, 77 Massachusetts Ave., 38-409a, Cambridge, MA 02139.  Receipts will be provided by email as checks are received.  Please send questions to dkauf at mit.edu. '''If this is your first event and you are attending for only one day, the registration fee is waived.'''  Please let us know, so that we can cover the costs with one of our grants.&lt;br /&gt;
*'''Registration Method''' Add your name to the Attendee List section of this page&lt;br /&gt;
*'''Hotel:''' We have a group rate of $189/night (plus tax) at the Le Meridien (which used to be the Hotel at MIT). [http://www.starwoodmeeting.com/Book/MITDECSE  Please click here to reserve.] This rate is good only through June 1.&lt;br /&gt;
*Here is some information about several other Boston area hotels that are convenient to NA-MIC events: [[Boston_Hotels|Boston_Hotels]]. Summer is tourist season in Boston, so please book your rooms early.&lt;br /&gt;
*2009 Summer Project Week [[NA-MIC/Projects/Theme/Template|'''Template''']]&lt;br /&gt;
*[[2008_Summer_Project_Week#Projects|Last Year's Projects as a reference]]&lt;br /&gt;
*For hosting projects, we are planning to make use of the NITRC resources.  See [[NA-MIC_and_NITRC | Information about NITRC Collaboration]]&lt;/div&gt;</summary>
		<author><name>Jvs</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2009_Summer_Project_Week&amp;diff=37966</id>
		<title>2009 Summer Project Week</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2009_Summer_Project_Week&amp;diff=37966"/>
		<updated>2009-06-02T01:46:23Z</updated>

		<summary type="html">&lt;p&gt;Jvs: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Back to [[Project Events]], [[Events]]&lt;br /&gt;
&lt;br /&gt;
*'''Dates:''' June 22-26, 2009&lt;br /&gt;
*'''Location:''' MIT. [[Meeting_Locations:MIT_Grier_A_%26B|Grier Rooms A &amp;amp; B: 34-401A &amp;amp; 34-401B]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Introduction to the FIRST JOINT PROJECT WEEK==&lt;br /&gt;
&lt;br /&gt;
We are pleased to announce the FIRST JOINT PROJECT WEEK of hands-on research and development activity for Image-Guided Therapy and Neuroscience applications.  Participants will engage in open source programming using the [[NA-MIC-Kit|NA-MIC Kit]], algorithm design, medical imaging sequence development, tracking experiments, and clinical application. The main goal of this event is to move forward the translational research deliverables of the sponsoring centers and their collaborators. Active and potential collaborators are encouraged and welcome to attend this event. This event will be set up to maximize informal interaction between participants.  &lt;br /&gt;
&lt;br /&gt;
Active preparation will begin on''' Thursday, April 16th at 3pm ET''', with a kick-off teleconference.  Invitations to this call will be sent to members of the sponsoring communities, their collaborators, past attendees of the event, as well as any parties who have expressed an interest in working with these centers. The main goal of the kick-off call is to get an idea of which groups/projects will be active at the upcoming event, and to ensure that there is sufficient coverage for all. Subsequent teleconferences will allow for more focused discussions on individual projects and allow the hosts to finalize the project teams, consolidate any common components, and identify topics that should be discussed in breakout sessions. In the final days leading upto the meeting, all project teams will be asked to fill in a template page on this wiki that describes the objectives and plan of their projects.  &lt;br /&gt;
&lt;br /&gt;
The event itself will start off with a short presentation by each project team, driven using their previously created description, and will help all participants get acquainted with others who are doing similar work. In the rest of the week, about half the time will be spent in breakout discussions on topics of common interest of subsets of the attendees, and the other half will be spent in project teams, doing hands-on project work.  The hands-on activities will be done in 30-50 small teams of size 2-4, each with a mix of multi-disciplinary expertise.  To facilitate this work, a large room at MIT will be setup with several tables, with internet and power access, and each computer software development based team will gather on a table with their individual laptops, connect to the internet to download their software and data, and be able to work on their projects.  Teams working on projects that require the use of medical devices will proceed to Brigham and Women's Hospital and carry out their experiments there. On the last day of the event, a closing presentation session will be held in which each project team will present a summary of what they accomplished during the week.&lt;br /&gt;
&lt;br /&gt;
This event is part of the translational research efforts of [http://www.na-mic.org NA-MIC], [http://www.ncigt.org NCIGT], [http://nac.spl.harvard.edu/ NAC], [http://catalyst.harvard.edu/home.html Harvard Catalyst], and [http://www.cimit.org CIMIT].  It is an expansion of the NA-MIC Summer Project Week that has been held annually since 2005. It will be held every summer at MIT and Brigham and Womens Hospital in Boston, typically during the last full week of June, and in Salt Lake City in the winter, typically during the second week of January.  &lt;br /&gt;
&lt;br /&gt;
A summary of all past NA-MIC Project Events that this FIRST JOINT EVENT is based on is available [[Project_Events#Past|here]].&lt;br /&gt;
&lt;br /&gt;
== Agenda==&lt;br /&gt;
* Monday &lt;br /&gt;
** noon-1pm lunch &lt;br /&gt;
**1pm: Welcome (Ron Kikinis)&lt;br /&gt;
** 1:05-3:30pm Introduce [[#Projects|Projects]] using templated wiki pages (all Project Leads) ([http://wiki.na-mic.org/Wiki/index.php/Project_Week/Template Wiki Template]) &lt;br /&gt;
** 3:30-5:30pm Start project work&lt;br /&gt;
* Tuesday &lt;br /&gt;
** 8:30am breakfast&lt;br /&gt;
**9:30-10am: NA-MIC Kit Overview (Jim Miller)&lt;br /&gt;
** 10-10:30am Slicer 3.4 Update (Steve Pieper)&lt;br /&gt;
** 10:30-11am Slicer IGT and Imaging Kit Update Update (Noby Hata, Scott Hoge)&lt;br /&gt;
** 11am-12:00pm Breakout Session: [[2009 Project Week Breakout Session: Slicer-Python]] (Demian W)&lt;br /&gt;
** noon lunch&lt;br /&gt;
** 2:30pm-5pm: [[2009 Project Week Data Clinic|Data Clinic]] (Ron Kikinis)&lt;br /&gt;
** 5:30pm adjourn for day&lt;br /&gt;
* Wednesday &lt;br /&gt;
** 8:30am breakfast&lt;br /&gt;
** 9am-12pm Breakout Session: [[2009 Project Week Breakout Session: ITK]] (Luis Ibanez)&lt;br /&gt;
** noon lunch&lt;br /&gt;
** 2:30pm: Breakout Session: [[2009 Project Week Breakout Session: 3D+T Microscopy Cell Dataset Segmentation]] (Alex G.)&lt;br /&gt;
** 5:30pm adjourn for day&lt;br /&gt;
* Thursday&lt;br /&gt;
** 8:30am breakfast&lt;br /&gt;
** 9-11pm Tutorial Contest Presentations&lt;br /&gt;
** noon lunch&lt;br /&gt;
** 2:30pm: Breakout Session: [[2009 Project Week Breakout Session: XNAT]] (Dan M.)&lt;br /&gt;
** 5:30pm adjourn for day&lt;br /&gt;
* Friday &lt;br /&gt;
** 8:30am breakfast&lt;br /&gt;
** 10am-noon: Tutorial Contest Winner Announcement and Project Progress using update [[#Projects|Project Wiki pages]]&lt;br /&gt;
*** Noon: Lunch boxes and adjourn by 1:30pm.&lt;br /&gt;
***We need to empty room by 1:30.  You are welcome to use wireless in Stata.&lt;br /&gt;
***Please sign up for the developer [http://www.slicer.org/pages/Mailinglist mailing lists]&lt;br /&gt;
***Next Project Week [[AHM_2010|in Utah, January 4-8, 2010]]&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
&lt;br /&gt;
The list of projects for this week will go here.&lt;br /&gt;
=== Collaboration Projects ===&lt;br /&gt;
#[[2009_Summer_Project_Week_Project_Segmentation_of_Muscoskeletal_Images]]&lt;br /&gt;
#[[2009_Summer_Project_Week_4D_Imaging| 4D Imaging (Perfusion, Cardiac, etc.) ]] (Junichi, Dan Blezek?, Steve, Alex G?)&lt;br /&gt;
#Liver Ablation in Slicer (Haiying, Ziv)&lt;br /&gt;
#SLicer3 and Brainlab - introduction to UCLA (Haiying, Xenios, Pratik, Nathan Hageman)&lt;br /&gt;
#Adaptive Radiotherapy - Deformable registration and DICOMRT (Greg Sharp, Steve, Wendy)&lt;br /&gt;
#Brain DTI Atlas? (Florin, Utah, UNC, GeorgiaTech)&lt;br /&gt;
#Slicer module for the computation of fibre dispersion and curving measures (Peter Savadjiev, C-F Westin)&lt;br /&gt;
#Xnat user interface improvements for NA-MIC (Dan M, Florin, Ron, Wendy)&lt;br /&gt;
#xnat and DICOMRT (Greg Sharp, Dan M) - might be done?&lt;br /&gt;
#Grid Wizard+xnat clinic (Clement Vachet)&lt;br /&gt;
#?Fluid Mechanincs Module (Nathan Hageman)&lt;br /&gt;
#?DTI digital phantom generator to create validation data sets - webservice/cmdlin module/binaries are downloadable from UCLA (Nathan Hageman)&lt;br /&gt;
#Cortical Thickness Pipeline (Clement Vachet, Ipek Oguz)&lt;br /&gt;
#Demo Brainlab/Slicer in BWH OR (Haiying, Nathan Hageman)&lt;br /&gt;
#Skull Stripping (Xiaodong, Snehashis Roy)&lt;br /&gt;
#[[2009_Summer_Project_Week-FastMarching_for_brain_tumor_segmentation |FastMarching for brain tumor segmentation]] (Fedorov, GeorgiaTech)&lt;br /&gt;
#Meningioma growth simulation for validation (Fedorov, Marcel, Ron)&lt;br /&gt;
#Automatic brain MRI processing pipeline (Marcel, Hans)&lt;br /&gt;
#XNAT integration into Harvard Catalyst i2b2 framework(Gao, Yong)&lt;br /&gt;
#[[2009_Summer_Project_Week_Spherical_Mesh_Diffeomorphic_Demons_Registration |Spherical Mesh Diffeomorphic Demons Registration]] (Luis Ibanez,Thomas Yeo, Polina Goland),  - (Mon, Tue, Wed)&lt;br /&gt;
#[[2009_Summer_Project_Week_MRSI-Module|MRSI Module]] (Bjoern Menze, Jeff Yager, Vince Magnotta)&lt;br /&gt;
#[[Measuring Alcohol Stress Interaction]] (Vidya Rajgopalan, Andrey Fedorov)&lt;br /&gt;
&lt;br /&gt;
===IGT Projects:===&lt;br /&gt;
#[[2009_Summer_Project_Week_Prostate_Robotics |Prostate Robotics]] (Junichi, Sam, Nathan Cho, Jack),  - Mon, Tue, Thursday 7pm-midnight)&lt;br /&gt;
#port 4d gated ultrasound code to Slicer -  (Danielle)&lt;br /&gt;
#integration of stereo video into Slicer (Mehdi)&lt;br /&gt;
#multi-modality statistical toolbox for MR T1, T2, fMRI, DTI data (Diego, sylvain jaume, nicholas, noby)&lt;br /&gt;
#neuroendoscope workflow presentation (sebastien barre)&lt;br /&gt;
#breakout session on Dynamic Patient Models (James Balter)&lt;br /&gt;
#[[2009_Summer_Project_Week_Registration_for_RT|2d/3d Registration (and GPGPU acceleration) for Radiation Therapy]] (Sandy Wells, Jim Balter, and others)&lt;br /&gt;
&lt;br /&gt;
===NA-MIC Engineering Projects===&lt;br /&gt;
# DICOM Validation and Cleanup Tool (Luis, Sid, Steve, Greg)&lt;br /&gt;
# [[Summer2009:Using_ITK_in_python| Using ITK in python]] (Steve, Demian, Jim)&lt;br /&gt;
# [[Summer2009:Implementing_parallelism_in_python| Taking advantage of multicore machines &amp;amp; clusters with python]] (Julien)&lt;br /&gt;
# [[Summer2009:Using_client_server_with_python| Deferring heavy computational tasks in python]] (Julien)&lt;br /&gt;
# [[2009_Summer_Project_Week_VTK_3D_Widgets_In_Slicer3|VTK 3d Widgets in Slicer3]] (Nicole, Karthik, Sebastien, Wendy)&lt;br /&gt;
# [[2009_Summer_Project_Week_Colors_Module |Updates to Slicer3 Colors module]] (Nicole)&lt;br /&gt;
# [[EM_Segmenter|EM Segmenter]] (Sylvain Jaume, Nicolas Rannou)&lt;br /&gt;
# Plug-in 3D Viewer based on XIP (Lining)&lt;br /&gt;
# IAFE Mesh Modules - improvements and testing (Curt, Steve, Vince)&lt;br /&gt;
# [[Slicer3 Informatics Workflow Design &amp;amp; XNAT updates | Slicer3 Informatics Workflow Design &amp;amp; XNAT updates for Slicer]] (Wen, Steve, Dan M, Dan B)&lt;br /&gt;
# [[BSpline Registration in Slicer3 | BSpline Registration in Slicer3]] (Samuel Gerber,Jim Miller, Ross Whitaker)&lt;br /&gt;
# [[EPI Correction in Slicer3 | EPI Correction in Slicer3]] (Ran Tao, Jim Miller, Sylvain Bouix, Tom Fletcher, Ross Whitaker, Julien de Siebenthal)&lt;br /&gt;
# Fix [http://www.na-mic.org/Bug/view.php?id=416 bug 416] in registration (Andriy, Luis, Bill, Jim, Steve)&lt;br /&gt;
# [[Summer2009:The Vascular Modeling Toolkit in 3D Slicer | The Vascular Modeling Toolkit in 3D Slicer]] (Daniel Haehn)&lt;br /&gt;
&lt;br /&gt;
== Preparation ==&lt;br /&gt;
&lt;br /&gt;
# Please make sure that you are on the http://public.kitware.com/cgi-bin/mailman/listinfo/na-mic-project-week mailing list&lt;br /&gt;
# Join the kickoff TCON on April 16, 3pm ET.&lt;br /&gt;
# [[Engineering:TCON_2009|June 18 TCON]] at 3pm ET to tie loose ends.  Anyone with un-addressed questions should call.&lt;br /&gt;
# By 3pm ET on June 11, 2009: [[Project_Week/Template|Complete a templated wiki page for your project]]. Please do not edit the template page itself, but create a new page for your project and cut-and-paste the text from this template page.  If you have questions, please send an email to tkapur at bwh.harvard.edu.&lt;br /&gt;
# By 3pm on June 18, 2009: Create a directory for each project on the [[Engineering:SandBox|NAMIC Sandbox]] (Zack)&lt;br /&gt;
## Commit on each sandbox directory the code examples/snippets that represent our first guesses of appropriate methods. (Luis and Steve will help with this, as needed)&lt;br /&gt;
## Gather test images in any of the Data sharing resources we have (e.g. the BIRN). These ones don't have to be many. At least three different cases, so we can get an idea of the modality-specific characteristics of these images. Put the IDs of these data sets on the wiki page. (the participants must do this.)&lt;br /&gt;
## Setup nightly tests on a separate Dashboard, where we will run the methods that we are experimenting with. The test should post result images and computation time. (Zack)&lt;br /&gt;
# Please note that by the time we get to the project event, we should be trying to close off a project milestone rather than starting to work on one...&lt;br /&gt;
# People doing Slicer related projects should come to project week with slicer built on your laptop.&lt;br /&gt;
## Projects to develop extension modules should work with the [http://viewvc.slicer.org/viewcvs.cgi/branches/Slicer-3-4/#dirlist Slicer-3-4 branch] (new code should not be checked into the branch).&lt;br /&gt;
## Projects to modify core behavior of slicer should be done on the [http://viewvc.slicer.org/viewcvs.cgi/trunk/ trunk].&lt;br /&gt;
&lt;br /&gt;
==Attendee List==&lt;br /&gt;
If you plan to attend, please add your name here.&lt;br /&gt;
&lt;br /&gt;
#Ron Kikinis, BWH (NA-MIC, NAC, NCIGT)&lt;br /&gt;
#Ferenc Jolesz, BWH (NCIGT, NAC)&lt;br /&gt;
#Clare Tempany, BWH (NCIGT)&lt;br /&gt;
#Tina Kapur, BWH (NA-MIC, NCIGT)&lt;br /&gt;
#Steve Pieper, Isomics Inc&lt;br /&gt;
#Jim Miller, GE Research&lt;br /&gt;
#Xiaodong Tao, GE Research&lt;br /&gt;
#Bill Lorensen, EAB&lt;br /&gt;
#Randy Gollub, MGH&lt;br /&gt;
#Nicole Aucoin, BWH (NA-MIC)&lt;br /&gt;
#Dan Marcus, WUSTL&lt;br /&gt;
#Junichi Tokuda, BWH (NCIGT)&lt;br /&gt;
#Alex Gouaillard, Harvard Systems Biology&lt;br /&gt;
#Arnaud Gelas, Harvard Systems Biology &lt;br /&gt;
#Kishore Mosanliganti, Harvard Systems Biology&lt;br /&gt;
#Lydie Souhait, Harvard Systems Biology&lt;br /&gt;
#Luis Ibanez, Kitware Inc&lt;br /&gt;
#Vincent Magnotta, UIowa&lt;br /&gt;
#Hans Johnson, UIowa&lt;br /&gt;
#Xenios Papademetris, Yale&lt;br /&gt;
#Gregory S. Fischer, WPI (Mon, Tue, Wed)&lt;br /&gt;
#Daniel Blezek, Mayo (Tue-Fri)&lt;br /&gt;
#Danielle Pace, Robarts Research Institute / UWO&lt;br /&gt;
#Clement Vachet, UNC-Chapel Hill&lt;br /&gt;
#Dave Welch, UIowa&lt;br /&gt;
#Demian Wassermann, Odyssée lab, INRIA, France&lt;br /&gt;
#Manasi Ramachandran, UIowa&lt;br /&gt;
#Greg Sharp, MGH&lt;br /&gt;
#Rui Li, MGH&lt;br /&gt;
#Mehdi Esteghamatian, Robarts Research Institute / UWO&lt;br /&gt;
#Misha Milchenko, WUSTL&lt;br /&gt;
#Kevin Archie, WUSTL&lt;br /&gt;
#Tim Olsen, WUSTL&lt;br /&gt;
#Wendy Plesniak BWH (NAC)&lt;br /&gt;
#Haiying Liu BWH (NCIGT)&lt;br /&gt;
#Curtis Lisle, KnowledgeVis / Isomics&lt;br /&gt;
#Diego Cantor, Robarts Research Institute / UWO&lt;br /&gt;
#Daniel Haehn, BWH&lt;br /&gt;
#Nicolas Rannou, BWH&lt;br /&gt;
#Sylvain Jaume, MIT&lt;br /&gt;
#Alex Yarmarkovich, Isomics&lt;br /&gt;
#Marco Ruiz, UCSD&lt;br /&gt;
#Andriy Fedorov, BWH (NA-MIC)&lt;br /&gt;
#Harish Doddi, Stanford University&lt;br /&gt;
#Saikat Pal, Stanford University&lt;br /&gt;
#Scott Hoge, BWH (NCIGT)&lt;br /&gt;
#Vandana Mohan, Georgia Tech&lt;br /&gt;
#Ivan Kolosev, Georgia Tech&lt;br /&gt;
#Behnood Gholami, Georgia Tech&lt;br /&gt;
#James Balter, U Michigan&lt;br /&gt;
#Dan McShan, U Michigan&lt;br /&gt;
#Zhou Shen, U Michigan&lt;br /&gt;
#Maria Francesca Spadea, Italy&lt;br /&gt;
#Lining Yang, Siemens Corporate Research&lt;br /&gt;
#Beatriz Paniagua, UNC-Chapel Hill&lt;br /&gt;
#Bennett Landman, Johns Hopkins University &lt;br /&gt;
#Snehashis Roy, Johns Hopkins University&lt;br /&gt;
#Marta Peroni, Politecnico di Milano&lt;br /&gt;
#Sebastien Barre, Kitware, Inc.&lt;br /&gt;
#Samuel Gerber, SCI University of Utah&lt;br /&gt;
#Ran Tao, SCI University of Utah&lt;br /&gt;
#Marcel Prastawa, SCI University of Utah&lt;br /&gt;
#Katie Hayes, BWH (NA-MIC)&lt;br /&gt;
#Sonia Pujol, BWH (NA-MIC)&lt;br /&gt;
#Andras Lasso, Queen's University&lt;br /&gt;
#Yong Gao, MGH&lt;br /&gt;
#Minjeong Kim, UNC-Chapel Hill&lt;br /&gt;
#Guorong Wu, UNC-Chapel Hill&lt;br /&gt;
#Jeffrey Yager, UIowa&lt;br /&gt;
#Yanling Liu, SAIC/NCI-Frederick&lt;br /&gt;
#Ziv Yaniv, Georgetown&lt;br /&gt;
#Bjoern Menze, MIT&lt;br /&gt;
#Vidya Rajagopalan, Virginia Tech&lt;br /&gt;
#Sandy Wells, BWH (NAC, NCIGT)&lt;br /&gt;
#Lilla Zollei, MGH (NAC)&lt;br /&gt;
#Lauren O'Donnell, BWH&lt;br /&gt;
#Florin Talos, BWH (NAC)&lt;br /&gt;
#Nobuhiko Hata, BWH (NCIGT)&lt;br /&gt;
#Alark Joshi, Yale&lt;br /&gt;
#Yogesh Rathi, BWH&lt;br /&gt;
#Jimi Malcolm, BWH&lt;br /&gt;
#Dustin Scheinost, Yale&lt;br /&gt;
#Dominique Belhachemi, Yale&lt;br /&gt;
#Sam Song, JHU&lt;br /&gt;
#Nathan Cho, JHU&lt;br /&gt;
#Julien de Siebenthal, BWH&lt;br /&gt;
#Peter Savadjiev, BWH&lt;br /&gt;
#Carl-Fredrik Westin, BWH&lt;br /&gt;
#John Melonakos, AccelerEyes (Wed &amp;amp; Thu morning)&lt;br /&gt;
#Yi Gao, Georgia Tech&lt;br /&gt;
&lt;br /&gt;
== Logistics ==&lt;br /&gt;
*'''Dates:''' June 22-26, 2009&lt;br /&gt;
*'''Location:''' MIT. [[Meeting_Locations:MIT_Grier_A_%26B|Grier Rooms A &amp;amp; B: 34-401A &amp;amp; 34-401B]].&lt;br /&gt;
*'''Registration Fee:''' $260 (covers the cost of breakfast, lunch and coffee breaks for the week). Due by Friday, June 12th, 2009. Please make checks out to &amp;quot;Massachusetts Institute of Technology&amp;quot; and mail to: Donna Kaufman, MIT, 77 Massachusetts Ave., 38-409a, Cambridge, MA 02139.  Receipts will be provided by email as checks are received.  Please send questions to dkauf at mit.edu. '''If this is your first event and you are attending for only one day, the registration fee is waived.'''  Please let us know, so that we can cover the costs with one of our grants.&lt;br /&gt;
*'''Registration Method''' Add your name to the Attendee List section of this page&lt;br /&gt;
*'''Hotel:''' We have a group rate of $189/night (plus tax) at the Le Meridien (which used to be the Hotel at MIT). [http://www.starwoodmeeting.com/Book/MITDECSE  Please click here to reserve.] This rate is good only through June 1.&lt;br /&gt;
*Here is some information about several other Boston area hotels that are convenient to NA-MIC events: [[Boston_Hotels|Boston_Hotels]]. Summer is tourist season in Boston, so please book your rooms early.&lt;br /&gt;
*2009 Summer Project Week [[NA-MIC/Projects/Theme/Template|'''Template''']]&lt;br /&gt;
*[[2008_Summer_Project_Week#Projects|Last Year's Projects as a reference]]&lt;br /&gt;
*For hosting projects, we are planning to make use of the NITRC resources.  See [[NA-MIC_and_NITRC | Information about NITRC Collaboration]]&lt;/div&gt;</summary>
		<author><name>Jvs</name></author>
		
	</entry>
</feed>