9ef98548894a5a0cbab6c8e69efe0a31be50f4dd
[tridge/comp8440.git] / schedule.php
1 <?php
2 include "8440head.php";
3 ?>
4
5
6
7 <center>
8 <h1>
9 <font color="#931515" size="+3">COMP8440: Schedule</font>
10 </h1>
11 </center>
12
13
14
15 <table border="0">
16 <tbody><tr>
17
18 <td rowspan="3" valign="top" width="80%">
19
20 <p>
21
22 The course will be divided into three phases
23
24 <ul>
25 <li><b>2nd April - Information Evening</b>. On Thursday the 2nd
26 of April starting at 7pm there will be an introductory evening for
27 students. The course material will be outlined, and students will be
28 given some reading material that should be studied before the main
29 course begins. The main presentation for the information evening will
30 be recorded so that students who are not in Canberra on that day can
31 see the material.
32
33 <li><b>14th to 18th April - Main course</b>. The main course will be
34 from the Tuesday to the Saturday (inclusive) in the week after
35 Easter. The course will run from 9am to 6pm each day (with breaks).
36
37 <li><b>25th April, 2nd May, 9th May</b>. Laboratory sessions will be
38 offered between 2pm and 5pm on the three Saturdays following the main
39 course. These sessions are intended for students completing the
40 assessment part of the course.
41
42 <li><b>Assessment period</b>. After the main course is over, the
43 students are expected to prepare materials for assessment, which will
44 be due by Friday the 22nd of May. Details on assessment options will
45 be made available on this website closer to the start of the course.
46 </ul>
47
48 <h2>Detailed Schedule</h2>
49
50 The following is a more detailed schedule for the 5 day intensive part
51 of the course. 
52
53 <pre>
54 Tuesday
55  9:00 introduction and welcome
56  9:30 Lecture: An introduction to FOSS
57 10:30 morning tea
58 10:45 Lab: Install a FOSS project - all on one project
59 12:00 Lecture: Getting started in a FOSS project
60 13:00 Lunch
61 14:00 Lecture: How are FOSS projects governed?
62 15:00 Afternoon tea
63 15:15 Lab: Installing a FOSS project - choice of 5
64 17:45 close
65
66 Wednesday
67  9:00 introducing the course projects
68  9:30 Lecture: The history of FOSS
69 10:30 morning tea
70 10:45 Lab: finding a FOSS project
71 12:00 Lecture: Inside FOSS licensing
72 13:00 Lunch
73 14:00 Lecture: FOSS and the law
74 15:00 Afternoon tea
75 15:15 Lab: study of chosen FOSS project
76 17:45 close
77
78 Thursday
79  9:00 discussion of FOSS project work
80  9:30 Lecture: Source code management for FOSS projects
81 10:30 morning tea
82 10:45 Lab: getting in touch with the project
83 12:00 Lecture: FOSS and business
84 13:00 Lunch
85 14:00 Lecture: What motivates a FOSS developer?
86 15:00 Afternoon tea
87 15:15 Lab: project work
88 17:45 close
89
90 Friday
91  9:00 discussion of FOSS project work
92  9:30 Lecture: Case study: Samba
93 10:30 morning tea
94 10:45 Lab: project work
95 12:00 Lecture: FOSS distributions and platforms
96 13:00 Lunch
97 14:00 Lecture: FOSS Culture
98 15:00 Afternoon tea
99 15:15 Lab: project work
100 17:45 close
101
102 Saturday
103  9:00 discussion of FOSS project work
104  9:30 Lecture: Starting a new project
105 10:30 morning tea
106 10:45 Lab: project presentations
107 12:00 Lecture: FOSS Tales
108 13:00 Lunch
109 14:00 Lecture: Release early, release often
110 15:00 Afternoon tea
111 15:15 Lab: project presentations
112 17:45 close
113 </pre>
114
115 </td>
116 </tr>
117
118 </tbody></table>
119
120 <p><div align="center">
121   <?php
122     print " Last modified: ";
123     $last_modified = getlastmod();
124     print(date("j/m/Y, H:i", $last_modified));
125   ?>
126 </div><p>
127
128 <?php
129 include "8440tail.php";
130 ?>
131