-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlatentSpaceBodyLimbs.html
54 lines (40 loc) · 1.8 KB
/
latentSpaceBodyLimbs.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pedro Latas: composer, performer, creative coder</title>
<link rel="stylesheet" href="pieceStyles.css">
<link rel="icon" href="resources/favicon.ico">
</head>
<header>
<div><a class="hoverLink" href="about.html">About</a></div>
<div><a class="hoverLink" href="disambiguation.html">Works</a></div>
<div><a class="hoverLink" href="agenda.html">Agenda</a></div>
<div><a class="hoverLink" href="releases.html">Releases</a></div>
</header>
<!-- Add picture specific to the page without changing the pieceStyles.css file -->
<style>
body {
background-image: url("resources/latentspacebodylimbs.png");
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: 0 70%;
}
</style>
<!-- Add picture specific to the page without changing the pieceStyles.css file -->
<main>
<div class="pieceInfo">
<div class="pieceTitle">Latent Space / Body: limbs [2023]</div>
<div class="pieceFormation"><i>solo live-electronics performance with MYO sensors and AI</i></div>
</div>
<hr>
<div class="pieceText">
<div><p>In Machine Learning, Latent Space is an abstract n-dimensional space where learned information is mapped onto. One can then navigate the in-between of these points. This could be representative of Queer existences in a heteronormative world. Queer lives are the in-between which defy fixed and oppressive structures, degrading Western conceptions of what identity and bodies can be.</p></div>
<div><p></p></div>
<div><p></p></div>
<div><p>This piece was premiered at the</p></div>
</div>
</main>
</html>