-
Notifications
You must be signed in to change notification settings - Fork 3
/
events.html
439 lines (430 loc) · 15.3 KB
/
events.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
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="canonical" href="https://csclub.org.au/contact" />
<title>CS Club | Events</title>
<!-- Materialize -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.98.0/css/materialize.min.css"
integrity="sha256-mDRlQYEnF3BuKJadRTD48MaEv4+tX8GVP9dEvjZRv3c="
crossorigin="anonymous"
/>
<!-- General stylesheet -->
<link href="/css/styles.css" rel="stylesheet" />
<!-- Icons -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.12.1/css/all.css" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.12.1/css/v4-shims.css" />
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" />
<link
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
rel="stylesheet"
integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN"
crossorigin="anonymous"
/>
<!-- Favicon -->
<link rel="icon" type="image/png" href="/images/logo_sm.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png" />
<link rel="icon" type="image/png" href="/images/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="/images/favicon-16x16.png" sizes="16x16" />
<link rel="manifest" href="/images/manifest.json" />
<link rel="mask-icon" href="/images/safari-pinned-tab.svg" color="#5bbad5" />
<link rel="shortcut icon" href="/images/favicon.ico" />
<meta name="msapplication-config" content="/images/browserconfig.xml" />
<meta name="theme-color" content="#ffffff" />
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- jQuery -->
<script
src="https://code.jquery.com/jquery-3.6.0.min.js"
integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4="
crossorigin="anonymous"
></script>
<script src="/js/load.js"></script>
</head>
<body class="about">
<div id="navbar"></div>
<ul id="slide-out" class="side-nav">
<li class="logo">
<a id="logo-container" href="/" class="brand-logo">
<img src="/images/logo.png" style="height: 100%" alt="" />
</a>
</li>
<li class="search">
<div class="search-wrapper card">
<input id="search" placeholder="Search" /><i class="material-icons">search</i>
</div>
</li>
<li>
<a href="/"><i class="material-icons">home</i>Home</a>
</li>
<li>
<a href="/about"><i class="material-icons">info</i>About</a>
</li>
<li>
<a href="/join"><i class="material-icons">person_add</i>Join</a>
</li>
<li>
<a href="/sponsors"><i class="material-icons">cake</i>Sponsors</a>
</li>
<li class="active">
<a href="/contact"><i class="material-icons">email</i>Contact</a>
</li>
</ul>
<header>
<div class="container">
<div class="row">
<div class="col s12">
<h1 class="center">Events</h1>
</div>
</div>
</div>
</header>
<main>
<div class="section">
<div class="section-banner container-full flow-text no-padding">
<div class="container">
<p>
The Computer Science Club is excited to be hosting a number of events throughout the
year.<br />
For futher information, take a look at some of the events below!
</p>
</div>
</div>
<div class="container">
<h4>Recurring events</h4>
<ul class="row">
<li class="col s12 m12 l12">
<div class="card">
<div class="card-content">
<div class="hoverImageText">Friday Night Games</div>
<div class="hoverImageText2">
Date: Every Friday<br />
Time: From 5:00 PM<br />
Venue: Engineering and Maths EM110 (Duck Lounge)<br />
<br />
Need to blow off some steam from a long week of studying? Wanna hang out with
like-minded students? Want to be the final boss on Super Smash Bro's? or would
just like some free food every now and then?<br />
Come down to the Duck Lounge (EM110) in the Engineering and Mathematics Building
for some games!<br />
NOTE: Free food will be provided on the last Friday of every month.
</div>
</div>
</div>
</li>
</ul>
<h4>Upcoming events</h4>
<ul class="row">
<!-- -->
</ul>
<h4>Past events</h4>
<ul class="row">
<li class="col s12 m12 l12">
<div class="card">
<div class="card-content">
<div class="hoverImageText">Cocktail Night</div>
<div class="hoverImageText2">
Date: 2023 September 15th<br />
Time: From 17:00<br />
Venue: Duke of York Hotel
</div>
</div>
</div>
</li>
<li class="col s12 m12 l12">
<div class="card">
<div class="card-content">
<div class="hoverImageText">DuckCTF</div>
<div class="hoverImageText2">
Date: 2023 August 3rd<br />
Time: 17:00<br />
Venue: Australian Cyber Collaboration Centre
</div>
</div>
</div>
</li>
<li class="col s12 m12 l12">
<div class="card">
<div class="card-content">
<div class="hoverImageText">Pubcrawl</div>
<div class="hoverImageText2">
Date: 2023 May 19th<br />
Time: 18:00<br />
Venue: Several
</div>
</div>
</div>
</li>
<li class="col s12 m12 l12">
<div class="card">
<div class="card-content">
<div class="hoverImageText">Meet and Greet!</div>
<div class="hoverImageText2">
Date: Friday Week 1, 2023 March 3rd<br />
Time: From 5:30 PM<br />
Venue: Engineering and Maths EM105<br /><br />
Come hang out and meet the Computer Science Club's committee and members in your
first week of the new academic year!<br />
We have board games in collaboration with the GAMES Club and our club owned
Nintendo Switch.<br />
Food and drinks will also be provided.
</div>
</div>
</div>
</li>
<li class="col s12 m12 l12">
<div class="card">
<div class="card-content">
<div class="hoverImageText">Git + GitHub + Gradescope Workshop</div>
<div class="hoverImageText2">
Date: Wednesday Week 2, 2023 March 8th<br />
Time: From 5:00 PM<br />
Venue: Ingkarni Wardli IW218<br />
<br />
CS Club presents Git Gud with Git, Github and Gradescope 🔥<br />
Now that the university is moving to Git, Github and Gradescope we would like to
invite all our peers, first years or otherwise to this in-person and online
workshop.<br />
We will be covering the basics of Git and Github, what they are and how to use
Gradescope alongside these tools during your courses. We will also go through
how Gradescope works when using the Code50 IDE.<br />
We will not be covering SVN during the session as first year courses are now
using Github and second years and up should already be familiar with SVN.<br />
Hope to see you all there so we can Git Gud together!
</div>
</div>
</div>
</li>
<li class="col s12 m12 l12">
<div class="card">
<div class="card-content">
<div class="hoverImageText">Quiz Night</div>
<div class="hoverImageText2">
Date: Friday Week 2, 2023 March 10th<br />
Time: From 7:00 PM<br />
Venue: Ingkarni Wardli IW218<br />
<br />
Join us for a night of quizzical encounters! Free food and prizes to come!
</div>
</div>
</div>
</li>
<li class="col s12 m12 l12">
<div class="card">
<div class="card-content">
<div class="hoverImageText">HACKED 2023 Cyber Panel</div>
<div class="hoverImageText2">
Date: Wednesday Week 6, 2023 April 5th<br />
Time: From 6:30 PM<br />
Venue: Ingkarni Wardli Level 7 Atrium<br />
<br />
CS Club presents HACKED! The University of Adelaide's biggest cybersecurity Q&A
panel of the year!<br /><br />
Featuring industry leaders from the country's biggest cybersecurity
organisations. If you're interested in a career related to cybersecurity from
penetration testing, incident response, to governance and risk management. Our
guest speakers will have a perspective that you'll want to hear.<br /><br />
<span style="font-weight: 400"
>SUBMIT YOUR QUESTIONS
<a
style="text-decoration: underline"
href="https://forms.gle/Wgo2rhXKJN7VdART7"
>HERE</a
>!</span
><br /><br />
<span style="font-weight: 400">HACKED's guests include:</span><br />
TBC<br /><br />
<span style="font-weight: 400">How to get there</span><br />
Walk into the Atrium and enter the elevators, you should be able to access level
7 on the day.<br />
If you are having issues, please message us on messenger.
</div>
</div>
</div>
</li>
<li class="col s12 m12 l12">
<div class="card">
<div class="card-content">
<div class="hoverImageText">DUCK LOUNGE OPENING</div>
<div class="hoverImageText2">
Date: Monday O'Week, 2022 February 21st<br />
Time: From 5:00 PM<br />
Venue: Engineering and Maths EM110 (Duck Lounge)
</div>
</div>
</div>
</li>
<li class="col s12 m12 l12">
<div class="card">
<div class="card-content">
<div class="hoverImageText">CS CLUB MEET AND GREET</div>
<div class="hoverImageText2">
Date: Friday Week 1, 2022 March 4th<br />
Time: 4:00 PM - 6:00 PM<br />
Venue: Adelaide Uni Bar
</div>
</div>
</div>
</li>
<li class="col s12 m12 l12">
<div class="card">
<div class="card-content">
<div class="hoverImageText">CS CLUB QUIZ NIGHT</div>
<div class="hoverImageText2">
Date: Friday Week 2, 2022 March 11th<br />
Time: From 6:00 PM<br />
Venue: Ingkarni Wardli IW218
</div>
</div>
</div>
</li>
<li class="col s12 m12 l12">
<div class="card">
<div class="card-content">
<div class="hoverImageText">GIT GUD WITH GIT, GITHUB, AND GRADESCOPE</div>
<div class="hoverImageText2">
Date: Thursday Week 3, 2022 March 17th<br />
Time: 5:00 PM - 7:00 PM<br />
Venue: Ingkarni Wardli IW218
</div>
</div>
</div>
</li>
<li class="col s12 m12 l12">
<div class="card">
<div class="card-content">
<div class="hoverImageText">SGM & PRESIDENT HANDOVER</div>
<div class="hoverImageText2">
Date: Wednesday Week 4, 2022 March 23rd<br />
Time: From 5:00 PM<br />
Venue: Engineering and Maths EM110 (Duck Lounge)
</div>
</div>
</div>
</li>
<li class="col s12 m12 l12">
<div class="card">
<div class="card-content">
<div class="hoverImageText">STRAIGHT OUTTA COMPSCI PUB CRAWL</div>
<div class="hoverImageText2">
Date: Friday Week 5, 2022 April 1st<br />
Time: 4:00 PM - 12:00 AM<br />
Venue: Adelaide Uni Bar & various bars in Adelaide
</div>
</div>
</div>
</li>
<li class="col s12 m12 l12">
<div class="card">
<div class="card-content">
<div class="hoverImageText">CAPTURE THE FLAG WORKSHOP</div>
<div class="hoverImageText2">
Date: Wednesday Week 6, 2022 April 6th<br />
Time: 5:00 PM - 7:00 PM<br />
Venue: Engineering and Maths EM108 Computer Suite
</div>
</div>
</div>
</li>
<li class="col s12 m12 l12">
<div class="card">
<div class="card-content">
<div class="hoverImageText">CYBERSECURITY Q&A PANEL</div>
<div class="hoverImageText2">
Date: Wednesday Week 7, 2022 April 27th<br />
Time: 5:00 PM - 7:00 PM<br />
Venue: Engineering South S112 Lecture Theatre
</div>
</div>
</div>
</li>
<li class="col s12 m12 l12">
<div class="card">
<div class="card-content">
<div class="hoverImageText">STEM INDUSTRY NIGHT</div>
<div class="hoverImageText2">
Date: Wednesday Week 8, 2022 May 4th<br />
Time: From 6:00 PM<br />
Venue: Ingkarni Wardli Level 7 Conference Room (715)
</div>
</div>
</div>
</li>
<li class="col s12 m12 l12">
<div class="card">
<div class="card-content">
<div class="hoverImageText">CAPTURE THE FLAG: DUCKCTF</div>
<div class="hoverImageText2">
Date: Wednesday Week 9, 2022 May 11th<br />
Time: 5:00 PM - 7:30 PM<br />
Venue: A3C Cyber Range, Eleanor Harrald Building, Lot Fourteen<br />
Flag: 🦆
</div>
</div>
</div>
</li>
<li class="col s12 m12 l12">
<div class="card">
<div class="card-content">
<div class="hoverImageText">AI INDUSTRY PANEL</div>
<div class="hoverImageText2">
Date: Wednesday Week 12, 2022 June 1st<br />
Time: 5:00 PM - 7:00 PM<br />
Venue: Engineering South S112 Lecture Theatre
</div>
</div>
</div>
</li>
<li class="col s12 m12 l12">
<div class="card">
<div class="card-content">
<div class="hoverImageText">END OF SEMESTER AWARDS & INDUSTRY NIGHT</div>
<div class="hoverImageText2">
Date: Wednesday Week 13, 2022 June 8th<br />
Time: From 5:00 PM<br />
Venue: TBD
</div>
</div>
</div>
</li>
<li class="col s12 m12 l12">
<div class="card">
<div class="card-content">
<div class="hoverImageText">GUEST PRESENTATION: C++ IN THE REAL WORLD</div>
<div class="hoverImageText2">
Date: Wednesday Week 2, 2022 August 3th<br />
Time: From 5:00 PM<br />
Venue: Engineering South S111 Lecture Theatre
</div>
</div>
</div>
</li>
</ul>
</div>
<div class="section-banner container-full flow-text no-padding">
<div class="container">
<p>
More events to come for semester 2, stay tuned by following our Facebook, LinkedIn, and
Discord!
</p>
</div>
</div>
</div>
</main>
<div id="footer"></div>
<!-- JS plugins and individual files -->
<script src="/js/csclub.materialize-v1.0.js"></script>
<script src="/js/lunr.min.js"></script>
<!-- CS Club js -->
<script src="/js/csclub.common.js"></script>
<script src="/js/csclub.contact.js"></script>
</body>
</html>