-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcoursereviews.html
480 lines (422 loc) · 15.9 KB
/
coursereviews.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
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> course reviews </title>
<link rel = "stylesheet" href = "css/styles.css"/>
<link rel = "stylesheet" href = "css/coursereviews.css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="/images/favicon.ico" rel="icon" type="image/x-icon">
</head>
<body>
<header>
<a href = "index.html"> home </a>
<a href = "projects.html"> projects</a>
<a href = "coursereviews.html"> course reviews </a>
</header>
<main>
<div class = 'reviews-container'>
<div class = 'review-container'>
csci1510 (fall 2024)
introduction to cryptography and computer security
covered material:
<ul>
<li>Symmetric-Key Encryption</li>
<li>Public-Key Encryption</li>
<li>Zero-Knowledge Proofs</li>
</ul>
difficulty: 5/5
learned a lot: 5/5
enjoyed course: 5/5
timely grading: 5/5
fitting concentrations: math, math-cs, cs
</div>
<div class = 'review-container'>
csci1570 (fall 2024)
design and analysis of algorithms
covered material:
<ul>
<li>Searching and Sorting</li>
<li>Dynamic Programming</li>
<li>Graph Algorithms</li>
</ul>
difficulty: 3/5
learned a lot: 4/5
enjoyed course: 5/5
timely grading: 5/5
fitting concentrations: cs, apma-cs, math-cs, cs-econ, math
</div>
<div class = 'review-container'>
csci1680 (fall 2024)
computer networks
covered material:
<ul>
<li>Socket Programming</li>
<li>IP Protocol</li>
<li>TCP Protocol</li>
</ul>
difficulty: 5/5
learned a lot: 4/5
enjoyed course: 3/5
timely grading: 2/5
fitting concentrations: cs
</div>
<div class = 'review-container'>
math1630 (fall 2024)
real analysis i
covered material:
<ul>
<li>Analysis on the reals</li>
<li>Topologyl</li>
<li>Functional Analysis</li>
</ul>
difficulty: 5/5
learned a lot: 4/5
enjoyed course: 4/5
timely grading: 2/5
fitting concentrations: math, apma
</div>
<div class = 'review-container'>
econ1210 (summer 2024)
intermediate macroeconomics
covered material:
<ul>
<li>Unemployment Models</li>
<li>Investment-Supply Models</li>
<li>Inflation</li>
</ul>
difficulty: 3/5
learned a lot: 3/5
enjoyed course: 3/5
timely grading: 3/5
fitting concentrations: all
</div>
<div class = 'review-container'>
csci1515 (spring 2024)
applied cryptography
covered material:
<ul>
<li>C++</li>
<li>CryptoPP</li>
<li>networking</li>
<li>cryptographic protocols</li>
</ul>
difficulty: 3/5
learned a lot: 4/5
enjoyed course: 4/5
timely grading: 4/5
fitting concentrations: cs, math-cs, apma-cs, cs-econ, math, apma
</div>
<div class = 'review-container'>
csci2670 (spring 2024)
graduate operating systems with lab
covered material:
<ul>
<li>C</li>
<li>GDB</li>
<li>unix</li>
<li>computer architecture</li>
</ul>
difficulty: 4/5
learned a lot: 5/5
enjoyed course: 5/5
timely grading: 4/5
fitting concentrations: cs
</div>
<div class = 'review-container'>
math1540 (spring 2024)
topics in abstract algebra
covered material:
<ul>
<li>galois theory</li>
<li>representation theory</li>
<li>module theory</li>
</ul>
difficulty: 5/5
learned a lot: 4/5
enjoyed course: 4/5
timely grading: 4/5
fitting concentrations: math, math-cs
</div>
<div class = 'review-container'>
math1580 (spring 2024)
cryptography
covered material:
<ul>
<li>group theory</li>
<li>finite field theory</li>
<li>computational complexity</li>
<li>cryptographic protocols</li>
</ul>
difficulty: 3/5
learned a lot: 4/5
enjoyed course: 4/5
timely grading: 5/5
fitting concentrations: math, math-cs, cs
</div>
<div class = 'review-container'>
apma1160 (fall 2023)
introduction to numerical optimization
covered material:
<ul>
<li>convex optimization</li>
<li>nonconvex optimization</li>
<li>point-set topology</li>
</ul>
difficulty: 4/5
learned a lot: 4/5
enjoyed course: 4/5
timely grading: 4/5
fitting concentrations: apma, apma-cs, apma-econ, cs
</div>
<div class = 'review-container'>
csci0330 (fall 2023)
introduction to computer systems
covered material:
<ul>
<li>C</li>
<li>x86_64 assembly</li>
<li>GDB</li>
<li>computer architecture</li>
</ul>
difficulty: 4/5
learned a lot: 4/5
enjoyed course: 4/5
timely grading: 4/5
fitting concentrations: cs, math-cs, apma-cs
</div>
<div class = 'review-container'>
csci1260 (fall 2023)
compilers and program analysis
covered material:
<ul>
<li>OCaml</li>
<li>x86_64 assembly</li>
<li>compiler optimization</li>
<li>programming languages</li>
</ul>
difficulty: 3/5
learned a lot: 4/5
enjoyed course: 4/5
timely grading: 5/5
fitting concentrations: cs, math-cs, linguistics, math
</div>
<div class = 'review-container'>
econ1070 (fall 2023)
race, crime, and justice in america
covered material:
<ul>
<li>economic history</li>
<li>social justice</li>
<li>game theory</li>
<li>critical reading and writing</li>
</ul>
difficulty: 2/5
learned a lot: 3/5
enjoyed course: 3/5
timely grading: 4/5
fitting concentrations: econ, history, political science
</div>
<div class = 'review-container'>
math1530 (fall 2023)
abstract algebra
covered material:
<ul>
<li>set theory</li>
<li>group theory</li>
<li>ring theory</li>
<li>field theory</li>
</ul>
difficulty: 4/5
learned a lot: 5/5
enjoyed course: 5/5
timely grading: 5/5
fitting concentrations: math, math-cs, cs
</div>
<div class = 'review-container'>
biol1455 (summer 2023)
planetary health
covered material:
<ul>
<li>zoonotic diseases</li>
<li>climate change</li>
<li>research methods</li>
</ul>
difficulty: 1/5
learned a lot: 4/5
enjoyed course: 5/5
timely grading: 5/5
fitting concentrations: bio, public health
</div>
<div class = 'review-container'>
apma1650 (spring 2023)
statistical inference i
covered material:
<ul>
<li>random variables</li>
<li>discrete probability</li>
<li>continuous probability</li>
<li>combinatorics</li>
</ul>
difficulty: 2/5
learned a lot: 3/5
enjoyed course: 5/5
timely grading: 3/5
fitting concentrations: all
</div>
<div class = 'review-container'>
csci0200 (spring 2023)
data structures and algorithms
covered material:
<ul>
<li>data structures</li>
<li>algorithms</li>
<li>python</li>
<li>java</li>
</ul>
difficulty: 3/5
learned a lot: 5/5
enjoyed course: 4/5
timely grading: 3/5
fitting concentrations: cs, math-cs, apma-cs, cs-econ
</div>
<div class = 'review-container'>
csci0220 (spring 2023)
discrete structures and probability
covered material:
<ul>
<li>set theory</li>
<li>combinatorics</li>
<li>discrete probability</li>
<li>lean</li>
</ul>
difficulty: 3/5
learned a lot: 3/5
enjoyed course: 5/5
timely grading: 3/5
fitting concentrations: cs
</div>
<div class = 'review-container'>
econ1130 (spring 2023)
intermediate microeconomics with math
covered material:
<ul>
<li>game theory</li>
<li>consumer's problem</li>
<li>theory of the firm</li>
</ul>
difficulty: 3/5
learned a lot: 4/5
enjoyed course: 4/5
timely grading: 4/5
fitting concentrations: apma-econ, math-econ, cs-econ, econ
</div>
<div class = 'review-container'>
musc0680 (spring 2023 + spring 2024)
chamber music
covered material:
<ul>
<li>music performance</li>
<li>music theory</li>
<li>sightreading (heh)</li>
</ul>
difficulty: 2/5
learned a lot: 4/5
enjoyed course: 5/5
timely grading: 5/5
fitting concentrations: all
</div>
<div class = 'review-container'>
csci0150 (fall 2022)
introduction to object-oriented programming
covered material:
<ul>
<li>polymorphism</li>
<li>data structures</li>
<li>java</li>
<li>javafx</li>
</ul>
difficulty: 3/5
learned a lot: 3/5
enjoyed course: 4/5
timely grading: 4/5
fitting concentrations: all
</div>
<div class = 'review-container'>
econ0110 (fall 2022)
principles of economics
covered material:
<ul>
<li>introductory macroeconomics</li>
<li>introductory microeconomics</li>
</ul>
difficulty: 4/5
learned a lot: 5/5
enjoyed course: 4/5
timely grading: 4/5
fitting concentrations: all
</div>
<div class = 'review-container'>
math0180 (fall 2022)
multivariable calculus
covered material:
<ul>
<li>vector calculus</li>
<li>line integrals</li>
<li>partial derivatives</li>
<li>double/triple integrals</li>
</ul>
difficulty: 3/5
learned a lot: 4/5
enjoyed course: 4/5
timely grading: 4/5
fitting concentrations: math, apma, math-cs, apma-cs, apma-econ, math-econ, apma-bio
</div>
<div class = 'review-container'>
math0520 (fall 2022)
linear algebra
covered material:
<ul>
<li>trace and determinant</li>
<li>kernel and image</li>
<li>linear transformations</li>
</ul>
difficulty: 1/5
learned a lot: 2/5
enjoyed course: 3/5
timely grading: 4/5
fitting concentrations: all
</div>
<div class = 'review-container'>
musc0610 (fall 2022 + spring 2023)
orchestra
covered material:
<ul>
<li>music performance</li>
<li>music theory</li>
<li>sightreading (heh)</li>
</ul>
difficulty: 3/5
learned a lot: 5/5
enjoyed course: 5/5
timely grading: 5/5
fitting concentrations: all
</div>
</div>
</main>
<footer>
<div>
<a href = "mailto:chris_jeong@brown.edu" class = "fa fa-envelope"></a>
</div>
<div>
<a href="https://www.linkedin.com/in/christopher-jeong-394ba0242/" class = "fa fa-linkedin" target = "_blank"></a>
</div>
<div>
<a href = "https://github.com/cjeong22" class = "fa fa-github" target = "_blank"></a>
</div>
<div>
<a href="https://www.instagram.com/chrisyjjeong/" class="fa fa-instagram" target = "_blank"></a>
</div>
</footer>
</body>
</html>