-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsynchronicity.html
More file actions
executable file
·585 lines (581 loc) · 29.3 KB
/
synchronicity.html
File metadata and controls
executable file
·585 lines (581 loc) · 29.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
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
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
<!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: Visualizing Sunrise and Sunset Photography</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 class="inner">
<!-- 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><a href="memory.html">Memory</a></li>
<li class="active"><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">Synchronicity</strong>
</div>
</div>
</div>
</header>
<!-- contain main informative part of the site -->
<main id="main" role="main">
<!-- into-blcok -->
<div class="container blcok">
<div class="row">
<div class="col-lg-11 col-md-11 col-sm-12">
<div class="holder">
<h2>Sunrise: Sunset</h2>
<p>We live in a world that follows a fixed idea of time, a standard synchronized time held in place by time zones, clocks, and calendars. Instagram users reveal a different idea of time, a richly textured irregular time in which the setting sun and end of the day for one individual is the beginning of the day for another, a never-ending loop.</p>
<p><em>All Our Suns</em> is a map visualization of photos tagged #sunset and #sunrise uploaded to Instagram in the past 24 hours and updated in real-time. While Instagram users upload photos of the sunset within 4 hours of the sun setting, many Instagram users wait until the end of the day to remiscence about the sunrise. </p>
<p>The closer a user is to actual sunset or sunrise time when uploading a photo, the larger the point on the map.</p>
</div>
</div>
<div class="col-lg-5 col-md-5 col-sm-4">
<blockquote>
<q>Nothing is more musical than a sunset.</q>
<cite>-Claude Debussy</cite>
</blockquote>
</div>
</div>
</div>
<!-- big-block -->
<div class="big-block">
<iframe width='100%' height='807' frameborder='0' src='https://team.cartodb.com/u/chandra/viz/14dab9b6-eb60-11e4-9f45-0e018d66dc29/embed_map' allowfullscreen webkitallowfullscreen mozallowfullscreen oallowfullscreen msallowfullscreen></iframe>
<!-- <div class="holder">
<div class="text-holder">
<p>A visualization of photos tagged #sunset and #sunrise. Larger circle size shows user posted the photo close to the beginning of sunset or sunrise. Pause the map and click on the circles to see the images.</p>
</div>
</div> -->
</div>
<div class="container block-1">
<div class="row">
<div class="col-lg-10 col-md-9 col-sm-8">
<div class="holder">
<p>Our notion of time has evolved with our increasingly finite abilities to measure and track time. Before the invention of clocks and mechanical time, we watched the sky and chased the sun, the celestial bodies’ irregular rhythms determining the hour. </p>
<p>This, though, was not enough and we eventually divorced timekeeping from the heavens, placing ourselves under the fixed watch of machine dictated time. As our ability to measure time has become more finite, our world too has become smaller and smaller, and our experience of time faster and faster. </p>
<p>Time, at one point, was local. Each town kept its own time, but with the advance of trains, local time caused chaos in our ability to travel. As we collapsed our ideas of distance and space, we collapsed our notion of time, carving up the world into 24 time zone boundaries, each zone one hour ahead or behind its neighbor. </p>
<p>The following timezone map shows all sunset or sunrise photos uploaded to Instagram in the past day. Hover over a point on the map to see the corresponding photograph. Use the search bar in the upper right corner to search for a location and zoom in on photographs taken at your favorite city, park, or landmark.</p>
</div>
</div>
<div class="col-lg-6 col-md-7 col-sm-8">
<!-- <ul class="image-list">
<li><img src="images/img24.jpg" height="150" width="150" alt="image-description"></li>
<li><img src="images/img25.jpg" height="150" width="150" alt="image-description"></li>
</ul>
</div> -->
<blockquote>
<q>Space is killed by the railways, and we are left with time alone...I feel as if the mountains and forests of all countries were advancing on Paris. Even now, I can smell the German linden trees; the Northern Sea's breakers are rolling aginst my door. .</q>
<cite>-Hans Linden</cite>
</blockquote>
</div>
</div>
</div>
<!-- <div class="container blcok-2">
<div class="row">
<div class="col-lg-10 col-md-9 col-sm-8">
<div class="holder">
<p>Time, at one point, was local. Each town kept its own time, but with the advance of trains, local time caused chaos in our ability to travel. As we collapsed our ideas of distance and space, we collapsed our notion of time, carving up the world into 24 time zone boundaries, each zone one hour ahead or behind its neighbor. </p>
</div>
</div>
<div class="col-lg-6 col-md-7 col-sm-8">
<blockquote>
<q>Space is killed by the railways, and we are left with time alone...I feel as if the mountains and forests of all countries were advancing on Paris. Even now, I can smell the German linden trees; the Northern Sea's breakers are rolling aginst my door. .</q>
<cite>-<a href="#">Hans Linden</a></cite>
</blockquote>
</div>
</div>
</div> -->
<div class="container block-3">
<div class="row">
<div class="col-lg-16">
<iframe width='100%' height='807' id ='sunrisephotos' frameborder='0' src='https://team.cartodb.com/u/chandra/viz/4dc8e5c8-eb78-11e4-8c14-0e0c41326911/embed_map' allowfullscreen webkitallowfullscreen mozallowfullscreen oallowfullscreen msallowfullscreen></iframe>
<iframe width='100%' height='807' frameborder='0' id ='sunsetphotos' src='https://team.cartodb.com/u/chandra/viz/9e6ecd42-f840-11e4-b155-0e9d821ea90d/embed_map' allowfullscreen webkitallowfullscreen mozallowfullscreen oallowfullscreen msallowfullscreen></iframe>
<div id="button">
<button id="sunrisebutton">Sunrise Photos</button>
<button id="sunsetbutton">Sunset Photos</button>
</div>
</div>
<div class="col-lg-10 col-md-10 col-sm-12">
<div class="holder">
<p>We achieved a new kind of synchronicity and connectedness across space, divorced from the sun and the Earth's irregular rotation. Now as we move seamlessly between time zones, our only awareness of the sun’s hold on time are the photos we take of the sunset. We have replaced a local sense of time and place now with a global one.</p>
<p>Pan through an infinite horizon collage created from photographs taken by the <a href="http://qz.com/233165/the-pilots-of-instagram-beautiful-views-from-the-cockpit-violating-rules-of-the-air/" target="_blank">Pilots of Instagram</a>.The photos document the sun and horizon from thousands of feet above and are ordered by the local time of the image.</p>
</div>
</div>
</div>
</div>
<!-- image slider -->
<div class="image-slider">
<ul class="slide jcf-scrollable">
<li class="add">
<img src="https://scontent.cdninstagram.com/hphotos-xpa1/t51.2885-15/e15/11184563_437781439736806_1839414383_n.jpg" height="285" width="285" alt="image-description">
<div class="wrap">
<time class="time" datetime="06:22">May 1, 2015 @6:44PM</time>
<p>
Goiânia, Brazil <br> @aviacao_comercial_br</p>
</div>
</li>
<li>
<img src="https://scontent.cdninstagram.com/hphotos-xap1/t51.2885-15/e15/11208270_1088364484512560_1084492500_n.jpg" height="285" width="285" alt="image-description">
<div class="wrap">
<time class="time" datetime="06:22">May 1, 2015 @8:35PM</time>
<p>
Vilnius, Lithuania <br> @chacholas</p>
</div>
</li>
<li>
<img src="https://scontent.cdninstagram.com/hphotos-xap1/t51.2885-15/e15/11191188_1581274218800540_129541699_n.jpg" height="285" width="285" alt="image-description">
<div class="wrap">
<time class="time" datetime="01:16">May 2, 2015 @1:16PM</time>
<p>
São José dos Campos, Brazil <br> @mateusccorrea</p>
</div>
</li>
<li>
<img src="https://scontent.cdninstagram.com/hphotos-xpf1/t51.2885-15/e15/11189315_1614962172081131_1337518648_n.jpg" height="285" width="285" alt="image-description">
<div class="wrap">
<time class="time" datetime="01:16">May 2, 2015 @2:33PM</time>
<p>
Fort Worth, USA <br> @yasseralqaid</p>
</div>
</li>
<li>
<img src="https://scontent.cdninstagram.com/hphotos-xfp1/t51.2885-15/e15/11208109_378151652380781_895071080_n.jpg" height="285" width="285" alt="image-description">
<div class="wrap">
<time class="time" datetime="06:22">May 3, 2015 @9:13AM</time>
<p>
Gorno-Altaysk, Russia <br> @airguide</p>
</div>
</li>
<li>
<li>
<img src="https://scontent.cdninstagram.com/hphotos-xtp1/t51.2885-15/e15/11208019_630836833715894_1563302527_n.jpg" height="285" width="285" alt="image-description">
<div class="wrap">
<time class="time" datetime="06:22">May 3, 2015 @12:34PM</time>
<p>
Domodedovo, Russia <br> @airguide</p>
</div>
</li>
<li>
<img src="https://scontent.cdninstagram.com/hphotos-xpa1/t51.2885-15/e15/11187077_820865618004764_524268427_n.jpg" height="285" width="285" alt="image-description">
<div class="wrap">
<time class="time" datetime="06:22">May 3, 2015 @4:06PM</time>
<p>
Jakarta, Indonesia <br> @rizvie03</p>
</div>
</li>
<li>
<img src="https://scontent.cdninstagram.com/hphotos-xfa1/t51.2885-15/e15/11192798_1575813039367847_554774450_n.jpg" height="285" width="285" alt="image-description">
<div class="wrap">
<time class="time" datetime="06:22">May 3, 2015 @4:45PM</time>
<p>
San Francisco, USA <br> @mjhmccormick</p>
</div>
</li>
<li>
<img src="https://scontent.cdninstagram.com/hphotos-xpa1/t51.2885-15/e15/11205935_1585261911716290_754387217_n.jpg" height="285" width="285" alt="image-description">
<div class="wrap">
<time class="time" datetime="06:22">May 4, 2015 @1:22PM</time>
<p>
West Midlands, United Kingdom <br> @tostakine</p>
</div>
</li>
<li>
<img src="https://scontent.cdninstagram.com/hphotos-xaf1/t51.2885-15/e15/11230371_1437837969863825_737902326_n.jpg" height="285" width="285" alt="image-description">
<div class="wrap">
<time class="time" datetime="06:22">May 5, 2015 @12:12PM</time>
<p>
Barcelona, Spain <br> @karlosmk</p>
</div>
</li>
<li>
<img src="https://scontent.cdninstagram.com/hphotos-xpa1/t51.2885-15/e15/11191298_367555423444959_165569803_n.jpg" height="285" width="285" alt="image-description">
<div class="wrap">
<time class="time" datetime="06:22">May 5, 2015 @12:14PM</time>
<p>
Istanbul, Turkey <br> @furkanbydr</p>
</div>
</li>
<li>
<li class="add">
<img src="https://scontent.cdninstagram.com/hphotos-xpa1/t51.2885-15/e15/11190376_1593113404295154_1948365216_n.jpg" height="285" width="285" alt="image-description">
<div class="wrap">
<time class="time" datetime="06:22">May 5, 2015 @12:23PM</time>
<p>
Suphan Buri, Thailand <br> @littlegalz</p>
</div>
</li>
<li>
<img src="https://scontent.cdninstagram.com/hphotos-xfa1/t51.2885-15/e15/11226830_935646169813588_596286444_n.jpg" height="285" width="285" alt="image-description">
<div class="wrap">
<time class="time" datetime="06:22">May 5, 2015 @3:47PM</time>
<p>
Madrid, Spain <br> @nemecubedo</p>
</div>
</li>
<li>
<img src="https://scontent.cdninstagram.com/hphotos-xpa1/t51.2885-15/e15/11193008_1443081369337791_51208011_n.jpg" height="285" width="285" alt="image-description">
<div class="wrap">
<time class="time" datetime="06:22">May 5, 2015 @8:52PM</time>
<p>
Moscow, Russia <br> @airguide</p>
</div>
</li>
<li>
<img src="https://scontent.cdninstagram.com/hphotos-xpt1/t51.2885-15/e15/11208473_1416687498651922_653691772_n.jpg" height="285" width="285" alt="image-description">
<div class="wrap">
<time class="time" datetime="06:22">May 6, 2015 @11:18AM</time>
<p>
Mexico City, Mexico <br> @thepilotview</p>
</div>
</li>
<li>
<img src="https://scontent.cdninstagram.com/hphotos-xaf1/t51.2885-15/e15/11247769_1567711033494246_1676172255_n.jpg" height="285" width="285" alt="image-description">
<div class="wrap">
<time class="time" datetime="06:22">May 6, 2015 @1:25PM</time>
<p>
Moscow, Russia <br> @airguide</p>
</div>
</li>
<li>
<img src="https://scontent.cdninstagram.com/hphotos-xaf1/t51.2885-15/e15/11241555_1572694429662772_1645352540_n.jpg" height="285" width="285" alt="image-description">
<div class="wrap">
<time class="time" datetime="06:22">May 6, 2015 @3:28PM</time>
<p>
Austria <br> @jonathanweide</p>
</div>
</li>
<li>
<img src="https://scontent.cdninstagram.com/hphotos-xaf1/t51.2885-15/e15/11247925_386948624825418_368529583_n.jpg" height="285" width="285" alt="image-description">
<div class="wrap">
<time class="time" datetime="06:22">May 7, 2015 @11:08AM</time>
<p>
Denver, USA <br> @krazykt_</p>
</div>
</li>
<li>
<img src="https://scontent.cdninstagram.com/hphotos-xaf1/t51.2885-15/e15/11251219_521697581302159_617694017_n.jpg" height="285" width="285" alt="image-description">
<div class="wrap">
<time class="time" datetime="06:22">May 7, 2015 @6:51PM</time>
<p>
Mandurah, Australia <br> @draviationgeek</p>
</div>
</li>
<li>
<img src="https://scontent.cdninstagram.com/hphotos-xfa1/t51.2885-15/e15/11242868_1573473132907712_79147011_n.jpg" height="285" width="285" alt="image-description">
<div class="wrap">
<time class="time" datetime="06:22">May 8, 2015 @4:48PM</time>
<p>
Köln, Germany <br> @ben.tmk</p>
</div>
</li>
<li>
<img src="https://scontent.cdninstagram.com/hphotos-xaf1/t51.2885-15/e15/11242527_1443417795958696_990381348_n.jpg" height="285" width="285" alt="image-description">
<div class="wrap">
<time class="time" datetime="06:22">May 9, 2015 @5:30AM</time>
<p>
Boston, USA <br> @kimannabelle</p>
</div>
</li>
<li>
<img src="https://scontent.cdninstagram.com/hphotos-xaf1/t51.2885-15/e15/11246395_925659310818637_346733926_n.jpg" height="285" width="285" alt="image-description">
<div class="wrap">
<time class="time" datetime="06:22">May 9, 2015 @6:55AM</time>
<p>
Barcelona, Spain <br> @karlosmk</p>
</div>
</li>
<li>
<img src="https://scontent.cdninstagram.com/hphotos-xaf1/t51.2885-15/e15/11226594_419486311567539_661406386_n.jpg" height="285" width="285" alt="image-description">
<div class="wrap">
<time class="time" datetime="06:22">May 10, 2015 @3:33PM</time>
<p>
Hainburg an der Donau, Austria <br> @jonathanweide</p>
</div>
</li>
<li>
<img src="https://scontent.cdninstagram.com/hphotos-xfa1/t51.2885-15/e15/11226842_657924161019155_1740418243_n.jpg" height="285" width="285" alt="image-description">
<div class="wrap">
<time class="time" datetime="06:22">May 10, 2015 @7:42PM</time>
<p>
Girona, Spain <br> @mentour_pilot</p>
</div>
</li>
<li>
<img src="https://scontent.cdninstagram.com/hphotos-xaf1/t51.2885-15/e15/11226649_109105916087995_930363505_n.jpg" height="285" width="285" alt="image-description">
<div class="wrap">
<time class="time" datetime="06:22">May 11, 2015 @12:47AM</time>
<p>
Cape Town, South Africa <br> @johnmartinct</p>
</div>
</li>
<li>
<img src="https://scontent.cdninstagram.com/hphotos-xaf1/t51.2885-15/e15/11236020_1505188633061092_1291638501_n.jpg" height="285" width="285" alt="image-description">
<div class="wrap">
<time class="time" datetime="06:22">May 11, 2015 @9:48AM</time>
<p>
Singapore <br> @borneogeek</p>
</div>
</li>
<li>
<img src="https://scontent.cdninstagram.com/hphotos-xaf1/t51.2885-15/e15/11263525_976342885717749_980838214_n.jpg" height="285" width="285" alt="image-description">
<div class="wrap">
<time class="time" datetime="06:22">May 11, 2015 @10:53AM</time>
<p>
Singapore <br> @simran_kaur__b737</p>
</div>
</li>
<li>
<img src="https://scontent.cdninstagram.com/hphotos-xaf1/t51.2885-15/e15/11226844_796034073800568_862467617_n.jpg" height="285" width="285" alt="image-description">
<div class="wrap">
<time class="time" datetime="06:22">May 11, 2015 @12:26PM</time>
<p>
Leningradskaya oblast', Russia <br> @flyoverla_</p>
</div>
</li>
<li>
<img src="https://scontent.cdninstagram.com/hphotos-xfa1/t51.2885-15/e15/11246630_826208067434353_825076388_n.jpg" height="285" width="285" alt="image-description">
<div class="wrap">
<time class="time" datetime="06:22">May 11, 2015 @4:44PM</time>
<p>
Tas-Sliema, Malta <br> @mentour_pilot</p>
</div>
</li>
<li>
<img src="https://scontent.cdninstagram.com/hphotos-xfa1/t51.2885-15/e15/11235983_1592071217715500_811953463_n.jpg" height="285" width="285" alt="image-description">
<div class="wrap">
<time class="time" datetime="06:22">May 12, 2015 @7:34AM</time>
<p>
Perth, Australia <br> @draviationgeek</p>
</div>
</li>
<li>
<img src="https://scontent.cdninstagram.com/hphotos-xfa1/t51.2885-15/e15/11236256_822081194552672_1765290539_n.jpg" height="285" width="285" alt="image-description">
<div class="wrap">
<time class="time" datetime="06:22">May 12, 2015 @10:58AM</time>
<p>
Jawa Timur, Indonesia <br> @manameishospie</p>
</div>
</li>
<li>
<img src="https://scontent.cdninstagram.com/hphotos-xfa1/t51.2885-15/e15/11264222_100235330314211_356163986_n.jpg" height="285" width="285" alt="image-description">
<div class="wrap">
<time class="time" datetime="06:22">May 12, 2015 @7:01PM</time>
<p>
Vlaardingen, Netherlands <br> @terencepilot</p>
</div>
</li>
<li>
<img src="https://scontent.cdninstagram.com/hphotos-xaf1/t51.2885-15/e15/11232868_835322166554841_1496403278_n.jpg" height="285" width="285" alt="image-description">
<div class="wrap">
<time class="time" datetime="06:22">May 13, 2015 @4:11PM</time>
<p>
Vlaardingen, Netherlands <br> @terencepilot</p>
</div>
</li>
<li>
<img src="https://scontent.cdninstagram.com/hphotos-xfa1/t51.2885-15/e15/11243873_1646390538926421_1878142654_n.jpg" height="285" width="285" alt="image-description">
<div class="wrap">
<time class="time" datetime="06:22">May 14, 2015 @8:41AM</time>
<p>
Campinas, Brazil <br> @rpilot</p>
</div>
</li>
<li>
<img src="https://scontent.cdninstagram.com/hphotos-xfa1/t51.2885-15/e15/11252147_374859499391079_1665265065_n.jpg" height="285" width="285" alt="image-description">
<div class="wrap">
<time class="time" datetime="06:22">May 14, 2015 @11:00AM</time>
<p>
Bogota, Colombia <br> @camiloreds81</p>
</div>
</li>
<li>
<img src="https://scontent.cdninstagram.com/hphotos-xfa1/t51.2885-15/e15/11254361_443393989171599_236411198_n.jpg" height="285" width="285" alt="image-description">
<div class="wrap">
<time class="time" datetime="05:05">May 15, 2015 @11:53AM</time>
<p>
Mörfelden-Walldorf, Germany <br> @jenyaleksa
</p>
</div>
</li>
<li>
<img src="https://scontent.cdninstagram.com/hphotos-xaf1/t51.2885-15/e15/11288200_1551486198431505_354252766_n.jpg" height="285" width="285" alt="image-description">
<div class="wrap">
<time class="time" datetime="05:05">May 16, 2015 @9:59AM</time>
<p>
Vladivostok, Russia <br> @wow_sensuous
</p>
</div>
</li>
<li>
<img src="https://scontent.cdninstagram.com/hphotos-xaf1/t51.2885-15/e15/11264302_459797904188392_241959408_n.jpg" height="285" width="285" alt="image-description">
<div class="wrap">
<time class="time" datetime="05:05">May 18, 2015 @10:25AM</time>
<p>
Ribeirão Preto, Brazil <br> @gabilaghi
</p>
</div>
</li>
<li>
<img src="https://scontent.cdninstagram.com/hphotos-xaf1/t51.2885-15/e15/11272446_1447257402237868_956725668_n.jpg" height="285" width="285" alt="image-description">
<div class="wrap">
<time class="time" datetime="05:05">May 18, 2015 @6:58PM</time>
<p>
Vlaardingen, Netherlands <br> @terencepilot
</p>
</div>
</li>
<li>
<img src="https://scontent.cdninstagram.com/hphotos-xfa1/t51.2885-15/e15/11270834_654294498037666_1212954098_n.jpg" height="285" width="285" alt="image-description">
<div class="wrap">
<time class="time" datetime="05:05">May 18, 2015 @9:04PM</time>
<p>
Schwechat, Austria <br> @oliver_sky_
</p>
</div>
</li>
<li>
<img src="https://scontent.cdninstagram.com/hphotos-xfa1/t51.2885-15/e15/11313473_986679361350700_1895043479_n.jpg" height="285" width="285" alt="image-description">
<div class="wrap">
<time class="time" datetime="05:05">May 19, 2015 @9:44AM</time>
<p>
Girona, Spain <br> @mentour_pilot
</p>
</div>
</li>
</ul>
<div class="button-holder">
<a class="btn-prev" href="#">Previous</a>
<a class="btn-next" href="#">Next</a>
</div>
</div>
<div class="container block-4">
<div class="row">
<div class="col-lg-11 col-md-11 col-sm-12">
<div class="holder">
<p>With the invention of atomic clocks, we now track the passing of time based on the osccilation of atoms. In a final move to divorce ourselves forever from the sun, we changed the international definiton of a second from being based on a duration of the solar day to the vibrations of an isotope of cesium.</p>
<p>It turns out, though, that we cannot truly divorce ourselves from the sun and the Earth's rotation, cannot fully free ourselves of time as determined by nature. The Earth's rotation is slowing yearly due to tidal friction, the unequal pulling of the moon and sun on the Earth and its oceans. So we must keep our clocks in sync with the Earth's slowing rotation, setting our Coordinated Universal Time back a leap second or two here and there. </p>
<p>Carl Jung first defined synchronicity as meaningful coincidences. A world in which clocks are synchronized allows us to find moments in time in which Instagram users upload a photograph of a sunrise at the same time as another user uploads a photograph of a sunset. Hundreds of times a day, users unknowingly post photos of the beginning of the day at the same time as other users post photos of the end of the day. See the synchronicity matches play out in the following map visualization. Hover over points on the map to see the photos.</p>
</div>
</div>
<div class="col-lg-5 col-md-5 col-sm-4">
<div class="news">
<p>Pan through an infinite horizon of images taken by the pilots of Instagram.</p>
</div>
<!-- <blockquote>
<q>Space is killed by the railways, and we are left with time alone...I feel as if the mountains and forests of all countries were advancing on Paris. Even now, I can smell the German linden trees; the Northern Sea's breakers are rolling aginst my door. </q>
<cite>-<a href="#">Hans Linden</a></cite>
</blockquote> -->
</div>
</div>
</div>
<!-- big-block -->
<div class="big-block">
<iframe width='100%' height='807' frameborder='0' src='https://team.cartodb.com/u/chandra/viz/d1375c8a-f03e-11e4-9c1f-0e4fddd5de28/embed_map' allowfullscreen webkitallowfullscreen mozallowfullscreen oallowfullscreen msallowfullscreen></iframe>
</div>
<div class="container block-4">
<div class="row">
<div class="col-lg-11 col-md-10 col-sm-12">
<div class="holder">
<p>Our absolute ideas of a fixed quantified time cannot escape the irregular rhythms of the cosmic world we call home. Instagram users who chase the sun with their cameras testify to the sun’s ceaseless grip on our lives. Since antiquity we have followed the path of the sun, the moon, and the stars to track the passing of time. Time itself though may just be an illusion constructed by our minds. </p>
</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><a href="memory.html">Memory</a></li>
<li class="active"><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>Nothing is more musical than a sunset.</q> - <cite>Claude Debussy</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="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/jquery-ui.js"></script>
<script src="js/button.js"></script>
</body>
</html>