-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsemantic_graph.html
More file actions
222 lines (166 loc) · 138 KB
/
semantic_graph.html
File metadata and controls
222 lines (166 loc) · 138 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
<html>
<head>
<meta charset="utf-8">
<script src="lib/bindings/utils.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/vis-network/9.1.2/dist/dist/vis-network.min.css" integrity="sha512-WgxfT5LWjfszlPHXRmBWHkV2eceiWTOBvrKCNbdgDYTHrT2AeLCGbF4sZlZw3UMN3WtL0tGUoIAKsu8mllg/XA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/vis-network/9.1.2/dist/vis-network.min.js" integrity="sha512-LnvoEWDFrqGHlHmDD2101OrLcbsfkrzoSpvtSQtxK3RMnRV0eOkhhBN2dXHKRrUU8p2DGRTk35n4O8nWSVe1mQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<center>
<h1></h1>
</center>
<!-- <link rel="stylesheet" href="../node_modules/vis/dist/vis.min.css" type="text/css" />
<script type="text/javascript" src="../node_modules/vis/dist/vis.js"> </script>-->
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6"
crossorigin="anonymous"
/>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-JEW9xMcG8R+pH31jmWH6WWP0WintQrMb4s7ZOdauHnUtxwoG2vI5DkLtS3qm9Ekf"
crossorigin="anonymous"
></script>
<center>
<h1></h1>
</center>
<style type="text/css">
#mynetwork {
width: 100%;
height: 800px;
background-color: #ffffff;
border: 1px solid lightgray;
position: relative;
float: left;
}
#loadingBar {
position:absolute;
top:0px;
left:0px;
width: 100%;
height: 800px;
background-color:rgba(200,200,200,0.8);
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
opacity:1;
}
#bar {
position:absolute;
top:0px;
left:0px;
width:20px;
height:20px;
margin:auto auto auto auto;
border-radius:11px;
border:2px solid rgba(30,30,30,0.05);
background: rgb(0, 173, 246); /* Old browsers */
box-shadow: 2px 0px 4px rgba(0,0,0,0.4);
}
#border {
position:absolute;
top:10px;
left:10px;
width:500px;
height:23px;
margin:auto auto auto auto;
box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
border-radius:10px;
}
#text {
position:absolute;
top:8px;
left:530px;
width:30px;
height:50px;
margin:auto auto auto auto;
font-size:22px;
color: #000000;
}
div.outerBorder {
position:relative;
top:400px;
width:600px;
height:44px;
margin:auto auto auto auto;
border:8px solid rgba(0,0,0,0.1);
background: rgb(252,252,252); /* Old browsers */
background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(237,237,237,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
border-radius:72px;
box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
</style>
</head>
<body>
<div class="card" style="width: 100%">
<div id="mynetwork" class="card-body"></div>
</div>
<div id="loadingBar">
<div class="outerBorder">
<div id="text">0%</div>
<div id="border">
<div id="bar"></div>
</div>
</div>
</div>
<script type="text/javascript">
// initialize global variables.
var edges;
var nodes;
var allNodes;
var allEdges;
var nodeColors;
var originalNodes;
var network;
var container;
var options, data;
var filter = {
item : '',
property : '',
value : []
};
// This method is responsible for drawing the graph, returns the drawn network
function drawGraph() {
var container = document.getElementById('mynetwork');
// parsing and collecting nodes and edges from the python
nodes = new vis.DataSet([{"color": "#4ECDC4", "font": {"color": "#333333"}, "id": "Oslo Accords", "label": "Oslo Accords", "shape": "dot", "size": 15.735294117647058, "title": "Type: ORG\nCentrality: 0.03"}, {"color": "#4ECDC4", "font": {"color": "#333333"}, "id": "Palestinian Authority", "label": "Palestinian Authority", "shape": "dot", "size": 15.735294117647058, "title": "Type: ORG\nCentrality: 0.03"}, {"color": "#4ECDC4", "font": {"color": "#333333"}, "id": "British Armed Forces", "label": "British Armed Forces", "shape": "dot", "size": 15.735294117647058, "title": "Type: ORG\nCentrality: 0.03"}, {"color": "#FFEAA7", "font": {"color": "#333333"}, "id": "Operation Unthinkable", "label": "Operation Unthinkable", "shape": "dot", "size": 15.735294117647058, "title": "Type: EVENT\nCentrality: 0.03"}, {"color": "#4ECDC4", "font": {"color": "#333333"}, "id": "Warsaw Pact", "label": "Warsaw Pact", "shape": "dot", "size": 15.735294117647058, "title": "Type: ORG\nCentrality: 0.03"}, {"color": "#4ECDC4", "font": {"color": "#333333"}, "id": "NATO", "label": "NATO", "shape": "dot", "size": 16.470588235294116, "title": "Type: ORG\nCentrality: 0.06"}, {"color": "#FF6B6B", "font": {"color": "#333333"}, "id": "Leslie A. White", "label": "Leslie A. White", "shape": "dot", "size": 15.735294117647058, "title": "Type: PERSON\nCentrality: 0.03"}, {"color": "#FF6B6B", "font": {"color": "#333333"}, "id": "Einstein", "label": "Einstein", "shape": "dot", "size": 15.735294117647058, "title": "Type: PERSON\nCentrality: 0.03"}, {"color": "#4ECDC4", "font": {"color": "#333333"}, "id": "Philip", "label": "Philip", "shape": "dot", "size": 23.088235294117645, "title": "Type: ORG\nCentrality: 0.32"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "Hellenic Alliance", "label": "Hellenic Alliance", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#45B7D1", "font": {"color": "#333333"}, "id": "Bol\u00edvar", "label": "Bol\u00edvar", "shape": "dot", "size": 15.735294117647058, "title": "Type: GPE\nCentrality: 0.03"}, {"color": "#4ECDC4", "font": {"color": "#333333"}, "id": "Gran Colombia", "label": "Gran Colombia", "shape": "dot", "size": 15.735294117647058, "title": "Type: ORG\nCentrality: 0.03"}, {"color": "#45B7D1", "font": {"color": "#333333"}, "id": "Israel", "label": "Israel", "shape": "dot", "size": 17.941176470588236, "title": "Type: GPE\nCentrality: 0.12"}, {"color": "#45B7D1", "font": {"color": "#333333"}, "id": "Gaza", "label": "Gaza", "shape": "dot", "size": 15.735294117647058, "title": "Type: GPE\nCentrality: 0.03"}, {"color": "#FF6B6B", "font": {"color": "#333333"}, "id": "Greeks", "label": "Greeks", "shape": "dot", "size": 17.205882352941178, "title": "Type: PERSON\nCentrality: 0.09"}, {"color": "#4ECDC4", "font": {"color": "#333333"}, "id": "Alexander", "label": "Alexander", "shape": "dot", "size": 40.0, "title": "Type: ORG\nCentrality: 1.00"}, {"color": "#FF6B6B", "font": {"color": "#333333"}, "id": "Bucephalas", "label": "Bucephalas", "shape": "dot", "size": 15.735294117647058, "title": "Type: PERSON\nCentrality: 0.03"}, {"color": "#4ECDC4", "font": {"color": "#333333"}, "id": "Aristotle", "label": "Aristotle", "shape": "dot", "size": 17.205882352941178, "title": "Type: ORG\nCentrality: 0.09"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "Illyrians", "label": "Illyrians", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#45B7D1", "font": {"color": "#333333"}, "id": "Macedonia", "label": "Macedonia", "shape": "dot", "size": 15.735294117647058, "title": "Type: GPE\nCentrality: 0.03"}, {"color": "#45B7D1", "font": {"color": "#333333"}, "id": "Macedon", "label": "Macedon", "shape": "dot", "size": 15.735294117647058, "title": "Type: GPE\nCentrality: 0.03"}, {"color": "#FF6B6B", "font": {"color": "#333333"}, "id": "Arrhidaeus", "label": "Arrhidaeus", "shape": "dot", "size": 15.735294117647058, "title": "Type: PERSON\nCentrality: 0.03"}, {"color": "#4ECDC4", "font": {"color": "#333333"}, "id": "Athletic Greens", "label": "Athletic Greens", "shape": "dot", "size": 15.735294117647058, "title": "Type: ORG\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "number adaptogens minerals", "label": "number adaptogens minerals", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#FF6B6B", "font": {"color": "#333333"}, "id": "ANDREW HUBERMAN", "label": "ANDREW HUBERMAN", "shape": "dot", "size": 16.470588235294116, "title": "Type: PERSON\nCentrality: 0.06"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "associated values eye", "label": "associated values eye", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#FF6B6B", "font": {"color": "#333333"}, "id": "David Goggins", "label": "David Goggins", "shape": "dot", "size": 15.735294117647058, "title": "Type: PERSON\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "come mind", "label": "come mind", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#FF6B6B", "font": {"color": "#333333"}, "id": "Macedonian king", "label": "Macedonian king", "shape": "dot", "size": 15.735294117647058, "title": "Type: PERSON\nCentrality: 0.03"}, {"color": "#45B7D1", "font": {"color": "#333333"}, "id": "great city", "label": "great city", "shape": "dot", "size": 15.735294117647058, "title": "Type: GPE\nCentrality: 0.03"}, {"color": "#4ECDC4", "font": {"color": "#333333"}, "id": "Philip II", "label": "Philip II", "shape": "dot", "size": 16.470588235294116, "title": "Type: ORG\nCentrality: 0.06"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "work establishing", "label": "work establishing", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "world population", "label": "world population", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "1 billion", "label": "1 billion", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#45B7D1", "font": {"color": "#333333"}, "id": "United States", "label": "United States", "shape": "dot", "size": 15.735294117647058, "title": "Type: GPE\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "great troubling sore", "label": "great troubling sore", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#45B7D1", "font": {"color": "#333333"}, "id": "Ellis Island", "label": "Ellis Island", "shape": "dot", "size": 16.470588235294116, "title": "Type: GPE\nCentrality: 0.06"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "80 percent immigrants", "label": "80 percent immigrants", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "great", "label": "great", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#FF6B6B", "font": {"color": "#333333"}, "id": "Joe", "label": "Joe", "shape": "dot", "size": 15.735294117647058, "title": "Type: PERSON\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "nice man", "label": "nice man", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "lot people", "label": "lot people", "shape": "dot", "size": 16.470588235294116, "title": "Type: OTHER\nCentrality: 0.06"}, {"color": "#45B7D1", "font": {"color": "#333333"}, "id": "Zelenskyy", "label": "Zelenskyy", "shape": "dot", "size": 15.735294117647058, "title": "Type: GPE\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "British", "label": "British", "shape": "dot", "size": 16.470588235294116, "title": "Type: OTHER\nCentrality: 0.06"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "Jewish immigration", "label": "Jewish immigration", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "Golan Heights Syria", "label": "Golan Heights Syria", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "Palestinian territories", "label": "Palestinian territories", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "Palestinians", "label": "Palestinians", "shape": "dot", "size": 16.470588235294116, "title": "Type: OTHER\nCentrality: 0.06"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "feeling like work", "label": "feeling like work", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "decisive land battle Persians", "label": "decisive land battle Persians", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "grand plan", "label": "grand plan", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "royal squadron", "label": "royal squadron", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "attack destroy", "label": "attack destroy", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "right wing", "label": "right wing", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "Persians", "label": "Persians", "shape": "dot", "size": 17.205882352941178, "title": "Type: OTHER\nCentrality: 0.09"}, {"color": "#FFEAA7", "font": {"color": "#333333"}, "id": "prevent push", "label": "prevent push", "shape": "dot", "size": 15.735294117647058, "title": "Type: EVENT\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "great victory", "label": "great victory", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "narrow battlefield", "label": "narrow battlefield", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#FF6B6B", "font": {"color": "#333333"}, "id": "Darius", "label": "Darius", "shape": "dot", "size": 17.205882352941178, "title": "Type: PERSON\nCentrality: 0.09"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "battlefield chariot", "label": "battlefield chariot", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "priests land", "label": "priests land", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#4ECDC4", "font": {"color": "#333333"}, "id": "Companion cavalry", "label": "Companion cavalry", "shape": "dot", "size": 15.735294117647058, "title": "Type: ORG\nCentrality: 0.03"}, {"color": "#45B7D1", "font": {"color": "#333333"}, "id": "sudden ferocity assault", "label": "sudden ferocity assault", "shape": "dot", "size": 15.735294117647058, "title": "Type: GPE\nCentrality: 0.03"}, {"color": "#4ECDC4", "font": {"color": "#333333"}, "id": "Parmenion", "label": "Parmenion", "shape": "dot", "size": 15.735294117647058, "title": "Type: ORG\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "desperate appeal", "label": "desperate appeal", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#FF6B6B", "font": {"color": "#333333"}, "id": "King", "label": "King", "shape": "dot", "size": 15.735294117647058, "title": "Type: PERSON\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "pursuit Darius", "label": "pursuit Darius", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "great army", "label": "great army", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "mountain path", "label": "mountain path", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "League Corinth", "label": "League Corinth", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "search tutor", "label": "search tutor", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "rebuild repopulate", "label": "rebuild repopulate", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "Alexander companions", "label": "Alexander companions", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "annotated copy", "label": "annotated copy", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#FFEAA7", "font": {"color": "#333333"}, "id": "war", "label": "war", "shape": "dot", "size": 18.676470588235293, "title": "Type: EVENT\nCentrality: 0.15"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "muster campaign", "label": "muster campaign", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "right wing Alexander", "label": "right wing Alexander", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "murder Attalus", "label": "murder Attalus", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "3,000 Macedonian cavalry", "label": "3,000 Macedonian cavalry", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "title Hegemon", "label": "title Hegemon", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "end Thebes", "label": "end Thebes", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#45B7D1", "font": {"color": "#333333"}, "id": "Athens", "label": "Athens", "shape": "dot", "size": 15.735294117647058, "title": "Type: GPE\nCentrality: 0.03"}, {"color": "#4ECDC4", "font": {"color": "#333333"}, "id": "Miletus", "label": "Miletus", "shape": "dot", "size": 15.735294117647058, "title": "Type: ORG\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "delicate siege operation", "label": "delicate siege operation", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "scale siege", "label": "scale siege", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "hitherto unsolvable Gordian Knot", "label": "hitherto unsolvable Gordian Knot", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#4ECDC4", "font": {"color": "#333333"}, "id": "Han", "label": "Han", "shape": "dot", "size": 15.735294117647058, "title": "Type: ORG\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "Chinese territory", "label": "Chinese territory", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#FF6B6B", "font": {"color": "#333333"}, "id": "Muhammad", "label": "Muhammad", "shape": "dot", "size": 15.735294117647058, "title": "Type: PERSON\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "divine revelation", "label": "divine revelation", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "doors", "label": "doors", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#4ECDC4", "font": {"color": "#333333"}, "id": "Congress", "label": "Congress", "shape": "dot", "size": 16.470588235294116, "title": "Type: ORG\nCentrality: 0.06"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "proposal violence streets", "label": "proposal violence streets", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "1947.Colonies", "label": "1947.Colonies", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "freedom II", "label": "freedom II", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#45B7D1", "font": {"color": "#333333"}, "id": "Poland", "label": "Poland", "shape": "dot", "size": 15.735294117647058, "title": "Type: GPE\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "end rule", "label": "end rule", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#4ECDC4", "font": {"color": "#333333"}, "id": "Time", "label": "Time", "shape": "dot", "size": 16.470588235294116, "title": "Type: ORG\nCentrality: 0.06"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "entitle mention", "label": "entitle mention", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#FFEAA7", "font": {"color": "#333333"}, "id": "Reforger", "label": "Reforger", "shape": "dot", "size": 15.735294117647058, "title": "Type: EVENT\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "personnel facilities countries", "label": "personnel facilities countries", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "Soviets", "label": "Soviets", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "nuclear forces", "label": "nuclear forces", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "numerous factors", "label": "numerous factors", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#FF6B6B", "font": {"color": "#333333"}, "id": "Reagan", "label": "Reagan", "shape": "dot", "size": 15.735294117647058, "title": "Type: PERSON\nCentrality: 0.03"}, {"color": "#45B7D1", "font": {"color": "#333333"}, "id": "USSR", "label": "USSR", "shape": "dot", "size": 15.735294117647058, "title": "Type: GPE\nCentrality: 0.03"}, {"color": "#DDA0DD", "font": {"color": "#333333"}, "id": "SDI concept", "label": "SDI concept", "shape": "dot", "size": 15.735294117647058, "title": "Type: CONCEPT\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "NATO allies", "label": "NATO allies", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#FF6B6B", "font": {"color": "#333333"}, "id": "Downs", "label": "Downs", "shape": "dot", "size": 15.735294117647058, "title": "Type: PERSON\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "belief News", "label": "belief News", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#45B7D1", "font": {"color": "#333333"}, "id": "Soviet Union", "label": "Soviet Union", "shape": "dot", "size": 15.735294117647058, "title": "Type: GPE\nCentrality: 0.03"}, {"color": "#4ECDC4", "font": {"color": "#333333"}, "id": "forces", "label": "forces", "shape": "dot", "size": 16.470588235294116, "title": "Type: ORG\nCentrality: 0.06"}, {"color": "#4ECDC4", "font": {"color": "#333333"}, "id": "Pentagon", "label": "Pentagon", "shape": "dot", "size": 15.735294117647058, "title": "Type: ORG\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "Defcon status", "label": "Defcon status", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#45B7D1", "font": {"color": "#333333"}, "id": "Qatar", "label": "Qatar", "shape": "dot", "size": 15.735294117647058, "title": "Type: GPE\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "intercepting reported.[71", "label": "intercepting reported.[71", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#45B7D1", "font": {"color": "#333333"}, "id": "people region", "label": "people region", "shape": "dot", "size": 15.735294117647058, "title": "Type: GPE\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "sense", "label": "sense", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#4ECDC4", "font": {"color": "#333333"}, "id": "InsideTracker", "label": "InsideTracker", "shape": "dot", "size": 15.735294117647058, "title": "Type: ORG\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "problem", "label": "problem", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "Jews", "label": "Jews", "shape": "dot", "size": 16.470588235294116, "title": "Type: OTHER\nCentrality: 0.06"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "movement", "label": "movement", "shape": "dot", "size": 16.470588235294116, "title": "Type: OTHER\nCentrality: 0.06"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "limiting", "label": "limiting", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "plan", "label": "plan", "shape": "dot", "size": 17.205882352941178, "title": "Type: OTHER\nCentrality: 0.09"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "territory", "label": "territory", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "Israelis", "label": "Israelis", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "skeptical", "label": "skeptical", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "settlements", "label": "settlements", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "control", "label": "control", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#4ECDC4", "font": {"color": "#333333"}, "id": "army", "label": "army", "shape": "dot", "size": 18.676470588235293, "title": "Type: ORG\nCentrality: 0.15"}, {"color": "#4ECDC4", "font": {"color": "#333333"}, "id": "Spithridates", "label": "Spithridates", "shape": "dot", "size": 15.735294117647058, "title": "Type: ORG\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "sword", "label": "sword", "shape": "dot", "size": 16.470588235294116, "title": "Type: OTHER\nCentrality: 0.06"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "appeals", "label": "appeals", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "attack", "label": "attack", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#4ECDC4", "font": {"color": "#333333"}, "id": "men", "label": "men", "shape": "dot", "size": 15.735294117647058, "title": "Type: ORG\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "troops", "label": "troops", "shape": "dot", "size": 17.205882352941178, "title": "Type: OTHER\nCentrality: 0.09"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "position", "label": "position", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "encircle", "label": "encircle", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "chariots", "label": "chariots", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "reach", "label": "reach", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "legendary", "label": "legendary", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "news", "label": "news", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#4ECDC4", "font": {"color": "#333333"}, "id": "tame", "label": "tame", "shape": "dot", "size": 15.735294117647058, "title": "Type: ORG\nCentrality: 0.03"}, {"color": "#4ECDC4", "font": {"color": "#333333"}, "id": "life", "label": "life", "shape": "dot", "size": 15.735294117647058, "title": "Type: ORG\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "Athenians", "label": "Athenians", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "seek", "label": "seek", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "friends", "label": "friends", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "philosopher", "label": "philosopher", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "reply", "label": "reply", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#4ECDC4", "font": {"color": "#333333"}, "id": "Thebes", "label": "Thebes", "shape": "dot", "size": 15.735294117647058, "title": "Type: ORG\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "fight", "label": "fight", "shape": "dot", "size": 16.470588235294116, "title": "Type: OTHER\nCentrality: 0.06"}, {"color": "#45B7D1", "font": {"color": "#333333"}, "id": "Hellespont", "label": "Hellespont", "shape": "dot", "size": 15.735294117647058, "title": "Type: GPE\nCentrality: 0.03"}, {"color": "#4ECDC4", "font": {"color": "#333333"}, "id": "Islam", "label": "Islam", "shape": "dot", "size": 15.735294117647058, "title": "Type: ORG\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "spread", "label": "spread", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#45B7D1", "font": {"color": "#333333"}, "id": "Pakistan", "label": "Pakistan", "shape": "dot", "size": 15.735294117647058, "title": "Type: GPE\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "challenges", "label": "challenges", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "title", "label": "title", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#45B7D1", "font": {"color": "#333333"}, "id": "Canada", "label": "Canada", "shape": "dot", "size": 15.735294117647058, "title": "Type: GPE\nCentrality: 0.03"}, {"color": "#96CEB4", "font": {"color": "#333333"}, "id": "weapons", "label": "weapons", "shape": "dot", "size": 15.735294117647058, "title": "Type: PRODUCT\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "discussion episode", "label": "discussion episode", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "facets Fridman", "label": "facets Fridman", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "body temperature", "label": "body temperature", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "drop degrees", "label": "drop degrees", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "photographs families", "label": "photographs families", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "police force", "label": "police force", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "lot power", "label": "lot power", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "deal questions", "label": "deal questions", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "tremendous respect", "label": "tremendous respect", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "grind disciplines", "label": "grind disciplines", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "great work", "label": "great work", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#45B7D1", "font": {"color": "#333333"}, "id": "Arabs region", "label": "Arabs region", "shape": "dot", "size": 15.735294117647058, "title": "Type: GPE\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "UN plan", "label": "UN plan", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "Israel Egypt", "label": "Israel Egypt", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "brokered Camp David Accords", "label": "brokered Camp David Accords", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "Hard liners sides", "label": "Hard liners sides", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#4ECDC4", "font": {"color": "#333333"}, "id": "Oslo accords", "label": "Oslo accords", "shape": "dot", "size": 15.735294117647058, "title": "Type: ORG\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "Members Hamas", "label": "Members Hamas", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "suicide bombings", "label": "suicide bombings", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "brilliant leadership", "label": "brilliant leadership", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "battle battle", "label": "battle battle", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "Greek fleet", "label": "Greek fleet", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "Persian navy", "label": "Persian navy", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "sophisticated Greeks", "label": "sophisticated Greeks", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "mountainous kingdom Macedonia", "label": "mountainous kingdom Macedonia", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "packed formation", "label": "packed formation", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "solid wall spear tips", "label": "solid wall spear tips", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "Memnon Rhodes", "label": "Memnon Rhodes", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "Persian warships", "label": "Persian warships", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "Persian infantry", "label": "Persian infantry", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "left wing", "label": "left wing", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "King Agis Sparta", "label": "King Agis Sparta", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "revolt Macedonia", "label": "revolt Macedonia", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "Battle Darius", "label": "Battle Darius", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "fight ground", "label": "fight ground", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "Greek hoplites", "label": "Greek hoplites", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "second line", "label": "second line", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "expert Agrianes javelin throwers", "label": "expert Agrianes javelin throwers", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "horses crews", "label": "horses crews", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#45B7D1", "font": {"color": "#333333"}, "id": "Macedonian Empire", "label": "Macedonian Empire", "shape": "dot", "size": 15.735294117647058, "title": "Type: GPE\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "vast swath territory", "label": "vast swath territory", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "Hellenistic period", "label": "Hellenistic period", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#45B7D1", "font": {"color": "#333333"}, "id": "lingua franca region", "label": "lingua franca region", "shape": "dot", "size": 15.735294117647058, "title": "Type: GPE\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "image.[16 Plutarch", "label": "image.[16 Plutarch", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "variety interpretations dreams", "label": "variety interpretations dreams", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "Exile return", "label": "Exile return", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "niece Attalus", "label": "niece Attalus", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "BOOK EDITOR Heyworth Lusiak EDITORIAL", "label": "BOOK EDITOR Heyworth Lusiak EDITORIAL", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "Latipova MANAGING EDITOR Griffiths MANAGING EDITOR", "label": "Latipova MANAGING EDITOR Griffiths MANAGING EDITOR", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "invention civilization", "label": "invention civilization", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "human life", "label": "human life", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#DDA0DD", "font": {"color": "#333333"}, "id": "concept China", "label": "concept China", "shape": "dot", "size": 15.735294117647058, "title": "Type: CONCEPT\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "360 years division", "label": "360 years division", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#45B7D1", "font": {"color": "#333333"}, "id": "Large region", "label": "Large region", "shape": "dot", "size": 15.735294117647058, "title": "Type: GPE\nCentrality: 0.03"}, {"color": "#45B7D1", "font": {"color": "#333333"}, "id": "small diverse states", "label": "small diverse states", "shape": "dot", "size": 15.735294117647058, "title": "Type: GPE\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "taste profits", "label": "taste profits", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "European powers", "label": "European powers", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "rare things", "label": "rare things", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "precious stones pearls kinds", "label": "precious stones pearls kinds", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "Korean court Sejong", "label": "Korean court Sejong", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "creation Han\u2019gul", "label": "creation Han\u2019gul", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "Rise dynasty", "label": "Rise dynasty", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#45B7D1", "font": {"color": "#333333"}, "id": "Korean Peninsula", "label": "Korean Peninsula", "shape": "dot", "size": 15.735294117647058, "title": "Type: GPE\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "1392 Yi Songyye", "label": "1392 Yi Songyye", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "Choson dynasty", "label": "Choson dynasty", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "wealthy families", "label": "wealthy families", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "revival learning employing", "label": "revival learning employing", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "Muslim merchants", "label": "Muslim merchants", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "slaves Africa sale", "label": "slaves Africa sale", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#4ECDC4", "font": {"color": "#333333"}, "id": "Stuart prince", "label": "Stuart prince", "shape": "dot", "size": 15.735294117647058, "title": "Type: ORG\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "restore throne", "label": "restore throne", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#FFEAA7", "font": {"color": "#333333"}, "id": "US_198-199_CH4_Further_Events.indd SOCIETIES CHANGING SOCIETIES", "label": "US_198-199_CH4_Further_Events.indd SOCIETIES CHANGING SOCIETIES", "shape": "dot", "size": 15.735294117647058, "title": "Type: EVENT\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "delusory air progress", "label": "delusory air progress", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "fresh MODERN US troops", "label": "fresh MODERN US troops", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "defeat bring", "label": "defeat bring", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "thousands people", "label": "thousands people", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "converging wall", "label": "converging wall", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "development weapons 1949", "label": "development weapons 1949", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "arms race", "label": "arms race", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "Eisenhower administration", "label": "Eisenhower administration", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "policy retaliation", "label": "policy retaliation", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "Irish cooperation Ireland", "label": "Irish cooperation Ireland", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "planning war", "label": "planning war", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#45B7D1", "font": {"color": "#333333"}, "id": "armed forces states", "label": "armed forces states", "shape": "dot", "size": 15.735294117647058, "title": "Type: GPE\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "coastal survey Britain", "label": "coastal survey Britain", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#4ECDC4", "font": {"color": "#333333"}, "id": "Union Defence Organization", "label": "Union Defence Organization", "shape": "dot", "size": 15.735294117647058, "title": "Type: ORG\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "Exercise Verity", "label": "Exercise Verity", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "Exercise Mainbrace", "label": "Exercise Mainbrace", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "200 ships personnel", "label": "200 ships personnel", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "overall exercise commander", "label": "overall exercise commander", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "accomplishments Slam", "label": "accomplishments Slam", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "Belgium Germany", "label": "Belgium Germany", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "US nuclear weapons", "label": "US nuclear weapons", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "Historical close calls initiation", "label": "Historical close calls initiation", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "real possibility", "label": "real possibility", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#4ECDC4", "font": {"color": "#333333"}, "id": "brilliant landings Inchon", "label": "brilliant landings Inchon", "shape": "dot", "size": 15.735294117647058, "title": "Type: ORG\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "victory Korea", "label": "victory Korea", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "Bulletin Scientists", "label": "Bulletin Scientists", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "political developments", "label": "political developments", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "Ban Treaty", "label": "Ban Treaty", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "testing ordnance", "label": "testing ordnance", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "threat war", "label": "threat war", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "new stage Revolution", "label": "new stage Revolution", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "9th National Congress Party", "label": "9th National Congress Party", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "Minister Lin Biao", "label": "Minister Lin Biao", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "Admiral Daniel J. Murphy Fleet", "label": "Admiral Daniel J. Murphy Fleet", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "chances attempting", "label": "chances attempting", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "senator inside facility time", "label": "senator inside facility time", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "atmosphere panic", "label": "atmosphere panic", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "250 Russian peacekeepers", "label": "250 Russian peacekeepers", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#4ECDC4", "font": {"color": "#333333"}, "id": "Pristina International Airport", "label": "Pristina International Airport", "shape": "dot", "size": 15.735294117647058, "title": "Type: ORG\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "General Wesley Clark", "label": "General Wesley Clark", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "use force Russians.[59", "label": "use force Russians.[59", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#4ECDC4", "font": {"color": "#333333"}, "id": "Turkish Air Force", "label": "Turkish Air Force", "shape": "dot", "size": 15.735294117647058, "title": "Type: ORG\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "Sukhoi attack aircraft", "label": "Sukhoi attack aircraft", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "Previous tit strikes 2024", "label": "Previous tit strikes 2024", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "broader confrontation", "label": "broader confrontation", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "Russian invasion", "label": "Russian invasion", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "largest war Europe", "label": "largest war Europe", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "Masses fighters", "label": "Masses fighters", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "enormous danger civilians", "label": "enormous danger civilians", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#96CEB4", "font": {"color": "#333333"}, "id": "Sleep", "label": "Sleep", "shape": "dot", "size": 15.735294117647058, "title": "Type: PRODUCT\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "smart mattress covers cooling", "label": "smart mattress covers cooling", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "entire communities", "label": "entire communities", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "People", "label": "People", "shape": "dot", "size": 16.470588235294116, "title": "Type: OTHER\nCentrality: 0.06"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "ice pack", "label": "ice pack", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "reasons", "label": "reasons", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "door open", "label": "door open", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "people", "label": "people", "shape": "dot", "size": 20.147058823529413, "title": "Type: OTHER\nCentrality: 0.21"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "certain words", "label": "certain words", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "boundaries ideology", "label": "boundaries ideology", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "defy", "label": "defy", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "lot times", "label": "lot times", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "day", "label": "day", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "sorts devices hour", "label": "sorts devices hour", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "send", "label": "send", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "everybody", "label": "everybody", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "pajamas relaxed", "label": "pajamas relaxed", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "sides", "label": "sides", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "acts violence", "label": "acts violence", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#4ECDC4", "font": {"color": "#333333"}, "id": "United Nations", "label": "United Nations", "shape": "dot", "size": 15.735294117647058, "title": "Type: ORG\nCentrality: 0.03"}, {"color": "#45B7D1", "font": {"color": "#333333"}, "id": "states", "label": "states", "shape": "dot", "size": 15.735294117647058, "title": "Type: GPE\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "war Israel", "label": "war Israel", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#45B7D1", "font": {"color": "#333333"}, "id": "new state Israel", "label": "new state Israel", "shape": "dot", "size": 15.735294117647058, "title": "Type: GPE\nCentrality: 0.03"}, {"color": "#45B7D1", "font": {"color": "#333333"}, "id": "Israel states", "label": "Israel states", "shape": "dot", "size": 15.735294117647058, "title": "Type: GPE\nCentrality: 0.03"}, {"color": "#45B7D1", "font": {"color": "#333333"}, "id": "Arab states", "label": "Arab states", "shape": "dot", "size": 15.735294117647058, "title": "Type: GPE\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "peace", "label": "peace", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "military", "label": "military", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "Palestinian territories Bank", "label": "Palestinian territories Bank", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "Negotiations", "label": "Negotiations", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "hammer years", "label": "hammer years", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#4ECDC4", "font": {"color": "#333333"}, "id": "Second Intifada", "label": "Second Intifada", "shape": "dot", "size": 15.735294117647058, "title": "Type: ORG\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "conflict", "label": "conflict", "shape": "dot", "size": 16.470588235294116, "title": "Type: OTHER\nCentrality: 0.06"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "fighting", "label": "fighting", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#4ECDC4", "font": {"color": "#333333"}, "id": "Palestinians including lots", "label": "Palestinians including lots", "shape": "dot", "size": 15.735294117647058, "title": "Type: ORG\nCentrality: 0.03"}, {"color": "#45B7D1", "font": {"color": "#333333"}, "id": "city states", "label": "city states", "shape": "dot", "size": 15.735294117647058, "title": "Type: GPE\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "joint forces Thebes", "label": "joint forces Thebes", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "3,000 elite infantry hypaspists", "label": "3,000 elite infantry hypaspists", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "flanks", "label": "flanks", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "helmet", "label": "helmet", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "force blow", "label": "force blow", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "following spring BC", "label": "following spring BC", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "advance", "label": "advance", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "best infantry", "label": "best infantry", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "centre", "label": "centre", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "speed shock advance", "label": "speed shock advance", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "enemy", "label": "enemy", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "courageous Persian force", "label": "courageous Persian force", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "legacy", "label": "legacy", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "cultural diffusion syncretism Buddhism", "label": "cultural diffusion syncretism Buddhism", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "mother", "label": "mother", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "birth childhood", "label": "birth childhood", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "trader Thessaly", "label": "trader Thessaly", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "horse", "label": "horse", "shape": "dot", "size": 16.470588235294116, "title": "Type: OTHER\nCentrality: 0.06"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "students", "label": "students", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "friends generals", "label": "friends generals", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#45B7D1", "font": {"color": "#333333"}, "id": "city Amphissa", "label": "city Amphissa", "shape": "dot", "size": 15.735294117647058, "title": "Type: GPE\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "work", "label": "work", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "Philip army", "label": "Philip army", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#4ECDC4", "font": {"color": "#333333"}, "id": "son", "label": "son", "shape": "dot", "size": 15.735294117647058, "title": "Type: ORG\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "Athens Philip", "label": "Athens Philip", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "embassies", "label": "embassies", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "marriage", "label": "marriage", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "position heir", "label": "position heir", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "coast", "label": "coast", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "major ports", "label": "major ports", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "Frequent leadership changes corruption", "label": "Frequent leadership changes corruption", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#45B7D1", "font": {"color": "#333333"}, "id": "empire", "label": "empire", "shape": "dot", "size": 15.735294117647058, "title": "Type: GPE\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "publications", "label": "publications", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "DK books", "label": "DK books", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "CE 16:40 ANCIENT CIVILIZATIONS", "label": "CE 16:40 ANCIENT CIVILIZATIONS", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#FF6B6B", "font": {"color": "#333333"}, "id": "form", "label": "form", "shape": "dot", "size": 15.735294117647058, "title": "Type: PERSON\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "rest", "label": "rest", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "towns palaces", "label": "towns palaces", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "Expansion Islam", "label": "Expansion Islam", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "tensions", "label": "tensions", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "stories", "label": "stories", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "attention mate", "label": "attention mate", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#4ECDC4", "font": {"color": "#333333"}, "id": "number works including chapels", "label": "number works including chapels", "shape": "dot", "size": 15.735294117647058, "title": "Type: ORG\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "reputation", "label": "reputation", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "members family", "label": "members family", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "popes", "label": "popes", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "human cost trade", "label": "human cost trade", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#4ECDC4", "font": {"color": "#333333"}, "id": "incalculable", "label": "incalculable", "shape": "dot", "size": 15.735294117647058, "title": "Type: ORG\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "PassageThe triangular slave trade", "label": "PassageThe triangular slave trade", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "misery", "label": "misery", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "freeing", "label": "freeing", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "trouble enslaving", "label": "trouble enslaving", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#45B7D1", "font": {"color": "#333333"}, "id": "abolitionists states", "label": "abolitionists states", "shape": "dot", "size": 15.735294117647058, "title": "Type: GPE\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "slavery", "label": "slavery", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "million people", "label": "million people", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "border", "label": "border", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#FF6B6B", "font": {"color": "#333333"}, "id": "suffrage", "label": "suffrage", "shape": "dot", "size": 15.735294117647058, "title": "Type: PERSON\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "right women", "label": "right women", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#4ECDC4", "font": {"color": "#333333"}, "id": "man", "label": "man", "shape": "dot", "size": 15.735294117647058, "title": "Type: ORG\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "use land king", "label": "use land king", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#FF6B6B", "font": {"color": "#333333"}, "id": "Jimmy", "label": "Jimmy", "shape": "dot", "size": 15.735294117647058, "title": "Type: PERSON\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "Jacques 198cartography 93Casas Longinus", "label": "Jacques 198cartography 93Casas Longinus", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "terms", "label": "terms", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "Hypothetical future global conflict", "label": "Hypothetical future global conflict", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "Dropshot", "label": "Dropshot", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "mission profiles", "label": "mission profiles", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#FFEAA7", "font": {"color": "#333333"}, "id": "Able", "label": "Able", "shape": "dot", "size": 15.735294117647058, "title": "Type: EVENT\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "members Politburo military", "label": "members Politburo military", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "relations USSR", "label": "relations USSR", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "sour", "label": "sour", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "limited involvement U.S.", "label": "limited involvement U.S.", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "UAE Bahrain", "label": "UAE Bahrain", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "airspace", "label": "airspace", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#FF6B6B", "font": {"color": "#333333"}, "id": "president", "label": "president", "shape": "dot", "size": 15.735294117647058, "title": "Type: PERSON\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "scale invasion Ukraine", "label": "scale invasion Ukraine", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#4ECDC4", "font": {"color": "#333333"}, "id": "Senior Russian politicians including Putin", "label": "Senior Russian politicians including Putin", "shape": "dot", "size": 15.735294117647058, "title": "Type: ORG\nCentrality: 0.03"}, {"color": "#45B7D1", "font": {"color": "#333333"}, "id": "statements", "label": "statements", "shape": "dot", "size": 15.735294117647058, "title": "Type: GPE\nCentrality: 0.03"}, {"color": "#4ECDC4", "font": {"color": "#333333"}, "id": "incidents", "label": "incidents", "shape": "dot", "size": 15.735294117647058, "title": "Type: ORG\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "direct conflict Russia breaches", "label": "direct conflict Russia breaches", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#FFEAA7", "font": {"color": "#333333"}, "id": "Cold War", "label": "Cold War", "shape": "dot", "size": 15.735294117647058, "title": "Type: EVENT\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "name", "label": "name", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "Others", "label": "Others", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "claims distorting", "label": "claims distorting", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "story", "label": "story", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "science", "label": "science", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "infrastructure", "label": "infrastructure", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "Everybody", "label": "Everybody", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "probably--", "label": "probably--", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "tornado", "label": "tornado", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "pandemic", "label": "pandemic", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "power", "label": "power", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#45B7D1", "font": {"color": "#333333"}, "id": "simplicity", "label": "simplicity", "shape": "dot", "size": 15.735294117647058, "title": "Type: GPE\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "busyness", "label": "busyness", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "excuse", "label": "excuse", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "prove", "label": "prove", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "like", "label": "like", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "famous", "label": "famous", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "career", "label": "career", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "sort", "label": "sort", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#96CEB4", "font": {"color": "#333333"}, "id": "systems", "label": "systems", "shape": "dot", "size": 15.735294117647058, "title": "Type: PRODUCT\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "apathetic", "label": "apathetic", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "death", "label": "death", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "unexecuted", "label": "unexecuted", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "mounted", "label": "mounted", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "alliance", "label": "alliance", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "victorious", "label": "victorious", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#4ECDC4", "font": {"color": "#333333"}, "id": "exercise", "label": "exercise", "shape": "dot", "size": 15.735294117647058, "title": "Type: ORG\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "ensure", "label": "ensure", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "dissent", "label": "dissent", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}, {"color": "#95A5A6", "font": {"color": "#333333"}, "id": "submarine", "label": "submarine", "shape": "dot", "size": 15.735294117647058, "title": "Type: OTHER\nCentrality: 0.03"}]);
edges = new vis.DataSet([{"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Oslo Accords", "label": "establish", "title": "Relation: other\nConfidence: 0.95", "to": "Palestinian Authority", "width": 4.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "British Armed Forces", "label": "develop", "title": "Relation: other\nConfidence: 0.95", "to": "Operation Unthinkable", "width": 4.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Warsaw Pact", "label": "outnumber", "title": "Relation: other\nConfidence: 0.95", "to": "NATO", "width": 4.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "NATO", "label": "involve", "title": "Relation: other\nConfidence: 0.75", "to": "NATO allies", "width": 3.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Leslie A. White", "label": "challenge", "title": "Relation: other\nConfidence: 0.95", "to": "Einstein", "width": 4.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Philip", "label": "establish", "title": "Relation: other\nConfidence: 0.90", "to": "Hellenic Alliance", "width": 4.5}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Philip", "label": "choose", "title": "Relation: other\nConfidence: 0.90", "to": "Aristotle", "width": 4.5}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#3498DB", "from": "Philip", "label": "begin", "title": "Relation: temporal\nConfidence: 0.75", "to": "search tutor", "width": 3.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Philip", "label": "agree", "title": "Relation: other\nConfidence: 0.75", "to": "rebuild repopulate", "width": 3.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Philip", "label": "command", "title": "Relation: other\nConfidence: 0.75", "to": "right wing Alexander", "width": 3.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Philip", "label": "gain", "title": "Relation: other\nConfidence: 0.70", "to": "control", "width": 3.5}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#3498DB", "from": "Philip", "label": "begin", "title": "Relation: temporal\nConfidence: 0.70", "to": "plan", "width": 3.5}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Philip", "label": "receive", "title": "Relation: other\nConfidence: 0.70", "to": "news", "width": 3.5}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Philip", "label": "command; order", "title": "Relation: other\nConfidence: 0.70", "to": "troops", "width": 3.5}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Philip", "label": "exile", "title": "Relation: other\nConfidence: 0.70", "to": "friends", "width": 3.5}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Bol\u00edvar", "label": "establish", "title": "Relation: other\nConfidence: 0.90", "to": "Gran Colombia", "width": 4.5}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Israel", "label": "put", "title": "Relation: other\nConfidence: 0.90", "to": "Gaza", "width": 4.5}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Israel", "label": "seize", "title": "Relation: other\nConfidence: 0.75", "to": "Golan Heights Syria", "width": 3.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Israel", "label": "occupy", "title": "Relation: other\nConfidence: 0.75", "to": "Palestinian territories", "width": 3.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Israel", "label": "control", "title": "Relation: other\nConfidence: 0.70", "to": "territory", "width": 3.5}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Greeks", "label": "regard", "title": "Relation: other\nConfidence: 0.90", "to": "Alexander", "width": 4.5}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Greeks", "label": "win", "title": "Relation: other\nConfidence: 0.75", "to": "decisive land battle Persians", "width": 3.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Greeks", "label": "find", "title": "Relation: other\nConfidence: 0.75", "to": "mountain path", "width": 3.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Alexander", "label": "flee", "title": "Relation: other\nConfidence: 0.90", "to": "Macedon", "width": 4.5}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Alexander", "label": "spare", "title": "Relation: other\nConfidence: 0.90", "to": "Arrhidaeus", "width": 4.5}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Alexander", "label": "inherit", "title": "Relation: other\nConfidence: 0.75", "to": "grand plan", "width": 3.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#E74C3C", "from": "Alexander", "label": "lead", "title": "Relation: causal\nConfidence: 0.75", "to": "royal squadron", "width": 3.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Alexander", "label": "determine", "title": "Relation: other\nConfidence: 0.75", "to": "attack destroy", "width": 3.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#E74C3C", "from": "Alexander", "label": "lead", "title": "Relation: causal\nConfidence: 0.75", "to": "right wing", "width": 3.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Alexander", "label": "win", "title": "Relation: other\nConfidence: 0.75", "to": "great victory", "width": 3.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#E74C3C", "from": "Alexander", "label": "lead", "title": "Relation: causal\nConfidence: 0.75", "to": "Companion cavalry", "width": 3.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Alexander", "label": "route", "title": "Relation: other\nConfidence: 0.75", "to": "great army", "width": 3.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#E74C3C", "from": "Alexander", "label": "lead", "title": "Relation: causal\nConfidence: 0.75", "to": "League Corinth", "width": 3.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Alexander", "label": "order", "title": "Relation: other\nConfidence: 0.75", "to": "muster campaign", "width": 3.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Alexander", "label": "order", "title": "Relation: other\nConfidence: 0.75", "to": "murder Attalus", "width": 3.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Alexander", "label": "muster", "title": "Relation: other\nConfidence: 0.75", "to": "3,000 Macedonian cavalry", "width": 3.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Alexander", "label": "take", "title": "Relation: other\nConfidence: 0.75", "to": "title Hegemon", "width": 3.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Alexander", "label": "wage", "title": "Relation: other\nConfidence: 0.75", "to": "scale siege", "width": 3.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#9B59B6", "from": "Alexander", "label": "undo", "title": "Relation: action\nConfidence: 0.75", "to": "hitherto unsolvable Gordian Knot", "width": 3.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#E74C3C", "from": "Alexander", "label": "lead; deploy", "title": "Relation: causal\nConfidence: 0.70", "to": "army", "width": 3.5}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Alexander", "label": "ignore", "title": "Relation: other\nConfidence: 0.70", "to": "appeals", "width": 3.5}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Alexander", "label": "decide", "title": "Relation: other\nConfidence: 0.70", "to": "attack", "width": 3.5}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Alexander", "label": "take", "title": "Relation: other\nConfidence: 0.70", "to": "sword", "width": 3.5}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#E74C3C", "from": "Alexander", "label": "lead", "title": "Relation: causal\nConfidence: 0.70", "to": "men", "width": 3.5}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#2ECC71", "from": "Alexander", "label": "position", "title": "Relation: spatial\nConfidence: 0.70", "to": "troops", "width": 3.5}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Alexander", "label": "try", "title": "Relation: other\nConfidence: 0.70", "to": "encircle", "width": 3.5}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#3498DB", "from": "Alexander", "label": "endeavor", "title": "Relation: temporal\nConfidence: 0.70", "to": "reach", "width": 3.5}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Alexander", "label": "become", "title": "Relation: other\nConfidence: 0.70", "to": "legendary", "width": 3.5}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Alexander", "label": "ask", "title": "Relation: other\nConfidence: 0.70", "to": "tame", "width": 3.5}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Alexander", "label": "save", "title": "Relation: other\nConfidence: 0.70", "to": "life", "width": 3.5}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Bucephalas", "label": "carry", "title": "Relation: other\nConfidence: 0.90", "to": "Alexander", "width": 4.5}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Aristotle", "label": "teach", "title": "Relation: other\nConfidence: 0.75", "to": "Alexander companions", "width": 3.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Aristotle", "label": "give", "title": "Relation: other\nConfidence: 0.75", "to": "annotated copy", "width": 3.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Illyrians", "label": "invade", "title": "Relation: other\nConfidence: 0.90", "to": "Macedonia", "width": 4.5}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#2ECC71", "from": "Athletic Greens", "label": "contain", "title": "Relation: spatial\nConfidence: 0.80", "to": "number adaptogens minerals", "width": 4.0}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "ANDREW HUBERMAN", "label": "seem", "title": "Relation: other\nConfidence: 0.80", "to": "associated values eye", "width": 4.0}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "ANDREW HUBERMAN", "label": "feel", "title": "Relation: other\nConfidence: 0.75", "to": "great", "width": 3.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "David Goggins", "label": "seem", "title": "Relation: other\nConfidence: 0.80", "to": "come mind", "width": 4.0}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Macedonian king", "label": "enter", "title": "Relation: other\nConfidence: 0.80", "to": "great city", "width": 4.0}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#3498DB", "from": "Philip II", "label": "begin", "title": "Relation: temporal\nConfidence: 0.80", "to": "work establishing", "width": 4.0}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Philip II", "label": "wage", "title": "Relation: other\nConfidence: 0.75", "to": "war", "width": 3.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#1ABC9C", "from": "world population", "label": "exceed", "title": "Relation: comparison\nConfidence: 0.80", "to": "1 billion", "width": 4.0}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "United States", "label": "remain", "title": "Relation: other\nConfidence: 0.80", "to": "great troubling sore", "width": 4.0}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Ellis Island", "label": "see", "title": "Relation: other\nConfidence: 0.80", "to": "80 percent immigrants", "width": 4.0}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Ellis Island", "label": "close", "title": "Relation: other\nConfidence: 0.75", "to": "doors", "width": 3.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Joe", "label": "set", "title": "Relation: other\nConfidence: 0.75", "to": "nice man", "width": 3.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "lot people", "label": "like", "title": "Relation: other\nConfidence: 0.75", "to": "Zelenskyy", "width": 3.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "lot people", "label": "store", "title": "Relation: other\nConfidence: 0.60", "to": "photographs families", "width": 3.0000000000000004}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "British", "label": "allow", "title": "Relation: other\nConfidence: 0.75", "to": "Jewish immigration", "width": 3.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#3498DB", "from": "British", "label": "begin", "title": "Relation: temporal\nConfidence: 0.70", "to": "limiting", "width": 3.5}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Palestinians", "label": "leave", "title": "Relation: other\nConfidence: 0.75", "to": "feeling like work", "width": 3.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Persians", "label": "determine", "title": "Relation: other\nConfidence: 0.75", "to": "prevent push", "width": 3.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Persians", "label": "mirror", "title": "Relation: other\nConfidence: 0.70", "to": "movement", "width": 3.5}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "narrow battlefield", "label": "force", "title": "Relation: other\nConfidence: 0.75", "to": "Alexander", "width": 3.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Darius", "label": "flee", "title": "Relation: other\nConfidence: 0.75", "to": "battlefield chariot", "width": 3.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Darius", "label": "hold", "title": "Relation: other\nConfidence: 0.70", "to": "position", "width": 3.5}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Darius", "label": "unleash", "title": "Relation: other\nConfidence: 0.70", "to": "chariots", "width": 3.5}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "priests land", "label": "welcome", "title": "Relation: other\nConfidence: 0.75", "to": "Alexander", "width": 3.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "sudden ferocity assault", "label": "throw", "title": "Relation: other\nConfidence: 0.75", "to": "Persians", "width": 3.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#3498DB", "from": "Parmenion", "label": "send", "title": "Relation: temporal\nConfidence: 0.75", "to": "desperate appeal", "width": 3.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#9B59B6", "from": "King", "label": "abandon", "title": "Relation: action\nConfidence: 0.75", "to": "pursuit Darius", "width": 3.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "war", "label": "destroy", "title": "Relation: other\nConfidence: 0.55", "to": "entire communities", "width": 2.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "end Thebes", "label": "cow", "title": "Relation: other\nConfidence: 0.75", "to": "Athens", "width": 3.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Miletus", "label": "require", "title": "Relation: other\nConfidence: 0.75", "to": "delicate siege operation", "width": 3.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Han", "label": "expand", "title": "Relation: other\nConfidence: 0.75", "to": "Chinese territory", "width": 3.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Muhammad", "label": "receive", "title": "Relation: other\nConfidence: 0.75", "to": "divine revelation", "width": 3.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Congress", "label": "reject", "title": "Relation: other\nConfidence: 0.75", "to": "proposal violence streets", "width": 3.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Congress", "label": "declare", "title": "Relation: other\nConfidence: 0.70", "to": "war", "width": 3.5}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "1947.Colonies", "label": "gain", "title": "Relation: other\nConfidence: 0.75", "to": "freedom II", "width": 3.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Poland", "label": "see", "title": "Relation: other\nConfidence: 0.75", "to": "end rule", "width": 3.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Time", "label": "continue", "title": "Relation: other\nConfidence: 0.75", "to": "entitle mention", "width": 3.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Time", "label": "reuse", "title": "Relation: other\nConfidence: 0.70", "to": "title", "width": 3.5}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Reforger", "label": "monitor", "title": "Relation: other\nConfidence: 0.75", "to": "personnel facilities countries", "width": 3.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Soviets", "label": "readie", "title": "Relation: other\nConfidence: 0.75", "to": "nuclear forces", "width": 3.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "numerous factors", "label": "turn", "title": "Relation: other\nConfidence: 0.75", "to": "Reagan", "width": 3.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "USSR", "label": "see", "title": "Relation: other\nConfidence: 0.75", "to": "SDI concept", "width": 3.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Downs", "label": "repeat", "title": "Relation: other\nConfidence: 0.75", "to": "belief News", "width": 3.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Soviet Union", "label": "increase", "title": "Relation: other\nConfidence: 0.75", "to": "forces", "width": 3.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Pentagon", "label": "move", "title": "Relation: other\nConfidence: 0.75", "to": "Defcon status", "width": 3.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Qatar", "label": "report", "title": "Relation: other\nConfidence: 0.75", "to": "intercepting reported.[71", "width": 3.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "people region", "label": "develop", "title": "Relation: other\nConfidence: 0.70", "to": "sense", "width": 3.5000000000000004}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "InsideTracker", "label": "solve", "title": "Relation: other\nConfidence: 0.70", "to": "problem", "width": 3.5}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Jews", "label": "join", "title": "Relation: other\nConfidence: 0.70", "to": "movement", "width": 3.5}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Jews", "label": "accept", "title": "Relation: other\nConfidence: 0.70", "to": "plan", "width": 3.5}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Israelis", "label": "become", "title": "Relation: other\nConfidence: 0.70", "to": "skeptical", "width": 3.5}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "settlements", "label": "smother", "title": "Relation: other\nConfidence: 0.70", "to": "Palestinians", "width": 3.5}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "army", "label": "cross", "title": "Relation: other\nConfidence: 0.70", "to": "Hellespont", "width": 3.5}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "army", "label": "crush", "title": "Relation: other\nConfidence: 0.55", "to": "joint forces Thebes", "width": 2.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Spithridates", "label": "raise", "title": "Relation: other\nConfidence: 0.70", "to": "sword", "width": 3.5}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Athenians", "label": "vote", "title": "Relation: other\nConfidence: 0.70", "to": "seek", "width": 3.5}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "philosopher", "label": "ask", "title": "Relation: other\nConfidence: 0.70", "to": "Alexander", "width": 3.5}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "reply", "label": "delight", "title": "Relation: other\nConfidence: 0.70", "to": "Alexander", "width": 3.5}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Thebes", "label": "decide", "title": "Relation: other\nConfidence: 0.70", "to": "fight", "width": 3.5}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Islam", "label": "continue", "title": "Relation: other\nConfidence: 0.70", "to": "spread", "width": 3.5}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Pakistan", "label": "face", "title": "Relation: other\nConfidence: 0.70", "to": "challenges", "width": 3.5}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Canada", "label": "host", "title": "Relation: other\nConfidence: 0.70", "to": "weapons", "width": 3.5}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "discussion episode", "label": "capture", "title": "Relation: other\nConfidence: 0.60", "to": "facets Fridman", "width": 3.0000000000000004}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "body temperature", "label": "need", "title": "Relation: other\nConfidence: 0.60", "to": "drop degrees", "width": 3.0000000000000004}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "police force", "label": "lose", "title": "Relation: other\nConfidence: 0.60", "to": "lot power", "width": 3.0000000000000004}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "deal questions", "label": "earn", "title": "Relation: other\nConfidence: 0.60", "to": "tremendous respect", "width": 3.0000000000000004}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#E74C3C", "from": "grind disciplines", "label": "produce", "title": "Relation: causal\nConfidence: 0.60", "to": "great work", "width": 3.0000000000000004}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Arabs region", "label": "see", "title": "Relation: other\nConfidence: 0.60", "to": "UN plan", "width": 3.0000000000000004}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Israel Egypt", "label": "sign", "title": "Relation: other\nConfidence: 0.60", "to": "brokered Camp David Accords", "width": 3.0000000000000004}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Hard liners sides", "label": "oppose", "title": "Relation: other\nConfidence: 0.60", "to": "Oslo accords", "width": 3.0000000000000004}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Members Hamas", "label": "launch", "title": "Relation: other\nConfidence: 0.60", "to": "suicide bombings", "width": 3.0000000000000004}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "brilliant leadership", "label": "win", "title": "Relation: other\nConfidence: 0.60", "to": "battle battle", "width": 3.0000000000000004}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Greek fleet", "label": "defeat", "title": "Relation: other\nConfidence: 0.60", "to": "Persian navy", "width": 3.0000000000000004}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "sophisticated Greeks", "label": "view", "title": "Relation: other\nConfidence: 0.60", "to": "mountainous kingdom Macedonia", "width": 3.0000000000000004}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "packed formation", "label": "present", "title": "Relation: other\nConfidence: 0.60", "to": "solid wall spear tips", "width": 3.0000000000000004}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#E74C3C", "from": "Memnon Rhodes", "label": "lead", "title": "Relation: causal\nConfidence: 0.60", "to": "Persian warships", "width": 3.0000000000000004}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Persian infantry", "label": "form", "title": "Relation: other\nConfidence: 0.60", "to": "left wing", "width": 3.0000000000000004}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "King Agis Sparta", "label": "launch", "title": "Relation: other\nConfidence: 0.60", "to": "revolt Macedonia", "width": 3.0000000000000004}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Battle Darius", "label": "choose", "title": "Relation: other\nConfidence: 0.60", "to": "fight ground", "width": 3.0000000000000004}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Greek hoplites", "label": "form", "title": "Relation: other\nConfidence: 0.60", "to": "second line", "width": 3.0000000000000004}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "expert Agrianes javelin throwers", "label": "take", "title": "Relation: other\nConfidence: 0.60", "to": "horses crews", "width": 3.0000000000000004}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Macedonian Empire", "label": "hold", "title": "Relation: other\nConfidence: 0.60", "to": "vast swath territory", "width": 3.0000000000000004}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Hellenistic period", "label": "become", "title": "Relation: other\nConfidence: 0.60", "to": "lingua franca region", "width": 3.0000000000000004}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "image.[16 Plutarch", "label": "offer", "title": "Relation: other\nConfidence: 0.60", "to": "variety interpretations dreams", "width": 3.0000000000000004}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Exile return", "label": "fall", "title": "Relation: other\nConfidence: 0.60", "to": "niece Attalus", "width": 3.0000000000000004}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "BOOK EDITOR Heyworth Lusiak EDITORIAL", "label": "DESIGN", "title": "Relation: other\nConfidence: 0.60", "to": "Latipova MANAGING EDITOR Griffiths MANAGING EDITOR", "width": 3.0000000000000004}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "invention civilization", "label": "raise", "title": "Relation: other\nConfidence: 0.60", "to": "human life", "width": 3.0000000000000004}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "concept China", "label": "survive", "title": "Relation: other\nConfidence: 0.60", "to": "360 years division", "width": 3.0000000000000004}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Large region", "label": "comprise", "title": "Relation: other\nConfidence: 0.60", "to": "small diverse states", "width": 3.0000000000000004}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "taste profits", "label": "encourage", "title": "Relation: other\nConfidence: 0.60", "to": "European powers", "width": 3.0000000000000004}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "rare things", "label": "bring", "title": "Relation: other\nConfidence: 0.60", "to": "precious stones pearls kinds", "width": 3.0000000000000004}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Korean court Sejong", "label": "announce", "title": "Relation: other\nConfidence: 0.60", "to": "creation Han\u2019gul", "width": 3.0000000000000004}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Rise dynasty", "label": "control", "title": "Relation: other\nConfidence: 0.60", "to": "Korean Peninsula", "width": 3.0000000000000004}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "1392 Yi Songyye", "label": "found", "title": "Relation: other\nConfidence: 0.60", "to": "Choson dynasty", "width": 3.0000000000000004}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "wealthy families", "label": "encourage", "title": "Relation: other\nConfidence: 0.60", "to": "revival learning employing", "width": 3.0000000000000004}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Muslim merchants", "label": "transport", "title": "Relation: other\nConfidence: 0.60", "to": "slaves Africa sale", "width": 3.0000000000000004}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Stuart prince", "label": "hope", "title": "Relation: other\nConfidence: 0.60", "to": "restore throne", "width": 3.0000000000000004}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "US_198-199_CH4_Further_Events.indd SOCIETIES CHANGING SOCIETIES", "label": "take", "title": "Relation: other\nConfidence: 0.60", "to": "delusory air progress", "width": 3.0000000000000004}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "fresh MODERN US troops", "label": "help", "title": "Relation: other\nConfidence: 0.60", "to": "defeat bring", "width": 3.0000000000000004}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#3498DB", "from": "thousands people", "label": "begin", "title": "Relation: temporal\nConfidence: 0.60", "to": "converging wall", "width": 3.0000000000000004}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "development weapons 1949", "label": "spur", "title": "Relation: other\nConfidence: 0.60", "to": "arms race", "width": 3.0000000000000004}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Eisenhower administration", "label": "promulgate", "title": "Relation: other\nConfidence: 0.60", "to": "policy retaliation", "width": 3.0000000000000004}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#3498DB", "from": "Irish cooperation Ireland", "label": "start", "title": "Relation: temporal\nConfidence: 0.60", "to": "planning war", "width": 3.0000000000000004}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#3498DB", "from": "armed forces states", "label": "begin", "title": "Relation: temporal\nConfidence: 0.60", "to": "coastal survey Britain", "width": 3.0000000000000004}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Union Defence Organization", "label": "carry", "title": "Relation: other\nConfidence: 0.60", "to": "Exercise Verity", "width": 3.0000000000000004}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Exercise Mainbrace", "label": "bring", "title": "Relation: other\nConfidence: 0.60", "to": "200 ships personnel", "width": 3.0000000000000004}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "overall exercise commander", "label": "summarize", "title": "Relation: other\nConfidence: 0.60", "to": "accomplishments Slam", "width": 3.0000000000000004}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Belgium Germany", "label": "host", "title": "Relation: other\nConfidence: 0.60", "to": "US nuclear weapons", "width": 3.0000000000000004}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Historical close calls initiation", "label": "become", "title": "Relation: other\nConfidence: 0.60", "to": "real possibility", "width": 3.0000000000000004}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "brilliant landings Inchon", "label": "win", "title": "Relation: other\nConfidence: 0.60", "to": "victory Korea", "width": 3.0000000000000004}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Bulletin Scientists", "label": "credit", "title": "Relation: other\nConfidence: 0.60", "to": "political developments", "width": 3.0000000000000004}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Ban Treaty", "label": "prevent", "title": "Relation: other\nConfidence: 0.60", "to": "testing ordnance", "width": 3.0000000000000004}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "threat war", "label": "inaugurate", "title": "Relation: other\nConfidence: 0.60", "to": "new stage Revolution", "width": 3.0000000000000004}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "9th National Congress Party", "label": "confirm", "title": "Relation: other\nConfidence: 0.60", "to": "Minister Lin Biao", "width": 3.0000000000000004}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Admiral Daniel J. Murphy Fleet", "label": "reckon", "title": "Relation: other\nConfidence: 0.60", "to": "chances attempting", "width": 3.0000000000000004}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "senator inside facility time", "label": "describe", "title": "Relation: other\nConfidence: 0.60", "to": "atmosphere panic", "width": 3.0000000000000004}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "250 Russian peacekeepers", "label": "occupy", "title": "Relation: other\nConfidence: 0.60", "to": "Pristina International Airport", "width": 3.0000000000000004}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "General Wesley Clark", "label": "order", "title": "Relation: other\nConfidence: 0.60", "to": "use force Russians.[59", "width": 3.0000000000000004}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Turkish Air Force", "label": "shoot", "title": "Relation: other\nConfidence: 0.60", "to": "Sukhoi attack aircraft", "width": 3.0000000000000004}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#9B59B6", "from": "Previous tit strikes 2024", "label": "foreshadow", "title": "Relation: action\nConfidence: 0.60", "to": "broader confrontation", "width": 3.0000000000000004}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#3498DB", "from": "Russian invasion", "label": "start", "title": "Relation: temporal\nConfidence: 0.60", "to": "largest war Europe", "width": 3.0000000000000004}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Masses fighters", "label": "pose", "title": "Relation: other\nConfidence: 0.60", "to": "enormous danger civilians", "width": 3.0000000000000004}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#9B59B6", "from": "Sleep", "label": "make", "title": "Relation: action\nConfidence: 0.55", "to": "smart mattress covers cooling", "width": 2.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "People", "label": "put", "title": "Relation: other\nConfidence: 0.55", "to": "ice pack", "width": 2.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "People", "label": "become", "title": "Relation: other\nConfidence: 0.50", "to": "famous", "width": 2.5}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "reasons", "label": "leave", "title": "Relation: other\nConfidence: 0.55", "to": "door open", "width": 2.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "people", "label": "pick", "title": "Relation: other\nConfidence: 0.55", "to": "certain words", "width": 2.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "people", "label": "know", "title": "Relation: other\nConfidence: 0.50", "to": "story", "width": 2.5}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "people", "label": "like", "title": "Relation: other\nConfidence: 0.50", "to": "simplicity", "width": 2.5}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "people", "label": "try", "title": "Relation: other\nConfidence: 0.50", "to": "prove", "width": 2.5}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "people", "label": "seem", "title": "Relation: other\nConfidence: 0.50", "to": "like", "width": 2.5}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "people", "label": "program", "title": "Relation: other\nConfidence: 0.50", "to": "systems", "width": 2.5}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "people", "label": "become", "title": "Relation: other\nConfidence: 0.50", "to": "apathetic", "width": 2.5}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#3498DB", "from": "boundaries ideology", "label": "start", "title": "Relation: temporal\nConfidence: 0.55", "to": "defy", "width": 2.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "lot times", "label": "fill", "title": "Relation: other\nConfidence: 0.55", "to": "day", "width": 2.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "sorts devices hour", "label": "use", "title": "Relation: other\nConfidence: 0.55", "to": "send", "width": 2.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "everybody", "label": "wear", "title": "Relation: other\nConfidence: 0.55", "to": "pajamas relaxed", "width": 2.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "sides", "label": "commit", "title": "Relation: other\nConfidence: 0.55", "to": "acts violence", "width": 2.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "United Nations", "label": "approve", "title": "Relation: other\nConfidence: 0.55", "to": "plan", "width": 2.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "states", "label": "declare", "title": "Relation: other\nConfidence: 0.55", "to": "war Israel", "width": 2.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "new state Israel", "label": "win", "title": "Relation: other\nConfidence: 0.55", "to": "war", "width": 2.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Israel states", "label": "fight", "title": "Relation: other\nConfidence: 0.55", "to": "war", "width": 2.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#9B59B6", "from": "Arab states", "label": "make", "title": "Relation: action\nConfidence: 0.55", "to": "peace", "width": 2.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "military", "label": "occupy", "title": "Relation: other\nConfidence: 0.55", "to": "Palestinian territories Bank", "width": 2.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Negotiations", "label": "mean", "title": "Relation: other\nConfidence: 0.55", "to": "hammer years", "width": 2.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Second Intifada", "label": "change", "title": "Relation: other\nConfidence: 0.55", "to": "conflict", "width": 2.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "conflict", "label": "draw", "title": "Relation: other\nConfidence: 0.55", "to": "limited involvement U.S.", "width": 2.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "fighting", "label": "kill", "title": "Relation: other\nConfidence: 0.55", "to": "Palestinians including lots", "width": 2.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "city states", "label": "join", "title": "Relation: other\nConfidence: 0.55", "to": "forces", "width": 2.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "3,000 elite infantry hypaspists", "label": "guard", "title": "Relation: other\nConfidence: 0.55", "to": "flanks", "width": 2.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "helmet", "label": "break", "title": "Relation: other\nConfidence: 0.55", "to": "force blow", "width": 2.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "following spring BC", "label": "continue", "title": "Relation: other\nConfidence: 0.55", "to": "advance", "width": 2.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "best infantry", "label": "form", "title": "Relation: other\nConfidence: 0.55", "to": "centre", "width": 2.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#3498DB", "from": "speed shock advance", "label": "send", "title": "Relation: temporal\nConfidence: 0.55", "to": "enemy", "width": 2.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "courageous Persian force", "label": "hold", "title": "Relation: other\nConfidence: 0.55", "to": "army", "width": 2.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#2ECC71", "from": "legacy", "label": "include", "title": "Relation: spatial\nConfidence: 0.55", "to": "cultural diffusion syncretism Buddhism", "width": 2.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "mother", "label": "surround", "title": "Relation: other\nConfidence: 0.55", "to": "birth childhood", "width": 2.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "trader Thessaly", "label": "bring", "title": "Relation: other\nConfidence: 0.55", "to": "horse", "width": 2.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "horse", "label": "refuse", "title": "Relation: other\nConfidence: 0.50", "to": "mounted", "width": 2.5}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "students", "label": "become", "title": "Relation: other\nConfidence: 0.55", "to": "friends generals", "width": 2.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#3498DB", "from": "city Amphissa", "label": "begin", "title": "Relation: temporal\nConfidence: 0.55", "to": "work", "width": 2.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Philip army", "label": "join", "title": "Relation: other\nConfidence: 0.55", "to": "son", "width": 2.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#3498DB", "from": "Athens Philip", "label": "send", "title": "Relation: temporal\nConfidence: 0.55", "to": "embassies", "width": 2.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#9B59B6", "from": "marriage", "label": "make", "title": "Relation: action\nConfidence: 0.55", "to": "position heir", "width": 2.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "coast", "label": "hold", "title": "Relation: other\nConfidence: 0.55", "to": "major ports", "width": 2.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Frequent leadership changes corruption", "label": "weaken", "title": "Relation: other\nConfidence: 0.55", "to": "empire", "width": 2.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#2ECC71", "from": "publications", "label": "include", "title": "Relation: spatial\nConfidence: 0.55", "to": "DK books", "width": 2.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#3498DB", "from": "CE 16:40 ANCIENT CIVILIZATIONS", "label": "begin", "title": "Relation: temporal\nConfidence: 0.55", "to": "form", "width": 2.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "rest", "label": "inhabit", "title": "Relation: other\nConfidence: 0.55", "to": "towns palaces", "width": 2.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Expansion Islam", "label": "raise", "title": "Relation: other\nConfidence: 0.55", "to": "tensions", "width": 2.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "stories", "label": "attract", "title": "Relation: other\nConfidence: 0.55", "to": "attention mate", "width": 2.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "number works including chapels", "label": "cement", "title": "Relation: other\nConfidence: 0.55", "to": "reputation", "width": 2.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "members family", "label": "become", "title": "Relation: other\nConfidence: 0.55", "to": "popes", "width": 2.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "human cost trade", "label": "remain", "title": "Relation: other\nConfidence: 0.55", "to": "incalculable", "width": 2.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "PassageThe triangular slave trade", "label": "turn", "title": "Relation: other\nConfidence: 0.55", "to": "misery", "width": 2.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "freeing", "label": "prove", "title": "Relation: other\nConfidence: 0.55", "to": "trouble enslaving", "width": 2.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "abolitionists states", "label": "denounce", "title": "Relation: other\nConfidence: 0.55", "to": "slavery", "width": 2.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "million people", "label": "cross", "title": "Relation: other\nConfidence: 0.55", "to": "border", "width": 2.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "suffrage", "label": "describe", "title": "Relation: other\nConfidence: 0.55", "to": "right women", "width": 2.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "man", "label": "grant", "title": "Relation: other\nConfidence: 0.55", "to": "use land king", "width": 2.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Jimmy", "label": "320carthaginian", "title": "Relation: other\nConfidence: 0.55", "to": "Jacques 198cartography 93Casas Longinus", "width": 2.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "terms", "label": "redirect", "title": "Relation: other\nConfidence: 0.55", "to": "Hypothetical future global conflict", "width": 2.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#2ECC71", "from": "Dropshot", "label": "include", "title": "Relation: spatial\nConfidence: 0.55", "to": "mission profiles", "width": 2.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#E74C3C", "from": "Able", "label": "lead", "title": "Relation: causal\nConfidence: 0.55", "to": "members Politburo military", "width": 2.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "relations USSR", "label": "remain", "title": "Relation: other\nConfidence: 0.55", "to": "sour", "width": 2.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "UAE Bahrain", "label": "close", "title": "Relation: other\nConfidence: 0.55", "to": "airspace", "width": 2.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "president", "label": "order", "title": "Relation: other\nConfidence: 0.55", "to": "scale invasion Ukraine", "width": 2.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#9B59B6", "from": "Senior Russian politicians including Putin", "label": "make", "title": "Relation: action\nConfidence: 0.55", "to": "statements", "width": 2.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "incidents", "label": "risk", "title": "Relation: other\nConfidence: 0.55", "to": "direct conflict Russia breaches", "width": 2.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Cold War", "label": "receive", "title": "Relation: other\nConfidence: 0.55", "to": "name", "width": 2.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Others", "label": "disparage", "title": "Relation: other\nConfidence: 0.55", "to": "claims distorting", "width": 2.75}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "science", "label": "take", "title": "Relation: other\nConfidence: 0.50", "to": "infrastructure", "width": 2.5}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "Everybody", "label": "want", "title": "Relation: other\nConfidence: 0.50", "to": "fight", "width": 2.5}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "probably--", "label": "see", "title": "Relation: other\nConfidence: 0.50", "to": "tornado", "width": 2.5}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "pandemic", "label": "give", "title": "Relation: other\nConfidence: 0.50", "to": "power", "width": 2.5}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "busyness", "label": "become", "title": "Relation: other\nConfidence: 0.50", "to": "excuse", "width": 2.5}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "career", "label": "represent", "title": "Relation: other\nConfidence: 0.50", "to": "sort", "width": 2.5}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "death", "label": "leave", "title": "Relation: other\nConfidence: 0.50", "to": "unexecuted", "width": 2.5}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "alliance", "label": "emerge", "title": "Relation: other\nConfidence: 0.50", "to": "victorious", "width": 2.5}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#3498DB", "from": "exercise", "label": "intend", "title": "Relation: temporal\nConfidence: 0.50", "to": "ensure", "width": 2.5}, {"arrows": {"to": {"enabled": true, "scaleFactor": 1.2}}, "color": "#95A5A6", "from": "dissent", "label": "prevent", "title": "Relation: other\nConfidence: 0.50", "to": "submarine", "width": 2.5}]);
nodeColors = {};
allNodes = nodes.get({ returnType: "Object" });
for (nodeId in allNodes) {
nodeColors[nodeId] = allNodes[nodeId].color;
}
allEdges = edges.get({ returnType: "Object" });
// adding nodes and edges to the graph
data = {nodes: nodes, edges: edges};
var options = {"physics": {"enabled": true, "stabilization": {"iterations": 150}, "barnesHut": {"gravitationalConstant": -8000, "centralGravity": 0.3, "springLength": 95, "springConstant": 0.04, "damping": 0.09, "avoidOverlap": 0.1}}, "nodes": {"borderWidth": 2, "borderWidthSelected": 4}, "edges": {"smooth": {"type": "continuous", "forceDirection": "none"}}, "interaction": {"hover": true, "tooltipDelay": 200}};
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>