-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathair-art.html
88 lines (70 loc) · 5.37 KB
/
air-art.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>AEROGRAPHY</title>
<link rel="icon" type="image/x-icon" href="imgs/favicon.ico">
<link rel="stylesheet" href="styles.css">
<script src="https://www.w3schools.com/lib/w3.js"></script>
</head>
<body>
<header class="header" id="navbar">
<a href="./index.html" class="logo">AEROGRAPHY</a>
<input class="menu-btn" type="checkbox" id="menu-btn" />
<label class="menu-icon" for="menu-btn"><span class="navicon"></span></label>
<ul class="menu">
<li><a href="./works.html">works</a></li>
<li><a href="./words.html">words</a></li>
<li><a href="./about.html">about</a></li>
<li><a href="./phd.html">PhD</a></li>
<li><a href="./contact.html">contact</a></li>
</ul>
</header>
<article class="project">
<h1>Air Art</h1>
<h4>Curatorial research and creative responses</h4>
<div class="project_gallery">
<img src="imgs/air-art/cloud-grading-1.jpg">
<img src="imgs/air-art/cloud-grading-3.jpg">
<img src="imgs/air-art/cloud-grading-5.jpg">
</div>
<div class="project_summary">
<p style="font-size:2em; line-height: 1.5em;">I went through art historical archives to assemble a collection of 'air art' since the early 1960s, which then inspired some of my ongoing creative responses.</p>
</div>
<div class="project_gallery air_art">
<img src="imgs/air-art/air-art-clouds.png">
<img src="imgs/air-art/air-art-flight.png">
<img src="imgs/air-art/air-art-pneumatics.png">
<img src="imgs/air-art/air-art-traces.png">
</div>
<div class="project_summary" style="padding-bottom:0em">
<p style="font-size:2em; line-height: 1.5em;">I propose four overarching themes for air art: clouds and skies, performance and flight, pneumatics, and mobilities and traces.</p><br>
<p>This project explores how ideas about process, kineticism, conceptualism, and spatiality that circulated in Western art circles throughout the late 1960s and 70s are equally thematically connected with ideas of flight, weather, atmosphere, and breath – perhaps in conjunction with the growth of mainstream air travel and concerns about nuclear at that time. Looking back at these works, I focus on how they make air palpable and how air became a medium for artistic processes. My method for the curatorial aspects of this research involved reading between the lines of art history books, online archives, and exhibition catalogues to select examples of artworks that could be gathered into a collection marking the emergence of air art in the long 1960s, expanding on Willoughby Sharp's 1968-9 exhibition of the same name as well as Lucy Lippard's theory of dematerialisation (the idea that art objects are replaced by processes and ideas).</p>
<p>I propose four throughlines for air art: clouds and skies, performance and flight, pneumatics, and mobilities and traces. While assembling these works and observing recurring themes and techniques, I also engaged with air art creatively through monochrome photography and creative writing. Overall, I found that the de-materialisation of art that Lippard diagnosed might also be perceived as a <i>re-materialisation of air</i>. And so in the 'concrete' prose below, I focus on the atmosphere of an art museum, rather than the art objects inside it. I do so by speculating about how a building 'breathes' from first-person perspective. This text was written specifically about Kunsthalle Zurich during a residential project on 'exhibition architecture' with the Architectural Association (AA) Visiting School in 2023. The kinetic photographs with plastic streamers were taken on the studio of my rooftop in Brighton.</p>
</div>
<img class="project_main_img" style="max-width:100%;" src="imgs/air-art/far-vedere-2.png">
<img class="project_main_img" style="max-width:100%;" src="imgs/air-art/air-art-main.jpg">
<p style="text-align:center;">Image source: <i>Far vedere l'aria / Air made visible</i> by Bruno Munari (1969).</p>
<div class="project_gallery">
<img src='imgs/air-art/rooftop-1.jpg' />
<img src='imgs/air-art/rooftop-2.jpg' />
<img src='imgs/air-art/rooftop-3.jpg' />
</div>
<div class="project_summary">
<p style="font-size:1.5em; line-height: 1.5em;">The concrete prose below speculates about how a building 'breathes' and was performed at Kunsthalle Zurich in August 2023 with the Architectural Association Visiting School.</p>
</div>
<img class="project_main_img" src="imgs/air-art/kunsthalle.jpg">
<div width:100%>
<audio controls style="display:block; margin:auto; width: 80%; max-width:1600px">
<source src="audio/kunsthalle-zurich.mp3" type="audio/ogg">
Your browser does not support the audio tag.
</audio>
</div>
<p class="return_portfolio" style="margin-top:4em;"><a href="works.html">return to portfolio</a></p>
</article>
<footer>Copyright Lucy Sabin 2025</footer>
<script src="scroll.js"></script>
</body>
</html>