blob: d48583f9578695b613a13d55bfa9cb89a3e59706 [file] [log] [blame]
<?php
$rightColumn = <<<EOHTML
<div id="rightcolumn">
<div class="sideitem">
<h6><img src="/projects/images/egg.gif" align="right"/>Incubation</h6>
<div style="text-align:center">
<a href="/projects/what-is-incubation.php"><img align="center" src="/images/egg-incubation.png" border="0" alt="Incubation" /></a>
</div>
<div class="sideitem">
<h6>Part of</h6><p>
<div style="text-align:center">
<a href="/eclipsert"><img align="center" src="/eclipsert/rtlogo.png" border="0" width="100" height="100"/></a>
</div>
</div>
<div class="sideitem">
<h6>Links</h6>
<ul>
<li><a href="http://wiki.eclipse.org/SMILA" target="_blank">Wiki</a></li>
<li><a href="http://www.eclipse.org/proposals/eilf/SMILA_Creation_Review.pdf" target="_blank">Creation Review</a></li>
<li><a href="http://www.eclipse.org/proposals/eilf" target="_blank">Project proposal</a></li>
<li><a href="http://live.eclipse.org/node/734" target="_blank">EclipseCon 09: SMILA - Make Sense of your Data</a></li>
<li><a href="http://www.youtube.com/user/SMILAChannel" target="_blank">SMILA YouTube channel</a></li>
</ul>
</div>
<div class="sideitem">
<h6>Meet us at</h6>
<div align="center">
<p>
<a href="http://www.theseus.joint-research.org/en/theseus-kongress-2012/smila-tutorial/">SMILA Tutorial at THESEUS final congress, Berlin, Germany</a>
</p>
<p>
<a href="http://www.eclipsecon.org/2012/program/session-schedule">SMILA BoF session at EclipseCon 2012</a>
</p>
</div>
</div>
</div>
EOHTML;
?>