<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.commontk.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Msermesant</id>
	<title>Commontk - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.commontk.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Msermesant"/>
	<link rel="alternate" type="text/html" href="https://www.commontk.org/index.php?title=Special:Contributions/Msermesant"/>
	<updated>2026-04-23T10:12:39Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://www.commontk.org/index.php?title=Documentation/CLI_In_Context&amp;diff=1955</id>
		<title>Documentation/CLI In Context</title>
		<link rel="alternate" type="text/html" href="https://www.commontk.org/index.php?title=Documentation/CLI_In_Context&amp;diff=1955"/>
		<updated>2013-09-18T13:04:13Z</updated>

		<summary type="html">&lt;p&gt;Msermesant: /* Events */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page lists some example and notes on different integration of CLI modules in different frameworks including CTK (see [[Documentation/Command_Line_Interface]]). The first interoperability testing was done during the [http://www.creatis.insa-lyon.fr/Interoperability_workshop third] VPH NoE Imaging workshop hold in Lyon, France on October 22-23, 2012. It will be continued in consecutive hackfests. The aim is to try to plug in CLI modules in CLI compatible frameworks and come up with possible improvement of the CLI standard, advice to CLI module and CLI framework developers.&lt;br /&gt;
&lt;br /&gt;
== Events ==&lt;br /&gt;
&lt;br /&gt;
* [[CTK-Hackfest-Nov-2011|CTK Hackfest]] in Sophia Antipolis, France in November 2011&lt;br /&gt;
** Preliminary work to integrate CLI into Gimias&lt;br /&gt;
* [[CTK-Hackfest-Jul-2012|CTK Hackfest]] in Boston, USA in July 2012&lt;br /&gt;
** Preliminary work to integrate CLI into MITK&lt;br /&gt;
* [http://www.creatis.insa-lyon.fr/Interoperability_workshop 3rd VPH NoE Imaging workshop] in Lyon, France on October 22-23, 2012&lt;br /&gt;
** First [[#Interoperability_tests|Interoperability tests]] with CTK, Gimias, NiftyView and Slicer&lt;br /&gt;
* [[CTK-Hackfest-Dec-2012|CTK Hackfest]] in Bologna, Italy on December, 2012&lt;br /&gt;
** Preliminary work to integrate CLI into medInria, MAF3&lt;br /&gt;
** Semi-Automatic framework CLI integration tests&lt;br /&gt;
&lt;br /&gt;
== Interoperability tests ==&lt;br /&gt;
&lt;br /&gt;
These first tests mainly concern the integration of niftyreg (registration algorithms from UCL). The different stages of integration are: load, execute and results. Meaning that the CLI module can be loaded. executed and provides the same results as if it was run only from the command line. The problems we encountered were:&lt;br /&gt;
&lt;br /&gt;
* Gimias does not support to have a `default` element different that `None` for the output, not sure about the `advanced` option for the `parameters` element &lt;br /&gt;
* niftyreg was using `fileExtensions` with stars (`*.nii`) which is not supported by neither Gimias nor Slicer (the star is directly used in the file name)&lt;br /&gt;
* The default output folder should be set to the user folder and not the running one, otherwise the CLI module can crash because they were denied access to write in that folder (for example `Program Files` under Windows)&lt;br /&gt;
* What to do with CLI modules that have dependencies on shared libraries with the platform but of different versions? Platforms should have the option to only use the libraries shipped with the CLI module&lt;br /&gt;
* Platforms should align the way they treat data since if two load data differently, the same CLI module could give different results&lt;br /&gt;
&lt;br /&gt;
It would be interesting to create test CLI modules for these integration tests. For example one that exposes all possible types of options, one running a simple algorithm without any dependencies (as niftyreg) and one with dependencies.&lt;br /&gt;
&lt;br /&gt;
Some thoughts on the tested platforms:&lt;br /&gt;
* Niftyview has nice controls on the way CLI modules are found and loaded (control on the `XML` validation)&lt;br /&gt;
* Slicer has a nice display of the loaded and non loaded CLI modules (appear in red, there could be more explanation why the loading failed)&lt;br /&gt;
&lt;br /&gt;
== Snapshots ==&lt;br /&gt;
&lt;br /&gt;
Here are the snapshots of niftyreg on the different platforms:&lt;br /&gt;
&lt;br /&gt;
* CTK command line module explorer &lt;br /&gt;
&lt;br /&gt;
[[File:Niftyreg-ctk.png|400px]]&lt;br /&gt;
&lt;br /&gt;
* Slicer&lt;br /&gt;
&lt;br /&gt;
[[File:Niftyreg-slicer.png|400px]]&lt;br /&gt;
&lt;br /&gt;
* NiftyView&lt;br /&gt;
&lt;br /&gt;
[[File:Niftyreg-niftyview.png|400px]]&lt;br /&gt;
&lt;br /&gt;
* GIMIAS &lt;br /&gt;
&lt;br /&gt;
[[File:Niftyreg-gimias.png|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* medInria&lt;br /&gt;
&lt;br /&gt;
[[File:medinria-cli-niftyreg.png|400px]]&lt;/div&gt;</summary>
		<author><name>Msermesant</name></author>
	</entry>
	<entry>
		<id>https://www.commontk.org/index.php?title=Documentation/CLI_In_Context&amp;diff=1954</id>
		<title>Documentation/CLI In Context</title>
		<link rel="alternate" type="text/html" href="https://www.commontk.org/index.php?title=Documentation/CLI_In_Context&amp;diff=1954"/>
		<updated>2013-09-18T13:03:45Z</updated>

		<summary type="html">&lt;p&gt;Msermesant: /* Snapshots */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page lists some example and notes on different integration of CLI modules in different frameworks including CTK (see [[Documentation/Command_Line_Interface]]). The first interoperability testing was done during the [http://www.creatis.insa-lyon.fr/Interoperability_workshop third] VPH NoE Imaging workshop hold in Lyon, France on October 22-23, 2012. It will be continued in consecutive hackfests. The aim is to try to plug in CLI modules in CLI compatible frameworks and come up with possible improvement of the CLI standard, advice to CLI module and CLI framework developers.&lt;br /&gt;
&lt;br /&gt;
== Events ==&lt;br /&gt;
&lt;br /&gt;
* [[CTK-Hackfest-Nov-2011|CTK Hackfest]] in Sofia Antipolis, France in November 2011&lt;br /&gt;
** Preliminary work to integrate CLI into Gimias&lt;br /&gt;
* [[CTK-Hackfest-Jul-2012|CTK Hackfest]] in Boston, USA in July 2012&lt;br /&gt;
** Preliminary work to integrate CLI into MITK&lt;br /&gt;
* [http://www.creatis.insa-lyon.fr/Interoperability_workshop 3rd VPH NoE Imaging workshop] in Lyon, France on October 22-23, 2012&lt;br /&gt;
** First [[#Interoperability_tests|Interoperability tests]] with CTK, Gimias, NiftyView and Slicer&lt;br /&gt;
* [[CTK-Hackfest-Dec-2012|CTK Hackfest]] in Bologna, Italy on December, 2012&lt;br /&gt;
** Preliminary work to integrate CLI into medInria, MAF3&lt;br /&gt;
** Semi-Automatic framework CLI integration tests&lt;br /&gt;
&lt;br /&gt;
== Interoperability tests ==&lt;br /&gt;
&lt;br /&gt;
These first tests mainly concern the integration of niftyreg (registration algorithms from UCL). The different stages of integration are: load, execute and results. Meaning that the CLI module can be loaded. executed and provides the same results as if it was run only from the command line. The problems we encountered were:&lt;br /&gt;
&lt;br /&gt;
* Gimias does not support to have a `default` element different that `None` for the output, not sure about the `advanced` option for the `parameters` element &lt;br /&gt;
* niftyreg was using `fileExtensions` with stars (`*.nii`) which is not supported by neither Gimias nor Slicer (the star is directly used in the file name)&lt;br /&gt;
* The default output folder should be set to the user folder and not the running one, otherwise the CLI module can crash because they were denied access to write in that folder (for example `Program Files` under Windows)&lt;br /&gt;
* What to do with CLI modules that have dependencies on shared libraries with the platform but of different versions? Platforms should have the option to only use the libraries shipped with the CLI module&lt;br /&gt;
* Platforms should align the way they treat data since if two load data differently, the same CLI module could give different results&lt;br /&gt;
&lt;br /&gt;
It would be interesting to create test CLI modules for these integration tests. For example one that exposes all possible types of options, one running a simple algorithm without any dependencies (as niftyreg) and one with dependencies.&lt;br /&gt;
&lt;br /&gt;
Some thoughts on the tested platforms:&lt;br /&gt;
* Niftyview has nice controls on the way CLI modules are found and loaded (control on the `XML` validation)&lt;br /&gt;
* Slicer has a nice display of the loaded and non loaded CLI modules (appear in red, there could be more explanation why the loading failed)&lt;br /&gt;
&lt;br /&gt;
== Snapshots ==&lt;br /&gt;
&lt;br /&gt;
Here are the snapshots of niftyreg on the different platforms:&lt;br /&gt;
&lt;br /&gt;
* CTK command line module explorer &lt;br /&gt;
&lt;br /&gt;
[[File:Niftyreg-ctk.png|400px]]&lt;br /&gt;
&lt;br /&gt;
* Slicer&lt;br /&gt;
&lt;br /&gt;
[[File:Niftyreg-slicer.png|400px]]&lt;br /&gt;
&lt;br /&gt;
* NiftyView&lt;br /&gt;
&lt;br /&gt;
[[File:Niftyreg-niftyview.png|400px]]&lt;br /&gt;
&lt;br /&gt;
* GIMIAS &lt;br /&gt;
&lt;br /&gt;
[[File:Niftyreg-gimias.png|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* medInria&lt;br /&gt;
&lt;br /&gt;
[[File:medinria-cli-niftyreg.png|400px]]&lt;/div&gt;</summary>
		<author><name>Msermesant</name></author>
	</entry>
	<entry>
		<id>https://www.commontk.org/index.php?title=File:Medinria-cli-niftyreg.png&amp;diff=1953</id>
		<title>File:Medinria-cli-niftyreg.png</title>
		<link rel="alternate" type="text/html" href="https://www.commontk.org/index.php?title=File:Medinria-cli-niftyreg.png&amp;diff=1953"/>
		<updated>2013-09-18T13:02:51Z</updated>

		<summary type="html">&lt;p&gt;Msermesant: CLI integration in medInria&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;CLI integration in medInria&lt;/div&gt;</summary>
		<author><name>Msermesant</name></author>
	</entry>
	<entry>
		<id>https://www.commontk.org/index.php?title=The_Team&amp;diff=1431</id>
		<title>The Team</title>
		<link rel="alternate" type="text/html" href="https://www.commontk.org/index.php?title=The_Team&amp;diff=1431"/>
		<updated>2012-02-16T13:14:24Z</updated>

		<summary type="html">&lt;p&gt;Msermesant: /* Grants, Fundings and Sponsors */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Institutions=&lt;br /&gt;
{| cellspacing=&amp;quot;20&amp;quot;&lt;br /&gt;
|[[File:Dkfz_logo_en.gif|200px|link=http://www.dkfz.de]]&lt;br /&gt;
|[[File:GeorgetownUniversity_logo_en.svg|200px|link=http://www.georgetown.edu/]]&lt;br /&gt;
|[[File:Kitware_logo_en.png|200px|link=http://www.kitware.com]]&lt;br /&gt;
|[[File:Inria.jpg|200px|link=http://www.inria.fr]]&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Isomics_logo_en.png|200px|link=http://www.isomics.com]]&lt;br /&gt;
|[[File:Mannheim_logo_ge.png|200px|link=http://www.uni-mannheim.de]]&lt;br /&gt;
|[[File:Offis_logo_en.gif|200px|link=http://dicom.offis.de]]&lt;br /&gt;
|[[File:RadPharm_logo_en.jpg|200px]]&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Siemens_logo_en.jpg|200px|link=http://www.usa.siemens.com/en/about_us/research/home.htm]]&lt;br /&gt;
|[[File:SPL_logo.gif|70px]][http://www.spl.harvard.edu Surgical Planning Laboratory]&lt;br /&gt;
|[[File:Upf_logo_it.gif|200px|link=http://www.upf.edu]]&lt;br /&gt;
|[[File:WashingtonUniversity_logo_en.png|200px|link=http://www.mir.wustl.edu/]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Pro tempore steering committee=&lt;br /&gt;
* Hans-Peter Meinzer, German Cancer Research Center, Heidelberg, Germany &#039;&#039;(Catalyst of the CTK effort)&#039;&#039;&lt;br /&gt;
* Ron Kikinis, Harvard Medical School, Boston, MA, USA &#039;&#039;(Meeting Chair)&#039;&#039;&lt;br /&gt;
* Ivo Wolf, Mannheim University of Applied Sciences, Institute for Medical Informatics, Mannheim, Germany&lt;br /&gt;
* Marco Nolden, German Cancer Research Center, Heidelberg, Germany&lt;br /&gt;
* Steve Pieper, Isomics, Cambridge, MA, USA&lt;br /&gt;
* Kevin Cleary, Georgetown University, Washington DC, USA&lt;br /&gt;
** Patrick Cheng, Georgetown University, Washington DC, USA&lt;br /&gt;
** Ziv Yaniv, Georgetown University, Washington DC, USA&lt;br /&gt;
* Lawrence Tarbox, Mallinckrodt Institute of Radiology, St.Louis, MO, USA&lt;br /&gt;
* Stephen Aylward, Kitware Inc., Carborro, NC, USA&lt;br /&gt;
** Julien Finet, Kitware Inc.&lt;br /&gt;
** Jean-Christophe Fillion-Robin, Kitware Inc.&lt;br /&gt;
** Julien Jomier, Kitware Inc. &lt;br /&gt;
* Will Schroeder, Kitware Inc., Clifton Park, NY, USA&lt;br /&gt;
* Marco Viceconti, Laboratorio di Tecnologia Medica, Bologna, Italy&lt;br /&gt;
** Daniele Giunchi, SCS - B3C , Bologna Italy&lt;br /&gt;
** Paolo Quadrani, SCS - B3C , Bologna Italy&lt;br /&gt;
* Michael Onken, OFFIS DICOM Team, Oldenburg, Germany&lt;br /&gt;
* Nicholas Ayache, Sophia Antipolis, Inria, France&lt;br /&gt;
** Olivier Clatz, Sophia Antipolis, Inria, France&lt;br /&gt;
** Maxime Sermesant, Sophia Antipolis, Inria, France&lt;br /&gt;
** Pierre Fillard, Sophia Antipolis, Inria, France&lt;br /&gt;
* Gianluca Paladini, Siemens Corporate Research, Princeton, NJ, USA&lt;br /&gt;
* David Clunie, RadPharm, Princeton, NJ, USA&lt;br /&gt;
&lt;br /&gt;
=Projects contributing to CTK=&lt;br /&gt;
{| style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
|[[File:3DSlicer_logo_en.png|200px|link=http://www.slicer.org]]&amp;lt;br&amp;gt;[http://www.slicer.org 3D Slicer]&lt;br /&gt;
|[[File:Gimias_logo_en.png|200px|link=http://www.gimias.org]]&amp;lt;br&amp;gt;[http://www.gimias.org Gimias]&lt;br /&gt;
|[[File:MAF3_logo_en.png|200px|link=https://www.biomedtown.org/biomed_town/maf3]]&amp;lt;br&amp;gt;[https://www.biomedtown.org/biomed_town/maf3 Maf]&lt;br /&gt;
|[[File:MedInria.png|200px|link=http://med.inria.fr]]&amp;lt;br&amp;gt;[http://med.inria.fr medInria]&lt;br /&gt;
|[[File:Mitk_logo_en.png|200px|link=http://www.mitk.org]]&amp;lt;br&amp;gt;[http://www.mitk.org Mitk]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Grants, Fundings and Sponsors=&lt;br /&gt;
{|&lt;br /&gt;
|[[File:AFRL_logo.png|70px]] Air Force Research Laboratories under Phases I and II of the SBIR contract &amp;quot;[http://www.vtk.org/Wiki/Maverick Generating Labeled Voxelization for Numerical Simulation],&amp;quot; Topic: AF06-034, Contract #: FA8650-07-C-6756&lt;br /&gt;
|-&lt;br /&gt;
|[[File:ARRA_logo.png|70px]] [http://wiki.na-mic.org/Wiki/index.php/Projects:ARRA:SlicerUI ARRA supplement] to [http://nac.spl.harvard.edu NAC]&lt;br /&gt;
|-&lt;br /&gt;
|[[File:NAC_logo.gif|70px]] [http://nac.spl.harvard.edu Neuroimage Analysis Center]&lt;br /&gt;
|-&lt;br /&gt;
|[[File:NA-MIC_logo.jpg|70px]] [http://www.na-mic.org National Alliance for Medical Image Computing]&lt;br /&gt;
|-&lt;br /&gt;
|[[File:logo_vph_crop.jpg|70px|link=http://www.vph-noe.eu/]] [http://www.vph-noe.eu/ Virtual Physiological Human Network of Excellence]&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Msermesant</name></author>
	</entry>
	<entry>
		<id>https://www.commontk.org/index.php?title=File:VPH_logo.jpg&amp;diff=1430</id>
		<title>File:VPH logo.jpg</title>
		<link rel="alternate" type="text/html" href="https://www.commontk.org/index.php?title=File:VPH_logo.jpg&amp;diff=1430"/>
		<updated>2012-02-16T13:14:01Z</updated>

		<summary type="html">&lt;p&gt;Msermesant: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Msermesant</name></author>
	</entry>
	<entry>
		<id>https://www.commontk.org/index.php?title=The_Team&amp;diff=1429</id>
		<title>The Team</title>
		<link rel="alternate" type="text/html" href="https://www.commontk.org/index.php?title=The_Team&amp;diff=1429"/>
		<updated>2012-02-16T13:07:46Z</updated>

		<summary type="html">&lt;p&gt;Msermesant: /* Pro tempore steering committee */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Institutions=&lt;br /&gt;
{| cellspacing=&amp;quot;20&amp;quot;&lt;br /&gt;
|[[File:Dkfz_logo_en.gif|200px|link=http://www.dkfz.de]]&lt;br /&gt;
|[[File:GeorgetownUniversity_logo_en.svg|200px|link=http://www.georgetown.edu/]]&lt;br /&gt;
|[[File:Kitware_logo_en.png|200px|link=http://www.kitware.com]]&lt;br /&gt;
|[[File:Inria.jpg|200px|link=http://www.inria.fr]]&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Isomics_logo_en.png|200px|link=http://www.isomics.com]]&lt;br /&gt;
|[[File:Mannheim_logo_ge.png|200px|link=http://www.uni-mannheim.de]]&lt;br /&gt;
|[[File:Offis_logo_en.gif|200px|link=http://dicom.offis.de]]&lt;br /&gt;
|[[File:RadPharm_logo_en.jpg|200px]]&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Siemens_logo_en.jpg|200px|link=http://www.usa.siemens.com/en/about_us/research/home.htm]]&lt;br /&gt;
|[[File:SPL_logo.gif|70px]][http://www.spl.harvard.edu Surgical Planning Laboratory]&lt;br /&gt;
|[[File:Upf_logo_it.gif|200px|link=http://www.upf.edu]]&lt;br /&gt;
|[[File:WashingtonUniversity_logo_en.png|200px|link=http://www.mir.wustl.edu/]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Pro tempore steering committee=&lt;br /&gt;
* Hans-Peter Meinzer, German Cancer Research Center, Heidelberg, Germany &#039;&#039;(Catalyst of the CTK effort)&#039;&#039;&lt;br /&gt;
* Ron Kikinis, Harvard Medical School, Boston, MA, USA &#039;&#039;(Meeting Chair)&#039;&#039;&lt;br /&gt;
* Ivo Wolf, Mannheim University of Applied Sciences, Institute for Medical Informatics, Mannheim, Germany&lt;br /&gt;
* Marco Nolden, German Cancer Research Center, Heidelberg, Germany&lt;br /&gt;
* Steve Pieper, Isomics, Cambridge, MA, USA&lt;br /&gt;
* Kevin Cleary, Georgetown University, Washington DC, USA&lt;br /&gt;
** Patrick Cheng, Georgetown University, Washington DC, USA&lt;br /&gt;
** Ziv Yaniv, Georgetown University, Washington DC, USA&lt;br /&gt;
* Lawrence Tarbox, Mallinckrodt Institute of Radiology, St.Louis, MO, USA&lt;br /&gt;
* Stephen Aylward, Kitware Inc., Carborro, NC, USA&lt;br /&gt;
** Julien Finet, Kitware Inc.&lt;br /&gt;
** Jean-Christophe Fillion-Robin, Kitware Inc.&lt;br /&gt;
** Julien Jomier, Kitware Inc. &lt;br /&gt;
* Will Schroeder, Kitware Inc., Clifton Park, NY, USA&lt;br /&gt;
* Marco Viceconti, Laboratorio di Tecnologia Medica, Bologna, Italy&lt;br /&gt;
** Daniele Giunchi, SCS - B3C , Bologna Italy&lt;br /&gt;
** Paolo Quadrani, SCS - B3C , Bologna Italy&lt;br /&gt;
* Michael Onken, OFFIS DICOM Team, Oldenburg, Germany&lt;br /&gt;
* Nicholas Ayache, Sophia Antipolis, Inria, France&lt;br /&gt;
** Olivier Clatz, Sophia Antipolis, Inria, France&lt;br /&gt;
** Maxime Sermesant, Sophia Antipolis, Inria, France&lt;br /&gt;
** Pierre Fillard, Sophia Antipolis, Inria, France&lt;br /&gt;
* Gianluca Paladini, Siemens Corporate Research, Princeton, NJ, USA&lt;br /&gt;
* David Clunie, RadPharm, Princeton, NJ, USA&lt;br /&gt;
&lt;br /&gt;
=Projects contributing to CTK=&lt;br /&gt;
{| style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
|[[File:3DSlicer_logo_en.png|200px|link=http://www.slicer.org]]&amp;lt;br&amp;gt;[http://www.slicer.org 3D Slicer]&lt;br /&gt;
|[[File:Gimias_logo_en.png|200px|link=http://www.gimias.org]]&amp;lt;br&amp;gt;[http://www.gimias.org Gimias]&lt;br /&gt;
|[[File:MAF3_logo_en.png|200px|link=https://www.biomedtown.org/biomed_town/maf3]]&amp;lt;br&amp;gt;[https://www.biomedtown.org/biomed_town/maf3 Maf]&lt;br /&gt;
|[[File:MedInria.png|200px|link=http://med.inria.fr]]&amp;lt;br&amp;gt;[http://med.inria.fr medInria]&lt;br /&gt;
|[[File:Mitk_logo_en.png|200px|link=http://www.mitk.org]]&amp;lt;br&amp;gt;[http://www.mitk.org Mitk]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Grants, Fundings and Sponsors=&lt;br /&gt;
{|&lt;br /&gt;
|[[File:AFRL_logo.png|70px]] Air Force Research Laboratories under Phases I and II of the SBIR contract &amp;quot;[http://www.vtk.org/Wiki/Maverick Generating Labeled Voxelization for Numerical Simulation],&amp;quot; Topic: AF06-034, Contract #: FA8650-07-C-6756&lt;br /&gt;
|-&lt;br /&gt;
|[[File:ARRA_logo.png|70px]] [http://wiki.na-mic.org/Wiki/index.php/Projects:ARRA:SlicerUI ARRA supplement] to [http://nac.spl.harvard.edu NAC]&lt;br /&gt;
|-&lt;br /&gt;
|[[File:NAC_logo.gif|70px]] [http://nac.spl.harvard.edu Neuroimage Analysis Center]&lt;br /&gt;
|-&lt;br /&gt;
|[[File:NA-MIC_logo.jpg|70px]] [http://www.na-mic.org National Alliance for Medical Image Computing]&lt;br /&gt;
|-&lt;br /&gt;
|[[File:logo_vph.jpg|70px|link=http://www.vph-noe.eu/]] [http://www.vph-noe.eu/ Virtual Physiological Human Network of Excellence]&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Msermesant</name></author>
	</entry>
	<entry>
		<id>https://www.commontk.org/index.php?title=The_Team&amp;diff=1428</id>
		<title>The Team</title>
		<link rel="alternate" type="text/html" href="https://www.commontk.org/index.php?title=The_Team&amp;diff=1428"/>
		<updated>2012-02-16T13:05:12Z</updated>

		<summary type="html">&lt;p&gt;Msermesant: /* Institutions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Institutions=&lt;br /&gt;
{| cellspacing=&amp;quot;20&amp;quot;&lt;br /&gt;
|[[File:Dkfz_logo_en.gif|200px|link=http://www.dkfz.de]]&lt;br /&gt;
|[[File:GeorgetownUniversity_logo_en.svg|200px|link=http://www.georgetown.edu/]]&lt;br /&gt;
|[[File:Kitware_logo_en.png|200px|link=http://www.kitware.com]]&lt;br /&gt;
|[[File:Inria.jpg|200px|link=http://www.inria.fr]]&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Isomics_logo_en.png|200px|link=http://www.isomics.com]]&lt;br /&gt;
|[[File:Mannheim_logo_ge.png|200px|link=http://www.uni-mannheim.de]]&lt;br /&gt;
|[[File:Offis_logo_en.gif|200px|link=http://dicom.offis.de]]&lt;br /&gt;
|[[File:RadPharm_logo_en.jpg|200px]]&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Siemens_logo_en.jpg|200px|link=http://www.usa.siemens.com/en/about_us/research/home.htm]]&lt;br /&gt;
|[[File:SPL_logo.gif|70px]][http://www.spl.harvard.edu Surgical Planning Laboratory]&lt;br /&gt;
|[[File:Upf_logo_it.gif|200px|link=http://www.upf.edu]]&lt;br /&gt;
|[[File:WashingtonUniversity_logo_en.png|200px|link=http://www.mir.wustl.edu/]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Pro tempore steering committee=&lt;br /&gt;
* Hans-Peter Meinzer, German Cancer Research Center, Heidelberg, Germany &#039;&#039;(Catalyst of the CTK effort)&#039;&#039;&lt;br /&gt;
* Ron Kikinis, Harvard Medical School, Boston, MA, USA &#039;&#039;(Meeting Chair)&#039;&#039;&lt;br /&gt;
* Ivo Wolf, Mannheim University of Applied Sciences, Institute for Medical Informatics, Mannheim, Germany&lt;br /&gt;
* Marco Nolden, German Cancer Research Center, Heidelberg, Germany&lt;br /&gt;
* Steve Pieper, Isomics, Cambridge, MA, USA&lt;br /&gt;
* Kevin Cleary, Georgetown University, Washington DC, USA&lt;br /&gt;
** Patrick Cheng, Georgetown University, Washington DC, USA&lt;br /&gt;
** Ziv Yaniv, Georgetown University, Washington DC, USA&lt;br /&gt;
* Lawrence Tarbox, Mallinckrodt Institute of Radiology, St.Louis, MO, USA&lt;br /&gt;
* Stephen Aylward, Kitware Inc., Carborro, NC, USA&lt;br /&gt;
** Julien Finet, Kitware Inc.&lt;br /&gt;
** Jean-Christophe Fillion-Robin, Kitware Inc.&lt;br /&gt;
** Julien Jomier, Kitware Inc. &lt;br /&gt;
* Will Schroeder, Kitware Inc., Clifton Park, NY, USA&lt;br /&gt;
* Marco Viceconti, Laboratorio di Tecnologia Medica, Bologna, Italy&lt;br /&gt;
** Daniele Giunchi, SCS - B3C , Bologna Italy&lt;br /&gt;
** Paolo Quadrani, SCS - B3C , Bologna Italy&lt;br /&gt;
* Michael Onken, OFFIS DICOM Team, Oldenburg, Germany&lt;br /&gt;
* Nicholas Ayache, Sophia Antipolis, Inria, France&lt;br /&gt;
** Olivier Clatz, Sophia Antipolis, Inria, France&lt;br /&gt;
** Julien Wintz, Sophia Antipolis, Inria, France&lt;br /&gt;
** Pierre Fillard, Sophia Antipolis, Inria, France&lt;br /&gt;
* Gianluca Paladini, Siemens Corporate Research, Princeton, NJ, USA&lt;br /&gt;
* David Clunie, RadPharm, Princeton, NJ, USA&lt;br /&gt;
&lt;br /&gt;
=Projects contributing to CTK=&lt;br /&gt;
{| style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
|[[File:3DSlicer_logo_en.png|200px|link=http://www.slicer.org]]&amp;lt;br&amp;gt;[http://www.slicer.org 3D Slicer]&lt;br /&gt;
|[[File:Gimias_logo_en.png|200px|link=http://www.gimias.org]]&amp;lt;br&amp;gt;[http://www.gimias.org Gimias]&lt;br /&gt;
|[[File:MAF3_logo_en.png|200px|link=https://www.biomedtown.org/biomed_town/maf3]]&amp;lt;br&amp;gt;[https://www.biomedtown.org/biomed_town/maf3 Maf]&lt;br /&gt;
|[[File:MedInria.png|200px|link=http://med.inria.fr]]&amp;lt;br&amp;gt;[http://med.inria.fr medInria]&lt;br /&gt;
|[[File:Mitk_logo_en.png|200px|link=http://www.mitk.org]]&amp;lt;br&amp;gt;[http://www.mitk.org Mitk]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Grants, Fundings and Sponsors=&lt;br /&gt;
{|&lt;br /&gt;
|[[File:AFRL_logo.png|70px]] Air Force Research Laboratories under Phases I and II of the SBIR contract &amp;quot;[http://www.vtk.org/Wiki/Maverick Generating Labeled Voxelization for Numerical Simulation],&amp;quot; Topic: AF06-034, Contract #: FA8650-07-C-6756&lt;br /&gt;
|-&lt;br /&gt;
|[[File:ARRA_logo.png|70px]] [http://wiki.na-mic.org/Wiki/index.php/Projects:ARRA:SlicerUI ARRA supplement] to [http://nac.spl.harvard.edu NAC]&lt;br /&gt;
|-&lt;br /&gt;
|[[File:NAC_logo.gif|70px]] [http://nac.spl.harvard.edu Neuroimage Analysis Center]&lt;br /&gt;
|-&lt;br /&gt;
|[[File:NA-MIC_logo.jpg|70px]] [http://www.na-mic.org National Alliance for Medical Image Computing]&lt;br /&gt;
|-&lt;br /&gt;
|[[File:logo_vph.jpg|70px|link=http://www.vph-noe.eu/]] [http://www.vph-noe.eu/ Virtual Physiological Human Network of Excellence]&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Msermesant</name></author>
	</entry>
	<entry>
		<id>https://www.commontk.org/index.php?title=File:Inria_logo_en.jpg&amp;diff=1427</id>
		<title>File:Inria logo en.jpg</title>
		<link rel="alternate" type="text/html" href="https://www.commontk.org/index.php?title=File:Inria_logo_en.jpg&amp;diff=1427"/>
		<updated>2012-02-16T13:04:36Z</updated>

		<summary type="html">&lt;p&gt;Msermesant: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Msermesant</name></author>
	</entry>
	<entry>
		<id>https://www.commontk.org/index.php?title=The_Team&amp;diff=1426</id>
		<title>The Team</title>
		<link rel="alternate" type="text/html" href="https://www.commontk.org/index.php?title=The_Team&amp;diff=1426"/>
		<updated>2012-02-16T09:26:55Z</updated>

		<summary type="html">&lt;p&gt;Msermesant: /* Grants, Fundings and Sponsors */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Institutions=&lt;br /&gt;
{| cellspacing=&amp;quot;20&amp;quot;&lt;br /&gt;
|[[File:Dkfz_logo_en.gif|200px|link=http://www.dkfz.de]]&lt;br /&gt;
|[[File:GeorgetownUniversity_logo_en.svg|200px|link=http://www.georgetown.edu/]]&lt;br /&gt;
|[[File:Kitware_logo_en.png|200px|link=http://www.kitware.com]]&lt;br /&gt;
|[[File:Inria_logo_fr.png|200px|link=http://www.inria.fr]]&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Isomics_logo_en.png|200px|link=http://www.isomics.com]]&lt;br /&gt;
|[[File:Mannheim_logo_ge.png|200px|link=http://www.uni-mannheim.de]]&lt;br /&gt;
|[[File:Offis_logo_en.gif|200px|link=http://dicom.offis.de]]&lt;br /&gt;
|[[File:RadPharm_logo_en.jpg|200px]]&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Siemens_logo_en.jpg|200px|link=http://www.usa.siemens.com/en/about_us/research/home.htm]]&lt;br /&gt;
|[[File:SPL_logo.gif|70px]][http://www.spl.harvard.edu Surgical Planning Laboratory]&lt;br /&gt;
|[[File:Upf_logo_it.gif|200px|link=http://www.upf.edu]]&lt;br /&gt;
|[[File:WashingtonUniversity_logo_en.png|200px|link=http://www.mir.wustl.edu/]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Pro tempore steering committee=&lt;br /&gt;
* Hans-Peter Meinzer, German Cancer Research Center, Heidelberg, Germany &#039;&#039;(Catalyst of the CTK effort)&#039;&#039;&lt;br /&gt;
* Ron Kikinis, Harvard Medical School, Boston, MA, USA &#039;&#039;(Meeting Chair)&#039;&#039;&lt;br /&gt;
* Ivo Wolf, Mannheim University of Applied Sciences, Institute for Medical Informatics, Mannheim, Germany&lt;br /&gt;
* Marco Nolden, German Cancer Research Center, Heidelberg, Germany&lt;br /&gt;
* Steve Pieper, Isomics, Cambridge, MA, USA&lt;br /&gt;
* Kevin Cleary, Georgetown University, Washington DC, USA&lt;br /&gt;
** Patrick Cheng, Georgetown University, Washington DC, USA&lt;br /&gt;
** Ziv Yaniv, Georgetown University, Washington DC, USA&lt;br /&gt;
* Lawrence Tarbox, Mallinckrodt Institute of Radiology, St.Louis, MO, USA&lt;br /&gt;
* Stephen Aylward, Kitware Inc., Carborro, NC, USA&lt;br /&gt;
** Julien Finet, Kitware Inc.&lt;br /&gt;
** Jean-Christophe Fillion-Robin, Kitware Inc.&lt;br /&gt;
** Julien Jomier, Kitware Inc. &lt;br /&gt;
* Will Schroeder, Kitware Inc., Clifton Park, NY, USA&lt;br /&gt;
* Marco Viceconti, Laboratorio di Tecnologia Medica, Bologna, Italy&lt;br /&gt;
** Daniele Giunchi, SCS - B3C , Bologna Italy&lt;br /&gt;
** Paolo Quadrani, SCS - B3C , Bologna Italy&lt;br /&gt;
* Michael Onken, OFFIS DICOM Team, Oldenburg, Germany&lt;br /&gt;
* Nicholas Ayache, Sophia Antipolis, Inria, France&lt;br /&gt;
** Olivier Clatz, Sophia Antipolis, Inria, France&lt;br /&gt;
** Julien Wintz, Sophia Antipolis, Inria, France&lt;br /&gt;
** Pierre Fillard, Sophia Antipolis, Inria, France&lt;br /&gt;
* Gianluca Paladini, Siemens Corporate Research, Princeton, NJ, USA&lt;br /&gt;
* David Clunie, RadPharm, Princeton, NJ, USA&lt;br /&gt;
&lt;br /&gt;
=Projects contributing to CTK=&lt;br /&gt;
{| style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
|[[File:3DSlicer_logo_en.png|200px|link=http://www.slicer.org]]&amp;lt;br&amp;gt;[http://www.slicer.org 3D Slicer]&lt;br /&gt;
|[[File:Gimias_logo_en.png|200px|link=http://www.gimias.org]]&amp;lt;br&amp;gt;[http://www.gimias.org Gimias]&lt;br /&gt;
|[[File:MAF3_logo_en.png|200px|link=https://www.biomedtown.org/biomed_town/maf3]]&amp;lt;br&amp;gt;[https://www.biomedtown.org/biomed_town/maf3 Maf]&lt;br /&gt;
|[[File:MedInria.png|200px|link=http://med.inria.fr]]&amp;lt;br&amp;gt;[http://med.inria.fr medInria]&lt;br /&gt;
|[[File:Mitk_logo_en.png|200px|link=http://www.mitk.org]]&amp;lt;br&amp;gt;[http://www.mitk.org Mitk]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Grants, Fundings and Sponsors=&lt;br /&gt;
{|&lt;br /&gt;
|[[File:AFRL_logo.png|70px]] Air Force Research Laboratories under Phases I and II of the SBIR contract &amp;quot;[http://www.vtk.org/Wiki/Maverick Generating Labeled Voxelization for Numerical Simulation],&amp;quot; Topic: AF06-034, Contract #: FA8650-07-C-6756&lt;br /&gt;
|-&lt;br /&gt;
|[[File:ARRA_logo.png|70px]] [http://wiki.na-mic.org/Wiki/index.php/Projects:ARRA:SlicerUI ARRA supplement] to [http://nac.spl.harvard.edu NAC]&lt;br /&gt;
|-&lt;br /&gt;
|[[File:NAC_logo.gif|70px]] [http://nac.spl.harvard.edu Neuroimage Analysis Center]&lt;br /&gt;
|-&lt;br /&gt;
|[[File:NA-MIC_logo.jpg|70px]] [http://www.na-mic.org National Alliance for Medical Image Computing]&lt;br /&gt;
|-&lt;br /&gt;
|[[File:logo_vph.jpg|70px|link=http://www.vph-noe.eu/]] [http://www.vph-noe.eu/ Virtual Physiological Human Network of Excellence]&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Msermesant</name></author>
	</entry>
	<entry>
		<id>https://www.commontk.org/index.php?title=File:VPH_logo_en.jpg&amp;diff=1425</id>
		<title>File:VPH logo en.jpg</title>
		<link rel="alternate" type="text/html" href="https://www.commontk.org/index.php?title=File:VPH_logo_en.jpg&amp;diff=1425"/>
		<updated>2012-02-16T09:23:00Z</updated>

		<summary type="html">&lt;p&gt;Msermesant: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Msermesant</name></author>
	</entry>
	<entry>
		<id>https://www.commontk.org/index.php?title=The_Team&amp;diff=1417</id>
		<title>The Team</title>
		<link rel="alternate" type="text/html" href="https://www.commontk.org/index.php?title=The_Team&amp;diff=1417"/>
		<updated>2012-02-15T16:59:36Z</updated>

		<summary type="html">&lt;p&gt;Msermesant: /* Projects contributing to CTK */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Institutions=&lt;br /&gt;
{| cellspacing=&amp;quot;20&amp;quot;&lt;br /&gt;
|[[File:Dkfz_logo_en.gif|200px]]&lt;br /&gt;
|[[File:GeorgetownUniversity_logo_en.svg|200px]]&lt;br /&gt;
|[[File:Kitware_logo_en.png|200px]]&lt;br /&gt;
|[[File:Inria_logo_fr.png|200px|link=http://www.inria.fr]]&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Isomics_logo_en.png|200px]]&lt;br /&gt;
|[[File:Mannheim_logo_ge.png|200px]]&lt;br /&gt;
|[[File:Offis_logo_en.gif|200px]]&lt;br /&gt;
|[[File:RadPharm_logo_en.jpg|200px]]&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Siemens_logo_en.jpg|200px]]&lt;br /&gt;
|[[File:SPL_logo.gif|70px]]Surgical Planning Laboratory&lt;br /&gt;
|[[File:Upf_logo_it.gif|200px]]&lt;br /&gt;
|[[File:WashingtonUniversity_logo_en.png|200px]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Pro tempore steering committee=&lt;br /&gt;
* Hans-Peter Meinzer, German Cancer Research Center, Heidelberg, Germany &#039;&#039;(Catalyst of the CTK effort)&#039;&#039;&lt;br /&gt;
* Ron Kikinis, Harvard Medical School, Boston, MA, USA &#039;&#039;(Meeting Chair)&#039;&#039;&lt;br /&gt;
* Ivo Wolf, Mannheim University of Applied Sciences, Institute for Medical Informatics, Mannheim, Germany&lt;br /&gt;
* Marco Nolden, German Cancer Research Center, Heidelberg, Germany&lt;br /&gt;
* Steve Pieper, Isomics, Cambridge, MA, USA&lt;br /&gt;
* Kevin Cleary, Georgetown University, Washington DC, USA&lt;br /&gt;
** Patrick Cheng, Georgetown University, Washington DC, USA&lt;br /&gt;
** Ziv Yaniv, Georgetown University, Washington DC, USA&lt;br /&gt;
* Lawrence Tarbox, Mallinckrodt Institute of Radiology, St.Louis, MO, USA&lt;br /&gt;
* Stephen Aylward, Kitware Inc., Carborro, NC, USA&lt;br /&gt;
** Julien Finet, Kitware Inc.&lt;br /&gt;
** Jean-Christophe Fillion-Robin, Kitware Inc.&lt;br /&gt;
** Julien Jomier, Kitware Inc. &lt;br /&gt;
* Will Schroeder, Kitware Inc., Clifton Park, NY, USA&lt;br /&gt;
* Marco Viceconti, Laboratorio di Tecnologia Medica, Bologna, Italy&lt;br /&gt;
* Michael Onken, OFFIS DICOM Team, Oldenburg, Germany&lt;br /&gt;
* Nicholas Ayache, Sophia Antipolis, Inria, France&lt;br /&gt;
** Olivier Clatz, Sophia Antipolis, Inria, France&lt;br /&gt;
** Julien Wintz, Sophia Antipolis, Inria, France&lt;br /&gt;
** Pierre Fillard, Sophia Antipolis, Inria, France&lt;br /&gt;
* Gianluca Paladini, Siemens Corporate Research, Princeton, NJ, USA&lt;br /&gt;
* David Clunie, RadPharm, Princeton, NJ, USA&lt;br /&gt;
&lt;br /&gt;
=Projects contributing to CTK=&lt;br /&gt;
{| style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
|[[File:3DSlicer_logo_en.png|200px]]&amp;lt;br&amp;gt;[http://www.slicer.org 3D Slicer]&lt;br /&gt;
|[[File:MedInria.png|200px|link=http://med.inria.fr]]&amp;lt;br&amp;gt;[http://med.inria.fr medInria]&lt;br /&gt;
|[[File:Gimias_logo_en.png|200px]]&amp;lt;br&amp;gt;[http://www.gimias.org Gimias]&lt;br /&gt;
|[[File:MAF3_logo_en.png|200px]]&amp;lt;br&amp;gt;[https://www.biomedtown.org/biomed_town/maf3 Maf]&lt;br /&gt;
|[[File:Mitk_logo_en.png|200px]]&amp;lt;br&amp;gt;[http://www.mitk.org Mitk]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Grants, Fundings and Sponsors=&lt;br /&gt;
{|&lt;br /&gt;
|[[File:AFRL_logo.png|70px]] Air Force Research Laboratories under Phases I and II of the SBIR contract &amp;quot;[http://www.vtk.org/Wiki/Maverick Generating Labeled Voxelization for Numerical Simulation],&amp;quot; Topic: AF06-034, Contract #: FA8650-07-C-6756&lt;br /&gt;
|-&lt;br /&gt;
|[[File:ARRA_logo.png|70px]] [http://wiki.na-mic.org/Wiki/index.php/Projects:ARRA:SlicerUI ARRA supplement] to NAC&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Msermesant</name></author>
	</entry>
	<entry>
		<id>https://www.commontk.org/index.php?title=The_Team&amp;diff=1416</id>
		<title>The Team</title>
		<link rel="alternate" type="text/html" href="https://www.commontk.org/index.php?title=The_Team&amp;diff=1416"/>
		<updated>2012-02-15T16:58:38Z</updated>

		<summary type="html">&lt;p&gt;Msermesant: /* Projects contributing to CTK */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Institutions=&lt;br /&gt;
{| cellspacing=&amp;quot;20&amp;quot;&lt;br /&gt;
|[[File:Dkfz_logo_en.gif|200px]]&lt;br /&gt;
|[[File:GeorgetownUniversity_logo_en.svg|200px]]&lt;br /&gt;
|[[File:Kitware_logo_en.png|200px]]&lt;br /&gt;
|[[File:Inria_logo_fr.png|200px|link=http://www.inria.fr]]&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Isomics_logo_en.png|200px]]&lt;br /&gt;
|[[File:Mannheim_logo_ge.png|200px]]&lt;br /&gt;
|[[File:Offis_logo_en.gif|200px]]&lt;br /&gt;
|[[File:RadPharm_logo_en.jpg|200px]]&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Siemens_logo_en.jpg|200px]]&lt;br /&gt;
|[[File:SPL_logo.gif|70px]]Surgical Planning Laboratory&lt;br /&gt;
|[[File:Upf_logo_it.gif|200px]]&lt;br /&gt;
|[[File:WashingtonUniversity_logo_en.png|200px]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Pro tempore steering committee=&lt;br /&gt;
* Hans-Peter Meinzer, German Cancer Research Center, Heidelberg, Germany &#039;&#039;(Catalyst of the CTK effort)&#039;&#039;&lt;br /&gt;
* Ron Kikinis, Harvard Medical School, Boston, MA, USA &#039;&#039;(Meeting Chair)&#039;&#039;&lt;br /&gt;
* Ivo Wolf, Mannheim University of Applied Sciences, Institute for Medical Informatics, Mannheim, Germany&lt;br /&gt;
* Marco Nolden, German Cancer Research Center, Heidelberg, Germany&lt;br /&gt;
* Steve Pieper, Isomics, Cambridge, MA, USA&lt;br /&gt;
* Kevin Cleary, Georgetown University, Washington DC, USA&lt;br /&gt;
** Patrick Cheng, Georgetown University, Washington DC, USA&lt;br /&gt;
** Ziv Yaniv, Georgetown University, Washington DC, USA&lt;br /&gt;
* Lawrence Tarbox, Mallinckrodt Institute of Radiology, St.Louis, MO, USA&lt;br /&gt;
* Stephen Aylward, Kitware Inc., Carborro, NC, USA&lt;br /&gt;
** Julien Finet, Kitware Inc.&lt;br /&gt;
** Jean-Christophe Fillion-Robin, Kitware Inc.&lt;br /&gt;
** Julien Jomier, Kitware Inc. &lt;br /&gt;
* Will Schroeder, Kitware Inc., Clifton Park, NY, USA&lt;br /&gt;
* Marco Viceconti, Laboratorio di Tecnologia Medica, Bologna, Italy&lt;br /&gt;
* Michael Onken, OFFIS DICOM Team, Oldenburg, Germany&lt;br /&gt;
* Nicholas Ayache, Sophia Antipolis, Inria, France&lt;br /&gt;
** Olivier Clatz, Sophia Antipolis, Inria, France&lt;br /&gt;
** Julien Wintz, Sophia Antipolis, Inria, France&lt;br /&gt;
** Pierre Fillard, Sophia Antipolis, Inria, France&lt;br /&gt;
* Gianluca Paladini, Siemens Corporate Research, Princeton, NJ, USA&lt;br /&gt;
* David Clunie, RadPharm, Princeton, NJ, USA&lt;br /&gt;
&lt;br /&gt;
=Projects contributing to CTK=&lt;br /&gt;
{| style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
|[[File:3DSlicer_logo_en.png|200px]]&amp;lt;br&amp;gt;[http://www.slicer.org 3D Slicer]&lt;br /&gt;
|[[File:MedInria.png|200px|link=http://med.inria.fr]]&amp;lt;br&amp;gt;[http://med.inria.fr]&lt;br /&gt;
|[[File:Gimias_logo_en.png|200px]]&amp;lt;br&amp;gt;[http://www.gimias.org Gimias]&lt;br /&gt;
|[[File:MAF3_logo_en.png|200px]]&amp;lt;br&amp;gt;[https://www.biomedtown.org/biomed_town/maf3 Maf]&lt;br /&gt;
|[[File:Mitk_logo_en.png|200px]]&amp;lt;br&amp;gt;[http://www.mitk.org Mitk]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Grants, Fundings and Sponsors=&lt;br /&gt;
{|&lt;br /&gt;
|[[File:AFRL_logo.png|70px]] Air Force Research Laboratories under Phases I and II of the SBIR contract &amp;quot;[http://www.vtk.org/Wiki/Maverick Generating Labeled Voxelization for Numerical Simulation],&amp;quot; Topic: AF06-034, Contract #: FA8650-07-C-6756&lt;br /&gt;
|-&lt;br /&gt;
|[[File:ARRA_logo.png|70px]] [http://wiki.na-mic.org/Wiki/index.php/Projects:ARRA:SlicerUI ARRA supplement] to NAC&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Msermesant</name></author>
	</entry>
	<entry>
		<id>https://www.commontk.org/index.php?title=The_Team&amp;diff=1415</id>
		<title>The Team</title>
		<link rel="alternate" type="text/html" href="https://www.commontk.org/index.php?title=The_Team&amp;diff=1415"/>
		<updated>2012-02-15T16:58:09Z</updated>

		<summary type="html">&lt;p&gt;Msermesant: /* Institutions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Institutions=&lt;br /&gt;
{| cellspacing=&amp;quot;20&amp;quot;&lt;br /&gt;
|[[File:Dkfz_logo_en.gif|200px]]&lt;br /&gt;
|[[File:GeorgetownUniversity_logo_en.svg|200px]]&lt;br /&gt;
|[[File:Kitware_logo_en.png|200px]]&lt;br /&gt;
|[[File:Inria_logo_fr.png|200px|link=http://www.inria.fr]]&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Isomics_logo_en.png|200px]]&lt;br /&gt;
|[[File:Mannheim_logo_ge.png|200px]]&lt;br /&gt;
|[[File:Offis_logo_en.gif|200px]]&lt;br /&gt;
|[[File:RadPharm_logo_en.jpg|200px]]&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Siemens_logo_en.jpg|200px]]&lt;br /&gt;
|[[File:SPL_logo.gif|70px]]Surgical Planning Laboratory&lt;br /&gt;
|[[File:Upf_logo_it.gif|200px]]&lt;br /&gt;
|[[File:WashingtonUniversity_logo_en.png|200px]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Pro tempore steering committee=&lt;br /&gt;
* Hans-Peter Meinzer, German Cancer Research Center, Heidelberg, Germany &#039;&#039;(Catalyst of the CTK effort)&#039;&#039;&lt;br /&gt;
* Ron Kikinis, Harvard Medical School, Boston, MA, USA &#039;&#039;(Meeting Chair)&#039;&#039;&lt;br /&gt;
* Ivo Wolf, Mannheim University of Applied Sciences, Institute for Medical Informatics, Mannheim, Germany&lt;br /&gt;
* Marco Nolden, German Cancer Research Center, Heidelberg, Germany&lt;br /&gt;
* Steve Pieper, Isomics, Cambridge, MA, USA&lt;br /&gt;
* Kevin Cleary, Georgetown University, Washington DC, USA&lt;br /&gt;
** Patrick Cheng, Georgetown University, Washington DC, USA&lt;br /&gt;
** Ziv Yaniv, Georgetown University, Washington DC, USA&lt;br /&gt;
* Lawrence Tarbox, Mallinckrodt Institute of Radiology, St.Louis, MO, USA&lt;br /&gt;
* Stephen Aylward, Kitware Inc., Carborro, NC, USA&lt;br /&gt;
** Julien Finet, Kitware Inc.&lt;br /&gt;
** Jean-Christophe Fillion-Robin, Kitware Inc.&lt;br /&gt;
** Julien Jomier, Kitware Inc. &lt;br /&gt;
* Will Schroeder, Kitware Inc., Clifton Park, NY, USA&lt;br /&gt;
* Marco Viceconti, Laboratorio di Tecnologia Medica, Bologna, Italy&lt;br /&gt;
* Michael Onken, OFFIS DICOM Team, Oldenburg, Germany&lt;br /&gt;
* Nicholas Ayache, Sophia Antipolis, Inria, France&lt;br /&gt;
** Olivier Clatz, Sophia Antipolis, Inria, France&lt;br /&gt;
** Julien Wintz, Sophia Antipolis, Inria, France&lt;br /&gt;
** Pierre Fillard, Sophia Antipolis, Inria, France&lt;br /&gt;
* Gianluca Paladini, Siemens Corporate Research, Princeton, NJ, USA&lt;br /&gt;
* David Clunie, RadPharm, Princeton, NJ, USA&lt;br /&gt;
&lt;br /&gt;
=Projects contributing to CTK=&lt;br /&gt;
{| style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
|[[File:3DSlicer_logo_en.png|200px]]&amp;lt;br&amp;gt;[http://www.slicer.org 3D Slicer]&lt;br /&gt;
|[[File:MedInria.png|200px]]&amp;lt;br&amp;gt;[http://med.inria.fr]&lt;br /&gt;
|[[File:Gimias_logo_en.png|200px]]&amp;lt;br&amp;gt;[http://www.gimias.org Gimias]&lt;br /&gt;
|[[File:MAF3_logo_en.png|200px]]&amp;lt;br&amp;gt;[https://www.biomedtown.org/biomed_town/maf3 Maf]&lt;br /&gt;
|[[File:Mitk_logo_en.png|200px]]&amp;lt;br&amp;gt;[http://www.mitk.org Mitk]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Grants, Fundings and Sponsors=&lt;br /&gt;
{|&lt;br /&gt;
|[[File:AFRL_logo.png|70px]] Air Force Research Laboratories under Phases I and II of the SBIR contract &amp;quot;[http://www.vtk.org/Wiki/Maverick Generating Labeled Voxelization for Numerical Simulation],&amp;quot; Topic: AF06-034, Contract #: FA8650-07-C-6756&lt;br /&gt;
|-&lt;br /&gt;
|[[File:ARRA_logo.png|70px]] [http://wiki.na-mic.org/Wiki/index.php/Projects:ARRA:SlicerUI ARRA supplement] to NAC&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Msermesant</name></author>
	</entry>
	<entry>
		<id>https://www.commontk.org/index.php?title=The_Team&amp;diff=1414</id>
		<title>The Team</title>
		<link rel="alternate" type="text/html" href="https://www.commontk.org/index.php?title=The_Team&amp;diff=1414"/>
		<updated>2012-02-15T16:51:55Z</updated>

		<summary type="html">&lt;p&gt;Msermesant: /* Projects contributing to CTK */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Institutions=&lt;br /&gt;
{| cellspacing=&amp;quot;20&amp;quot;&lt;br /&gt;
|[[File:Dkfz_logo_en.gif|200px]]&lt;br /&gt;
|[[File:GeorgetownUniversity_logo_en.svg|200px]]&lt;br /&gt;
|[[File:Kitware_logo_en.png|200px]]&lt;br /&gt;
|[[File:Inria_logo_fr.png|200px]]&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Isomics_logo_en.png|200px]]&lt;br /&gt;
|[[File:Mannheim_logo_ge.png|200px]]&lt;br /&gt;
|[[File:Offis_logo_en.gif|200px]]&lt;br /&gt;
|[[File:RadPharm_logo_en.jpg|200px]]&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Siemens_logo_en.jpg|200px]]&lt;br /&gt;
|[[File:SPL_logo.gif|70px]]Surgical Planning Laboratory&lt;br /&gt;
|[[File:Upf_logo_it.gif|200px]]&lt;br /&gt;
|[[File:WashingtonUniversity_logo_en.png|200px]]&lt;br /&gt;
|}&lt;br /&gt;
=Pro tempore steering committee=&lt;br /&gt;
* Hans-Peter Meinzer, German Cancer Research Center, Heidelberg, Germany &#039;&#039;(Catalyst of the CTK effort)&#039;&#039;&lt;br /&gt;
* Ron Kikinis, Harvard Medical School, Boston, MA, USA &#039;&#039;(Meeting Chair)&#039;&#039;&lt;br /&gt;
* Ivo Wolf, Mannheim University of Applied Sciences, Institute for Medical Informatics, Mannheim, Germany&lt;br /&gt;
* Marco Nolden, German Cancer Research Center, Heidelberg, Germany&lt;br /&gt;
* Steve Pieper, Isomics, Cambridge, MA, USA&lt;br /&gt;
* Kevin Cleary, Georgetown University, Washington DC, USA&lt;br /&gt;
** Patrick Cheng, Georgetown University, Washington DC, USA&lt;br /&gt;
** Ziv Yaniv, Georgetown University, Washington DC, USA&lt;br /&gt;
* Lawrence Tarbox, Mallinckrodt Institute of Radiology, St.Louis, MO, USA&lt;br /&gt;
* Stephen Aylward, Kitware Inc., Carborro, NC, USA&lt;br /&gt;
** Julien Finet, Kitware Inc.&lt;br /&gt;
** Jean-Christophe Fillion-Robin, Kitware Inc.&lt;br /&gt;
** Julien Jomier, Kitware Inc. &lt;br /&gt;
* Will Schroeder, Kitware Inc., Clifton Park, NY, USA&lt;br /&gt;
* Marco Viceconti, Laboratorio di Tecnologia Medica, Bologna, Italy&lt;br /&gt;
* Michael Onken, OFFIS DICOM Team, Oldenburg, Germany&lt;br /&gt;
* Nicholas Ayache, Sophia Antipolis, Inria, France&lt;br /&gt;
** Olivier Clatz, Sophia Antipolis, Inria, France&lt;br /&gt;
** Julien Wintz, Sophia Antipolis, Inria, France&lt;br /&gt;
** Pierre Fillard, Sophia Antipolis, Inria, France&lt;br /&gt;
* Gianluca Paladini, Siemens Corporate Research, Princeton, NJ, USA&lt;br /&gt;
* David Clunie, RadPharm, Princeton, NJ, USA&lt;br /&gt;
&lt;br /&gt;
=Projects contributing to CTK=&lt;br /&gt;
{| style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
|[[File:3DSlicer_logo_en.png|200px]]&amp;lt;br&amp;gt;[http://www.slicer.org 3D Slicer]&lt;br /&gt;
|[[File:MedInria.png|200px]]&amp;lt;br&amp;gt;[http://med.inria.fr]&lt;br /&gt;
|[[File:Gimias_logo_en.png|200px]]&amp;lt;br&amp;gt;[http://www.gimias.org Gimias]&lt;br /&gt;
|[[File:MAF3_logo_en.png|200px]]&amp;lt;br&amp;gt;[https://www.biomedtown.org/biomed_town/maf3 Maf]&lt;br /&gt;
|[[File:Mitk_logo_en.png|200px]]&amp;lt;br&amp;gt;[http://www.mitk.org Mitk]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Grants, Fundings and Sponsors=&lt;br /&gt;
{|&lt;br /&gt;
|[[File:AFRL_logo.png|70px]] Air Force Research Laboratories under Phases I and II of the SBIR contract &amp;quot;[http://www.vtk.org/Wiki/Maverick Generating Labeled Voxelization for Numerical Simulation],&amp;quot; Topic: AF06-034, Contract #: FA8650-07-C-6756&lt;br /&gt;
|-&lt;br /&gt;
|[[File:ARRA_logo.png|70px]] [http://wiki.na-mic.org/Wiki/index.php/Projects:ARRA:SlicerUI ARRA supplement] to NAC&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Msermesant</name></author>
	</entry>
	<entry>
		<id>https://www.commontk.org/index.php?title=File:MedInria.png&amp;diff=1413</id>
		<title>File:MedInria.png</title>
		<link rel="alternate" type="text/html" href="https://www.commontk.org/index.php?title=File:MedInria.png&amp;diff=1413"/>
		<updated>2012-02-15T16:50:50Z</updated>

		<summary type="html">&lt;p&gt;Msermesant: medInria Logo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;medInria Logo&lt;/div&gt;</summary>
		<author><name>Msermesant</name></author>
	</entry>
	<entry>
		<id>https://www.commontk.org/index.php?title=The_Team&amp;diff=1412</id>
		<title>The Team</title>
		<link rel="alternate" type="text/html" href="https://www.commontk.org/index.php?title=The_Team&amp;diff=1412"/>
		<updated>2012-02-15T16:47:17Z</updated>

		<summary type="html">&lt;p&gt;Msermesant: /* Pro tempore steering committee */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Institutions=&lt;br /&gt;
{| cellspacing=&amp;quot;20&amp;quot;&lt;br /&gt;
|[[File:Dkfz_logo_en.gif|200px]]&lt;br /&gt;
|[[File:GeorgetownUniversity_logo_en.svg|200px]]&lt;br /&gt;
|[[File:Kitware_logo_en.png|200px]]&lt;br /&gt;
|[[File:Inria_logo_fr.png|200px]]&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Isomics_logo_en.png|200px]]&lt;br /&gt;
|[[File:Mannheim_logo_ge.png|200px]]&lt;br /&gt;
|[[File:Offis_logo_en.gif|200px]]&lt;br /&gt;
|[[File:RadPharm_logo_en.jpg|200px]]&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Siemens_logo_en.jpg|200px]]&lt;br /&gt;
|[[File:SPL_logo.gif|70px]]Surgical Planning Laboratory&lt;br /&gt;
|[[File:Upf_logo_it.gif|200px]]&lt;br /&gt;
|[[File:WashingtonUniversity_logo_en.png|200px]]&lt;br /&gt;
|}&lt;br /&gt;
=Pro tempore steering committee=&lt;br /&gt;
* Hans-Peter Meinzer, German Cancer Research Center, Heidelberg, Germany &#039;&#039;(Catalyst of the CTK effort)&#039;&#039;&lt;br /&gt;
* Ron Kikinis, Harvard Medical School, Boston, MA, USA &#039;&#039;(Meeting Chair)&#039;&#039;&lt;br /&gt;
* Ivo Wolf, Mannheim University of Applied Sciences, Institute for Medical Informatics, Mannheim, Germany&lt;br /&gt;
* Marco Nolden, German Cancer Research Center, Heidelberg, Germany&lt;br /&gt;
* Steve Pieper, Isomics, Cambridge, MA, USA&lt;br /&gt;
* Kevin Cleary, Georgetown University, Washington DC, USA&lt;br /&gt;
** Patrick Cheng, Georgetown University, Washington DC, USA&lt;br /&gt;
** Ziv Yaniv, Georgetown University, Washington DC, USA&lt;br /&gt;
* Lawrence Tarbox, Mallinckrodt Institute of Radiology, St.Louis, MO, USA&lt;br /&gt;
* Stephen Aylward, Kitware Inc., Carborro, NC, USA&lt;br /&gt;
** Julien Finet, Kitware Inc.&lt;br /&gt;
** Jean-Christophe Fillion-Robin, Kitware Inc.&lt;br /&gt;
** Julien Jomier, Kitware Inc. &lt;br /&gt;
* Will Schroeder, Kitware Inc., Clifton Park, NY, USA&lt;br /&gt;
* Marco Viceconti, Laboratorio di Tecnologia Medica, Bologna, Italy&lt;br /&gt;
* Michael Onken, OFFIS DICOM Team, Oldenburg, Germany&lt;br /&gt;
* Nicholas Ayache, Sophia Antipolis, Inria, France&lt;br /&gt;
** Olivier Clatz, Sophia Antipolis, Inria, France&lt;br /&gt;
** Julien Wintz, Sophia Antipolis, Inria, France&lt;br /&gt;
** Pierre Fillard, Sophia Antipolis, Inria, France&lt;br /&gt;
* Gianluca Paladini, Siemens Corporate Research, Princeton, NJ, USA&lt;br /&gt;
* David Clunie, RadPharm, Princeton, NJ, USA&lt;br /&gt;
&lt;br /&gt;
=Projects contributing to CTK=&lt;br /&gt;
{| style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
|[[File:3DSlicer_logo_en.png|200px]]&amp;lt;br&amp;gt;[http://www.slicer.org 3D Slicer]&lt;br /&gt;
|[[File:Dtk_logo.png|150px]]&amp;lt;br&amp;gt;[http://www-sop.inria.fr/dream/Toolkit/Build DreamTk]&lt;br /&gt;
|[[File:Gimias_logo_en.png|200px]]&amp;lt;br&amp;gt;[http://www.gimias.org Gimias]&lt;br /&gt;
|[[File:MAF3_logo_en.png|200px]]&amp;lt;br&amp;gt;[https://www.biomedtown.org/biomed_town/maf3 Maf]&lt;br /&gt;
|[[File:Mitk_logo_en.png|200px]]&amp;lt;br&amp;gt;[http://www.mitk.org Mitk]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Grants, Fundings and Sponsors=&lt;br /&gt;
{|&lt;br /&gt;
|[[File:AFRL_logo.png|70px]] Air Force Research Laboratories under Phases I and II of the SBIR contract &amp;quot;[http://www.vtk.org/Wiki/Maverick Generating Labeled Voxelization for Numerical Simulation],&amp;quot; Topic: AF06-034, Contract #: FA8650-07-C-6756&lt;br /&gt;
|-&lt;br /&gt;
|[[File:ARRA_logo.png|70px]] [http://wiki.na-mic.org/Wiki/index.php/Projects:ARRA:SlicerUI ARRA supplement] to NAC&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Msermesant</name></author>
	</entry>
</feed>