TensorCat commited on
Commit
8dfbd94
·
verified ·
1 Parent(s): f67276c

Upload 22 files

Browse files
Files changed (22) hide show
  1. UM_Handbook/Dataset/Manual_Index/UM_Manual_Core_Question_Index.json +0 -0
  2. UM_Handbook/Dataset/RAG/UM_RAG_Evaluation_Dataset.jsonl +0 -0
  3. UM_Handbook/Dataset/RAG/UM_RAG_Evaluation_Dataset_pretty.json +0 -0
  4. UM_Handbook/Dataset/RAG/UM_RAG_Knowledge_Base.jsonl +0 -0
  5. UM_Handbook/Dataset/RAG/UM_RAG_Knowledge_Base_pretty.json +0 -0
  6. UM_Handbook/Dataset/SFT Dataset Core Questions Draft/SFT_QA_Draft_Build_Report.json +30 -0
  7. UM_Handbook/Dataset/SFT Dataset Core Questions Draft/SFT_QA_Metadata_Draft.jsonl +0 -0
  8. UM_Handbook/Dataset/SFT Dataset Core Questions Draft/SFT_QA_Metadata_Draft_pretty.json +0 -0
  9. UM_Handbook/Dataset/SFT Dataset Core Questions Draft/SFT_QA_Training_Draft.jsonl +0 -0
  10. UM_Handbook/Dataset/SFT Dataset Core Questions Draft/SFT_QA_Training_Draft_pretty.json +0 -0
  11. UM_Handbook/Dataset/SFT_Dataset/SFT_QA_Metadata.jsonl +0 -0
  12. UM_Handbook/Dataset/SFT_Dataset/SFT_QA_Metadata_pretty.json +0 -0
  13. UM_Handbook/Dataset/SFT_Dataset/SFT_QA_Training_Ready.jsonl +0 -0
  14. UM_Handbook/Dataset/SFT_Dataset/SFT_QA_Training_Ready_pretty.json +0 -0
  15. UM_Handbook/Dataset/Source Chunk Dataset/Source_Chunks_Dataset.jsonl +0 -0
  16. UM_Handbook/Dataset/Source Chunk Dataset/Source_Chunks_Dataset_pretty.json +0 -0
  17. UM_Handbook/Dataset/Source Chunk Dataset/Source_Chunks_Dataset_report.json +14 -0
  18. UM_Handbook/Dataset/markdown/complete_handbook_structured.md +0 -0
  19. UM_Handbook/Dataset/markdown/general_handbook_structured.md +488 -0
  20. UM_Handbook/Dataset/pdf/Complete Handbook.pdf +3 -0
  21. UM_Handbook/Dataset/pdf/General Handbook.pdf +3 -0
  22. UM_Handbook/Dataset/reports/um_handbook_markdown_report.json +2771 -0
UM_Handbook/Dataset/Manual_Index/UM_Manual_Core_Question_Index.json ADDED
The diff for this file is too large to render. See raw diff
 
UM_Handbook/Dataset/RAG/UM_RAG_Evaluation_Dataset.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
UM_Handbook/Dataset/RAG/UM_RAG_Evaluation_Dataset_pretty.json ADDED
The diff for this file is too large to render. See raw diff
 
UM_Handbook/Dataset/RAG/UM_RAG_Knowledge_Base.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
UM_Handbook/Dataset/RAG/UM_RAG_Knowledge_Base_pretty.json ADDED
The diff for this file is too large to render. See raw diff
 
UM_Handbook/Dataset/SFT Dataset Core Questions Draft/SFT_QA_Draft_Build_Report.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "stage": "baseline_1",
3
+ "format": "question_answer_only",
4
+ "inputs": {
5
+ "index_path": "/Users/kevin/PycharmProjects/TensorCat/NLP_Group_Project/UM_Handbook/Dataset/Manual_Index/UM_Manual_Index.json",
6
+ "chunk_path": "/Users/kevin/PycharmProjects/TensorCat/NLP_Group_Project/UM_Handbook/Dataset/Source Chunk Dataset/Source_Chunks_Dataset.jsonl"
7
+ },
8
+ "outputs": {
9
+ "metadata_path": "/Users/kevin/PycharmProjects/TensorCat/NLP_Group_Project/UM_Handbook/Dataset/SFT_Dataset_Draft/SFT_QA_Metadata_Draft.jsonl",
10
+ "metadata_pretty_path": "/Users/kevin/PycharmProjects/TensorCat/NLP_Group_Project/UM_Handbook/Dataset/SFT_Dataset_Draft/SFT_QA_Metadata_Draft_pretty.json",
11
+ "training_ready_path": "/Users/kevin/PycharmProjects/TensorCat/NLP_Group_Project/UM_Handbook/Dataset/SFT_Dataset_Draft/SFT_QA_Training_Draft.jsonl",
12
+ "training_ready_pretty_path": "/Users/kevin/PycharmProjects/TensorCat/NLP_Group_Project/UM_Handbook/Dataset/SFT_Dataset_Draft/SFT_QA_Training_Draft_pretty.json"
13
+ },
14
+ "counts": {
15
+ "index_rows": 395,
16
+ "chunk_rows": 521,
17
+ "metadata_rows": 395,
18
+ "training_ready_rows": 388,
19
+ "matched_rows": 388,
20
+ "unmatched_rows": 7,
21
+ "filtered_bad_match_rows": 0
22
+ },
23
+ "notes": [
24
+ "This build is for Baseline 1 only.",
25
+ "Training-ready rows contain only question and answer fields.",
26
+ "Exact linked_index_id candidates are preferred when available.",
27
+ "Bad cover/content/heading-only answers are filtered out.",
28
+ "Vision/Mission/Objectives questions use explicit label-aware extraction when possible."
29
+ ]
30
+ }
UM_Handbook/Dataset/SFT Dataset Core Questions Draft/SFT_QA_Metadata_Draft.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
UM_Handbook/Dataset/SFT Dataset Core Questions Draft/SFT_QA_Metadata_Draft_pretty.json ADDED
The diff for this file is too large to render. See raw diff
 
UM_Handbook/Dataset/SFT Dataset Core Questions Draft/SFT_QA_Training_Draft.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
UM_Handbook/Dataset/SFT Dataset Core Questions Draft/SFT_QA_Training_Draft_pretty.json ADDED
The diff for this file is too large to render. See raw diff
 
UM_Handbook/Dataset/SFT_Dataset/SFT_QA_Metadata.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
UM_Handbook/Dataset/SFT_Dataset/SFT_QA_Metadata_pretty.json ADDED
The diff for this file is too large to render. See raw diff
 
UM_Handbook/Dataset/SFT_Dataset/SFT_QA_Training_Ready.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
UM_Handbook/Dataset/SFT_Dataset/SFT_QA_Training_Ready_pretty.json ADDED
The diff for this file is too large to render. See raw diff
 
UM_Handbook/Dataset/Source Chunk Dataset/Source_Chunks_Dataset.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
UM_Handbook/Dataset/Source Chunk Dataset/Source_Chunks_Dataset_pretty.json ADDED
The diff for this file is too large to render. See raw diff
 
UM_Handbook/Dataset/Source Chunk Dataset/Source_Chunks_Dataset_report.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "total_chunks": 521,
3
+ "scope_distribution": {
4
+ "general": 58,
5
+ "postgraduate": 250,
6
+ "undergraduate": 213
7
+ },
8
+ "notes": [
9
+ "Chunks are generated from the structured markdown files, not directly from raw PDF pages.",
10
+ "Low-information cover/content/divider chunks are filtered out.",
11
+ "Chunk pages are preserved from per-page markdown markers when available.",
12
+ "Linked Manual_Index ids are based on exact section/subsection matches from UM_Manual_Index.json."
13
+ ]
14
+ }
UM_Handbook/Dataset/markdown/complete_handbook_structured.md ADDED
The diff for this file is too large to render. See raw diff
 
