-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
executable file
·373 lines (348 loc) · 12.8 KB
/
index.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Parsons MS Data Visualization | The Met Museum | 2019</title>
<!--
site updated on 2019/12/12
-->
<!-- stylesheets -->
<link href="./css/style.css" rel="stylesheet" />
<!-- favicons -->
<link rel="icon" type="image/png" href="./img/favicon_32x32.png" />
<!-- facebook tags -->
<meta
property="og:title"
content="Parsons MS Data Visualization | The Met Museum | 2019"
/>
<meta
property="og:description"
content="Partnering with the Metropolitan Museum of Art, students visualize and interpret data published by the Met under their Open Access Policy."
/>
<meta
property="og:image"
content="http://parsons.nyc/met-museum-2019/img/social_banner.png"
/>
<meta property="og:url" content="http://parsons.nyc/met-museum-2019" />
<!-- twitter tags -->
<meta
name="twitter:title"
content="Parsons MS Data Visualization | The Met Museum | 2019"
/>
<meta
name="twitter:description"
content="Partnering with the Metropolitan Museum of Art, students visualize and interpret data published by the Met under their Open Access Policy."
/>
<meta
name="twitter:image"
content="http://parsons.nyc/met-museum-2019/img/social_banner.png"
/>
<meta name="twitter:card" content="summary_large_image" />
<!-- wechat Tags -->
<meta
itemprop="name"
content="Parsons MS Data Visualization | The Met Museum | 2019"
/>
<meta
itemprop="image"
content="http://parsons.nyc/met-museum-2019/img/social_banner.png"
/>
<meta
name="description"
itemprop="description"
content="Partnering with the Metropolitan Museum of Art, students visualize and interpret data published by the Met under their Open Access Policy."
/>
</head>
<body>
<div id="loading">
Loading...
</div>
<div id="app" style="display:none;">
<nav-bar>
<div class="flex items-center">
<div
id="logo"
class="w3 h3 flex-shrink-0 mr3 pointer dim"
v-on:click="window.open('https://newschool.edu')"
></div>
<h1
class="f7 f5-ns neue-bold"
><a
class="f7 f5-ns neue-bold link black"
href="https://parsons.nyc"
>{{ department }}</a
></h1>
</div>
<div class="mr3 ml3">
<a
href="#"
class="dib link bg-red pv2 pl2 pr3 white br3 flex-shrink-0 f7 f5-ns"
v-on:click="shareModal"
><svg
width="16"
height="16"
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
class="v-top mr1 dib" style="width:1em;height:1em;"
>
<path fill-rule="evenodd" clip-rule="evenodd" d="M18 8C19.6569 8 21 6.65685 21 5C21 3.34315 19.6569 2 18 2C16.3431 2 15 3.34315 15 5C15 6.65685 16.3431 8 18 8Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M6 15C7.65685 15 9 13.6569 9 12C9 10.3431 7.65685 9 6 9C4.34315 9 3 10.3431 3 12C3 13.6569 4.34315 15 6 15Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M18 22C19.6569 22 21 20.6569 21 19C21 17.3431 19.6569 16 18 16C16.3431 16 15 17.3431 15 19C15 20.6569 16.3431 22 18 22Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M8.59003 13.51L15.42 17.49" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M15.41 6.51001L8.59003 10.49" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg> Share</a>
</div>
</nav-bar>
<div
class="fixed top-0 left-0 w-100 h-100 overflow-y-scroll overflow-x-hidden pt5"
v-on:scroll="updateScroll"
ref="scroll"
>
<div class="db dn-ns">
<ul class="list pt2 dib pl0 ph3 w-100 tc toggle">
<li
class="dib w-50"
><a
href="#"
class="w-100 dib ba br3 br--left ma0 pv2 f6 link"
v-on:click="changeView"
ref="infobutton"
>Info</a
></li
><li
class="dib w-50"
><a
href="#"
class="w-100 dib ba br3 br--right ma0 pv2 f6 active link"
v-on:click="changeView"
ref="projectbutton"
>Projects</a
></li>
</ul>
</div>
<div class="w-100 mw8 mr-auto ml-auto flex-ns">
<!-- LEFT -->
<div
class="top-0 pt3 ph3 w-100 w-third-ns mw6 flex-shrink-0 dn db-ns"
ref="infobar"
>
<div class="flex-grow-0 pb6" ref="sticky" style="position: -webkit-sticky;position: sticky;">
<!-- ABOUT -->
<h2
class="mt1 f7 neue-bold ttu black"
>About</h2>
<p
class="mb2 mt2 design-black">
Partnering with the Metropolitan Museum of Art, students visualize
and interpret data published by the Met under their Open Access
Policy.
</p>
<p class="mt0">
<a
class="red"
href="https://www.metmuseum.org/blogs/collection-insights/2020/met-api-parsons-data-visualization"
>Learn More →</a
>
</p>
<h2
class="mt4 f7 neue-bold ttu black"
>Previous Years</h2>
<ul class="list pl0 dib mb0 mt1">
<li
class="dib neue-bold"
><a
class="design-black link hover-gray"
href="https://parsons.nyc/met-museum-2018"
>2018</a></li>
</ul>
<!-- STUDENTS -->
<h2
class="mt4 f7 neue-bold ttu black"
>Students</h2>
<p class="mb2 mt2 design-black">
<ul class="list pl0">
<li v-for="({name,url}) in students">
<a class="link design-black hover-red" :href="url">{{ name }}</a>
</li>
</ul>
</p>
<h2
class="mt4 f7 neue-bold ttu black measure-narrow"
>The Metropolitan Museum of Art Open Access</h2>
<p class="mb2 mt2 design-black">
<ul class="list pl0 design-black">
<li>Jennie Choi</li>
<li>Loic Tallon</li>
</ul>
<a
class="red"
href="https://www.metmuseum.org/about-the-met/policies-and-documents/image-resources"
>Learn More →</a>
</p>
<h2
class="mt4 f7 neue-bold ttu black"
>Parsons School of Design</h2>
<p class="mb2 mt2 design-black">
<ul class="list pl0 design-black padding">
<li>
<a
class="gray hover-red"
href="http://www.newschool.edu/parsons/ms-data-visualization/"
>MS Data Visualization</a>
</li>
<li>
<a
class="gray hover-red"
href="http://www.newschool.edu/parsons/art-media-technology-school-amt/"
>School of Art, Media, and Technology</a>
</li>
<li>
<a
class="gray hover-red"
href="https://richardthe.com"
>Richard The</a>, Assistant Professor of Design and Technology
</li>
<li>
Alec Barrett, Part-Time Faculty
</li>
<li>
<a
class="gray hover-red"
href="https://zachkrall.com">Zach Krall</a>, Teaching Assistant
</li>
</ul>
</p>
<h2
class="mt4 f7 neue-bold ttu black"
>Connect</h2>
<p class="mb2 mt2 design-black">
<ul class="list di pl1">
<li class="dib">
<a
class="link"
href="https://github.com/visualizedata/"
><img
src="./img/GitHub.png"
style="width:2.5rem"
></a>
</li>
</ul>
</p>
</div>
</div>
<!-- RIGHT -->
<div
class="pt3 ph3 flex-grow-1 db-ns"
ref="projectbar"
>
<div class="mt1 mb3">
<h1
class="f3 red mb0 mt0 mb4 neue-bold"
>{{ page_title }}</h1>
</div>
<div>
<project-item
v-for="({
title_full: title,
description,
url,
author,
image
}) in projects"
:title="title"
:description="description"
:url="url"
:author="author"
:image="image"
:author_url="getLink(url)"
></project-item>
</div>
<div class="pb4">
<p class="pb2 pt2 design-black measure"
>Projects on this page fall under the The New School Policy on
<a
href="https://www.newschool.edu/student-rights-and-responsibilities/intellectual-property-policy.pdf"
class="red"
>Student Intellectual Property Rights</a>
</p>
<p class="pb2 pt2 design-black">
Built with
<a
href="https://vuejs.org/"
class="red"
>Vue.js</a> and
<a
href="https://tachyons.io/"
class="red"
>Tachyons</a>
</p>
<p class="pb2 pt2 design-black">
This site uses The New School's
<a
href="https://www.newschool.edu/marketing-communication/diy/"
class="red"
>Neue Typeface</a>
</p>
</div>
</div>
</div>
</div>
<!-- SHARE MODAL -->
<share-modal v-if="shareModalVisible">
<a
class="db link mb2 color-fb hover-black"
:href='"https://www.facebook.com/sharer/sharer.php?u=" + site_url'
>Facebook</a>
<a
class="db link mb2 color-twitter hover-black"
:href='"https://twitter.com/intent/tweet?text=" + site_url'
>Twitter</a>
<a
class="db link mb2 color-linkedin hover-black"
:href='"https://www.linkedin.com/shareArticle?mini=true&url=" + site_url'
>LinkedIn</a>
<a
class="db link mb2 color-weibo hover-black"
:href='"http://service.weibo.com/share/share.php?url=" + site_url + "&title=" + site_url '
>Weibo</a>
<input
:value="site_url"
class="w-100 f6 gray"
ref="copy_link_input"
/>
<a
href="#"
v-on:click="copyLink"
class="db link mb3 mt1 f5 gray hover-black pointer"
>{{ copy_text }}</a>
<a
class="gray hover-red f5 dib"
href="#"
v-on:click="shareModal"
>Nevermind</a>
</share-modal>
<div
class="fixed bottom-0 right-0 z-999 pa3"
:style="{
opacity: scrollY > 100 ? '1.0' : '0.0',
transition: '0.3s ease all'
}"
>
<a
href="#"
class="f5 dib bg-white br3 pa2 shadow-2 link gray hover-bg-red hover-white"
v-on:click="scrollToTop"
ref="scrollToTopButton"
>Top</a>
</div>
</div>
<script src="./js/vue.min.js"></script>
<script src="./js/components/nav-bar.js"></script>
<script src="./js/components/project-item.js"></script>
<script src="./js/components/share-modal.js"></script>
<script src="./js/app.js"></script>
</body>
</html>