<?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">
<?php require_once "fs_inner_context.inc"; ?>

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

<hr><hr>

<p>There are a lot of details to the effective use of computer systems and
software in this course. There is no time to learn them all in
class. There are a number of free tutorials and short courses
available for those who need to improve basic computer skills and
learn to use different computer systems.</p>

<dir>

  <li><?php echo html_linked_text("MacLab DrScheme tutorial",
                                  "http://www.maclab.cs.uchicago.edu/tutorials/DrScheme.html");
  ?></li>

  <li><?php echo html_linked_text("NSIT minicourses",
                                  "http://training.uchicago.edu/training.cfm?categoryid=101"); ?>
  </li>

</dir>

<hr>

<p>
<!-- hhmts start -->
Last modified: Fri Dec 30 13:12:57 1994
<!-- hhmts end -->

<?php echo html_footer("index", 0, 1); ?>
<!-- hhmts start -->
Last modified: Sat Oct 4 22:50:23 CDT 2001
<!-- hhmts end -->

</body>

</html>
