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

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

<center>
<table width="770" cellpadding="0" cellspacing="30" border="0">
<tr><td height="10" colspan="2"><img height="10" src="../images/blankpixel.gif"></td></tr>
<?php
$bt=new BibTex('../data/publications.bib');
$bt->sort();
$bt->html('bib.ihtml');
?>
</td>
</tr>


<!--
<tr><td height="20" colspan="4"><img height="20" src="../images/blankpixel.gif"></td></tr>
-->
</table>
</center>

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