<html>
  <head>
<title>Publications of Joost-Pieter Katoen</title>
</head>
<body>

<link rel="stylesheet" type="text/css"  href="pubs.css" />


<?php

ini_set("include_path", "/srv/www/i2web/pub:/usr/share/php");

include_once("config.php");
include_once("pub_lib.php");

$db = connect_db();
if ($db === false) {
    exit();
}

print(
       fetchPublicationsAuthor( $db, "Katoen", "Joost-Pieter", Array('topics' => Array(),
//'types' => Array('!Misc', '!TechReport', '!Talk'),
'years' => 0) )
     );

?>

</body>
</html>

