This repository has been archived by the owner on Feb 24, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
20220214.html
534 lines (467 loc) · 18.2 KB
/
20220214.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
<!doctype html>
<html lang="zh-CN">
<head>
<link rel="shortcut icon" href="favicon.ico">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="研学文献 - LYKNS">
<title>研学文献 - LYKNS</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3"
crossorigin="anonymous"></script>
<script src="https://challenges.cloudflare.com/turnstile/v0/api.js" async defer></script>
<style>
.text {
display: inline-block;
position: relative;
font-size: 40px;
height: 60px;
line-height: 60px;
color: #0078d4;
}
.text::after {
content: '';
position: absolute;
right: -10px;
top: 5px;
height: 50px;
width: 3px;
background-color: #fff;
animation: san 0.5s steps(1) infinite;
}
@keyframes san {
0%,
100% {
background-color: #0078d4;
}
50% {
background-color: transparent;
}
}
a {
text-decoration: none
}
a:hover {
text-decoration: none
}
body {
background-image: url(https://aadcdn.msauth.net/shared/1.0/content/images/backgrounds/2_bc3d32a696895f78c19df6c717586a5d.svg);
background-repeat: no-repeat;
background-attachment: fixed;
}
.loader-wrapper {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
background-color: rgb(0, 99, 177);
z-index: 99;
}
.loader html,
body,
div {
margin: 0;
padding: 0;
}
html,
body {
width: 100%;
height: 100%;
}
.loading {
width: 100%;
height: 100%;
position: relative;
}
.loading i {
margin: auto;
position: absolute;
top: calc(50% - 40px);
left: calc(50% - 40px);
width: 80px;
height: 80px;
display: block;
}
.loading p {
margin: auto;
position: absolute;
top: calc(50% + 70px);
left: calc(50% - 47px);
display: block;
}
.loading span {
position: absolute;
width: 100%;
height: 100%;
opacity: 0;
}
.loading span:after {
content: "";
display: block;
position: absolute;
left: 0px;
top: 0px;
width: 10px;
height: 10px;
background: var(--main, rgb(255, 255, 255));
border-radius: 50%;
}
.loading span:nth-child(1) {
animation: i1 5.5s 0.2s infinite;
}
.loading span:nth-child(2) {
animation: i2 5.5s 0.4s infinite;
}
.loading span:nth-child(3) {
animation: i3 5.5s 0.6s infinite;
}
.loading span:nth-child(4) {
animation: i4 5.5s 0.8s infinite;
}
.loading span:nth-child(5) {
animation: i5 5.5s 1s infinite;
}
.loading span:nth-child(6) {
animation: i6 5.5s 1.2s infinite;
}
@keyframes i1 {
0% {
opacity: 1;
transform: rotate(190deg);
animation-timing-function: cubic-bezier(0.29, 0.44, 0.32, 0.74);
}
7% {
opacity: 1;
transform: rotate(300deg);
animation-timing-function: linear;
}
30% {
opacity: 1;
transform: rotate(450deg);
animation-timing-function: cubic-bezier(0.53, 0.27, 0.37, 0.81);
}
39% {
opacity: 1;
transform: rotate(645deg);
animation-timing-function: linear;
}
63% {
opacity: 1;
transform: rotate(800deg);
animation-timing-function: cubic-bezier(0.5, 0.32, 0.82, 0.54);
}
68% {
opacity: 1;
transform: rotate(920deg);
animation-timing-function: ease-in;
}
69% {
opacity: 0;
transform: rotate(930deg);
}
}
@keyframes i2 {
0% {
opacity: 1;
transform: rotate(180deg);
animation-timing-function: cubic-bezier(0.29, 0.44, 0.32, 0.74);
}
7% {
opacity: 1;
transform: rotate(300deg);
animation-timing-function: linear;
}
30% {
opacity: 1;
transform: rotate(450deg);
animation-timing-function: cubic-bezier(0.53, 0.27, 0.37, 0.81);
}
39% {
opacity: 1;
transform: rotate(645deg);
animation-timing-function: linear;
}
63% {
opacity: 1;
transform: rotate(800deg);
animation-timing-function: cubic-bezier(0.5, 0.32, 0.82, 0.54);
}
68% {
opacity: 1;
transform: rotate(910deg);
animation-timing-function: ease-in;
}
69% {
opacity: 0;
transform: rotate(920deg);
}
}
@keyframes i3 {
0% {
opacity: 1;
transform: rotate(170deg);
animation-timing-function: cubic-bezier(0.29, 0.44, 0.32, 0.74);
}
7% {
opacity: 1;
transform: rotate(300deg);
animation-timing-function: linear;
}
30% {
opacity: 1;
transform: rotate(450deg);
animation-timing-function: cubic-bezier(0.53, 0.27, 0.37, 0.81);
}
39% {
opacity: 1;
transform: rotate(645deg);
animation-timing-function: linear;
}
63% {
opacity: 1;
transform: rotate(800deg);
animation-timing-function: cubic-bezier(0.5, 0.32, 0.82, 0.54);
}
68% {
opacity: 1;
transform: rotate(900deg);
animation-timing-function: ease-in;
}
69% {
opacity: 0;
transform: rotate(910deg);
}
}
@keyframes i4 {
0% {
opacity: 1;
transform: rotate(160deg);
animation-timing-function: cubic-bezier(0.29, 0.44, 0.32, 0.74);
}
7% {
opacity: 1;
transform: rotate(300deg);
animation-timing-function: linear;
}
30% {
opacity: 1;
transform: rotate(450deg);
animation-timing-function: cubic-bezier(0.53, 0.27, 0.37, 0.81);
}
39% {
opacity: 1;
transform: rotate(645deg);
animation-timing-function: linear;
}
63% {
opacity: 1;
transform: rotate(800deg);
animation-timing-function: cubic-bezier(0.5, 0.32, 0.82, 0.54);
}
68% {
opacity: 1;
transform: rotate(890deg);
animation-timing-function: ease-in;
}
69% {
opacity: 0;
transform: rotate(900deg);
}
}
@keyframes i5 {
0% {
opacity: 1;
transform: rotate(150deg);
animation-timing-function: cubic-bezier(0.29, 0.44, 0.32, 0.74);
}
7% {
opacity: 1;
transform: rotate(300deg);
animation-timing-function: linear;
}
30% {
opacity: 1;
transform: rotate(450deg);
animation-timing-function: cubic-bezier(0.53, 0.27, 0.37, 0.81);
}
39% {
opacity: 1;
transform: rotate(645deg);
animation-timing-function: linear;
}
63% {
opacity: 1;
transform: rotate(800deg);
animation-timing-function: cubic-bezier(0.5, 0.32, 0.82, 0.54);
}
68% {
opacity: 1;
transform: rotate(880deg);
animation-timing-function: ease-in;
}
69% {
opacity: 0;
transform: rotate(880deg);
}
}
@keyframes i6 {
0% {
opacity: 1;
transform: rotate(140deg);
animation-timing-function: cubic-bezier(0.29, 0.44, 0.32, 0.74);
}
7% {
opacity: 1;
transform: rotate(300deg);
animation-timing-function: linear;
}
30% {
opacity: 1;
transform: rotate(450deg);
animation-timing-function: cubic-bezier(0.53, 0.27, 0.37, 0.81);
}
39% {
opacity: 1;
transform: rotate(645deg);
animation-timing-function: linear;
}
63% {
opacity: 1;
transform: rotate(800deg);
animation-timing-function: cubic-bezier(0.5, 0.32, 0.82, 0.54);
}
68% {
opacity: 1;
transform: rotate(870deg);
animation-timing-function: ease-in;
}
69% {
opacity: 0;
transform: rotate(880deg);
}
}
</style>
<script>
document.onreadystatechange = completeLoading;
function completeLoading() {
if (document.readyState == "complete") {
if ( /*@cc_on!@*/ false || (!!window.MSInputMethodContext && !!document.documentMode)) {
window.location.href = "https://support.microsoft.com/zh-cn/topic/%E6%AD%A4%E7%BD%91%E7%AB%99%E5%9C%A8-microsoft-edge-%E4%B8%AD%E6%9B%B4%E5%A5%BD%E5%9C%B0%E5%B7%A5%E4%BD%9C-160fa918-d581-4932-9e4e-1075c4713595?ui=zh-cn&rs=zh-cn&ad=cn";
}
else {
setTimeout("document.getElementById('123456').remove()", 0)
}
}
}
</script>
</head>
<body>
<div class="loader-wrapper" id="123456">
<div class="loading">
<noscript>
<div class="alert alert-danger">
<strong>错误!</strong> 您没有启用或您的浏览器不支持 JavaScript,LYKNS可能不能正常运行。请开启 JavaScript 或换用支持 JavaScript
的浏览器以继续。
</div>
</noscript>
<i> <span></span> <span></span> <span></span> <span></span> <span></span>
<span></span> </i>
<p class="text-white text-center" style="font-size:25px">请稍候...</p>
</div>
</div>
<header>
<nav class="navbar navbar-expand-sm navbar-toggleable-sm navbar-light bg-white border-bottom box-shadow mb-3">
<div class="container">
<a class="navbar-brand text-primary" herf="https://eow.lykns.tk/"><img
src="/p/logo.webp" /></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target=".navbar-collapse"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="navbar-collapse collapse d-sm-inline-flex justify-content-between">
<ul class="navbar-nav flex-grow-1">
<li class="nav-item">
<a class="nav-link text-dark" href="https://www.lykns.tk/">返回主站</a>
</li>
<li class="nav-item">
<a class="nav-link text-dark" href="https://eow.lykns.tk/">LYKNS外部主页</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle text-primary" data-bs-toggle="dropdown">服务</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="https://eow.lykns.tk/Services/CBLFSD">文件存储档案服务器</a>
</li>
<li><a class="dropdown-item" href="https://eow.lykns.tk/20220214">研学文献</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle text-primary" data-bs-toggle="dropdown">数据库</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="https://eow.lykns.tk/Database/CBLD">日志数据库</a></li>
<li><a class="dropdown-item" href="https://eow.lykns.tk/Database/CBCD">成绩数据库</a></li>
<li><a class="dropdown-item" href="https://eow.lykns.tk/Database/CBRPFD">关系人档案数据库</a>
</li>
<li><a class="dropdown-item" href="https://eow.lykns.tk/Database/LYKFD">财政数据库</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link text-dark" href="https://eow.lykns.tk/Privacy">隐私政策</a>
</li>
<li class="nav-item">
<a class="nav-link text-dark" href="https://eow.lykns.tk/connect">联系与关于</a>
</li>
</ul>
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link text-dark" href="https://captbenjaminlee.sharepoint.com/">☢</a>
</li>
</ul>
<partial name="_LoginPartial" />
</div>
</div>
</nav>
</header>
<div class="container">
<main role="main" class="pb-3">
<noscript>
<div class="alert alert-danger">
<strong>错误!</strong> 您没有启用或您的浏览器不支持 JavaScript,LYKNS可能不能正常运行。请开启 JavaScript 或换用支持 JavaScript 的浏览器以继续。
</div>
</noscript>
<h1 class="text-primary">研学文献</h1>
研学课题:探究北京地铁路线的起止点以及和换乘其他线路的站点的位置的影响因素<br />
点击打开文献
<br />
0.<a href="https://baike.baidu.com/item/%E8%AE%BA%E6%96%87%E6%A0%BC%E5%BC%8F/5969051">论文格式</a><br />
1.<a href="https://max.book118.com/html/2018/1013/6033123234001222.shtm">城市地铁选址的方法的研究</a><br />
2.<a href="https://www.docin.com/p-1437635538.html">城市地铁站点选址方案评价研究</a><br />
3.<a href="https://www.sohu.com/a/458124327_682294">一文读懂地铁规划建设流程</a><br />
4.<a href="https://max.book118.com/html/2017/0408/99407420.shtm">城市交通枢纽公交换乘问题的研究19</a><br />
5.<a href="https://max.book118.com/html/2016/0731/49802854.shtm">北京市地铁出行流量影响因素的分析——以6号线为例</a><br />
6.<a href="https://max.book118.com/html/2019/0708/5323214344002102.shtm">地铁线路起终点站位置选择浅谈</a><br />
7.<a href="https://www.ditietu.com/p/1150">轨道交通地铁线网的规划内容(上)</a><br />
8.<a href="https://www.ditietu.com/p/1151">轨道交通地铁线网的规划内容(下)</a><br />
9.<a href="https://jz.docin.com/p-935710229.html">地铁引起的地面振动及其对精密仪器的影响</a><br />
10.<a href="https://www.ditietu.com/p/1162">轨道交通地铁线网设计的影响因素</a><br />
<br />
<a href="https://view.officeapps.live.com/op/view.aspx?src=https://eow.lykns.tk/20220214/%E7%A7%91%E6%8A%80%E8%AE%BA%E6%96%87.docx">查看 Word 版论文</a><br />
<!-- InstanceEndEditable -->
</main>
</div>
<footer class="border-top footer text-muted">
<div class="container">
© 2018-2023 - LYKNS - <a href="https://status.lykns.tk">状态监测 </a>- <a
href="https://eow.lykns.tk/cc"><img
src="https://img.shields.io/badge/Creative_Commons-4.0%20%E5%9B%BD%E9%99%85%20%E8%AE%B8%E5%8F%AF%E5%8D%8F%E8%AE%AE-EF9421?style=flat-square&logo=creativecommons"></a>-
<a href="https://eow.lykns.tk/more.html">更多页面与过期页面</a>
<br>
<span>推荐使用 <a href="https://www.microsoft.com/zh-cn/edge" target="_blank">新版 Microsoft Edge 浏览器</a>
访问本站</span>
</div>
</footer>
</body>
<!-- InstanceEnd -->
</html>