added more detailed schedule
[tridge/comp8440.git] / lectures.php
1 <?php
2 include "8440head.php";
3 ?>
4
5
6
7 <center>
8 <h1>
9 <font color="#931515" size=+3>COMP8440: Lectures</font>
10 </h1>
11 </center>
12
13 The course lectures will be made available on this page as they are
14 given.
15
16 <h2>Course Introduction</h2>
17
18 This lecture provides an overview of the course material, and sets
19 some reading tasks and project tasks.<p>
20
21 <ul><li><a href="lectures/course_introduction.pdf">course_introduction.pdf</a></ul>
22
23
24 <hr>
25
26 <a rel="license"
27 href="http://creativecommons.org/licenses/by-sa/2.5/au/"><img
28 alt="Creative Commons License" style="border-width:0"
29 src="http://i.creativecommons.org/l/by-sa/2.5/au/88x31.png" /></a><br
30 />All of these lectures are licensed under a <a rel="license"
31 href="http://creativecommons.org/licenses/by-sa/2.5/au/">Creative
32 Commons Attribution-Share Alike 2.5 Australia License</a>.
33
34 <p><div align="center">
35   <?php
36     print " Last modified: ";
37     $last_modified = getlastmod();
38     print(date("j/m/Y, H:i", $last_modified));
39   ?>
40 <div><p>
41
42 <?php
43 include "8440tail.php";
44 ?>
45
46
47