source: waeup_doc/MainProcesses.html @ 249

Last change on this file since 249 was 249, checked in by Henrik Bettermann, 18 years ago
File size: 25.4 KB
Line 
1<?xml version="1.0" encoding="utf-8" ?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4<head>
5<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6<meta name="generator" content="Docutils 0.4: http://docutils.sourceforge.net/" />
7<title>Description of Main Processes</title>
8<style type="text/css">
9
10/*
11:Author: David Goodger
12:Contact: goodger@users.sourceforge.net
13:Date: $Date: 2005-12-18 01:56:14 +0100 (Sun, 18 Dec 2005) $
14:Revision: $Revision: 4224 $
15:Copyright: This stylesheet has been placed in the public domain.
16
17Default cascading style sheet for the HTML output of Docutils.
18
19See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
20customize this style sheet.
21*/
22
23/* used to remove borders from tables and images */
24.borderless, table.borderless td, table.borderless th {
25  border: 0 }
26
27table.borderless td, table.borderless th {
28  /* Override padding for "table.docutils td" with "! important".
29     The right padding separates the table cells. */
30  padding: 0 0.5em 0 0 ! important }
31
32.first {
33  /* Override more specific margin styles with "! important". */
34  margin-top: 0 ! important }
35
36.last, .with-subtitle {
37  margin-bottom: 0 ! important }
38
39.hidden {
40  display: none }
41
42a.toc-backref {
43  text-decoration: none ;
44  color: black }
45
46blockquote.epigraph {
47  margin: 2em 5em ; }
48
49dl.docutils dd {
50  margin-bottom: 0.5em }
51
52/* Uncomment (and remove this text!) to get bold-faced definition list terms
53dl.docutils dt {
54  font-weight: bold }
55*/
56
57div.abstract {
58  margin: 2em 5em }
59
60div.abstract p.topic-title {
61  font-weight: bold ;
62  text-align: center }
63
64div.admonition, div.attention, div.caution, div.danger, div.error,
65div.hint, div.important, div.note, div.tip, div.warning {
66  margin: 2em ;
67  border: medium outset ;
68  padding: 1em }
69
70div.admonition p.admonition-title, div.hint p.admonition-title,
71div.important p.admonition-title, div.note p.admonition-title,
72div.tip p.admonition-title {
73  font-weight: bold ;
74  font-family: sans-serif }
75
76div.attention p.admonition-title, div.caution p.admonition-title,
77div.danger p.admonition-title, div.error p.admonition-title,
78div.warning p.admonition-title {
79  color: red ;
80  font-weight: bold ;
81  font-family: sans-serif }
82
83/* Uncomment (and remove this text!) to get reduced vertical space in
84   compound paragraphs.
85div.compound .compound-first, div.compound .compound-middle {
86  margin-bottom: 0.5em }
87
88div.compound .compound-last, div.compound .compound-middle {
89  margin-top: 0.5em }
90*/
91
92div.dedication {
93  margin: 2em 5em ;
94  text-align: center ;
95  font-style: italic }
96
97div.dedication p.topic-title {
98  font-weight: bold ;
99  font-style: normal }
100
101div.figure {
102  margin-left: 2em ;
103  margin-right: 2em }
104
105div.footer, div.header {
106  clear: both;
107  font-size: smaller }
108
109div.line-block {
110  display: block ;
111  margin-top: 1em ;
112  margin-bottom: 1em }
113
114div.line-block div.line-block {
115  margin-top: 0 ;
116  margin-bottom: 0 ;
117  margin-left: 1.5em }
118
119div.sidebar {
120  margin-left: 1em ;
121  border: medium outset ;
122  padding: 1em ;
123  background-color: #ffffee ;
124  width: 40% ;
125  float: right ;
126  clear: right }
127
128div.sidebar p.rubric {
129  font-family: sans-serif ;
130  font-size: medium }
131
132div.system-messages {
133  margin: 5em }
134
135div.system-messages h1 {
136  color: red }
137
138div.system-message {
139  border: medium outset ;
140  padding: 1em }
141
142div.system-message p.system-message-title {
143  color: red ;
144  font-weight: bold }
145
146div.topic {
147  margin: 2em }
148
149h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
150h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
151  margin-top: 0.4em }
152
153h1.title {
154  text-align: center }
155
156h2.subtitle {
157  text-align: center }
158
159hr.docutils {
160  width: 75% }
161
162img.align-left {
163  clear: left }
164
165img.align-right {
166  clear: right }
167
168ol.simple, ul.simple {
169  margin-bottom: 1em }
170
171ol.arabic {
172  list-style: decimal }
173
174ol.loweralpha {
175  list-style: lower-alpha }
176
177ol.upperalpha {
178  list-style: upper-alpha }
179
180ol.lowerroman {
181  list-style: lower-roman }
182
183ol.upperroman {
184  list-style: upper-roman }
185
186p.attribution {
187  text-align: right ;
188  margin-left: 50% }
189
190p.caption {
191  font-style: italic }
192
193p.credits {
194  font-style: italic ;
195  font-size: smaller }
196
197p.label {
198  white-space: nowrap }
199
200p.rubric {
201  font-weight: bold ;
202  font-size: larger ;
203  color: maroon ;
204  text-align: center }
205
206p.sidebar-title {
207  font-family: sans-serif ;
208  font-weight: bold ;
209  font-size: larger }
210
211p.sidebar-subtitle {
212  font-family: sans-serif ;
213  font-weight: bold }
214
215p.topic-title {
216  font-weight: bold }
217
218pre.address {
219  margin-bottom: 0 ;
220  margin-top: 0 ;
221  font-family: serif ;
222  font-size: 100% }
223
224pre.literal-block, pre.doctest-block {
225  margin-left: 2em ;
226  margin-right: 2em ;
227  background-color: #eeeeee }
228
229span.classifier {
230  font-family: sans-serif ;
231  font-style: oblique }
232
233span.classifier-delimiter {
234  font-family: sans-serif ;
235  font-weight: bold }
236
237span.interpreted {
238  font-family: sans-serif }
239
240span.option {
241  white-space: nowrap }
242
243span.pre {
244  white-space: pre }
245
246span.problematic {
247  color: red }
248
249span.section-subtitle {
250  /* font-size relative to parent (h1..h6 element) */
251  font-size: 80% }
252
253table.citation {
254  border-left: solid 1px gray;
255  margin-left: 1px }
256
257table.docinfo {
258  margin: 2em 4em }
259
260table.docutils {
261  margin-top: 0.5em ;
262  margin-bottom: 0.5em }
263
264table.footnote {
265  border-left: solid 1px black;
266  margin-left: 1px }
267
268table.docutils td, table.docutils th,
269table.docinfo td, table.docinfo th {
270  padding-left: 0.5em ;
271  padding-right: 0.5em ;
272  vertical-align: top }
273
274table.docutils th.field-name, table.docinfo th.docinfo-name {
275  font-weight: bold ;
276  text-align: left ;
277  white-space: nowrap ;
278  padding-left: 0 }
279
280h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
281h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
282  font-size: 100% }
283
284tt.docutils {
285  background-color: #eeeeee }
286
287ul.auto-toc {
288  list-style-type: none }
289
290</style>
291</head>
292<body>
293<div class="document" id="description-of-main-processes">
294<h1 class="title">Description of Main Processes</h1>
295<div class="section">
296<h1><a id="i-jamb-ume-entry" name="i-jamb-ume-entry">I JAMB UME Entry</a></h1>
297<p>Students apply for studying at a University of their choice to the Joint Admissions and Matriculation Board (JAMB). JAMB conducts the Universities Matriculation Examination (UME) and sends the results of the students, who have passed the UME, in electronic form (Excel file on CD) directly to the universities. Students check their results online on the JAMB website. Students who have passed the UME can then apply online for the Post University Matriculation Examination (PUME) conducted by Uniben directly on the PUME Application website.</p>
298<ul class="simple">
299<li>JAMBList.xls ???</li>
300</ul>
301<div class="section">
302<h2><a id="step-1-online-pume-application" name="step-1-online-pume-application">Step 1 (online): PUME Application</a></h2>
303<p>The student buys an <strong>Application Access Card</strong> and enters the Access Code (PIN) together with his/her JAMB registration number on the <em>PUME Application Website</em>. His/Her JAMB data set will show up and the student will be requested to upload a passport picture. After uploading the picture the student can print out the <em>PUME Acknowledgement Slip</em>  for presentation in the examination hall.</p>
304<p>Data fields: JAMB registration number, student's name, study programme/course (certificate), application date, UME examination date, sex.</p>
305<ul class="simple">
306<li><a class="reference" href="Examples/PUMEAcknowledgementSlip.jpg">PUMEAcknowledgementSlip.jpg</a></li>
307</ul>
308</div>
309<div class="section">
310<h2><a id="step-2-offline-pume" name="step-2-offline-pume">Step 2 (offline): PUME</a></h2>
311<p>The student goes to the examination hall and writes the examination.</p>
312</div>
313<div class="section">
314<h2><a id="step-3-offline-online-upload-of-pume-results" name="step-3-offline-online-upload-of-pume-results">Step 3 (offline/online): Upload of PUME Results</a></h2>
315<p>The examination officer compiles exam results into an Excel spreadsheet. The portal manager uploads and imports the data.</p>
316<ul class="simple">
317<li>data file example ???</li>
318</ul>
319</div>
320<div class="section">
321<h2><a id="step-4-online-pume-result-checking" name="step-4-online-pume-result-checking">Step 4 (online): PUME Result Checking</a></h2>
322<p>The student checks the exam results on the <em>PUME Results Checking Website</em>. To enter the website he/she reuses his/her <strong>Application PIN</strong>. He/She will see the results and can print out the <em>PUME Result Slip</em>.</p>
323<p>Data fields: ???</p>
324</div>
325<div class="section">
326<h2><a id="step-5-offline-online-upload-of-admission-list" name="step-5-offline-online-upload-of-admission-list">Step 5 (offline/online): Upload of Admission List</a></h2>
327<p>The Admission Board decides on those students to be admitted and compiles the Admission List which is then uploaded and imported by the Portal Manager.</p>
328<ul class="simple">
329<li><a class="reference" href="Examples/Admission_upload_excerpt.xls">Admission_upload_excerpt.xls</a></li>
330</ul>
331</div>
332<div class="section">
333<h2><a id="step-6-online-offline-admission-checking" name="step-6-online-offline-admission-checking">Step 6 (online/offline): Admission Checking</a></h2>
334<p>The student checks for admission to the university on the <em>Admission Checking Website</em> and prints out the <em>Admission Slip</em>. To enter the website he reuses his <strong>Application PIN</strong>. He/she will also see the study programme (certificate) he/she is admitted to. This can differ from the student's choice and has to be officially accepted by the student by signing a letter of acceptance to be presented later to the Clearance Officer (formerly done by filling the online Acceptance Form which is now deprecated).</p>
335<ul class="simple">
336<li><a class="reference" href="Examples/AdmissionSlip.html">AdmissionSlip.html</a></li>
337</ul>
338</div>
339<div class="section">
340<h2><a id="step-7-online-clearance" name="step-7-online-clearance">Step 7 (online): Clearance</a></h2>
341<p>The student buys a <strong>Clearance Access Card</strong> and proceeds to the <em>Clearance and Eligibility Form</em> where he/she enters the corresponding PIN first.</p>
342<p>The Eligibility Form contains the following data:</p>
343<pre class="literal-block">
344Entry Date
345Access Code
346Session
347Registration No
348Student's Name
349Sex
350Faculty
351Course Major
352</pre>
353<p>The data are not editable and are taken from the students record compiled so far.</p>
354<p>The student has to fill the following fields:</p>
355<pre class="literal-block">
356Date of Birth
357Local Government
358Nationality
3591st Sitting (SSCE, WAEC, GCE, NECO, NABTEB): Exam Number, Exam Date, Exam Type, Exam Subjects, Exam Grades
3602nd Sitting (SSCE, WAEC, GCE, NECO, NABTEB): Exam Number, Exam Date, Exam Type, Exam Subjects, Exam Grades
361Advanced Level Results: Exam Number, Exam Date, Exam Type, Exam Subjects, Exam Grades
362Other Qualifications: Higher Qualification, Higher Grade, School Attended, Matric Number, Session Obtained, Discipline
363Passport Picture
364</pre>
365<p>The relationship between Higher Qualification and Higher Grade is:</p>
366<pre class="literal-block">
367Bachelor Degree:
368 First Class
369 Second Class (Upper Division)
370 Second Class (Lower Division)
371 Third Class
372 Pass
373
374Higher National Diploma:
375 Distinction
376 Upper Credit
377 Lower Credit
378 Pass
379
380Ordinary National Diploma:
381 Distinction
382 Upper Credit
383 Lower Credit
384 Pass
385
386National Certificate of Education:
387 Distinction
388 Credit
389 Merit
390 Pass
391
392University Diploma:
393 Distinction
394 Credit
395 Merit
396 Pass
397</pre>
398<p>The student has to upload scanned documents which show the results of all examinations done before.</p>
399<p>Then he/she has to tick appropriate documents to be presented for clearance process.</p>
400<p>Furthermore the student can defer admission till next session by ticking an appropriate box and, finally,  he/she has to confirm possessing all the qualifications which he/she claims to have obtained.</p>
401<ul class="simple">
402<li><a class="reference" href="Examples/ClearanceForm.html">ClearanceForm.html</a></li>
403</ul>
404</div>
405<div class="section">
406<h2><a id="step-8-offline-online-clearance-validation" name="step-8-offline-online-clearance-validation">Step 8 (offline/online): Clearance Validation</a></h2>
407<p>The student goes with all documents to the Clearance Officer who validates the entered data and uploaded files. Finally the <em>Eligibility Form</em> is printed and signed by both the student and the Course Manager.</p>
408<p>The student is now properly admitted to the university and is a member of the portal. The portal assigns a personal portal member area where the student can log in (see next step).</p>
409</div>
410<div class="section">
411<h2><a id="step-9-matriculation-number-generation" name="step-9-matriculation-number-generation">Step 9 : Matriculation Number Generation</a></h2>
412<p>The Matriculation Number is generated by the system.</p>
413<ul class="simple">
414<li><a class="reference" href="Examples/MatricNumberExplanation.doc">MatricNumberExplanation.doc</a></li>
415</ul>
416</div>
417<div class="section">
418<h2><a id="step-10-online-personal-data" name="step-10-online-personal-data">Step 10 (online): Personal Data</a></h2>
419<p>The student has to fill the <em>Personal Data Form</em> which contains all sorts of personal information. He/she also chooses a password for accessing his/her personal portal member area. The basis for this form is the data already gathered from the Clearance and Eligibility data. Other details such as permanent home address, next of kin, sponsor and all other such related information are filled in here. The information does not have direct relevance to course registration, but are useful for generation of School identity cards.</p>
420<ul class="simple">
421<li><a class="reference" href="Examples/PersonalData.html">PersonalData.html</a></li>
422</ul>
423</div>
424<div class="section">
425<h2><a id="step-11-online-hostel-allocation" name="step-11-online-hostel-allocation">Step 11 (online): Hostel Allocation</a></h2>
426<p>The student buys a <strong>Hostel Application Access Card</strong> and proceeds to the <em>Hostel Application Form</em> where he/she enters the PIN. The systems determines if there is free bed space according to the students attributes: sex, study programme, study level, special needs. Beds are allocated according to the 'first come, first serve' principle. The bed allocation algorithm is shown in a separate flow chart.</p>
427<p>The student prints the <em>Hostel Allocation Slip</em>.</p>
428<ul class="simple">
429<li><a class="reference" href="Examples/HostelAllocationSlip.jpg">HostelAllocationSlip.jpg</a></li>
430</ul>
431</div>
432<div class="section">
433<h2><a id="step-12-online-hostel-maintenance" name="step-12-online-hostel-maintenance">Step 12 (online): Hostel Maintenance</a></h2>
434<p>The student buys a <strong>Hostel Maintenance Card</strong> and pays his/her Hostel Fee by entering the PIN on the <em>Hostel Maintenance Website</em>.</p>
435<p>The student prints the <em>Hostel Maintenance Receipt</em>.</p>
436<ul class="simple">
437<li><a class="reference" href="Examples/HostelMaintenanceReceipt.jpg">HostelMaintenanceReceipt.jpg</a></li>
438</ul>
439</div>
440<div class="section">
441<h2><a id="step-13-online-course-registration" name="step-13-online-course-registration">Step 13 (online): Course Registration</a></h2>
442<p>The student buys a <strong>School Fee Card</strong> which belongs to his/her study programme or faculty respectively. After entering the PIN on the <em>Course Registration Form</em>, the student is able to add (or delete) courses from a list of courses which are automatically generated by the portal according to the student's study programme and level. The total credit load must not exceed 50 units. Otherwise the student is requested to reduce the load.</p>
443<p>The student prints the <em>School Fees Receipt</em>.</p>
444<ul class="simple">
445<li><a class="reference" href="Examples/RegistrationForm.jpg">RegistrationForm.jpg</a></li>
446<li><a class="reference" href="Examples/SchoolFeesReceipt.jpg">SchoolFeesReceipt.jpg</a></li>
447</ul>
448</div>
449<div class="section">
450<h2><a id="step-14-online-course-adviser-validation" name="step-14-online-course-adviser-validation">Step 14 (online): Course Adviser Validation</a></h2>
451<p>The Course Adviser controls and validates the registered courses. This step can be omitted if the course registration process runs completely automatically.</p>
452</div>
453</div>
454<div class="section">
455<h1><a id="ii-returning-students" name="ii-returning-students">II Returning Students</a></h1>
456<p>Returning Students enter the above described admission and registration process at Step 11 (Hostel Allocation). They log in with their Matriculation Number and their Password (Step R1). Before they can apply for accommodation or register new courses their previous session result must have been uploaded online by the Course Adviser (Step R2). Only Categories A (passed all courses) and B (passed some but have some carryovers) are eligible to register for a new level in the new session and also to apply for accommodation. The students print out the <em>Sessional Result Slip</em>. A Student is not allowed to see his scores but rather the grade and Sessional GPA.  The Result Slip however also shows the student's name, matric number, registration number, course of study, faculty, session and level.</p>
457<ul class="simple">
458<li>CourseResultList.xls ???</li>
459<li><a class="reference" href="Examples/ResultSlip.jpg">ResultSlip.jpg</a></li>
460<li><a class="reference" href="Examples/GPACalculation.doc">GPACalculation.doc</a></li>
461</ul>
462<p>Steps 11 - 13 are then identical. Only during course registration the so-called 'carryovers', i.e. the courses that were failed in the previous session, are picked up by the system and listed first.</p>
463</div>
464<div class="section">
465<h1><a id="iii-direct-entry" name="iii-direct-entry">III Direct Entry</a></h1>
466<p>Direct Entry (DE) Students bypass Step 1 - 4. The Excel Data sheet from JAMB is directly sent to the Admission board. The following procedure is identical as the one for the UME Students.</p>
467</div>
468<div class="section">
469<h1><a id="iv-local-programme-entry" name="iv-local-programme-entry">IV Local Programme Entry</a></h1>
470<p>For admission into Diploma (full and part time), Degree (part time) and Post graduate programmes (full and part time) students can bypass the JAMB admission procedure and apply directly at the university. Only the entry examination (Step 2) then differs and is called <em>Local Programme Examination</em>. The Local Programme Application Form is combined with the PUME Application Form (Step 1). However, the application for this requires their results to be added; scanned unlike Post UME where the result is scanned and added after the student has been admitted. ???</p>
471</div>
472<div class="section">
473<h1><a id="v-portal-setup" name="v-portal-setup">V Portal Setup</a></h1>
474<p>The portal will be delivered with infrastructure data. Faculties, Departments, Course Lists, Study Programmes and Hostel data are already imported. Specific roles can be hierarchically assigned to edit or add infrastructure data (see also VIII Portal Roles).</p>
475<p>The portal content types are (not yet all attributes defined):</p>
476<pre class="literal-block">
477Student:         see Clearance
478Faculty:         Description
479Department:      Description
480Course:          Decription, Course Number
481Study Programme: List of Courses
482Hall:            Hall Name
483Block:           Block or Section Name
484Room:            Room Number
485Bed:             Room Letter
486</pre>
487</div>
488<div class="section">
489<h1><a id="vi-gown-hiring" name="vi-gown-hiring">VI Gown Hiring</a></h1>
490<p>(forthcoming)</p>
491</div>
492<div class="section">
493<h1><a id="vii-access-card-management" name="vii-access-card-management">VII Access Card Management</a></h1>
494<p>The Access Card (Scratch Card) data are kept outside of the main portal and managed only by the Access Card Manager.</p>
495<p>The data fields of Access Card records are:</p>
496<pre class="literal-block">
497Series Batch Code
498Access Code
499Matric or Registration Number
500Cost
501Generated By
502Date Activated
503Sold by
504</pre>
505<p>Each Access Code starts with a prefix depending on the Access Card's function, i.e. what it is used for. The prefix also defines the value of the Access Card.</p>
506<p>Administrative PINs: ???</p>
507<pre class="literal-block">
508Application                       ???
509Clearance                         ???
510Hostel Application                HOS
511Hostel Maintanance
512 Old Hostels (Halls 1, 2, 3, 4)   HMU
513 New Hostel (Hall 5)              HMF
514 Postgraduate Hostel              HMP
515Gown Hiring                       GWN
516</pre>
517<p>School Fee PINs:</p>
518<pre class="literal-block">
519AGRICULTURE                       AGR
520ARTS                              ART
521BASIC MEDICAL SC.                 BMS
522DENTISTRY                         DEN
523EDUCATION                         EDU
524ENGINEERING                       ENG
525LAW                               LAW
526LIFE SCIENCE                      LSC
527PHYSICAL                          PSC
528PHARMACY                          PHA
529MEDICINE                          MED
530SOCIAL SCIENCES                   SSC
531
532Masters in Bus. Admin.            MBA
533Masters in Public Admin           MPA
534Masters Banking &amp; Fin.            MBF
535Masters in Law                    LLM
536Masters in Public Health          MPH
537Bachelors in Public Adm           BPA
538Bachelors in Accounting           BIA
539Bachelors in Social Wks           BSW
540Diploma in Public Adm             DPA
541Diploma in Law                    DIL
542Diploma in Data Proc.             DDP
543Diploma in Comp. Eng              DCE
544</pre>
545<p>New Students' School Fee PINs additionally start with the prefix <tt class="docutils literal"><span class="pre">NEW</span></tt>. For example, a new student in the Education Faculty will need to buy a Scratch Card with Prefix: <tt class="docutils literal"><span class="pre">NEWEDU</span></tt>.</p>
546</div>
547<div class="section">
548<h1><a id="viii-portal-roles" name="viii-portal-roles">VIII Portal Roles</a></h1>
549<div class="section">
550<h2><a id="portal-manager-pm" name="portal-manager-pm">Portal Manager (PM)</a></h2>
551<p>The Portal Manager is the main system administrator who has exclusive rights to access all parts of the portal. His main task will be to upload and import the various data files: JAMB Lists, PUME Exam Results, Local Programme Exam Results, Admission List, Course Result List, Access Card List</p>
552</div>
553<div class="section">
554<h2><a id="clearance-officer-co" name="clearance-officer-co">Clearance Officer (CO)</a></h2>
555<p>The Clearance Officer has access to the eligibilty data of all students. His only function is to validate the clearance and eligibilty data on the basis of the material presented by each student.</p>
556</div>
557<div class="section">
558<h2><a id="matric-number-manager-mm" name="matric-number-manager-mm">Matric Number Manager (MM)</a></h2>
559<p>Only the Matric Number Manager is allowed to edit Matriculation Numbers and to access and configure the Matric Number Generation tool.</p>
560</div>
561<div class="section">
562<h2><a id="access-card-manager-am" name="access-card-manager-am">Access Card Manager (AM)</a></h2>
563<p>The only function of the Access Card Manager will be to generate and administer the Access Codes (PINs).</p>
564</div>
565<div class="section">
566<h2><a id="faculty-manager-fm" name="faculty-manager-fm">Faculty Manager (FM)</a></h2>
567<p>The Faculty Manager sets up the infrastructure of his/her faculty and provides content specific to his/her faculty. He/She can add or change departments and can assign local roles within all departments.</p>
568</div>
569<div class="section">
570<h2><a id="department-manager-dm" name="department-manager-dm">Department Manager (DM)</a></h2>
571<p>The Department Manager is the superviser of the Course Adviser und the Lecturers. The DM will manage the content provided by the department (staff list, publication lists, etc). He/She can assign local roles (CA and L) within his/her department.
572At the current stage the local DM role is not needed.</p>
573</div>
574<div class="section">
575<h2><a id="course-adviser-ca" name="course-adviser-ca">Course Adviser (CA)</a></h2>
576<p>The Course Adviser is responsible for the study programmes of the department. He/She selects the courses (from the entire university course list) for each study programme and validates the registered courses of each student who is studying in the department. The CA role is a sub-role of the Department Manager.</p>
577</div>
578<div class="section">
579<h2><a id="lecturer-l" name="lecturer-l">Lecturer (L)</a></h2>
580<p>The Lecturer will be responsible for the courses and course material provided to the students. At the current stage this local role is not needed.</p>
581</div>
582<div class="section">
583<h2><a id="hostel-manager-hm" name="hostel-manager-hm">Hostel Manager (HM)</a></h2>
584<p>The Hostel Manager sets up and manages the infrastructure of all hostels.</p>
585</div>
586</div>
587<div class="section">
588<h1><a id="ix-portal-versioning-and-archiving" name="ix-portal-versioning-and-archiving">IX Portal Versioning and Archiving</a></h1>
589<p>Course specific data (including list of participants) are under version control. Each session new course objects are created on the basis of the data of the previous session.</p>
590</div>
591</div>
592</body>
593</html>
Note: See TracBrowser for help on using the repository browser.