-
Notifications
You must be signed in to change notification settings - Fork 1
/
iteration2.0.html
executable file
·461 lines (398 loc) · 17 KB
/
iteration2.0.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
---
layout: fullscreen
titel: Iteration 2.0
---
<style>
.logo{
display: flex;
padding-top: 1em;
padding-bottom: 1em;
}
.feed-overview{
margin-bottom: 5rem;
}
.feed-content {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
row-gap: 2em;
column-gap: 2em;
}
.feed__item {
position: relative;
font-weight: 200;
color: #b3b3b3;
transition: transform .6s;
display: flex;
flex-direction: column;
background-color: #111;
}
.feed__item > * {
transform: scale(0.7);
transition: transform .6s;
}
.feed__item:hover > *{
transform: scale(0.95);
cursor: pointer;
}
.feed__item figure{
margin: 0;
}
.feed__item img {
aspect-ratio: 1/1;
width: 100%;
object-fit: cover;
}
.feed__item .info {
padding: 7.7px 0 19.8px 0;
transition: padding .2s;
margin: 0;
}
.feed__item .info .info__item{
display: block;
text-align: left;
}
.feed__item a {
font-weight: 500;
color: #ea5a00;
}
.stage{
width: 100vw;
height: 100vh;
position: fixed;
left: -100vw;
top:0;
bottom: 0;
transition: left .3s ease-in;
}
.stage.is-active{
left: 0;
}
.stage > iframe{
width: 100%;
height: 100%;
}
.section{
overflow-x: hidden;
overflow-y: auto;
position: absolute;
left: 0;
top:0;
right: 0;
bottom: 0;
}
.stage-navigation{
display: flex;
flex-direction: row-reverse;
background-color: #222;
padding-right: 1em;
}
.close-button{
padding: 0.5em;
transition: all .2s;
}
.close-button:hover{
cursor: pointer;
transform: scale(1.1);
}
.content.is-large .headline{
font-size: 3rem;
margin-bottom: 3rem;
text-transform: uppercase;
}
.content.is-large .headline .is-small{
display: block;
font-size: 1rem;
text-transform: none;
}
.iteration-text{
margin-bottom: 5rem;
display: flex;
gap: 3rem;
flex-direction: column;
}
.secondary-text{
opacity: 0.6;
transition: opacity .2s;
align-self: flex-end;
}
.secondary-text:hover{
opacity: 1;
}
.main-text, .secondary-text{
padding-bottom: 3rem;
max-width: 120ch;
}
.iteration-id{
display: inline-block;
}
.iteration-id::after{
content: "//";
color: rgba(255,255,255,.3);
display: inline-block;
margin-left: 0.5ch;
margin-right: 0.5ch;
}
</style>
<h1 class="headline"><span class="is-small">Ergebnisse aus dem Kurs</span>Generative Gestaltung</h1>
<div class="feed-overview">
<div class="feed-content">
<!--div class="feed__item">
<figure>
<img loading="lazy" src="https://christiannoss.de/feed/gg-2022-stackmann.jpg" alt="3D-Color-Twist von Marvin Stackmann">
<ul class="info">
<li class="info__item"><a href="https://mstackma.pages.coco.study/startercode-gestaltungsportfolio-ws202122/result-farbe/">3D-Color-Twist von Marvin Stackmann</a></li>
<li class="info__item">WS21/22</li>
</ul>
</figure>
</div-->
<div class="feed__item">
<figure>
<img loading="lazy" src="https://christiannoss.de/feed/gg-2021-pasch.jpg" alt="A touch of Silk von Simone Pasch">
<ul class="info">
<li class="info__item"><span class="iteration-id" data-js-id></span><a href="https://spasch.pages.coco.study/startercode-gestaltungsportfolio-2020/result-farbe/">A touch of Silk von Simone Pasch</a></li>
<li class="info__item">WS20/21</li>
</ul>
</figure>
</div>
<!--div class="feed__item">
<figure>
<img loading="lazy" src="https://christiannoss.de/feed/gg-2021-geiger.jpg" alt="Abstraktes Energiefeld von Benjamin Geiger">
<ul class="info">
<li class="info__item"><a href="https://bgeiger1.pages.coco.study/startercode-gestaltungsportfolio-2020/result-freie-arbeit/">Abstraktes Energiefeld von Benjamin Geiger</a></li>
<li class="info__item">WS20/21</li>
</ul>
</figure>
</div-->
<div class="feed__item">
<figure>
<img loading="lazy" src="https://christiannoss.de/feed/gg-2021-anetzberger.jpg" alt="Audioreaktives und generativ erzeugtes 3D-Modell von Jonas Anetzberger">
<ul class="info">
<li class="info__item"><span class="iteration-id" data-js-id></span><a href="https://janetzbe.pages.coco.study/startercode-gestaltungsportfolio-2020/result-freie-arbeit/">Audioreaktives und generativ erzeugtes 3D-Modell von Jonas Anetzberger</a></li>
<li class="info__item">WS20/21</li>
</ul>
</figure>
</div>
<div class="feed__item">
<figure>
<img loading="lazy" src="https://christiannoss.de/feed/gg-2021-schwind.jpg" alt="Banale Goldene Spirale? von Christian Schwind">
<ul class="info">
<li class="info__item"><span class="iteration-id" data-js-id></span><a href="https://cschwind.pages.coco.study/startercode-gestaltungsportfolio-2020/result-freie-arbeit/">Banale Goldene Spirale? von Christian Schwind</a></li>
<li class="info__item">WS20/21</li>
</ul>
</figure>
</div>
<!--div class="feed__item">
<figure>
<img loading="lazy" src="https://christiannoss.de/feed/gg-2021-lieser.jpg" alt="Bewegung im Raum mit Sinus und Cosinus von Jakob Lieser">
<ul class="info">
<li class="info__item"><a href="https://jlieser.pages.coco.study/startercode-gestaltungsportfolio-2020/result-freie-arbeit/">Bewegung im Raum mit Sinus und Cosinus von Jakob Lieser</a></li>
<li class="info__item">WS20/21</li>
</ul>
</figure>
</div-->
<div class="feed__item">
<figure>
<img loading="lazy" src="https://christiannoss.de/feed/gg-2022-brode.png" alt="CURLZ_ von Henning Brode">
<ul class="info">
<li class="info__item"><span class="iteration-id" data-js-id></span><a href="https://hbrode.pages.coco.study/gestaltungsportfolio-ws-202122-henning-brode/result-farbe/">CURLZ_ von Henning Brode</a></li>
<li class="info__item">WS21/22</li>
</ul>
</figure>
</div>
<div class="feed__item">
<figure>
<img loading="lazy" src="https://christiannoss.de/feed/gg-2022-gonser.gif" alt="Die Schönheit von Zahlen von Laura Gonser">
<ul class="info">
<li class="info__item"><span class="iteration-id" data-js-id></span><a href="https://glaura.pages.coco.study/startercode-gestaltungsportfolio-ws202122/result-freie-arbeit/">Die Schönheit von Zahlen von Laura Gonser</a></li>
<li class="info__item">WS21/22</li>
</ul>
</figure>
</div>
<div class="feed__item">
<figure>
<img loading="lazy" src="https://christiannoss.de/feed/gg-2022-vidal.png" alt="Fading contrast von Luis Vidal">
<ul class="info">
<li class="info__item"><span class="iteration-id" data-js-id></span><a href="https://lvidaler.pages.coco.study/startercode-gestaltungsportfolio-ws202122/result-freie-arbeit/">Fading contrast von Luis Vidal</a></li>
<li class="info__item">WS21/22</li>
</ul>
</figure>
</div>
<!--div class="feed__item">
<figure>
<img loading="lazy" src="https://christiannoss.de/feed/gg-2021-kuesters.jpg" alt="Farbe mit Überlagerungen und Kontrasten von Timo Küsters">
<ul class="info">
<li class="info__item"><a href="https://tkueste1.pages.coco.study/startercode-gestaltungsportfolio-2020/result-farbe/">Farbe mit Überlagerungen und Kontrasten von Timo Küsters</a></li>
<li class="info__item">WS20/21</li>
</ul>
</figure>
</div-->
<div class="feed__item">
<figure>
<img loading="lazy" src="https://christiannoss.de/feed/gg-2021-alexander.jpg" alt="Fibonacci und Farbe in Kontrast von Sarah Li Alexander">
<ul class="info">
<li class="info__item"><span class="iteration-id" data-js-id></span><a href="https://sbenalex.pages.coco.study/startercode-gestaltungsportfolio-2020/result-farbe/">Fibonacci und Farbe in Kontrast von Sarah Li Alexander</a></li>
<li class="info__item">WS20/21</li>
</ul>
</figure>
</div>
<!--div class="feed__item">
<figure>
<img loading="lazy" src="https://christiannoss.de/feed/gg-2021-koltai.jpg" alt="Lissajous-Musictable von David Koltai">
<ul class="info">
<li class="info__item"><a href="https://dkoltai.pages.coco.study/startercode-gestaltungsportfolio-2020/result-freie-arbeit/">Lissajous-Musictable von David Koltai</a></li>
<li class="info__item">WS20/21</li>
</ul>
</figure>
</div-->
<div class="feed__item">
<figure>
<img loading="lazy" src="https://christiannoss.de/feed/gg-2022-haseloh.jpg" alt="Meine Version vom Prisma von Joelina Haseloh">
<ul class="info">
<li class="info__item"><span class="iteration-id" data-js-id></span><a href="https://jhaseloh.pages.coco.study/gestaltungsportfolio-generative-gestaltung-ws-202122/result-freie-arbeit/">Meine Version vom Prisma von Joelina Haseloh</a></li>
<li class="info__item">WS21/22</li>
</ul>
</figure>
</div>
<div class="feed__item">
<figure>
<img loading="lazy" src="https://christiannoss.de/feed/gg-2021-nguyen.jpg" alt="Penrose-Dreieck à la Tien von Tien Nguyen">
<ul class="info">
<li class="info__item"><span class="iteration-id" data-js-id></span><a href="https://tnguye31.pages.coco.study/startercode-gestaltungsportfolio-2020/result-punkt-linie-flaeche/index.html">Penrose-Dreieck à la Tien von Tien Nguyen</a></li>
<li class="info__item">WS20/21</li>
</ul>
</figure>
</div>
<div class="feed__item">
<figure>
<img loading="lazy" src="https://christiannoss.de/feed/gg-2022-unkelbach.jpg" alt="Seegras im Sog der Strömung von Marc Unkelbach">
<ul class="info">
<li class="info__item"><span class="iteration-id" data-js-id></span><a href="https://munkelb1.pages.coco.study/gg-ws-202122-gestaltungsportfolio/result-freie-arbeit/">Seegras im Sog der Strömung von Marc Unkelbach</a></li>
<li class="info__item">WS21/22</li>
</ul>
</figure>
</div>
<!--div class="feed__item">
<figure>
<img loading="lazy" src="https://christiannoss.de/feed/gg-2021-artarov.jpg" alt="Spiralen durch rotierende Linien von Tim Artarov">
<ul class="info">
<li class="info__item"><a href="https://tartarov.pages.coco.study/startercode-gestaltungsportfolio-2020/result-punkt-linie-flaeche/">Spiralen durch rotierende Linien von Tim Artarov</a></li>
<li class="info__item">WS20/21</li>
</ul>
</figure>
</div-->
<div class="feed__item">
<figure>
<img loading="lazy" src="https://christiannoss.de/feed/gg-2022-marx.jpg" alt="Thema Fading Contrasts - Organic Veins von Matthias Marx">
<ul class="info">
<li class="info__item"><span class="iteration-id" data-js-id></span><a href="https://mmarx6.pages.coco.study/gestaltungsportfolio-ws-202122-m-marx/result-freie-arbeit/">Thema Fading Contrasts - Organic Veins von Matthias Marx</a></li>
<li class="info__item">WS21/22</li>
</ul>
</figure>
</div>
<!--div class="feed__item">
<figure>
<img loading="lazy" src="https://christiannoss.de/feed/gg-2021-zens.jpg" alt="Tordierte radiale Linien im Raster von Matthias Zens">
<ul class="info">
<li class="info__item"><a href="https://mzens.pages.coco.study/startercode-gestaltungsportfolio-2020/result-punkt-linie-flaeche/">Tordierte radiale Linien im Raster von Matthias Zens</a></li>
<li class="info__item">WS20/21</li>
</ul>
</figure>
</div-->
<div class="feed__item">
<figure>
<img loading="lazy" src="https://christiannoss.de/feed/gg-2021-wulf.jpg" alt="Vielfätiges Verhalten von Noise von Frederik Wulf">
<ul class="info">
<li class="info__item"><span class="iteration-id" data-js-id></span><a href="https://fwulf.pages.coco.study/startercode-gestaltungsportfolio-2020/result-freie-arbeit/">Vielfätiges Verhalten von Noise von Frederik Wulf</a></li>
<li class="info__item">WS20/21</li>
</ul>
</figure>
</div>
<!--div class="feed__item">
<figure>
<img loading="lazy" src="https://christiannoss.de/feed/gg-2022-gebert.jpg" alt="Yoga für die Augen von Jan Gebert">
<ul class="info">
<li class="info__item"><a href="https://jgebert.pages.coco.study/startercode-gestaltungsportfolio-ws202122/result-freie-arbeit-jg/">Yoga für die Augen von Jan Gebert</a></li>
<li class="info__item">WS21/22</li>
</ul>
</figure>
</div-->
<div class="feed__item">
<figure>
<img loading="lazy" src="https://christiannoss.de/feed/gg-2022-busch.png" alt="Zen von Daniel Busch">
<ul class="info">
<li class="info__item"><span class="iteration-id" data-js-id></span><a href="https://dbusch.pages.coco.study/startercode-gestaltungsportfolio-ws202122/result-freie-arbeit/">Zen von Daniel Busch</a></li>
<li class="info__item">WS21/22</li>
</ul>
</figure>
</div>
</div>
</div>
<div class="iteration-text">
<div class="main-text" lang="de">
<p>Der Kurs ist Teil des Moduls «Designing Futures 1» im ersten Fachsemester und zahlt auf das Handlungsfeld
«Creative Coding» ein. Hier ist unter anderem die Zielsetzung, Absolvent:innen an eine kreative Arbeitsweise heran
zu führen und ein Verständnis von Coding als kreative Disziplin zur Erzeugung von Klängen, Bildern, Animationen
und synästhetischen, oftmals echtzeitgenerierten Interaktionen aufzubauen.</p>
<p>Der Kurs befähigt die Teilnehmer:innen zu einem kreativen Ausdruck mit Code, indem sie Algorithmen als Mittel zum
Ausdruck von Ästhetik nutzen, ästhetische Gesichtspunkte analysieren und einschätzen, Werke audio-visueller Kunst
und Design erstellen und eine eigene Formensprache entwickeln. Die Teilnehmer:innen des Kurses können eigene
Konzepte und Code für regelbasierte und generierte Artefakte analysieren und entwickeln.</p>
<p>
Dazu werden im Kurs die klassischen Grundlagen der visuellen Gestaltung: Punkt, Linie, Fläche, Farbe und Form als
Basis der gestalterischen Auseinandersetzung genutzt und im späteren Verlauf um die Themen Bewegung, Steuerung,
Reaktion auf äußere Einwirkung ergänzt. Die Bearbeitung der verschiedenen Themen und Aufgaben macht Spaß, ist sehr
interessant, fordert heraus, trainiert sowohl Gestaltungs- als auch Coding Skills und führt manchmal zu Lösungen
und Ergebnissen, mit denen man anfangs überhaupt nicht gerechnet hätte.</p>
</div>
<div class="secondary-text" lang="en">
<p>The course is part of the module "Designing Futures 1" in the first semester and pays attention to the field of
activity "Creative Coding". Here, among other things, the objective is to introduce graduates to a creative way of
working and to build an understanding of coding as a creative discipline for producing sounds, images, animations,
and synaesthetic, often real-time generated interactions.</p>
<p>
The course will enable students to express themselves creatively with code by using algorithms as a means of
expressing aesthetics, analyzing and evaluating aesthetic considerations, creating works of audio-visual art and
design, and developing their own formal language. Participants in the course will be able to analyze and develop
their own concepts and code for rule-based and generated artifacts.</p>
<p>
For this purpose, the course uses the classical basics of visual design: point, line, surface, color and form as a
basis for the creative discussion and adds the topics of movement, control and reaction to external influences
later on. Working on the various topics and tasks is fun, very interesting, challenging, trains both design and
coding skills, and sometimes leads to solutions and results that one would not have expected at all in the
beginning.</p>
</div>
</div>
<div class="stage">
<nav class="stage-navigation">
<div class="close-button"><span class="icon"><i class="fa fa-close"></i></span></div>
</nav>
<!-- A div is not a button, I know :( -->
<iframe id="stageContent" width="200" height="300" frameborder="0" scrolling="no" allowfullscreen></iframe>
</div>
<script>
const hideStage = () => {
document.querySelector('.stage').classList.remove('is-active');
document.querySelector('#stageContent').src = '';
}
const feedItems = document.querySelectorAll('.feed__item');
feedItems.forEach((item, index) => {
item.addEventListener('click', (event) => {
event.preventDefault();
const url = item.querySelector('a').href;
const stageContent = document.querySelector('#stageContent');
stageContent.src = url;
const stage = document.querySelector('.stage');
stage.classList.add('is-active');
});
});
const closeButton = document.querySelector('.close-button');
closeButton.addEventListener('click', () => {
hideStage();
});
document.onkeydown = function(evt) {
evt = evt || window.event;
if (evt.keyCode == 27) {
hideStage();
}
};
</script>