<?php

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

// Page title

page_header('AQR Group: Causal-Ordering Based Explanatory Text Generation');

?>

<H1>Causal-Ordering Based Explanatory Text Generation</H1>

<P>
This software was mainly implemented within the 
<a href = "http://www.dai.ed.ac.uk/daidb/people/homes/qiangs/research/exp.html">
Causal Explanation for Model-based Diagnoses of Dynamic System</a>
project, which was funded by <a target="_top" href =
"http://www.epsrc.ac.uk">EPSRC</a> with support from <a target="_top"
href = "http://www.intapp.co.uk">IAL</a>


<P>
The <a href = "explanation.tar.gz"> demonstration software</a> requires Allegro lisp 5.0, available <a
target="_top" href = "http://www.franz.com">here</a>, and Garnet, available
<a target="_top" href =
"http://www-cgi.cs.cmu.edu/afs/cs.cmu.edu/project/ai-repository/ai/lang/lisp/gui/garnet/">here</a>.
To run the demo system, please follow the included instructions.

<P>
Here are some example screen shots:
<ul>
<li> <a href = "demos/screen1.html">Screenshot 1</a></li>
<li> <a href = "demos/screen2.html">Screenshot 2</a></li>
<li> <a href = "demos/screen3.html">Screenshot 3</a></li>
</ul>

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

page_footer();

?>
