initial updates for 2010
[tridge/comp8440.git] / enrol.php
1 <?php
2 include "8440head.php";
3 ?>
4
5 <center>
6 <h1>
7 <font color="#931515" size="+3">COMP8440: Enrolment Information</font>
8 </h1>
9 </center>
10
11 <table border="0">
12 <tbody><tr>
13
14 <td rowspan="3" valign="top" width="80%">
15
16 <p>
17 This course may be undertaken as either a Masters level (ANU
18 accredited) course, or as a non-accredited (no assessment) course. The
19 non-accredited option is lower cost, but results in no formal grade.
20 </p>
21
22 <h2>Enrolling at Masters level</h2>
23
24 <p>
25 To enrol in COMP8440 at a masters level there are four program
26 options: 
27 </p>
28 <ul>
29   <li><a href="http://studyat.anu.edu.au/programs/7705XMCOMP;overview.html">Masters of Computing (MComp)</a></li>
30   <li><a href="http://studyat.anu.edu.au/programs/7704XMITS%20;overview.html">Masters of Information Technology (MIT)</a></li>
31   <li>Masters of Graduate Studies</li>
32   <li>Non-award enrolment</li>
33 </ul>
34
35 <p>
36 All four programs have the same course fees, and have the same
37 pre-requisite requirements.
38 </p>
39
40 <p>
41 Fee information is available on the
42 <a href="http://studyat.anu.edu.au/courses/COMP8440;fees.html">course fees</a>
43 page. Note that the fees are different for domestic and international students.
44 </p>
45
46 <p>
47 For all programs except the Masters of Computing, students must obtain
48 a permission code from the School of Computer Science
49 office. Requests for a permission code should be emailed
50 to <a href="mailto:office@cs.anu.edu.au">office@cs.anu.edu.au</a>. You
51 should include details of any experience or expertise that may be
52 relevant for the satisfaction of the course pre-requisites. 
53 </p>
54
55 <h3>Pre-requisites (accredited programs only)</h3>
56
57 The pre-requisites for COMP8440 are a level of familiarity with using
58 a Unix-like operating system (such as Linux). Having some competence
59 in at least one programming language will be an advantage.
60
61 <h3>Enrolment for MComp/MIT students</h3>
62
63 <p>
64 Students undertaking the course as part of a Masters of Computing or
65 Masters of Information Technology program can enrol
66 using <a href="http://isis.anu.edu.au">ISIS</a>.
67 </p>
68
69 <h3>Enrolment for Masters of Graduate Studies students</h3>
70
71 <p>
72 Students undertaking the course as part of a Masters of Graduate Studies can
73 <a href="http://studyat.anu.edu.au/programs/7990XGRADS;overview.html">apply online</a>
74 , using a program name of "GRADUATE STUDIES" and a code number 7990XGRADS.
75 </p>
76
77 <h3>Enrolment for non-award students</h3>
78
79 <p>
80 Students enrolling in COMP8440 as an accredited, non-award program
81 should submit an
82 <a href="http://www.anu.edu.au/sas/forms/sas36b.pdf">enrolment application form</a>
83 to the address listed on the form.
84 </p>
85
86 <br>
87 <br>
88
89 <h2>Enrolling as a non-accredited student</h2>
90
91 <p>
92 The COMP8440 course may alternatively be taken as a non-accredited
93 course. This is a cheaper option (the course fee for 2010 is $1750)
94 and involves no assessment. A certificate of completion will be
95 awarded. The university will not provide any grading of students
96 performance in the course.
97 </p>
98
99 <form method="get" action="http://onestop.anu.edu.au/cfrstep1.cgi">
100 <input name="TRAN-NO" type="hidden" value="200">
101 <input name="EVENT" type="hidden" value="FOSSD" size="30">
102 <input name="SEATS" type="hidden" value="1">
103 <input name="VOUCHER" type="hidden" value="">
104 <input name="ATTENDEE" type="hidden" value="">
105
106 <p>
107   An online form for applying as a non-accredited student will be available soon. In the meantime, please email <a href="mailto:comp8440@cs.anu.edu.au">comp8440@cs.anu.edu.au</a> if you are interested in participating as a non-accredited student.
108 </p>
109
110 </form>
111
112 </td>
113 </tr>
114
115 </tbody></table>
116
117 <p><div align="center">
118   <?php
119     print " Last modified: ";
120     $last_modified = getlastmod();
121     print(date("j/m/Y, H:i", $last_modified));
122   ?>
123 </div><p>
124
125 <?php
126 include "8440tail.php";
127 ?>
128