<?php include("../base.inc"); ?>
<?php include("../bibtex.inc"); ?>

<?php makePage("Projects","head"); ?>

<br>
<table width="550" cellpadding="0" cellspacing="0" border="0" align="center">
<tbody>
    <tr>
      <td valign="top" align="justify">
     
<br>
<u>Note:</u> We've tried to classify research in the Vision Group into smaller project groups with distinct themes here. See individual homepages of <a href="../people/index.php">Vision Group members</a> for a more accurate picture.</td>
    </tr>
  </tbody>
</table>

<table width="654" cellpadding="0" cellspacing="0" border="0">
<?php 
showProjects("../data/projects","project",""); 
showProjects("../data/projects","pastProject","Past Projects"); 
?>   
</table>

<?php makePage("Projects","foot"); ?>

