<?php

require_once('php/aqr.php.inc');

// Page title

page_header('AQR Group: Links and Resources');

?>

<h1>Resources</h1>

<UL>
<LI>Some of the <a href = "journals.php">journals</a> the group has
an interest in.
<LI>A demo of <a href="causalO.php">Causal-Ordering Based
Explanatory Text Generation.</a>
<LI>The 2001 <A HREF="http://www.dai.ed.ac.uk/homes/ukci-01/">UK Workshop on
Computational Intelligence</A>, held in Edinburgh.
<LI>The 2002 <A HREF="http://www.cs.bham.ac.uk/~ukci/">UK Workshop on
Computational Intelligence</A>, held in Birmingham.
</UL>

<?php // Do not delete or modify anything below this line.

page_footer();

?>
