-
Notifications
You must be signed in to change notification settings - Fork 3
/
tutorial.htm
93 lines (70 loc) · 4.11 KB
/
tutorial.htm
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Tutorial</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
<link rel="stylesheet" href="./css/style.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css">
<link rel="stylesheet" href="https://cdn.rawgit.com/jpswalsh/academicons/master/css/academicons.min.css"
</head>
<!-- you should probably put some google analytics / meta bits and pieces
here : PRH
<meta property="og:title" content="Paul Hill's Website"> etc.
<script async src="https://www.googletagmanager.com/gtag/js?id=??????????"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', '??????????');
</script>
-->
<body id="page-top">
<div class="page-container">
<div class="inner">
<div class="container">
<div class="row">
<div class="title">
<h1>Useful links/emails</h1>
</div>
</div>
</div>
<br>
<div class="container-md">
<h2>Enquiry</h2>
In cases you need any help related to student letters, academic marks, student regulations, exams, resit exams, etc.
<ul>
<li>School of CS: <A HREF="mailto:[email protected]">[email protected]</A> and <A HREF="mailto:[email protected]">[email protected]</A></li>
<li>School of EEME: <A HREF="mailto:[email protected]">[email protected]</A></li>
</ul>
</div>
<br>
<div class="container-md">
<h2>Extension application</h2>
<p>You can find useful information related to coursework extension at </p>
<p><A HREF="https://www.bristol.ac.uk/students/support/academic-advice/assessment-support/request-a-coursework-extension/">https://www.bristol.ac.uk/students/support/academic-advice/assessment-support/request-a-coursework-extension/</A></p>
<p>The deadline for the submission of an extension request is <b>48 hours</b> before the coursework submission deadline.
You need to work to your current due date until the school has approved an extension.</p>
</div>
<br>
<div class="container-md">
<h2>Exceptional circumstances</h2>
<p>If the extension request deadline has passed or you have experienced something unexpected, unavoidable, and outside of your control, you can consider submitting an exceptional circumstance case. Detailed information can be found at </p>
<p><A HREF="https://www.bristol.ac.uk/students/support/academic-advice/assessment-support/exceptional-circumstances/">https://www.bristol.ac.uk/students/support/academic-advice/assessment-support/exceptional-circumstances/</A></p>
</div>
<br>
<div class="container-md">
<h2>Important websites</h2>
<ul>
<li> <b>Blackboard </b><A HREF="https://www.ole.bris.ac.uk/">[Link]</A>: teaching material, assessment details, submission portals, etc. Here are the <A HREF=" https://www.bristol.ac.uk/digital-education/tools/blackboard/">[instructions]</A>.</li>
<li> <b>eVision</b> <A HREF="https://evision.apps.bristol.ac.uk/">[Link]</A>: assessment details and results. Here are the <A HREF=" https://www.bristol.ac.uk/students/support/academic-advice/outcomes/view-assessment-details-and-results/">[instructions]</A>.</li>
</ul>
</div>
</div>
</div>
</body>
</html>