1 | .. _academic_section: |
---|
2 | |
---|
3 | Academic Section |
---|
4 | **************** |
---|
5 | |
---|
6 | Academic bodies of universities are hierarchically structured. A |
---|
7 | university contains faculties which again host departments. The |
---|
8 | latter offer courses (course units) and study programmes (courses of |
---|
9 | study). A course is a series of classes or lessons on a particular |
---|
10 | subject. This can be a lecture, tutorial, seminar, practical work |
---|
11 | offered by a lecturer of the department over a period of an academic |
---|
12 | term. A course can also be only an exam at the end of an academic |
---|
13 | term. A study programme is defined by a set of course units to be |
---|
14 | taken at various programme levels and by an academic degree |
---|
15 | certificate, which is issued at the end of the programme. |
---|
16 | Information about universities, their study programmes, lecturers |
---|
17 | and courses can be found in the university prospectus. |
---|
18 | |
---|
19 | Kofa's academic section takes on the task of the university |
---|
20 | prospectus. It is build to disseminate information about faculties, |
---|
21 | departments, courses, study programmes and the sets of courses to be |
---|
22 | taken. The academic section reflects exactly the universities' |
---|
23 | hierarchical structure as described above. Technically speaking, the |
---|
24 | academic section is a container of type `FacultiesContainer` with id |
---|
25 | ``academics`` which contains faculty subcontainers. They again |
---|
26 | contain department subobjects and so on. This leads to a |
---|
27 | :ref:`treelike storage of objects <object_database>`:: |
---|
28 | |
---|
29 | Academic Section (FacultiesContainer) |
---|
30 | | |
---|
31 | +---> Faculty |
---|
32 | | |
---|
33 | +---> Department |
---|
34 | | |
---|
35 | +---> CoursesContainer |
---|
36 | | | |
---|
37 | | +---------------------> Course |
---|
38 | | ^ |
---|
39 | +---> CertificatesContainer | |
---|
40 | | | |
---|
41 | +-----> Certificate | |
---|
42 | | | |
---|
43 | +-----> CertificateCourse |
---|
44 | |
---|
45 | |
---|
46 | Faculty |
---|
47 | ======= |
---|
48 | |
---|
49 | Faculties are container objects of type `Faculty`. They have a |
---|
50 | `code`, a `title` and a `title_prefix` attribute. Furthermore, |
---|
51 | faculties and departments have a `longtitle` property which |
---|
52 | :py:func:`composes <waeup.kofa.university.faculty.longtitle>` and |
---|
53 | returns the full title as it appears in tables, in breadcrumbs and |
---|
54 | in many other places: |
---|
55 | |
---|
56 | `longtitle` = `title_prefix` + `title` (`code`) |
---|
57 | |
---|
58 | The following :ref:`local roles <local_roles>` can be assigned at |
---|
59 | faculty tree level: |
---|
60 | |
---|
61 | .. autoattribute:: waeup.kofa.university.faculty.Faculty.local_roles |
---|
62 | :noindex: |
---|
63 | |
---|
64 | |
---|
65 | Department |
---|
66 | ========== |
---|
67 | |
---|
68 | Additionally, each department object has the attributes |
---|
69 | `certificates` and `courses`. These attributes again are containers |
---|
70 | which hold certificate and course objects respectively. |
---|
71 | A :py:meth:`traverse |
---|
72 | <waeup.kofa.university.department.Department.traverse>` method leads |
---|
73 | the user to believe that `certificates` and `courses` are the ids of |
---|
74 | objects stored inside a department container. De facto they are not. |
---|
75 | However, it doesn't matter if we store a subobject 'in' or 'at' a |
---|
76 | parent object. The result is exactly the same: :ref:`a hierarchical, |
---|
77 | treelike storage of objects <object_database>` (see also diagram above). |
---|
78 | |
---|
79 | The following :ref:`local roles <local_roles>` can be assigned at |
---|
80 | department tree level: |
---|
81 | |
---|
82 | .. autoattribute:: waeup.kofa.university.department.Department.local_roles |
---|
83 | :noindex: |
---|
84 | |
---|
85 | Course |
---|
86 | ====== |
---|
87 | |
---|
88 | The `Course` class inherits from `grok.Model` which means it is |
---|
89 | designed as a pure model and not a container. Courses are tips of |
---|
90 | the database tree branches. Course objects contain information as |
---|
91 | they are offered by the department. In the base package these are: |
---|
92 | `code`, `title`, `credits`, `passmark`, `semester` and the boolean |
---|
93 | attribute `former_course`. Like all objects in the academic section, |
---|
94 | they also have a `longtitle` property. A former course is an |
---|
95 | archived course which had been offered in the past and is no longer |
---|
96 | part of any curriculum. |
---|
97 | |
---|
98 | .. note:: |
---|
99 | |
---|
100 | Only the manager of the department, which offers the course, |
---|
101 | decides how many credits can be earned, which pass mark must be |
---|
102 | achieved and in which semester the course can be taken. The |
---|
103 | manager cannot decide whether a course is mandatory or not, or |
---|
104 | at which study level the course has to be taken when studying a |
---|
105 | certain programme. This information is stored in |
---|
106 | `CertificateCourse` objects, see below. Therefore it does not |
---|
107 | make sense to speak e.g. of a 300 level course. Also course |
---|
108 | codes like ``AEE311``, which tell the student that the course |
---|
109 | is primarily intended for 300 level students, is somehow |
---|
110 | misleading. There might be other study programmes which |
---|
111 | recommend to take this course earlier or later. |
---|
112 | |
---|
113 | |
---|
114 | The following :ref:`local roles <local_roles>` can be assigned at |
---|
115 | course tree level: |
---|
116 | |
---|
117 | .. autoattribute:: waeup.kofa.university.course.Course.local_roles |
---|
118 | :noindex: |
---|
119 | |
---|
120 | .. _certificate: |
---|
121 | |
---|
122 | Certificate |
---|
123 | =========== |
---|
124 | |
---|
125 | .. seealso:: |
---|
126 | |
---|
127 | :ref:`Certificates and Certificate Courses Doctests <certcourse_txt>` |
---|
128 | |
---|
129 | In Kofa, the terms 'certificate' and 'study programme' are used |
---|
130 | synonymously. A certificate object holds information about the study |
---|
131 | programme. Important data for further processing in Kofa are: the |
---|
132 | various school fees to be paid at certain levels, programme start |
---|
133 | and end level, the study mode and, last but not least, the |
---|
134 | application category to which the programme belongs. |
---|
135 | |
---|
136 | Certificates are containers which contain `CertificateCourse` |
---|
137 | objects. That means a certificate defines the curriculum, i.e. the |
---|
138 | list of course units which have to or can be taken within the |
---|
139 | programme. |
---|
140 | |
---|
141 | The following :ref:`local roles <local_roles>` can be assigned at |
---|
142 | certificate tree level: |
---|
143 | |
---|
144 | .. autoattribute:: waeup.kofa.university.certificate.Certificate.local_roles |
---|
145 | :noindex: |
---|
146 | |
---|
147 | .. warning:: |
---|
148 | |
---|
149 | Do not remove certificates without backing up the student data |
---|
150 | of this department. If a certificate or even one of its parent |
---|
151 | containers is removed, students studying this programme are |
---|
152 | 'homeless' and need to be re-allocated to another study |
---|
153 | programme. |
---|
154 | |
---|
155 | |
---|
156 | Certificate Course |
---|
157 | ================== |
---|
158 | |
---|
159 | `CertificateCourse` objects point to `Course` objects which means |
---|
160 | they have a `course` attribute which is one of the course objects |
---|
161 | stored in the portal. If the course is removed, an event handler |
---|
162 | takes care of deleting also all referring certificate courses. The |
---|
163 | same happens if a course is beeing marked as former course (see |
---|
164 | above). A former course cannot be part of a curriculum. |
---|
165 | |
---|
166 | Certificate courses have two more attributes: `level` (integer) and |
---|
167 | `mandatory` (boolean). Simply put, certificate courses carry the |
---|
168 | information at which level a certain course can or has to be taken |
---|
169 | to meet the current curriculum. |
---|
170 | |
---|
171 | No local role can be assigned at certificate course tree level. |
---|
172 | |
---|
173 | Browser Pages |
---|
174 | ============= |
---|
175 | |
---|
176 | In the user handbook we do not describe how to browse the academic |
---|
177 | section. The menu navigation is self-explanatory and it's |
---|
178 | quite easy to follow the menu prompts. However, in the beginning of |
---|
179 | the development of Kofa, we used extensive doc tests which describe |
---|
180 | the navigation very well. Thus navigating through the academic |
---|
181 | section and other parts of Kofa with a test browser is perfectly |
---|
182 | described in :ref:`pages.txt <pages_txt>`. |
---|