--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!--
+CREATIS - Centre de Recherche en Acquisition et Traitement de l'Image pour la Santé
+http://www.creatis.insa-lyon.fr
+
+Author: William A. Romero R. <romero@creatis.insa-lyon.fr>
+All rights reverved.
+2015
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+ <meta http-equiv="Content-type" content="text/html;charset=UTF-8"/>
+ <title>cpPlugins - CREATIS</title>
+ <meta name="Keywords" content="Pontificia Universidad Javeriana, PUJ, CREATIS, Image Processing"/>
+ <meta name="Author" content="Leonardo Flórez Valencia (florez-l@javeriana.edu.co), William A. Romero R. (romero@creatis.insa-lyon.fr, contact@waromero.com)"/>
+ <meta name="Description" content="cpPlugins Project"/>
+ <link rel="stylesheet" href="css/style.css" media="screen"/>
+</head>
+<body>
+ <!--MAIN_HEADER-->
+ <div id="header">
+ <div class="header_section">
+ <a href="http://www.creatis.insa-lyon.fr">
+ <img class="header_img" src="css/logo_creatis.png" alt="INSA Lyon"/>
+ </a>
+ </div>
+ <img class="header_img" src="css/vline.png" alt="INSA Lyon"/>
+ <h1> Medical Imaging Research Center</h1>
+ </div>
+ <!--PAGE-->
+ <div id="page">
+ <div id="page_title">
+ <h1>cpPlugins</h1>
+ </div>
+ <div id="sections">
+ <div class="section">
+ <h1>Quick links</h1>
+ <a href="#overview">Overview</a>
+ <a href="#showcase">Showcase</a>
+ <a href="#download">Download</a>
+ <a href="#documentation">Developers Documentation</a>
+ <a href="">Publications</a>
+ <a href="#devteam">R&D Team</a>
+ </div>
+ </div><!--END_sections-->
+ <!--CONTENT-->
+ <div id="content">
+ <div id="overview">
+ <p><strong>cpPlugin system</strong> is a top-level framework to encapsulate and manage pipelines based on the <a class="reference external" href="http://www.itk.org">Insight Segmentation and Registration Toolkit - ITK</a>, <a class="reference external" href="http://www.vtk.org">The Visualization Toolkit - VTK</a> and <a href="http://qt-project.org/">Qt</a>; this system has been implemented to allow a rapid application development of image processing tools.</p>
+
+ <p>TODO: diagram class - architecture.</p>
+
+ </div><!--END_overview-->
+
+ <div id="showcase" style="margin-top:49px">
+ <h1>Showcase</h1>
+ <p>TODO: screenshots / overview projects.</p>
+ </div> <!--END_showcase-->
+
+ <div id="download" style="margin-top:49px">
+ <h1>Download</h1>
+ <p><em>cpPlugins</em> is released under the terms of the TODO licence</p>.
+
+ <p>TODO: public repository or ZIP file.</p>
+
+ </div> <!--END_download-->
+
+ <div id="documentation" style="margin-top:49px">
+ <h1>Documentation</h1>
+
+ <p>The <em>cpPlugins</em> source code includes a directory with examples about how to use the system for implementing image processing applications.</p>
+ <ul>
+ <li><a href="">cpPlugins Developer Documentation</a></li>
+ </ul>
+ </div><!--END_documentation-->
+
+
+ <div id="devteam" style="margin-top:49px">
+ <h1>R&D Team</h1>
+
+ <h2>Research Partners</h2>
+
+ <ul>
+ <li><a href="http://ingenieria.javeriana.edu.co/facultad/departamentos/profesores/ingenieria-sistemas">Department of Systems Engineering</a>, <a href="http://www.javeriana.edu.co">Pontificia Universidad Javeriana</a>, Bogotá, COLOMBIA.</li>
+ <li><a href="http://www.creatis.insa-lyon.fr">CREATIS</a></li>
+ </ul>
+ <br/>
+ <h2>Developers and contributors</h2>
+ <table>
+ <tr>
+ <th>Name</th>
+ <th>Contribution and Contact Information</th>
+ </tr>
+ <tr>
+ <td style="width:35%"><a href="http://sophia.javeriana.edu.co/~florez-l/doku.php">Leonardo Flórez Valencia</a></td>
+ <td>
+ <ul>
+ <li>Main developer.</li>
+ <li>Contact: <a href="mailto:florez-l@javeriana.edu.co">florez-l@javeriana.edu.co</a></li>
+ </ul>
+ </td>
+ </tr>
+ </table>
+ </div><!--END_devteam-->
+ </div>
+ <!--END_CONTENT-->
+ </div>
+ <!--END_PAGE-->
+
+ <!--FOOTER-->
+ <div id="footer">
+ <div class="footer_section">
+ <a href="http://www.insa-lyon.fr/"><img class="footer_logo" src="css/logo_insa.png" alt="Institut national des sciences appliquées de Lyon"/></a>
+ <a href="http://www.cnrs.fr/"><img class="footer_logo" src="css/logo_cnrs.jpg" alt="Centre national de la recherche scientifique"/></a>
+ <a href="http://www.univ-lyon1.fr/"><img class="footer_logo" src="css/logo_ucbl.jpg" alt="Universite Claude Bernard Lyon 1"/></a>
+ <a href="http://www.universite-lyon.fr/"><img class="footer_logo" src="css/logo_universitelyon.jpg" alt="INSA Lyon"/></a>
+ <a href="http://www.inserm.fr/"><img class="footer_logo" src="css/logo_inserm.jpg" alt="Institut national de la santé et de la recherche médicale"/></a>
+ </div>
+ <div class="footer_section">
+ <h1>Centre de Recherche en Acquisition et Traitement de l'Image pour la Santé</h1>
+ <h2>CNRS UMR 5220 - INSERM U1044 - Université Lyon 1 - INSA Lyon.</h2>
+ </div>
+ </div>
+ <!--END_FOOTER-->
+</body>
+</html>