-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmemory.html
More file actions
executable file
·274 lines (264 loc) · 11.9 KB
/
memory.html
File metadata and controls
executable file
·274 lines (264 loc) · 11.9 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
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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
<!DOCTYPE html>
<html>
<head>
<!-- set the encoding of your site -->
<meta charset="utf-8">
<!-- set the viewport width and initial-scale on mobile devices -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>All Our Yesterdays: Exploring Photographs as Memories</title>
<!-- include the site stylesheet -->
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/all.css">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-63139718-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<!-- main container of all the page elements -->
<div id="wrapper">
<div class="w1">
<!-- header of the page -->
<header id="header">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-3 col-sm-5 col-xs-8">
<!-- page logo -->
<h1 class="logo">
<a href="index.html">All Our Yesterdays</a>
</h1>
</div>
<div class="col-lg-13 col-md-13 col-sm-11 col-xs-8">
<!-- navigation of the page -->
<nav class="navbar navbar-default">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li class="active"><a href="memory.html">Memory</a></li>
<li><a href="synchronicity.html">Synchronicity</a></li>
<li><a href="legacy.html">Legacy</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
</div>
</div>
<div class="row">
<div class="col-lg-16">
<strong class="title">Memory</strong>
</div>
</div>
</div>
</header>
<!-- contain main informative part of the site -->
<main id="main" role="main">
<!-- into-blcok -->
<div class="container into-blcok">
<div class="row">
<div class="col-lg-5 col-md-5 col-sm-5">
<div class="holder">
<h2>Capturing the Past and the Oldest Things Around Us</h2>
<p>The following timeline visualization orders Instagram photos based on how long the landscape existed. It compares my personal Instagram photos against the collective memory captured by Instagram users. Our photographs are part of a collective past.</p>
</div>
</div>
<div class="col-lg-11 col-md-11 col-sm-11">
<h2>Travelling Through Time: How old are the things we photograph?</h2>
<p>What we choose to remember and photograph is not an individual notion but part of a “shared reality” (<a href="http://www.amazon.com/Social-Mindscapes-Invitation-Cognitive-Sociology/dp/0674813901" target="_blank"><em>Social Mindscapes</a></em>.) We are members of communities that share memories. This collective past forms our social identity, influencing what we remember, and what we forget.
In addition, our photographs capture a moment in time. They serve as evidence for the existence of places that vanish from the present moment, while also documenting landscapes that have persisted for millions of years.</p>
<p>The following timeline visualization compares my personal Instagram memories, displayed in the timeline as the first photo on the left, against the Instagram collective memory of the same location. The timeline documents memories of places that no longer exist such as the <a href="https://www.moma.org/visit/calendar/exhibitions/1380" target="_blank">Rain Room</a>, an installation at MOMA that lasted 77 days, to landscapes that have persisted for millions of years</p>
<br />
<h1>77 Days Old and Now Nonexistent</h1>
<h2><a href="https://www.moma.org/visit/calendar/exhibitions/1380" target="_blank">Rain Room at MOMA</a></h2>
<p>An interactive art installation open to the public in 2013 for 77 days before being relegated to history.</p>
</div>
</div>
</div>
<!-- main-content -->
<div class="container main-content">
<div class="row">
<div class="col-lg-11 col-lg-offset-5 col-md-11 col-md-offset-5 col-sm-12 col-sm-offset-4 col-xs-16 right-content">
<div class="content">
<div class="holder">
<div class="left-block">
<div class="image-holder">
<img src="images/rainroom.jpg" height="243" width="242" alt="image-description">
<span class="info"><a href="#">@analogmichelle</a></span>
</div>
<time class="date" datetime="2013-07-19">July 19, 2013</time>
<strong class="title">#rainroom</strong>
</div>
<div class="image-listing">
<ul id ="rainroom-holder">
</ul>
</div>
</div>
<h1>15 Years Old and in the Past</h1>
<h2><a href="http://www.yelp.com/biz/simone-martini-bar-cafe-new-york" target="_blank">Simone Martini Bar Cafe</a></h2>
<p>A popular bar known for it’s decor and drinks in Manhattan’s East Village closed in December of 2014. </p>
<span class="time">
77 Days <br>Old
</span>
</div>
<div class="content">
<div class="holder">
<div class="left-block">
<div class="image-holder">
<img src="images/simonebar.jpg" height="243" width="242" alt="image-description">
<span class="info"><a href="#">@analogmichelle</a></span>
</div>
<time class="date" datetime="2014-04-06">April 6, 2014</time>
<strong class="title">Working Hard.</strong>
</div>
<div class="image-listing">
<ul id ="simone-holder">
</ul>
</div>
</div>
<h1>42 Years Old Today</h1>
<h2><a href="http://sutrotower.com/" target="_blank">Sutro Tower, San Francisco, California</a></h2>
<p>Sutro Tower is a Bay Area icon and a landmark for the city. </p>
<span class="time">15 Years <br>Old</span>
</div>
<div class="content">
<div class="holder">
<div class="left-block">
<div class="image-holder">
<img src="images/twinpeaks.jpg" height="243" width="242" alt="image-description">
<span class="info"><a href="#">@analogmichelle</a></span>
</div>
<time class="date" datetime="2012-02-08">May 2, 2013</time>
<strong class="title">Morning walk to Twin Peaks!</strong>
</div>
<div class="image-listing">
<ul id ="california-holder">
</div>
</div>
<h1>7,700 Years Old Today</h1>
<h2><a href="http://www.nps.gov/crla/index.htm" target="_blank">Crater Lake, Oregon</a></h2>
<p>Crater Lake, a deep caldera lake known for its striking blue waters formed due to the collapse of the volcano Mount Mazama thousands of years ago.</p>
<span class="time">42 Years <br>Old</span>
</div>
<div class="content">
<div class="holder">
<div class="left-block">
<div class="image-holder">
<img src="images/craterlake.jpg" height="243" width="242" alt="image-description">
<span class="info"><a href="#">@analogmichelle</a></span>
</div>
<time class="date" datetime="2013-06-18">June 18, 2013</time>
<strong class="title">Crater Lake, Oregon. Stunning.</strong>
</div>
<div class="image-listing">
<ul id ="craterlake-holder">
</div>
</div>
<h1>2 Million Years Old Today</h1>
<h2><a href="http://www.nps.gov/yell/index.htm" target="_blank">Yellowstone National Park</a></h2>
<p>Volcanic activity dates back to 2 million years ago in Yellowstone National Park.</p>
<span class="time">7,700 Years <br>Old</span>
</div>
<div class="content">
<div class="holder">
<div class="left-block">
<div class="image-holder">
<img src="images/yellowstone.jpg" height="243" width="242" alt="image-description">
<span class="info"><a href="#">@analogmichelle</a></span>
</div>
<time class="date" datetime="2014-06-18">June 18, 2014</time>
<strong class="title">Yellowstone</strong>
</div>
<div class="image-listing">
<ul id ="yellowstone-holder">
</ul>
</div>
</div>
<h1>2 Billion Years Old Today</h1>
<h2><a href="http://www.nps.gov/grte/index.htm" target="_blank">Grand Teton National Park</a></h2>
<p>Rocks in Grand Teton are some of the oldest found in a US park, dated to 2 billion years old.</p>
<span class="time">2 Million <br>Years Old</span>
</div>
<div class="content">
<div class="holder">
<div class="left-block">
<div class="image-holder">
<img src="images/grandteton.jpg" height="243" width="242" alt="image-description">
<span class="info"><a href="#">@analogmichelle</a></span>
</div>
<time class="date" datetime="2014-06-17">June 17, 2014</time>
<strong class="title">Les trois tetons</strong>
</div>
<div class="image-listing">
<ul id ="grandteton-holder">
</ul>
</div>
</div>
<span class="time">2 Billion <br>Years Old</span>
</div>
</div>
</div>
</div>
</main>
</div>
<!-- footer of the page -->
<footer id="footer">
<div class="container">
<div class="row">
<div class="footer-t">
<div class="col-lg-3 col-md-3 col-sm-5">
<div class="footer-l">
<div class="logo">
<a href="#">All Our Yesterdays</a>
</div>
</div>
</div>
<div class="col-lg-13 col-md-13 col-sm-11">
<div class="footer-r">
<!-- footer nav of the page -->
<div class="footer-nav">
<ul>
<li class="active"><a href="memory.html">Memory</a></li>
<li><a href="synchronicity.html">Synchronicity</a></li>
<li><a href="legacy.html">Legacy</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-lg-13 col-md-13 col-sm-13">
<div class="footer-l">
<blockquote><q>To remember something is to remember oneself.</q> - <cite>Paul Ricouer</cite></blockquote>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-3">
<div class="footer-r">
<a href="credits.html">Credits</a>
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- include jQuery library -->
<script type="text/javascript" src="js/async.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script type="text/javascript">window.jQuery || document.write('<script src="js/jquery-1.11.2.min.js"><\/script>')</script>
<script src="js/bootstrap.min.js"></script>
<!-- include custom JavaScript -->
<script src="js/jquery.main.js"></script>
<script src="js/image-swap.js"></script>
</body>
</html>