Update TwoTerminal parameter orders in Kirchoff's Law notes.
[course.git] / html / index.shtml
1 <!--#include virtual="shared/header.shtml"-->
2
3 <?php
4 // Automatically get the course id and title from xml/course.xml
5 include ("php/course.php");
6 $course = course(0);
7 $cid = $course->course_id();
8 echo '<h2>'.$cid.' - '.$course->title.'</h2>'."\n";
9 echo $course->term."\n";
10 ?>
11
12 <p>
13 This is my personal <?=$cid?> page, for things specific to my two
14 recitations.  I'll probably just be posting homework solutions, but
15 I'll email you and post an announcement if that changes...
16 </p>
17
18 <h4>Resources</h4>
19 <ul>
20   <li><a href="announcements.shtml">Announcements</a></li>
21   <li><a href="recitations.shtml">Recitations</a></li>
22   <li><a href="homeworks.shtml">Homeworks</a></li>
23   <li><a href="contact.shtml">Contact</a></li>
24 </ul>
25
26
27 <h4>Source code</h4>
28 <p>
29 For those who are interested, the source code used to generate the
30 content of this page is available <a href="source">here</a>.
31 </p>
32
33 <!--#include virtual="shared/footer.shtml"-->