-
Notifications
You must be signed in to change notification settings - Fork 0
/
places.html
118 lines (110 loc) · 6.84 KB
/
places.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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>New York City 2019: Places</title>
<meta name="apple-mobile-web-app-title" content="New York City 2019">
<meta name="application-name" content="New York City 2019">
<meta name="msapplication-TileColor" content="#147568">
<!--- css -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bulma-extensions.min.css">
<link rel="stylesheet" type="text/css" href="style.css"/>
<script defer src="https://use.fontawesome.com/releases/v5.3.1/js/all.js"></script>
<script src="jssource.js"></script>
<!--- favicons -->
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="manifest" href="site.webmanifest">
</head>
<nav class="navbar" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<a class="navbar-item" href="index.html">
<img src="liberty.svg" width="30" height="30">
</a>
<a role="button" class="navbar-burger burger" aria-label="menu" aria-expanded="false" data-target="navbarBasicExample">
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
</div>
<div id="navbarBasicExample" class="navbar-menu">
<div class="navbar-start">
<a href="intro.html" class="navbar-item">
Introduction
</a>
<a href="stories.html" class="navbar-item">
Stories
</a>
<a href="places.html" class="navbar-item">
<b>Places</b>
</a>
<a href="exhibits.html" class="navbar-item">
Exhibits
</a>
<div class="navbar-item has-dropdown is-hoverable">
<a class="navbar-link">
More
</a>
<div class="navbar-dropdown">
<a href="about.html" class="navbar-item">
About
</a>
<a href="bibliography.html" class="navbar-item">
Bibliography
</a>
</div>
</div>
</div>
</div>
</div>
</nav>
<body>
<section class="section">
<div class="container" id="main">
<h1 class="title">
How do the places influence the narratives?
</h1>
<p class="subtitle">
Each of the sites tells their visitors different narratives about immigration and immigrants. Many of these narratives are influenced to a large extent by <i>where</i> they’re being told: the location of the site and its broader history.
</p>
</div>
<div class="container" id="main">
<p>
Immigration narratives are not aspatial, and are frequently linked to specific locations. Pierre Nora described these as ‘lieux de mémoire’, or ‘sites of memory’, and defined these as “<span class="popup" onclick="myFunction('nora1996')">any significant entity, whether material or non-material in nature, which by dint of human will or the work of time has become a symbolic element of the memorial heritage of any community<span class="popuptext" id="nora1996"><a href="bibliography.html#nora1996">Nora, 1996, page xvii</a></span></span>”.
<br><br>
The sites vary in the extent to which the attraction is more the curated content, for example the exhibits on the lives immigrants led before and after immigrating on Ellis Island; or the building/location itself, for example the Eldridge Street Synagogue. At the Synagogue, visitor experience is primarily focused on the experience of being in the building in person: the informational displays (located <span class="popup" onclick="myFunction('bethmidrash')">in the basement<span class="popuptext" id="bethmidrash">Technically, in the downstairs <a href="https://en.wikipedia.org/wiki/Beth_midrash">beth midrash</a>.</span></span>) seemed an addendum to the main sanctuary upstairs.
<br><br>
The precise narratives told at the Tenement Museum are specific to the buildings themselves: the stories told are those of the actual people who previously lived in the tenements.
<br><br>
</p>
<div class="columns">
<div class="column">
The influence of place can go beyond simple historical recreations of a certain site. Brian Tolle’s Irish Hunger Memorial draws much of its visual potency from the fact that it is “<span class="popup" onclick="myFunction('pletnevaveller2012')">an Irish landscape that has been removed from its native surroundings and inserted into the urban environment of Lower Manhattan<span class="popuptext" id="pletnevaveller2012"><a href="bibliography.html#pletnevaveller2012">Pletneva Veller, 2012 page iii</a></span></span>”:
<br><br>
<div class="notification">
“The deliberate incongruity of the memorial in downtown Manhattan is designed to signal ‘a combined past and present’, featuring a recognizable scene from today’s rural Ireland, along with its past associations, in a memorial designed also to focus on continuing international hunger.”
<br>
<span style="text-align: right;">— <a href="bibliography.html#kelleher2002">Kelleher, 2002, page 269</a></span>
</div>
</div>
<p class="column">
<video autoplay loop controls muted>
<source src="images/IMG_2176.mov" type="video/mp4" width='100%'>
</video>
</p>
</div>
<p>
Equally, the influence of place on the scope of the narratives told at the site can be logistical.
This can be seen in a comparison of the information provided at Ellis Island with that at Castle Clinton.
Ellis Island is designed as a day out, requiring a 30-minute ferry to get there and providing hours’ worth of information within the museum.
Castle Clinton, on the other hand, is located at the southern tip of Manhattan nearby many other attractions, and as such is seen much more as a site that visitors might visit for a shorter duration. As most visitors to Ellis Island will be spending several hours at the site, they are able to go into much more detail in their retelling of immigrant narratives, compared to the average visitor to Castle Clinton who may only be there for a few minutes and who will therefore take away much less information from the site.
</p>
<br>
<p class="subtitle"><a href="exhibits.html">Now click here to look at the ways in which the narratives are told <i>through</i> the places.</a></p>
</div>
</section>
</body>
</html>