-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathgraph.html
259 lines (203 loc) · 126 KB
/
graph.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
<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: 750px;
background-color: #ffffff;
border: 1px solid lightgray;
position: relative;
float: left;
}
#loadingBar {
position:absolute;
top:0px;
left:0px;
width: 100%;
height: 750px;
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": "#6495ED", "id": "Thomas Jeffrey Hanks", "label": "Thomas Jeffrey Hanks", "shape": "dot", "size": 50, "title": "Thomas Jeffrey Hanks"}, {"color": "#F4A460", "id": "AFI Life Achievement Award", "label": "AFI Life Achievement Award", "shape": "dot", "size": 20, "title": "AFI Life Achievement Award"}, {"color": "#F4A460", "id": "Kennedy Center Honor", "label": "Kennedy Center Honor", "shape": "dot", "size": 20, "title": "Kennedy Center Honor"}, {"color": "#F4A460", "id": "Presidential Medal of Freedom", "label": "Presidential Medal of Freedom", "shape": "dot", "size": 20, "title": "Presidential Medal of Freedom"}, {"color": "#F4A460", "id": "French Legion of Honor", "label": "French Legion of Honor", "shape": "dot", "size": 20, "title": "French Legion of Honor"}, {"color": "#F4A460", "id": "Golden Globe Cecil B. DeMille Award", "label": "Golden Globe Cecil B. DeMille Award", "shape": "dot", "size": 20, "title": "Golden Globe Cecil B. DeMille Award"}, {"color": "red", "id": "$4.9 billion in North America", "label": "$4.9 billion in North America", "shape": "dot", "size": 10, "title": "$4.9 billion in North America"}, {"color": "red", "id": "$9.96 billion worldwide", "label": "$9.96 billion worldwide", "shape": "dot", "size": 10, "title": "$9.96 billion worldwide"}, {"color": "red", "id": "American actor", "label": "American actor", "shape": "dot", "size": 10, "title": "American actor"}, {"color": "red", "id": "filmmaker", "label": "filmmaker", "shape": "dot", "size": 10, "title": "filmmaker"}, {"color": "red", "id": "2020", "label": "2020", "shape": "dot", "size": 10, "title": "2020"}, {"color": "#3CB371", "id": "North America", "label": "North America", "shape": "dot", "size": 30, "title": "North America"}, {"color": "#6495ED", "id": "Hanks", "label": "Hanks", "shape": "dot", "size": 50, "title": "Hanks"}, {"color": "red", "id": "$4.9 billion", "label": "$4.9 billion", "shape": "dot", "size": 10, "title": "$4.9 billion"}, {"color": "red", "id": "fourth-highest-grossing actor", "label": "fourth-highest-grossing actor", "shape": "dot", "size": 10, "title": "fourth-highest-grossing actor"}, {"color": "#6A5ACD", "id": "Splash", "label": "Splash", "shape": "dot", "size": 40, "title": "Splash"}, {"color": "#6A5ACD", "id": "The Money Pit", "label": "The Money Pit", "shape": "dot", "size": 40, "title": "The Money Pit"}, {"color": "#6A5ACD", "id": "Big", "label": "Big", "shape": "dot", "size": 40, "title": "Big"}, {"color": "#6A5ACD", "id": "A League of Their Own", "label": "A League of Their Own", "shape": "dot", "size": 40, "title": "A League of Their Own"}, {"color": "red", "id": "two consecutive Academy Awards for Best Actor", "label": "two consecutive Academy Awards for Best Actor", "shape": "dot", "size": 10, "title": "two consecutive Academy Awards for Best Actor"}, {"color": "red", "id": "gay lawyer suffering from AIDS in Philadelphia", "label": "gay lawyer suffering from AIDS in Philadelphia", "shape": "dot", "size": 10, "title": "gay lawyer suffering from AIDS in Philadelphia"}, {"color": "red", "id": "the title character in Forrest Gump", "label": "the title character in Forrest Gump", "shape": "dot", "size": 10, "title": "the title character in Forrest Gump"}, {"color": "#6495ED", "id": "Steven Spielberg", "label": "Steven Spielberg", "shape": "dot", "size": 50, "title": "Steven Spielberg"}, {"color": "#6495ED", "id": "Ron Howard", "label": "Ron Howard", "shape": "dot", "size": 50, "title": "Ron Howard"}, {"color": "#6495ED", "id": "Nora Ephron", "label": "Nora Ephron", "shape": "dot", "size": 50, "title": "Nora Ephron"}, {"color": "#6495ED", "id": "Robert Zemeckis", "label": "Robert Zemeckis", "shape": "dot", "size": 50, "title": "Robert Zemeckis"}, {"color": "#6A5ACD", "id": "Sleepless in Seattle", "label": "Sleepless in Seattle", "shape": "dot", "size": 40, "title": "Sleepless in Seattle"}, {"color": "#6A5ACD", "id": "You\u0027ve Got Mail", "label": "You\u0027ve Got Mail", "shape": "dot", "size": 40, "title": "You\u0027ve Got Mail"}, {"color": "#6A5ACD", "id": "Apollo 13", "label": "Apollo 13", "shape": "dot", "size": 40, "title": "Apollo 13"}, {"color": "#6A5ACD", "id": "The Green Mile", "label": "The Green Mile", "shape": "dot", "size": 40, "title": "The Green Mile"}, {"color": "#6A5ACD", "id": "Cast Away", "label": "Cast Away", "shape": "dot", "size": 40, "title": "Cast Away"}, {"color": "#6A5ACD", "id": "Road to Perdition", "label": "Road to Perdition", "shape": "dot", "size": 40, "title": "Road to Perdition"}, {"color": "#6A5ACD", "id": "Cloud Atlas", "label": "Cloud Atlas", "shape": "dot", "size": 40, "title": "Cloud Atlas"}, {"color": "#6A5ACD", "id": "Charlie Wilson\u0027s War", "label": "Charlie Wilson\u0027s War", "shape": "dot", "size": 40, "title": "Charlie Wilson\u0027s War"}, {"color": "#6A5ACD", "id": "Captain Phillips", "label": "Captain Phillips", "shape": "dot", "size": 40, "title": "Captain Phillips"}, {"color": "#6A5ACD", "id": "Saving Mr. Banks", "label": "Saving Mr. Banks", "shape": "dot", "size": 40, "title": "Saving Mr. Banks"}, {"color": "#6A5ACD", "id": "Sully", "label": "Sully", "shape": "dot", "size": 40, "title": "Sully"}, {"color": "#6A5ACD", "id": "A Beautiful Day in the Neighborhood", "label": "A Beautiful Day in the Neighborhood", "shape": "dot", "size": 40, "title": "A Beautiful Day in the Neighborhood"}, {"color": "#6A5ACD", "id": "News of the World", "label": "News of the World", "shape": "dot", "size": 40, "title": "News of the World"}, {"color": "#6A5ACD", "id": "Elvis", "label": "Elvis", "shape": "dot", "size": 40, "title": "Elvis"}, {"color": "#6A5ACD", "id": "Toy Story", "label": "Toy Story", "shape": "dot", "size": 40, "title": "Toy Story"}, {"color": "#6A5ACD", "id": "That Thing You Do!", "label": "That Thing You Do!", "shape": "dot", "size": 40, "title": "That Thing You Do!"}, {"color": "#6A5ACD", "id": "Larry Crowne", "label": "Larry Crowne", "shape": "dot", "size": 40, "title": "Larry Crowne"}, {"color": "#CD5C5C", "id": "Playtone", "label": "Playtone", "shape": "dot", "size": 10, "title": "Playtone"}, {"color": "red", "id": "seven Primetime Emmy Awards", "label": "seven Primetime Emmy Awards", "shape": "dot", "size": 10, "title": "seven Primetime Emmy Awards"}, {"color": "#F4A460", "id": "Primetime Emmy Awards", "label": "Primetime Emmy Awards", "shape": "dot", "size": 20, "title": "Primetime Emmy Awards"}, {"color": "red", "id": "Broadway debut in Nora Ephron\u0027s Lucky Guy", "label": "Broadway debut in Nora Ephron\u0027s Lucky Guy", "shape": "dot", "size": 10, "title": "Broadway debut in Nora Ephron\u0027s Lucky Guy"}, {"color": "red", "id": "Tony Award for Best Actor in a Play nomination", "label": "Tony Award for Best Actor in a Play nomination", "shape": "dot", "size": 10, "title": "Tony Award for Best Actor in a Play nomination"}, {"color": "red", "id": "Concord, California", "label": "Concord, California", "shape": "dot", "size": 10, "title": "Concord, California"}, {"color": "red", "id": "President Abraham Lincoln", "label": "President Abraham Lincoln", "shape": "dot", "size": 10, "title": "President Abraham Lincoln"}, {"color": "red", "id": "children\u0027s host Fred Rogers", "label": "children\u0027s host Fred Rogers", "shape": "dot", "size": 10, "title": "children\u0027s host Fred Rogers"}, {"color": "#CD5C5C", "id": "Skyline High School", "label": "Skyline High School", "shape": "dot", "size": 10, "title": "Skyline High School"}, {"color": "#6A5ACD", "id": "South Pacific", "label": "South Pacific", "shape": "dot", "size": 40, "title": "South Pacific"}, {"color": "red", "id": "Bible-toting evangelical", "label": "Bible-toting evangelical", "shape": "dot", "size": 10, "title": "Bible-toting evangelical"}, {"color": "red", "id": "unpopular in school", "label": "unpopular in school", "shape": "dot", "size": 10, "title": "unpopular in school"}, {"color": "red", "id": "shy", "label": "shy", "shape": "dot", "size": 10, "title": "shy"}, {"color": "red", "id": "geek", "label": "geek", "shape": "dot", "size": 10, "title": "geek"}, {"color": "red", "id": "spaz", "label": "spaz", "shape": "dot", "size": 10, "title": "spaz"}, {"color": "red", "id": "good kid", "label": "good kid", "shape": "dot", "size": 10, "title": "good kid"}, {"color": "red", "id": "responsible", "label": "responsible", "shape": "dot", "size": 10, "title": "responsible"}, {"color": "red", "id": "funny captions", "label": "funny captions", "shape": "dot", "size": 10, "title": "funny captions"}, {"color": "red", "id": "trouble", "label": "trouble", "shape": "dot", "size": 10, "title": "trouble"}, {"color": "#3CB371", "id": "Bay Area", "label": "Bay Area", "shape": "dot", "size": 30, "title": "Bay Area"}, {"color": "red", "id": "theater at Chabot College", "label": "theater at Chabot College", "shape": "dot", "size": 10, "title": "theater at Chabot College"}, {"color": "#CD5C5C", "id": "California State University, Sacramento", "label": "California State University, Sacramento", "shape": "dot", "size": 10, "title": "California State University, Sacramento"}, {"color": "#F4A460", "id": "Heisman Trophy", "label": "Heisman Trophy", "shape": "dot", "size": 20, "title": "Heisman Trophy"}, {"color": "#CD5C5C", "id": "New York magazine", "label": "New York magazine", "shape": "dot", "size": 10, "title": "New York magazine"}, {"color": "red", "id": "interview with Bob Costas", "label": "interview with Bob Costas", "shape": "dot", "size": 10, "title": "interview with Bob Costas"}, {"color": "red", "id": "Alameda Theatre", "label": "Alameda Theatre", "shape": "dot", "size": 10, "title": "Alameda Theatre"}, {"color": "#6495ED", "id": "Bob Costas", "label": "Bob Costas", "shape": "dot", "size": 50, "title": "Bob Costas"}, {"color": "#6495ED", "id": "Brecht", "label": "Brecht", "shape": "dot", "size": 50, "title": "Brecht"}, {"color": "#6495ED", "id": "Tennessee Williams", "label": "Tennessee Williams", "shape": "dot", "size": 50, "title": "Tennessee Williams"}, {"color": "#6495ED", "id": "Ibsen", "label": "Ibsen", "shape": "dot", "size": 50, "title": "Ibsen"}, {"color": "#3CB371", "id": "New York City", "label": "New York City", "shape": "dot", "size": 30, "title": "New York City"}, {"color": "#6A5ACD", "id": "He Knows You\u0027re Alone", "label": "He Knows You\u0027re Alone", "shape": "dot", "size": 40, "title": "He Knows You\u0027re Alone"}, {"color": "#6A5ACD", "id": "Mazes and Monsters", "label": "Mazes and Monsters", "shape": "dot", "size": 40, "title": "Mazes and Monsters"}, {"color": "red", "id": "Riverside Shakespeare Company\u0027s production of The Mandrake", "label": "Riverside Shakespeare Company\u0027s production of The Mandrake", "shape": "dot", "size": 10, "title": "Riverside Shakespeare Company\u0027s production of The Mandrake"}, {"color": "#6495ED", "id": "Daniel Southern", "label": "Daniel Southern", "shape": "dot", "size": 50, "title": "Daniel Southern"}, {"color": "red", "id": "ABC television pilot of Bosom Buddies", "label": "ABC television pilot of Bosom Buddies", "shape": "dot", "size": 10, "title": "ABC television pilot of Bosom Buddies"}, {"color": "#6495ED", "id": "Peter Scolari", "label": "Peter Scolari", "shape": "dot", "size": 50, "title": "Peter Scolari"}, {"color": "#3CB371", "id": "Los Angeles", "label": "Los Angeles", "shape": "dot", "size": 30, "title": "Los Angeles"}, {"color": "#6495ED", "id": "Ian Praiser", "label": "Ian Praiser", "shape": "dot", "size": 50, "title": "Ian Praiser"}, {"color": "red", "id": "movie star", "label": "movie star", "shape": "dot", "size": 10, "title": "movie star"}, {"color": "#6495ED", "id": "Lowell Ganz", "label": "Lowell Ganz", "shape": "dot", "size": 50, "title": "Lowell Ganz"}, {"color": "#6495ED", "id": "Babaloo Mandel", "label": "Babaloo Mandel", "shape": "dot", "size": 50, "title": "Babaloo Mandel"}, {"color": "red", "id": "lead role in Splash", "label": "lead role in Splash", "shape": "dot", "size": 10, "title": "lead role in Splash"}, {"color": "red", "id": "sizable hit with Bachelor Party", "label": "sizable hit with Bachelor Party", "shape": "dot", "size": 10, "title": "sizable hit with Bachelor Party"}, {"color": "red", "id": "guest appearances on Family Ties", "label": "guest appearances on Family Ties", "shape": "dot", "size": 10, "title": "guest appearances on Family Ties"}, {"color": "red", "id": "his experience", "label": "his experience", "shape": "dot", "size": 10, "title": "his experience"}, {"color": "#CD5C5C", "id": "The Walt Disney Studios", "label": "The Walt Disney Studios", "shape": "dot", "size": 10, "title": "The Walt Disney Studios"}, {"color": "red", "id": "a talent pool in an acting/producing pact", "label": "a talent pool in an acting/producing pact", "shape": "dot", "size": 10, "title": "a talent pool in an acting/producing pact"}, {"color": "red", "id": "the film industry rose", "label": "the film industry rose", "shape": "dot", "size": 10, "title": "the film industry rose"}, {"color": "#6A5ACD", "id": "Dragnet", "label": "Dragnet", "shape": "dot", "size": 40, "title": "Dragnet"}, {"color": "red", "id": "major Hollywood talent", "label": "major Hollywood talent", "shape": "dot", "size": 10, "title": "major Hollywood talent"}, {"color": "red", "id": "first nomination for the Academy Award for Best Actor", "label": "first nomination for the Academy Award for Best Actor", "shape": "dot", "size": 10, "title": "first nomination for the Academy Award for Best Actor"}, {"color": "red", "id": "box-office underperformers", "label": "box-office underperformers", "shape": "dot", "size": 10, "title": "box-office underperformers"}, {"color": "red", "id": "greedy Wall Street figure", "label": "greedy Wall Street figure", "shape": "dot", "size": 10, "title": "greedy Wall Street figure"}, {"color": "red", "id": "second Best Actor Academy Award", "label": "second Best Actor Academy Award", "shape": "dot", "size": 10, "title": "second Best Actor Academy Award"}, {"color": "#6A5ACD", "id": "Forrest Gump", "label": "Forrest Gump", "shape": "dot", "size": 40, "title": "Forrest Gump"}, {"color": "#3CB371", "id": "Philadelphia", "label": "Philadelphia", "shape": "dot", "size": 30, "title": "Philadelphia"}, {"color": "red", "id": "When I read the script for Gump, I saw it as one of those kind of grand, hopeful movies that the audience can go to and feel ... some hope for their lot and their position in life ... I got that from the movies a hundred million times when I was a kid. I still do.", "label": "When I read the script for Gump, I saw it as one of those kind of grand, hopeful movies that the audience can go to and feel ... some hope for their lot and their position in life ... I got that from the movies a hundred million times when I was a kid. I still do.", "shape": "dot", "size": 10, "title": "When I read the script for Gump, I saw it as one of those kind of grand, hopeful movies that the audience can go to and feel ... some hope for their lot and their position in life ... I got that from the movies a hundred million times when I was a kid. I still do."}, {"color": "red", "id": "only the second actor to have accomplished the feat of winning consecutive Best Actor Oscars", "label": "only the second actor to have accomplished the feat of winning consecutive Best Actor Oscars", "shape": "dot", "size": 10, "title": "only the second actor to have accomplished the feat of winning consecutive Best Actor Oscars"}, {"color": "red", "id": "Academy Awards at the age of 37 for the first and 38 for the second", "label": "Academy Awards at the age of 37 for the first and 38 for the second", "shape": "dot", "size": 10, "title": "Academy Awards at the age of 37 for the first and 38 for the second"}, {"color": "red", "id": "were the same age at the time they received their Academy Awards", "label": "were the same age at the time they received their Academy Awards", "shape": "dot", "size": 10, "title": "were the same age at the time they received their Academy Awards"}, {"color": "#6495ED", "id": "Jim Lovell", "label": "Jim Lovell", "shape": "dot", "size": 50, "title": "Jim Lovell"}, {"color": "#6495ED", "id": "Sheriff Woody", "label": "Sheriff Woody", "shape": "dot", "size": 50, "title": "Sheriff Woody"}, {"color": "red", "id": "directing debut", "label": "directing debut", "shape": "dot", "size": 10, "title": "directing debut"}, {"color": "red", "id": "music producer", "label": "music producer", "shape": "dot", "size": 10, "title": "music producer"}, {"color": "red", "id": "record company in the film", "label": "record company in the film", "shape": "dot", "size": 10, "title": "record company in the film"}, {"color": "red", "id": "producer", "label": "producer", "shape": "dot", "size": 10, "title": "producer"}, {"color": "#6A5ACD", "id": "From the Earth to the Moon", "label": "From the Earth to the Moon", "shape": "dot", "size": 40, "title": "From the Earth to the Moon"}, {"color": "red", "id": "Golden Globe Award win for Best Actor", "label": "Golden Globe Award win for Best Actor", "shape": "dot", "size": 10, "title": "Golden Globe Award win for Best Actor"}, {"color": "red", "id": "Academy Award nomination for his portrayal of a marooned FedEx systems analyst", "label": "Academy Award nomination for his portrayal of a marooned FedEx systems analyst", "shape": "dot", "size": 10, "title": "Academy Award nomination for his portrayal of a marooned FedEx systems analyst"}, {"color": "#6A5ACD", "id": "Band of Brothers", "label": "Band of Brothers", "shape": "dot", "size": 40, "title": "Band of Brothers"}, {"color": "#6A5ACD", "id": "America: A Tribute to Heroes", "label": "America: A Tribute to Heroes", "shape": "dot", "size": 40, "title": "America: A Tribute to Heroes"}, {"color": "#6495ED", "id": "Sam Mendes", "label": "Sam Mendes", "shape": "dot", "size": 50, "title": "Sam Mendes"}, {"color": "#6495ED", "id": "Leonardo DiCaprio", "label": "Leonardo DiCaprio", "shape": "dot", "size": 50, "title": "Leonardo DiCaprio"}, {"color": "#6495ED", "id": "Spielberg", "label": "Spielberg", "shape": "dot", "size": 50, "title": "Spielberg"}, {"color": "#6A5ACD", "id": "My Big Fat Greek Wedding", "label": "My Big Fat Greek Wedding", "shape": "dot", "size": 40, "title": "My Big Fat Greek Wedding"}, {"color": "#CD5C5C", "id": "Gold Circle Films", "label": "Gold Circle Films", "shape": "dot", "size": 10, "title": "Gold Circle Films"}, {"color": "red", "id": "American Film Institute\u0027s Life Achievement Award", "label": "American Film Institute\u0027s Life Achievement Award", "shape": "dot", "size": 10, "title": "American Film Institute\u0027s Life Achievement Award"}, {"color": "#6A5ACD", "id": "The Ladykillers", "label": "The Ladykillers", "shape": "dot", "size": 40, "title": "The Ladykillers"}, {"color": "#6A5ACD", "id": "The Terminal", "label": "The Terminal", "shape": "dot", "size": 40, "title": "The Terminal"}, {"color": "#6A5ACD", "id": "The Polar Express", "label": "The Polar Express", "shape": "dot", "size": 40, "title": "The Polar Express"}, {"color": "red", "id": "multiple motion capture roles in The Polar Express", "label": "multiple motion capture roles in The Polar Express", "shape": "dot", "size": 10, "title": "multiple motion capture roles in The Polar Express"}, {"color": "red", "id": "vice president of the Academy of Motion Picture Arts and Sciences", "label": "vice president of the Academy of Motion Picture Arts and Sciences", "shape": "dot", "size": 10, "title": "vice president of the Academy of Motion Picture Arts and Sciences"}, {"color": "#6A5ACD", "id": "The Da Vinci Code", "label": "The Da Vinci Code", "shape": "dot", "size": 40, "title": "The Da Vinci Code"}, {"color": "red", "id": "Ken Burns\u0027s 2007 documentary The War", "label": "Ken Burns\u0027s 2007 documentary The War", "shape": "dot", "size": 10, "title": "Ken Burns\u0027s 2007 documentary The War"}, {"color": "red", "id": "World War II-era columns by Al McIntosh", "label": "World War II-era columns by Al McIntosh", "shape": "dot", "size": 10, "title": "World War II-era columns by Al McIntosh"}, {"color": "red", "id": "a 1,500-strong list of \"most trusted celebrities\" compiled by Forbes magazine", "label": "a 1,500-strong list of \"most trusted celebrities\" compiled by Forbes magazine", "shape": "dot", "size": 10, "title": "a 1,500-strong list of \"most trusted celebrities\" compiled by Forbes magazine"}, {"color": "#6A5ACD", "id": "The Ant Bully", "label": "The Ant Bully", "shape": "dot", "size": 40, "title": "The Ant Bully"}, {"color": "red", "id": "Mike Nichols\u0027s film Charlie Wilson\u0027s War", "label": "Mike Nichols\u0027s film Charlie Wilson\u0027s War", "shape": "dot", "size": 10, "title": "Mike Nichols\u0027s film Charlie Wilson\u0027s War"}, {"color": "red", "id": "Democratic Texas Congressman Charles Wilson", "label": "Democratic Texas Congressman Charles Wilson", "shape": "dot", "size": 10, "title": "Democratic Texas Congressman Charles Wilson"}, {"color": "red", "id": "Golden Globe nomination", "label": "Golden Globe nomination", "shape": "dot", "size": 10, "title": "Golden Globe nomination"}, {"color": "red", "id": "on-screen father", "label": "on-screen father", "shape": "dot", "size": 10, "title": "on-screen father"}, {"color": "red", "id": "musical comedy Mamma Mia", "label": "musical comedy Mamma Mia", "shape": "dot", "size": 10, "title": "musical comedy Mamma Mia"}, {"color": "red", "id": "miniseries John Adams", "label": "miniseries John Adams", "shape": "dot", "size": 10, "title": "miniseries John Adams"}, {"color": "red", "id": "father of a young man", "label": "father of a young man", "shape": "dot", "size": 10, "title": "father of a young man"}, {"color": "#6495ED", "id": "Colin", "label": "Colin", "shape": "dot", "size": 50, "title": "Colin"}, {"color": "#6A5ACD", "id": "Where The Wild Things Are", "label": "Where The Wild Things Are", "shape": "dot", "size": 40, "title": "Where The Wild Things Are"}, {"color": "red", "id": "NBC\u0027s Saturday Night Live", "label": "NBC\u0027s Saturday Night Live", "shape": "dot", "size": 10, "title": "NBC\u0027s Saturday Night Live"}, {"color": "red", "id": "Robert Langdon", "label": "Robert Langdon", "shape": "dot", "size": 10, "title": "Robert Langdon"}, {"color": "#6A5ACD", "id": "Toy Story 3", "label": "Toy Story 3", "shape": "dot", "size": 40, "title": "Toy Story 3"}, {"color": "#6A5ACD", "id": "The Pacific", "label": "The Pacific", "shape": "dot", "size": 40, "title": "The Pacific"}, {"color": "red", "id": "complete story reel of Toy Story 3", "label": "complete story reel of Toy Story 3", "shape": "dot", "size": 10, "title": "complete story reel of Toy Story 3"}, {"color": "red", "id": "BAFTA Award for Best Actor in a Leading Role", "label": "BAFTA Award for Best Actor in a Leading Role", "shape": "dot", "size": 10, "title": "BAFTA Award for Best Actor in a Leading Role"}, {"color": "red", "id": "Golden Globe Award for Best Actor \u2013 Motion Picture Drama", "label": "Golden Globe Award for Best Actor \u2013 Motion Picture Drama", "shape": "dot", "size": 10, "title": "Golden Globe Award for Best Actor \u2013 Motion Picture Drama"}, {"color": "red", "id": "Broadway debut", "label": "Broadway debut", "shape": "dot", "size": 10, "title": "Broadway debut"}, {"color": "red", "id": "Nora Ephron\u0027s Lucky Guy", "label": "Nora Ephron\u0027s Lucky Guy", "shape": "dot", "size": 10, "title": "Nora Ephron\u0027s Lucky Guy"}, {"color": "red", "id": "Tony Award for Best Actor in a Play", "label": "Tony Award for Best Actor in a Play", "shape": "dot", "size": 10, "title": "Tony Award for Best Actor in a Play"}, {"color": "red", "id": "Alan Bean Plus Four", "label": "Alan Bean Plus Four", "shape": "dot", "size": 10, "title": "Alan Bean Plus Four"}, {"color": "#6495ED", "id": "Katy Waldman", "label": "Katy Waldman", "shape": "dot", "size": 50, "title": "Katy Waldman"}, {"color": "red", "id": "space", "label": "space", "shape": "dot", "size": 10, "title": "space"}, {"color": "red", "id": "plastic models of rockets", "label": "plastic models of rockets", "shape": "dot", "size": 10, "title": "plastic models of rockets"}, {"color": "red", "id": "live broadcasts of space missions", "label": "live broadcasts of space missions", "shape": "dot", "size": 10, "title": "live broadcasts of space missions"}, {"color": "red", "id": "Carly Rae Jepsen music video", "label": "Carly Rae Jepsen music video", "shape": "dot", "size": 10, "title": "Carly Rae Jepsen music video"}, {"color": "#6495ED", "id": "Alan Clay", "label": "Alan Clay", "shape": "dot", "size": 50, "title": "Alan Clay"}, {"color": "#6495ED", "id": "James B. Donovan", "label": "James B. Donovan", "shape": "dot", "size": 50, "title": "James B. Donovan"}, {"color": "#6495ED", "id": "Tom Tykwer", "label": "Tom Tykwer", "shape": "dot", "size": 50, "title": "Tom Tykwer"}, {"color": "red", "id": "airline captain Chesley Sullenberger", "label": "airline captain Chesley Sullenberger", "shape": "dot", "size": 10, "title": "airline captain Chesley Sullenberger"}, {"color": "red", "id": "Emma Watson", "label": "Emma Watson", "shape": "dot", "size": 10, "title": "Emma Watson"}, {"color": "red", "id": "David S. Pumpkins", "label": "David S. Pumpkins", "shape": "dot", "size": 10, "title": "David S. Pumpkins"}, {"color": "#6A5ACD", "id": "Inferno", "label": "Inferno", "shape": "dot", "size": 40, "title": "Inferno"}, {"color": "#6A5ACD", "id": "The Circle", "label": "The Circle", "shape": "dot", "size": 40, "title": "The Circle"}, {"color": "#6495ED", "id": "Fred Rogers", "label": "Fred Rogers", "shape": "dot", "size": 50, "title": "Fred Rogers"}, {"color": "red", "id": "his first Academy Award", "label": "his first Academy Award", "shape": "dot", "size": 10, "title": "his first Academy Award"}, {"color": "#6A5ACD", "id": "Greyhound", "label": "Greyhound", "shape": "dot", "size": 40, "title": "Greyhound"}, {"color": "red", "id": "screenplay for Greyhound", "label": "screenplay for Greyhound", "shape": "dot", "size": 10, "title": "screenplay for Greyhound"}, {"color": "#6495ED", "id": "Paul Greengrass", "label": "Paul Greengrass", "shape": "dot", "size": 50, "title": "Paul Greengrass"}, {"color": "#6495ED", "id": "David Rooney", "label": "David Rooney", "shape": "dot", "size": 50, "title": "David Rooney"}, {"color": "#6A5ACD", "id": "Finch", "label": "Finch", "shape": "dot", "size": 40, "title": "Finch"}, {"color": "red", "id": "Ratliff had \u0027dead eyes\u0027", "label": "Ratliff had \u0027dead eyes\u0027", "shape": "dot", "size": 10, "title": "Ratliff had \u0027dead eyes\u0027"}, {"color": "red", "id": "Geppetto", "label": "Geppetto", "shape": "dot", "size": 10, "title": "Geppetto"}, {"color": "#6A5ACD", "id": "A Man Called Otto", "label": "A Man Called Otto", "shape": "dot", "size": 40, "title": "A Man Called Otto"}, {"color": "#6A5ACD", "id": "Asteroid City", "label": "Asteroid City", "shape": "dot", "size": 40, "title": "Asteroid City"}, {"color": "#6495ED", "id": "Wes Anderson", "label": "Wes Anderson", "shape": "dot", "size": 50, "title": "Wes Anderson"}, {"color": "#6495ED", "id": "Jason Schwartzman", "label": "Jason Schwartzman", "shape": "dot", "size": 50, "title": "Jason Schwartzman"}, {"color": "#6495ED", "id": "Scarlett Johansson", "label": "Scarlett Johansson", "shape": "dot", "size": 50, "title": "Scarlett Johansson"}, {"color": "#6495ED", "id": "Adrien Brody", "label": "Adrien Brody", "shape": "dot", "size": 50, "title": "Adrien Brody"}, {"color": "#6495ED", "id": "Jeffrey Wright", "label": "Jeffrey Wright", "shape": "dot", "size": 50, "title": "Jeffrey Wright"}, {"color": "#6495ED", "id": "Bryan Cranston", "label": "Bryan Cranston", "shape": "dot", "size": 50, "title": "Bryan Cranston"}, {"color": "#6A5ACD", "id": "In the Garden of Beasts", "label": "In the Garden of Beasts", "shape": "dot", "size": 40, "title": "In the Garden of Beasts"}, {"color": "red", "id": "the feature adaptation of Here", "label": "the feature adaptation of Here", "shape": "dot", "size": 10, "title": "the feature adaptation of Here"}, {"color": "#6495ED", "id": "Samantha Lewes", "label": "Samantha Lewes", "shape": "dot", "size": 50, "title": "Samantha Lewes"}, {"color": "#6495ED", "id": "Elizabeth", "label": "Elizabeth", "shape": "dot", "size": 50, "title": "Elizabeth"}, {"color": "#CD5C5C", "id": "church", "label": "church", "shape": "dot", "size": 10, "title": "church"}, {"color": "red", "id": "Type 2 diabetes", "label": "Type 2 diabetes", "shape": "dot", "size": 10, "title": "Type 2 diabetes"}, {"color": "#CD5C5C", "id": "Oakland Athletics", "label": "Oakland Athletics", "shape": "dot", "size": 10, "title": "Oakland Athletics"}, {"color": "#CD5C5C", "id": "Raiders", "label": "Raiders", "shape": "dot", "size": 10, "title": "Raiders"}, {"color": "red", "id": "April 2017", "label": "April 2017", "shape": "dot", "size": 10, "title": "April 2017"}, {"color": "#CD5C5C", "id": "NFL", "label": "NFL", "shape": "dot", "size": 10, "title": "NFL"}, {"color": "red", "id": "NFL for two years", "label": "NFL for two years", "shape": "dot", "size": 10, "title": "NFL for two years"}, {"color": "#CD5C5C", "id": "Aston Villa", "label": "Aston Villa", "shape": "dot", "size": 10, "title": "Aston Villa"}, {"color": "#6495ED", "id": "Johannes Meffert", "label": "Johannes Meffert", "shape": "dot", "size": 50, "title": "Johannes Meffert"}, {"color": "#6495ED", "id": "Abraham Lincoln", "label": "Abraham Lincoln", "shape": "dot", "size": 50, "title": "Abraham Lincoln"}, {"color": "red", "id": "the 2011 television program Killing Lincoln", "label": "the 2011 television program Killing Lincoln", "shape": "dot", "size": 10, "title": "the 2011 television program Killing Lincoln"}, {"color": "red", "id": "Greek citizens", "label": "Greek citizens", "shape": "dot", "size": 10, "title": "Greek citizens"}, {"color": "red", "id": "wildfire in Mati", "label": "wildfire in Mati", "shape": "dot", "size": 10, "title": "wildfire in Mati"}, {"color": "#6495ED", "id": "Kyriakos Mitsotakis", "label": "Kyriakos Mitsotakis", "shape": "dot", "size": 50, "title": "Kyriakos Mitsotakis"}, {"color": "red", "id": "Democratic politicians", "label": "Democratic politicians", "shape": "dot", "size": 10, "title": "Democratic politicians"}, {"color": "red", "id": "video endorsing Barack Obama", "label": "video endorsing Barack Obama", "shape": "dot", "size": 10, "title": "video endorsing Barack Obama"}, {"color": "red", "id": "documentary The Road We\u0027ve Traveled created by Obama for America", "label": "documentary The Road We\u0027ve Traveled created by Obama for America", "shape": "dot", "size": 10, "title": "documentary The Road We\u0027ve Traveled created by Obama for America"}, {"color": "#6495ED", "id": "Hillary Clinton", "label": "Hillary Clinton", "shape": "dot", "size": 50, "title": "Hillary Clinton"}, {"color": "red", "id": "Proposition 8", "label": "Proposition 8", "shape": "dot", "size": 10, "title": "Proposition 8"}, {"color": "red", "id": "over US$44 million", "label": "over US$44 million", "shape": "dot", "size": 10, "title": "over US$44 million"}, {"color": "red", "id": "supporters of Proposition 8 un-American", "label": "supporters of Proposition 8 un-American", "shape": "dot", "size": 10, "title": "supporters of Proposition 8 un-American"}, {"color": "red", "id": "LDS Church members", "label": "LDS Church members", "shape": "dot", "size": 10, "title": "LDS Church members"}, {"color": "red", "id": "the remark", "label": "the remark", "shape": "dot", "size": 10, "title": "the remark"}, {"color": "red", "id": "investor in electric vehicles", "label": "investor in electric vehicles", "shape": "dot", "size": 10, "title": "investor in electric vehicles"}, {"color": "red", "id": "Toyota RAV4 EV", "label": "Toyota RAV4 EV", "shape": "dot", "size": 10, "title": "Toyota RAV4 EV"}, {"color": "red", "id": "the first production AC Propulsion eBox", "label": "the first production AC Propulsion eBox", "shape": "dot", "size": 10, "title": "the first production AC Propulsion eBox"}, {"color": "red", "id": "lessee of an EV1", "label": "lessee of an EV1", "shape": "dot", "size": 10, "title": "lessee of an EV1"}, {"color": "red", "id": "waiting list for an Aptera 2 Series", "label": "waiting list for an Aptera 2 Series", "shape": "dot", "size": 10, "title": "waiting list for an Aptera 2 Series"}, {"color": "#CD5C5C", "id": "Hidden Heroes Campaign", "label": "Hidden Heroes Campaign", "shape": "dot", "size": 10, "title": "Hidden Heroes Campaign"}, {"color": "red", "id": "espresso machine", "label": "espresso machine", "shape": "dot", "size": 10, "title": "espresso machine"}, {"color": "red", "id": "new machines", "label": "new machines", "shape": "dot", "size": 10, "title": "new machines"}, {"color": "red", "id": "note", "label": "note", "shape": "dot", "size": 10, "title": "note"}, {"color": "red", "id": "To the White House Press Corps, Keep up the good fight for Truth, Justice, and the American Way. Especially for the truth part.", "label": "To the White House Press Corps, Keep up the good fight for Truth, Justice, and the American Way. Especially for the truth part.", "shape": "dot", "size": 10, "title": "To the White House Press Corps, Keep up the good fight for Truth, Justice, and the American Way. Especially for the truth part."}, {"color": "#CD5C5C", "id": "National Space Society", "label": "National Space Society", "shape": "dot", "size": 10, "title": "National Space Society"}, {"color": "red", "id": "Board of governors of National Space Society", "label": "Board of governors of National Space Society", "shape": "dot", "size": 10, "title": "Board of governors of National Space Society"}, {"color": "red", "id": "HBO miniseries From the Earth to the Moon", "label": "HBO miniseries From the Earth to the Moon", "shape": "dot", "size": 10, "title": "HBO miniseries From the Earth to the Moon"}, {"color": "red", "id": "film Magnificent Desolation: Walking on the Moon 3D", "label": "film Magnificent Desolation: Walking on the Moon 3D", "shape": "dot", "size": 10, "title": "film Magnificent Desolation: Walking on the Moon 3D"}, {"color": "red", "id": "voice-over for Passport to the Universe show", "label": "voice-over for Passport to the Universe show", "shape": "dot", "size": 10, "title": "voice-over for Passport to the Universe show"}, {"color": "#CD5C5C", "id": "Space Foundation", "label": "Space Foundation", "shape": "dot", "size": 10, "title": "Space Foundation"}, {"color": "#F4A460", "id": "Douglas S. Morrow Public Outreach Award", "label": "Douglas S. Morrow Public Outreach Award", "shape": "dot", "size": 20, "title": "Douglas S. Morrow Public Outreach Award"}, {"color": "#CD5C5C", "id": "United States Army Rangers Hall of Fame", "label": "United States Army Rangers Hall of Fame", "shape": "dot", "size": 10, "title": "United States Army Rangers Hall of Fame"}, {"color": "red", "id": "captain", "label": "captain", "shape": "dot", "size": 10, "title": "captain"}, {"color": "red", "id": "honor", "label": "honor", "shape": "dot", "size": 10, "title": "honor"}, {"color": "red", "id": "national spokesperson for World War II Memorial Campaign", "label": "national spokesperson for World War II Memorial Campaign", "shape": "dot", "size": 10, "title": "national spokesperson for World War II Memorial Campaign"}, {"color": "red", "id": "honorary chairperson of D-Day Museum Capital Campaign", "label": "honorary chairperson of D-Day Museum Capital Campaign", "shape": "dot", "size": 10, "title": "honorary chairperson of D-Day Museum Capital Campaign"}, {"color": "red", "id": "Emmy Award-winning miniseries Band of Brothers", "label": "Emmy Award-winning miniseries Band of Brothers", "shape": "dot", "size": 10, "title": "Emmy Award-winning miniseries Band of Brothers"}, {"color": "#3CB371", "id": "Rock and Roll Hall of Fame", "label": "Rock and Roll Hall of Fame", "shape": "dot", "size": 30, "title": "Rock and Roll Hall of Fame"}, {"color": "#CD5C5C", "id": "The Dave Clark Five", "label": "The Dave Clark Five", "shape": "dot", "size": 10, "title": "The Dave Clark Five"}, {"color": "red", "id": "manual typewriters", "label": "manual typewriters", "shape": "dot", "size": 10, "title": "manual typewriters"}, {"color": "red", "id": "Hanx Writer", "label": "Hanx Writer", "shape": "dot", "size": 10, "title": "Hanx Writer"}, {"color": "red", "id": "", "label": "", "shape": "dot", "size": 10, "title": ""}, {"color": "red", "id": "a collection of short stories inspired by his typewriter collection, Uncommon Type", "label": "a collection of short stories inspired by his typewriter collection, Uncommon Type", "shape": "dot", "size": 10, "title": "a collection of short stories inspired by his typewriter collection, Uncommon Type"}, {"color": "red", "id": "The Making of Another Major Motion Picture Masterpiece", "label": "The Making of Another Major Motion Picture Masterpiece", "shape": "dot", "size": 10, "title": "The Making of Another Major Motion Picture Masterpiece"}, {"color": "#6495ED", "id": "James Stewart", "label": "James Stewart", "shape": "dot", "size": 50, "title": "James Stewart"}, {"color": "red", "id": "America\u0027s Dad", "label": "America\u0027s Dad", "shape": "dot", "size": 10, "title": "America\u0027s Dad"}, {"color": "red", "id": "Nora Ephron\u0027s Lucky Guy on Broadway", "label": "Nora Ephron\u0027s Lucky Guy on Broadway", "shape": "dot", "size": 10, "title": "Nora Ephron\u0027s Lucky Guy on Broadway"}, {"color": "red", "id": "300 fans waiting for a glimpse of him", "label": "300 fans waiting for a glimpse of him", "shape": "dot", "size": 10, "title": "300 fans waiting for a glimpse of him"}, {"color": "red", "id": "fifth-highest all-time box office star", "label": "fifth-highest all-time box office star", "shape": "dot", "size": 10, "title": "fifth-highest all-time box office star"}, {"color": "red", "id": "$4.9 billion at the North American box office", "label": "$4.9 billion at the North American box office", "shape": "dot", "size": 10, "title": "$4.9 billion at the North American box office"}, {"color": "red", "id": "$100.8 million per film at the North American box office", "label": "$100.8 million per film at the North American box office", "shape": "dot", "size": 10, "title": "$100.8 million per film at the North American box office"}, {"color": "red", "id": "Channel 4\u0027s countdown of the 100 Greatest Movie Stars of All Time", "label": "Channel 4\u0027s countdown of the 100 Greatest Movie Stars of All Time", "shape": "dot", "size": 10, "title": "Channel 4\u0027s countdown of the 100 Greatest Movie Stars of All Time"}, {"color": "red", "id": "VH1\u0027s list of the \u0027200 Greatest Pop Culture Icons of All Time\u0027", "label": "VH1\u0027s list of the \u0027200 Greatest Pop Culture Icons of All Time\u0027", "shape": "dot", "size": 10, "title": "VH1\u0027s list of the \u0027200 Greatest Pop Culture Icons of All Time\u0027"}, {"color": "red", "id": "Forbes\u0027 list of the top ten most powerful celebrities in the world", "label": "Forbes\u0027 list of the top ten most powerful celebrities in the world", "shape": "dot", "size": 10, "title": "Forbes\u0027 list of the top ten most powerful celebrities in the world"}, {"color": "#CD5C5C", "id": "WHYY-FM", "label": "WHYY-FM", "shape": "dot", "size": 10, "title": "WHYY-FM"}, {"color": "#6A5ACD", "id": "From Earth to the Moon", "label": "From Earth to the Moon", "shape": "dot", "size": 40, "title": "From Earth to the Moon"}, {"color": "red", "id": "his acting career", "label": "his acting career", "shape": "dot", "size": 10, "title": "his acting career"}, {"color": "#6A5ACD", "id": "Saving Private Ryan", "label": "Saving Private Ryan", "shape": "dot", "size": 40, "title": "Saving Private Ryan"}, {"color": "#6A5ACD", "id": "Catch Me If You Can", "label": "Catch Me If You Can", "shape": "dot", "size": 40, "title": "Catch Me If You Can"}, {"color": "#6A5ACD", "id": "Bridge of Spies", "label": "Bridge of Spies", "shape": "dot", "size": 40, "title": "Bridge of Spies"}, {"color": "#6A5ACD", "id": "The Post", "label": "The Post", "shape": "dot", "size": 40, "title": "The Post"}, {"color": "#3CB371", "id": "France", "label": "France", "shape": "dot", "size": 30, "title": "France"}, {"color": "red", "id": "praise and respect", "label": "praise and respect", "shape": "dot", "size": 10, "title": "praise and respect"}, {"color": "red", "id": "one of the finest war films ever made", "label": "one of the finest war films ever made", "shape": "dot", "size": 10, "title": "one of the finest war films ever made"}, {"color": "red", "id": "Steven Spielberg his second Academy Award for direction", "label": "Steven Spielberg his second Academy Award for direction", "shape": "dot", "size": 10, "title": "Steven Spielberg his second Academy Award for direction"}, {"color": "red", "id": "Hanks another Best Actor nomination", "label": "Hanks another Best Actor nomination", "shape": "dot", "size": 10, "title": "Hanks another Best Actor nomination"}, {"color": "red", "id": "Hanks for the film", "label": "Hanks for the film", "shape": "dot", "size": 10, "title": "Hanks for the film"}, {"color": "red", "id": "Hanks and Meg Ryan", "label": "Hanks and Meg Ryan", "shape": "dot", "size": 10, "title": "Hanks and Meg Ryan"}, {"color": "#6A5ACD", "id": "The Shop Around the Corner", "label": "The Shop Around the Corner", "shape": "dot", "size": 40, "title": "The Shop Around the Corner"}, {"color": "#6495ED", "id": "Kevin Bacon", "label": "Kevin Bacon", "shape": "dot", "size": 50, "title": "Kevin Bacon"}, {"color": "#6495ED", "id": "Bill Paxton", "label": "Bill Paxton", "shape": "dot", "size": 50, "title": "Bill Paxton"}, {"color": "#6495ED", "id": "Gary Sinise", "label": "Gary Sinise", "shape": "dot", "size": 50, "title": "Gary Sinise"}, {"color": "#6495ED", "id": "Ed Harris", "label": "Ed Harris", "shape": "dot", "size": 50, "title": "Ed Harris"}, {"color": "#6495ED", "id": "Kathleen Quinlan", "label": "Kathleen Quinlan", "shape": "dot", "size": 50, "title": "Kathleen Quinlan"}, {"color": "red", "id": "nine Academy Awards", "label": "nine Academy Awards", "shape": "dot", "size": 10, "title": "nine Academy Awards"}, {"color": "red", "id": "two Academy Awards", "label": "two Academy Awards", "shape": "dot", "size": 10, "title": "two Academy Awards"}, {"color": "red", "id": "the Stephen King novel", "label": "the Stephen King novel", "shape": "dot", "size": 10, "title": "the Stephen King novel"}, {"color": "red", "id": "Wachowskis", "label": "Wachowskis", "shape": "dot", "size": 10, "title": "Wachowskis"}, {"color": "red", "id": "a novel of the same name", "label": "a novel of the same name", "shape": "dot", "size": 10, "title": "a novel of the same name"}, {"color": "red", "id": "Maersk Alabama hijacking", "label": "Maersk Alabama hijacking", "shape": "dot", "size": 10, "title": "Maersk Alabama hijacking"}, {"color": "#6495ED", "id": "Richard Phillips", "label": "Richard Phillips", "shape": "dot", "size": 50, "title": "Richard Phillips"}, {"color": "#6495ED", "id": "Barkhad Abdi", "label": "Barkhad Abdi", "shape": "dot", "size": 50, "title": "Barkhad Abdi"}, {"color": "red", "id": "the real life story of a ship\u0027s captain hijacked by Somali pirates", "label": "the real life story of a ship\u0027s captain hijacked by Somali pirates", "shape": "dot", "size": 10, "title": "the real life story of a ship\u0027s captain hijacked by Somali pirates"}, {"color": "#6495ED", "id": "Emma Thompson", "label": "Emma Thompson", "shape": "dot", "size": 50, "title": "Emma Thompson"}, {"color": "#6495ED", "id": "John Lee Hancock", "label": "John Lee Hancock", "shape": "dot", "size": 50, "title": "John Lee Hancock"}, {"color": "red", "id": "Walt Disney", "label": "Walt Disney", "shape": "dot", "size": 10, "title": "Walt Disney"}, {"color": "#6495ED", "id": "Clint Eastwood", "label": "Clint Eastwood", "shape": "dot", "size": 50, "title": "Clint Eastwood"}, {"color": "#CD5C5C", "id": "Sony Pictures", "label": "Sony Pictures", "shape": "dot", "size": 10, "title": "Sony Pictures"}, {"color": "red", "id": "December 23, 2020", "label": "December 23, 2020", "shape": "dot", "size": 10, "title": "December 23, 2020"}, {"color": "#6495ED", "id": "Baz Luhrmann", "label": "Baz Luhrmann", "shape": "dot", "size": 50, "title": "Baz Luhrmann"}, {"color": "red", "id": "Queensland, Australia", "label": "Queensland, Australia", "shape": "dot", "size": 10, "title": "Queensland, Australia"}, {"color": "red", "id": "June 2022", "label": "June 2022", "shape": "dot", "size": 10, "title": "June 2022"}, {"color": "#CD5C5C", "id": "Disney/Pixar", "label": "Disney/Pixar", "shape": "dot", "size": 10, "title": "Disney/Pixar"}, {"color": "#6A5ACD", "id": "Toy Story 2", "label": "Toy Story 2", "shape": "dot", "size": 40, "title": "Toy Story 2"}, {"color": "#6495ED", "id": "Julia Roberts", "label": "Julia Roberts", "shape": "dot", "size": 50, "title": "Julia Roberts"}, {"color": "red", "id": "poor reviews", "label": "poor reviews", "shape": "dot", "size": 10, "title": "poor reviews"}, {"color": "#CD5C5C", "id": "Rotten Tomatoes", "label": "Rotten Tomatoes", "shape": "dot", "size": 10, "title": "Rotten Tomatoes"}, {"color": "red", "id": "exclusive television development deal with HBO", "label": "exclusive television development deal with HBO", "shape": "dot", "size": 10, "title": "exclusive television development deal with HBO"}, {"color": "red", "id": "various limited series and television movies", "label": "various limited series and television movies", "shape": "dot", "size": 10, "title": "various limited series and television movies"}, {"color": "red", "id": "limited series and television movies", "label": "limited series and television movies", "shape": "dot", "size": 10, "title": "limited series and television movies"}, {"color": "#6A5ACD", "id": "John Adams", "label": "John Adams", "shape": "dot", "size": 40, "title": "John Adams"}, {"color": "#6A5ACD", "id": "Game Change", "label": "Game Change", "shape": "dot", "size": 40, "title": "Game Change"}, {"color": "#6A5ACD", "id": "Olive Kitteridge", "label": "Olive Kitteridge", "shape": "dot", "size": 40, "title": "Olive Kitteridge"}, {"color": "red", "id": "space program", "label": "space program", "shape": "dot", "size": 10, "title": "space program"}, {"color": "#F4A460", "id": "Emmy Award", "label": "Emmy Award", "shape": "dot", "size": 20, "title": "Emmy Award"}, {"color": "red", "id": "Ratliff", "label": "Ratliff", "shape": "dot", "size": 10, "title": "Ratliff"}, {"color": "red", "id": "a miniseries", "label": "a miniseries", "shape": "dot", "size": 10, "title": "a miniseries"}, {"color": "#6495ED", "id": "Tom Hanks", "label": "Tom Hanks", "shape": "dot", "size": 50, "title": "Tom Hanks"}, {"color": "#6495ED", "id": "Sandra", "label": "Sandra", "shape": "dot", "size": 50, "title": "Sandra"}, {"color": "red", "id": "writer", "label": "writer", "shape": "dot", "size": 10, "title": "writer"}, {"color": "#6495ED", "id": "Larry", "label": "Larry", "shape": "dot", "size": 50, "title": "Larry"}, {"color": "red", "id": "entomology professor at the University of Illinois Urbana-Champaign", "label": "entomology professor at the University of Illinois Urbana-Champaign", "shape": "dot", "size": 10, "title": "entomology professor at the University of Illinois Urbana-Champaign"}, {"color": "#6495ED", "id": "Tom", "label": "Tom", "shape": "dot", "size": 50, "title": "Tom"}, {"color": "red", "id": "their father", "label": "their father", "shape": "dot", "size": 10, "title": "their father"}, {"color": "#6495ED", "id": "Jim", "label": "Jim", "shape": "dot", "size": 50, "title": "Jim"}, {"color": "red", "id": "their mother in Red Bluff, California", "label": "their mother in Red Bluff, California", "shape": "dot", "size": 10, "title": "their mother in Red Bluff, California"}, {"color": "red", "id": "actor and filmmaker", "label": "actor and filmmaker", "shape": "dot", "size": 10, "title": "actor and filmmaker"}, {"color": "#3CB371", "id": "Oakland", "label": "Oakland", "shape": "dot", "size": 30, "title": "Oakland"}, {"color": "#3CB371", "id": "California", "label": "California", "shape": "dot", "size": 30, "title": "California"}, {"color": "red", "id": "Sacramento, California", "label": "Sacramento, California", "shape": "dot", "size": 10, "title": "Sacramento, California"}, {"color": "#CD5C5C", "id": "California Golden Bears", "label": "California Golden Bears", "shape": "dot", "size": 10, "title": "California Golden Bears"}, {"color": "red", "id": "Alameda, California", "label": "Alameda, California", "shape": "dot", "size": 10, "title": "Alameda, California"}, {"color": "#CD5C5C", "id": "Chabot College", "label": "Chabot College", "shape": "dot", "size": 10, "title": "Chabot College"}, {"color": "red", "id": "Hayward, California", "label": "Hayward, California", "shape": "dot", "size": 10, "title": "Hayward, California"}, {"color": "red", "id": "Bosom Buddies", "label": "Bosom Buddies", "shape": "dot", "size": 10, "title": "Bosom Buddies"}, {"color": "red", "id": "two seasons", "label": "two seasons", "shape": "dot", "size": 10, "title": "two seasons"}, {"color": "#CD5C5C", "id": "Rolling Stone", "label": "Rolling Stone", "shape": "dot", "size": 10, "title": "Rolling Stone"}, {"color": "red", "id": "Howard", "label": "Howard", "shape": "dot", "size": 10, "title": "Howard"}, {"color": "red", "id": "Hanks for the role", "label": "Hanks for the role", "shape": "dot", "size": 10, "title": "Hanks for the role"}, {"color": "red", "id": "role", "label": "role", "shape": "dot", "size": 10, "title": "role"}, {"color": "#6495ED", "id": "John Candy", "label": "John Candy", "shape": "dot", "size": 50, "title": "John Candy"}, {"color": "#6495ED", "id": "Jackie Gleason", "label": "Jackie Gleason", "shape": "dot", "size": 50, "title": "Jackie Gleason"}, {"color": "#6A5ACD", "id": "Nothing in Common", "label": "Nothing in Common", "shape": "dot", "size": 40, "title": "Nothing in Common"}, {"color": "#6495ED", "id": "Sally Field", "label": "Sally Field", "shape": "dot", "size": 50, "title": "Sally Field"}, {"color": "red", "id": "Hanks as struggling comedians", "label": "Hanks as struggling comedians", "shape": "dot", "size": 10, "title": "Hanks as struggling comedians"}, {"color": "red", "id": "hit-and-run accident", "label": "hit-and-run accident", "shape": "dot", "size": 10, "title": "hit-and-run accident"}, {"color": "#6A5ACD", "id": "Turner \u0026 Hooch", "label": "Turner \u0026 Hooch", "shape": "dot", "size": 40, "title": "Turner \u0026 Hooch"}, {"color": "red", "id": "Hanks\u0027 only financially successful film", "label": "Hanks\u0027 only financially successful film", "shape": "dot", "size": 10, "title": "Hanks\u0027 only financially successful film"}, {"color": "#6495ED", "id": "Leading man", "label": "Leading man", "shape": "dot", "size": 50, "title": "Leading man"}, {"color": "red", "id": "1990-1999", "label": "1990-1999", "shape": "dot", "size": 10, "title": "1990-1999"}, {"color": "red", "id": "worldwide total of over $600 million at the box office", "label": "worldwide total of over $600 million at the box office", "shape": "dot", "size": 10, "title": "worldwide total of over $600 million at the box office"}, {"color": "#6495ED", "id": "Spencer Tracy", "label": "Spencer Tracy", "shape": "dot", "size": 50, "title": "Spencer Tracy"}, {"color": "red", "id": "the first actor to win consecutive Best Actor Oscars", "label": "the first actor to win consecutive Best Actor Oscars", "shape": "dot", "size": 10, "title": "the first actor to win consecutive Best Actor Oscars"}, {"color": "red", "id": "in 1937\u201338", "label": "in 1937\u201338", "shape": "dot", "size": 10, "title": "in 1937\u201338"}, {"color": "red", "id": "familiar flights", "label": "familiar flights", "shape": "dot", "size": 10, "title": "familiar flights"}, {"color": "#6A5ACD", "id": "Toy Story 4", "label": "Toy Story 4", "shape": "dot", "size": 40, "title": "Toy Story 4"}, {"color": "#6495ED", "id": "Gary Goetzman", "label": "Gary Goetzman", "shape": "dot", "size": 50, "title": "Gary Goetzman"}, {"color": "red", "id": "12-part series", "label": "12-part series", "shape": "dot", "size": 10, "title": "12-part series"}, {"color": "red", "id": "Emmy Award-winning project", "label": "Emmy Award-winning project", "shape": "dot", "size": 10, "title": "Emmy Award-winning project"}, {"color": "red", "id": "$68 million", "label": "$68 million", "shape": "dot", "size": 10, "title": "$68 million"}, {"color": "red", "id": "$127 million in 2023", "label": "$127 million in 2023", "shape": "dot", "size": 10, "title": "$127 million in 2023"}, {"color": "#6495ED", "id": "Neil Armstrong", "label": "Neil Armstrong", "shape": "dot", "size": 50, "title": "Neil Armstrong"}, {"color": "red", "id": "Moon landings", "label": "Moon landings", "shape": "dot", "size": 10, "title": "Moon landings"}, {"color": "red", "id": "personal feelings", "label": "personal feelings", "shape": "dot", "size": 10, "title": "personal feelings"}, {"color": "red", "id": "Hanks as the voice of Woody", "label": "Hanks as the voice of Woody", "shape": "dot", "size": 10, "title": "Hanks as the voice of Woody"}, {"color": "#6495ED", "id": "Roger Ebert", "label": "Roger Ebert", "shape": "dot", "size": 50, "title": "Roger Ebert"}, {"color": "red", "id": "of Hanks\u0027 performance", "label": "of Hanks\u0027 performance", "shape": "dot", "size": 10, "title": "of Hanks\u0027 performance"}, {"color": "#CD5C5C", "id": "The Chicago Sun-Times", "label": "The Chicago Sun-Times", "shape": "dot", "size": 10, "title": "The Chicago Sun-Times"}, {"color": "red", "id": "Dan Brown\u0027s bestselling novel", "label": "Dan Brown\u0027s bestselling novel", "shape": "dot", "size": 10, "title": "Dan Brown\u0027s bestselling novel"}, {"color": "red", "id": "the U.S.", "label": "the U.S.", "shape": "dot", "size": 10, "title": "the U.S."}, {"color": "red", "id": "over US$750 million worldwide", "label": "over US$750 million worldwide", "shape": "dot", "size": 10, "title": "over US$750 million worldwide"}, {"color": "red", "id": "an animated children\u0027s movie", "label": "an animated children\u0027s movie", "shape": "dot", "size": 10, "title": "an animated children\u0027s movie"}, {"color": "red", "id": "Hanks\u0027 real-life son Colin", "label": "Hanks\u0027 real-life son Colin", "shape": "dot", "size": 10, "title": "Hanks\u0027 real-life son Colin"}, {"color": "red", "id": "young man", "label": "young man", "shape": "dot", "size": 10, "title": "young man"}, {"color": "red", "id": "road manager", "label": "road manager", "shape": "dot", "size": 10, "title": "road manager"}, {"color": "red", "id": "fading mentalist John Malkovich", "label": "fading mentalist John Malkovich", "shape": "dot", "size": 10, "title": "fading mentalist John Malkovich"}, {"color": "#6495ED", "id": "Spike Jonze", "label": "Spike Jonze", "shape": "dot", "size": 50, "title": "Spike Jonze"}, {"color": "red", "id": "children\u0027s book by Maurice Sendak", "label": "children\u0027s book by Maurice Sendak", "shape": "dot", "size": 10, "title": "children\u0027s book by Maurice Sendak"}, {"color": "#6A5ACD", "id": "Angels \u0026 Demons", "label": "Angels \u0026 Demons", "shape": "dot", "size": 40, "title": "Angels \u0026 Demons"}, {"color": "red", "id": "novel of the same name by Dan Brown", "label": "novel of the same name by Dan Brown", "shape": "dot", "size": 10, "title": "novel of the same name by Dan Brown"}, {"color": "#6495ED", "id": "Tim Allen", "label": "Tim Allen", "shape": "dot", "size": 50, "title": "Tim Allen"}, {"color": "#6495ED", "id": "John Ratzenberger", "label": "John Ratzenberger", "shape": "dot", "size": 50, "title": "John Ratzenberger"}, {"color": "#6A5ACD", "id": "Extremely Loud and Incredibly Close", "label": "Extremely Loud and Incredibly Close", "shape": "dot", "size": 40, "title": "Extremely Loud and Incredibly Close"}, {"color": "red", "id": "drama film", "label": "drama film", "shape": "dot", "size": 10, "title": "drama film"}, {"color": "#3CB371", "id": "Asteroid 12818 Tomhanks", "label": "Asteroid 12818 Tomhanks", "shape": "dot", "size": 30, "title": "Asteroid 12818 Tomhanks"}, {"color": "red", "id": "Tom Hanks: The Unauthorized Biography", "label": "Tom Hanks: The Unauthorized Biography", "shape": "dot", "size": 10, "title": "Tom Hanks: The Unauthorized Biography"}, {"color": "red", "id": "Tom Hanks: Enigma", "label": "Tom Hanks: Enigma", "shape": "dot", "size": 10, "title": "Tom Hanks: Enigma"}, {"color": "#CD5C5C", "id": "IMDb", "label": "IMDb", "shape": "dot", "size": 10, "title": "IMDb"}, {"color": "#CD5C5C", "id": "TCM Movie Database", "label": "TCM Movie Database", "shape": "dot", "size": 10, "title": "TCM Movie Database"}, {"color": "#CD5C5C", "id": "Internet Broadway Database", "label": "Internet Broadway Database", "shape": "dot", "size": 10, "title": "Internet Broadway Database"}, {"color": "#6495ED", "id": "Terry Gross", "label": "Terry Gross", "shape": "dot", "size": 50, "title": "Terry Gross"}, {"color": "#CD5C5C", "id": "Fresh Air", "label": "Fresh Air", "shape": "dot", "size": 10, "title": "Fresh Air"}, {"color": "#3CB371", "id": "Broadway", "label": "Broadway", "shape": "dot", "size": 30, "title": "Broadway"}, {"color": "#CD5C5C", "id": "The New Yorker", "label": "The New Yorker", "shape": "dot", "size": 10, "title": "The New Yorker"}, {"color": "red", "id": "four friends", "label": "four friends", "shape": "dot", "size": 10, "title": "four friends"}, {"color": "red", "id": "the moon", "label": "the moon", "shape": "dot", "size": 10, "title": "the moon"}, {"color": "#CD5C5C", "id": "Slate", "label": "Slate", "shape": "dot", "size": 10, "title": "Slate"}, {"color": "#6495ED", "id": "Alan Bean", "label": "Alan Bean", "shape": "dot", "size": 50, "title": "Alan Bean"}, {"color": "red", "id": "Apollo 12", "label": "Apollo 12", "shape": "dot", "size": 10, "title": "Apollo 12"}, {"color": "red", "id": "pilot Francis Gary Powers", "label": "pilot Francis Gary Powers", "shape": "dot", "size": 10, "title": "pilot Francis Gary Powers"}, {"color": "#3CB371", "id": "Soviet Union", "label": "Soviet Union", "shape": "dot", "size": 30, "title": "Soviet Union"}, {"color": "red", "id": "KGB spy Rudolf Abel", "label": "KGB spy Rudolf Abel", "shape": "dot", "size": 10, "title": "KGB spy Rudolf Abel"}, {"color": "red", "id": "episodes of Saturday Night Live", "label": "episodes of Saturday Night Live", "shape": "dot", "size": 10, "title": "episodes of Saturday Night Live"}, {"color": "red", "id": "The David S. Pumpkins Halloween Special", "label": "The David S. Pumpkins Halloween Special", "shape": "dot", "size": 10, "title": "The David S. Pumpkins Halloween Special"}, {"color": "#CD5C5C", "id": "NBC", "label": "NBC", "shape": "dot", "size": 10, "title": "NBC"}, {"color": "#6495ED", "id": "Tom Brokaw", "label": "Tom Brokaw", "shape": "dot", "size": 50, "title": "Tom Brokaw"}, {"color": "#CD5C5C", "id": "Apple TV+", "label": "Apple TV+", "shape": "dot", "size": 10, "title": "Apple TV+"}, {"color": "#CD5C5C", "id": "The Hollywood Reporter", "label": "The Hollywood Reporter", "shape": "dot", "size": 10, "title": "The Hollywood Reporter"}, {"color": "#6495ED", "id": "Miguel Sapochnik", "label": "Miguel Sapochnik", "shape": "dot", "size": 50, "title": "Miguel Sapochnik"}, {"color": "#6495ED", "id": "Connor Ratliff", "label": "Connor Ratliff", "shape": "dot", "size": 50, "title": "Connor Ratliff"}, {"color": "red", "id": "Late Night With Seth Meyers", "label": "Late Night With Seth Meyers", "shape": "dot", "size": 10, "title": "Late Night With Seth Meyers"}, {"color": "red", "id": "Hanks would at last be interviewed for the season three finale of Ratliff\u0027s podcast Dead Eyes", "label": "Hanks would at last be interviewed for the season three finale of Ratliff\u0027s podcast Dead Eyes", "shape": "dot", "size": 10, "title": "Hanks would at last be interviewed for the season three finale of Ratliff\u0027s podcast Dead Eyes"}, {"color": "red", "id": "conversation", "label": "conversation", "shape": "dot", "size": 10, "title": "conversation"}, {"color": "red", "id": "22 years after Ratliff was about to begin filming an episode of Band of Brothers", "label": "22 years after Ratliff was about to begin filming an episode of Band of Brothers", "shape": "dot", "size": 10, "title": "22 years after Ratliff was about to begin filming an episode of Band of Brothers"}, {"color": "red", "id": "interview", "label": "interview", "shape": "dot", "size": 10, "title": "interview"}, {"color": "red", "id": "a momentous achievement in podcasting", "label": "a momentous achievement in podcasting", "shape": "dot", "size": 10, "title": "a momentous achievement in podcasting"}, {"color": "red", "id": "show", "label": "show", "shape": "dot", "size": 10, "title": "show"}, {"color": "red", "id": "a perfect conclusion", "label": "a perfect conclusion", "shape": "dot", "size": 10, "title": "a perfect conclusion"}, {"color": "red", "id": "surprisingly funny and empathetic", "label": "surprisingly funny and empathetic", "shape": "dot", "size": 10, "title": "surprisingly funny and empathetic"}, {"color": "#6495ED", "id": "Paul Scheer", "label": "Paul Scheer", "shape": "dot", "size": 50, "title": "Paul Scheer"}, {"color": "red", "id": "the event thrilling", "label": "the event thrilling", "shape": "dot", "size": 10, "title": "the event thrilling"}, {"color": "red", "id": "Walt Disney Studios\u0027 live-action adaptation of Pinocchio", "label": "Walt Disney Studios\u0027 live-action adaptation of Pinocchio", "shape": "dot", "size": 10, "title": "Walt Disney Studios\u0027 live-action adaptation of Pinocchio"}, {"color": "#6A5ACD", "id": "Pinocchio", "label": "Pinocchio", "shape": "dot", "size": 40, "title": "Pinocchio"}, {"color": "#6495ED", "id": "Zemeckis", "label": "Zemeckis", "shape": "dot", "size": 50, "title": "Zemeckis"}, {"color": "red", "id": "September 8, 2022", "label": "September 8, 2022", "shape": "dot", "size": 10, "title": "September 8, 2022"}, {"color": "#6A5ACD", "id": "A Man Called Ove", "label": "A Man Called Ove", "shape": "dot", "size": 40, "title": "A Man Called Ove"}, {"color": "red", "id": "Sony Pictures in December 2022", "label": "Sony Pictures in December 2022", "shape": "dot", "size": 10, "title": "Sony Pictures in December 2022"}, {"color": "red", "id": "2023 Cannes Film Festival", "label": "2023 Cannes Film Festival", "shape": "dot", "size": 10, "title": "2023 Cannes Film Festival"}, {"color": "red", "id": "June 2023", "label": "June 2023", "shape": "dot", "size": 10, "title": "June 2023"}, {"color": "#CD5C5C", "id": "HBO", "label": "HBO", "shape": "dot", "size": 10, "title": "HBO"}, {"color": "red", "id": "developing a third World War II miniseries", "label": "developing a third World War II miniseries", "shape": "dot", "size": 10, "title": "developing a third World War II miniseries"}, {"color": "red", "id": "production under the working title The Mighty Eighth", "label": "production under the working title The Mighty Eighth", "shape": "dot", "size": 10, "title": "production under the working title The Mighty Eighth"}, {"color": "red", "id": "the series would stream on Apple TV+ due to budget constraints", "label": "the series would stream on Apple TV+ due to budget constraints", "shape": "dot", "size": 10, "title": "the series would stream on Apple TV+ due to budget constraints"}, {"color": "#6A5ACD", "id": "Masters of the Air", "label": "Masters of the Air", "shape": "dot", "size": 40, "title": "Masters of the Air"}, {"color": "red", "id": "$200 million", "label": "$200 million", "shape": "dot", "size": 10, "title": "$200 million"}, {"color": "red", "id": "at least eight hours", "label": "at least eight hours", "shape": "dot", "size": 10, "title": "at least eight hours"}, {"color": "red", "id": "January 26, 2024", "label": "January 26, 2024", "shape": "dot", "size": 10, "title": "January 26, 2024"}, {"color": "red", "id": "Hanks and Spielberg", "label": "Hanks and Spielberg", "shape": "dot", "size": 10, "title": "Hanks and Spielberg"}, {"color": "red", "id": "Band of Brothers and The Pacific", "label": "Band of Brothers and The Pacific", "shape": "dot", "size": 10, "title": "Band of Brothers and The Pacific"}, {"color": "#6495ED", "id": "Joe Wright", "label": "Joe Wright", "shape": "dot", "size": 50, "title": "Joe Wright"}, {"color": "#6A5ACD", "id": "Here", "label": "Here", "shape": "dot", "size": 40, "title": "Here"}, {"color": "#6495ED", "id": "Richard McGuire", "label": "Richard McGuire", "shape": "dot", "size": 50, "title": "Richard McGuire"}, {"color": "red", "id": "2002 AFI Life Achievement Award", "label": "2002 AFI Life Achievement Award", "shape": "dot", "size": 10, "title": "2002 AFI Life Achievement Award"}, {"color": "red", "id": "award", "label": "award", "shape": "dot", "size": 10, "title": "award"}, {"color": "red", "id": "2006 Douglas S. Morrow Public Outreach Award", "label": "2006 Douglas S. Morrow Public Outreach Award", "shape": "dot", "size": 10, "title": "2006 Douglas S. Morrow Public Outreach Award"}, {"color": "red", "id": "2014 Kennedy Center Honors Medallion", "label": "2014 Kennedy Center Honors Medallion", "shape": "dot", "size": 10, "title": "2014 Kennedy Center Honors Medallion"}, {"color": "red", "id": "2016 Presidential Medal of Freedom", "label": "2016 Presidential Medal of Freedom", "shape": "dot", "size": 10, "title": "2016 Presidential Medal of Freedom"}, {"color": "#CD5C5C", "id": "National WWII Museum", "label": "National WWII Museum", "shape": "dot", "size": 10, "title": "National WWII Museum"}, {"color": "#6495ED", "id": "Gordon H. Mueller", "label": "Gordon H. Mueller", "shape": "dot", "size": 50, "title": "Gordon H. Mueller"}, {"color": "#3CB371", "id": "New Orleans", "label": "New Orleans", "shape": "dot", "size": 30, "title": "New Orleans"}, {"color": "red", "id": "2019", "label": "2019", "shape": "dot", "size": 10, "title": "2019"}, {"color": "#3CB371", "id": "Greece", "label": "Greece", "shape": "dot", "size": 30, "title": "Greece"}, {"color": "red", "id": "2002", "label": "2002", "shape": "dot", "size": 10, "title": "2002"}, {"color": "red", "id": "bone cancer", "label": "bone cancer", "shape": "dot", "size": 10, "title": "bone cancer"}, {"color": "#3CB371", "id": "Las Vegas", "label": "Las Vegas", "shape": "dot", "size": 30, "title": "Las Vegas"}, {"color": "#CD5C5C", "id": "English Premier League", "label": "English Premier League", "shape": "dot", "size": 10, "title": "English Premier League"}, {"color": "red", "id": "Sch\u00f6neck, Hesse, Germany", "label": "Sch\u00f6neck, Hesse, Germany", "shape": "dot", "size": 10, "title": "Sch\u00f6neck, Hesse, Germany"}, {"color": "#3CB371", "id": "United States", "label": "United States", "shape": "dot", "size": 30, "title": "United States"}, {"color": "#3CB371", "id": "Kentucky", "label": "Kentucky", "shape": "dot", "size": 30, "title": "Kentucky"}, {"color": "red", "id": "Mefford", "label": "Mefford", "shape": "dot", "size": 10, "title": "Mefford"}, {"color": "#6495ED", "id": "Prokopis Pavlopoulos", "label": "Prokopis Pavlopoulos", "shape": "dot", "size": 50, "title": "Prokopis Pavlopoulos"}, {"color": "red", "id": "honorary naturalization order", "label": "honorary naturalization order", "shape": "dot", "size": 10, "title": "honorary naturalization order"}, {"color": "red", "id": "President of Greece", "label": "President of Greece", "shape": "dot", "size": 10, "title": "President of Greece"}, {"color": "#6495ED", "id": "Wilson", "label": "Wilson", "shape": "dot", "size": 50, "title": "Wilson"}, {"color": "#6495ED", "id": "Takis Theodorikakos", "label": "Takis Theodorikakos", "shape": "dot", "size": 50, "title": "Takis Theodorikakos"}, {"color": "red", "id": "Hanks showed real interest in the people who suffered from the fire in Mati", "label": "Hanks showed real interest in the people who suffered from the fire in Mati", "shape": "dot", "size": 10, "title": "Hanks showed real interest in the people who suffered from the fire in Mati"}, {"color": "red", "id": "Greece\u0027s Interior Minister", "label": "Greece\u0027s Interior Minister", "shape": "dot", "size": 10, "title": "Greece\u0027s Interior Minister"}, {"color": "red", "id": "Greek passports", "label": "Greek passports", "shape": "dot", "size": 10, "title": "Greek passports"}, {"color": "red", "id": "his wife", "label": "his wife", "shape": "dot", "size": 10, "title": "his wife"}, {"color": "red", "id": "marriage as a union only between a man and a woman", "label": "marriage as a union only between a man and a woman", "shape": "dot", "size": 10, "title": "marriage as a union only between a man and a woman"}, {"color": "red", "id": "major proponents of the bill", "label": "major proponents of the bill", "shape": "dot", "size": 10, "title": "major proponents of the bill"}, {"color": "red", "id": "the bill", "label": "the bill", "shape": "dot", "size": 10, "title": "the bill"}, {"color": "red", "id": "nothing", "label": "nothing", "shape": "dot", "size": 10, "title": "nothing"}, {"color": "red", "id": "more American than voting one\u0027s conscience", "label": "more American than voting one\u0027s conscience", "shape": "dot", "size": 10, "title": "more American than voting one\u0027s conscience"}, {"color": "#CD5C5C", "id": "Elizabeth Dole Foundation", "label": "Elizabeth Dole Foundation", "shape": "dot", "size": 10, "title": "Elizabeth Dole Foundation"}, {"color": "red", "id": "campaign", "label": "campaign", "shape": "dot", "size": 10, "title": "campaign"}, {"color": "red", "id": "mission", "label": "mission", "shape": "dot", "size": 10, "title": "mission"}, {"color": "red", "id": "national movement", "label": "national movement", "shape": "dot", "size": 10, "title": "national movement"}, {"color": "red", "id": "military and veteran caregivers", "label": "military and veteran caregivers", "shape": "dot", "size": 10, "title": "military and veteran caregivers"}, {"color": "#CD5C5C", "id": "Press Corps", "label": "Press Corps", "shape": "dot", "size": 10, "title": "Press Corps"}, {"color": "red", "id": "coffee pot", "label": "coffee pot", "shape": "dot", "size": 10, "title": "coffee pot"}, {"color": "red", "id": "He", "label": "He", "shape": "dot", "size": 10, "title": "He"}, {"color": "#6495ED", "id": "Vice President Joe Biden", "label": "Vice President Joe Biden", "shape": "dot", "size": 50, "title": "Vice President Joe Biden"}, {"color": "red", "id": "2020 presidential election", "label": "2020 presidential election", "shape": "dot", "size": 10, "title": "2020 presidential election"}, {"color": "#6495ED", "id": "Wernher von Braun", "label": "Wernher von Braun", "shape": "dot", "size": 50, "title": "Wernher von Braun"}, {"color": "red", "id": "Passport to the Universe show", "label": "Passport to the Universe show", "shape": "dot", "size": 10, "title": "Passport to the Universe show"}, {"color": "red", "id": "Rose Center for Earth and Space", "label": "Rose Center for Earth and Space", "shape": "dot", "size": 10, "title": "Rose Center for Earth and Space"}, {"color": "red", "id": "Hayden Planetarium at American Museum of Natural History", "label": "Hayden Planetarium at American Museum of Natural History", "shape": "dot", "size": 10, "title": "Hayden Planetarium at American Museum of Natural History"}, {"color": "#3CB371", "id": "New York", "label": "New York", "shape": "dot", "size": 30, "title": "New York"}, {"color": "red", "id": "individual or organization", "label": "individual or organization", "shape": "dot", "size": 10, "title": "individual or organization"}, {"color": "red", "id": "significant contributions to public awareness of space programs", "label": "significant contributions to public awareness of space programs", "shape": "dot", "size": 10, "title": "significant contributions to public awareness of space programs"}, {"color": "red", "id": "iOS app", "label": "iOS app", "shape": "dot", "size": 10, "title": "iOS app"}, {"color": "red", "id": "number one on the App Store", "label": "number one on the App Store", "shape": "dot", "size": 10, "title": "number one on the App Store"}, {"color": "#CD5C5C", "id": "CBS News", "label": "CBS News", "shape": "dot", "size": 10, "title": "CBS News"}, {"color": "red", "id": "Hanks officiating a wedding in Pittsburgh", "label": "Hanks officiating a wedding in Pittsburgh", "shape": "dot", "size": 10, "title": "Hanks officiating a wedding in Pittsburgh"}, {"color": "red", "id": "Uncommon Type", "label": "Uncommon Type", "shape": "dot", "size": 10, "title": "Uncommon Type"}, {"color": "red", "id": "2017", "label": "2017", "shape": "dot", "size": 10, "title": "2017"}, {"color": "red", "id": "May 2023", "label": "May 2023", "shape": "dot", "size": 10, "title": "May 2023"}, {"color": "red", "id": "Broadway performance", "label": "Broadway performance", "shape": "dot", "size": 10, "title": "Broadway performance"}, {"color": "red", "id": "the highest number of expectant fans post-show", "label": "the highest number of expectant fans post-show", "shape": "dot", "size": 10, "title": "the highest number of expectant fans post-show"}, {"color": "red", "id": "17 Emmy Awards", "label": "17 Emmy Awards", "shape": "dot", "size": 10, "title": "17 Emmy Awards"}, {"color": "#6495ED", "id": "Gardner", "label": "Gardner", "shape": "dot", "size": 50, "title": "Gardner"}, {"color": "#3CB371", "id": "London", "label": "London", "shape": "dot", "size": 30, "title": "London"}, {"color": "red", "id": "978-1-85782-327-1", "label": "978-1-85782-327-1", "shape": "dot", "size": 10, "title": "978-1-85782-327-1"}, {"color": "red", "id": "Unknown", "label": "Unknown", "shape": "dot", "size": 10, "title": "Unknown"}, {"color": "red", "id": "978-1-84454-428-8", "label": "978-1-84454-428-8", "shape": "dot", "size": 10, "title": "978-1-84454-428-8"}, {"color": "red", "id": "Pfeiffer, Lee", "label": "Pfeiffer, Lee", "shape": "dot", "size": 10, "title": "Pfeiffer, Lee"}, {"color": "red", "id": "The Films of Tom Hanks", "label": "The Films of Tom Hanks", "shape": "dot", "size": 10, "title": "The Films of Tom Hanks"}, {"color": "red", "id": "Secaucus, New Jersey", "label": "Secaucus, New Jersey", "shape": "dot", "size": 10, "title": "Secaucus, New Jersey"}, {"color": "red", "id": "978-0-8065-1717-9", "label": "978-0-8065-1717-9", "shape": "dot", "size": 10, "title": "978-0-8065-1717-9"}, {"color": "#6495ED", "id": "Salamon", "label": "Salamon", "shape": "dot", "size": 50, "title": "Salamon"}, {"color": "red", "id": "author", "label": "author", "shape": "dot", "size": 10, "title": "author"}, {"color": "#6A5ACD", "id": "The Devil\u0027s Candy: The Bonfire of the Vanities Goes to Hollywood", "label": "The Devil\u0027s Candy: The Bonfire of the Vanities Goes to Hollywood", "shape": "dot", "size": 40, "title": "The Devil\u0027s Candy: The Bonfire of the Vanities Goes to Hollywood"}, {"color": "#3CB371", "id": "Boston", "label": "Boston", "shape": "dot", "size": 30, "title": "Boston"}, {"color": "red", "id": "978-0-385-30824-3", "label": "978-0-385-30824-3", "shape": "dot", "size": 10, "title": "978-0-385-30824-3"}, {"color": "#6495ED", "id": "Trakin", "label": "Trakin", "shape": "dot", "size": 50, "title": "Trakin"}, {"color": "#6A5ACD", "id": "Tom Hanks: Journey to Stardom", "label": "Tom Hanks: Journey to Stardom", "shape": "dot", "size": 40, "title": "Tom Hanks: Journey to Stardom"}, {"color": "red", "id": "978-0-312-95596-0", "label": "978-0-312-95596-0", "shape": "dot", "size": 10, "title": "978-0-312-95596-0"}]);
edges = new vis.DataSet([{"from": "Thomas Jeffrey Hanks", "title": "has received", "to": "AFI Life Achievement Award", "width": 4}, {"from": "Thomas Jeffrey Hanks", "title": "has received", "to": "Kennedy Center Honor", "width": 4}, {"from": "Thomas Jeffrey Hanks", "title": "has received", "to": "Presidential Medal of Freedom", "width": 4}, {"from": "Thomas Jeffrey Hanks", "title": "has received", "to": "French Legion of Honor", "width": 4}, {"from": "Thomas Jeffrey Hanks", "title": "has received", "to": "Golden Globe Cecil B. DeMille Award", "width": 4}, {"from": "Thomas Jeffrey Hanks", "title": "has grossed", "to": "$4.9 billion in North America", "width": 4}, {"from": "Thomas Jeffrey Hanks", "title": "has grossed", "to": "$9.96 billion worldwide", "width": 4}, {"from": "Thomas Jeffrey Hanks", "title": "is", "to": "American actor", "width": 4}, {"from": "Thomas Jeffrey Hanks", "title": "is", "to": "filmmaker", "width": 4}, {"from": "Golden Globe Cecil B. DeMille Award", "title": "receives", "to": "2020", "width": 4}, {"from": "$9.96 billion worldwide", "title": "has grossed", "to": "North America", "width": 4}, {"from": "$9.96 billion worldwide", "title": "has films grossing over", "to": "Hanks", "width": 4}, {"from": "North America", "title": "has grossed", "to": "$4.9 billion", "width": 4}, {"from": "North America", "title": "has grossed", "to": "fourth-highest-grossing actor", "width": 4}, {"from": "Hanks", "title": "starred in", "to": "Splash", "width": 4}, {"from": "Hanks", "title": "starred in", "to": "The Money Pit", "width": 4}, {"from": "Hanks", "title": "starred in", "to": "Big", "width": 4}, {"from": "Hanks", "title": "starred in", "to": "A League of Their Own", "width": 4}, {"from": "Hanks", "title": "won", "to": "two consecutive Academy Awards for Best Actor", "width": 4}, {"from": "Hanks", "title": "starred as", "to": "gay lawyer suffering from AIDS in Philadelphia", "width": 4}, {"from": "Hanks", "title": "starred as", "to": "the title character in Forrest Gump", "width": 4}, {"from": "Hanks", "title": "collaborated with", "to": "Steven Spielberg", "width": 4}, {"from": "Hanks", "title": "reunited with", "to": "Ron Howard", "width": 4}, {"from": "Hanks", "title": "collaborated with", "to": "Nora Ephron", "width": 4}, {"from": "Hanks", "title": "collaborated with", "to": "Robert Zemeckis", "width": 4}, {"from": "Hanks", "title": "acted in", "to": "Sleepless in Seattle", "width": 4}, {"from": "Hanks", "title": "acted in", "to": "You\u0027ve Got Mail", "width": 4}, {"from": "Hanks", "title": "starred in", "to": "Apollo 13", "width": 4}, {"from": "Hanks", "title": "acted in", "to": "The Green Mile", "width": 4}, {"from": "Hanks", "title": "starred in", "to": "Cast Away", "width": 4}, {"from": "Hanks", "title": "produced", "to": "Road to Perdition", "width": 4}, {"from": "Hanks", "title": "acted in", "to": "Cloud Atlas", "width": 4}, {"from": "Hanks", "title": "acted in", "to": "Charlie Wilson\u0027s War", "width": 4}, {"from": "Hanks", "title": "discussed", "to": "Captain Phillips", "width": 4}, {"from": "Hanks", "title": "starred in", "to": "Saving Mr. Banks", "width": 4}, {"from": "Hanks", "title": "acted in", "to": "Sully", "width": 4}, {"from": "Hanks", "title": "acted in", "to": "A Beautiful Day in the Neighborhood", "width": 4}, {"from": "Hanks", "title": "starred in", "to": "News of the World", "width": 4}, {"from": "Hanks", "title": "starred in", "to": "Elvis", "width": 4}, {"from": "Hanks", "title": "starred in", "to": "Toy Story", "width": 4}, {"from": "Hanks", "title": "directed", "to": "That Thing You Do!", "width": 4}, {"from": "Hanks", "title": "acted in", "to": "Larry Crowne", "width": 4}, {"from": "Hanks", "title": "named after", "to": "Playtone", "width": 4}, {"from": "Hanks", "title": "won", "to": "seven Primetime Emmy Awards", "width": 4}, {"from": "Hanks", "title": "won", "to": "Primetime Emmy Awards", "width": 4}, {"from": "Hanks", "title": "made", "to": "Broadway debut in Nora Ephron\u0027s Lucky Guy", "width": 4}, {"from": "Hanks", "title": "earned", "to": "Tony Award for Best Actor in a Play nomination", "width": 4}, {"from": "Hanks", "title": "was born in", "to": "Concord, California", "width": 4}, {"from": "Hanks", "title": "is a distant cousin of", "to": "President Abraham Lincoln", "width": 4}, {"from": "Hanks", "title": "is a distant cousin of", "to": "children\u0027s host Fred Rogers", "width": 4}, {"from": "Hanks", "title": "attended", "to": "Skyline High School", "width": 4}, {"from": "Hanks", "title": "acted in", "to": "South Pacific", "width": 4}, {"from": "Hanks", "title": "was characterized as", "to": "Bible-toting evangelical", "width": 4}, {"from": "Hanks", "title": "was", "to": "unpopular in school", "width": 4}, {"from": "Hanks", "title": "was", "to": "shy", "width": 4}, {"from": "Hanks", "title": "was", "to": "geek", "width": 4}, {"from": "Hanks", "title": "was", "to": "spaz", "width": 4}, {"from": "Hanks", "title": "was", "to": "good kid", "width": 4}, {"from": "Hanks", "title": "was", "to": "responsible", "width": 4}, {"from": "Hanks", "title": "yelled out", "to": "funny captions", "width": 4}, {"from": "Hanks", "title": "did not get into", "to": "trouble", "width": 4}, {"from": "Hanks", "title": "grew up in", "to": "Bay Area", "width": 4}, {"from": "Hanks", "title": "studied", "to": "theater at Chabot College", "width": 4}, {"from": "Hanks", "title": "transferred to", "to": "California State University, Sacramento", "width": 4}, {"from": "Hanks", "title": "prefer", "to": "Heisman Trophy", "width": 4}, {"from": "Hanks", "title": "mentioned in", "to": "New York magazine", "width": 4}, {"from": "Hanks", "title": "mentioned in", "to": "interview with Bob Costas", "width": 4}, {"from": "Hanks", "title": "watched movies in", "to": "Alameda Theatre", "width": 4}, {"from": "Hanks", "title": "interviewed", "to": "Bob Costas", "width": 4}, {"from": "Hanks", "title": "is watched by", "to": "Brecht", "width": 4}, {"from": "Hanks", "title": "is watched by", "to": "Tennessee Williams", "width": 4}, {"from": "Hanks", "title": "is watched by", "to": "Ibsen", "width": 4}, {"from": "Hanks", "title": "moved to", "to": "New York City", "width": 4}, {"from": "Hanks", "title": "made film debut in", "to": "He Knows You\u0027re Alone", "width": 4}, {"from": "Hanks", "title": "landed starring role in", "to": "Mazes and Monsters", "width": 4}, {"from": "Hanks", "title": "landed role in", "to": "Riverside Shakespeare Company\u0027s production of The Mandrake", "width": 4}, {"from": "Hanks", "title": "was directed by", "to": "Daniel Southern", "width": 4}, {"from": "Hanks", "title": "landed role in", "to": "ABC television pilot of Bosom Buddies", "width": 4}, {"from": "Hanks", "title": "partnered with", "to": "Peter Scolari", "width": 4}, {"from": "Hanks", "title": "moved to", "to": "Los Angeles", "width": 4}, {"from": "Hanks", "title": "was co-producer", "to": "Ian Praiser", "width": 4}, {"from": "Hanks", "title": "became", "to": "movie star", "width": 4}, {"from": "Hanks", "title": "met", "to": "Lowell Ganz", "width": 4}, {"from": "Hanks", "title": "met", "to": "Babaloo Mandel", "width": 4}, {"from": "Hanks", "title": "landed", "to": "lead role in Splash", "width": 4}, {"from": "Hanks", "title": "had", "to": "sizable hit with Bachelor Party", "width": 4}, {"from": "Hanks", "title": "made", "to": "guest appearances on Family Ties", "width": 4}, {"from": "Hanks", "title": "commented on", "to": "his experience", "width": 4}, {"from": "Hanks", "title": "signed an agreement with", "to": "The Walt Disney Studios", "width": 4}, {"from": "Hanks", "title": "starred to", "to": "a talent pool in an acting/producing pact", "width": 4}, {"from": "Hanks", "title": "stature in", "to": "the film industry rose", "width": 4}, {"from": "Hanks", "title": "had a moderate success with", "to": "Dragnet", "width": 4}, {"from": "Hanks", "title": "established as", "to": "major Hollywood talent", "width": 4}, {"from": "Hanks", "title": "earned", "to": "first nomination for the Academy Award for Best Actor", "width": 4}, {"from": "Hanks", "title": "suffered from", "to": "box-office underperformers", "width": 4}, {"from": "Hanks", "title": "portrayed", "to": "greedy Wall Street figure", "width": 4}, {"from": "Hanks", "title": "won", "to": "second Best Actor Academy Award", "width": 4}, {"from": "Hanks", "title": "acted in", "to": "Forrest Gump", "width": 4}, {"from": "Hanks", "title": "followed", "to": "Philadelphia", "width": 4}, {"from": "Hanks", "title": "remarked", "to": "When I read the script for Gump, I saw it as one of those kind of grand, hopeful movies that the audience can go to and feel ... some hope for their lot and their position in life ... I got that from the movies a hundred million times when I was a kid. I still do.", "width": 4}, {"from": "Hanks", "title": "became", "to": "only the second actor to have accomplished the feat of winning consecutive Best Actor Oscars", "width": 4}, {"from": "Hanks", "title": "received", "to": "Academy Awards at the age of 37 for the first and 38 for the second", "width": 4}, {"from": "Hanks", "title": "and Tracy", "to": "were the same age at the time they received their Academy Awards", "width": 4}, {"from": "Hanks", "title": "played the role of", "to": "Jim Lovell", "width": 4}, {"from": "Hanks", "title": "voiced", "to": "Sheriff Woody", "width": 4}, {"from": "Hanks", "title": "made", "to": "directing debut", "width": 4}, {"from": "Hanks", "title": "played the role of", "to": "music producer", "width": 4}, {"from": "Hanks", "title": "named after", "to": "record company in the film", "width": 4}, {"from": "Hanks", "title": "is", "to": "producer", "width": 4}, {"from": "Hanks", "title": "executive produced", "to": "From the Earth to the Moon", "width": 4}, {"from": "Hanks", "title": "received", "to": "Golden Globe Award win for Best Actor", "width": 4}, {"from": "Hanks", "title": "received", "to": "Academy Award nomination for his portrayal of a marooned FedEx systems analyst", "width": 4}, {"from": "Hanks", "title": "helped direct and produce", "to": "Band of Brothers", "width": 4}, {"from": "Hanks", "title": "appeared in", "to": "America: A Tribute to Heroes", "width": 4}, {"from": "Hanks", "title": "teamed up with", "to": "Sam Mendes", "width": 4}, {"from": "Hanks", "title": "starred opposite", "to": "Leonardo DiCaprio", "width": 4}, {"from": "Hanks", "title": "teamed up with", "to": "Spielberg", "width": 4}, {"from": "Hanks", "title": "produced", "to": "My Big Fat Greek Wedding", "width": 4}, {"from": "Hanks", "title": "initiated a legal action against", "to": "Gold Circle Films", "width": 4}, {"from": "Hanks", "title": "received", "to": "American Film Institute\u0027s Life Achievement Award", "width": 4}, {"from": "Hanks", "title": "appeared in", "to": "The Ladykillers", "width": 4}, {"from": "Hanks", "title": "appeared in", "to": "The Terminal", "width": 4}, {"from": "Hanks", "title": "appeared in", "to": "The Polar Express", "width": 4}, {"from": "Hanks", "title": "played", "to": "multiple motion capture roles in The Polar Express", "width": 4}, {"from": "Hanks", "title": "was voted in as", "to": "vice president of the Academy of Motion Picture Arts and Sciences", "width": 4}, {"from": "Hanks", "title": "starred in", "to": "The Da Vinci Code", "width": 4}, {"from": "Hanks", "title": "did voice work for", "to": "Ken Burns\u0027s 2007 documentary The War", "width": 4}, {"from": "Hanks", "title": "read excerpts from", "to": "World War II-era columns by Al McIntosh", "width": 4}, {"from": "Hanks", "title": "topped", "to": "a 1,500-strong list of \"most trusted celebrities\" compiled by Forbes magazine", "width": 4}, {"from": "Hanks", "title": "produced", "to": "The Ant Bully", "width": 4}, {"from": "Hanks", "title": "starred in", "to": "Mike Nichols\u0027s film Charlie Wilson\u0027s War", "width": 4}, {"from": "Hanks", "title": "played", "to": "Democratic Texas Congressman Charles Wilson", "width": 4}, {"from": "Hanks", "title": "received", "to": "Golden Globe nomination", "width": 4}, {"from": "Hanks", "title": "played", "to": "on-screen father", "width": 4}, {"from": "Hanks", "title": "executive produced", "to": "musical comedy Mamma Mia", "width": 4}, {"from": "Hanks", "title": "executive produced", "to": "miniseries John Adams", "width": 4}, {"from": "Hanks", "title": "played", "to": "father of a young man", "width": 4}, {"from": "Hanks", "title": "had", "to": "Colin", "width": 4}, {"from": "Hanks", "title": "produced", "to": "Where The Wild Things Are", "width": 4}, {"from": "Hanks", "title": "made appearance on", "to": "NBC\u0027s Saturday Night Live", "width": 4}, {"from": "Hanks", "title": "reprised his role as", "to": "Robert Langdon", "width": 4}, {"from": "Hanks", "title": "reprised voice role in", "to": "Toy Story 3", "width": 4}, {"from": "Hanks", "title": "executive producer of", "to": "The Pacific", "width": 4}, {"from": "Hanks", "title": "invited to see", "to": "complete story reel of Toy Story 3", "width": 4}, {"from": "Hanks", "title": "nominated for", "to": "BAFTA Award for Best Actor in a Leading Role", "width": 4}, {"from": "Hanks", "title": "nominated for", "to": "Golden Globe Award for Best Actor \u2013 Motion Picture Drama", "width": 4}, {"from": "Hanks", "title": "made", "to": "Broadway debut", "width": 4}, {"from": "Hanks", "title": "starred in", "to": "Nora Ephron\u0027s Lucky Guy", "width": 4}, {"from": "Hanks", "title": "nominated for", "to": "Tony Award for Best Actor in a Play", "width": 4}, {"from": "Hanks", "title": "is the author of", "to": "Alan Bean Plus Four", "width": 4}, {"from": "Hanks", "title": "is criticized by", "to": "Katy Waldman", "width": 4}, {"from": "Hanks", "title": "is fascinated by", "to": "space", "width": 4}, {"from": "Hanks", "title": "built", "to": "plastic models of rockets", "width": 4}, {"from": "Hanks", "title": "watched", "to": "live broadcasts of space missions", "width": 4}, {"from": "Hanks", "title": "appeared in", "to": "Carly Rae Jepsen music video", "width": 4}, {"from": "Hanks", "title": "starred as", "to": "Alan Clay", "width": 4}, {"from": "Hanks", "title": "played", "to": "James B. Donovan", "width": 4}, {"from": "Hanks", "title": "directed", "to": "Tom Tykwer", "width": 4}, {"from": "Hanks", "title": "starred as", "to": "airline captain Chesley Sullenberger", "width": 4}, {"from": "Hanks", "title": "co-starred alongside", "to": "Emma Watson", "width": 4}, {"from": "Hanks", "title": "voiced", "to": "David S. Pumpkins", "width": 4}, {"from": "Hanks", "title": "appeared in", "to": "Inferno", "width": 4}, {"from": "Hanks", "title": "co-starred in", "to": "The Circle", "width": 4}, {"from": "Hanks", "title": "sixth cousins of", "to": "Fred Rogers", "width": 4}, {"from": "Hanks", "title": "was nominated for", "to": "his first Academy Award", "width": 4}, {"from": "Hanks", "title": "starred in", "to": "Greyhound", "width": 4}, {"from": "Hanks", "title": "wrote", "to": "screenplay for Greyhound", "width": 4}, {"from": "Hanks", "title": "teamed with", "to": "Paul Greengrass", "width": 4}, {"from": "Hanks", "title": "praised", "to": "David Rooney", "width": 4}, {"from": "Hanks", "title": "starred in", "to": "Finch", "width": 4}, {"from": "Hanks", "title": "believed", "to": "Ratliff had \u0027dead eyes\u0027", "width": 4}, {"from": "Hanks", "title": "portrayed", "to": "Geppetto", "width": 4}, {"from": "Hanks", "title": "acted in", "to": "A Man Called Otto", "width": 4}, {"from": "Hanks", "title": "appeared in", "to": "Asteroid City", "width": 4}, {"from": "Hanks", "title": "collaborated with", "to": "Wes Anderson", "width": 4}, {"from": "Hanks", "title": "starred alongside", "to": "Jason Schwartzman", "width": 4}, {"from": "Hanks", "title": "starred alongside", "to": "Scarlett Johansson", "width": 4}, {"from": "Hanks", "title": "starred alongside", "to": "Adrien Brody", "width": 4}, {"from": "Hanks", "title": "starred alongside", "to": "Jeffrey Wright", "width": 4}, {"from": "Hanks", "title": "starred alongside", "to": "Bryan Cranston", "width": 4}, {"from": "Hanks", "title": "is appearing in", "to": "In the Garden of Beasts", "width": 4}, {"from": "Hanks", "title": "will star in", "to": "the feature adaptation of Here", "width": 4}, {"from": "Hanks", "title": "divorced", "to": "Samantha Lewes", "width": 4}, {"from": "Hanks", "title": "had", "to": "Elizabeth", "width": 4}, {"from": "Hanks", "title": "attends", "to": "church", "width": 4}, {"from": "Hanks", "title": "has", "to": "Type 2 diabetes", "width": 4}, {"from": "Hanks", "title": "is a fan of", "to": "Oakland Athletics", "width": 4}, {"from": "Hanks", "title": "is a fan of", "to": "Raiders", "width": 4}, {"from": "Hanks", "title": "stated in", "to": "April 2017", "width": 4}, {"from": "Hanks", "title": "would boycott", "to": "NFL", "width": 4}, {"from": "Hanks", "title": "would boycott", "to": "NFL for two years", "width": 4}, {"from": "Hanks", "title": "is an avid fan of", "to": "Aston Villa", "width": 4}, {"from": "Hanks", "title": "descendant of", "to": "Johannes Meffert", "width": 4}, {"from": "Hanks", "title": "is a distant relative of", "to": "Abraham Lincoln", "width": 4}, {"from": "Hanks", "title": "narrated", "to": "the 2011 television program Killing Lincoln", "width": 4}, {"from": "Hanks", "title": "was conferred honorary citizenship", "to": "Greek citizens", "width": 4}, {"from": "Hanks", "title": "brought global attention", "to": "wildfire in Mati", "width": 4}, {"from": "Hanks", "title": "handed over", "to": "Kyriakos Mitsotakis", "width": 4}, {"from": "Hanks", "title": "has donated to", "to": "Democratic politicians", "width": 4}, {"from": "Hanks", "title": "uploaded", "to": "video endorsing Barack Obama", "width": 4}, {"from": "Hanks", "title": "narrated", "to": "documentary The Road We\u0027ve Traveled created by Obama for America", "width": 4}, {"from": "Hanks", "title": "endorsed", "to": "Hillary Clinton", "width": 4}, {"from": "Hanks", "title": "opposed", "to": "Proposition 8", "width": 4}, {"from": "Hanks", "title": "raised", "to": "over US$44 million", "width": 4}, {"from": "Hanks", "title": "called", "to": "supporters of Proposition 8 un-American", "width": 4}, {"from": "Hanks", "title": "criticized", "to": "LDS Church members", "width": 4}, {"from": "Hanks", "title": "apologized for", "to": "the remark", "width": 4}, {"from": "Hanks", "title": "is", "to": "investor in electric vehicles", "width": 4}, {"from": "Hanks", "title": "owns", "to": "Toyota RAV4 EV", "width": 4}, {"from": "Hanks", "title": "owns", "to": "the first production AC Propulsion eBox", "width": 4}, {"from": "Hanks", "title": "was", "to": "lessee of an EV1", "width": 4}, {"from": "Hanks", "title": "was on", "to": "waiting list for an Aptera 2 Series", "width": 4}, {"from": "Hanks", "title": "serves as campaign chair of", "to": "Hidden Heroes Campaign", "width": 4}, {"from": "Hanks", "title": "donated", "to": "espresso machine", "width": 4}, {"from": "Hanks", "title": "donated", "to": "new machines", "width": 4}, {"from": "Hanks", "title": "accompanied by", "to": "note", "width": 4}, {"from": "Hanks", "title": "accompanying note read", "to": "To the White House Press Corps, Keep up the good fight for Truth, Justice, and the American Way. Especially for the truth part.", "width": 4}, {"from": "Hanks", "title": "is a member of", "to": "National Space Society", "width": 4}, {"from": "Hanks", "title": "served on", "to": "Board of governors of National Space Society", "width": 4}, {"from": "Hanks", "title": "produced", "to": "HBO miniseries From the Earth to the Moon", "width": 4}, {"from": "Hanks", "title": "co-produced", "to": "film Magnificent Desolation: Walking on the Moon 3D", "width": 4}, {"from": "Hanks", "title": "provided", "to": "voice-over for Passport to the Universe show", "width": 4}, {"from": "Hanks", "title": "awarded", "to": "Space Foundation", "width": 4}, {"from": "Hanks", "title": "given to", "to": "Douglas S. Morrow Public Outreach Award", "width": 4}, {"from": "Hanks", "title": "was inducted as an honorary member of", "to": "United States Army Rangers Hall of Fame", "width": 4}, {"from": "Hanks", "title": "portrayed", "to": "captain", "width": 4}, {"from": "Hanks", "title": "received", "to": "honor", "width": 4}, {"from": "Hanks", "title": "served as", "to": "national spokesperson for World War II Memorial Campaign", "width": 4}, {"from": "Hanks", "title": "was", "to": "honorary chairperson of D-Day Museum Capital Campaign", "width": 4}, {"from": "Hanks", "title": "role in writing and helping to produce", "to": "Emmy Award-winning miniseries Band of Brothers", "width": 4}, {"from": "Hanks", "title": "was on hand at", "to": "Rock and Roll Hall of Fame", "width": 4}, {"from": "Hanks", "title": "induct", "to": "The Dave Clark Five", "width": 4}, {"from": "Hanks", "title": "is a collector of", "to": "manual typewriters", "width": 4}, {"from": "Hanks", "title": "released", "to": "Hanx Writer", "width": 4}, {"from": "Hanks", "title": "is an ordained minister", "to": "", "width": 4}, {"from": "Hanks", "title": "wrote", "to": "a collection of short stories inspired by his typewriter collection, Uncommon Type", "width": 4}, {"from": "Hanks", "title": "wrote", "to": "The Making of Another Major Motion Picture Masterpiece", "width": 4}, {"from": "Hanks", "title": "is often compared to", "to": "James Stewart", "width": 4}, {"from": "Hanks", "title": "is referred to as", "to": "America\u0027s Dad", "width": 4}, {"from": "Hanks", "title": "starred in", "to": "Nora Ephron\u0027s Lucky Guy on Broadway", "width": 4}, {"from": "Hanks", "title": "had crowds of", "to": "300 fans waiting for a glimpse of him", "width": 4}, {"from": "Hanks", "title": "is ranked as", "to": "fifth-highest all-time box office star", "width": 4}, {"from": "Hanks", "title": "has a total gross of", "to": "$4.9 billion at the North American box office", "width": 4}, {"from": "Hanks", "title": "has an average gross of", "to": "$100.8 million per film at the North American box office", "width": 4}, {"from": "Hanks", "title": "was voted Number 3 in", "to": "Channel 4\u0027s countdown of the 100 Greatest Movie Stars of All Time", "width": 4}, {"from": "Hanks", "title": "is number 22 on", "to": "VH1\u0027s list of the \u0027200 Greatest Pop Culture Icons of All Time\u0027", "width": 4}, {"from": "Hanks", "title": "was included on", "to": "Forbes\u0027 list of the top ten most powerful celebrities in the world", "width": 4}, {"from": "Hanks", "title": "was interviewed on", "to": "WHYY-FM", "width": 4}, {"from": "Hanks", "title": "discussed", "to": "From Earth to the Moon", "width": 4}, {"from": "Hanks", "title": "shared anecdotes about", "to": "his acting career", "width": 4}, {"from": "Splash", "title": "were writing", "to": "Lowell Ganz", "width": 4}, {"from": "Splash", "title": "were writing", "to": "Babaloo Mandel", "width": 4}, {"from": "Splash", "title": "to be directed by", "to": "Ron Howard", "width": 4}, {"from": "Steven Spielberg", "title": "is a film directed by", "to": "Saving Private Ryan", "width": 4}, {"from": "Steven Spielberg", "title": "directed", "to": "Catch Me If You Can", "width": 4}, {"from": "Steven Spielberg", "title": "directed", "to": "The Terminal", "width": 4}, {"from": "Steven Spielberg", "title": "directed", "to": "Bridge of Spies", "width": 4}, {"from": "Steven Spielberg", "title": "directed", "to": "The Post", "width": 4}, {"from": "Saving Private Ryan", "title": "takes place in", "to": "France", "width": 4}, {"from": "Saving Private Ryan", "title": "earned", "to": "praise and respect", "width": 4}, {"from": "Saving Private Ryan", "title": "is labeled as", "to": "one of the finest war films ever made", "width": 4}, {"from": "Saving Private Ryan", "title": "earned", "to": "Steven Spielberg his second Academy Award for direction", "width": 4}, {"from": "Saving Private Ryan", "title": "earned", "to": "Hanks another Best Actor nomination", "width": 4}, {"from": "Ron Howard", "title": "considered", "to": "Hanks for the film", "width": 4}, {"from": "Robert Zemeckis", "title": "is directing", "to": "the feature adaptation of Here", "width": 4}, {"from": "You\u0027ve Got Mail", "title": "stars", "to": "Hanks and Meg Ryan", "width": 4}, {"from": "You\u0027ve Got Mail", "title": "is a remake of", "to": "The Shop Around the Corner", "width": 4}, {"from": "Apollo 13", "title": "featured actors including", "to": "Kevin Bacon", "width": 4}, {"from": "Apollo 13", "title": "featured actors including", "to": "Bill Paxton", "width": 4}, {"from": "Apollo 13", "title": "featured actors including", "to": "Gary Sinise", "width": 4}, {"from": "Apollo 13", "title": "featured actors including", "to": "Ed Harris", "width": 4}, {"from": "Apollo 13", "title": "featured actors including", "to": "Kathleen Quinlan", "width": 4}, {"from": "Apollo 13", "title": "earned nominations for", "to": "nine Academy Awards", "width": 4}, {"from": "Apollo 13", "title": "won", "to": "two Academy Awards", "width": 4}, {"from": "The Green Mile", "title": "is an adaptation of", "to": "the Stephen King novel", "width": 4}, {"from": "Cloud Atlas", "title": "is directed by", "to": "Wachowskis", "width": 4}, {"from": "Cloud Atlas", "title": "is based on", "to": "a novel of the same name", "width": 4}, {"from": "Captain Phillips", "title": "based on", "to": "Maersk Alabama hijacking", "width": 4}, {"from": "Captain Phillips", "title": "starred", "to": "Richard Phillips", "width": 4}, {"from": "Captain Phillips", "title": "starred", "to": "Barkhad Abdi", "width": 4}, {"from": "Captain Phillips", "title": "is about", "to": "the real life story of a ship\u0027s captain hijacked by Somali pirates", "width": 4}, {"from": "Saving Mr. Banks", "title": "co-starring", "to": "Emma Thompson", "width": 4}, {"from": "Saving Mr. Banks", "title": "directed by", "to": "John Lee Hancock", "width": 4}, {"from": "Saving Mr. Banks", "title": "played", "to": "Walt Disney", "width": 4}, {"from": "Sully", "title": "directed", "to": "Clint Eastwood", "width": 4}, {"from": "A Beautiful Day in the Neighborhood", "title": "is a character in", "to": "Fred Rogers", "width": 4}, {"from": "A Beautiful Day in the Neighborhood", "title": "was released by", "to": "Sony Pictures", "width": 4}, {"from": "News of the World", "title": "was released on", "to": "December 23, 2020", "width": 4}, {"from": "Elvis", "title": "directed by", "to": "Baz Luhrmann", "width": 4}, {"from": "Elvis", "title": "filming location was", "to": "Queensland, Australia", "width": 4}, {"from": "Elvis", "title": "was released in", "to": "June 2022", "width": 4}, {"from": "Toy Story", "title": "was produced by", "to": "Disney/Pixar", "width": 4}, {"from": "Toy Story", "title": "is a sequel to", "to": "Toy Story 2", "width": 4}, {"from": "Larry Crowne", "title": "stars opposite", "to": "Julia Roberts", "width": 4}, {"from": "Larry Crowne", "title": "receives", "to": "poor reviews", "width": 4}, {"from": "Larry Crowne", "title": "is rated by", "to": "Rotten Tomatoes", "width": 4}, {"from": "Playtone", "title": "has", "to": "exclusive television development deal with HBO", "width": 4}, {"from": "Primetime Emmy Awards", "title": "for his work as a producer of", "to": "various limited series and television movies", "width": 4}, {"from": "limited series and television movies", "title": "include", "to": "From the Earth to the Moon", "width": 4}, {"from": "limited series and television movies", "title": "include", "to": "Band of Brothers", "width": 4}, {"from": "limited series and television movies", "title": "include", "to": "John Adams", "width": 4}, {"from": "limited series and television movies", "title": "include", "to": "The Pacific", "width": 4}, {"from": "limited series and television movies", "title": "include", "to": "Game Change", "width": 4}, {"from": "limited series and television movies", "title": "include", "to": "Olive Kitteridge", "width": 4}, {"from": "From the Earth to the Moon", "title": "chronicled", "to": "space program", "width": 4}, {"from": "From the Earth to the Moon", "title": "won", "to": "Emmy Award", "width": 4}, {"from": "Band of Brothers", "title": "was about to begin filming an episode of", "to": "Ratliff", "width": 4}, {"from": "Game Change", "title": "is", "to": "a miniseries", "width": 4}, {"from": "Game Change", "title": "is produced by", "to": "Tom Hanks", "width": 4}, {"from": "Sandra", "title": "is", "to": "writer", "width": 4}, {"from": "Larry", "title": "became", "to": "entomology professor at the University of Illinois Urbana-Champaign", "width": 4}, {"from": "Tom", "title": "went with", "to": "their father", "width": 4}, {"from": "Jim", "title": "remained with", "to": "their mother in Red Bluff, California", "width": 4}, {"from": "Jim", "title": "became", "to": "actor and filmmaker", "width": 4}, {"from": "Skyline High School", "title": "is located in", "to": "Oakland", "width": 4}, {"from": "Skyline High School", "title": "is located in", "to": "California", "width": 4}, {"from": "Oakland", "title": "were based in", "to": "Raiders", "width": 4}, {"from": "California State University, Sacramento", "title": "is located in", "to": "Sacramento, California", "width": 4}, {"from": "Heisman Trophy", "title": "is associated with", "to": "California Golden Bears", "width": 4}, {"from": "Alameda Theatre", "title": "is located in", "to": "Alameda, California", "width": 4}, {"from": "Chabot College", "title": "is located in", "to": "Hayward, California", "width": 4}, {"from": "Bosom Buddies", "title": "ran for", "to": "two seasons", "width": 4}, {"from": "Ian Praiser", "title": "told", "to": "Rolling Stone", "width": 4}, {"from": "Howard", "title": "considered", "to": "Hanks for the role", "width": 4}, {"from": "role", "title": "went to", "to": "John Candy", "width": 4}, {"from": "Jackie Gleason", "title": "played in", "to": "Nothing in Common", "width": 4}, {"from": "Sally Field", "title": "co-starred", "to": "Hanks as struggling comedians", "width": 4}, {"from": "greedy Wall Street figure", "title": "gets enmeshed in", "to": "hit-and-run accident", "width": 4}, {"from": "Turner \u0026 Hooch", "title": "was", "to": "Hanks\u0027 only financially successful film", "width": 4}, {"from": "Leading man", "title": "received acclaim in", "to": "1990-1999", "width": 4}, {"from": "Forrest Gump", "title": "grossed", "to": "worldwide total of over $600 million at the box office", "width": 4}, {"from": "Philadelphia", "title": "is located in", "to": "WHYY-FM", "width": 4}, {"from": "Spencer Tracy", "title": "was", "to": "the first actor to win consecutive Best Actor Oscars", "width": 4}, {"from": "Spencer Tracy", "title": "won", "to": "in 1937\u201338", "width": 4}, {"from": "Jim Lovell", "title": "was", "to": "familiar flights", "width": 4}, {"from": "Sheriff Woody", "title": "is a character in", "to": "Toy Story 4", "width": 4}, {"from": "producer", "title": "is", "to": "Gary Goetzman", "width": 4}, {"from": "space program", "title": "chronicled", "to": "12-part series", "width": 4}, {"from": "Emmy Award", "title": "was", "to": "Emmy Award-winning project", "width": 4}, {"from": "Emmy Award-winning project", "title": "was", "to": "$68 million", "width": 4}, {"from": "$68 million", "title": "equivalent to", "to": "$127 million in 2023", "width": 4}, {"from": "Neil Armstrong", "title": "was", "to": "familiar flights", "width": 4}, {"from": "Moon landings", "title": "surrounded by", "to": "personal feelings", "width": 4}, {"from": "Toy Story 2", "title": "features", "to": "Hanks as the voice of Woody", "width": 4}, {"from": "Roger Ebert", "title": "wrote", "to": "of Hanks\u0027 performance", "width": 4}, {"from": "Roger Ebert", "title": "works for", "to": "The Chicago Sun-Times", "width": 4}, {"from": "The Da Vinci Code", "title": "is based on", "to": "Dan Brown\u0027s bestselling novel", "width": 4}, {"from": "The Da Vinci Code", "title": "was released in", "to": "the U.S.", "width": 4}, {"from": "The Da Vinci Code", "title": "grossed", "to": "over US$750 million worldwide", "width": 4}, {"from": "The Ant Bully", "title": "is", "to": "an animated children\u0027s movie", "width": 4}, {"from": "Hanks\u0027 real-life son Colin", "title": "played", "to": "young man", "width": 4}, {"from": "young man", "title": "chooses to work as", "to": "road manager", "width": 4}, {"from": "road manager", "title": "works for", "to": "fading mentalist John Malkovich", "width": 4}, {"from": "Where The Wild Things Are", "title": "directed", "to": "Spike Jonze", "width": 4}, {"from": "Where The Wild Things Are", "title": "based on", "to": "children\u0027s book by Maurice Sendak", "width": 4}, {"from": "Angels \u0026 Demons", "title": "based on", "to": "novel of the same name by Dan Brown", "width": 4}, {"from": "complete story reel of Toy Story 3", "title": "invited to see", "to": "Tim Allen", "width": 4}, {"from": "complete story reel of Toy Story 3", "title": "invited to see", "to": "John Ratzenberger", "width": 4}, {"from": "Rotten Tomatoes", "title": "is reviewed on", "to": "Tom Hanks", "width": 4}, {"from": "Extremely Loud and Incredibly Close", "title": "stars", "to": "Tom Hanks", "width": 4}, {"from": "Extremely Loud and Incredibly Close", "title": "is a", "to": "drama film", "width": 4}, {"from": "Tom Hanks", "title": "is named after", "to": "Asteroid 12818 Tomhanks", "width": 4}, {"from": "Tom Hanks", "title": "is about", "to": "Tom Hanks: The Unauthorized Biography", "width": 4}, {"from": "Tom Hanks", "title": "is about", "to": "Tom Hanks: Enigma", "width": 4}, {"from": "Tom Hanks", "title": "is listed on", "to": "IMDb", "width": 4}, {"from": "Tom Hanks", "title": "is featured on", "to": "TCM Movie Database", "width": 4}, {"from": "Tom Hanks", "title": "is credited on", "to": "Internet Broadway Database", "width": 4}, {"from": "Tom Hanks", "title": "has interviewed", "to": "Terry Gross", "width": 4}, {"from": "Tom Hanks", "title": "has archive of interviews", "to": "Fresh Air", "width": 4}, {"from": "Nora Ephron\u0027s Lucky Guy", "title": "was performed on", "to": "Broadway", "width": 4}, {"from": "Alan Bean Plus Four", "title": "was published in", "to": "The New Yorker", "width": 4}, {"from": "Alan Bean Plus Four", "title": "features", "to": "four friends", "width": 4}, {"from": "four friends", "title": "make a voyage to", "to": "the moon", "width": 4}, {"from": "Katy Waldman", "title": "works for", "to": "Slate", "width": 4}, {"from": "Alan Bean", "title": "is an astronaut of", "to": "Apollo 12", "width": 4}, {"from": "James B. Donovan", "title": "negotiated for the release of", "to": "pilot Francis Gary Powers", "width": 4}, {"from": "pilot Francis Gary Powers", "title": "was released by", "to": "Soviet Union", "width": 4}, {"from": "Soviet Union", "title": "in exchange for", "to": "KGB spy Rudolf Abel", "width": 4}, {"from": "David S. Pumpkins", "title": "appeared in", "to": "episodes of Saturday Night Live", "width": 4}, {"from": "David S. Pumpkins", "title": "appeared in", "to": "The David S. Pumpkins Halloween Special", "width": 4}, {"from": "The David S. Pumpkins Halloween Special", "title": "aired on", "to": "NBC", "width": 4}, {"from": "NBC", "title": "is associated with", "to": "Tom Brokaw", "width": 4}, {"from": "Greyhound", "title": "was released on", "to": "Apple TV+", "width": 4}, {"from": "Apple TV+", "title": "released by", "to": "Finch", "width": 4}, {"from": "David Rooney", "title": "is a film critic of", "to": "The Hollywood Reporter", "width": 4}, {"from": "Finch", "title": "directed by", "to": "Miguel Sapochnik", "width": 4}, {"from": "Connor Ratliff", "title": "appeared as a guest on", "to": "Late Night With Seth Meyers", "width": 4}, {"from": "Connor Ratliff", "title": "revealed", "to": "Hanks would at last be interviewed for the season three finale of Ratliff\u0027s podcast Dead Eyes", "width": 4}, {"from": "conversation", "title": "took place", "to": "22 years after Ratliff was about to begin filming an episode of Band of Brothers", "width": 4}, {"from": "interview", "title": "hailed as", "to": "a momentous achievement in podcasting", "width": 4}, {"from": "show", "title": "gives", "to": "a perfect conclusion", "width": 4}, {"from": "show", "title": "is", "to": "surprisingly funny and empathetic", "width": 4}, {"from": "Paul Scheer", "title": "called", "to": "the event thrilling", "width": 4}, {"from": "Geppetto", "title": "in", "to": "Walt Disney Studios\u0027 live-action adaptation of Pinocchio", "width": 4}, {"from": "Pinocchio", "title": "directed by", "to": "Zemeckis", "width": 4}, {"from": "Pinocchio", "title": "was released on", "to": "September 8, 2022", "width": 4}, {"from": "A Man Called Otto", "title": "is a remake of", "to": "A Man Called Ove", "width": 4}, {"from": "A Man Called Otto", "title": "was released by", "to": "Sony Pictures in December 2022", "width": 4}, {"from": "Asteroid City", "title": "directed", "to": "Wes Anderson", "width": 4}, {"from": "Asteroid City", "title": "premiered at", "to": "2023 Cannes Film Festival", "width": 4}, {"from": "Asteroid City", "title": "was released in", "to": "June 2023", "width": 4}, {"from": "HBO", "title": "confirmed", "to": "developing a third World War II miniseries", "width": 4}, {"from": "HBO", "title": "progressing", "to": "production under the working title The Mighty Eighth", "width": 4}, {"from": "HBO", "title": "announced", "to": "the series would stream on Apple TV+ due to budget constraints", "width": 4}, {"from": "Masters of the Air", "title": "expected to cost", "to": "$200 million", "width": 4}, {"from": "Masters of the Air", "title": "expected to have a duration of", "to": "at least eight hours", "width": 4}, {"from": "Masters of the Air", "title": "premiered on", "to": "January 26, 2024", "width": 4}, {"from": "Hanks and Spielberg", "title": "to follow", "to": "Band of Brothers and The Pacific", "width": 4}, {"from": "In the Garden of Beasts", "title": "is directing", "to": "Joe Wright", "width": 4}, {"from": "Here", "title": "is a graphic novel by", "to": "Richard McGuire", "width": 4}, {"from": "2002 AFI Life Achievement Award", "title": "is", "to": "award", "width": 4}, {"from": "award", "title": "is", "to": "2006 Douglas S. Morrow Public Outreach Award", "width": 4}, {"from": "award", "title": "is", "to": "2014 Kennedy Center Honors Medallion", "width": 4}, {"from": "award", "title": "is", "to": "2016 Presidential Medal of Freedom", "width": 4}, {"from": "National WWII Museum", "title": "has president", "to": "Gordon H. Mueller", "width": 4}, {"from": "National WWII Museum", "title": "is the location of", "to": "New Orleans", "width": 4}, {"from": "2019", "title": "Honorary citizen of", "to": "Greece", "width": 4}, {"from": "Samantha Lewes", "title": "died", "to": "2002", "width": 4}, {"from": "Samantha Lewes", "title": "died from", "to": "bone cancer", "width": 4}, {"from": "Raiders", "title": "filed for relocation to", "to": "Las Vegas", "width": 4}, {"from": "Aston Villa", "title": "is", "to": "English Premier League", "width": 4}, {"from": "Johannes Meffert", "title": "born in", "to": "Sch\u00f6neck, Hesse, Germany", "width": 4}, {"from": "Johannes Meffert", "title": "emigrated to", "to": "United States", "width": 4}, {"from": "Johannes Meffert", "title": "settled in", "to": "Kentucky", "width": 4}, {"from": "Johannes Meffert", "title": "changed his last name to", "to": "Mefford", "width": 4}, {"from": "Prokopis Pavlopoulos", "title": "signed", "to": "honorary naturalization order", "width": 4}, {"from": "Prokopis Pavlopoulos", "title": "is", "to": "President of Greece", "width": 4}, {"from": "Greek citizens", "title": "was conferred honorary citizenship", "to": "Wilson", "width": 4}, {"from": "Wilson", "title": "handed over", "to": "Kyriakos Mitsotakis", "width": 4}, {"from": "Takis Theodorikakos", "title": "said", "to": "Hanks showed real interest in the people who suffered from the fire in Mati", "width": 4}, {"from": "Takis Theodorikakos", "title": "is", "to": "Greece\u0027s Interior Minister", "width": 4}, {"from": "Kyriakos Mitsotakis", "title": "handed over", "to": "Greek passports", "width": 4}, {"from": "Kyriakos Mitsotakis", "title": "accompanied with", "to": "his wife", "width": 4}, {"from": "Proposition 8", "title": "defined", "to": "marriage as a union only between a man and a woman", "width": 4}, {"from": "LDS Church members", "title": "were", "to": "major proponents of the bill", "width": 4}, {"from": "LDS Church members", "title": "supported", "to": "the bill", "width": 4}, {"from": "nothing", "title": "is", "to": "more American than voting one\u0027s conscience", "width": 4}, {"from": "Hidden Heroes Campaign", "title": "of", "to": "Elizabeth Dole Foundation", "width": 4}, {"from": "campaign", "title": "has", "to": "mission", "width": 4}, {"from": "mission", "title": "is to inspire", "to": "national movement", "width": 4}, {"from": "national movement", "title": "support", "to": "military and veteran caregivers", "width": 4}, {"from": "espresso machine", "title": "have", "to": "Press Corps", "width": 4}, {"from": "Press Corps", "title": "did not have", "to": "coffee pot", "width": 4}, {"from": "He", "title": "endorsed", "to": "Vice President Joe Biden", "width": 4}, {"from": "Vice President Joe Biden", "title": "in", "to": "2020 presidential election", "width": 4}, {"from": "National Space Society", "title": "founded", "to": "Wernher von Braun", "width": 4}, {"from": "Passport to the Universe show", "title": "premiered at", "to": "Rose Center for Earth and Space", "width": 4}, {"from": "Rose Center for Earth and Space", "title": "is located in", "to": "Hayden Planetarium at American Museum of Natural History", "width": 4}, {"from": "Hayden Planetarium at American Museum of Natural History", "title": "is in", "to": "New York", "width": 4}, {"from": "Space Foundation", "title": "awarded", "to": "Douglas S. Morrow Public Outreach Award", "width": 4}, {"from": "Douglas S. Morrow Public Outreach Award", "title": "given annually to", "to": "individual or organization", "width": 4}, {"from": "Douglas S. Morrow Public Outreach Award", "title": "made to", "to": "significant contributions to public awareness of space programs", "width": 4}, {"from": "Hanx Writer", "title": "is an", "to": "iOS app", "width": 4}, {"from": "Hanx Writer", "title": "reached", "to": "number one on the App Store", "width": 4}, {"from": "CBS News", "title": "reported", "to": "Hanks officiating a wedding in Pittsburgh", "width": 4}, {"from": "Uncommon Type", "title": "was published in", "to": "2017", "width": 4}, {"from": "The Making of Another Major Motion Picture Masterpiece", "title": "was published in", "to": "May 2023", "width": 4}, {"from": "Broadway performance", "title": "had", "to": "the highest number of expectant fans post-show", "width": 4}, {"from": "From Earth to the Moon", "title": "was nominated for", "to": "17 Emmy Awards", "width": 4}, {"from": "Gardner", "title": "authored", "to": "Tom Hanks: The Unauthorized Biography", "width": 4}, {"from": "Gardner", "title": "authored", "to": "Tom Hanks: Enigma", "width": 4}, {"from": "Tom Hanks: The Unauthorized Biography", "title": "is located in", "to": "London", "width": 4}, {"from": "Tom Hanks: The Unauthorized Biography", "title": "has ISBN", "to": "978-1-85782-327-1", "width": 4}, {"from": "Tom Hanks: Enigma", "title": "has location", "to": "Unknown", "width": 4}, {"from": "Tom Hanks: Enigma", "title": "has ISBN", "to": "978-1-84454-428-8", "width": 4}, {"from": "Pfeiffer, Lee", "title": "authored", "to": "The Films of Tom Hanks", "width": 4}, {"from": "The Films of Tom Hanks", "title": "is published in", "to": "Secaucus, New Jersey", "width": 4}, {"from": "Secaucus, New Jersey", "title": "has ISBN number", "to": "978-0-8065-1717-9", "width": 4}, {"from": "Salamon", "title": "is", "to": "author", "width": 4}, {"from": "Salamon", "title": "wrote", "to": "The Devil\u0027s Candy: The Bonfire of the Vanities Goes to Hollywood", "width": 4}, {"from": "Salamon", "title": "is set in", "to": "Boston", "width": 4}, {"from": "Salamon", "title": "has ISBN", "to": "978-0-385-30824-3", "width": 4}, {"from": "author", "title": "is", "to": "Trakin", "width": 4}, {"from": "Trakin", "title": "wrote", "to": "Tom Hanks: Journey to Stardom", "width": 4}, {"from": "Trakin", "title": "has ISBN", "to": "978-0-312-95596-0", "width": 4}]);
nodeColors = {};
allNodes = nodes.get({ returnType: "Object" });
for (nodeId in allNodes) {
nodeColors[nodeId] = allNodes[nodeId].color;
}
allEdges = edges.get({ returnType: "Object" });
// adding nodes and edges to the graph
data = {nodes: nodes, edges: edges};
var options = {
"configure": {
"enabled": false
},
"edges": {
"color": {
"inherit": true
},
"smooth": {
"enabled": true,
"type": "dynamic"
}
},
"interaction": {
"dragNodes": true,
"hideEdgesOnDrag": false,
"hideNodesOnDrag": false
},
"physics": {
"enabled": true,
"forceAtlas2Based": {
"avoidOverlap": 0,
"centralGravity": 0.015,
"damping": 0.4,
"gravitationalConstant": -31,
"springConstant": 0.08,
"springLength": 100
},
"solver": "forceAtlas2Based",
"stabilization": {
"enabled": true,
"fit": true,
"iterations": 1000,
"onlyDynamicEdges": false,
"updateInterval": 50
}
}
};
network = new vis.Network(container, data, options);
network.on("stabilizationProgress", function(params) {
document.getElementById('loadingBar').removeAttribute("style");
var maxWidth = 496;
var minWidth = 20;
var widthFactor = params.iterations/params.total;
var width = Math.max(minWidth,maxWidth * widthFactor);
document.getElementById('bar').style.width = width + 'px';
document.getElementById('text').innerHTML = Math.round(widthFactor*100) + '%';
});
network.once("stabilizationIterationsDone", function() {
document.getElementById('text').innerHTML = '100%';
document.getElementById('bar').style.width = '496px';
document.getElementById('loadingBar').style.opacity = 0;
// really clean the dom element
setTimeout(function () {document.getElementById('loadingBar').style.display = 'none';}, 500);
});
return network;
}
drawGraph();
</script>
</body>
</html>