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

<hr>

<p>We will negotiate the details of the grading scheme in the first
two weeks of the class. The grade will be based to some degree on</p>

<ul>

<li>contribution to the
  <?php echo html_linked_text("<em>busy beaver project</em>", "../Busy_beaver"); ?>
</li>

<li>contribution to the
  <?php echo html_linked_text("<em>class book</em>", "../Class_book"); ?>
</li>

<li>performance on the assigned
  <?php echo html_linked_text("<em>homeworks</em>", "../Homework"); ?>
</li>

<li>participation in the
  <?php echo html_linked_text("<em>online discussion</em>", "../Discussion"); ?>
</li>

<li>possible
  <?php echo html_linked_text("<em>exams</em>", "../Exams"); ?>
</li>

</ul>

<p>The <em>busy beaver</em> and <em>book</em> projects are <em>open
projects</em>. I encourage you to collaborate as much as possible, and
to find materials wherever you can and use them with attribution. I
may decide to evaluate your personal contribution partly on the basis
of a
<?php echo html_linked_text("personal interview", "../Interviews"). " "; ?>
at the end of the course.</p>

<?php echo html_footer("index", 0, 1); ?>
<!-- hhmts start -->
Last modified: Thu Mar  7 17:13:14 CST 2002
<!-- hhmts end -->

</body>

</html>
