-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
389 lines (302 loc) · 15.7 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
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-TKQWK72W5P"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-TKQWK72W5P');
</script>
<title>YSDN4003 - Advanced Topics in Interactivity 2021</title>
<link rel="stylesheet" href="css/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<header>
<ul class="headerLinks">
<li><a href="#">FALL 2021</a></li>
<li><a href="#">YSDN 4003</a></li>
<li><a href="#">FALL 2021</a></li>
<li><a href="#">YSDN 4003</a></li>
</ul>
</header>
<div class="main-wrapper">
<div class="left-menu">
<div class="logo">
<img src="images/logo.svg" alt="logo"></a>
</div>
<nav>
<ul>
<li><a href="index.html" class="active">Home</a></li>
<li><a href="pages/about.html">About</a></li>
<li><a href="pages/methodology.html">Methodology</a></li>
<li><a href="pages/students.html">Students</a></li>
<li><a href="pages/assignment_1.html">Assignment 1</a></li>
<li><a href="pages/assignment_2.html">Assignment 2</a></li>
<li><a href="pages/assignment_3.html">Assignment 3</a></li>
<li><a href="pages/assignment_4.html">Assignment 4</a></li>
<li><a href="pages/assignment_5.html">Assignment 5</a></li>
</ul>
</nav>
</div>
<div class="right-content">
<p class="self-button">Home</p>
<h1>Advanced Topics<br> in Interactivity</h1>
<div class="event-section">
<div class="event-heading-with-date">
<h3>Design Token</h3>
<p class="title">Week 11 - November 17</p>
</div>
<div class="event-details">
<div class="event-details-sec">
<h4>Agenda</h4>
<p>Introduction <a href="pages/assignment_5.html">Assignment 5</a><br>
Guest Speaker on Google Meet <a href="https://www.linkedin.com/in/perrinebrouillet/" target="_blank">Perrine Brouillet</a><br>
Presentation <a href="pages/assignment_4.html">Assignment 4</a>
</p>
</div>
<div class="event-details-sec">
<h4>Due next week</h4>
<p> Assignment 5 first iteration</p>
</div>
<div class="event-details-sec">
<h4>Weekly references</h4>
<a href="http://owl-app.surge.sh/" target="_blank">OWL</a>
<a href="https://daze.netlify.app/" target="_blank">Daze</a>
<a href="http://digital-locker.design.yorku.ca/4003Af17/dsheahan/finalsite/index.html" target="_blank">Spots</a>
<a href="http://digital-locker.design.yorku.ca/4003Af16/srobert/microsite/index.html" target="_blank">Curatour</a>
</div>
</div>
</div>
<div class="event-section">
<div class="event-heading-with-date">
<h3>Design Token</h3>
<p class="title">Week 10 - November 10</p>
</div>
<div class="event-details">
<div class="event-details-sec">
<h4>Agenda</h4>
<p> Design token exercise <a href="pages/assignment_4.html">Assignment 4</a>
</p>
</div>
<div class="event-details-sec">
<h4>Due next week</h4>
<p> Assignment 4</p>
</div>
</div>
</div>
<div class="event-section">
<div class="event-heading-with-date">
<h3>Design Token</h3>
<p class="title">Week 9 - November 3</p>
</div>
<div class="event-details">
<div class="event-details-sec">
<h4>Agenda</h4>
<p> Design token exercise <a href="pages/assignment_4.html">Assignment 4</a>
</p>
</div>
<div class="event-details-sec">
<h4>Due next week</h4>
<p> Assignment 4 second iteration</p>
</div>
</div>
</div>
<div class="event-section">
<div class="event-heading-with-date">
<h3>Presentation</h3>
<p class="title">Week 8 - October 27</p>
</div>
<div class="event-details">
<div class="event-details-sec">
<h4>Agenda</h4>
<p> Week 9 and 10 class time adjustment<br>
Presentation <a href="pages/assignment_3.html">Assignment 3</a><br>
Introduction <a href="pages/assignment_4.html">Assignment 4</a><br>
Design style guide example
</p>
</div>
<div class="event-details-sec">
<h4>Due next week</h4>
<p> Assignment 4 first iteration</p>
</div>
<div class="event-details-sec">
<h4>Weekly references</h4>
<a href="https://uijar.com/" target="_blank">UI JAR</a>
<a href="https://www.uisources.com/" target="_blank">UI Sources</a>
<a href="https://collectui.com/" target="_blank">Collect UI</a>
<a href="https://land-book.com/" target="_blank">Land-Book</a>
<a href="http://ui-patterns.com/" target="_blank">UI Patterns</a>
<a href="https://www.loversmagazine.com/" target="_blank">Lovers Magazine</a>
<a href="https://www.checklist.design/" target="_blank">Checklist Design</a>
</div>
</div>
</div>
<div class="event-section">
<div class="event-heading-with-date">
<h3>Design Token & Yelp</h3>
<p class="title">Week 7 - October 20</p>
</div>
<div class="event-details">
<div class="event-details-sec">
<h4>Agenda</h4>
<p> In Class Exercise 3A Design Token<br>
Design event <a href="https://www.eventbrite.ca/e/design-at-york-yelp-partnership-tickets-171415547517" target="_blank">Yelp</a>
</p>
</div>
<div class="event-details-sec">
<h4>Due next week</h4>
<p> Assignment 3</p>
</div>
<div class="event-details-sec">
<h4>Weekly references</h4>
<a href="https://twitter.com/figmadesign" target="_blank">Figjam new features</a>
</div>
</div>
</div>
<div class="event-section">
<div class="event-heading-with-date">
<h3>Crazy 8</h3>
<p class="title">Week 5 - October 6</p>
</div>
<div class="event-details">
<div class="event-details-sec">
<h4>Agenda</h4>
<p> Guest speaker after reading week - <a href="https://www.linkedin.com/in/perrinebrouillet/" target="_blank">Perrine Brouillet</a><br>
In Class Exercise 2A Crazy 8<br>
Introduction <a href="pages/assignment_3.html">Assignment 3</a>
</p>
</div>
<div class="event-details-sec">
<h4>Due next week (after reading week)</h4>
<p> Assignment 3 First iteration round of both low and mid fidelity</p>
</div>
<div class="event-details-sec">
<h4>Weekly references</h4>
<a href="https://twitter.com/tim_cook/status/1445358107157221379?s=20" target="_blank">Steve Jobs on 10th anniversary </a>
<a href="https://www.eventbrite.ca/e/things-we-could-design-ron-wakkary-peter-paul-verbeek-in-conversation-tickets-179015268487" target="_blank">Things we could design: Ron Wakkary & Peter-Paul Verbeek in conversation</a>
<a href="https://www.eventbrite.ca/e/design-at-york-yelp-partnership-tickets-171415547517" target="_blank">Design at York - Yelp Partnership</a>
<a href="https://schema.figma.com/" target="_blank">Schema Conference 2021 - Figma</a>
<a href="https://iconic.app/" target="_blank">Iconic App</a>
</div>
</div>
</div>
<div class="event-section">
<div class="event-heading-with-date">
<h3>Student Presentation</h3>
<p class="title">Week 4 - September 29</p>
</div>
<div class="event-details">
<div class="event-details-sec">
<h4>Agenda</h4>
<p> Student presentation <a href="pages/assignment_1.html">Assignment 1</a><br>
Introduction <a href="pages/assignment_2.html">Assignment 2</a><br>
Meetup 1:1 <em>optional</em>
</p>
</div>
<div class="event-details-sec">
<h4>Due next week</h4>
<p> Assignment 1</p>
</div>
<div class="event-details-sec">
<h4>Weekly references</h4>
<a href="https://figmalion.com/" target="_blank">Figmalion</a>
</div>
</div>
</div>
<div class="event-section">
<div class="event-heading-with-date">
<h3>Feedback Token</h3>
<p class="title">Week 3 - September 22</p>
</div>
<div class="event-details">
<div class="event-details-sec">
<h4>Agenda</h4>
<p> Lecture <a href="https://www.figma.com/file/Hk5rLG39m1PYLIwYezKLSn/York-Presentation?node-id=34%3A101" target="_blank">Craft driven approach</a><br>
Feedback Token presentation exercise <a href="pages/assignment_1.html">Assignment 1</a><br>
Meetup 1:1 <em>optional</em>
</p>
</div>
<div class="event-details-sec">
<h4>Due next week</h4>
<p> Assignment 1</p>
</div>
<div class="event-details-sec">
<h4>Weekly references</h4>
<a href="https://www.theverge.com/22686706/microsoft-surface-studio-laptop-design-specs-photos-hands-on" target="_blank">Microsoft Surface Laptop Studio</a>
<a href="https://twitter.com/figmadesign/status/1440351723944431616?s=20" target="_blank">Figma Copy and Paste</a>
</div>
</div>
</div>
<div class="event-section">
<div class="event-heading-with-date">
<h3>Crazy 8</h3>
<p class="title">Week 2 - September 15</p>
</div>
<div class="event-details">
<div class="event-details-sec">
<h4>Agenda</h4>
<p> Yesterday Apple event review<br>
Lecture <a href="https://www.figma.com/file/LuRIjbdYehWSZFB49hlPoL/Toolkit?node-id=97%3A16" target="_blank">Toolkit appropriation</a><br>
Lecture <a href="https://www.figma.com/file/O4M0O9R4b78bKQVZZifdf7/Crazy-8?node-id=0%3A1" target="_blank">Crazy 8</a><br>
Crazy 8 workshop <a href="pages/assignment_1.html">Assignment 1</a><br>
Meetup 1:1 <em>optional</em>
</p>
</div>
<div class="event-details-sec">
<h4>Due next week</h4>
<p> Crazy 8 analysis<br>
Mid Fidelity mocks<br>
Searching, collecting and preparing all high fideliy materials for the your interactive prototype delivery</p>
</div>
<div class="event-details-sec">
<h4>Weekly references</h4>
<a href="https://www.cnet.com/tech/services-and-software/apple-ios-14-8-pegasus-security-fix-iphone-users-urged-to-update-immediately/" target="_blank">Apple security fix</a>
<a href="https://developer.apple.com/design/human-interface-guidelines/" target="_blank">Apple Human Interface Guidelines</a>
</div>
</div>
</div>
<div class="event-section">
<div class="event-heading-with-date">
<h3>Introduction</h3>
<p class="title">Week 1 - September 8</p>
</div>
<div class="event-details">
<div class="event-details-sec">
<h4>Agenda</h4>
<p>Slack setup<br>
Student confirmation of attendance<br>
Introduction to the course ( <a href="files/YSDN4003_F2021_Outline.pdf" target="_blank">Outline</a> | <a href="https://www.figma.com/file/7qgw1JleOABf3TgkZifVYy/YSDN-4003-Fall-2021-Schedule?node-id=3%3A214" target="_blank">Schedule</a> )<br>
Figma class setup <em>Account with your @my.yorku.ca</em><br>
Introduction <a href="pages/assignment_1.html">Assignment 1</a><br>
Meetup 1:1 <em>Optional</em></p>
</div>
<div class="event-details-sec">
<h4>Due next week</h4>
<p>Finishing In Class Exercice 1A <em>Application collage</em><br>
Choose an application for the assignment investigation<br>
First version of research statement, userflow and papers mocks</p>
</div>
<div class="event-details-sec">
<h4>Weekly references</h4>
<a href="https://sidebar.io/" target="_blank">Sidebar</a>
<a href="https://heydesigner.com/" target="_blank">HeyDesigner</a>
<a href="https://www.checklist.design/" target="_blank">Checklist Design</a>
<a href="https://learnmobile.design/" target="_blank">A curated list of mobile design resources Created by Jon Rundle</a>
</div>
</div>
</div>
</div>
</div>
<footer>
<ul class="footerLinks">
<li><a href="#">4:30PM - 8:30PM EDT</a></li>
<li><a href="#">WEDNESDAY</a></li>
<li><a href="#">4:30PM - 8:30PM EDT</a></li>
<li><a href="#">WEDNESDAY</a></li>
</ul>
</footer>
</body>
</html>