added section on plagiarism
[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 <p>The course lectures will be made available on this page as they are
14 given.</p>
15
16 <h2>Course Introduction</h2>
17
18 <p>This lecture provides an overview of the course material, and sets
19 some reading tasks and project tasks.</p>
20
21 <ul>
22 <li><a href="lectures/course_introduction.pdf">course_introduction.pdf</a></li>
23 <li><a href="lectures/course_introduction.odp">course_introduction.odp</a></li>
24 </ul>
25
26 Note that the links to the videos in this page are to the 2009 lectures. The 2010 course will have some updated lecture material, but the general structure of the course will remain the same.
27
28 <h2>Lecture 1: Introduction to FOSS</h2>
29
30 <p>This lecture gives an overview of the FOSS world, and introduces the
31 first lab material.</p>
32
33 <ul>
34 <li><a href="lectures/introduction_to_foss.pdf">introduction_to_foss.pdf</a></li>
35 <li><a href="lectures/introduction_to_foss.odp">introduction_to_foss.odp</a></li>
36 <li><a href="videos/MOV002.ogv">video (pt 1)</a> (561M Ogg/Theora)</li>
37 <li><a href="videos/MOV003.ogv">video (pt 2)</a> (172M Ogg/Theora)</li>
38 </ul>
39
40
41 <h2>Lecture 2: Getting started in a FOSS project</h2>
42
43 <p>This lecture deals with how to research a FOSS project, so that you
44 know enough to start contributing.</p>
45
46 <ul>
47 <li><a href="lectures/getting_started.pdf">getting_started.pdf</a></li>
48 <li><a href="lectures/getting_started.odp">getting_started.odp</a></li>
49 <li><a href="videos/MOV007.ogv">video</a> (374M Ogg/Theora)</li>
50 </ul>
51
52 <h2>Lecture 3: Source code management</h2>
53
54 <p>This lecture goes through the theory and practice of using source code
55 management tool for FOSS projects.</p>
56
57 <ul>
58 <li><a href="lectures/source_code_management.pdf">source_code_management.pdf</a></li>
59 <li><a href="lectures/source_code_management.odp">source_code_management.odp</a></li>
60 <li><a href="videos/MOV008.ogv">video</a> (493M Ogg/Theora)</li>
61 </ul>
62
63 <h2>Lecture 4: FOSS History</h2>
64
65 <p>This lecture gives an overview of the history of FOSS, covering some
66 key developments that have led to the FOSS world of today.</p>
67
68 <ul>
69 <li><a href="lectures/foss_history.pdf">foss_history.pdf</a></li>
70 <li><a href="lectures/foss_history.odp">foss_history.odp</a></li>
71 <li><a href="videos/MOV009.ogv">video</a> (231M Ogg/Theora)</li>
72 </ul>
73
74 <h2>Lecture 5: Inside FOSS Licensing</h2>
75
76 <p>This lecture looks at the main FOSS licenses and how they impact on
77 FOSS development.</p>
78
79 <ul>
80 <li><a href="lectures/foss_licenses.pdf">foss_licenses.pdf</a></li>
81 <li><a href="lectures/foss_licenses.odp">foss_licenses.odp</a></li>
82 <li><a href="videos/MOV00A.low.ogv">LQ video</a> (128M Ogg/Theora)</li>
83 </ul>
84
85 <h2>Lecture 6: FOSS and the law</h2>
86
87 <p>This lecture looks at how FOSS interacts with the legal system.</p>
88
89 <ul>
90 <li><a href="lectures/foss_law.pdf">foss_law.pdf</a></li>
91 <li><a href="lectures/foss_law.odp">foss_law.odp</a></li>
92 <li><a href="videos/MOV00B.low.ogv">LQ video</a> (170M Ogg/Theora)</li>
93 </ul>
94
95 <h2>Lecture 7: FOSS Governance</h2>
96
97 <p>This lecture looks at how FOSS projects are governed.</p>
98
99 <ul>
100 <li><a href="lectures/project_governance.pdf">project_governance.pdf</a></li>
101 <li><a href="lectures/project_governance.odp">project_governance.odp</a></li>
102 <li><a href="videos/MOV00C.low.ogv">LQ video</a> (84M Ogg/Theora)</li>
103 </ul>
104
105 <h2>Lecture 8: FOSS and Business</h2>
106
107 <p>This lecture looks at how the business world interacts with FOSS projects.</p>
108
109 <ul>
110 <li><a href="lectures/foss_business.pdf">foss_business.pdf</a></li>
111 <li><a href="lectures/foss_business.odp">foss_business.odp</a></li>
112 <li><a href="videos/MOV00D.low.ogv">LQ video</a> (128M Ogg/Theora)</li>
113 </ul>
114
115 <h2>Lecture 9: What motivates a FOSS developer?</h2>
116
117 <p>This lecture looks at the diverse motivations of FOSS developers.</p>
118
119 <ul>
120 <li><a href="lectures/foss_motivation.pdf">foss_motivation.pdf</a></li>
121 <li><a href="lectures/foss_motivation.odp">foss_motivation.odp</a></li>
122 <li><a href="videos/MOV00E.low.ogv">LQ video</a> (128M Ogg/Theora)</li>
123 </ul>
124
125 <h2>Lecture 10: Case study: Samba</h2>
126
127 <p>This lecture looks at the Samba project in some detail, as a case
128 study of a FOSS project.</p>
129
130 <ul>
131 <li><a href="lectures/case_study_samba.pdf">case_study_samba.pdf</a></li>
132 <li><a href="lectures/case_study_samba.odp">case_study_samba.odp</a></li>
133 <li><a href="videos/MOV00F.low.ogv">LQ video</a> (136M Ogg/Theora)</li>
134 </ul>
135
136 <h2>Lecture 11: FOSS Distributions and Platforms</h2>
137
138 <p>This lecture looks at the wide range of FOSS distributions and
139 platforms that they run on.</p>
140
141 <ul>
142 <li><a href="lectures/distros_devices.pdf">distros_devices.pdf</a></li>
143 <li><a href="lectures/distros_devices.odp">distros_devices.odp</a></li>
144 <li><a href="videos/MOV010.low.ogv">LQ video</a> (125M Ogg/Theora)</li>
145 </ul>
146
147 <h2>Lecture 12: FOSS Culture</h2>
148
149 <p>This lecture delves into the world of FOSS culture.</p>
150
151 <ul>
152 <li><a href="lectures/foss_culture.pdf">foss_culture.pdf</a></li>
153 <li><a href="lectures/foss_culture.odp">foss_culture.odp</a></li>
154 <li><a href="videos/MOV011.low.ogv">LQ video</a> (100M Ogg/Theora)</li>
155 </ul>
156
157 <h2>Lecture 13: Starting a new project</h2>
158
159 <p>This lecture looks at what is involved in staring a new FOSS project.</p>
160
161 <ul>
162 <li><a href="lectures/starting_a_project.pdf">starting_a_project.pdf</a></li>
163 <li><a href="lectures/starting_a_project.odp">starting_a_project.odp</a></li>
164 <li><a href="videos/MOV012.low.ogv">LQ video</a> (89M Ogg/Theora)</li>
165 </ul>
166
167 <h2>Lecture 14: FOSS Tales</h2>
168
169 <p>This lecture examines some key events of the past few years that have
170 shaped the FOSS world.</p>
171
172 <ul>
173 <li><a href="lectures/foss_tales.pdf">foss_tales.pdf</a></li>
174 <li><a href="lectures/foss_tales.odp">foss_tales.odp</a></li>
175 <li><a href="videos/MOV01A.low.ogv">LQ video</a> (113M Ogg/Theora)</li>
176 </ul>
177
178 <h2>Lecture 15: Release early, Release often</h2>
179
180 <p>This lecture sums up the weeks material.</p>
181
182 <ul>
183 <li><a href="lectures/release_early.pdf">release_early.pdf</a></li>
184 <li><a href="lectures/release_early.odp">release_early.odp</a></li>
185 <li><a href="videos/MOV01B.low.ogv">LQ video</a> (37M Ogg/Theora)</li>
186 </ul>
187
188 <hr>
189
190 <a rel="license"
191 href="http://creativecommons.org/licenses/by-sa/2.5/au/"><img
192 alt="Creative Commons License" style="border-width:0"
193 src="http://i.creativecommons.org/l/by-sa/2.5/au/88x31.png"></a><br>
194 All of these lectures are licensed under a <a rel="license"
195 href="http://creativecommons.org/licenses/by-sa/2.5/au/">Creative
196 Commons Attribution-Share Alike 2.5 Australia License</a>.
197
198 <p><div align="center">
199   <?php
200     print " Last modified: ";
201     $last_modified = getlastmod();
202     print(date("j/m/Y, H:i", $last_modified));
203   ?>
204 </div><p>
205
206 <?php
207 include "8440tail.php";
208 ?>
209
210
211