-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSR-performance.html
More file actions
412 lines (366 loc) · 11.9 KB
/
SR-performance.html
File metadata and controls
412 lines (366 loc) · 11.9 KB
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
<!DOCTYPE html>
<html lang="en">
<title>Blood Flow + Control, send+receive v.26, 2024</title>
<body>
<!-- The wrapper and content divs set margins and positioning -->
<style>
body {
background-color: white;
font-family: courier new, monospace;
.caption {
color: green;
font-size: 0.75em;
}
}
.video-container {
padding: 5px;
text-align: center;
}
.header {
padding: 5px;
text-align: right;
background: black;
color: white;
font-size: 15px;
}
a:link {
color: white;
background-color: transparent;
text-decoration: none;
}
a:visited {
color: white;
background-color: transparent;
text-decoration: none;
}
a:hover {
color: red;
background-color: transparent;
text-decoration: underline;
}
a:active {
color: red;
background-color: transparent;
text-decoration: underline;
}
.center {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}
{
box-sizing: border-box;
}
/* Position the image container (needed to position the left and right arrows) */
.container {
position: relative;
text-align: center;
}
/* Hide the images by default */
.mySlides {
display: none;
}
/* Add a pointer when hovering over the thumbnail images */
.cursor {
cursor: pointer;
}
/* Next & previous buttons */
.prev,
.next {
cursor: pointer;
position: absolute;
top: 40%;
width: auto;
padding: 16px;
margin-top: 500px;
color: red;
font-weight: bold;
font-size: 20px;
border-radius: 0 3px 3px 0;
user-select: none;
-webkit-user-select: none;
}
/* Position the "next button" to the right */
.next {
right: 0;
border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
background-color: rgba(0, 0, 0, 0.8);
}
/* Number text (1/3 etc) */
.numbertext {
color: #charcoal;
font-size: 12px;
padding: 8px 12px;
position: absolute;
top: 0;
}
/* Container for image text */
.caption-container {
text-align: center;
background-color: #222;
padding: 2px 16px;
color: white;
width: 80%;
margin: auto;
}
.row:after {
content: "";
display: table;
clear: both;
}
/* Six columns side by side */
.column {
float: left;
width: 20%;
}
/* Add a transparency effect for thumnbail images */
.demo {
opacity: 0.5;
}
.active,
.demo:hover {
opacity: 1;
}
.alignleft {
float: left;
}
.alignright {
float: right;
}
</style>
<div id="textbox">
<p
class="alignleft"
style="color: white; padding-left: 8px; padding-top: 3px"
>
<a href="index.html">Z.LeBrun</a>
</p>
<p class="alignright"></p>
<div class="header">
<p style="padding-right: 8px">
<a href="bio.html">Bio</a> /
<a
href="https://docs.google.com/document/d/1Z6XeCaOc0wKJE3A7naDJdAA8dO4yfyhTGK4ftD4sHW0/edit?usp=sharing"
>CV</a
>
/ <a href="portfolio.html">Portfolio</a> /
<a href="archive.html"> Archive</a> /
<a href="contact-info.html"> Contact</a>
</p>
</div>
<br />
<br />
<h style="margin-left: 20px; padding: 8px; font-size: 30px"
><b> <i>Human Physiology: Blood Flow + Control</i>, 2024 </b></h
>
<br />
<br />
<br />
<p style="margin-left: 20px; margin-right: 20px">
<b><i>Human Physiology: Blood Flow + Control (v. 8 chromatic)</i></b>
was hosted by send+receive festival of sound v.26 at The Output, Video
Pool Media Arts Centre, October 11, 2024.
<br />
<br /><br />
<i>Human Physiology: Ch. 15, Blood Flow + Control</i> is an experimental
sound performance by Zoë LeBrun, which was hosted by send+receive at The
Output, Video Pool Media Arts Centre, October 11, 2024 in Winnipeg,
Manitoba. <br /><br /><br />
Transposed from an anatomy textbook,
<i>Human Physiology: Blood Flow + Control</i> is an algorithmic flute
composition accompanied by solfeggio tones and sounds of the interior
body. Paired with abstracted MRI imagery edited in Video Pool’s Analog
Editing Suite, <i>Blood Flow + Control</i> parallels visual glitches
with auditory ones, blurring the lines between bodies of text, sound,
and the physical world through experimental live performance.
<br /><br /><br />
Continue below to see photo documentation of live performance or watch
video documentation by
<a style="color:red" href="www.facebook.com/robert.szkolnicki"
><span > Robert Szkolnicki</span></a
>
<a style="color: red" href="https://www.youtube.com/watch?v=Fh3bR_ezCcg"
>here</a
>
or embedded in browser at bottom of page.
</p>
<br /><br />
<!-- Container for the image gallery -->
<div class="container">
<!-- Full-width images with number text -->
<div class="mySlides">
<div class="numbertext">1 / 5</div>
<img
src="assets/BloodFlow-performance-1.jpg?v=1730871099070"
style="width: 80%"
/>
</div>
<div class="mySlides">
<div class="numbertext">2 / 5</div>
<img
src="assets/BloodFlow-performance-2.jpg?v=1730871106048"
style="width: 80%"
/>
</div>
<div class="mySlides">
<div class="numbertext">3 / 5</div>
<img
src="assets/BloodFlow-performance-3.jpg?v=1730871086476"
style="width: 80%"
/>
</div>
<div class="mySlides">
<div class="numbertext">4 / 5</div>
<img
src="assets/BloodFlow-performance-4.jpg?v=1730871079830"
style="width: 80%"
/>
</div>
<div class="mySlides">
<div class="numbertext">5 / 5</div>
<img
src="assets/BloodFlow-performance-5.jpg?v=1730871233779"
style="width: 80%"
/>
</div>
</div>
<!-- Next and previous buttons -->
<a class="prev" onclick="plusSlides(-1)">❮</a>
<a class="next" onclick="plusSlides(1)">❯</a>
<!-- Image text -->
<div class="caption-container">
<p id="caption"></p>
</div>
<!-- Thumbnail images -->
<div class="row">
<div class="column">
<img
class="demo cursor"
src="assets/BloodFlow-performance-1.jpg?v=1730871099070"
style="width: 100%"
onclick="currentSlide(1)"
alt="<i>Human Physiology: Blood Flow + Control (v. 8 chromatic)</i> performance documentation by Robert Szkolnicki. Photograph of the artist (Z. LeBrun) playing flute during performance."
/>
</div>
<div class="column">
<img
class="demo cursor"
src="assets/BloodFlow-performance-2.jpg?v=1730871106048"
style="width: 100%"
onclick="currentSlide(2)"
alt="<i>'Human Physiology: Blood Flow + Control (v. 8 chromatic)</i> performance documentation by Robert Szkolnicki. Photograph of the artist (Z. LeBrun) creating percussive sounds on stethoscope microphone."
/>
</div>
<div class="column">
<img
class="demo cursor"
src="assets/BloodFlow-performance-3.jpg?v=1730871086476"
style="width: 100%"
onclick="currentSlide(3)"
alt="<i>Human Physiology: Blood Flow + Control (v. 8 chromatic)</i> performance documentation by Robert Szkolnicki. Photograph of the artist (Z. LeBrun) at front of stage creating percussive sounds on stethoscope mic. Video with echocardiogram imagery behind artist; crowd in foreground."
/>
</div>
<div class="column">
<img
class="demo cursor"
src="assets/BloodFlow-performance-4.jpg?v=1730871079830"
style="width: 100%"
onclick="currentSlide(4)"
alt="Human Physiology: Blood Flow + Control (v. 8 chromatic)</i> performance documentation by Robert Szkolnicki. Photograph of the artist (Z. LeBrun) holding and playing stethoscope microphone."
/>
</div>
<div class="column">
<img
class="demo cursor"
src="assets/BloodFlow-performance-5.jpg?v=1730871233779"
style="width: 100%"
onclick="currentSlide(5)"
alt="Human Physiology: Blood Flow + Control (v. 8 chromatic)</i> performance documentation by Robert Szkolnicki. Edited double exposure photograph of the artist (Z. LeBrun) playing flute during set."
/>
</div>
</div>
<script>
let slideIndex = 1;
showSlides(slideIndex);
// Next/previous controls
function plusSlides(n) {
showSlides((slideIndex += n));
}
// Thumbnail image controls
function currentSlide(n) {
showSlides((slideIndex = n));
}
function showSlides(n) {
let i;
let slides = document.getElementsByClassName("mySlides");
let dots = document.getElementsByClassName("demo");
let captionText = document.getElementById("caption");
if (n > slides.length) {
slideIndex = 1;
}
if (n < 1) {
slideIndex = slides.length;
}
for (i = 0; i < slides.length; i++) {
slides[i].style.display = "none";
}
for (i = 0; i < dots.length; i++) {
dots[i].className = dots[i].className.replace(" active", "");
}
slides[slideIndex - 1].style.display = "block";
dots[slideIndex - 1].className += " active";
captionText.innerHTML = dots[slideIndex - 1].alt;
}
</script>
<br /><br />
<p style="text-align: center">
Video documentation by Robert Szkolnicki of <br /><b
><i>Human Physiology: Blood Flow + Control</i> by Zoë LeBrun:</b
>
<br /><br />
</p>
<div class="video-container">
<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/Fh3bR_ezCcg?si=IbizoD1-oPJv_Xfi"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin"
allowfullscreen
></iframe>
</div>
<p></p>
</div>
<br /><br /><br />
<br /><br /><br />
<br><br>
<div id="footer">
<p
class="alignleft"
style="color: white; padding-left: 8px; padding-top: 3px"
>
<a href="index.html">Z.LeBrun</a>, © 2025.
</p>
<p class="alignright"></p>
<div class="header">
<p style="padding-right: 8px">
<a href="bio.html"> Bio</a> /
<a
href="https://docs.google.com/document/d/1Z6XeCaOc0wKJE3A7naDJdAA8dO4yfyhTGK4ftD4sHW0/edit?usp=sharing"
>CV</a
>
/ <a href="portfolio.html">Portfolio</a> /
<a href="archive.html"> Archive</a> /
<a href="contact-info.html"> Contact </a>
</p>
</div>
</div>
</body>
</html>