-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
85 lines (67 loc) · 2.13 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
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>VisPerception</title>
<meta name="description" content="Collection of papers about the perception of visualizations" />
<meta name="author" content="James Scott-Brown" /><!-- Le styles -->
<style>
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
font-family: inherit;
font-weight: 500;
line-height: 1.1;
color: inherit;
}
.h1, .h2, .j3, h1, h2, h3 {
margin-top: 20px;
margin-bottom: 10px
}
.h2, h2 {
font-size: 30px;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small,
.h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small,
h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small,
.h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
font-weight: normal;
line-height: 1;
color: #777;
}
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.42857143;
color: #333;
background-color: #fff
}
.page-header {
padding-bottom: 9px;
margin: 40px 0 20px;
border-bottom: 1px solid #eee
}
.small {
font-weight: 400;
line-height: 1;
color: #777
}
small {
font-size: 65%;
}
</style>
</head>
<body>
<div class="content">
<div class="page-header">
<h2>VisPerception <small>A collection of papers about the perception of visualizations</small></h2>
</div>
<p>This site collects papers about experiments that directly make conclusions about visualization design. Whilst many of these may also make direct claims about visual perception, this is not necessary for inclusion here.</p>
<p>
<a href="https://github.com/jamesscottbrown/visperception">Contribute on Github</a>, or download the
<a href= "https://raw.githubusercontent.com/jamesscottbrown/visperception/master/file.bib">.bib file</a>.
</p>
<iframe src="pubviz.html" width="100%" height="1300px" frameborder="0" scrolling="no" style='overflow:hidden;'></iframe>
<hr />
</div>
</body>
</html>