-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathquestion4.html
More file actions
458 lines (435 loc) · 25.8 KB
/
question4.html
File metadata and controls
458 lines (435 loc) · 25.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>UBIquity</title>
<!-- Search Engine -->
<meta name="description" content="Description of your report here. 150 characters for SEO, 200 characters for Twitter and Facebook">
<meta name="image" content="thumbnail image of your work">
<!-- Schema.org for Google -->
<meta itemprop="name" content="Title of your work">
<meta itemprop="description" content="Description of your report here">
<meta itemprop="image" content="thumbnail image of your work">
<!-- Twitter -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Title of your work">
<meta name="twitter:description" content="Description of your report here">
<meta name="twitter:site" content="@densitydesign">
<meta name="twitter:creator" content="your twitter handles here, if any">
<meta name="twitter:image:src" content="thumbnail image of your work. Maximum dimension: 1024px x 512px; minimum dimension: 440px x 220px">
<!-- Open Graph general (Facebook, Pinterest & Google+) -->
<meta name="og:title" content="Title of your work">
<meta name="og:description" content="Description of your report here">
<meta name="og:image" content="thumbnail image of your work. Recommended dimension: 1200px x 630px; minimum dimension: 600px x 315px">
<meta name="og:url" content="url to this page">
<meta name="og:site_name" content="Title of your work">
<meta name="og:locale" content="en_US">
<meta name="og:type" content="website">
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Lora:400,700|Karla:400,700" rel="stylesheet" />
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous" />
<!-- timeline interattiva script -->
<script src="js/timeline_nero_layers.js"></script>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css" integrity="sha384-/Y6pD6FV/Vv2HJnA6t+vslU6fwYXjCFtcEpHbNJ0lyAFsXTsjBbfaDjzALeQsN6M" crossorigin="anonymous" />
<!-- Template CSS -->
<link rel="stylesheet" href="css/template-style.css" />
<!-- Your custom CSS -->
<link rel="stylesheet" href="css/style.css" />
</head>
<body data-spy="scroll" data-target="#sidelist" data-offset="160">
<!-- Research question title and Menu button-->
<header>
<div class="container sans-font">
<div class="row">
<div class="col-md-10 col-lg-9 ml-auto question-box">
<div class="row arrows-container justify-content-end justify-content-md-between">
<div class="arrow-left mr-5 mr-md-0">
<h5>
<i class="fa fa-angle-left" aria-hidden="true"></i>
<a>prev</a>
</h5>
</div>
<div class="arrow-right mr-2 mr-sm-0">
<h5>
<a>next</a>
<i class="fa fa-angle-right" aria-hidden="true"></i>
</h5>
</div>
</div>
<h5 class="header-subtitle text-uppercase">research question</h5>
<h1 class="header-title serif-font"> 4. ?</h1>
</div>
</div>
</div>
<button class="menu-btn">
<svg xmlns="http://www.w3.org/2000/svg" class="menu-svg icon-visible" x="0px" y="0px" width="32" height="24" viewBox="0 0 32 24">
<path d="M30 2H2M30 12H2M30 22H2"></path>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="menu-svg close-icon absolute scaled" x="0px" y="0px" width="32" height="24" viewBox="0 0 32 24">
<path d="M25.9 21.9L6.1 2.1M25.9 2.1L6.1 21.9"></path>
</svg>
</button>
</header>
<!-- Sidebar Menu - Don't change the existing URLs, just add new ones if you need more-->
<nav class="sidebar nav-closed">
<div class="sidebar-index sans-font">
<div class="sidebar-home">
<h4 class="sidebar-title">UBIquity</h4>
<a href="index.html">Introduction</a>
</div>
<div class="sidebar-list">
<h5 class="text-uppercase">Research questions</h5>
<ul>
<li>
<a href="question1.html">What are the roots of the current Basic Income debate?</a>
</li>
<li>
<a href="question2.html">How has the topic changed in the recent year?</a>
</li>
<li>
<a href="question3.html">How Basic Income is defined nowadays?</a>
</li>
<li>
<a href="question4.html">How is the topic developing in Reddit activity? </a>
</li>
<li>
<a href="question5.html">How Basic Income is defined nowadays?</a>
</li>
<li>
<a href="question6.html">How Basic Income is defined nowadays?</a>
</li>
<li>
<a href="question7.html">How Basic Income is defined nowadays?</a>
</li>
<li>
<a href="question8.html">How Basic Income is defined nowadays?</a>
</li>
<li>
<a href="question9.html">How Basic Income is defined nowadays?</a>
</li>
<li>
<a href="question10.html">How Basic Income is defined nowadays?</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Page Content -->
<main class="container-fluid" style="background-color: #F5F5F5; margin: 0; padding: 0;" >
<div class="viz-container" style="transform: translateX(10%); width:95%; margin: 0 auto;">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 1270.1 600" style="enable-background:new 0 0 1270.1 600;" xml:space="preserve">
<style type="text/css">
.st0{fill:#F5F5F5;}
.st1{fill:none;stroke:#CBCACA;stroke-width:1.139;}
.st2{font-family:'Arial';}
.st3{font-size:11.3172px;}
.st4{fill:none;}
.st5{fill:#020303;}
.st6{font-family:'Karla';}
.st7{font-size:11.9442px;}
.st8{fill:#FF1A7C;}
.st9{fill:#00DBBC;}
.st10{fill:#E1E1E1;}
.st11{fill:#D08EFC;}
.st12{opacity:0.9;fill:#0070BB;}
.st13{opacity:0.9;}
.st14{fill:#FF7BD5;}
.st15{fill:#FFDD00;}
.st16{fill:#00B597;}
.st17{fill:#00B4FD;}
</style>
<g id="grid">
<rect id="Background" class="st0" width="1270.1" height="600"/>
<line id="XMLID_1340_" class="st1" x1="114.5" y1="535.2" x2="114.5" y2="41.3"/>
<line id="XMLID_1339_" class="st1" x1="196.7" y1="535.2" x2="196.7" y2="41.3"/>
<line id="XMLID_1338_" class="st1" x1="278.8" y1="535.2" x2="278.8" y2="41.3"/>
<line id="XMLID_1337_" class="st1" x1="361" y1="535.2" x2="361" y2="41.3"/>
<line id="XMLID_1336_" class="st1" x1="443.1" y1="535.2" x2="443.1" y2="41.3"/>
<line id="XMLID_1335_" class="st1" x1="525.3" y1="535.2" x2="525.3" y2="41.3"/>
<line id="XMLID_1334_" class="st1" x1="607.4" y1="535.2" x2="607.4" y2="41.3"/>
<line id="XMLID_1333_" class="st1" x1="689.6" y1="535.2" x2="689.6" y2="41.3"/>
<line id="XMLID_1332_" class="st1" x1="771.7" y1="535.2" x2="771.7" y2="41.3"/>
<line id="XMLID_1331_" class="st1" x1="853.9" y1="535.2" x2="853.9" y2="41.3"/>
<line id="XMLID_1330_" class="st1" x1="936.1" y1="535.2" x2="936.1" y2="41.3"/>
<line id="XMLID_1329_" class="st1" x1="1018.2" y1="535.2" x2="1018.2" y2="41.3"/>
<line id="XMLID_1328_" class="st1" x1="1100.4" y1="535.2" x2="1100.4" y2="41.3"/>
<path id="XMLID_1327_" class="st1" d="M32.4,41.3v493.8h1068V41.3"/>
<text id="XMLID_1177_" transform="matrix(1.2255 0 0 1 802.8445 397.0524)" class="st2 st3">t</text>
<rect id="XMLID_30_" x="20.2" y="542.1" class="st4" width="41.9" height="16.3"/>
<text id="XMLID_1152_" transform="matrix(1 0 0 1 20.1605 550.2475)" class="st5 st6 st7">01/2015</text>
<rect id="XMLID_28_" x="435.5" y="542.1" class="st4" width="44.4" height="16.3"/>
<text id="XMLID_1138_" transform="matrix(1 0 0 1 435.5394 550.2475)" class="st5 st6 st7">01/2016</text>
<rect id="XMLID_25_" x="842.1" y="542.1" class="st4" width="41.5" height="16.3"/>
<text id="XMLID_1126_" transform="matrix(1 0 0 1 842.1214 550.2475)" class="st5 st6 st7">01/2017</text>
<rect id="XMLID_21_" x="1082.8" y="542.1" class="st4" width="47.4" height="16.3"/>
<text id="XMLID_1093_" transform="matrix(1 0 0 1 1082.847 550.2475)" class="st5 st6 st7">09/2017</text>
</g>
<g id="basicincome">
<rect id="XMLID_81_" x="1124.7" y="192.3" class="st4" width="118" height="16.3"/>
<text id="XMLID_1175_" transform="matrix(1 0 0 1 1124.6752 200.4789)" class="st5 st6 st7">r/basicIncome</text>
<path id="XMLID_1318_" class="st8" d="M32.4,244.7c41.1,0,41.1,53.5,82.2,53.5s41.1-163.8,82.2-163.8s41.1,3.7,82.2,3.7
s41.1-9.8,82.2-9.8s41.1,22.2,82.2,22.2s41.1,21.7,82.2,21.7s41.1,30.7,82.2,30.7c41.1,0,41.1-65.9,82.2-65.9s41.1-95.6,82.2-95.6
c41.1,0,41.1,76.5,82.2,76.5c41.1,0,41.1,38.5,82.2,38.5c41.1,0,41.1-36.3,82.2-36.3c41.1,0,41.1,38.2,82.2,38.2v93.3
c-41.1,0-41.1-67.1-82.2-67.1c-41.1,0-41.1,43.7-82.2,43.7c-41.1,0-41.1-28.3-82.2-28.3c-41.1,0-41.1,16.2-82.2,16.2
c-41.1,0-41.1,14.7-82.2,14.7S648.5,294,607.4,294c-41.1,0-41.1-13.2-82.2-13.2S484.2,219,443.1,219s-41.1,20.8-82.2,20.8
s-41.1,14.4-82.2,14.4S237.8,234,196.7,234s-41.1,103.6-82.2,103.6s-41.1-20.1-82.2-20.1V244.7z"/>
<g id="XMLID_1495_">
<rect id="XMLID_1494_" x="1111.4" y="190.1" class="st8" width="6.7" height="11.5"/>
</g>
</g>
<g id="futurology">
<rect id="XMLID_79_" x="1124.7" y="268.1" class="st4" width="118" height="16.3"/>
<text id="XMLID_1172_" transform="matrix(1 0 0 1 1124.6752 276.216)" class="st5 st6 st7">r/futurology</text>
<path id="XMLID_1321_" class="st9" d="M32.4,137.2c41.1,0,41.1,23.5,82.2,23.5s41.1,73.4,82.2,73.4s41.1,20.3,82.2,20.3
S319.9,240,361,240s41.1-20.8,82.2-20.8s41.1,129.2,82.2,129.2S566.4,93,607.4,93c41.1,0,41.1,191.7,82.2,191.7
s41.1-68.7,82.2-68.7c41.1,0,41.1,55.1,82.2,55.1c41.1,0,41.1-43,82.2-43c41.1,0,41.1-43.7,82.2-43.7c41.1,0,41.1,67.1,82.2,67.1
V299c-41.1,0-41.1-63.5-82.2-63.5c-41.1,0-41.1,47.6-82.2,47.6c-41.1,0-41.1,57.2-82.2,57.2c-41.1,0-41.1-43.3-82.2-43.3
c-41.1,0-41.1,41.4-82.2,41.4s-41.1-135.7-82.2-135.7c-41.1,0-41.1,212.3-82.2,212.3s-41.1-133.9-82.2-133.9s-41.1,32.9-82.2,32.9
s-41.1,25.8-82.2,25.8s-41.1-12-82.2-12s-41.1-29.8-82.2-29.8s-41.1-53.5-82.2-53.5V137.2z"/>
<g id="XMLID_1180_">
<rect id="XMLID_1183_" x="1111.4" y="267.9" class="st9" width="6.7" height="11.5"/>
</g>
</g>
<g id="videos">
<rect id="XMLID_77_" x="1124.7" y="316.7" class="st4" width="118" height="16.3"/>
<text id="XMLID_1170_" transform="matrix(1 0 0 1 1124.6752 324.8273)" class="st5 st6 st7">r/videos</text>
<path id="XMLID_1292_" class="st10" d="M32.4,368.9c41.1,0,41.1-7,82.2-7s41.1-34,82.2-34s41.1,12,82.2,12s41.1,76.5,82.2,76.5
s41.1-86.4,82.2-86.4s41.1,85,82.2,85s41.1-121.1,82.2-121.1c41.1,0,41.1-63.4,82.2-63.4s41.1,66.5,82.2,66.5
c41.1,0,41.1,90,82.2,90c41.1,0,41.1-32,82.2-32c41.1,0,41.1-119.5,82.2-119.5c41.1,0,41.1,63.5,82.2,63.5v40.5
c-41.1,0-41.1-56.7-82.2-56.7c-41.1,0-41.1,102.1-82.2,102.1c-41.1,0-41.1,43.1-82.2,43.1c-41.1,0-41.1-57.1-82.2-57.1
c-41.1,0-41.1-86.6-82.2-86.6s-41.1,78.8-82.2,78.8c-41.1,0-41.1,93-82.2,93s-41.1-89.9-82.2-89.9s-41.1,67.9-82.2,67.9
s-41.1-62.7-82.2-62.7s-41.1-9.3-82.2-9.3s-41.1,17.7-82.2,17.7s-41.1,12.7-82.2,12.7V368.9z"/>
<g id="XMLID_1192_">
<rect id="XMLID_1254_" x="1111.4" y="314.3" class="st10" width="6.7" height="11.5"/>
</g>
</g>
<g id="ukpolitics">
<rect id="XMLID_75_" x="1124.7" y="339.8" class="st4" width="118" height="16.3"/>
<text id="XMLID_1168_" transform="matrix(1 0 0 1 1124.6752 347.9413)" class="st5 st6 st7">r/ukpolitics</text>
<path id="XMLID_1324_" class="st11" d="M32.4,392.8c41.1,0,41.1-12.7,82.2-12.7s41.1,36.9,82.2,36.9s41.1-45.3,82.2-45.3
s41.1,22.5,82.2,22.5s41.1-27.6,82.2-27.6s41.1,89.9,82.2,89.9s41.1-43.5,82.2-43.5c41.1,0,41.1-38,82.2-38s41.1-3.7,82.2-3.7
c41.1,0,41.1-30.8,82.2-30.8c41.1,0,41.1-57.2,82.2-57.2c41.1,0,41.1-0.1,82.2-0.1c41.1,0,41.1,56.7,82.2,56.7v28.3
c-41.1,0-41.1-40.5-82.2-40.5c-41.1,0-41.1-4.5-82.2-4.5c-41.1,0-41.1,63.9-82.2,63.9c-41.1,0-41.1,49.2-82.2,49.2
c-41.1,0-41.1-26-82.2-26s-41.1,40.2-82.2,40.2c-41.1,0-41.1,45.9-82.2,45.9s-41.1-97.4-82.2-97.4s-41.1,17.6-82.2,17.6
s-41.1-17.1-82.2-17.1S237.8,428,196.7,428s-41.1-35.1-82.2-35.1s-41.1,20.5-82.2,20.5V392.8z"/>
<g id="XMLID_1162_">
<rect id="XMLID_1179_" x="1111.4" y="337" class="st11" width="6.7" height="11.5"/>
</g>
</g>
<g id="politics">
<rect id="XMLID_73_" x="1124.7" y="362.9" class="st4" width="118" height="16.3"/>
<text id="XMLID_1166_" transform="matrix(1 0 0 1 1124.6752 371.0563)" class="st5 st6 st7">r/politics</text>
<path id="XMLID_1178_" class="st12" d="M32.4,413.5c41.1,0,41.1-75.8,82.2-75.8s41.1,24.7,82.2,24.7s41.1,58.3,82.2,58.3
s41.1-106.5,82.2-106.5s41.1-32.9,82.2-32.9s41.1-222.2,82.2-222.2s41.1,304.4,82.2,304.4c41.1,0,41.1-24.9,82.2-24.9
S730.7,471,771.7,471c41.1,0,41.1-271.2,82.2-271.2c41.1,0,41.1,185.4,82.2,185.4c41.1,0,41.1-57.5,82.2-57.5
c41.1,0,41.1,40.5,82.2,40.5v25.5c-41.1,0-41.1-23.4-82.2-23.4c-41.1,0-41.1,28.8-82.2,28.8C895,399.2,895,271,853.9,271
c-41.1,0-41.1,224.5-82.2,224.5c-41.1,0-41.1-120.7-82.2-120.7s-41.1,38-82.2,38c-41.1,0-41.1-240.7-82.2-240.7s-41.1,158-82.2,158
s-41.1,31.5-82.2,31.5s-41.1,69.8-82.2,69.8s-41.1-36.3-82.2-36.3s-41.1-33.3-82.2-33.3s-41.1,68.8-82.2,68.8V413.5z"/>
<g id="XMLID_1286_" class="st13">
<rect id="XMLID_1290_" x="1111.4" y="360.5" class="st12" width="6.7" height="11.5"/>
</g>
</g>
<g id="askreddit">
<rect id="XMLID_71_" x="1124.7" y="386" class="st4" width="118" height="16.3"/>
<text id="XMLID_1163_" transform="matrix(1 0 0 1 1124.6752 394.1708)" class="st5 st6 st7">r/askreddit</text>
<path id="XMLID_1298_" class="st14" d="M32.4,430.8c41.1,0,41.1-21.9,82.2-21.9s41.1-13.6,82.2-13.6s41.1,4.2,82.2,4.2
s41.1-37.8,82.2-37.8s41.1,57,82.2,57s41.1-137.8,82.2-137.8s41.1,169.6,82.2,169.6c41.1,0,41.1-21.4,82.2-21.4
s41.1,66.5,82.2,66.5c41.1,0,41.1-67.3,82.2-67.3c41.1,0,41.1-105.1,82.2-105.1c41.1,0,41.1,47.2,82.2,47.2
c41.1,0,41.1,23.4,82.2,23.4v10.7c-41.1,0-41.1,5.4-82.2,5.4c-41.1,0-41.1-55-82.2-55c-41.1,0-41.1,84.5-82.2,84.5
c-41.1,0-41.1,71.6-82.2,71.6c-41.1,0-41.1-76-82.2-76s-41.1,38-82.2,38c-41.1,0-41.1-124.9-82.2-124.9s-41.1,76.2-82.2,76.2
S402.1,394,361,394s-41.1,26.5-82.2,26.5s-41.1-3.7-82.2-3.7s-41.1-3.8-82.2-3.8s-41.1,23.7-82.2,23.7V430.8z"/>
<g id="XMLID_1501_">
<rect id="XMLID_1504_" x="1111.4" y="383.6" class="st14" width="6.7" height="11.5"/>
</g>
</g>
<g id="worldnews">
<rect id="XMLID_65_" x="1124.7" y="409.2" class="st4" width="118" height="16.3"/>
<text id="XMLID_1509_" transform="matrix(1 0 0 1 1124.6752 417.2856)" class="st5 st6 st7">r/worldnews</text>
<path id="XMLID_1253_" class="st15" d="M32.4,344.6c41.1,0,41.1,59,82.2,59s41.1,24.5,82.2,24.5s41.1,8.8,82.2,8.8
s41.1-2.6,82.2-2.6s41.1-35.4,82.2-35.4s41.1,106.2,82.2,106.2s41.1-32,82.2-32c41.1,0,41.1-62.9,82.2-62.9s41.1,113.6,82.2,113.6
c41.1,0,41.1-75.3,82.2-75.3c41.1,0,41.1-35.2,82.2-35.2c41.1,0,41.1,31.3,82.2,31.3c41.1,0,41.1-40,82.2-40V415
c-41.1,0-41.1,41.5-82.2,41.5c-41.1,0-41.1-38.7-82.2-38.7c-41.1,0-41.1,38.4-82.2,38.4c-41.1,0-41.1,79-82.2,79
c-41.1,0-41.1-114.5-82.2-114.5s-41.1,59-82.2,59c-41.1,0-41.1,33.4-82.2,33.4s-41.1-100.8-82.2-100.8s-41.1,30.7-82.2,30.7
s-41.1-4.5-82.2-4.5s-41.1-4.1-82.2-4.1s-41.1-25.5-82.2-25.5s-41.1-40-82.2-40V344.6z"/>
<g id="XMLID_1505_">
<rect id="XMLID_1506_" x="1111.4" y="406.8" class="st15" width="6.7" height="11.5"/>
</g>
</g>
<g id="canada">
<rect id="XMLID_69_" x="1124.7" y="432.3" class="st4" width="118" height="16.3"/>
<text id="XMLID_1159_" transform="matrix(1 0 0 1 1124.6752 440.4001)" class="st5 st6 st7">r/canada</text>
<path id="XMLID_1289_" class="st16" d="M32.4,436.9c41.1,0,41.1-43.9,82.2-43.9s41.1,41.4,82.2,41.4s41.1,0.2,82.2,0.2
s41.1,11.5,82.2,11.5s41.1-33.8,82.2-33.8s41.1,84,82.2,84s41.1-16.6,82.2-16.6c41.1,0,41.1-59,82.2-59s41.1,15.5,82.2,15.5
c41.1,0,41.1,3.3,82.2,3.3c41.1,0,41.1-40.3,82.2-40.3c41.1,0,41.1,10.9,82.2,10.9c41.1,0,41.1,5,82.2,5v2.4
c-41.1,0-41.1,12.3-82.2,12.3c-41.1,0-41.1-16.6-82.2-16.6c-41.1,0-41.1,35.2-82.2,35.2c-41.1,0-41.1,22.4-82.2,22.4
c-41.1,0-41.1-41.8-82.2-41.8s-41.1,52.7-82.2,52.7c-41.1,0-41.1,23.3-82.2,23.3s-41.1-86.4-82.2-86.4s-41.1,29.6-82.2,29.6
s-41.1-11.4-82.2-11.4s-41.1,2.6-82.2,2.6s-41.1-35.9-82.2-35.9s-41.1,35.8-82.2,35.8V436.9z"/>
<g id="XMLID_1507_">
<rect id="XMLID_1508_" x="1111.4" y="429.9" class="st16" width="6.7" height="11.5"/>
</g>
</g>
<g id="technology">
<rect id="XMLID_61_" x="1124.7" y="455.4" class="st4" width="118" height="16.3"/>
<text id="XMLID_1157_" transform="matrix(1 0 0 1 1124.6752 463.5146)" class="st5 st6 st7">r/technology</text>
<path id="XMLID_1182_" class="st17" d="M32.4,317.7c41.1,0,41.1,95.5,82.2,95.5s41.1,26.3,82.2,26.3s41.1-8,82.2-8
S319.9,443,361,443s41.1-18.5,82.2-18.5s41.1,88.5,82.2,88.5s41.1-31.3,82.2-31.3c41.1,0,41.1-46.6,82.2-46.6s41.1,76,82.2,76
c41.1,0,41.1-54.9,82.2-54.9c41.1,0,41.1-38.4,82.2-38.4c41.1,0,41.1,12,82.2,12c41.1,0,41.1-12.6,82.2-12.6v1
c-41.1,0-41.1,26.2-82.2,26.2c-41.1,0-41.1-24.4-82.2-24.4c-41.1,0-41.1,38.5-82.2,38.5c-41.1,0-41.1,65-82.2,65
c-41.1,0-41.1-84.2-82.2-84.2s-41.1,43.9-82.2,43.9c-41.1,0-41.1,33.9-82.2,33.9S484.2,426,443.1,426s-41.1,20-82.2,20
s-41.1-11.5-82.2-11.5s-41.1,7.6-82.2,7.6s-41.1-26.3-82.2-26.3s-41.1-71.3-82.2-71.3V317.7z"/>
<g id="XMLID_1511_">
<rect id="XMLID_1512_" x="1111.4" y="453" class="st17" width="6.7" height="11.5"/>
</g>
</g>
</svg>
</div>
</main>
<article class="container">
<div class="row">
<!-- Side scrolling menu -->
<div id="sidelist" class="col-md-3 text-uppercase d-none d-md-block sans-font">
<div class="list-group sticky-top">
<a class="list-group-item list-group-item-action smooth-scroll" href="#description"><span>Description</span></a>
<a class="list-group-item list-group-item-action smooth-scroll" href="#protocol"><span>Protocol</span></a>
<a class="list-group-item list-group-item-action smooth-scroll" href="#data"><span>Data</span></a>
</div>
</div>
<!-- Text content -->
<div class="col-md-9 article-content serif-font">
<!-- Description -->
<div class="section-content" id="description">
<h3 class="sans-font"><span>Description</span></h3>
<p>
</p>
</div>
<!-- Protocol -->
<div class="section-content" id="protocol">
<h3 class="sans-font"><span>Protocol</span></h3>
<img class="protocol-diagram" src="assets/protocol-02.png"/>
<p>
</p>
</div>
<!-- Data -->
<div class="section-content" id="data">
<h3 class="sans-font"><span>Data</span></h3>
<h4 class="sans-font">Timestamp: 01/1/2004 - 15/11/2017</h4>
<h4 class="sans-font">Data source: <a href="https://tools.digitalmethods.net/beta/waybackNetworkPerYear/">Wayback network per year</a></h4>
<h4 class="data-link sans-font"><a href="/assets/datasets/waybackperYear.csv"><i class="fa fa-arrow-circle-o-down"></i> Download data (162kB)</a></h4>
<p>
</p>
</div>
</div>
</div>
</article>
<!-- Footer -->
<footer>
<div class="container">
<div class="row">
<div class="col-6 col-md-2 mt-3 mb-5 mb-md-0">
<a href="http://www.densitydesign.org/">
<img class="img-density" src="assets/other/logo_density.png">
</a>
</div>
<div class="col-6 col-md-2 mt-3 mb-5 mb-md-0">
<a href="http://www.dipartimentodesign.polimi.it/">
<img class="img-poli" src="assets/other/logo_poli.png">
</a>
</div>
<div class="col-6 col-sm-4 col-md-3 col-lg-2 ml-auto mb-5 mb-sm-0">
<h4>project by</h4>
<ul>
<li>Matteo Testa</li>
<li>Matteo Sacchi</li>
<li>Irina Kasatkina</li>
<li>Giorgio Falvo</li>
<li>Nicolas Attolico</li>
</ul>
</div>
<div class="col-6 col-sm-4 col-md-2 px-1 px-lg-3 mb-5 mb-sm-0">
<h4>Faculty</h4>
<ul>
<li>Paolo Ciuccarelli</li>
<li>Stefano Mandato</li>
<li>Michele Mauri</li>
<li>Simone Vantini</li>
<li>Salvatore Zingale</li>
</ul>
</div>
<div class="col-12 col-sm-4 col-md-3 px-1 px-lg-3 ml-2 ml-sm-0">
<h4>Teaching Assistants</h4>
<ul>
<li>Andrea Benedetti</li>
<li>Ángeles Briones</li>
<li>Gabriele Colombo</li>
<li>Jacopo Di Iorio</li>
<li>Tommaso Elli</li>
<li>Beatrice Gobbo</li>
<li>Michele Invernizzi</li>
</ul>
</div>
</div>
</div>
</footer>
<!-- JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js" integrity="sha384-h0AbiXch4ZDo7tp9hKZ4TsHbi047NrKGLO3SEJAg45jXxnGIfYzk4Si90RDIqNm1" crossorigin="anonymous"></script>
<!-- Template Javascript -->
<script src="js/template-functions.js"></script>
<!-- Prev/Next Button Script -->
<script>
$(document).ready(function(){
//this variable controls the correct functioning of the next and previous button. Must be the same as the question number.
var number = 4;
//get the previous question html page
$(".arrow-left a").click(function() {
var newNumber = number - 1,
url = "question" + newNumber + ".html";
$(this).attr("href", url);
});
//get the next question html page
$(".arrow-right a").click(function() {
var newNumber = number + 1,
url = "question" + newNumber + ".html";
$(this).attr("href", url);
});
// Add smooth scrolling on all links inside the sidelist
$('.list-group a[href*="#"]:not([href="#"])').click(function() {
if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.hostname) {
var target = $(this.hash);
target = target.length ? target : $('[name=' + this.hash.slice(1) +']');
if (target.length) {
$('html,body').animate({
scrollTop: target.offset().top - 74
}, 1000);
return false;
}
}
});
});
var offsetSidelist;
$( window ).on( "load", function() {
// Add smooth scrolling back to top
offsetSidelist = $('.list-group').offset().top - 64;
$(window).scroll(function() {
if ($(this).scrollTop() >= offsetSidelist) {
$('.list-group').addClass('sidelist-fixed');
} else {
$('.list-group').removeClass('sidelist-fixed');
}
});
});
$( window ).resize(function() {
offsetSidelist = $('.list-group').offset().top - 64;
});
</script>
<!-- Your custom Javascript -->
<script src="js/main.js"></script>
<script src="js/RedditFlow.js"></script>
</body>
</html>