-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcoop.html
More file actions
49 lines (42 loc) · 2.02 KB
/
coop.html
File metadata and controls
49 lines (42 loc) · 2.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="otherpage.css">
<title>Data Science Program - Co-op Designation</title>
</head>
<body>
<header>
<h1>Co-op Designation Requirements</h1>
<p>A co-op designation may be added to this graduate program, under the following conditions:</p>
</header>
<section>
<h2>Application Timing</h2>
<p>An application to the co-op designation may be made at the end of the third semester (after the completion of CS 700, 710, 711, 712, 713, and 714).</p>
</section>
<section>
<h2>Minimum Average Grade</h2>
<p>A minimum average grade of 80% or higher must have been achieved on the courses taken in the first three semesters of the program.</p>
</section>
<section>
<h2>TimeLine</h2>
<p>the co-op placements will occur during the fifth and sixth semesters; these can be with the same employer or different ones.</p>
</section>
<section>
<h2>Condition to obtain Co-op Designation</h2>
<p>if two semesters of work terms are completed, a co-op designation will be added to your academic record.</p>
</section>
<section>
<h2>Requirment to get the Degree and Timleine</h2>
<p>the normal coursework of the fifth semester (CS 719) will take place after the end of the co-op placements (in the sixth or seventh semester, depending on whether one or two co-op terms are taken).</p>
</section>
<section>
<h2>Key Information to noted</h2>
<p>tAcceptance to a Co-op work term is subject to the approval of the Co-op Grad Coordinator. Attaining a Co-op work term is a competitive process through the Career Centre. Credit hours earned on a work term are extra to the credit hours required in this program.</p>
</section>
<footer>
<p>© 2023 University of Regina | All rights reserved @ regina.ca</p>
</footer>
</body>
</html>