forked from scuvlc/scuvlc.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
809 lines (712 loc) · 30.3 KB
/
index.html
File metadata and controls
809 lines (712 loc) · 30.3 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- bootstrap css -->
<link rel="stylesheet" href="./static/css/bootstrap.min.css">
<!-- bootstrap js -->
<script src="./static/js/bootstrap.bundle.min.js"></script>
<!-- icons -->
<link rel="stylesheet" href="./static/css/font-awesome.min.css">
<!-- 自定义全局css 引用的是已注册的/static路径 -->
<link rel="stylesheet" href="./static/css/ginkblog.css">
<link rel="stylesheet" href="./static/css/modern-animations.css">
<link rel="stylesheet" media="all" href="./static/css/gfm.css">
<link rel="shortcut icon" href="./static/img/favicon.ico" />
<title>VLCS@SCU - Visible Light Communication & Sensing Lab</title>
<meta name="description" content="四川大学可见光通信与传感实验室 - 专注于可见光通信、智能感知与物联网技术研究">
<meta name="keywords" content="可见光通信,VLC,物联网,IoT,智能感知,四川大学">
<style type="text/css">
/* Smooth Scrolling Fix */
* {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
html {
scroll-behavior: smooth;
}
body {
overflow-x: hidden;
}
/* Hero Section Styles */
.hero-section {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
padding: 5rem 2rem 4rem;
position: relative;
overflow: hidden;
margin-top: 0;
transform: translateZ(0);
backface-visibility: hidden;
}
.hero-section::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grid)"/></svg>');
opacity: 0.3;
pointer-events: none;
}
.hero-content {
position: relative;
z-index: 1;
color: white;
}
#genetitle {
font-family: var(--font-primary);
font-weight: 800;
font-size: clamp(2rem, 6vw, 3.5rem);
color: white !important;
text-shadow: 0 2px 8px rgba(0,0,0,0.3), 0 4px 20px rgba(0,0,0,0.2);
letter-spacing: -0.02em;
margin-bottom: 1rem;
line-height: 1.2;
background: none !important;
-webkit-text-fill-color: white !important;
}
#genetext {
font-family: var(--font-mono);
font-size: clamp(0.9rem, 2vw, 1.25rem);
color: rgba(255,255,255,0.95);
font-weight: 300;
letter-spacing: 0.05em;
line-height: 1.5;
}
/* Carousel Enhancements */
.carousel-modern {
border-radius: 1.5rem;
overflow: hidden;
box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}
/* Enhanced Slide Transition */
.carousel-item {
transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.carousel-item-next,
.carousel-item-prev {
position: absolute;
top: 0;
}
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
transform: translateX(-100%);
}
.carousel-item img {
width: 100%;
height: 600px;
object-fit: cover;
transition: transform 0.5s ease;
transform: translateZ(0);
backface-visibility: hidden;
}
.carousel-item.active img {
animation: slideZoomIn 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
@keyframes slideZoomIn {
from {
transform: scale(1.1);
}
to {
transform: scale(1);
}
}
.carousel:hover .carousel-item.active img {
transform: scale(1.05);
}
/* Carousel Caption Animation */
.carousel-caption {
opacity: 0;
transform: translateX(-30px);
transition: opacity 0.6s ease-out 0.3s, transform 0.6s ease-out 0.3s;
background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4), transparent);
padding: 2rem 1rem 4rem;
bottom: 0;
left: 0;
right: 0;
}
.carousel-item.active .carousel-caption {
opacity: 1;
transform: translateX(0);
animation: slideInFromLeft 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.2s both;
}
@keyframes slideInFromLeft {
from {
opacity: 0;
transform: translateX(-30px);
}
to {
opacity: 1;
transform: translateX(0);
}
}
.carousel-caption h5 {
text-shadow: 0 2px 4px rgba(0,0,0,0.8), 0 4px 12px rgba(0,0,0,0.5);
font-size: 1.75rem;
margin-bottom: 0.75rem;
font-weight: 700;
color: #ffffff;
letter-spacing: 0.5px;
}
.carousel-caption p {
text-shadow: 0 2px 4px rgba(0,0,0,0.8), 0 4px 12px rgba(0,0,0,0.5);
font-size: 1.1rem;
color: rgba(255, 255, 255, 0.95);
margin-bottom: 0;
font-weight: 400;
}
/* Carousel Controls Enhancement */
.carousel-control-prev,
.carousel-control-next {
width: 60px;
opacity: 0;
transition: opacity 0.3s ease;
}
.carousel:hover .carousel-control-prev,
.carousel:hover .carousel-control-next {
opacity: 1;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
width: 50px;
height: 50px;
background-color: rgba(255, 255, 255, 0.9);
border-radius: 50%;
transition: all 0.3s ease;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
position: relative;
}
/* 使用 Font Awesome 图标替代默认箭头 */
.carousel-control-prev-icon::before,
.carousel-control-next-icon::before {
font-family: "Font Awesome 6 Free";
font-weight: 900;
font-size: 1.5rem;
color: #667eea;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.carousel-control-prev-icon::before {
content: "\f053"; /* fa-chevron-left */
}
.carousel-control-next-icon::before {
content: "\f054"; /* fa-chevron-right */
}
/* 隐藏默认的背景图 */
.carousel-control-prev-icon,
.carousel-control-next-icon {
background-image: none !important;
}
.carousel-control-prev:hover .carousel-control-prev-icon,
.carousel-control-next:hover .carousel-control-next-icon {
background-color: rgba(255, 255, 255, 1);
transform: scale(1.1);
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}
.carousel-control-prev:hover .carousel-control-prev-icon::before,
.carousel-control-next:hover .carousel-control-next-icon::before {
color: #764ba2;
}
/* Carousel Indicators Enhancement */
.carousel-indicators {
margin-bottom: 1.5rem;
z-index: 2;
}
.carousel-indicators [data-bs-target] {
width: 12px;
height: 12px;
border-radius: 50%;
margin: 0 6px;
background-color: rgba(255, 255, 255, 0.6);
border: 2px solid transparent;
transition: all 0.3s ease;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.carousel-indicators [data-bs-target].active {
width: 40px;
border-radius: 6px;
background-color: rgba(255, 255, 255, 1);
border-color: rgba(102, 126, 234, 0.5);
box-shadow: 0 2px 8px rgba(102, 126, 234, 0.4);
}
.carousel-indicators [data-bs-target]:hover {
background-color: rgba(255, 255, 255, 0.9);
transform: scale(1.2);
}
/* News Section */
.news-section {
background: white;
border-radius: 1.5rem;
padding: 3rem;
box-shadow: 0 10px 40px rgba(0,0,0,0.08);
margin-top: 3rem;
}
.news-section h3 {
position: relative;
display: inline-block;
padding-bottom: 1rem;
margin-bottom: 2rem;
}
.news-section h3::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 60px;
height: 4px;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
border-radius: 2px;
}
.accordion-modern .accordion-item {
border: none;
margin-bottom: 1rem;
border-radius: 0.75rem;
overflow: hidden;
box-shadow: 0 2px 8px rgba(0,0,0,0.05);
transition: all 0.3s ease;
}
.accordion-modern .accordion-item:hover {
box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}
.accordion-modern .accordion-button {
background: white;
color: var(--text-primary);
font-weight: 600;
padding: 1.25rem 1.5rem;
border: none;
transition: all 0.3s ease;
}
.accordion-modern .accordion-button:not(.collapsed) {
background: linear-gradient(135deg, rgba(102, 126, 234, 0.1), rgba(118, 75, 162, 0.1));
color: var(--primary-color);
}
.accordion-modern .accordion-button::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23667eea'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-modern .accordion-body {
padding: 1.5rem;
background: rgba(247, 250, 252, 0.5);
}
/* Stats/Features Grid */
.features-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 2rem;
margin: 3rem 0;
}
@media (max-width: 1200px) {
.features-grid {
grid-template-columns: repeat(2, 1fr);
}
}
.feature-card {
background: white;
padding: 2rem;
border-radius: 1rem;
box-shadow: 0 4px 16px rgba(0,0,0,0.08);
transition: all 0.3s ease;
text-align: center;
position: relative;
overflow: hidden;
transform: translateZ(0);
backface-visibility: hidden;
}
.feature-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
transform: scaleX(0);
transition: transform 0.3s ease;
}
.feature-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 32px rgba(0,0,0,0.15);
}
.feature-card:hover::before {
transform: scaleX(1);
}
.feature-icon {
font-size: 3rem;
margin-bottom: 1rem;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
/* Responsive adjustments */
@media (max-width: 768px) {
.carousel-item img {
height: 400px;
}
.news-section {
padding: 2rem 1.5rem;
}
.hero-section {
padding: 3rem 1rem 2.5rem;
}
/* 移动端横向滚动 */
.features-grid {
display: flex;
flex-wrap: nowrap;
overflow-x: auto;
overflow-y: hidden;
gap: 1rem;
margin: 2rem 0;
padding-bottom: 1rem;
scroll-snap-type: x mandatory;
-webkit-overflow-scrolling: touch;
}
/* 隐藏滚动条但保持功能 */
.features-grid::-webkit-scrollbar {
height: 6px;
}
.features-grid::-webkit-scrollbar-track {
background: rgba(255, 255, 255, 0.1);
border-radius: 3px;
}
.features-grid::-webkit-scrollbar-thumb {
background: rgba(255, 255, 255, 0.3);
border-radius: 3px;
}
.features-grid::-webkit-scrollbar-thumb:hover {
background: rgba(255, 255, 255, 0.5);
}
.feature-card {
flex: 0 0 280px;
min-width: 280px;
padding: 1.5rem;
scroll-snap-align: start;
}
/* 移动端轮播图标题优化 */
.carousel-caption {
padding: 1.5rem 1rem 3.5rem;
}
.carousel-caption h5 {
font-size: 1.25rem;
margin-bottom: 0.5rem;
}
.carousel-caption p {
font-size: 0.9rem;
}
.carousel-indicators {
margin-bottom: 1rem;
}
/* 移动端控制按钮 */
.carousel-control-prev,
.carousel-control-next {
width: 40px;
opacity: 0.7;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
width: 40px;
height: 40px;
}
.carousel-control-prev-icon::before,
.carousel-control-next-icon::before {
font-size: 1.2rem;
}
}
</style>
</head>
<body class="text-dark">
<!-- Modern Navigation Bar -->
<div class="fixed-top">
<nav class="navbar navbar-expand-lg navbar-light navbar-modern p-3">
<div class="container">
<a href="/" class="navbar-brand d-flex align-items-center">
<i class="fas fa-lightbulb me-2"></i>
VLCS@SCU
</a>
<button class="navbar-toggler border-0" type="button" data-bs-toggle="collapse" data-bs-target="#navmenu">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navmenu">
<ul class="navbar-nav ms-auto align-items-center">
<li class="nav-item">
<a href="/" class="nav-link active">
<i class="fas fa-home me-1"></i>主页
</a>
</li>
<li class="nav-item">
<a href="/indexs/research.html" class="nav-link">
<i class="fas fa-flask me-1"></i>研究
</a>
</li>
<li class="nav-item">
<a href="/indexs/publicatons.html" class="nav-link">
<i class="fas fa-book me-1"></i>成果
</a>
</li>
<li class="nav-item">
<a href="/indexs/members.html" class="nav-link">
<i class="fas fa-users me-1"></i>团队
</a>
</li>
</ul>
</div>
</div>
</nav>
</div>
<!-- Hero Section -->
<section class="hero-section text-center">
<div class="container hero-content">
<div class="row justify-content-center">
<div class="col-lg-10">
<h1 class="mb-4 fade-in-up" id="genetitle">VLCS@SCU</h1>
<p class="lead mb-4 fade-in-up" id="genetext" style="animation-delay: 0.2s;">
Visible Light Communication & Sensing Laboratory
</p>
<p class="mb-4 fade-in-up" style="color: rgba(255,255,255,0.9); font-size: 1.1rem; animation-delay: 0.3s;">
探索光的无限可能 · 连接智能未来
</p>
<!-- Feature Highlights -->
<div class="features-grid mt-5 fade-in-up" style="animation-delay: 0.4s;">
<div class="feature-card">
<div class="feature-icon">
<i class="fas fa-wifi"></i>
</div>
<h5>可见光通信</h5>
<p class="text-muted small mb-0">VLC Technology</p>
</div>
<div class="feature-card">
<div class="feature-icon">
<i class="fas fa-brain"></i>
</div>
<h5>智能感知</h5>
<p class="text-muted small mb-0">Intelligent Sensing</p>
</div>
<div class="feature-card">
<div class="feature-icon">
<i class="fas fa-network-wired"></i>
</div>
<h5>物联网</h5>
<p class="text-muted small mb-0">Internet of Things</p>
</div>
<div class="feature-card">
<div class="feature-icon">
<i class="fas fa-satellite-dish"></i>
</div>
<h5>通感一体化</h5>
<p class="text-muted small mb-0">ISAC Systems</p>
</div>
<div class="feature-card">
<div class="feature-icon">
<i class="fas fa-location-crosshairs"></i>
</div>
<h5>目标位置感知</h5>
<p class="text-muted small mb-0">Target Localization</p>
</div>
<div class="feature-card">
<div class="feature-icon">
<i class="fas fa-wave-square"></i>
</div>
<h5>智能信号处理</h5>
<p class="text-muted small mb-0">Signal Processing</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- 轮播图 -->
<section class="px-3 px-md-5 py-5">
<div class="container">
<div class="d-flex justify-content-center">
<div class="col-12 col-lg-11">
<div id="carouselExampleCaptions" class="carousel slide carousel-modern" data-bs-ride="carousel" data-bs-interval="5000">
<div class="carousel-indicators">
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="0"
class="active" aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="1"
aria-label="Slide 2"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="2"
aria-label="Slide 3"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="3"
aria-label="Slide 4"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="4"
aria-label="Slide 5"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="./static/img/carousel/ICASSP2023参会合影1.jpg" class="d-block w-100" alt="ICASSP 2023 Conference">
<div class="carousel-caption">
<h5>ICASSP 2023</h5>
<p class="d-none d-sm-block">国际声学、语音与信号处理会议 - 团队成员参会合影</p>
</div>
</div>
<div class="carousel-item">
<img src="./static/img/carousel/微信图片_20231211153605.jpg" class="d-block w-100" alt="Team Photo">
<div class="carousel-caption">
<h5>光通信与光电器件发展论坛</h5>
<p class="d-none d-sm-block">课题组博士研究生刘子威同学参加光通信与光电器件发展论坛并做报告</p>
</div>
</div>
<div class="carousel-item">
<img src="./static/img/carousel/01.jpg" class="d-block w-100" alt="Research Lab">
<div class="carousel-caption">
<h5>CWSN 2022</h5>
<p class="d-none d-sm-block">中国无线传感器网络会议 - 学术交流与成果展示</p>
</div>
</div>
<div class="carousel-item">
<img src="./static/img/carousel/02.jpg" class="d-block w-100" alt="Academic Activity">
<div class="carousel-caption">
<h5>全球半导体照明创新100佳</h5>
<p class="d-none d-sm-block">实验室荣获全球半导体照明创新百强荣誉</p>
</div>
</div>
<div class="carousel-item">
<img src="./static/img/carousel/03.jpg" class="d-block w-100" alt="Team Building">
<div class="carousel-caption">
<h5>ISA 2022</h5>
<p class="d-none d-sm-block">国际智能传感与应用会议 - 前沿技术研讨</p>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</div>
</div>
</section>
<!-- 新闻动态 -->
<section class="py-5" style="padding: 0 !important;">
<div class="container">
<div class="news-section">
<div class="d-flex align-items-center justify-content-between mb-4">
<h3 class="fw-bold mb-0">
<i class="fas fa-newspaper me-2 gradient-text"></i>
新闻动态
</h3>
<span class="badge bg-gradient text-white px-3 py-2" style="background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);">
Latest Updates
</span>
</div>
<!-- 动态生成新闻列表(从 articles/ 下的 Markdown 加载) -->
<div class="accordion accordion-modern" id="news-accordion"></div>
</div>
</div>
</section>
<!-- Modern Footer -->
<footer class="text-center">
<div class="container">
<div class="row justify-content-center mb-4">
<div class="col-lg-8">
<div class="d-flex justify-content-center gap-4 mb-4">
<a href="/" class="text-decoration-none">
<i class="fas fa-home me-1"></i>主页
</a>
<a href="/indexs/research.html" class="text-decoration-none">
<i class="fas fa-flask me-1"></i>研究
</a>
<a href="/indexs/publicatons.html" class="text-decoration-none">
<i class="fas fa-book me-1"></i>成果
</a>
<a href="/indexs/members.html" class="text-decoration-none">
<i class="fas fa-users me-1"></i>团队
</a>
</div>
<div class="section-divider" style="background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);"></div>
<p class="mb-2">
<i class="fas fa-university me-2"></i>
四川大学计算机学院 · 可见光通信与传感实验室
</p>
<p class="mb-4">
<i class="fas fa-envelope me-2"></i>
yangyanbing@scu.edu.cn
</p>
<p class="small mb-0">
Copyright © <label id="cYear"></label> VLCS@SCU. All Rights Reserved.
</p>
</div>
</div>
</div>
</footer>
<script>
// Update year
setTimeout(() => {
document.getElementById('cYear').innerHTML = new Date().getFullYear();
}, 100);
// Navbar scroll effect (optimized)
let navbarTicking = false;
const navbar = document.querySelector('.navbar-modern');
window.addEventListener('scroll', function() {
if (!navbarTicking) {
window.requestAnimationFrame(() => {
if (window.scrollY > 50) {
navbar.classList.add('scrolled');
} else {
navbar.classList.remove('scrolled');
}
navbarTicking = false;
});
navbarTicking = true;
}
}, { passive: true });
// Add fade-in animation on scroll (optimized)
const observerOptions = {
threshold: 0.1,
rootMargin: '0px 0px -50px 0px'
};
const observer = new IntersectionObserver(function(entries) {
entries.forEach(entry => {
if (entry.isIntersecting) {
entry.target.style.opacity = '1';
entry.target.style.transform = 'translateY(0)';
observer.unobserve(entry.target);
}
});
}, observerOptions);
document.querySelectorAll('.fade-in-up').forEach((el, index) => {
el.style.opacity = '0';
el.style.transform = 'translateY(20px)';
el.style.transition = `opacity 0.5s ease-out ${index * 0.03}s, transform 0.5s ease-out ${index * 0.03}s`;
observer.observe(el);
});
</script>
</body>
<!-- Core Scripts -->
<script src="./static/js/genetext.js"></script>
<script src="./static/js/genetitle.js"></script>
<!-- Markdown 渲染与安全清理 -->
<script src="./static/js/marked.min.js"></script>
<script src="./static/js/purify.min.js"></script>
<!-- 动态新闻加载器 -->
<script src="./static/js/news.js"></script>
<!-- Modern Effects & Interactions -->
<script src="./static/js/modern-effects.js"></script>
<!-- Feature Card Modal -->
<script src="./static/js/feature-modal.js"></script>
<!-- Image Modal for News -->
<script src="./static/js/image-modal.js"></script>
<!-- Markdown Content Rendering -->
<script>
const elements = document.querySelectorAll('.markdown-content');
elements.forEach(element => {
const markdownText = element.textContent;
const html = marked.parse(markdownText);
element.innerHTML = DOMPurify.sanitize(html);
});
</script>
</html>