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
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="styles.css">
<title>CS 1300 - UI/UX 2022</title>
<link rel="icon" href="assets/favicon.png"/>
<script src="script.js" defer></script>
</head>
<body>
<nav id="hamburger-box" class="flex-row" tabindex="-1">
<button id="hamburger-btn" class="openbtn" onclick="openNav()">☰</button>
<h3 style="color: white; position: fixed; top: 20px; right: 5px; padding-right: 10px;">csci 1300</h3>
</nav>
<nav id="sidepanel" class="sidepanel" aria-label="drawer-navigation">
<img class="logo-img" src="assets/favicon.png" alt="Our logo image that directs to top of page"/>
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()" tabindex="-1">×</a>
<a href="#full_menu" class="link" tabindex="-1">menu</a>
<a href="#calendar" class="link" tabindex="-1">calendar</a>
<a href="#staff" class="link" tabindex="-1">kitchen staff</a>
<a href="#faq" class="link" tabindex="-1">faqs</a>
</nav>
<header>
<nav class="nav-flex" aria-label="primary-navigation">
<img class="logo-img" src="assets/favicon.png" alt="our logo image" tabindex="-1"/>
<!-- <a class="link" href="#weekly_specials">Weekly Specials</a>-->
<!-- <a class="link" href="#course_info">Course Info</a>-->
<!-- <a class="button" href="#xxx">Weekly Specials</a>-->
<div class="flex-row">
<a class="link" href="#full_menu" tabindex="2">menu</a>
<a class="link" href="#calendar">calendar</a>
<a class="link" href="#staff">kitchen staff</a>
<a class="link" href="#faq">faqs</a>
</div>
</nav>
<section class="title-flex" id="#top">
<article class="title-info-flex">
<figure class="video-title-wrapper">
<video src="assets/uiux-logo-blue.mp4" id="video-title" autoplay muted></video>
<div class="hide-border"></div>
</figure>
<article class="course-title-wrapper">
<h3 style="font-size: 2rem; font-weight: normal">welcome to</h3>
<h1>csci 1300</h1>
<h3 class="course-name">user interfaces and user experience</h3>
</article>
</article>
<figure class="pastries-wrapper">
<iframe tabindex="-1" id="connie-pastries" src='https://my.spline.design/cs1300pastries-527b5a4ae57f8e04517708ce6f4dd80e/'></iframe>
</figure>
</section>
</header>
<main>
<!-- <section id="weekly_specials">-->
<!-- <div class="conic-border">-->
<!-- <h2>-->
<!-- Weekly Specials Here-->
<!-- </h2>-->
<!-- </div>-->
<!-- </section>-->
<section id="important_links">
<h2 class="title">important links</h2>
<div id="helpful-links-box" class="flex-column">
<div class="flex-column" style="margin: 0 10px;">
<h3 class="subtitles">websites</h3>
<a style="margin: 10px;" href="https://edstem.org/us/courses/26929/discussion/" target="_blank" class="button helpful-link glow-on-hover">
<img src="./assets/edstem.png" class="small-icon" alt="edstem logo">
<h3>edstem →</h3>
</a>
<a style="margin: 10px;" href="https://canvas.brown.edu/courses/1089551" target="_blank" class="button helpful-link glow-on-hover">
<img src="./assets/canvas.png" class="small-icon" alt="canvas logo">
<h3>canvas →</h3>
</a>
<a style="margin: 10px;" href="https://script.google.com/a/macros/brown.edu/s/AKfycbxqAcEtc8CDcIBZ16quZ6Sqsprz_QTZUkpLWkNhSkSltuVgktNqblDQABOSCQCdAKwL1g/exec" target="_blank" class="button helpful-link glow-on-hover">
<svg class="svg-show" height="21" viewBox="0 0 21 21" width="21" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd" stroke="#222E50" stroke-linecap="round" stroke-linejoin="round" transform="translate(2 2)"><path d="m5.5.5h6v5h-6z"></path><path d="m10.5 11.5h6v5h-6z"></path><path d="m.5 11.5h6v5h-6z"></path><path d="m3.498 11.5v-3h10v3"></path><path d="m8.5 8.5v-3"></path></g></svg>
<svg class="svg-hover" height="21" viewBox="0 0 21 21" width="21" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd" stroke="#DA627D" stroke-linecap="round" stroke-linejoin="round" transform="translate(2 2)"><path d="m5.5.5h6v5h-6z"></path><path d="m10.5 11.5h6v5h-6z"></path><path d="m.5 11.5h6v5h-6z"></path><path d="m3.498 11.5v-3h10v3"></path><path d="m8.5 8.5v-3"></path></g></svg>
<h3>ux factor →</h3>
</a>
</div>
<div class="flex-column">
<h3 class="subtitles">course docs</h3>
<a href="https://docs.google.com/document/d/1zx6C_jwRaMo2GwsZMk3DtwxufRsIEBC_njWF8kkxCbs/edit?usp=sharing" target="_blank" class="no-border-helpful-link link">
<svg class="svg-show" height="21" viewBox="0 0 21 21" width="21" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd" stroke="#222E50" stroke-linecap="round" stroke-linejoin="round" transform="translate(4 3)"><path d="m12.5 12.5v-7l-5-5h-5c-1.1045695 0-2 .8954305-2 2v10c0 1.1045695.8954305 2 2 2h8c1.1045695 0 2-.8954305 2-2z"></path><path d="m7.5.5v3c0 1.1045695.8954305 2 2 2h3"></path></g></svg>
<svg class="svg-hover" height="21" viewBox="0 0 21 21" width="21" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd" stroke="#DA627D" stroke-linecap="round" stroke-linejoin="round" transform="translate(4 3)"><path d="m12.5 12.5v-7l-5-5h-5c-1.1045695 0-2 .8954305-2 2v10c0 1.1045695.8954305 2 2 2h8c1.1045695 0 2-.8954305 2-2z"></path><path d="m7.5.5v3c0 1.1045695.8954305 2 2 2h3"></path></g></svg>
<h3>syllabus</h3>
</a>
<a href="https://drive.google.com/file/d/1Q6-dWIEStkAzwipkxexBSP4EInUAvYel/view?usp=sharing" target="_blank" class="no-border-helpful-link link">
<svg class="svg-show" height="21" viewBox="0 0 21 21" width="21" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd" stroke="#222E50" stroke-linecap="round" stroke-linejoin="round" transform="translate(2 4)"><path d="m2.5.48528137h11c.5522847 0 1 .44771525 1 1v8.01471863h-13v-8.01471863c0-.55228475.44771525-1 1-1z"></path><path d="m1.11803399 9.5h13.76393201c.5522848 0 1 .44771525 1 1 0 .1552451-.0361451.3083582-.1055728.4472136l-1.2763932 2.5527864h-13l-1.2763932-2.5527864c-.24698925-.4939785-.0467649-1.09465154.44721359-1.34164079.13885544-.06942772.2919685-.10557281.4472136-.10557281z" transform="matrix(1 0 0 -1 0 23)"></path></g></svg>
<svg class="svg-hover" height="21" viewBox="0 0 21 21" width="21" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd" stroke="#DA627D" stroke-linecap="round" stroke-linejoin="round" transform="translate(2 4)"><path d="m2.5.48528137h11c.5522847 0 1 .44771525 1 1v8.01471863h-13v-8.01471863c0-.55228475.44771525-1 1-1z"></path><path d="m1.11803399 9.5h13.76393201c.5522848 0 1 .44771525 1 1 0 .1552451-.0361451.3083582-.1055728.4472136l-1.2763932 2.5527864h-13l-1.2763932-2.5527864c-.24698925-.4939785-.0467649-1.09465154.44721359-1.34164079.13885544-.06942772.2919685-.10557281.4472136-.10557281z" transform="matrix(1 0 0 -1 0 23)"></path></g></svg>
<h3>software guide</h3>
</a>
<a href="https://docs.google.com/document/d/11K3CIrPwzHYrqrcMbNx3_UPys9OL9ao2eNIuTuzU9oE/edit?usp=sharing" target="_blank" class="no-border-helpful-link link">
<svg class="svg-show" xmlns="http://www.w3.org/2000/svg" width="21" height="21" viewBox="0 0 21 21"><g fill="none" fill-rule="evenodd" stroke="#222E50" stroke-linecap="round" stroke-linejoin="round" transform="translate(2 3)"><line x1="10.5" x2="6.5" y1=".5" y2="14.5"></line><polyline points="7.328 2.672 7.328 8.328 1.672 8.328" transform="rotate(135 4.5 5.5)"></polyline><polyline points="15.328 6.672 15.328 12.328 9.672 12.328" transform="scale(1 -1) rotate(-45 -10.435 0)"></polyline></g></svg>
<svg class="svg-hover" xmlns="http://www.w3.org/2000/svg" width="21" height="21" viewBox="0 0 21 21"><g fill="none" fill-rule="evenodd" stroke="#DA627D" stroke-linecap="round" stroke-linejoin="round" transform="translate(2 3)"><line x1="10.5" x2="6.5" y1=".5" y2="14.5"></line><polyline points="7.328 2.672 7.328 8.328 1.672 8.328" transform="rotate(135 4.5 5.5)"></polyline><polyline points="15.328 6.672 15.328 12.328 9.672 12.328" transform="scale(1 -1) rotate(-45 -10.435 0)"></polyline></g></svg>
<h3>deployment guide</h3>
</a>
<a href="https://docs.google.com/document/d/1j_cQl3CWlFYx9ZtopXBJfgz8cyxkZWyjumSXQgFZLwQ/edit?usp=sharing" target="_blank" class="no-border-helpful-link link">
<svg class="svg-show" height="21" viewBox="0 0 21 21" width="21" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd" stroke="#222E50" stroke-linecap="round" stroke-linejoin="round" transform="translate(2 4)"><path d="m13.5 0 3 4-8 10-8-10 3.009-4z"/><path d="m.5 4h16"/><path d="m5.5 4 3 10"/><path d="m11.5 4-3 10"/><path d="m3.509 0 1.991 4 3-4 3 4 2-4"/></g></svg>
<svg class="svg-hover" height="21" viewBox="0 0 21 21" width="21" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd" stroke="#DA627D" stroke-linecap="round" stroke-linejoin="round" transform="translate(2 4)"><path d="m13.5 0 3 4-8 10-8-10 3.009-4z"/><path d="m.5 4h16"/><path d="m5.5 4 3 10"/><path d="m11.5 4-3 10"/><path d="m3.509 0 1.991 4 3-4 3 4 2-4"/></g></svg>
<h3>ui camp info</h3>
</a>
<!-- <a href="https://drive.google.com/file/d/1t65-GnOYfzcRswOflgegF5e930FuekwH/view?usp=sharing" target="_blank" class="no-border-helpful-link link">-->
<!-- <svg class="svg-show" height="21" viewBox="0 0 21 21" width="21" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd" stroke="#222E50" stroke-linecap="round" stroke-linejoin="round" transform="translate(2 4)"><path d="m2.5.48528137h11c.5522847 0 1 .44771525 1 1v8.01471863h-13v-8.01471863c0-.55228475.44771525-1 1-1z"></path><path d="m1.11803399 9.5h13.76393201c.5522848 0 1 .44771525 1 1 0 .1552451-.0361451.3083582-.1055728.4472136l-1.2763932 2.5527864h-13l-1.2763932-2.5527864c-.24698925-.4939785-.0467649-1.09465154.44721359-1.34164079.13885544-.06942772.2919685-.10557281.4472136-.10557281z" transform="matrix(1 0 0 -1 0 23)"></path></g></svg>-->
<!-- <svg class="svg-hover" height="21" viewBox="0 0 21 21" width="21" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd" stroke="#DA627D" stroke-linecap="round" stroke-linejoin="round" transform="translate(2 4)"><path d="m2.5.48528137h11c.5522847 0 1 .44771525 1 1v8.01471863h-13v-8.01471863c0-.55228475.44771525-1 1-1z"></path><path d="m1.11803399 9.5h13.76393201c.5522848 0 1 .44771525 1 1 0 .1552451-.0361451.3083582-.1055728.4472136l-1.2763932 2.5527864h-13l-1.2763932-2.5527864c-.24698925-.4939785-.0467649-1.09465154.44721359-1.34164079.13885544-.06942772.2919685-.10557281.4472136-.10557281z" transform="matrix(1 0 0 -1 0 23)"></path></g></svg>-->
<!-- <h3>html cheat sheet</h3>-->
<!-- </a>-->
</div>
<div class="flex-column">
<h3 class="subtitles">forms</h3>
<!-- <a href="https://forms.gle/jpaWjoDhp7LBfVk27" target="_blank" class="no-border-helpful-link">
<h3>waitlist form</h3>
</a> -->
<a href="https://forms.gle/znN9WvgQn6oDfkHVA" target="_blank" class="no-border-helpful-link link">
<svg class="svg-show" height="21" viewBox="0 0 21 21" width="21" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd" stroke="#222E50" stroke-linecap="round" stroke-linejoin="round" transform="translate(2.5 1.5)"><path d="m10 3h2.3406038c.4000282 0 .7615663.23839685.9191451.6060807l2.7402511 6.3939193v4c0 1.1045695-.8954305 2-2 2h-12c-1.1045695 0-2-.8954305-2-2v-4l2.74025113-6.3939193c.15757879-.36768385.51911692-.6060807.91914503-.6060807h2.34060384"></path><path d="m10.121 3.964-.06 4.182-4.182.061" transform="matrix(.70710678 .70710678 -.70710678 .70710678 6.646598 -3.874306)"></path><path d="m8 0v9"></path><path d="m0 10h4c.55228475 0 1 .4477153 1 1v1c0 .5522847.44771525 1 1 1h4c.5522847 0 1-.4477153 1-1v-1c0-.5522847.4477153-1 1-1h4"></path></g></svg>
<svg class="svg-hover" height="21" viewBox="0 0 21 21" width="21" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd" stroke="#DA627D" stroke-linecap="round" stroke-linejoin="round" transform="translate(2.5 1.5)"><path d="m10 3h2.3406038c.4000282 0 .7615663.23839685.9191451.6060807l2.7402511 6.3939193v4c0 1.1045695-.8954305 2-2 2h-12c-1.1045695 0-2-.8954305-2-2v-4l2.74025113-6.3939193c.15757879-.36768385.51911692-.6060807.91914503-.6060807h2.34060384"></path><path d="m10.121 3.964-.06 4.182-4.182.061" transform="matrix(.70710678 .70710678 -.70710678 .70710678 6.646598 -3.874306)"></path><path d="m8 0v9"></path><path d="m0 10h4c.55228475 0 1 .4477153 1 1v1c0 .5522847.44771525 1 1 1h4c.5522847 0 1-.4477153 1-1v-1c0-.5522847.4477153-1 1-1h4"></path></g></svg>
<h3>studio handin form</h3>
</a>
<a href="https://forms.gle/ALpqhXMTWKdjzbJs6" target="_blank" class="no-border-helpful-link link">
<svg class="svg-show" height="21" viewBox="0 0 21 21" width="21" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd" stroke="#222E50" stroke-linecap="round" stroke-linejoin="round" transform="matrix(-1 0 0 1 20 2)"><path d="m8.5 2.56534572h2c3.3137085 0 6 2.6862915 6 6v1.93465428c0 3.3137085-2.6862915 6-6 6h-2c-3.3137085 0-6-2.6862915-6-6v-1.93465428c0-3.3137085 2.6862915-6 6-6z"></path><path d="m3.94265851-.12029102c-1.05323083.28505997-1.86575682 1.17688618-1.86575682 2.30840383 0 1.16606183.73081563 2.21070886 1.78973019 2.50733508" transform="matrix(.62932039 .77714596 -.77714596 .62932039 2.893856 -1.491094)"></path><path d="m16.9295345-.10708618c-1.0898445.26224883-1.9419712 1.17003523-1.9419712 2.3284815 0 1.16644061.7312905 2.21138754 1.7907622 2.50762392" transform="matrix(-.62932039 .77714596 .77714596 .62932039 24.205765 -11.545558)"></path><path d="m9.5 5.5v4h-3.5"></path><path d="m15 15 2 2"></path><path d="m2 15 2 2" transform="matrix(-1 0 0 1 6 0)"></path></g></svg>
<svg class="svg-hover" height="21" viewBox="0 0 21 21" width="21" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd" stroke="#DA627D" stroke-linecap="round" stroke-linejoin="round" transform="matrix(-1 0 0 1 20 2)"><path d="m8.5 2.56534572h2c3.3137085 0 6 2.6862915 6 6v1.93465428c0 3.3137085-2.6862915 6-6 6h-2c-3.3137085 0-6-2.6862915-6-6v-1.93465428c0-3.3137085 2.6862915-6 6-6z"></path><path d="m3.94265851-.12029102c-1.05323083.28505997-1.86575682 1.17688618-1.86575682 2.30840383 0 1.16606183.73081563 2.21070886 1.78973019 2.50733508" transform="matrix(.62932039 .77714596 -.77714596 .62932039 2.893856 -1.491094)"></path><path d="m16.9295345-.10708618c-1.0898445.26224883-1.9419712 1.17003523-1.9419712 2.3284815 0 1.16644061.7312905 2.21138754 1.7907622 2.50762392" transform="matrix(-.62932039 .77714596 .77714596 .62932039 24.205765 -11.545558)"></path><path d="m9.5 5.5v4h-3.5"></path><path d="m15 15 2 2"></path><path d="m2 15 2 2" transform="matrix(-1 0 0 1 6 0)"></path></g></svg>
<h3>late pass form</h3>
</a>
<a href="https://forms.gle/X2NND6K3oETECyzR8" target="_blank" class="no-border-helpful-link link">
<svg class="svg-show" height="21" viewBox="0 0 21 21" width="21" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd" stroke="#222E50" stroke-linecap="round" stroke-linejoin="round" transform="translate(2 2)"><g transform="matrix(0 -1 1 0 .5 16.5)"><path d="m16.25.75v5h-5.5" transform="matrix(0 1 1 0 10.25 -10.25)"></path><path d="m16 6c-2.8366699-3.33333333-5.6700033-5-8.5-5-2.82999674 0-5.32999674 1-7.5 3"></path></g><g transform="matrix(0 1 -1 0 16 0)"><path d="m16.75.25v5h-5.5" transform="matrix(0 1 1 0 11.25 -11.25)"></path><path d="m16.5 5.5c-2.8366699-3.33333333-5.6700033-5-8.5-5-2.82999674 0-5.32999674 1-7.5 3"></path></g></g></svg>
<svg class="svg-hover" height="21" viewBox="0 0 21 21" width="21" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd" stroke="#DA627D" stroke-linecap="round" stroke-linejoin="round" transform="translate(2 2)"><g transform="matrix(0 -1 1 0 .5 16.5)"><path d="m16.25.75v5h-5.5" transform="matrix(0 1 1 0 10.25 -10.25)"></path><path d="m16 6c-2.8366699-3.33333333-5.6700033-5-8.5-5-2.82999674 0-5.32999674 1-7.5 3"></path></g><g transform="matrix(0 1 -1 0 16 0)"><path d="m16.75.25v5h-5.5" transform="matrix(0 1 1 0 11.25 -11.25)"></path><path d="m16.5 5.5c-2.8366699-3.33333333-5.6700033-5-8.5-5-2.82999674 0-5.32999674 1-7.5 3"></path></g></g></svg>
<h3>regrade request form</h3>
</a>
<a href="https://forms.gle/1hsJewDWJaR83C6q7" target="_blank" class="no-border-helpful-link link">
<svg class="svg-show" height="21" viewBox="0 0 21 21" width="21" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd" stroke="#222E50" stroke-linecap="round" stroke-linejoin="round" transform="matrix(0 -1 1 0 4 19)"><path d="m15.328 5.672v5.656h-5.656" transform="matrix(-.70710678 .70710678 .70710678 .70710678 15.328661 -6.349339)"></path><path d="m12.5.5v12"></path><path d="m7.328 1.672h-5.656v5.656" transform="matrix(-.70710678 .70710678 .70710678 .70710678 4.500028 -1.863972)"></path><path d="m4.5.5v12"></path></g></svg>
<svg class="svg-hover" height="21" viewBox="0 0 21 21" width="21" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd" stroke="#DA627D" stroke-linecap="round" stroke-linejoin="round" transform="matrix(0 -1 1 0 4 19)"><path d="m15.328 5.672v5.656h-5.656" transform="matrix(-.70710678 .70710678 .70710678 .70710678 15.328661 -6.349339)"></path><path d="m12.5.5v12"></path><path d="m7.328 1.672h-5.656v5.656" transform="matrix(-.70710678 .70710678 .70710678 .70710678 4.500028 -1.863972)"></path><path d="m4.5.5v12"></path></g></svg>
<h3>studio switch form</h3>
</a>
<a href="https://forms.gle/92SruXBpB2Z8hqZB8" target="_blank" class="no-border-helpful-link link">
<svg class="svg-show" height="21" viewBox="0 0 21 21" width="21" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd" stroke="#222E50" stroke-linecap="round" stroke-linejoin="round" transform="translate(2 2)"><path d="m8.24920737-.79402796c1.17157287 0 2.12132033.94974747 2.12132033 2.12132034v13.43502882l-2.12132033 3.5355339-2.08147546-3.495689-.03442539-13.47488064c-.00298547-1.16857977.94191541-2.11832105 2.11049518-2.12130651.00180188-.00000461.00360378-.00000691.00540567-.00000691z" transform="matrix(.70710678 .70710678 -.70710678 .70710678 8.605553 -3.271644)"></path><path d="m7.5 15.5h8"></path><path d="m13.5 4.5 1 1"></path></g></svg>
<svg class="svg-hover" height="21" viewBox="0 0 21 21" width="21" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd" stroke="#DA627D" stroke-linecap="round" stroke-linejoin="round" transform="translate(2 2)"><path d="m8.24920737-.79402796c1.17157287 0 2.12132033.94974747 2.12132033 2.12132034v13.43502882l-2.12132033 3.5355339-2.08147546-3.495689-.03442539-13.47488064c-.00298547-1.16857977.94191541-2.11832105 2.11049518-2.12130651.00180188-.00000461.00360378-.00000691.00540567-.00000691z" transform="matrix(.70710678 .70710678 -.70710678 .70710678 8.605553 -3.271644)"></path><path d="m7.5 15.5h8"></path><path d="m13.5 4.5 1 1"></path></g></svg>
<h3>feedback form</h3>
</a>
</div>
</div>
</section>
<section id="full_menu">
<h2 class="title">menu (schedule)</h2>
<div class="edges important-note">
<p>
We <strong>strongly recommend</strong> bookmarking this schedule, as
this contains all information regarding assignments, lectures,
studios, and readings.
</p>
<a style="margin-bottom: 5px;" class="glow-on-hover button" href="https://docs.google.com/spreadsheets/d/e/2PACX-1vR97aOo6hHLDmv_bqzK5ipCBHRUKqnzfox3c0RzjBggOjWAzn0a49S2GxRieW9Cgg/pubhtml?gid=455343365&single=true" target="_blank">link to schedule →</a>
</div>
<figure class="spreadsheet-wrapper">
<iframe id="schedule-iframe" class="embedded-iframe" src="https://docs.google.com/spreadsheets/d/e/2PACX-1vR97aOo6hHLDmv_bqzK5ipCBHRUKqnzfox3c0RzjBggOjWAzn0a49S2GxRieW9Cgg/pubhtml?gid=455343365&single=true&widget=true&headers=false"></iframe>
</figure>
</section>
<section id="calendar">
<h2 class="title">calendar</h2>
<div class="edges">
<p style="margin: 5px 0 10px 0; padding-left: 10px;">
To subscribe to the course gcal, click
<a
class="link"
href="https://calendar.google.com/calendar/u/1?cid=Y19pZ2Fmc3UzOG03YWNpc203M2RlcWx0cDhzNEBncm91cC5jYWxlbmRhci5nb29nbGUuY29t"
target="_blank"
>here</a
>.
</p>
<p style="padding-left: 10px; margin-bottom: 10px;">
To sign up for TA Hours, please go to
<a
class="link"
href="https://hours.cs.brown.edu/"
target="_blank"
>hours</a
>.
</p>
</div>
<figure class="spreadsheet-wrapper">
<iframe id="calendar-iframe" class="embedded-iframe" src="https://calendar.google.com/calendar/embed?src=c_igafsu38m7acism73deqltp8s4%40group.calendar.google.com&ctz=America%2FNew_York"></iframe>
</figure>
</section>
<section id="staff">
<h2 class="title">staff</h2>
<div class="flex-column edges">
<div id="emails" class="flex-row wrap-container">
<div class="email">
<h3 class="subtitles"><a class="link" href="mailto:uiuxtas@lists.cs.brown.edu" target="_blank">uiuxtas@lists.cs.brown.edu</a></h3>
<h4>(email all TAs, use this by default)</h4>
</div>
<div class="email">
<h3 class="subtitles"><a class="link" href="mailto:uiuxhtas@lists.cs.brown.edu" target="_blank">uiuxhtas@lists.cs.brown.edu</a></h3>
<h4>(HTAs, Grad TA, & Jeff)</h4>
</div>
<div class="email">
<h3 class="subtitles"><a class="link" href="mailto:jeff@cs.brown.edu" target="_blank">jeff@cs.brown.edu</a></h3>
<h4>(sensitive issues)</h4>
</div>
</div>
</div>
<article class="flex-column">
<div class="shelf flex-column">
<div class="ta-box-right flex-row">
<div class="flex-column bio-text">
<h3>[professor] jeff</h3>
<h4>
jeff has been teaching cs 1300 for 10 years ever since its
inception. he’s studying cs and is an amateur farmer👨🌾, plays
keyboard in a local band, and holds the world record for tech
internships!
</h4>
</div>
<div class="img-box">
<img
src="./assets/pastry-photos/jeff.png"
class="ta-pastry"
alt="jeff's pastry"
/>
<img src="assets/bio-photos/jeff.jpg" class="ta-img" alt="jeff's image"/>
</div>
</div>
<img src="./assets/shelf.png" class="shelf-png" alt="shelf image"/>
</div>
<div class="shelf flex-column">
<div class="flex-row ta-wrapper">
<div class="ta-box-right flex-row">
<div class="flex-column bio-text">
<h3>[hta] anika</h3>
<h4>
Hi! I'm a senior from Minnesota studying computer science! I like tennis, word games, and trying new foods.
</h4>
</div>
<div class="img-box">
<img
src="./assets/pastry-photos/anika.png"
class="ta-pastry"
id="anika-pastry"
style="margin-bottom: 3px"
alt="anika's pastry"
/>
<img src="./assets/bio-photos/anika.jpeg" class="ta-img" alt="anika's image"/>
</div>
</div>
<div class="ta-box-left flex-row">
<div class="img-box">
<img
src="./assets/pastry-photos/michael.png"
class="ta-pastry"
id="michael-pastry"
style="margin-bottom: 3px"
alt="michael's pastry"
/>
<img src="./assets/bio-photos/michael.jpg" class="ta-img" alt="michael's image"/>
</div>
<div class="flex-column bio-text">
<h3>[hta] michael</h3>
<h4>
Ciao! Give me a cannoli or a sfogliatella then I'll be happy 😄😋
</h4>
</div>
</div>
</div>
<img src="./assets/shelf.png" class="shelf-png" alt="self image"/>
</div>
<div class="shelf flex-column">
<div class="ta-box-left flex-row">
<div class="img-box">
<img
src="./assets/pastry-photos/tongyu.png"
class="ta-pastry"
id="tongyu-pastry"
alt="tongyu's pastry"
/>
<img src="./assets/bio-photos/tongyu.jpeg" class="ta-img" alt="tongyu's image"/>
</div>
<div class="flex-column bio-text">
<h3>[grad ta] tongyu</h3>
<h4>
Hiya, I'm Tongyu! I'm a PhD student working with Jeff on creativity support and specifically drawing/design tools. I doodle with watercolours a lot and play all types of video games except FPSes (they make me dizzy @_@)
</h4>
</div>
</div>
<img
src="./assets/shelf.png"
class="shelf-png"
alt="shelf image"
/>
</div>
<div class="shelf flex-column">
<div class="flex-row ta-wrapper">
<div class="ta-box-right flex-row">
<div class="flex-column bio-text">
<h3>aubrey</h3>
<h4>
Hello!! I'm Aubrey, a senior studying cs. I really like studio Ghibli a decade back and drew half of the storyboard of Spirited Away. I'm also really into skiing and photography :)
</h4>
</div>
<div class="img-box">
<img
src="./assets/pastry-photos/aubrey.png"
class="ta-pastry"
id="aubrey-pastry"
style="margin-bottom: 3px"
alt="aubrey's pastry"
/>
<img src="./assets/bio-photos/aubrey.jpeg" class="ta-img" alt="aubrey's image"/>
</div>
</div>
<div class="ta-box-right flex-row">
<div class="flex-column bio-text">
<h3>connie</h3>
<h4>
Fan of Pantone 3435 C 🍉.
</h4>
</div>
<div class="img-box">
<img
src="./assets/pastry-photos/connie.png"
class="ta-pastry"
id="connie-pastry"
style="margin-bottom: 3px"
alt="connie's pastry"
/>
<img src="./assets/bio-photos/connie.jpg" class="ta-img" alt="connie's image"/>
</div>
</div>
</div>
<img src="./assets/shelf.png" class="shelf-png" alt="shelf image"/>
</div>
<div class="shelf flex-column">
<div class="flex-row ta-wrapper">
<div class="ta-box-left flex-row">
<div class="img-box">
<img
src="./assets/pastry-photos/dylan.png"
class="ta-pastry"
id="dylan-pastry"
style="margin-bottom: 3px"
alt="dylan's pastry"
/>
<img src="./assets/bio-photos/dylan.jpg" class="ta-img" alt="dylan's image"/>
</div>
<div class="flex-column bio-text">
<h3>dylan</h3>
<h4>
Hi everyone, I'm so excited to meet all of you :D -- my name is Dylan, I'm a junior at Brown, and I'm from central MA. I enjoy playing with a new JavaScript framework every week and sometimes actually get real work done. In my free time, I enjoy playing competitive Valorant (join Brown's team!), overspending at cafés, and reading.
</h4>
</div>
</div>
<div class="ta-box-left flex-row">
<div class="img-box">
<img
src="./assets/pastry-photos/isaac.png"
class="ta-pastry"
id="isaac-pastry"
style="margin-bottom: 3px"
alt="isaac's pastry"
/>
<img src="./assets/bio-photos/isaac.jpg" class="ta-img" alt="isaac's image"/>
</div>
<div class="flex-column bio-text">
<h3>isaac</h3>
<h4>
Hi! I'm Isaac, a senior studying cognitive science from California. I enjoy playing the violin, exploring with my electric skateboard, running Brown Esports, and shooting films!
</h4>
</div>
</div>
</div>
<img src="./assets/shelf.png" class="shelf-png" alt="shelf image"/>
</div>
<div class="shelf flex-column">
<div class="flex-row ta-wrapper">
<div class="ta-box-right flex-row">
<div class="flex-column bio-text">
<h3>jenny</h3>
<h4>
Hey, I am a junior studying CS. Always on the search for cute and elegant designs, places to watch sunsets, and good food!
</h4>
</div>
<div class="img-box">
<img
src="./assets/pastry-photos/jenny.png"
class="ta-pastry"
id="jenny-pastry"
style="margin-bottom: 3px"
alt="jenny's pastry"
/>
<img src="./assets/bio-photos/jenny.jpeg" class="ta-img" alt="jenny's image"/>
</div>
</div>
<div class="ta-box-right flex-row">
<div class="flex-column bio-text">
<h3>jessie</h3>
<h4>
hi everyone! i’m jessie, a senior from las vegas studying cs and applied math. i love live music, being outdoors, and drinking matcha lattes.
</h4>
</div>
<div class="img-box">
<img
src="./assets/pastry-photos/jessie.png"
class="ta-pastry"
id="jessie-pastry"
style="margin-bottom: 3px"
alt="jessie's pastry"
/>
<img src="./assets/bio-photos/jessica.jpeg" class="ta-img" alt="jessie's image"/>
</div>
</div>
</div>
<img src="./assets/shelf.png" class="shelf-png" alt="shelf image"/>
</div>
<div class="shelf flex-column">
<div class="flex-row ta-wrapper">
<div class="ta-box-left flex-row">
<div class="img-box">
<img
src="./assets/pastry-photos/kelly.png"
class="ta-pastry"
id="kelly-pastry"
style="margin-bottom: 3px"
alt="kelly's pastry"
/>
<img src="./assets/bio-photos/kelly.jpg" class="ta-img" alt="kelly's image"/>
</div>
<div class="flex-column bio-text">
<h3>kelly</h3>
<h4>
Hello! I am Kelly, a Senior from California concentrating in CS-Econ and EAS. I enjoy digital illustration, listening to J-pop/K-pop, and watching anime/reading manga. I love Salmon, especially in sushi. I also like collecting things.
</h4>
</div>
</div>
<div class="ta-box-left flex-row">
<div class="img-box">
<img
src="./assets/pastry-photos/lauren.png"
class="ta-pastry"
id="lauren-pastry"
style="margin-bottom: 3px"
alt="lauren's pastry"
/>
<img src="./assets/bio-photos/lauren.jpeg" class="ta-img" alt="lauren's image"/>
</div>
<div class="flex-column bio-text">
<h3>lauren</h3>
<h4>
Hi! My name’s Lauren, and I’m a senior studying CS. I love hiking, traveling, and rom-coms, and I’m super excited to meet y’all!
</h4>
</div>
</div>
</div>
<img src="./assets/shelf.png" class="shelf-png" alt="shelf image"/>
</div>
<div class="shelf flex-column">
<div class="flex-row ta-wrapper">
<div class="ta-box-right flex-row">
<div class="flex-column bio-text">
<h3>melissa</h3>
<h4>Hi I'm a senior studying CS and IAPA from Vancouver, Canada. I love being in the outdoors skiing, hiking, biking or anything at all. I also enjoy eating honey cruller donuts, reading, and playing the board game Go.</h4>
</div>
<div class="img-box">
<img
src="./assets/pastry-photos/melissa.png"
class="ta-pastry"
id="melissa-pastry"
style="margin-bottom: 3px"
alt="melissa's pastry"
/>
<img src="./assets/bio-photos/melissa.jpg" class="ta-img" alt="melissa's image"/>
</div>
</div>
<div class="ta-box-right flex-row">
<div class="flex-column bio-text">
<h3>miku</h3>
<h4>
Hi I'm Miku, a senior concentrating in CS. I am from Bangkok, Thailand. I love tiramisu, strawberry shortcake, macaron, banana bread, cream puff, mille-feuille, baklava, donuts.... ..
</h4>
</div>
<div class="img-box">
<img
src="./assets/pastry-photos/miku.png"
class="ta-pastry"
id="miku-pastry"
style="margin-bottom: 3px"
alt="miku's pastry"
/>
<img src="./assets/bio-photos/miku.jpeg" class="ta-img" alt="miku's image"/>
</div>
</div>
</div>
<img src="./assets/shelf.png" class="shelf-png" alt="shelf image"/>
</div>
<div class="shelf flex-column">
<div class="flex-row ta-wrapper">
<div class="ta-box-left flex-row">
<div class="img-box">
<img
src="./assets/pastry-photos/nick.png"
class="ta-pastry"
id="nick-pastry"
style="margin-bottom: 3px"
alt="nick's pastry"
/>
<img src="./assets/bio-photos/nick.png" class="ta-img" alt="nick's image"/>
</div>
<div class="flex-column bio-text">
<h3>nick</h3>
<h4>Hi! My name is Nick Vadasz and I am a junior studying CS. I'm from rural East Texas, though my whole family is from Hungary. Besides computer science, I love listening to and performing music (Brown U Orchestra 4 lyfe), art, gaming, philosophy, and starting projects that I will never finish.</h4>
</div>
</div>
<div class="ta-box-right flex-row">
<div class="flex-column bio-text">
<h3>sunny</h3>
<h4>
Hello! I am a senior studying CS and Behavioral Decision Sciences. I will be working as a product designer in New York after graduation. I love drawing, owning plushies, and drinking boba (very basic, I know). My dream is to travel around the world while working remotely in the future~ </h4>
</div>
<div class="img-box">
<img
src="./assets/pastry-photos/sunny.png"
class="ta-pastry"
id="sunny-pastry"
style="margin-bottom: 3px"
alt="sunny's pastry"
/>
<img src="./assets/bio-photos/sunny.jpeg" class="ta-img" alt="sunny's image"/>
</div>
</div>
</div>
<img src="./assets/shelf.png" class="shelf-png" alt="shelf image"/>
</div>
</article>
</section>
<section id="faq">
<h2 class="title">FAQ</h2>
<article class="edges">
<h3>Is this course capped?</h3>
<p>This year it is not capped. As of today, around 235 students have already been able to register on Courses @ Brown.</p>
<h3>Is there a waitlist for the course?</h3>
<p>There is no waitlist.</p>
<h3>Are there prerequisites for the course?</h3>
<p>This course requires one of the intro CS sequences (CSCI 0150/0160, CSCI 0170/0180, CSCI 0190, or CS 0200). CS graduate students are exempt. These prerequisites are also listed on Courses @ Brown</p>
<h3>Will this course be online or in-person?</h3>
<p>In person. There will be in-person activities during class, and separately, there will be in-person studios (a form of lab) as well during hours outside of class. More information will be available around the beginning of the semester.</p>
<h3>Can I take this course as a non-CS concentrator or incoming first-year student?</h3>
<p>It's likely that similar course, CSCI 0130, will be offered in Spring 2023, which is designed for non-concentrators and has no prerequistes. If it is offered, it will likely be capped at a limited number of students, and be taught by a Ph.D. student. There is no other information about CSCI 0130 at this time, as it is pending review from a university committee.</p>
<h3>Can I take CSCI 1300 as a RISD student?</h3>
<p>Yes, but RISD students should meet the same prerequisites as Brown students.</p>
<h3>I can't enroll in the course, but would like to learn UI/UX. What can I do?</h3>
<p>All Brown and RISD students are welcome to participate in one of the days of UI Camp on September 10-11, an all-day event featuring studios run by our TAs with lunch provided. While priority will be given to students enrolled in the course, we aim to accommodate students not enrolled in the course as well. Both days have similar content, so students should only attend one of the dates. More information will be provided at the start of the semester, but interested students can mark those dates.</p>
<h3>Could I get an exception to enroll in the course?</h3>
<p>Based on the enrollment, we’re not planning to waive prereqs or make exceptions this year, and you should expect that exceptions will not being possible. The course has a number of assignments and activities that depend on time from external industry guests, as well as limited studio space and TA staff, so there is a limited number of students we are able to accommodate. The only exception that will be processed is if students have a substitute to the prerequisites that has been already been approved by the CS department to be usable for their CS degree.</p>
<h3>If I am not enrolled in the course, can I attend lecture?</h3>
<p>It's likely that there will be extra seats in the classroom we have chosen for this semester. None of the course staff is likely to notice non-enrolled students in the classroom.</p>
<h3>I will miss some or all of the classes. Can I be excused or watch recordings of the classes asynchronously?</h3>
<p>Classes will generally be recorded when possible. We are not checking attendance specifically or deducting points for missed classes but the course is an in-person course so students are responsible for anything that happens in class. There will be in-class activities that provide participation points as part of your grade, but there will be more activities than are needed to get full activity points. You do not need to contact the instructor or TAs for missing class.</p>
<h3>Can I take the course as a capstone?</h3>
<p>Yes, for a capstone, you should extend an assignment into something that has substantial development and design components and release it. For instance, you could take your Iterative Design prototype and build it fully to the point where it's a deployable app. This can be done as a group, but the amount of work should be proportional to the group size. The capstone can be done anytime in the semester, until the end of winter break.</p>
<h3>What will studios be like?</h3>
<p>Students sign up for studios by selecting the corresponding lab hour when registering. The studio lab hours will be outside regular lecture hours. TAs will have an activity prepared for students in studio, and will be around to give feedback to students during this time. Students are welcome to work collaboratively on the studio activities. Work done in studios may be good starters for your portfolio.</p>
<h3>Will there be a textbook for the course?</h3>
<p>No, all readings will be available on this website.</p>
<h3>Will there be a final exam?</h3>
<p>No, you will complete a portfolio for your final assignment.</p>
<h3>When is the last day I have to come to class?</h3>
<p>It would be the last day listed on the schedule above.</p>
</article>
<footer>
<p>3d models forged by <strong>Connie</strong>,<p>
<p>illustrations crafted by <strong>Melissa</strong>,</p>
<p>animated title fabricated by <strong>Isaac</strong>,</p>
<p>all made with <a tabindex="-1" class="glow-on-hover rainbow" style="color: #FF1493; text-decoration: none; cursor: default;" target="_blank" href="./assets/chicken_ordinance_final1.pdf">♥</a> in Providence</p>
</footer>
</section>
</main>
</body>
</html>
|