This repository has been archived by the owner on Jul 18, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
330 lines (266 loc) · 16.6 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
<html>
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-141751743-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-141751743-1');
</script>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8; X-Content-Type-Options=nosniff">
<title>The Vistorian</title>
<!-- VS: Call to trace.js -->
<script type="text/javascript" src="./static/traces/trace.js"></script>
<script> var exports = {}; </script>
<link rel="stylesheet" type="text/css" href="./static/styles.css">
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Poiret+One" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Nunito+Sans" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
</head>
<body onload="trace.event('log_2', 'index', 'webpage', 'load')">
<!-- VS: Call to trace_test_130529 -->
<script type="text/javascript" src="./static/traces/trace_test_130529.js"></script>
<script src="./node_modules/jquery/dist/jquery.js" type="text/javascript"></script>
<div id="main">
<p id="sessId" style="display:none"></p>
<div id="intro">
<a href="index.html"><img width="350px" id="logo" src="./static/logos/logo-networkcube.png" /></a>
<p class="subtitle">Interactive Visualizations for Dynamic and Multivariate Networks. <br> Free, online, and
open source.</p>
<br />
<div id="vistiles">
<a href="./web/nodelink.html?session=0&datasetName=demo_scientists" target="_blank" onclick="trace.event('hlp_4', 'index', 'Node Link Example', 'click')">
<img class="visimage" src="./static/figures/nodelink.png" />
</a>
<a href="./web/dynamicego.html?session=0&datasetName=demo_scientists" target="_blank" onclick="trace.event('hlp_4', 'index', 'Dynamic Ego Example', 'click')">
<img class="visimage" src="./static/figures/dynamicego.png" />
</a>
<a href="./web/matrix.html?session=0&datasetName=demo_scientists" target="_blank" onclick="trace.event('hlp_4', 'index', 'Matrix Example', 'click')">
<img class="visimage" src="./static/figures/matrix.png" />
</a>
<a href="./web/map.html?session=0&datasetName=demo_scientists" target="_blank" onclick="trace.event('hlp_4', 'index', 'Map Example', 'click')">
<img class="visimage" src="./static/figures/map.png" />
</a>
</div>
<ul id="menu">
<li>
<a href="./web/demo.html?session=0&datasetName=demo_scientists" target="_blank" onclick="trace.event('hlp_7', 'index', 'Visualizations href', 'click')"><img src="./static/logos/eye65.png"
class="menuicon" target="_blank" />Visualizations</a>
</li>
<li>
<a href="./web/dataview.html?session=0" target="_blank" onclick="trace.event('hlp_6', 'index', 'Demo href', 'click')" ><img src="./static/logos/soccer.png"
class="menuicon" />Demo</a>
</li>
<li>
<!-- VS: Clicks on Your Session -->
<a id="resumeSessionLink2" target="_blank"
onclick="trace.event('log_3', 'index', 'my session href', 'click')">
<!-- VS: Old code -->
<!-- <a id="resumeSessionLink2" target="_blank"> -->
<img src="./static/logos/003-avatar.png" class="menuicon" />My Session</a>
</li>
<br />
<br />
<br />
<li>
<a href="http://github.com/networkcube/networkcube/wiki/Visualization-Manual" target="_blank"
onclick="trace.event('hlp_1', 'index', 'Vis Manual', 'click')">
<img src="./static/logos/002-share.png" class="menuicon" target="_blank" />Visualization Manual</a>
</li>
<li>
<a href="https://github.com/networkcube/networkcube/wiki/Data-Preparation" target="_blank"
onclick="trace.event('hlp_2', 'index', 'Data Formating', 'click')">
<img src="./static/logos/001-file.png" class="menuicon" target="_blank" />Data Formatting</a>
</li>
<li>
<a href="http://github.com/networkcube/networkcube" target="_blank" onclick="trace.event('com_1', 'index', 'github', 'click')"><img src="./static/logos/favourite15.png"
class="menuicon" />Github</a>
</li>
<li>
<a href="https://vistorian.github.io/vistorianLab.html" class="menuicon" onclick="trace.event('com_2', 'index', 'vistorinaLab study', 'click')"><img src="./static/logos/VistorianLab.png"
class="menuicon" />Vistorian Lab</a>
</li>
<li>
<a href="mailto:[email protected]" class="menuicon" onclick="trace.event('com_2', 'index', 'contact', 'click')"><img src="./static/logos/chat44.png"
class="menuicon" />Contact</a>
</li>
</ul>
<div id="logos">
<a href="http://www.ed.ac.uk/informatics"><img id="uoe"
src="./static/figures/university-of-edinburgh-logo.jpg" /></a>
<a href="http://www.msr-inria.fr/"><img src="./static/figures/msr-inria-logo.png" /></a>
<a href="http://www.aviz.fr/"><img src="./static/figures/aviz.png" /></a>
<a href="http://www.inria.fr"><img src="./static/figures/inria.png" /></a>
<a href="http://research.microsoft.com/en-us/labs/redmond/"><img src="./static/figures/msr.png" /></a>
</div>
</div>
<h2>Overview:</h2>
<div id="video_div">
<video width="800" height="500" controls onplay="trace.event('hlp_3', 'index', 'help video', 'play')">
<source src="./static/teaser.mp4" type="video/ogg">
</video>
</div>
<div id="content">
<div id="description">
<h2>What is The Vistorian?</h2>
<p id="description">
The Vistorian is an online platform that provides interactive visualization for various kinds of
networks. It is a collaborative open-source research-project currently in the prototyping phase.
<img id="features" src="./static/logos/multiple-links.png" alt="" />
<br />
Enter your data once, and explore it using various visualizations.
</p>
<h2>Use</h2>
The Vistorian is both
<ul>
<li>a <a href="https://github.com/networkcube/networkcube/tree/master/core">javascript library
called networkcube.js</a> for importing, storing, and querying dynamic networks in your
browser cache, </li>
<li>a <a href="./web/demo.html?session=0&datasetName=demo_scientists">set of online visualizations</a>
build on top of that library, and</li>
<li>a ready-to-use web application (this website).</li>
</ul>
You can:
<ul>
<li>start using this website by <a id="resumeSessionLink3" target="_blank">creating my session</a>
(no registration required) and start importing your data. Data gets stored in your browser's
cache,</li>
<li>build your own website/webapp <a href="">using networkcube.js</a> and include our visualizations
through a simple call to the API, </li>
<li>write your own visualizations on top of network and provide their URL for others to integrate,
and</li>
<li>help us improving the visualizations and the core-functionality of networkcube</li>
</ul>
<h2>Stay updated and discuss with us</h2>
Join our mailing list to get updates on the project and post questions to the forum: <a
href="https://groups.google.com/forum/#!forum/vistorian/join"
target="_blank">https://groups.google.com/forum/#!forum/vistorian/join</a>
<h2>Contribute</h2>
Networkcube and the underlying library are open source.
For getting involved, visit
<a href="https://github.com/networkcube/networkcube">https://github.com/networkcube/networkcube</a> and
<a href="mailto:[email protected]">e-mail us</a>.
<h2>Current and past contributors</h2>
<a href="http://benjbach.me">Benjamin Bach</a>, Edinburgh University, UK<br />
<a href="http://www.aviz.fr/~fekete/pmwiki/pmwiki.php/Main/CV">Jean-Daniel Fekete</a>, Inria<br />
<a href="https://www.microsoft.com/en-us/research/people/nath/">Nathalie Henry Riche</a>, Microsoft
Research<br />
Nicole Dufournaud, EHSS, France<br />
<br>
Roland Fernandez, Microsoft Research<br />
Charles Parker, Microsoft Research<br />
Rick Guiterrez, Microsoft Research<br />
Paola Llerena Valdivia, Inria<br />
Emmanouil Giannisakis, Inria<br />
<h2>Related Projects</h2>
<a href="https://nodexl.codeplex.com">NodeXL</a><br />
<a href="http://republicofletters.stanford.edu/">Republic of letters</a><br />
<a href="http://hdlab.stanford.edu/palladio/">Standford's Palladio</a><br />
</div>
<div id="upload">
<h2>Import data</h2>
<p>
Your data must be formatted in <a
href="https://github.com/networkcube/networkcube/wiki/Data-Preparation">CSV data tables.</a>.
Data is <b>imported into your browser</b>, but neveer to any server. Deleting the browser cache,
deletes your data.
</p>
<p>
Follow the link below to resume your last session or start a new one to import data.
</p>
<a id="resumeSessionLink" target="_blank"><img src="./static/logos/003-avatar.png" class="menuicon"
id="startcontinue" /><big>My Session</big></a>
<h2>Data</h2>
Currently, data has to be formatted as shown below. Each row specifies a link in the networks. The two
mandatory fields in this example are <i>Name 1</i> and <i>Name 2</i>, specifying start and end node.
Header names are up to the user and will be specified once the data is uploaded. Further importer
functions are work-in-progress.
<img class="dataPicture" src="./static/figures/nodetable.png" alt="" />
<a href="./web/demodata/timmysmith.csv" onclick="trace.event('hlp_4', 'index', 'download example data', 'click')">Download example data</a>
<br />
<a href="https://github.com/networkcube/networkcube/wiki/Importing-Data" onclick="trace.event('hlp_2', 'index', 'importing data', 'click')">Learn more</a> about data
formatting and data schemas in networkcube.
</h2>
<h2>Learn</h2>
<a href="#video_div">Overview video</a> (the video still shows the old project name Networkcube.
However, both are identical.<br />
<a href="http://github.com/networkcube/networkcube/wiki/Visualization-Manual">Manual</a><br />
<a href="./web/demo.html?session=0&datasetName=demo_scientists">Interactive visualizations</a><br />
<a href="./web/dataview.html?session=0">Demo session</a><br />
<h2>Cite</h2>
<p><i>Benjamin Bach, Nathalie Henry Riche, Roland Fernandez, Emmanoulis Giannisakis, Bongshin Lee,
Jean-Daniel Fekete. NetworkCube: Bringing Dynamic Network Visualizations to Domain Scientists.
Posters of the Conference on Information Visualization (InfoVis), Oct 2015, Chicago, United
States. 2015.
</i></p>
<p>
<small>
<pre>
@misc{bach:hal-01205822,
TITLE = {{NetworkCube: Bringing Dynamic Network Visualizations
to Domain Scientists}},
AUTHOR = {Bach, Benjamin and
Henry Riche, Nathalie and
Fernandez , Roland and
Giannisakis, Emmanoulis and
Lee, Bongshin and
Fekete, Jean-Daniel},
URL = {https://hal.inria.fr/hal-01205822},
NOTE = {Poster},
HOWPUBLISHED = {{Posters of the Conference on Information
Visualization (InfoVis)}},
YEAR = {2015},
MONTH = Oct,
KEYWORDS = {information visualization ; networks ;
social networks ; brain connectivity},
}
</pre>
</small>
</p>
<a href="https://hal.inria.fr/hal-01205822/document">Read the paper</a>
</div>
</div>
<div id="footer">
<p>Page and visualizations built with:
<a href="http://jQuery.com">jQuery</a> |
<a href="http://www.d3js.org">D3</a>
<div>Icons made by <a href="http://www.flaticon.com/authors/robin-kylander" title="Robin Kylander">Robin
Kylander</a> from <a href="http://www.flaticon.com" title="Flaticon">www.flaticon.com</a> is
licensed by
<a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0">CC BY 3.0</a>
</div>
</p>
<a class="footer" href="mailto:[email protected]" target="_top">Contact Us</a> |
<a class="footer" href="https://go.microsoft.com/fwlink/?LinkId=521839" title="privacy">Privacy &
Cookies</a> |
<a class="footer" href="https://go.microsoft.com/fwlink/?LinkID=760869" title="terms of use">Terms Of
Use</a> |
<a class="footer" href="http://go.microsoft.com/fwlink/?LinkId=506942" title="trademarks">Trademarks</a>
© <script>document.write(new Date().getFullYear())</script> Microsoft <img src="./static/logos/logo-microsoft.png" height="20px"> © <script>(document.write(new Date().getFullYear()))</script> INRIA <img
src="./static/logos/logo-inria.png" height="20px">
<script src="./node_modules/jstorage/jstorage.js"></script>
<script src="./lib/vistorian-web.js"></script>
<script type="text/javascript">
var vis, biblio;
var SESSION_NAME = Date.now();
// $('#quickstartlink').attr('href', 'dataview.html?session=' + SESSION_NAME)
// set link to previous sesssion
var PREVIOUS_SESSION = window.exports.networkcube.storage.getLastSessionId();
if (!PREVIOUS_SESSION || PREVIOUS_SESSION == '0' || PREVIOUS_SESSION == 0) {
PREVIOUS_SESSION = SESSION_NAME
console.log('create new session', PREVIOUS_SESSION)
} else {
console.log('continue previous session', PREVIOUS_SESSION)
}
$('#resumeSessionLink').attr('href', './web/dataview.html?session=' + PREVIOUS_SESSION);
$('#resumeSessionLink2').attr('href', './web/dataview.html?session=' + PREVIOUS_SESSION);
$('#resumeSessionLink3').attr('href', './web/dataview.html?session=' + PREVIOUS_SESSION);
// Load demo data
$.get("/web/demo/demo_scientists.vistorian",
function (data) {
window.exports.networkcube.vistorian.importData(JSON.parse(data), 0);
window.exports.networkcube.vistorian.importIntoNetworkcube(JSON.parse(data), 0)
});
</script>
</body>