-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
716 lines (394 loc) · 19.9 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- hexo-inject:begin --><!-- hexo-inject:end --><meta charset="utf-8">
<!--
hexo-theme-suka © SukkaW
GitHub: https://github.com/SukkaW/hexo-theme-suka
-->
<!-- ### Resource Hint ### -->
<!-- ## DNS Prefetch ## -->
<meta http-equiv="x-dns-prefetch-control" content="on">
<!-- busuanzi -->
<link rel="dns-prefetch" href="//busuanzi.ibruce.info">
<!-- comment -->
<!-- analytics -->
<!-- ## Preload ## -->
<!-- Busuanzi -->
<link rel="preload" href="https://cdn.jsdelivr.net/npm/[email protected]/bsz.pure.mini.js" as="script">
<!-- ### Meta & Title & Info ### -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1, maximum-scale=5, viewport-fit=cover">
<meta name="renderer" content="webkit">
<!-- Title -->
<title>Xiong Yu 熊宇</title>
<!-- Favicons -->
<link rel="icon" type="image/ico" href="/img/suka-favicon.ico">
<!-- ### Import File ### -->
<link rel="stylesheet" href="/lib/spectre/spectre.min.css"><style>
body {
background-color: #f8f9fa;
}
a, a:visited {
color: #0070ff;
}
a:active, a:focus, a:hover {
color: #0070ff;
opacity: .75;
}
#post-content a,
#post-content a:hover,
#post-content a:focus,
#post-content a:visited {
color: #005eb9;
opacity: 1;
}
.post-entry .card-body a {
color: #0070ff;
}
.avatar {
background: #444;
}
.navbar-link,
.navbar-link:visited,
.timeline .timeline-item .timeline-icon.icon-lg {
color: #0070ff;
}
.navbar-link:hover {
color: #0070ff;
opacity: .8;
}
#search-input .btn,
#disqus_click_btn,
#disqus-switch-to-direct,
#disqus-loadmore-button {
background: #727e96;
border-color: #727e96;
color: #fff;
}
#post-toc a.post-toc-link,
#post-toc a.post-toc-link:visited,
.share-menu.menu .menu-item>a {
color: #727e96;
}
.share-menu.menu .menu-item>a:hover,
.share-menu.menu .menu-item>a:focus,
.share-menu.menu .menu-item>a:visited {
color: #50596c;
background: #f8f9fa;
opacity: .85;
}
</style><link rel="stylesheet" href="/css/style.min.css">
<!-- Prettify Theme -->
<script>
/*! loadCSS. [c]2017 Filament Group, Inc. MIT License */
!function(t){"use strict";t.loadCSS||(t.loadCSS=function(){});var e=loadCSS.relpreload={};if(e.support=function(){var e;try{e=t.document.createElement("link").relList.supports("preload")}catch(t){e=!1}return function(){return e}}(),e.bindMediaToggle=function(t){var e=t.media||"all";function a(){t.addEventListener?t.removeEventListener("load",a):t.attachEvent&&t.detachEvent("onload",a),t.setAttribute("onload",null),t.media=e}t.addEventListener?t.addEventListener("load",a):t.attachEvent&&t.attachEvent("onload",a),setTimeout(function(){t.rel="stylesheet",t.media="only x"}),setTimeout(a,3e3)},e.poly=function(){if(!e.support())for(var a=t.document.getElementsByTagName("link"),n=0;n<a.length;n++){var o=a[n];"preload"!==o.rel||"style"!==o.getAttribute("as")||o.getAttribute("data-loadcss")||(o.setAttribute("data-loadcss",!0),e.bindMediaToggle(o))}},!e.support()){e.poly();var a=t.setInterval(e.poly,500);t.addEventListener?t.addEventListener("load",function(){e.poly(),t.clearInterval(a)}):t.attachEvent&&t.attachEvent("onload",function(){e.poly(),t.clearInterval(a)})}"undefined"!=typeof exports?exports.loadCSS=loadCSS:t.loadCSS=loadCSS}("undefined"!=typeof global?global:this);
</script>
<!-- ### Site Verification ### -->
<meta name="mobile-web-app-capable" content="yes"><meta name="application-name" content="Xiong Yu 熊宇"><meta name="msapplication-starturl" content="http://yoursite.com"><meta name="apple-mobile-web-app-capable" content="yes"><meta name="apple-mobile-web-app-title" content="Xiong Yu 熊宇"><meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<!-- ### The Open Graph & Twitter Card Protocol ### -->
<meta property="og:title" content="Xiong Yu 熊宇"><meta property="og:site_name" content="Xiong Yu 熊宇"><meta property="og:type" content="website"><meta property="og:url" content="http://yoursite.com/"><meta property="og:locale" content="en"><meta name="description" content="Yu Xiong - Xiong Yu 熊宇">
<!-- ### Canonical link ### -->
<link rel="canonical" href="http://yoursite.com/">
<meta name="generator" content="Hexo 4.2.1">
<!-- ### Analytics ### -->
<!-- ### Structured Data ### -->
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Blog",
"author": {
"@type": "Person",
"name": "Yu Xiong",
"image": {
"@type": "ImageObject",
"url": "http://yoursite.com/img/default_avatar.png"
},
"description": ""
},
"publisher": {
"@type": "Organization",
"name": "Xiong Yu 熊宇",
"logo": {
"@type": "ImageObject",
"url": "http://yoursite.com/img/suka-favicon.ico"
}
},
"url": "http://yoursite.com",
"logo": "http://yoursite.com/img/suka-favicon.ico",
"image": {
"@type": "ImageObject",
"url": "http://yoursite.com/img/suka-favicon.ico"
},
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "http://yoursite.com"
},
"potentialAction": {
"@type": "SearchAction",
"target": "http://yoursite.com/search?s={search_term_string}",
"query-input": "required name=search_term_string"
},
"keywords": "",
"description": "Yu Xiong - Xiong Yu 熊宇"
}
</script>
<!-- ### Custom Head ### --><!-- hexo-inject:begin --><!-- hexo-inject:end -->
</head>
<body>
<!-- hexo-inject:begin --><!-- hexo-inject:end --><!-- ### Main content ### -->
<!-- ## Header ##-->
<header>
<h1 class="header-title text-center"><a href="/">Xiong Yu 熊宇</a></h1>
<p class="text-center header-slogan">
</p>
<nav class="navbar-section text-center">
<a href="/" class="navbar-link">Home</a>
<a href="/archives/" class="navbar-link">Archives</a>
</nav>
</header>
<div class="container">
<div class="main-container">
<main>
<div class="post-stream-container">
<!-- # Post List # -->
<article class="post-entry container px-0 card">
<div class="columns col-gapless">
<div class="column col-12">
<h2 class="h5 mb-0 card-header"><a class="card-title" href="/2019/07/04/2019-07-04/" rel="bookmark">声学基本公式</a></h2>
<p class="mb-0 card-body">
Three methods are available for approaching problems in acoustics.
wave acoustics
ray acoust...
<a href="/2019/07/04/2019-07-04/">Read more</a>
</p>
<!-- Date & Category -->
<div class="card-footer post-entry-info text-gray">
<img class="author-thumb lazyload" data-src="/img/default_avatar.png" src="/img/suka-lazyload.gif" alt="Yu Xiong's Avatar">
<time>2019-07-04</time>
<span class="suka-devide-dot"></span>
<a class="category-link" href="/categories/Acoustic/">Acoustic</a>
</div>
</div>
</div>
</article>
<article class="post-entry container px-0 card">
<div class="columns col-gapless">
<div class="column col-12">
<h2 class="h5 mb-0 card-header"><a class="card-title" href="/2019/07/01/PreparedQuestionsComprehensiveExam/" rel="bookmark">Prepared Questions for Comprehensive Exam</a></h2>
<p class="mb-0 card-body">
What is the difference between the fundamental frequency and the natural frequency?
what is the dif...
<a href="/2019/07/01/PreparedQuestionsComprehensiveExam/">Read more</a>
</p>
<!-- Date & Category -->
<div class="card-footer post-entry-info text-gray">
<img class="author-thumb lazyload" data-src="/img/default_avatar.png" src="/img/suka-lazyload.gif" alt="Yu Xiong's Avatar">
<time>2019-07-01</time>
<span class="suka-devide-dot"></span>
<a class="category-link" href="/categories/Acoustic/">Acoustic</a>
</div>
</div>
</div>
</article>
<article class="post-entry container px-0 card">
<div class="columns col-gapless">
<div class="column col-12">
<h2 class="h5 mb-0 card-header"><a class="card-title" href="/2018/10/01/2018-10-01/" rel="bookmark">Vibroacoustic Engineering Challenges in hybrid and electric vehicles</a></h2>
<p class="mb-0 card-body">
The following contents are from a presentation slides from Siemens.
Legislation and regulation are pu...
<a href="/2018/10/01/2018-10-01/">Read more</a>
</p>
<!-- Date & Category -->
<div class="card-footer post-entry-info text-gray">
<img class="author-thumb lazyload" data-src="/img/default_avatar.png" src="/img/suka-lazyload.gif" alt="Yu Xiong's Avatar">
<time>2018-10-01</time>
<span class="suka-devide-dot"></span>
<a class="category-link" href="/categories/Acoustic/">Acoustic</a>
</div>
</div>
</div>
</article>
<article class="post-entry container px-0 card">
<div class="columns col-gapless">
<div class="column col-12">
<h2 class="h5 mb-0 card-header"><a class="card-title" href="/2018/05/01/2018-05-01/" rel="bookmark">不同频段的声固耦合问题分析方法及波基法(Wave Based Method)简介</a></h2>
<p class="mb-0 card-body">
对于经典的振动声学耦合问题,根据针对不同的目标频段内表现出的响应特征有较大差异,因此,一般情况下在不同频段内研究的振动声学耦合问题需要用到不同的求解方法。一般目标频段可分为三段:低频段,中频段和高频段。
<a href="/2018/05/01/2018-05-01/">Read more</a>
</p>
<!-- Date & Category -->
<div class="card-footer post-entry-info text-gray">
<img class="author-thumb lazyload" data-src="/img/default_avatar.png" src="/img/suka-lazyload.gif" alt="Yu Xiong's Avatar">
<time>2018-05-01</time>
<span class="suka-devide-dot"></span>
<a class="category-link" href="/categories/Acoustic/">Acoustic</a>
</div>
</div>
</div>
</article>
<article class="post-entry container px-0 card">
<div class="columns col-gapless">
<div class="column col-12">
<h2 class="h5 mb-0 card-header"><a class="card-title" href="/2018/03/01/2018-03-01/" rel="bookmark">共振峰与反共振峰</a></h2>
<p class="mb-0 card-body">
共振峰与反共振峰出现次序单指弹性模态,...
<a href="/2018/03/01/2018-03-01/">Read more</a>
</p>
<!-- Date & Category -->
<div class="card-footer post-entry-info text-gray">
<img class="author-thumb lazyload" data-src="/img/default_avatar.png" src="/img/suka-lazyload.gif" alt="Yu Xiong's Avatar">
<time>2018-03-01</time>
<span class="suka-devide-dot"></span>
<a class="category-link" href="/categories/Vibration/">Vibration</a>
</div>
</div>
</div>
</article>
<article class="post-entry container px-0 card">
<div class="columns col-gapless">
<div class="column col-12">
<h2 class="h5 mb-0 card-header"><a class="card-title" href="/2017/12/15/2017-12-15/" rel="bookmark">实验测量有效内部损耗因子结果</a></h2>
<p class="mb-0 card-body">
实验测量有效内部损耗因子结...
<a href="/2017/12/15/2017-12-15/">Read more</a>
</p>
<!-- Date & Category -->
<div class="card-footer post-entry-info text-gray">
<img class="author-thumb lazyload" data-src="/img/default_avatar.png" src="/img/suka-lazyload.gif" alt="Yu Xiong's Avatar">
<time>2017-12-15</time>
<span class="suka-devide-dot"></span>
<a class="category-link" href="/categories/Acoustic/">Acoustic</a>
</div>
</div>
</div>
</article>
<article class="post-entry container px-0 card">
<div class="columns col-gapless">
<div class="column col-12">
<h2 class="h5 mb-0 card-header"><a class="card-title" href="/2017/11/12/2017-11-12/" rel="bookmark">隔声的基本规律</a></h2>
<p class="mb-0 card-body">
当声波在传播途径中遇到屏障物时,一部分声能会被屏障物反射回去,还有一部分声能会被屏障物吸收,剩下一部分声能则可以透射过屏障物辐射出去。屏障物的存在使得透射声能要低于入射声能,这种由屏障物导致的声能降低的现象称之为隔声。隔声构件隔...
<a href="/2017/11/12/2017-11-12/">Read more</a>
</p>
<!-- Date & Category -->
<div class="card-footer post-entry-info text-gray">
<img class="author-thumb lazyload" data-src="/img/default_avatar.png" src="/img/suka-lazyload.gif" alt="Yu Xiong's Avatar">
<time>2017-11-12</time>
<span class="suka-devide-dot"></span>
<a class="category-link" href="/categories/Acoustic/">Acoustic</a>
</div>
</div>
</div>
</article>
<article class="post-entry container px-0 card">
<div class="columns col-gapless">
<div class="column col-12">
<h2 class="h5 mb-0 card-header"><a class="card-title" href="/2017/10/02/2017-10-02/" rel="bookmark">计算模态与试验模态对比</a></h2>
<p class="mb-0 card-body">
计算模态与试验模态对比首先,了解模态的先后顺...
<a href="/2017/10/02/2017-10-02/">Read more</a>
</p>
<!-- Date & Category -->
<div class="card-footer post-entry-info text-gray">
<img class="author-thumb lazyload" data-src="/img/default_avatar.png" src="/img/suka-lazyload.gif" alt="Yu Xiong's Avatar">
<time>2017-10-02</time>
<span class="suka-devide-dot"></span>
<a class="category-link" href="/categories/Acoustic/">Acoustic</a>
</div>
</div>
</div>
</article>
<article class="post-entry container px-0 card">
<div class="columns col-gapless">
<div class="column col-12">
<h2 class="h5 mb-0 card-header"><a class="card-title" href="/2017/09/08/2017-09-08/" rel="bookmark">自由边界和约束边界的区别</a></h2>
<p class="mb-0 card-body">
自由边界和约束边界的区别
<a href="/2017/09/08/2017-09-08/">Read more</a>
</p>
<!-- Date & Category -->
<div class="card-footer post-entry-info text-gray">
<img class="author-thumb lazyload" data-src="/img/default_avatar.png" src="/img/suka-lazyload.gif" alt="Yu Xiong's Avatar">
<time>2017-09-08</time>
<span class="suka-devide-dot"></span>
<a class="category-link" href="/categories/Acoustic/">Acoustic</a>
</div>
</div>
</div>
</article>
<article class="post-entry container px-0 card">
<div class="columns col-gapless">
<div class="column col-12">
<h2 class="h5 mb-0 card-header"><a class="card-title" href="/2017/08/07/2017-08-07/" rel="bookmark">声音与结构相互作用</a></h2>
<p class="mb-0 card-body">
结构振动会对相邻声学流体产生如何作用
声场将会对相邻结构产生如何作用
这些问题都是互相补充和相互的,同时我们也将使用分析方法,数值方法,和实验数据来论证它们的概念。
<a href="/2017/08/07/2017-08-07/">Read more</a>
</p>
<!-- Date & Category -->
<div class="card-footer post-entry-info text-gray">
<img class="author-thumb lazyload" data-src="/img/default_avatar.png" src="/img/suka-lazyload.gif" alt="Yu Xiong's Avatar">
<time>2017-08-07</time>
<span class="suka-devide-dot"></span>
<a class="category-link" href="/categories/Acoustic/">Acoustic</a>
</div>
</div>
</div>
</article>
</div>
</main>
<nav>
<ul class="pagination">
<li class="page-item page-next">
<a href="/page/2/" rel="next">
<span class="page-item-title">Next</span>
<span class="page-item-subtitle"><i class="icon icon-forward" aria-hidden="true"></i></span>
</a>
</li>
</ul>
</nav>
</div>
</div>
<!-- ### Footer ### -->
<footer class="text-center">
<!-- footer copyright -->
<p class="footer-copyright mb-0">Copyright © <span id="copyright-year"></span>
<a class="footer-copyright-a" href="http://yoursite.com">Xiong Yu 熊宇</a>
</p>
<!-- footer custom text -->
<p class="footer-text mb-0">
</p>
<!-- footer develop info -->
<p class="footer-develop mb-0">
<!-- Busuanzi User Views -->
<span id="busuanzi_container_site_uv" hidden>
<span></span>
<span id="busuanzi_value_site_uv"></span>
<span>Viewers</span>
<span>|</span>
</span>
Powered by <!--
--><a href="https://hexo.io" target="_blank" class="footer-develop-a" rel="external nofollow noopener noreferrer">Hexo</a><span class="footer-develop-divider"></span>Theme - <!--
--><a href="https://github.com/SukkaW/hexo-theme-suka" target="_blank" class="footer-develop-a" rel="external noopener">Suka</a>
</p>
</footer>
<!-- ### Import File ### -->
<!-- ### Footer JS Import ### -->
<script>
window.lazyLoadOptions = {
elements_selector: ".lazyload",
threshold: 50
};
document.getElementById('copyright-year').textContent = new Date().getFullYear();
console.log('\n %c Suka Theme (hexo-theme-suka) | © SukkaW | Verision 1.3.3 %c https://github.com/SukkaW/hexo-theme-suka \n', 'color: #fff; background: #444; padding:5px 0;', 'background: #bbb; padding:5px 0;');
</script>
<script src="/lib/vanilla-lazyload/lazyload.min.js" async></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/bsz.pure.mini.js" async></script>
<!-- Offset -->
<!-- Comment -->
<!-- ### Custom Footer ### --><!-- hexo-inject:begin --><!-- hexo-inject:end -->
</body>
</html>