-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexposicion.html
78 lines (65 loc) · 5.65 KB
/
exposicion.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
<!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">
</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>Exposición</h1>
<h4>Fieldwork and exhibition design</h4><br>
<div style="padding:56.25% 0 0 0;position:relative;"><iframe src="https://player.vimeo.com/video/913278017?badge=0&autopause=0&player_id=0&app_id=58479" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" style="position:absolute;top:0;left:0;width:100%;height:100%;" title="exhibition tour" id="expo_iframe"></iframe></div>
<script src="https://player.vimeo.com/api/player.js"></script>
<div class="project_summary">
<p>In the centre of the exhibition space stood a greenhouse with an arched steel frame and translucent membrane. Visitors could enter the greenhouse to experience foggy air, a soundscape of blended field recordings, and soil under their feet. They could also walk around the installation and engage with wall-mounted photographs, activist posters, digital displays, research collages, and interview transcripts. <i>Exposición</i> was designed to catalyse reflection on harsh working conditions.</p>
<p>I drew upon fieldwork in Huelva, Andalusia, where the intensive agrochemical industry has produced a vividly humanmade topography, from its expansive ‘sea’ of plastic polytunnels to the largest radioactive waste deposits in Europe. Strawberry pickers, predominantly women from Morocco, are denied permanent residency while bearing the burden of exposure to carcinogenic and endocrine-disrupting herbicides. The Spanish word ‘exposición’ can be translated as both (chemical) exposure and (art) exhibition. The idea was that <i>Exposición</i> would tell multiple stories, interweaving the perspectives of seasonal workers and activists with the visitor's own embodied experience.</p>
</div>
<img src="imgs/exposicion/exposicion-main.jpeg" class="project_main_img" style="width:97.5%;">
<div class="project_gallery">
<img src="imgs/exposicion/exposicion-inside.jpg">
<img src="imgs/exposicion/exposicion-soil.jpeg">
<img src="imgs/exposicion/sitting.jpg">
<img src="imgs/exposicion/side-view.jpg">
<img src="imgs/exposicion/exposicion-boots.jpg">
<img src="imgs/exposicion/exposicion-enter.jpg">
<img src="imgs/exposicion/exposicion-strawberry.jpg">
<img src="imgs/exposicion/exposicion-visitors.jpg">
<img src="imgs/exposicion/exposicion-triptych.jpeg">
<img src="imgs/exposicion/observing-triptych.jpg">
<img src="imgs/exposicion/exposicion-road.jpg">
<img src="imgs/exposicion/frey.jpg">
<img src="imgs/exposicion/exposicion-laundry.jpg">
<img src="imgs/exposicion/exposicion-sea.jpeg">
<img src="imgs/exposicion/exposicion-satellite.jpg">
</div>
<div class="project_summary">
<p><i>Exposición</i> was supported by mLAB, a creative media space within the Institute of Geography at the University of Bern, as part of their annual residency programme in May 2022. I collaborated with geographer Nora Komposch who investigates the reproductive health of agricultural labourers in Andalusia from a social science perspective; and Adrien Mestrot, Professor of soil science, whose laboratory team researches how pollutants including trace pesticides move through and transform (with/in) environments.</p>
<p>Related research: 'Exhibiting toxicity: sprayed strawberries and geographies of hope' in <i>Cultural geographies</i> (Sabin, Komposch, and Mestrot <a href="http://127.0.0.1:51155/pdfs/exhibiting-cult-geo.pdf" target="_blank">2024</a>); 'The human and environmental cost of perfect strawberries' in <i>Pesticide Action Network UK</i> (Sabin <a href="https://www.pan-uk.org/the-human-and-environmental-cost-of-perfect-strawberries/" target="_blank">2024</a>); Exposición in <i>Artographies</i>, published with Transcript (Winkel et al., <a href="
https://doi.org/10.14361/9783839467763" target="_blank">2024</a>).</p>
</div>
<img src="./imgs/exposicion/screens.jpg" class="project_main_img" style="width:97.5%;">
<img src="imgs/exposicion/research-table.jpg" class="project_main_img" style="width:97.5%;">
<img src="./imgs/exposicion/exposicion-diagram.jpg" class="project_main_img" style="width:97.5%; max-width:963px;">
<p style="font-size:0.8em; text-align: center;">Diagram of <i>Exposición</i> published in <i>Artographies</i> (Winkel et al <a href="https://www.transcript-open.de/doi/10.14361/9783839467763-014">2024</a>)</p>
<p class="return_portfolio"><a href="works.html">return to portfolio</a></p>
</article>
<footer>Copyright Lucy Sabin 2025</footer>
<script src="scroll.js"></script>
</body>
</html>