-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
651 lines (584 loc) · 20.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
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
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]> <html class="no-js"> <![endif]-->
<html lang="en-US">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Core 2: Interaction Lab</title>
<meta name="description"
content="This course serves as a complement to Core Studio Interaction. The assignments are built to work in tandem with the projects students are developing in the studio class. The lab is designed around a series of small workshops that teach beginning and intermediate interaction design through a hands-on engagement with HTML and CSS." />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta property="og:url" content="https://ci2-munus.munusandniktari.com/">
<meta property="og:type" content="website">
<meta property="og:title" content="Core 2: Interaction Lab">
<meta property="og:description"
content="This course serves as a complement to Core Studio Interaction. The assignments are built to work in tandem with the projects students are developing in the studio class. The lab is designed around a series of small workshops that teach beginning and intermediate interaction design through a hands-on engagement with HTML and CSS.">
<meta property="og:image"
content="https://ci2-munus.munusandniktari.com/img/ci2-og.jpg">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bd5b7">
<meta name="msapplication-TileColor" content="#2b5797">
<meta name="theme-color" content="#000000">
<link rel="stylesheet" href="/css/reset.css" />
<link rel="stylesheet" href="/css/style.css" />
<link rel="stylesheet" href="/css/clock.css" />
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css"
integrity="sha512-HK5fgLBL+xu6dm/Ii3z4xhlSUyZgTT9tuc/hSrtw6uzJOvgRr2a9jyxxT1ely+B+xFAmJKVSTbpM/CuL7qxO8w=="
crossorigin="anonymous" />
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/p5.js"></script>
<script src="js/content.js" defer></script>
<script src="js/params.js" defer></script>
<script src="js/p5clock.js" defer></script>
<!-- Google tag (gtag.js) -->
<!-- Google tag (gtag.js) -->
<script async
src="https://www.googletagmanager.com/gtag/js?id=G-5ZM4LNDXZD"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-5ZM4LNDXZD');
</script>
<base target="_blank">
</head>
<body>
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="#">upgrade your browser</a> to improve your experience.</p>
<![endisf]-->
<main>
<section>
<h1 class="effect">Core 2:<br>Intx Lab</h1>
</section>
<a class="skip-link" href='#sessions' target="_self">
Skip to content
</a>
<section class="grid border--bottom">
<div class="col-span-1 padding-1">
<ul>
<li>
<p class="effect">Parsons School of Design</p>
</li>
<li>
<p class="effect">School of Art, Media, and Technology
</p>
</li>
<li>
<p class="effect">BFA Communication Design</p>
</li>
</ul>
</div>
<div class="col-span-2 padding-1">
<ul>
<li>
<p class="effect">PUCD 2126 F (CRN: 2727)</p>
</li>
<li>
<p class="effect">Spring 2024</p>
</li>
<li>
<p class="effect">Fridays, 9:00 – 11:40 AM</p>
</li>
<li>
<p class="effect">Parsons 2 W 13th, Room 602</p>
</li>
</ul>
</div>
<div class="col-span-1 padding-1">
<ul>
<li>
<h2>Instructor</h2>
</li>
<li><a class="effect" href="https://munusshih.com/">Munus
Shih</a></li>
<li><a class="effect word-break"
href="mailto:[email protected]">[email protected]</a>
</li>
</ul>
</div>
</section>
<section class="border--bottom">
<div class="grid space--after-double">
<h2 class="padding-l">Quick Links</h2>
<ul class="padding-1 flex col-span-3">
<li><a class="effect"
href="https://docs.google.com/document/d/1DGRJQYwCW6UJSTzkkroCPbKYEcuo6SK52J2MMQ0dm6g/edit?usp=sharing">Syllabus</a>
</li>
<li><a class="effect"
href="https://calendly.com/shihy990/45mins">Office
Hours
(Munus)</a></li>
<li><a
href="https://canvas.newschool.edu/courses/1757357">Canvas</a>
</li>
<li>
<a
href="https://vimeo.com/user/11664633/folder/3213480">Demo
Videos</a>
</li>
</ul>
</div>
<div class="grid">
<h2 class="padding-l">Overview</h2>
<article class="col-span-3">
<p class="effect">
This course serves as a complement to Core Studio
Interaction.
The assignments are built to work in tandem with the
projects
students are developing in the studio class. The lab is
designed
around a series of small workshops that teach beginning
and
intermediate interaction design through a hands-on
engagement
with HTML and CSS.
</p>
<p class="effect">
This website serves as our class hub and will be
continuously
updated
throughout the semester. Lectures, agendas, and projects
will be
posted here.
</p>
</article>
</div>
</section>
<section class="grid border--bottom" id="sessions">
<h2 class="padding-l">Sessions</h2>
<article class="col-span-3 border-left col-start-2" id="unit-1">
<h3 class="effect space--after-single">Unit
1:<br>The Web is
Fluid
</h3>
<div class="flex">
<details>
<summary>
<h4 class="effect">Week 1</h4>
</summary>
<div id="week1"></div>
</details>
<details>
<summary>
<h4 class="effect">Week 2</h4>
</summary>
<div id="week2"></div>
</details>
<details>
<summary>
<h4 class="effect">Week 3</h4>
</summary>
<div id="week3"></div>
</details>
<details>
<summary>
<h4 class="effect">Week 4</h4>
</summary>
<div id="week4"></div>
</details>
<details>
<summary>
<h4 class="effect">Week 5</h4>
</summary>
<div id="week5"></div>
</details>
</div>
</article>
<article class="col-span-3 border-left col-start-2" id="unit-2">
<h3 class="effect space--after-single">Unit
2:<br>The Web is
Generative
</h3>
<div class="flex">
<details id="week6-details">
<summary>
<h4 class="effect" id="week6-box">Week 6</h4>
</summary>
<div id="week6"></div>
</details>
<details id="week7-details">
<summary>
<h4 class="effect" id="week7-box">Week 7</h4>
</summary>
<div id="week7"></div>
</details>
<details id="week8-details">
<summary>
<h4 class="effect" id="week8-box">Week 8</h4>
</summary>
<div id="week8"></div>
</details>
<details id="week9-details">
<summary>
<h4 class="effect" id="week9-box">Week 9</h4>
</summary>
<div id="week9"></div>
</details>
<details id="week10-details">
<summary>
<h4 class="effect" id="week10-box">Week 10</h4>
</summary>
<div id="week10"></div>
</details>
</div>
</article>
<article class="col-span-3 border-left col-start-2" id="unit-3">
<h3 class="effect space--after-single">Unit
3:<br>The Web is
Live
</h3>
<div class="flex">
<details id="week11-details">
<summary>
<h4 class="effect">Week 11</h4>
<div class="clock">
<div class="hour-hand"></div>
<div class="minute-hand"></div>
<div class="second-hand"></div>
<div class="center"></div>
</div>
</summary>
<div id="week11"></div>
</details>
<details id="week12-details">
<summary>
<h4 class="effect">Week 12</h4>
<div class="clock week-12-clock">
<div class="hour-hand week-12-hour"></div>
<div class="minute-hand week-12-minute"></div>
<div class="second-hand week-12-second"></div>
<div class="center week-12-center"></div>
</div>
</summary>
<div id="week12"></div>
</details>
<details id="week13-details">
<summary>
<h4 class="effect p5sketch" id="p5clock">Week 13</h4>
</summary>
<div id="week13"></div>
</details>
<details id="week14-details">
<summary>
<h4 class="effect p5sketch" id="p5clockclock">Week 14</h4>
</summary>
<div id="week14"></div>
</details>
<details id="week15-details">
<summary>
<h4 class="effect p5sketch" id="p5colorclock">Week 15</h4>
</summary>
<div id="week15"></div>
</details>
</div>
</article>
</section>
<section class="border--bottom grid">
<h2 class="padding-l">Community</h2>
<ul class="padding-1">
<li><a class="effect"
href="https://ketanaanekar.github.io/CoreInteraction2/index.html">Ketana
Anekar</a></li>
<li><a class="effect"
href="https://camae358.github.io/ci2/">Ethan
Camarillo</a></li>
<li><a class="effect"
href="https://casad078.github.io/core-interaction-2/">Dani
Casado</a></li>
<li><a class="effect"
href="https://rosadevera.github.io/core-interaction/">Rosa
de Vera</a></li>
<li><a class="effect"
href="https://sophiadom.github.io/core2_interaction/">Sophia
Dombrowski</a></li>
<li><a class="effect"
href="https://jakem1213.github.io/JakeMorosini-Class-Website/">Jake
Morosini</a></li>
<li><a class="effect"
href="https://parke889.github.io/core-interaction2/">Jade
Park</a></li>
<li><a class="effect"
href="https://amberkarn.github.io/core-interaction/">Amber
Pjongluck</a></li>
<li><a class="effect"
href="https://ade1ou.github.io/on-punctuation/">Adele
Plard</a></li>
<li><a class="effect"
href="https://aarthisolayappan.github.io/Aarthika-Solayappan/">Aarthika
Solayappan</a></li>
<li><a class="effect"
href="https://laurasonzini.github.io/core-interaction-2-/">Laura
Sonzini</a></li>
<li><a class="effect"
href="https://wcttzz.github.io/core-interaction/">Tianna
Wang</a></li>
<li><a class="effect"
href="https://zhens297.github.io/core-interaction/index.html">Stella
Zheng</a></li>
</ul>
</section>
<section class="border--bottom grid" id="policies">
<h2 class="padding-l">Class Policies</h2>
<article class="col-span-3">
<details>
<summary>
<h3 class="effect">Community Agreements</h3>
</summary>
<article class="space--after-quadruple">
<p class="space--after-single">
On the first day of class, we will collectively
write
and agree
upon a code of conduct for our group.
</p>
<p>
This agreement is intended to help us create and
maintain a safe,
empathetic, and productive space for our course. It
will
live on
this course site and can be revised and modified,
with
all of our
input, over the semester.
</p>
</article>
</details>
<details>
<summary>
<h3 class="effect">On Open Source</h3>
</summary>
<article class="space--after-quadruple">
<p class="space--after-single">
You are encouraged to help each other out with
programming, but
unless otherwise specified you must turn in your OWN
work.
</p>
<p>
Copying/pasting and reusing code is a key part of
the
programming
process. You often learn best by modifying working
examples rather
than starting from scratch. We stand on the
shoulders of
giants;
that’s the essence of open-source philosophy.
However,
there is a
very important caveat: any open-source code you
borrow
and/or
modify must be labeled as such.
</p>
</article>
</details>
<details>
<summary>
<h3 class="effect">On Crediting Code</h3>
</summary>
<ul>
<li>
<h4>Crediting ChatGPT for Assistance</h4>
<p class="space--after-single">When ChatGPT
helps
you with JavaScript code or explanations,
follow
these steps to give proper credit:</p>
<ol>
<li class="space--after-single">
Acknowledgment:
Begin your code or documentation by
acknowledging that you received
assistance
from ChatGPT in crafting your solution
or
understanding the problem.</li>
<li class="space--after-single">Describe
ChatGPT's Role: Explain how ChatGPT
contributed to your solution. Did it
provide
code snippets, algorithm insights, or
debugging tips?</li>
<li class="space--after-single">Original
Code:
If ChatGPT provided code, make sure to
rephrase and adapt it to fit your
assignment's requirements. Avoid
directly
copying and pasting code.</li>
</ol>
<pre class="space--after-double"><code><span class="text--color-grey">// Acknowledgment: ChatGPT provided insights and helped debug this code.</span>
<span class="text--color-grey">// The following function calculates the factorial of a number.</span>
<span class="text--color-green">function</span> <span class="text--color-aqua">calculateFactorial(n)</span> <span class="text--color-green">{</span>
<span class="text--color-grey">// Your implementation here.</span>
<span class="text--color-green">}</span></code></pre>
</li>
<li>
<h4>Using JavaScript Tutorials</h4>
<p class="space--after-single">Incorporating
JavaScript tutorials into your assignments?
Follow these guidelines:</p>
<ol>
<li class="space--after-single">Cite the
Tutorial: Mention the tutorial's title,
author, publication date, and provide a
link
if available.</li>
<li class="space--after-single">Specify
Sections: If you used specific sections
or
code examples from the tutorial, clearly
indicate which parts were referenced.
</li>
<li class="space--after-single">Add Your Own
Code: Always add your unique code, and
ensure your assignment reflects your
understanding of the material.</li>
</ol>
<pre class="space--after-double"><code><span class="text--color-grey">// I followed the tutorial "Introduction to JavaScript Functions" by John Doe (Published on September 1, 2023, at www.example.com).</span>
<span class="text--color-grey">// In this assignment, I applied the concepts from the tutorial to create custom JavaScript functions:</span>
<span class="text--color-grey">// Your code here.</span></code></pre>
</li>
<li>
<h4>Utilizing Code Examples</h4>
<p class="space--after-single">When integrating
code
examples from the web or documentation,
adhere
to these principles:</p>
<ol>
<li class="space--after-single">Source
Attribution: State the source of the
code
example by providing the URL, author,
and
publication date if available.</li>
<li class="space--after-single">Explanation:
Include an explanation of how the code
works
in your assignment and why you chose to
use
it.</li>
<li class="space--after-single">
Modifications:
If you modify the code example, specify
the
changes made and the reasons behind
them.
</li>
</ol>
<pre class="space--after-double"><code><span class="text--color-grey">// I found the following code snippet on www.examplecode.com, posted by John Smith on July 15, 2023.</span>
<span class="text--color-grey">// I used this code as a foundation for my project with the following modifications:</span>
<span class="text--color-grey">// Your modified code here.</span></code></pre>
</li>
<li>
<h4>Collaborating with Others</h4>
<p class="space--after-single">In collaborative
JavaScript assignments, ensure proper credit
to
collaborators:</p>
<ol>
<li class="space--after-single">
Acknowledgment:
Mention the names of your collaborators
and
their specific contributions to the
project.
</li>
<li class="space--after-single">
Collaboration
Details: Provide information about how
you
worked together, whether through pair
programming, code reviews, or other
methods.
</li>
</ol>
<pre
class="space--after-double"><code><span class="text--color-grey">// Collaboration Credit: I collaborated with Jane Doe on this JavaScript project.</span>
<span class="text--color-grey">// Jane contributed to the user interface design and helped troubleshoot issues.</span>
<span class="text--color-grey">// Your code and explanations here.</span></code></pre>
</li>
<li class="space--after-quadruple">
<h4>Referring to Open Source Projects</h4>
<p class="space--after-single">When leveraging
open-source JavaScript libraries or code,
follow
these steps:</p>
<ol>
<li class="space--after-single">Project
Reference: Clearly state the name of the
open-source project or library you used.
</li>
<li class="space--after-single">License
Compliance: Ensure that you adhere to
the
project's license requirements,
including
proper attribution if necessary.</li>
</ol>
<pre><code><span class="text--color-grey">// I integrated the "Chart.js" library (licensed under MIT) for data visualization in this project.</span>
<span class="text--color-grey">// The library can be found at www.chartjs.org.</span>
<span class="text--color-grey">// Your code utilizing the library here.</span></code></pre>
</li>
</ul>
</details>
</article>
</section>
<section class="border--bottom grid">
<h2 class="padding-l">Colophon</h2>
<article class="col-span-3">
<p class="space--after-single"><span class="effect">I'd like to
thank</span> <a class="arrow-visible effect"
href="https://xin-xin.info/">Xin Xin</a><span
class="effect">, </span><a class="arrow-visible effect"
href="https://michaelfehrenbach.com/">Michael
Fehrenbach</a><span class="effect">, </span><a
class="arrow-visible effect"
href="https://niktari.com/">Nikki Makagiansar</a><span
class="effect">, </span><a class="arrow-visible effect"
href="https://bozo.services/">Tee Topor</a><span
class="effect">, </span><a class="arrow-visible effect"
href="https://eric.young.li/">Eric Li</a><span
class="effect">, </span><a class="arrow-visible effect"
href="https://brendangriffiths.com/">Brendan
Griffiths</a><span class="effect">, </span><a
class="arrow-visible effect"
href="https://hasankhalid.dev/">Hasan Khalid</a><span
class="effect">, </span><a class="arrow-visible effect"
href="https://michaelfehrenbach.com/">Michael
Fehrenbach</a><span class="effect">, and </span><a
class="arrow-visible effect"
href="https://laurelschwulst.com/">Laurel
Schwulst</a><span class="effect">, whose pedagogy and
class websites have
inspired much of the structure and syllabus of this
course.
</span></p>
<p class="space--after-single effect">This website was
intentionally hand-coded
using HTML, CSS, and vanilla JavaScript.</p>
<p class="effect">This website is set in Chivo ('goat' in
Spanish), an
open
source typeface by an Argentina foundry <a
href="http://www.omnibus-type.com/">Omnibus-Type</a>.
</p>
</article>
</section>
<footer>
<p><a href="/" id="footer--link-title" class="effect"></a></p>
<p><a id="footer--link-top" class="effect" href="#">Top</a></p>
</footer>
</main>
</body>
</html>