-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclose-to-nowhere.php
More file actions
executable file
·62 lines (62 loc) · 4.3 KB
/
close-to-nowhere.php
File metadata and controls
executable file
·62 lines (62 loc) · 4.3 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
<?php $page_title_fixed = "Urban Photo Fest"; ?>
<?php $page_title = "Close to Nowhere"; ?>
<?php $meta_description = "The photographer’s main purpose was to use the camera to consider what it means to ‘not know a place’"; ?>
<?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>Close to Nowhere</h1>
<h3>Paul Halliday</h3>
<p><strong>About the project</strong></p>
<p>These images were made between 2002 and 2012 in response to a series of walking detours around cities and urban spaces such as Berlin, Shanghai, New York, Trieste, London, Paris, Las Vegas, Bogota, and Margate as a result of a number of unplanned and accidental encounters. The photographer’s main purpose was to use the camera to consider what it means to ‘not know a place’. Whilst walking through these spaces, he realized that there was something sociologically and philosophically unsettling about finding oneself in a city, urban or rural space that one had not anticipated being in, without any meaningful prior knowledge. As such, this caused a degree of disruption around notions of geographic certainty and place history. This in turn became an informal methodology by which ideas of ‘somewhere-ness’ and ‘nowhere-ness’ were revisited and rethought through an ongoing visual praxis that embraced the possibilities of being lost. </p>
<p><strong>About the artist</strong></p>
<p>Paul is a photographer, film-maker and urbanist who originally trained at the London College of Communications and Central Saint Martins Art School. He went on to study social anthropology, art history and archaeology at Goldsmiths College and the Universities of Oxford and Cambridge. He was formerly a media adviser at the British Refugee Council and has been the course leader of the international MA in Photography and Urban Cultures at Goldsmiths since 2002. He is also a director of London’s Photofusion, convener of the International Urban Photography Summer School and founding director of Urban Photo Fest working in partnership with Tate Britain and the International Association of Visual Urbanists.</p>
<table >
<tr>
<td class="table-bold">Dates</td>
<td>17-29 October 2014</td>
</tr>
<tr>
<td class="table-bold">Times</td>
<td>Mon-Fri: 09:00–17:00, Sat-Sun: 12:00–16:00</td>
</tr>
<tr>
<td class="table-bold">Private View</td>
<td>28 October 2014 | 19:00 – 21:00</td>
</tr>
<tr>
<td class="table-bold">Venue</td>
<td>The Greenwich Gallery | Linear House | Peyton Place | Greenwich | SE10 8RS</td>
</tr>
<tr>
<td class="table-bold">Nearest Tube</td>
<td>Greenwich DLR</td>
</tr>
<tr>
<td class="table-bold">Cost</td>
<td>Free. Donations are welcome</td>
</tr>
<tr>
<td class="table-bold">Info and Booking</td>
<td><a href="http://www.thegreenwichgallery.com" target="_blank">thegreenwichgallery.com</a></td>
</tr>
</table>
<p><strong>Supported by:</strong></p>
<div class="supported-logos">
<img src="img/logos/openvizor.jpg" alt="openvizor">
<img src="img/logos/cucr-20.jpg" alt="Curc 20">
<img src="img/logos/the-greenwhich-gallery.jpg" alt="The Greenwhich Gallery">
<img src="img/logos/goldsmiths-logo.jpg" alt="Goldsmiths">
<img src="img/logos/iupss-logo.jpg" alt="IUPSS">
<img src="img/logos/urban-photographers-logo.jpg" alt="Urban Photographers">
<img src="img/logos/upf-logo.jpg" alt="UPF">
</div>
</div>
<div class="images-right">
<img src="img/home.jpg" alt="© Paul Halliday from the series Close to Nowhere">
<div class="caption">© Paul Halliday from the series Close to Nowhere</div>
</div>
</div>
<?php include_once 'includes/footer.php'; ?>