<?php require_once "fs_inner_context.inc"; ?>
<html>

<head>

<title><?php echo $HTML_TITLE; ?></title>

</head>

<body>

<?php echo html_bgcolor_body($BG_COLOR); ?>

<!-- Standard hierarchical header structure -->

<?php echo $CS_HEADER_HTML; ?>

<?php echo html_linked_text("<em>Courses</em>", $CS_COURSES_ROOT_URL); ?>

<?php echo $HTML_HEADER; ?>

<hr>

<p>If you like Com Sci 295, you'll love

<dir>

<li><a href="http://music.uchicago.edu/computer.shtml">
The University of Chicago Computer Music Studio</a></li>

<li><a href="http://www.classes.cs.uchicago.edu/classes/archive/1999/spring/CS295/Student_work/Henley/index.html">Virtual
Auditory Spaces</a> by Paul Henley, a college student in the 1999
class.</li>

<li><a href="http://www.jhu.edu/~signals/">Signal-processing demos
from Johns Hopkins University</a></li>

<li><?php echo html_linked_text("Physical acoustical animations",
                 "http://www.kettering.edu/~drussell/demos.html") . " "; ?>
    from Kettering University.</li>

</dir>
</p>

<?php echo html_footer("index", 0); ?>

<!-- hhmts start -->
Last modified: Tue May 22 10:41:00 CDT 2001
<!-- hhmts end -->

</body>

</html>
