-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
686 lines (653 loc) · 38.6 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
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>EKSIG 2023</title>
<link rel="icon" type="image/png" href="assets/fav.png">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css" integrity="sha512-xh6O/CkQoPOWDdYTDqeRdPCVd1SpvCA9XXcUnZS2FmJNp1coAFzvtCN9BmamE+4aHK8yyUHUSCcJHgXloTyT2A==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body class="container-fluid">
<div id="loader" class="container-fluid"></div>
<div class="row">
<div id="menu" class="col-md-4 col-sm-12">
<div id="top-menu">
<div id="header">
<h1><a href="#">EKSIG 2023</a></h1>
<div id="menuToggler" onclick="collapseMenu();">
<span></span>
<span></span>
<span></span>
</div>
</div>
<ul id="menuSections" class="nav">
<li class="nav-item">
<span class="social-call">Follow us on</span> <a href="https://www.instagram.com/eksig2023milano_official/" target="_blank"><i class="fa-brands fa-instagram"></i></a> <a href="https://twitter.com/Eksig2023Milano" target="_blank"><i class="fa-brands fa-twitter"></i></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#eksig-2023">● Eksig 2023</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#conference-programme">● Programme</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#conference-theme">● Conference theme</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#keynote-speakers">● Keynote speakers</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#attend">● Attend</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#submit">● Submit</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#organisation">● Organisation</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#proceedings">● Proceedings</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#past-conferences">● Past conferences</a>
</li>
</ul>
</div>
<div id="bottom-menu">
<div id="loghi">
<div>
<img class="logo" src="assets/loghi/eksig2023-logo.png" alt="">
</div>
<div>
<img class="logo" src="assets/loghi/drs-logo.png" alt="">
</div>
<div style="width: 30%">
<img class="logo" src="assets/loghi/politecnico-logo.png" alt="">
</div>
</div>
<div id="place-date">
<span>MILANO</span>
<span>19.06 — 20.06</span>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4"></div>
<div class="col-md-8 col-sm-12">
<!-- An empty div that has the space of the header -->
<div id="header-space" class="container-fluid"></div>
<div id="cover" class="container-fluid"></div>
<div id="content" class="container-fluid" data-bs-spy="scroll" data-bs-target="#menuSections">
<div id="eksig-gallery">
<h2>Photos from the conference</h2>
<div id="photo-gallery" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="assets/conference/LabFoto236464.jpg" class="d-block w-100" alt="..."/>
</div>
<div class="carousel-item">
<img src="assets/conference/LabFoto236465.jpg" class="d-block w-100" alt="..."/>
</div>
<div class="carousel-item">
<img src="assets/conference/LabFoto236493.jpg" class="d-block w-100" alt="..."/>
</div>
<div class="carousel-item">
<img src="assets/conference/LabFoto236522.jpg" class="d-block w-100" alt="..."/>
</div>
<div class="carousel-item">
<img src="assets/conference/LabFoto236523.jpg" class="d-block w-100" alt="..."/>
</div>
<div class="carousel-item">
<img src="assets/conference/LabFoto236542.jpg" class="d-block w-100" alt="..."/>
</div>
<div class="carousel-item">
<img src="assets/conference/LabFoto236543.jpg" class="d-block w-100" alt="..."/>
</div>
<div class="carousel-item">
<img src="assets/conference/LabFoto236576.jpg" class="d-block w-100" alt="..."/>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#photo-gallery" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#photo-gallery" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
<div id="eksig-2023">
<h2>Eksig 2023 - Register on <a href="https://www.conftool.org/eksig2023" target="_blank">Conftool</a></h2>
<h3></h3>
<p>
“From Abstractness to Concreteness - experiential knowledge and the role of prototypes in design research”, International Conference 2023 of the DRS Special Interest Group on Experiential Knowledge (EKSIG) is hosted by the Department of Design, Politecnico di Milano, Italy.
<br><br>
</p>
<h4>
The conference aims to provide a forum for debate about prototypes as a mean for knowledge generation by professionals and academic researchers, exploring the role and relationship of generating and evaluating new and existing knowledge in the creative disciplines and beyond.
</h4>
<p>
<br>
<b>Dates:</b> Monday and Tuesday, 19-20 June 2023
<br>
<b>Venue:</b> Department of Design, Politecnico di Milano, Italy
<br><br>
Confirmed keynote speakers:
<br>
● Kathryn Marinaro, Creative Director at Argodesign
<br>
● Aldo Sollazzo, Noumena
<br>
● Prof.dr. P.J. Stappers, TU Delft, Netherlands
<br>
<br>
EKSIG is part of a programme of Special Interest Groups set up by the Design Research Society (DRS) in 2007 to facilitate international exchange and advance in relevant areas of design. EKSIG is concerned with understanding and managing experiential knowledge in research and professional practice in design to clarify fundamental principles and practices regarding research degree regulations, requirements, and methodology.
<br><br>
EKSIG conferences serve to address specific themes by bringing together researchers and practitioners from various disciplinary backgrounds, fields of knowledge production, and methodological approaches to engender challenging multi vocal debates around these themes and facilitate exchange and cross fertilisation between the creative and other practice-led disciplines.
</p>
</div>
<div id="conference-programme">
<h2>Programme</h2>
<a href="assets/campus/conference-locations.pdf"><button class="button">Download the map of the Campus</button></a>
<h3>Monday, 19th June 2023</h3>
<div class="container-fluid programme">
<div class="row">
<div class="col-sm-12 col-md-1 time">9:30 - 10:00</div>
<div class="col-sm-12 col-md-11">
<b>Registration: Attendance registration and breakfast catering</b>
<br>
Location: <i>Aula Castiglioni</i></div>
</div>
<div class="row">
<div class="col-sm-12 col-md-1 time">10:00 - 10:20</div>
<div class="col-sm-12 col-md-11">
<b>Welcome: Welcome and conference introduction</b>
<br>
Location: <i>Aula Castiglioni</i><br>
Chair: <i>Silvia Deborah Ferraris</i>, Politecnico di Milano
</div>
</div>
<div class="row">
<div class="col-sm-12 col-md-1 time">10:20 - 11:00</div>
<div class="col-sm-12 col-md-11">
<b>Keynote 1: Pieter Jan Stappers</b>
<br>
Location: <i>Aula Castiglioni</i><br>
</div>
</div>
<div class="row break">
<div class="col-sm-12 col-md-1 time">11:00 - 11:30</div>
<div class="col-sm-12 col-md-11">
<b>Coffee Break</b>
</div>
</div>
<div class="row">
<div class="col-sm-12 col-md-1 time">10:20 - 11:00</div>
<div class="col-sm-12 col-md-5">
<b>Track 1: Interaction, Data and Al 1</b>
<br>
Location: <i>Aula Castiglioni</i><br>
Chair: <i>Ayşe Özge Ağça</i>, University of Southern Denmark
</div>
<div class="col-sm-12 col-md-5">
<b>Track 2: Service Design and Policy making</b>
<br>
Location: <i>Room B201</i><br>
Chair: <i>Francesco Leoni</i>, Politecnico di Milano
</div>
</div>
<div class="row break">
<div class="col-sm-12 col-md-1 time">13:10 - 14:00</div>
<div class="col-sm-12 col-md-11">
<b>Light Lunch Catering</b>
<br>
Location: <i>Terrace 1</i><br>
</div>
</div>
<div class="row">
<div class="col-sm-12 col-md-1 time">14:00 - 15:40</div>
<div class="col-sm-12 col-md-5">
<b>Track 3: Research processes and methods 1</b>
<br>
Location: <i>Aula Castiglioni</i><br>
Chair: <i>Michele Melazzini</i>, Politecnico di Milano
</div>
<div class="col-sm-12 col-md-5">
<b>Track 4: Sustainable and Biological solutions</b>
<br>
Location: <i>Room B201</i><br>
Chair: <i>Sofia Soledad Duarte Poblete</i>, Politecnico di Milano
</div>
</div>
<div class="row break">
<div class="col-sm-12 col-md-1 time">15:40 - 15:50</div>
<div class="col-sm-12 col-md-11">
<b>Coffee Break</b>
</div>
</div>
<div class="row">
<div class="col-sm-12 col-md-1 time">15:50 - 16:30</div>
<div class="col-sm-12 col-md-11">
<b>Keynote 2: Kathryn Marinaro</b>
<br>
Location: <i>Aula Castiglioni</i><br>
</div>
</div>
<div class="row">
<div class="col-sm-12 col-md-1 time">16:30 - 18:10</div>
<div class="col-sm-12 col-md-5">
<b>Track 5: Materials and Crafts</b>
<br>
Location: <i>Aula Castiglioni</i><br>
Chair: <i>Alessia Romani</i>, Politecnico di Milano
</div>
<div class="col-sm-12 col-md-5">
<b>Track 6: Sustainable and Biological solutions</b>
<br>
Location: <i>Room B201</i><br>
Chair: <i>Renata Deszo</i>, Moholy-Nagy University of Art and Design
</div>
</div>
</div>
<h3>Tuesday, 20th June 2023</h3>
<div class="container-fluid programme">
<div class="row">
<div class="col-sm-12 col-md-1 time">9:30 - 11:10</div>
<div class="col-sm-12 col-md-5">
<b>Track 7: Materials and Digital</b>
<br>
Location: <i>Aula Castiglioni</i><br>
Chair: <i>Mariana Fonseca Braga</i>, Lancaster University
</div>
<div class="col-sm-12 col-md-5">
<b>Track 8: Education processes and methods</b>
<br>
Location: <i>Room B201</i><br>
Chair: <i>Francesca Mattioli</i>, Politecnico di Milano
</div>
</div>
<div class="row break">
<div class="col-sm-12 col-md-1 time">11:10 - 11:30</div>
<div class="col-sm-12 col-md-11">
<b>Coffee Break</b>
</div>
</div>
<div class="row">
<div class="col-sm-12 col-md-1 time">11:30 - 13:00</div>
<div class="col-sm-12 col-md-5">
<b>Track 9: Mobility and Transportation</b>
<br>
Location: <i>Aula Castiglioni</i><br>
Chair: <i>Caterina Dastoli</i>, Politecnico di Milano
</div>
<div class="col-sm-12 col-md-5">
<b>Track 10: Research processes and methods 2</b>
<br>
Location: <i>Room B201</i><br>
Chair: <i>Peter Cleveland</i>, Auckland University of Technology
</div>
</div>
<div class="row break">
<div class="col-sm-12 col-md-1 time">13:00 - 14:00</div>
<div class="col-sm-12 col-md-11">
<b>Light Lunch Catering</b>
<br>
Location: <i>Terrace 1</i><br>
</div>
</div>
<div class="row">
<div class="col-sm-12 col-md-1 time">14:00 - 14:40</div>
<div class="col-sm-12 col-md-11">
<b>Keynote 3: Aldo Sollazzo</b>
<br>
Location: <i>Aula Castiglioni</i><br>
</div>
</div>
<div class="row">
<div class="col-sm-12 col-md-1 time">14:40 - 16:20</div>
<div class="col-sm-12 col-md-5">
<b>Track 11: Interaction, Data and AI 2</b>
<br>
Location: <i>Aula Castiglioni</i><br>
Chair: <i>Elena Spadoni</i>, Politecnico di Milano
</div>
<div class="col-sm-12 col-md-5">
<b>Track 12: Fiction and Speculation</b>
<br>
Location: <i>Room B201</i><br>
Chair: <i>Giorgia Burzio</i>, Politecnico di Milano
</div>
</div>
<div class="row">
<div class="col-sm-12 col-md-1 time">16:30 - 17:00</div>
<div class="col-sm-12 col-md-11">
<b>End: Closing Remarks</b>
<br>
Location: <i>Aula Castiglioni</i><br>
Chair: <i>Silvia Deborah Ferraris</i>, Politecnico di Milano
</div>
</div>
<div class="row event">
<div class="col-sm-12 col-md-1 time">17:00 - 19:00</div>
<div class="col-sm-12 col-md-11">
<b>Visit: Design Campus of Politecnico di Milano</b>
<br>
Location: <i>Terrace 1</i><br>
</div>
</div>
</div>
</div>
<div id="conference-theme">
<h2>Conference theme</h2>
<h4>
Prototype and prototyping play a key role in experiential knowledge since they support the interconnections and collaboration among researchers and practitioners in many design fields. The role of prototypes in design research is characterised mainly by the general function of representing ideas and giving intelligible form to undetermined and abstract concepts pertaining to design solutions. Such a principle of transition from vagueness to clarity illustrates views on the role of prototypes which dot the diverse landscape of design research. Indeed, the evolution of design research in the past twenty years has led the path to a wide range of new possible prototype applications.
</h4>
<p>
<br>
Originally, in the industrial context, prototypes were made to test, evaluate, and improve the product until the final design and production phase. When design became an academic discipline, the scope of its enquiry expanded, embracing new areas of interest (i.e., sustainable design, materials design, participatory design, service design, user experience design, etc.), and their methodologies and scopes. During this evolution, the role that prototypes play in design research started to be questioned.
<br><br>
Indeed, nowadays, the role of the prototype encompasses several possibilities that link to the context and aim of the design research. When a general aim of the investigation is to develop a new design solution and make it real and available to users at the end of the process, prototypes support the transition from the idea to the final product. In this realm, prototypes play a crucial role, as they visualise, validate, experiment, and create such new solutions. Interestingly, prototypes for this kind of design research can be simple paper models that anticipate interactions up to complete working prototypes that are very close to the final product. In the digital field, provisional solutions are released on the market and updated afterwards. Prototypes, in this case, merge with the final products. New boundaries are broken between a final design and what is not.
<br><br>
Furthermore, the products that designers call to envision are becoming more and more complex. They are equipped with sensors, processors, and connected devices that support the interaction with digital interfaces, applications, and complex services. Hence, prototypes are meant to support design processes that rely on the supplementation of new kinds of expertise – such as user experience design, interaction design, material design and computer science – besides those traditionally integrated – such as product design, mechanical and electronic engineering). In this regard, the prototype embodies the translation of different design languages into a developing concept.
<br><br>
Moreover, design research that explores and discusses possibilities might go beyond the development of concrete solutions and tackle significant issues (i.e., the impact of technology on society; climate change, social innovation) to reach new understating and develop new knowledge. This kind of design research usually occurs in academia and requires exploratory and speculative studies. Some of this design research is about tangible objects or is based on material experimentations. Typically, prototypes play an important role in the first explorative phases, in this realm since they enable the transition from abstract to concrete through immediate and factual experience. Designers research by envisioning solutions, imagining possible futures, exploring new fields, and feeding the design discourse with emerging contemporary issues and fictional scenarios.
<br><br>
Overall, the multifaceted landscape of today’s design research opens to a wide range of meanings that define what a prototype is and does. The discussion on prototypes’ identity is open. Instead of seeking to find an ultimate definition of prototype and its role in today’s design research, the conference aims at eliciting a conversation around the current and multiform panorama of experimentations around and with prototypes.
<br><br>
<b>The Call for Papers encourages contributions with the following:</b>
<br><br>
</p>
<ul>
<li><b>What are the new roles of prototypes in these evolutionary pathways in design research?</b></li>
<li><b>How do new sophisticated, integrated, and advanced prototypes support research in various areas of design?</b></li>
<li><b>How do different research contexts (practice, R&D, and academia) collaborate in design research due to the making and use of prototypes?</b></li>
<li><b>How do prototypes enable the creation of theoretical knowledge and support speculative research?</b></li>
<li><b>How do prototypes enable the creation of practical knowledge and support empirical research?</b></li>
<li><b>How do prototypes enable the exploration of new research fields?</b></li>
</ul>
</div>
<div id="keynote-speakers">
<h2>Keynote speakers</h2>
<div class="keynote-speaker">
<img src="assets\keynote_speakers\Kathryn_Marinaro-res.png" alt="Photo of Kathryn Marinaro">
<p>
<b>
Kathryn Marinaro — Argodesign, Creative Director
</b><br>
<span class="bio">Kathryn Marinaro is an award-winning Creative Director who envisions the future and develops products and strategies for a wide variety of clients at argodesign. She is the author of Prototyping for Designers, published by O’Reilly, and has employed user-centered methodologies to create and iterate on impactful experiences in health wearables, AI interaction patterns, AI image recognition and training interfaces, and cloud development tools, while working on world-class design teams like IBM Watson Visioneering and IBM Mobile Innovation Lab. She has gained recognition as one of Austin’s Top 50 Female UX Designers and as part of the Advisory Board for the inaugural Austin Design Week. She’s been featured in articles in Fast Company, Time Out New York, Architect Magazine, ArtInfo, Make Magazine, and the Visual Arts Journal.</span>
</p>
</div>
<div class="keynote-speaker">
<img src="assets\keynote_speakers\aldo-sollazzo-res.png" alt="Photo of Aldo Sollazzo">
<p>
<b>
Aldo Sollazzo — Noumena, Founder and CEO
</b>
<br>
<span class="bio">Aldo Sollazzo is an Italian entrepreneur and innovator, expert in robotics, computer vision, and computational design. He is the CEO of Noumena since 2011, a data-driven company implementing computer vision and machine learning to study and analyze spatial dynamics.
As part of the Noumena Group, he is also the director of Reshape, a platform focused on the industrial application of material-driven sustainable technologies, and of LAMÁQUINA, a large-scale 3D printing factory, shaping new architectural solutions integrating advanced manufacturing and computation.
At the Institute for Advanced Architecture of Catalunya in Barcelona, he is the Director of the Master in Robotics and Advanced Construction.
In 2019 Aldo received, from the Italian President of the Republic, the title of Knight of the Order of the Star of Italy for the promotion of national prestige abroad as a recognition of his scientific and technological activities.
Aldo has made many appearances as a guest speaker at Conferences and University Seminars, amongst them European Conference on Computer Vision, Barcelona Urban Tech, Future City Summit, The Venice Biennale and TEDx Barcelona.</span>
</p>
</div>
<div class="keynote-speaker">
<img src="assets\keynote_speakers\Pieter_Jan_Stappers-res.png" alt="Photo of Pieter Jan Stappers">
<p>
<b>
Pieter Jan Stappers — TU Delft, Netherlands
</b><br>
<span class="bio">Pieter Jan Stappers is professor of Design Techniques at Delft University, Faculty of Industrial Design Engineering. His research and teaching focus on the connections between research and design, such as techniques for user participation (codesign and contextmapping), and the role of doing design as a part of doing research (research through design). Key terms include perception, creativity, visualisation, empathy, systems thinking, and prototyping.</span>
</p>
</div>
</div>
<div id="attend">
<h2>Attend</h2>
<h3>Dates</h3>
<p>
Monday and Tuesday, 19-20 June 2023
<br><br>
</p>
<h3>Venue</h3>
<p>
Department of Design, Politecnico di Milano, Italy <br>
<a href="https://dipartimentodesign.polimi.it" target="_blank">dipartimentodesign.polimi.it</a> <br>
Via Durando 10, 20138, Milano <br><br><br>
</p>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2796.2929493293786!2d9.162075414951756!3d45.504181138796696!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x4786c180313398f5%3A0x74a0cfe4e1a1a3e1!2sVia%20Giovanni%20Durando%2C%2010%2C%2020158%20Milano%20MI!5e0!3m2!1sen!2sit!4v1655108576077!5m2!1sen!2sit" width="100%" height="400" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
<p><br><br></p>
<img class="campus-photo" src="assets\campus\DD1.jpg" alt="Interiors of the department of Design">
<div class="caption">
<p>Interiors of the department of Design</p>
<p>Source: department of Design website</p>
</div>
<img class="campus-photo" src="assets\campus\DD2.jpg" alt="Interiors of the department of Design">
<div class="caption">
<p>Interiors of the department of Design</p>
<p>Source: department of Design website</p>
</div>
<img class="campus-photo" src="assets\campus\DD3.jpg" alt="Interiors of the department of Design">
<div class="caption">
<p>Interiors of the department of Design</p>
<p>Source: department of Design website</p>
</div>
<img class="campus-photo" src="assets\campus\DD4.jpg" alt="Exteriors of the department of Design">
<div class="caption">
<p>Exteriors of the department of Design</p>
<p>Source: department of Design website</p>
</div>
<h3><br>Registration</h3>
<p>
Registrations are now open!
<br><br>
Register on EKSIG 2023 Conftool and register as a participant once inside the platform. Note that you will be required to upload your passport scan (for EU citizens also ID is allowed). At the end of the registration, you can pay by credit card directly on the platform (via PayPal) or arrange for a wire transfer, considering that the fees are your charge.<br><br>
Please note that each accepted paper to be published needs to have one paying author. Below are the registration fees.
</p>
<p><b>Early Bird Registration (7th April – 6th May)</b></p>
<ul>
<li>Regular: 390 EUR</li>
<li>Concessions*: 320 EUR</li>
</ul>
<p><b>Standard Registration (7th May – 31st May) </b></p>
<ul>
<li>Regular: 490 EUR</li>
<li>Concessions*: 420 EUR</li>
</ul>
<p>
<b>*Concessions include confirmed student, PhD student status and DRS members: in the registration you will be required to upload a document, together with your ID, to prove your status.</b>
</p>
<p>
The conference fee gives you access to the following:
</p>
<ul>
<li>Abstract publication</li>
<li>Full paper publication (only digital)</li>
<li>Presentations</li>
<li>Keynote speeches</li>
<li>Networking and discussions with other researchers and participants</li>
<li>Social dinner on 19/06 evening</li>
</ul>
<p>It will also be possible to purchase a guest ticket at an additional cost of 80 euros, which includes participation in the keynote speeches and the social dinner on the 19/06 evening.</p>
<p>You are welcome to attend the conference without presenting a paper; the participation fees are the same as if you had presented a paper.</p>
<p>If, as an author, you have several papers selected for publication, please note that for each paper to be published, it needs to have a unique paying author. This may be one of your co-authors.</p>
<p>If it is the case that no other author is on the second paper or co-authors are not attending, please get in contact with us (mail to: [email protected]) to discuss second paper rates.</p>
</div>
<div id="submit">
<h2>Submit</h2>
<p>
For EKSIG 2023, we invite the submission of full papers (4000-5000 words) that offer new or challenging views on the conference theme. The papers will be selected through a double-blind peer-review process by an international review team.
<br><br>
We invite contributions from creative subjects and other disciplines, e.g. design, architecture, engineering, craft, media, HCI, performance, music, fine art, curation, museology, archaeology, philosophy, knowledge management, education, health, cognitive science, sensory studies and other fields that are concerned with collaboration in research and in creative and professional practice.
<br><br>
Please submit an anomymised version of your full paper of 4000-5000 words according to the attached template.
<br><br>
<a href="assets/EKSIG23_Full-paper-Template.dotx" download>[LINK TEMPLATE]</a>
<br><br>
To submit a full paper contribution, please register on <a href="https://www.conftool.org/eksig2023" target="_blank">EKSIG 2023 Conftool</a>.
<br><br>
</p>
<h3>Key dates</h3>
<ul>
<li>June 2022 – Call for Papers</li>
<li><del>15 January 2023</del> <b>Extended deadline: 27 January 2023</b> – Submission of full papers</li>
<li>20 March 2023 – Notification of acceptance of papers</li>
<li>30 April 2023 – Submission of final revised papers</li>
<li>19-20 June 2023 – Conference</li>
</ul>
</div>
<div id="organisation">
<h2>Organisation</h2>
<h3>
Programme Committee
</h3>
<div class="organiser">
<p><b>Silvia D. Ferraris,</b></p>
<p>Politecnico di Milano, Italy</p>
</div>
<div class="organiser">
<p><b>Valentina Rognoli,</b></p>
<p>Politecnico di Milano, Italy</p>
</div>
<div class="organiser">
<p><b>Nithikul Nimkulrat,</b></p>
<p>OCAD University, Canada</p>
</div>
<div class="organiser">
<p><b>Camilla Groth,</b></p>
<p>University of South-Eastern Norway</p>
</div>
<br>
<h3>
Scientific Committee
</h3>
<div class="organiser">
<p><b>Camilla Groth,</b></p>
<p>University of South-Eastern, Norway</p>
</div>
<div class="organiser">
<p><b>Carla Langella,</b></p>
<p>University of Naples Federico II, Italy</p>
</div>
<div class="organiser">
<p><b>Eujin Pei,</b></p>
<p>Brunel University London, United Kindom</p>
</div>
<div class="organiser">
<p><b>Louise Valentine,</b></p>
<p>The Design Journal, United Kindom</p>
</div>
<div class="organiser">
<p><b>Lucia Rampino,</b></p>
<p>Politecnico di Milano, Italy</p>
</div>
<div class="organiser">
<p><b>Manuela Celi,</b></p>
<p>Politecnico di Milano, Italy</p>
</div>
<div class="organiser">
<p><b>Nithikul Nimkulrat,</b></p>
<p>OCAD University, Canada</p>
</div>
<div class="organiser">
<p><b>Owain Pedgley,</b></p>
<p>METU, Turkey</p>
</div>
<div class="organiser">
<p><b>Silvia D. Ferraris,</b></p>
<p>Politecnico di Milano, Italy</p>
</div>
<div class="organiser">
<p><b>Valentina Rognoli,</b></p>
<p>Politecnico di Milano, Italy</p>
</div>
<div class="organiser">
<p><b>Venere Ferraro,</b></p>
<p>Politecnico di Milano, Italy</p>
</div>
<div class="organiser">
<p><b>Martínez Torán Manuel,</b></p>
<p>Universitat Politècnica de València, Spain</p>
</div>
<div class="organiser">
<p><b>Youn-kyung Lim,</b></p>
<p>KAIST, Republic of Korea</p>
</div>
<div class="organiser">
<p><b>Jouke Verlinden,</b></p>
<p>University of Antwerp, Belgium</p>
</div>
<h3>
<br>
Organising Committee
</h3>
<div class="organiser">
<p><b>Francesca Mattioli,</b></p>
<p>Politecnico di Milano, Italy</p>
</div>
<div class="organiser">
<p><b>Sofia Soledad Duarte Poblete,</b></p>
<p>Politecnico di Milano, Italy</p>
</div>
<div class="organiser">
<p><b>Alessia Romani,</b></p>
<p>Politecnico di Milano, Italy</p>
</div>
<div class="organiser">
<p><b>Caterina Dastoli,</b></p>
<p>Politecnico di Milano, Italy</p>
</div>
<div class="organiser">
<p><b>Francesco Leoni,</b></p>
<p>Politecnico di Milano, Italy</p>
</div>
<h3>
<br>
Contacts
</h3>
<p><a href="mailto:[email protected]" target="_blank">[email protected]</a></p>
</div>
<div id="proceedings">
<h2>Proceedings</h2>
<p>
Papers selected for presentation at the conference are published in the conference proceedings: an abstract booklet with an online publication of the full papers, the preferred format of the DRS. As in past years, the organisers will collaborate with an appropriate journal to publish selected papers from the conference as a special issue.
</p>
<a href="assets/EKSIG-Proceedings.pdf"><button class="button">Download the proceedings</button></a>
</div>
<div id="past-conferences">
<h2>Past conferences</h2>
<p>
<a href="https://eksig.org/conferences.html ">https://eksig.org/conferences.html</a>
</p>
</div>
<div id="footer">
<div id="loghi-footer">
<div>
<img class="logo" src="assets/loghi/eksig2023-logo.png" alt="">
</div>
<div>
<img class="logo" src="assets/loghi/drs-logo.png" alt="">
</div>
<div>
<img class="logo" src="assets/loghi/politecnico-logo.png" alt="">
</div>
</div>
<p>The website has been designed by Alessandro Quets, Francesca Gheli and Density Design.</p>
<p><a rel="license" href=http://creativecommons.org/licenses/by-nc/4.0/><img alt="Licenza Creative Commons" style="border-width:0" src=https://i.creativecommons.org/l/by-nc/4.0/88x31.png /></a><br />Quest'opera è distribuita con Licenza <a rel="license" href=http://creativecommons.org/licenses/by-nc/4.0/>Creative Commons Attribuzione - Non commerciale 4.0 Internazionale</a>.</p>
</div>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.7.0.min.js" integrity="sha256-2Pmvv0kuTBOenSvLm6bvfBSSHrUJ+3A7x6P5Ebd07/g=" crossorigin="anonymous"></script>
<script type="text/javascript" src="js/script.js"></script>
<script type="text/javascript" src="js/p5.min.js"></script>
<script type="text/javascript" src="js/sketch.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.0/js/bootstrap.min.js" integrity="sha512-3dZ9wIrMMij8rOH7X3kLfXAzwtcHpuYpEgQg1OA4QAob1e81H8ntUQmQm3pBudqIoySO5j0tHN4ENzA6+n2r4w==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
</body>
</html>