-
Notifications
You must be signed in to change notification settings - Fork 2
/
acad.html
322 lines (300 loc) · 12.3 KB
/
acad.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
<!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">
<meta name="description" content="">
<meta name="author" content="">
<title>Collate, SoC style</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/page.css" rel="stylesheet">
</head>
<body>
<div class="navbar navbar-fixed-top navbar-inverse" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">Collage</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="index.html">Main</a></li>
<li class="active"><a href="acad.html">Acad</a></li>
<li><a href="admin.html">Admin</a></li>
<li><a href="bidding.html">Bidding</a></li>
<li><a href="email.html">Email</a></li>
<li><a href="food.html">Food</a></li>
<li><a href="halls.html">Halls</a></li>
<li><a href="internet.html">Internet</a></li>
<li><a href="misc.html">Misc</a></li>
<li><a href="resources.html">Resources</a></li>
<li><a href="printing.html">Printing</a></li>
<li><a href="social.html">Social Media</a></li>
<li><a href="travel.html">Travel</a></li>
<li><a href="work.html">Work</a></li>
</ul>
</div><!-- /.nav-collapse -->
</div><!-- /.container -->
</div><!-- /.navbar -->
<div class="container">
<div class="row row-offcanvas row-offcanvas-right">
<div class="col-xs-12 col-sm-9">
<div class="jumbotron">
<h1>Academics!</h1>
<p>What you expect, enrolling into a University?</p>
</div>
<div class="row">
<div class="col-6 col-sm-6 col-lg-4">
<h2>Academic Calendar</h2>
<p>Official Academic Calendar</p>
<p><a class="btn btn-success btn-block" href="http://www.nus.edu.sg/registrar/calendar.html" role="button">Academic Calendar</a></p>
</div><!--/span-->
<div class="col-6 col-sm-6 col-lg-4">
<h2>Past year papers!</h2>
<p>If released, most of them will be here, without answers.
Click Exam paper database and type in the module code
you are interested in!</p>
<p>
<a
class="btn btn-warning btn-block"
href="http://libbrs.nus.edu.sg/infogate"
role="button">
NUS Exam papers
</a>
</p>
<p>
<a
class="btn btn-danger btn-block"
href="http://www.urbanuni.io/"
role="button">
UrbanUni
</a>
</p>
</div><!--/span-->
<div class="col-6 col-sm-6 col-lg-4">
<h2>NUS Maths Society</h2>
<p>Past year paper solutions done up by the NUS Maths
Society</p>
<p>
<a
class="btn btn-primary btn-block"
href="http://nusmathsociety.org/pyp.html"
role="button">
NUS Math Society
</a>
</p>
</div><!--/span-->
<div class="col-6 col-sm-6 col-lg-4">
<h2>IVLE</h2>
<p>Integrated Virtual Learning Environment - the place where you submit work, when you get work, where you see forums (for second hand textbooks and so much more. Too many mobile apps for this, search for your favourite online</p>
<p><a class="btn btn-primary btn-block" href="https://ivle.nus.edu.sg/" role="button">IVLE</a></p>
</div>
<div class="col-6 col-sm-6 col-lg-4">
<h2>Mooshak</h2>
<p>A grading website for certain modules (i.e. CS2010, CS3230)</p>
<p>
<a
class = "btn btn-primary btn-block"
href = "http://algorithmics.comp.nus.edu.sg/~mooshak/"
role = "button">
Mooshak
</a>
</p>
<p>
<a
class = "btn btn-success btn-block"
href = "mooshak_info.jpg"
role = "button">
Error Code Cheat Sheet - By Bei Er
</a>
</p>
</div>
<div class="col-6 col-sm-6 col-lg-4">
<h2>Code Crunch</h2>
<p>NUS Computing's Marking website. Its pretty strict, but
it remains a programming output checker.</p>
<p>
<a
class = "btn btn-primary btn-block"
href = "http://codecrunch.comp.nus.edu.sg/"
role = "button">
Code Crunch
</a>
</p>
</div>
<div class="col-6 col-sm-6 col-lg-4">
<h2>TestYourCode</h2>
<p>It is a student made code tester that can brilliantly
test your code for you, given the input and output
files, it will be able to test your code with the given
input and output.
</p>
<p>
<a
class = "btn btn-primary btn-block"
href = "http://testyourcode-lynxwang.rhcloud.com/login"
role = "button">
TestYourCode
</a>
</p>
</div>
<div class="col-6 col-sm-6 col-lg-4">
<h2>CS1010J Mock PE 11th September</h2>
<p>Mock PE for CS1010J Students held by NUS Students' Computing Club Academic
Liaison Cell.
</p>
<p>
<a
class = "btn btn-primary btn-block"
href =
"http://www.comp.nus.edu.sg/~kohzk/CS1010J_Mock_PE_11Sept/"
role = "button">
Questions
</a>
<a
class = "btn btn-primary btn-block"
href =
"http://www.comp.nus.edu.sg/~kohzk/CS1010J_Mock_PE_11Sept/Q1"
role = "button">
Question 1 Files
</a>
<a
class = "btn btn-primary btn-block"
href =
"http://www.comp.nus.edu.sg/~kohzk/CS1010J_Mock_PE_11Sept/Q2"
role = "button">
Question 2 Files
</a>
</p>
</div>
<div class="col-6 col-sm-6 col-lg-4">
<h2>CS1010 Mock PE 17th September</h2>
<p>Mock PE for CS1010 Students held by NUS Students' Computing Club Academic
Liaison Cell.
</p>
<p>
<a
class = "btn btn-primary btn-block"
href =
"http://www.comp.nus.edu.sg/~kohzk/CS1010_Mock_PE_17Sept/Q1"
role = "button">
Question 1
</a>
<a
class = "btn btn-primary btn-block"
href =
"http://www.comp.nus.edu.sg/~kohzk/CS1010_Mock_PE_17Sept/Q2"
role = "button">
Question 2
</a>
</p>
</div>
<div class="col-6 col-sm-6 col-lg-4">
<h2>Module Crasher</h2>
<p>Have you ever thought of learning more than just that
of the modules you are taking? Hmmmmm, anyway this was one
of the sites done for Orbital. It may not be updated any
more to reflect the newer lectures.</p>
<p>
<a
class = "btn btn-primary btn-block"
href = "http://nusmodcrasher.appspot.com"
role = "button">
Module Crasher
</a>
</p>
</div>
<div class="col-6 col-sm-6 col-lg-4">
<h2>Academic Day 2 Slides</h2>
<p>Part 2 of the academic day series! </p>
<p>
<a
class = "btn btn-primary btn-block"
href =
"http://www.comp.nus.edu.sg/~kohzk/orbital_slides.pptx"
role = "button">
Orbital Introduction Slides
</a>
<a
class = "btn btn-primary btn-block"
href =
"http://www.comp.nus.edu.sg/~kohzk/noc_slides.pdf"
role = "button">
NUS Overseas College Intro
</a>
<a
class = "btn btn-primary btn-block"
href =
"http://www.comp.nus.edu.sg/~kohzk/nusgdg.pptx"
role = "button">
NUS Game Dev Group Intro
</a>
<a
class = "btn btn-primary btn-block"
href =
"http://slides.com/ruiwenchua/youwontbelieve/"
role = "button">
NOC Sharing
</a>
</p>
</div>
<div class="col-6 col-sm-6 col-lg-4">
<h2>Module Websites</h2>
<p>This are few of the websites professors use for their
modules, may or may not be continued, depending on whether
the professors prefer to use <a
href="http://ivle.nus.edu.sg">IVLE</a> or not</p>
<p>
<a
class = "btn btn-primary btn-block"
href = "http://www.comp.nus.edu.sg/~cs1010"
role = "button">
CS1010 Programming Methodology
</a>
<a
class = "btn btn-primary btn-block"
href = "http://www.comp.nus.edu.sg/~cs1020"
role = "button">
CS1020 Data Structures & Algorithms I
</a>
<a
class = "btn btn-primary btn-block"
href = "http://www.comp.nus.edu.sg/~cs2100"
role = "button">
CS2100 Computer Organisation
</a>
<a
class = "btn btn-primary btn-block"
href = "http://www.comp.nus.edu.sg/~cs2105"
role = "button">
CS2105 Intro to Networks
</a>
<a
class = "btn btn-primary btn-block"
href = "http://www.comp.nus.edu.sg/~lubomir"
role = "button">
CS2106 Intro to OS
</a>
</p>
</div><!--/row-->
</div><!--/span-->
</div><!--/row-->
<hr>
<footer>
<p>© 2014 <a href="http://www.facebook.com/andrewkzk">Collator</a> | Anything on this site is purely my humble opinion :)</p>
</footer>
</div><!--/.container-->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/page.js"></script>
</body>
</html>