<?php require_once "fs_inner_context.inc"; ?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
     "http://www.w3.org/TR/html4/loose.dtd">
<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">

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

</head>

<?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; ?>

<table border>

<tr><th colspan=4 align=center>Students</th></tr>

<tr><th>Name</th> <th>email</th> <th>Files</th> <th>Web</th></tr>

<tr>
<td>Eric Heller</td>
<td><code>eheller@uchicago.edu</code></td>
<td><?php echo html_linked_text("<code>~eheller/html/CS295_files</code>",
                                "http://people.cs.uchicago.edu/~eheller/CS295_files");
?></td>
<td><a href="http://esh.ath.cx/"><code>http://esh.ath.cx/</code></a></td>
</tr>

<tr>
<td>Regina Ho</td>
<td><code>reginaho@uchicago.edu</code></td>
<td><?php echo html_linked_text("<code>~reginaho/html/CS295_files</code>",
                                "http://people.cs.uchicago.edu/~reginaho/CS295_files");
?></td>
<td></td>
</tr>

<tr>
<td>Eric Lee</td>
<td><code>e-lee1@uchicago.edu</code></td>
<td><?php echo html_linked_text("<code>~ericlee1/html/CS295_files</code>",
                                "http://people.cs.uchicago.edu/~ericlee1/CS295_files");
?></td>
<td></td>
</tr>

<tr>
<td>Wonseok (Chris)  Lee</td>
<td><code>wonseok@uchicago.edu</code></td>
<td><?php echo html_linked_text("<code>~wonseok/html/CS295_files</code>",
                                "http://people.cs.uchicago.edu/~wonseok/cs295_files");
?></td>
<td></td>
</tr>

<tr>
<td>David Loehlin</td>
<td><code>dloehlin@uchicago.edu</code></td>
<td><?php echo html_linked_text("<code>~dloehlin/html/CS295_files</code>",
                                "http://people.cs.uchicago.edu/~dloehlin/CS295_files");
?></td>
<td></td>
</tr>

<tr>
<td>Steven Lucy</td>
<td><code>slucy@uchicago.edu</code></td>
<td><?php echo html_linked_text("<code>~slucy/cs295</code>",
                                "http://people.cs.uchicago.edu/~slucy/cs295");
?><br>misplaced, no Web access</td>
<td></td>
</tr>

<tr>
<td>Chuk Moran</td>
<td><code>welling@uchicago.edu</code></td>
<td><?php echo html_linked_text("<code>~welling/html/CS295_files</code>",
                                "http://people.cs.uchicago.edu/~welling/CS295");
?></td>
<td></td>
</tr>

<tr>
<td>Larry Sheradon</td>
<td><code>sheradon@uchicago.edu</code></td>
<td><?php echo html_linked_text("<code>~sheradon/html/CS295_files</code>",
                                "http://people.cs.uchicago.edu/~sheradon/CS295_files");
?></td>
<td><a href="http://quidquid.net"><code>http://quidquid.net</code></a></td>
</tr>

<tr>
<td>Dave Shoda</td>
<td><code>dtshoda@uchicago.edu</code></td>
<td><?php echo html_linked_text("<code>~dtshoda/html/CS295_files</code>",
                                "http://people.cs.uchicago.edu/~dtshoda/CS295_files");
?></td>
<td></td>
</tr>

<tr>
<td>Brock Witherspoon</td>
<td><code>wbwither@uchicago.edu</code></td>
<td><?php echo html_linked_text("<code>~wbwither/html/CS295_files</code>",
                                "http://people.cs.uchicago.edu/~wbwither/CS295_files");
?></td>
<td></td>
</tr>

<tr>
<td>Yusra Alsayyad</td>
<td><code>yusra@uchicago.edu</code></td>
<td><?php echo html_linked_text("<code>~???/html/CS295_files</code>",
                                "http://people.cs.uchicago.edu/~???/CS295_files");
?><br>can't find it</td>
<td></td>
</tr>

<tr><th colspan=4 align=center>Instructor</th></tr>

<tr>
<td>Mike O'Donnell</td>
<td><code>odonnell@cs.uchicago.edu</code></td>
<td><?php echo html_linked_text("<code>~odonnell/html/CS295_files</code>",
                                "http://people.cs.uchicago.edu/~odonnell/CS295_files");
?></td>
<td><?php echo html_linked_text("<code>http://people.cs.uchicago.edu/~odonnell/</code>",
                                "http://people.cs.uchicago.edu/~odonnell/");
?></td>
</tr>

<tr><th colspan=4 align=center>Assistant</th></tr>

<tr>
<td>Donour Sizemore</td>
<td><code>donour@uchicago.edu</code></td>
<td></td>
<td></td>
</tr>

</table>

<?php echo html_footer("index", 0, 1); ?>
<!-- hhmts start -->
Last modified: Mon Apr 28 09:27:24 CDT 2003
<!-- hhmts end -->

</body>

</html>
