-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdisease_drug_sample.html
217 lines (171 loc) · 144 KB
/
disease_drug_sample.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
<html>
<head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/vis/4.16.1/vis.css" type="text/css" />
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/vis/4.16.1/vis-network.min.js"> </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>-->
<style type="text/css">
#mynetwork {
width: 500px;
height: 500px;
background-color: #ffffff;
border: 1px solid lightgray;
position: relative;
float: left;
}
#loadingBar {
position:absolute;
top:0px;
left:0px;
width: 500px;
height: 500px;
background-color:rgba(200,200,200,0.8);
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
opacity:1;
}
#bar {
position:absolute;
top:0px;
left:0px;
width:20px;
height:20px;
margin:auto auto auto auto;
border-radius:11px;
border:2px solid rgba(30,30,30,0.05);
background: rgb(0, 173, 246); /* Old browsers */
box-shadow: 2px 0px 4px rgba(0,0,0,0.4);
}
#border {
position:absolute;
top:10px;
left:10px;
width:500px;
height:23px;
margin:auto auto auto auto;
box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
border-radius:10px;
}
#text {
position:absolute;
top:8px;
left:530px;
width:30px;
height:50px;
margin:auto auto auto auto;
font-size:22px;
color: #000000;
}
div.outerBorder {
position:relative;
top:400px;
width:600px;
height:44px;
margin:auto auto auto auto;
border:8px solid rgba(0,0,0,0.1);
background: rgb(252,252,252); /* Old browsers */
background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(237,237,237,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
border-radius:72px;
box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
#config {
float: left;
width: 400px;
height: 600px;
}
</style>
</head>
<body>
<div id = "mynetwork"></div>
<div id="loadingBar">
<div class="outerBorder">
<div id="text">0%</div>
<div id="border">
<div id="bar"></div>
</div>
</div>
</div>
<div id = "config"></div>
<script type="text/javascript">
// initialize global variables.
var edges;
var nodes;
var network;
var container;
var options, data;
// 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([{"id": "C0751351", "label": "C0751351", "shape": "dot", "size": 10}, {"id": "DB00537", "label": "DB00537", "shape": "dot", "size": 10}, {"id": "DB01233", "label": "DB01233", "shape": "dot", "size": 10}, {"id": "DB00292", "label": "DB00292", "shape": "dot", "size": 10}, {"id": "C0038870", "label": "C0038870", "shape": "dot", "size": 10}, {"id": "C0002880", "label": "C0002880", "shape": "dot", "size": 10}, {"id": "C0027873", "label": "C0027873", "shape": "dot", "size": 10}, {"id": "DB00563", "label": "DB00563", "shape": "dot", "size": 10}, {"id": "C0238065", "label": "C0238065", "shape": "dot", "size": 10}, {"id": "C0013720", "label": "C0013720", "shape": "dot", "size": 10}, {"id": "C0751645", "label": "C0751645", "shape": "dot", "size": 10}, {"id": "C1842930", "label": "C1842930", "shape": "dot", "size": 10}, {"id": "C0869523", "label": "C0869523", "shape": "dot", "size": 10}, {"id": "DB00481", "label": "DB00481", "shape": "dot", "size": 10}, {"id": "DB00624", "label": "DB00624", "shape": "dot", "size": 10}, {"id": "C0410226", "label": "C0410226", "shape": "dot", "size": 10}, {"id": "C4721509", "label": "C4721509", "shape": "dot", "size": 10}, {"id": "C0023896", "label": "C0023896", "shape": "dot", "size": 10}, {"id": "C0018524", "label": "C0018524", "shape": "dot", "size": 10}, {"id": "DB00295", "label": "DB00295", "shape": "dot", "size": 10}, {"id": "C0205648", "label": "C0205648", "shape": "dot", "size": 10}, {"id": "C0024314", "label": "C0024314", "shape": "dot", "size": 10}, {"id": "C0032617", "label": "C0032617", "shape": "dot", "size": 10}, {"id": "C0278510", "label": "C0278510", "shape": "dot", "size": 10}, {"id": "DB00533", "label": "DB00533", "shape": "dot", "size": 10}, {"id": "C0751362", "label": "C0751362", "shape": "dot", "size": 10}, {"id": "C0334605", "label": "C0334605", "shape": "dot", "size": 10}, {"id": "DB00170", "label": "DB00170", "shape": "dot", "size": 10}, {"id": "DB00619", "label": "DB00619", "shape": "dot", "size": 10}, {"id": "C0022665", "label": "C0022665", "shape": "dot", "size": 10}, {"id": "C0751918", "label": "C0751918", "shape": "dot", "size": 10}, {"id": "C1527231", "label": "C1527231", "shape": "dot", "size": 10}, {"id": "C0018671", "label": "C0018671", "shape": "dot", "size": 10}, {"id": "C1848201", "label": "C1848201", "shape": "dot", "size": 10}, {"id": "C0751708", "label": "C0751708", "shape": "dot", "size": 10}, {"id": "C0020480", "label": "C0020480", "shape": "dot", "size": 10}, {"id": "C0029422", "label": "C0029422", "shape": "dot", "size": 10}, {"id": "DB01132", "label": "DB01132", "shape": "dot", "size": 10}, {"id": "C1720779", "label": "C1720779", "shape": "dot", "size": 10}, {"id": "C2607914", "label": "C2607914", "shape": "dot", "size": 10}, {"id": "C0007097", "label": "C0007097", "shape": "dot", "size": 10}, {"id": "DB00491", "label": "DB00491", "shape": "dot", "size": 10}, {"id": "DB00357", "label": "DB00357", "shape": "dot", "size": 10}, {"id": "C0020437", "label": "C0020437", "shape": "dot", "size": 10}, {"id": "DB00321", "label": "DB00321", "shape": "dot", "size": 10}, {"id": "C0003469", "label": "C0003469", "shape": "dot", "size": 10}, {"id": "DB00391", "label": "DB00391", "shape": "dot", "size": 10}, {"id": "C0750920", "label": "C0750920", "shape": "dot", "size": 10}, {"id": "DB00313", "label": "DB00313", "shape": "dot", "size": 10}, {"id": "C0162674", "label": "C0162674", "shape": "dot", "size": 10}, {"id": "C0751640", "label": "C0751640", "shape": "dot", "size": 10}, {"id": "C0010074", "label": "C0010074", "shape": "dot", "size": 10}, {"id": "C1836635", "label": "C1836635", "shape": "dot", "size": 10}, {"id": "C0030779", "label": "C0030779", "shape": "dot", "size": 10}, {"id": "C1836706", "label": "C1836706", "shape": "dot", "size": 10}, {"id": "C2751584", "label": "C2751584", "shape": "dot", "size": 10}, {"id": "C0024530", "label": "C0024530", "shape": "dot", "size": 10}, {"id": "C0011052", "label": "C0011052", "shape": "dot", "size": 10}, {"id": "DB01234", "label": "DB01234", "shape": "dot", "size": 10}, {"id": "C1720821", "label": "C1720821", "shape": "dot", "size": 10}, {"id": "C0001787", "label": "C0001787", "shape": "dot", "size": 10}, {"id": "C2673196", "label": "C2673196", "shape": "dot", "size": 10}, {"id": "C0085128", "label": "C0085128", "shape": "dot", "size": 10}, {"id": "C1961099", "label": "C1961099", "shape": "dot", "size": 10}, {"id": "C0079218", "label": "C0079218", "shape": "dot", "size": 10}, {"id": "C0751510", "label": "C0751510", "shape": "dot", "size": 10}, {"id": "DB01085", "label": "DB01085", "shape": "dot", "size": 10}, {"id": "C0270736", "label": "C0270736", "shape": "dot", "size": 10}, {"id": "C0751008", "label": "C0751008", "shape": "dot", "size": 10}, {"id": "DB00695", "label": "DB00695", "shape": "dot", "size": 10}, {"id": "C0242380", "label": "C0242380", "shape": "dot", "size": 10}, {"id": "C0206726", "label": "C0206726", "shape": "dot", "size": 10}, {"id": "C2931132", "label": "C2931132", "shape": "dot", "size": 10}, {"id": "C0023487", "label": "C0023487", "shape": "dot", "size": 10}, {"id": "C0023186", "label": "C0023186", "shape": "dot", "size": 10}, {"id": "DB00368", "label": "DB00368", "shape": "dot", "size": 10}, {"id": "C0887833", "label": "C0887833", "shape": "dot", "size": 10}, {"id": "C0029459", "label": "C0029459", "shape": "dot", "size": 10}, {"id": "DB01211", "label": "DB01211", "shape": "dot", "size": 10}, {"id": "DB00214", "label": "DB00214", "shape": "dot", "size": 10}, {"id": "DB00928", "label": "DB00928", "shape": "dot", "size": 10}, {"id": "C0086445", "label": "C0086445", "shape": "dot", "size": 10}, {"id": "C0750936", "label": "C0750936", "shape": "dot", "size": 10}, {"id": "C0011860", "label": "C0011860", "shape": "dot", "size": 10}, {"id": "C4704884", "label": "C4704884", "shape": "dot", "size": 10}, {"id": "DB00564", "label": "DB00564", "shape": "dot", "size": 10}, {"id": "C4277533", "label": "C4277533", "shape": "dot", "size": 10}, {"id": "DB01268", "label": "DB01268", "shape": "dot", "size": 10}, {"id": "C0027055", "label": "C0027055", "shape": "dot", "size": 10}, {"id": "C0431663", "label": "C0431663", "shape": "dot", "size": 10}, {"id": "C0334580", "label": "C0334580", "shape": "dot", "size": 10}, {"id": "DB00317", "label": "DB00317", "shape": "dot", "size": 10}, {"id": "C0002736", "label": "C0002736", "shape": "dot", "size": 10}, {"id": "C0751524", "label": "C0751524", "shape": "dot", "size": 10}, {"id": "DB00459", "label": "DB00459", "shape": "dot", "size": 10}, {"id": "C0234300", "label": "C0234300", "shape": "dot", "size": 10}, {"id": "C1527390", "label": "C1527390", "shape": "dot", "size": 10}, {"id": "DB00715", "label": "DB00715", "shape": "dot", "size": 10}, {"id": "DB01174", "label": "DB01174", "shape": "dot", "size": 10}, {"id": "C0751481", "label": "C0751481", "shape": "dot", "size": 10}, {"id": "DB01393", "label": "DB01393", "shape": "dot", "size": 10}, {"id": "C0205713", "label": "C0205713", "shape": "dot", "size": 10}, {"id": "DB00759", "label": "DB00759", "shape": "dot", "size": 10}, {"id": "C2936445", "label": "C2936445", "shape": "dot", "size": 10}, {"id": "C0268568", "label": "C0268568", "shape": "dot", "size": 10}, {"id": "C1857574", "label": "C1857574", "shape": "dot", "size": 10}, {"id": "C0234238", "label": "C0234238", "shape": "dot", "size": 10}, {"id": "C0235031", "label": "C0235031", "shape": "dot", "size": 10}, {"id": "C0243050", "label": "C0243050", "shape": "dot", "size": 10}, {"id": "DB00331", "label": "DB00331", "shape": "dot", "size": 10}, {"id": "C0234305", "label": "C0234305", "shape": "dot", "size": 10}, {"id": "C0423711", "label": "C0423711", "shape": "dot", "size": 10}, {"id": "C0751958", "label": "C0751958", "shape": "dot", "size": 10}, {"id": "DB00795", "label": "DB00795", "shape": "dot", "size": 10}, {"id": "C0032230", "label": "C0032230", "shape": "dot", "size": 10}, {"id": "C0175683", "label": "C0175683", "shape": "dot", "size": 10}, {"id": "DB00755", "label": "DB00755", "shape": "dot", "size": 10}, {"id": "C0936261", "label": "C0936261", "shape": "dot", "size": 10}, {"id": "C0454606", "label": "C0454606", "shape": "dot", "size": 10}, {"id": "C0685837", "label": "C0685837", "shape": "dot", "size": 10}, {"id": "C0206141", "label": "C0206141", "shape": "dot", "size": 10}, {"id": "C0018798", "label": "C0018798", "shape": "dot", "size": 10}, {"id": "C0751604", "label": "C0751604", "shape": "dot", "size": 10}, {"id": "C1843816", "label": "C1843816", "shape": "dot", "size": 10}, {"id": "C0752105", "label": "C0752105", "shape": "dot", "size": 10}, {"id": "DB01452", "label": "DB01452", "shape": "dot", "size": 10}, {"id": "C0271708", "label": "C0271708", "shape": "dot", "size": 10}, {"id": "C1621958", "label": "C1621958", "shape": "dot", "size": 10}, {"id": "DB01169", "label": "DB01169", "shape": "dot", "size": 10}, {"id": "C0427086", "label": "C0427086", "shape": "dot", "size": 10}, {"id": "DB00593", "label": "DB00593", "shape": "dot", "size": 10}, {"id": "C2239176", "label": "C2239176", "shape": "dot", "size": 10}, {"id": "C4552765", "label": "C4552765", "shape": "dot", "size": 10}, {"id": "C0003123", "label": "C0003123", "shape": "dot", "size": 10}, {"id": "DB00903", "label": "DB00903", "shape": "dot", "size": 10}, {"id": "C0019156", "label": "C0019156", "shape": "dot", "size": 10}, {"id": "DB00641", "label": "DB00641", "shape": "dot", "size": 10}, {"id": "C0009081", "label": "C0009081", "shape": "dot", "size": 10}, {"id": "C0010674", "label": "C0010674", "shape": "dot", "size": 10}, {"id": "C1851536", "label": "C1851536", "shape": "dot", "size": 10}, {"id": "C1836373", "label": "C1836373", "shape": "dot", "size": 10}, {"id": "C0079301", "label": "C0079301", "shape": "dot", "size": 10}, {"id": "C0011574", "label": "C0011574", "shape": "dot", "size": 10}, {"id": "DB00550", "label": "DB00550", "shape": "dot", "size": 10}, {"id": "C0852036", "label": "C0852036", "shape": "dot", "size": 10}, {"id": "C3489724", "label": "C3489724", "shape": "dot", "size": 10}, {"id": "C0023904", "label": "C0023904", "shape": "dot", "size": 10}, {"id": "C0558846", "label": "C0558846", "shape": "dot", "size": 10}, {"id": "C0376323", "label": "C0376323", "shape": "dot", "size": 10}, {"id": "C0032045", "label": "C0032045", "shape": "dot", "size": 10}, {"id": "DB00753", "label": "DB00753", "shape": "dot", "size": 10}, {"id": "C0235574", "label": "C0235574", "shape": "dot", "size": 10}, {"id": "C0398689", "label": "C0398689", "shape": "dot", "size": 10}, {"id": "C0086404", "label": "C0086404", "shape": "dot", "size": 10}, {"id": "C0020522", "label": "C0020522", "shape": "dot", "size": 10}, {"id": "DB00945", "label": "DB00945", "shape": "dot", "size": 10}, {"id": "C0751500", "label": "C0751500", "shape": "dot", "size": 10}, {"id": "C1853926", "label": "C1853926", "shape": "dot", "size": 10}, {"id": "DB00499", "label": "DB00499", "shape": "dot", "size": 10}, {"id": "C0086652", "label": "C0086652", "shape": "dot", "size": 10}, {"id": "C1969342", "label": "C1969342", "shape": "dot", "size": 10}, {"id": "C0206245", "label": "C0206245", "shape": "dot", "size": 10}, {"id": "C0039231", "label": "C0039231", "shape": "dot", "size": 10}, {"id": "C1275126", "label": "C1275126", "shape": "dot", "size": 10}, {"id": "C1835817", "label": "C1835817", "shape": "dot", "size": 10}, {"id": "C0035334", "label": "C0035334", "shape": "dot", "size": 10}, {"id": "C0752048", "label": "C0752048", "shape": "dot", "size": 10}, {"id": "DB01032", "label": "DB01032", "shape": "dot", "size": 10}, {"id": "C0600327", "label": "C0600327", "shape": "dot", "size": 10}, {"id": "C0027720", "label": "C0027720", "shape": "dot", "size": 10}, {"id": "C0004509", "label": "C0004509", "shape": "dot", "size": 10}, {"id": "DB00014", "label": "DB00014", "shape": "dot", "size": 10}, {"id": "C0003869", "label": "C0003869", "shape": "dot", "size": 10}, {"id": "DB01016", "label": "DB01016", "shape": "dot", "size": 10}, {"id": "DB01110", "label": "DB01110", "shape": "dot", "size": 10}, {"id": "C0032285", "label": "C0032285", "shape": "dot", "size": 10}, {"id": "DB01092", "label": "DB01092", "shape": "dot", "size": 10}, {"id": "C0750945", "label": "C0750945", "shape": "dot", "size": 10}, {"id": "C0751293", "label": "C0751293", "shape": "dot", "size": 10}, {"id": "DB00773", "label": "DB00773", "shape": "dot", "size": 10}, {"id": "DB00501", "label": "DB00501", "shape": "dot", "size": 10}, {"id": "C4552070", "label": "C4552070", "shape": "dot", "size": 10}, {"id": "C0016722", "label": "C0016722", "shape": "dot", "size": 10}, {"id": "C0242461", "label": "C0242461", "shape": "dot", "size": 10}, {"id": "C0154682", "label": "C0154682", "shape": "dot", "size": 10}, {"id": "C0013362", "label": "C0013362", "shape": "dot", "size": 10}, {"id": "C0554591", "label": "C0554591", "shape": "dot", "size": 10}, {"id": "C2700553", "label": "C2700553", "shape": "dot", "size": 10}, {"id": "C0086743", "label": "C0086743", "shape": "dot", "size": 10}, {"id": "DB00953", "label": "DB00953", "shape": "dot", "size": 10}, {"id": "C0020649", "label": "C0020649", "shape": "dot", "size": 10}, {"id": "DB00370", "label": "DB00370", "shape": "dot", "size": 10}, {"id": "DB00699", "label": "DB00699", "shape": "dot", "size": 10}, {"id": "C0751477", "label": "C0751477", "shape": "dot", "size": 10}, {"id": "DB00877", "label": "DB00877", "shape": "dot", "size": 10}, {"id": "C4048328", "label": "C4048328", "shape": "dot", "size": 10}, {"id": "C1257877", "label": "C1257877", "shape": "dot", "size": 10}, {"id": "DB00248", "label": "DB00248", "shape": "dot", "size": 10}, {"id": "C0025237", "label": "C0025237", "shape": "dot", "size": 10}, {"id": "DB00675", "label": "DB00675", "shape": "dot", "size": 10}, {"id": "DB00995", "label": "DB00995", "shape": "dot", "size": 10}, {"id": "C0751643", "label": "C0751643", "shape": "dot", "size": 10}, {"id": "C0002965", "label": "C0002965", "shape": "dot", "size": 10}, {"id": "DB00829", "label": "DB00829", "shape": "dot", "size": 10}, {"id": "C0267071", "label": "C0267071", "shape": "dot", "size": 10}, {"id": "DB00502", "label": "DB00502", "shape": "dot", "size": 10}, {"id": "DB00186", "label": "DB00186", "shape": "dot", "size": 10}, {"id": "C2350170", "label": "C2350170", "shape": "dot", "size": 10}, {"id": "C0038015", "label": "C0038015", "shape": "dot", "size": 10}, {"id": "DB00541", "label": "DB00541", "shape": "dot", "size": 10}, {"id": "C0036529", "label": "C0036529", "shape": "dot", "size": 10}, {"id": "C0037299", "label": "C0037299", "shape": "dot", "size": 10}, {"id": "C0151786", "label": "C0151786", "shape": "dot", "size": 10}, {"id": "DB00411", "label": "DB00411", "shape": "dot", "size": 10}, {"id": "C4277682", "label": "C4277682", "shape": "dot", "size": 10}, {"id": "DB00400", "label": "DB00400", "shape": "dot", "size": 10}, {"id": "C1145670", "label": "C1145670", "shape": "dot", "size": 10}, {"id": "C0027627", "label": "C0027627", "shape": "dot", "size": 10}, {"id": "DB00493", "label": "DB00493", "shape": "dot", "size": 10}, {"id": "C0007222", "label": "C0007222", "shape": "dot", "size": 10}, {"id": "DB00960", "label": "DB00960", "shape": "dot", "size": 10}, {"id": "C0751407", "label": "C0751407", "shape": "dot", "size": 10}, {"id": "C0281784", "label": "C0281784", "shape": "dot", "size": 10}, {"id": "DB01065", "label": "DB01065", "shape": "dot", "size": 10}, {"id": "C0010054", "label": "C0010054", "shape": "dot", "size": 10}, {"id": "C0019269", "label": "C0019269", "shape": "dot", "size": 10}, {"id": "C0236735", "label": "C0236735", "shape": "dot", "size": 10}, {"id": "C0031192", "label": "C0031192", "shape": "dot", "size": 10}, {"id": "C0005967", "label": "C0005967", "shape": "dot", "size": 10}, {"id": "C0751377", "label": "C0751377", "shape": "dot", "size": 10}, {"id": "C0751595", "label": "C0751595", "shape": "dot", "size": 10}, {"id": "C1846142", "label": "C1846142", "shape": "dot", "size": 10}, {"id": "DB00136", "label": "DB00136", "shape": "dot", "size": 10}, {"id": "C0038013", "label": "C0038013", "shape": "dot", "size": 10}, {"id": "C0003493", "label": "C0003493", "shape": "dot", "size": 10}, {"id": "C0085548", "label": "C0085548", "shape": "dot", "size": 10}, {"id": "C0920269", "label": "C0920269", "shape": "dot", "size": 10}, {"id": "C0339693", "label": "C0339693", "shape": "dot", "size": 10}, {"id": "C0014549", "label": "C0014549", "shape": "dot", "size": 10}, {"id": "DB00363", "label": "DB00363", "shape": "dot", "size": 10}, {"id": "DB04743", "label": "DB04743", "shape": "dot", "size": 10}, {"id": "C0231688", "label": "C0231688", "shape": "dot", "size": 10}, {"id": "C0003130", "label": "C0003130", "shape": "dot", "size": 10}, {"id": "C0007370", "label": "C0007370", "shape": "dot", "size": 10}, {"id": "C0472383", "label": "C0472383", "shape": "dot", "size": 10}, {"id": "C1720859", "label": "C1720859", "shape": "dot", "size": 10}, {"id": "C0004045", "label": "C0004045", "shape": "dot", "size": 10}, {"id": "DB00279", "label": "DB00279", "shape": "dot", "size": 10}, {"id": "DB01628", "label": "DB01628", "shape": "dot", "size": 10}, {"id": "C0423712", "label": "C0423712", "shape": "dot", "size": 10}, {"id": "C1527383", "label": "C1527383", "shape": "dot", "size": 10}, {"id": "DB00244", "label": "DB00244", "shape": "dot", "size": 10}, {"id": "DB00871", "label": "DB00871", "shape": "dot", "size": 10}, {"id": "C1704321", "label": "C1704321", "shape": "dot", "size": 10}, {"id": "C0011265", "label": "C0011265", "shape": "dot", "size": 10}, {"id": "DB01238", "label": "DB01238", "shape": "dot", "size": 10}, {"id": "DB01015", "label": "DB01015", "shape": "dot", "size": 10}, {"id": "C0009806", "label": "C0009806", "shape": "dot", "size": 10}, {"id": "C0012236", "label": "C0012236", "shape": "dot", "size": 10}, {"id": "C0949804", "label": "C0949804", "shape": "dot", "size": 10}, {"id": "DB00864", "label": "DB00864", "shape": "dot", "size": 10}, {"id": "C0149519", "label": "C0149519", "shape": "dot", "size": 10}, {"id": "C0751471", "label": "C0751471", "shape": "dot", "size": 10}, {"id": "C0742803", "label": "C0742803", "shape": "dot", "size": 10}, {"id": "C0751111", "label": "C0751111", "shape": "dot", "size": 10}, {"id": "C0043094", "label": "C0043094", "shape": "dot", "size": 10}, {"id": "DB00188", "label": "DB00188", "shape": "dot", "size": 10}, {"id": "C0270858", "label": "C0270858", "shape": "dot", "size": 10}, {"id": "DB00197", "label": "DB00197", "shape": "dot", "size": 10}, {"id": "DB01128", "label": "DB01128", "shape": "dot", "size": 10}, {"id": "DB00588", "label": "DB00588", "shape": "dot", "size": 10}, {"id": "C0023440", "label": "C0023440", "shape": "dot", "size": 10}, {"id": "C0011854", "label": "C0011854", "shape": "dot", "size": 10}, {"id": "C0042386", "label": "C0042386", "shape": "dot", "size": 10}, {"id": "C2931833", "label": "C2931833", "shape": "dot", "size": 10}, {"id": "C3645711", "label": "C3645711", "shape": "dot", "size": 10}, {"id": "C0024668", "label": "C0024668", "shape": "dot", "size": 10}, {"id": "DB01285", "label": "DB01285", "shape": "dot", "size": 10}, {"id": "DB00656", "label": "DB00656", "shape": "dot", "size": 10}, {"id": "DB00727", "label": "DB00727", "shape": "dot", "size": 10}, {"id": "C0393590", "label": "C0393590", "shape": "dot", "size": 10}, {"id": "DB00898", "label": "DB00898", "shape": "dot", "size": 10}, {"id": "C2931196", "label": "C2931196", "shape": "dot", "size": 10}, {"id": "C0751001", "label": "C0751001", "shape": "dot", "size": 10}, {"id": "C0027051", "label": "C0027051", "shape": "dot", "size": 10}, {"id": "C0006079", "label": "C0006079", "shape": "dot", "size": 10}, {"id": "C0973461", "label": "C0973461", "shape": "dot", "size": 10}, {"id": "C0205766", "label": "C0205766", "shape": "dot", "size": 10}, {"id": "C0038362", "label": "C0038362", "shape": "dot", "size": 10}, {"id": "C0339730", "label": "C0339730", "shape": "dot", "size": 10}, {"id": "C4083212", "label": "C4083212", "shape": "dot", "size": 10}, {"id": "DB00334", "label": "DB00334", "shape": "dot", "size": 10}, {"id": "C0027626", "label": "C0027626", "shape": "dot", "size": 10}, {"id": "DB01029", "label": "DB01029", "shape": "dot", "size": 10}, {"id": "C1563731", "label": "C1563731", "shape": "dot", "size": 10}, {"id": "C0031154", "label": "C0031154", "shape": "dot", "size": 10}, {"id": "C1504412", "label": "C1504412", "shape": "dot", "size": 10}, {"id": "DB00723", "label": "DB00723", "shape": "dot", "size": 10}, {"id": "DB01166", "label": "DB01166", "shape": "dot", "size": 10}, {"id": "C0027794", "label": "C0027794", "shape": "dot", "size": 10}, {"id": "DB00257", "label": "DB00257", "shape": "dot", "size": 10}, {"id": "C0342257", "label": "C0342257", "shape": "dot", "size": 10}, {"id": "DB00255", "label": "DB00255", "shape": "dot", "size": 10}, {"id": "C0263372", "label": "C0263372", "shape": "dot", "size": 10}, {"id": "C3494162", "label": "C3494162", "shape": "dot", "size": 10}, {"id": "C0422852", "label": "C0422852", "shape": "dot", "size": 10}, {"id": "C0750990", "label": "C0750990", "shape": "dot", "size": 10}, {"id": "C0424072", "label": "C0424072", "shape": "dot", "size": 10}, {"id": "DB00215", "label": "DB00215", "shape": "dot", "size": 10}, {"id": "DB01036", "label": "DB01036", "shape": "dot", "size": 10}, {"id": "C0751365", "label": "C0751365", "shape": "dot", "size": 10}, {"id": "C0036220", "label": "C0036220", "shape": "dot", "size": 10}, {"id": "DB00063", "label": "DB00063", "shape": "dot", "size": 10}, {"id": "C0025290", "label": "C0025290", "shape": "dot", "size": 10}, {"id": "C1321905", "label": "C1321905", "shape": "dot", "size": 10}, {"id": "DB00679", "label": "DB00679", "shape": "dot", "size": 10}, {"id": "C0040053", "label": "C0040053", "shape": "dot", "size": 10}, {"id": "DB01437", "label": "DB01437", "shape": "dot", "size": 10}, {"id": "C1257963", "label": "C1257963", "shape": "dot", "size": 10}, {"id": "C0030246", "label": "C0030246", "shape": "dot", "size": 10}, {"id": "DB00657", "label": "DB00657", "shape": "dot", "size": 10}, {"id": "DB00182", "label": "DB00182", "shape": "dot", "size": 10}, {"id": "DB00179", "label": "DB00179", "shape": "dot", "size": 10}, {"id": "C1565951", "label": "C1565951", "shape": "dot", "size": 10}, {"id": "C0205945", "label": "C0205945", "shape": "dot", "size": 10}, {"id": "C0751324", "label": "C0751324", "shape": "dot", "size": 10}, {"id": "DB00670", "label": "DB00670", "shape": "dot", "size": 10}, {"id": "C0009171", "label": "C0009171", "shape": "dot", "size": 10}, {"id": "DB01576", "label": "DB01576", "shape": "dot", "size": 10}, {"id": "C0242379", "label": "C0242379", "shape": "dot", "size": 10}, {"id": "DB00740", "label": "DB00740", "shape": "dot", "size": 10}, {"id": "DB00669", "label": "DB00669", "shape": "dot", "size": 10}, {"id": "C0524620", "label": "C0524620", "shape": "dot", "size": 10}, {"id": "DB00323", "label": "DB00323", "shape": "dot", "size": 10}, {"id": "DB01073", "label": "DB01073", "shape": "dot", "size": 10}, {"id": "C0751265", "label": "C0751265", "shape": "dot", "size": 10}, {"id": "DB00532", "label": "DB00532", "shape": "dot", "size": 10}, {"id": "DB00480", "label": "DB00480", "shape": "dot", "size": 10}, {"id": "C0020500", "label": "C0020500", "shape": "dot", "size": 10}, {"id": "DB01028", "label": "DB01028", "shape": "dot", "size": 10}, {"id": "DB00595", "label": "DB00595", "shape": "dot", "size": 10}, {"id": "C0751557", "label": "C0751557", "shape": "dot", "size": 10}, {"id": "DB00780", "label": "DB00780", "shape": "dot", "size": 10}, {"id": "C0008031", "label": "C0008031", "shape": "dot", "size": 10}, {"id": "C1720796", "label": "C1720796", "shape": "dot", "size": 10}, {"id": "DB01041", "label": "DB01041", "shape": "dot", "size": 10}, {"id": "C0019284", "label": "C0019284", "shape": "dot", "size": 10}, {"id": "C0242973", "label": "C0242973", "shape": "dot", "size": 10}, {"id": "C0751478", "label": "C0751478", "shape": "dot", "size": 10}, {"id": "C0149931", "label": "C0149931", "shape": "dot", "size": 10}, {"id": "C0265357", "label": "C0265357", "shape": "dot", "size": 10}, {"id": "C0751214", "label": "C0751214", "shape": "dot", "size": 10}, {"id": "C0006826", "label": "C0006826", "shape": "dot", "size": 10}, {"id": "DB00277", "label": "DB00277", "shape": "dot", "size": 10}, {"id": "C0423618", "label": "C0423618", "shape": "dot", "size": 10}, {"id": "C0949496", "label": "C0949496", "shape": "dot", "size": 10}, {"id": "C0205642", "label": "C0205642", "shape": "dot", "size": 10}, {"id": "C0751186", "label": "C0751186", "shape": "dot", "size": 10}, {"id": "C0751483", "label": "C0751483", "shape": "dot", "size": 10}, {"id": "DB00685", "label": "DB00685", "shape": "dot", "size": 10}, {"id": "C0014866", "label": "C0014866", "shape": "dot", "size": 10}, {"id": "C0235480", "label": "C0235480", "shape": "dot", "size": 10}, {"id": "C0344479", "label": "C0344479", "shape": "dot", "size": 10}, {"id": "C0702169", "label": "C0702169", "shape": "dot", "size": 10}, {"id": "C0007113", "label": "C0007113", "shape": "dot", "size": 10}, {"id": "DB00448", "label": "DB00448", "shape": "dot", "size": 10}, {"id": "C0024143", "label": "C0024143", "shape": "dot", "size": 10}, {"id": "C0342302", "label": "C0342302", "shape": "dot", "size": 10}, {"id": "C0162848", "label": "C0162848", "shape": "dot", "size": 10}, {"id": "DB00530", "label": "DB00530", "shape": "dot", "size": 10}, {"id": "DB01119", "label": "DB01119", "shape": "dot", "size": 10}, {"id": "C0011615", "label": "C0011615", "shape": "dot", "size": 10}, {"id": "C0019187", "label": "C0019187", "shape": "dot", "size": 10}, {"id": "DB00822", "label": "DB00822", "shape": "dot", "size": 10}, {"id": "C0026896", "label": "C0026896", "shape": "dot", "size": 10}, {"id": "C0025568", "label": "C0025568", "shape": "dot", "size": 10}, {"id": "DB00772", "label": "DB00772", "shape": "dot", "size": 10}, {"id": "DB00178", "label": "DB00178", "shape": "dot", "size": 10}, {"id": "C1719672", "label": "C1719672", "shape": "dot", "size": 10}, {"id": "C0085207", "label": "C0085207", "shape": "dot", "size": 10}, {"id": "C0333641", "label": "C0333641", "shape": "dot", "size": 10}, {"id": "DB00818", "label": "DB00818", "shape": "dot", "size": 10}, {"id": "C1619692", "label": "C1619692", "shape": "dot", "size": 10}, {"id": "DB00584", "label": "DB00584", "shape": "dot", "size": 10}, {"id": "C0162316", "label": "C0162316", "shape": "dot", "size": 10}, {"id": "C0393672", "label": "C0393672", "shape": "dot", "size": 10}, {"id": "C0333355", "label": "C0333355", "shape": "dot", "size": 10}, {"id": "C3489726", "label": "C3489726", "shape": "dot", "size": 10}, {"id": "C0018675", "label": "C0018675", "shape": "dot", "size": 10}, {"id": "C1112486", "label": "C1112486", "shape": "dot", "size": 10}, {"id": "DB01483", "label": "DB01483", "shape": "dot", "size": 10}, {"id": "C0038356", "label": "C0038356", "shape": "dot", "size": 10}, {"id": "C0750906", "label": "C0750906", "shape": "dot", "size": 10}, {"id": "DB01199", "label": "DB01199", "shape": "dot", "size": 10}, {"id": "C1269683", "label": "C1269683", "shape": "dot", "size": 10}, {"id": "DB00472", "label": "DB00472", "shape": "dot", "size": 10}, {"id": "C2718076", "label": "C2718076", "shape": "dot", "size": 10}, {"id": "C1861922", "label": "C1861922", "shape": "dot", "size": 10}, {"id": "DB01262", "label": "DB01262", "shape": "dot", "size": 10}, {"id": "DB02701", "label": "DB02701", "shape": "dot", "size": 10}, {"id": "C1456865", "label": "C1456865", "shape": "dot", "size": 10}, {"id": "C1527366", "label": "C1527366", "shape": "dot", "size": 10}, {"id": "C0153633", "label": "C0153633", "shape": "dot", "size": 10}, {"id": "DB01151", "label": "DB01151", "shape": "dot", "size": 10}, {"id": "C0340288", "label": "C0340288", "shape": "dot", "size": 10}, {"id": "C0031039", "label": "C0031039", "shape": "dot", "size": 10}, {"id": "DB00266", "label": "DB00266", "shape": "dot", "size": 10}, {"id": "C0036457", "label": "C0036457", "shape": "dot", "size": 10}, {"id": "C0036980", "label": "C0036980", "shape": "dot", "size": 10}, {"id": "C0011644", "label": "C0011644", "shape": "dot", "size": 10}, {"id": "C1368275", "label": "C1368275", "shape": "dot", "size": 10}, {"id": "DB01407", "label": "DB01407", "shape": "dot", "size": 10}, {"id": "C1961102", "label": "C1961102", "shape": "dot", "size": 10}, {"id": "C0013182", "label": "C0013182", "shape": "dot", "size": 10}, {"id": "C0011884", "label": "C0011884", "shape": "dot", "size": 10}, {"id": "DB00790", "label": "DB00790", "shape": "dot", "size": 10}, {"id": "DB00741", "label": "DB00741", "shape": "dot", "size": 10}, {"id": "C0008313", "label": "C0008313", "shape": "dot", "size": 10}, {"id": "C0751262", "label": "C0751262", "shape": "dot", "size": 10}, {"id": "DB00652", "label": "DB00652", "shape": "dot", "size": 10}, {"id": "DB00227", "label": "DB00227", "shape": "dot", "size": 10}, {"id": "C0026848", "label": "C0026848", "shape": "dot", "size": 10}, {"id": "C0085700", "label": "C0085700", "shape": "dot", "size": 10}, {"id": "DB01115", "label": "DB01115", "shape": "dot", "size": 10}, {"id": "C0040128", "label": "C0040128", "shape": "dot", "size": 10}, {"id": "DB00783", "label": "DB00783", "shape": "dot", "size": 10}, {"id": "C0220704", "label": "C0220704", "shape": "dot", "size": 10}, {"id": "C0017160", "label": "C0017160", "shape": "dot", "size": 10}, {"id": "C3711645", "label": "C3711645", "shape": "dot", "size": 10}, {"id": "C1834692", "label": "C1834692", "shape": "dot", "size": 10}, {"id": "C4317109", "label": "C4317109", "shape": "dot", "size": 10}, {"id": "C3494522", "label": "C3494522", "shape": "dot", "size": 10}, {"id": "DB00201", "label": "DB00201", "shape": "dot", "size": 10}, {"id": "DB00788", "label": "DB00788", "shape": "dot", "size": 10}, {"id": "C0001175", "label": "C0001175", "shape": "dot", "size": 10}, {"id": "DB00678", "label": "DB00678", "shape": "dot", "size": 10}, {"id": "C3714756", "label": "C3714756", "shape": "dot", "size": 10}, {"id": "C0000786", "label": "C0000786", "shape": "dot", "size": 10}, {"id": "C0553767", "label": "C0553767", "shape": "dot", "size": 10}, {"id": "DB01235", "label": "DB01235", "shape": "dot", "size": 10}, {"id": "C1565321", "label": "C1565321", "shape": "dot", "size": 10}, {"id": "C1266043", "label": "C1266043", "shape": "dot", "size": 10}, {"id": "DB00559", "label": "DB00559", "shape": "dot", "size": 10}, {"id": "C0751406", "label": "C0751406", "shape": "dot", "size": 10}, {"id": "C3888104", "label": "C3888104", "shape": "dot", "size": 10}, {"id": "C3542500", "label": "C3542500", "shape": "dot", "size": 10}, {"id": "C0029089", "label": "C0029089", "shape": "dot", "size": 10}, {"id": "DB00091", "label": "DB00091", "shape": "dot", "size": 10}, {"id": "C0036202", "label": "C0036202", "shape": "dot", "size": 10}, {"id": "C1879312", "label": "C1879312", "shape": "dot", "size": 10}, {"id": "C1456784", "label": "C1456784", "shape": "dot", "size": 10}, {"id": "C0393807", "label": "C0393807", "shape": "dot", "size": 10}, {"id": "C1519176", "label": "C1519176", "shape": "dot", "size": 10}, {"id": "C0007286", "label": "C0007286", "shape": "dot", "size": 10}, {"id": "C1845366", "label": "C1845366", "shape": "dot", "size": 10}, {"id": "C0010709", "label": "C0010709", "shape": "dot", "size": 10}, {"id": "C0206693", "label": "C0206693", "shape": "dot", "size": 10}, {"id": "C4721507", "label": "C4721507", "shape": "dot", "size": 10}, {"id": "C0751327", "label": "C0751327", "shape": "dot", "size": 10}, {"id": "DB01173", "label": "DB01173", "shape": "dot", "size": 10}, {"id": "C0422855", "label": "C0422855", "shape": "dot", "size": 10}, {"id": "DB01408", "label": "DB01408", "shape": "dot", "size": 10}, {"id": "DB00747", "label": "DB00747", "shape": "dot", "size": 10}, {"id": "C0011609", "label": "C0011609", "shape": "dot", "size": 10}, {"id": "DB01454", "label": "DB01454", "shape": "dot", "size": 10}, {"id": "DB01331", "label": "DB01331", "shape": "dot", "size": 10}, {"id": "C0268247", "label": "C0268247", "shape": "dot", "size": 10}, {"id": "C2936783", "label": "C2936783", "shape": "dot", "size": 10}, {"id": "C0751778", "label": "C0751778", "shape": "dot", "size": 10}, {"id": "C0003756", "label": "C0003756", "shape": "dot", "size": 10}, {"id": "C0206711", "label": "C0206711", "shape": "dot", "size": 10}, {"id": "C0037116", "label": "C0037116", "shape": "dot", "size": 10}, {"id": "C0393734", "label": "C0393734", "shape": "dot", "size": 10}, {"id": "DB00752", "label": "DB00752", "shape": "dot", "size": 10}, {"id": "DB01108", "label": "DB01108", "shape": "dot", "size": 10}, {"id": "C0038220", "label": "C0038220", "shape": "dot", "size": 10}, {"id": "C0033575", "label": "C0033575", "shape": "dot", "size": 10}, {"id": "DB00622", "label": "DB00622", "shape": "dot", "size": 10}, {"id": "C0678202", "label": "C0678202", "shape": "dot", "size": 10}, {"id": "C1857395", "label": "C1857395", "shape": "dot", "size": 10}, {"id": "DB00709", "label": "DB00709", "shape": "dot", "size": 10}, {"id": "C0020443", "label": "C0020443", "shape": "dot", "size": 10}, {"id": "C4049650", "label": "C4049650", "shape": "dot", "size": 10}, {"id": "DB00396", "label": "DB00396", "shape": "dot", "size": 10}, {"id": "C0751251", "label": "C0751251", "shape": "dot", "size": 10}, {"id": "C0009405", "label": "C0009405", "shape": "dot", "size": 10}, {"id": "C3887506", "label": "C3887506", "shape": "dot", "size": 10}, {"id": "C0025149", "label": "C0025149", "shape": "dot", "size": 10}, {"id": "C0038586", "label": "C0038586", "shape": "dot", "size": 10}, {"id": "DB00431", "label": "DB00431", "shape": "dot", "size": 10}, {"id": "C1846331", "label": "C1846331", "shape": "dot", "size": 10}, {"id": "C0262584", "label": "C0262584", "shape": "dot", "size": 10}, {"id": "C0751851", "label": "C0751851", "shape": "dot", "size": 10}, {"id": "DB04573", "label": "DB04573", "shape": "dot", "size": 10}, {"id": "DB00571", "label": "DB00571", "shape": "dot", "size": 10}, {"id": "C0030286", "label": "C0030286", "shape": "dot", "size": 10}, {"id": "C0263477", "label": "C0263477", "shape": "dot", "size": 10}, {"id": "C0023601", "label": "C0023601", "shape": "dot", "size": 10}, {"id": "C0086873", "label": "C0086873", "shape": "dot", "size": 10}, {"id": "C0151744", "label": "C0151744", "shape": "dot", "size": 10}, {"id": "DB00811", "label": "DB00811", "shape": "dot", "size": 10}, {"id": "DB01075", "label": "DB01075", "shape": "dot", "size": 10}, {"id": "DB01120", "label": "DB01120", "shape": "dot", "size": 10}, {"id": "C1721005", "label": "C1721005", "shape": "dot", "size": 10}, {"id": "DB00977", "label": "DB00977", "shape": "dot", "size": 10}, {"id": "C0740302", "label": "C0740302", "shape": "dot", "size": 10}, {"id": "C0011848", "label": "C0011848", "shape": "dot", "size": 10}, {"id": "C0015393", "label": "C0015393", "shape": "dot", "size": 10}, {"id": "C0152025", "label": "C0152025", "shape": "dot", "size": 10}, {"id": "C0002879", "label": "C0002879", "shape": "dot", "size": 10}, {"id": "DB00382", "label": "DB00382", "shape": "dot", "size": 10}, {"id": "C0427177", "label": "C0427177", "shape": "dot", "size": 10}, {"id": "DB00328", "label": "DB00328", "shape": "dot", "size": 10}, {"id": "C0162672", "label": "C0162672", "shape": "dot", "size": 10}, {"id": "C1257964", "label": "C1257964", "shape": "dot", "size": 10}, {"id": "C0033937", "label": "C0033937", "shape": "dot", "size": 10}, {"id": "DB00655", "label": "DB00655", "shape": "dot", "size": 10}, {"id": "DB00644", "label": "DB00644", "shape": "dot", "size": 10}, {"id": "C1384408", "label": "C1384408", "shape": "dot", "size": 10}, {"id": "C0025945", "label": "C0025945", "shape": "dot", "size": 10}, {"id": "C0014175", "label": "C0014175", "shape": "dot", "size": 10}, {"id": "C0036920", "label": "C0036920", "shape": "dot", "size": 10}, {"id": "DB01956", "label": "DB01956", "shape": "dot", "size": 10}, {"id": "C0852283", "label": "C0852283", "shape": "dot", "size": 10}, {"id": "C0004763", "label": "C0004763", "shape": "dot", "size": 10}, {"id": "C0018273", "label": "C0018273", "shape": "dot", "size": 10}, {"id": "DB01037", "label": "DB01037", "shape": "dot", "size": 10}, {"id": "C0149721", "label": "C0149721", "shape": "dot", "size": 10}, {"id": "DB00184", "label": "DB00184", "shape": "dot", "size": 10}, {"id": "C0020507", "label": "C0020507", "shape": "dot", "size": 10}, {"id": "C0023897", "label": "C0023897", "shape": "dot", "size": 10}, {"id": "C0024591", "label": "C0024591", "shape": "dot", "size": 10}, {"id": "C3645536", "label": "C3645536", "shape": "dot", "size": 10}, {"id": "C0205643", "label": "C0205643", "shape": "dot", "size": 10}, {"id": "DB01048", "label": "DB01048", "shape": "dot", "size": 10}, {"id": "C0006267", "label": "C0006267", "shape": "dot", "size": 10}, {"id": "DB00282", "label": "DB00282", "shape": "dot", "size": 10}, {"id": "C0030297", "label": "C0030297", "shape": "dot", "size": 10}, {"id": "C0750969", "label": "C0750969", "shape": "dot", "size": 10}, {"id": "C0027533", "label": "C0027533", "shape": "dot", "size": 10}, {"id": "C0751012", "label": "C0751012", "shape": "dot", "size": 10}, {"id": "C0019064", "label": "C0019064", "shape": "dot", "size": 10}, {"id": "C0038273", "label": "C0038273", "shape": "dot", "size": 10}, {"id": "DB00572", "label": "DB00572", "shape": "dot", "size": 10}, {"id": "C0017636", "label": "C0017636", "shape": "dot", "size": 10}, {"id": "C0086237", "label": "C0086237", "shape": "dot", "size": 10}, {"id": "C1879321", "label": "C1879321", "shape": "dot", "size": 10}, {"id": "C0751523", "label": "C0751523", "shape": "dot", "size": 10}, {"id": "DB00252", "label": "DB00252", "shape": "dot", "size": 10}, {"id": "DB00573", "label": "DB00573", "shape": "dot", "size": 10}, {"id": "C0013384", "label": "C0013384", "shape": "dot", "size": 10}, {"id": "C4505436", "label": "C4505436", "shape": "dot", "size": 10}, {"id": "DB01114", "label": "DB01114", "shape": "dot", "size": 10}, {"id": "DB01535", "label": "DB01535", "shape": "dot", "size": 10}, {"id": "DB00807", "label": "DB00807", "shape": "dot", "size": 10}, {"id": "C0009324", "label": "C0009324", "shape": "dot", "size": 10}, {"id": "DB00570", "label": "DB00570", "shape": "dot", "size": 10}, {"id": "C1862939", "label": "C1862939", "shape": "dot", "size": 10}, {"id": "C0236969", "label": "C0236969", "shape": "dot", "size": 10}, {"id": "DB01242", "label": "DB01242", "shape": "dot", "size": 10}, {"id": "C0751410", "label": "C0751410", "shape": "dot", "size": 10}, {"id": "C0152426", "label": "C0152426", "shape": "dot", "size": 10}, {"id": "C0269102", "label": "C0269102", "shape": "dot", "size": 10}, {"id": "C0342853", "label": "C0342853", "shape": "dot", "size": 10}, {"id": "DB00316", "label": "DB00316", "shape": "dot", "size": 10}, {"id": "C0005779", "label": "C0005779", "shape": "dot", "size": 10}, {"id": "C0948480", "label": "C0948480", "shape": "dot", "size": 10}, {"id": "C0751522", "label": "C0751522", "shape": "dot", "size": 10}, {"id": "C1864843", "label": "C1864843", "shape": "dot", "size": 10}, {"id": "C3203102", "label": "C3203102", "shape": "dot", "size": 10}, {"id": "C0040822", "label": "C0040822", "shape": "dot", "size": 10}, {"id": "DB01288", "label": "DB01288", "shape": "dot", "size": 10}, {"id": "DB00623", "label": "DB00623", "shape": "dot", "size": 10}, {"id": "C0338106", "label": "C0338106", "shape": "dot", "size": 10}, {"id": "C0022716", "label": "C0022716", "shape": "dot", "size": 10}, {"id": "DB00399", "label": "DB00399", "shape": "dot", "size": 10}, {"id": "C0024796", "label": "C0024796", "shape": "dot", "size": 10}, {"id": "C0282612", "label": "C0282612", "shape": "dot", "size": 10}, {"id": "C0007177", "label": "C0007177", "shape": "dot", "size": 10}, {"id": "C0887900", "label": "C0887900", "shape": "dot", "size": 10}, {"id": "C1853365", "label": "C1853365", "shape": "dot", "size": 10}, {"id": "C4505456", "label": "C4505456", "shape": "dot", "size": 10}, {"id": "DB00973", "label": "DB00973", "shape": "dot", "size": 10}, {"id": "C0751408", "label": "C0751408", "shape": "dot", "size": 10}, {"id": "C0019208", "label": "C0019208", "shape": "dot", "size": 10}, {"id": "DB00523", "label": "DB00523", "shape": "dot", "size": 10}, {"id": "DB00863", "label": "DB00863", "shape": "dot", "size": 10}, {"id": "C0751339", "label": "C0751339", "shape": "dot", "size": 10}, {"id": "C0472388", "label": "C0472388", "shape": "dot", "size": 10}, {"id": "C0005684", "label": "C0005684", "shape": "dot", "size": 10}, {"id": "C0085740", "label": "C0085740", "shape": "dot", "size": 10}, {"id": "DB00273", "label": "DB00273", "shape": "dot", "size": 10}, {"id": "C0005941", "label": "C0005941", "shape": "dot", "size": 10}, {"id": "DB01275", "label": "DB01275", "shape": "dot", "size": 10}, {"id": "C0751888", "label": "C0751888", "shape": "dot", "size": 10}, {"id": "C0270846", "label": "C0270846", "shape": "dot", "size": 10}, {"id": "C0015934", "label": "C0015934", "shape": "dot", "size": 10}, {"id": "DB00692", "label": "DB00692", "shape": "dot", "size": 10}, {"id": "C0393626", "label": "C0393626", "shape": "dot", "size": 10}, {"id": "C0751187", "label": "C0751187", "shape": "dot", "size": 10}, {"id": "C1383860", "label": "C1383860", "shape": "dot", "size": 10}, {"id": "DB01043", "label": "DB01043", "shape": "dot", "size": 10}, {"id": "C0028754", "label": "C0028754", "shape": "dot", "size": 10}, {"id": "C0263666", "label": "C0263666", "shape": "dot", "size": 10}, {"id": "C0423689", "label": "C0423689", "shape": "dot", "size": 10}, {"id": "DB00165", "label": "DB00165", "shape": "dot", "size": 10}, {"id": "C1720887", "label": "C1720887", "shape": "dot", "size": 10}, {"id": "C0751846", "label": "C0751846", "shape": "dot", "size": 10}, {"id": "C0015469", "label": "C0015469", "shape": "dot", "size": 10}, {"id": "C0270764", "label": "C0270764", "shape": "dot", "size": 10}, {"id": "DB00626", "label": "DB00626", "shape": "dot", "size": 10}, {"id": "C0005695", "label": "C0005695", "shape": "dot", "size": 10}, {"id": "C0751074", "label": "C0751074", "shape": "dot", "size": 10}, {"id": "C0751291", "label": "C0751291", "shape": "dot", "size": 10}, {"id": "C1839264", "label": "C1839264", "shape": "dot", "size": 10}, {"id": "C0006142", "label": "C0006142", "shape": "dot", "size": 10}, {"id": "DB01223", "label": "DB01223", "shape": "dot", "size": 10}, {"id": "C0021361", "label": "C0021361", "shape": "dot", "size": 10}, {"id": "DB00589", "label": "DB00589", "shape": "dot", "size": 10}, {"id": "C0458259", "label": "C0458259", "shape": "dot", "size": 10}, {"id": "C0020672", "label": "C0020672", "shape": "dot", "size": 10}, {"id": "DB00630", "label": "DB00630", "shape": "dot", "size": 10}, {"id": "C0242426", "label": "C0242426", "shape": "dot", "size": 10}, {"id": "C0041408", "label": "C0041408", "shape": "dot", "size": 10}, {"id": "C0340630", "label": "C0340630", "shape": "dot", "size": 10}, {"id": "C0233763", "label": "C0233763", "shape": "dot", "size": 10}, {"id": "DB01200", "label": "DB01200", "shape": "dot", "size": 10}, {"id": "C0553558", "label": "C0553558", "shape": "dot", "size": 10}, {"id": "DB00441", "label": "DB00441", "shape": "dot", "size": 10}, {"id": "C0028768", "label": "C0028768", "shape": "dot", "size": 10}, {"id": "DB00907", "label": "DB00907", "shape": "dot", "size": 10}, {"id": "C0038454", "label": "C0038454", "shape": "dot", "size": 10}, {"id": "C0740457", "label": "C0740457", "shape": "dot", "size": 10}, {"id": "C0002171", "label": "C0002171", "shape": "dot", "size": 10}, {"id": "C0022116", "label": "C0022116", "shape": "dot", "size": 10}, {"id": "DB00196", "label": "DB00196", "shape": "dot", "size": 10}, {"id": "C0376384", "label": "C0376384", "shape": "dot", "size": 10}, {"id": "C0476089", "label": "C0476089", "shape": "dot", "size": 10}, {"id": "DB00987", "label": "DB00987", "shape": "dot", "size": 10}, {"id": "C0018818", "label": "C0018818", "shape": "dot", "size": 10}, {"id": "C0234299", "label": "C0234299", "shape": "dot", "size": 10}, {"id": "C2713442", "label": "C2713442", "shape": "dot", "size": 10}, {"id": "C0751213", "label": "C0751213", "shape": "dot", "size": 10}, {"id": "C3489789", "label": "C3489789", "shape": "dot", "size": 10}, {"id": "DB00176", "label": "DB00176", "shape": "dot", "size": 10}, {"id": "C0017614", "label": "C0017614", "shape": "dot", "size": 10}, {"id": "DB00412", "label": "DB00412", "shape": "dot", "size": 10}, {"id": "C0005694", "label": "C0005694", "shape": "dot", "size": 10}, {"id": "C0042029", "label": "C0042029", "shape": "dot", "size": 10}, {"id": "C0013502", "label": "C0013502", "shape": "dot", "size": 10}, {"id": "C0752104", "label": "C0752104", "shape": "dot", "size": 10}, {"id": "DB00605", "label": "DB00605", "shape": "dot", "size": 10}, {"id": "DB00242", "label": "DB00242", "shape": "dot", "size": 10}, {"id": "C0266159", "label": "C0266159", "shape": "dot", "size": 10}, {"id": "C0860207", "label": "C0860207", "shape": "dot", "size": 10}, {"id": "C3683846", "label": "C3683846", "shape": "dot", "size": 10}, {"id": "C0030849", "label": "C0030849", "shape": "dot", "size": 10}, {"id": "C0079744", "label": "C0079744", "shape": "dot", "size": 10}, {"id": "C0268742", "label": "C0268742", "shape": "dot", "size": 10}, {"id": "DB01104", "label": "DB01104", "shape": "dot", "size": 10}, {"id": "C0030201", "label": "C0030201", "shape": "dot", "size": 10}, {"id": "C0007138", "label": "C0007138", "shape": "dot", "size": 10}, {"id": "DB01351", "label": "DB01351", "shape": "dot", "size": 10}, {"id": "C0311335", "label": "C0311335", "shape": "dot", "size": 10}, {"id": "C0751620", "label": "C0751620", "shape": "dot", "size": 10}, {"id": "DB00482", "label": "DB00482", "shape": "dot", "size": 10}, {"id": "DB01030", "label": "DB01030", "shape": "dot", "size": 10}, {"id": "C0271694", "label": "C0271694", "shape": "dot", "size": 10}, {"id": "C0233776", "label": "C0233776", "shape": "dot", "size": 10}, {"id": "C0205645", "label": "C0205645", "shape": "dot", "size": 10}, {"id": "C0015625", "label": "C0015625", "shape": "dot", "size": 10}, {"id": "DB01165", "label": "DB01165", "shape": "dot", "size": 10}, {"id": "C1969639", "label": "C1969639", "shape": "dot", "size": 10}, {"id": "C0020517", "label": "C0020517", "shape": "dot", "size": 10}, {"id": "DB01400", "label": "DB01400", "shape": "dot", "size": 10}, {"id": "C0392164", "label": "C0392164", "shape": "dot", "size": 10}, {"id": "DB01118", "label": "DB01118", "shape": "dot", "size": 10}, {"id": "C0004364", "label": "C0004364", "shape": "dot", "size": 10}, {"id": "C0086541", "label": "C0086541", "shape": "dot", "size": 10}, {"id": "C0028840", "label": "C0028840", "shape": "dot", "size": 10}, {"id": "C1336708", "label": "C1336708", "shape": "dot", "size": 10}, {"id": "DB01136", "label": "DB01136", "shape": "dot", "size": 10}, {"id": "C0238288", "label": "C0238288", "shape": "dot", "size": 10}, {"id": "C0007134", "label": "C0007134", "shape": "dot", "size": 10}, {"id": "C0033626", "label": "C0033626", "shape": "dot", "size": 10}, {"id": "DB01039", "label": "DB01039", "shape": "dot", "size": 10}, {"id": "C0021831", "label": "C0021831", "shape": "dot", "size": 10}, {"id": "C0023453", "label": "C0023453", "shape": "dot", "size": 10}, {"id": "DB00203", "label": "DB00203", "shape": "dot", "size": 10}, {"id": "C3489628", "label": "C3489628", "shape": "dot", "size": 10}, {"id": "C0233750", "label": "C0233750", "shape": "dot", "size": 10}, {"id": "DB00011", "label": "DB00011", "shape": "dot", "size": 10}, {"id": "DB00390", "label": "DB00390", "shape": "dot", "size": 10}, {"id": "DB00489", "label": "DB00489", "shape": "dot", "size": 10}, {"id": "DB00451", "label": "DB00451", "shape": "dot", "size": 10}, {"id": "C0006663", "label": "C0006663", "shape": "dot", "size": 10}, {"id": "DB00612", "label": "DB00612", "shape": "dot", "size": 10}, {"id": "C0029411", "label": "C0029411", "shape": "dot", "size": 10}, {"id": "C0751830", "label": "C0751830", "shape": "dot", "size": 10}, {"id": "DB01224", "label": "DB01224", "shape": "dot", "size": 10}, {"id": "DB00498", "label": "DB00498", "shape": "dot", "size": 10}, {"id": "C0009421", "label": "C0009421", "shape": "dot", "size": 10}, {"id": "DB00586", "label": "DB00586", "shape": "dot", "size": 10}, {"id": "C2936848", "label": "C2936848", "shape": "dot", "size": 10}, {"id": "C0206637", "label": "C0206637", "shape": "dot", "size": 10}, {"id": "DB00495", "label": "DB00495", "shape": "dot", "size": 10}, {"id": "C0014378", "label": "C0014378", "shape": "dot", "size": 10}, {"id": "C0080178", "label": "C0080178", "shape": "dot", "size": 10}, {"id": "C0458247", "label": "C0458247", "shape": "dot", "size": 10}, {"id": "DB00721", "label": "DB00721", "shape": "dot", "size": 10}, {"id": "C0751011", "label": "C0751011", "shape": "dot", "size": 10}, {"id": "DB00275", "label": "DB00275", "shape": "dot", "size": 10}, {"id": "C0024306", "label": "C0024306", "shape": "dot", "size": 10}, {"id": "C0234544", "label": "C0234544", "shape": "dot", "size": 10}, {"id": "C0042790", "label": "C0042790", "shape": "dot", "size": 10}, {"id": "DB00296", "label": "DB00296", "shape": "dot", "size": 10}, {"id": "C0270541", "label": "C0270541", "shape": "dot", "size": 10}, {"id": "DB00704", "label": "DB00704", "shape": "dot", "size": 10}, {"id": "C1565662", "label": "C1565662", "shape": "dot", "size": 10}, {"id": "C0025261", "label": "C0025261", "shape": "dot", "size": 10}, {"id": "DB01219", "label": "DB01219", "shape": "dot", "size": 10}, {"id": "C0022661", "label": "C0022661", "shape": "dot", "size": 10}, {"id": "C0341869", "label": "C0341869", "shape": "dot", "size": 10}, {"id": "C0205641", "label": "C0205641", "shape": "dot", "size": 10}, {"id": "DB00542", "label": "DB00542", "shape": "dot", "size": 10}, {"id": "C0751470", "label": "C0751470", "shape": "dot", "size": 10}, {"id": "C0023532", "label": "C0023532", "shape": "dot", "size": 10}, {"id": "DB00514", "label": "DB00514", "shape": "dot", "size": 10}, {"id": "DB01064", "label": "DB01064", "shape": "dot", "size": 10}, {"id": "DB01103", "label": "DB01103", "shape": "dot", "size": 10}, {"id": "C3489413", "label": "C3489413", "shape": "dot", "size": 10}, {"id": "C0035410", "label": "C0035410", "shape": "dot", "size": 10}, {"id": "C0035220", "label": "C0035220", "shape": "dot", "size": 10}, {"id": "C4082171", "label": "C4082171", "shape": "dot", "size": 10}, {"id": "C0422850", "label": "C0422850", "shape": "dot", "size": 10}, {"id": "DB00917", "label": "DB00917", "shape": "dot", "size": 10}, {"id": "C0023269", "label": "C0023269", "shape": "dot", "size": 10}, {"id": "C0042076", "label": "C0042076", "shape": "dot", "size": 10}, {"id": "DB00381", "label": "DB00381", "shape": "dot", "size": 10}, {"id": "C4721453", "label": "C4721453", "shape": "dot", "size": 10}, {"id": "C4316903", "label": "C4316903", "shape": "dot", "size": 10}, {"id": "DB00627", "label": "DB00627", "shape": "dot", "size": 10}, {"id": "C0598608", "label": "C0598608", "shape": "dot", "size": 10}, {"id": "DB00560", "label": "DB00560", "shape": "dot", "size": 10}, {"id": "DB00594", "label": "DB00594", "shape": "dot", "size": 10}, {"id": "C0008909", "label": "C0008909", "shape": "dot", "size": 10}, {"id": "DB00543", "label": "DB00543", "shape": "dot", "size": 10}, {"id": "C3830362", "label": "C3830362", "shape": "dot", "size": 10}, {"id": "C1328840", "label": "C1328840", "shape": "dot", "size": 10}, {"id": "DB00694", "label": "DB00694", "shape": "dot", "size": 10}, {"id": "C0004153", "label": "C0004153", "shape": "dot", "size": 10}, {"id": "C0162820", "label": "C0162820", "shape": "dot", "size": 10}, {"id": "DB00861", "label": "DB00861", "shape": "dot", "size": 10}, {"id": "C0751197", "label": "C0751197", "shape": "dot", "size": 10}, {"id": "DB00599", "label": "DB00599", "shape": "dot", "size": 10}, {"id": "DB01083", "label": "DB01083", "shape": "dot", "size": 10}, {"id": "C0796013", "label": "C0796013", "shape": "dot", "size": 10}, {"id": "DB00637", "label": "DB00637", "shape": "dot", "size": 10}, {"id": "DB00218", "label": "DB00218", "shape": "dot", "size": 10}, {"id": "C0547065", "label": "C0547065", "shape": "dot", "size": 10}, {"id": "DB01608", "label": "DB01608", "shape": "dot", "size": 10}, {"id": "C0003872", "label": "C0003872", "shape": "dot", "size": 10}, {"id": "DB00369", "label": "DB00369", "shape": "dot", "size": 10}, {"id": "DB00668", "label": "DB00668", "shape": "dot", "size": 10}, {"id": "C0010346", "label": "C0010346", "shape": "dot", "size": 10}, {"id": "C0152115", "label": "C0152115", "shape": "dot", "size": 10}, {"id": "C0020542", "label": "C0020542", "shape": "dot", "size": 10}, {"id": "DB01186", "label": "DB01186", "shape": "dot", "size": 10}, {"id": "DB00813", "label": "DB00813", "shape": "dot", "size": 10}, {"id": "C0233762", "label": "C0233762", "shape": "dot", "size": 10}, {"id": "DB00338", "label": "DB00338", "shape": "dot", "size": 10}, {"id": "C0030214", "label": "C0030214", "shape": "dot", "size": 10}, {"id": "DB00476", "label": "DB00476", "shape": "dot", "size": 10}, {"id": "C2350344", "label": "C2350344", "shape": "dot", "size": 10}, {"id": "C1968689", "label": "C1968689", "shape": "dot", "size": 10}, {"id": "DB00649", "label": "DB00649", "shape": "dot", "size": 10}, {"id": "C1257931", "label": "C1257931", "shape": "dot", "size": 10}, {"id": "DB00984", "label": "DB00984", "shape": "dot", "size": 10}, {"id": "C4279912", "label": "C4279912", "shape": "dot", "size": 10}, {"id": "DB04729", "label": "DB04729", "shape": "dot", "size": 10}, {"id": "DB00554", "label": "DB00554", "shape": "dot", "size": 10}, {"id": "DB00469", "label": "DB00469", "shape": "dot", "size": 10}, {"id": "DB01392", "label": "DB01392", "shape": "dot", "size": 10}, {"id": "C0750901", "label": "C0750901", "shape": "dot", "size": 10}, {"id": "DB01273", "label": "DB01273", "shape": "dot", "size": 10}, {"id": "DB00539", "label": "DB00539", "shape": "dot", "size": 10}, {"id": "C0149958", "label": "C0149958", "shape": "dot", "size": 10}, {"id": "DB00575", "label": "DB00575", "shape": "dot", "size": 10}, {"id": "C0241832", "label": "C0241832", "shape": "dot", "size": 10}, {"id": "C0006868", "label": "C0006868", "shape": "dot", "size": 10}, {"id": "C0151603", "label": "C0151603", "shape": "dot", "size": 10}, {"id": "C0282313", "label": "C0282313", "shape": "dot", "size": 10}, {"id": "C2937358", "label": "C2937358", "shape": "dot", "size": 10}, {"id": "C0339573", "label": "C0339573", "shape": "dot", "size": 10}, {"id": "DB00869", "label": "DB00869", "shape": "dot", "size": 10}, {"id": "C0085996", "label": "C0085996", "shape": "dot", "size": 10}, {"id": "DB01339", "label": "DB01339", "shape": "dot", "size": 10}, {"id": "C1858496", "label": "C1858496", "shape": "dot", "size": 10}, {"id": "DB00470", "label": "DB00470", "shape": "dot", "size": 10}, {"id": "C0403447", "label": "C0403447", "shape": "dot", "size": 10}, {"id": "C0027412", "label": "C0027412", "shape": "dot", "size": 10}, {"id": "C0007786", "label": "C0007786", "shape": "dot", "size": 10}, {"id": "C0752282", "label": "C0752282", "shape": "dot", "size": 10}, {"id": "DB00997", "label": "DB00997", "shape": "dot", "size": 10}, {"id": "C1720861", "label": "C1720861", "shape": "dot", "size": 10}, {"id": "C4552766", "label": "C4552766", "shape": "dot", "size": 10}, {"id": "DB00415", "label": "DB00415", "shape": "dot", "size": 10}, {"id": "C1970270", "label": "C1970270", "shape": "dot", "size": 10}, {"id": "C0233794", "label": "C0233794", "shape": "dot", "size": 10}, {"id": "DB00220", "label": "DB00220", "shape": "dot", "size": 10}, {"id": "C0033860", "label": "C0033860", "shape": "dot", "size": 10}, {"id": "DB01348", "label": "DB01348", "shape": "dot", "size": 10}, {"id": "C4046029", "label": "C4046029", "shape": "dot", "size": 10}, {"id": "DB00988", "label": "DB00988", "shape": "dot", "size": 10}, {"id": "C0596298", "label": "C0596298", "shape": "dot", "size": 10}, {"id": "DB00549", "label": "DB00549", "shape": "dot", "size": 10}, {"id": "C0086543", "label": "C0086543", "shape": "dot", "size": 10}, {"id": "DB00744", "label": "DB00744", "shape": "dot", "size": 10}, {"id": "C0024302", "label": "C0024302", "shape": "dot", "size": 10}, {"id": "DB00127", "label": "DB00127", "shape": "dot", "size": 10}, {"id": "DB00435", "label": "DB00435", "shape": "dot", "size": 10}, {"id": "C0002896", "label": "C0002896", "shape": "dot", "size": 10}, {"id": "C0003811", "label": "C0003811", "shape": "dot", "size": 10}, {"id": "C0424082", "label": "C0424082", "shape": "dot", "size": 10}, {"id": "C0086241", "label": "C0086241", "shape": "dot", "size": 10}, {"id": "DB00732", "label": "DB00732", "shape": "dot", "size": 10}, {"id": "C0178824", "label": "C0178824", "shape": "dot", "size": 10}, {"id": "DB00421", "label": "DB00421", "shape": "dot", "size": 10}, {"id": "C0014859", "label": "C0014859", "shape": "dot", "size": 10}, {"id": "DB01236", "label": "DB01236", "shape": "dot", "size": 10}, {"id": "C3837958", "label": "C3837958", "shape": "dot", "size": 10}, {"id": "C0752098", "label": "C0752098", "shape": "dot", "size": 10}, {"id": "DB01254", "label": "DB01254", "shape": "dot", "size": 10}, {"id": "C0376280", "label": "C0376280", "shape": "dot", "size": 10}, {"id": "C0043144", "label": "C0043144", "shape": "dot", "size": 10}, {"id": "DB00337", "label": "DB00337", "shape": "dot", "size": 10}, {"id": "C0026858", "label": "C0026858", "shape": "dot", "size": 10}, {"id": "C0553692", "label": "C0553692", "shape": "dot", "size": 10}, {"id": "C0004238", "label": "C0004238", "shape": "dot", "size": 10}, {"id": "DB01026", "label": "DB01026", "shape": "dot", "size": 10}, {"id": "C0018991", "label": "C0018991", "shape": "dot", "size": 10}, {"id": "C0751042", "label": "C0751042", "shape": "dot", "size": 10}, {"id": "DB00022", "label": "DB00022", "shape": "dot", "size": 10}, {"id": "C0233765", "label": "C0233765", "shape": "dot", "size": 10}, {"id": "DB01004", "label": "DB01004", "shape": "dot", "size": 10}, {"id": "C0027127", "label": "C0027127", "shape": "dot", "size": 10}, {"id": "DB00636", "label": "DB00636", "shape": "dot", "size": 10}, {"id": "C2749757", "label": "C2749757", "shape": "dot", "size": 10}, {"id": "C0010308", "label": "C0010308", "shape": "dot", "size": 10}, {"id": "C0008372", "label": "C0008372", "shape": "dot", "size": 10}, {"id": "C0023241", "label": "C0023241", "shape": "dot", "size": 10}, {"id": "C0022541", "label": "C0022541", "shape": "dot", "size": 10}, {"id": "C1176475", "label": "C1176475", "shape": "dot", "size": 10}, {"id": "DB00325", "label": "DB00325", "shape": "dot", "size": 10}, {"id": "C0007114", "label": "C0007114", "shape": "dot", "size": 10}, {"id": "C4048158", "label": "C4048158", "shape": "dot", "size": 10}, {"id": "DB01227", "label": "DB01227", "shape": "dot", "size": 10}, {"id": "C2936719", "label": "C2936719", "shape": "dot", "size": 10}, {"id": "C1692886", "label": "C1692886", "shape": "dot", "size": 10}, {"id": "C0086565", "label": "C0086565", "shape": "dot", "size": 10}, {"id": "DB00939", "label": "DB00939", "shape": "dot", "size": 10}, {"id": "DB01204", "label": "DB01204", "shape": "dot", "size": 10}, {"id": "C0346302", "label": "C0346302", "shape": "dot", "size": 10}, {"id": "DB00082", "label": "DB00082", "shape": "dot", "size": 10}, {"id": "C0205699", "label": "C0205699", "shape": "dot", "size": 10}, {"id": "DB00825", "label": "DB00825", "shape": "dot", "size": 10}, {"id": "DB01082", "label": "DB01082", "shape": "dot", "size": 10}, {"id": "C0917805", "label": "C0917805", "shape": "dot", "size": 10}, {"id": "C0024667", "label": "C0024667", "shape": "dot", "size": 10}, {"id": "DB00422", "label": "DB00422", "shape": "dot", "size": 10}, {"id": "DB00285", "label": "DB00285", "shape": "dot", "size": 10}, {"id": "C0546837", "label": "C0546837", "shape": "dot", "size": 10}, {"id": "DB00640", "label": "DB00640", "shape": "dot", "size": 10}, {"id": "C0014170", "label": "C0014170", "shape": "dot", "size": 10}, {"id": "C0024117", "label": "C0024117", "shape": "dot", "size": 10}, {"id": "DB01216", "label": "DB01216", "shape": "dot", "size": 10}, {"id": "DB00315", "label": "DB00315", "shape": "dot", "size": 10}, {"id": "DB01220", "label": "DB01220", "shape": "dot", "size": 10}, {"id": "C0751605", "label": "C0751605", "shape": "dot", "size": 10}, {"id": "C0013295", "label": "C0013295", "shape": "dot", "size": 10}, {"id": "DB00398", "label": "DB00398", "shape": "dot", "size": 10}, {"id": "C0019061", "label": "C0019061", "shape": "dot", "size": 10}, {"id": "DB01420", "label": "DB01420", "shape": "dot", "size": 10}, {"id": "C0017168", "label": "C0017168", "shape": "dot", "size": 10}, {"id": "DB00379", "label": "DB00379", "shape": "dot", "size": 10}, {"id": "C0007570", "label": "C0007570", "shape": "dot", "size": 10}, {"id": "DB00990", "label": "DB00990", "shape": "dot", "size": 10}, {"id": "C0155018", "label": "C0155018", "shape": "dot", "size": 10}, {"id": "DB00908", "label": "DB00908", "shape": "dot", "size": 10}, {"id": "DB00546", "label": "DB00546", "shape": "dot", "size": 10}, {"id": "C0242423", "label": "C0242423", "shape": "dot", "size": 10}, {"id": "DB01403", "label": "DB01403", "shape": "dot", "size": 10}, {"id": "C0234373", "label": "C0234373", "shape": "dot", "size": 10}, {"id": "C0349231", "label": "C0349231", "shape": "dot", "size": 10}, {"id": "DB01276", "label": "DB01276", "shape": "dot", "size": 10}, {"id": "C0346647", "label": "C0346647", "shape": "dot", "size": 10}, {"id": "C0086432", "label": "C0086432", "shape": "dot", "size": 10}, {"id": "DB00278", "label": "DB00278", "shape": "dot", "size": 10}, {"id": "C0751355", "label": "C0751355", "shape": "dot", "size": 10}, {"id": "DB01068", "label": "DB01068", "shape": "dot", "size": 10}, {"id": "C0035579", "label": "C0035579", "shape": "dot", "size": 10}, {"id": "DB01373", "label": "DB01373", "shape": "dot", "size": 10}, {"id": "C0678222", "label": "C0678222", "shape": "dot", "size": 10}, {"id": "C0041671", "label": "C0041671", "shape": "dot", "size": 10}, {"id": "C0007787", "label": "C0007787", "shape": "dot", "size": 10}, {"id": "DB00536", "label": "DB00536", "shape": "dot", "size": 10}, {"id": "C0086650", "label": "C0086650", "shape": "dot", "size": 10}, {"id": "C0015704", "label": "C0015704", "shape": "dot", "size": 10}, {"id": "C0740376", "label": "C0740376", "shape": "dot", "size": 10}, {"id": "C1527304", "label": "C1527304", "shape": "dot", "size": 10}, {"id": "C0262497", "label": "C0262497", "shape": "dot", "size": 10}, {"id": "C0751893", "label": "C0751893", "shape": "dot", "size": 10}, {"id": "C0020502", "label": "C0020502", "shape": "dot", "size": 10}, {"id": "C0268335", "label": "C0268335", "shape": "dot", "size": 10}, {"id": "DB00262", "label": "DB00262", "shape": "dot", "size": 10}, {"id": "C0006261", "label": "C0006261", "shape": "dot", "size": 10}, {"id": "C0393759", "label": "C0393759", "shape": "dot", "size": 10}, {"id": "C0205875", "label": "C0205875", "shape": "dot", "size": 10}, {"id": "C0236807", "label": "C0236807", "shape": "dot", "size": 10}, {"id": "DB00672", "label": "DB00672", "shape": "dot", "size": 10}, {"id": "C0003862", "label": "C0003862", "shape": "dot", "size": 10}, {"id": "DB00407", "label": "DB00407", "shape": "dot", "size": 10}, {"id": "C0268318", "label": "C0268318", "shape": "dot", "size": 10}, {"id": "C0020295", "label": "C0020295", "shape": "dot", "size": 10}, {"id": "C0233767", "label": "C0233767", "shape": "dot", "size": 10}, {"id": "DB01624", "label": "DB01624", "shape": "dot", "size": 10}, {"id": "C3203733", "label": "C3203733", "shape": "dot", "size": 10}, {"id": "DB01113", "label": "DB01113", "shape": "dot", "size": 10}, {"id": "C0878544", "label": "C0878544", "shape": "dot", "size": 10}, {"id": "DB00250", "label": "DB00250", "shape": "dot", "size": 10}, {"id": "C0029458", "label": "C0029458", "shape": "dot", "size": 10}, {"id": "C0206061", "label": "C0206061", "shape": "dot", "size": 10}, {"id": "C0751953", "label": "C0751953", "shape": "dot", "size": 10}, {"id": "DB00635", "label": "DB00635", "shape": "dot", "size": 10}, {"id": "C0521760", "label": "C0521760", "shape": "dot", "size": 10}, {"id": "DB01183", "label": "DB01183", "shape": "dot", "size": 10}, {"id": "C0018614", "label": "C0018614", "shape": "dot", "size": 10}, {"id": "C0345905", "label": "C0345905", "shape": "dot", "size": 10}, {"id": "C0023467", "label": "C0023467", "shape": "dot", "size": 10}, {"id": "DB00966", "label": "DB00966", "shape": "dot", "size": 10}, {"id": "C0032768", "label": "C0032768", "shape": "dot", "size": 10}, {"id": "C0007131", "label": "C0007131", "shape": "dot", "size": 10}, {"id": "C0010093", "label": "C0010093", "shape": "dot", "size": 10}, {"id": "C0010324", "label": "C0010324", "shape": "dot", "size": 10}, {"id": "C0235078", "label": "C0235078", "shape": "dot", "size": 10}, {"id": "C0558845", "label": "C0558845", "shape": "dot", "size": 10}, {"id": "C1853147", "label": "C1853147", "shape": "dot", "size": 10}, {"id": "C0234378", "label": "C0234378", "shape": "dot", "size": 10}, {"id": "C0027746", "label": "C0027746", "shape": "dot", "size": 10}, {"id": "C0040479", "label": "C0040479", "shape": "dot", "size": 10}, {"id": "C0917730", "label": "C0917730", "shape": "dot", "size": 10}, {"id": "DB01054", "label": "DB01054", "shape": "dot", "size": 10}, {"id": "DB00336", "label": "DB00336", "shape": "dot", "size": 10}, {"id": "C0239981", "label": "C0239981", "shape": "dot", "size": 10}, {"id": "DB01017", "label": "DB01017", "shape": "dot", "size": 10}, {"id": "C0751899", "label": "C0751899", "shape": "dot", "size": 10}, {"id": "C0018552", "label": "C0018552", "shape": "dot", "size": 10}, {"id": "DB00490", "label": "DB00490", "shape": "dot", "size": 10}, {"id": "C0008489", "label": "C0008489", "shape": "dot", "size": 10}, {"id": "DB01176", "label": "DB01176", "shape": "dot", "size": 10}, {"id": "DB00286", "label": "DB00286", "shape": "dot", "size": 10}, {"id": "C0334610", "label": "C0334610", "shape": "dot", "size": 10}, {"id": "C0087169", "label": "C0087169", "shape": "dot", "size": 10}, {"id": "C0023890", "label": "C0023890", "shape": "dot", "size": 10}, {"id": "C0271674", "label": "C0271674", "shape": "dot", "size": 10}, {"id": "DB00471", "label": "DB00471", "shape": "dot", "size": 10}, {"id": "C0279628", "label": "C0279628", "shape": "dot", "size": 10}, {"id": "DB01088", "label": "DB01088", "shape": "dot", "size": 10}, {"id": "C0751354", "label": "C0751354", "shape": "dot", "size": 10}, {"id": "DB00229", "label": "DB00229", "shape": "dot", "size": 10}, {"id": "C0023891", "label": "C0023891", "shape": "dot", "size": 10}, {"id": "C0546126", "label": "C0546126", "shape": "dot", "size": 10}, {"id": "C0038160", "label": "C0038160", "shape": "dot", "size": 10}, {"id": "C3489728", "label": "C3489728", "shape": "dot", "size": 10}, {"id": "DB01159", "label": "DB01159", "shape": "dot", "size": 10}, {"id": "C1527352", "label": "C1527352", "shape": "dot", "size": 10}, {"id": "C0345904", "label": "C0345904", "shape": "dot", "size": 10}, {"id": "C0277821", "label": "C0277821", "shape": "dot", "size": 10}, {"id": "C0024121", "label": "C0024121", "shape": "dot", "size": 10}, {"id": "DB01213", "label": "DB01213", "shape": "dot", "size": 10}, {"id": "C0024305", "label": "C0024305", "shape": "dot", "size": 10}, {"id": "DB01001", "label": "DB01001", "shape": "dot", "size": 10}, {"id": "C1961112", "label": "C1961112", "shape": "dot", "size": 10}, {"id": "DB01297", "label": "DB01297", "shape": "dot", "size": 10}, {"id": "C2930930", "label": "C2930930", "shape": "dot", "size": 10}, {"id": "DB00388", "label": "DB00388", "shape": "dot", "size": 10}, {"id": "C0006118", "label": "C0006118", "shape": "dot", "size": 10}, {"id": "DB01394", "label": "DB01394", "shape": "dot", "size": 10}, {"id": "C0156147", "label": "C0156147", "shape": "dot", "size": 10}, {"id": "C4551899", "label": "C4551899", "shape": "dot", "size": 10}, {"id": "DB00385", "label": "DB00385", "shape": "dot", "size": 10}, {"id": "C0266453", "label": "C0266453", "shape": "dot", "size": 10}, {"id": "DB00418", "label": "DB00418", "shape": "dot", "size": 10}, {"id": "C0079731", "label": "C0079731", "shape": "dot", "size": 10}, {"id": "DB00749", "label": "DB00749", "shape": "dot", "size": 10}, {"id": "C0001418", "label": "C0001418", "shape": "dot", "size": 10}, {"id": "C0233759", "label": "C0233759", "shape": "dot", "size": 10}, {"id": "DB00343", "label": "DB00343", "shape": "dot", "size": 10}, {"id": "C0013264", "label": "C0013264", "shape": "dot", "size": 10}, {"id": "DB00756", "label": "DB00756", "shape": "dot", "size": 10}, {"id": "C0338582", "label": "C0338582", "shape": "dot", "size": 10}, {"id": "DB00115", "label": "DB00115", "shape": "dot", "size": 10}, {"id": "C0751373", "label": "C0751373", "shape": "dot", "size": 10}, {"id": "C0021139", "label": "C0021139", "shape": "dot", "size": 10}, {"id": "DB00748", "label": "DB00748", "shape": "dot", "size": 10}, {"id": "C0521664", "label": "C0521664", "shape": "dot", "size": 10}, {"id": "DB00246", "label": "DB00246", "shape": "dot", "size": 10}, {"id": "DB00952", "label": "DB00952", "shape": "dot", "size": 10}, {"id": "C0009402", "label": "C0009402", "shape": "dot", "size": 10}, {"id": "DB01154", "label": "DB01154", "shape": "dot", "size": 10}, {"id": "DB00293", "label": "DB00293", "shape": "dot", "size": 10}, {"id": "DB00996", "label": "DB00996", "shape": "dot", "size": 10}, {"id": "DB00890", "label": "DB00890", "shape": "dot", "size": 10}, {"id": "DB00404", "label": "DB00404", "shape": "dot", "size": 10}, {"id": "DB00882", "label": "DB00882", "shape": "dot", "size": 10}, {"id": "DB01252", "label": "DB01252", "shape": "dot", "size": 10}, {"id": "C0234374", "label": "C0234374", "shape": "dot", "size": 10}, {"id": "DB01580", "label": "DB01580", "shape": "dot", "size": 10}, {"id": "C0034065", "label": "C0034065", "shape": "dot", "size": 10}, {"id": "DB00132", "label": "DB00132", "shape": "dot", "size": 10}, {"id": "C0085215", "label": "C0085215", "shape": "dot", "size": 10}, {"id": "C0600427", "label": "C0600427", "shape": "dot", "size": 10}, {"id": "C0033953", "label": "C0033953", "shape": "dot", "size": 10}, {"id": "DB01097", "label": "DB01097", "shape": "dot", "size": 10}, {"id": "C4042891", "label": "C4042891", "shape": "dot", "size": 10}, {"id": "DB01222", "label": "DB01222", "shape": "dot", "size": 10}, {"id": "C0392514", "label": "C0392514", "shape": "dot", "size": 10}, {"id": "C0206698", "label": "C0206698", "shape": "dot", "size": 10}, {"id": "C0032580", "label": "C0032580", "shape": "dot", "size": 10}, {"id": "DB00796", "label": "DB00796", "shape": "dot", "size": 10}, {"id": "C0751141", "label": "C0751141", "shape": "dot", "size": 10}, {"id": "DB00929", "label": "DB00929", "shape": "dot", "size": 10}, {"id": "DB00642", "label": "DB00642", "shape": "dot", "size": 10}, {"id": "C0221021", "label": "C0221021", "shape": "dot", "size": 10}, {"id": "DB01050", "label": "DB01050", "shape": "dot", "size": 10}, {"id": "C0086540", "label": "C0086540", "shape": "dot", "size": 10}, {"id": "C0231341", "label": "C0231341", "shape": "dot", "size": 10}, {"id": "DB01577", "label": "DB01577", "shape": "dot", "size": 10}, {"id": "C0751594", "label": "C0751594", "shape": "dot", "size": 10}, {"id": "C0030552", "label": "C0030552", "shape": "dot", "size": 10}, {"id": "C4505390", "label": "C4505390", "shape": "dot", "size": 10}, {"id": "DB04841", "label": "DB04841", "shape": "dot", "size": 10}, {"id": "C0235081", "label": "C0235081", "shape": "dot", "size": 10}, {"id": "DB00318", "label": "DB00318", "shape": "dot", "size": 10}, {"id": "DB00620", "label": "DB00620", "shape": "dot", "size": 10}, {"id": "C0000737", "label": "C0000737", "shape": "dot", "size": 10}, {"id": "DB00900", "label": "DB00900", "shape": "dot", "size": 10}, {"id": "C0151911", "label": "C0151911", "shape": "dot", "size": 10}, {"id": "C0917981", "label": "C0917981", "shape": "dot", "size": 10}, {"id": "DB00943", "label": "DB00943", "shape": "dot", "size": 10}, {"id": "C0038219", "label": "C0038219", "shape": "dot", "size": 10}, {"id": "C0020429", "label": "C0020429", "shape": "dot", "size": 10}, {"id": "C0018801", "label": "C0018801", "shape": "dot", "size": 10}, {"id": "DB00353", "label": "DB00353", "shape": "dot", "size": 10}, {"id": "DB00959", "label": "DB00959", "shape": "dot", "size": 10}, {"id": "C0233766", "label": "C0233766", "shape": "dot", "size": 10}, {"id": "DB01149", "label": "DB01149", "shape": "dot", "size": 10}, {"id": "C0917816", "label": "C0917816", "shape": "dot", "size": 10}, {"id": "C0003615", "label": "C0003615", "shape": "dot", "size": 10}, {"id": "DB00909", "label": "DB00909", "shape": "dot", "size": 10}, {"id": "DB00949", "label": "DB00949", "shape": "dot", "size": 10}, {"id": "C0263628", "label": "C0263628", "shape": "dot", "size": 10}, {"id": "DB00848", "label": "DB00848", "shape": "dot", "size": 10}, {"id": "C0024713", "label": "C0024713", "shape": "dot", "size": 10}, {"id": "DB00798", "label": "DB00798", "shape": "dot", "size": 10}, {"id": "C0011991", "label": "C0011991", "shape": "dot", "size": 10}, {"id": "C0699739", "label": "C0699739", "shape": "dot", "size": 10}, {"id": "C0030044", "label": "C0030044", "shape": "dot", "size": 10}, {"id": "DB01221", "label": "DB01221", "shape": "dot", "size": 10}, {"id": "C0751924", "label": "C0751924", "shape": "dot", "size": 10}, {"id": "DB01436", "label": "DB01436", "shape": "dot", "size": 10}, {"id": "C4317123", "label": "C4317123", "shape": "dot", "size": 10}, {"id": "DB00519", "label": "DB00519", "shape": "dot", "size": 10}, {"id": "C0024115", "label": "C0024115", "shape": "dot", "size": 10}, {"id": "DB00927", "label": "DB00927", "shape": "dot", "size": 10}, {"id": "C0432417", "label": "C0432417", "shape": "dot", "size": 10}, {"id": "DB00762", "label": "DB00762", "shape": "dot", "size": 10}, {"id": "C0751330", "label": "C0751330", "shape": "dot", "size": 10}, {"id": "C0043346", "label": "C0043346", "shape": "dot", "size": 10}, {"id": "C0741160", "label": "C0741160", "shape": "dot", "size": 10}, {"id": "C0266313", "label": "C0266313", "shape": "dot", "size": 10}, {"id": "DB00688", "label": "DB00688", "shape": "dot", "size": 10}, {"id": "C0003165", "label": "C0003165", "shape": "dot", "size": 10}, {"id": "C0022672", "label": "C0022672", "shape": "dot", "size": 10}, {"id": "C1842028", "label": "C1842028", "shape": "dot", "size": 10}, {"id": "DB00477", "label": "DB00477", "shape": "dot", "size": 10}, {"id": "C1563666", "label": "C1563666", "shape": "dot", "size": 10}, {"id": "C0751847", "label": "C0751847", "shape": "dot", "size": 10}, {"id": "DB00364", "label": "DB00364", "shape": "dot", "size": 10}, {"id": "C0234370", "label": "C0234370", "shape": "dot", "size": 10}, {"id": "DB01338", "label": "DB01338", "shape": "dot", "size": 10}, {"id": "C1527384", "label": "C1527384", "shape": "dot", "size": 10}, {"id": "C0750953", "label": "C0750953", "shape": "dot", "size": 10}, {"id": "C0239946", "label": "C0239946", "shape": "dot", "size": 10}, {"id": "DB00223", "label": "DB00223", "shape": "dot", "size": 10}, {"id": "DB00686", "label": "DB00686", "shape": "dot", "size": 10}, {"id": "C0010398", "label": "C0010398", "shape": "dot", "size": 10}, {"id": "DB00999", "label": "DB00999", "shape": "dot", "size": 10}, {"id": "C0010073", "label": "C0010073", "shape": "dot", "size": 10}, {"id": "C0751211", "label": "C0751211", "shape": "dot", "size": 10}, {"id": "DB01544", "label": "DB01544", "shape": "dot", "size": 10}, {"id": "C0520966", "label": "C0520966", "shape": "dot", "size": 10}, {"id": "DB00842", "label": "DB00842", "shape": "dot", "size": 10}, {"id": "DB00307", "label": "DB00307", "shape": "dot", "size": 10}, {"id": "DB00008", "label": "DB00008", "shape": "dot", "size": 10}, {"id": "C0423623", "label": "C0423623", "shape": "dot", "size": 10}, {"id": "DB00758", "label": "DB00758", "shape": "dot", "size": 10}, {"id": "C0007273", "label": "C0007273", "shape": "dot", "size": 10}, {"id": "C0334581", "label": "C0334581", "shape": "dot", "size": 10}, {"id": "DB00401", "label": "DB00401", "shape": "dot", "size": 10}, {"id": "DB00844", "label": "DB00844", "shape": "dot", "size": 10}, {"id": "C0752097", "label": "C0752097", "shape": "dot", "size": 10}, {"id": "C0220597", "label": "C0220597", "shape": "dot", "size": 10}, {"id": "C0751056", "label": "C0751056", "shape": "dot", "size": 10}, {"id": "C0221169", "label": "C0221169", "shape": "dot", "size": 10}, {"id": "DB00181", "label": "DB00181", "shape": "dot", "size": 10}, {"id": "C0007137", "label": "C0007137", "shape": "dot", "size": 10}, {"id": "C1855520", "label": "C1855520", "shape": "dot", "size": 10}, {"id": "DB00403", "label": "DB00403", "shape": "dot", "size": 10}, {"id": "C0007302", "label": "C0007302", "shape": "dot", "size": 10}, {"id": "DB01055", "label": "DB01055", "shape": "dot", "size": 10}, {"id": "C0017638", "label": "C0017638", "shape": "dot", "size": 10}, {"id": "DB00841", "label": "DB00841", "shape": "dot", "size": 10}, {"id": "C0023434", "label": "C0023434", "shape": "dot", "size": 10}, {"id": "C1856439", "label": "C1856439", "shape": "dot", "size": 10}, {"id": "DB00320", "label": "DB00320", "shape": "dot", "size": 10}, {"id": "C0011875", "label": "C0011875", "shape": "dot", "size": 10}, {"id": "DB00616", "label": "DB00616", "shape": "dot", "size": 10}, {"id": "C0238281", "label": "C0238281", "shape": "dot", "size": 10}, {"id": "DB00696", "label": "DB00696", "shape": "dot", "size": 10}, {"id": "C4551623", "label": "C4551623", "shape": "dot", "size": 10}, {"id": "DB00806", "label": "DB00806", "shape": "dot", "size": 10}, {"id": "C2350878", "label": "C2350878", "shape": "dot", "size": 10}, {"id": "DB00544", "label": "DB00544", "shape": "dot", "size": 10}, {"id": "C1876187", "label": "C1876187", "shape": "dot", "size": 10}, {"id": "C0522345", "label": "C0522345", "shape": "dot", "size": 10}, {"id": "DB01497", "label": "DB01497", "shape": "dot", "size": 10}, {"id": "C3489795", "label": "C3489795", "shape": "dot", "size": 10}, {"id": "DB00867", "label": "DB00867", "shape": "dot", "size": 10}, {"id": "C0270742", "label": "C0270742", "shape": "dot", "size": 10}, {"id": "C0027726", "label": "C0027726", "shape": "dot", "size": 10}, {"id": "C0242788", "label": "C0242788", "shape": "dot", "size": 10}, {"id": "DB00834", "label": "DB00834", "shape": "dot", "size": 10}, {"id": "C3179502", "label": "C3179502", "shape": "dot", "size": 10}, {"id": "C2936739", "label": "C2936739", "shape": "dot", "size": 10}, {"id": "C1708349", "label": "C1708349", "shape": "dot", "size": 10}, {"id": "DB00348", "label": "DB00348", "shape": "dot", "size": 10}, {"id": "C0013604", "label": "C0013604", "shape": "dot", "size": 10}, {"id": "DB00831", "label": "DB00831", "shape": "dot", "size": 10}, {"id": "C0152266", "label": "C0152266", "shape": "dot", "size": 10}, {"id": "C0011581", "label": "C0011581", "shape": "dot", "size": 10}, {"id": "C0013170", "label": "C0013170", "shape": "dot", "size": 10}, {"id": "C0205768", "label": "C0205768", "shape": "dot", "size": 10}, {"id": "C0162566", "label": "C0162566", "shape": "dot", "size": 10}, {"id": "C0276496", "label": "C0276496", "shape": "dot", "size": 10}, {"id": "DB00855", "label": "DB00855", "shape": "dot", "size": 10}, {"id": "C0020514", "label": "C0020514", "shape": "dot", "size": 10}, {"id": "DB00409", "label": "DB00409", "shape": "dot", "size": 10}, {"id": "C3658290", "label": "C3658290", "shape": "dot", "size": 10}, {"id": "DB00456", "label": "DB00456", "shape": "dot", "size": 10}, {"id": "DB00730", "label": "DB00730", "shape": "dot", "size": 10}, {"id": "C0406537", "label": "C0406537", "shape": "dot", "size": 10}, {"id": "C0005697", "label": "C0005697", "shape": "dot", "size": 10}, {"id": "DB01409", "label": "DB01409", "shape": "dot", "size": 10}, {"id": "DB01599", "label": "DB01599", "shape": "dot", "size": 10}, {"id": "C0042484", "label": "C0042484", "shape": "dot", "size": 10}, {"id": "DB00821", "label": "DB00821", "shape": "dot", "size": 10}, {"id": "C0029172", "label": "C0029172", "shape": "dot", "size": 10}, {"id": "DB01586", "label": "DB01586", "shape": "dot", "size": 10}, {"id": "DB00235", "label": "DB00235", "shape": "dot", "size": 10}, {"id": "DB01033", "label": "DB01033", "shape": "dot", "size": 10}, {"id": "C0030305", "label": "C0030305", "shape": "dot", "size": 10}, {"id": "DB00035", "label": "DB00035", "shape": "dot", "size": 10}, {"id": "C0023470", "label": "C0023470", "shape": "dot", "size": 10}, {"id": "DB04272", "label": "DB04272", "shape": "dot", "size": 10}, {"id": "C0751508", "label": "C0751508", "shape": "dot", "size": 10}, {"id": "DB00183", "label": "DB00183", "shape": "dot", "size": 10}, {"id": "C0027819", "label": "C0027819", "shape": "dot", "size": 10}, {"id": "DB01143", "label": "DB01143", "shape": "dot", "size": 10}, {"id": "C1959583", "label": "C1959583", "shape": "dot", "size": 10}, {"id": "C2936170", "label": "C2936170", "shape": "dot", "size": 10}, {"id": "DB01357", "label": "DB01357", "shape": "dot", "size": 10}, {"id": "C0001430", "label": "C0001430", "shape": "dot", "size": 10}, {"id": "DB01095", "label": "DB01095", "shape": "dot", "size": 10}, {"id": "C0022336", "label": "C0022336", "shape": "dot", "size": 10}, {"id": "C0004943", "label": "C0004943", "shape": "dot", "size": 10}, {"id": "DB00333", "label": "DB00333", "shape": "dot", "size": 10}, {"id": "C0750979", "label": "C0750979", "shape": "dot", "size": 10}, {"id": "C0029456", "label": "C0029456", "shape": "dot", "size": 10}, {"id": "C2677608", "label": "C2677608", "shape": "dot", "size": 10}, {"id": "C0085129", "label": "C0085129", "shape": "dot", "size": 10}, {"id": "DB00309", "label": "DB00309", "shape": "dot", "size": 10}, {"id": "C4281785", "label": "C4281785", "shape": "dot", "size": 10}, {"id": "DB00425", "label": "DB00425", "shape": "dot", "size": 10}, {"id": "DB00474", "label": "DB00474", "shape": "dot", "size": 10}, {"id": "DB01240", "label": "DB01240", "shape": "dot", "size": 10}, {"id": "DB00745", "label": "DB00745", "shape": "dot", "size": 10}, {"id": "DB01367", "label": "DB01367", "shape": "dot", "size": 10}, {"id": "C0270844", "label": "C0270844", "shape": "dot", "size": 10}, {"id": "DB01080", "label": "DB01080", "shape": "dot", "size": 10}, {"id": "DB00733", "label": "DB00733", "shape": "dot", "size": 10}, {"id": "C0268583", "label": "C0268583", "shape": "dot", "size": 10}, {"id": "C0376634", "label": "C0376634", "shape": "dot", "size": 10}, {"id": "C0333233", "label": "C0333233", "shape": "dot", "size": 10}, {"id": "DB00193", "label": "DB00193", "shape": "dot", "size": 10}, {"id": "C0026552", "label": "C0026552", "shape": "dot", "size": 10}, {"id": "DB00921", "label": "DB00921", "shape": "dot", "size": 10}, {"id": "C0032796", "label": "C0032796", "shape": "dot", "size": 10}, {"id": "C0040136", "label": "C0040136", "shape": "dot", "size": 10}, {"id": "DB00276", "label": "DB00276", "shape": "dot", "size": 10}, {"id": "C0039070", "label": "C0039070", "shape": "dot", "size": 10}, {"id": "DB00598", "label": "DB00598", "shape": "dot", "size": 10}, {"id": "C0877781", "label": "C0877781", "shape": "dot", "size": 10}, {"id": "DB00433", "label": "DB00433", "shape": "dot", "size": 10}, {"id": "C0549463", "label": "C0549463", "shape": "dot", "size": 10}, {"id": "DB00763", "label": "DB00763", "shape": "dot", "size": 10}, {"id": "C2676271", "label": "C2676271", "shape": "dot", "size": 10}, {"id": "DB00457", "label": "DB00457", "shape": "dot", "size": 10}, {"id": "DB00887", "label": "DB00887", "shape": "dot", "size": 10}, {"id": "C0750900", "label": "C0750900", "shape": "dot", "size": 10}, {"id": "DB00983", "label": "DB00983", "shape": "dot", "size": 10}, {"id": "C0026640", "label": "C0026640", "shape": "dot", "size": 10}, {"id": "C2931673", "label": "C2931673", "shape": "dot", "size": 10}, {"id": "DB02546", "label": "DB02546", "shape": "dot", "size": 10}, {"id": "C0019829", "label": "C0019829", "shape": "dot", "size": 10}, {"id": "DB00770", "label": "DB00770", "shape": "dot", "size": 10}, {"id": "C0919267", "label": "C0919267", "shape": "dot", "size": 10}, {"id": "DB01156", "label": "DB01156", "shape": "dot", "size": 10}, {"id": "C0376544", "label": "C0376544", "shape": "dot", "size": 10}, {"id": "C4551993", "label": "C4551993", "shape": "dot", "size": 10}, {"id": "C0001206", "label": "C0001206", "shape": "dot", "size": 10}, {"id": "DB00050", "label": "DB00050", "shape": "dot", "size": 10}, {"id": "C2717884", "label": "C2717884", "shape": "dot", "size": 10}, {"id": "C0235874", "label": "C0235874", "shape": "dot", "size": 10}, {"id": "C0024312", "label": "C0024312", "shape": "dot", "size": 10}, {"id": "DB00820", "label": "DB00820", "shape": "dot", "size": 10}, {"id": "C0006111", "label": "C0006111", "shape": "dot", "size": 10}, {"id": "DB00378", "label": "DB00378", "shape": "dot", "size": 10}, {"id": "C0236795", "label": "C0236795", "shape": "dot", "size": 10}, {"id": "DB01229", "label": "DB01229", "shape": "dot", "size": 10}, {"id": "C0458257", "label": "C0458257", "shape": "dot", "size": 10}, {"id": "DB04786", "label": "DB04786", "shape": "dot", "size": 10}, {"id": "DB01212", "label": "DB01212", "shape": "dot", "size": 10}, {"id": "C0022593", "label": "C0022593", "shape": "dot", "size": 10}, {"id": "DB00312", "label": "DB00312", "shape": "dot", "size": 10}, {"id": "DB00529", "label": "DB00529", "shape": "dot", "size": 10}, {"id": "C0037221", "label": "C0037221", "shape": "dot", "size": 10}, {"id": "DB00682", "label": "DB00682", "shape": "dot", "size": 10}, {"id": "C0013949", "label": "C0013949", "shape": "dot", "size": 10}, {"id": "C0751845", "label": "C0751845", "shape": "dot", "size": 10}, {"id": "DB01395", "label": "DB01395", "shape": "dot", "size": 10}, {"id": "C0751025", "label": "C0751025", "shape": "dot", "size": 10}, {"id": "DB00206", "label": "DB00206", "shape": "dot", "size": 10}, {"id": "C0028797", "label": "C0028797", "shape": "dot", "size": 10}, {"id": "C0020538", "label": "C0020538", "shape": "dot", "size": 10}, {"id": "DB00393", "label": "DB00393", "shape": "dot", "size": 10}, {"id": "DB00934", "label": "DB00934", "shape": "dot", "size": 10}, {"id": "C0032231", "label": "C0032231", "shape": "dot", "size": 10}, {"id": "DB01399", "label": "DB01399", "shape": "dot", "size": 10}, {"id": "DB01427", "label": "DB01427", "shape": "dot", "size": 10}, {"id": "C0751571", "label": "C0751571", "shape": "dot", "size": 10}, {"id": "DB00712", "label": "DB00712", "shape": "dot", "size": 10}, {"id": "C3495874", "label": "C3495874", "shape": "dot", "size": 10}, {"id": "C0576612", "label": "C0576612", "shape": "dot", "size": 10}, {"id": "DB00968", "label": "DB00968", "shape": "dot", "size": 10}, {"id": "C0271686", "label": "C0271686", "shape": "dot", "size": 10}, {"id": "DB01005", "label": "DB01005", "shape": "dot", "size": 10}, {"id": "C0394007", "label": "C0394007", "shape": "dot", "size": 10}, {"id": "DB00281", "label": "DB00281", "shape": "dot", "size": 10}, {"id": "C0041696", "label": "C0041696", "shape": "dot", "size": 10}, {"id": "DB00342", "label": "DB00342", "shape": "dot", "size": 10}, {"id": "C0751496", "label": "C0751496", "shape": "dot", "size": 10}, {"id": "C0750907", "label": "C0750907", "shape": "dot", "size": 10}, {"id": "DB01205", "label": "DB01205", "shape": "dot", "size": 10}, {"id": "C0008370", "label": "C0008370", "shape": "dot", "size": 10}, {"id": "DB00722", "label": "DB00722", "shape": "dot", "size": 10}, {"id": "C0010200", "label": "C0010200", "shape": "dot", "size": 10}, {"id": "C0549473", "label": "C0549473", "shape": "dot", "size": 10}, {"id": "DB01126", "label": "DB01126", "shape": "dot", "size": 10}, {"id": "C0003873", "label": "C0003873", "shape": "dot", "size": 10}, {"id": "DB00083", "label": "DB00083", "shape": "dot", "size": 10}, {"id": "C0036690", "label": "C0036690", "shape": "dot", "size": 10}, {"id": "DB01261", "label": "DB01261", "shape": "dot", "size": 10}, {"id": "C1330966", "label": "C1330966", "shape": "dot", "size": 10}, {"id": "C0027806", "label": "C0027806", "shape": "dot", "size": 10}, {"id": "DB00466", "label": "DB00466", "shape": "dot", "size": 10}, {"id": "C0153349", "label": "C0153349", "shape": "dot", "size": 10}, {"id": "DB00580", "label": "DB00580", "shape": "dot", "size": 10}, {"id": "C0002395", "label": "C0002395", "shape": "dot", "size": 10}, {"id": "C0544796", "label": "C0544796", "shape": "dot", "size": 10}, {"id": "DB00961", "label": "DB00961", "shape": "dot", "size": 10}, {"id": "C0751295", "label": "C0751295", "shape": "dot", "size": 10}, {"id": "DB01024", "label": "DB01024", "shape": "dot", "size": 10}, {"id": "C0751956", "label": "C0751956", "shape": "dot", "size": 10}, {"id": "DB00800", "label": "DB00800", "shape": "dot", "size": 10}, {"id": "C0751505", "label": "C0751505", "shape": "dot", "size": 10}, {"id": "DB00875", "label": "DB00875", "shape": "dot", "size": 10}, {"id": "C0038587", "label": "C0038587", "shape": "dot", "size": 10}, {"id": "DB00950", "label": "DB00950", "shape": "dot", "size": 10}, {"id": "C0027404", "label": "C0027404", "shape": "dot", "size": 10}, {"id": "DB01215", "label": "DB01215", "shape": "dot", "size": 10}, {"id": "C1261473", "label": "C1261473", "shape": "dot", "size": 10}, {"id": "DB00812", "label": "DB00812", "shape": "dot", "size": 10}, {"id": "C0887799", "label": "C0887799", "shape": "dot", "size": 10}, {"id": "DB00492", "label": "DB00492", "shape": "dot", "size": 10}, {"id": "C0003129", "label": "C0003129", "shape": "dot", "size": 10}, {"id": "DB00367", "label": "DB00367", "shape": "dot", "size": 10}, {"id": "C0019693", "label": "C0019693", "shape": "dot", "size": 10}, {"id": "C0751212", "label": "C0751212", "shape": "dot", "size": 10}, {"id": "DB00673", "label": "DB00673", "shape": "dot", "size": 10}, {"id": "C0340375", "label": "C0340375", "shape": "dot", "size": 10}, {"id": "DB00648", "label": "DB00648", "shape": "dot", "size": 10}]);
edges = new vis.DataSet([{"from": "C0751351", "to": "DB00537", "weight": 1}, {"from": "C0751351", "to": "DB01233", "weight": 1}, {"from": "C0751351", "to": "DB00292", "weight": 1}, {"from": "DB00537", "to": "C0038870", "weight": 1}, {"from": "DB00537", "to": "C0002880", "weight": 1}, {"from": "C0027873", "to": "DB00563", "weight": 1}, {"from": "DB00563", "to": "C0238065", "weight": 1}, {"from": "DB00563", "to": "C0013720", "weight": 1}, {"from": "DB00563", "to": "C0751645", "weight": 1}, {"from": "DB00563", "to": "C1842930", "weight": 1}, {"from": "C0869523", "to": "DB00481", "weight": 1}, {"from": "C0869523", "to": "DB00624", "weight": 1}, {"from": "DB00481", "to": "C0410226", "weight": 1}, {"from": "DB00481", "to": "C4721509", "weight": 1}, {"from": "DB00481", "to": "C0023896", "weight": 1}, {"from": "C0018524", "to": "DB00295", "weight": 1}, {"from": "DB00295", "to": "C0205648", "weight": 1}, {"from": "DB00295", "to": "C0024314", "weight": 1}, {"from": "DB00295", "to": "C0032617", "weight": 1}, {"from": "C0278510", "to": "DB00533", "weight": 1}, {"from": "DB00533", "to": "C0751362", "weight": 1}, {"from": "C0334605", "to": "DB00170", "weight": 1}, {"from": "C0334605", "to": "DB00619", "weight": 1}, {"from": "DB00170", "to": "C0022665", "weight": 1}, {"from": "DB00170", "to": "C0751918", "weight": 1}, {"from": "DB00170", "to": "C1527231", "weight": 1}, {"from": "DB00170", "to": "C0018671", "weight": 1}, {"from": "DB00170", "to": "C1848201", "weight": 1}, {"from": "DB00170", "to": "C0751708", "weight": 1}, {"from": "DB00170", "to": "C0020480", "weight": 1}, {"from": "C0029422", "to": "DB01132", "weight": 1}, {"from": "DB01132", "to": "C1720779", "weight": 1}, {"from": "DB01132", "to": "C2607914", "weight": 1}, {"from": "C0007097", "to": "DB00491", "weight": 1}, {"from": "C0007097", "to": "DB00357", "weight": 1}, {"from": "C0020437", "to": "DB00321", "weight": 1}, {"from": "DB00321", "to": "C0003469", "weight": 1}, {"from": "C0038870", "to": "DB00391", "weight": 1}, {"from": "C0750920", "to": "DB00313", "weight": 1}, {"from": "DB00313", "to": "C0162674", "weight": 1}, {"from": "DB00313", "to": "C0751640", "weight": 1}, {"from": "DB00313", "to": "C0010074", "weight": 1}, {"from": "DB00313", "to": "C1836635", "weight": 1}, {"from": "DB00313", "to": "C0030779", "weight": 1}, {"from": "DB00313", "to": "C1836706", "weight": 1}, {"from": "DB00313", "to": "C2751584", "weight": 1}, {"from": "DB00313", "to": "C0024530", "weight": 1}, {"from": "C0011052", "to": "DB01234", "weight": 1}, {"from": "DB01234", "to": "C1720821", "weight": 1}, {"from": "DB01234", "to": "C0001787", "weight": 1}, {"from": "DB01234", "to": "C2673196", "weight": 1}, {"from": "DB01234", "to": "C0085128", "weight": 1}, {"from": "DB01234", "to": "C1961099", "weight": 1}, {"from": "DB01234", "to": "C0079218", "weight": 1}, {"from": "C0751510", "to": "DB01085", "weight": 1}, {"from": "DB01085", "to": "C0270736", "weight": 1}, {"from": "C0751008", "to": "DB00695", "weight": 1}, {"from": "DB00695", "to": "C0242380", "weight": 1}, {"from": "DB00695", "to": "C0206726", "weight": 1}, {"from": "DB00695", "to": "C2931132", "weight": 1}, {"from": "DB00695", "to": "C0023487", "weight": 1}, {"from": "C0023186", "to": "DB00368", "weight": 1}, {"from": "DB00368", "to": "C0887833", "weight": 1}, {"from": "C0029459", "to": "DB01211", "weight": 1}, {"from": "C0029459", "to": "DB00214", "weight": 1}, {"from": "C0029459", "to": "DB00928", "weight": 1}, {"from": "DB01211", "to": "C0086445", "weight": 1}, {"from": "DB01211", "to": "C0750936", "weight": 1}, {"from": "DB01211", "to": "C0011860", "weight": 1}, {"from": "C4704884", "to": "DB00564", "weight": 1}, {"from": "C4277533", "to": "DB01268", "weight": 1}, {"from": "DB01268", "to": "C0027055", "weight": 1}, {"from": "DB01268", "to": "C0431663", "weight": 1}, {"from": "C0334580", "to": "DB00317", "weight": 1}, {"from": "DB00317", "to": "C0002736", "weight": 1}, {"from": "C0751524", "to": "DB00459", "weight": 1}, {"from": "DB00459", "to": "C0234300", "weight": 1}, {"from": "C1527390", "to": "DB00715", "weight": 1}, {"from": "C1527390", "to": "DB01174", "weight": 1}, {"from": "C0751481", "to": "DB01393", "weight": 1}, {"from": "DB01393", "to": "C0242380", "weight": 1}, {"from": "C0205713", "to": "DB00759", "weight": 1}, {"from": "DB00759", "to": "C2936445", "weight": 1}, {"from": "DB00759", "to": "C0268568", "weight": 1}, {"from": "DB00759", "to": "C1857574", "weight": 1}, {"from": "DB00759", "to": "C0234238", "weight": 1}, {"from": "DB00759", "to": "C0235031", "weight": 1}, {"from": "C0243050", "to": "DB00331", "weight": 1}, {"from": "DB00331", "to": "C0234305", "weight": 1}, {"from": "DB00331", "to": "C0423711", "weight": 1}, {"from": "C0751958", "to": "DB00795", "weight": 1}, {"from": "DB00795", "to": "C0032230", "weight": 1}, {"from": "C0175683", "to": "DB00755", "weight": 1}, {"from": "DB00755", "to": "C0936261", "weight": 1}, {"from": "DB00755", "to": "C0454606", "weight": 1}, {"from": "DB00755", "to": "C0685837", "weight": 1}, {"from": "DB00755", "to": "C0206141", "weight": 1}, {"from": "DB00755", "to": "C0018798", "weight": 1}, {"from": "DB00755", "to": "C0751604", "weight": 1}, {"from": "DB00755", "to": "C1843816", "weight": 1}, {"from": "C0752105", "to": "DB01452", "weight": 1}, {"from": "DB01452", "to": "C0271708", "weight": 1}, {"from": "DB01452", "to": "C1621958", "weight": 1}, {"from": "C0936261", "to": "DB01169", "weight": 1}, {"from": "C0427086", "to": "DB00593", "weight": 1}, {"from": "DB00593", "to": "C2239176", "weight": 1}, {"from": "DB00593", "to": "C4552765", "weight": 1}, {"from": "C0003123", "to": "DB00903", "weight": 1}, {"from": "C0019156", "to": "DB00641", "weight": 1}, {"from": "DB00641", "to": "C0009081", "weight": 1}, {"from": "DB00641", "to": "C0010674", "weight": 1}, {"from": "DB00641", "to": "C1851536", "weight": 1}, {"from": "DB00641", "to": "C1836373", "weight": 1}, {"from": "DB00641", "to": "C0079301", "weight": 1}, {"from": "C0011574", "to": "DB00550", "weight": 1}, {"from": "DB00550", "to": "C0852036", "weight": 1}, {"from": "DB00550", "to": "C3489724", "weight": 1}, {"from": "DB00550", "to": "C0023904", "weight": 1}, {"from": "DB00550", "to": "C0558846", "weight": 1}, {"from": "DB00550", "to": "C0376323", "weight": 1}, {"from": "C0032045", "to": "DB00753", "weight": 1}, {"from": "DB00753", "to": "C0235574", "weight": 1}, {"from": "DB00753", "to": "C0398689", "weight": 1}, {"from": "DB00753", "to": "C0086404", "weight": 1}, {"from": "C0020522", "to": "DB00945", "weight": 1}, {"from": "DB00945", "to": "C0751500", "weight": 1}, {"from": "C1853926", "to": "DB00499", "weight": 1}, {"from": "DB00499", "to": "C0086652", "weight": 1}, {"from": "DB00499", "to": "C1969342", "weight": 1}, {"from": "DB00499", "to": "C0206245", "weight": 1}, {"from": "DB00499", "to": "C0039231", "weight": 1}, {"from": "DB00499", "to": "C1275126", "weight": 1}, {"from": "DB00499", "to": "C1835817", "weight": 1}, {"from": "DB00499", "to": "C0035334", "weight": 1}, {"from": "C0752048", "to": "DB01032", "weight": 1}, {"from": "DB01032", "to": "C0600327", "weight": 1}, {"from": "DB01032", "to": "C0027720", "weight": 1}, {"from": "C0004509", "to": "DB00014", "weight": 1}, {"from": "C0003869", "to": "DB01016", "weight": 1}, {"from": "C0003869", "to": "DB01110", "weight": 1}, {"from": "C0032285", "to": "DB01092", "weight": 1}, {"from": "DB01092", "to": "C0750945", "weight": 1}, {"from": "C0751293", "to": "DB00773", "weight": 1}, {"from": "C0751293", "to": "DB00501", "weight": 1}, {"from": "DB00773", "to": "C4552070", "weight": 1}, {"from": "DB00773", "to": "C0016722", "weight": 1}, {"from": "C0242461", "to": "DB01174", "weight": 1}, {"from": "DB01174", "to": "C0154682", "weight": 1}, {"from": "DB01174", "to": "C0013362", "weight": 1}, {"from": "DB01174", "to": "C0554591", "weight": 1}, {"from": "DB01174", "to": "C2700553", "weight": 1}, {"from": "C0086743", "to": "DB00953", "weight": 1}, {"from": "C0020649", "to": "DB00370", "weight": 1}, {"from": "C0020649", "to": "DB00699", "weight": 1}, {"from": "C0751477", "to": "DB00877", "weight": 1}, {"from": "DB00877", "to": "C4048328", "weight": 1}, {"from": "C1257877", "to": "DB00248", "weight": 1}, {"from": "C0025237", "to": "DB00675", "weight": 1}, {"from": "C0025237", "to": "DB00995", "weight": 1}, {"from": "DB00675", "to": "C0751643", "weight": 1}, {"from": "C0002965", "to": "DB00829", "weight": 1}, {"from": "C0267071", "to": "DB00502", "weight": 1}, {"from": "C0267071", "to": "DB00186", "weight": 1}, {"from": "DB00502", "to": "C0079218", "weight": 1}, {"from": "DB00502", "to": "C2350170", "weight": 1}, {"from": "C0038015", "to": "DB00541", "weight": 1}, {"from": "DB00541", "to": "C0036529", "weight": 1}, {"from": "DB00541", "to": "C0037299", "weight": 1}, {"from": "DB00541", "to": "C0151786", "weight": 1}, {"from": "C0022665", "to": "DB00411", "weight": 1}, {"from": "C4277682", "to": "DB00400", "weight": 1}, {"from": "DB00400", "to": "C1145670", "weight": 1}, {"from": "C0027627", "to": "DB00493", "weight": 1}, {"from": "C0007222", "to": "DB00960", "weight": 1}, {"from": "DB00960", "to": "C0751407", "weight": 1}, {"from": "C0281784", "to": "DB01065", "weight": 1}, {"from": "DB01065", "to": "C0010054", "weight": 1}, {"from": "DB01065", "to": "C0019269", "weight": 1}, {"from": "DB01065", "to": "C0236735", "weight": 1}, {"from": "C0031192", "to": "DB01169", "weight": 1}, {"from": "DB01169", "to": "C0005967", "weight": 1}, {"from": "DB01169", "to": "C0751377", "weight": 1}, {"from": "DB01169", "to": "C0751595", "weight": 1}, {"from": "C1846142", "to": "DB00136", "weight": 1}, {"from": "DB00136", "to": "C0038013", "weight": 1}, {"from": "DB00136", "to": "C0003493", "weight": 1}, {"from": "DB00136", "to": "C0085548", "weight": 1}, {"from": "DB00136", "to": "C0920269", "weight": 1}, {"from": "DB00136", "to": "C0339693", "weight": 1}, {"from": "C0014549", "to": "DB00363", "weight": 1}, {"from": "C0014549", "to": "DB04743", "weight": 1}, {"from": "DB00363", "to": "C0231688", "weight": 1}, {"from": "DB00363", "to": "C0003130", "weight": 1}, {"from": "DB00363", "to": "C0007370", "weight": 1}, {"from": "DB00363", "to": "C0472383", "weight": 1}, {"from": "DB00363", "to": "C1720859", "weight": 1}, {"from": "C0004045", "to": "DB00279", "weight": 1}, {"from": "C0004045", "to": "DB01628", "weight": 1}, {"from": "DB00279", "to": "C0423712", "weight": 1}, {"from": "C1527383", "to": "DB00244", "weight": 1}, {"from": "C1527383", "to": "DB00871", "weight": 1}, {"from": "DB00244", "to": "C1704321", "weight": 1}, {"from": "C0011265", "to": "DB01238", "weight": 1}, {"from": "C0011265", "to": "DB01015", "weight": 1}, {"from": "DB01238", "to": "C0009806", "weight": 1}, {"from": "DB01238", "to": "C0012236", "weight": 1}, {"from": "C0949804", "to": "DB00864", "weight": 1}, {"from": "DB00864", "to": "C0149519", "weight": 1}, {"from": "DB00864", "to": "C0751471", "weight": 1}, {"from": "DB00864", "to": "C0742803", "weight": 1}, {"from": "DB00864", "to": "C0751111", "weight": 1}, {"from": "DB00864", "to": "C0043094", "weight": 1}, {"from": "C1969342", "to": "DB00188", "weight": 1}, {"from": "C0270858", "to": "DB00197", "weight": 1}, {"from": "C0270858", "to": "DB01128", "weight": 1}, {"from": "C0270858", "to": "DB00588", "weight": 1}, {"from": "DB00197", "to": "C0023440", "weight": 1}, {"from": "DB00197", "to": "C0011854", "weight": 1}, {"from": "DB00197", "to": "C0042386", "weight": 1}, {"from": "DB00197", "to": "C2931833", "weight": 1}, {"from": "DB00197", "to": "C3645711", "weight": 1}, {"from": "C0024668", "to": "DB01285", "weight": 1}, {"from": "C0024668", "to": "DB00656", "weight": 1}, {"from": "C0024668", "to": "DB00727", "weight": 1}, {"from": "C0393590", "to": "DB00898", "weight": 1}, {"from": "DB00898", "to": "C0920269", "weight": 1}, {"from": "DB00898", "to": "C2931196", "weight": 1}, {"from": "DB00898", "to": "C0751001", "weight": 1}, {"from": "DB00898", "to": "C0027051", "weight": 1}, {"from": "DB00898", "to": "C0006079", "weight": 1}, {"from": "DB00898", "to": "C0973461", "weight": 1}, {"from": "DB00898", "to": "C0205766", "weight": 1}, {"from": "DB00898", "to": "C0038362", "weight": 1}, {"from": "DB00898", "to": "C0339730", "weight": 1}, {"from": "C4083212", "to": "DB00501", "weight": 1}, {"from": "C4083212", "to": "DB00334", "weight": 1}, {"from": "C0027626", "to": "DB01029", "weight": 1}, {"from": "DB01029", "to": "C1563731", "weight": 1}, {"from": "DB01029", "to": "C0031154", "weight": 1}, {"from": "C1504412", "to": "DB00723", "weight": 1}, {"from": "C0920269", "to": "DB01166", "weight": 1}, {"from": "C0027794", "to": "DB00257", "weight": 1}, {"from": "C0342257", "to": "DB00255", "weight": 1}, {"from": "DB00255", "to": "C0263372", "weight": 1}, {"from": "DB00255", "to": "C3494162", "weight": 1}, {"from": "DB00255", "to": "C0422852", "weight": 1}, {"from": "DB00255", "to": "C0750990", "weight": 1}, {"from": "C0424072", "to": "DB00215", "weight": 1}, {"from": "C0424072", "to": "DB01036", "weight": 1}, {"from": "DB00215", "to": "C0751365", "weight": 1}, {"from": "C0036220", "to": "DB00063", "weight": 1}, {"from": "DB00063", "to": "C0025290", "weight": 1}, {"from": "C1321905", "to": "DB00679", "weight": 1}, {"from": "C0040053", "to": "DB01437", "weight": 1}, {"from": "C0040053", "to": "DB00928", "weight": 1}, {"from": "DB01437", "to": "C1257963", "weight": 1}, {"from": "C0030246", "to": "DB00657", "weight": 1}, {"from": "C0030246", "to": "DB00182", "weight": 1}, {"from": "C0030246", "to": "DB00179", "weight": 1}, {"from": "DB00657", "to": "C1565951", "weight": 1}, {"from": "DB00657", "to": "C0205945", "weight": 1}, {"from": "C0751324", "to": "DB00670", "weight": 1}, {"from": "C0009171", "to": "DB01576", "weight": 1}, {"from": "C0242379", "to": "DB00740", "weight": 1}, {"from": "C0242379", "to": "DB00669", "weight": 1}, {"from": "C0524620", "to": "DB00323", "weight": 1}, {"from": "C0524620", "to": "DB01073", "weight": 1}, {"from": "C0751265", "to": "DB00532", "weight": 1}, {"from": "C0751265", "to": "DB00480", "weight": 1}, {"from": "C0020500", "to": "DB01028", "weight": 1}, {"from": "C0020500", "to": "DB00595", "weight": 1}, {"from": "C0751557", "to": "DB00780", "weight": 1}, {"from": "DB00780", "to": "C0008031", "weight": 1}, {"from": "C1720796", "to": "DB01041", "weight": 1}, {"from": "DB01041", "to": "C0019284", "weight": 1}, {"from": "DB01041", "to": "C0242973", "weight": 1}, {"from": "DB01041", "to": "C0751478", "weight": 1}, {"from": "DB01041", "to": "C0149931", "weight": 1}, {"from": "DB01041", "to": "C0265357", "weight": 1}, {"from": "DB00391", "to": "C0751214", "weight": 1}, {"from": "C0006826", "to": "DB00277", "weight": 1}, {"from": "DB00277", "to": "C0423618", "weight": 1}, {"from": "DB00277", "to": "C0949496", "weight": 1}, {"from": "DB00277", "to": "C2751584", "weight": 1}, {"from": "DB00277", "to": "C0205642", "weight": 1}, {"from": "DB00277", "to": "C0751186", "weight": 1}, {"from": "C0751483", "to": "DB00685", "weight": 1}, {"from": "DB00685", "to": "C0014866", "weight": 1}, {"from": "DB00685", "to": "C0235480", "weight": 1}, {"from": "DB00685", "to": "C0344479", "weight": 1}, {"from": "DB00685", "to": "C0702169", "weight": 1}, {"from": "C0007113", "to": "DB00448", "weight": 1}, {"from": "DB00448", "to": "C0024143", "weight": 1}, {"from": "DB00448", "to": "C0018798", "weight": 1}, {"from": "DB00448", "to": "C0342302", "weight": 1}, {"from": "C0162848", "to": "DB00530", "weight": 1}, {"from": "C0162848", "to": "DB01119", "weight": 1}, {"from": "DB00530", "to": "C0011615", "weight": 1}, {"from": "C0019187", "to": "DB00822", "weight": 1}, {"from": "DB00822", "to": "C0026896", "weight": 1}, {"from": "C0025568", "to": "DB00772", "weight": 1}, {"from": "C0025568", "to": "DB00178", "weight": 1}, {"from": "DB00772", "to": "C1719672", "weight": 1}, {"from": "DB00772", "to": "C0085207", "weight": 1}, {"from": "C0333641", "to": "DB00818", "weight": 1}, {"from": "C1619692", "to": "DB00584", "weight": 1}, {"from": "DB00584", "to": "C0162316", "weight": 1}, {"from": "DB00584", "to": "C0393672", "weight": 1}, {"from": "DB00584", "to": "C0333355", "weight": 1}, {"from": "DB00584", "to": "C3489726", "weight": 1}, {"from": "DB00584", "to": "C0018675", "weight": 1}, {"from": "C1112486", "to": "DB01483", "weight": 1}, {"from": "DB01483", "to": "C0038356", "weight": 1}, {"from": "C0750906", "to": "DB01199", "weight": 1}, {"from": "C1269683", "to": "DB00472", "weight": 1}, {"from": "DB00472", "to": "C2718076", "weight": 1}, {"from": "C1861922", "to": "DB01262", "weight": 1}, {"from": "C1861922", "to": "DB02701", "weight": 1}, {"from": "DB01262", "to": "C1456865", "weight": 1}, {"from": "DB01262", "to": "C1527366", "weight": 1}, {"from": "C0153633", "to": "DB01151", "weight": 1}, {"from": "DB01151", "to": "C0340288", "weight": 1}, {"from": "C0031039", "to": "DB00266", "weight": 1}, {"from": "DB00266", "to": "C0036457", "weight": 1}, {"from": "DB00266", "to": "C0036980", "weight": 1}, {"from": "DB00266", "to": "C0011644", "weight": 1}, {"from": "C1368275", "to": "DB01407", "weight": 1}, {"from": "DB01407", "to": "C1961102", "weight": 1}, {"from": "DB01407", "to": "C0013182", "weight": 1}, {"from": "C0011884", "to": "DB01166", "weight": 1}, {"from": "C0011884", "to": "DB00790", "weight": 1}, {"from": "C0011884", "to": "DB00741", "weight": 1}, {"from": "DB01166", "to": "C0008313", "weight": 1}, {"from": "C0751262", "to": "DB00652", "weight": 1}, {"from": "C0751262", "to": "DB00227", "weight": 1}, {"from": "DB00652", "to": "C0026848", "weight": 1}, {"from": "C0085700", "to": "DB01115", "weight": 1}, {"from": "C0040128", "to": "DB00783", "weight": 1}, {"from": "DB00783", "to": "C0220704", "weight": 1}, {"from": "DB00783", "to": "C0017160", "weight": 1}, {"from": "DB00783", "to": "C3711645", "weight": 1}, {"from": "DB00783", "to": "C1834692", "weight": 1}, {"from": "DB00783", "to": "C4317109", "weight": 1}, {"from": "DB00783", "to": "C3494522", "weight": 1}, {"from": "C0149519", "to": "DB00201", "weight": 1}, {"from": "C0149519", "to": "DB00788", "weight": 1}, {"from": "C0001175", "to": "DB00678", "weight": 1}, {"from": "DB00678", "to": "C3714756", "weight": 1}, {"from": "DB00678", "to": "C0000786", "weight": 1}, {"from": "C0553767", "to": "DB01235", "weight": 1}, {"from": "DB01235", "to": "C1565321", "weight": 1}, {"from": "C1266043", "to": "DB00559", "weight": 1}, {"from": "DB00559", "to": "C0751406", "weight": 1}, {"from": "DB00559", "to": "C3888104", "weight": 1}, {"from": "DB00559", "to": "C3542500", "weight": 1}, {"from": "C0029089", "to": "DB00091", "weight": 1}, {"from": "DB00091", "to": "C0036202", "weight": 1}, {"from": "DB00091", "to": "C1879312", "weight": 1}, {"from": "DB00091", "to": "C1456784", "weight": 1}, {"from": "DB00091", "to": "C0393807", "weight": 1}, {"from": "DB00091", "to": "C1519176", "weight": 1}, {"from": "DB00091", "to": "C0007286", "weight": 1}, {"from": "C1845366", "to": "DB00624", "weight": 1}, {"from": "DB00624", "to": "C0010709", "weight": 1}, {"from": "DB00624", "to": "C0206693", "weight": 1}, {"from": "DB00624", "to": "C4721507", "weight": 1}, {"from": "C0751327", "to": "DB01173", "weight": 1}, {"from": "C0422855", "to": "DB01408", "weight": 1}, {"from": "C0422855", "to": "DB00747", "weight": 1}, {"from": "C0011609", "to": "DB01454", "weight": 1}, {"from": "C0011609", "to": "DB01331", "weight": 1}, {"from": "DB01454", "to": "C0268247", "weight": 1}, {"from": "DB01454", "to": "C2936783", "weight": 1}, {"from": "DB01454", "to": "C0751778", "weight": 1}, {"from": "DB01454", "to": "C0003756", "weight": 1}, {"from": "DB01454", "to": "C0206711", "weight": 1}, {"from": "DB01454", "to": "C0037116", "weight": 1}, {"from": "C0393734", "to": "DB00752", "weight": 1}, {"from": "C0393734", "to": "DB01108", "weight": 1}, {"from": "DB00752", "to": "C0038220", "weight": 1}, {"from": "C0033575", "to": "DB00622", "weight": 1}, {"from": "DB00622", "to": "C0678202", "weight": 1}, {"from": "C1857395", "to": "DB00709", "weight": 1}, {"from": "DB00709", "to": "C0020443", "weight": 1}, {"from": "C4049650", "to": "DB00396", "weight": 1}, {"from": "DB00396", "to": "C0751251", "weight": 1}, {"from": "DB00396", "to": "C0009405", "weight": 1}, {"from": "DB00396", "to": "C3887506", "weight": 1}, {"from": "DB00396", "to": "C0025149", "weight": 1}, {"from": "C0038586", "to": "DB00431", "weight": 1}, {"from": "DB00431", "to": "C1846331", "weight": 1}, {"from": "DB00431", "to": "C0262584", "weight": 1}, {"from": "C0751851", "to": "DB04573", "weight": 1}, {"from": "C0751851", "to": "DB00571", "weight": 1}, {"from": "DB04573", "to": "C0030286", "weight": 1}, {"from": "DB04573", "to": "C0263477", "weight": 1}, {"from": "DB04573", "to": "C0023601", "weight": 1}, {"from": "DB04573", "to": "C0086873", "weight": 1}, {"from": "C0151744", "to": "DB00811", "weight": 1}, {"from": "C0151744", "to": "DB01075", "weight": 1}, {"from": "C0030286", "to": "DB01120", "weight": 1}, {"from": "C1721005", "to": "DB00977", "weight": 1}, {"from": "DB00977", "to": "C0740302", "weight": 1}, {"from": "DB00977", "to": "C0011848", "weight": 1}, {"from": "DB00977", "to": "C0015393", "weight": 1}, {"from": "DB00977", "to": "C0152025", "weight": 1}, {"from": "C0002879", "to": "DB00382", "weight": 1}, {"from": "C0427177", "to": "DB00328", "weight": 1}, {"from": "DB00328", "to": "C0162672", "weight": 1}, {"from": "DB00328", "to": "C1257964", "weight": 1}, {"from": "C0033937", "to": "DB00655", "weight": 1}, {"from": "C0033937", "to": "DB00644", "weight": 1}, {"from": "DB00655", "to": "C1384408", "weight": 1}, {"from": "DB00655", "to": "C0025945", "weight": 1}, {"from": "DB00655", "to": "C0014175", "weight": 1}, {"from": "C0036920", "to": "DB01956", "weight": 1}, {"from": "DB01956", "to": "C0852283", "weight": 1}, {"from": "DB01956", "to": "C0004763", "weight": 1}, {"from": "C0018273", "to": "DB01037", "weight": 1}, {"from": "C0149721", "to": "DB00184", "weight": 1}, {"from": "DB00184", "to": "C0020507", "weight": 1}, {"from": "DB00184", "to": "C0023897", "weight": 1}, {"from": "DB00201", "to": "C1565951", "weight": 1}, {"from": "DB00201", "to": "C0024591", "weight": 1}, {"from": "DB00201", "to": "C3645536", "weight": 1}, {"from": "DB00201", "to": "C0205643", "weight": 1}, {"from": "C4721509", "to": "DB01048", "weight": 1}, {"from": "C0006267", "to": "DB00282", "weight": 1}, {"from": "DB00282", "to": "C0030297", "weight": 1}, {"from": "DB00282", "to": "C0750969", "weight": 1}, {"from": "C0027533", "to": "DB00179", "weight": 1}, {"from": "DB00179", "to": "C0751012", "weight": 1}, {"from": "DB00179", "to": "C0019064", "weight": 1}, {"from": "C0038273", "to": "DB00572", "weight": 1}, {"from": "DB00572", "to": "C0017636", "weight": 1}, {"from": "DB00572", "to": "C0086237", "weight": 1}, {"from": "DB00572", "to": "C1879321", "weight": 1}, {"from": "C0751523", "to": "DB00252", "weight": 1}, {"from": "C0751523", "to": "DB00573", "weight": 1}, {"from": "DB00252", "to": "C0013384", "weight": 1}, {"from": "C4505436", "to": "DB01114", "weight": 1}, {"from": "C4505436", "to": "DB01535", "weight": 1}, {"from": "C4505436", "to": "DB00807", "weight": 1}, {"from": "C0009324", "to": "DB00570", "weight": 1}, {"from": "C0009324", "to": "DB00669", "weight": 1}, {"from": "DB00570", "to": "C1862939", "weight": 1}, {"from": "DB00570", "to": "C0205648", "weight": 1}, {"from": "C0236969", "to": "DB01128", "weight": 1}, {"from": "C0236969", "to": "DB01242", "weight": 1}, {"from": "DB01128", "to": "C0751410", "weight": 1}, {"from": "DB01128", "to": "C0152426", "weight": 1}, {"from": "DB01128", "to": "C0269102", "weight": 1}, {"from": "C0342853", "to": "DB00316", "weight": 1}, {"from": "DB00316", "to": "C0005779", "weight": 1}, {"from": "DB00316", "to": "C0948480", "weight": 1}, {"from": "DB00316", "to": "C0751522", "weight": 1}, {"from": "DB00316", "to": "C1864843", "weight": 1}, {"from": "DB00316", "to": "C3203102", "weight": 1}, {"from": "C0040822", "to": "DB01288", "weight": 1}, {"from": "C0040822", "to": "DB00623", "weight": 1}, {"from": "DB01288", "to": "C0338106", "weight": 1}, {"from": "C0022716", "to": "DB00399", "weight": 1}, {"from": "DB00399", "to": "C0024796", "weight": 1}, {"from": "DB00399", "to": "C0282612", "weight": 1}, {"from": "DB00399", "to": "C0007177", "weight": 1}, {"from": "DB00399", "to": "C0887900", "weight": 1}, {"from": "DB00399", "to": "C1853365", "weight": 1}, {"from": "C4505456", "to": "DB00973", "weight": 1}, {"from": "DB00973", "to": "C0751408", "weight": 1}, {"from": "C0019208", "to": "DB00523", "weight": 1}, {"from": "C0019208", "to": "DB00863", "weight": 1}, {"from": "DB00523", "to": "C0751339", "weight": 1}, {"from": "DB00523", "to": "C0472388", "weight": 1}, {"from": "DB00523", "to": "C0005684", "weight": 1}, {"from": "C0085740", "to": "DB00273", "weight": 1}, {"from": "C0005941", "to": "DB01275", "weight": 1}, {"from": "DB01275", "to": "C0751888", "weight": 1}, {"from": "DB01275", "to": "C0270846", "weight": 1}, {"from": "C0015934", "to": "DB00692", "weight": 1}, {"from": "DB00692", "to": "C0393626", "weight": 1}, {"from": "DB00692", "to": "C0751187", "weight": 1}, {"from": "C1383860", "to": "DB01043", "weight": 1}, {"from": "DB01043", "to": "C0028754", "weight": 1}, {"from": "DB01043", "to": "C0263666", "weight": 1}, {"from": "DB00788", "to": "C0423689", "weight": 1}, {"from": "C0013362", "to": "DB00165", "weight": 1}, {"from": "C1720887", "to": "DB00741", "weight": 1}, {"from": "DB00741", "to": "C0751846", "weight": 1}, {"from": "DB00741", "to": "C0015469", "weight": 1}, {"from": "C0270764", "to": "DB00626", "weight": 1}, {"from": "DB00626", "to": "C0086404", "weight": 1}, {"from": "DB00626", "to": "C0005695", "weight": 1}, {"from": "DB00334", "to": "C0751074", "weight": 1}, {"from": "DB00334", "to": "C0751291", "weight": 1}, {"from": "DB00334", "to": "C1839264", "weight": 1}, {"from": "C0006142", "to": "DB01223", "weight": 1}, {"from": "C0021361", "to": "DB00589", "weight": 1}, {"from": "DB00589", "to": "C0234238", "weight": 1}, {"from": "DB00589", "to": "C0458259", "weight": 1}, {"from": "C0020672", "to": "DB00630", "weight": 1}, {"from": "DB00630", "to": "C0242426", "weight": 1}, {"from": "DB00630", "to": "C0041408", "weight": 1}, {"from": "DB00630", "to": "C0340630", "weight": 1}, {"from": "C0233763", "to": "DB01200", "weight": 1}, {"from": "DB01200", "to": "C0553558", "weight": 1}, {"from": "C0263477", "to": "DB00441", "weight": 1}, {"from": "C0028768", "to": "DB00907", "weight": 1}, {"from": "DB00907", "to": "C0038454", "weight": 1}, {"from": "DB00907", "to": "C0740457", "weight": 1}, {"from": "DB00907", "to": "C0002171", "weight": 1}, {"from": "C0022116", "to": "DB00196", "weight": 1}, {"from": "DB00196", "to": "C0376384", "weight": 1}, {"from": "DB00928", "to": "C0751214", "weight": 1}, {"from": "C0476089", "to": "DB00987", "weight": 1}, {"from": "DB00987", "to": "C0018818", "weight": 1}, {"from": "DB00987", "to": "C0234299", "weight": 1}, {"from": "DB00987", "to": "C2713442", "weight": 1}, {"from": "DB00987", "to": "C0751213", "weight": 1}, {"from": "C3489789", "to": "DB00176", "weight": 1}, {"from": "C0017614", "to": "DB00412", "weight": 1}, {"from": "DB00412", "to": "C0005694", "weight": 1}, {"from": "DB00412", "to": "C0042029", "weight": 1}, {"from": "DB00412", "to": "C0013502", "weight": 1}, {"from": "C0752104", "to": "DB00605", "weight": 1}, {"from": "C0752104", "to": "DB00242", "weight": 1}, {"from": "DB00605", "to": "C0266159", "weight": 1}, {"from": "DB00605", "to": "C0860207", "weight": 1}, {"from": "DB00605", "to": "C3683846", "weight": 1}, {"from": "DB00605", "to": "C0030849", "weight": 1}, {"from": "DB00605", "to": "C0079744", "weight": 1}, {"from": "C0268742", "to": "DB01104", "weight": 1}, {"from": "DB01104", "to": "C0030201", "weight": 1}, {"from": "C0007138", "to": "DB01351", "weight": 1}, {"from": "C0007138", "to": "DB00863", "weight": 1}, {"from": "DB01351", "to": "C0311335", "weight": 1}, {"from": "C0751620", "to": "DB00482", "weight": 1}, {"from": "C0751620", "to": "DB01030", "weight": 1}, {"from": "DB00482", "to": "C0271694", "weight": 1}, {"from": "DB00482", "to": "C0233776", "weight": 1}, {"from": "DB00482", "to": "C0205645", "weight": 1}, {"from": "C0015625", "to": "DB01165", "weight": 1}, {"from": "DB01165", "to": "C1969639", "weight": 1}, {"from": "C0020517", "to": "DB01400", "weight": 1}, {"from": "C0392164", "to": "DB00178", "weight": 1}, {"from": "C0392164", "to": "DB01118", "weight": 1}, {"from": "DB00178", "to": "C0004364", "weight": 1}, {"from": "DB00178", "to": "C0086541", "weight": 1}, {"from": "DB00178", "to": "C0028840", "weight": 1}, {"from": "C1336708", "to": "DB01136", "weight": 1}, {"from": "DB01136", "to": "C0238288", "weight": 1}, {"from": "DB01136", "to": "C0007134", "weight": 1}, {"from": "C0033626", "to": "DB01039", "weight": 1}, {"from": "DB01039", "to": "C0021831", "weight": 1}, {"from": "C0023453", "to": "DB00203", "weight": 1}, {"from": "DB00203", "to": "C3489628", "weight": 1}, {"from": "C0233750", "to": "DB00011", "weight": 1}, {"from": "C0233750", "to": "DB00390", "weight": 1}, {"from": "C0039231", "to": "DB00489", "weight": 1}, {"from": "C0039231", "to": "DB00451", "weight": 1}, {"from": "C0006663", "to": "DB00612", "weight": 1}, {"from": "DB01108", "to": "C0029411", "weight": 1}, {"from": "C0751830", "to": "DB01224", "weight": 1}, {"from": "C0030849", "to": "DB00498", "weight": 1}, {"from": "C0009421", "to": "DB00586", "weight": 1}, {"from": "DB00586", "to": "C2936848", "weight": 1}, {"from": "DB00586", "to": "C4048328", "weight": 1}, {"from": "C0206637", "to": "DB00495", "weight": 1}, {"from": "DB00495", "to": "C0014378", "weight": 1}, {"from": "C0080178", "to": "DB00390", "weight": 1}, {"from": "C0458247", "to": "DB00721", "weight": 1}, {"from": "C0751011", "to": "DB00411", "weight": 1}, {"from": "C0751011", "to": "DB00275", "weight": 1}, {"from": "DB00411", "to": "C0024306", "weight": 1}, {"from": "DB00411", "to": "C0234544", "weight": 1}, {"from": "C0042790", "to": "DB00296", "weight": 1}, {"from": "C0270541", "to": "DB00704", "weight": 1}, {"from": "DB00704", "to": "C1565662", "weight": 1}, {"from": "C0025261", "to": "DB01219", "weight": 1}, {"from": "DB01219", "to": "C0022661", "weight": 1}, {"from": "DB01219", "to": "C0341869", "weight": 1}, {"from": "C0205641", "to": "DB00542", "weight": 1}, {"from": "DB00542", "to": "C0751470", "weight": 1}, {"from": "C0023532", "to": "DB00514", "weight": 1}, {"from": "C0026848", "to": "DB01064", "weight": 1}, {"from": "C0026848", "to": "DB01103", "weight": 1}, {"from": "DB01064", "to": "C3489413", "weight": 1}, {"from": "DB01064", "to": "C0035410", "weight": 1}, {"from": "DB01064", "to": "C0035220", "weight": 1}, {"from": "DB01064", "to": "C4082171", "weight": 1}, {"from": "C0422850", "to": "DB00917", "weight": 1}, {"from": "DB00917", "to": "C0023269", "weight": 1}, {"from": "C0042076", "to": "DB00381", "weight": 1}, {"from": "DB00381", "to": "C4721453", "weight": 1}, {"from": "C4316903", "to": "DB00627", "weight": 1}, {"from": "C0598608", "to": "DB00560", "weight": 1}, {"from": "C0598608", "to": "DB00594", "weight": 1}, {"from": "C0008909", "to": "DB00543", "weight": 1}, {"from": "DB02701", "to": "C3830362", "weight": 1}, {"from": "C1328840", "to": "DB00694", "weight": 1}, {"from": "DB00694", "to": "C0004153", "weight": 1}, {"from": "C0162820", "to": "DB00995", "weight": 1}, {"from": "C0162820", "to": "DB00861", "weight": 1}, {"from": "C0751197", "to": "DB00599", "weight": 1}, {"from": "C0751197", "to": "DB01083", "weight": 1}, {"from": "C0796013", "to": "DB00637", "weight": 1}, {"from": "C0423712", "to": "DB00218", "weight": 1}, {"from": "C0547065", "to": "DB01608", "weight": 1}, {"from": "C0003872", "to": "DB00369", "weight": 1}, {"from": "C0003872", "to": "DB00668", "weight": 1}, {"from": "DB00369", "to": "C0023904", "weight": 1}, {"from": "DB00369", "to": "C0010346", "weight": 1}, {"from": "DB00369", "to": "C0152115", "weight": 1}, {"from": "DB00369", "to": "C0311335", "weight": 1}, {"from": "C0020542", "to": "DB01186", "weight": 1}, {"from": "C0020542", "to": "DB00813", "weight": 1}, {"from": "C0233762", "to": "DB00338", "weight": 1}, {"from": "C0030214", "to": "DB00476", "weight": 1}, {"from": "DB00476", "to": "C2350344", "weight": 1}, {"from": "C1968689", "to": "DB00649", "weight": 1}, {"from": "C1257931", "to": "DB00984", "weight": 1}, {"from": "C4279912", "to": "DB04729", "weight": 1}, {"from": "C0282612", "to": "DB00554", "weight": 1}, {"from": "C0860207", "to": "DB00469", "weight": 1}, {"from": "C0860207", "to": "DB01392", "weight": 1}, {"from": "C0750901", "to": "DB01273", "weight": 1}, {"from": "C0750901", "to": "DB00539", "weight": 1}, {"from": "DB01273", "to": "C0149958", "weight": 1}, {"from": "C0041408", "to": "DB00575", "weight": 1}, {"from": "DB00575", "to": "C0241832", "weight": 1}, {"from": "C0006868", "to": "DB00571", "weight": 1}, {"from": "DB00571", "to": "C0151603", "weight": 1}, {"from": "DB00571", "to": "C0282313", "weight": 1}, {"from": "DB00571", "to": "C2937358", "weight": 1}, {"from": "C0339573", "to": "DB00869", "weight": 1}, {"from": "C0085996", "to": "DB01339", "weight": 1}, {"from": "C1858496", "to": "DB00470", "weight": 1}, {"from": "DB00470", "to": "C0403447", "weight": 1}, {"from": "DB00470", "to": "C0027412", "weight": 1}, {"from": "DB00470", "to": "C0007786", "weight": 1}, {"from": "C0752282", "to": "DB00997", "weight": 1}, {"from": "DB00997", "to": "C1720861", "weight": 1}, {"from": "C4552766", "to": "DB00415", "weight": 1}, {"from": "C1970270", "to": "DB00727", "weight": 1}, {"from": "C0233794", "to": "DB00220", "weight": 1}, {"from": "C0033860", "to": "DB01348", "weight": 1}, {"from": "C4046029", "to": "DB00988", "weight": 1}, {"from": "C0596298", "to": "DB00549", "weight": 1}, {"from": "C0086543", "to": "DB00744", "weight": 1}, {"from": "C0024302", "to": "DB00127", "weight": 1}, {"from": "C0038454", "to": "DB00435", "weight": 1}, {"from": "DB00435", "to": "C0002896", "weight": 1}, {"from": "DB00435", "to": "C0003811", "weight": 1}, {"from": "DB01036", "to": "C0424082", "weight": 1}, {"from": "C0086241", "to": "DB00732", "weight": 1}, {"from": "C0178824", "to": "DB00421", "weight": 1}, {"from": "DB00421", "to": "C0270846", "weight": 1}, {"from": "C0014859", "to": "DB01236", "weight": 1}, {"from": "DB01236", "to": "C3837958", "weight": 1}, {"from": "C0752098", "to": "DB01254", "weight": 1}, {"from": "DB01254", "to": "C0376280", "weight": 1}, {"from": "C0043144", "to": "DB00337", "weight": 1}, {"from": "C0043144", "to": "DB01110", "weight": 1}, {"from": "DB00337", "to": "C0751214", "weight": 1}, {"from": "C0026858", "to": "DB01030", "weight": 1}, {"from": "DB01030", "to": "C0553692", "weight": 1}, {"from": "C0004238", "to": "DB01026", "weight": 1}, {"from": "DB01026", "to": "C0018991", "weight": 1}, {"from": "C0751042", "to": "DB00022", "weight": 1}, {"from": "C0233765", "to": "DB01004", "weight": 1}, {"from": "C0027127", "to": "DB00636", "weight": 1}, {"from": "DB00636", "to": "C2749757", "weight": 1}, {"from": "DB00636", "to": "C0010308", "weight": 1}, {"from": "DB00636", "to": "C0008372", "weight": 1}, {"from": "DB00636", "to": "C0023241", "weight": 1}, {"from": "DB00636", "to": "C0022541", "weight": 1}, {"from": "C1176475", "to": "DB00325", "weight": 1}, {"from": "DB00214", "to": "C0007114", "weight": 1}, {"from": "C4048158", "to": "DB01227", "weight": 1}, {"from": "C2936719", "to": "DB00619", "weight": 1}, {"from": "DB00619", "to": "C1692886", "weight": 1}, {"from": "C0086565", "to": "DB00939", "weight": 1}, {"from": "C0007177", "to": "DB01204", "weight": 1}, {"from": "C0346302", "to": "DB00082", "weight": 1}, {"from": "C0205699", "to": "DB00825", "weight": 1}, {"from": "C0043094", "to": "DB01082", "weight": 1}, {"from": "C0917805", "to": "DB00656", "weight": 1}, {"from": "C0024667", "to": "DB00422", "weight": 1}, {"from": "C0024667", "to": "DB00285", "weight": 1}, {"from": "C0546837", "to": "DB00640", "weight": 1}, {"from": "DB00640", "to": "C0014170", "weight": 1}, {"from": "C0024117", "to": "DB01216", "weight": 1}, {"from": "C0024117", "to": "DB00315", "weight": 1}, {"from": "C0263666", "to": "DB01220", "weight": 1}, {"from": "C0263666", "to": "DB01118", "weight": 1}, {"from": "DB01220", "to": "C0751605", "weight": 1}, {"from": "C0013295", "to": "DB00398", "weight": 1}, {"from": "C0019061", "to": "DB01015", "weight": 1}, {"from": "C0019061", "to": "DB01420", "weight": 1}, {"from": "DB01015", "to": "C0017168", "weight": 1}, {"from": "C0751408", "to": "DB00379", "weight": 1}, {"from": "C0007570", "to": "DB00990", "weight": 1}, {"from": "C0155018", "to": "DB00908", "weight": 1}, {"from": "C0751362", "to": "DB00546", "weight": 1}, {"from": "C0242423", "to": "DB01403", "weight": 1}, {"from": "DB01403", "to": "C0234373", "weight": 1}, {"from": "C0349231", "to": "DB00285", "weight": 1}, {"from": "DB00285", "to": "C0007786", "weight": 1}, {"from": "C0751111", "to": "DB01276", "weight": 1}, {"from": "DB00861", "to": "C0346647", "weight": 1}, {"from": "C0086432", "to": "DB00278", "weight": 1}, {"from": "C0751355", "to": "DB01068", "weight": 1}, {"from": "C0035579", "to": "DB01373", "weight": 1}, {"from": "DB01373", "to": "C0678222", "weight": 1}, {"from": "DB01373", "to": "C0041671", "weight": 1}, {"from": "C0007787", "to": "DB00536", "weight": 1}, {"from": "C0086650", "to": "DB04743", "weight": 1}, {"from": "DB04743", "to": "C0015704", "weight": 1}, {"from": "DB04743", "to": "C0740376", "weight": 1}, {"from": "DB04743", "to": "C1527304", "weight": 1}, {"from": "DB00441", "to": "C0262497", "weight": 1}, {"from": "DB00441", "to": "C0751893", "weight": 1}, {"from": "DB00441", "to": "C0020502", "weight": 1}, {"from": "C0268335", "to": "DB00262", "weight": 1}, {"from": "DB00262", "to": "C0006261", "weight": 1}, {"from": "DB00262", "to": "C0393759", "weight": 1}, {"from": "DB00262", "to": "C0205875", "weight": 1}, {"from": "C0236807", "to": "DB00672", "weight": 1}, {"from": "C0003862", "to": "DB00407", "weight": 1}, {"from": "DB00407", "to": "C0268318", "weight": 1}, {"from": "DB00407", "to": "C0020295", "weight": 1}, {"from": "C0233767", "to": "DB01624", "weight": 1}, {"from": "C3203733", "to": "DB01113", "weight": 1}, {"from": "C0878544", "to": "DB00250", "weight": 1}, {"from": "DB00250", "to": "C0029458", "weight": 1}, {"from": "DB00250", "to": "C0206061", "weight": 1}, {"from": "C0751953", "to": "DB00635", "weight": 1}, {"from": "C0521760", "to": "DB01183", "weight": 1}, {"from": "DB01183", "to": "C0018614", "weight": 1}, {"from": "DB01183", "to": "C0345905", "weight": 1}, {"from": "DB01183", "to": "C0023467", "weight": 1}, {"from": "C0678202", "to": "DB00966", "weight": 1}, {"from": "DB00966", "to": "C0032768", "weight": 1}, {"from": "DB00966", "to": "C0007131", "weight": 1}, {"from": "C0010093", "to": "DB00451", "weight": 1}, {"from": "DB00451", "to": "C0010324", "weight": 1}, {"from": "DB00451", "to": "C0235078", "weight": 1}, {"from": "C0558845", "to": "DB01392", "weight": 1}, {"from": "C1853147", "to": "DB01118", "weight": 1}, {"from": "DB01118", "to": "C0234378", "weight": 1}, {"from": "DB01118", "to": "C0027746", "weight": 1}, {"from": "DB01118", "to": "C0040479", "weight": 1}, {"from": "DB01118", "to": "C0032230", "weight": 1}, {"from": "C0917730", "to": "DB01054", "weight": 1}, {"from": "C0917730", "to": "DB00336", "weight": 1}, {"from": "C0239981", "to": "DB01017", "weight": 1}, {"from": "DB01017", "to": "C0751899", "weight": 1}, {"from": "C0018552", "to": "DB00490", "weight": 1}, {"from": "DB00490", "to": "C0036529", "weight": 1}, {"from": "DB00490", "to": "C0740376", "weight": 1}, {"from": "C0008489", "to": "DB01176", "weight": 1}, {"from": "C0751012", "to": "DB00286", "weight": 1}, {"from": "DB00286", "to": "C0334610", "weight": 1}, {"from": "DB00539", "to": "C0087169", "weight": 1}, {"from": "DB00539", "to": "C0023890", "weight": 1}, {"from": "C0271674", "to": "DB00471", "weight": 1}, {"from": "C0279628", "to": "DB01088", "weight": 1}, {"from": "C0751354", "to": "DB00229", "weight": 1}, {"from": "DB00242", "to": "C0023891", "weight": 1}, {"from": "DB00242", "to": "C0546126", "weight": 1}, {"from": "DB00242", "to": "C0038160", "weight": 1}, {"from": "C3489728", "to": "DB01159", "weight": 1}, {"from": "DB01159", "to": "C1527352", "weight": 1}, {"from": "DB01159", "to": "C0345904", "weight": 1}, {"from": "DB01159", "to": "C0751407", "weight": 1}, {"from": "DB01159", "to": "C0277821", "weight": 1}, {"from": "DB00573", "to": "C0024121", "weight": 1}, {"from": "C1862939", "to": "DB01213", "weight": 1}, {"from": "C0024305", "to": "DB01001", "weight": 1}, {"from": "C1961112", "to": "DB01297", "weight": 1}, {"from": "C2930930", "to": "DB00388", "weight": 1}, {"from": "DB00388", "to": "C0340630", "weight": 1}, {"from": "C0006118", "to": "DB01394", "weight": 1}, {"from": "DB01394", "to": "C0156147", "weight": 1}, {"from": "C4551899", "to": "DB00385", "weight": 1}, {"from": "C0266453", "to": "DB00418", "weight": 1}, {"from": "C0079731", "to": "DB00749", "weight": 1}, {"from": "DB00749", "to": "C0001418", "weight": 1}, {"from": "C0233759", "to": "DB00343", "weight": 1}, {"from": "DB00669", "to": "C0013264", "weight": 1}, {"from": "C0024121", "to": "DB00756", "weight": 1}, {"from": "C0338582", "to": "DB00115", "weight": 1}, {"from": "DB00115", "to": "C0751373", "weight": 1}, {"from": "C0021139", "to": "DB00748", "weight": 1}, {"from": "C0521664", "to": "DB00246", "weight": 1}, {"from": "C0521664", "to": "DB00952", "weight": 1}, {"from": "C0009402", "to": "DB01154", "weight": 1}, {"from": "C0009402", "to": "DB00293", "weight": 1}, {"from": "DB01154", "to": "C0018671", "weight": 1}, {"from": "C0235574", "to": "DB00996", "weight": 1}, {"from": "C4048328", "to": "DB00890", "weight": 1}, {"from": "C0424082", "to": "DB00404", "weight": 1}, {"from": "C0011860", "to": "DB00882", "weight": 1}, {"from": "C0011860", "to": "DB01252", "weight": 1}, {"from": "C0234374", "to": "DB01580", "weight": 1}, {"from": "C0034065", "to": "DB00132", "weight": 1}, {"from": "DB00132", "to": "C0085215", "weight": 1}, {"from": "DB01535", "to": "C0600427", "weight": 1}, {"from": "C0033953", "to": "DB01097", "weight": 1}, {"from": "C4042891", "to": "DB01222", "weight": 1}, {"from": "DB01222", "to": "C0392514", "weight": 1}, {"from": "DB01222", "to": "C0206698", "weight": 1}, {"from": "C0032580", "to": "DB00796", "weight": 1}, {"from": "C0751141", "to": "DB00929", "weight": 1}, {"from": "C0023467", "to": "DB00642", "weight": 1}, {"from": "C0221021", "to": "DB01050", "weight": 1}, {"from": "DB01050", "to": "C0086540", "weight": 1}, {"from": "C0231341", "to": "DB01577", "weight": 1}, {"from": "DB01577", "to": "C0751594", "weight": 1}, {"from": "DB01577", "to": "C0030552", "weight": 1}, {"from": "C4505390", "to": "DB04841", "weight": 1}, {"from": "C0235081", "to": "DB00318", "weight": 1}, {"from": "C0087169", "to": "DB00620", "weight": 1}, {"from": "C0000737", "to": "DB00900", "weight": 1}, {"from": "DB01075", "to": "C0151911", "weight": 1}, {"from": "C0917981", "to": "DB00943", "weight": 1}, {"from": "DB00943", "to": "C0038219", "weight": 1}, {"from": "C0020429", "to": "DB00620", "weight": 1}, {"from": "C0018801", "to": "DB00353", "weight": 1}, {"from": "C0018801", "to": "DB00959", "weight": 1}, {"from": "C0233766", "to": "DB01149", "weight": 1}, {"from": "DB01149", "to": "C0917816", "weight": 1}, {"from": "C0003615", "to": "DB00909", "weight": 1}, {"from": "C4721507", "to": "DB00949", "weight": 1}, {"from": "C0263628", "to": "DB00848", "weight": 1}, {"from": "C0024713", "to": "DB00798", "weight": 1}, {"from": "DB00798", "to": "C0011991", "weight": 1}, {"from": "DB00798", "to": "C0699739", "weight": 1}, {"from": "C0030044", "to": "DB01221", "weight": 1}, {"from": "C0751924", "to": "DB01436", "weight": 1}, {"from": "C4317123", "to": "DB00519", "weight": 1}, {"from": "C0024115", "to": "DB00927", "weight": 1}, {"from": "C0432417", "to": "DB00762", "weight": 1}, {"from": "DB00762", "to": "C0751330", "weight": 1}, {"from": "DB00762", "to": "C0043346", "weight": 1}, {"from": "DB00762", "to": "C0741160", "weight": 1}, {"from": "C0266313", "to": "DB00688", "weight": 1}, {"from": "DB00688", "to": "C0003165", "weight": 1}, {"from": "DB01083", "to": "C0022672", "weight": 1}, {"from": "C1842028", "to": "DB00477", "weight": 1}, {"from": "DB00477", "to": "C1563666", "weight": 1}, {"from": "C0751847", "to": "DB00364", "weight": 1}, {"from": "C0234370", "to": "DB01338", "weight": 1}, {"from": "DB01338", "to": "C1527384", "weight": 1}, {"from": "DB01338", "to": "C0750953", "weight": 1}, {"from": "C0239946", "to": "DB00223", "weight": 1}, {"from": "C0239946", "to": "DB00686", "weight": 1}, {"from": "C0010398", "to": "DB00999", "weight": 1}, {"from": "DB00999", "to": "C0010073", "weight": 1}, {"from": "C0751211", "to": "DB01544", "weight": 1}, {"from": "DB01544", "to": "C0520966", "weight": 1}, {"from": "C0022672", "to": "DB00842", "weight": 1}, {"from": "C0338106", "to": "DB00307", "weight": 1}, {"from": "C0149931", "to": "DB00008", "weight": 1}, {"from": "C0423623", "to": "DB00758", "weight": 1}, {"from": "DB00758", "to": "C0007273", "weight": 1}, {"from": "C0334581", "to": "DB00401", "weight": 1}, {"from": "C0751373", "to": "DB00844", "weight": 1}, {"from": "C0752097", "to": "DB01204", "weight": 1}, {"from": "DB01204", "to": "C0220597", "weight": 1}, {"from": "C0751056", "to": "DB01420", "weight": 1}, {"from": "C0221169", "to": "DB00181", "weight": 1}, {"from": "DB00181", "to": "C0007137", "weight": 1}, {"from": "C1855520", "to": "DB00403", "weight": 1}, {"from": "C0007302", "to": "DB01055", "weight": 1}, {"from": "C0017638", "to": "DB00841", "weight": 1}, {"from": "DB00841", "to": "C0205875", "weight": 1}, {"from": "DB00841", "to": "C0023434", "weight": 1}, {"from": "C1856439", "to": "DB00320", "weight": 1}, {"from": "C0011875", "to": "DB00616", "weight": 1}, {"from": "C0238281", "to": "DB00696", "weight": 1}, {"from": "C4551623", "to": "DB00806", "weight": 1}, {"from": "C2350878", "to": "DB00544", "weight": 1}, {"from": "DB00544", "to": "C0152426", "weight": 1}, {"from": "DB00544", "to": "C1876187", "weight": 1}, {"from": "C0522345", "to": "DB01497", "weight": 1}, {"from": "C3489795", "to": "DB00867", "weight": 1}, {"from": "DB00867", "to": "C0270742", "weight": 1}, {"from": "DB00275", "to": "C0027726", "weight": 1}, {"from": "C0242788", "to": "DB00834", "weight": 1}, {"from": "DB00834", "to": "C3179502", "weight": 1}, {"from": "DB00834", "to": "C2936739", "weight": 1}, {"from": "C1708349", "to": "DB00348", "weight": 1}, {"from": "C0013604", "to": "DB00831", "weight": 1}, {"from": "DB00831", "to": "C0152266", "weight": 1}, {"from": "DB00831", "to": "C0011581", "weight": 1}, {"from": "DB00554", "to": "C0013170", "weight": 1}, {"from": "DB00554", "to": "C0600427", "weight": 1}, {"from": "DB00307", "to": "C0205768", "weight": 1}, {"from": "DB00307", "to": "C0751643", "weight": 1}, {"from": "DB00307", "to": "C0162566", "weight": 1}, {"from": "C0276496", "to": "DB00855", "weight": 1}, {"from": "C0020514", "to": "DB00409", "weight": 1}, {"from": "C3658290", "to": "DB00456", "weight": 1}, {"from": "C3658290", "to": "DB00730", "weight": 1}, {"from": "DB00456", "to": "C0406537", "weight": 1}, {"from": "C0005697", "to": "DB01409", "weight": 1}, {"from": "C0740457", "to": "DB01599", "weight": 1}, {"from": "C0042484", "to": "DB00821", "weight": 1}, {"from": "C0029172", "to": "DB01586", "weight": 1}, {"from": "C0029172", "to": "DB00235", "weight": 1}, {"from": "C0345904", "to": "DB01033", "weight": 1}, {"from": "C0030305", "to": "DB00035", "weight": 1}, {"from": "C0023470", "to": "DB04272", "weight": 1}, {"from": "C0751508", "to": "DB00183", "weight": 1}, {"from": "C0027819", "to": "DB01143", "weight": 1}, {"from": "DB01143", "to": "C1959583", "weight": 1}, {"from": "C2936170", "to": "DB01357", "weight": 1}, {"from": "C0001430", "to": "DB01095", "weight": 1}, {"from": "C0022336", "to": "DB01110", "weight": 1}, {"from": "C0004943", "to": "DB00333", "weight": 1}, {"from": "DB00333", "to": "C0750979", "weight": 1}, {"from": "DB00333", "to": "C0029456", "weight": 1}, {"from": "DB00333", "to": "C2677608", "weight": 1}, {"from": "C0085129", "to": "DB00309", "weight": 1}, {"from": "C4281785", "to": "DB00425", "weight": 1}, {"from": "C0086404", "to": "DB00474", "weight": 1}, {"from": "C0751214", "to": "DB01240", "weight": 1}, {"from": "C0311335", "to": "DB00745", "weight": 1}, {"from": "C0311335", "to": "DB01367", "weight": 1}, {"from": "C0270844", "to": "DB01080", "weight": 1}, {"from": "C0270844", "to": "DB00733", "weight": 1}, {"from": "DB01080", "to": "C0268583", "weight": 1}, {"from": "DB01080", "to": "C0376634", "weight": 1}, {"from": "C0027746", "to": "DB00182", "weight": 1}, {"from": "C0333233", "to": "DB00193", "weight": 1}, {"from": "C0026552", "to": "DB00921", "weight": 1}, {"from": "C0032796", "to": "DB00336", "weight": 1}, {"from": "C0040136", "to": "DB00276", "weight": 1}, {"from": "C0039070", "to": "DB00598", "weight": 1}, {"from": "C0877781", "to": "DB00433", "weight": 1}, {"from": "C0549463", "to": "DB00763", "weight": 1}, {"from": "DB00763", "to": "C2676271", "weight": 1}, {"from": "C0014170", "to": "DB00457", "weight": 1}, {"from": "C0751213", "to": "DB00887", "weight": 1}, {"from": "C0750900", "to": "DB00983", "weight": 1}, {"from": "DB00959", "to": "C0026640", "weight": 1}, {"from": "C2931673", "to": "DB02546", "weight": 1}, {"from": "DB02546", "to": "C0019829", "weight": 1}, {"from": "C0751522", "to": "DB00770", "weight": 1}, {"from": "C0919267", "to": "DB01156", "weight": 1}, {"from": "DB01156", "to": "C0376544", "weight": 1}, {"from": "DB01156", "to": "C4551993", "weight": 1}, {"from": "C0001206", "to": "DB00050", "weight": 1}, {"from": "DB00050", "to": "C2717884", "weight": 1}, {"from": "DB00050", "to": "C0235874", "weight": 1}, {"from": "C0024312", "to": "DB00820", "weight": 1}, {"from": "C0006111", "to": "DB00378", "weight": 1}, {"from": "C0236795", "to": "DB01229", "weight": 1}, {"from": "C0458257", "to": "DB04786", "weight": 1}, {"from": "C0458257", "to": "DB01212", "weight": 1}, {"from": "C0022593", "to": "DB00312", "weight": 1}, {"from": "C0027726", "to": "DB00529", "weight": 1}, {"from": "C0037221", "to": "DB00682", "weight": 1}, {"from": "DB00682", "to": "C0013949", "weight": 1}, {"from": "C0751845", "to": "DB01395", "weight": 1}, {"from": "C0751025", "to": "DB00206", "weight": 1}, {"from": "DB00206", "to": "C0028797", "weight": 1}, {"from": "C0020538", "to": "DB00393", "weight": 1}, {"from": "C0020538", "to": "DB00934", "weight": 1}, {"from": "C0032231", "to": "DB01399", "weight": 1}, {"from": "C0032231", "to": "DB01427", "weight": 1}, {"from": "C0751571", "to": "DB00712", "weight": 1}, {"from": "DB00712", "to": "C3495874", "weight": 1}, {"from": "C0576612", "to": "DB00968", "weight": 1}, {"from": "C0271686", "to": "DB01005", "weight": 1}, {"from": "C0394007", "to": "DB00281", "weight": 1}, {"from": "C0041696", "to": "DB00342", "weight": 1}, {"from": "DB00227", "to": "C0751496", "weight": 1}, {"from": "C0750907", "to": "DB01205", "weight": 1}, {"from": "C0008370", "to": "DB00722", "weight": 1}, {"from": "DB00722", "to": "C0010200", "weight": 1}, {"from": "C0549473", "to": "DB01126", "weight": 1}, {"from": "C0003873", "to": "DB00083", "weight": 1}, {"from": "C0036690", "to": "DB01261", "weight": 1}, {"from": "DB00595", "to": "C1330966", "weight": 1}, {"from": "C0027806", "to": "DB00466", "weight": 1}, {"from": "C0153349", "to": "DB00580", "weight": 1}, {"from": "C0002395", "to": "DB00292", "weight": 1}, {"from": "C0544796", "to": "DB00961", "weight": 1}, {"from": "C0751295", "to": "DB01024", "weight": 1}, {"from": "C0751956", "to": "DB00800", "weight": 1}, {"from": "C0751505", "to": "DB00875", "weight": 1}, {"from": "C0038587", "to": "DB00950", "weight": 1}, {"from": "C0027404", "to": "DB01215", "weight": 1}, {"from": "C1261473", "to": "DB00812", "weight": 1}, {"from": "C0887799", "to": "DB00492", "weight": 1}, {"from": "C0003129", "to": "DB00367", "weight": 1}, {"from": "DB01103", "to": "C0019693", "weight": 1}, {"from": "C0751212", "to": "DB00673", "weight": 1}, {"from": "C0340375", "to": "DB00648", "weight": 1}]);
// adding nodes and edges to the graph
data = {nodes: nodes, edges: edges};
var options = {
"configure": {
"enabled": true,
"filter": true
},
"edges": {
"color": {
"inherit": true
},
"smooth": {
"enabled": false,
"type": "continuous"
}
},
"interaction": {
"dragNodes": true,
"hideEdgesOnDrag": false,
"hideNodesOnDrag": false
},
"physics": {
"enabled": true,
"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);
network.on("stabilizationProgress", function(params) {
document.getElementById('loadingBar').removeAttribute("style");
var maxWidth = 496;
var minWidth = 20;
var widthFactor = params.iterations/params.total;
var width = Math.max(minWidth,maxWidth * widthFactor);
document.getElementById('bar').style.width = width + 'px';
document.getElementById('text').innerHTML = Math.round(widthFactor*100) + '%';
});
network.once("stabilizationIterationsDone", function() {
document.getElementById('text').innerHTML = '100%';
document.getElementById('bar').style.width = '496px';
document.getElementById('loadingBar').style.opacity = 0;
// really clean the dom element
setTimeout(function () {document.getElementById('loadingBar').style.display = 'none';}, 500);
});
return network;
}
drawGraph();
</script>
</body>
</html>