-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdyson.html
741 lines (717 loc) · 58.2 KB
/
dyson.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
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
---
layout: page
permalink: /dyson.html
exclude: true
---
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Freeman Dyson - Pure mathematics at Cambridge: the influence of Besicovitch (23/157)Freeman Dyson - Pure mathematics at Cambridge: the influence of Besicovitch (23/157)</title>
<style>
body {
font-family: sans-serif;
font-size: 14px;
color: #111;
padding: 0 0 1em 0;
background-color: #efe7dd;
}
table {
border-spacing: 10px;
}
th {
text-align: left;
}
.lt {
color: inherit;
text-decoration: inherit;
}
.l {
color: #050;
}
.s {
display: inline-block;
}
.c {
display: inline-block;
}
.e {
/*background-color: white; Changing background color */
border-radius: 10px;
/* Making border radius */
width: 50%;
/* Making auto-sizable width */
padding: 0 0 0 0;
/* Making space around letters */
font-size: 14px;
/* Changing font size */
margin-bottom: 0;
}
.t {
display: inline-block;
}
#player-div {
position: sticky;
top: 20px;
float: right;
width: 40%
}
#player {
aspect-ratio: 16 / 9;
width: 100%;
height: auto;
}
a {
display: inline;
}
</style>
<script>
var tag = document.createElement('script');
tag.src = "https://www.youtube.com/iframe_api";
var firstScriptTag = document.getElementsByTagName('script')[0];
firstScriptTag.parentNode.insertBefore(tag, firstScriptTag);
var player;
function onYouTubeIframeAPIReady() {
player = new YT.Player('player', {
//height: '210',
//width: '340',
videoId: 'NSp2fEQ6wyA',
});
// This is the source "window" that will emit the events.
var iframeWindow = player.getIframe().contentWindow;
var lastword = null;
// So we can compare against new updates.
var lastTimeUpdate = "-1";
// Listen to events triggered by postMessage,
// this is how different windows in a browser
// (such as a popup or iFrame) can communicate.
// See: https://developer.mozilla.org/en-US/docs/Web/API/Window/postMessage
window.addEventListener("message", function (event) {
// Check that the event was sent from the YouTube IFrame.
if (event.source === iframeWindow) {
var data = JSON.parse(event.data);
// The "infoDelivery" event is used by YT to transmit any
// kind of information change in the player,
// such as the current time or a playback quality change.
if (
data.event === "infoDelivery" &&
data.info &&
data.info.currentTime
) {
// currentTime is emitted very frequently (milliseconds),
// but we only care about whole second changes.
var ts = (data.info.currentTime).toFixed(1).toString();
ts = (Math.round((data.info.currentTime) * 5) / 5).toFixed(1);
ts = ts.toString();
console.log(ts)
if (ts !== lastTimeUpdate) {
lastTimeUpdate = ts;
// It's now up to you to format the time.
//document.getElementById("time2").innerHTML = time;
word = document.getElementById(ts)
if (word) {
if (lastword) {
lastword.style.fontWeight = 'normal';
}
lastword = word;
//word.style.textDecoration = 'underline';
word.style.fontWeight = 'bold';
let toggle = document.getElementById("autoscroll");
if (toggle.checked) {
let position = word.offsetTop - 10;
window.scrollTo({
top: position,
behavior: 'smooth'
});
}
}
}
}
}
})
}
function jumptoTime(timepoint, id) {
event.preventDefault();
history.pushState(null, null, "#" + id);
player.seekTo(timepoint);
player.playVideo();
}
</script>
</head>
<body>
<h2>Freeman Dyson - Pure mathematics at Cambridge: the influence of Besicovitch (23/157)</h2>
<i>Click on a part of the transcription, to jump to its video, and get an anchor to it in the address
bar<br><br></i>
<div id="player-div">
<div id="player"></div>
<div><label for="autoscroll">auto-scroll: </label>
<input type="checkbox" id="autoscroll" checked>
</div>
</div>
<div class="e" style="background-color: white">
<p style="margin:0;padding: 5px 10px 10px 10px;word-wrap:normal;white-space:normal;">
<span style="color:darkorange;font-weight: bold;">Dyson</span><br>
<a href="#00:00:000.00" id="0.0" class="lt" onclick="jumptoTime(0, this.id)"> So</a><!--
--><a href="#00:00:000.22" id="0.2" class="lt" onclick="jumptoTime(0, this.id)"> then</a><!--
--><a href="#00:00:000.42" id="0.4" class="lt" onclick="jumptoTime(0, this.id)"> I</a><!--
--><a href="#00:00:000.56" id="0.6" class="lt" onclick="jumptoTime(0, this.id)"> come</a><!--
--><a href="#00:00:000.78" id="0.8" class="lt" onclick="jumptoTime(0, this.id)"> to</a><!--
--><a href="#00:00:000.96" id="1.0" class="lt" onclick="jumptoTime(0, this.id)"> Cambridge</a><!--
--><a href="#00:00:001.36" id="1.4" class="lt" onclick="jumptoTime(1, this.id)"> in</a><!--
--><a href="#00:00:001.60" id="1.6" class="lt" onclick="jumptoTime(1, this.id)"> 1941</a><!--
--><a href="#00:00:002.28" id="2.2" class="lt" onclick="jumptoTime(2, this.id)"> as</a><!--
--><a href="#00:00:002.62" id="2.6" class="lt" onclick="jumptoTime(2, this.id)"> a</a><!--
--><a href="#00:00:002.76" id="2.8" class="lt" onclick="jumptoTime(2, this.id)"> 17</a><!--
--><a href="#00:00:003.12" id="3.2" class="lt" onclick="jumptoTime(3, this.id)">-year</a><!--
--><a href="#00:00:003.34" id="3.4" class="lt" onclick="jumptoTime(3, this.id)">-old.</a><!--
--><a href="#00:00:005.08" id="5.0" class="lt" onclick="jumptoTime(5, this.id)"> And</a><!--
--><a href="#00:00:005.08" id="5.0" class="lt" onclick="jumptoTime(5, this.id)"> before,</a><!--
--><a href="#00:00:006.88" id="6.8" class="lt" onclick="jumptoTime(6, this.id)"> I'd</a><!--
--><a href="#00:00:007.50" id="7.6" class="lt" onclick="jumptoTime(7, this.id)"> always</a><!--
--><a href="#00:00:007.70" id="7.6" class="lt" onclick="jumptoTime(7, this.id)"> been</a><!--
--><a href="#00:00:007.90" id="8.0" class="lt" onclick="jumptoTime(7, this.id)"> interested</a><!--
--><a href="#00:00:008.36" id="8.4" class="lt" onclick="jumptoTime(8, this.id)"> in</a><!--
--><a href="#00:00:008.68" id="8.6" class="lt" onclick="jumptoTime(8, this.id)"> physics</a><!--
--><a href="#00:00:009.14" id="9.2" class="lt" onclick="jumptoTime(9, this.id)"> and</a><!--
--><a href="#00:00:010.98" id="11.0" class="lt" onclick="jumptoTime(10, this.id)"> applied</a><!--
--><a href="#00:00:011.36" id="11.4" class="lt" onclick="jumptoTime(11, this.id)"> mathematics</a><!--
--><a href="#00:00:011.88" id="11.8" class="lt" onclick="jumptoTime(11, this.id)"> of</a><!--
--><a href="#00:00:012.14" id="12.2" class="lt" onclick="jumptoTime(12, this.id)"> all</a><!--
--><a href="#00:00:012.40" id="12.4" class="lt" onclick="jumptoTime(12, this.id)"> sorts.</a><!--
--><a href="#00:00:013.12" id="13.2" class="lt" onclick="jumptoTime(13, this.id)"> And</a><!--
--><a href="#00:00:013.24" id="13.2" class="lt" onclick="jumptoTime(13, this.id)"> one</a><!--
--><a href="#00:00:013.86" id="13.8" class="lt" onclick="jumptoTime(13, this.id)"> of</a><!--
--><a href="#00:00:013.96" id="14.0" class="lt" onclick="jumptoTime(13, this.id)"> the</a><!--
--><a href="#00:00:014.12" id="14.2" class="lt" onclick="jumptoTime(14, this.id)"> textbooks</a><!--
--><a href="#00:00:014.46" id="14.4" class="lt" onclick="jumptoTime(14, this.id)"> that</a><!--
--><a href="#00:00:014.88" id="14.8" class="lt" onclick="jumptoTime(14, this.id)"> I</a><!--
--><a href="#00:00:015.10" id="15.2" class="lt" onclick="jumptoTime(15, this.id)"> bought</a><!--
--><a href="#00:00:015.38" id="15.4" class="lt" onclick="jumptoTime(15, this.id)"> as</a><!--
--><a href="#00:00:015.60" id="15.6" class="lt" onclick="jumptoTime(15, this.id)"> a</a><!--
--><a href="#00:00:015.72" id="15.8" class="lt" onclick="jumptoTime(15, this.id)"> prize</a><!--
--><a href="#00:00:016.02" id="16.0" class="lt" onclick="jumptoTime(16, this.id)"> was</a><!--
--><a href="#00:00:016.24" id="16.2" class="lt" onclick="jumptoTime(16, this.id)"> a</a><!--
--><a href="#00:00:016.42" id="16.4" class="lt" onclick="jumptoTime(16, this.id)"> textbook</a><!--
--><a href="#00:00:016.74" id="16.8" class="lt" onclick="jumptoTime(16, this.id)"> in</a><!--
--><a href="#00:00:016.98" id="17.0" class="lt" onclick="jumptoTime(16, this.id)"> aerodynamics,</a><!--
--><a href="#00:00:018.84" id="18.8" class="lt" onclick="jumptoTime(18, this.id)"> which</a><!--
--><a href="#00:00:019.12" id="19.2" class="lt" onclick="jumptoTime(19, this.id)"> I</a><!--
--><a href="#00:00:019.28" id="19.2" class="lt" onclick="jumptoTime(19, this.id)"> think</a><!--
--><a href="#00:00:019.56" id="19.6" class="lt" onclick="jumptoTime(19, this.id)"> was</a><!--
--><a href="#00:00:020.28" id="20.2" class="lt" onclick="jumptoTime(20, this.id)"> because</a><!--
--><a href="#00:00:020.64" id="20.6" class="lt" onclick="jumptoTime(20, this.id)"> of</a><!--
--><a href="#00:00:020.80" id="20.8" class="lt" onclick="jumptoTime(20, this.id)"> James</a><!--
--><a href="#00:00:021.04" id="21.0" class="lt" onclick="jumptoTime(21, this.id)"> Lighthill.</a><!--
--><a href="#00:00:021.96" id="22.0" class="lt" onclick="jumptoTime(21, this.id)"> And</a><!--
--><a href="#00:00:021.96" id="22.0" class="lt" onclick="jumptoTime(21, this.id)"> so</a><!--
--><a href="#00:00:023.30" id="23.2" class="lt" onclick="jumptoTime(23, this.id)"> I</a><!--
--><a href="#00:00:023.44" id="23.4" class="lt" onclick="jumptoTime(23, this.id)"> thought</a><!--
--><a href="#00:00:024.44" id="24.4" class="lt" onclick="jumptoTime(24, this.id)"> of</a><!--
--><a href="#00:00:024.58" id="24.6" class="lt" onclick="jumptoTime(24, this.id)"> myself</a><!--
--><a href="#00:00:024.92" id="25.0" class="lt" onclick="jumptoTime(24, this.id)"> as</a><!--
--><a href="#00:00:025.14" id="25.2" class="lt" onclick="jumptoTime(25, this.id)"> becoming</a><!--
--><a href="#00:00:025.50" id="25.6" class="lt" onclick="jumptoTime(25, this.id)"> an</a><!--
--><a href="#00:00:025.72" id="25.8" class="lt" onclick="jumptoTime(25, this.id)"> aerodynamicist</a><!--
--><a href="#00:00:026.62" id="26.6" class="lt" onclick="jumptoTime(26, this.id)"> as</a><!--
--><a href="#00:00:027.44" id="27.4" class="lt" onclick="jumptoTime(27, this.id)"> a</a><!--
--><a href="#00:00:028.02" id="28.0" class="lt" onclick="jumptoTime(28, this.id)"> serious</a><!--
--><a href="#00:00:029.16" id="29.2" class="lt" onclick="jumptoTime(29, this.id)"> possibility.</a><!--
--><a href="#00:00:029.70" id="29.6" class="lt" onclick="jumptoTime(29, this.id)"> That</a><!--
--><a href="#00:00:030.24" id="30.2" class="lt" onclick="jumptoTime(30, this.id)"> seemed</a><!--
--><a href="#00:00:030.56" id="30.6" class="lt" onclick="jumptoTime(30, this.id)"> to</a><!--
--><a href="#00:00:030.66" id="30.6" class="lt" onclick="jumptoTime(30, this.id)"> be</a><!--
--><a href="#00:00:030.76" id="30.8" class="lt" onclick="jumptoTime(30, this.id)"> a</a><!--
--><a href="#00:00:030.88" id="30.8" class="lt" onclick="jumptoTime(30, this.id)"> field</a><!--
--><a href="#00:00:031.06" id="31.0" class="lt" onclick="jumptoTime(31, this.id)"> where</a><!--
--><a href="#00:00:031.26" id="31.2" class="lt" onclick="jumptoTime(31, this.id)"> mathematics</a><!--
--><a href="#00:00:031.76" id="31.8" class="lt" onclick="jumptoTime(31, this.id)"> could</a><!--
--><a href="#00:00:033.06" id="33.0" class="lt" onclick="jumptoTime(33, this.id)"> really</a><!--
--><a href="#00:00:033.26" id="33.2" class="lt" onclick="jumptoTime(33, this.id)"> be</a><!--
--><a href="#00:00:033.42" id="33.4" class="lt" onclick="jumptoTime(33, this.id)"> helpful.</a><!--
--><a href="#00:00:034.22" id="34.2" class="lt" onclick="jumptoTime(34, this.id)"> And</a><!--
--><a href="#00:00:034.30" id="34.4" class="lt" onclick="jumptoTime(34, this.id)"> flying,</a><!--
--><a href="#00:00:034.74" id="34.8" class="lt" onclick="jumptoTime(34, this.id)"> of</a><!--
--><a href="#00:00:034.80" id="34.8" class="lt" onclick="jumptoTime(34, this.id)"> course,</a><!--
--><a href="#00:00:034.98" id="35.0" class="lt" onclick="jumptoTime(34, this.id)"> was</a><!--
--><a href="#00:00:035.14" id="35.2" class="lt" onclick="jumptoTime(35, this.id)"> exciting.</a><!--
--><a href="#00:00:036.74" id="36.8" class="lt" onclick="jumptoTime(36, this.id)"> But</a><!--
--><a href="#00:00:037.10" id="37.2" class="lt" onclick="jumptoTime(37, this.id)"> anyway,</a><!--
--><a href="#00:00:037.52" id="37.6" class="lt" onclick="jumptoTime(37, this.id)"> I</a><!--
--><a href="#00:00:037.60" id="37.6" class="lt" onclick="jumptoTime(37, this.id)"> arrived</a><!--
--><a href="#00:00:037.88" id="37.8" class="lt" onclick="jumptoTime(37, this.id)"> in</a><!--
--><a href="#00:00:038.04" id="38.0" class="lt" onclick="jumptoTime(38, this.id)"> Cambridge,</a><!--
--><a href="#00:00:038.72" id="38.8" class="lt" onclick="jumptoTime(38, this.id)"> and</a><!--
--><a href="#00:00:039.96" id="40.0" class="lt" onclick="jumptoTime(39, this.id)"> all</a><!--
--><a href="#00:00:040.20" id="40.2" class="lt" onclick="jumptoTime(40, this.id)"> the</a><!--
--><a href="#00:00:040.34" id="40.4" class="lt" onclick="jumptoTime(40, this.id)"> applied</a><!--
--><a href="#00:00:040.60" id="40.6" class="lt" onclick="jumptoTime(40, this.id)"> mathematicians</a><!--
--><a href="#00:00:041.24" id="41.2" class="lt" onclick="jumptoTime(41, this.id)"> were</a><!--
--><a href="#00:00:041.42" id="41.4" class="lt" onclick="jumptoTime(41, this.id)"> gone.</a><!--
--><a href="#00:00:041.82" id="41.8" class="lt" onclick="jumptoTime(41, this.id)"> There</a><!--
--><a href="#00:00:041.96" id="42.0" class="lt" onclick="jumptoTime(41, this.id)"> was</a><!--
--><a href="#00:00:042.12" id="42.2" class="lt" onclick="jumptoTime(42, this.id)"> nobody</a><!--
--><a href="#00:00:042.44" id="42.4" class="lt" onclick="jumptoTime(42, this.id)"> there</a><!--
--><a href="#00:00:042.80" id="42.8" class="lt" onclick="jumptoTime(42, this.id)"> except</a><!--
--><a href="#00:00:043.20" id="43.2" class="lt" onclick="jumptoTime(43, this.id)"> pure.</a><!--
--><a href="#00:00:043.98" id="44.0" class="lt" onclick="jumptoTime(43, this.id)"> And</a><!--
--><a href="#00:00:043.98" id="44.0" class="lt" onclick="jumptoTime(43, this.id)"> all</a><!--
--><a href="#00:00:045.46" id="45.4" class="lt" onclick="jumptoTime(45, this.id)"> the</a><!--
--><a href="#00:00:045.62" id="45.6" class="lt" onclick="jumptoTime(45, this.id)"> applied</a><!--
--><a href="#00:00:045.92" id="46.0" class="lt" onclick="jumptoTime(45, this.id)"> mathematicians</a><!--
--><a href="#00:00:046.68" id="46.6" class="lt" onclick="jumptoTime(46, this.id)"> and</a><!--
--><a href="#00:00:046.92" id="47.0" class="lt" onclick="jumptoTime(46, this.id)"> physicists</a><!--
--><a href="#00:00:047.32" id="47.4" class="lt" onclick="jumptoTime(47, this.id)"> were</a><!--
--><a href="#00:00:048.44" id="48.4" class="lt" onclick="jumptoTime(48, this.id)"> fighting</a><!--
--><a href="#00:00:048.76" id="48.8" class="lt" onclick="jumptoTime(48, this.id)"> the</a><!--
--><a href="#00:00:048.98" id="49.0" class="lt" onclick="jumptoTime(48, this.id)"> war.</a><!--
--><a href="#00:00:049.60" id="49.6" class="lt" onclick="jumptoTime(49, this.id)"> And</a><!--
--><a href="#00:00:050.18" id="50.2" class="lt" onclick="jumptoTime(50, this.id)"> they'd</a><!--
--><a href="#00:00:050.96" id="51.0" class="lt" onclick="jumptoTime(50, this.id)"> gone</a><!--
--><a href="#00:00:051.24" id="51.2" class="lt" onclick="jumptoTime(51, this.id)"> to</a><!--
--><a href="#00:00:051.56" id="51.6" class="lt" onclick="jumptoTime(51, this.id)"> do</a><!--
--><a href="#00:00:053.48" id="53.4" class="lt" onclick="jumptoTime(53, this.id)"> radar</a><!--
--><a href="#00:00:053.88" id="53.8" class="lt" onclick="jumptoTime(53, this.id)"> or</a><!--
--><a href="#00:00:054.62" id="54.6" class="lt" onclick="jumptoTime(54, this.id)"> cryptoanalysis</a><!--
--><a href="#00:00:056.94" id="57.0" class="lt" onclick="jumptoTime(56, this.id)"> or</a><!--
--><a href="#00:00:057.18" id="57.2" class="lt" onclick="jumptoTime(57, this.id)"> various</a><!--
--><a href="#00:00:057.46" id="57.4" class="lt" onclick="jumptoTime(57, this.id)"> other</a><!--
--><a href="#00:00:057.72" id="57.8" class="lt" onclick="jumptoTime(57, this.id)"> things.</a><!--
--><a href="#00:00:059.06" id="59.0" class="lt" onclick="jumptoTime(59, this.id)"> So</a><!--
--><a href="#00:00:059.54" id="59.6" class="lt" onclick="jumptoTime(59, this.id)"> they'd</a><!--
--><a href="#00:00:059.84" id="59.8" class="lt" onclick="jumptoTime(59, this.id)"> all</a><!--
--><a href="#00:00:059.98" id="60.0" class="lt" onclick="jumptoTime(59, this.id)"> disappeared.</a><!--
--><a href="#00:01:000.66" id="60.6" class="lt" onclick="jumptoTime(60, this.id)"> And</a><!--
--><a href="#00:01:000.86" id="60.8" class="lt" onclick="jumptoTime(60, this.id)"> all</a><!--
--><a href="#00:01:001.32" id="61.4" class="lt" onclick="jumptoTime(61, this.id)"> that</a><!--
--><a href="#00:01:001.42" id="61.4" class="lt" onclick="jumptoTime(61, this.id)"> was</a><!--
--><a href="#00:01:001.56" id="61.6" class="lt" onclick="jumptoTime(61, this.id)"> left</a><!--
--><a href="#00:01:001.78" id="61.8" class="lt" onclick="jumptoTime(61, this.id)"> was</a><!--
--><a href="#00:01:002.00" id="62.0" class="lt" onclick="jumptoTime(62, this.id)"> the</a><!--
--><a href="#00:01:002.20" id="62.2" class="lt" onclick="jumptoTime(62, this.id)"> pure</a><!--
--><a href="#00:01:002.38" id="62.4" class="lt" onclick="jumptoTime(62, this.id)"> mathematicians.</a><!--
--><a href="#00:01:003.46" id="63.4" class="lt" onclick="jumptoTime(63, this.id)"> So</a><!--
--><a href="#00:01:003.70" id="63.6" class="lt" onclick="jumptoTime(63, this.id)"> I</a><!--
--><a href="#00:01:003.86" id="63.8" class="lt" onclick="jumptoTime(63, this.id)"> just</a><!--
--><a href="#00:01:004.08" id="64.0" class="lt" onclick="jumptoTime(64, this.id)"> had</a><!--
--><a href="#00:01:004.32" id="64.4" class="lt" onclick="jumptoTime(64, this.id)"> a</a><!--
--><a href="#00:01:004.46" id="64.4" class="lt" onclick="jumptoTime(64, this.id)"> wonderful</a><!--
--><a href="#00:01:004.92" id="65.0" class="lt" onclick="jumptoTime(64, this.id)"> feast</a><!--
--><a href="#00:01:005.38" id="65.4" class="lt" onclick="jumptoTime(65, this.id)"> of</a><!--
--><a href="#00:01:005.58" id="65.6" class="lt" onclick="jumptoTime(65, this.id)"> pure</a><!--
--><a href="#00:01:005.76" id="65.8" class="lt" onclick="jumptoTime(65, this.id)"> mathematics</a><!--
--><a href="#00:01:006.24" id="66.2" class="lt" onclick="jumptoTime(66, this.id)"> for</a><!--
--><a href="#00:01:006.68" id="66.6" class="lt" onclick="jumptoTime(66, this.id)"> the</a><!--
--><a href="#00:01:006.86" id="66.8" class="lt" onclick="jumptoTime(66, this.id)"> two</a><!--
--><a href="#00:01:007.00" id="67.0" class="lt" onclick="jumptoTime(67, this.id)"> years</a><!--
--><a href="#00:01:007.30" id="67.2" class="lt" onclick="jumptoTime(67, this.id)"> that</a><!--
--><a href="#00:01:007.48" id="67.4" class="lt" onclick="jumptoTime(67, this.id)"> I</a><!--
--><a href="#00:01:007.64" id="67.6" class="lt" onclick="jumptoTime(67, this.id)"> was</a><!--
--><a href="#00:01:007.76" id="67.8" class="lt" onclick="jumptoTime(67, this.id)"> in</a><!--
--><a href="#00:01:007.94" id="68.0" class="lt" onclick="jumptoTime(67, this.id)"> Cambridge.</a><!--
--><a href="#00:01:009.38" id="69.4" class="lt" onclick="jumptoTime(69, this.id)"> And</a><!--
--><a href="#00:01:009.72" id="69.8" class="lt" onclick="jumptoTime(69, this.id)"> I</a><!--
--><a href="#00:01:010.68" id="70.6" class="lt" onclick="jumptoTime(70, this.id)"> had</a><!--
--><a href="#00:01:010.90" id="70.8" class="lt" onclick="jumptoTime(70, this.id)"> the</a><!--
--><a href="#00:01:011.04" id="71.0" class="lt" onclick="jumptoTime(71, this.id)"> great</a><!--
--><a href="#00:01:011.22" id="71.2" class="lt" onclick="jumptoTime(71, this.id)"> luck</a><!--
--><a href="#00:01:011.52" id="71.6" class="lt" onclick="jumptoTime(71, this.id)"> to</a><!--
--><a href="#00:01:011.72" id="71.8" class="lt" onclick="jumptoTime(71, this.id)"> have</a><!--
--><a href="#00:01:011.96" id="72.0" class="lt" onclick="jumptoTime(71, this.id)"> Bezikovic</a><!--
--><a href="#00:01:012.86" id="72.8" class="lt" onclick="jumptoTime(72, this.id)"> as</a><!--
--><a href="#00:01:013.04" id="73.0" class="lt" onclick="jumptoTime(73, this.id)"> my</a><!--
--><a href="#00:01:013.24" id="73.2" class="lt" onclick="jumptoTime(73, this.id)"> tutor,</a><!--
--><a href="#00:01:014.30" id="74.4" class="lt" onclick="jumptoTime(74, this.id)"> who</a><!--
--><a href="#00:01:014.74" id="74.8" class="lt" onclick="jumptoTime(74, this.id)"> was</a><!--
--><a href="#00:01:014.92" id="75.0" class="lt" onclick="jumptoTime(74, this.id)"> a</a><!--
--><a href="#00:01:015.04" id="75.0" class="lt" onclick="jumptoTime(75, this.id)"> great</a><!--
--><a href="#00:01:015.24" id="75.2" class="lt" onclick="jumptoTime(75, this.id)"> mathematician,</a><!--
--><a href="#00:01:016.14" id="76.2" class="lt" onclick="jumptoTime(76, this.id)"> as</a><!--
--><a href="#00:01:016.18" id="76.2" class="lt" onclick="jumptoTime(76, this.id)"> well</a><!--
--><a href="#00:01:016.36" id="76.4" class="lt" onclick="jumptoTime(76, this.id)"> as</a><!--
--><a href="#00:01:016.52" id="76.6" class="lt" onclick="jumptoTime(76, this.id)"> being</a><!--
--><a href="#00:01:016.86" id="76.8" class="lt" onclick="jumptoTime(76, this.id)"> also</a><!--
--><a href="#00:01:017.44" id="77.4" class="lt" onclick="jumptoTime(77, this.id)"> a</a><!--
--><a href="#00:01:019.60" id="79.6" class="lt" onclick="jumptoTime(79, this.id)"> Russian,</a><!--
--><a href="#00:01:020.04" id="80.0" class="lt" onclick="jumptoTime(80, this.id)"> so</a><!--
--><a href="#00:01:020.16" id="80.2" class="lt" onclick="jumptoTime(80, this.id)"> I</a><!--
--><a href="#00:01:020.34" id="80.4" class="lt" onclick="jumptoTime(80, this.id)"> could</a><!--
--><a href="#00:01:020.50" id="80.4" class="lt" onclick="jumptoTime(80, this.id)"> talk</a><!--
--><a href="#00:01:020.72" id="80.8" class="lt" onclick="jumptoTime(80, this.id)"> Russian</a><!--
--><a href="#00:01:020.98" id="81.0" class="lt" onclick="jumptoTime(80, this.id)"> with</a><!--
--><a href="#00:01:021.22" id="81.2" class="lt" onclick="jumptoTime(81, this.id)"> him.</a><!--
--><a href="#00:01:022.10" id="82.0" class="lt" onclick="jumptoTime(82, this.id)"> And</a><!--
--><a href="#00:01:022.44" id="82.4" class="lt" onclick="jumptoTime(82, this.id)"> we</a><!--
--><a href="#00:01:022.54" id="82.6" class="lt" onclick="jumptoTime(82, this.id)"> became</a><!--
--><a href="#00:01:022.84" id="82.8" class="lt" onclick="jumptoTime(82, this.id)"> very</a><!--
--><a href="#00:01:023.10" id="83.2" class="lt" onclick="jumptoTime(83, this.id)"> close</a><!--
--><a href="#00:01:023.36" id="83.4" class="lt" onclick="jumptoTime(83, this.id)"> friends.</a><!--
--><a href="#00:01:024.72" id="84.8" class="lt" onclick="jumptoTime(84, this.id)"> And</a><!--
--><a href="#00:01:025.24" id="85.2" class="lt" onclick="jumptoTime(85, this.id)"> so</a><!--
--><a href="#00:01:025.60" id="85.6" class="lt" onclick="jumptoTime(85, this.id)"> with</a><!--
--><a href="#00:01:027.12" id="87.2" class="lt" onclick="jumptoTime(87, this.id)"> him,</a><!--
--><a href="#00:01:027.42" id="87.4" class="lt" onclick="jumptoTime(87, this.id)"> I</a><!--
--><a href="#00:01:027.56" id="87.6" class="lt" onclick="jumptoTime(87, this.id)"> actually</a><!--
--><a href="#00:01:027.86" id="87.8" class="lt" onclick="jumptoTime(87, this.id)"> did</a><!--
--><a href="#00:01:028.12" id="88.2" class="lt" onclick="jumptoTime(88, this.id)"> serious</a><!--
--><a href="#00:01:028.58" id="88.6" class="lt" onclick="jumptoTime(88, this.id)"> mathematics.</a><!--
--><a href="#00:01:030.78" id="90.8" class="lt" onclick="jumptoTime(90, this.id)"> And</a><!--
--><a href="#00:01:030.84" id="90.8" class="lt" onclick="jumptoTime(90, this.id)"> I</a><!--
--><a href="#00:01:030.98" id="91.0" class="lt" onclick="jumptoTime(90, this.id)"> got,</a><!--
--><a href="#00:01:033.16" id="93.2" class="lt" onclick="jumptoTime(93, this.id)"> again,</a><!--
--><a href="#00:01:034.94" id="95.0" class="lt" onclick="jumptoTime(94, this.id)"> deep</a><!--
--><a href="#00:01:037.80" id="97.8" class="lt" onclick="jumptoTime(97, this.id)"> into</a><!--
--><a href="#00:01:038.06" id="98.0" class="lt" onclick="jumptoTime(98, this.id)"> problems</a><!--
--><a href="#00:01:038.68" id="98.6" class="lt" onclick="jumptoTime(98, this.id)"> which</a><!--
--><a href="#00:01:040.70" id="100.8" class="lt" onclick="jumptoTime(100, this.id)"> I</a><!--
--><a href="#00:01:040.82" id="100.8" class="lt" onclick="jumptoTime(100, this.id)"> never</a><!--
--><a href="#00:01:041.00" id="101.0" class="lt" onclick="jumptoTime(101, this.id)"> solved</a><!--
--><a href="#00:01:041.46" id="101.4" class="lt" onclick="jumptoTime(101, this.id)"> but</a><!--
--><a href="#00:01:041.66" id="101.6" class="lt" onclick="jumptoTime(101, this.id)"> which</a><!--
--><a href="#00:01:041.88" id="101.8" class="lt" onclick="jumptoTime(101, this.id)"> gave</a><!--
--><a href="#00:01:042.10" id="102.0" class="lt" onclick="jumptoTime(102, this.id)"> me</a><!--
--><a href="#00:01:042.22" id="102.2" class="lt" onclick="jumptoTime(102, this.id)"> enormous</a><!--
--><a href="#00:01:042.54" id="102.6" class="lt" onclick="jumptoTime(102, this.id)"> satisfaction.</a><!--
--><a href="#00:01:044.74" id="104.8" class="lt" onclick="jumptoTime(104, this.id)"> I</a><!--
--><a href="#00:01:045.52" id="105.6" class="lt" onclick="jumptoTime(105, this.id)"> remember</a><!--
--><a href="#00:01:045.88" id="105.8" class="lt" onclick="jumptoTime(105, this.id)"> Bezikovic</a><!--
--><a href="#00:01:046.54" id="106.6" class="lt" onclick="jumptoTime(106, this.id)"> gave</a><!--
--><a href="#00:01:046.78" id="106.8" class="lt" onclick="jumptoTime(106, this.id)"> me</a><!--
--><a href="#00:01:047.02" id="107.0" class="lt" onclick="jumptoTime(107, this.id)"> problems</a><!--
--><a href="#00:01:048.74" id="108.8" class="lt" onclick="jumptoTime(108, this.id)"> which</a><!--
--><a href="#00:01:049.00" id="109.0" class="lt" onclick="jumptoTime(109, this.id)"> would</a><!--
--><a href="#00:01:049.24" id="109.2" class="lt" onclick="jumptoTime(109, this.id)"> have</a><!--
--><a href="#00:01:049.40" id="109.4" class="lt" onclick="jumptoTime(109, this.id)"> been</a><!--
--><a href="#00:01:049.58" id="109.6" class="lt" onclick="jumptoTime(109, this.id)"> too</a><!--
--><a href="#00:01:049.82" id="109.8" class="lt" onclick="jumptoTime(109, this.id)"> hard</a><!--
--><a href="#00:01:050.08" id="110.0" class="lt" onclick="jumptoTime(110, this.id)"> for</a><!--
--><a href="#00:01:050.26" id="110.2" class="lt" onclick="jumptoTime(110, this.id)"> a</a><!--
--><a href="#00:01:050.38" id="110.4" class="lt" onclick="jumptoTime(110, this.id)"> graduate</a><!--
--><a href="#00:01:050.62" id="110.6" class="lt" onclick="jumptoTime(110, this.id)"> student.</a><!--
--><a href="#00:01:052.62" id="112.6" class="lt" onclick="jumptoTime(112, this.id)"> But</a><!--
--><a href="#00:01:053.04" id="113.0" class="lt" onclick="jumptoTime(113, this.id)"> nevertheless,</a><!--
--><a href="#00:01:053.46" id="113.4" class="lt" onclick="jumptoTime(113, this.id)"> they</a><!--
--><a href="#00:01:053.56" id="113.6" class="lt" onclick="jumptoTime(113, this.id)"> taught</a><!--
--><a href="#00:01:053.80" id="113.8" class="lt" onclick="jumptoTime(113, this.id)"> me</a><!--
--><a href="#00:01:053.96" id="114.0" class="lt" onclick="jumptoTime(113, this.id)"> a</a><!--
--><a href="#00:01:054.06" id="114.0" class="lt" onclick="jumptoTime(114, this.id)"> tremendous</a><!--
--><a href="#00:01:054.44" id="114.4" class="lt" onclick="jumptoTime(114, this.id)"> lot.</a><!--
--></p>
</div>
<div class="e" style="background-color: #e1ffc7">
<p style="margin:0;padding: 5px 10px 10px 10px;word-wrap:normal;white-space:normal;">
<span style="color:darkgreen;font-weight: bold;">Interviewer</span><br>
<a href="#00:01:055.95" id="116.0" class="lt" onclick="jumptoTime(115, this.id)"> And</a><!--
--><a href="#00:01:056.75" id="116.8" class="lt" onclick="jumptoTime(116, this.id)"> he</a><!--
--><a href="#00:01:057.17" id="117.2" class="lt" onclick="jumptoTime(117, this.id)"> was</a><!--
--><a href="#00:01:057.39" id="117.4" class="lt" onclick="jumptoTime(117, this.id)"> primarily</a><!--
--><a href="#00:01:058.01" id="118.0" class="lt" onclick="jumptoTime(118, this.id)"> interested</a><!--
--><a href="#00:01:058.91" id="119.0" class="lt" onclick="jumptoTime(118, this.id)"> in</a><!--
--><a href="#00:01:059.17" id="119.2" class="lt" onclick="jumptoTime(119, this.id)"> measure</a><!--
--><a href="#00:01:059.41" id="119.4" class="lt" onclick="jumptoTime(119, this.id)"> theory</a><!--
--><a href="#00:01:059.99" id="120.0" class="lt" onclick="jumptoTime(119, this.id)"> and</a><!--
--><a href="#00:02:000.47" id="120.4" class="lt" onclick="jumptoTime(120, this.id)"> such</a><!--
--><a href="#00:02:001.09" id="121.0" class="lt" onclick="jumptoTime(121, this.id)"> problems?</a><!--
--></p>
</div>
<div class="e" style="background-color: white">
<p style="margin:0;padding: 5px 10px 10px 10px;word-wrap:normal;white-space:normal;">
<span style="color:darkorange;font-weight: bold;">Dyson</span><br>
<a href="#00:02:001.72" id="121.8" class="lt" onclick="jumptoTime(121, this.id)"> Yes,</a><!--
--><a href="#00:02:002.00" id="122.0" class="lt" onclick="jumptoTime(121, this.id)"> he</a><!--
--><a href="#00:02:002.10" id="122.0" class="lt" onclick="jumptoTime(122, this.id)"> was</a><!--
--><a href="#00:02:002.26" id="122.2" class="lt" onclick="jumptoTime(122, this.id)"> also</a><!--
--><a href="#00:02:002.70" id="122.6" class="lt" onclick="jumptoTime(122, this.id)"> geometry,</a><!--
--><a href="#00:02:003.72" id="123.8" class="lt" onclick="jumptoTime(123, this.id)"> but</a><!--
--><a href="#00:02:004.14" id="124.2" class="lt" onclick="jumptoTime(124, this.id)"> it</a><!--
--><a href="#00:02:004.40" id="124.4" class="lt" onclick="jumptoTime(124, this.id)"> was</a><!--
--><a href="#00:02:004.52" id="124.6" class="lt" onclick="jumptoTime(124, this.id)"> metrical</a><!--
--><a href="#00:02:004.92" id="125.0" class="lt" onclick="jumptoTime(124, this.id)"> geometry</a><!--
--><a href="#00:02:005.42" id="125.4" class="lt" onclick="jumptoTime(125, this.id)"> rather</a><!--
--><a href="#00:02:005.78" id="125.8" class="lt" onclick="jumptoTime(125, this.id)"> than</a><!--
--><a href="#00:02:006.04" id="126.0" class="lt" onclick="jumptoTime(126, this.id)"> algebraic.</a><!--
--><a href="#00:02:008.62" id="128.6" class="lt" onclick="jumptoTime(128, this.id)"> But</a><!--
--><a href="#00:02:008.90" id="128.8" class="lt" onclick="jumptoTime(128, this.id)"> the</a><!--
--><a href="#00:02:009.44" id="129.4" class="lt" onclick="jumptoTime(129, this.id)"> kind</a><!--
--><a href="#00:02:009.66" id="129.6" class="lt" onclick="jumptoTime(129, this.id)"> of</a><!--
--><a href="#00:02:009.76" id="129.8" class="lt" onclick="jumptoTime(129, this.id)"> problem</a><!--
--><a href="#00:02:010.06" id="130.0" class="lt" onclick="jumptoTime(130, this.id)"> he</a><!--
--><a href="#00:02:010.26" id="130.2" class="lt" onclick="jumptoTime(130, this.id)"> gave</a><!--
--><a href="#00:02:010.56" id="130.6" class="lt" onclick="jumptoTime(130, this.id)"> to</a><!--
--><a href="#00:02:010.76" id="130.8" class="lt" onclick="jumptoTime(130, this.id)"> me</a><!--
--><a href="#00:02:010.98" id="131.0" class="lt" onclick="jumptoTime(130, this.id)"> was</a><!--
--><a href="#00:02:011.26" id="131.2" class="lt" onclick="jumptoTime(131, this.id)"> to</a><!--
--><a href="#00:02:012.36" id="132.4" class="lt" onclick="jumptoTime(132, this.id)"> understand</a><!--
--><a href="#00:02:014.76" id="134.8" class="lt" onclick="jumptoTime(134, this.id)"> the</a><!--
--><a href="#00:02:015.06" id="135.0" class="lt" onclick="jumptoTime(135, this.id)"> properties</a><!--
--><a href="#00:02:017.02" id="137.0" class="lt" onclick="jumptoTime(137, this.id)"> of</a><!--
--><a href="#00:02:017.32" id="137.4" class="lt" onclick="jumptoTime(137, this.id)"> measurable</a><!--
--><a href="#00:02:017.74" id="137.8" class="lt" onclick="jumptoTime(137, this.id)"> sets</a><!--
--><a href="#00:02:018.18" id="138.2" class="lt" onclick="jumptoTime(138, this.id)"> in</a><!--
--><a href="#00:02:018.42" id="138.4" class="lt" onclick="jumptoTime(138, this.id)"> fractional</a><!--
--><a href="#00:02:018.86" id="138.8" class="lt" onclick="jumptoTime(138, this.id)"> dimensions.</a><!--
--><a href="#00:02:021.50" id="141.4" class="lt" onclick="jumptoTime(141, this.id)"> It's</a><!--
--><a href="#00:02:023.12" id="143.2" class="lt" onclick="jumptoTime(143, this.id)"> hard</a><!--
--><a href="#00:02:023.34" id="143.4" class="lt" onclick="jumptoTime(143, this.id)"> enough</a><!--
--><a href="#00:02:023.64" id="143.6" class="lt" onclick="jumptoTime(143, this.id)"> in</a><!--
--><a href="#00:02:023.82" id="143.8" class="lt" onclick="jumptoTime(143, this.id)"> one</a><!--
--><a href="#00:02:024.06" id="144.0" class="lt" onclick="jumptoTime(144, this.id)"> dimension</a><!--
--><a href="#00:02:024.44" id="144.4" class="lt" onclick="jumptoTime(144, this.id)"> or</a><!--
--><a href="#00:02:024.68" id="144.6" class="lt" onclick="jumptoTime(144, this.id)"> two,</a><!--
--><a href="#00:02:025.02" id="145.0" class="lt" onclick="jumptoTime(145, this.id)"> but</a><!--
--><a href="#00:02:025.24" id="145.2" class="lt" onclick="jumptoTime(145, this.id)"> when</a><!--
--><a href="#00:02:026.16" id="146.2" class="lt" onclick="jumptoTime(146, this.id)"> you</a><!--
--><a href="#00:02:026.30" id="146.2" class="lt" onclick="jumptoTime(146, this.id)"> come</a><!--
--><a href="#00:02:026.50" id="146.4" class="lt" onclick="jumptoTime(146, this.id)"> to</a><!--
--><a href="#00:02:026.66" id="146.6" class="lt" onclick="jumptoTime(146, this.id)"> fractional</a><!--
--><a href="#00:02:027.04" id="147.0" class="lt" onclick="jumptoTime(147, this.id)"> dimensions,</a><!--
--><a href="#00:02:027.62" id="147.6" class="lt" onclick="jumptoTime(147, this.id)"> it</a><!--
--><a href="#00:02:027.74" id="147.8" class="lt" onclick="jumptoTime(147, this.id)"> gets</a><!--
--><a href="#00:02:028.00" id="148.0" class="lt" onclick="jumptoTime(147, this.id)"> worse.</a><!--
--><a href="#00:02:030.14" id="150.2" class="lt" onclick="jumptoTime(150, this.id)"> I</a><!--
--><a href="#00:02:030.64" id="150.6" class="lt" onclick="jumptoTime(150, this.id)"> had</a><!--
--><a href="#00:02:031.06" id="151.0" class="lt" onclick="jumptoTime(151, this.id)"> a</a><!--
--><a href="#00:02:031.14" id="151.2" class="lt" onclick="jumptoTime(151, this.id)"> great</a><!--
--><a href="#00:02:031.32" id="151.4" class="lt" onclick="jumptoTime(151, this.id)"> time</a><!--
--><a href="#00:02:031.62" id="151.6" class="lt" onclick="jumptoTime(151, this.id)"> struggling</a><!--
--><a href="#00:02:031.96" id="152.0" class="lt" onclick="jumptoTime(151, this.id)"> with</a><!--
--><a href="#00:02:032.24" id="152.2" class="lt" onclick="jumptoTime(152, this.id)"> that,</a><!--
--><a href="#00:02:032.52" id="152.6" class="lt" onclick="jumptoTime(152, this.id)"> but</a><!--
--><a href="#00:02:032.60" id="152.6" class="lt" onclick="jumptoTime(152, this.id)"> of</a><!--
--><a href="#00:02:032.80" id="152.8" class="lt" onclick="jumptoTime(152, this.id)"> course</a><!--
--><a href="#00:02:032.80" id="152.8" class="lt" onclick="jumptoTime(152, this.id)"> nothing</a><!--
--><a href="#00:02:033.06" id="153.0" class="lt" onclick="jumptoTime(153, this.id)"> much</a><!--
--><a href="#00:02:033.36" id="153.4" class="lt" onclick="jumptoTime(153, this.id)"> came</a><!--
--><a href="#00:02:034.44" id="154.4" class="lt" onclick="jumptoTime(154, this.id)"> out</a><!--
--><a href="#00:02:034.62" id="154.6" class="lt" onclick="jumptoTime(154, this.id)"> of</a><!--
--><a href="#00:02:034.74" id="154.8" class="lt" onclick="jumptoTime(154, this.id)"> it</a><!--
--><a href="#00:02:034.98" id="155.0" class="lt" onclick="jumptoTime(154, this.id)"> except</a><!--
--><a href="#00:02:035.92" id="156.0" class="lt" onclick="jumptoTime(155, this.id)"> just</a><!--
--><a href="#00:02:036.16" id="156.2" class="lt" onclick="jumptoTime(156, this.id)"> a</a><!--
--><a href="#00:02:036.62" id="156.6" class="lt" onclick="jumptoTime(156, this.id)"> taste</a><!--
--><a href="#00:02:036.88" id="156.8" class="lt" onclick="jumptoTime(156, this.id)"> for</a><!--
--><a href="#00:02:037.12" id="157.2" class="lt" onclick="jumptoTime(157, this.id)"> his</a><!--
--><a href="#00:02:037.36" id="157.4" class="lt" onclick="jumptoTime(157, this.id)"> style.</a><!--
--><a href="#00:02:037.96" id="158.0" class="lt" onclick="jumptoTime(157, this.id)"> Bezikovitch's</a><!--
--><a href="#00:02:039.02" id="159.0" class="lt" onclick="jumptoTime(159, this.id)"> style</a><!--
--><a href="#00:02:039.38" id="159.4" class="lt" onclick="jumptoTime(159, this.id)"> has</a><!--
--><a href="#00:02:040.64" id="160.6" class="lt" onclick="jumptoTime(160, this.id)"> stayed</a><!--
--><a href="#00:02:040.86" id="160.8" class="lt" onclick="jumptoTime(160, this.id)"> with</a><!--
--><a href="#00:02:041.08" id="161.0" class="lt" onclick="jumptoTime(161, this.id)"> me</a><!--
--><a href="#00:02:041.22" id="161.2" class="lt" onclick="jumptoTime(161, this.id)"> all</a><!--
--><a href="#00:02:041.36" id="161.4" class="lt" onclick="jumptoTime(161, this.id)"> my</a><!--
--><a href="#00:02:041.52" id="161.6" class="lt" onclick="jumptoTime(161, this.id)"> life,</a><!--
--><a href="#00:02:041.98" id="162.0" class="lt" onclick="jumptoTime(161, this.id)"> and</a><!--
--><a href="#00:02:042.06" id="162.0" class="lt" onclick="jumptoTime(162, this.id)"> that's</a><!--
--><a href="#00:02:042.52" id="162.6" class="lt" onclick="jumptoTime(162, this.id)"> the</a><!--
--><a href="#00:02:042.82" id="162.8" class="lt" onclick="jumptoTime(162, this.id)"> way</a><!--
--><a href="#00:02:042.98" id="163.0" class="lt" onclick="jumptoTime(162, this.id)"> I</a><!--
--><a href="#00:02:043.16" id="163.2" class="lt" onclick="jumptoTime(163, this.id)"> do</a><!--
--><a href="#00:02:043.40" id="163.4" class="lt" onclick="jumptoTime(163, this.id)"> science</a><!--
--><a href="#00:02:044.68" id="164.6" class="lt" onclick="jumptoTime(164, this.id)"> in</a><!--
--><a href="#00:02:045.64" id="165.6" class="lt" onclick="jumptoTime(165, this.id)"> all</a><!--
--><a href="#00:02:045.86" id="165.8" class="lt" onclick="jumptoTime(165, this.id)"> fields.</a><!--
--><a href="#00:02:047.22" id="167.2" class="lt" onclick="jumptoTime(167, this.id)"> It's</a><!--
--><a href="#00:02:049.40" id="169.4" class="lt" onclick="jumptoTime(169, this.id)"> a</a><!--
--><a href="#00:02:049.50" id="169.4" class="lt" onclick="jumptoTime(169, this.id)"> very</a><!--
--><a href="#00:02:049.64" id="169.6" class="lt" onclick="jumptoTime(169, this.id)"> distinctive</a><!--
--><a href="#00:02:050.14" id="170.2" class="lt" onclick="jumptoTime(170, this.id)"> style,</a><!--
--><a href="#00:02:051.76" id="171.8" class="lt" onclick="jumptoTime(171, this.id)"> which</a><!--
--><a href="#00:02:051.96" id="172.0" class="lt" onclick="jumptoTime(171, this.id)"> is</a><!--
--><a href="#00:02:052.20" id="172.2" class="lt" onclick="jumptoTime(172, this.id)"> kind</a><!--
--><a href="#00:02:052.94" id="173.0" class="lt" onclick="jumptoTime(172, this.id)"> of</a><!--
--><a href="#00:02:053.10" id="173.0" class="lt" onclick="jumptoTime(173, this.id)"> an</a><!--
--><a href="#00:02:054.72" id="174.8" class="lt" onclick="jumptoTime(174, this.id)"> architectural</a><!--
--><a href="#00:02:055.20" id="175.2" class="lt" onclick="jumptoTime(175, this.id)"> style</a><!--
--><a href="#00:02:055.82" id="175.8" class="lt" onclick="jumptoTime(175, this.id)"> in</a><!--
--><a href="#00:02:056.02" id="176.0" class="lt" onclick="jumptoTime(176, this.id)"> which</a><!--
--><a href="#00:02:056.20" id="176.2" class="lt" onclick="jumptoTime(176, this.id)"> you</a><!--
--><a href="#00:02:056.38" id="176.4" class="lt" onclick="jumptoTime(176, this.id)"> take</a><!--
--><a href="#00:02:056.60" id="176.6" class="lt" onclick="jumptoTime(176, this.id)"> very</a><!--
--><a href="#00:02:056.84" id="176.8" class="lt" onclick="jumptoTime(176, this.id)"> simple</a><!--
--><a href="#00:02:057.24" id="177.2" class="lt" onclick="jumptoTime(177, this.id)"> components</a><!--
--><a href="#00:02:057.98" id="178.0" class="lt" onclick="jumptoTime(177, this.id)"> and</a><!--
--><a href="#00:02:059.34" id="179.4" class="lt" onclick="jumptoTime(179, this.id)"> then</a><!--
--><a href="#00:02:059.60" id="179.6" class="lt" onclick="jumptoTime(179, this.id)"> build</a><!--
--><a href="#00:03:000.12" id="180.2" class="lt" onclick="jumptoTime(180, this.id)"> hierarchical</a><!--
--><a href="#00:03:001.98" id="182.0" class="lt" onclick="jumptoTime(181, this.id)"> structures</a><!--
--><a href="#00:03:002.58" id="182.6" class="lt" onclick="jumptoTime(182, this.id)"> which</a><!--
--><a href="#00:03:003.82" id="183.8" class="lt" onclick="jumptoTime(183, this.id)"> become,</a><!--
--><a href="#00:03:004.98" id="185.0" class="lt" onclick="jumptoTime(184, this.id)"> stage</a><!--
--><a href="#00:03:008.30" id="188.2" class="lt" onclick="jumptoTime(188, this.id)"> by</a><!--
--><a href="#00:03:008.52" id="188.6" class="lt" onclick="jumptoTime(188, this.id)"> stage,</a><!--
--><a href="#00:03:009.30" id="189.2" class="lt" onclick="jumptoTime(189, this.id)"> bigger</a><!--
--><a href="#00:03:009.84" id="189.8" class="lt" onclick="jumptoTime(189, this.id)"> and</a><!--
--><a href="#00:03:010.70" id="190.6" class="lt" onclick="jumptoTime(190, this.id)"> fewer</a><!--
--><a href="#00:03:011.34" id="191.4" class="lt" onclick="jumptoTime(191, this.id)"> as</a><!--
--><a href="#00:03:011.70" id="191.6" class="lt" onclick="jumptoTime(191, this.id)"> you</a><!--
--><a href="#00:03:012.50" id="192.4" class="lt" onclick="jumptoTime(192, this.id)"> build</a><!--
--><a href="#00:03:012.78" id="192.8" class="lt" onclick="jumptoTime(192, this.id)"> one</a><!--
--><a href="#00:03:013.04" id="193.0" class="lt" onclick="jumptoTime(193, this.id)"> story</a><!--
--><a href="#00:03:013.34" id="193.4" class="lt" onclick="jumptoTime(193, this.id)"> on</a><!--
--><a href="#00:03:013.52" id="193.6" class="lt" onclick="jumptoTime(193, this.id)"> another</a><!--
--><a href="#00:03:014.10" id="194.0" class="lt" onclick="jumptoTime(194, this.id)"> until</a><!--
--><a href="#00:03:014.38" id="194.4" class="lt" onclick="jumptoTime(194, this.id)"> finally</a><!--
--><a href="#00:03:014.80" id="194.8" class="lt" onclick="jumptoTime(194, this.id)"> you</a><!--
--><a href="#00:03:015.04" id="195.0" class="lt" onclick="jumptoTime(195, this.id)"> get</a><!--
--><a href="#00:03:015.22" id="195.2" class="lt" onclick="jumptoTime(195, this.id)"> the</a><!--
--><a href="#00:03:015.38" id="195.4" class="lt" onclick="jumptoTime(195, this.id)"> keystone</a><!--
--><a href="#00:03:015.82" id="195.8" class="lt" onclick="jumptoTime(195, this.id)"> at</a><!--
--><a href="#00:03:016.00" id="196.0" class="lt" onclick="jumptoTime(195, this.id)"> the</a><!--
--><a href="#00:03:016.14" id="196.2" class="lt" onclick="jumptoTime(196, this.id)"> top.</a><!--
--><a href="#00:03:017.12" id="197.2" class="lt" onclick="jumptoTime(197, this.id)"> So</a><!--
--><a href="#00:03:017.46" id="197.4" class="lt" onclick="jumptoTime(197, this.id)"> you</a><!--
--><a href="#00:03:017.58" id="197.6" class="lt" onclick="jumptoTime(197, this.id)"> have</a><!--
--><a href="#00:03:017.76" id="197.8" class="lt" onclick="jumptoTime(197, this.id)"> this</a><!--
--><a href="#00:03:018.00" id="198.0" class="lt" onclick="jumptoTime(197, this.id)"> hierarchical</a><!--
--><a href="#00:03:018.66" id="198.6" class="lt" onclick="jumptoTime(198, this.id)"> structure,</a><!--
--><a href="#00:03:019.14" id="199.2" class="lt" onclick="jumptoTime(199, this.id)"> which</a><!--
--><a href="#00:03:019.30" id="199.2" class="lt" onclick="jumptoTime(199, this.id)"> played</a><!--
--><a href="#00:03:019.56" id="199.6" class="lt" onclick="jumptoTime(199, this.id)"> a</a><!--
--><a href="#00:03:019.70" id="199.6" class="lt" onclick="jumptoTime(199, this.id)"> big</a><!--
--><a href="#00:03:019.86" id="199.8" class="lt" onclick="jumptoTime(199, this.id)"> part</a><!--
--><a href="#00:03:020.16" id="200.2" class="lt" onclick="jumptoTime(200, this.id)"> in</a><!--
--><a href="#00:03:020.30" id="200.2" class="lt" onclick="jumptoTime(200, this.id)"> all</a><!--
--><a href="#00:03:020.56" id="200.6" class="lt" onclick="jumptoTime(200, this.id)"> Bezikovitch's</a><!--
--><a href="#00:03:021.40" id="201.4" class="lt" onclick="jumptoTime(201, this.id)"> work.</a><!--
--><a href="#00:03:023.06" id="203.0" class="lt" onclick="jumptoTime(203, this.id)"> So</a><!--
--><a href="#00:03:023.60" id="203.6" class="lt" onclick="jumptoTime(203, this.id)"> out</a><!--
--><a href="#00:03:023.96" id="204.0" class="lt" onclick="jumptoTime(203, this.id)"> of</a><!--
--><a href="#00:03:024.12" id="204.2" class="lt" onclick="jumptoTime(204, this.id)"> these</a><!--
--><a href="#00:03:024.38" id="204.4" class="lt" onclick="jumptoTime(204, this.id)"> simple</a><!--
--><a href="#00:03:025.10" id="205.0" class="lt" onclick="jumptoTime(205, this.id)"> components</a><!--
--><a href="#00:03:025.66" id="205.6" class="lt" onclick="jumptoTime(205, this.id)"> you</a><!--
--><a href="#00:03:025.86" id="205.8" class="lt" onclick="jumptoTime(205, this.id)"> get</a><!--
--><a href="#00:03:026.10" id="206.0" class="lt" onclick="jumptoTime(206, this.id)"> this</a><!--
--><a href="#00:03:026.36" id="206.4" class="lt" onclick="jumptoTime(206, this.id)"> very</a><!--
--><a href="#00:03:026.66" id="206.6" class="lt" onclick="jumptoTime(206, this.id)"> powerful</a><!--
--><a href="#00:03:027.98" id="208.0" class="lt" onclick="jumptoTime(207, this.id)"> structure,</a><!--
--><a href="#00:03:028.90" id="208.8" class="lt" onclick="jumptoTime(208, this.id)"> and</a><!--
--><a href="#00:03:029.26" id="209.2" class="lt" onclick="jumptoTime(209, this.id)"> then</a><!--
--><a href="#00:03:029.44" id="209.4" class="lt" onclick="jumptoTime(209, this.id)"> the</a><!--
--><a href="#00:03:029.64" id="209.6" class="lt" onclick="jumptoTime(209, this.id)"> theorem</a><!--
--><a href="#00:03:029.92" id="210.0" class="lt" onclick="jumptoTime(209, this.id)"> you</a><!--
--><a href="#00:03:030.06" id="210.0" class="lt" onclick="jumptoTime(210, this.id)"> want</a><!--
--><a href="#00:03:030.24" id="210.2" class="lt" onclick="jumptoTime(210, this.id)"> to</a><!--
--><a href="#00:03:030.38" id="210.4" class="lt" onclick="jumptoTime(210, this.id)"> prove</a><!--
--><a href="#00:03:030.64" id="210.6" class="lt" onclick="jumptoTime(210, this.id)"> falls</a><!--
--><a href="#00:03:030.98" id="211.0" class="lt" onclick="jumptoTime(210, this.id)"> out</a><!--
--><a href="#00:03:031.34" id="211.4" class="lt" onclick="jumptoTime(211, this.id)"> as</a><!--
--><a href="#00:03:032.02" id="212.0" class="lt" onclick="jumptoTime(212, this.id)"> a</a><!--
--><a href="#00:03:032.16" id="212.2" class="lt" onclick="jumptoTime(212, this.id)"> consequence</a><!--
--><a href="#00:03:032.56" id="212.6" class="lt" onclick="jumptoTime(212, this.id)"> of</a><!--
--><a href="#00:03:032.94" id="213.0" class="lt" onclick="jumptoTime(212, this.id)"> the</a><!--
--><a href="#00:03:033.08" id="213.0" class="lt" onclick="jumptoTime(213, this.id)"> overall</a><!--
--><a href="#00:03:033.46" id="213.4" class="lt" onclick="jumptoTime(213, this.id)"> structure.</a><!--
--><a href="#00:03:034.34" id="214.4" class="lt" onclick="jumptoTime(214, this.id)"> So</a><!--
--><a href="#00:03:034.44" id="214.4" class="lt" onclick="jumptoTime(214, this.id)"> it's</a><!--
--><a href="#00:03:034.56" id="214.6" class="lt" onclick="jumptoTime(214, this.id)"> a</a><!--
--><a href="#00:03:034.66" id="214.6" class="lt" onclick="jumptoTime(214, this.id)"> kind</a><!--
--><a href="#00:03:034.84" id="214.8" class="lt" onclick="jumptoTime(214, this.id)"> of</a><!--
--><a href="#00:03:034.92" id="215.0" class="lt" onclick="jumptoTime(214, this.id)"> architectural</a><!--
--><a href="#00:03:035.44" id="215.4" class="lt" onclick="jumptoTime(215, this.id)"> style</a><!--
--><a href="#00:03:036.18" id="216.2" class="lt" onclick="jumptoTime(216, this.id)"> of</a><!--
--><a href="#00:03:036.40" id="216.4" class="lt" onclick="jumptoTime(216, this.id)"> reasoning,</a><!--
--><a href="#00:03:037.30" id="217.2" class="lt" onclick="jumptoTime(217, this.id)"> which</a><!--
--><a href="#00:03:038.00" id="218.0" class="lt" onclick="jumptoTime(217, this.id)"> is</a><!--
--><a href="#00:03:038.12" id="218.2" class="lt" onclick="jumptoTime(218, this.id)"> very</a><!--
--><a href="#00:03:038.34" id="218.4" class="lt" onclick="jumptoTime(218, this.id)"> powerful,</a><!--
--><a href="#00:03:039.02" id="219.0" class="lt" onclick="jumptoTime(219, this.id)"> and</a><!--
--><a href="#00:03:039.14" id="219.2" class="lt" onclick="jumptoTime(219, this.id)"> I</a><!--
--><a href="#00:03:039.82" id="219.8" class="lt" onclick="jumptoTime(219, this.id)"> used</a><!--
--><a href="#00:03:040.08" id="220.0" class="lt" onclick="jumptoTime(220, this.id)"> that</a><!--
--><a href="#00:03:040.30" id="220.2" class="lt" onclick="jumptoTime(220, this.id)"> in</a><!--
--><a href="#00:03:040.48" id="220.4" class="lt" onclick="jumptoTime(220, this.id)"> quantum</a><!--
--><a href="#00:03:040.72" id="220.8" class="lt" onclick="jumptoTime(220, this.id)"> electrodynamics.</a><!--
--></p>
</div>
<div class="e" style="background-color: #e1ffc7">
<p style="margin:0;padding: 5px 10px 10px 10px;word-wrap:normal;white-space:normal;">
<span style="color:darkgreen;font-weight: bold;">Interviewer</span><br>
<a href="#00:03:043.21" id="223.2" class="lt" onclick="jumptoTime(223, this.id)"> And</a><!--
--><a href="#00:03:043.76" id="223.8" class="lt" onclick="jumptoTime(223, this.id)"> you</a><!--
--><a href="#00:03:043.88" id="223.8" class="lt" onclick="jumptoTime(223, this.id)"> were</a><!--
--><a href="#00:03:044.04" id="224.0" class="lt" onclick="jumptoTime(224, this.id)"> conscious</a><!--
--><a href="#00:03:044.43" id="224.4" class="lt" onclick="jumptoTime(224, this.id)"> of</a><!--
--><a href="#00:03:044.72" id="224.8" class="lt" onclick="jumptoTime(224, this.id)"> that</a><!--
--><a href="#00:03:044.93" id="225.0" class="lt" onclick="jumptoTime(224, this.id)"> at</a><!--
--><a href="#00:03:045.06" id="225.0" class="lt" onclick="jumptoTime(225, this.id)"> the</a><!--
--><a href="#00:03:045.21" id="225.2" class="lt" onclick="jumptoTime(225, this.id)"> time</a><!--
--><a href="#00:03:045.53" id="225.6" class="lt" onclick="jumptoTime(225, this.id)"> in</a><!--
--><a href="#00:03:045.69" id="225.6" class="lt" onclick="jumptoTime(225, this.id)"> interacting</a><!--
--><a href="#00:03:046.21" id="226.2" class="lt" onclick="jumptoTime(226, this.id)"> with</a><!--
--><a href="#00:03:046.47" id="226.4" class="lt" onclick="jumptoTime(226, this.id)"> Besikovits,</a><!--
--><a href="#00:03:047.59" id="227.6" class="lt" onclick="jumptoTime(227, this.id)"> that</a><!--
--><a href="#00:03:047.81" id="227.8" class="lt" onclick="jumptoTime(227, this.id)"> this</a><!--
--><a href="#00:03:048.00" id="228.0" class="lt" onclick="jumptoTime(228, this.id)"> is</a><!--
--><a href="#00:03:048.28" id="228.2" class="lt" onclick="jumptoTime(228, this.id)"> an</a><!--
--><a href="#00:03:048.56" id="228.6" class="lt" onclick="jumptoTime(228, this.id)"> approach</a><!--
--><a href="#00:03:049.09" id="229.0" class="lt" onclick="jumptoTime(229, this.id)"> of</a><!--
--><a href="#00:03:049.38" id="229.4" class="lt" onclick="jumptoTime(229, this.id)"> how</a><!--
--><a href="#00:03:049.60" id="229.6" class="lt" onclick="jumptoTime(229, this.id)"> he</a><!--
--><a href="#00:03:049.76" id="229.8" class="lt" onclick="jumptoTime(229, this.id)"> does</a><!--
--><a href="#00:03:049.99" id="230.0" class="lt" onclick="jumptoTime(229, this.id)"> mathematics?</a><!--
--></p>
</div>
<div class="e" style="background-color: white">
<p style="margin:0;padding: 5px 10px 10px 10px;word-wrap:normal;white-space:normal;">
<span style="color:darkorange;font-weight: bold;">Dyson</span><br>
<a href="#00:03:050.70" id="230.6" class="lt" onclick="jumptoTime(230, this.id)"> I'm</a><!--
--><a href="#00:03:050.92" id="231.0" class="lt" onclick="jumptoTime(230, this.id)"> not</a><!--
--><a href="#00:03:051.08" id="231.0" class="lt" onclick="jumptoTime(231, this.id)"> sure</a><!--
--><a href="#00:03:051.34" id="231.4" class="lt" onclick="jumptoTime(231, this.id)"> whether</a><!--
--><a href="#00:03:051.60" id="231.6" class="lt" onclick="jumptoTime(231, this.id)"> I</a><!--
--><a href="#00:03:051.78" id="231.8" class="lt" onclick="jumptoTime(231, this.id)"> was</a><!--
--><a href="#00:03:051.92" id="232.0" class="lt" onclick="jumptoTime(231, this.id)"> conscious</a><!--
--><a href="#00:03:052.32" id="232.4" class="lt" onclick="jumptoTime(232, this.id)"> of</a><!--
--><a href="#00:03:052.56" id="232.6" class="lt" onclick="jumptoTime(232, this.id)"> it,</a><!--
--><a href="#00:03:052.70" id="232.6" class="lt" onclick="jumptoTime(232, this.id)"> but</a><!--
--><a href="#00:03:052.84" id="232.8" class="lt" onclick="jumptoTime(232, this.id)"> certainly</a><!--
--><a href="#00:03:053.14" id="233.2" class="lt" onclick="jumptoTime(233, this.id)"> I</a><!--
--><a href="#00:03:053.36" id="233.4" class="lt" onclick="jumptoTime(233, this.id)"> absorbed</a><!--
--><a href="#00:03:053.74" id="233.8" class="lt" onclick="jumptoTime(233, this.id)"> it,</a><!--
--><a href="#00:03:054.36" id="234.4" class="lt" onclick="jumptoTime(234, this.id)"> and</a><!--
--><a href="#00:03:055.18" id="235.2" class="lt" onclick="jumptoTime(235, this.id)"> it's</a><!--
--><a href="#00:03:055.40" id="235.4" class="lt" onclick="jumptoTime(235, this.id)"> very</a><!--
--><a href="#00:03:055.58" id="235.6" class="lt" onclick="jumptoTime(235, this.id)"> visible</a><!--
--><a href="#00:03:055.98" id="236.0" class="lt" onclick="jumptoTime(235, this.id)"> in</a><!--
--><a href="#00:03:056.24" id="236.2" class="lt" onclick="jumptoTime(236, this.id)"> everything</a><!--
--><a href="#00:03:056.60" id="236.6" class="lt" onclick="jumptoTime(236, this.id)"> that</a><!--
--><a href="#00:03:056.88" id="236.8" class="lt" onclick="jumptoTime(236, this.id)"> I</a><!--
--><a href="#00:03:057.04" id="237.0" class="lt" onclick="jumptoTime(237, this.id)"> do.</a><!--
--></p>
</div>
<div class="e" style="background-color: #e1ffc7">
<p style="margin:0;padding: 5px 10px 10px 10px;word-wrap:normal;white-space:normal;">
<span style="color:darkgreen;font-weight: bold;">Interviewer</span><br>
<a href="#00:03:059.93" id="240.0" class="lt" onclick="jumptoTime(239, this.id)"> And</a><!--
--><a href="#00:04:000.13" id="240.2" class="lt" onclick="jumptoTime(240, this.id)"> so</a><!--
--><a href="#00:04:000.27" id="240.2" class="lt" onclick="jumptoTime(240, this.id)"> Besikowicz</a><!--
--><a href="#00:04:001.01" id="241.0" class="lt" onclick="jumptoTime(241, this.id)"> is</a><!--
--><a href="#00:04:001.41" id="241.4" class="lt" onclick="jumptoTime(241, this.id)"> an</a><!--
--><a href="#00:04:002.67" id="242.6" class="lt" onclick="jumptoTime(242, this.id)"> important</a><!--
--><a href="#00:04:003.29" id="243.2" class="lt" onclick="jumptoTime(243, this.id)"> resource</a><!--
--><a href="#00:04:005.59" id="245.6" class="lt" onclick="jumptoTime(245, this.id)"> for</a><!--
--><a href="#00:04:005.87" id="245.8" class="lt" onclick="jumptoTime(245, this.id)"> you.</a><!--
--><a href="#00:04:006.59" id="246.6" class="lt" onclick="jumptoTime(246, this.id)"> Yes.</a><!--
--></p>
</div>
<div class="e" style="background-color: white">
<p style="margin:0;padding: 5px 10px 10px 10px;word-wrap:normal;white-space:normal;">
<span style="color:darkorange;font-weight: bold;">Dyson</span><br>
<a href="#00:04:006.51" id="246.6" class="lt" onclick="jumptoTime(246, this.id)"> Yes,</a><!--
--><a href="#00:04:007.17" id="247.2" class="lt" onclick="jumptoTime(247, this.id)"> certainly</a><!--
--><a href="#00:04:007.87" id="247.8" class="lt" onclick="jumptoTime(247, this.id)"> the</a><!--
--><a href="#00:04:010.83" id="250.8" class="lt" onclick="jumptoTime(250, this.id)"> tools</a><!--
--><a href="#00:04:012.53" id="252.6" class="lt" onclick="jumptoTime(252, this.id)"> that</a><!--
--><a href="#00:04:012.73" id="252.8" class="lt" onclick="jumptoTime(252, this.id)"> I</a><!--
--><a href="#00:04:012.91" id="253.0" class="lt" onclick="jumptoTime(252, this.id)"> use</a><!--
--><a href="#00:04:013.27" id="253.2" class="lt" onclick="jumptoTime(253, this.id)"> are</a><!--
--><a href="#00:04:013.93" id="254.0" class="lt" onclick="jumptoTime(253, this.id)"> basically</a><!--
--><a href="#00:04:014.49" id="254.4" class="lt" onclick="jumptoTime(254, this.id)"> Bezikovitch</a><!--
--><a href="#00:04:015.35" id="255.4" class="lt" onclick="jumptoTime(255, this.id)"> tools.</a><!--
--></p>
</div>
</body>
</html>