-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
314 lines (312 loc) · 13.9 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
<!doctype html>
<html lang="en">
<head>
<title>List of Anthropographics</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Interactive List of Anthropographics. It's a collection of data visualizations that represent people.">
<meta name="keywords" content="anthropographics, anthropographic, data visualization, visualization, physicalization, infovis, visualization about people, empathy, compassion, vis, ieee, chi, luiz morais">
<!-- Load styles and modules -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/main.css">
<script src="js/lib/d3.min.js"></script>
<script src="js/lib/jquery.min.js"></script>
<script src="js/lib/bootstrap.min.js"></script>
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
</head>
<body>
<div class="modal fade" id="visualization-modal" tabindex="-1" role="dialog" aria-labelledby="visualization-title" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id=visualization-title></h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<img id="visualization-image">
<p class="float-right mt-3" id="visualization-dimensions"></p>
</div>
<div class="modal-footer">
<p class="text-muted">
Author(s) / Source: <a id="visualization-website" target="_blank"></a>
</p>
</div>
</div>
</div>
</div>
<main class="container">
<header class="bg-white sticky-top d-none d-md-block">
<a href="http://luizaugustomm.github.io"><i class="fa fa-home"></i> Go to Homepage</a>
</header>
<header class="row mt-4">
<div class="col">
<h1>List of Anthropographics</h1>
<h4 class="text-muted">A collection of data visualizations about people</h4>
</div>
</header>
<section class="row mt-4 mb-3">
<div class="col text-center">
<div class="btn-group btn-group-toggle" data-toggle="buttons">
<label class="btn btn-light active">
<input type="radio" name="options" id="option-dimensions" autocomplete="off" checked> Dimensions
</label>
<label class="btn btn-light">
<input type="radio" name="options" id="option-families" autocomplete="off"> Families
</label>
</div>
</div>
</section>
<section class="row filters-box" id="filters">
<div class="col">
<div class="row">
<div class="col">
<h3 class="small font-weight-bold">GRANULARITY</h3>
<div class="form-check">
<input class="form-check-input filter filter-granularity" type="checkbox" value="Low" checked>
<label class="form-check-label">
Low
</label>
</div>
<div class="form-check">
<input class="form-check-input filter filter-granularity" type="checkbox" value="Intermediate" checked>
<label class="form-check-label">
Intermediate
</label>
</div>
<div class="form-check">
<input class="form-check-input filter filter-granularity" type="checkbox" value="Maximum" checked>
<label class="form-check-label">
Maximum
</label>
</div>
</div>
<div class="col">
<h3 class="small font-weight-bold">SPECIFICITY</h3>
<div class="form-check">
<input class="form-check-input filter filter-specificity" type="checkbox" value="Low" checked>
<label class="form-check-label">
Low
</label>
</div>
<div class="form-check">
<input class="form-check-input filter filter-specificity" type="checkbox" value="Intermediate" checked>
<label class="form-check-label">
Intermediate
</label>
</div>
<div class="form-check">
<input class="form-check-input filter filter-specificity" type="checkbox" value="High" checked>
<label class="form-check-label">
High
</label>
</div>
</div>
<div class="col">
<h3 class="small font-weight-bold">COVERAGE</h3>
<div class="form-check">
<input class="form-check-input filter filter-coverage" type="checkbox" value="Minimum" checked>
<label class="form-check-label">
Minimum
</label>
</div>
<div class="form-check">
<input class="form-check-input filter filter-coverage" type="checkbox" value="Partial" checked>
<label class="form-check-label">
Partial
</label>
</div>
<div class="form-check">
<input class="form-check-input filter filter-coverage" type="checkbox" value="Full" checked>
<label class="form-check-label">
Full
</label>
</div>
</div>
<div class="col">
<h3 class="small font-weight-bold">AUTHENTICITY</h3>
<div class="form-check">
<input class="form-check-input filter filter-authenticity" type="checkbox" value="Partial" checked>
<label class="form-check-label">
Partial
</label>
</div>
<div class="form-check">
<input class="form-check-input filter filter-authenticity" type="checkbox" value="Full" checked>
<label class="form-check-label">
Full
</label>
</div>
</div>
<div class="col">
<h3 class="small font-weight-bold">REALISM</h3>
<div class="form-check">
<input class="form-check-input filter filter-realism" type="checkbox" value="Low" checked>
<label class="form-check-label">
Low
</label>
</div>
<div class="form-check">
<input class="form-check-input filter filter-realism" type="checkbox" value="Intermediate" checked>
<label class="form-check-label">
Intermediate
</label>
</div>
<div class="form-check">
<input class="form-check-input filter filter-realism" type="checkbox" value="High" checked>
<label class="form-check-label">
High
</label>
</div>
</div>
<div class="col">
<h3 class="small font-weight-bold">PHYSICALITY</h3>
<div class="form-check">
<input class="form-check-input filter filter-physicality" type="checkbox" value="Low" checked>
<label class="form-check-label">
Low
</label>
</div>
<div class="form-check">
<input class="form-check-input filter filter-physicality" type="checkbox" value="Intermediate" checked>
<label class="form-check-label">
Intermediate
</label>
</div>
<div class="form-check">
<input class="form-check-input filter filter-physicality" type="checkbox" value="Maximum" checked>
<label class="form-check-label">
Maximum
</label>
</div>
</div>
<div class="col">
<h3 class="small font-weight-bold">SITUATEDNESS</h3>
<div class="form-check">
<input class="form-check-input filter filter-situatedness" type="checkbox" value="Low" checked>
<label class="form-check-label">
Low
</label>
</div>
<div class="form-check">
<input class="form-check-input filter filter-situatedness" type="checkbox" value="Intermediate" checked>
<label class="form-check-label">
Intermediate
</label>
</div>
<div class="form-check">
<input class="form-check-input filter filter-situatedness" type="checkbox" value="High" checked>
<label class="form-check-label">
High
</label>
</div>
<div class="form-check">
<input class="form-check-input filter filter-situatedness" type="checkbox" value="Maximum" checked>
<label class="form-check-label">
Maximum
</label>
</div>
</div>
</div>
<div class="row">
<div class="col">
<input class="btn btn-dark btn-sm" type="button" id="reset-button" name="reset-filters" value="Reset filters">
</div>
</div>
</div>
</section>
<section class="row" id="families" style="display:none">
<div class="col">
<div class="row">
<select class="custom-select mr-sm-2" id="family">
<option value="no-family" selected>Choose family...</option>
<optgroup label="Non-Anthropomorphic Designs">
<option value="statistical-charts">Statistical charts</option>
<option value="simple-unit">Information-poor unit charts</option>
<option value="complex-unit">Information-rich unit charts</option>
</optgroup>
<optgroup label="Anthropomorphic Designs">
<option value="proportional-wee">Proportional wee-people charts</option>
<option value="individual-wee">Unit wee-people charts</option>
<option value="face-charts">Face charts</option>
</optgroup>
<optgroup label="Atypical Designs">
<option value="embellished-charts">Embellished charts</option>
<option value="single-person">Single-person charts</option>
<option value="example-driven">Example-driven charts</option>
<option value="situated-vis">Situated visualizations</option>
<option value="physicalizations">Physicalizations</option>
</optgroup>
</select>
</div>
<div class="row filters-box">
<div class="col">
<h3 class="small font-weight-bold">GRANULARITY</h3>
<ul class="dimension-values">
<li id="granularity-low">Low</li>
<li id="granularity-intermediate">Intermediate</li>
<li id="granularity-maximum">Maximum</li>
</ul>
</div>
<div class="col">
<h3 class="small font-weight-bold">SPECIFICITY</h3>
<ul class="dimension-values">
<li id="specificity-low">Low</li>
<li id="specificity-intermediate">Intermediate</li>
<li id="specificity-high">High</li>
</ul>
</div>
<div class="col">
<h3 class="small font-weight-bold">COVERAGE</h3>
<ul class="dimension-values">
<li id="coverage-minimum">Minimum</li>
<li id="coverage-partial">Partial</li>
<li id="coverage-full">Full</li>
</ul>
</div>
<div class="col">
<h3 class="small font-weight-bold">AUTHENTICITY</h3>
<ul class="dimension-values">
<li id="authenticity-partial">Partial</li>
<li id="authenticity-full">Full</li>
</ul>
</div>
<div class="col">
<h3 class="small font-weight-bold">REALISM</h3>
<ul class="dimension-values">
<li id="realism-low">Low</li>
<li id="realism-intermediate">Intermediate</li>
<li id="realism-high">High</li>
</ul>
</div>
<div class="col">
<h3 class="small font-weight-bold">PHYSICALITY</h3>
<ul class="dimension-values">
<li id="physicality-low">Low</li>
<li id="physicality-intermediate">Intermediate</li>
<li id="physicality-maximum">Maximum</li>
</ul>
</div>
<div class="col">
<h3 class="small font-weight-bold">SITUATEDNESS</h3>
<ul class="dimension-values mb-0">
<li id="situatedness-low">Low</li>
<li id="situatedness-intermediate">Intermediate</li>
<li id="situatedness-high">High</li>
<li id="situatedness-maximum">Maximum</li>
</ul>
</div>
</div>
</div>
</section>
<section class="row">
<div class="col mb-3"><h5 id="summary">Loading...</h5></div>
</section>
<section class="row" id="cards"></section>
</main>
<script src="js/interface.js" type="module" charset="utf-8"></script>
<script src="js/main.js" type="module" charset="utf-8"></script>
</body>
</html>