-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathExpanse_com.html
250 lines (194 loc) · 49.8 KB
/
Expanse_com.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
<html>
<head>
<meta charset="utf-8">
<script src="lib/bindings/utils.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/vis-network/9.1.2/dist/dist/vis-network.min.css" integrity="sha512-WgxfT5LWjfszlPHXRmBWHkV2eceiWTOBvrKCNbdgDYTHrT2AeLCGbF4sZlZw3UMN3WtL0tGUoIAKsu8mllg/XA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/vis-network/9.1.2/dist/vis-network.min.js" integrity="sha512-LnvoEWDFrqGHlHmDD2101OrLcbsfkrzoSpvtSQtxK3RMnRV0eOkhhBN2dXHKRrUU8p2DGRTk35n4O8nWSVe1mQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<center>
<h1></h1>
</center>
<!-- <link rel="stylesheet" href="../node_modules/vis/dist/vis.min.css" type="text/css" />
<script type="text/javascript" src="../node_modules/vis/dist/vis.js"> </script>-->
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6"
crossorigin="anonymous"
/>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-JEW9xMcG8R+pH31jmWH6WWP0WintQrMb4s7ZOdauHnUtxwoG2vI5DkLtS3qm9Ekf"
crossorigin="anonymous"
></script>
<center>
<h1></h1>
</center>
<style type="text/css">
#mynetwork {
width: 1000px;
height: 700px;
background-color: #222222;
border: 1px solid lightgray;
position: relative;
float: left;
}
#loadingBar {
position:absolute;
top:0px;
left:0px;
width: 1000px;
height: 700px;
background-color:rgba(200,200,200,0.8);
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
opacity:1;
}
#bar {
position:absolute;
top:0px;
left:0px;
width:20px;
height:20px;
margin:auto auto auto auto;
border-radius:11px;
border:2px solid rgba(30,30,30,0.05);
background: rgb(0, 173, 246); /* Old browsers */
box-shadow: 2px 0px 4px rgba(0,0,0,0.4);
}
#border {
position:absolute;
top:10px;
left:10px;
width:500px;
height:23px;
margin:auto auto auto auto;
box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
border-radius:10px;
}
#text {
position:absolute;
top:8px;
left:530px;
width:30px;
height:50px;
margin:auto auto auto auto;
font-size:22px;
color: #000000;
}
div.outerBorder {
position:relative;
top:400px;
width:600px;
height:44px;
margin:auto auto auto auto;
border:8px solid rgba(0,0,0,0.1);
background: rgb(252,252,252); /* Old browsers */
background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(237,237,237,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
border-radius:72px;
box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
</style>
</head>
<body>
<div class="card" style="width: 100%">
<div id="mynetwork" class="card-body"></div>
</div>
<div id="loadingBar">
<div class="outerBorder">
<div id="text">0%</div>
<div id="border">
<div id="bar"></div>
</div>
</div>
</div>
<script type="text/javascript">
// initialize global variables.
var edges;
var nodes;
var allNodes;
var allEdges;
var nodeColors;
var originalNodes;
var network;
var container;
var options, data;
var filter = {
item : '',
property : '',
value : []
};
// This method is responsible for drawing the graph, returns the drawn network
function drawGraph() {
var container = document.getElementById('mynetwork');
// parsing and collecting nodes and edges from the python
nodes = new vis.DataSet([{"betweenness_centrality": 0.0, "closeness_centrality": 0.008403361344537815, "community": 1, "degree_centrality": 0.008403361344537815, "font": {"color": "white"}, "group": 1, "id": "Caitlin", "label": "Caitlin", "shape": "dot", "size": 1}, {"betweenness_centrality": 0.0, "closeness_centrality": 0.008403361344537815, "community": 1, "degree_centrality": 0.008403361344537815, "font": {"color": "white"}, "group": 1, "id": "Solomon", "label": "Solomon", "shape": "dot", "size": 1}, {"betweenness_centrality": 0.0, "closeness_centrality": 0.23369991083250022, "community": 10, "degree_centrality": 0.008403361344537815, "font": {"color": "white"}, "group": 10, "id": "Anderson", "label": "Anderson", "shape": "dot", "size": 1}, {"betweenness_centrality": 0.03174998813084555, "closeness_centrality": 0.33187521583976054, "community": 10, "degree_centrality": 0.08403361344537814, "font": {"color": "white"}, "group": 10, "id": "Fred", "label": "Fred", "shape": "dot", "size": 10}, {"betweenness_centrality": 0.0, "closeness_centrality": 0.23369991083250022, "community": 10, "degree_centrality": 0.008403361344537815, "font": {"color": "white"}, "group": 10, "id": "Jasira", "label": "Jasira", "shape": "dot", "size": 1}, {"betweenness_centrality": 0.2120673191247183, "closeness_centrality": 0.40155067551882634, "community": 11, "degree_centrality": 0.21008403361344538, "font": {"color": "white"}, "group": 11, "id": "Naomi", "label": "Naomi", "shape": "dot", "size": 25}, {"betweenness_centrality": 0.11313627778162748, "closeness_centrality": 0.3785451680672269, "community": 6, "degree_centrality": 0.19327731092436973, "font": {"color": "white"}, "group": 6, "id": "Alex", "label": "Alex", "shape": "dot", "size": 23}, {"betweenness_centrality": 0.18275645369364213, "closeness_centrality": 0.3907563025210084, "community": 2, "degree_centrality": 0.24369747899159663, "font": {"color": "white"}, "group": 2, "id": "Amos", "label": "Amos", "shape": "dot", "size": 29}, {"betweenness_centrality": 0.054591744247776186, "closeness_centrality": 0.32592229716998905, "community": 6, "degree_centrality": 0.10084033613445378, "font": {"color": "white"}, "group": 6, "id": "Miller", "label": "Miller", "shape": "dot", "size": 12}, {"betweenness_centrality": 0.039760011309648104, "closeness_centrality": 0.35111435878699304, "community": 6, "degree_centrality": 0.12605042016806722, "font": {"color": "white"}, "group": 6, "id": "Jim", "label": "Jim", "shape": "dot", "size": 15}, {"betweenness_centrality": 0.013459621136590228, "closeness_centrality": 0.2942537338822169, "community": 10, "degree_centrality": 0.05042016806722689, "font": {"color": "white"}, "group": 10, "id": "Ashford", "label": "Ashford", "shape": "dot", "size": 6}, {"betweenness_centrality": 0.026318663058443707, "closeness_centrality": 0.30283613445378155, "community": 10, "degree_centrality": 0.05042016806722689, "font": {"color": "white"}, "group": 10, "id": "Monica", "label": "Monica", "shape": "dot", "size": 6}, {"betweenness_centrality": 0.13618326236899084, "closeness_centrality": 0.34942630898513255, "community": 15, "degree_centrality": 0.14285714285714285, "font": {"color": "white"}, "group": 15, "id": "Bobbie", "label": "Bobbie", "shape": "dot", "size": 17}, {"betweenness_centrality": 0.0, "closeness_centrality": 0.18780535470001955, "community": 15, "degree_centrality": 0.01680672268907563, "font": {"color": "white"}, "group": 15, "id": "Hutch", "label": "Hutch", "shape": "dot", "size": 2}, {"betweenness_centrality": 0.0, "closeness_centrality": 0.18780535470001955, "community": 15, "degree_centrality": 0.01680672268907563, "font": {"color": "white"}, "group": 15, "id": "Leelee", "label": "Leelee", "shape": "dot", "size": 2}, {"betweenness_centrality": 0.025922233300099698, "closeness_centrality": 0.24554281171928233, "community": 15, "degree_centrality": 0.025210084033613446, "font": {"color": "white"}, "group": 15, "id": "David", "label": "David", "shape": "dot", "size": 3}, {"betweenness_centrality": 0.04993032415052071, "closeness_centrality": 0.32017917299078225, "community": 7, "degree_centrality": 0.07563025210084033, "font": {"color": "white"}, "group": 7, "id": "Mei", "label": "Mei", "shape": "dot", "size": 9}, {"betweenness_centrality": 0.0, "closeness_centrality": 0.24226890756302522, "community": 15, "degree_centrality": 0.008403361344537815, "font": {"color": "white"}, "group": 15, "id": "Thorsson", "label": "Thorsson", "shape": "dot", "size": 1}, {"betweenness_centrality": 0.04253145847648055, "closeness_centrality": 0.2550199026979213, "community": 7, "degree_centrality": 0.058823529411764705, "font": {"color": "white"}, "group": 7, "id": "Singh", "label": "Singh", "shape": "dot", "size": 7}, {"betweenness_centrality": 0.0, "closeness_centrality": 0.24226890756302522, "community": 15, "degree_centrality": 0.008403361344537815, "font": {"color": "white"}, "group": 15, "id": "Martens", "label": "Martens", "shape": "dot", "size": 1}, {"betweenness_centrality": 0.0, "closeness_centrality": 0.24226890756302522, "community": 15, "degree_centrality": 0.008403361344537815, "font": {"color": "white"}, "group": 15, "id": "Soren", "label": "Soren", "shape": "dot", "size": 1}, {"betweenness_centrality": 0.0, "closeness_centrality": 0.24226890756302522, "community": 15, "degree_centrality": 0.008403361344537815, "font": {"color": "white"}, "group": 15, "id": "Cotyar", "label": "Cotyar", "shape": "dot", "size": 1}, {"betweenness_centrality": 0.016969006400711285, "closeness_centrality": 0.32017917299078225, "community": 11, "degree_centrality": 0.07563025210084033, "font": {"color": "white"}, "group": 11, "id": "Clarissa", "label": "Clarissa", "shape": "dot", "size": 9}, {"betweenness_centrality": 0.0032860601867865788, "closeness_centrality": 0.3173828483358409, "community": 11, "degree_centrality": 0.06722689075630252, "font": {"color": "white"}, "group": 11, "id": "Saba", "label": "Saba", "shape": "dot", "size": 8}, {"betweenness_centrality": 0.0, "closeness_centrality": 0.29909741674447554, "community": 11, "degree_centrality": 0.03361344537815126, "font": {"color": "white"}, "group": 11, "id": "Katria", "label": "Katria", "shape": "dot", "size": 4}, {"betweenness_centrality": 0.0, "closeness_centrality": 0.269187675070028, "community": 15, "degree_centrality": 0.025210084033613446, "font": {"color": "white"}, "group": 15, "id": "Caspar", "label": "Caspar", "shape": "dot", "size": 3}, {"betweenness_centrality": 0.0007738688695817309, "closeness_centrality": 0.28956443135022936, "community": 15, "degree_centrality": 0.03361344537815126, "font": {"color": "white"}, "group": 15, "id": "Jillian", "label": "Jillian", "shape": "dot", "size": 4}, {"betweenness_centrality": 0.0064093433983762995, "closeness_centrality": 0.2642933537051184, "community": 2, "degree_centrality": 0.025210084033613446, "font": {"color": "white"}, "group": 2, "id": "Erich", "label": "Erich", "shape": "dot", "size": 3}, {"betweenness_centrality": 0.0, "closeness_centrality": 0.19912512950385633, "community": 2, "degree_centrality": 0.01680672268907563, "font": {"color": "white"}, "group": 2, "id": "Timmy", "label": "Timmy", "shape": "dot", "size": 2}, {"betweenness_centrality": 0.006622988178322176, "closeness_centrality": 0.2652579279887137, "community": 2, "degree_centrality": 0.03361344537815126, "font": {"color": "white"}, "group": 2, "id": "Lydia", "label": "Lydia", "shape": "dot", "size": 4}, {"betweenness_centrality": 0.0, "closeness_centrality": 0.2633357690902448, "community": 2, "degree_centrality": 0.01680672268907563, "font": {"color": "white"}, "group": 2, "id": "Charles", "label": "Charles", "shape": "dot", "size": 2}, {"betweenness_centrality": 0.0, "closeness_centrality": 0.2828041722525586, "community": 11, "degree_centrality": 0.01680672268907563, "font": {"color": "white"}, "group": 11, "id": "Shed", "label": "Shed", "shape": "dot", "size": 2}, {"betweenness_centrality": 0.0, "closeness_centrality": 0.2662295687505772, "community": 7, "degree_centrality": 0.01680672268907563, "font": {"color": "white"}, "group": 7, "id": "Strickland", "label": "Strickland", "shape": "dot", "size": 2}, {"betweenness_centrality": 0.0, "closeness_centrality": 0.26144126715434374, "community": 2, "degree_centrality": 0.008403361344537815, "font": {"color": "white"}, "group": 2, "id": "Wendell", "label": "Wendell", "shape": "dot", "size": 1}, {"betweenness_centrality": 0.0, "closeness_centrality": 0.26144126715434374, "community": 2, "degree_centrality": 0.008403361344537815, "font": {"color": "white"}, "group": 2, "id": "Carol", "label": "Carol", "shape": "dot", "size": 1}, {"betweenness_centrality": 0.06957398502050265, "closeness_centrality": 0.33187521583976054, "community": 6, "degree_centrality": 0.11764705882352941, "font": {"color": "white"}, "group": 6, "id": "Elvi", "label": "Elvi", "shape": "dot", "size": 14}, {"betweenness_centrality": 0.008629970893181257, "closeness_centrality": 0.28502224419179434, "community": 6, "degree_centrality": 0.06722689075630252, "font": {"color": "white"}, "group": 6, "id": "Fayez", "label": "Fayez", "shape": "dot", "size": 8}, {"betweenness_centrality": 0.0, "closeness_centrality": 0.26144126715434374, "community": 2, "degree_centrality": 0.008403361344537815, "font": {"color": "white"}, "group": 2, "id": "Rico", "label": "Rico", "shape": "dot", "size": 1}, {"betweenness_centrality": 0.00021364477994587663, "closeness_centrality": 0.2642933537051184, "community": 2, "degree_centrality": 0.03361344537815126, "font": {"color": "white"}, "group": 2, "id": "Konecheck", "label": "Konecheck", "shape": "dot", "size": 4}, {"betweenness_centrality": 0.0, "closeness_centrality": 0.2623850984437096, "community": 2, "degree_centrality": 0.01680672268907563, "font": {"color": "white"}, "group": 2, "id": "Sullivan", "label": "Sullivan", "shape": "dot", "size": 2}, {"betweenness_centrality": 0.0, "closeness_centrality": 0.2623850984437096, "community": 2, "degree_centrality": 0.01680672268907563, "font": {"color": "white"}, "group": 2, "id": "Morris", "label": "Morris", "shape": "dot", "size": 2}, {"betweenness_centrality": 0.0, "closeness_centrality": 0.2623850984437096, "community": 2, "degree_centrality": 0.01680672268907563, "font": {"color": "white"}, "group": 2, "id": "Rona", "label": "Rona", "shape": "dot", "size": 2}, {"betweenness_centrality": 0.0422063424555947, "closeness_centrality": 0.33187521583976054, "community": 6, "degree_centrality": 0.09243697478991596, "font": {"color": "white"}, "group": 6, "id": "Teresa", "label": "Teresa", "shape": "dot", "size": 11}, {"betweenness_centrality": 0.0, "closeness_centrality": 0.2828041722525586, "community": 6, "degree_centrality": 0.03361344537815126, "font": {"color": "white"}, "group": 6, "id": "Muskrat", "label": "Muskrat", "shape": "dot", "size": 4}, {"betweenness_centrality": 0.001320397781015926, "closeness_centrality": 0.27740714606453265, "community": 6, "degree_centrality": 0.04201680672268907, "font": {"color": "white"}, "group": 6, "id": "Cara", "label": "Cara", "shape": "dot", "size": 5}, {"betweenness_centrality": 7.121492664862555e-05, "closeness_centrality": 0.025210084033613446, "community": 3, "degree_centrality": 0.025210084033613446, "font": {"color": "white"}, "group": 3, "id": "Brown", "label": "Brown", "shape": "dot", "size": 3}, {"betweenness_centrality": 7.121492664862555e-05, "closeness_centrality": 0.025210084033613446, "community": 3, "degree_centrality": 0.025210084033613446, "font": {"color": "white"}, "group": 3, "id": "Quintana", "label": "Quintana", "shape": "dot", "size": 3}, {"betweenness_centrality": 0.0, "closeness_centrality": 0.018907563025210086, "community": 3, "degree_centrality": 0.01680672268907563, "font": {"color": "white"}, "group": 3, "id": "Alberto", "label": "Alberto", "shape": "dot", "size": 2}, {"betweenness_centrality": 0.0, "closeness_centrality": 0.018907563025210086, "community": 3, "degree_centrality": 0.01680672268907563, "font": {"color": "white"}, "group": 3, "id": "Fong", "label": "Fong", "shape": "dot", "size": 2}, {"betweenness_centrality": 0.0131035465033471, "closeness_centrality": 0.25412822471646, "community": 6, "degree_centrality": 0.04201680672268907, "font": {"color": "white"}, "group": 6, "id": "Xan", "label": "Xan", "shape": "dot", "size": 5}, {"betweenness_centrality": 0.0, "closeness_centrality": 0.19227691076430573, "community": 6, "degree_centrality": 0.008403361344537815, "font": {"color": "white"}, "group": 6, "id": "Santiago", "label": "Santiago", "shape": "dot", "size": 1}, {"betweenness_centrality": 0.00042728955989175326, "closeness_centrality": 0.02240896358543417, "community": 4, "degree_centrality": 0.01680672268907563, "font": {"color": "white"}, "group": 4, "id": "Biryar", "label": "Biryar", "shape": "dot", "size": 2}, {"betweenness_centrality": 0.0007121492664862555, "closeness_centrality": 0.02689075630252101, "community": 4, "degree_centrality": 0.025210084033613446, "font": {"color": "white"}, "group": 4, "id": "Mona", "label": "Mona", "shape": "dot", "size": 3}, {"betweenness_centrality": 0.0, "closeness_centrality": 0.014939309056956115, "community": 4, "degree_centrality": 0.008403361344537815, "font": {"color": "white"}, "group": 4, "id": "Lara", "label": "Lara", "shape": "dot", "size": 1}, {"betweenness_centrality": 0.0, "closeness_centrality": 0.01680672268907563, "community": 4, "degree_centrality": 0.008403361344537815, "font": {"color": "white"}, "group": 4, "id": "Carmichael", "label": "Carmichael", "shape": "dot", "size": 1}, {"betweenness_centrality": 0.0, "closeness_centrality": 0.01680672268907563, "community": 4, "degree_centrality": 0.008403361344537815, "font": {"color": "white"}, "group": 4, "id": "Veronica", "label": "Veronica", "shape": "dot", "size": 1}, {"betweenness_centrality": 0.00655177325167355, "closeness_centrality": 0.1722290812059421, "community": 5, "degree_centrality": 0.025210084033613446, "font": {"color": "white"}, "group": 5, "id": "Jandro", "label": "Jandro", "shape": "dot", "size": 3}, {"betweenness_centrality": 0.0, "closeness_centrality": 0.1718219202574647, "community": 5, "degree_centrality": 0.01680672268907563, "font": {"color": "white"}, "group": 5, "id": "Leward", "label": "Leward", "shape": "dot", "size": 2}, {"betweenness_centrality": 0.08795043441105255, "closeness_centrality": 0.2182602770838065, "community": 5, "degree_centrality": 0.058823529411764705, "font": {"color": "white"}, "group": 5, "id": "Filip", "label": "Filip", "shape": "dot", "size": 7}, {"betweenness_centrality": 7.121492664862555e-05, "closeness_centrality": 0.14195443802521007, "community": 5, "degree_centrality": 0.01680672268907563, "font": {"color": "white"}, "group": 5, "id": "Kofi", "label": "Kofi", "shape": "dot", "size": 2}, {"betweenness_centrality": 0.0064093433983762995, "closeness_centrality": 0.1718219202574647, "community": 5, "degree_centrality": 0.01680672268907563, "font": {"color": "white"}, "group": 5, "id": "Mose", "label": "Mose", "shape": "dot", "size": 2}, {"betweenness_centrality": 0.0131035465033471, "closeness_centrality": 0.1718219202574647, "community": 5, "degree_centrality": 0.01680672268907563, "font": {"color": "white"}, "group": 5, "id": "Jackson", "label": "Jackson", "shape": "dot", "size": 2}, {"betweenness_centrality": 0.04785643070787637, "closeness_centrality": 0.28390887605042014, "community": 5, "degree_centrality": 0.025210084033613446, "font": {"color": "white"}, "group": 5, "id": "Miral", "label": "Miral", "shape": "dot", "size": 3}, {"betweenness_centrality": 0.04785643070787637, "closeness_centrality": 0.28390887605042014, "community": 5, "degree_centrality": 0.025210084033613446, "font": {"color": "white"}, "group": 5, "id": "Karal", "label": "Karal", "shape": "dot", "size": 3}, {"betweenness_centrality": 0.0, "closeness_centrality": 0.1710133465150766, "community": 5, "degree_centrality": 0.008403361344537815, "font": {"color": "white"}, "group": 5, "id": "Rosenfeld", "label": "Rosenfeld", "shape": "dot", "size": 1}, {"betweenness_centrality": 0.0, "closeness_centrality": 0.14112751896875253, "community": 5, "degree_centrality": 0.008403361344537815, "font": {"color": "white"}, "group": 5, "id": "Cameron", "label": "Cameron", "shape": "dot", "size": 1}, {"betweenness_centrality": 0.00022551393438731423, "closeness_centrality": 0.24471606824548003, "community": 6, "degree_centrality": 0.01680672268907563, "font": {"color": "white"}, "group": 6, "id": "McDowell", "label": "McDowell", "shape": "dot", "size": 2}, {"betweenness_centrality": 0.0131035465033471, "closeness_centrality": 0.2930672268907563, "community": 6, "degree_centrality": 0.04201680672268907, "font": {"color": "white"}, "group": 6, "id": "Kelly", "label": "Kelly", "shape": "dot", "size": 5}, {"betweenness_centrality": 0.0002848597065945022, "closeness_centrality": 0.27323561003348706, "community": 11, "degree_centrality": 0.025210084033613446, "font": {"color": "white"}, "group": 11, "id": "Julie", "label": "Julie", "shape": "dot", "size": 3}, {"betweenness_centrality": 0.0, "closeness_centrality": 0.26720835392980724, "community": 11, "degree_centrality": 0.01680672268907563, "font": {"color": "white"}, "group": 11, "id": "Juarez", "label": "Juarez", "shape": "dot", "size": 2}, {"betweenness_centrality": 0.0, "closeness_centrality": 0.26720835392980724, "community": 11, "degree_centrality": 0.01680672268907563, "font": {"color": "white"}, "group": 11, "id": "Cass", "label": "Cass", "shape": "dot", "size": 2}, {"betweenness_centrality": 0.0, "closeness_centrality": 0.26720835392980724, "community": 11, "degree_centrality": 0.01680672268907563, "font": {"color": "white"}, "group": 11, "id": "Chava", "label": "Chava", "shape": "dot", "size": 2}, {"betweenness_centrality": 0.014307078763708871, "closeness_centrality": 0.27847000869313243, "community": 11, "degree_centrality": 0.03361344537815126, "font": {"color": "white"}, "group": 11, "id": "Kit", "label": "Kit", "shape": "dot", "size": 4}, {"betweenness_centrality": 0.0, "closeness_centrality": 0.2662295687505772, "community": 11, "degree_centrality": 0.008403361344537815, "font": {"color": "white"}, "group": 11, "id": "Emma", "label": "Emma", "shape": "dot", "size": 1}, {"betweenness_centrality": 0.0, "closeness_centrality": 0.23073229291716688, "community": 6, "degree_centrality": 0.008403361344537815, "font": {"color": "white"}, "group": 6, "id": "Bomie", "label": "Bomie", "shape": "dot", "size": 1}, {"betweenness_centrality": 0.0, "closeness_centrality": 0.23073229291716688, "community": 6, "degree_centrality": 0.008403361344537815, "font": {"color": "white"}, "group": 6, "id": "Mateo", "label": "Mateo", "shape": "dot", "size": 1}, {"betweenness_centrality": 0.0, "closeness_centrality": 0.23073229291716688, "community": 6, "degree_centrality": 0.008403361344537815, "font": {"color": "white"}, "group": 6, "id": "Sematimba", "label": "Sematimba", "shape": "dot", "size": 1}, {"betweenness_centrality": 0.0, "closeness_centrality": 0.23073229291716688, "community": 6, "degree_centrality": 0.008403361344537815, "font": {"color": "white"}, "group": 6, "id": "Diogo", "label": "Diogo", "shape": "dot", "size": 1}, {"betweenness_centrality": 0.0008416926092470888, "closeness_centrality": 0.257732880386197, "community": 6, "degree_centrality": 0.01680672268907563, "font": {"color": "white"}, "group": 6, "id": "Ade", "label": "Ade", "shape": "dot", "size": 2}, {"betweenness_centrality": 0.002669151892909192, "closeness_centrality": 0.2681943626158951, "community": 6, "degree_centrality": 0.03361344537815126, "font": {"color": "white"}, "group": 6, "id": "Felcia", "label": "Felcia", "shape": "dot", "size": 4}, {"betweenness_centrality": 0.0, "closeness_centrality": 0.2559178601017872, "community": 6, "degree_centrality": 0.008403361344537815, "font": {"color": "white"}, "group": 6, "id": "Ferm\u00edn", "label": "Ferm\u00edn", "shape": "dot", "size": 1}, {"betweenness_centrality": 0.0, "closeness_centrality": 0.2559178601017872, "community": 6, "degree_centrality": 0.008403361344537815, "font": {"color": "white"}, "group": 6, "id": "Sandra", "label": "Sandra", "shape": "dot", "size": 1}, {"betweenness_centrality": 0.0, "closeness_centrality": 0.257732880386197, "community": 11, "degree_centrality": 0.01680672268907563, "font": {"color": "white"}, "group": 11, "id": "Giselle", "label": "Giselle", "shape": "dot", "size": 2}, {"betweenness_centrality": 0.0, "closeness_centrality": 0.2559178601017872, "community": 6, "degree_centrality": 0.008403361344537815, "font": {"color": "white"}, "group": 6, "id": "Ian", "label": "Ian", "shape": "dot", "size": 1}, {"betweenness_centrality": 0.0, "closeness_centrality": 0.21376668314384578, "community": 6, "degree_centrality": 0.008403361344537815, "font": {"color": "white"}, "group": 6, "id": "Gomez", "label": "Gomez", "shape": "dot", "size": 1}, {"betweenness_centrality": 0.0007121492664862555, "closeness_centrality": 0.23445378151260504, "community": 7, "degree_centrality": 0.01680672268907563, "font": {"color": "white"}, "group": 7, "id": "Carrie", "label": "Carrie", "shape": "dot", "size": 2}, {"betweenness_centrality": 0.0, "closeness_centrality": 0.2278390980216538, "community": 7, "degree_centrality": 0.008403361344537815, "font": {"color": "white"}, "group": 7, "id": "Nicola", "label": "Nicola", "shape": "dot", "size": 1}, {"betweenness_centrality": 0.0, "closeness_centrality": 0.2278390980216538, "community": 7, "degree_centrality": 0.008403361344537815, "font": {"color": "white"}, "group": 7, "id": "Katoa", "label": "Katoa", "shape": "dot", "size": 1}, {"betweenness_centrality": 0.0012106537530266342, "closeness_centrality": 0.2375185368264953, "community": 7, "degree_centrality": 0.025210084033613446, "font": {"color": "white"}, "group": 7, "id": "Natalia", "label": "Natalia", "shape": "dot", "size": 3}, {"betweenness_centrality": 0.004864492515824234, "closeness_centrality": 0.25236344537815125, "community": 7, "degree_centrality": 0.025210084033613446, "font": {"color": "white"}, "group": 7, "id": "Elsa", "label": "Elsa", "shape": "dot", "size": 3}, {"betweenness_centrality": 0.0, "closeness_centrality": 0.19278692909524553, "community": 7, "degree_centrality": 0.008403361344537815, "font": {"color": "white"}, "group": 7, "id": "Davenport", "label": "Davenport", "shape": "dot", "size": 1}, {"betweenness_centrality": 0.0, "closeness_centrality": 0.19278692909524553, "community": 7, "degree_centrality": 0.008403361344537815, "font": {"color": "white"}, "group": 7, "id": "Kasik", "label": "Kasik", "shape": "dot", "size": 1}, {"betweenness_centrality": 0.0, "closeness_centrality": 0.19278692909524553, "community": 7, "degree_centrality": 0.008403361344537815, "font": {"color": "white"}, "group": 7, "id": "Onni", "label": "Onni", "shape": "dot", "size": 1}, {"betweenness_centrality": 0.0, "closeness_centrality": 0.008403361344537815, "community": 8, "degree_centrality": 0.008403361344537815, "font": {"color": "white"}, "group": 8, "id": "Melissa", "label": "Melissa", "shape": "dot", "size": 1}, {"betweenness_centrality": 0.0, "closeness_centrality": 0.008403361344537815, "community": 8, "degree_centrality": 0.008403361344537815, "font": {"color": "white"}, "group": 8, "id": "Santichai", "label": "Santichai", "shape": "dot", "size": 1}, {"betweenness_centrality": 0.0, "closeness_centrality": 0.2143972633301108, "community": 10, "degree_centrality": 0.008403361344537815, "font": {"color": "white"}, "group": 10, "id": "Serge", "label": "Serge", "shape": "dot", "size": 1}, {"betweenness_centrality": 0.0, "closeness_centrality": 0.008403361344537815, "community": 9, "degree_centrality": 0.008403361344537815, "font": {"color": "white"}, "group": 9, "id": "Nami", "label": "Nami", "shape": "dot", "size": 1}, {"betweenness_centrality": 0.0, "closeness_centrality": 0.008403361344537815, "community": 9, "degree_centrality": 0.008403361344537815, "font": {"color": "white"}, "group": 9, "id": "Nono", "label": "Nono", "shape": "dot", "size": 1}, {"betweenness_centrality": 0.0131035465033471, "closeness_centrality": 0.220244461420932, "community": 10, "degree_centrality": 0.01680672268907563, "font": {"color": "white"}, "group": 10, "id": "Okju", "label": "Okju", "shape": "dot", "size": 2}, {"betweenness_centrality": 0.0, "closeness_centrality": 0.1722290812059421, "community": 10, "degree_centrality": 0.008403361344537815, "font": {"color": "white"}, "group": 10, "id": "Clip", "label": "Clip", "shape": "dot", "size": 1}, {"betweenness_centrality": 0.0, "closeness_centrality": 0.2278390980216538, "community": 11, "degree_centrality": 0.008403361344537815, "font": {"color": "white"}, "group": 11, "id": "Tilly", "label": "Tilly", "shape": "dot", "size": 1}, {"betweenness_centrality": 0.0131035465033471, "closeness_centrality": 0.23674486081077384, "community": 6, "degree_centrality": 0.03361344537815126, "font": {"color": "white"}, "group": 6, "id": "Lucia", "label": "Lucia", "shape": "dot", "size": 4}, {"betweenness_centrality": 0.0, "closeness_centrality": 0.18215707335565803, "community": 6, "degree_centrality": 0.008403361344537815, "font": {"color": "white"}, "group": 6, "id": "Jacek", "label": "Jacek", "shape": "dot", "size": 1}, {"betweenness_centrality": 0.0131035465033471, "closeness_centrality": 0.23521253161458758, "community": 6, "degree_centrality": 0.01680672268907563, "font": {"color": "white"}, "group": 6, "id": "Travon", "label": "Travon", "shape": "dot", "size": 2}, {"betweenness_centrality": 0.0, "closeness_centrality": 0.23369991083250022, "community": 6, "degree_centrality": 0.008403361344537815, "font": {"color": "white"}, "group": 6, "id": "Harshaan", "label": "Harshaan", "shape": "dot", "size": 1}, {"betweenness_centrality": 0.0, "closeness_centrality": 0.02240896358543417, "community": 12, "degree_centrality": 0.01680672268907563, "font": {"color": "white"}, "group": 12, "id": "Evans", "label": "Evans", "shape": "dot", "size": 2}, {"betweenness_centrality": 0.0005697194131890044, "closeness_centrality": 0.03361344537815126, "community": 12, "degree_centrality": 0.03361344537815126, "font": {"color": "white"}, "group": 12, "id": "Michio", "label": "Michio", "shape": "dot", "size": 4}, {"betweenness_centrality": 0.0, "closeness_centrality": 0.02240896358543417, "community": 12, "degree_centrality": 0.01680672268907563, "font": {"color": "white"}, "group": 12, "id": "Oksana", "label": "Oksana", "shape": "dot", "size": 2}, {"betweenness_centrality": 0.0, "closeness_centrality": 0.02240896358543417, "community": 12, "degree_centrality": 0.01680672268907563, "font": {"color": "white"}, "group": 12, "id": "Josep", "label": "Josep", "shape": "dot", "size": 2}, {"betweenness_centrality": 0.0, "closeness_centrality": 0.02240896358543417, "community": 12, "degree_centrality": 0.01680672268907563, "font": {"color": "white"}, "group": 12, "id": "Bertold", "label": "Bertold", "shape": "dot", "size": 2}, {"betweenness_centrality": 0.0, "closeness_centrality": 0.018907563025210086, "community": 13, "degree_centrality": 0.01680672268907563, "font": {"color": "white"}, "group": 13, "id": "Jakulski", "label": "Jakulski", "shape": "dot", "size": 2}, {"betweenness_centrality": 7.121492664862555e-05, "closeness_centrality": 0.025210084033613446, "community": 13, "degree_centrality": 0.025210084033613446, "font": {"color": "white"}, "group": 13, "id": "Salis", "label": "Salis", "shape": "dot", "size": 3}, {"betweenness_centrality": 7.121492664862555e-05, "closeness_centrality": 0.025210084033613446, "community": 13, "degree_centrality": 0.025210084033613446, "font": {"color": "white"}, "group": 13, "id": "Roberts", "label": "Roberts", "shape": "dot", "size": 3}, {"betweenness_centrality": 0.0, "closeness_centrality": 0.018907563025210086, "community": 13, "degree_centrality": 0.01680672268907563, "font": {"color": "white"}, "group": 13, "id": "Vandercaust", "label": "Vandercaust", "shape": "dot", "size": 2}, {"betweenness_centrality": 0.0, "closeness_centrality": 0.008403361344537815, "community": 14, "degree_centrality": 0.008403361344537815, "font": {"color": "white"}, "group": 14, "id": "Caton", "label": "Caton", "shape": "dot", "size": 1}, {"betweenness_centrality": 0.0, "closeness_centrality": 0.008403361344537815, "community": 14, "degree_centrality": 0.008403361344537815, "font": {"color": "white"}, "group": 14, "id": "Paolo", "label": "Paolo", "shape": "dot", "size": 1}, {"betweenness_centrality": 0.0, "closeness_centrality": 0.20589425571928488, "community": 11, "degree_centrality": 0.008403361344537815, "font": {"color": "white"}, "group": 11, "id": "Bakari", "label": "Bakari", "shape": "dot", "size": 1}, {"betweenness_centrality": 0.0131035465033471, "closeness_centrality": 0.23521253161458758, "community": 6, "degree_centrality": 0.01680672268907563, "font": {"color": "white"}, "group": 6, "id": "Muriel", "label": "Muriel", "shape": "dot", "size": 2}, {"betweenness_centrality": 0.0, "closeness_centrality": 0.18124855927408368, "community": 6, "degree_centrality": 0.008403361344537815, "font": {"color": "white"}, "group": 6, "id": "Jen", "label": "Jen", "shape": "dot", "size": 1}, {"betweenness_centrality": 0.0, "closeness_centrality": 0.18124855927408368, "community": 6, "degree_centrality": 0.008403361344537815, "font": {"color": "white"}, "group": 6, "id": "Connor", "label": "Connor", "shape": "dot", "size": 1}]);
edges = new vis.DataSet([{"from": "Caitlin", "to": "Solomon", "value": 43, "width": 1}, {"from": "Anderson", "to": "Fred", "value": 46, "width": 1}, {"from": "Fred", "to": "Jasira", "value": 44, "width": 1}, {"from": "Fred", "to": "Naomi", "value": 240, "width": 1}, {"from": "Fred", "to": "Alex", "value": 112, "width": 1}, {"from": "Fred", "to": "Amos", "value": 128, "width": 1}, {"from": "Fred", "to": "Miller", "value": 619, "width": 1}, {"from": "Fred", "to": "Jim", "value": 77, "width": 1}, {"from": "Fred", "to": "Ashford", "value": 44, "width": 1}, {"from": "Fred", "to": "Monica", "value": 132, "width": 1}, {"from": "Fred", "to": "Bobbie", "value": 94, "width": 1}, {"from": "Hutch", "to": "Leelee", "value": 239, "width": 1}, {"from": "Hutch", "to": "David", "value": 413, "width": 1}, {"from": "Leelee", "to": "David", "value": 276, "width": 1}, {"from": "David", "to": "Bobbie", "value": 163, "width": 1}, {"from": "Bobbie", "to": "Mei", "value": 49, "width": 1}, {"from": "Bobbie", "to": "Thorsson", "value": 287, "width": 1}, {"from": "Bobbie", "to": "Singh", "value": 36, "width": 1}, {"from": "Bobbie", "to": "Martens", "value": 86, "width": 1}, {"from": "Bobbie", "to": "Soren", "value": 296, "width": 1}, {"from": "Bobbie", "to": "Naomi", "value": 1127, "width": 1}, {"from": "Bobbie", "to": "Alex", "value": 2291, "width": 1}, {"from": "Bobbie", "to": "Amos", "value": 1207, "width": 1}, {"from": "Bobbie", "to": "Cotyar", "value": 243, "width": 1}, {"from": "Bobbie", "to": "Jim", "value": 206, "width": 1}, {"from": "Bobbie", "to": "Clarissa", "value": 590, "width": 1}, {"from": "Bobbie", "to": "Saba", "value": 464, "width": 1}, {"from": "Bobbie", "to": "Katria", "value": 498, "width": 1}, {"from": "Bobbie", "to": "Caspar", "value": 77, "width": 1}, {"from": "Bobbie", "to": "Jillian", "value": 281, "width": 1}, {"from": "Erich", "to": "Timmy", "value": 398, "width": 1}, {"from": "Erich", "to": "Lydia", "value": 105, "width": 1}, {"from": "Erich", "to": "Amos", "value": 480, "width": 1}, {"from": "Timmy", "to": "Lydia", "value": 186, "width": 1}, {"from": "Lydia", "to": "Amos", "value": 102, "width": 1}, {"from": "Lydia", "to": "Charles", "value": 39, "width": 1}, {"from": "Amos", "to": "Naomi", "value": 1848, "width": 1}, {"from": "Amos", "to": "Shed", "value": 55, "width": 1}, {"from": "Amos", "to": "Alex", "value": 1876, "width": 1}, {"from": "Amos", "to": "Jim", "value": 703, "width": 1}, {"from": "Amos", "to": "Miller", "value": 523, "width": 1}, {"from": "Amos", "to": "Mei", "value": 152, "width": 1}, {"from": "Amos", "to": "Strickland", "value": 49, "width": 1}, {"from": "Amos", "to": "Wendell", "value": 88, "width": 1}, {"from": "Amos", "to": "Monica", "value": 95, "width": 1}, {"from": "Amos", "to": "Clarissa", "value": 520, "width": 1}, {"from": "Amos", "to": "Ashford", "value": 43, "width": 1}, {"from": "Amos", "to": "Carol", "value": 41, "width": 1}, {"from": "Amos", "to": "Elvi", "value": 204, "width": 1}, {"from": "Amos", "to": "Fayez", "value": 118, "width": 1}, {"from": "Amos", "to": "Rico", "value": 57, "width": 1}, {"from": "Amos", "to": "Charles", "value": 62, "width": 1}, {"from": "Amos", "to": "Konecheck", "value": 125, "width": 1}, {"from": "Amos", "to": "Sullivan", "value": 46, "width": 1}, {"from": "Amos", "to": "Morris", "value": 46, "width": 1}, {"from": "Amos", "to": "Rona", "value": 89, "width": 1}, {"from": "Amos", "to": "Saba", "value": 61, "width": 1}, {"from": "Amos", "to": "Katria", "value": 170, "width": 1}, {"from": "Amos", "to": "Teresa", "value": 226, "width": 1}, {"from": "Amos", "to": "Muskrat", "value": 135, "width": 1}, {"from": "Amos", "to": "Cara", "value": 180, "width": 1}, {"from": "Brown", "to": "Quintana", "value": 166, "width": 1}, {"from": "Brown", "to": "Alberto", "value": 91, "width": 1}, {"from": "Brown", "to": "Fong", "value": 53, "width": 1}, {"from": "Quintana", "to": "Fong", "value": 80, "width": 1}, {"from": "Quintana", "to": "Alberto", "value": 79, "width": 1}, {"from": "Cara", "to": "Xan", "value": 617, "width": 1}, {"from": "Cara", "to": "Elvi", "value": 314, "width": 1}, {"from": "Cara", "to": "Fayez", "value": 119, "width": 1}, {"from": "Cara", "to": "Jim", "value": 59, "width": 1}, {"from": "Xan", "to": "Santiago", "value": 77, "width": 1}, {"from": "Xan", "to": "Elvi", "value": 74, "width": 1}, {"from": "Xan", "to": "Fayez", "value": 52, "width": 1}, {"from": "Xan", "to": "Jim", "value": 35, "width": 1}, {"from": "Biryar", "to": "Mona", "value": 201, "width": 1}, {"from": "Biryar", "to": "Lara", "value": 41, "width": 1}, {"from": "Mona", "to": "Carmichael", "value": 47, "width": 1}, {"from": "Mona", "to": "Veronica", "value": 191, "width": 1}, {"from": "Jandro", "to": "Leward", "value": 165, "width": 1}, {"from": "Jandro", "to": "Filip", "value": 108, "width": 1}, {"from": "Jandro", "to": "Kofi", "value": 37, "width": 1}, {"from": "Leward", "to": "Filip", "value": 70, "width": 1}, {"from": "Filip", "to": "Mose", "value": 92, "width": 1}, {"from": "Filip", "to": "Jackson", "value": 36, "width": 1}, {"from": "Filip", "to": "Miral", "value": 53, "width": 1}, {"from": "Filip", "to": "Karal", "value": 62, "width": 1}, {"from": "Filip", "to": "Rosenfeld", "value": 72, "width": 1}, {"from": "Mose", "to": "Kofi", "value": 52, "width": 1}, {"from": "Jackson", "to": "Cameron", "value": 44, "width": 1}, {"from": "Jim", "to": "Naomi", "value": 891, "width": 1}, {"from": "Jim", "to": "Miller", "value": 323, "width": 1}, {"from": "Jim", "to": "McDowell", "value": 78, "width": 1}, {"from": "Jim", "to": "Alex", "value": 687, "width": 1}, {"from": "Jim", "to": "Elvi", "value": 202, "width": 1}, {"from": "Jim", "to": "Fayez", "value": 78, "width": 1}, {"from": "Jim", "to": "Clarissa", "value": 59, "width": 1}, {"from": "Jim", "to": "Saba", "value": 70, "width": 1}, {"from": "Jim", "to": "Teresa", "value": 460, "width": 1}, {"from": "Jim", "to": "Muskrat", "value": 78, "width": 1}, {"from": "Naomi", "to": "Alex", "value": 2124, "width": 1}, {"from": "Naomi", "to": "Shed", "value": 42, "width": 1}, {"from": "Naomi", "to": "Kelly", "value": 58, "width": 1}, {"from": "Naomi", "to": "Miller", "value": 734, "width": 1}, {"from": "Naomi", "to": "Julie", "value": 45, "width": 1}, {"from": "Naomi", "to": "Mei", "value": 73, "width": 1}, {"from": "Naomi", "to": "Ashford", "value": 76, "width": 1}, {"from": "Naomi", "to": "Monica", "value": 101, "width": 1}, {"from": "Naomi", "to": "Clarissa", "value": 320, "width": 1}, {"from": "Naomi", "to": "Juarez", "value": 61, "width": 1}, {"from": "Naomi", "to": "Cass", "value": 34, "width": 1}, {"from": "Naomi", "to": "Miral", "value": 59, "width": 1}, {"from": "Naomi", "to": "Karal", "value": 43, "width": 1}, {"from": "Naomi", "to": "Chava", "value": 180, "width": 1}, {"from": "Naomi", "to": "Saba", "value": 227, "width": 1}, {"from": "Naomi", "to": "Katria", "value": 57, "width": 1}, {"from": "Naomi", "to": "Kit", "value": 39, "width": 1}, {"from": "Naomi", "to": "Jillian", "value": 137, "width": 1}, {"from": "Naomi", "to": "Emma", "value": 282, "width": 1}, {"from": "Naomi", "to": "Teresa", "value": 140, "width": 1}, {"from": "Naomi", "to": "Elvi", "value": 172, "width": 1}, {"from": "Miller", "to": "Bomie", "value": 54, "width": 1}, {"from": "Miller", "to": "Julie", "value": 570, "width": 1}, {"from": "Miller", "to": "Alex", "value": 209, "width": 1}, {"from": "Miller", "to": "Mateo", "value": 35, "width": 1}, {"from": "Miller", "to": "Sematimba", "value": 176, "width": 1}, {"from": "Miller", "to": "Diogo", "value": 271, "width": 1}, {"from": "Miller", "to": "Elvi", "value": 70, "width": 1}, {"from": "Miller", "to": "Teresa", "value": 37, "width": 1}, {"from": "Ade", "to": "McDowell", "value": 95, "width": 1}, {"from": "Ade", "to": "Alex", "value": 35, "width": 1}, {"from": "Julie", "to": "Clarissa", "value": 43, "width": 1}, {"from": "Alex", "to": "Kelly", "value": 63, "width": 1}, {"from": "Alex", "to": "Mei", "value": 38, "width": 1}, {"from": "Alex", "to": "Monica", "value": 57, "width": 1}, {"from": "Alex", "to": "Clarissa", "value": 258, "width": 1}, {"from": "Alex", "to": "Felcia", "value": 39, "width": 1}, {"from": "Alex", "to": "Ferm\u00edn", "value": 47, "width": 1}, {"from": "Alex", "to": "Sandra", "value": 61, "width": 1}, {"from": "Alex", "to": "Giselle", "value": 64, "width": 1}, {"from": "Alex", "to": "Kit", "value": 119, "width": 1}, {"from": "Alex", "to": "Saba", "value": 100, "width": 1}, {"from": "Alex", "to": "Caspar", "value": 370, "width": 1}, {"from": "Alex", "to": "Jillian", "value": 119, "width": 1}, {"from": "Alex", "to": "Teresa", "value": 113, "width": 1}, {"from": "Alex", "to": "Ian", "value": 48, "width": 1}, {"from": "Alex", "to": "Muskrat", "value": 39, "width": 1}, {"from": "Alex", "to": "Elvi", "value": 40, "width": 1}, {"from": "Kelly", "to": "Gomez", "value": 78, "width": 1}, {"from": "Kelly", "to": "Teresa", "value": 61, "width": 1}, {"from": "Kelly", "to": "Elvi", "value": 47, "width": 1}, {"from": "Carrie", "to": "Mei", "value": 48, "width": 1}, {"from": "Carrie", "to": "Singh", "value": 56, "width": 1}, {"from": "Mei", "to": "Strickland", "value": 222, "width": 1}, {"from": "Mei", "to": "Nicola", "value": 67, "width": 1}, {"from": "Mei", "to": "Katoa", "value": 39, "width": 1}, {"from": "Mei", "to": "Natalia", "value": 75, "width": 1}, {"from": "Singh", "to": "Natalia", "value": 54, "width": 1}, {"from": "Singh", "to": "Elsa", "value": 39, "width": 1}, {"from": "Singh", "to": "Davenport", "value": 34, "width": 1}, {"from": "Singh", "to": "Kasik", "value": 118, "width": 1}, {"from": "Singh", "to": "Onni", "value": 105, "width": 1}, {"from": "Melissa", "to": "Santichai", "value": 43, "width": 1}, {"from": "Ashford", "to": "Serge", "value": 52, "width": 1}, {"from": "Ashford", "to": "Clarissa", "value": 91, "width": 1}, {"from": "Ashford", "to": "Monica", "value": 44, "width": 1}, {"from": "Nami", "to": "Nono", "value": 169, "width": 1}, {"from": "Monica", "to": "Okju", "value": 49, "width": 1}, {"from": "Okju", "to": "Clip", "value": 52, "width": 1}, {"from": "Clarissa", "to": "Tilly", "value": 56, "width": 1}, {"from": "Clarissa", "to": "Saba", "value": 52, "width": 1}, {"from": "Juarez", "to": "Cass", "value": 89, "width": 1}, {"from": "Felcia", "to": "Lucia", "value": 55, "width": 1}, {"from": "Felcia", "to": "Elvi", "value": 43, "width": 1}, {"from": "Felcia", "to": "Fayez", "value": 49, "width": 1}, {"from": "Lucia", "to": "Jacek", "value": 90, "width": 1}, {"from": "Lucia", "to": "Elvi", "value": 186, "width": 1}, {"from": "Lucia", "to": "Fayez", "value": 64, "width": 1}, {"from": "Elvi", "to": "Fayez", "value": 487, "width": 1}, {"from": "Elvi", "to": "Travon", "value": 40, "width": 1}, {"from": "Elvi", "to": "Teresa", "value": 128, "width": 1}, {"from": "Elvi", "to": "Harshaan", "value": 34, "width": 1}, {"from": "Fayez", "to": "Teresa", "value": 34, "width": 1}, {"from": "Miral", "to": "Karal", "value": 48, "width": 1}, {"from": "Konecheck", "to": "Morris", "value": 55, "width": 1}, {"from": "Konecheck", "to": "Sullivan", "value": 57, "width": 1}, {"from": "Konecheck", "to": "Rona", "value": 41, "width": 1}, {"from": "Chava", "to": "Saba", "value": 34, "width": 1}, {"from": "Evans", "to": "Michio", "value": 159, "width": 1}, {"from": "Evans", "to": "Oksana", "value": 85, "width": 1}, {"from": "Michio", "to": "Oksana", "value": 223, "width": 1}, {"from": "Michio", "to": "Josep", "value": 71, "width": 1}, {"from": "Michio", "to": "Bertold", "value": 87, "width": 1}, {"from": "Jakulski", "to": "Salis", "value": 94, "width": 1}, {"from": "Jakulski", "to": "Roberts", "value": 38, "width": 1}, {"from": "Salis", "to": "Roberts", "value": 112, "width": 1}, {"from": "Salis", "to": "Vandercaust", "value": 60, "width": 1}, {"from": "Roberts", "to": "Vandercaust", "value": 161, "width": 1}, {"from": "Josep", "to": "Bertold", "value": 40, "width": 1}, {"from": "Natalia", "to": "Elsa", "value": 52, "width": 1}, {"from": "Caton", "to": "Paolo", "value": 38, "width": 1}, {"from": "Giselle", "to": "Kit", "value": 67, "width": 1}, {"from": "Kit", "to": "Bakari", "value": 185, "width": 1}, {"from": "Elsa", "to": "Teresa", "value": 65, "width": 1}, {"from": "Saba", "to": "Katria", "value": 150, "width": 1}, {"from": "Teresa", "to": "Muskrat", "value": 315, "width": 1}, {"from": "Teresa", "to": "Muriel", "value": 46, "width": 1}, {"from": "Travon", "to": "Jen", "value": 54, "width": 1}, {"from": "Caspar", "to": "Jillian", "value": 107, "width": 1}, {"from": "Muriel", "to": "Connor", "value": 37, "width": 1}]);
nodeColors = {};
allNodes = nodes.get({ returnType: "Object" });
for (nodeId in allNodes) {
nodeColors[nodeId] = allNodes[nodeId].color;
}
allEdges = edges.get({ returnType: "Object" });
// adding nodes and edges to the graph
data = {nodes: nodes, edges: edges};
var options = {
"configure": {
"enabled": false
},
"edges": {
"color": {
"inherit": true
},
"smooth": {
"enabled": true,
"type": "dynamic"
}
},
"interaction": {
"dragNodes": true,
"hideEdgesOnDrag": false,
"hideNodesOnDrag": false
},
"physics": {
"enabled": true,
"stabilization": {
"enabled": true,
"fit": true,
"iterations": 1000,
"onlyDynamicEdges": false,
"updateInterval": 50
}
}
};
network = new vis.Network(container, data, options);
network.on("stabilizationProgress", function(params) {
document.getElementById('loadingBar').removeAttribute("style");
var maxWidth = 496;
var minWidth = 20;
var widthFactor = params.iterations/params.total;
var width = Math.max(minWidth,maxWidth * widthFactor);
document.getElementById('bar').style.width = width + 'px';
document.getElementById('text').innerHTML = Math.round(widthFactor*100) + '%';
});
network.once("stabilizationIterationsDone", function() {
document.getElementById('text').innerHTML = '100%';
document.getElementById('bar').style.width = '496px';
document.getElementById('loadingBar').style.opacity = 0;
// really clean the dom element
setTimeout(function () {document.getElementById('loadingBar').style.display = 'none';}, 500);
});
return network;
}
drawGraph();
</script>
</body>
</html>