<?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=Rpienaar</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=Rpienaar"/>
	<link rel="alternate" type="text/html" href="https://www.na-mic.org/wiki/Special:Contributions/Rpienaar"/>
	<updated>2026-05-22T02:28:10Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.33.0</generator>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2017_Winter_Project_Week/AMI:_A_3D_Medical_Imaging_Javascript_Library&amp;diff=95135</id>
		<title>2017 Winter Project Week/AMI: A 3D Medical Imaging Javascript Library</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2017_Winter_Project_Week/AMI:_A_3D_Medical_Imaging_Javascript_Library&amp;diff=95135"/>
		<updated>2017-01-13T16:10:26Z</updated>

		<summary type="html">&lt;p&gt;Rpienaar: updates&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-Winter2017.png|link=2017_Winter_Project_Week#Projects|[[2017_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
&amp;lt;!-- Use the &amp;quot;Upload file&amp;quot; link on the left and then add a line to this list like &amp;quot;File:MyAlgorithmScreenshot.png&amp;quot; --&amp;gt;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* Rudolph Pienaar, Boston Children's Hospital&lt;br /&gt;
* Jorge Luis Bernal Rusiel, Boston Children's Hospital&lt;br /&gt;
* Nicolas Rannou, Eunate Technology S.L.&lt;br /&gt;
* Teodora Szasz, University of Chicago&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
Many tools and libraries exist to build powerful '''web medical visualizers''' but the learning curve can be steep for new comers.&lt;br /&gt;
This project aims to provide simple interfaces for AMI [1].&lt;br /&gt;
&lt;br /&gt;
==== Simple JS interface ====&lt;br /&gt;
A simple Javascript XTK-like [2] API. The key to the XTK success was its simple interface that lets people just dive in without worrying about the details.&lt;br /&gt;
&lt;br /&gt;
==== Web components ====&lt;br /&gt;
A collection of modular web components [3] (via Polymer [4]) that people can cherry pick to easily build their own web medical visualizer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''Why Polymer? (and not React [5] or Angular [6])''&lt;br /&gt;
&lt;br /&gt;
Because Polymer is meant to '''disappear'''!&lt;br /&gt;
&lt;br /&gt;
Polymer adds very little 'sugar' on top of the web '''standards'''. It mostly adds support for some features that are not available '''yet''' on some platforms. Once all browser vendors implement the standards, the Polymer library that aims to poly-fill all the gaps will disappear. Accessibility is also very important: one can use web components in its app no matter which framework is used. Using React/Angular-based elements from another framework is not necessarily possible. Low maintenance cost (not tied to a specific version of a specific library). Beautiful ecosystem for development, testing and distribution.&lt;br /&gt;
&lt;br /&gt;
- and it is a Google backed project!&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Objective&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Approach and Plan&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Progress and Next Steps&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Objective bullet points --&amp;gt;&lt;br /&gt;
* Design/Implement XTK like API for AMI&lt;br /&gt;
* Define/Design/Implement AMI-based web components for medical imaging&lt;br /&gt;
* Implement Lesson 10 and 14 from XTK with new JS API&lt;br /&gt;
* Build Slicer/Slicedrop/Cornerstone like viewer leveraging web components&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Approach and Plan bullet points --&amp;gt;&lt;br /&gt;
* Write helpers functions in AMI to hide low-level JS implementation details&lt;br /&gt;
* Mockup basic quad-view to define most web components&lt;br /&gt;
* Implement web components&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Progress and Next steps bullet points (fill out at the end of project week) --&amp;gt;&lt;br /&gt;
* [http://jsfiddle.net/gh/get/toolkit/edge/xtk/lessons/tree/master/10/#run XTK lesson 10]&lt;br /&gt;
* [https://github.com/FNNDSC/ami/blob/1aab128ee186efb09e9ef0d824b476ffe6959069/examples/xtk_lesson10/xtk_lesson10.js Orig AMI lesson 10]&lt;br /&gt;
* [https://github.com/FNNDSC/ami/blob/dev/examples/xtk_lesson10/xtk_lesson10.js New AMI lesson 10]&lt;br /&gt;
* [http://jsfiddle.net/gh/get/toolkit/edge/xtk/lessons/tree/master/13/#run XTK lesson 13]&lt;br /&gt;
* [https://github.com/FNNDSC/ami/blob/1aab128ee186efb09e9ef0d824b476ffe6959069/examples/xtk_lesson13/xtk_lesson13.js Orig AMI lesson 13]&lt;br /&gt;
* [https://github.com/FNNDSC/ami/blob/dev/examples/xtk_lesson13/xtk_lesson13.js New AMI lesson 13]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Background and References==&lt;br /&gt;
[1] [https://github.com/FNNDSC/ami AMI]&lt;br /&gt;
&lt;br /&gt;
[2] [https://github.com/xtk/X XTK]&lt;br /&gt;
&lt;br /&gt;
[3] [https://developer.mozilla.org/en-US/docs/Web/Web_Components Web-Components]&lt;br /&gt;
&lt;br /&gt;
[4] [https://www.polymer-project.org Polymer]&lt;br /&gt;
&lt;br /&gt;
[5] [https://facebook.github.io/react/ React]&lt;br /&gt;
&lt;br /&gt;
[6] [https://angular.io/ Angular]&lt;/div&gt;</summary>
		<author><name>Rpienaar</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2017_Winter_Project_Week/AMI:_A_3D_Medical_Imaging_Javascript_Library&amp;diff=95132</id>
		<title>2017 Winter Project Week/AMI: A 3D Medical Imaging Javascript Library</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2017_Winter_Project_Week/AMI:_A_3D_Medical_Imaging_Javascript_Library&amp;diff=95132"/>
		<updated>2017-01-13T16:08:36Z</updated>

		<summary type="html">&lt;p&gt;Rpienaar: add xtk link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-Winter2017.png|link=2017_Winter_Project_Week#Projects|[[2017_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
&amp;lt;!-- Use the &amp;quot;Upload file&amp;quot; link on the left and then add a line to this list like &amp;quot;File:MyAlgorithmScreenshot.png&amp;quot; --&amp;gt;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* Rudolph Pienaar, Boston Children's Hospital&lt;br /&gt;
* Jorge Luis Bernal Rusiel, Boston Children's Hospital&lt;br /&gt;
* Nicolas Rannou, Eunate Technology S.L.&lt;br /&gt;
* Teodora Szasz, University of Chicago&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
Many tools and libraries exist to build powerful '''web medical visualizers''' but the learning curve can be steep for new comers.&lt;br /&gt;
This project aims to provide simple interfaces for AMI [1].&lt;br /&gt;
&lt;br /&gt;
==== Simple JS interface ====&lt;br /&gt;
A simple Javascript XTK-like [2] API. The key to the XTK success was its simple interface that lets people just dive in without worrying about the details.&lt;br /&gt;
&lt;br /&gt;
==== Web components ====&lt;br /&gt;
A collection of modular web components [3] (via Polymer [4]) that people can cherry pick to easily build their own web medical visualizer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''Why Polymer? (and not React [5] or Angular [6])''&lt;br /&gt;
&lt;br /&gt;
Because Polymer is meant to '''disappear'''!&lt;br /&gt;
&lt;br /&gt;
Polymer adds very little 'sugar' on top of the web '''standards'''. It mostly adds support for some features that are not available '''yet''' on some platforms. Once all browser vendors implement the standards, the Polymer library that aims to poly-fill all the gaps will disappear. Accessibility is also very important: one can use web components in its app no matter which framework is used. Using React/Angular-based elements from another framework is not necessarily possible. Low maintenance cost (not tied to a specific version of a specific library). Beautiful ecosystem for development, testing and distribution.&lt;br /&gt;
&lt;br /&gt;
- and it is a Google backed project!&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Objective&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Approach and Plan&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Progress and Next Steps&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Objective bullet points --&amp;gt;&lt;br /&gt;
* Design/Implement XTK like API for AMI&lt;br /&gt;
* Define/Design/Implement AMI-based web components for medical imaging&lt;br /&gt;
* Implement Lesson 10 and 14 from XTK with new JS API&lt;br /&gt;
* Build Slicer/Slicedrop/Cornerstone like viewer leveraging web components&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Approach and Plan bullet points --&amp;gt;&lt;br /&gt;
* Write helpers functions in AMI to hide low-level JS implementation details&lt;br /&gt;
* Mockup basic quad-view to define most web components&lt;br /&gt;
* Implement web components&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Progress and Next steps bullet points (fill out at the end of project week) --&amp;gt;&lt;br /&gt;
* [http://jsfiddle.net/gh/get/toolkit/edge/xtk/lessons/tree/master/10/#run XTK lesson 10]&lt;br /&gt;
* [https://github.com/FNNDSC/ami/blob/1aab128ee186efb09e9ef0d824b476ffe6959069/examples/xtk_lesson10/xtk_lesson10.js Orig lesson 10]&lt;br /&gt;
* [https://github.com/FNNDSC/ami/blob/dev/examples/xtk_lesson10/xtk_lesson10.js New lesson 10]&lt;br /&gt;
* [https://github.com/FNNDSC/ami/blob/1aab128ee186efb09e9ef0d824b476ffe6959069/examples/xtk_lesson13/xtk_lesson13.js Orig lesson 13]&lt;br /&gt;
* [https://github.com/FNNDSC/ami/blob/dev/examples/xtk_lesson13/xtk_lesson13.js New lesson 13]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Background and References==&lt;br /&gt;
[1] [https://github.com/FNNDSC/ami AMI]&lt;br /&gt;
&lt;br /&gt;
[2] [https://github.com/xtk/X XTK]&lt;br /&gt;
&lt;br /&gt;
[3] [https://developer.mozilla.org/en-US/docs/Web/Web_Components Web-Components]&lt;br /&gt;
&lt;br /&gt;
[4] [https://www.polymer-project.org Polymer]&lt;br /&gt;
&lt;br /&gt;
[5] [https://facebook.github.io/react/ React]&lt;br /&gt;
&lt;br /&gt;
[6] [https://angular.io/ Angular]&lt;/div&gt;</summary>
		<author><name>Rpienaar</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=2017_Winter_Project_Week/AMI:_A_3D_Medical_Imaging_Javascript_Library&amp;diff=95127</id>
		<title>2017 Winter Project Week/AMI: A 3D Medical Imaging Javascript Library</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=2017_Winter_Project_Week/AMI:_A_3D_Medical_Imaging_Javascript_Library&amp;diff=95127"/>
		<updated>2017-01-13T16:03:54Z</updated>

		<summary type="html">&lt;p&gt;Rpienaar: updates&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:PW-Winter2017.png|link=2017_Winter_Project_Week#Projects|[[2017_Winter_Project_Week#Projects|Projects List]]&lt;br /&gt;
&amp;lt;!-- Use the &amp;quot;Upload file&amp;quot; link on the left and then add a line to this list like &amp;quot;File:MyAlgorithmScreenshot.png&amp;quot; --&amp;gt;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Key Investigators==&lt;br /&gt;
* Rudolph Pienaar, Boston Children's Hospital&lt;br /&gt;
* Jorge Luis Bernal Rusiel, Boston Children's Hospital&lt;br /&gt;
* Nicolas Rannou, Eunate Technology S.L.&lt;br /&gt;
* Teodora Szasz, University of Chicago&lt;br /&gt;
&lt;br /&gt;
==Project Description==&lt;br /&gt;
Many tools and libraries exist to build powerful '''web medical visualizers''' but the learning curve can be steep for new comers.&lt;br /&gt;
This project aims to provide simple interfaces for AMI [1].&lt;br /&gt;
&lt;br /&gt;
==== Simple JS interface ====&lt;br /&gt;
A simple Javascript XTK-like [2] API. The key to the XTK success was its simple interface that lets people just dive in without worrying about the details.&lt;br /&gt;
&lt;br /&gt;
==== Web components ====&lt;br /&gt;
A collection of modular web components [3] (via Polymer [4]) that people can cherry pick to easily build their own web medical visualizer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''Why Polymer? (and not React [5] or Angular [6])''&lt;br /&gt;
&lt;br /&gt;
Because Polymer is meant to '''disappear'''!&lt;br /&gt;
&lt;br /&gt;
Polymer adds very little 'sugar' on top of the web '''standards'''. It mostly adds support for some features that are not available '''yet''' on some platforms. Once all browser vendors implement the standards, the Polymer library that aims to poly-fill all the gaps will disappear. Accessibility is also very important: one can use web components in its app no matter which framework is used. Using React/Angular-based elements from another framework is not necessarily possible. Low maintenance cost (not tied to a specific version of a specific library). Beautiful ecosystem for development, testing and distribution.&lt;br /&gt;
&lt;br /&gt;
- and it is a Google backed project!&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Objective&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Approach and Plan&lt;br /&gt;
! style=&amp;quot;text-align: left; width:27%&amp;quot; |   Progress and Next Steps&lt;br /&gt;
|- style=&amp;quot;vertical-align:top;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Objective bullet points --&amp;gt;&lt;br /&gt;
* Design/Implement XTK like API for AMI&lt;br /&gt;
* Define/Design/Implement AMI-based web components for medical imaging&lt;br /&gt;
* Implement Lesson 10 and 14 from XTK with new JS API&lt;br /&gt;
* Build Slicer/Slicedrop/Cornerstone like viewer leveraging web components&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Approach and Plan bullet points --&amp;gt;&lt;br /&gt;
* Write helpers functions in AMI to hide low-level JS implementation details&lt;br /&gt;
* Mockup basic quad-view to define most web components&lt;br /&gt;
* Implement web components&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- Progress and Next steps bullet points (fill out at the end of project week) --&amp;gt;&lt;br /&gt;
* [https://github.com/FNNDSC/ami/blob/1aab128ee186efb09e9ef0d824b476ffe6959069/examples/xtk_lesson10/xtk_lesson10.js Orig lesson 10]&lt;br /&gt;
* [https://github.com/FNNDSC/ami/blob/dev/examples/xtk_lesson10/xtk_lesson10.js New lesson 10]&lt;br /&gt;
* [https://github.com/FNNDSC/ami/blob/1aab128ee186efb09e9ef0d824b476ffe6959069/examples/xtk_lesson13/xtk_lesson13.js Orig lesson 13]&lt;br /&gt;
* [https://github.com/FNNDSC/ami/blob/dev/examples/xtk_lesson13/xtk_lesson13.js New lesson 13]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Background and References==&lt;br /&gt;
[1] [https://github.com/FNNDSC/ami AMI]&lt;br /&gt;
&lt;br /&gt;
[2] [https://github.com/xtk/X XTK]&lt;br /&gt;
&lt;br /&gt;
[3] [https://developer.mozilla.org/en-US/docs/Web/Web_Components Web-Components]&lt;br /&gt;
&lt;br /&gt;
[4] [https://www.polymer-project.org Polymer]&lt;br /&gt;
&lt;br /&gt;
[5] [https://facebook.github.io/react/ React]&lt;br /&gt;
&lt;br /&gt;
[6] [https://angular.io/ Angular]&lt;/div&gt;</summary>
		<author><name>Rpienaar</name></author>
		
	</entry>
</feed>