-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsymposium.php
More file actions
executable file
·69 lines (69 loc) · 3.76 KB
/
symposium.php
File metadata and controls
executable file
·69 lines (69 loc) · 3.76 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
<?php $page_title_fixed = "Urban Photo Fest"; ?>
<?php $page_title = "Symposium"; ?>
<?php $meta_description = "This year’s Urban Encounters symposium looks at the visual manifestations
and effects of movement, mobility and migration on the historic and
contemporary city"; ?>
<?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="images-text-group">
<div class="text">
<h1>Urban Encounters 2014:<br>Movements/Mobilities/Migrations</h1>
<p>This year’s Urban Encounters symposium looks at the visual manifestations
and effects of movement, mobility and migration on the historic and
contemporary city. Over two days, an international line up of artists,
academics, and researchers reflect on the nature of flow and flux through and
between city spaces with a variety of topics including economic mobility,
labour movements, borders, and the migration of things and people. </p>
<p>In addition to a series of panels and presentations, this year’s symposium
features half a day of workshops, seminars and walks, led by speakers and
organisers. Participants will be contacted closer to the event to select from
these activities. </p>
<p>The series of panels focuses on the experiences of people and communities,
built and architectural environments, urban landscapes, performativity and
how material cultures reflect the possibilities and challenges that redefine how
we understand the changing faces of everyday urban life. The workshops,
seminars and walks provide a more intimate context through which to directly
explore and discuss the ideas and themes of the symposium. </p>
<p>This symposium is of particular interest to photographers, artists, film-makers,
architects, sociologists, geographers and social researchers whose work
addresses notions of social change and the decentring of urban life within an
age of expanding globalisation and changing geographic boundaries.
Participants include Bradley Garrett, Paul Halliday, Jennifer Bajorek, Paul
Goodwin, Adam Kaasa, Xavier Ribas, Lia Chavez, David Kendall, Charlotte
Cullinan and Jeanine Richards, Anne Zeitz, Adel Tincelin, Lorenzo Bernini,
Ben Gidley, Tom Morton, Caroline Knowles, as well as a keynote address on
Friday by internationally renowned photographer, artist and director Nadav
Kander. </p>
<p><em>Urban Encounters is organised in partnership with the Centre for Urban and
Community Research (CUCR), Goldsmiths, University of London; Kingston
University, Oxford University and Openvizor. </em></p>
<p><strong>Organised by: Nora Razian, Paul Halliday and Diego Ferrari </strong></p>
<table >
<tr>
<td class="table-bold">Dates and Times:</td>
<td>24 October 2014 10:30-16:30 (followed by wine reception) <br> 25 October 2014 10:30-18:00</td>
</tr>
<tr>
<td class="table-bold">Venue</td>
<td>Tate Britain, Clore Auditorium</td>
</tr>
<tr>
<td class="table-bold">Cost</td>
<td>£30 (£20 concessions)</td>
</tr>
<tr>
<td class="table-bold">Info and booking</td>
<td>Please see <a href="http://www.tate.org.uk/whats-on/tate-britain/conference/urban-encounters-urban-materialities" target="_blank">www.tate.org.uk/whats-on/tate-britain/conference/urban-encounters-urban-materialities</a></td>
</tr>
</table>
</div>
<div class="images-right">
<img src="img/artwork/3i.jpg" alt="©Paul Halliday from the series Close to Nowhere (forthcoming)"/>
<div class="caption">© Paul Halliday from the series Close to Nowhere (forthcoming)</div>
</div>
</div>
</div>
<?php include_once 'includes/footer.php'; ?>