-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·642 lines (608 loc) · 37 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Wats:ON? Festival</title>
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/agency.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href='http://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700' rel='stylesheet' type='text/css'>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body id="page-top" class="index">
<!-- Navigation -->
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand page-scroll" href="#page-top"><img src="img/navLogo.png"style="width:100px;"></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="hidden">
<a href="#page-top"></a>
</li>
<li>
<a class="page-scroll" href="#services">About</a>
</li>
<li>
<a class="page-scroll" href="#portfolio">Events</a>
</li>
<li>
<a class="page-scroll" href="#about">Schedule</a>
</li>
<!--<li>
<a class="page-scroll" href="#team">Team</a>
</li>-->
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<!-- Header -->
<header id="top" class="header">
<div class="text-vertical-center">
<img src="img/POW.png" style="width:50%;">
</div>
</header>
<!-- Services Section -->
<section id="services">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">About</h2>
<h3 class="section-subheading text-muted">POW! – Spike Wolff, Festival Curator</h3>
</div>
</div>
<div class="row text-center">
<div class="col-md-6">
<h4 class="service-heading"> </h4>
<p class="text-muted" style="text-align:left;">
noun : the power of exciting<br>
noun : power, influence (colloquial slang)<br>
interjection : to express a heavy blow, collision, or explosion<br>
adjective : exciting and appealing</p>
</div>
<div class="col-md-6">
<h4 class="service-heading"> </h4>
<p class="text-muted"style="text-align:right;">Pow! Bang! Kaboom! With the physicality of a creative explosive blast, the works of these artists are strikingly dynamic, vibrant, and intensely engaging. Their installations and performance immerse us in a language of spirited invention through the metamorphosis of space and transfiguration of the body. wats:ON? 2015 explores the power of art that engages our minds, engulfs our senses, and invades our psyche.</p>
</div>
<!--<div class="col-md-4">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-lock fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading">Web Security</h4>
<p class="text-muted">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Minima maxime quam architecto quo inventore harum ex magni, dicta impedit.</p>
</div>-->
</div>
</div>
</section>
<!-- Portfolio Grid Section -->
<section id="portfolio" class="bg-light-gray">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Events</h2>
<h3 class="section-subheading text-muted">Talks, Receptions, Performance & Workshops</h3>
</div>
</div>
<div class="row">
<div class="col-md-4 col-sm-6 portfolio-item">
<a href="#portfolioModal1" class="portfolio-link" data-toggle="modal">
<div class="portfolio-hover">
<div class="portfolio-hover-content">
<i class="fa fa-plus fa-3x"></i>
</div>
</div>
<img src="img/portfolio/thumbnailMoreaux.png" class="img-responsive" alt="">
</a>
<div class="portfolio-caption">
<h4>EMMANUELLE MOUREAUX</h4>
<p class="text-muted">emmanuelle moureaux <br> architecture + design</p>
</div>
</div>
<div class="col-md-4 col-sm-6 portfolio-item">
<a href="#portfolioModal2" class="portfolio-link" data-toggle="modal">
<div class="portfolio-hover">
<div class="portfolio-hover-content">
<i class="fa fa-plus fa-3x"></i>
</div>
</div>
<img src="img/portfolio/thumbnailCave.png" class="img-responsive" alt="">
</a>
<div class="portfolio-caption">
<h4>NICK CAVE</h4>
<p class="text-muted">Visual and Performance Artist</p>
</div>
</div>
<div class="col-md-4 col-sm-6 portfolio-item">
<a href="#portfolioModal3" class="portfolio-link" data-toggle="modal">
<div class="portfolio-hover">
<div class="portfolio-hover-content">
<i class="fa fa-plus fa-3x"></i>
</div>
</div>
<img src="img/portfolio/thumbnailStiles.png" class="img-responsive" alt="">
</a>
<div class="portfolio-caption">
<h4>KINDERKLAVIERFELD</h4>
<p class="text-muted">Robotic Generative Sound Installation <br> by Jesse Stiles</p>
</div>
</div>
<div class="col-md-4 col-sm-6 portfolio-item">
<a href="#portfolioModal4" class="portfolio-link" data-toggle="modal">
<div class="portfolio-hover">
<div class="portfolio-hover-content">
<i class="fa fa-plus fa-3x"></i>
</div>
</div>
<img src="img/portfolio/thumbnailCircuits.png" class="img-responsive" alt="">
</a>
<div class="portfolio-caption">
<h4>SOFT CIRCUITS WORKSHOP</h4>
<p class="text-muted">Circuitry, sensors, and electronic textiles workshop with Olivia Robinson</p>
</div>
</div>
<div class="col-md-4 col-sm-6 portfolio-item">
<a href="#portfolioModal5" class="portfolio-link" data-toggle="modal">
<div class="portfolio-hover">
<div class="portfolio-hover-content">
<i class="fa fa-plus fa-3x"></i>
</div>
</div>
<img src="img/portfolio/thumbnailAnamorphs.png" class="img-responsive" alt="">
</a>
<div class="portfolio-caption">
<h4>ACTIVATED ANAMORPHS</h4>
<p class="text-muted">Performative Inhabitables and Interactive Prostheses</p>
</div>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section id="about">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Schedule</h2>
<h3 class="section-subheading text-muted">What's happening when</h3>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<ul class="timeline">
<li>
<div class="timeline-image">
<img class="img-circle img-responsive" src="img/watsonFavicon.png" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>Thu March 19</h4>
<h4 class="subheading">EMMANUELLE MOUREAUX</h4>
</div>
<div class="timeline-body">
<p>5:30pm @ Great Hall, CFA</p>
<p class="text-muted2">exhibition opening</p>
<p>6:30pm @ Kresge Theatre, CFA</p>
<p class="text-muted2">artist talk</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image">
<img class="img-circle img-responsive" src="img/watsonFavicon.png" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>Fri March 20</h4>
<h4 class="subheading">NICK CAVE</h4>
</div>
<div class="timeline-body">
<p>5:30pm @ Great Hall, CFA</p>
<p class="text-muted2">festival reception</p>
<p>6:30pm @ Kresge Theatre, CFA</p>
<p class="text-muted2">artist talk</p>
</div>
</div>
</li>
<li>
<div class="timeline-image">
<img class="img-circle img-responsive" src="img/watsonFavicon.png" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>FRI MARCH 20</h4>
<h4 class="subheading">KINDERKLAVIERFELD</h4>
</div>
<div class="timeline-body">
<p>5:30pm @ Great Hall, CFA</p>
<p class="text-muted2">festival reception</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image">
<img class="img-circle img-responsive" src="img/watsonFavicon.png" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>Sat March 21</h4>
<h4 class="subheading">SOFT CIRCUITS</h4>
</div>
<div class="timeline-body">
<p>2:00pm @ STUDIO, CFA-111</p>
<p class="text-muted2">workshop</p>
</div>
</div>
</li>
<li>
<div class="timeline-image">
<img class="img-circle img-responsive" src="img/watsonFavicon.png" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>FRI MARCH 20</h4>
<h4 class="subheading">ACTIVATED ANAMORPHS</h4>
</div>
<div class="timeline-body">
<p>8:30pm @ Alumni Concert Hall, CFA</p>
<p class="text-muted2">performance</p>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Team Section -->
<!--<section id="team" class="bg-light-gray">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Our Amazing Team</h2>
<h3 class="section-subheading text-muted">Lorem ipsum dolor sit amet consectetur.</h3>
</div>
</div>
<div class="row">
<div class="col-sm-4">
<div class="team-member">
<img src="img/team/1.jpg" class="img-responsive img-circle" alt="">
<h4>Kay Garland</h4>
<p class="text-muted">Lead Designer</p>
<ul class="list-inline social-buttons">
<li><a href="#"><i class="fa fa-twitter"></i></a>
</li>
<li><a href="#"><i class="fa fa-facebook"></i></a>
</li>
<li><a href="#"><i class="fa fa-linkedin"></i></a>
</li>
</ul>
</div>
</div>
<div class="col-sm-4">
<div class="team-member">
<img src="img/team/2.jpg" class="img-responsive img-circle" alt="">
<h4>Larry Parker</h4>
<p class="text-muted">Lead Marketer</p>
<ul class="list-inline social-buttons">
<li><a href="#"><i class="fa fa-twitter"></i></a>
</li>
<li><a href="#"><i class="fa fa-facebook"></i></a>
</li>
<li><a href="#"><i class="fa fa-linkedin"></i></a>
</li>
</ul>
</div>
</div>
<div class="col-sm-4">
<div class="team-member">
<img src="img/team/3.jpg" class="img-responsive img-circle" alt="">
<h4>Diana Pertersen</h4>
<p class="text-muted">Lead Developer</p>
<ul class="list-inline social-buttons">
<li><a href="#"><i class="fa fa-twitter"></i></a>
</li>
<li><a href="#"><i class="fa fa-facebook"></i></a>
</li>
<li><a href="#"><i class="fa fa-linkedin"></i></a>
</li>
</ul>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-8 col-lg-offset-2 text-center">
<p class="large text-muted">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aut eaque, laboriosam veritatis, quos non quis ad perspiciatis, totam corporis ea, alias ut unde.</p>
</div>
</div>
</div>
</section>-->
<!-- Clients Aside -->
<aside class="clients">
<div class="container">
<div class="row">
<div class="col-md-3 col-sm-6">
<a href="#">
<img src="img/logos/envato.jpg" class="img-responsive img-centered" alt="">
</a>
</div>
<div class="col-md-3 col-sm-6">
<a href="#">
<img src="img/logos/designmodo.jpg" class="img-responsive img-centered" alt="">
</a>
</div>
<div class="col-md-3 col-sm-6">
<a href="#">
<img src="img/logos/themeforest.jpg" class="img-responsive img-centered" alt="">
</a>
</div>
<div class="col-md-3 col-sm-6">
<a href="#">
<img src="img/logos/creative-market.jpg" class="img-responsive img-centered" alt="">
</a>
</div>
</div>
</div>
</aside>
<footer>
<div class="container">
<div class="row">
<div class="col-md-4">
<span class="copyright">Copyright © Wats:ON? Festival 2015</span>
</div>
<div class="col-md-4">
<ul class="list-inline social-buttons">
<li><a href="#"><i class="fa fa-twitter"></i></a>
</li>
<li><a href="#"><i class="fa fa-facebook"></i></a>
</li>
<li><a href="#"><i class="fa fa-linkedin"></i></a>
</li>
</ul>
</div>
<div class="col-md-4">
<ul class="list-inline quicklinks">
<li><a href="http://www.cmu.edu">Carnegie Mellon University</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<!-- Portfolio Modals -->
<!-- Use the modals below to showcase details about your portfolio projects! -->
<!-- Portfolio Modal 1 -->
<div class="portfolio-modal modal fade" id="portfolioModal1" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body" style="text-align:left;">
<!-- Project Details Go Here -->
<h2>EMMANUELLE MOUREAUX</h2>
<p class="item-intro text-muted">emmanuelle moureaux architecture + design</p>
<img class="img-responsive" src="img/moreaux.jpg" alt="">
<p>Tokyo based French architect and designer<br>
Thu 19 March<br>
5:30pm Exhibition Opening, Great Hall CFA<br>
6:30pm Presentation of work, Kresge Theatre CFA<br><br>
<a href="http://www.emmanuelle.jp/">emmanuelle.jp</a>
</p>
<p>
<strong>EMMANUELLE MOUREAUX</strong> is a French architect and designer based in Tokyo. Inspired by Japanese traditional sliding screens, Moreaux has created the concept of ‘Shikiri’ which literally means dividing and creating space with colors. She uses colors as three-dimensional elements, like layers, in order to create spaces. She designs a wide range of projects, architecture, interior, furniture, product, exhibition, by using her unique technique of color scheming and handling colors as space makers. Moreaux is Associate Professor at the Tohoku University of Art & Design; recent awards include the International Architecture Award and Architizer A+ Award for the Sugamo Shinkin Bank; other recent projects include ‘See Beyond Colors’ for the 2014 Venice Architecture Biennale and ‘100 Colors Tokyo’ for the Shinjuku Creators Festa 2013.
<strong>Emmanuelle Moureaux’s installation ‘100 colors’ will be on exhibition in the College of Fine Arts Great Hall as part of the wats:ON Festival.</strong>
</p>
<button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio Modal 2 -->
<div class="portfolio-modal modal fade" id="portfolioModal2" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body"style="text-align:left;">
<h2>NICK CAVE</h2>
<p class="item-intro text-muted">Visual and Performance Artist</p>
<img class="img-responsive img-centered" src="img/cave1.jpg" alt="">
<img class="img-responsive img-centered" src="img/cave2.jpg" alt="">
<img class="img-responsive img-centered" src="img/cave3.jpg" alt="">
<p>Visual and Performance Artist, creator of ‘Soundsuits’<br>
Fri 20 March<br>
5:30pm Festival Reception, Great Hall CFA<br>
6:30pm Artist Talk, Kresge Theatre CFA <br><br>
<a href="http://www.jackshainman.com/artists/nick-cave/">jackshainman.com/artists/nick-cave</a>
</p>
<p>NICK CAVE is an artist, educator, and foremost a messenger, working between the visual and performing arts through a wide range of mediums including sculpture, installation, video, sound, and performance. Cave is well known for his ‘Soundsuits’, sculptural forms based on the scale of his body. Soundsuits camouflage the body, masking and creating a second skin that conceals race, gender, and class, forcing the viewer to look without judgment. Cave’s work is included in the collections of the Brooklyn Museum, the Hirshhorn Museum, the DeYoung Museum, the Museum of Modern Art in New York, and the Smithsonian Institution. An exhibition of Cave’s work is planned for 2016 at MASS MoCA; recent exhibitions include the Institute of Contemporary Art in Boston, the Denver Art Museum, the Peabody Essex Museum, and the Trapholt Museum in Denmark. Cave received his MFA from the Cranbrook Academy of Art, and is Chair of the Fashion Department at the School of the Art Institute of Chicago.
<br><br>
<strong>Nick Cave will talk about his work in a conversation moderated by Eric Shiner, Director of the Andy Warhol Museum.</strong>
<br><br>
Members of the CMU community with IDs will be admitted to the theatre following the reception, with admission to the general public as space allows.</p>
<button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio Modal 3 -->
<div class="portfolio-modal modal fade" id="portfolioModal3" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body"style="text-align:left;">
<!-- Project Details Go Here -->
<h2>KINDERKLAVIERFELD</h2>
<p class="item-intro text-muted">Robotic Generative Sound Installation by Jesse Stiles</p>
<p>Fri 20 March, College of Fine Arts Great Hall, ongoing <br>
5:30pm Festival Reception<br>
featuring the premiere performance of Soundscape<br><br>
<a href="http://jts3k.com">jts3k.com</a>
</p>
<p>JESSE STILES is an electronic composer, performer, installation artist, and software designer. Stiles creates immersive sonic and visual environments that encourage new methods of listening and looking, with musical output ranging from highly experimental to borderline danceable. His work makes use of generative algorithms to control sound, video, light, and robotics, creating synaesthetic compositions that transform space into evolving audiovisual environments. His work has been featured at internationally recognized institutions including the Smithsonian American Art Museum, Lincoln Center, the Whitney Museum of American Art, and the Park Avenue Armory. Stiles has appeared multiple times at Carnegie Hall, performing as a soloist with electronic instruments. Stiles is Assistant Teaching Professor of Sound Media at Carnegie Mellon University.
<br><br>
<strong>Jesse Stiles has created a musical installation work for the festival, Kinderklavierfeld, performed by five robotic toy pianos. The composition performed is not a fixed set of notes, but a mutating algorithm generating notes dynamically and continuously evolving over time. Kinderklavierfeld performs hourly at 20 minutes past the hour, and will be on display in the College of Fine Arts Great Hall as part of the wats:ON Festival.</strong></p>
<button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio Modal 4 -->
<div class="portfolio-modal modal fade" id="portfolioModal4" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body" style="text-align:left;">
<!-- Project Details Go Here -->
<h2>SOFT CIRCUITS WORKSHOP</h2>
<p class="item-intro text-muted">Circuitry, sensors, and electronic textiles workshop with Olivia Robinson</p>
<img class="img-responsive img-centered" src="img/soft.jpg" alt="">
<p>Creating circuitry and sensors with textiles. Electronics club meets crafting circle meets artists workshop; exploring soft circuitry, handmade sensors, and creating with electronic textiles<br>
Sat 21 March<br>
2:00 – 6:00pm, CFA-111 Frank-Ratchye STUDIO for Creative Inquiry<br><br>
<a href="http://oliviarobinson.com">oliviarobinson.com</a>
</p>
<p>OLIVIA ROBINSON is a multimedia fiber artist whose work spans performance, installation, research, and community engagement. Her diverse body of work ranges in scale from hand-built textile circuits to architectural-scale inflatable structure, and investigates issues of justice, identity, community, and transformation. Robinson has received awards from the National Endowment for the Arts, the Franklin Furnace Fund, and the New York Foundation for the Arts; her work has been exhibited at SIGGRAPH, Boston CyberArts Festival, and the American Land Museum. She is co-founder of the performance troupe Little Big Bang and is a board member for the Deep Listening Institute. Robinson received her BFA from the Maryland Institute College of Art, her MFA in Electronic Art from Rensselaer Polytechnic Institute, and teaches at the Maryland Institute College of Art.
<br><br>
<strong>Soft Circuits: Creating Circuitry and Sensors with Textiles is a workshop led by Olivia Robinson with Karyn Lao and Kate O’Brien. Soft Circuits explores soft circuitry, handmade sensors, conductive fabrics, and creating with electronic textiles. Participants will create their own soft sensors, which will become part of an interactive electronic quilt on display following the workshop in the College of Fine Arts Great Hall as part of the wats:ON Festival.
<br><br>
The Soft Circuits workshop runs Sat 21 March 2:00- 6:00pm.</strong>
Participants are asked to bring a piece of textile material that is personal to them, as well as an early memory of textiles or touch. The small textile material will be used to create a sensor, so the cloth should be something participants are willing to cut or manipulate (we will have material for use if you do not bring your own). Participants will be asked to share their early textile memory for a recording that will become part of the interactive touch-audio quilt; participants may retrieve their personal piece of the quilt following the exhibition in the Great Hall.
<br><br>
<strong>Limited seats may also be available to walk-in participants and to the general public if space allows.
Participants under the age of 16 are welcome if accompanied by a participating adult.</strong></p>
<button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio Modal 5 -->
<div class="portfolio-modal modal fade" id="portfolioModal5" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body"style="text-align:left;">
<!-- Project Details Go Here -->
<h2>ACTIVATED ANAMORPHS</h2>
<p class="item-intro text-muted">Performative Inhabitables and Interactive Prostheses</p>
<p>Performative Inhabitables and Interactive Prostheses<br>
Sat 21 March<br>
8:30pm Performance, College of Fine Arts Alumni Concert Hall</p>
<p>BREATHING SCULPTURES – REACTIVE SYMBIONTS – ENTANGLED SHAPESHIFTERS – CYBER FASHIONISTAS<br><br>
This ensemble concentrates on contemporary relationships between movement based performance, wearable sculpture, prosthetic apparatus, DIY costuming, and identity-based performance through explorations in the adaptation, translation, enhancement, exaggeration, modification, and mutation of the human body. The members of Activated Anamorphs create devices that alter, augment, mask, and transform the body and its inherent abilities by investigating new ways to interact with our physical and imagined environments.
<br><br>
<strong>Activated Anamorphs is taught by Scott Andrew with graduate assistant Isla Hansen, and features Julianne D’Errico, Lex Gernon, Marla Parker, Lucy Petters, Olanrewaju Adetola, Hannah Gaskill, Christin Bongiorni, Lindsay Cavallo, Stephanie Cheung, Albert Cisneros, Colleen Clifford, Mariah Ganek, Jackie Mishol, James Monroe, Anna Rosati, Gwen Sadler, Alex Tobey, Alex Walker.</strong></p>
<button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio Modal 6 -->
<div class="portfolio-modal modal fade" id="portfolioModal6" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<!-- Project Details Go Here -->
<h2>Project Name</h2>
<p class="item-intro text-muted">Lorem ipsum dolor sit amet consectetur.</p>
<img class="img-responsive img-centered" src="img/portfolio/dreams-preview.png" alt="">
<p>Dreams is a free PSD web template built by <a href="https://www.behance.net/MathavanJaya">Mathavan Jaya</a>. Dreams is a modern one page web template designed for almost any purpose. It’s a beautiful template that’s designed with the Bootstrap framework in mind.</p>
<p>You can download the PSD template in this portfolio sample item at <a href="http://freebiesxpress.com/gallery/dreams-free-one-page-web-template/">FreebiesXpress.com</a>.</p>
<button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-times"></i> Close Project</button>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<script src="js/classie.js"></script>
<script src="js/cbpAnimatedHeader.js"></script>
<!-- Contact Form JavaScript -->
<script src="js/jqBootstrapValidation.js"></script>
<script src="js/contact_me.js"></script>
<!-- Custom Theme JavaScript -->
<script src="js/agency.js"></script>
</body>
</html>