-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathweek_5_presentation.html
97 lines (81 loc) · 3.88 KB
/
week_5_presentation.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>TDDE39 Week 5 | Expressive interaction with physical-digital objects</title>
<link rel="stylesheet" href="dist/reset.css">
<link rel="stylesheet" href="dist/reveal.css">
<link rel="stylesheet" href="dist/theme/black.css">
<!-- Theme used for syntax highlighted code -->
<link rel="stylesheet" href="plugin/highlight/monokai.css">
</head>
<body>
<div class="reveal">
<div class="slides">
<style type="text/css">
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
word-wrap: normal;
-webkit-hyphens: manual;
-moz-hyphens: manual;
hyphens: manual;
}
</style>
<section>
<h4 style="text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue">Expressive interaction <br> with physical-digital objects</h4>
</section>
<section>
<img class="r-stretch" src="Visuals/materials.png">
<span class="reference">by Elisa Giaccardi and Elvin Karana</span>
</section>
<section>
<iframe width="560" height="315" src="https://www.youtube.com/embed/BZysu9QcceM" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<span class="reference" style="bottom:-100px;text-align:left">Wooden mirror (1999) by Daniel Rozin</span>
</section>
<section>
<iframe src="https://player.vimeo.com/video/259247002?h=73e7f61ffe" width="640" height="360" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen></iframe>
<span class="reference" style="bottom:-100px;text-align:left">FRANK (2018) by Davide Amorim, Giulia Caleca, Minerva Loos and Alex de Ruiter</span>
</section>
<section>
<iframe width="560" height="315" src="https://www.youtube.com/embed/Th5zlUe6gOE" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<span class="reference" style="bottom:-100px;text-align:left">Throwable Panoramic Ball Camera (2011) <br> by Jonas Pfeil, Kristian Hildebrand, Carsten Gremzow, Bernd Bickel, Marc Alexa</span>
</section>
<section>
<img class="r-stretch" src="Visuals/softlamp.png">
<span class="reference">Soft lamp (2013) by Simon Frambach</span>
</section>
<section>
<h3 style="text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue">A few questions on expressive interaction</h3>
<ul>
<li class="fragment">Are representations meaningful and of long-lasting importance?</li>
<li class="fragment">Can users think and talk with or through objects, using them as props to act with? Do they give discussions a focus and provide a record of decisions?</u></li>
<li class="fragment">Is there a clear link between what you do and what happens? Are physical and digital representations seemingly naturally coupled?</li>
</ul>
</section>
</div>
</div>
<script src="dist/reveal.js"></script>
<script src="plugin/notes/notes.js"></script>
<script src="plugin/markdown/markdown.js"></script>
<script src="plugin/highlight/highlight.js"></script>
<script>
// More info about initialization & config:
// - https://revealjs.com/initialization/
// - https://revealjs.com/config/
Reveal.initialize({
hash: true,
// Display presentation control arrows
controls: false,
// Learn about plugins: https://revealjs.com/plugins/
plugins: [ RevealMarkdown, RevealHighlight, RevealNotes ]
});
// Reveal.configure({ showNotes: 'separate-page' });
// Reveal.configure({ showNotes: 'true' });
</script>
</body>
</html>