-
Notifications
You must be signed in to change notification settings - Fork 1
/
teacher-who-eating-keaido.html
846 lines (523 loc) · 30.2 KB
/
teacher-who-eating-keaido.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
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
<!DOCTYPE html>
<html style="font-family: Microsoft YaHei">
<head>
<!-- Document Settings -->
<meta charset="utf-8" />
<meta http-equi v="X-UA-Compatible" content="IE=edge" />
<!-- Base Meta -->
<!-- dynamically fixing the title for tag/author pages -->
<title>疾风生劲草 | 那个吃可爱多长大的老师来了!</title>
<meta name="HandheldFriendly" content="True" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Styles'n'Scripts -->
<link rel="stylesheet" type="text/css" href="/OralHistory/assets/built/screen.css" />
<link rel="stylesheet" type="text/css" href="/OralHistory/assets/built/screen.edited.css" />
<link rel="stylesheet" type="text/css" href="/OralHistory/assets/built/syntax.css" />
<!-- highlight.js -->
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/default.min.css">
<script src="/OralHistory/search.js"></script>
<style>.hljs { background: none; }</style>
<!-- <script src="http://code.jquery.com/jquery-latest.js"></script> -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js"></script>
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/[email protected]/css/font-awesome.min.css" />
<!--[if IE]>
<style>
p, ol, ul{
width: 100%;
}
blockquote{
width: 100%;
}
</style>
<![endif]-->
<!-- This tag outputs SEO meta+structured data and other important settings -->
<meta name="description" content="在这里,读懂北大附中" />
<link rel="shortcut icon" href="/OralHistory/assets/images/favicon.png" type="image/png" />
<link rel="canonical" href="/OralHistory/teacher-who-eating-keaido" />
<meta name="referrer" content="no-referrer-when-downgrade" />
<!--title below is coming from _includes/dynamic_title-->
<meta property="og:site_name" content="北大附中口述史" />
<meta property="og:type" content="website" />
<meta property="og:title" content="疾风生劲草 | 那个吃可爱多长大的老师来了!" />
<meta property="og:description" content="
" />
<meta property="og:url" content="/OralHistory/teacher-who-eating-keaido" />
<meta property="og:image" content="/OralHistory/assets/blogimages/202109/20210907-2.jpg" />
<meta property="article:publisher" content="https://www.facebook.com/" />
<meta property="article:author" content="https://www.facebook.com/" />
<meta property="article:published_time" content="2021-09-07T00:00:00+08:00" />
<meta property="article:modified_time" content="2021-09-07T00:00:00+08:00" />
<meta property="article:tag" content="Teacher-picture" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="疾风生劲草 | 那个吃可爱多长大的老师来了!" />
<meta name="twitter:description" content="
" />
<meta name="twitter:url" content="/OralHistory/" />
<meta name="twitter:image" content="/OralHistory/assets/blogimages/202109/20210907-2.jpg" />
<meta name="twitter:label1" content="Written by" />
<meta name="twitter:data1" content="北大附中口述史" />
<meta name="twitter:label2" content="Filed under" />
<meta name="twitter:data2" content="Teacher-picture" />
<meta name="twitter:site" content="@" />
<meta name="twitter:creator" content="@" />
<meta property="og:image:width" content="1400" />
<meta property="og:image:height" content="933" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Website",
"publisher": {
"@type": "Organization",
"name": "北大附中口述史",
"logo": "/OralHistory/assets/images/blog-icon.png"
},
"url": "/OralHistory/teacher-who-eating-keaido",
"image": {
"@type": "ImageObject",
"url": "/OralHistory/assets/blogimages/202109/20210907-2.jpg",
"width": 2000,
"height": 666
},
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "/OralHistory/teacher-who-eating-keaido"
},
"description": "
"
}
</script>
<!-- <script type="text/javascript" src="https://demo.ghost.io/public/ghost-sdk.min.js?v=724281a32e"></script>
<script type="text/javascript">
ghost.init({
clientId: "ghost-frontend",
clientSecret: "f84a07a72b17"
});
</script> -->
<meta name="generator" content="Jekyll 3.6.2" />
<link rel="alternate" type="application/rss+xml" title="疾风生劲草 | 那个吃可爱多长大的老师来了!" href="/OralHistory/feed.xml" />
</head>
<body class="post-template">
<div id="searchdiv" >
<div id="search-container" >
<input type="text" id="search-input" placeholder="搜索文章或内容">
<ul id="results-container"></ul>
</div>
</div>
<div class="site-wrapper">
<!-- All the main content gets inserted here, index.hbs, post.hbs, etc -->
<!-- default -->
<!-- The tag above means: insert everything in this file
into the {body} of the default.hbs template -->
<header class="site-header outer">
<div class="inner">
<nav class="site-nav" style="font-size:1.6rem">
<div class="site-nav-left">
<a class="site-nav-logo" href="/OralHistory/"><img src="/OralHistory/assets/images/blog-icon.png" alt="北大附中口述史" /></a>
<ul class="nav" role="menu">
<li class="nav-home" role="menuitem"><a href="/OralHistory/">主页</a></li>
<li class="nav-about" role="menuitem"><a href="/OralHistory/tag/teacher-picture/">教师图鉴</a></li>
<li class="nav-try-ghost" role="menuitem"><a href="/OralHistory/tag/alumni-stories/">校友故事</a></li>
<!-- <li class="nav-getting-started" role="menuitem"><a href="/OralHistory/PictureBDFZ">图说BDFZ</a></li> -->
<li class="nav-try-ghost" role="menuitem"><a href="/OralHistory/guide/">使用指南</a></li>
<li class="nav-about" role="menuitem"><a href="/OralHistory/about/">关于我们</a></li>
</ul>
</div>
<div class="site-nav-right">
<style>
#searchdiv{
position:absolute;
background-color: black;
display: none;
z-index:9999;
width: 100%;
height: 100%;
opacity: 0.85;
}
</style>
<i id="searchbutton" class="fa fa-search navbar-brand search-icon" style="padding-right:2vw"></i>
</div>
</nav>
<style>
#search-input {
width: 90%;
height: 4vw;
color: rgb(255, 255, 255);
background-color: rgba(227,231,236,.2);
line-height: 35px;
position:absolute;
font-size: 25px;
outline: none;
top: 5vw;
left: 50%;
transform: translate(-50%, -50%);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
border-color: #878787;
border-style: solid;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 1px;
border-left-width: 0px
}
#search-input:focus {
width:90%;
height: 4vw;
outline: none;
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #007fff;
border-color: #878787;
border-style: solid;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 1px;
border-left-width: 0px;
}
#results-container {
margin: 8vw 3vw 21.5em;
width:100%;
height:100%;
list-style: none;
}
#results-container li a{
text-align:left;
color: #d0cec8;
}
</style>
<script src="/OralHistory/simple-jekyll-search.min.js"></script>
<script>
SimpleJekyllSearch({
searchInput: document.getElementById('search-input'),
resultsContainer: document.getElementById('results-container'),
json: '/OralHistory/search.json',
searchResultTemplate: '<li><a href="{url}" style="display:block;width: 100%;padding-left:10px; padding-right:10px;"><i class="fa fa-angle-double-right fa-border" aria-hidden="true"></i> {title}</a></li>', // 文章列表模板
noResultsText: '<div style="margin-left: 10vw; padding: 30px 0 60px 0"><i class="fa fa-5x text-center fa-coffee" aria-hidden="true" style="margin-top: 20px"></i><p id="search-p">Oops, nothing found : (️</p></div>', // 无搜索数据提示语
limit: 15, // 返回最大文章数
fuzzy: false // 是否模糊匹配
})
</script>
</div>
</header>
<!-- Everything inside the #post tags pulls data from the post -->
<!-- #post -->
<main id="site-main" class="site-main outer" role="main">
<div class="inner">
<article
class="post-full tag-teacher-picture post ">
<header class="post-full-header">
<!-- <section class="post-full-meta">
<time class="post-full-meta-date"
datetime=" 7 September 2021"> 7 September 2021</time>
<span class="date-divider">/</span>
<a href='/OralHistory/tag/teacher-picture/'>教师图鉴</a>
</section> -->
<h1 class="post-full-title">疾风生劲草 | 那个吃可爱多长大的老师来了!</h1>
<h3>采访人:
<!-- -->
王正源
<!-- -->
埃里克
<!-- -->
王泓霖
<!-- -->
栗旭涛
</h3>
</header>
<figure class="post-full-image" style="background-image: url(/OralHistory/assets/blogimages/202109/20210907-2.jpg)">
</figure>
<section class="post-full-content" style="border-radius: 5px;">
<div class="kg-card-markdown">
<p><img src="assets/blogimages/202109/20210907-1.jpg" style="width:100%" /></p>
</div>
</section>
<footer class="post-full-footer">
<!-- Everything inside the #author tags pulls data from the author -->
<!-- #author-->
<section class="author-card">
<section class="author-card-content">
<h4 class="author-card-name"><a
href="/OralHistory/author/Chinese">语文</a></h4>
<p>Read <a href="/OralHistory/author/Chinese">more posts</a> by this author.</p>
</section>
</section>
<div class="post-full-footer-right">
<a class="author-card-button" href="/OralHistory/author/Chinese">Read More</a>
</div>
<!-- /author -->
</footer>
<!-- 畅言评论 -->
<!--PC和WAP自适应版-->
<div id="SOHUCS" sid="/teacher-who-eating-keaido"></div>
<script type="text/javascript">
(function () {
var appid = 'cyvnjRV1O';
var conf = 'cyvnjRV1O';
var width = window.innerWidth || document.documentElement.clientWidth;
if (width < 1000) {
var head = document.getElementsByTagName('head')[0] || document.head || document
.documentElement;
var script = document.createElement('script');
script.type = 'text/javascript';
script.charset = 'utf-8';
script.id = 'changyan_mobile_js';
script.src =
'https://cy-cdn.kuaizhan.com/upload/mobile/wap-js/changyan_mobile.js?client_id=' +
appid + '&conf=' + conf;
head.appendChild(script);
} else {
var loadJs = function (d, a) {
var c = document.getElementsByTagName("head")[0] || document.head || document
.documentElement;
var b = document.createElement("script");
b.setAttribute("type", "text/javascript");
b.setAttribute("charset", "UTF-8");
b.setAttribute("src", d);
if (typeof a === "function") {
if (window.attachEvent) {
b.onreadystatechange = function () {
var e = b.readyState;
if (e === "loaded" || e === "complete") {
b.onreadystatechange = null;
a()
}
}
} else {
b.onload = a
}
}
c.appendChild(b)
};
loadJs("https://cy-cdn.kuaizhan.com/upload/changyan.js", function () {
window.changyan.api.config({
appid: appid,
conf: conf
})
});
}
})();
</script>
</article>
</div>
</main>
<style>
.module-cmt-notice{
display: none;
}
</style>
<!-- Links to Previous/Next posts -->
<aside class="read-next outer">
<div class="inner">
<div class="read-next-feed">
<article class="read-next-card"
style="background-image: url(/OralHistory/assets/images/blog-cover.jpg)" >
<header class="read-next-card-header">
<small class="read-next-card-header-sitetitle">— 北大附中口述史 —</small>
<h3 class="read-next-card-header-title"><a
href="/OralHistory/tag/teacher-picture/">教师图鉴</a>
</h3>
</header>
<div class="read-next-divider"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 14.5s2 3 5 3 5.5-2.463 5.5-5.5S21 6.5 18 6.5c-5 0-7 11-12 11C2.962 17.5.5 15.037.5 12S3 6.5 6 6.5s4.5 3.5 4.5 3.5"/></svg>
</div>
<div class="read-next-card-content">
<ul>
<li><a href="/OralHistory/what's-music-and-regulations">何为乐、礼待人 | 北大附中民乐团创建者访谈录</a></li>
<li><a href="/OralHistory/Squid-brigade-of-Affiliated-High-School-of-Peking-University">吴蔚 | 北大附中的“上古神鱿”和她的鱿鱼大队</a></li>
<li><a href="/OralHistory/Opera-work-Life-how-to-create-an-interesting-soul">夏一凡 | 戏曲、工作、生活,如何造就一个有趣的灵魂?</a></li>
</ul>
</div>
<footer class="read-next-card-footer">
<a href="/OralHistory/tag/teacher-picture/">
See all 9 posts →
</a>
</footer>
</article>
<!-- If there's a next post, display it using the same markup included from - partials/post-card.hbs -->
<!-- If there's a previous post, display it using the same markup included from - partials/post-card.hbs -->
<article class="post-card post-template">
<a class="post-card-image-link" href="/OralHistory/what's-music-and-regulations">
<div class="post-card-image" style="background-image: url(/OralHistory/assets/blogimages/202101/20210114-2.jpg)"></div>
</a>
<div class="post-card-content">
<a class="post-card-content-link" href="/OralHistory/what's-music-and-regulations">
<header class="post-card-header">
<!--
<span class="post-card-tags">Teacher-picture</span>
-->
<h2 class="post-card-title">何为乐、礼待人 | 北大附中民乐团创建者访谈录</h2>
</header>
<section class="post-card-excerpt">
<!-- <p>
</p> -->
“为什么南音是这样的?这个采风就是要感受音乐文化,要去体会当地的风土人情。这样才能演奏原汁原味的南音,你喝了那儿的面线糊,才能找到南音原来是这个味儿的。”
</section>
</a>
<footer class="post-card-meta">
<div>
<span class="post-card-author">
<a href="/OralHistory/author/Art/">艺术</a>
</span>
</div>
<div>
<h5 style="float:left;">采访人:
高颖莎
胡沁欣
李涟漪
满庭芳
</h5>
<span class="reading-time" style="margin-top:17px;float:right;">
<span class="post-card-tags">教师图鉴</span>
</span>
</div>
</footer>
</div>
</article>
</div>
</div>
</aside>
<!-- Floating header which appears on-scroll, included from includes/floating-header.hbs -->
<div class="floating-header">
<div class="floating-header-logo">
<a href="/OralHistory/">
<img src="/OralHistory/assets/images/favicon.png" alt="北大附中口述史 icon" />
<span>北大附中口述史</span>
</a>
</div>
<span class="floating-header-divider">—</span>
<div class="floating-header-title">疾风生劲草 | 那个吃可爱多长大的老师来了!</div>
<!-- <div class="floating-header-share">
<div class="floating-header-share-label">Share this <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path d="M7.5 15.5V4a1.5 1.5 0 1 1 3 0v4.5h2a1 1 0 0 1 1 1h2a1 1 0 0 1 1 1H18a1.5 1.5 0 0 1 1.5 1.5v3.099c0 .929-.13 1.854-.385 2.748L17.5 23.5h-9c-1.5-2-5.417-8.673-5.417-8.673a1.2 1.2 0 0 1 1.76-1.605L7.5 15.5zm6-6v2m-3-3.5v3.5m6-1v2"/>
</svg>
</div>
<a class="floating-header-share-tw" href="https://twitter.com/share?text=%E7%96%BE%E9%A3%8E%E7%94%9F%E5%8A%B2%E8%8D%89%20%7C%20%E9%82%A3%E4%B8%AA%E5%90%83%E5%8F%AF%E7%88%B1%E5%A4%9A%E9%95%BF%E5%A4%A7%E7%9A%84%E8%80%81%E5%B8%88%E6%9D%A5%E4%BA%86%EF%BC%81&url=teacher-who-eating-keaido"
onclick="window.open(this.href, 'share-twitter', 'width=550,height=235');return false;">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M30.063 7.313c-.813 1.125-1.75 2.125-2.875 2.938v.75c0 1.563-.188 3.125-.688 4.625a15.088 15.088 0 0 1-2.063 4.438c-.875 1.438-2 2.688-3.25 3.813a15.015 15.015 0 0 1-4.625 2.563c-1.813.688-3.75 1-5.75 1-3.25 0-6.188-.875-8.875-2.625.438.063.875.125 1.375.125 2.688 0 5.063-.875 7.188-2.5-1.25 0-2.375-.375-3.375-1.125s-1.688-1.688-2.063-2.875c.438.063.813.125 1.125.125.5 0 1-.063 1.5-.25-1.313-.25-2.438-.938-3.313-1.938a5.673 5.673 0 0 1-1.313-3.688v-.063c.813.438 1.688.688 2.625.688a5.228 5.228 0 0 1-1.875-2c-.5-.875-.688-1.813-.688-2.75 0-1.063.25-2.063.75-2.938 1.438 1.75 3.188 3.188 5.25 4.25s4.313 1.688 6.688 1.813a5.579 5.579 0 0 1 1.5-5.438c1.125-1.125 2.5-1.688 4.125-1.688s3.063.625 4.188 1.813a11.48 11.48 0 0 0 3.688-1.375c-.438 1.375-1.313 2.438-2.563 3.188 1.125-.125 2.188-.438 3.313-.875z"/></svg>
</a>
<a class="floating-header-share-fb" href="https://www.facebook.com/sharer/sharer.php?u=teacher-who-eating-keaido"
onclick="window.open(this.href, 'share-facebook','width=580,height=296');return false;">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M19 6h5V0h-5c-3.86 0-7 3.14-7 7v3H8v6h4v16h6V16h5l1-6h-6V7c0-.542.458-1 1-1z"/></svg>
</a>
</div> -->
<progress class="progress" value="0">
<div class="progress-container">
<span class="progress-bar"></span>
</div>
</progress>
</div>
<!-- /post -->
<!-- The #contentFor helper here will send everything inside it up to the matching #block helper found in default.hbs -->
<!-- Previous/next page links - displayed on every page -->
<!-- The footer at the very bottom of the screen -->
<footer class="site-footer outer">
<div class="site-footer-content inner">
<div class="copyright"><a href="/OralHistory/">北大附中口述史</a> © 2021</div>
<div>
<section class="poweredby">Published with <a href="https://jekyllrb.com/">Jekyll</a> &
<a href="https://pages.github.com/" target="_blank" rel="noopener">GitHub Pages</a>
</section>
<section align="center">Contributor: <a href="https://github.com/david-zhang-test">张子健</a></section>
<section align="center" style="font-size: 2rem">Powerd by <a href="https://pkuschool.github.io/SubIT/">SubIT</a></section>
</div>
<div class="site-footer-nav" style="width:20rem">
<!-- <a href="/OralHistory/">Latest Posts</a> -->
<!--
<a href="https://ghost.org" target="_blank" rel="noopener">Ghost</a> -->
<!-- <p style="font-size: 1vw;width:100%">公众号:</p> -->
<div id="wechatQRcode" style="display:table;width:25rem">
<div style="width:50%;display:table-cell">
<p style="font-size: 1.5rem;width:100%">BDFZ口述史</p>
<div><img src="/OralHistory/assets/BDFZOralHistoryWechat.jpg" alt="BDFZ口述史" style="height: 8rem;"></div>
</div>
<div style="width:50%;display:table-cell">
<p style="font-size: 1.5rem;">BDFZ博雅星球</p>
<div><img src="/OralHistory/assets/boya-logo.jpg" alt="BDFZ博雅学院" style="height: 8rem"></div>
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- highlight.js -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.10.0/components/prism-abap.min.js"></script>
<script>$(document).ready(function() {
$('pre code').each(function(i, block) {
hljs.highlightBlock(block);
});
});</script>
<!-- jQuery + Fitvids, which makes all video embeds responsive -->
<script
src="https://code.jquery.com/jquery-3.2.1.min.js"
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
crossorigin="anonymous">
</script>
<script type="text/javascript" src="/OralHistory/assets/js/jquery.fitvids.js"></script>
<script type="text/javascript" src="https://demo.ghost.io/assets/js/jquery.fitvids.js?v=724281a32e"></script>
<!-- Add Google Analytics -->
<!-- Google Analytics Tracking code -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', '', 'auto');
ga('send', 'pageview');
</script>
<!-- The #block helper will pull in data from the #contentFor other template files. In this case, there's some JavaScript which we only want to use in post.hbs, but it needs to be included down here, after jQuery has already loaded. -->
<script>
// NOTE: Scroll performance is poor in Safari
// - this appears to be due to the events firing much more slowly in Safari.
// Dropping the scroll event and using only a raf loop results in smoother
// scrolling but continuous processing even when not scrolling
$(document).ready(function () {
// Start fitVids
var $postContent = $(".post-full-content");
$postContent.fitVids();
// End fitVids
var progressBar = document.querySelector('progress');
var header = document.querySelector('.floating-header');
var title = document.querySelector('.post-full-title');
var lastScrollY = window.scrollY;
var lastWindowHeight = window.innerHeight;
var lastDocumentHeight = $(document).height();
var ticking = false;
function onScroll() {
lastScrollY = window.scrollY;
requestTick();
}
function onResize() {
lastWindowHeight = window.innerHeight;
lastDocumentHeight = $(document).height();
requestTick();
}
function requestTick() {
if (!ticking) {
requestAnimationFrame(update);
}
ticking = true;
}
function update() {
var trigger = title.getBoundingClientRect().top + window.scrollY;
var triggerOffset = title.offsetHeight + 35;
var progressMax = lastDocumentHeight - lastWindowHeight;
// show/hide floating header
if (lastScrollY >= trigger + triggerOffset) {
header.classList.add('floating-active');
} else {
header.classList.remove('floating-active');
}
progressBar.setAttribute('max', progressMax);
progressBar.setAttribute('value', lastScrollY);
ticking = false;
}
window.addEventListener('scroll', onScroll, {passive: true});
window.addEventListener('resize', onResize, false);
update();
});
</script>
<!-- Ghost outputs important scripts and data with this tag - it should always be the very last thing before the closing body tag -->
<!-- ghost_foot -->
</body>
</html>