This repository has been archived by the owner on Nov 10, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
exhibit.html
348 lines (289 loc) · 7.81 KB
/
exhibit.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<style type="text/css">
@font-face {
font-family: 'flama';
src: url('assets/flamamediumregular.woff2') format('woff2'),
url('assets/flamamediumregular.woff') format('woff');
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: 'flama';
src: url('assets/flamalightregular.woff2') format('woff2'),
url('assets/flamalightregular.woff') format('woff');
font-weight: 400;
font-style: normal;
}
body {
margin: 0;
padding: 0;
/*overflow: hidden;*/
background: #f0f0f0;
font-family: "flama";
line-height: 1.5;
color: #333;
user-select: none;
}
* {
box-sizing: border-box;
}
a {
color: inherit;
text-decoration: none;
}
p a {
color: #5A4ED9;
}
iframe {
display: block;
width: 100%;
height: 100%;
border: none;
float: left;
}
#cHeader_navigation {
font-size: .8em;
color: #777;
margin: -.3em 0 .3em;
}
h1 {
font-weight: 400;
margin: 0 0 .5em;
padding: 0;
float: left;
text-transform: uppercase;
font-size: 1.5em;
letter-spacing: .05em;
}
.header {
background: white;
padding: 1em 1em 0;
width: 100%;
overflow: auto;
}
.content {
width: 100%;
height: 100vh;
clear: both;
}
.large {
font-size: 1.25em;
}
.content p {
float: left;
max-width: 32em;
margin: 1em;
}
.content p strong {
font-weight: bold;
/*text-transform: uppercase;*/
letter-spacing: .02em;
margin-right: .3em;
}
.menu {
display: block;
float: right;
padding: 0;
margin: .6em .3em 0 0;
overflow: auto;
}
@media (max-width:960px) {
h1 {
float: none;
}
.menu {
float: left;
margin: 0;
}
}
.menu li {
list-style: none;
display: block;
margin: 0 0 0 -.6em;
padding: 0 1em;
float: left;
/*border: 1px solid red;*/
}
.menu li img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.menu li span {
display: block;
width: 100%;
height: auto;
padding: .3em 0 1em 0;
text-transform: uppercase;
letter-spacing: .05em;
font-size: .8em;
}
.menu li a {
display: inline-block;
width: 100%;
}
.active {
font-weight: 600;
border-bottom: 3px solid #555;
}
button#fullscreen {
position: absolute;
top: 4px;
right: 1em;
border: none;
text-transform: uppercase;
background: #dddddd;
color: #333;
font-size: 12px;
padding: 4px 5px;
font-family: "flamalightregular";
}
.container {
display: grid;
grid-template-columns: 75vw 25vw;
grid-template-rows: 100vh;
grid-template-areas: "vis sidebar"
}
a {
color: inherit;
text-decoration: none;
}
.vis {
grid-area: vis;
}
h1 {
margin: 0 0 1em;
float: none;
}
.menu {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: auto auto;
width: 100%;
grid-gap: .5em;
margin: 0;
padding: 0;
height: auto;
}
.menu li {
margin: 0;
padding: 0;
}
.active {
border: none;
}
.sidebar {
grid-area: sidebar;
padding: 1em;
position: relative;
background: #FFF;
}
.credits {
color: #777;
position: absolute;
bottom: 0;
padding: 0 1em 1em 0;
font-size: .8em;
}
.annotation p {
display: none;
}
</style>
<script type="text/javascript">
function menuChange() {
var selectedItem = location.hash.split("#").pop();
var allAnchors = document.querySelectorAll(".menu a");
var matchedAnchors = document.querySelectorAll(".menu a[href='" + location.hash + "']");
if (!matchedAnchors.length) {
// empty or invalid hash - take first anchor
location.hash = allAnchors[0].href.split("#").pop();
return;
}
allAnchors.forEach(function (item) {
item.classList.remove("active");
});
document.querySelectorAll(".menu a[href='#" + selectedItem + "']")[0].classList.add("active");
document.getElementById("visframe").src = selectedItem + "_vis.html#nofullscreen";
document.querySelectorAll(".annotation p").forEach(function (item) {
if (item.getAttribute("data-for") === selectedItem) {
item.style.display = "block";
} else {
item.style.display = "none";
}
});
}
window.onhashchange = menuChange;
window.onload = menuChange;
</script>
</head>
<body>
<div class="container">
<div class="vis">
<iframe scrolling="no" id="visframe" name="visframe"></iframe>
</div>
<div class="sidebar">
<h1>
<a href="exhibit.html"></a>well-formed . eigenfactor</a>
</h1>
<ul class="menu">
<li>
<a draggable="false" href="#radial">
<img draggable="false" src="img/radial2.gif" />
<span>Radial flow</span>
</a>
</li>
<li>
<a draggable="false" href="#sankey">
<img draggable="false" src="img/flow2.jpg" />
<span>Fields over time</span>
</a>
</li>
<li>
<a draggable="false" href="#treemap">
<img draggable="false" src="img/treemap2.gif" />
<span>Field hierarchy</span>
</a>
</li>
<li>
<a draggable="false" href="#map">
<img draggable="false" src="img/map2.gif" />
<span>Network map</span>
</a>
</li>
</ul>
<div class="annotation">
<p data-for="radial">This visualization gives an overview of the whole citation network. The colors represent the four main groups of journals,
which are further subdivided into fields in the outer ring. The segments of the inner ring represent the individual
journals, scaled by Eigenfactor® Score.
<br/>
<br/>In the initial view, the top 1000 citation links are plotted. Line size and opacity represents connection strength.
The Bezier curves follow the hierarchical cluster structure, using the hierarchical edge bundling technique (pdf). Selecting
a single journal (inner ring) or whole field (outer ring) displays all citation flow coming in or out of the selection.
The color is based on the cluster color of the origin node. </p>
<p data-for="sankey">Inspired by Sankey diagrams and stacked bar charts, this diagram displays changes in Eigenfactor® Score and clustering
over time. The columns corresponds to the years 1997, 1999, 2001, 2003 and 2005. In each year, the journals are grouped
vertically according to their cluster structure; within a cluster, they are ordered by their Eigenfactor® Score. Bars
belonging to the same journal are connected. Clicking highlights both the selected journal over the years, and all clusters
it has been part of. This allows to track both changes in journal influence as well as changes in cluster structure.
</p>
<p data-for="treemap">This visualization displays a hierarchical clustering of journals in the form of a treemap. The size of a journal marker
corresponds to its Eigenfactor® Score. Click one of the rectangles in order to see the amount of citation flow from
other journals. The black arrow indicates outgoing citation flow (from the selected journal), the white one incoming
citations. The arrow size indicates the amount of citation flow. </p>
<p data-for="map">This map visualization puts journals, which frequently cite each other, closer together. You can drag the white magnification
lens around to enlarge a part of the map for closer inspection. Clicking one of the nodes will highlight all its connections.
If a journal is selected, the node sizes represent the relative amount of citation flow (incoming and outgoing) with
respect to the selection; otherwise, they are scaled by their Eigenfactor® Score.</p>
</div>
<div class="credits">
Moritz Stefaner with Martin Rosvall, Jevin West and Carl Bergstrom at the Bergstrom Lab, University of Washington.
<br/> Code update 2018 by Sylvain Lesage and Philippe Rivière.
</div>
</div>
</div>
</body>
</html>