-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
317 lines (259 loc) · 13.5 KB
/
index.html
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Portal</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Portal. Links to important university services">
<meta name="theme-color" content="#228B22">
<meta name="msapplication-navbutton-color" content="#228B22">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="shortcut icon" href="/portal.png" />
<link rel="icon" sizes="500x500" href="/portal.png">
<link rel="apple-touch-icon" href="/portal.png" />
<link rel="stylesheet" href="style.css">
<link href="/fa/css/all.min.css" rel="stylesheet">
</head>
<body>
<div class="titleBar">
<a href="/" class="title">Portal</a>
</div>
<div class="content">
<!--<center><div class="week">Week <span
id="week"></span></div></center>-->
<!-- Contribute Table -->
<div class="card alert-yellow">
<p class="card-title">Contribute!</p>
<p>This is a community-built website, and the previous maintainers are no
longer students of the university. Please help us keep information up-to-date
by contributing!</p>
<div class="card-grid sub-card sub-card-dark">
<a class="left" href="https://github.com/hw-cs-reps/portal">Contribute on GitHub!</a>
</div>
</div>
<div class="card-grid">
<a class="card" href="https://portal.hw.ac.uk/">
<p class="card-title">Official Portal</p>
<p class="card-text">portal.hw.ac.uk</p>
</a>
<a class="card" href="https://myhwu.hw.ac.uk/ssomanager/c/SSB">
<p class="card-title">Student Self Service</p>
<p class="card-text">myhwu.hw.ac.uk</p>
</a>
<!-- Teaching Timetables -->
<a class="card" href="https://timetableexplorer.hw.ac.uk/">
<p class="card-title">Teaching Timetables</p>
<p class="card-text">timetableexplorer.hw.ac.uk</p>
</a>
<!-- Resource Booker -->
<div class="card">
<div class="card-title">Resource Booker</div>
<div class="card-grid sub-card">
<a class="left" href="https://resourcebookeruk.hw.ac.uk/">Edinburgh</a>
<a class="right" href="https://resourcebookerdu.hw.ac.uk/">Dubai</a>
</div>
</div>
</div>
<!-- Quick Links -->
<div>
<a href="#links" class="h h1">
<i class="fas fa-link"></i>
<span id="links">Quick Links</span>
</a>
</div>
<!-- Canvas VLE -->
<p class="card-title">Canvas</p>
<a href="https://canvas.hw.ac.uk" class="link-list" rel="noreferrer noopener" target="_self">canvas.hw.ac.uk</a>
<!-- Online Payments -->
<p class="card-title">Online Payments</p>
<a href="https://my.hw.ac.uk/payments/faces/Start.jsp" class="link-list" rel="noreferrer noopener" target="_self">my.hw.ac.uk/payments/faces/Start.jsp</a>
<!-- Password Reset -->
<p class="card-title">Password Reset Service</p>
<a href="https://idm.hw.ac.uk/sfpr/" class="link-list" rel="noreferrer noopener" target="_self">idm.hw.ac.uk/sfpr</a>
<!-- Discovery -->
<p class="card-title">Discovery (library service)</p>
<a href="https://discovery.hw.ac.uk/" class="link-list" rel="noreferrer noopener" target="_self">discovery.hw.ac.uk</a>
<!-- KeyServer -->
<p class="card-title">KeyServer (remote desktop)</p>
<a href="https://keyserver.hw.ac.uk/" class="link-list" rel="noreferrer noopener" target="_self">keyserver.hw.ac.uk</a>
<!-- IT Helpdesk Self-Service -->
<p class="card-title">IT Helpdesk Self Service (ticketing system)</p>
<a href="https://hwu.topdesk.net/tas/public" class="link-list" rel="noreferrer noopener" target="_self">hwu.topdesk.net/tas/public</a>
<!-- Print Quota/Payment Service -->
<p class="card-title">Print Quota/Payment Service</p>
<a href="https://heriotwatt.pcountereasypay.com/" class="link-list" rel="noreferrer noopener" target="_self">heriotwatt.pcountereasypay.com</a>
<!-- Wi-Fi Printing (web UI/CUPS) -->
<p class="card-title">Wi-Fi Printing (web UI/CUPS)</p>
<a href="https://wifiprinting.hw.ac.uk:9443/" class="link-list" rel="noreferrer noopener" target="_self">wifiprinting.hw.ac.uk:9443</a>
<!-- New MACS Project System -->
<p class="card-title">MACS Project System</p>
<a href="https://projects.hw.ac.uk/" class="link-list" rel="noreferrer noopener" target="_self">projects.hw.ac.uk</a>
<!-- Legacy MACS Project System -->
<p class="card-title">Old MACS Project System (2022)</p>
<a href="https://www.macs.hw.ac.uk/cs/project-system/" class="link-list" rel="noreferrer noopener" target="_self">macs.hw.ac.uk/cs/project-system</a>
<!-- Exam Links -->
<div>
<a href="#exam" class="h h2">
<i class="fas fa-file-alt"></i>
<span id="exam">Exam</span>
</a>
</div>
<!-- Exam Timetables & Guides -->
<p class="card-title">Exam Timetables & Guides</p>
<a href="https://www.hw.ac.uk/uk/students/studies/examinations.htm" class="link-list" rel="noreferrer noopener" target="_self">hw.ac.uk/uk/students/studies/examinations.htm</a>
<!-- Assessment Results -->
<p class="card-title">Assessment Results</p>
<a href="https://www.hw.ac.uk/uk/students/studies/examinations/results.htm" class="link-list" rel="noreferrer noopener" target="_self">hw.ac.uk/uk/students/studies/examinations/results.htm</a>
<!-- Reassessment Registration, Timetable -->
<p class="card-title">Reassessment Registration & Timetable</p>
<a href="https://www.hw.ac.uk/uk/students/studies/examinations/re-assessment.htm" class="link-list" rel="noreferrer noopener" target="_self">hw.ac.uk/uk/students/studies/examinations/re-assessment.htm</a>
<!-- General Help -->
<div>
<a href="#general" class="h h2">
<i class="fas fa-info-circle"></i>
<span id="general">General Help</span>
</a>
</div>
<p class="card-title">eduroam</p>
<a href="https://www.hw.ac.uk/uk/services/is/it-essentials/wifi.htm" class="link-list" rel="noreferrer noopener" target="_self">hw.ac.uk/uk/services/is/it-essentials/wifi.htm</a>
<!-- MACS Resources -->
<div>
<a href="#macs" class="h h2">
<i class="fas fa-university"></i>
<span id="macs">MACS Resources</span>
</a>
</div>
<p class="card-title">MACS Students Homepage</p>
<a href="https://www.macs.hw.ac.uk/students/" class="link-list" rel="noreferrer noopener" target="_self">macs.hw.ac.uk/students</a>
<p class="card-title">MACS Past Paper Exams</p>
<a href="https://www.macs.hw.ac.uk/cs/localinfo/pastpapers/index.htm" class="link-list" rel="noreferrer noopener" target="_self">macs.hw.ac.uk/cs/localinfo/pastpapers/index.htm</a>
<p class="card-title">MACS Student Server Info</p>
<a href="https://www2.macs.hw.ac.uk/" class="link-list noBottomMargin" rel="noreferrer noopener" target="_self">www2.macs.hw.ac.uk</a>
<ul>
<li><a href="https://www2.macs.hw.ac.uk/doc/WebServer.html" rel="noreferrer noopener" target="_blank">Notes on
Student Web Server</a></li>
<li><a href="https://www2.macs.hw.ac.uk/doc/MySQL.html" rel="noreferrer noopener" target="_blank">Notes on Student MySQL Server</a></li>
<li><a href="https://www.macs.hw.ac.uk/cs/faq.html" rel="noreferrer noopener" target="_blank">MACS IT FAQ</a></li>
</ul>
<p class="card-title">MACS phpMyAdmin</p>
<a href="https://www.macs.hw.ac.uk/phpMyAdmin/" class="link-list" rel="noreferrer noopener" target="_self">macs.hw.ac.uk/phpMyAdmin</a>
<p class="card-title">MACS Print Quota</p>
<a href="https://www.macs.hw.ac.uk/cs/localinfo/facil/print_quota_web.htm" class="link-list" rel="noreferrer noopener" target="_self">macs.hw.ac.uk/cs/localinfo/facil/print_quota_web.htm</a>
<p class="card-title">MACS Email Lists & Aliases</p>
<a href="https://www.macs.hw.ac.uk/cs/localinfo/facil/aliases.htm" class="link-list" rel="noreferrer noopener" target="_self">macs.hw.ac.uk/cs/localinfo/facil/aliases.htm</a>
<p class="card-title">MACS CentOS 7 Virtual Machine</p>
<a href="https://www.macs.hw.ac.uk/VM/" class="link-list" rel="noreferrer noopener" target="_self">macs.hw.ac.uk/VM/</a>
<!-- MACS SSH Servers -->
<div>
<a href="#server" class="h h3">
<i class="fas fa-server"></i>
<span id="server">MACS Servers (X2Go)</span>
</a>
</div>
<p class="noBottomMargin">This is a more comprehensive list of available hosts for students.</p>
<ul>
<li>jove</li>
<li>osiris</li>
<li>amaterasu</li>
<li>linux01</li>
<li>anubis (or www2) (<b>internal only</b>)</li>
<li>baldur (<b>internal only</b>)</li>
<li>thor (<b>internal only</b>)</li>
<li>sif (<b>internal only</b>)</li>
</ul>
<p>You can SSH to the gateway with: <code>ssh -p 44788 <username>@sshgw.hw.ac.uk</code></p>
<p>You will still need to enter the <a href="#server">internal MACS Servers</a> (jove, osiris) listed above after getting into the SSH Gateway with <code>ssh <username>@ssh.macs.hw.ac.uk</code></p>
<br>
<p>(P.S. You can simplify the process with<br><code>ssh -J <username>@sshgw.hw.ac.uk:44788 <username>@ssh.macs.hw.ac.uk</code> )</p>
<p>You can SSH to the hosts with: <code>ssh <host></code></p>
<p><strong>NOTE:</strong> Make sure you have <a href="https://www.hw.ac.uk/uk/services/is/it-essentials/multi-factor-authentication.htm" target="_blank">MFA Enabled</a> as you will be required to enter a verification code too.</p>
<p>Make sure your authentication method is set to <b>Mobile app</b> in your <a href="https://aka.ms/mfasetup">MFA Setup</a>.</p>
<!-- MACS Help -->
<div class="card-grid">
<a class="card" href="mailto:help@macs.hw.ac.uk">
<p class="card-title">MACS Help</p>
<p class="card-text">help@macs.hw.ac.uk</p>
</a>
</div>
<!-- Please only include emails to departments or helpdesks, such as disability@hw.ac.uk, rather than people; jdoe@hw.ac.uk -->
<div>
<a href="#emails" class="h h2">
<i class="fas fa-at"></i>
<span id="emails">Emails & Contacts</span>
</a>
</div>
<p>Access <a class="inlineLink" href="https://portal.office.com/" rel="noreferrer noopener" target="_blank">Outlook with a browser</a>, or with a <a class="inlineLink" href="https://www.macs.hw.ac.uk/cs/faq.html#Qm8" rel="noreferrer noopener" target="_blank">desktop client</a>.</p>
<p>If the links aren't working for you, right click and copy the email address.</p>
<p>Struggling to access emails on <b>GNU/Linux</b> systems? Click <a href="outlook-linux.html">here</a> for instructions.</p>
<div class="card-grid">
<!-- Advice Hub -->
<a class="card" href="mailto:advice.hub@hw.ac.uk">
<p class="card-title">Advice Hub</p>
<p class="card-text">advice.hub@hw.ac.uk</p>
</a>
<!-- Student Centre -->
<a class="card" href="mailto:StudentCentre@hw.ac.uk">
<p class="card-title">Student Centre</p>
<p class="card-text">StudentCentre@hw.ac.uk</p>
</a>
<!-- Disability -->
<a class="card" href="mailto:Disability@hw.ac.uk">
<p class="card-title">Disability</p>
<p class="card-text">Disability@hw.ac.uk</p>
</a>
<!-- Student Wellbeing -->
<a class="card" href="mailto:StudentWellbeing@hw.ac.uk">
<p class="card-title">Student Wellbeing</p>
<p class="card-text">StudentWellbeing@hw.ac.uk</p>
</a>
<!-- Info Services Helpdesk -->
<a class="card" href="mailto:ISHelp@hw.ac.uk">
<p class="card-title">Info Services Helpdesk</p>
<p class="card-text">ISHelp@hw.ac.uk</p>
</a>
<!-- IT Helpdesk -->
<a class="card" href="mailto:ITHelp@hw.ac.uk">
<p class="card-title">IT Helpdesk</p>
<p class="card-text">ITHelp@hw.ac.uk</p>
</a>
<!-- Halls -->
<a class="card" href="mailto:Halls@hw.ac.uk">
<p class="card-title">Halls</p>
<p class="card-text">Halls@hw.ac.uk</p>
</a>
<!-- Residence Life -->
<a class="card" href="mailto:ResLife@hw.ac.uk">
<p class="card-title">Residence Life</p>
<p class="card-text">ResLife@hw.ac.uk</p>
</a>
<!-- Off Campus Services -->
<a class="card" href="mailto:OffCampus@hw.ac.uk">
<p class="card-title">Off Campus Services</p>
<p class="card-text">OffCampus@hw.ac.uk</p>
</a>
</div>
<br>
<footer>
<center>
<p>This website is unaffiliated with <a class="inlineLink footer" href="https://hw.ac.uk" target="_blank">Heriot-Watt University</a> or the <a class="inlineLink footer" href="https://www.hwunion.com/" target="_blank">Student Union</a>.</p>
<p>Contribute to this site on <a class="inlineLink" href="https://github.com/hw-cs-reps/myhwu" rel="noreferrer noopener" target="_blank">GitHub</a>!</p>
</center>
</footer>
</div>
<script>
var d = new Date();
var day = (d.getDay() + 6) % 7;
var d2 = new Date();
d2.setDate(d2.getDate() - day + 3);
var thur = d2.valueOf();
d2.setMonth(0, 11); // must be day of week 1
if (d2.getDay() !== 4) {
d2.setMonth(0, 11 + ((4 - d2.getDay()) + 7) % 7); // update here too!
}
// note: this won't work if the weeks span over the year
var week = (1 + Math.round((thur - d2) / 604800000));
document.getElementById("week").innerText = week;
</script>
<script data-goatcounter="https://myhwu.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
</body>