-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhabitus.php
More file actions
executable file
·74 lines (74 loc) · 3.83 KB
/
habitus.php
File metadata and controls
executable file
·74 lines (74 loc) · 3.83 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
<?php $page_title_fixed = "Urban Photo Fest"; ?>
<?php $page_title = "Habitus"; ?>
<?php $meta_description = "Habitus is a photography exhibition showcasing the work of a number of
MA Photography and Urban Cultures students from Goldsmiths"; ?>
<?php include_once 'includes/head.php'; ?>
<?php include_once 'includes/header-start.php'; ?>
<?php include_once 'includes/menu.php'; ?>
<?php include_once 'includes/header-end.php'; ?>
<div id="main" class="clearfix">
<div class="text">
<h1>Habitus</h1>
<p>Habitus is a photography exhibition showcasing the work of a number of
MA Photography and Urban Cultures students from Goldsmiths,
University of London. The exhibition is also part of the Urban Photo Fest
2014. The approach and focus of the research varies from in depth
exploration of familial histories to the impact of major regeneration
projects. It includes subculture studies to techno-waste in Ghana, visual
contrast in the city to the fringes of tactile perception and memory. Yet
as urban sociologists, the group is brought together by an undying
interest in the narratives that underlie the city and our existence in it.
The artists adopt multidisciplinary attitudes in their works and draw
influences from art practice, philosophy, journalism, sociology,
geography and architecture. They bring a diverse point of view and
critical eye, through their discovery of everyday life within the urban
realm. Through the connection of theory, practice and discussion the
participants have engaged in core themes of urban cultures. This
exhibition is a visual manifestation of collective dialogue. </p>
<p><strong>Artists:</strong> Heather Agyepong, Kamal Badhey, Yemisi Blake, Carolina
Gonzalez Buendia, June Cadogan, Stefano Carnelli, Karolis Čivinskas,
Andy Day, Judith Fischer, Lizzie Godfrey, Rosanna Goodchild,
Christopher Haney, Sally Hart, Yinae Deokwoo Hwang, Jade King,
Mattias Malk, Pablo Conejo Pascual, Christina Paugger, Yuanfang Ren,
Silvia Andrademarin, Hui Simon Song </p>
<table >
<tr>
<td class="table-bold">Dates</td>
<td>20-25 October 2014</td>
</tr>
<tr>
<td class="table-bold">Times</td>
<td>Mon-Thu: 11:00–18:00, Fri: 11:00–20:00, Sat: 11:00-18:00</td>
</tr>
<tr>
<td class="table-bold">Private View</td>
<td>25 October 2014 | 18:00 – 22:00 </td>
</tr>
<tr>
<td class="table-bold">Venue</td>
<td>Menier Galley, 51 Southwark Street, SE1 1RU</td>
</tr>
<tr>
<td class="table-bold">Nearest Tube</td>
<td>London Bridge, Borough, Southark</td>
</tr>
<tr>
<td class="table-bold">Cost</td>
<td>Free</td>
</tr>
<tr>
<td class="table-bold">Info and Booking</td>
<td><a href="http://habitusphoto.co.uk" target="_blank">habitusphoto.co.uk</a><br><a href="http://www.meniergallery.co.uk" target="_blank">meniergallery.co.uk</a></td>
</tr>
</table>
</div>
<div class="images-right">
<img src="img/artwork/4ia.jpg" alt="© Heather Agyepong">
<div class="caption">© Heather Agyepong</div>
<img src="img/artwork/4ib.jpg" alt="© Kamal Badhey">
<div class="caption">© Kamal Badhey</div>
<img src="img/artwork/4ic.jpg" alt="© Pablo Conejo">
<div class="caption">© Pablo Conejo</div>
</div>
</div>
<?php include_once 'includes/footer.php'; ?>