-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
193 lines (172 loc) · 8.76 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Data Viz</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/custom.css" rel="stylesheet">
</head>
<body>
<!-- Navigation -->
<nav class="navbar fixed-top navbar-expand-lg navbar-dark bg-dark fixed-top">
<div class="container">
<a class="navbar-brand" href="index.html">Sport Visualisation</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
data-target="#navbarResponsive" aria-controls="navbarResponsive"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="about.html">About</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Page Content -->
<div class="container">
<!-- Page Heading -->
<h1 class="display-4 mt-5">Shaped by Motion</h1>
<!-- description -->
<div class="row mt-4">
<div class="col-lg-6">
<img class="img-fluid rounded mb-4" src="/data/about/Still_Boulder_shadow.webp">
</div>
<div class="col-lg-6">
<h4 class="pb-2">CREATING AN ABSTRACT SPORT VISUALISATION</h4>
<p>Sports are goal and performance oriented. We often forget about the beauty and
poetic perspective of these movements.
I want to capture the essence of these motions and accompanying sounds, which
are mastered for perfection and reinterpret them through abstract art.
</p>
<p>The idea is to generate a visualisation of several sport disciplines by recording
specific data with a smartwatch. Data sources are <a
href="https://www.hindawi.com/journals/js/2019/6514520/"
class="text-secondary">motion sensors</a>
such as accelerometer, gyroscope, and magnetometer, which are basic components
of most smart devices. Additionally, the sound of the respective sport was
recorded with the internal microphone.</p>
</div>
</div>
<!-- boulder photos -->
<h4 class="mt-4">RECORDING THE DATA</h4>
<p>The selected sports are skateboarding, bouldering and swimming. Each sport was
captured
by athletes wearing a smartwatch.</p>
<div id="carouselBoulder" class="carousel slide my-4" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselBoulder" data-slide-to="0" class="active"></li>
<li data-target="#carouselBoulder" data-slide-to="1"></li>
<li data-target="#carouselBoulder" data-slide-to="2"></li>
<li data-target="#carouselBoulder" data-slide-to="3"></li>
</ol>
<div class="carousel-inner" role="listbox">
<div class="carousel-item active">
<img src="/data/about/photo_boulder_01.webp" class="d-block img-fluid">
</div>
<div class="carousel-item">
<img src="/data/about/photo_boulder_02.webp" class="d-block img-fluid">
</div>
<div class="carousel-item">
<img src="/data/about/photo_boulder_03.webp" class="d-block img-fluid">
</div>
<div class="carousel-item">
<img src="/data/about/photo_boulder_04.webp" class="d-block img-fluid">
</div>
</div>
<a class="carousel-control-prev" href="#carouselBoulder" role="button"
data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselBoulder" role="button"
data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<!-- skate photos -->
<div id="carouselSkate" class="carousel slide my-4" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselSkate" data-slide-to="0" class="active"></li>
<li data-target="#carouselSkate" data-slide-to="1"></li>
<li data-target="#carouselSkate" data-slide-to="2"></li>
<li data-target="#carouselSkate" data-slide-to="3"></li>
</ol>
<div class="carousel-inner" role="listbox">
<div class="carousel-item active">
<img src="/data/about/photo_skate_01.webp" class="d-block img-fluid">
</div>
<div class="carousel-item">
<img src="/data/about/photo_skate_02.webp" class="d-block img-fluid">
</div>
<div class="carousel-item">
<img src="/data/about/photo_skate_03.webp" class="d-block img-fluid">
</div>
<div class="carousel-item">
<img src="/data/about/photo_skate_04.webp" class="d-block img-fluid">
</div>
</div>
<a class="carousel-control-prev" href="#carouselSkate" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselSkate" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<h4 class="mt-5">PROCESSING THE DATA</h4>
<p>The captured data is processed by developing fitting algorithms, which enable an
artistic visualisation. This is done with the help of libraries such as
<a href="https://threejs.org/" class="text-secondary">three.js</a>
and <a href="https://d3js.org/" class="text-secondary">d3.js</a>.
The generated visuals are not an obvious
simulation of the respective sport, but rather an abstract and creative
interpretation. However, each visual representation has a connection to its data
source. The use of fitting colors, textures, sound atmospheres and recognisable
patterns links the visualisation to each sport.</p>
<p>The visualisation can be explored by navigating around the virtual space,
blending in and out the different data sources and switching between the sport
disciplines.</p>
<div class="row my-2">
<div class="col-lg-6">
<img class="img-fluid rounded mb-4" src="/data/about/Still_Boulder_wide.webp">
</div>
<div class="col-lg-6">
<img class="img-fluid rounded mb-4" src="/data/about/Still_Boulder_close.webp">
</div>
</div>
<div class="row my-2">
<div class="col-lg-6">
<img class="img-fluid rounded mb-4" src="/data/about/Still_Skate_wide.webp">
</div>
<div class="col-lg-6">
<img class="img-fluid rounded mb-4" src="/data/about/Still_Skate_close.webp">
</div>
</div>
<div class="row my-2">
<div class="col-lg-6">
<img class="img-fluid rounded mb-4" src="/data/about/Still_Swim_wide.webp">
</div>
<div class="col-lg-6">
<img class="img-fluid rounded mb-4" src="/data/about/Still_Swim_tex.webp">
</div>
</div>
<h4 class="mt-5">PRODUCT DESIGN</h4>
<p>Aside from this website, the generated visualisations can be used as a design for
print on sports gear or posters.</p>
<img class="img-fluid rounded mb-4" src="/data/about/gear.webp">
</div>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
</body>
</html>