UM_Handbook/Dataset/markdown/general_handbook_structured.md ADDED
@@ -0,0 +1,488 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # General Handbook (Structured Markdown)
2
+
3
+
4
+
5
+ ## Faculty Objectives :: Faculty Objectives
6
+
7
+ - scope_label: general
8
+ - source_doc: General Handbook
9
+ - pages: 9-9
10
+
11
+ ### Page 9
12
+ VISION
13
+ A global faculty impacting the world
14
+ MISSION
15
+ Propelling computing technology and
16
+ producing world class leaders
17
+ OBJECTIVES
18
+ To sustain an outstanding faculty dedicated to excellence in
19
+ undergraduate and postgraduate teaching, learning and research.
20
+ To contribute towards the development of the nation through the
21
+ production of quality research and publications.
22
+ To provide innovative academic programs that can respond to the
23
+ changing needs of the society.
24
+ To produce quality graduates who are equipped with advanced
25
+ knowledge and skills of computer science and information technology.
26
+
27
+
28
+ ## History of the Faculty :: History Overview
29
+
30
+ - scope_label: general
31
+ - source_doc: General Handbook
32
+ - pages: 10-11
33
+
34
+ ### Page 10
35
+ The provision of computer facilities and services at the Universiti Malaya
36
+ (UM) began soon after the Computer Centre was officially formed in 1965.
37
+ This made the university one of the pioneers in computer usage in Malaysia.
38
+ In December 1969, the Computer Centre took on an additional role of
39
+ teaching and research of computer science and information technology. The
40
+ Computer Centre Board was formed, comprising the Vice-Chancellor (as
41
+ Chairman), the Director of Computer Centre (as Secretary), and a
42
+ representative from each Faculty, Institute, Centre and the University
43
+ Senate.
44
+ In 1974, the Diploma in Computer Science programme was introduced.
45
+ From its inception in the 1974/1975 Session to the 1997/1998 Session, a
46
+ total of 300 students had been awarded the Diploma. The Master of
47
+ Computer Science (MCS) and Doctor of Philosophy (Ph.D.) programme
48
+ were two (2) higher degree programme by research approved by the Senate
49
+ and had been administered by the Computer Centre since 1985. In addition,
50
+ the Computer Centre offered a four (4) years Bachelor of Computer Science
51
+ programme. The first undergraduate enrolment for the 1990/1991 Session
52
+ was 50 students.
53
+ In April 1st, 1993, the University Senate agreed to the formation of the
54
+ Computer Centre Study Board. The Board proposed the establishment of a
55
+ faculty to be called the Faculty of Computer Science and Information
56
+ Technology (FCSIT). The existing Computer Centre was to be annulled and
57
+ replaced by a Computer Services Division which was placed under the
58
+ Chancellery.
59
+ On September 22nd, 1994, the University of Malaya Council agreed to the
60
+ formation of the Faculty of Computer Science and Information Technology
61
+ (FCSIT), and the Computer Services Division. A sum of 4.2 million was
62
+ obtained from the Ministry of Education under the Sixth Malaysian Plan to
63
+ put up a new building for the faculty, with the necessary infrastructure for
64
+ teaching, learning and research. The building was officially declared open by
65
+ the Minister of Education, Dato' Sri Najib Tun Abdul Razak on September
66
+ 26th, 1996.
67
+ HISTORY OF THE FACULTY
68
+
69
+ ### Page 11
70
+ The Bachelor of Information Technology programme started in the
71
+ 1996/1997 Session, with an initial intake of 50 students. To accommodate
72
+ an increase student population, an additional building was built which was
73
+ officially opened by Datuk Fong Chan Onn, Deputy Minister of Education on
74
+ September 21st, 1998.
75
+ Since its establishment, the Faculty of Computer Science and Information
76
+ Technology have been led by a number of distinguished persons. The
77
+ following have served as Directors/Dean:
78
+ HISTORY OF THE FACULTY
79
+ 1967 – 1973
80
+ 1973 – 1975
81
+ 1975 – 1978
82
+ 1978 – 1982
83
+ 1982 – 1990
84
+ 1990 – 1992
85
+ 1992 – 2000
86
+ 2000 – 2002
87
+ 2002 – 2004
88
+ 2004 – 2005
89
+ 2005 – 2006
90
+ 2006 – 2007
91
+ 2007 – 2009
92
+ 2009 – 2010
93
+ 2010 – 2011
94
+ 2011 – 2014
95
+ 2014 – 2017
96
+ 2017 – 2019
97
+ 2019 - 2021
98
+ 2022 –2024
99
+ 2024 - 2025
100
+ 2025 - Current
101
+ Mr. Ong Yin Fook
102
+ Professor Paul Peach
103
+ Dr. R.K. Pillay
104
+ Dr. Tan Bock Thiam
105
+ Assoc. Prof. Ir. Dr. Mashkuri Yaacob
106
+ Professor Lee Poh Aun
107
+ Professor Ir. Dr. Mashkuri Yaacob
108
+ Assoc. Prof. Dr. Siti Salwah Salim
109
+ Assoc. Prof. Dr. Zainab Awang Ngah
110
+ Professor Ir. Dr. N. Selvanathan
111
+ Assoc. Prof. Dr. Siti Salwah Salim
112
+ Professor Dato' Dr. Ir. Mashkuri Hj. Yaacob
113
+ Professor Dr. Mohd Sapiyan Baba
114
+ Professor Dr. David Ngo Chek Ling
115
+ Professor Dr. Wan Ahmad Tajuddin Wan Abdullah
116
+ Professor Dr. Siti Salwah Salim
117
+ Professor Dr. Abdullah Gani
118
+ Professor Dr. Abrizah Abdullah
119
+ Professor Datin Dr. Sameem Abdul Kareem
120
+ Professor Dr. Loo Chu Kiong
121
+ Professor Ir. Dr. Chan Chee Seng
122
+ Associate Professor Dr. Norisma Idris
123
+
124
+
125
+ ## Academic Calendar 2025/2026 :: Master and Doctorate Level Academic Calendar
126
+
127
+ - scope_label: postgraduate
128
+ - source_doc: General Handbook
129
+ - pages: 4-4
130
+
131
+ ### Page 4
132
+ Lampiran B2
133
+ ACADEMIC CALENDAR 2025/2026 ACADEMIC SESSION
134
+ (MASTER AND DOCTORATE LEVEL)
135
+ AMENDMENT
136
+ ‘SEMESTER |
137
+ ‘Orientation (Week of Welcome)-WOW 1 week 05.10.2025 = «= 12.10.2025
138
+ Lectures, 6 weeks" 19.10.2028 - 23.11.2025
139
+ Mid Semester | Break 1 week 24.11.2025 = © 30.11.2025
140
+ Lectures. 8 weeks" 01.12.2025 = �� 25.01.2026
141
+ Revision Week 1 weeks" 26.01.2028 © - 01.02.2026
142
+ ‘Semester | Final Examination 3 weeks" 02.02.2026 - © 2202.2026
143
+ ‘Semester | Break 2 week 23.02.2028 - 08.03.2026
144
+ 22 weeks
145
+ ‘SEMESTER I
146
+ Lectures: 7 weeks" 09.03.2026 - 26.04.2026
147
+ ‘Mid Semester II Break 1 week 27.04.2028 © - 03.05.2026
148
+ Lectures, 7 weeks* 04052026 - 21.06.2026
149
+ Revision Week 1 week* 22.06.2026 - 28.06.2026
150
+ ‘Semester II Final Examination 3 weeks" 29.06.2026 - 19.07.2026
151
+ ‘Semester Il Break 4 _weeks 20.07.2028 - 16.08.2026
152
+ 23 weeks
153
+ ‘SPECIAL SEMESTER
154
+ Lectures: 7 weeks" 27.07.2026 - ~— 13.09.2026
155
+ ‘Special Semester Final Examination 1 week* 14092028 © - 20.09.2026
156
+ Special Semester Break 1_week 21.09.2026 28.09.2026
157
+ 9 weeks
158
+ Notes:
159
+ (1) The Module Registration and Examination Schedule can be referred to at tips /umsitsquide um edu my. All,
160
+ information is subject to change.
161
+ (0) The Academic Calendar has taken into account public and festive holidays and is subject to change
162
+ Deepavali 20 October 2025 (Monday)
163
+ CChvistnas Day 2 December 2025 (Thursday)
164
+ New Year 04 Janvary 2026 (Thursday)
165
+ ‘Thaipusam 01 February 2026 (Sunday)
166
+ Federal Tertitory Day 01 February 2026 (Sunday)
167
+ ‘Chinese New Year 17 & 18 Fetruary 2026 (Tuesday & Wednesday)
168
+ Nuzul Al-Quran, 07 March 2026 (Saturday)
169
+ Edu Fn 20.21 March 2026 (Friday & Saturday)
170
+ Labour Day 1 May 2026 (Friday)
171
+ idl Adhal 27 May 2026 (Wednesday)
172
+ Wesak Day 34 May 2026 (Sunday)
173
+ His Majesty the King's Birthday (1 June 2026 (Monday)
174
+ ‘Awal Muharram 16 June 2028 (Tuesday)
175
+ Prophet Munammads (Mauidur Rasu) 26 August 2026 (Tuesday)
176
+ atonal Day 31 August 2026 (Monday)
177
+ Malaysia Day 16 September 2026 (Wednesday)
178
+ (DUM PG est 2026 (09.11 June 2026 (Tuesday - Thursday)
179
+ *Senate August 28, 2025
180
+
181
+
182
+ ## Academic Calendar 2025/2026 :: Bachelor Degree Level Academic Calendar
183
+
184
+ - scope_label: undergraduate
185
+ - source_doc: General Handbook
186
+ - pages: 12-12
187
+
188
+ ### Page 12
189
+ Ey
190
+ ACADEMIC CALENDAR et
191
+ SESSION 2025/2026 A
192
+ eee
193
+ ACADEMIC CALENDAR 2025/2026 ACADEMIC SESSION
194
+ (BACHELOR DEGREE LEVEL)
195
+ AMENDMENT
196
+ SEMESTER |
197
+ Orientation (Week of Welcome)-WOW 1 week 05.10.2025 - 12.10.2025
198
+ Lectures 6 weeks* 13.10.2025 - = 23.11.2025
199
+ Mid Semester | Break 1 week 24.11.2025 - 30.11.2025
200
+ Lectures, 8 weeks* 01.12.2025 - — 26.01.2026
201
+ Revision Week 1 weeks* 26.01.2026 - 01.02.2026
202
+ ‘Semester | Final Examination 3 weeks* 02.02.2026 - 22.02.2026
203
+ ‘Semester | Break 2 week 23.02.2026 - 08.03.2026
204
+ 22 weeks
205
+ ‘SEMESTER I
206
+ Lectures 7 weeks* 09.03.2026 - 26.04.2026
207
+ Mid Semester II Break 1 week 27.04.2026 - 03.05.2026
208
+ Lectures. 7 weeks* 04.05.2026 - 21.06.2026
209
+ Revision Week 1 week" 22.06.2026 - 28.06.2026
210
+ ‘Semester II Final Examination 3 weeks* 29.06.2026 - 19.07.2026
211
+ ‘Semester II Break 4_weeks 20.07.2026 - 16.08.2026
212
+ 23 weeks
213
+ ‘SPECIAL SEMESTER
214
+ Lectures: 7 weeks* 27.07.2026 - — 13.09.2026
215
+ ‘Special Semester Final Examination 1 week" 14.09.2026 - 20.09.2026
216
+ ‘Special Semester Break 1_week 21.09.2026 28.09.2026
217
+ 9 weeks
218
+ Notes:
219
+ (1) The Module Registration and Examination Schedule can be referred to at https://umsitsquide um edumy, All
220
+ information is subject to change.
221
+ (() The Academic Calendar has taken into account public and festive holidays and is subject to change’
222
+ Deepavali 20 October 2028 (Monday)
223
+ ‘Christmas Day 25 December 2025 (Thursday)
224
+ New Year 01 January 2026 (Thursday)
225
+ ‘Thaipusam 01 February 2026 (Sunday)
226
+ Federal Tertory Day (01 February 2026 (Sunday)
227
+ Chinese New Year 17 & 18 February 2026 (Tuesday & Wednesday)
228
+ ‘Nuzul Al-Quran 07 March 2026 (Saturday)
229
+ Eidul Ft 20 & 21 March 2026 (Friday & Saturday)
230
+ Labour Day, 01 May 2026 (Friday)
231
+ Eidul Adna (27 May 2026 (Wednesday)
232
+ Wesak Day 31 May 2026 (Sunday)
233
+ His Majesty the King's Birthday 1 June 2026 (Monday)
234
+ ‘Awal Muharram 16 June 2026 (Tuesday)
235
+ Prophet Muhammad's (Maulidur Rasul) 25 August 2026 (Tuesday)
236
+ ‘National Day 31 August 2026 (Monday)
237
+ Malaysia Day 16 September 2026 (Wednesday)
238
+ () UM UG Fest 2026 (09-11 June 2026 (Tuesday - Thursday)
239
+ *Senate August 28, 2025
240
+
241
+
242
+ ## Teaching and Learning Facilities :: Teaching Labs
243
+
244
+ - scope_label: general
245
+ - source_doc: General Handbook
246
+ - pages: 13-14
247
+
248
+ ### Page 13
249
+ (A) TEACHING LABS
250
+ The Faculty of Computer Science and Information Technology provide 9 laboratories for
251
+ teaching and learning purposes. The laboratories are as follows:
252
+ BLOCK A
253
+ Micro Lab 1 (MM1)
254
+ This lab has 50 units of computer that are connected to Windows Active Directory servers and
255
+ the Internet. The operating system for these PCs is Windows 10. This lab is opened to all
256
+ FSKTM undergraduate students.
257
+ Micro Lab 2 (MM2)
258
+ This lab has 12 units of computer that are connected to Windows Active Directory servers and
259
+ the Internet. The operating system for these PCs is Windows 10. This lab is opened to all
260
+ FSKTM undergraduate students.
261
+ Postgraduate Lab (ML)
262
+ This lab has 33 units of computer. All the computers are connected to Windows Active Directory
263
+ servers and the Internet. The operating system for these PCs is Windows 10. This lab is opened
264
+ to all FSKTM postgraduate students.
265
+ CCNA LAB (CCNA)
266
+ This lab has 41 units of computer. The operating system for these workstations is Windows 10.
267
+ There are also 25 units of Cisco 1700 Series Router, 4 units Cisco 1760 Series Router and 12
268
+ units switch Cisco 2950 CATALYST Series. This lab is opened to all FSKTM students.
269
+ Robotic Teaching Lab
270
+ The Robotic Teaching Lab @ FCSIT is part of the Department of Artificial Intelligence effort to
271
+ provide conducive intelligent learning environment to students taking the 'Intelligent Robotics'
272
+ course. Equipped with six mobile robots, the lab allows space for hands-on and robotic
273
+ experiments designed to help students understand the concept of robotic intelligence and
274
+ acquire the needful skills for the course.
275
+ TEACHING AND LEARNING FACILITIES
276
+ FACULTY OF COMPUTER SCIENCE AND
277
+ INFORMATION TECHNOLOGY
278
+
279
+ ### Page 14
280
+ BLOCK B
281
+ Micro Lab 3 (MM3)
282
+ This lab has 60 units of computer that are connected to Windows Active Directory servers and
283
+ the Internet. This lab is opened to undergraduate and postgraduate students.
284
+ Micro Lab 4 (MM4)
285
+ This lab has 60 units of computer that are connected to Windows Active Directory servers and
286
+ the Internet. This lab is opened to undergraduate and postgraduate students.
287
+ Micro Lab 6 (MM6)
288
+ This lab has 45 units of computer that are connected to Windows Active Directory servers and
289
+ the Internet. This lab is opened to all FSKTM students but priority is given to multimedia courses.
290
+ Operating system – Windows 10.
291
+ Stroustrup Lab 1
292
+ This lab has 42 units of computer that are connected to the Internet. This lab is opened to
293
+ undergraduate students. Operating system – Windows 10.
294
+ (B) RESEARCH LABS
295
+ 29 research labs to support postgraduate students research activities, managed by various
296
+ departments in the faculty:
297
+ BLOCK A
298
+ Computer Technology Lab
299
+ This lab is opened to post-graduate student, priority given to students who are taking courses
300
+ related to the field Computer Technology.
301
+ TEACHING AND LEARNING FACILITIES
302
+ FACULTY OF COMPUTER SCIENCE AND
303
+ INFORMATION TECHNOLOGY
304
+
305
+
306
+ ## Teaching and Learning Facilities :: Research Labs
307
+
308
+ - scope_label: general
309
+ - source_doc: General Handbook
310
+ - pages: 14-16
311
+
312
+ ### Page 14
313
+ BLOCK B
314
+ Micro Lab 3 (MM3)
315
+ This lab has 60 units of computer that are connected to Windows Active Directory servers and
316
+ the Internet. This lab is opened to undergraduate and postgraduate students.
317
+ Micro Lab 4 (MM4)
318
+ This lab has 60 units of computer that are connected to Windows Active Directory servers and
319
+ the Internet. This lab is opened to undergraduate and postgraduate students.
320
+ Micro Lab 6 (MM6)
321
+ This lab has 45 units of computer that are connected to Windows Active Directory servers and
322
+ the Internet. This lab is opened to all FSKTM students but priority is given to multimedia courses.
323
+ Operating system – Windows 10.
324
+ Stroustrup Lab 1
325
+ This lab has 42 units of computer that are connected to the Internet. This lab is opened to
326
+ undergraduate students. Operating system – Windows 10.
327
+ (B) RESEARCH LABS
328
+ 29 research labs to support postgraduate students research activities, managed by various
329
+ departments in the faculty:
330
+ BLOCK A
331
+ Computer Technology Lab
332
+ This lab is opened to post-graduate student, priority given to students who are taking courses
333
+ related to the field Computer Technology.
334
+ TEACHING AND LEARNING FACILITIES
335
+ FACULTY OF COMPUTER SCIENCE AND
336
+ INFORMATION TECHNOLOGY
337
+
338
+ ### Page 15
339
+ TEACHING AND LEARNING FACILITIES
340
+ FACULTY OF COMPUTER SCIENCE AND
341
+ INFORMATION TECHNOLOGY
342
+ BLOCK B
343
+ Artificial Intelligence Research Lab
344
+ Qualitative reasoning, qualitative modeling, Intelligent Tutoring System, Case-based System,
345
+ Intelligent Interactive Multimedia System.
346
+ VLSI Research Lab
347
+ The study of the performance and the implementation of fast pipelined floating-point arithmetic
348
+ circuits and arithmetic algorithm, as well as on designing VLSI. Focus is given to the aspect of
349
+ VLSI circuits test.
350
+ Computer Systems and Network Research Lab
351
+ Focus on data security research through networking, ability of protocols and ATM studies.
352
+ Multimedia Research Lab
353
+ Research and development comprise:
354
+ Corporate training
355
+ Smart school education software
356
+ Distributed multimedia systems
357
+ Web-based multimedia systems
358
+ Multimedia Storage & retrieval technology
359
+ Multimedia input & output technology
360
+ Human Computer Interaction (HCI) Research Lab
361
+ This lab used is for conducting research on usability area, computer support cooperative work
362
+ (CSCW) and task analysis. It involves task analysis hierarchy chart for user understandability test
363
+ in implementing any task.
364
+
365
+ ### Page 16
366
+ Information System Research Lab
367
+ This lab is used for conducting research on dissimilar information systems integration in
368
+ heterogeneous environment including operating system, hardware, language and the use of the
369
+ latest software industrial standard to integrate information systems.
370
+ Research and development on:
371
+ Business Oriented Systems/ Electronic Government Systems
372
+ Geographic Information Systems
373
+ Inter-organizational Information Systems
374
+ Web-based Information Systems
375
+ Smart Card Application
376
+ Stroustrup Lab 2
377
+ This lab has 18 units of computer that are connected to the Internet. This lab is opened to
378
+ undergraduate students taking courses related to electronic circuit.
379
+ (C) PROJECT BASED LAB
380
+ Artificial Intelligence 4 U (AI4U)
381
+ AI-based Machine Vision essentials. Key objective is to transfer ‘AI-based machine
382
+ vision’ knowledge to university lecturers and students.
383
+ Wisma R&D (15th floor):
384
+ Web Based Information System Lab & Knowledge Engineering Lab (Open-Space
385
+ Concept)
386
+ Both the Knowledge Engineering Lab and the Web-Based Information System Lab are open-
387
+ space concept labs accessible to all postgraduate students, regardless of their field. Students
388
+ can use the space and facilities provided in these labs, with permission for access. These labs
389
+ are located on the 15th floor of Wisma R&D
390
+ Robotedge AI Robotic Lab
391
+ This lab is previously known as Natural Language Processing Lab. This lab is equipped with
392
+ equipment for AI robotics research and development focusing on environmental, home services,
393
+ and search and rescue research areas.
394
+ TEACHING AND LEARNING FACILITIES
395
+ FACULTY OF COMPUTER SCIENCE AND
396
+ INFORMATION TECHNOLOGY
397
+
398
+
399
+ ## Teaching and Learning Facilities :: Project Based Labs
400
+
401
+ - scope_label: general
402
+ - source_doc: General Handbook
403
+ - pages: 16-16
404
+
405
+ ### Page 16
406
+ Information System Research Lab
407
+ This lab is used for conducting research on dissimilar information systems integration in
408
+ heterogeneous environment including operating system, hardware, language and the use of the
409
+ latest software industrial standard to integrate information systems.
410
+ Research and development on:
411
+ Business Oriented Systems/ Electronic Government Systems
412
+ Geographic Information Systems
413
+ Inter-organizational Information Systems
414
+ Web-based Information Systems
415
+ Smart Card Application
416
+ Stroustrup Lab 2
417
+ This lab has 18 units of computer that are connected to the Internet. This lab is opened to
418
+ undergraduate students taking courses related to electronic circuit.
419
+ (C) PROJECT BASED LAB
420
+ Artificial Intelligence 4 U (AI4U)
421
+ AI-based Machine Vision essentials. Key objective is to transfer ‘AI-based machine
422
+ vision’ knowledge to university lecturers and students.
423
+ Wisma R&D (15th floor):
424
+ Web Based Information System Lab & Knowledge Engineering Lab (Open-Space
425
+ Concept)
426
+ Both the Knowledge Engineering Lab and the Web-Based Information System Lab are open-
427
+ space concept labs accessible to all postgraduate students, regardless of their field. Students
428
+ can use the space and facilities provided in these labs, with permission for access. These labs
429
+ are located on the 15th floor of Wisma R&D
430
+ Robotedge AI Robotic Lab
431
+ This lab is previously known as Natural Language Processing Lab. This lab is equipped with
432
+ equipment for AI robotics research and development focusing on environmental, home services,
433
+ and search and rescue research areas.
434
+ TEACHING AND LEARNING FACILITIES
435
+ FACULTY OF COMPUTER SCIENCE AND
436
+ INFORMATION TECHNOLOGY
437
+
438
+
439
+ ## Other Facilities :: Student Support and Campus Facilities
440
+
441
+ - scope_label: general
442
+ - source_doc: General Handbook
443
+ - pages: 17-17
444
+
445
+ ### Page 17
446
+ Prayer Room (surau)
447
+ Air-conditioned prayer rooms (surau) (one for Men, and the other for Women) are provided in Block A for
448
+ Muslims to pray. The surau for Men is located at the second floor and surau for women is located at the first
449
+ floor in the building. Users are not allowed to sleep and eat in the surau. Users are also responsible for the
450
+ cleanliness of the surau.
451
+ Vending Machine (Drinks)
452
+ There are 4 units of vending machine for cold drinks located at Block A and Block B.
453
+ Cafeteria
454
+ Cafeteria is located at the back of Block A.
455
+ Postgraduate Lounge & Student Centre
456
+ Space provided for student to relaxing their mind, having informal discussion and make a small gathering. A few
457
+ facilities such as sofas, computers, discussion rooms and pantry are ready to use.
458
+ Parking Lot
459
+ The Faculty also provides parking lots for students to park their car or motorbike. Students can park their car or
460
+ motorbike at the back of Block A. There are 150 parking lots for the motorbike and 45 for the car. Students are
461
+ not allowed to park their car in front of both buildings because the parking lots are reserved for the faculty staff
462
+ and visitors.
463
+ Water Purifiers
464
+ Water purifiers are provided in both buildings and placed at every floor.
465
+ Internet Access at the building of FCSIT
466
+ There are WIFI Internet Access provided to students at every floor in each building. Students must obey the
467
+ rules and regulations during the usage of these facilities.
468
+ SPeCTRUM (Student Powered e-Collaboration Transforming UM)
469
+ This facility is for easy accessibility for student to upload their notes and information regarding their courses.
470
+ All faculties (excluding Faculty of Medicine & Faculty of Dentistry) and PASUM can browse the SPECTRUM
471
+ website at https://spectrum.um.edu.my/
472
+ For Faculty of Medicine and Faculty of Dentistry, SPECTRUM website can be browsed at
473
+ https://spectrumx.um.edu.my/
474
+ All queries and suggestions can be directed to https://helpdesk.um.edu.my/
475
+ Door Access
476
+ Students must register for door access for using research labs, Student Center and Postgraduate Lounge.
477
+ OTHER FACILITIES
478
+ FACULTY OF COMPUTER SCIENCE AND
479
+ INFORMATION TECHNOLOGY
480
+ 1.
481
+ 2.
482
+ 3.
483
+ 4.
484
+ 5.
485
+ 6.
486
+ 7.
487
+ 8.
488
+ 9.
UM_Handbook/Dataset/pdf/Complete Handbook.pdf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19204e4c67cb49051387ad558bed58a302ea332f66ae82e297ffb19347ca5455
3
+ size 35690631
UM_Handbook/Dataset/pdf/General Handbook.pdf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2e68a06c7da277fbe1256885f7062c4c91d3bb8bbcd341a583da45a5119b0ec
3
+ size 3286027
UM_Handbook/Dataset/reports/um_handbook_markdown_report.json ADDED
@@ -0,0 +1,2771 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "generated_files": {
3
+ "general_markdown": "/Users/kevin/PycharmProjects/TensorCat/NLP_Group_Project/UM_Handbook/Dataset/markdown/general_handbook_structured.md",
4
+ "complete_markdown": "/Users/kevin/PycharmProjects/TensorCat/NLP_Group_Project/UM_Handbook/Dataset/markdown/complete_handbook_structured.md"
5
+ },
6
+ "general_block_count": 8,
7
+ "complete_block_count": 75,
8
+ "general_blocks": [
9
+ {
10
+ "section": "Faculty Objectives",
11
+ "subsection": "Faculty Objectives",
12
+ "scope_label": "general",
13
+ "source_doc": "General Handbook",
14
+ "pages": [
15
+ 9,
16
+ 9
17
+ ],
18
+ "page_stats": [
19
+ {
20
+ "page": 9,
21
+ "source": "native",
22
+ "chars": 590,
23
+ "seconds": 0.03
24
+ }
25
+ ],
26
+ "total_chars": 601,
27
+ "seconds": 0.03
28
+ },
29
+ {
30
+ "section": "History of the Faculty",
31
+ "subsection": "History Overview",
32
+ "scope_label": "general",
33
+ "source_doc": "General Handbook",
34
+ "pages": [
35
+ 10,
36
+ 11
37
+ ],
38
+ "page_stats": [
39
+ {
40
+ "page": 10,
41
+ "source": "native",
42
+ "chars": 2073,
43
+ "seconds": 0.02
44
+ },
45
+ {
46
+ "page": 11,
47
+ "source": "native",
48
+ "chars": 1467,
49
+ "seconds": 0.01
50
+ }
51
+ ],
52
+ "total_chars": 3566,
53
+ "seconds": 0.02
54
+ },
55
+ {
56
+ "section": "Academic Calendar 2025/2026",
57
+ "subsection": "Master and Doctorate Level Academic Calendar",
58
+ "scope_label": "postgraduate",
59
+ "source_doc": "General Handbook",
60
+ "pages": [
61
+ 4,
62
+ 4
63
+ ],
64
+ "page_stats": [
65
+ {
66
+ "page": 4,
67
+ "source": "ocr",
68
+ "chars": 2004,
69
+ "seconds": 1.56
70
+ }
71
+ ],
72
+ "total_chars": 2015,
73
+ "seconds": 1.56
74
+ },
75
+ {
76
+ "section": "Academic Calendar 2025/2026",
77
+ "subsection": "Bachelor Degree Level Academic Calendar",
78
+ "scope_label": "undergraduate",
79
+ "source_doc": "General Handbook",
80
+ "pages": [
81
+ 12,
82
+ 12
83
+ ],
84
+ "page_stats": [
85
+ {
86
+ "page": 12,
87
+ "source": "ocr",
88
+ "chars": 2038,
89
+ "seconds": 1.58
90
+ }
91
+ ],
92
+ "total_chars": 2050,
93
+ "seconds": 1.58
94
+ },
95
+ {
96
+ "section": "Teaching and Learning Facilities",
97
+ "subsection": "Teaching Labs",
98
+ "scope_label": "general",
99
+ "source_doc": "General Handbook",
100
+ "pages": [
101
+ 13,
102
+ 14
103
+ ],
104
+ "page_stats": [
105
+ {
106
+ "page": 13,
107
+ "source": "native",
108
+ "chars": 1693,
109
+ "seconds": 0.01
110
+ },
111
+ {
112
+ "page": 14,
113
+ "source": "native",
114
+ "chars": 1182,
115
+ "seconds": 0.01
116
+ }
117
+ ],
118
+ "total_chars": 2901,
119
+ "seconds": 0.02
120
+ },
121
+ {
122
+ "section": "Teaching and Learning Facilities",
123
+ "subsection": "Research Labs",
124
+ "scope_label": "general",
125
+ "source_doc": "General Handbook",
126
+ "pages": [
127
+ 14,
128
+ 16
129
+ ],
130
+ "page_stats": [
131
+ {
132
+ "page": 14,
133
+ "source": "native",
134
+ "chars": 1182,
135
+ "seconds": 0.0
136
+ },
137
+ {
138
+ "page": 15,
139
+ "source": "native",
140
+ "chars": 1146,
141
+ "seconds": 0.01
142
+ },
143
+ {
144
+ "page": 16,
145
+ "source": "native",
146
+ "chars": 1630,
147
+ "seconds": 0.01
148
+ }
149
+ ],
150
+ "total_chars": 3998,
151
+ "seconds": 0.02
152
+ },
153
+ {
154
+ "section": "Teaching and Learning Facilities",
155
+ "subsection": "Project Based Labs",
156
+ "scope_label": "general",
157
+ "source_doc": "General Handbook",
158
+ "pages": [
159
+ 16,
160
+ 16
161
+ ],
162
+ "page_stats": [
163
+ {
164
+ "page": 16,
165
+ "source": "native",
166
+ "chars": 1630,
167
+ "seconds": 0.0
168
+ }
169
+ ],
170
+ "total_chars": 1642,
171
+ "seconds": 0.01
172
+ },
173
+ {
174
+ "section": "Other Facilities",
175
+ "subsection": "Student Support and Campus Facilities",
176
+ "scope_label": "general",
177
+ "source_doc": "General Handbook",
178
+ "pages": [
179
+ 17,
180
+ 17
181
+ ],
182
+ "page_stats": [
183
+ {
184
+ "page": 17,
185
+ "source": "native",
186
+ "chars": 2156,
187
+ "seconds": 0.01
188
+ }
189
+ ],
190
+ "total_chars": 2168,
191
+ "seconds": 0.01
192
+ }
193
+ ],
194
+ "complete_blocks": [
195
+ {
196
+ "section": "Postgraduate Faculty Identity",
197
+ "subsection": "Vision and Mission",
198
+ "scope_label": "postgraduate",
199
+ "source_doc": "Complete Handbook",
200
+ "pages": [
201
+ 186,
202
+ 186
203
+ ],
204
+ "page_stats": [
205
+ {
206
+ "page": 186,
207
+ "source": "native",
208
+ "chars": 714,
209
+ "seconds": 0.01
210
+ }
211
+ ],
212
+ "total_chars": 727,
213
+ "seconds": 0.01
214
+ },
215
+ {
216
+ "section": "Faculty Staff",
217
+ "subsection": "Dean's Office and Management",
218
+ "scope_label": "general",
219
+ "source_doc": "Complete Handbook",
220
+ "pages": [
221
+ 6,
222
+ 8
223
+ ],
224
+ "page_stats": [
225
+ {
226
+ "page": 6,
227
+ "source": "ocr",
228
+ "chars": 521,
229
+ "seconds": 0.62
230
+ },
231
+ {
232
+ "page": 7,
233
+ "source": "ocr",
234
+ "chars": 772,
235
+ "seconds": 0.75
236
+ },
237
+ {
238
+ "page": 8,
239
+ "source": "ocr",
240
+ "chars": 443,
241
+ "seconds": 0.4
242
+ }
243
+ ],
244
+ "total_chars": 1773,
245
+ "seconds": 1.77
246
+ },
247
+ {
248
+ "section": "Faculty Staff",
249
+ "subsection": "Department of Artificial Intelligence",
250
+ "scope_label": "general",
251
+ "source_doc": "Complete Handbook",
252
+ "pages": [
253
+ 9,
254
+ 12
255
+ ],
256
+ "page_stats": [
257
+ {
258
+ "page": 9,
259
+ "source": "ocr",
260
+ "chars": 1438,
261
+ "seconds": 1.0
262
+ },
263
+ {
264
+ "page": 10,
265
+ "source": "ocr",
266
+ "chars": 1620,
267
+ "seconds": 1.3
268
+ },
269
+ {
270
+ "page": 11,
271
+ "source": "ocr",
272
+ "chars": 1392,
273
+ "seconds": 1.17
274
+ },
275
+ {
276
+ "page": 12,
277
+ "source": "ocr",
278
+ "chars": 1388,
279
+ "seconds": 1.25
280
+ }
281
+ ],
282
+ "total_chars": 5891,
283
+ "seconds": 4.72
284
+ },
285
+ {
286
+ "section": "Faculty Staff",
287
+ "subsection": "Department of Software Engineering",
288
+ "scope_label": "general",
289
+ "source_doc": "Complete Handbook",
290
+ "pages": [
291
+ 13,
292
+ 16
293
+ ],
294
+ "page_stats": [
295
+ {
296
+ "page": 13,
297
+ "source": "ocr",
298
+ "chars": 1822,
299
+ "seconds": 1.39
300
+ },
301
+ {
302
+ "page": 14,
303
+ "source": "ocr",
304
+ "chars": 1655,
305
+ "seconds": 1.36
306
+ },
307
+ {
308
+ "page": 15,
309
+ "source": "ocr",
310
+ "chars": 1857,
311
+ "seconds": 1.41
312
+ },
313
+ {
314
+ "page": 16,
315
+ "source": "ocr",
316
+ "chars": 1550,
317
+ "seconds": 1.72
318
+ }
319
+ ],
320
+ "total_chars": 6938,
321
+ "seconds": 5.88
322
+ },
323
+ {
324
+ "section": "Faculty Staff",
325
+ "subsection": "Department of Information Systems",
326
+ "scope_label": "general",
327
+ "source_doc": "Complete Handbook",
328
+ "pages": [
329
+ 17,
330
+ 20
331
+ ],
332
+ "page_stats": [
333
+ {
334
+ "page": 17,
335
+ "source": "ocr",
336
+ "chars": 1455,
337
+ "seconds": 2.99
338
+ },
339
+ {
340
+ "page": 18,
341
+ "source": "ocr",
342
+ "chars": 1576,
343
+ "seconds": 1.13
344
+ },
345
+ {
346
+ "page": 19,
347
+ "source": "ocr",
348
+ "chars": 1466,
349
+ "seconds": 0.94
350
+ },
351
+ {
352
+ "page": 20,
353
+ "source": "ocr",
354
+ "chars": 269,
355
+ "seconds": 0.46
356
+ }
357
+ ],
358
+ "total_chars": 4820,
359
+ "seconds": 5.51
360
+ },
361
+ {
362
+ "section": "Postgraduate General Information",
363
+ "subsection": "Legislation and Prescribed Rules",
364
+ "scope_label": "postgraduate",
365
+ "source_doc": "Complete Handbook",
366
+ "pages": [
367
+ 126,
368
+ 126
369
+ ],
370
+ "page_stats": [
371
+ {
372
+ "page": 126,
373
+ "source": "ocr",
374
+ "chars": 979,
375
+ "seconds": 0.8
376
+ }
377
+ ],
378
+ "total_chars": 992,
379
+ "seconds": 0.8
380
+ },
381
+ {
382
+ "section": "Postgraduate General Information",
383
+ "subsection": "Marking Scheme and Grade Point Average (GPA)",
384
+ "scope_label": "postgraduate",
385
+ "source_doc": "Complete Handbook",
386
+ "pages": [
387
+ 127,
388
+ 127
389
+ ],
390
+ "page_stats": [
391
+ {
392
+ "page": 127,
393
+ "source": "ocr",
394
+ "chars": 446,
395
+ "seconds": 0.74
396
+ }
397
+ ],
398
+ "total_chars": 459,
399
+ "seconds": 0.74
400
+ },
401
+ {
402
+ "section": "Research Guidance",
403
+ "subsection": "Progress Report",
404
+ "scope_label": "postgraduate",
405
+ "source_doc": "Complete Handbook",
406
+ "pages": [
407
+ 129,
408
+ 129
409
+ ],
410
+ "page_stats": [
411
+ {
412
+ "page": 129,
413
+ "source": "ocr",
414
+ "chars": 640,
415
+ "seconds": 0.58
416
+ }
417
+ ],
418
+ "total_chars": 653,
419
+ "seconds": 0.58
420
+ },
421
+ {
422
+ "section": "Research Guidance",
423
+ "subsection": "Supervision Policy for Postgraduate Programmes",
424
+ "scope_label": "postgraduate",
425
+ "source_doc": "Complete Handbook",
426
+ "pages": [
427
+ 130,
428
+ 137
429
+ ],
430
+ "page_stats": [
431
+ {
432
+ "page": 130,
433
+ "source": "ocr",
434
+ "chars": 1555,
435
+ "seconds": 1.4
436
+ },
437
+ {
438
+ "page": 131,
439
+ "source": "ocr",
440
+ "chars": 2554,
441
+ "seconds": 1.85
442
+ },
443
+ {
444
+ "page": 132,
445
+ "source": "ocr",
446
+ "chars": 1256,
447
+ "seconds": 1.05
448
+ },
449
+ {
450
+ "page": 133,
451
+ "source": "ocr",
452
+ "chars": 347,
453
+ "seconds": 0.49
454
+ },
455
+ {
456
+ "page": 134,
457
+ "source": "ocr",
458
+ "chars": 2299,
459
+ "seconds": 1.63
460
+ },
461
+ {
462
+ "page": 135,
463
+ "source": "ocr",
464
+ "chars": 2336,
465
+ "seconds": 1.78
466
+ },
467
+ {
468
+ "page": 136,
469
+ "source": "ocr",
470
+ "chars": 1592,
471
+ "seconds": 1.22
472
+ },
473
+ {
474
+ "page": 137,
475
+ "source": "ocr",
476
+ "chars": 587,
477
+ "seconds": 0.85
478
+ }
479
+ ],
480
+ "total_chars": 12644,
481
+ "seconds": 10.26
482
+ },
483
+ {
484
+ "section": "Research Guidance",
485
+ "subsection": "Thesis Preparation Guidelines",
486
+ "scope_label": "postgraduate",
487
+ "source_doc": "Complete Handbook",
488
+ "pages": [
489
+ 138,
490
+ 171
491
+ ],
492
+ "page_stats": [
493
+ {
494
+ "page": 138,
495
+ "source": "ocr",
496
+ "chars": 1525,
497
+ "seconds": 1.2
498
+ },
499
+ {
500
+ "page": 139,
501
+ "source": "ocr",
502
+ "chars": 1389,
503
+ "seconds": 1.03
504
+ },
505
+ {
506
+ "page": 140,
507
+ "source": "ocr",
508
+ "chars": 2853,
509
+ "seconds": 1.68
510
+ },
511
+ {
512
+ "page": 141,
513
+ "source": "ocr",
514
+ "chars": 778,
515
+ "seconds": 0.71
516
+ },
517
+ {
518
+ "page": 142,
519
+ "source": "ocr",
520
+ "chars": 2585,
521
+ "seconds": 1.66
522
+ },
523
+ {
524
+ "page": 143,
525
+ "source": "ocr",
526
+ "chars": 2168,
527
+ "seconds": 2.02
528
+ },
529
+ {
530
+ "page": 144,
531
+ "source": "ocr",
532
+ "chars": 1149,
533
+ "seconds": 1.0
534
+ },
535
+ {
536
+ "page": 145,
537
+ "source": "ocr",
538
+ "chars": 705,
539
+ "seconds": 0.85
540
+ },
541
+ {
542
+ "page": 146,
543
+ "source": "ocr",
544
+ "chars": 1735,
545
+ "seconds": 1.26
546
+ },
547
+ {
548
+ "page": 147,
549
+ "source": "ocr",
550
+ "chars": 1045,
551
+ "seconds": 0.8
552
+ },
553
+ {
554
+ "page": 148,
555
+ "source": "ocr",
556
+ "chars": 750,
557
+ "seconds": 0.73
558
+ },
559
+ {
560
+ "page": 149,
561
+ "source": "ocr",
562
+ "chars": 1195,
563
+ "seconds": 1.39
564
+ },
565
+ {
566
+ "page": 150,
567
+ "source": "ocr",
568
+ "chars": 95,
569
+ "seconds": 0.47
570
+ },
571
+ {
572
+ "page": 151,
573
+ "source": "ocr",
574
+ "chars": 1446,
575
+ "seconds": 1.0
576
+ },
577
+ {
578
+ "page": 152,
579
+ "source": "ocr",
580
+ "chars": 2698,
581
+ "seconds": 1.78
582
+ },
583
+ {
584
+ "page": 153,
585
+ "source": "ocr",
586
+ "chars": 1588,
587
+ "seconds": 1.54
588
+ },
589
+ {
590
+ "page": 154,
591
+ "source": "ocr",
592
+ "chars": 2154,
593
+ "seconds": 1.46
594
+ },
595
+ {
596
+ "page": 155,
597
+ "source": "ocr",
598
+ "chars": 2084,
599
+ "seconds": 1.37
600
+ },
601
+ {
602
+ "page": 156,
603
+ "source": "ocr",
604
+ "chars": 1279,
605
+ "seconds": 0.94
606
+ },
607
+ {
608
+ "page": 157,
609
+ "source": "ocr",
610
+ "chars": 1991,
611
+ "seconds": 1.37
612
+ },
613
+ {
614
+ "page": 158,
615
+ "source": "ocr",
616
+ "chars": 2460,
617
+ "seconds": 1.64
618
+ },
619
+ {
620
+ "page": 159,
621
+ "source": "ocr",
622
+ "chars": 1064,
623
+ "seconds": 1.05
624
+ },
625
+ {
626
+ "page": 160,
627
+ "source": "ocr",
628
+ "chars": 1916,
629
+ "seconds": 1.25
630
+ },
631
+ {
632
+ "page": 161,
633
+ "source": "ocr",
634
+ "chars": 1922,
635
+ "seconds": 1.28
636
+ },
637
+ {
638
+ "page": 162,
639
+ "source": "ocr",
640
+ "chars": 1451,
641
+ "seconds": 1.06
642
+ },
643
+ {
644
+ "page": 163,
645
+ "source": "ocr",
646
+ "chars": 984,
647
+ "seconds": 0.74
648
+ },
649
+ {
650
+ "page": 164,
651
+ "source": "ocr",
652
+ "chars": 189,
653
+ "seconds": 0.47
654
+ },
655
+ {
656
+ "page": 165,
657
+ "source": "ocr",
658
+ "chars": 519,
659
+ "seconds": 0.82
660
+ },
661
+ {
662
+ "page": 166,
663
+ "source": "ocr",
664
+ "chars": 343,
665
+ "seconds": 1.04
666
+ },
667
+ {
668
+ "page": 167,
669
+ "source": "ocr",
670
+ "chars": 1223,
671
+ "seconds": 1.89
672
+ },
673
+ {
674
+ "page": 168,
675
+ "source": "ocr",
676
+ "chars": 1905,
677
+ "seconds": 1.21
678
+ },
679
+ {
680
+ "page": 169,
681
+ "source": "ocr",
682
+ "chars": 2290,
683
+ "seconds": 2.18
684
+ },
685
+ {
686
+ "page": 170,
687
+ "source": "ocr",
688
+ "chars": 477,
689
+ "seconds": 0.47
690
+ },
691
+ {
692
+ "page": 171,
693
+ "source": "ocr",
694
+ "chars": 1465,
695
+ "seconds": 1.03
696
+ }
697
+ ],
698
+ "total_chars": 49928,
699
+ "seconds": 40.36
700
+ },
701
+ {
702
+ "section": "Research Guidance",
703
+ "subsection": "Thesis or Dissertation Submission and Examinations",
704
+ "scope_label": "postgraduate",
705
+ "source_doc": "Complete Handbook",
706
+ "pages": [
707
+ 172,
708
+ 172
709
+ ],
710
+ "page_stats": [
711
+ {
712
+ "page": 172,
713
+ "source": "native_filtered",
714
+ "chars": 0,
715
+ "seconds": 0.33
716
+ }
717
+ ],
718
+ "total_chars": 0,
719
+ "seconds": 0.33
720
+ },
721
+ {
722
+ "section": "Research Guidance",
723
+ "subsection": "Publication Requirement",
724
+ "scope_label": "postgraduate",
725
+ "source_doc": "Complete Handbook",
726
+ "pages": [
727
+ 173,
728
+ 175
729
+ ],
730
+ "page_stats": [
731
+ {
732
+ "page": 173,
733
+ "source": "ocr",
734
+ "chars": 1761,
735
+ "seconds": 1.73
736
+ },
737
+ {
738
+ "page": 174,
739
+ "source": "ocr",
740
+ "chars": 1759,
741
+ "seconds": 1.37
742
+ },
743
+ {
744
+ "page": 175,
745
+ "source": "ocr",
746
+ "chars": 2295,
747
+ "seconds": 1.58
748
+ }
749
+ ],
750
+ "total_chars": 5858,
751
+ "seconds": 4.68
752
+ },
753
+ {
754
+ "section": "Research Guidance",
755
+ "subsection": "Plagiarism",
756
+ "scope_label": "postgraduate",
757
+ "source_doc": "Complete Handbook",
758
+ "pages": [
759
+ 176,
760
+ 176
761
+ ],
762
+ "page_stats": [
763
+ {
764
+ "page": 176,
765
+ "source": "ocr",
766
+ "chars": 620,
767
+ "seconds": 0.87
768
+ }
769
+ ],
770
+ "total_chars": 633,
771
+ "seconds": 0.87
772
+ },
773
+ {
774
+ "section": "Research Guidance",
775
+ "subsection": "Intellectual Property",
776
+ "scope_label": "postgraduate",
777
+ "source_doc": "Complete Handbook",
778
+ "pages": [
779
+ 177,
780
+ 177
781
+ ],
782
+ "page_stats": [
783
+ {
784
+ "page": 177,
785
+ "source": "ocr",
786
+ "chars": 587,
787
+ "seconds": 0.71
788
+ }
789
+ ],
790
+ "total_chars": 600,
791
+ "seconds": 0.71
792
+ },
793
+ {
794
+ "section": "Research Guidance",
795
+ "subsection": "Postgraduate Activities",
796
+ "scope_label": "postgraduate",
797
+ "source_doc": "Complete Handbook",
798
+ "pages": [
799
+ 178,
800
+ 181
801
+ ],
802
+ "page_stats": [
803
+ {
804
+ "page": 178,
805
+ "source": "native_filtered",
806
+ "chars": 0,
807
+ "seconds": 0.85
808
+ },
809
+ {
810
+ "page": 179,
811
+ "source": "ocr_filtered",
812
+ "chars": 0,
813
+ "seconds": 0.53
814
+ },
815
+ {
816
+ "page": 180,
817
+ "source": "ocr",
818
+ "chars": 95,
819
+ "seconds": 0.57
820
+ },
821
+ {
822
+ "page": 181,
823
+ "source": "ocr_filtered",
824
+ "chars": 0,
825
+ "seconds": 0.61
826
+ }
827
+ ],
828
+ "total_chars": 108,
829
+ "seconds": 2.56
830
+ },
831
+ {
832
+ "section": "Laboratory Regulations and Support",
833
+ "subsection": "Laboratory Regulations",
834
+ "scope_label": "general",
835
+ "source_doc": "Complete Handbook",
836
+ "pages": [
837
+ 183,
838
+ 183
839
+ ],
840
+ "page_stats": [
841
+ {
842
+ "page": 183,
843
+ "source": "ocr",
844
+ "chars": 1950,
845
+ "seconds": 1.42
846
+ }
847
+ ],
848
+ "total_chars": 1963,
849
+ "seconds": 1.42
850
+ },
851
+ {
852
+ "section": "Laboratory Regulations and Support",
853
+ "subsection": "Technical Problem Enquiries",
854
+ "scope_label": "general",
855
+ "source_doc": "Complete Handbook",
856
+ "pages": [
857
+ 184,
858
+ 184
859
+ ],
860
+ "page_stats": [
861
+ {
862
+ "page": 184,
863
+ "source": "ocr",
864
+ "chars": 791,
865
+ "seconds": 0.83
866
+ }
867
+ ],
868
+ "total_chars": 804,
869
+ "seconds": 0.83
870
+ },
871
+ {
872
+ "section": "Undergraduate Faculty Identity",
873
+ "subsection": "Vision and Mission",
874
+ "scope_label": "undergraduate",
875
+ "source_doc": "Complete Handbook",
876
+ "pages": [
877
+ 187,
878
+ 187
879
+ ],
880
+ "page_stats": [
881
+ {
882
+ "page": 187,
883
+ "source": "native",
884
+ "chars": 590,
885
+ "seconds": 0.01
886
+ }
887
+ ],
888
+ "total_chars": 603,
889
+ "seconds": 0.01
890
+ },
891
+ {
892
+ "section": "Faculty Staff",
893
+ "subsection": "Undergraduate Dean's Office and Department Leadership",
894
+ "scope_label": "general",
895
+ "source_doc": "Complete Handbook",
896
+ "pages": [
897
+ 192,
898
+ 199
899
+ ],
900
+ "page_stats": [
901
+ {
902
+ "page": 192,
903
+ "source": "native",
904
+ "chars": 1223,
905
+ "seconds": 0.01
906
+ },
907
+ {
908
+ "page": 193,
909
+ "source": "native",
910
+ "chars": 1100,
911
+ "seconds": 0.01
912
+ },
913
+ {
914
+ "page": 194,
915
+ "source": "native",
916
+ "chars": 403,
917
+ "seconds": 0.0
918
+ },
919
+ {
920
+ "page": 195,
921
+ "source": "native",
922
+ "chars": 1118,
923
+ "seconds": 0.0
924
+ },
925
+ {
926
+ "page": 196,
927
+ "source": "native",
928
+ "chars": 1263,
929
+ "seconds": 0.01
930
+ },
931
+ {
932
+ "page": 197,
933
+ "source": "native",
934
+ "chars": 1493,
935
+ "seconds": 0.01
936
+ },
937
+ {
938
+ "page": 198,
939
+ "source": "native",
940
+ "chars": 799,
941
+ "seconds": 0.0
942
+ },
943
+ {
944
+ "page": 199,
945
+ "source": "native",
946
+ "chars": 953,
947
+ "seconds": 0.01
948
+ }
949
+ ],
950
+ "total_chars": 8470,
951
+ "seconds": 0.04
952
+ },
953
+ {
954
+ "section": "Undergraduate Programmes",
955
+ "subsection": "Programmes Offered",
956
+ "scope_label": "undergraduate",
957
+ "source_doc": "Complete Handbook",
958
+ "pages": [
959
+ 200,
960
+ 200
961
+ ],
962
+ "page_stats": [
963
+ {
964
+ "page": 200,
965
+ "source": "native",
966
+ "chars": 419,
967
+ "seconds": 0.0
968
+ }
969
+ ],
970
+ "total_chars": 432,
971
+ "seconds": 0.0
972
+ },
973
+ {
974
+ "section": "Shared Undergraduate Curriculum",
975
+ "subsection": "University Courses",
976
+ "scope_label": "undergraduate",
977
+ "source_doc": "Complete Handbook",
978
+ "pages": [
979
+ 225,
980
+ 227
981
+ ],
982
+ "page_stats": [
983
+ {
984
+ "page": 225,
985
+ "source": "ocr_filtered",
986
+ "chars": 0,
987
+ "seconds": 0.3
988
+ },
989
+ {
990
+ "page": 226,
991
+ "source": "ocr",
992
+ "chars": 3602,
993
+ "seconds": 2.23
994
+ },
995
+ {
996
+ "page": 227,
997
+ "source": "ocr",
998
+ "chars": 383,
999
+ "seconds": 0.47
1000
+ }
1001
+ ],
1002
+ "total_chars": 4013,
1003
+ "seconds": 3.0
1004
+ },
1005
+ {
1006
+ "section": "Shared Undergraduate Curriculum",
1007
+ "subsection": "Faculty Core Courses",
1008
+ "scope_label": "undergraduate",
1009
+ "source_doc": "Complete Handbook",
1010
+ "pages": [
1011
+ 228,
1012
+ 230
1013
+ ],
1014
+ "page_stats": [
1015
+ {
1016
+ "page": 228,
1017
+ "source": "ocr_filtered",
1018
+ "chars": 0,
1019
+ "seconds": 0.33
1020
+ },
1021
+ {
1022
+ "page": 229,
1023
+ "source": "ocr",
1024
+ "chars": 3495,
1025
+ "seconds": 2.26
1026
+ },
1027
+ {
1028
+ "page": 230,
1029
+ "source": "ocr",
1030
+ "chars": 940,
1031
+ "seconds": 0.74
1032
+ }
1033
+ ],
1034
+ "total_chars": 4463,
1035
+ "seconds": 3.34
1036
+ },
1037
+ {
1038
+ "section": "Shared Undergraduate Curriculum",
1039
+ "subsection": "Programme Core Courses",
1040
+ "scope_label": "undergraduate",
1041
+ "source_doc": "Complete Handbook",
1042
+ "pages": [
1043
+ 231,
1044
+ 239
1045
+ ],
1046
+ "page_stats": [
1047
+ {
1048
+ "page": 231,
1049
+ "source": "native",
1050
+ "chars": 354,
1051
+ "seconds": 0.0
1052
+ },
1053
+ {
1054
+ "page": 232,
1055
+ "source": "ocr",
1056
+ "chars": 3401,
1057
+ "seconds": 2.1
1058
+ },
1059
+ {
1060
+ "page": 233,
1061
+ "source": "ocr",
1062
+ "chars": 3656,
1063
+ "seconds": 3.14
1064
+ },
1065
+ {
1066
+ "page": 234,
1067
+ "source": "ocr",
1068
+ "chars": 3204,
1069
+ "seconds": 2.7
1070
+ },
1071
+ {
1072
+ "page": 235,
1073
+ "source": "ocr",
1074
+ "chars": 3661,
1075
+ "seconds": 2.85
1076
+ },
1077
+ {
1078
+ "page": 236,
1079
+ "source": "ocr",
1080
+ "chars": 3604,
1081
+ "seconds": 2.67
1082
+ },
1083
+ {
1084
+ "page": 237,
1085
+ "source": "ocr",
1086
+ "chars": 3105,
1087
+ "seconds": 2.63
1088
+ },
1089
+ {
1090
+ "page": 238,
1091
+ "source": "ocr",
1092
+ "chars": 3197,
1093
+ "seconds": 2.38
1094
+ },
1095
+ {
1096
+ "page": 239,
1097
+ "source": "ocr",
1098
+ "chars": 2244,
1099
+ "seconds": 2.0
1100
+ }
1101
+ ],
1102
+ "total_chars": 26559,
1103
+ "seconds": 20.48
1104
+ },
1105
+ {
1106
+ "section": "Shared Undergraduate Curriculum",
1107
+ "subsection": "Specialization Elective Courses - Computer System and Network",
1108
+ "scope_label": "undergraduate",
1109
+ "source_doc": "Complete Handbook",
1110
+ "pages": [
1111
+ 240,
1112
+ 244
1113
+ ],
1114
+ "page_stats": [
1115
+ {
1116
+ "page": 240,
1117
+ "source": "ocr",
1118
+ "chars": 87,
1119
+ "seconds": 0.56
1120
+ },
1121
+ {
1122
+ "page": 241,
1123
+ "source": "ocr",
1124
+ "chars": 3637,
1125
+ "seconds": 2.72
1126
+ },
1127
+ {
1128
+ "page": 242,
1129
+ "source": "ocr",
1130
+ "chars": 3475,
1131
+ "seconds": 2.42
1132
+ },
1133
+ {
1134
+ "page": 243,
1135
+ "source": "ocr",
1136
+ "chars": 2926,
1137
+ "seconds": 2.62
1138
+ },
1139
+ {
1140
+ "page": 244,
1141
+ "source": "ocr",
1142
+ "chars": 2290,
1143
+ "seconds": 1.72
1144
+ }
1145
+ ],
1146
+ "total_chars": 12488,
1147
+ "seconds": 10.04
1148
+ },
1149
+ {
1150
+ "section": "Shared Undergraduate Curriculum",
1151
+ "subsection": "Specialization Elective Courses - Artificial Intelligence",
1152
+ "scope_label": "undergraduate",
1153
+ "source_doc": "Complete Handbook",
1154
+ "pages": [
1155
+ 245,
1156
+ 249
1157
+ ],
1158
+ "page_stats": [
1159
+ {
1160
+ "page": 245,
1161
+ "source": "ocr",
1162
+ "chars": 86,
1163
+ "seconds": 0.53
1164
+ },
1165
+ {
1166
+ "page": 246,
1167
+ "source": "ocr",
1168
+ "chars": 3239,
1169
+ "seconds": 2.28
1170
+ },
1171
+ {
1172
+ "page": 247,
1173
+ "source": "ocr",
1174
+ "chars": 3267,
1175
+ "seconds": 2.35
1176
+ },
1177
+ {
1178
+ "page": 248,
1179
+ "source": "ocr",
1180
+ "chars": 3545,
1181
+ "seconds": 2.23
1182
+ },
1183
+ {
1184
+ "page": 249,
1185
+ "source": "ocr",
1186
+ "chars": 2485,
1187
+ "seconds": 2.34
1188
+ }
1189
+ ],
1190
+ "total_chars": 12695,
1191
+ "seconds": 9.73
1192
+ },
1193
+ {
1194
+ "section": "Shared Undergraduate Curriculum",
1195
+ "subsection": "Specialization Elective Courses - Information Systems",
1196
+ "scope_label": "undergraduate",
1197
+ "source_doc": "Complete Handbook",
1198
+ "pages": [
1199
+ 250,
1200
+ 254
1201
+ ],
1202
+ "page_stats": [
1203
+ {
1204
+ "page": 250,
1205
+ "source": "ocr",
1206
+ "chars": 78,
1207
+ "seconds": 0.62
1208
+ },
1209
+ {
1210
+ "page": 251,
1211
+ "source": "ocr",
1212
+ "chars": 3833,
1213
+ "seconds": 2.52
1214
+ },
1215
+ {
1216
+ "page": 252,
1217
+ "source": "ocr",
1218
+ "chars": 3880,
1219
+ "seconds": 2.87
1220
+ },
1221
+ {
1222
+ "page": 253,
1223
+ "source": "ocr",
1224
+ "chars": 3654,
1225
+ "seconds": 2.41
1226
+ },
1227
+ {
1228
+ "page": 254,
1229
+ "source": "ocr",
1230
+ "chars": 1627,
1231
+ "seconds": 1.21
1232
+ }
1233
+ ],
1234
+ "total_chars": 13145,
1235
+ "seconds": 9.63
1236
+ },
1237
+ {
1238
+ "section": "Shared Undergraduate Curriculum",
1239
+ "subsection": "Specialization Elective Courses - Software Engineering",
1240
+ "scope_label": "undergraduate",
1241
+ "source_doc": "Complete Handbook",
1242
+ "pages": [
1243
+ 255,
1244
+ 259
1245
+ ],
1246
+ "page_stats": [
1247
+ {
1248
+ "page": 255,
1249
+ "source": "ocr",
1250
+ "chars": 76,
1251
+ "seconds": 0.44
1252
+ },
1253
+ {
1254
+ "page": 256,
1255
+ "source": "ocr",
1256
+ "chars": 3329,
1257
+ "seconds": 3.96
1258
+ },
1259
+ {
1260
+ "page": 257,
1261
+ "source": "ocr",
1262
+ "chars": 3533,
1263
+ "seconds": 3.88
1264
+ },
1265
+ {
1266
+ "page": 258,
1267
+ "source": "ocr",
1268
+ "chars": 3705,
1269
+ "seconds": 3.73
1270
+ },
1271
+ {
1272
+ "page": 259,
1273
+ "source": "ocr",
1274
+ "chars": 3259,
1275
+ "seconds": 2.37
1276
+ }
1277
+ ],
1278
+ "total_chars": 13975,
1279
+ "seconds": 14.38
1280
+ },
1281
+ {
1282
+ "section": "Shared Undergraduate Curriculum",
1283
+ "subsection": "Specialization Elective Courses - Multimedia Computing",
1284
+ "scope_label": "undergraduate",
1285
+ "source_doc": "Complete Handbook",
1286
+ "pages": [
1287
+ 260,
1288
+ 264
1289
+ ],
1290
+ "page_stats": [
1291
+ {
1292
+ "page": 260,
1293
+ "source": "ocr",
1294
+ "chars": 84,
1295
+ "seconds": 0.5
1296
+ },
1297
+ {
1298
+ "page": 261,
1299
+ "source": "ocr",
1300
+ "chars": 3062,
1301
+ "seconds": 1.9
1302
+ },
1303
+ {
1304
+ "page": 262,
1305
+ "source": "ocr",
1306
+ "chars": 3265,
1307
+ "seconds": 2.59
1308
+ },
1309
+ {
1310
+ "page": 263,
1311
+ "source": "ocr",
1312
+ "chars": 3556,
1313
+ "seconds": 2.82
1314
+ },
1315
+ {
1316
+ "page": 264,
1317
+ "source": "ocr",
1318
+ "chars": 2773,
1319
+ "seconds": 2.47
1320
+ }
1321
+ ],
1322
+ "total_chars": 12813,
1323
+ "seconds": 10.28
1324
+ },
1325
+ {
1326
+ "section": "Shared Undergraduate Curriculum",
1327
+ "subsection": "Specialization Elective Courses - Data Science",
1328
+ "scope_label": "undergraduate",
1329
+ "source_doc": "Complete Handbook",
1330
+ "pages": [
1331
+ 265,
1332
+ 268
1333
+ ],
1334
+ "page_stats": [
1335
+ {
1336
+ "page": 265,
1337
+ "source": "ocr",
1338
+ "chars": 70,
1339
+ "seconds": 0.52
1340
+ },
1341
+ {
1342
+ "page": 266,
1343
+ "source": "ocr",
1344
+ "chars": 3197,
1345
+ "seconds": 2.39
1346
+ },
1347
+ {
1348
+ "page": 267,
1349
+ "source": "ocr",
1350
+ "chars": 3047,
1351
+ "seconds": 3.97
1352
+ },
1353
+ {
1354
+ "page": 268,
1355
+ "source": "ocr",
1356
+ "chars": 1485,
1357
+ "seconds": 2.52
1358
+ }
1359
+ ],
1360
+ "total_chars": 7857,
1361
+ "seconds": 9.4
1362
+ },
1363
+ {
1364
+ "section": "Industrial Training",
1365
+ "subsection": "Industrial Training Guidelines",
1366
+ "scope_label": "undergraduate",
1367
+ "source_doc": "Complete Handbook",
1368
+ "pages": [
1369
+ 270,
1370
+ 280
1371
+ ],
1372
+ "page_stats": [
1373
+ {
1374
+ "page": 270,
1375
+ "source": "native",
1376
+ "chars": 2514,
1377
+ "seconds": 0.01
1378
+ },
1379
+ {
1380
+ "page": 271,
1381
+ "source": "native",
1382
+ "chars": 2402,
1383
+ "seconds": 0.01
1384
+ },
1385
+ {
1386
+ "page": 272,
1387
+ "source": "native",
1388
+ "chars": 2948,
1389
+ "seconds": 0.01
1390
+ },
1391
+ {
1392
+ "page": 273,
1393
+ "source": "native",
1394
+ "chars": 3534,
1395
+ "seconds": 0.01
1396
+ },
1397
+ {
1398
+ "page": 274,
1399
+ "source": "native",
1400
+ "chars": 703,
1401
+ "seconds": 0.0
1402
+ },
1403
+ {
1404
+ "page": 275,
1405
+ "source": "ocr",
1406
+ "chars": 776,
1407
+ "seconds": 0.97
1408
+ },
1409
+ {
1410
+ "page": 276,
1411
+ "source": "native",
1412
+ "chars": 178,
1413
+ "seconds": 0.01
1414
+ },
1415
+ {
1416
+ "page": 277,
1417
+ "source": "native",
1418
+ "chars": 2139,
1419
+ "seconds": 0.01
1420
+ },
1421
+ {
1422
+ "page": 278,
1423
+ "source": "native",
1424
+ "chars": 2934,
1425
+ "seconds": 0.01
1426
+ },
1427
+ {
1428
+ "page": 279,
1429
+ "source": "native",
1430
+ "chars": 1523,
1431
+ "seconds": 0.01
1432
+ },
1433
+ {
1434
+ "page": 280,
1435
+ "source": "native",
1436
+ "chars": 1754,
1437
+ "seconds": 0.01
1438
+ }
1439
+ ],
1440
+ "total_chars": 21568,
1441
+ "seconds": 1.07
1442
+ },
1443
+ {
1444
+ "section": "Academic Project",
1445
+ "subsection": "Academic Project I and II Guidelines",
1446
+ "scope_label": "undergraduate",
1447
+ "source_doc": "Complete Handbook",
1448
+ "pages": [
1449
+ 282,
1450
+ 289
1451
+ ],
1452
+ "page_stats": [
1453
+ {
1454
+ "page": 282,
1455
+ "source": "native",
1456
+ "chars": 1706,
1457
+ "seconds": 0.01
1458
+ },
1459
+ {
1460
+ "page": 283,
1461
+ "source": "native",
1462
+ "chars": 1708,
1463
+ "seconds": 0.01
1464
+ },
1465
+ {
1466
+ "page": 284,
1467
+ "source": "native",
1468
+ "chars": 1461,
1469
+ "seconds": 0.01
1470
+ },
1471
+ {
1472
+ "page": 285,
1473
+ "source": "native",
1474
+ "chars": 548,
1475
+ "seconds": 0.01
1476
+ },
1477
+ {
1478
+ "page": 286,
1479
+ "source": "native",
1480
+ "chars": 1732,
1481
+ "seconds": 0.01
1482
+ },
1483
+ {
1484
+ "page": 287,
1485
+ "source": "native",
1486
+ "chars": 1579,
1487
+ "seconds": 0.01
1488
+ },
1489
+ {
1490
+ "page": 288,
1491
+ "source": "native",
1492
+ "chars": 1302,
1493
+ "seconds": 0.01
1494
+ },
1495
+ {
1496
+ "page": 289,
1497
+ "source": "native",
1498
+ "chars": 672,
1499
+ "seconds": 0.01
1500
+ }
1501
+ ],
1502
+ "total_chars": 10826,
1503
+ "seconds": 0.09
1504
+ },
1505
+ {
1506
+ "section": "Language Path and English Communication",
1507
+ "subsection": "Language Path Course / English Communication Programme 2025/2026",
1508
+ "scope_label": "undergraduate",
1509
+ "source_doc": "Complete Handbook",
1510
+ "pages": [
1511
+ 292,
1512
+ 296
1513
+ ],
1514
+ "page_stats": [
1515
+ {
1516
+ "page": 292,
1517
+ "source": "native_filtered",
1518
+ "chars": 0,
1519
+ "seconds": 0.77
1520
+ },
1521
+ {
1522
+ "page": 293,
1523
+ "source": "ocr",
1524
+ "chars": 2721,
1525
+ "seconds": 3.34
1526
+ },
1527
+ {
1528
+ "page": 294,
1529
+ "source": "ocr",
1530
+ "chars": 1698,
1531
+ "seconds": 2.07
1532
+ },
1533
+ {
1534
+ "page": 295,
1535
+ "source": "ocr",
1536
+ "chars": 2450,
1537
+ "seconds": 2.3
1538
+ },
1539
+ {
1540
+ "page": 296,
1541
+ "source": "ocr",
1542
+ "chars": 2045,
1543
+ "seconds": 1.94
1544
+ }
1545
+ ],
1546
+ "total_chars": 8972,
1547
+ "seconds": 10.42
1548
+ },
1549
+ {
1550
+ "section": "Student Dress Code",
1551
+ "subsection": "Dress Code and Appearance Guides for Universiti Malaya Students",
1552
+ "scope_label": "general",
1553
+ "source_doc": "Complete Handbook",
1554
+ "pages": [
1555
+ 297,
1556
+ 298
1557
+ ],
1558
+ "page_stats": [
1559
+ {
1560
+ "page": "297-298",
1561
+ "source": "manual_visual_override",
1562
+ "chars": 1202,
1563
+ "seconds": 0.0
1564
+ }
1565
+ ],
1566
+ "total_chars": 1202,
1567
+ "seconds": 0.0
1568
+ },
1569
+ {
1570
+ "section": "Undergraduate Rules and Regulations",
1571
+ "subsection": "Examination Honesty and Discipline / Undergraduate Rules",
1572
+ "scope_label": "undergraduate",
1573
+ "source_doc": "Complete Handbook",
1574
+ "pages": [
1575
+ 299,
1576
+ 300
1577
+ ],
1578
+ "page_stats": [
1579
+ {
1580
+ "page": 299,
1581
+ "source": "native_filtered",
1582
+ "chars": 0,
1583
+ "seconds": 0.57
1584
+ },
1585
+ {
1586
+ "page": 300,
1587
+ "source": "native",
1588
+ "chars": 838,
1589
+ "seconds": 0.01
1590
+ }
1591
+ ],
1592
+ "total_chars": 851,
1593
+ "seconds": 0.58
1594
+ },
1595
+ {
1596
+ "section": "Examination Grading Scheme",
1597
+ "subsection": "Official University Grades",
1598
+ "scope_label": "undergraduate",
1599
+ "source_doc": "Complete Handbook",
1600
+ "pages": [
1601
+ 301,
1602
+ 301
1603
+ ],
1604
+ "page_stats": [
1605
+ {
1606
+ "page": 301,
1607
+ "source": "ocr",
1608
+ "chars": 481,
1609
+ "seconds": 0.76
1610
+ }
1611
+ ],
1612
+ "total_chars": 494,
1613
+ "seconds": 0.76
1614
+ },
1615
+ {
1616
+ "section": "Undergraduate Programme Goals and Learning Outcomes",
1617
+ "subsection": "Bachelor of Computer Science (Computer System and Network)",
1618
+ "scope_label": "undergraduate",
1619
+ "source_doc": "Complete Handbook",
1620
+ "pages": [
1621
+ 202,
1622
+ 204
1623
+ ],
1624
+ "page_stats": [
1625
+ {
1626
+ "page": 202,
1627
+ "source": "native",
1628
+ "chars": 1916,
1629
+ "seconds": 0.01
1630
+ },
1631
+ {
1632
+ "page": 203,
1633
+ "source": "ocr",
1634
+ "chars": 974,
1635
+ "seconds": 1.18
1636
+ },
1637
+ {
1638
+ "page": 204,
1639
+ "source": "ocr",
1640
+ "chars": 2214,
1641
+ "seconds": 2.39
1642
+ }
1643
+ ],
1644
+ "total_chars": 5147,
1645
+ "seconds": 3.58
1646
+ },
1647
+ {
1648
+ "section": "Undergraduate Programme Goals and Learning Outcomes",
1649
+ "subsection": "Bachelor of Computer Science (Artificial Intelligence)",
1650
+ "scope_label": "undergraduate",
1651
+ "source_doc": "Complete Handbook",
1652
+ "pages": [
1653
+ 206,
1654
+ 208
1655
+ ],
1656
+ "page_stats": [
1657
+ {
1658
+ "page": 206,
1659
+ "source": "native",
1660
+ "chars": 2037,
1661
+ "seconds": 0.01
1662
+ },
1663
+ {
1664
+ "page": 207,
1665
+ "source": "ocr",
1666
+ "chars": 2403,
1667
+ "seconds": 1.72
1668
+ },
1669
+ {
1670
+ "page": 208,
1671
+ "source": "ocr",
1672
+ "chars": 2362,
1673
+ "seconds": 2.05
1674
+ }
1675
+ ],
1676
+ "total_chars": 6845,
1677
+ "seconds": 3.78
1678
+ },
1679
+ {
1680
+ "section": "Undergraduate Programme Goals and Learning Outcomes",
1681
+ "subsection": "Bachelor of Computer Science (Information Systems)",
1682
+ "scope_label": "undergraduate",
1683
+ "source_doc": "Complete Handbook",
1684
+ "pages": [
1685
+ 210,
1686
+ 212
1687
+ ],
1688
+ "page_stats": [
1689
+ {
1690
+ "page": 210,
1691
+ "source": "native",
1692
+ "chars": 2018,
1693
+ "seconds": 0.0
1694
+ },
1695
+ {
1696
+ "page": 211,
1697
+ "source": "ocr",
1698
+ "chars": 2743,
1699
+ "seconds": 1.97
1700
+ },
1701
+ {
1702
+ "page": 212,
1703
+ "source": "ocr",
1704
+ "chars": 2339,
1705
+ "seconds": 1.62
1706
+ }
1707
+ ],
1708
+ "total_chars": 7143,
1709
+ "seconds": 3.59
1710
+ },
1711
+ {
1712
+ "section": "Undergraduate Programme Goals and Learning Outcomes",
1713
+ "subsection": "Bachelor of Computer Science (Software Engineering)",
1714
+ "scope_label": "undergraduate",
1715
+ "source_doc": "Complete Handbook",
1716
+ "pages": [
1717
+ 214,
1718
+ 216
1719
+ ],
1720
+ "page_stats": [
1721
+ {
1722
+ "page": 214,
1723
+ "source": "native",
1724
+ "chars": 1948,
1725
+ "seconds": 0.01
1726
+ },
1727
+ {
1728
+ "page": 215,
1729
+ "source": "ocr",
1730
+ "chars": 2867,
1731
+ "seconds": 1.93
1732
+ },
1733
+ {
1734
+ "page": 216,
1735
+ "source": "ocr",
1736
+ "chars": 2170,
1737
+ "seconds": 1.92
1738
+ }
1739
+ ],
1740
+ "total_chars": 7028,
1741
+ "seconds": 3.86
1742
+ },
1743
+ {
1744
+ "section": "Undergraduate Programme Goals and Learning Outcomes",
1745
+ "subsection": "Bachelor of Computer Science (Multimedia Computing)",
1746
+ "scope_label": "undergraduate",
1747
+ "source_doc": "Complete Handbook",
1748
+ "pages": [
1749
+ 218,
1750
+ 220
1751
+ ],
1752
+ "page_stats": [
1753
+ {
1754
+ "page": 218,
1755
+ "source": "native",
1756
+ "chars": 2009,
1757
+ "seconds": 0.01
1758
+ },
1759
+ {
1760
+ "page": 219,
1761
+ "source": "ocr",
1762
+ "chars": 2673,
1763
+ "seconds": 2.12
1764
+ },
1765
+ {
1766
+ "page": 220,
1767
+ "source": "ocr",
1768
+ "chars": 2398,
1769
+ "seconds": 2.0
1770
+ }
1771
+ ],
1772
+ "total_chars": 7123,
1773
+ "seconds": 4.13
1774
+ },
1775
+ {
1776
+ "section": "Undergraduate Programme Goals and Learning Outcomes",
1777
+ "subsection": "Bachelor of Computer Science (Data Science)",
1778
+ "scope_label": "undergraduate",
1779
+ "source_doc": "Complete Handbook",
1780
+ "pages": [
1781
+ 222,
1782
+ 224
1783
+ ],
1784
+ "page_stats": [
1785
+ {
1786
+ "page": 222,
1787
+ "source": "native",
1788
+ "chars": 1685,
1789
+ "seconds": 0.01
1790
+ },
1791
+ {
1792
+ "page": 223,
1793
+ "source": "ocr",
1794
+ "chars": 1842,
1795
+ "seconds": 1.61
1796
+ },
1797
+ {
1798
+ "page": 224,
1799
+ "source": "ocr",
1800
+ "chars": 1979,
1801
+ "seconds": 1.7
1802
+ }
1803
+ ],
1804
+ "total_chars": 5549,
1805
+ "seconds": 3.32
1806
+ },
1807
+ {
1808
+ "section": "Master of Computer Science (Applied Computing)",
1809
+ "subsection": "Programme Requirements",
1810
+ "scope_label": "postgraduate",
1811
+ "source_doc": "Complete Handbook",
1812
+ "pages": [
1813
+ 37,
1814
+ 38
1815
+ ],
1816
+ "page_stats": [
1817
+ {
1818
+ "page": 37,
1819
+ "source": "ocr",
1820
+ "chars": 2541,
1821
+ "seconds": 1.54
1822
+ },
1823
+ {
1824
+ "page": 38,
1825
+ "source": "ocr",
1826
+ "chars": 1535,
1827
+ "seconds": 1.09
1828
+ }
1829
+ ],
1830
+ "total_chars": 4102,
1831
+ "seconds": 2.64
1832
+ },
1833
+ {
1834
+ "section": "Master of Computer Science (Applied Computing)",
1835
+ "subsection": "Programme Objectives and Outcomes",
1836
+ "scope_label": "postgraduate",
1837
+ "source_doc": "Complete Handbook",
1838
+ "pages": [
1839
+ 39,
1840
+ 40
1841
+ ],
1842
+ "page_stats": [
1843
+ {
1844
+ "page": 39,
1845
+ "source": "ocr",
1846
+ "chars": 2021,
1847
+ "seconds": 1.55
1848
+ },
1849
+ {
1850
+ "page": 40,
1851
+ "source": "ocr",
1852
+ "chars": 119,
1853
+ "seconds": 0.42
1854
+ }
1855
+ ],
1856
+ "total_chars": 2166,
1857
+ "seconds": 1.97
1858
+ },
1859
+ {
1860
+ "section": "Master of Computer Science (Applied Computing)",
1861
+ "subsection": "Candidature Requirements",
1862
+ "scope_label": "postgraduate",
1863
+ "source_doc": "Complete Handbook",
1864
+ "pages": [
1865
+ 41,
1866
+ 41
1867
+ ],
1868
+ "page_stats": [
1869
+ {
1870
+ "page": 41,
1871
+ "source": "ocr",
1872
+ "chars": 449,
1873
+ "seconds": 0.59
1874
+ }
1875
+ ],
1876
+ "total_chars": 461,
1877
+ "seconds": 0.59
1878
+ },
1879
+ {
1880
+ "section": "Master of Computer Science (Applied Computing)",
1881
+ "subsection": "Graduate on Time (GOT) Schedule",
1882
+ "scope_label": "postgraduate",
1883
+ "source_doc": "Complete Handbook",
1884
+ "pages": [
1885
+ 42,
1886
+ 42
1887
+ ],
1888
+ "page_stats": [
1889
+ {
1890
+ "page": 42,
1891
+ "source": "ocr",
1892
+ "chars": 2485,
1893
+ "seconds": 1.45
1894
+ }
1895
+ ],
1896
+ "total_chars": 2497,
1897
+ "seconds": 1.45
1898
+ },
1899
+ {
1900
+ "section": "Master of Computer Science (Applied Computing)",
1901
+ "subsection": "Course Plan",
1902
+ "scope_label": "postgraduate",
1903
+ "source_doc": "Complete Handbook",
1904
+ "pages": [
1905
+ 43,
1906
+ 44
1907
+ ],
1908
+ "page_stats": [
1909
+ {
1910
+ "page": 43,
1911
+ "source": "ocr",
1912
+ "chars": 1060,
1913
+ "seconds": 0.96
1914
+ },
1915
+ {
1916
+ "page": 44,
1917
+ "source": "ocr",
1918
+ "chars": 1001,
1919
+ "seconds": 0.94
1920
+ }
1921
+ ],
1922
+ "total_chars": 2087,
1923
+ "seconds": 1.9
1924
+ },
1925
+ {
1926
+ "section": "Master of Computer Science (Applied Computing)",
1927
+ "subsection": "List of Courses and Contents",
1928
+ "scope_label": "postgraduate",
1929
+ "source_doc": "Complete Handbook",
1930
+ "pages": [
1931
+ 45,
1932
+ 50
1933
+ ],
1934
+ "page_stats": [
1935
+ {
1936
+ "page": 45,
1937
+ "source": "ocr",
1938
+ "chars": 934,
1939
+ "seconds": 0.71
1940
+ },
1941
+ {
1942
+ "page": 46,
1943
+ "source": "ocr",
1944
+ "chars": 2137,
1945
+ "seconds": 1.73
1946
+ },
1947
+ {
1948
+ "page": 47,
1949
+ "source": "ocr",
1950
+ "chars": 2038,
1951
+ "seconds": 1.52
1952
+ },
1953
+ {
1954
+ "page": 48,
1955
+ "source": "ocr",
1956
+ "chars": 2322,
1957
+ "seconds": 1.73
1958
+ },
1959
+ {
1960
+ "page": 49,
1961
+ "source": "ocr",
1962
+ "chars": 2567,
1963
+ "seconds": 1.7
1964
+ },
1965
+ {
1966
+ "page": 50,
1967
+ "source": "ocr",
1968
+ "chars": 758,
1969
+ "seconds": 0.67
1970
+ }
1971
+ ],
1972
+ "total_chars": 10838,
1973
+ "seconds": 8.06
1974
+ },
1975
+ {
1976
+ "section": "Master of Software Engineering (Software Technology)",
1977
+ "subsection": "Programme Requirements",
1978
+ "scope_label": "postgraduate",
1979
+ "source_doc": "Complete Handbook",
1980
+ "pages": [
1981
+ 52,
1982
+ 53
1983
+ ],
1984
+ "page_stats": [
1985
+ {
1986
+ "page": 52,
1987
+ "source": "ocr",
1988
+ "chars": 2365,
1989
+ "seconds": 1.45
1990
+ },
1991
+ {
1992
+ "page": 53,
1993
+ "source": "ocr",
1994
+ "chars": 1714,
1995
+ "seconds": 1.18
1996
+ }
1997
+ ],
1998
+ "total_chars": 4105,
1999
+ "seconds": 2.63
2000
+ },
2001
+ {
2002
+ "section": "Master of Software Engineering (Software Technology)",
2003
+ "subsection": "Programme Objectives and Outcomes",
2004
+ "scope_label": "postgraduate",
2005
+ "source_doc": "Complete Handbook",
2006
+ "pages": [
2007
+ 54,
2008
+ 55
2009
+ ],
2010
+ "page_stats": [
2011
+ {
2012
+ "page": 54,
2013
+ "source": "ocr",
2014
+ "chars": 1842,
2015
+ "seconds": 1.78
2016
+ },
2017
+ {
2018
+ "page": 55,
2019
+ "source": "ocr",
2020
+ "chars": 434,
2021
+ "seconds": 0.53
2022
+ }
2023
+ ],
2024
+ "total_chars": 2302,
2025
+ "seconds": 2.31
2026
+ },
2027
+ {
2028
+ "section": "Master of Software Engineering (Software Technology)",
2029
+ "subsection": "Candidature Requirements",
2030
+ "scope_label": "postgraduate",
2031
+ "source_doc": "Complete Handbook",
2032
+ "pages": [
2033
+ 56,
2034
+ 56
2035
+ ],
2036
+ "page_stats": [
2037
+ {
2038
+ "page": 56,
2039
+ "source": "ocr",
2040
+ "chars": 528,
2041
+ "seconds": 0.47
2042
+ }
2043
+ ],
2044
+ "total_chars": 540,
2045
+ "seconds": 0.47
2046
+ },
2047
+ {
2048
+ "section": "Master of Software Engineering (Software Technology)",
2049
+ "subsection": "Graduate on Time (GOT) Schedule",
2050
+ "scope_label": "postgraduate",
2051
+ "source_doc": "Complete Handbook",
2052
+ "pages": [
2053
+ 57,
2054
+ 57
2055
+ ],
2056
+ "page_stats": [
2057
+ {
2058
+ "page": 57,
2059
+ "source": "ocr",
2060
+ "chars": 1834,
2061
+ "seconds": 1.49
2062
+ }
2063
+ ],
2064
+ "total_chars": 1846,
2065
+ "seconds": 1.49
2066
+ },
2067
+ {
2068
+ "section": "Master of Software Engineering (Software Technology)",
2069
+ "subsection": "Course Plan",
2070
+ "scope_label": "postgraduate",
2071
+ "source_doc": "Complete Handbook",
2072
+ "pages": [
2073
+ 59,
2074
+ 61
2075
+ ],
2076
+ "page_stats": [
2077
+ {
2078
+ "page": 59,
2079
+ "source": "ocr",
2080
+ "chars": 1178,
2081
+ "seconds": 0.95
2082
+ },
2083
+ {
2084
+ "page": 60,
2085
+ "source": "ocr",
2086
+ "chars": 1207,
2087
+ "seconds": 1.19
2088
+ },
2089
+ {
2090
+ "page": 61,
2091
+ "source": "ocr",
2092
+ "chars": 2744,
2093
+ "seconds": 1.8
2094
+ }
2095
+ ],
2096
+ "total_chars": 5169,
2097
+ "seconds": 3.94
2098
+ },
2099
+ {
2100
+ "section": "Master of Software Engineering (Software Technology)",
2101
+ "subsection": "List of Courses and Contents",
2102
+ "scope_label": "postgraduate",
2103
+ "source_doc": "Complete Handbook",
2104
+ "pages": [
2105
+ 62,
2106
+ 68
2107
+ ],
2108
+ "page_stats": [
2109
+ {
2110
+ "page": 62,
2111
+ "source": "ocr",
2112
+ "chars": 983,
2113
+ "seconds": 0.8
2114
+ },
2115
+ {
2116
+ "page": 63,
2117
+ "source": "ocr",
2118
+ "chars": 2055,
2119
+ "seconds": 1.61
2120
+ },
2121
+ {
2122
+ "page": 64,
2123
+ "source": "ocr",
2124
+ "chars": 1893,
2125
+ "seconds": 1.35
2126
+ },
2127
+ {
2128
+ "page": 65,
2129
+ "source": "ocr",
2130
+ "chars": 2481,
2131
+ "seconds": 2.0
2132
+ },
2133
+ {
2134
+ "page": 66,
2135
+ "source": "ocr",
2136
+ "chars": 1943,
2137
+ "seconds": 1.63
2138
+ },
2139
+ {
2140
+ "page": 67,
2141
+ "source": "ocr",
2142
+ "chars": 2598,
2143
+ "seconds": 1.9
2144
+ },
2145
+ {
2146
+ "page": 68,
2147
+ "source": "ocr",
2148
+ "chars": 1635,
2149
+ "seconds": 1.33
2150
+ }
2151
+ ],
2152
+ "total_chars": 13684,
2153
+ "seconds": 10.63
2154
+ },
2155
+ {
2156
+ "section": "Master in Data Science",
2157
+ "subsection": "Programme Requirements",
2158
+ "scope_label": "postgraduate",
2159
+ "source_doc": "Complete Handbook",
2160
+ "pages": [
2161
+ 70,
2162
+ 71
2163
+ ],
2164
+ "page_stats": [
2165
+ {
2166
+ "page": 70,
2167
+ "source": "ocr",
2168
+ "chars": 1886,
2169
+ "seconds": 1.36
2170
+ },
2171
+ {
2172
+ "page": 71,
2173
+ "source": "ocr",
2174
+ "chars": 670,
2175
+ "seconds": 1.56
2176
+ }
2177
+ ],
2178
+ "total_chars": 2582,
2179
+ "seconds": 2.92
2180
+ },
2181
+ {
2182
+ "section": "Master in Data Science",
2183
+ "subsection": "Programme Objectives and Outcomes",
2184
+ "scope_label": "postgraduate",
2185
+ "source_doc": "Complete Handbook",
2186
+ "pages": [
2187
+ 72,
2188
+ 74
2189
+ ],
2190
+ "page_stats": [
2191
+ {
2192
+ "page": 72,
2193
+ "source": "ocr",
2194
+ "chars": 2078,
2195
+ "seconds": 1.49
2196
+ },
2197
+ {
2198
+ "page": 73,
2199
+ "source": "ocr",
2200
+ "chars": 117,
2201
+ "seconds": 0.35
2202
+ },
2203
+ {
2204
+ "page": 74,
2205
+ "source": "ocr",
2206
+ "chars": 455,
2207
+ "seconds": 0.54
2208
+ }
2209
+ ],
2210
+ "total_chars": 2690,
2211
+ "seconds": 2.38
2212
+ },
2213
+ {
2214
+ "section": "Master in Data Science",
2215
+ "subsection": "Course Plan",
2216
+ "scope_label": "postgraduate",
2217
+ "source_doc": "Complete Handbook",
2218
+ "pages": [
2219
+ 75,
2220
+ 76
2221
+ ],
2222
+ "page_stats": [
2223
+ {
2224
+ "page": 75,
2225
+ "source": "ocr",
2226
+ "chars": 1310,
2227
+ "seconds": 1.14
2228
+ },
2229
+ {
2230
+ "page": 76,
2231
+ "source": "ocr",
2232
+ "chars": 1222,
2233
+ "seconds": 0.97
2234
+ }
2235
+ ],
2236
+ "total_chars": 2558,
2237
+ "seconds": 2.12
2238
+ },
2239
+ {
2240
+ "section": "Master in Data Science",
2241
+ "subsection": "List of Courses and Contents",
2242
+ "scope_label": "postgraduate",
2243
+ "source_doc": "Complete Handbook",
2244
+ "pages": [
2245
+ 77,
2246
+ 82
2247
+ ],
2248
+ "page_stats": [
2249
+ {
2250
+ "page": 77,
2251
+ "source": "ocr",
2252
+ "chars": 985,
2253
+ "seconds": 0.8
2254
+ },
2255
+ {
2256
+ "page": 78,
2257
+ "source": "ocr",
2258
+ "chars": 2765,
2259
+ "seconds": 1.59
2260
+ },
2261
+ {
2262
+ "page": 79,
2263
+ "source": "ocr",
2264
+ "chars": 2612,
2265
+ "seconds": 1.51
2266
+ },
2267
+ {
2268
+ "page": 80,
2269
+ "source": "ocr",
2270
+ "chars": 2480,
2271
+ "seconds": 1.53
2272
+ },
2273
+ {
2274
+ "page": 81,
2275
+ "source": "ocr",
2276
+ "chars": 2256,
2277
+ "seconds": 1.43
2278
+ },
2279
+ {
2280
+ "page": 82,
2281
+ "source": "ocr",
2282
+ "chars": 931,
2283
+ "seconds": 0.71
2284
+ }
2285
+ ],
2286
+ "total_chars": 12111,
2287
+ "seconds": 7.58
2288
+ },
2289
+ {
2290
+ "section": "Master of Cyber Security",
2291
+ "subsection": "Programme Requirements",
2292
+ "scope_label": "postgraduate",
2293
+ "source_doc": "Complete Handbook",
2294
+ "pages": [
2295
+ 84,
2296
+ 86
2297
+ ],
2298
+ "page_stats": [
2299
+ {
2300
+ "page": 84,
2301
+ "source": "ocr",
2302
+ "chars": 1084,
2303
+ "seconds": 0.78
2304
+ },
2305
+ {
2306
+ "page": 85,
2307
+ "source": "ocr",
2308
+ "chars": 2367,
2309
+ "seconds": 1.28
2310
+ },
2311
+ {
2312
+ "page": 86,
2313
+ "source": "ocr",
2314
+ "chars": 476,
2315
+ "seconds": 0.52
2316
+ }
2317
+ ],
2318
+ "total_chars": 3967,
2319
+ "seconds": 2.58
2320
+ },
2321
+ {
2322
+ "section": "Master of Cyber Security",
2323
+ "subsection": "Programme Objectives and Outcomes",
2324
+ "scope_label": "postgraduate",
2325
+ "source_doc": "Complete Handbook",
2326
+ "pages": [
2327
+ 87,
2328
+ 88
2329
+ ],
2330
+ "page_stats": [
2331
+ {
2332
+ "page": 87,
2333
+ "source": "ocr",
2334
+ "chars": 1926,
2335
+ "seconds": 1.22
2336
+ },
2337
+ {
2338
+ "page": 88,
2339
+ "source": "ocr",
2340
+ "chars": 713,
2341
+ "seconds": 0.68
2342
+ }
2343
+ ],
2344
+ "total_chars": 2665,
2345
+ "seconds": 1.91
2346
+ },
2347
+ {
2348
+ "section": "Master of Cyber Security",
2349
+ "subsection": "Course Plan",
2350
+ "scope_label": "postgraduate",
2351
+ "source_doc": "Complete Handbook",
2352
+ "pages": [
2353
+ 89,
2354
+ 90
2355
+ ],
2356
+ "page_stats": [
2357
+ {
2358
+ "page": 89,
2359
+ "source": "ocr",
2360
+ "chars": 1247,
2361
+ "seconds": 1.04
2362
+ },
2363
+ {
2364
+ "page": 90,
2365
+ "source": "ocr",
2366
+ "chars": 1260,
2367
+ "seconds": 0.95
2368
+ }
2369
+ ],
2370
+ "total_chars": 2533,
2371
+ "seconds": 1.99
2372
+ },
2373
+ {
2374
+ "section": "Master of Cyber Security",
2375
+ "subsection": "List of Courses and Contents",
2376
+ "scope_label": "postgraduate",
2377
+ "source_doc": "Complete Handbook",
2378
+ "pages": [
2379
+ 91,
2380
+ 97
2381
+ ],
2382
+ "page_stats": [
2383
+ {
2384
+ "page": 91,
2385
+ "source": "ocr",
2386
+ "chars": 1052,
2387
+ "seconds": 0.79
2388
+ },
2389
+ {
2390
+ "page": 92,
2391
+ "source": "ocr",
2392
+ "chars": 2352,
2393
+ "seconds": 1.46
2394
+ },
2395
+ {
2396
+ "page": 93,
2397
+ "source": "ocr",
2398
+ "chars": 2367,
2399
+ "seconds": 1.34
2400
+ },
2401
+ {
2402
+ "page": 94,
2403
+ "source": "ocr",
2404
+ "chars": 2098,
2405
+ "seconds": 1.53
2406
+ },
2407
+ {
2408
+ "page": 95,
2409
+ "source": "ocr",
2410
+ "chars": 2644,
2411
+ "seconds": 2.9
2412
+ },
2413
+ {
2414
+ "page": 96,
2415
+ "source": "ocr",
2416
+ "chars": 2141,
2417
+ "seconds": 2.39
2418
+ },
2419
+ {
2420
+ "page": 97,
2421
+ "source": "ocr",
2422
+ "chars": 716,
2423
+ "seconds": 1.18
2424
+ }
2425
+ ],
2426
+ "total_chars": 13466,
2427
+ "seconds": 11.6
2428
+ },
2429
+ {
2430
+ "section": "Master of Artificial Intelligence",
2431
+ "subsection": "Programme Requirements",
2432
+ "scope_label": "postgraduate",
2433
+ "source_doc": "Complete Handbook",
2434
+ "pages": [
2435
+ 99,
2436
+ 100
2437
+ ],
2438
+ "page_stats": [
2439
+ {
2440
+ "page": 99,
2441
+ "source": "ocr",
2442
+ "chars": 1426,
2443
+ "seconds": 2.16
2444
+ },
2445
+ {
2446
+ "page": 100,
2447
+ "source": "ocr",
2448
+ "chars": 983,
2449
+ "seconds": 1.14
2450
+ }
2451
+ ],
2452
+ "total_chars": 2436,
2453
+ "seconds": 3.3
2454
+ },
2455
+ {
2456
+ "section": "Master of Artificial Intelligence",
2457
+ "subsection": "Programme Objectives and Outcomes",
2458
+ "scope_label": "postgraduate",
2459
+ "source_doc": "Complete Handbook",
2460
+ "pages": [
2461
+ 101,
2462
+ 102
2463
+ ],
2464
+ "page_stats": [
2465
+ {
2466
+ "page": 101,
2467
+ "source": "ocr",
2468
+ "chars": 1781,
2469
+ "seconds": 2.87
2470
+ },
2471
+ {
2472
+ "page": 102,
2473
+ "source": "ocr",
2474
+ "chars": 587,
2475
+ "seconds": 0.73
2476
+ }
2477
+ ],
2478
+ "total_chars": 2396,
2479
+ "seconds": 3.6
2480
+ },
2481
+ {
2482
+ "section": "Master of Artificial Intelligence",
2483
+ "subsection": "Course Plan",
2484
+ "scope_label": "postgraduate",
2485
+ "source_doc": "Complete Handbook",
2486
+ "pages": [
2487
+ 103,
2488
+ 103
2489
+ ],
2490
+ "page_stats": [
2491
+ {
2492
+ "page": 103,
2493
+ "source": "ocr",
2494
+ "chars": 1442,
2495
+ "seconds": 1.2
2496
+ }
2497
+ ],
2498
+ "total_chars": 1455,
2499
+ "seconds": 1.2
2500
+ },
2501
+ {
2502
+ "section": "Master of Artificial Intelligence",
2503
+ "subsection": "List of Courses and Contents",
2504
+ "scope_label": "postgraduate",
2505
+ "source_doc": "Complete Handbook",
2506
+ "pages": [
2507
+ 104,
2508
+ 111
2509
+ ],
2510
+ "page_stats": [
2511
+ {
2512
+ "page": 104,
2513
+ "source": "ocr",
2514
+ "chars": 1110,
2515
+ "seconds": 0.94
2516
+ },
2517
+ {
2518
+ "page": 105,
2519
+ "source": "ocr",
2520
+ "chars": 2359,
2521
+ "seconds": 1.53
2522
+ },
2523
+ {
2524
+ "page": 106,
2525
+ "source": "ocr",
2526
+ "chars": 2484,
2527
+ "seconds": 1.5
2528
+ },
2529
+ {
2530
+ "page": 107,
2531
+ "source": "ocr",
2532
+ "chars": 1911,
2533
+ "seconds": 1.15
2534
+ },
2535
+ {
2536
+ "page": 108,
2537
+ "source": "ocr",
2538
+ "chars": 2235,
2539
+ "seconds": 1.31
2540
+ },
2541
+ {
2542
+ "page": 109,
2543
+ "source": "ocr",
2544
+ "chars": 2413,
2545
+ "seconds": 1.46
2546
+ },
2547
+ {
2548
+ "page": 110,
2549
+ "source": "ocr",
2550
+ "chars": 1976,
2551
+ "seconds": 1.56
2552
+ },
2553
+ {
2554
+ "page": 111,
2555
+ "source": "ocr",
2556
+ "chars": 1211,
2557
+ "seconds": 0.95
2558
+ }
2559
+ ],
2560
+ "total_chars": 15817,
2561
+ "seconds": 10.39
2562
+ },
2563
+ {
2564
+ "section": "Master of Computer Science (By Research)",
2565
+ "subsection": "Programme Requirements",
2566
+ "scope_label": "postgraduate",
2567
+ "source_doc": "Complete Handbook",
2568
+ "pages": [
2569
+ 113,
2570
+ 113
2571
+ ],
2572
+ "page_stats": [
2573
+ {
2574
+ "page": 113,
2575
+ "source": "ocr",
2576
+ "chars": 1523,
2577
+ "seconds": 1.33
2578
+ }
2579
+ ],
2580
+ "total_chars": 1536,
2581
+ "seconds": 1.33
2582
+ },
2583
+ {
2584
+ "section": "Master of Computer Science (By Research)",
2585
+ "subsection": "Learning Objectives and Outcomes",
2586
+ "scope_label": "postgraduate",
2587
+ "source_doc": "Complete Handbook",
2588
+ "pages": [
2589
+ 114,
2590
+ 115
2591
+ ],
2592
+ "page_stats": [
2593
+ {
2594
+ "page": 114,
2595
+ "source": "ocr",
2596
+ "chars": 1233,
2597
+ "seconds": 1.1
2598
+ },
2599
+ {
2600
+ "page": 115,
2601
+ "source": "ocr",
2602
+ "chars": 500,
2603
+ "seconds": 0.59
2604
+ }
2605
+ ],
2606
+ "total_chars": 1761,
2607
+ "seconds": 1.69
2608
+ },
2609
+ {
2610
+ "section": "Master of Computer Science (By Research)",
2611
+ "subsection": "Candidature Requirements",
2612
+ "scope_label": "postgraduate",
2613
+ "source_doc": "Complete Handbook",
2614
+ "pages": [
2615
+ 116,
2616
+ 116
2617
+ ],
2618
+ "page_stats": [
2619
+ {
2620
+ "page": 116,
2621
+ "source": "ocr",
2622
+ "chars": 1206,
2623
+ "seconds": 0.91
2624
+ }
2625
+ ],
2626
+ "total_chars": 1219,
2627
+ "seconds": 0.91
2628
+ },
2629
+ {
2630
+ "section": "Master of Computer Science (By Research)",
2631
+ "subsection": "Graduate on Time (GOT) Schedule",
2632
+ "scope_label": "postgraduate",
2633
+ "source_doc": "Complete Handbook",
2634
+ "pages": [
2635
+ 117,
2636
+ 117
2637
+ ],
2638
+ "page_stats": [
2639
+ {
2640
+ "page": 117,
2641
+ "source": "ocr",
2642
+ "chars": 2103,
2643
+ "seconds": 1.9
2644
+ }
2645
+ ],
2646
+ "total_chars": 2116,
2647
+ "seconds": 1.9
2648
+ },
2649
+ {
2650
+ "section": "Master of Computer Science (By Research)",
2651
+ "subsection": "Research Methodology / Course Contents",
2652
+ "scope_label": "postgraduate",
2653
+ "source_doc": "Complete Handbook",
2654
+ "pages": [
2655
+ 118,
2656
+ 118
2657
+ ],
2658
+ "page_stats": [
2659
+ {
2660
+ "page": 118,
2661
+ "source": "ocr",
2662
+ "chars": 1765,
2663
+ "seconds": 1.34
2664
+ }
2665
+ ],
2666
+ "total_chars": 1778,
2667
+ "seconds": 1.34
2668
+ },
2669
+ {
2670
+ "section": "Doctor of Philosophy",
2671
+ "subsection": "Advanced Research Methods Course Content",
2672
+ "scope_label": "postgraduate",
2673
+ "source_doc": "Complete Handbook",
2674
+ "pages": [
2675
+ 120,
2676
+ 120
2677
+ ],
2678
+ "page_stats": [
2679
+ {
2680
+ "page": 120,
2681
+ "source": "ocr",
2682
+ "chars": 1210,
2683
+ "seconds": 1.09
2684
+ }
2685
+ ],
2686
+ "total_chars": 1223,
2687
+ "seconds": 1.09
2688
+ },
2689
+ {
2690
+ "section": "Doctor of Philosophy",
2691
+ "subsection": "Programme Education Objectives",
2692
+ "scope_label": "postgraduate",
2693
+ "source_doc": "Complete Handbook",
2694
+ "pages": [
2695
+ 121,
2696
+ 121
2697
+ ],
2698
+ "page_stats": [
2699
+ {
2700
+ "page": 121,
2701
+ "source": "ocr",
2702
+ "chars": 336,
2703
+ "seconds": 0.6
2704
+ }
2705
+ ],
2706
+ "total_chars": 349,
2707
+ "seconds": 0.6
2708
+ },
2709
+ {
2710
+ "section": "Doctor of Philosophy",
2711
+ "subsection": "Learning Outcomes",
2712
+ "scope_label": "postgraduate",
2713
+ "source_doc": "Complete Handbook",
2714
+ "pages": [
2715
+ 122,
2716
+ 122
2717
+ ],
2718
+ "page_stats": [
2719
+ {
2720
+ "page": 122,
2721
+ "source": "ocr",
2722
+ "chars": 588,
2723
+ "seconds": 0.65
2724
+ }
2725
+ ],
2726
+ "total_chars": 601,
2727
+ "seconds": 0.65
2728
+ },
2729
+ {
2730
+ "section": "Doctor of Philosophy",
2731
+ "subsection": "Candidature Requirements",
2732
+ "scope_label": "postgraduate",
2733
+ "source_doc": "Complete Handbook",
2734
+ "pages": [
2735
+ 123,
2736
+ 123
2737
+ ],
2738
+ "page_stats": [
2739
+ {
2740
+ "page": 123,
2741
+ "source": "ocr",
2742
+ "chars": 1535,
2743
+ "seconds": 2.15
2744
+ }
2745
+ ],
2746
+ "total_chars": 1548,
2747
+ "seconds": 2.15
2748
+ },
2749
+ {
2750
+ "section": "Doctor of Philosophy",
2751
+ "subsection": "Proposed Graduate on Time (GOT) Schedule",
2752
+ "scope_label": "postgraduate",
2753
+ "source_doc": "Complete Handbook",
2754
+ "pages": [
2755
+ 124,
2756
+ 124
2757
+ ],
2758
+ "page_stats": [
2759
+ {
2760
+ "page": 124,
2761
+ "source": "ocr",
2762
+ "chars": 2280,
2763
+ "seconds": 1.77
2764
+ }
2765
+ ],
2766
+ "total_chars": 2293,
2767
+ "seconds": 1.77
2768
+ }
2769
+ ],
2770
+ "total_seconds": 313.89
2771
+ }