-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
179 lines (127 loc) · 254 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
<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: 100%;
height: 600px;
background-color: #3A3B3C;
border: 1px solid lightgray;
position: relative;
float: left;
}
#config {
float: left;
width: 400px;
height: 600px;
}
</style>
</head>
<body>
<div class="card" style="width: 100%">
<div id="mynetwork" class="card-body"></div>
</div>
<div id="config"></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([{"bipartite": 0, "color": "#97c2fc", "font": {"color": "white"}, "id": "reactjs", "label": "reactjs", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Imed Jaberi", "label": "Imed Jaberi", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Aissaoui Ahmed", "label": "Aissaoui Ahmed", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Greg Myers", "label": "Greg Myers", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Bunhouth", "label": "Bunhouth", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Bunlong VAN", "label": "Bunlong VAN", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Daniel Lo Nigro", "label": "Daniel Lo Nigro", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Guga Gongadze", "label": "Guga Gongadze", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jacco Kulman", "label": "Jacco Kulman", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Kogulan", "label": "Kogulan", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Milos Nikolic", "label": "Milos Nikolic", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Romain Rukse", "label": "Romain Rukse", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "QiChang Li", "label": "QiChang Li", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Robert DeLuca", "label": "Robert DeLuca", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Ryan Le", "label": "Ryan Le", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Wendell Adriel", "label": "Wendell Adriel", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Andrew Clark", "label": "Andrew Clark", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Alexander Gundermann", "label": "Alexander Gundermann", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Daniel Lytkin", "label": "Daniel Lytkin", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Mahfoudh Arous", "label": "Mahfoudh Arous", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Alejandro \u00d1\u00e1\u00f1ez Ortiz", "label": "Alejandro \u00d1\u00e1\u00f1ez Ortiz", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Alexandre Rieux", "label": "Alexandre Rieux", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Ali O\u011fuzhan Y\u0131ld\u0131z", "label": "Ali O\u011fuzhan Y\u0131ld\u0131z", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Anirudh Bangalore Srinivas", "label": "Anirudh Bangalore Srinivas", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Abdul Rauf", "label": "Abdul Rauf", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Arshad Kazmi", "label": "Arshad Kazmi", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Ahmad Santarissy", "label": "Ahmad Santarissy", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Ashrith Reddy", "label": "Ashrith Reddy", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Austin Pray", "label": "Austin Pray", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Brandon Dail", "label": "Brandon Dail", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Bal\u00e1zs Orb\u00e1n", "label": "Bal\u00e1zs Orb\u00e1n", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Bart\u0142omiej \u017buber", "label": "Bart\u0142omiej \u017buber", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Brent Vatne", "label": "Brent Vatne", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Vincent Lin", "label": "Vincent Lin", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Rainer Mart\u00ednez Fraga", "label": "Rainer Mart\u00ednez Fraga", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Cezar Augusto", "label": "Cezar Augusto", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "C. T. Lin", "label": "C. T. Lin", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "chloe", "label": "chloe", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Christoph Nakazawa", "label": "Christoph Nakazawa", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Piotr Szymanski", "label": "Piotr Szymanski", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Damini Satya", "label": "Damini Satya", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "lizhihua", "label": "lizhihua", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Didier Peran Ganthier", "label": "Didier Peran Ganthier", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Masters", "label": "Masters", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Eduardo Moroni", "label": "Eduardo Moroni", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Lee Bannard", "label": "Lee Bannard", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Eric Vicenti", "label": "Eric Vicenti", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Felix Kling", "label": "Felix Kling", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "dan", "label": "dan", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "James Gatz", "label": "James Gatz", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Agastya Darma", "label": "Agastya Darma", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "giiorg", "label": "giiorg", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Glaucia Lemos", "label": "Glaucia Lemos", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "George Secrieru", "label": "George Secrieru", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "KIM, WOOJUNG", "label": "KIM, WOOJUNG", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Griko Nibras", "label": "Griko Nibras", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Haimeng Zhang", "label": "Haimeng Zhang", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "An\u0131l Akarsu", "label": "An\u0131l Akarsu", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Herormo", "label": "Herormo", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Haegul Pyun", "label": "Haegul Pyun", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Joe Jiang", "label": "Joe Jiang", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Rayan Aldafas", "label": "Rayan Aldafas", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "James Ide", "label": "James Ide", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jabran Rafique\u26a1\ufe0f", "label": "Jabran Rafique\u26a1\ufe0f", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jakub Drozdek", "label": "Jakub Drozdek", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jayan", "label": "Jayan", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "J\u00falio Campos", "label": "J\u00falio Campos", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jhon Mike", "label": "Jhon Mike", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jim Bolla", "label": "Jim Bolla", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jim", "label": "Jim", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "James Long", "label": "James Long", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jake Murzy", "label": "Jake Murzy", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jordan W", "label": "Jordan W", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Georgi Yanev", "label": "Georgi Yanev", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Keyan Zhang", "label": "Keyan Zhang", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Mateusz Zatorski", "label": "Mateusz Zatorski", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Toru Kobayashi", "label": "Toru Kobayashi", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Leonard Lacson", "label": "Leonard Lacson", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Alexey Pyltsyn", "label": "Alexey Pyltsyn", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Masoud Bahrami", "label": "Masoud Bahrami", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Michael Jackson", "label": "Michael Jackson", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Mohammad Shbool", "label": "Mohammad Shbool", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Max Stoiber", "label": "Max Stoiber", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Matt Zabriskie", "label": "Matt Zabriskie", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Naoufal Kadhom", "label": "Naoufal Kadhom", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jie Peng", "label": "Jie Peng", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Armen Nikoyan", "label": "Armen Nikoyan", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Farhad Yasir", "label": "Farhad Yasir", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Oleksii Polovyi", "label": "Oleksii Polovyi", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Daniel Bugl", "label": "Daniel Bugl", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "ramadevsign", "label": "ramadevsign", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Chhabi Pachabhaiya", "label": "Chhabi Pachabhaiya", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "OR Sereiparinha", "label": "OR Sereiparinha", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Pavinthan", "label": "Pavinthan", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Pavlos Koutoglou", "label": "Pavlos Koutoglou", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Pep Rodeja", "label": "Pep Rodeja", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Peter Piekarczyk", "label": "Peter Piekarczyk", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Phil", "label": "Phil", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Takuma HANATANI", "label": "Takuma HANATANI", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Ratheepan Jayakkumar", "label": "Ratheepan Jayakkumar", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Felix Tan", "label": "Felix Tan", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Resi Respati", "label": "Resi Respati", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Abolfazl Rezvani Naraqi", "label": "Abolfazl Rezvani Naraqi", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Rick Beerendonk", "label": "Rick Beerendonk", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Robert Mosolgo", "label": "Robert Mosolgo", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Samundra Khatri", "label": "Samundra Khatri", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Saransh Kataria", "label": "Saransh Kataria", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Sureshkumar Selvanayagam", "label": "Sureshkumar Selvanayagam", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Satyajit Sahoo", "label": "Satyajit Sahoo", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Md. Sazzadul Islam", "label": "Md. Sazzadul Islam", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Sebastia Ramon", "label": "Sebastia Ramon", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Shakib Hossain", "label": "Shakib Hossain", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Shalva Gegia", "label": "Shalva Gegia", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Soichiro Miki", "label": "Soichiro Miki", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Sophie Alpert", "label": "Sophie Alpert", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Merah Soheyb", "label": "Merah Soheyb", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Hrishi", "label": "Hrishi", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Suren Atoyan", "label": "Suren Atoyan", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Onur", "label": "Onur", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Tadeu Zagallo", "label": "Tadeu Zagallo", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Taehwan Noh", "label": "Taehwan Noh", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jimmy Jia", "label": "Jimmy Jia", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Tal Kol", "label": "Tal Kol", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Nat Alison", "label": "Nat Alison", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Shahul Hameed", "label": "Shahul Hameed", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Tigran", "label": "Tigran", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Tim Dorr", "label": "Tim Dorr", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Tom Occhino", "label": "Tom Occhino", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Dominic Gannaway", "label": "Dominic Gannaway", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Tsukuru Tanimichi", "label": "Tsukuru Tanimichi", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Tyler McGinnis", "label": "Tyler McGinnis", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Milan Vasic", "label": "Milan Vasic", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Vishal Jagtap", "label": "Vishal Jagtap", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Volodymyr Klymenko", "label": "Volodymyr Klymenko", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Will Binns-Smith", "label": "Will Binns-Smith", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Yunus Emre Dilber", "label": "Yunus Emre Dilber", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Yuqing Chen", "label": "Yuqing Chen", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Zahid Sumon", "label": "Zahid Sumon", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Paul O\u2019Shannessy", "label": "Paul O\u2019Shannessy", "shape": "dot", "size": 10}, {"bipartite": 0, "color": "#97c2fc", "font": {"color": "white"}, "id": "google", "label": "google", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Mohit Cheppudira", "label": "Mohit Cheppudira", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Pawe\u0142 K\u0119pka", "label": "Pawe\u0142 K\u0119pka", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Andrew Woloszyn", "label": "Andrew Woloszyn", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Adrian Perez", "label": "Adrian Perez", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Al Cutter", "label": "Al Cutter", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Alexey Kurakin", "label": "Alexey Kurakin", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Anash P. Oommen", "label": "Anash P. Oommen", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Andiry Xu", "label": "Andiry Xu", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Artem Belevich", "label": "Artem Belevich", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Juanli Shen", "label": "Juanli Shen", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Yilun Chong", "label": "Yilun Chong", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Benjamin Elder", "label": "Benjamin Elder", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Eric Chang", "label": "Eric Chang", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Chengyuan Zhao", "label": "Chengyuan Zhao", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Chimdindu Denalex Orakwue", "label": "Chimdindu Denalex Orakwue", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Antonio Lobato", "label": "Antonio Lobato", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Conchylicultor", "label": "Conchylicultor", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Ben McIlwain", "label": "Ben McIlwain", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Dan Albert", "label": "Dan Albert", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Alexey Sokolov", "label": "Alexey Sokolov", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "A. Cody Schuffelen", "label": "A. Cody Schuffelen", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Filippo Valsorda", "label": "Filippo Valsorda", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Geoffrey Martin-Noble", "label": "Geoffrey Martin-Noble", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Artur Pacan", "label": "Artur Pacan", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Robin Liu", "label": "Robin Liu", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Yuriy Gridasov", "label": "Yuriy Gridasov", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jonas Jongejan", "label": "Jonas Jongejan", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Hamzah", "label": "Hamzah", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jakub Sroka", "label": "Jakub Sroka", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jason Heron", "label": "Jason Heron", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jimmy Chen", "label": "Jimmy Chen", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Kehang Han", "label": "Kehang Han", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Kate Murphy", "label": "Kate Murphy", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Katrina Mitchell", "label": "Katrina Mitchell", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Keith Moyer", "label": "Keith Moyer", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Kyle Wiese", "label": "Kyle Wiese", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Larry Lansing", "label": "Larry Lansing", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Leo Neat", "label": "Leo Neat", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jingfang Liu", "label": "Jingfang Liu", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Michael Forster", "label": "Michael Forster", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Marco Sero", "label": "Marco Sero", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Mark Daoust", "label": "Mark Daoust", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Markus Bordihn", "label": "Markus Bordihn", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Marten van Wezel", "label": "Marten van Wezel", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "David Tomaschik", "label": "David Tomaschik", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Max Renaud", "label": "Max Renaud", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Meghna Natraj", "label": "Meghna Natraj", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Michael Doyle", "label": "Michael Doyle", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Mohamed Elhawaty", "label": "Mohamed Elhawaty", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Morg", "label": "Morg", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Nikita Yaschenko", "label": "Nikita Yaschenko", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jeffrey Kardatzke", "label": "Jeffrey Kardatzke", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Neil Fraser", "label": "Neil Fraser", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Nicholas Azar", "label": "Nicholas Azar", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Nilton Volpato", "label": "Nilton Volpato", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Daniel Peirano", "label": "Daniel Peirano", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Philippe Modard", "label": "Philippe Modard", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Pierfrancesco Soffritti", "label": "Pierfrancesco Soffritti", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Kate Lovett", "label": "Kate Lovett", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Piotr Sikora", "label": "Piotr Sikora", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Marcin Kowalczyk", "label": "Marcin Kowalczyk", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Rafael Marinheiro", "label": "Rafael Marinheiro", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Lantao Liu", "label": "Lantao Liu", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Tony Seaward", "label": "Tony Seaward", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Shahbaz Youssefi", "label": "Shahbaz Youssefi", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Pavel Sountsov", "label": "Pavel Sountsov", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Chris Hawk", "label": "Chris Hawk", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Sven May", "label": "Sven May", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Tianrun Li", "label": "Tianrun Li", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Michael Hu", "label": "Michael Hu", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jacob Trimble", "label": "Jacob Trimble", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Brian Hulette", "label": "Brian Hulette", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Todd Kopriva", "label": "Todd Kopriva", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Toni Klopfenstein", "label": "Toni Klopfenstein", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Willis", "label": "Willis", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Weiran Fang", "label": "Weiran Fang", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Yi\u011fit (Yeet) Uyan", "label": "Yi\u011fit (Yeet) Uyan", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Zachary Marcus", "label": "Zachary Marcus", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Alejandro Montenegro", "label": "Alejandro Montenegro", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Aaron Stacy", "label": "Aaron Stacy", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Aaron Peterson", "label": "Aaron Peterson", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Varun Khaneja", "label": "Varun Khaneja", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Abdulla Kamar", "label": "Abdulla Kamar", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Arvind Chembarpu", "label": "Arvind Chembarpu", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Alex McArther", "label": "Alex McArther", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Adam Cozzette", "label": "Adam Cozzette", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Adam Duke", "label": "Adam Duke", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Adam Roberts", "label": "Adam Roberts", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Aleksandr Dobkin\u003cimg src=404 onerror=alert(document.domain)\u003e", "label": "Aleksandr Dobkin\u003cimg src=404 onerror=alert(document.domain)\u003e", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Advait Jain", "label": "Advait Jain", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Andrew Ellem", "label": "Andrew Ellem", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Afroz Mohiuddin", "label": "Afroz Mohiuddin", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Adam Langley", "label": "Adam Langley", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Andrew Warren", "label": "Andrew Warren", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Ajinkya Kolhe", "label": "Ajinkya Kolhe", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Akash Verenkar", "label": "Akash Verenkar", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Alastair Breeze", "label": "Alastair Breeze", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Alex Cope", "label": "Alex Cope", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Alexander Gorban", "label": "Alexander Gorban", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Allen Vicencio", "label": "Allen Vicencio", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Tony Allevato", "label": "Tony Allevato", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Harald Alvestrand", "label": "Harald Alvestrand", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Alex Rickabaugh", "label": "Alex Rickabaugh", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Antonio Maiorano", "label": "Antonio Maiorano", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Alan Malloy", "label": "Alan Malloy", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Aman Gupta", "label": "Aman Gupta", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Amanda Tarafa Mas", "label": "Amanda Tarafa Mas", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Amaury Medeiros", "label": "Amaury Medeiros", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Andr\u00e9 Cipriani Bandarra", "label": "Andr\u00e9 Cipriani Bandarra", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Yongkun Anfernee Gui", "label": "Yongkun Anfernee Gui", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Andrew Ng", "label": "Andrew Ng", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Anna Gringauze", "label": "Anna Gringauze", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Anoop Johnson", "label": "Anoop Johnson", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Cosimo Lupo", "label": "Cosimo Lupo", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Lei Zhang", "label": "Lei Zhang", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Anurag Porripireddi", "label": "Anurag Porripireddi", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Alexander Marks", "label": "Alexander Marks", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Adam Paszke", "label": "Adam Paszke", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Andrew Pilloud", "label": "Andrew Pilloud", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Brenton Simpson", "label": "Brenton Simpson", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Alessandro Presta", "label": "Alessandro Presta", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "David Worsham", "label": "David Worsham", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Ari Chivukula", "label": "Ari Chivukula", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Artemis Pax", "label": "Artemis Pax", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Asanka Herath", "label": "Asanka Herath", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Ashish Kedia", "label": "Ashish Kedia", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Ashok Patel", "label": "Ashok Patel", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "John Aslanides", "label": "John Aslanides", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Mark Aufflick", "label": "Mark Aufflick", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Aleksandr Averbukh", "label": "Aleksandr Averbukh", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Avnish", "label": "Avnish", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Adam Wonak", "label": "Adam Wonak", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Ayman Farhat", "label": "Ayman Farhat", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "G\u00e1bor Bart\u00f3k", "label": "G\u00e1bor Bart\u00f3k", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Dominic Battre", "label": "Dominic Battre", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Bruno Figueiredo", "label": "Bruno Figueiredo", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Benjamin E. Coe", "label": "Benjamin E. Coe", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Fran\u00e7ois Beaufort", "label": "Fran\u00e7ois Beaufort", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Ben Doherty", "label": "Ben Doherty", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Ben Clayton", "label": "Ben Clayton", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Bence B\u00e9ky", "label": "Bence B\u00e9ky", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "David Bendory", "label": "David Bendory", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Ben Gold", "label": "Ben Gold", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Benjamin Maynard", "label": "Benjamin Maynard", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Ben King", "label": "Ben King", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Ben Vanik", "label": "Ben Vanik", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Peter Beverloo", "label": "Peter Beverloo", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Bruce Fontaine", "label": "Bruce Fontaine", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Ben Hamilton (Ben Gertzfield)", "label": "Ben Hamilton (Ben Gertzfield)", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Bharatt Kukreja", "label": "Bharatt Kukreja", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Stanley Bileschi", "label": "Stanley Bileschi", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Billy Jacobson", "label": "Billy Jacobson", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Bakh Inamov", "label": "Bakh Inamov", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Bin Wu", "label": "Bin Wu", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Bjorn Leffler", "label": "Bjorn Leffler", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Emmanuel Garcia", "label": "Emmanuel Garcia", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Anudhyan Boral", "label": "Anudhyan Boral", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Henry Chang", "label": "Henry Chang", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Benedikt Meurer", "label": "Benedikt Meurer", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Brian Zhao", "label": "Brian Zhao", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Brian Kuhn", "label": "Brian Kuhn", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Bowei Du", "label": "Bowei Du", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Bramha Ghosh", "label": "Bramha Ghosh", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Brandon Weeks", "label": "Brandon Weeks", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Brendan Kenny", "label": "Brendan Kenny", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Brian Dorsey", "label": "Brian Dorsey", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Brian Kennedy", "label": "Brian Kennedy", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Chris Broadfoot", "label": "Chris Broadfoot", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Bryan Seybold", "label": "Bryan Seybold", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Bryan Yeung", "label": "Bryan Yeung", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "bttk", "label": "bttk", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Eugene Burmako", "label": "Eugene Burmako", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Cameron Thornton", "label": "Cameron Thornton", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Caleb Eggensperger", "label": "Caleb Eggensperger", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Caren", "label": "Caren", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Cameron Dale", "label": "Cameron Dale", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Casey Burkhardt", "label": "Casey Burkhardt", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Cassie Recher", "label": "Cassie Recher", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Cathie Yun", "label": "Cathie Yun", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Christian Blichmann", "label": "Christian Blichmann", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Chris Bracken", "label": "Chris Bracken", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Chen Yang", "label": "Chen Yang", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Chris DiBona", "label": "Chris DiBona", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Cezary Zawadka", "label": "Cezary Zawadka", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Colin Decker", "label": "Colin Decker", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Christopher Grant", "label": "Christopher Grant", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Chanseok Oh", "label": "Chanseok Oh", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "\u5de2\u9e4f", "label": "\u5de2\u9e4f", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Chaoren Lin", "label": "Chaoren Lin", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Richard Chen", "label": "Richard Chen", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Chase Phillips", "label": "Chase Phillips", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jessica Dene Earley-Cha", "label": "Jessica Dene Earley-Cha", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "George Karpenkov", "label": "George Karpenkov", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jeff Ching", "label": "Jeff Ching", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Chinmay Garde", "label": "Chinmay Garde", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Chi Zhang", "label": "Chi Zhang", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Chris Jones", "label": "Chris Jones", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Christopher Lamb", "label": "Christopher Lamb", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Chris Cox", "label": "Chris Cox", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Chris Fenner", "label": "Chris Fenner", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Chris Forbes", "label": "Chris Forbes", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Chris Harrelson", "label": "Chris Harrelson", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Chris Ricci", "label": "Chris Ricci", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Chuang Wang", "label": "Chuang Wang", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Charles Lee", "label": "Charles Lee", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Cole Wagner", "label": "Cole Wagner", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Chenkai Kuang", "label": "Chenkai Kuang", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Cl\u00e9ment Nodet", "label": "Cl\u00e9ment Nodet", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Craig Nishina", "label": "Craig Nishina", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Phil Xiaojun Hu", "label": "Phil Xiaojun Hu", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jeff Schiller", "label": "Jeff Schiller", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Edrienne", "label": "Edrienne", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Cody Oss", "label": "Cody Oss", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Saleem Abdulrasool", "label": "Saleem Abdulrasool", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Connor Clark", "label": "Connor Clark", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Carlos O\u0027Ryan", "label": "Carlos O\u0027Ryan", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Chris Povirk", "label": "Chris Povirk", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Craig Citro", "label": "Craig Citro", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Taylor Cramer", "label": "Taylor Cramer", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Ran Chen", "label": "Ran Chen", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Christopher Suter", "label": "Christopher Suter", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Cliff Young", "label": "Cliff Young", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Chris Yang", "label": "Chris Yang", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Benjamin Kramer", "label": "Benjamin Kramer", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Dale Curtis", "label": "Dale Curtis", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Damien Martin-Guillerez", "label": "Damien Martin-Guillerez", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Dan Zheng", "label": "Dan Zheng", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Daniel Hurt", "label": "Daniel Hurt", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Daniel Sanche", "label": "Daniel Sanche", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Daniel Bankhead", "label": "Daniel Bankhead", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Danijar Hafner", "label": "Danijar Hafner", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Dan O\u0027Meara", "label": "Dan O\u0027Meara", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Dan", "label": "Dan", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Daniel Santiago", "label": "Daniel Santiago", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "ZHANG Dapeng", "label": "ZHANG Dapeng", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Dave Crossland", "label": "Dave Crossland", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "David Lattimore", "label": "David Lattimore", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "David Rabinowitz", "label": "David Rabinowitz", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "David Sansome", "label": "David Sansome", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Diego Ballesteros Villamizar", "label": "Diego Ballesteros Villamizar", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Dan Barella", "label": "Dan Barella", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "David Bieber", "label": "David Bieber", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Daniel Chao", "label": "Daniel Chao", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Daco Harkes", "label": "Daco Harkes", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "DC", "label": "DC", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Deepanjan Roy", "label": "Deepanjan Roy", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Dror Eiger", "label": "Dror Eiger", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jake Sanders", "label": "Jake Sanders", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Denis Vnukov", "label": "Denis Vnukov", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Denny C. Dai", "label": "Denny C. Dai", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Derek Mauro", "label": "Derek Mauro", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Daniel Freedman", "label": "Daniel Freedman", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Dustin Ingram", "label": "Dustin Ingram", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Diego Perez", "label": "Diego Perez", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Matt Hamrick", "label": "Matt Hamrick", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Michael Diamond", "label": "Michael Diamond", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Dina Graves Portman", "label": "Dina Graves Portman", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Dustin Lam", "label": "Dustin Lam", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "David L. Jones", "label": "David L. Jones", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Dmitri Shuralyov", "label": "Dmitri Shuralyov", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Dan Motzenbecker", "label": "Dan Motzenbecker", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Dror Ayalon", "label": "Dror Ayalon", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Brett Morgan", "label": "Brett Morgan", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Dominic Hamon", "label": "Dominic Hamon", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Roberto Jung Drebes", "label": "Roberto Jung Drebes", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Rodrigo Queiro", "label": "Rodrigo Queiro", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Sunil Arora", "label": "Sunil Arora", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Dominik R\u00f6ttsches", "label": "Dominik R\u00f6ttsches", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "David Saff", "label": "David Saff", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "David Mandelberg", "label": "David Mandelberg", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Daniel Sami", "label": "Daniel Sami", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Darpan Shah", "label": "Darpan Shah", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Daniel Smilkov", "label": "Daniel Smilkov", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Ayush Dubey", "label": "Ayush Dubey", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Pierre Dulac", "label": "Pierre Dulac", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Mike Dusenberry", "label": "Mike Dusenberry", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Dustin Tran", "label": "Dustin Tran", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "David Supplee", "label": "David Supplee", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Elliott Marquez", "label": "Elliott Marquez", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "\u00c9amonn McManus", "label": "\u00c9amonn McManus", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Marsh Gardiner", "label": "Marsh Gardiner", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Russell Harmon", "label": "Russell Harmon", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Eric Christopher", "label": "Eric Christopher", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Lu Dang", "label": "Lu Dang", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Tao HE", "label": "Tao HE", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Elliotte Rusty Harold", "label": "Elliotte Rusty Harold", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Eli Bendersky", "label": "Eli Bendersky", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Eric Christiansen", "label": "Eric Christiansen", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Emory Ruscus", "label": "Emory Ruscus", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Eric Spishak-Thomas", "label": "Eric Spishak-Thomas", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Eslam Nawara", "label": "Eslam Nawara", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Edu Pereda", "label": "Edu Pereda", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Bruno Panara", "label": "Bruno Panara", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Eric Chiang", "label": "Eric Chiang", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "erwin mombay", "label": "erwin mombay", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Eric Shienbrood", "label": "Eric Shienbrood", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Eduard Trulls", "label": "Eduard Trulls", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Shane Exterkamp", "label": "Shane Exterkamp", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Du Phan", "label": "Du Phan", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Erick Fejta", "label": "Erick Fejta", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Felix Arntz", "label": "Felix Arntz", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Fernando Rubbo", "label": "Fernando Rubbo", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Marco Ferrari", "label": "Marco Ferrari", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Todd Kulesza", "label": "Todd Kulesza", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Fernando Gil", "label": "Fernando Gil", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Filip Filmar", "label": "Filip Filmar", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jim Graham", "label": "Jim Graham", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Michael O\u0027Brien", "label": "Michael O\u0027Brien", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Fr\u00e9d\u00e9ric Rechtenstein", "label": "Fr\u00e9d\u00e9ric Rechtenstein", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Fred Sauer", "label": "Fred Sauer", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Alexei Frolov", "label": "Alexei Frolov", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Roy Frostig", "label": "Roy Frostig", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Fernando Serboncini", "label": "Fernando Serboncini", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Fred Sladkey", "label": "Fred Sladkey", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Oleksandr \"Alex\" Zinenko", "label": "Oleksandr \"Alex\" Zinenko", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Fabricio Voznika", "label": "Fabricio Voznika", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Florian Weikert", "label": "Florian Weikert", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Garret Rieger", "label": "Garret Rieger", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Gary Elliott", "label": "Gary Elliott", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Andrew Gaul", "label": "Andrew Gaul", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Gennadiy Civil", "label": "Gennadiy Civil", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Mark", "label": "Mark", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Ghanan", "label": "Ghanan", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Dero Gharibian", "label": "Dero Gharibian", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Gianni Chen", "label": "Gianni Chen", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Goktug Gokdogan", "label": "Goktug Gokdogan", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Griffin Boyce", "label": "Griffin Boyce", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Katie McLaughlin", "label": "Katie McLaughlin", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jon Glick", "label": "Jon Glick", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Michael Goderbauer", "label": "Michael Goderbauer", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Michael Thiel", "label": "Michael Thiel", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Google Admin", "label": "Google Admin", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Gregory P. Smith", "label": "Gregory P. Smith", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Graeme Morgan", "label": "Graeme Morgan", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Grant Timmerman", "label": "Grant Timmerman", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Grant Rodgers", "label": "Grant Rodgers", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Gary Roumanis", "label": "Gary Roumanis", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Pierre-Louis", "label": "Pierre-Louis", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Gunjan Baid", "label": "Gunjan Baid", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Gaurav Vaish", "label": "Gaurav Vaish", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "George Wright", "label": "George Wright", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Bill Wendling", "label": "Bill Wendling", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Maral", "label": "Maral", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Joshua Haberman", "label": "Joshua Haberman", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Hadon Nash", "label": "Hadon Nash", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Halvard Skogsrud", "label": "Halvard Skogsrud", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Han-Wen Nienhuys", "label": "Han-Wen Nienhuys", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Hanzhao Lin", "label": "Hanzhao Lin", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Haoyu Zhang", "label": "Haoyu Zhang", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Kyle Phillips", "label": "Kyle Phillips", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Peter Hawkins", "label": "Peter Hawkins", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Hayato Ito", "label": "Hayato Ito", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Bhasker Hariharan", "label": "Bhasker Hariharan", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Michael Giambalvo", "label": "Michael Giambalvo", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Mike Helfrich", "label": "Mike Helfrich", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Yuchen He", "label": "Yuchen He", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Hendrik Greving", "label": "Hendrik Greving", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Ken Hibino", "label": "Ken Hibino", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Hannah Schlueter", "label": "Hannah Schlueter", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Hongchan Choi", "label": "Hongchan Choi", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Hoi Lam", "label": "Hoi Lam", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Liam Hopkins", "label": "Liam Hopkins", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Houssein Djirdeh", "label": "Houssein Djirdeh", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Havard Skinnemoen", "label": "Havard Skinnemoen", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Harry Terkelsen", "label": "Harry Terkelsen", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Bing Hu", "label": "Bing Hu", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jason Hu", "label": "Jason Hu", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Roy Hvaara", "label": "Roy Hvaara", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Henner Zeller", "label": "Henner Zeller", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Kevin Yap", "label": "Kevin Yap", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Julien Cretin", "label": "Julien Cretin", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Ian Vollick", "label": "Ian Vollick", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Nacho Coloma", "label": "Nacho Coloma", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Ian Flanigan", "label": "Ian Flanigan", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Israel Herraiz", "label": "Israel Herraiz", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "iislucas", "label": "iislucas", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Izabela Or\u0142owska", "label": "Izabela Or\u0142owska", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "K\u039bROLIS DIN\u039eIK\u039b", "label": "K\u039bROLIS DIN\u039eIK\u039b", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Luca Invernizzi", "label": "Luca Invernizzi", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Kaushik Iska", "label": "Kaushik Iska", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Julien Dramaix", "label": "Julien Dramaix", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jean de Klerk", "label": "Jean de Klerk", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jake Archibald", "label": "Jake Archibald", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jan Wassenberg", "label": "Jan Wassenberg", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Janet Kuo", "label": "Janet Kuo", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jared Burrows", "label": "Jared Burrows", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jason Mayes", "label": "Jason Mayes", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Paolo Pigozzo", "label": "Paolo Pigozzo", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Joe Bolinger", "label": "Joe Bolinger", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jacob Burnim", "label": "Jacob Burnim", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Justin Braaten", "label": "Justin Braaten", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jeffrey Posnick", "label": "Jeffrey Posnick", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jorge E. Moreira", "label": "Jorge E. Moreira", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jeremy Faller", "label": "Jeremy Faller", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jeremy Whelchel", "label": "Jeremy Whelchel", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jeremy Mowery", "label": "Jeremy Mowery", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jeremiah Harmsen", "label": "Jeremiah Harmsen", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Lai Jiang", "label": "Lai Jiang", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jon Imperiosi", "label": "Jon Imperiosi", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jin", "label": "Jin", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jinwoo Lee", "label": "Jinwoo Lee", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "James Jerger", "label": "James Jerger", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "John-Michael Mulesa", "label": "John-Michael Mulesa", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jason Dobry", "label": "Jason Dobry", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jesse Rosenstock", "label": "Jesse Rosenstock", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Joachim Metz", "label": "Joachim Metz", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Joe Fernandez", "label": "Joe Fernandez", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Joel Shor", "label": "Joel Shor", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Joel Hockey", "label": "Joel Hockey", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Joey Parrish", "label": "Joey Parrish", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "John Mellor", "label": "John Mellor", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "John Plate", "label": "John Plate", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Mehdi Amini", "label": "Mehdi Amini", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Joel Rosenberg", "label": "Joel Rosenberg", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jonas Finnemann Jensen", "label": "Jonas Finnemann Jensen", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jonathan Chen", "label": "Jonathan Chen", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jong Choi", "label": "Jong Choi", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Joseph Lewis III", "label": "Joseph Lewis III", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Joseph Richey", "label": "Joseph Richey", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Joey Perrott", "label": "Joey Perrott", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Joshua Liebow-Feeser", "label": "Joshua Liebow-Feeser", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jani Patokallio", "label": "Jani Patokallio", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jacques Pienaar", "label": "Jacques Pienaar", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "John-Paul Lobos", "label": "John-Paul Lobos", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Justin Poehnelt", "label": "Justin Poehnelt", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jordi Pont-Tuset", "label": "Jordi Pont-Tuset", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jiho Choi", "label": "Jiho Choi", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "jrmahechad", "label": "jrmahechad", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Joshua O\u0027Madadhain", "label": "Joshua O\u0027Madadhain", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jinseong Jeon", "label": "Jinseong Jeon", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Joshua Tacoma", "label": "Joshua Tacoma", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "John McDole", "label": "John McDole", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Iker Jamardo", "label": "Iker Jamardo", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Julian Toledo", "label": "Julian Toledo", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Julie Ralph", "label": "Julie Ralph", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Paul Wankadia", "label": "Paul Wankadia", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Justin Buchanan", "label": "Justin Buchanan", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Justin Pettit", "label": "Justin Pettit", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Joshua V. Dillon", "label": "Joshua V. Dillon", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jonathan Hui", "label": "Jonathan Hui", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jaime Wren", "label": "Jaime Wren", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Katherine Wu", "label": "Katherine Wu", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Svyatoslav Usachev", "label": "Svyatoslav Usachev", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Kai Ninomiya", "label": "Kai Ninomiya", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Kristoffer Andersen", "label": "Kristoffer Andersen", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Karan Goel", "label": "Karan Goel", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Karim Nosseir", "label": "Karim Nosseir", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Karl Hiramoto", "label": "Karl Hiramoto", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Konstantinos Katsiapis", "label": "Konstantinos Katsiapis", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Karol", "label": "Karol", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Ken Russell", "label": "Ken Russell", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Kenton Lee", "label": "Kenton Lee", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Kenzie Davisson", "label": "Kenzie Davisson", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Kevin Schaaf", "label": "Kevin Schaaf", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "mikewu", "label": "mikewu", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Ben Weiss", "label": "Ben Weiss", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Kirill Bobyrev", "label": "Kirill Bobyrev", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Kibeom Kim", "label": "Kibeom Kim", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Kurt Alfred Kluever", "label": "Kurt Alfred Kluever", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Kenneth Massada", "label": "Kenneth Massada", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Kiana McNellis", "label": "Kiana McNellis", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Krzysztof Kotowicz", "label": "Krzysztof Kotowicz", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Kenny Root", "label": "Kenny Root", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Krzysztof Siedlecki", "label": "Krzysztof Siedlecki", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Sen Lu", "label": "Sen Lu", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Keith Schaab", "label": "Keith Schaab", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jakub Kuderski", "label": "Jakub Kuderski", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Keen Yee Liau", "label": "Keen Yee Liau", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "laike9m", "label": "laike9m", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Billy Lamberta", "label": "Billy Lamberta", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Luiz Antonio", "label": "Luiz Antonio", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Laurent Le Brun", "label": "Laurent Le Brun", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Daniel Smith", "label": "Daniel Smith", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Karl Stanton", "label": "Karl Stanton", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Yujin Tang", "label": "Yujin Tang", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jordan Liggitt", "label": "Jordan Liggitt", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Chaoren", "label": "Chaoren", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Yuan Liu", "label": "Yuan Liu", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Angela Li", "label": "Angela Li", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jasmine Chen", "label": "Jasmine Chen", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Peiyong Lin", "label": "Peiyong Lin", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Robert David", "label": "Robert David", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Laszlo Szekeres", "label": "Laszlo Szekeres", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Lucas Beyer", "label": "Lucas Beyer", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Ludovic Champenois", "label": "Ludovic Champenois", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Lu Zhang", "label": "Lu Zhang", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Lukas Weichselbaum", "label": "Lukas Weichselbaum", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "David Majnemer", "label": "David Majnemer", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Malcolm Rowe", "label": "Malcolm Rowe", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Renato Mangini", "label": "Renato Mangini", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Mani Varadarajan", "label": "Mani Varadarajan", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Mark L. Chang", "label": "Mark L. Chang", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Mark McDonald", "label": "Mark McDonald", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Martin Hadid", "label": "Martin Hadid", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "M-A", "label": "M-A", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Matan Lurey", "label": "Matan Lurey", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Matej Rizman", "label": "Matej Rizman", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Mathias Bynens", "label": "Mathias Bynens", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Matt Cary", "label": "Matt Cary", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Matthew Michihara", "label": "Matthew Michihara", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Matthew Johnson", "label": "Matthew Johnson", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Matt T. Proud", "label": "Matt T. Proud", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Sebastian Mauer", "label": "Sebastian Mauer", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Max Vogler", "label": "Max Vogler", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Misha Brukman", "label": "Misha Brukman", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "mcclanahoochie", "label": "mcclanahoochie", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Marc", "label": "Marc", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Dan Moldovan", "label": "Dan Moldovan", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Matthew Dempsky", "label": "Matthew Dempsky", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Igor Dvorzhak", "label": "Igor Dvorzhak", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Medya Ghazizadeh", "label": "Medya Ghazizadeh", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Melissa Ho", "label": "Melissa Ho", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Mengqi Yu", "label": "Mengqi Yu", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Yun Peng", "label": "Yun Peng", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Marc Fielding", "label": "Marc Fielding", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Mark Foltz (Google)", "label": "Mark Foltz (Google)", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Mike Schwartz", "label": "Mike Schwartz", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Minko Gechev", "label": "Minko Gechev", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Marta G\u00f3mez Mac\u00edas", "label": "Marta G\u00f3mez Mac\u00edas", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Michael Griscom", "label": "Michael Griscom", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Michael Haro", "label": "Michael Haro", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Michael Quinn", "label": "Michael Quinn", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Michael Reneer", "label": "Michael Reneer", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Michael W. Sherman", "label": "Michael W. Sherman", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Michael Zoech", "label": "Michael Zoech", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Miguel Fernandes", "label": "Miguel Fernandes", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Mihai Maruseac", "label": "Mihai Maruseac", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Mihai Nita", "label": "Mihai Nita", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Mike Danese", "label": "Mike Danese", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Mike Dory", "label": "Mike Dory", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Michael Haney", "label": "Michael Haney", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Mike Helmick", "label": "Mike Helmick", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Miko\u0142aj Stefaniak", "label": "Miko\u0142aj Stefaniak", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Michael Muller", "label": "Michael Muller", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Mingxing", "label": "Mingxing", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Pedram Pejman", "label": "Pedram Pejman", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Michael Thomsen", "label": "Michael Thomsen", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Max Kim", "label": "Max Kim", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Maxwell Bileschi", "label": "Maxwell Bileschi", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Matt W", "label": "Matt W", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Miles Malerba", "label": "Miles Malerba", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Matthew Riley", "label": "Matthew Riley", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Mertcan Mermerkaya", "label": "Mertcan Mermerkaya", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Michael Marturana", "label": "Michael Marturana", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Moe Sy", "label": "Moe Sy", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Mohab Fekry", "label": "Mohab Fekry", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Mohamed Amir Yosef", "label": "Mohamed Amir Yosef", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "mor_ambro", "label": "mor_ambro", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Matt Morehouse", "label": "Matt Morehouse", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Morgante Pell", "label": "Morgante Pell", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "moschi", "label": "moschi", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Rahat Mahmood", "label": "Rahat Mahmood", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Vyacheslav Egorov", "label": "Vyacheslav Egorov", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Mark Klara", "label": "Mark Klara", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Matthew Suozzo", "label": "Matthew Suozzo", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Ignacio (Nacho) Cano", "label": "Ignacio (Nacho) Cano", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Nagesh Susarla", "label": "Nagesh Susarla", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Teju Nareddy", "label": "Teju Nareddy", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Nate Bosch", "label": "Nate Bosch", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Nathan Williams", "label": "Nathan Williams", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Nathaniel Manista", "label": "Nathaniel Manista", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Nicholas Deakin", "label": "Nicholas Deakin", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "David P. Baker", "label": "David P. Baker", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "@profGbenga", "label": "@profGbenga", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Nick Felt", "label": "Nick Felt", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Hiroki Nakagawa", "label": "Hiroki Nakagawa", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Nick", "label": "Nick", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Nick Desaulniers", "label": "Nick Desaulniers", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Alex Nicksay", "label": "Alex Nicksay", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Nicolas Garnier", "label": "Nicolas Garnier", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Nik Klassen", "label": "Nik Klassen", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jamie Liu", "label": "Jamie Liu", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Nicolas Lopez", "label": "Nicolas Lopez", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Nick F", "label": "Nick F", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Alexander Nohe", "label": "Alexander Nohe", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Nico Pag", "label": "Nico Pag", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Nina Satragno", "label": "Nina Satragno", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Shuhei Takahashi", "label": "Shuhei Takahashi", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Kouhei Ueno", "label": "Kouhei Ueno", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Adam Ocsvari", "label": "Adam Ocsvari", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Oleg Shaldybin", "label": "Oleg Shaldybin", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Vy Nguyen", "label": "Vy Nguyen", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Orlando Pozo", "label": "Orlando Pozo", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Orly Liba", "label": "Orly Liba", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Colin Nelson", "label": "Colin Nelson", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "\u00d6mer Sinan A\u011facan", "label": "\u00d6mer Sinan A\u011facan", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Daniel", "label": "Daniel", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Oscar Wahltinez", "label": "Oscar Wahltinez", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Phil Ames", "label": "Phil Ames", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "\u0141ukasz Hanuszczak", "label": "\u0141ukasz Hanuszczak", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Paul Beusterien", "label": "Paul Beusterien", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Paul Irish", "label": "Paul Irish", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Pavithra Vijay", "label": "Pavithra Vijay", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Peter Bostr\u00f6m", "label": "Peter Bostr\u00f6m", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Peter Foley", "label": "Peter Foley", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Peggy Chi", "label": "Peggy Chi", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Tianguang", "label": "Tianguang", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Penporn Koanantakool", "label": "Penporn Koanantakool", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Peter Buchlovsky", "label": "Peter Buchlovsky", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Pete LePage", "label": "Pete LePage", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Peter Ma", "label": "Peter Ma", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Philip Walton", "label": "Philip Walton", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Philipp Wollermann", "label": "Philipp Wollermann", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Philipp Kern", "label": "Philipp Kern", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Pete Markowsky", "label": "Pete Markowsky", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Pascal Muetschard", "label": "Pascal Muetschard", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "J\u00ear\u00f4me Poichet", "label": "J\u00ear\u00f4me Poichet", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Polina Cherkasova", "label": "Polina Cherkasova", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Pradeep Venkat", "label": "Pradeep Venkat", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "prathap reddy", "label": "prathap reddy", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Michael Pratt", "label": "Michael Pratt", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Philip Rideout", "label": "Philip Rideout", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Johan Euphrosine", "label": "Johan Euphrosine", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Mark Punzalan", "label": "Mark Punzalan", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Victor Costan", "label": "Victor Costan", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "parsa", "label": "parsa", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Qianli Scott Zhu", "label": "Qianli Scott Zhu", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Quentin Cha", "label": "Quentin Cha", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Ragh Srinivasan", "label": "Ragh Srinivasan", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Ricardo A. Garcia", "label": "Ricardo A. Garcia", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Rami", "label": "Rami", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Alexander Potapenko", "label": "Alexander Potapenko", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Josh Gordon", "label": "Josh Gordon", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "rasmi", "label": "rasmi", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Rob Clevenger", "label": "Rob Clevenger", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Renzo Rojas", "label": "Renzo Rojas", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Adam Rice", "label": "Adam Rice", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Nick Rout", "label": "Nick Rout", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Peter Burns", "label": "Peter Burns", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Riley Karson", "label": "Riley Karson", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Daniel Ringwalt", "label": "Daniel Ringwalt", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Rishabh Kabra", "label": "Rishabh Kabra", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Robert Bailey", "label": "Robert Bailey", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Rob Kelly", "label": "Rob Kelly", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Rob Russell", "label": "Rob Russell", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Rohan Jain", "label": "Rohan Jain", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Roman Novak", "label": "Roman Novak", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Fredrik Roubert", "label": "Fredrik Roubert", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Renaud Paquay", "label": "Renaud Paquay", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "RJ Skerry-Ryan", "label": "RJ Skerry-Ryan", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Ryan Fuller", "label": "Ryan Fuller", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Rick Viscomi", "label": "Rick Viscomi", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Ryan McDermott", "label": "Ryan McDermott", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Ryan McDowell", "label": "Ryan McDowell", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Ryan Wilson", "label": "Ryan Wilson", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Saad Ali", "label": "Saad Ali", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Brennan Saeta", "label": "Brennan Saeta", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Sam McCall", "label": "Sam McCall", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Samuel Davidson", "label": "Samuel Davidson", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Sami Z.", "label": "Sami Z.", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Sam Stoelinga", "label": "Sam Stoelinga", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Samrat Saha", "label": "Samrat Saha", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Sam Ribeiro", "label": "Sam Ribeiro", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Aleksandra Faust", "label": "Aleksandra Faust", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Ashish Saxena", "label": "Ashish Saxena", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Saurabh Saxena", "label": "Saurabh Saxena", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Sam Clegg", "label": "Sam Clegg", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Chris Schrier", "label": "Chris Schrier", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Cody Schroeder", "label": "Cody Schroeder", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Scott Main", "label": "Scott Main", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Stefan Dierauf", "label": "Stefan Dierauf", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Sean Egan", "label": "Sean Egan", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Sean Lip", "label": "Sean Lip", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Sean Sullivan", "label": "Sean Sullivan", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Sebastian Benz", "label": "Sebastian Benz", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Siham Hussein", "label": "Siham Hussein", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Chris Sosa", "label": "Chris Sosa", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Sergii Tkachenko", "label": "Sergii Tkachenko", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Seth Moore", "label": "Seth Moore", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Seth", "label": "Seth", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Seth Vargo", "label": "Seth Vargo", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Shahms King", "label": "Shahms King", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Shane Glass", "label": "Shane Glass", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Sharad Vikram", "label": "Sharad Vikram", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Shauheen", "label": "Shauheen", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Shawn Busolits", "label": "Shawn Busolits", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Sherry Yang", "label": "Sherry Yang", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Stephen Hicks", "label": "Stephen Hicks", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "tAndrii", "label": "tAndrii", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Stephan Hoyer", "label": "Stephan Hoyer", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Karan Shukla", "label": "Karan Shukla", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Shuo Yang", "label": "Shuo Yang", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Nick Siderakis", "label": "Nick Siderakis", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Adithya Srinivasan", "label": "Adithya Srinivasan", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Eduardo\u0027 Vela\" \u003cNava\u003e (sirdarckcat)", "label": "Eduardo\u0027 Vela\" \u003cNava\u003e (sirdarckcat)", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Muthuramakrishnan Viswanathan", "label": "Muthuramakrishnan Viswanathan", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Sivakumar Kalva", "label": "Sivakumar Kalva", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Sasha Kuznetsov ", "label": "Sasha Kuznetsov ", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Stefan Natchev", "label": "Stefan Natchev", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Yang Song", "label": "Yang Song", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Soonson Kwon", "label": "Soonson Kwon", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Sophie Schmieg", "label": "Sophie Schmieg", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Dave Cunningham", "label": "Dave Cunningham", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Spencer Hance", "label": "Spencer Hance", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Rob Leidle", "label": "Rob Leidle", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Aaron Crickenberger", "label": "Aaron Crickenberger", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Steve Bazyl", "label": "Steve Bazyl", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jason Collins", "label": "Jason Collins", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Srinivas Vasudevan", "label": "Srinivas Vasudevan", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Spencer Small", "label": "Spencer Small", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Stephen Stenchever", "label": "Stephen Stenchever", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Tess Strickland", "label": "Tess Strickland", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Stanley Cheung", "label": "Stanley Cheung", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Stenal P Jolly", "label": "Stenal P Jolly", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Stuart Phillips", "label": "Stuart Phillips", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Tony Pujals", "label": "Tony Pujals", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Sergei Lebedev", "label": "Sergei Lebedev", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Suraj", "label": "Suraj", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Suyash Kumar", "label": "Suyash Kumar", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Tomo Suzuki", "label": "Tomo Suzuki", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Brad Svee", "label": "Brad Svee", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Pascal Birchler", "label": "Pascal Birchler", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Sarah Zakarias", "label": "Sarah Zakarias", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Tommy Murphy", "label": "Tommy Murphy", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Taymon A. Beal", "label": "Taymon A. Beal", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Tayo Oguntebi", "label": "Tayo Oguntebi", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "tbodt", "label": "tbodt", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Tyler Bui-Palsulich", "label": "Tyler Bui-Palsulich", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Tom Burgin", "label": "Tom Burgin", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Tejal Desai", "label": "Tejal Desai", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Terry Heo", "label": "Terry Heo", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Tianyu Geng", "label": "Tianyu Geng", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Thomas Guilbert", "label": "Thomas Guilbert", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Takeshi Hagikura", "label": "Takeshi Hagikura", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Scott Ganyo", "label": "Scott Ganyo", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Thiago Vieira", "label": "Thiago Vieira", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Thinh Ha", "label": "Thinh Ha", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Tim Hockin", "label": "Tim Hockin", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Thomas Joerg", "label": "Thomas Joerg", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Thomas Keck", "label": "Thomas Keck", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Thomas Van Lenten", "label": "Thomas Van Lenten", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Tom Hughes", "label": "Tom Hughes", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Tianhao Zhou", "label": "Tianhao Zhou", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Tim Niemueller", "label": "Tim Niemueller", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Tim King", "label": "Tim King", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Tim Shen", "label": "Tim Shen", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Tiziano Santoro", "label": "Tiziano Santoro", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "TAMURA, Kent", "label": "TAMURA, Kent", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Thomas Lively", "label": "Thomas Lively", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Takashi Matsuo", "label": "Takashi Matsuo", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Tamer Tas", "label": "Tamer Tas", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Tor Norbye", "label": "Tor Norbye", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Tod Hilton", "label": "Tod Hilton", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Hao Wu", "label": "Hao Wu", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Thomas Steiner", "label": "Thomas Steiner", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Tomek Madejski", "label": "Tomek Madejski", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Tom Hennigan", "label": "Tom Hennigan", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Tommy Cusick", "label": "Tommy Cusick", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Anthony Barone", "label": "Anthony Barone", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Tony Ruscoe", "label": "Tony Ruscoe", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Terrence Ryan", "label": "Terrence Ryan", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Anthony Tripaldi", "label": "Anthony Tripaldi", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Tim Swast", "label": "Tim Swast", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Shuhei Iitsuka", "label": "Shuhei Iitsuka", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Tijana Vislavski Gradina", "label": "Tijana Vislavski Gradina", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Thi\u00e9baud Weksteen", "label": "Thi\u00e9baud Weksteen", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Tyler Erickson", "label": "Tyler Erickson", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "tze hon", "label": "tze hon", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Umair Idris", "label": "Umair Idris", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Mike Frysinger", "label": "Mike Frysinger", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Varun Marupadi", "label": "Varun Marupadi", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Vilas Jagannath", "label": "Vilas Jagannath", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Vinayak Goyal", "label": "Vinayak Goyal", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Rett Berg", "label": "Rett Berg", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Vladimir Kryachko", "label": "Vladimir Kryachko", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Vincent Michon", "label": "Vincent Michon", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Vivek Sekhar", "label": "Vivek Sekhar", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Wajih Yassine", "label": "Wajih Yassine", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Warren Maresca", "label": "Warren Maresca", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Andy Hippo", "label": "Andy Hippo", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "wesley chun", "label": "wesley chun", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Kangping", "label": "Kangping", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Will Beason", "label": "Will Beason", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Arpana Mehta", "label": "Arpana Mehta", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Warren Kumari", "label": "Warren Kumari", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Quan Wang", "label": "Quan Wang", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Rick Wright", "label": "Rick Wright", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Xin Gao", "label": "Xin Gao", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Xavier Llor\u00e0", "label": "Xavier Llor\u00e0", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Melih Y. Yalcin", "label": "Melih Y. Yalcin", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Yarden Eitan", "label": "Yarden Eitan", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Yash Katariya", "label": "Yash Katariya", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Yasmine Evjen", "label": "Yasmine Evjen", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Yang Guo", "label": "Yang Guo", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Yilei \"Dolee\" Yang", "label": "Yilei \"Dolee\" Yang", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Amy Wu", "label": "Amy Wu", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Yi Xu", "label": "Yi Xu", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Yegor", "label": "Yegor", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Yoshi Yamaguchi", "label": "Yoshi Yamaguchi", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Yoav Weiss", "label": "Yoav Weiss", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "cshou", "label": "cshou", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Younies Mahmoud", "label": "Younies Mahmoud", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Yuchen Shi", "label": "Yuchen Shi", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Yuefeng Zhou", "label": "Yuefeng Zhou", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Yuntao Zhou", "label": "Yuntao Zhou", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Yang Yang", "label": "Yang Yang", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Isabel Povoa", "label": "Isabel Povoa", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Zef Delgadillo", "label": "Zef Delgadillo", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Andrea Francke", "label": "Andrea Francke", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Vitalii Fedorenko", "label": "Vitalii Fedorenko", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Qiao Zhang", "label": "Qiao Zhang", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "M\u00e1rton Braun", "label": "M\u00e1rton Braun", "shape": "dot", "size": 10}, {"bipartite": 0, "color": "#97c2fc", "font": {"color": "white"}, "id": "golang", "label": "golang", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "David du Colombier", "label": "David du Colombier", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Aram H\u0103v\u0103rneanu", "label": "Aram H\u0103v\u0103rneanu", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Alberto Donizetti", "label": "Alberto Donizetti", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Harald Nordgren", "label": "Harald Nordgren", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Sam Whited", "label": "Sam Whited", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Austin Clements", "label": "Austin Clements", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Alex Brainman", "label": "Alex Brainman", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Anthony Martin", "label": "Anthony Martin", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Andy Bonventre", "label": "Andy Bonventre", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Artyom Pervukhin", "label": "Artyom Pervukhin", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Bryan C. Mills", "label": "Bryan C. Mills", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Ben Shi", "label": "Ben Shi", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Camilo Aguilar", "label": "Camilo Aguilar", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Chris Lewis", "label": "Chris Lewis", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Changkun Ou", "label": "Changkun Ou", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "David Crawshaw", "label": "David Crawshaw", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Cuong Manh Le", "label": "Cuong Manh Le", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "David Lazar", "label": "David Lazar", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Dominik Honnef", "label": "Dominik Honnef", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Daniel Skinner", "label": "Daniel Skinner", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Joe Tsai", "label": "Joe Tsai", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Dmitry Vyukov", "label": "Dmitry Vyukov", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Fatih Arslan", "label": "Fatih Arslan", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Gabriel Aszalos", "label": "Gabriel Aszalos", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Hajime Hoshi", "label": "Hajime Hoshi", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Johan Brandhorst-Satzkorn", "label": "Johan Brandhorst-Satzkorn", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Joseph Poirier", "label": "Joseph Poirier", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "mattn", "label": "mattn", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Matt Layher", "label": "Matt Layher", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Minux Ma", "label": "Minux Ma", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Michael Munday", "label": "Michael Munday", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Daniel Mart\u00ed", "label": "Daniel Mart\u00ed", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Paul Jolly", "label": "Paul Jolly", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "namusyaka", "label": "namusyaka", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Richard Musiol", "label": "Richard Musiol", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Emmanuel T Odeke", "label": "Emmanuel T Odeke", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Curith", "label": "Curith", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Yuval Pavel Zholkover", "label": "Yuval Pavel Zholkover", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Giovanni Bajo", "label": "Giovanni Bajo", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Roland Bracewell Shoemaker", "label": "Roland Bracewell Shoemaker", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Rui Ueyama", "label": "Rui Ueyama", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Sebastien Binet", "label": "Sebastien Binet", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "sam boyer", "label": "sam boyer", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Shawn Smith", "label": "Shawn Smith", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Akhil Indurti", "label": "Akhil Indurti", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jonathan Rudenberg", "label": "Jonathan Rudenberg", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Tobias Klauser", "label": "Tobias Klauser", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Todd Neal", "label": "Todd Neal", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Kale Blankenship", "label": "Kale Blankenship", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Bill", "label": "Bill", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Wei Xiao", "label": "Wei Xiao", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Yury Smolsky", "label": "Yury Smolsky", "shape": "dot", "size": 10}, {"bipartite": 0, "color": "#97c2fc", "font": {"color": "white"}, "id": "aws", "label": "aws", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Amine", "label": "Amine", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Aditya Manohar", "label": "Aditya Manohar", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Burgos", "label": "Burgos", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "ItchyZ", "label": "ItchyZ", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jianchu Li", "label": "Jianchu Li", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jordon Phillips", "label": "Jordon Phillips", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Thomas Kriechbaumer", "label": "Thomas Kriechbaumer", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Daniel Anderson", "label": "Daniel Anderson", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Mark Atwood", "label": "Mark Atwood", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Noah Litov", "label": "Noah Litov", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Neta Nir", "label": "Neta Nir", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Nicholas Thomson", "label": "Nicholas Thomson", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Terry Howe", "label": "Terry Howe", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "_sam", "label": "_sam", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Anirudh Aithal", "label": "Anirudh Aithal", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Anish Oswal", "label": "Anish Oswal", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Aaron Goulet", "label": "Aaron Goulet", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Abdallah AlHalees", "label": "Abdallah AlHalees", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Abhay Krishna", "label": "Abhay Krishna", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Abhinav Pandey", "label": "Abhinav Pandey", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Adam Thomas", "label": "Adam Thomas", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Ahmet Atalay", "label": "Ahmet Atalay", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Ahsan Khan", "label": "Ahsan Khan", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Ajwinder Singh", "label": "Ajwinder Singh", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Alfonso Austin-Rivera", "label": "Alfonso Austin-Rivera", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Anjaneyulu Paturi", "label": "Anjaneyulu Paturi", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Anuraag Agrawal", "label": "Anuraag Agrawal", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Alex Shovlin", "label": "Alex Shovlin", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Ashutosh Upadhyay", "label": "Ashutosh Upadhyay", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Sachin Hamirwasia", "label": "Sachin Hamirwasia", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Andrew Bloomgarden", "label": "Andrew Bloomgarden", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Austin Vazquez", "label": "Austin Vazquez", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Alex Wood", "label": "Alex Wood", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Christopher Baran", "label": "Christopher Baran", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Brad Bebee", "label": "Brad Bebee", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Binyam Zemede", "label": "Binyam Zemede", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Nathan Bossart", "label": "Nathan Bossart", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Yibo Gou", "label": "Yibo Gou", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Bryan\u2122", "label": "Bryan\u2122", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Burak Kose", "label": "Burak Kose", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "./c\u00b2", "label": "./c\u00b2", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Rachel Chang", "label": "Rachel Chang", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Adam", "label": "Adam", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Chris Doherty", "label": "Chris Doherty", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Chris Negus", "label": "Chris Negus", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Clare Liguori", "label": "Clare Liguori", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jack Stevenson", "label": "Jack Stevenson", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Connor Lanigan", "label": "Connor Lanigan", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Chris Deigan", "label": "Chris Deigan", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Daniel Budris", "label": "Daniel Budris", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Debora N. Ito", "label": "Debora N. Ito", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Derek Jamison", "label": "Derek Jamison", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Eliot V Scott", "label": "Eliot V Scott", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Eric Wollesen", "label": "Eric Wollesen", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Ray Allan", "label": "Ray Allan", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Yangfan Zhang", "label": "Yangfan Zhang", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Frederick Lefebvre", "label": "Frederick Lefebvre", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Guillermo Gaston", "label": "Guillermo Gaston", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Akash Goel", "label": "Akash Goel", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "G Goswami", "label": "G Goswami", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Greg Westerfield, Jr.", "label": "Greg Westerfield, Jr.", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Nick Soggin", "label": "Nick Soggin", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Ivan Schurawel", "label": "Ivan Schurawel", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Ivy Jin", "label": "Ivy Jin", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jack Lin", "label": "Jack Lin", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jacob Weinstock", "label": "Jacob Weinstock", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jacob Vallejo", "label": "Jacob Vallejo", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jake Rullman", "label": "Jake Rullman", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jalandip Lepcha", "label": "Jalandip Lepcha", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "James Saryerwinnie", "label": "James Saryerwinnie", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jason Del Ponte", "label": "Jason Del Ponte", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jackson West", "label": "Jackson West", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Mingjie Shao", "label": "Mingjie Shao", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Joey Wang", "label": "Joey Wang", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jeremiah Mahler", "label": "Jeremiah Mahler", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Joseph Klix", "label": "Joseph Klix", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Joseph Mulray", "label": "Joseph Mulray", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Johannes Weber", "label": "Johannes Weber", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "John Cattrall", "label": "John Cattrall", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "John Mousa", "label": "John Mousa", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jonah Jones", "label": "Jonah Jones", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Joseph Cho", "label": "Joseph Cho", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "James Droste", "label": "James Droste", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Junpu Fan", "label": "Junpu Fan", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Boris Serdiuk", "label": "Boris Serdiuk", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jonathan Weiss", "label": "Jonathan Weiss", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Joseph Weitekamp", "label": "Joseph Weitekamp", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Kareem Khazem", "label": "Kareem Khazem", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Karthik Saligrama", "label": "Karthik Saligrama", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Kenneth Daily", "label": "Kenneth Daily", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Steve Leon", "label": "Steve Leon", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Kirsten Schumy", "label": "Kirsten Schumy", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Kyle Knapp", "label": "Kyle Knapp", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "David LaBissoniere", "label": "David LaBissoniere", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Leo Herran", "label": "Leo Herran", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Lewis Diamond", "label": "Lewis Diamond", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Alex L.", "label": "Alex L.", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Luigi Franco Tedesco", "label": "Luigi Franco Tedesco", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Alex Makoviecki", "label": "Alex Makoviecki", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Mark Pruett", "label": "Mark Pruett", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Matt Bullock", "label": "Matt Bullock", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Matt Auerbach", "label": "Matt Auerbach", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Max Dribinsky", "label": "Max Dribinsky", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Max Kondra", "label": "Max Kondra", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Michael Kane", "label": "Michael Kane", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Mike Dinescu", "label": "Mike Dinescu", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Gabriel Mendes", "label": "Gabriel Mendes", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Mrudul Harwani", "label": "Mrudul Harwani", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Michael Hausenblas", "label": "Michael Hausenblas", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Micah Hausler", "label": "Micah Hausler", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Michael Hsieh", "label": "Michael Hsieh", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Michael Landi", "label": "Michael Landi", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Michael Chin", "label": "Michael Chin", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Mitali Paygude", "label": "Mitali Paygude", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "M. Mei", "label": "M. Mei", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "vernon", "label": "vernon", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Rajashree Mandaogane", "label": "Rajashree Mandaogane", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Michael Dowling", "label": "Michael Dowling", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Nathan Glimsdale", "label": "Nathan Glimsdale", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Nate Prewitt", "label": "Nate Prewitt", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Nathan Peck", "label": "Nathan Peck", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Nishanth Hegde", "label": "Nishanth Hegde", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Norm Johanson", "label": "Norm Johanson", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Tim Schmelter", "label": "Tim Schmelter", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jinbo Pan", "label": "Jinbo Pan", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Pavel Repin", "label": "Pavel Repin", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Peter Moon", "label": "Peter Moon", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Pinglei Guo", "label": "Pinglei Guo", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Peter Motykowski", "label": "Peter Motykowski", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Aravind Ramalingam", "label": "Aravind Ramalingam", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Philip Pittle", "label": "Philip Pittle", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Pooja Trivedi", "label": "Pooja Trivedi", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Rob Brigham", "label": "Rob Brigham", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Russell Cohen", "label": "Russell Cohen", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Richard Huang", "label": "Richard Huang", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Rohan Gupta", "label": "Rohan Gupta", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Justin Garrison", "label": "Justin Garrison", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Raj Pathak", "label": "Raj Pathak", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Akash Rungta", "label": "Akash Rungta", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Ryan Parker", "label": "Ryan Parker", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Sean Morgan", "label": "Sean Morgan", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Serkan Turgut", "label": "Serkan Turgut", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Shaocheng Wang", "label": "Shaocheng Wang", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Sheldon Sides", "label": "Sheldon Sides", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Tomonori Shimomura", "label": "Tomonori Shimomura", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Simon Guo", "label": "Simon Guo", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Sean McGrail", "label": "Sean McGrail", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Vasanth Kumararajan", "label": "Vasanth Kumararajan", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Cody Wang", "label": "Cody Wang", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Sean O\u0027Brien", "label": "Sean O\u0027Brien", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Tai-Ying Chen", "label": "Tai-Ying Chen", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Taylor Neyland", "label": "Taylor Neyland", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Martin Beeby", "label": "Martin Beeby", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Troy Lindsay", "label": "Troy Lindsay", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Trevor Rowe", "label": "Trevor Rowe", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Trivikram Kamat", "label": "Trivikram Kamat", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Van Vo Thanh", "label": "Van Vo Thanh", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Vignesh Goutham Ganesh", "label": "Vignesh Goutham Ganesh", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Vincent Ni", "label": "Vincent Ni", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Vivek Koppuru", "label": "Vivek Koppuru", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Vinothkumar Siddharth", "label": "Vinothkumar Siddharth", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Daniel Vu", "label": "Daniel Vu", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Yufei Wang", "label": "Yufei Wang", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Lai", "label": "Lai", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Wonkun Kim", "label": "Wonkun Kim", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Zhenpeng Zhang", "label": "Zhenpeng Zhang", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Yuhui Zheng", "label": "Yuhui Zheng", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Zidaan Dutta", "label": "Zidaan Dutta", "shape": "dot", "size": 10}, {"bipartite": 0, "color": "#97c2fc", "font": {"color": "white"}, "id": "NVIDIA", "label": "NVIDIA", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jonathan Calmels", "label": "Jonathan Calmels", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Aaron Plattner", "label": "Aaron Plattner", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Alex Aizman", "label": "Alex Aizman", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Ben Barsdell", "label": "Ben Barsdell", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Davide Rossetti", "label": "Davide Rossetti", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Evan Lezar", "label": "Evan Lezar", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Felix Abecassis", "label": "Felix Abecassis", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Luke Yeager", "label": "Luke Yeager", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Naren Dasan", "label": "Naren Dasan", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Oleksii Kuchaiev", "label": "Oleksii Kuchaiev", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Przemyslaw Tredak", "label": "Przemyslaw Tredak", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Vinay Deshpande", "label": "Vinay Deshpande", "shape": "dot", "size": 10}, {"bipartite": 0, "color": "#97c2fc", "font": {"color": "white"}, "id": "nuxt", "label": "nuxt", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "S\u00e9bastien Chopin", "label": "S\u00e9bastien Chopin", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Alexandre Chopin", "label": "Alexandre Chopin", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Anthony Fu", "label": "Anthony Fu", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Xin Du (Clark)", "label": "Xin Du (Clark)", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Daniel Roe", "label": "Daniel Roe", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Ahad Birang", "label": "Ahad Birang", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "pooya parsa", "label": "pooya parsa", "shape": "dot", "size": 10}, {"bipartite": 0, "color": "#97c2fc", "font": {"color": "white"}, "id": "facebook", "label": "facebook", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Delyan Kratunov", "label": "Delyan Kratunov", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Howard Huang", "label": "Howard Huang", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Xuan Huang (\u9ec4\u7384)", "label": "Xuan Huang (\u9ec4\u7384)", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Liang Gong", "label": "Liang Gong", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Joshua Gross", "label": "Joshua Gross", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Ruslan Sayfutdinov", "label": "Ruslan Sayfutdinov", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Marco Montalto Monella", "label": "Marco Montalto Monella", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Naomi Reeves", "label": "Naomi Reeves", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Sam Zhou", "label": "Sam Zhou", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Eli White", "label": "Eli White", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Ant\u00f3nio Afonso", "label": "Ant\u00f3nio Afonso", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Aaron Abramov", "label": "Aaron Abramov", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Adam Gross", "label": "Adam Gross", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Ahmed Shehata", "label": "Ahmed Shehata", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Andrey Goncharov", "label": "Andrey Goncharov", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Alexander Holden Miller", "label": "Alexander Holden Miller", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Abdulrahman Alfozan", "label": "Abdulrahman Alfozan", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Alex Nankervis", "label": "Alex Nankervis", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Anshul verma", "label": "Anshul verma", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Archit Sachdeva", "label": "Archit Sachdeva", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Artur Rodrigues", "label": "Artur Rodrigues", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Asjad Syed", "label": "Asjad Syed", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Alexander", "label": "Alexander", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Assaf Gelber", "label": "Assaf Gelber", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Benjamin Golub", "label": "Benjamin Golub", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Benjamin Woodruff", "label": "Benjamin Woodruff", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jon Janzen", "label": "Jon Janzen", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Brad Zacher", "label": "Brad Zacher", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Chris Down", "label": "Chris Down", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Hugo Cuvillier", "label": "Hugo Cuvillier", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Dan Harper", "label": "Dan Harper", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Davide Cavalca", "label": "Davide Cavalca", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Cserg\u0151 B\u00e1lint", "label": "Cserg\u0151 B\u00e1lint", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Sergey Doroshenko", "label": "Sergey Doroshenko", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "David Reiss", "label": "David Reiss", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Eden Zik", "label": "Eden Zik", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Marco Botto", "label": "Marco Botto", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jason Fried", "label": "Jason Fried", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Garrett Wininger", "label": "Garrett Wininger", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Gerard Delm\u00e0s", "label": "Gerard Delm\u00e0s", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "George Zahariev", "label": "George Zahariev", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Grantland Chew", "label": "Grantland Chew", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Sathya Gunasekaran", "label": "Sathya Gunasekaran", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Hanton Yang", "label": "Hanton Yang", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "hl475", "label": "hl475", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "insomniac", "label": "insomniac", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Sarthak Jain", "label": "Sarthak Jain", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jake Bolam", "label": "Jake Bolam", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "James Pearce", "label": "James Pearce", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jasleen Singh", "label": "Jasleen Singh", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Pieter De Baets", "label": "Pieter De Baets", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jon Swenson", "label": "Jon Swenson", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "John Reese", "label": "John Reese", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Josh Watzman", "label": "Josh Watzman", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jan Kassens", "label": "Jan Kassens", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Kevin Lin", "label": "Kevin Lin", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Kevin Frei", "label": "Kevin Frei", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Bradford Cottel", "label": "Bradford Cottel", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Matthew Dapena-Tretter", "label": "Matthew Dapena-Tretter", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Matt Galloway", "label": "Matt Galloway", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Mike Dodge", "label": "Mike Dodge", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Matt Mahoney", "label": "Matt Mahoney", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Brian Gesiak", "label": "Brian Gesiak", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Michael Park", "label": "Michael Park", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Nikos Gorogiannis", "label": "Nikos Gorogiannis", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Niles Rogoff", "label": "Niles Rogoff", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Nikita Lutsenko", "label": "Nikita Lutsenko", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Omri Bahumi", "label": "Omri Bahumi", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Pascal Hartig", "label": "Pascal Hartig", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Peng Tian", "label": "Peng Tian", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Pieter Vanderwerff", "label": "Pieter Vanderwerff", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Lauren Tan", "label": "Lauren Tan", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Pallav Shinghal", "label": "Pallav Shinghal", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Raj Prateek Kosaraju", "label": "Raj Prateek Kosaraju", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Ramon Saboya", "label": "Ramon Saboya", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Richard Ross", "label": "Richard Ross", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Ricky", "label": "Ricky", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Makoto Sakata", "label": "Makoto Sakata", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Sam Goldman", "label": "Sam Goldman", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Anantha Natarajan S", "label": "Anantha Natarajan S", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Shaoshing Li", "label": "Shaoshing Li", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Sim Sun", "label": "Sim Sun", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Soumith Chintala", "label": "Soumith Chintala", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Kazuki Sakamoto", "label": "Kazuki Sakamoto", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Swann KNANI", "label": "Swann KNANI", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Tian Xia", "label": "Tian Xia", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Tim Jacobi", "label": "Tim Jacobi", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Trimikha Valentius", "label": "Trimikha Valentius", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Umit M. Demir", "label": "Umit M. Demir", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "vara", "label": "vara", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Vassil Mladenov", "label": "Vassil Mladenov", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Viswanath (Vish) Sivakumar", "label": "Viswanath (Vish) Sivakumar", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "David Vu", "label": "David Vu", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Zejun Wu", "label": "Zejun Wu", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Will Bailey", "label": "Will Bailey", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Yangshun Tay", "label": "Yangshun Tay", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Yunus Rahbar", "label": "Yunus Rahbar", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Yuxuan Chen", "label": "Yuxuan Chen", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Andres Suarez", "label": "Andres Suarez", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Jetsada Machom", "label": "Jetsada Machom", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Ziyad Bazed", "label": "Ziyad Bazed", "shape": "dot", "size": 10}, {"bipartite": 1, "color": "#97c2fc", "font": {"color": "white"}, "id": "Gerard Rovira", "label": "Gerard Rovira", "shape": "dot", "size": 10}]);
edges = new vis.DataSet([{"from": "reactjs", "to": "Imed Jaberi", "width": 1}, {"from": "reactjs", "to": "Aissaoui Ahmed", "width": 1}, {"from": "reactjs", "to": "Greg Myers", "width": 1}, {"from": "reactjs", "to": "Bunhouth", "width": 1}, {"from": "reactjs", "to": "Bunlong VAN", "width": 1}, {"from": "reactjs", "to": "Daniel Lo Nigro", "width": 1}, {"from": "reactjs", "to": "Guga Gongadze", "width": 1}, {"from": "reactjs", "to": "Jacco Kulman", "width": 1}, {"from": "reactjs", "to": "Kogulan", "width": 1}, {"from": "reactjs", "to": "Milos Nikolic", "width": 1}, {"from": "reactjs", "to": "Romain Rukse", "width": 1}, {"from": "reactjs", "to": "QiChang Li", "width": 1}, {"from": "reactjs", "to": "Robert DeLuca", "width": 1}, {"from": "reactjs", "to": "Ryan Le", "width": 1}, {"from": "reactjs", "to": "Wendell Adriel", "width": 1}, {"from": "reactjs", "to": "Andrew Clark", "width": 1}, {"from": "reactjs", "to": "Alexander Gundermann", "width": 1}, {"from": "reactjs", "to": "Daniel Lytkin", "width": 1}, {"from": "reactjs", "to": "Mahfoudh Arous", "width": 1}, {"from": "reactjs", "to": "Alejandro \u00d1\u00e1\u00f1ez Ortiz", "width": 1}, {"from": "reactjs", "to": "Alexandre Rieux", "width": 1}, {"from": "reactjs", "to": "Ali O\u011fuzhan Y\u0131ld\u0131z", "width": 1}, {"from": "reactjs", "to": "Anirudh Bangalore Srinivas", "width": 1}, {"from": "reactjs", "to": "Abdul Rauf", "width": 1}, {"from": "reactjs", "to": "Arshad Kazmi", "width": 1}, {"from": "reactjs", "to": "Ahmad Santarissy", "width": 1}, {"from": "reactjs", "to": "Ashrith Reddy", "width": 1}, {"from": "reactjs", "to": "Austin Pray", "width": 1}, {"from": "reactjs", "to": "Brandon Dail", "width": 1}, {"from": "reactjs", "to": "Bal\u00e1zs Orb\u00e1n", "width": 1}, {"from": "reactjs", "to": "Bart\u0142omiej \u017buber", "width": 1}, {"from": "reactjs", "to": "Brent Vatne", "width": 1}, {"from": "reactjs", "to": "Vincent Lin", "width": 1}, {"from": "reactjs", "to": "Rainer Mart\u00ednez Fraga", "width": 1}, {"from": "reactjs", "to": "Cezar Augusto", "width": 1}, {"from": "reactjs", "to": "C. T. Lin", "width": 1}, {"from": "reactjs", "to": "chloe", "width": 1}, {"from": "reactjs", "to": "Christoph Nakazawa", "width": 1}, {"from": "reactjs", "to": "Piotr Szymanski", "width": 1}, {"from": "reactjs", "to": "Damini Satya", "width": 1}, {"from": "reactjs", "to": "lizhihua", "width": 1}, {"from": "reactjs", "to": "Didier Peran Ganthier", "width": 1}, {"from": "reactjs", "to": "Masters", "width": 1}, {"from": "reactjs", "to": "Eduardo Moroni", "width": 1}, {"from": "reactjs", "to": "Lee Bannard", "width": 1}, {"from": "reactjs", "to": "Eric Vicenti", "width": 1}, {"from": "reactjs", "to": "Felix Kling", "width": 1}, {"from": "reactjs", "to": "dan", "width": 1}, {"from": "reactjs", "to": "James Gatz", "width": 1}, {"from": "reactjs", "to": "Agastya Darma", "width": 1}, {"from": "reactjs", "to": "giiorg", "width": 1}, {"from": "reactjs", "to": "Glaucia Lemos", "width": 1}, {"from": "reactjs", "to": "George Secrieru", "width": 1}, {"from": "reactjs", "to": "KIM, WOOJUNG", "width": 1}, {"from": "reactjs", "to": "Griko Nibras", "width": 1}, {"from": "reactjs", "to": "Haimeng Zhang", "width": 1}, {"from": "reactjs", "to": "An\u0131l Akarsu", "width": 1}, {"from": "reactjs", "to": "Herormo", "width": 1}, {"from": "reactjs", "to": "Haegul Pyun", "width": 1}, {"from": "reactjs", "to": "Joe Jiang", "width": 1}, {"from": "reactjs", "to": "Rayan Aldafas", "width": 1}, {"from": "reactjs", "to": "James Ide", "width": 1}, {"from": "reactjs", "to": "Jabran Rafique\u26a1\ufe0f", "width": 1}, {"from": "reactjs", "to": "Jakub Drozdek", "width": 1}, {"from": "reactjs", "to": "Jayan", "width": 1}, {"from": "reactjs", "to": "J\u00falio Campos", "width": 1}, {"from": "reactjs", "to": "Jhon Mike", "width": 1}, {"from": "reactjs", "to": "Jim Bolla", "width": 1}, {"from": "reactjs", "to": "Jim", "width": 1}, {"from": "reactjs", "to": "James Long", "width": 1}, {"from": "reactjs", "to": "Jake Murzy", "width": 1}, {"from": "reactjs", "to": "Jordan W", "width": 1}, {"from": "reactjs", "to": "Georgi Yanev", "width": 1}, {"from": "reactjs", "to": "Keyan Zhang", "width": 1}, {"from": "reactjs", "to": "Mateusz Zatorski", "width": 1}, {"from": "reactjs", "to": "Toru Kobayashi", "width": 1}, {"from": "reactjs", "to": "Leonard Lacson", "width": 1}, {"from": "reactjs", "to": "Alexey Pyltsyn", "width": 1}, {"from": "reactjs", "to": "Masoud Bahrami", "width": 1}, {"from": "reactjs", "to": "Michael Jackson", "width": 1}, {"from": "reactjs", "to": "Mohammad Shbool", "width": 1}, {"from": "reactjs", "to": "Max Stoiber", "width": 1}, {"from": "reactjs", "to": "Matt Zabriskie", "width": 1}, {"from": "reactjs", "to": "Naoufal Kadhom", "width": 1}, {"from": "reactjs", "to": "Jie Peng", "width": 1}, {"from": "reactjs", "to": "Armen Nikoyan", "width": 1}, {"from": "reactjs", "to": "Farhad Yasir", "width": 1}, {"from": "reactjs", "to": "Oleksii Polovyi", "width": 1}, {"from": "reactjs", "to": "Daniel Bugl", "width": 1}, {"from": "reactjs", "to": "ramadevsign", "width": 1}, {"from": "reactjs", "to": "Chhabi Pachabhaiya", "width": 1}, {"from": "reactjs", "to": "OR Sereiparinha", "width": 1}, {"from": "reactjs", "to": "Pavinthan", "width": 1}, {"from": "reactjs", "to": "Pavlos Koutoglou", "width": 1}, {"from": "reactjs", "to": "Pep Rodeja", "width": 1}, {"from": "reactjs", "to": "Peter Piekarczyk", "width": 1}, {"from": "reactjs", "to": "Phil", "width": 1}, {"from": "reactjs", "to": "Takuma HANATANI", "width": 1}, {"from": "reactjs", "to": "Ratheepan Jayakkumar", "width": 1}, {"from": "reactjs", "to": "Felix Tan", "width": 1}, {"from": "reactjs", "to": "Resi Respati", "width": 1}, {"from": "reactjs", "to": "Abolfazl Rezvani Naraqi", "width": 1}, {"from": "reactjs", "to": "Rick Beerendonk", "width": 1}, {"from": "reactjs", "to": "Robert Mosolgo", "width": 1}, {"from": "reactjs", "to": "Samundra Khatri", "width": 1}, {"from": "reactjs", "to": "Saransh Kataria", "width": 1}, {"from": "reactjs", "to": "Sureshkumar Selvanayagam", "width": 1}, {"from": "reactjs", "to": "Satyajit Sahoo", "width": 1}, {"from": "reactjs", "to": "Md. Sazzadul Islam", "width": 1}, {"from": "reactjs", "to": "Sebastia Ramon", "width": 1}, {"from": "reactjs", "to": "Shakib Hossain", "width": 1}, {"from": "reactjs", "to": "Shalva Gegia", "width": 1}, {"from": "reactjs", "to": "Soichiro Miki", "width": 1}, {"from": "reactjs", "to": "Sophie Alpert", "width": 1}, {"from": "reactjs", "to": "Merah Soheyb", "width": 1}, {"from": "reactjs", "to": "Hrishi", "width": 1}, {"from": "reactjs", "to": "Suren Atoyan", "width": 1}, {"from": "reactjs", "to": "Onur", "width": 1}, {"from": "reactjs", "to": "Tadeu Zagallo", "width": 1}, {"from": "reactjs", "to": "Taehwan Noh", "width": 1}, {"from": "reactjs", "to": "Jimmy Jia", "width": 1}, {"from": "reactjs", "to": "Tal Kol", "width": 1}, {"from": "reactjs", "to": "Nat Alison", "width": 1}, {"from": "reactjs", "to": "Shahul Hameed", "width": 1}, {"from": "reactjs", "to": "Tigran", "width": 1}, {"from": "reactjs", "to": "Tim Dorr", "width": 1}, {"from": "reactjs", "to": "Tom Occhino", "width": 1}, {"from": "reactjs", "to": "Dominic Gannaway", "width": 1}, {"from": "reactjs", "to": "Tsukuru Tanimichi", "width": 1}, {"from": "reactjs", "to": "Tyler McGinnis", "width": 1}, {"from": "reactjs", "to": "Milan Vasic", "width": 1}, {"from": "reactjs", "to": "Vishal Jagtap", "width": 1}, {"from": "reactjs", "to": "Volodymyr Klymenko", "width": 1}, {"from": "reactjs", "to": "Will Binns-Smith", "width": 1}, {"from": "reactjs", "to": "Yunus Emre Dilber", "width": 1}, {"from": "reactjs", "to": "Yuqing Chen", "width": 1}, {"from": "reactjs", "to": "Zahid Sumon", "width": 1}, {"from": "reactjs", "to": "Paul O\u2019Shannessy", "width": 1}, {"from": "google", "to": "Mohit Cheppudira", "width": 1}, {"from": "google", "to": "Pawe\u0142 K\u0119pka", "width": 1}, {"from": "google", "to": "Andrew Woloszyn", "width": 1}, {"from": "google", "to": "Adrian Perez", "width": 1}, {"from": "google", "to": "Al Cutter", "width": 1}, {"from": "google", "to": "Alexey Kurakin", "width": 1}, {"from": "google", "to": "Anash P. Oommen", "width": 1}, {"from": "google", "to": "Andiry Xu", "width": 1}, {"from": "google", "to": "Artem Belevich", "width": 1}, {"from": "google", "to": "Juanli Shen", "width": 1}, {"from": "google", "to": "Yilun Chong", "width": 1}, {"from": "google", "to": "Benjamin Elder", "width": 1}, {"from": "google", "to": "Eric Chang", "width": 1}, {"from": "google", "to": "Chengyuan Zhao", "width": 1}, {"from": "google", "to": "Chimdindu Denalex Orakwue", "width": 1}, {"from": "google", "to": "Antonio Lobato", "width": 1}, {"from": "google", "to": "Conchylicultor", "width": 1}, {"from": "google", "to": "Ben McIlwain", "width": 1}, {"from": "google", "to": "Dan Albert", "width": 1}, {"from": "google", "to": "Alexey Sokolov", "width": 1}, {"from": "google", "to": "A. Cody Schuffelen", "width": 1}, {"from": "google", "to": "Filippo Valsorda", "width": 1}, {"from": "google", "to": "Geoffrey Martin-Noble", "width": 1}, {"from": "google", "to": "Artur Pacan", "width": 1}, {"from": "google", "to": "Robin Liu", "width": 1}, {"from": "google", "to": "Yuriy Gridasov", "width": 1}, {"from": "google", "to": "Jonas Jongejan", "width": 1}, {"from": "google", "to": "Hamzah", "width": 1}, {"from": "google", "to": "Jakub Sroka", "width": 1}, {"from": "google", "to": "Jason Heron", "width": 1}, {"from": "google", "to": "Jimmy Chen", "width": 1}, {"from": "google", "to": "Kehang Han", "width": 1}, {"from": "google", "to": "Kate Murphy", "width": 1}, {"from": "google", "to": "Katrina Mitchell", "width": 1}, {"from": "google", "to": "Keith Moyer", "width": 1}, {"from": "google", "to": "Kyle Wiese", "width": 1}, {"from": "google", "to": "Larry Lansing", "width": 1}, {"from": "google", "to": "Leo Neat", "width": 1}, {"from": "google", "to": "Jingfang Liu", "width": 1}, {"from": "google", "to": "Michael Forster", "width": 1}, {"from": "google", "to": "Marco Sero", "width": 1}, {"from": "google", "to": "Mark Daoust", "width": 1}, {"from": "google", "to": "Markus Bordihn", "width": 1}, {"from": "google", "to": "Marten van Wezel", "width": 1}, {"from": "google", "to": "David Tomaschik", "width": 1}, {"from": "google", "to": "Max Renaud", "width": 1}, {"from": "google", "to": "Meghna Natraj", "width": 1}, {"from": "google", "to": "Michael Doyle", "width": 1}, {"from": "google", "to": "Mohamed Elhawaty", "width": 1}, {"from": "google", "to": "Morg", "width": 1}, {"from": "google", "to": "Nikita Yaschenko", "width": 1}, {"from": "google", "to": "Jeffrey Kardatzke", "width": 1}, {"from": "google", "to": "Neil Fraser", "width": 1}, {"from": "google", "to": "Nicholas Azar", "width": 1}, {"from": "google", "to": "Nilton Volpato", "width": 1}, {"from": "google", "to": "Daniel Peirano", "width": 1}, {"from": "google", "to": "Philippe Modard", "width": 1}, {"from": "google", "to": "Pierfrancesco Soffritti", "width": 1}, {"from": "google", "to": "Kate Lovett", "width": 1}, {"from": "google", "to": "Piotr Sikora", "width": 1}, {"from": "google", "to": "Marcin Kowalczyk", "width": 1}, {"from": "google", "to": "Rafael Marinheiro", "width": 1}, {"from": "google", "to": "Lantao Liu", "width": 1}, {"from": "google", "to": "Tony Seaward", "width": 1}, {"from": "google", "to": "Shahbaz Youssefi", "width": 1}, {"from": "google", "to": "Pavel Sountsov", "width": 1}, {"from": "google", "to": "Chris Hawk", "width": 1}, {"from": "google", "to": "Sven May", "width": 1}, {"from": "google", "to": "Tianrun Li", "width": 1}, {"from": "google", "to": "Michael Hu", "width": 1}, {"from": "google", "to": "Jacob Trimble", "width": 1}, {"from": "google", "to": "Brian Hulette", "width": 1}, {"from": "google", "to": "Todd Kopriva", "width": 1}, {"from": "google", "to": "Toni Klopfenstein", "width": 1}, {"from": "google", "to": "Willis", "width": 1}, {"from": "google", "to": "Weiran Fang", "width": 1}, {"from": "google", "to": "Yi\u011fit (Yeet) Uyan", "width": 1}, {"from": "google", "to": "Zachary Marcus", "width": 1}, {"from": "google", "to": "Alejandro Montenegro", "width": 1}, {"from": "google", "to": "Aaron Stacy", "width": 1}, {"from": "google", "to": "Aaron Peterson", "width": 1}, {"from": "google", "to": "Varun Khaneja", "width": 1}, {"from": "google", "to": "Abdulla Kamar", "width": 1}, {"from": "google", "to": "Arvind Chembarpu", "width": 1}, {"from": "google", "to": "Alex McArther", "width": 1}, {"from": "google", "to": "Adam Cozzette", "width": 1}, {"from": "google", "to": "Adam Duke", "width": 1}, {"from": "google", "to": "Adam Roberts", "width": 1}, {"from": "google", "to": "Aleksandr Dobkin\u003cimg src=404 onerror=alert(document.domain)\u003e", "width": 1}, {"from": "google", "to": "Advait Jain", "width": 1}, {"from": "google", "to": "Andrew Ellem", "width": 1}, {"from": "google", "to": "Afroz Mohiuddin", "width": 1}, {"from": "google", "to": "Adam Langley", "width": 1}, {"from": "google", "to": "Andrew Warren", "width": 1}, {"from": "google", "to": "Ajinkya Kolhe", "width": 1}, {"from": "google", "to": "Akash Verenkar", "width": 1}, {"from": "google", "to": "Alastair Breeze", "width": 1}, {"from": "google", "to": "Alex Cope", "width": 1}, {"from": "google", "to": "Alexander Gorban", "width": 1}, {"from": "google", "to": "Allen Vicencio", "width": 1}, {"from": "google", "to": "Tony Allevato", "width": 1}, {"from": "google", "to": "Harald Alvestrand", "width": 1}, {"from": "google", "to": "Alex Rickabaugh", "width": 1}, {"from": "google", "to": "Antonio Maiorano", "width": 1}, {"from": "google", "to": "Alan Malloy", "width": 1}, {"from": "google", "to": "Aman Gupta", "width": 1}, {"from": "google", "to": "Amanda Tarafa Mas", "width": 1}, {"from": "google", "to": "Amaury Medeiros", "width": 1}, {"from": "google", "to": "Andr\u00e9 Cipriani Bandarra", "width": 1}, {"from": "google", "to": "Yongkun Anfernee Gui", "width": 1}, {"from": "google", "to": "Andrew Ng", "width": 1}, {"from": "google", "to": "Anna Gringauze", "width": 1}, {"from": "google", "to": "Anoop Johnson", "width": 1}, {"from": "google", "to": "Cosimo Lupo", "width": 1}, {"from": "google", "to": "Lei Zhang", "width": 1}, {"from": "google", "to": "Anurag Porripireddi", "width": 1}, {"from": "google", "to": "Alexander Marks", "width": 1}, {"from": "google", "to": "Adam Paszke", "width": 1}, {"from": "google", "to": "Andrew Pilloud", "width": 1}, {"from": "google", "to": "Brenton Simpson", "width": 1}, {"from": "google", "to": "Alessandro Presta", "width": 1}, {"from": "google", "to": "David Worsham", "width": 1}, {"from": "google", "to": "Ari Chivukula", "width": 1}, {"from": "google", "to": "Artemis Pax", "width": 1}, {"from": "google", "to": "Asanka Herath", "width": 1}, {"from": "google", "to": "Ashish Kedia", "width": 1}, {"from": "google", "to": "Ashok Patel", "width": 1}, {"from": "google", "to": "John Aslanides", "width": 1}, {"from": "google", "to": "Mark Aufflick", "width": 1}, {"from": "google", "to": "Aleksandr Averbukh", "width": 1}, {"from": "google", "to": "Avnish", "width": 1}, {"from": "google", "to": "Adam Wonak", "width": 1}, {"from": "google", "to": "Ayman Farhat", "width": 1}, {"from": "google", "to": "G\u00e1bor Bart\u00f3k", "width": 1}, {"from": "google", "to": "Dominic Battre", "width": 1}, {"from": "google", "to": "Bruno Figueiredo", "width": 1}, {"from": "google", "to": "Benjamin E. Coe", "width": 1}, {"from": "google", "to": "Fran\u00e7ois Beaufort", "width": 1}, {"from": "google", "to": "Ben Doherty", "width": 1}, {"from": "google", "to": "Ben Clayton", "width": 1}, {"from": "google", "to": "Bence B\u00e9ky", "width": 1}, {"from": "google", "to": "David Bendory", "width": 1}, {"from": "google", "to": "Ben Gold", "width": 1}, {"from": "google", "to": "Benjamin Maynard", "width": 1}, {"from": "google", "to": "Ben King", "width": 1}, {"from": "google", "to": "Ben Vanik", "width": 1}, {"from": "google", "to": "Peter Beverloo", "width": 1}, {"from": "google", "to": "Bruce Fontaine", "width": 1}, {"from": "google", "to": "Ben Hamilton (Ben Gertzfield)", "width": 1}, {"from": "google", "to": "Bharatt Kukreja", "width": 1}, {"from": "google", "to": "Stanley Bileschi", "width": 1}, {"from": "google", "to": "Billy Jacobson", "width": 1}, {"from": "google", "to": "Bakh Inamov", "width": 1}, {"from": "google", "to": "Bin Wu", "width": 1}, {"from": "google", "to": "Bjorn Leffler", "width": 1}, {"from": "google", "to": "Emmanuel Garcia", "width": 1}, {"from": "google", "to": "Anudhyan Boral", "width": 1}, {"from": "google", "to": "Henry Chang", "width": 1}, {"from": "google", "to": "Benedikt Meurer", "width": 1}, {"from": "google", "to": "Brian Zhao", "width": 1}, {"from": "google", "to": "Brian Kuhn", "width": 1}, {"from": "google", "to": "Bowei Du", "width": 1}, {"from": "google", "to": "Bramha Ghosh", "width": 1}, {"from": "google", "to": "Brandon Weeks", "width": 1}, {"from": "google", "to": "Brendan Kenny", "width": 1}, {"from": "google", "to": "Brian Dorsey", "width": 1}, {"from": "google", "to": "Brian Kennedy", "width": 1}, {"from": "google", "to": "Chris Broadfoot", "width": 1}, {"from": "google", "to": "Bryan Seybold", "width": 1}, {"from": "google", "to": "Bryan Yeung", "width": 1}, {"from": "google", "to": "bttk", "width": 1}, {"from": "google", "to": "Eugene Burmako", "width": 1}, {"from": "google", "to": "Cameron Thornton", "width": 1}, {"from": "google", "to": "Caleb Eggensperger", "width": 1}, {"from": "google", "to": "Caren", "width": 1}, {"from": "google", "to": "Cameron Dale", "width": 1}, {"from": "google", "to": "Casey Burkhardt", "width": 1}, {"from": "google", "to": "Cassie Recher", "width": 1}, {"from": "google", "to": "Cathie Yun", "width": 1}, {"from": "google", "to": "Christian Blichmann", "width": 1}, {"from": "google", "to": "Chris Bracken", "width": 1}, {"from": "google", "to": "Chen Yang", "width": 1}, {"from": "google", "to": "Chris DiBona", "width": 1}, {"from": "google", "to": "Cezary Zawadka", "width": 1}, {"from": "google", "to": "Colin Decker", "width": 1}, {"from": "google", "to": "Christopher Grant", "width": 1}, {"from": "google", "to": "Chanseok Oh", "width": 1}, {"from": "google", "to": "\u5de2\u9e4f", "width": 1}, {"from": "google", "to": "Chaoren Lin", "width": 1}, {"from": "google", "to": "Richard Chen", "width": 1}, {"from": "google", "to": "Chase Phillips", "width": 1}, {"from": "google", "to": "Jessica Dene Earley-Cha", "width": 1}, {"from": "google", "to": "George Karpenkov", "width": 1}, {"from": "google", "to": "Jeff Ching", "width": 1}, {"from": "google", "to": "Chinmay Garde", "width": 1}, {"from": "google", "to": "Chi Zhang", "width": 1}, {"from": "google", "to": "Chris Jones", "width": 1}, {"from": "google", "to": "Christopher Lamb", "width": 1}, {"from": "google", "to": "Chris Cox", "width": 1}, {"from": "google", "to": "Chris Fenner", "width": 1}, {"from": "google", "to": "Chris Forbes", "width": 1}, {"from": "google", "to": "Chris Harrelson", "width": 1}, {"from": "google", "to": "Chris Ricci", "width": 1}, {"from": "google", "to": "Chuang Wang", "width": 1}, {"from": "google", "to": "Charles Lee", "width": 1}, {"from": "google", "to": "Cole Wagner", "width": 1}, {"from": "google", "to": "Chenkai Kuang", "width": 1}, {"from": "google", "to": "Cl\u00e9ment Nodet", "width": 1}, {"from": "google", "to": "Craig Nishina", "width": 1}, {"from": "google", "to": "Phil Xiaojun Hu", "width": 1}, {"from": "google", "to": "Jeff Schiller", "width": 1}, {"from": "google", "to": "Edrienne", "width": 1}, {"from": "google", "to": "Cody Oss", "width": 1}, {"from": "google", "to": "Saleem Abdulrasool", "width": 1}, {"from": "google", "to": "Connor Clark", "width": 1}, {"from": "google", "to": "Carlos O\u0027Ryan", "width": 1}, {"from": "google", "to": "Chris Povirk", "width": 1}, {"from": "google", "to": "Craig Citro", "width": 1}, {"from": "google", "to": "Taylor Cramer", "width": 1}, {"from": "google", "to": "Ran Chen", "width": 1}, {"from": "google", "to": "Christopher Suter", "width": 1}, {"from": "google", "to": "Cliff Young", "width": 1}, {"from": "google", "to": "Chris Yang", "width": 1}, {"from": "google", "to": "Benjamin Kramer", "width": 1}, {"from": "google", "to": "Dale Curtis", "width": 1}, {"from": "google", "to": "Damien Martin-Guillerez", "width": 1}, {"from": "google", "to": "Dan Zheng", "width": 1}, {"from": "google", "to": "Daniel Hurt", "width": 1}, {"from": "google", "to": "Daniel Sanche", "width": 1}, {"from": "google", "to": "Daniel Bankhead", "width": 1}, {"from": "google", "to": "Danijar Hafner", "width": 1}, {"from": "google", "to": "Dan O\u0027Meara", "width": 1}, {"from": "google", "to": "Dan", "width": 1}, {"from": "google", "to": "Daniel Santiago", "width": 1}, {"from": "google", "to": "ZHANG Dapeng", "width": 1}, {"from": "google", "to": "Dave Crossland", "width": 1}, {"from": "google", "to": "David Lattimore", "width": 1}, {"from": "google", "to": "David Rabinowitz", "width": 1}, {"from": "google", "to": "David Sansome", "width": 1}, {"from": "google", "to": "Diego Ballesteros Villamizar", "width": 1}, {"from": "google", "to": "Dan Barella", "width": 1}, {"from": "google", "to": "David Bieber", "width": 1}, {"from": "google", "to": "Daniel Chao", "width": 1}, {"from": "google", "to": "Daco Harkes", "width": 1}, {"from": "google", "to": "DC", "width": 1}, {"from": "google", "to": "Deepanjan Roy", "width": 1}, {"from": "google", "to": "Dror Eiger", "width": 1}, {"from": "google", "to": "Jake Sanders", "width": 1}, {"from": "google", "to": "Denis Vnukov", "width": 1}, {"from": "google", "to": "Denny C. Dai", "width": 1}, {"from": "google", "to": "Derek Mauro", "width": 1}, {"from": "google", "to": "Daniel Freedman", "width": 1}, {"from": "google", "to": "Dustin Ingram", "width": 1}, {"from": "google", "to": "Diego Perez", "width": 1}, {"from": "google", "to": "Matt Hamrick", "width": 1}, {"from": "google", "to": "Michael Diamond", "width": 1}, {"from": "google", "to": "Dina Graves Portman", "width": 1}, {"from": "google", "to": "Dustin Lam", "width": 1}, {"from": "google", "to": "David L. Jones", "width": 1}, {"from": "google", "to": "Dmitri Shuralyov", "width": 1}, {"from": "google", "to": "Dan Motzenbecker", "width": 1}, {"from": "google", "to": "Dror Ayalon", "width": 1}, {"from": "google", "to": "Brett Morgan", "width": 1}, {"from": "google", "to": "Dominic Hamon", "width": 1}, {"from": "google", "to": "Roberto Jung Drebes", "width": 1}, {"from": "google", "to": "Rodrigo Queiro", "width": 1}, {"from": "google", "to": "Sunil Arora", "width": 1}, {"from": "google", "to": "Dominik R\u00f6ttsches", "width": 1}, {"from": "google", "to": "David Saff", "width": 1}, {"from": "google", "to": "David Mandelberg", "width": 1}, {"from": "google", "to": "Daniel Sami", "width": 1}, {"from": "google", "to": "Darpan Shah", "width": 1}, {"from": "google", "to": "Daniel Smilkov", "width": 1}, {"from": "google", "to": "Ayush Dubey", "width": 1}, {"from": "google", "to": "Pierre Dulac", "width": 1}, {"from": "google", "to": "Mike Dusenberry", "width": 1}, {"from": "google", "to": "Dustin Tran", "width": 1}, {"from": "google", "to": "David Supplee", "width": 1}, {"from": "google", "to": "Elliott Marquez", "width": 1}, {"from": "google", "to": "\u00c9amonn McManus", "width": 1}, {"from": "google", "to": "Marsh Gardiner", "width": 1}, {"from": "google", "to": "Russell Harmon", "width": 1}, {"from": "google", "to": "Eric Christopher", "width": 1}, {"from": "google", "to": "Lu Dang", "width": 1}, {"from": "google", "to": "Tao HE", "width": 1}, {"from": "google", "to": "Elliotte Rusty Harold", "width": 1}, {"from": "google", "to": "Eli Bendersky", "width": 1}, {"from": "google", "to": "Eric Christiansen", "width": 1}, {"from": "google", "to": "Emory Ruscus", "width": 1}, {"from": "google", "to": "Eric Spishak-Thomas", "width": 1}, {"from": "google", "to": "Eslam Nawara", "width": 1}, {"from": "google", "to": "Edu Pereda", "width": 1}, {"from": "google", "to": "Bruno Panara", "width": 1}, {"from": "google", "to": "Eric Chiang", "width": 1}, {"from": "google", "to": "erwin mombay", "width": 1}, {"from": "google", "to": "Eric Shienbrood", "width": 1}, {"from": "google", "to": "Eduard Trulls", "width": 1}, {"from": "google", "to": "Shane Exterkamp", "width": 1}, {"from": "google", "to": "Du Phan", "width": 1}, {"from": "google", "to": "Erick Fejta", "width": 1}, {"from": "google", "to": "Felix Arntz", "width": 1}, {"from": "google", "to": "Fernando Rubbo", "width": 1}, {"from": "google", "to": "Marco Ferrari", "width": 1}, {"from": "google", "to": "Todd Kulesza", "width": 1}, {"from": "google", "to": "Fernando Gil", "width": 1}, {"from": "google", "to": "Filip Filmar", "width": 1}, {"from": "google", "to": "Jim Graham", "width": 1}, {"from": "google", "to": "Michael O\u0027Brien", "width": 1}, {"from": "google", "to": "Fr\u00e9d\u00e9ric Rechtenstein", "width": 1}, {"from": "google", "to": "Fred Sauer", "width": 1}, {"from": "google", "to": "Alexei Frolov", "width": 1}, {"from": "google", "to": "Roy Frostig", "width": 1}, {"from": "google", "to": "Fernando Serboncini", "width": 1}, {"from": "google", "to": "Fred Sladkey", "width": 1}, {"from": "google", "to": "Oleksandr \"Alex\" Zinenko", "width": 1}, {"from": "google", "to": "Fabricio Voznika", "width": 1}, {"from": "google", "to": "Florian Weikert", "width": 1}, {"from": "google", "to": "Garret Rieger", "width": 1}, {"from": "google", "to": "Gary Elliott", "width": 1}, {"from": "google", "to": "Andrew Gaul", "width": 1}, {"from": "google", "to": "Gennadiy Civil", "width": 1}, {"from": "google", "to": "Mark", "width": 1}, {"from": "google", "to": "Ghanan", "width": 1}, {"from": "google", "to": "Dero Gharibian", "width": 1}, {"from": "google", "to": "Gianni Chen", "width": 1}, {"from": "google", "to": "Goktug Gokdogan", "width": 1}, {"from": "google", "to": "Griffin Boyce", "width": 1}, {"from": "google", "to": "Katie McLaughlin", "width": 1}, {"from": "google", "to": "Jon Glick", "width": 1}, {"from": "google", "to": "Michael Goderbauer", "width": 1}, {"from": "google", "to": "Michael Thiel", "width": 1}, {"from": "google", "to": "Google Admin", "width": 1}, {"from": "google", "to": "Gregory P. Smith", "width": 1}, {"from": "google", "to": "Graeme Morgan", "width": 1}, {"from": "google", "to": "Grant Timmerman", "width": 1}, {"from": "google", "to": "Grant Rodgers", "width": 1}, {"from": "google", "to": "Gary Roumanis", "width": 1}, {"from": "google", "to": "Pierre-Louis", "width": 1}, {"from": "google", "to": "Gunjan Baid", "width": 1}, {"from": "google", "to": "Gaurav Vaish", "width": 1}, {"from": "google", "to": "George Wright", "width": 1}, {"from": "google", "to": "Bill Wendling", "width": 1}, {"from": "google", "to": "Maral", "width": 1}, {"from": "google", "to": "Joshua Haberman", "width": 1}, {"from": "google", "to": "Hadon Nash", "width": 1}, {"from": "google", "to": "Halvard Skogsrud", "width": 1}, {"from": "google", "to": "Han-Wen Nienhuys", "width": 1}, {"from": "google", "to": "Hanzhao Lin", "width": 1}, {"from": "google", "to": "Haoyu Zhang", "width": 1}, {"from": "google", "to": "Kyle Phillips", "width": 1}, {"from": "google", "to": "Peter Hawkins", "width": 1}, {"from": "google", "to": "Hayato Ito", "width": 1}, {"from": "google", "to": "Bhasker Hariharan", "width": 1}, {"from": "google", "to": "Michael Giambalvo", "width": 1}, {"from": "google", "to": "Mike Helfrich", "width": 1}, {"from": "google", "to": "Yuchen He", "width": 1}, {"from": "google", "to": "Hendrik Greving", "width": 1}, {"from": "google", "to": "Ken Hibino", "width": 1}, {"from": "google", "to": "Hannah Schlueter", "width": 1}, {"from": "google", "to": "Hongchan Choi", "width": 1}, {"from": "google", "to": "Hoi Lam", "width": 1}, {"from": "google", "to": "Liam Hopkins", "width": 1}, {"from": "google", "to": "Houssein Djirdeh", "width": 1}, {"from": "google", "to": "Havard Skinnemoen", "width": 1}, {"from": "google", "to": "Harry Terkelsen", "width": 1}, {"from": "google", "to": "Bing Hu", "width": 1}, {"from": "google", "to": "Jason Hu", "width": 1}, {"from": "google", "to": "Roy Hvaara", "width": 1}, {"from": "google", "to": "Henner Zeller", "width": 1}, {"from": "google", "to": "Kevin Yap", "width": 1}, {"from": "google", "to": "Julien Cretin", "width": 1}, {"from": "google", "to": "Ian Vollick", "width": 1}, {"from": "google", "to": "Nacho Coloma", "width": 1}, {"from": "google", "to": "Ian Flanigan", "width": 1}, {"from": "google", "to": "Israel Herraiz", "width": 1}, {"from": "google", "to": "iislucas", "width": 1}, {"from": "google", "to": "Izabela Or\u0142owska", "width": 1}, {"from": "google", "to": "K\u039bROLIS DIN\u039eIK\u039b", "width": 1}, {"from": "google", "to": "Luca Invernizzi", "width": 1}, {"from": "google", "to": "Kaushik Iska", "width": 1}, {"from": "google", "to": "Julien Dramaix", "width": 1}, {"from": "google", "to": "Jean de Klerk", "width": 1}, {"from": "google", "to": "Jake Archibald", "width": 1}, {"from": "google", "to": "Jan Wassenberg", "width": 1}, {"from": "google", "to": "Janet Kuo", "width": 1}, {"from": "google", "to": "Jared Burrows", "width": 1}, {"from": "google", "to": "Jason Mayes", "width": 1}, {"from": "google", "to": "Paolo Pigozzo", "width": 1}, {"from": "google", "to": "Joe Bolinger", "width": 1}, {"from": "google", "to": "Jacob Burnim", "width": 1}, {"from": "google", "to": "Justin Braaten", "width": 1}, {"from": "google", "to": "Jeffrey Posnick", "width": 1}, {"from": "google", "to": "Jorge E. Moreira", "width": 1}, {"from": "google", "to": "Jeremy Faller", "width": 1}, {"from": "google", "to": "Jeremy Whelchel", "width": 1}, {"from": "google", "to": "Jeremy Mowery", "width": 1}, {"from": "google", "to": "Jeremiah Harmsen", "width": 1}, {"from": "google", "to": "Lai Jiang", "width": 1}, {"from": "google", "to": "Jon Imperiosi", "width": 1}, {"from": "google", "to": "Jin", "width": 1}, {"from": "google", "to": "Jinwoo Lee", "width": 1}, {"from": "google", "to": "James Jerger", "width": 1}, {"from": "google", "to": "John-Michael Mulesa", "width": 1}, {"from": "google", "to": "Jason Dobry", "width": 1}, {"from": "google", "to": "Jesse Rosenstock", "width": 1}, {"from": "google", "to": "Joachim Metz", "width": 1}, {"from": "google", "to": "Joe Fernandez", "width": 1}, {"from": "google", "to": "Joel Shor", "width": 1}, {"from": "google", "to": "Joel Hockey", "width": 1}, {"from": "google", "to": "Joey Parrish", "width": 1}, {"from": "google", "to": "John Mellor", "width": 1}, {"from": "google", "to": "John Plate", "width": 1}, {"from": "google", "to": "Mehdi Amini", "width": 1}, {"from": "google", "to": "Joel Rosenberg", "width": 1}, {"from": "google", "to": "Jonas Finnemann Jensen", "width": 1}, {"from": "google", "to": "Jonathan Chen", "width": 1}, {"from": "google", "to": "Jong Choi", "width": 1}, {"from": "google", "to": "Joseph Lewis III", "width": 1}, {"from": "google", "to": "Joseph Richey", "width": 1}, {"from": "google", "to": "Joey Perrott", "width": 1}, {"from": "google", "to": "Joshua Liebow-Feeser", "width": 1}, {"from": "google", "to": "Jani Patokallio", "width": 1}, {"from": "google", "to": "Jacques Pienaar", "width": 1}, {"from": "google", "to": "John-Paul Lobos", "width": 1}, {"from": "google", "to": "Justin Poehnelt", "width": 1}, {"from": "google", "to": "Jordi Pont-Tuset", "width": 1}, {"from": "google", "to": "Jiho Choi", "width": 1}, {"from": "google", "to": "jrmahechad", "width": 1}, {"from": "google", "to": "Joshua O\u0027Madadhain", "width": 1}, {"from": "google", "to": "Jinseong Jeon", "width": 1}, {"from": "google", "to": "Joshua Tacoma", "width": 1}, {"from": "google", "to": "John McDole", "width": 1}, {"from": "google", "to": "Iker Jamardo", "width": 1}, {"from": "google", "to": "Julian Toledo", "width": 1}, {"from": "google", "to": "Julie Ralph", "width": 1}, {"from": "google", "to": "Paul Wankadia", "width": 1}, {"from": "google", "to": "Justin Buchanan", "width": 1}, {"from": "google", "to": "Justin Pettit", "width": 1}, {"from": "google", "to": "Joshua V. Dillon", "width": 1}, {"from": "google", "to": "Jonathan Hui", "width": 1}, {"from": "google", "to": "Jaime Wren", "width": 1}, {"from": "google", "to": "Katherine Wu", "width": 1}, {"from": "google", "to": "Svyatoslav Usachev", "width": 1}, {"from": "google", "to": "Kai Ninomiya", "width": 1}, {"from": "google", "to": "Kristoffer Andersen", "width": 1}, {"from": "google", "to": "Karan Goel", "width": 1}, {"from": "google", "to": "Karim Nosseir", "width": 1}, {"from": "google", "to": "Karl Hiramoto", "width": 1}, {"from": "google", "to": "Konstantinos Katsiapis", "width": 1}, {"from": "google", "to": "Karol", "width": 1}, {"from": "google", "to": "Ken Russell", "width": 1}, {"from": "google", "to": "Kenton Lee", "width": 1}, {"from": "google", "to": "Kenzie Davisson", "width": 1}, {"from": "google", "to": "Kevin Schaaf", "width": 1}, {"from": "google", "to": "mikewu", "width": 1}, {"from": "google", "to": "Ben Weiss", "width": 1}, {"from": "google", "to": "Kirill Bobyrev", "width": 1}, {"from": "google", "to": "Kibeom Kim", "width": 1}, {"from": "google", "to": "Kurt Alfred Kluever", "width": 1}, {"from": "google", "to": "Kenneth Massada", "width": 1}, {"from": "google", "to": "Kiana McNellis", "width": 1}, {"from": "google", "to": "Krzysztof Kotowicz", "width": 1}, {"from": "google", "to": "Kenny Root", "width": 1}, {"from": "google", "to": "Krzysztof Siedlecki", "width": 1}, {"from": "google", "to": "Sen Lu", "width": 1}, {"from": "google", "to": "Keith Schaab", "width": 1}, {"from": "google", "to": "Jakub Kuderski", "width": 1}, {"from": "google", "to": "Keen Yee Liau", "width": 1}, {"from": "google", "to": "laike9m", "width": 1}, {"from": "google", "to": "Billy Lamberta", "width": 1}, {"from": "google", "to": "Luiz Antonio", "width": 1}, {"from": "google", "to": "Laurent Le Brun", "width": 1}, {"from": "google", "to": "Daniel Smith", "width": 1}, {"from": "google", "to": "Karl Stanton", "width": 1}, {"from": "google", "to": "Yujin Tang", "width": 1}, {"from": "google", "to": "Jordan Liggitt", "width": 1}, {"from": "google", "to": "Chaoren", "width": 1}, {"from": "google", "to": "Yuan Liu", "width": 1}, {"from": "google", "to": "Angela Li", "width": 1}, {"from": "google", "to": "Jasmine Chen", "width": 1}, {"from": "google", "to": "Peiyong Lin", "width": 1}, {"from": "google", "to": "Robert David", "width": 1}, {"from": "google", "to": "Laszlo Szekeres", "width": 1}, {"from": "google", "to": "Lucas Beyer", "width": 1}, {"from": "google", "to": "Ludovic Champenois", "width": 1}, {"from": "google", "to": "Lu Zhang", "width": 1}, {"from": "google", "to": "Lukas Weichselbaum", "width": 1}, {"from": "google", "to": "David Majnemer", "width": 1}, {"from": "google", "to": "Malcolm Rowe", "width": 1}, {"from": "google", "to": "Renato Mangini", "width": 1}, {"from": "google", "to": "Mani Varadarajan", "width": 1}, {"from": "google", "to": "Mark L. Chang", "width": 1}, {"from": "google", "to": "Mark McDonald", "width": 1}, {"from": "google", "to": "Martin Hadid", "width": 1}, {"from": "google", "to": "M-A", "width": 1}, {"from": "google", "to": "Matan Lurey", "width": 1}, {"from": "google", "to": "Matej Rizman", "width": 1}, {"from": "google", "to": "Mathias Bynens", "width": 1}, {"from": "google", "to": "Matt Cary", "width": 1}, {"from": "google", "to": "Matthew Michihara", "width": 1}, {"from": "google", "to": "Matthew Johnson", "width": 1}, {"from": "google", "to": "Matt T. Proud", "width": 1}, {"from": "google", "to": "Sebastian Mauer", "width": 1}, {"from": "google", "to": "Max Vogler", "width": 1}, {"from": "google", "to": "Misha Brukman", "width": 1}, {"from": "google", "to": "mcclanahoochie", "width": 1}, {"from": "google", "to": "Marc", "width": 1}, {"from": "google", "to": "Dan Moldovan", "width": 1}, {"from": "google", "to": "Matthew Dempsky", "width": 1}, {"from": "google", "to": "Igor Dvorzhak", "width": 1}, {"from": "google", "to": "Medya Ghazizadeh", "width": 1}, {"from": "google", "to": "Melissa Ho", "width": 1}, {"from": "google", "to": "Mengqi Yu", "width": 1}, {"from": "google", "to": "Yun Peng", "width": 1}, {"from": "google", "to": "Marc Fielding", "width": 1}, {"from": "google", "to": "Mark Foltz (Google)", "width": 1}, {"from": "google", "to": "Mike Schwartz", "width": 1}, {"from": "google", "to": "Minko Gechev", "width": 1}, {"from": "google", "to": "Marta G\u00f3mez Mac\u00edas", "width": 1}, {"from": "google", "to": "Michael Griscom", "width": 1}, {"from": "google", "to": "Michael Haro", "width": 1}, {"from": "google", "to": "Michael Quinn", "width": 1}, {"from": "google", "to": "Michael Reneer", "width": 1}, {"from": "google", "to": "Michael W. Sherman", "width": 1}, {"from": "google", "to": "Michael Zoech", "width": 1}, {"from": "google", "to": "Miguel Fernandes", "width": 1}, {"from": "google", "to": "Mihai Maruseac", "width": 1}, {"from": "google", "to": "Mihai Nita", "width": 1}, {"from": "google", "to": "Mike Danese", "width": 1}, {"from": "google", "to": "Mike Dory", "width": 1}, {"from": "google", "to": "Michael Haney", "width": 1}, {"from": "google", "to": "Mike Helmick", "width": 1}, {"from": "google", "to": "Miko\u0142aj Stefaniak", "width": 1}, {"from": "google", "to": "Michael Muller", "width": 1}, {"from": "google", "to": "Mingxing", "width": 1}, {"from": "google", "to": "Pedram Pejman", "width": 1}, {"from": "google", "to": "Michael Thomsen", "width": 1}, {"from": "google", "to": "Max Kim", "width": 1}, {"from": "google", "to": "Maxwell Bileschi", "width": 1}, {"from": "google", "to": "Matt W", "width": 1}, {"from": "google", "to": "Miles Malerba", "width": 1}, {"from": "google", "to": "Matthew Riley", "width": 1}, {"from": "google", "to": "Mertcan Mermerkaya", "width": 1}, {"from": "google", "to": "Michael Marturana", "width": 1}, {"from": "google", "to": "Moe Sy", "width": 1}, {"from": "google", "to": "Mohab Fekry", "width": 1}, {"from": "google", "to": "Mohamed Amir Yosef", "width": 1}, {"from": "google", "to": "mor_ambro", "width": 1}, {"from": "google", "to": "Matt Morehouse", "width": 1}, {"from": "google", "to": "Morgante Pell", "width": 1}, {"from": "google", "to": "moschi", "width": 1}, {"from": "google", "to": "Rahat Mahmood", "width": 1}, {"from": "google", "to": "Vyacheslav Egorov", "width": 1}, {"from": "google", "to": "Mark Klara", "width": 1}, {"from": "google", "to": "Matthew Suozzo", "width": 1}, {"from": "google", "to": "Ignacio (Nacho) Cano", "width": 1}, {"from": "google", "to": "Nagesh Susarla", "width": 1}, {"from": "google", "to": "Teju Nareddy", "width": 1}, {"from": "google", "to": "Nate Bosch", "width": 1}, {"from": "google", "to": "Nathan Williams", "width": 1}, {"from": "google", "to": "Nathaniel Manista", "width": 1}, {"from": "google", "to": "Nicholas Deakin", "width": 1}, {"from": "google", "to": "David P. Baker", "width": 1}, {"from": "google", "to": "@profGbenga", "width": 1}, {"from": "google", "to": "Nick Felt", "width": 1}, {"from": "google", "to": "Hiroki Nakagawa", "width": 1}, {"from": "google", "to": "Nick", "width": 1}, {"from": "google", "to": "Nick Desaulniers", "width": 1}, {"from": "google", "to": "Alex Nicksay", "width": 1}, {"from": "google", "to": "Nicolas Garnier", "width": 1}, {"from": "google", "to": "Nik Klassen", "width": 1}, {"from": "google", "to": "Jamie Liu", "width": 1}, {"from": "google", "to": "Nicolas Lopez", "width": 1}, {"from": "google", "to": "Nick F", "width": 1}, {"from": "google", "to": "Alexander Nohe", "width": 1}, {"from": "google", "to": "Nico Pag", "width": 1}, {"from": "google", "to": "Nina Satragno", "width": 1}, {"from": "google", "to": "Shuhei Takahashi", "width": 1}, {"from": "google", "to": "Kouhei Ueno", "width": 1}, {"from": "google", "to": "Adam Ocsvari", "width": 1}, {"from": "google", "to": "Oleg Shaldybin", "width": 1}, {"from": "google", "to": "Vy Nguyen", "width": 1}, {"from": "google", "to": "Orlando Pozo", "width": 1}, {"from": "google", "to": "Orly Liba", "width": 1}, {"from": "google", "to": "Colin Nelson", "width": 1}, {"from": "google", "to": "\u00d6mer Sinan A\u011facan", "width": 1}, {"from": "google", "to": "Daniel", "width": 1}, {"from": "google", "to": "Oscar Wahltinez", "width": 1}, {"from": "google", "to": "Phil Ames", "width": 1}, {"from": "google", "to": "\u0141ukasz Hanuszczak", "width": 1}, {"from": "google", "to": "Paul Beusterien", "width": 1}, {"from": "google", "to": "Paul Irish", "width": 1}, {"from": "google", "to": "Pavithra Vijay", "width": 1}, {"from": "google", "to": "Peter Bostr\u00f6m", "width": 1}, {"from": "google", "to": "Peter Foley", "width": 1}, {"from": "google", "to": "Peggy Chi", "width": 1}, {"from": "google", "to": "Tianguang", "width": 1}, {"from": "google", "to": "Penporn Koanantakool", "width": 1}, {"from": "google", "to": "Peter Buchlovsky", "width": 1}, {"from": "google", "to": "Pete LePage", "width": 1}, {"from": "google", "to": "Peter Ma", "width": 1}, {"from": "google", "to": "Philip Walton", "width": 1}, {"from": "google", "to": "Philipp Wollermann", "width": 1}, {"from": "google", "to": "Philipp Kern", "width": 1}, {"from": "google", "to": "Pete Markowsky", "width": 1}, {"from": "google", "to": "Pascal Muetschard", "width": 1}, {"from": "google", "to": "J\u00ear\u00f4me Poichet", "width": 1}, {"from": "google", "to": "Polina Cherkasova", "width": 1}, {"from": "google", "to": "Pradeep Venkat", "width": 1}, {"from": "google", "to": "prathap reddy", "width": 1}, {"from": "google", "to": "Michael Pratt", "width": 1}, {"from": "google", "to": "Philip Rideout", "width": 1}, {"from": "google", "to": "Johan Euphrosine", "width": 1}, {"from": "google", "to": "Mark Punzalan", "width": 1}, {"from": "google", "to": "Victor Costan", "width": 1}, {"from": "google", "to": "parsa", "width": 1}, {"from": "google", "to": "Qianli Scott Zhu", "width": 1}, {"from": "google", "to": "Quentin Cha", "width": 1}, {"from": "google", "to": "Ragh Srinivasan", "width": 1}, {"from": "google", "to": "Ricardo A. Garcia", "width": 1}, {"from": "google", "to": "Rami", "width": 1}, {"from": "google", "to": "Alexander Potapenko", "width": 1}, {"from": "google", "to": "Josh Gordon", "width": 1}, {"from": "google", "to": "rasmi", "width": 1}, {"from": "google", "to": "Rob Clevenger", "width": 1}, {"from": "google", "to": "Renzo Rojas", "width": 1}, {"from": "google", "to": "Adam Rice", "width": 1}, {"from": "google", "to": "Nick Rout", "width": 1}, {"from": "google", "to": "Peter Burns", "width": 1}, {"from": "google", "to": "Riley Karson", "width": 1}, {"from": "google", "to": "Daniel Ringwalt", "width": 1}, {"from": "google", "to": "Rishabh Kabra", "width": 1}, {"from": "google", "to": "Robert Bailey", "width": 1}, {"from": "google", "to": "Rob Kelly", "width": 1}, {"from": "google", "to": "Rob Russell", "width": 1}, {"from": "google", "to": "Rohan Jain", "width": 1}, {"from": "google", "to": "Roman Novak", "width": 1}, {"from": "google", "to": "Fredrik Roubert", "width": 1}, {"from": "google", "to": "Renaud Paquay", "width": 1}, {"from": "google", "to": "RJ Skerry-Ryan", "width": 1}, {"from": "google", "to": "Ryan Fuller", "width": 1}, {"from": "google", "to": "Rick Viscomi", "width": 1}, {"from": "google", "to": "Ryan McDermott", "width": 1}, {"from": "google", "to": "Ryan McDowell", "width": 1}, {"from": "google", "to": "Ryan Wilson", "width": 1}, {"from": "google", "to": "Saad Ali", "width": 1}, {"from": "google", "to": "Brennan Saeta", "width": 1}, {"from": "google", "to": "Sam McCall", "width": 1}, {"from": "google", "to": "Samuel Davidson", "width": 1}, {"from": "google", "to": "Sami Z.", "width": 1}, {"from": "google", "to": "Sam Stoelinga", "width": 1}, {"from": "google", "to": "Samrat Saha", "width": 1}, {"from": "google", "to": "Sam Ribeiro", "width": 1}, {"from": "google", "to": "Aleksandra Faust", "width": 1}, {"from": "google", "to": "Ashish Saxena", "width": 1}, {"from": "google", "to": "Saurabh Saxena", "width": 1}, {"from": "google", "to": "Sam Clegg", "width": 1}, {"from": "google", "to": "Chris Schrier", "width": 1}, {"from": "google", "to": "Cody Schroeder", "width": 1}, {"from": "google", "to": "Scott Main", "width": 1}, {"from": "google", "to": "Stefan Dierauf", "width": 1}, {"from": "google", "to": "Sean Egan", "width": 1}, {"from": "google", "to": "Sean Lip", "width": 1}, {"from": "google", "to": "Sean Sullivan", "width": 1}, {"from": "google", "to": "Sebastian Benz", "width": 1}, {"from": "google", "to": "Siham Hussein", "width": 1}, {"from": "google", "to": "Chris Sosa", "width": 1}, {"from": "google", "to": "Sergii Tkachenko", "width": 1}, {"from": "google", "to": "Seth Moore", "width": 1}, {"from": "google", "to": "Seth", "width": 1}, {"from": "google", "to": "Seth Vargo", "width": 1}, {"from": "google", "to": "Shahms King", "width": 1}, {"from": "google", "to": "Shane Glass", "width": 1}, {"from": "google", "to": "Sharad Vikram", "width": 1}, {"from": "google", "to": "Shauheen", "width": 1}, {"from": "google", "to": "Shawn Busolits", "width": 1}, {"from": "google", "to": "Sherry Yang", "width": 1}, {"from": "google", "to": "Stephen Hicks", "width": 1}, {"from": "google", "to": "tAndrii", "width": 1}, {"from": "google", "to": "Stephan Hoyer", "width": 1}, {"from": "google", "to": "Karan Shukla", "width": 1}, {"from": "google", "to": "Shuo Yang", "width": 1}, {"from": "google", "to": "Nick Siderakis", "width": 1}, {"from": "google", "to": "Adithya Srinivasan", "width": 1}, {"from": "google", "to": "Eduardo\u0027 Vela\" \u003cNava\u003e (sirdarckcat)", "width": 1}, {"from": "google", "to": "Muthuramakrishnan Viswanathan", "width": 1}, {"from": "google", "to": "Sivakumar Kalva", "width": 1}, {"from": "google", "to": "Sasha Kuznetsov ", "width": 1}, {"from": "google", "to": "Stefan Natchev", "width": 1}, {"from": "google", "to": "Yang Song", "width": 1}, {"from": "google", "to": "Soonson Kwon", "width": 1}, {"from": "google", "to": "Sophie Schmieg", "width": 1}, {"from": "google", "to": "Dave Cunningham", "width": 1}, {"from": "google", "to": "Spencer Hance", "width": 1}, {"from": "google", "to": "Rob Leidle", "width": 1}, {"from": "google", "to": "Aaron Crickenberger", "width": 1}, {"from": "google", "to": "Steve Bazyl", "width": 1}, {"from": "google", "to": "Jason Collins", "width": 1}, {"from": "google", "to": "Srinivas Vasudevan", "width": 1}, {"from": "google", "to": "Spencer Small", "width": 1}, {"from": "google", "to": "Stephen Stenchever", "width": 1}, {"from": "google", "to": "Tess Strickland", "width": 1}, {"from": "google", "to": "Stanley Cheung", "width": 1}, {"from": "google", "to": "Stenal P Jolly", "width": 1}, {"from": "google", "to": "Stuart Phillips", "width": 1}, {"from": "google", "to": "Tony Pujals", "width": 1}, {"from": "google", "to": "Sergei Lebedev", "width": 1}, {"from": "google", "to": "Suraj", "width": 1}, {"from": "google", "to": "Suyash Kumar", "width": 1}, {"from": "google", "to": "Tomo Suzuki", "width": 1}, {"from": "google", "to": "Brad Svee", "width": 1}, {"from": "google", "to": "Pascal Birchler", "width": 1}, {"from": "google", "to": "Sarah Zakarias", "width": 1}, {"from": "google", "to": "Tommy Murphy", "width": 1}, {"from": "google", "to": "Taymon A. Beal", "width": 1}, {"from": "google", "to": "Tayo Oguntebi", "width": 1}, {"from": "google", "to": "tbodt", "width": 1}, {"from": "google", "to": "Tyler Bui-Palsulich", "width": 1}, {"from": "google", "to": "Tom Burgin", "width": 1}, {"from": "google", "to": "Tejal Desai", "width": 1}, {"from": "google", "to": "Terry Heo", "width": 1}, {"from": "google", "to": "Tianyu Geng", "width": 1}, {"from": "google", "to": "Thomas Guilbert", "width": 1}, {"from": "google", "to": "Takeshi Hagikura", "width": 1}, {"from": "google", "to": "Scott Ganyo", "width": 1}, {"from": "google", "to": "Thiago Vieira", "width": 1}, {"from": "google", "to": "Thinh Ha", "width": 1}, {"from": "google", "to": "Tim Hockin", "width": 1}, {"from": "google", "to": "Thomas Joerg", "width": 1}, {"from": "google", "to": "Thomas Keck", "width": 1}, {"from": "google", "to": "Thomas Van Lenten", "width": 1}, {"from": "google", "to": "Tom Hughes", "width": 1}, {"from": "google", "to": "Tianhao Zhou", "width": 1}, {"from": "google", "to": "Tim Niemueller", "width": 1}, {"from": "google", "to": "Tim King", "width": 1}, {"from": "google", "to": "Tim Shen", "width": 1}, {"from": "google", "to": "Tiziano Santoro", "width": 1}, {"from": "google", "to": "TAMURA, Kent", "width": 1}, {"from": "google", "to": "Thomas Lively", "width": 1}, {"from": "google", "to": "Takashi Matsuo", "width": 1}, {"from": "google", "to": "Tamer Tas", "width": 1}, {"from": "google", "to": "Tor Norbye", "width": 1}, {"from": "google", "to": "Tod Hilton", "width": 1}, {"from": "google", "to": "Hao Wu", "width": 1}, {"from": "google", "to": "Thomas Steiner", "width": 1}, {"from": "google", "to": "Tomek Madejski", "width": 1}, {"from": "google", "to": "Tom Hennigan", "width": 1}, {"from": "google", "to": "Tommy Cusick", "width": 1}, {"from": "google", "to": "Anthony Barone", "width": 1}, {"from": "google", "to": "Tony Ruscoe", "width": 1}, {"from": "google", "to": "Terrence Ryan", "width": 1}, {"from": "google", "to": "Anthony Tripaldi", "width": 1}, {"from": "google", "to": "Tim Swast", "width": 1}, {"from": "google", "to": "Shuhei Iitsuka", "width": 1}, {"from": "google", "to": "Tijana Vislavski Gradina", "width": 1}, {"from": "google", "to": "Thi\u00e9baud Weksteen", "width": 1}, {"from": "google", "to": "Tyler Erickson", "width": 1}, {"from": "google", "to": "tze hon", "width": 1}, {"from": "google", "to": "Umair Idris", "width": 1}, {"from": "google", "to": "Mike Frysinger", "width": 1}, {"from": "google", "to": "Varun Marupadi", "width": 1}, {"from": "google", "to": "Vilas Jagannath", "width": 1}, {"from": "google", "to": "Vinayak Goyal", "width": 1}, {"from": "google", "to": "Rett Berg", "width": 1}, {"from": "google", "to": "Vladimir Kryachko", "width": 1}, {"from": "google", "to": "Vincent Michon", "width": 1}, {"from": "google", "to": "Vivek Sekhar", "width": 1}, {"from": "google", "to": "Wajih Yassine", "width": 1}, {"from": "google", "to": "Warren Maresca", "width": 1}, {"from": "google", "to": "Andy Hippo", "width": 1}, {"from": "google", "to": "wesley chun", "width": 1}, {"from": "google", "to": "Kangping", "width": 1}, {"from": "google", "to": "Will Beason", "width": 1}, {"from": "google", "to": "Arpana Mehta", "width": 1}, {"from": "google", "to": "Warren Kumari", "width": 1}, {"from": "google", "to": "Quan Wang", "width": 1}, {"from": "google", "to": "Rick Wright", "width": 1}, {"from": "google", "to": "Xin Gao", "width": 1}, {"from": "google", "to": "Xavier Llor\u00e0", "width": 1}, {"from": "google", "to": "Melih Y. Yalcin", "width": 1}, {"from": "google", "to": "Yarden Eitan", "width": 1}, {"from": "google", "to": "Yash Katariya", "width": 1}, {"from": "google", "to": "Yasmine Evjen", "width": 1}, {"from": "google", "to": "Yang Guo", "width": 1}, {"from": "google", "to": "Yilei \"Dolee\" Yang", "width": 1}, {"from": "google", "to": "Amy Wu", "width": 1}, {"from": "google", "to": "Yi Xu", "width": 1}, {"from": "google", "to": "Yegor", "width": 1}, {"from": "google", "to": "Yoshi Yamaguchi", "width": 1}, {"from": "google", "to": "Yoav Weiss", "width": 1}, {"from": "google", "to": "cshou", "width": 1}, {"from": "google", "to": "Younies Mahmoud", "width": 1}, {"from": "google", "to": "Yuchen Shi", "width": 1}, {"from": "google", "to": "Yuefeng Zhou", "width": 1}, {"from": "google", "to": "Yuntao Zhou", "width": 1}, {"from": "google", "to": "Yang Yang", "width": 1}, {"from": "google", "to": "Isabel Povoa", "width": 1}, {"from": "google", "to": "Zef Delgadillo", "width": 1}, {"from": "google", "to": "Andrea Francke", "width": 1}, {"from": "google", "to": "Vitalii Fedorenko", "width": 1}, {"from": "google", "to": "Qiao Zhang", "width": 1}, {"from": "google", "to": "M\u00e1rton Braun", "width": 1}, {"from": "golang", "to": "David du Colombier", "width": 1}, {"from": "golang", "to": "Aram H\u0103v\u0103rneanu", "width": 1}, {"from": "golang", "to": "Alberto Donizetti", "width": 1}, {"from": "golang", "to": "Harald Nordgren", "width": 1}, {"from": "golang", "to": "Sam Whited", "width": 1}, {"from": "golang", "to": "Austin Clements", "width": 1}, {"from": "golang", "to": "Alex Brainman", "width": 1}, {"from": "golang", "to": "Anthony Martin", "width": 1}, {"from": "golang", "to": "Andy Bonventre", "width": 1}, {"from": "golang", "to": "Artyom Pervukhin", "width": 1}, {"from": "golang", "to": "Bryan C. Mills", "width": 1}, {"from": "golang", "to": "Ben Shi", "width": 1}, {"from": "golang", "to": "Chris Broadfoot", "width": 1}, {"from": "golang", "to": "Camilo Aguilar", "width": 1}, {"from": "golang", "to": "Chris Lewis", "width": 1}, {"from": "golang", "to": "Changkun Ou", "width": 1}, {"from": "golang", "to": "Cody Oss", "width": 1}, {"from": "golang", "to": "David Crawshaw", "width": 1}, {"from": "golang", "to": "Cuong Manh Le", "width": 1}, {"from": "golang", "to": "David Lazar", "width": 1}, {"from": "golang", "to": "Dominik Honnef", "width": 1}, {"from": "golang", "to": "Daniel Skinner", "width": 1}, {"from": "golang", "to": "Joe Tsai", "width": 1}, {"from": "golang", "to": "Dmitry Vyukov", "width": 1}, {"from": "golang", "to": "Eli Bendersky", "width": 1}, {"from": "golang", "to": "Fatih Arslan", "width": 1}, {"from": "golang", "to": "Gabriel Aszalos", "width": 1}, {"from": "golang", "to": "Hajime Hoshi", "width": 1}, {"from": "golang", "to": "Jean de Klerk", "width": 1}, {"from": "golang", "to": "Johan Brandhorst-Satzkorn", "width": 1}, {"from": "golang", "to": "Joseph Richey", "width": 1}, {"from": "golang", "to": "Joseph Poirier", "width": 1}, {"from": "golang", "to": "mattn", "width": 1}, {"from": "golang", "to": "Matthew Dempsky", "width": 1}, {"from": "golang", "to": "Matt Layher", "width": 1}, {"from": "golang", "to": "Minux Ma", "width": 1}, {"from": "golang", "to": "Michael Munday", "width": 1}, {"from": "golang", "to": "Daniel Mart\u00ed", "width": 1}, {"from": "golang", "to": "Paul Jolly", "width": 1}, {"from": "golang", "to": "namusyaka", "width": 1}, {"from": "golang", "to": "Richard Musiol", "width": 1}, {"from": "golang", "to": "Nicolas Garnier", "width": 1}, {"from": "golang", "to": "Emmanuel T Odeke", "width": 1}, {"from": "golang", "to": "Curith", "width": 1}, {"from": "golang", "to": "Yuval Pavel Zholkover", "width": 1}, {"from": "golang", "to": "Michael Pratt", "width": 1}, {"from": "golang", "to": "Giovanni Bajo", "width": 1}, {"from": "golang", "to": "Roland Bracewell Shoemaker", "width": 1}, {"from": "golang", "to": "Rui Ueyama", "width": 1}, {"from": "golang", "to": "Sebastien Binet", "width": 1}, {"from": "golang", "to": "sam boyer", "width": 1}, {"from": "golang", "to": "Shawn Smith", "width": 1}, {"from": "golang", "to": "Akhil Indurti", "width": 1}, {"from": "golang", "to": "Jonathan Rudenberg", "width": 1}, {"from": "golang", "to": "Tobias Klauser", "width": 1}, {"from": "golang", "to": "Todd Neal", "width": 1}, {"from": "golang", "to": "Kale Blankenship", "width": 1}, {"from": "golang", "to": "Bill", "width": 1}, {"from": "golang", "to": "Wei Xiao", "width": 1}, {"from": "golang", "to": "Yury Smolsky", "width": 1}, {"from": "aws", "to": "Amine", "width": 1}, {"from": "aws", "to": "Aditya Manohar", "width": 1}, {"from": "aws", "to": "Burgos", "width": 1}, {"from": "aws", "to": "ItchyZ", "width": 1}, {"from": "aws", "to": "Jianchu Li", "width": 1}, {"from": "aws", "to": "Jordon Phillips", "width": 1}, {"from": "aws", "to": "Thomas Kriechbaumer", "width": 1}, {"from": "aws", "to": "Daniel Anderson", "width": 1}, {"from": "aws", "to": "Mark Atwood", "width": 1}, {"from": "aws", "to": "Noah Litov", "width": 1}, {"from": "aws", "to": "Neta Nir", "width": 1}, {"from": "aws", "to": "Nicholas Thomson", "width": 1}, {"from": "aws", "to": "Terry Howe", "width": 1}, {"from": "aws", "to": "_sam", "width": 1}, {"from": "aws", "to": "Anirudh Aithal", "width": 1}, {"from": "aws", "to": "Anish Oswal", "width": 1}, {"from": "aws", "to": "Aaron Goulet", "width": 1}, {"from": "aws", "to": "Abdallah AlHalees", "width": 1}, {"from": "aws", "to": "Abhay Krishna", "width": 1}, {"from": "aws", "to": "Abhinav Pandey", "width": 1}, {"from": "aws", "to": "Adam Thomas", "width": 1}, {"from": "aws", "to": "Ahmet Atalay", "width": 1}, {"from": "aws", "to": "Ahsan Khan", "width": 1}, {"from": "aws", "to": "Ajwinder Singh", "width": 1}, {"from": "aws", "to": "Alfonso Austin-Rivera", "width": 1}, {"from": "aws", "to": "Anjaneyulu Paturi", "width": 1}, {"from": "aws", "to": "Anuraag Agrawal", "width": 1}, {"from": "aws", "to": "Alex Shovlin", "width": 1}, {"from": "aws", "to": "Ashutosh Upadhyay", "width": 1}, {"from": "aws", "to": "Sachin Hamirwasia", "width": 1}, {"from": "aws", "to": "Andrew Bloomgarden", "width": 1}, {"from": "aws", "to": "Austin Vazquez", "width": 1}, {"from": "aws", "to": "Alex Wood", "width": 1}, {"from": "aws", "to": "Christopher Baran", "width": 1}, {"from": "aws", "to": "Brad Bebee", "width": 1}, {"from": "aws", "to": "Binyam Zemede", "width": 1}, {"from": "aws", "to": "Nathan Bossart", "width": 1}, {"from": "aws", "to": "Yibo Gou", "width": 1}, {"from": "aws", "to": "Bryan\u2122", "width": 1}, {"from": "aws", "to": "Burak Kose", "width": 1}, {"from": "aws", "to": "./c\u00b2", "width": 1}, {"from": "aws", "to": "Rachel Chang", "width": 1}, {"from": "aws", "to": "Adam", "width": 1}, {"from": "aws", "to": "Chris Doherty", "width": 1}, {"from": "aws", "to": "Chris Negus", "width": 1}, {"from": "aws", "to": "Clare Liguori", "width": 1}, {"from": "aws", "to": "Jack Stevenson", "width": 1}, {"from": "aws", "to": "Connor Lanigan", "width": 1}, {"from": "aws", "to": "Chris Deigan", "width": 1}, {"from": "aws", "to": "Daniel Budris", "width": 1}, {"from": "aws", "to": "Debora N. Ito", "width": 1}, {"from": "aws", "to": "Derek Jamison", "width": 1}, {"from": "aws", "to": "Eliot V Scott", "width": 1}, {"from": "aws", "to": "Eric Wollesen", "width": 1}, {"from": "aws", "to": "Ray Allan", "width": 1}, {"from": "aws", "to": "Yangfan Zhang", "width": 1}, {"from": "aws", "to": "Frederick Lefebvre", "width": 1}, {"from": "aws", "to": "Guillermo Gaston", "width": 1}, {"from": "aws", "to": "Akash Goel", "width": 1}, {"from": "aws", "to": "G Goswami", "width": 1}, {"from": "aws", "to": "Greg Westerfield, Jr.", "width": 1}, {"from": "aws", "to": "Nick Soggin", "width": 1}, {"from": "aws", "to": "Ivan Schurawel", "width": 1}, {"from": "aws", "to": "Ivy Jin", "width": 1}, {"from": "aws", "to": "Jack Lin", "width": 1}, {"from": "aws", "to": "Jacob Weinstock", "width": 1}, {"from": "aws", "to": "Jacob Vallejo", "width": 1}, {"from": "aws", "to": "Jake Rullman", "width": 1}, {"from": "aws", "to": "Jalandip Lepcha", "width": 1}, {"from": "aws", "to": "James Saryerwinnie", "width": 1}, {"from": "aws", "to": "Jason Del Ponte", "width": 1}, {"from": "aws", "to": "Jackson West", "width": 1}, {"from": "aws", "to": "Mingjie Shao", "width": 1}, {"from": "aws", "to": "Joey Wang", "width": 1}, {"from": "aws", "to": "Jeremiah Mahler", "width": 1}, {"from": "aws", "to": "Joseph Klix", "width": 1}, {"from": "aws", "to": "Joseph Mulray", "width": 1}, {"from": "aws", "to": "Johannes Weber", "width": 1}, {"from": "aws", "to": "John Cattrall", "width": 1}, {"from": "aws", "to": "John Mousa", "width": 1}, {"from": "aws", "to": "Jonah Jones", "width": 1}, {"from": "aws", "to": "Joseph Cho", "width": 1}, {"from": "aws", "to": "James Droste", "width": 1}, {"from": "aws", "to": "Junpu Fan", "width": 1}, {"from": "aws", "to": "Boris Serdiuk", "width": 1}, {"from": "aws", "to": "Jonathan Weiss", "width": 1}, {"from": "aws", "to": "Joseph Weitekamp", "width": 1}, {"from": "aws", "to": "Kareem Khazem", "width": 1}, {"from": "aws", "to": "Karthik Saligrama", "width": 1}, {"from": "aws", "to": "Kenneth Daily", "width": 1}, {"from": "aws", "to": "Steve Leon", "width": 1}, {"from": "aws", "to": "Kirsten Schumy", "width": 1}, {"from": "aws", "to": "Kyle Knapp", "width": 1}, {"from": "aws", "to": "David LaBissoniere", "width": 1}, {"from": "aws", "to": "Leo Herran", "width": 1}, {"from": "aws", "to": "Lewis Diamond", "width": 1}, {"from": "aws", "to": "Alex L.", "width": 1}, {"from": "aws", "to": "Luigi Franco Tedesco", "width": 1}, {"from": "aws", "to": "Alex Makoviecki", "width": 1}, {"from": "aws", "to": "Mark Pruett", "width": 1}, {"from": "aws", "to": "Matt Bullock", "width": 1}, {"from": "aws", "to": "Matt Auerbach", "width": 1}, {"from": "aws", "to": "Max Dribinsky", "width": 1}, {"from": "aws", "to": "Max Kondra", "width": 1}, {"from": "aws", "to": "Michael Kane", "width": 1}, {"from": "aws", "to": "Mike Dinescu", "width": 1}, {"from": "aws", "to": "Gabriel Mendes", "width": 1}, {"from": "aws", "to": "Mrudul Harwani", "width": 1}, {"from": "aws", "to": "Michael Hausenblas", "width": 1}, {"from": "aws", "to": "Micah Hausler", "width": 1}, {"from": "aws", "to": "Michael Hsieh", "width": 1}, {"from": "aws", "to": "Michael Landi", "width": 1}, {"from": "aws", "to": "Michael Chin", "width": 1}, {"from": "aws", "to": "Mitali Paygude", "width": 1}, {"from": "aws", "to": "M. Mei", "width": 1}, {"from": "aws", "to": "vernon", "width": 1}, {"from": "aws", "to": "Rajashree Mandaogane", "width": 1}, {"from": "aws", "to": "Michael Dowling", "width": 1}, {"from": "aws", "to": "Nathan Glimsdale", "width": 1}, {"from": "aws", "to": "Nate Prewitt", "width": 1}, {"from": "aws", "to": "Nathan Peck", "width": 1}, {"from": "aws", "to": "Nishanth Hegde", "width": 1}, {"from": "aws", "to": "Norm Johanson", "width": 1}, {"from": "aws", "to": "Tim Schmelter", "width": 1}, {"from": "aws", "to": "Jinbo Pan", "width": 1}, {"from": "aws", "to": "Pavel Repin", "width": 1}, {"from": "aws", "to": "Peter Moon", "width": 1}, {"from": "aws", "to": "Pinglei Guo", "width": 1}, {"from": "aws", "to": "Peter Motykowski", "width": 1}, {"from": "aws", "to": "Aravind Ramalingam", "width": 1}, {"from": "aws", "to": "Philip Pittle", "width": 1}, {"from": "aws", "to": "Pooja Trivedi", "width": 1}, {"from": "aws", "to": "Rob Brigham", "width": 1}, {"from": "aws", "to": "Russell Cohen", "width": 1}, {"from": "aws", "to": "Richard Huang", "width": 1}, {"from": "aws", "to": "Rohan Gupta", "width": 1}, {"from": "aws", "to": "Justin Garrison", "width": 1}, {"from": "aws", "to": "Raj Pathak", "width": 1}, {"from": "aws", "to": "Akash Rungta", "width": 1}, {"from": "aws", "to": "Ryan Parker", "width": 1}, {"from": "aws", "to": "Sean Morgan", "width": 1}, {"from": "aws", "to": "Serkan Turgut", "width": 1}, {"from": "aws", "to": "Shaocheng Wang", "width": 1}, {"from": "aws", "to": "Sheldon Sides", "width": 1}, {"from": "aws", "to": "Tomonori Shimomura", "width": 1}, {"from": "aws", "to": "Simon Guo", "width": 1}, {"from": "aws", "to": "Sean McGrail", "width": 1}, {"from": "aws", "to": "Vasanth Kumararajan", "width": 1}, {"from": "aws", "to": "Cody Wang", "width": 1}, {"from": "aws", "to": "Sean O\u0027Brien", "width": 1}, {"from": "aws", "to": "Tai-Ying Chen", "width": 1}, {"from": "aws", "to": "Taylor Neyland", "width": 1}, {"from": "aws", "to": "Martin Beeby", "width": 1}, {"from": "aws", "to": "Troy Lindsay", "width": 1}, {"from": "aws", "to": "Trevor Rowe", "width": 1}, {"from": "aws", "to": "Trivikram Kamat", "width": 1}, {"from": "aws", "to": "Van Vo Thanh", "width": 1}, {"from": "aws", "to": "Vignesh Goutham Ganesh", "width": 1}, {"from": "aws", "to": "Vincent Ni", "width": 1}, {"from": "aws", "to": "Vivek Koppuru", "width": 1}, {"from": "aws", "to": "Vinothkumar Siddharth", "width": 1}, {"from": "aws", "to": "Daniel Vu", "width": 1}, {"from": "aws", "to": "Yufei Wang", "width": 1}, {"from": "aws", "to": "Lai", "width": 1}, {"from": "aws", "to": "Wonkun Kim", "width": 1}, {"from": "aws", "to": "Zhenpeng Zhang", "width": 1}, {"from": "aws", "to": "Yuhui Zheng", "width": 1}, {"from": "aws", "to": "Zidaan Dutta", "width": 1}, {"from": "NVIDIA", "to": "Jonathan Calmels", "width": 1}, {"from": "NVIDIA", "to": "Aaron Plattner", "width": 1}, {"from": "NVIDIA", "to": "Alex Aizman", "width": 1}, {"from": "NVIDIA", "to": "Ben Barsdell", "width": 1}, {"from": "NVIDIA", "to": "Davide Rossetti", "width": 1}, {"from": "NVIDIA", "to": "Evan Lezar", "width": 1}, {"from": "NVIDIA", "to": "Felix Abecassis", "width": 1}, {"from": "NVIDIA", "to": "Luke Yeager", "width": 1}, {"from": "NVIDIA", "to": "Naren Dasan", "width": 1}, {"from": "NVIDIA", "to": "Oleksii Kuchaiev", "width": 1}, {"from": "NVIDIA", "to": "Przemyslaw Tredak", "width": 1}, {"from": "NVIDIA", "to": "Vinay Deshpande", "width": 1}, {"from": "nuxt", "to": "S\u00e9bastien Chopin", "width": 1}, {"from": "nuxt", "to": "Alexandre Chopin", "width": 1}, {"from": "nuxt", "to": "Anthony Fu", "width": 1}, {"from": "nuxt", "to": "Xin Du (Clark)", "width": 1}, {"from": "nuxt", "to": "Daniel Roe", "width": 1}, {"from": "nuxt", "to": "Ahad Birang", "width": 1}, {"from": "nuxt", "to": "pooya parsa", "width": 1}, {"from": "facebook", "to": "Delyan Kratunov", "width": 1}, {"from": "facebook", "to": "Daniel Lo Nigro", "width": 1}, {"from": "facebook", "to": "Howard Huang", "width": 1}, {"from": "facebook", "to": "Xuan Huang (\u9ec4\u7384)", "width": 1}, {"from": "facebook", "to": "Liang Gong", "width": 1}, {"from": "facebook", "to": "Joshua Gross", "width": 1}, {"from": "facebook", "to": "Ruslan Sayfutdinov", "width": 1}, {"from": "facebook", "to": "Marco Montalto Monella", "width": 1}, {"from": "facebook", "to": "Naomi Reeves", "width": 1}, {"from": "facebook", "to": "Sam Zhou", "width": 1}, {"from": "facebook", "to": "Eli White", "width": 1}, {"from": "facebook", "to": "Ant\u00f3nio Afonso", "width": 1}, {"from": "facebook", "to": "Aaron Abramov", "width": 1}, {"from": "facebook", "to": "Andrew Clark", "width": 1}, {"from": "facebook", "to": "Adam Gross", "width": 1}, {"from": "facebook", "to": "Ahmed Shehata", "width": 1}, {"from": "facebook", "to": "Andrey Goncharov", "width": 1}, {"from": "facebook", "to": "Alexander Holden Miller", "width": 1}, {"from": "facebook", "to": "Abdulrahman Alfozan", "width": 1}, {"from": "facebook", "to": "Alex Nankervis", "width": 1}, {"from": "facebook", "to": "Anshul verma", "width": 1}, {"from": "facebook", "to": "Archit Sachdeva", "width": 1}, {"from": "facebook", "to": "Artur Rodrigues", "width": 1}, {"from": "facebook", "to": "Asjad Syed", "width": 1}, {"from": "facebook", "to": "Alexander", "width": 1}, {"from": "facebook", "to": "Assaf Gelber", "width": 1}, {"from": "facebook", "to": "Benjamin Golub", "width": 1}, {"from": "facebook", "to": "Benjamin Woodruff", "width": 1}, {"from": "facebook", "to": "Jon Janzen", "width": 1}, {"from": "facebook", "to": "Brad Zacher", "width": 1}, {"from": "facebook", "to": "Chris Down", "width": 1}, {"from": "facebook", "to": "Hugo Cuvillier", "width": 1}, {"from": "facebook", "to": "Dan Harper", "width": 1}, {"from": "facebook", "to": "Davide Cavalca", "width": 1}, {"from": "facebook", "to": "Cserg\u0151 B\u00e1lint", "width": 1}, {"from": "facebook", "to": "Sergey Doroshenko", "width": 1}, {"from": "facebook", "to": "David Reiss", "width": 1}, {"from": "facebook", "to": "Eden Zik", "width": 1}, {"from": "facebook", "to": "Marco Botto", "width": 1}, {"from": "facebook", "to": "Jason Fried", "width": 1}, {"from": "facebook", "to": "dan", "width": 1}, {"from": "facebook", "to": "Garrett Wininger", "width": 1}, {"from": "facebook", "to": "Gerard Delm\u00e0s", "width": 1}, {"from": "facebook", "to": "George Zahariev", "width": 1}, {"from": "facebook", "to": "Grantland Chew", "width": 1}, {"from": "facebook", "to": "Sathya Gunasekaran", "width": 1}, {"from": "facebook", "to": "Hanton Yang", "width": 1}, {"from": "facebook", "to": "hl475", "width": 1}, {"from": "facebook", "to": "insomniac", "width": 1}, {"from": "facebook", "to": "Sarthak Jain", "width": 1}, {"from": "facebook", "to": "Jake Bolam", "width": 1}, {"from": "facebook", "to": "James Pearce", "width": 1}, {"from": "facebook", "to": "Jasleen Singh", "width": 1}, {"from": "facebook", "to": "Pieter De Baets", "width": 1}, {"from": "facebook", "to": "Jon Swenson", "width": 1}, {"from": "facebook", "to": "John Reese", "width": 1}, {"from": "facebook", "to": "Josh Watzman", "width": 1}, {"from": "facebook", "to": "Jan Kassens", "width": 1}, {"from": "facebook", "to": "Kevin Lin", "width": 1}, {"from": "facebook", "to": "Kevin Frei", "width": 1}, {"from": "facebook", "to": "Bradford Cottel", "width": 1}, {"from": "facebook", "to": "Matthew Dapena-Tretter", "width": 1}, {"from": "facebook", "to": "Matt Galloway", "width": 1}, {"from": "facebook", "to": "Mike Dodge", "width": 1}, {"from": "facebook", "to": "Matt Mahoney", "width": 1}, {"from": "facebook", "to": "Brian Gesiak", "width": 1}, {"from": "facebook", "to": "Michael Park", "width": 1}, {"from": "facebook", "to": "Nikos Gorogiannis", "width": 1}, {"from": "facebook", "to": "Niles Rogoff", "width": 1}, {"from": "facebook", "to": "Nikita Lutsenko", "width": 1}, {"from": "facebook", "to": "Omri Bahumi", "width": 1}, {"from": "facebook", "to": "Pascal Hartig", "width": 1}, {"from": "facebook", "to": "Peng Tian", "width": 1}, {"from": "facebook", "to": "Pieter Vanderwerff", "width": 1}, {"from": "facebook", "to": "Lauren Tan", "width": 1}, {"from": "facebook", "to": "Pallav Shinghal", "width": 1}, {"from": "facebook", "to": "Raj Prateek Kosaraju", "width": 1}, {"from": "facebook", "to": "Ramon Saboya", "width": 1}, {"from": "facebook", "to": "Richard Ross", "width": 1}, {"from": "facebook", "to": "Ricky", "width": 1}, {"from": "facebook", "to": "Makoto Sakata", "width": 1}, {"from": "facebook", "to": "Sam Goldman", "width": 1}, {"from": "facebook", "to": "Anantha Natarajan S", "width": 1}, {"from": "facebook", "to": "Shaoshing Li", "width": 1}, {"from": "facebook", "to": "Sim Sun", "width": 1}, {"from": "facebook", "to": "Soumith Chintala", "width": 1}, {"from": "facebook", "to": "Kazuki Sakamoto", "width": 1}, {"from": "facebook", "to": "Swann KNANI", "width": 1}, {"from": "facebook", "to": "Tian Xia", "width": 1}, {"from": "facebook", "to": "Tim Jacobi", "width": 1}, {"from": "facebook", "to": "Dominic Gannaway", "width": 1}, {"from": "facebook", "to": "Trimikha Valentius", "width": 1}, {"from": "facebook", "to": "Umit M. Demir", "width": 1}, {"from": "facebook", "to": "vara", "width": 1}, {"from": "facebook", "to": "Vassil Mladenov", "width": 1}, {"from": "facebook", "to": "Viswanath (Vish) Sivakumar", "width": 1}, {"from": "facebook", "to": "David Vu", "width": 1}, {"from": "facebook", "to": "Zejun Wu", "width": 1}, {"from": "facebook", "to": "Will Bailey", "width": 1}, {"from": "facebook", "to": "Yangshun Tay", "width": 1}, {"from": "facebook", "to": "Yunus Rahbar", "width": 1}, {"from": "facebook", "to": "Yuxuan Chen", "width": 1}, {"from": "facebook", "to": "Andres Suarez", "width": 1}, {"from": "facebook", "to": "Jetsada Machom", "width": 1}, {"from": "facebook", "to": "Ziyad Bazed", "width": 1}, {"from": "facebook", "to": "Paul O\u2019Shannessy", "width": 1}, {"from": "facebook", "to": "Gerard Rovira", "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": true,
"filter": [
"physics"
]
},
"edges": {
"color": {
"inherit": true
},
"smooth": {
"enabled": true,
"type": "dynamic"
}
},
"interaction": {
"dragNodes": true,
"hideEdgesOnDrag": false,
"hideNodesOnDrag": false
},
"physics": {
"enabled": false,
"forceAtlas2Based": {
"avoidOverlap": 0,
"centralGravity": 0.01,
"damping": 0.4,
"gravitationalConstant": -50,
"springConstant": 0.08,
"springLength": 100
},
"solver": "forceAtlas2Based",
"stabilization": {
"enabled": true,
"fit": true,
"iterations": 1000,
"onlyDynamicEdges": false,
"updateInterval": 50
}
}
};
// if this network requires displaying the configure window,
// put it in its div
options.configure["container"] = document.getElementById("config");
network = new vis.Network(container, data, options);
return network;
}
drawGraph();
</script>
</body>
</html>