-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
530 lines (524 loc) · 25.8 KB
/
Copy pathindex.html
File metadata and controls
530 lines (524 loc) · 25.8 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
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="./index.css" />
<!-- <title>清华大学未央书院学生科协</title> -->
<title>WYAST</title>
<link rel="icon" href="./images/wycollege.png" type="image/png" />
<script src="js/world.js"></script>
<script defer src="js/fish.js"></script>
</head>
<body>
<header class="circly">
<div class="headpic">
<canvas id="headpic-anim">
canvas 元素还没加载出来,所以没有头图可以看 :(
</canvas>
<h1 class="headpic__title">
<!--未央科协-->
<strong class="headpic__phrase--strong">WYAST.   </strong>
</h1>
</div>
</header>
<nav class="navbar">
<div class="navbar__root">
<div class="navbar__firstelem">
<button class="navbar__toggle" aria-label="Toggle navigation">
<img src="./icon/logo.svg" alt="Logo" class="navbar__logo" />
</button>
<!-- 导航菜单 -->
<div class="navbar__menu">
<div class="navbar__leftelemframe navbar__info">
<div class="navbar__dropdownbotton">
<button class="navbar__elembotton" type="button">
资讯
<img
src="./icon/dropdown-icon.svg"
class="navbar__icon"
alt="Dropdown"
/>
</button>
<div class="navbar__dropdown">
<a href="wechat_article/YouXiuKeXie/WEIYANGYOUXIUKEXIE.html"
>未央科协获评优秀科协</a
>
<a href="wechat_article\tiaozhanbei\tiaozhanbei.html"
>未央捧起挑战杯</a
>
<a href="wechat_article/ZhiWuDaZhanJiangShi/ZWDZJS.html"
>我在未央战僵尸?</a
>
</div>
</div>
</div>
<div class="navbar__leftelemframe navbar__forum">
<div class="navbar__dropdownbotton">
<button class="navbar__elembotton" type="button">
教程
<img
src="./icon/dropdown-icon.svg"
class="navbar__icon"
alt="Dropdown"
/>
</button>
<div class="navbar__dropdown">
<a href="wechat_article\Matlab\Matlab.html"
>学术部MATLAB大讲堂</a
>
<a href="wechat_article\sim_lls\posts\simulink.html"
>Simulink讲座</a
>
<a href="https://summer-nuggets.netlify.app/gallery/rotating/"
>图形学剪切旋转技术</a
>
</div>
</div>
</div>
<div class="navbar__leftelemframe navbar__tutorial">
<div class="navbar__dropdownbotton">
<button class="navbar__elembotton" type="button">
功能
<img
src="./icon/dropdown-icon.svg"
class="navbar__icon"
alt="Dropdown"
/>
</button>
<div class="navbar__dropdown">
<a href="#">建造中...</a>
<a href="#">建造中...</a>
<a href="#">建造中...</a>
</div>
</div>
</div>
</div>
</div>
<div class="navbar__lastelem">
<div class="navbar__rightelemframe">
<!-- <button class="navbar__searchbotton">
<img
src="./icon/search-icon.svg"
class="navbar__iconright"
alt="Search" />Search
</button> -->
<!-- <button class="navbar__signinbotton">注册</button> -->
<!--去名
<button
class="navbar__signbotton"
onclick="location.href='./wechat_article/each_department-txy/general.html';">
关于未央科协
</button>
-->
</div>
</div>
</div>
</nav>
<main>
<article class="selection">
<section class="nav__selection__section">
<div class="nav__grid">
<div class="selection__item">
<a class="item__imgholder" href="./pages/info/index.html">
<img src=images/icon-1.svg class="img__grid" alt="资讯" />
</a>
<div class="item__description">
<a class="text__grid" href="./pages/info/index.html">资讯</a>
</div>
</div>
<div class="selection__item">
<a class="item__imgholder" href="./pages/tutorial/index.html">
<img src=images/icon-2.svg class="img__grid" />
</a>
<div class="item__description">
<a class="text__grid" href="./pages/tutorial/index.html"
>教程</a
>
</div>
</div>
<div class="selection__item">
<a class="item__imgholder" href="./pages/function/index.html">
<img src=images/icon-3.svg class="img__grid" />
</a>
<div class="item__description">
<a class="text__grid" href="./pages/function/index.html"
>功能</a
>
</div>
<!-- </div>
<div class="selection__item">
<a class="item__imgholder" href="./pages/129/index.html">
<img src=images/mao.png class="img__grid" />
</a>
<div class="item__description">
<a class="text__grid" href="./pages/129/index.html"
>一二九特别活动</a
>
</div>
</div> -->
</div>
</section>
<!--<section class="selection__section">
<div class="selection__description">
<h3 class="description__title">教程</h3>
<p class="description__content">这里是一些教程。</p>
<nav class="description__nav">
<a
href="./components/grid/index.html"
class="description__link"
>
查看列表样式
<svg
width="16"
height="16"
viewBox="0 0 16 16"
fill="none"
class="child"
>
<path
fill-rule="evenodd"
clip-rule="evenodd"
fill="currentColor"
d="M9.11458 11.5121L11.6146 8.51215L12.0414 8L11.6146 7.48785L9.11458 4.48785L7.88542 5.51215L9.29197 7.2L4 7.2V8.8L9.29197 8.8L7.88542 10.4879L9.11458 11.5121Z"
></path>
</svg>
</a>
</nav>
</div>
<div class="selection__grid">
<template x-for="article in articles">
<div class="selection__item">
<a :href="article.link" class="item__imgholder">
<img
:src="`https://picsum.photos/640/400.webp?blur=3&random=${Math.random()}`"
class="item__img"
/>
</a>
<div class="item__description">
<a
class="item__title"
:href="article.link"
x-text="article.title"
>标题</a
>
<time
class="item__time"
x-text="article.time"
>时间</time
>
</div>
</div>
</template>
<div class="selection__item">
<a class="item__imgholder" href="#">
<img
src="https://picsum.photos/640/400.webp?blur=3&random=6"
class="item__img"
/>
</a>
<div class="item__description">
<a class="item__title" href="#">更多内容</a>
<time class="item__time">2024-02-01</time>
</div>
</div>
<div class="selection__item">
<a class="item__imgholder" href="#">
<img
src="https://picsum.photos/640/400.webp?blur=3&random=7"
class="item__img"
/>
</a>
<div class="item__description">
<a class="item__title" href="#">更多内容</a>
<time class="item__time">2024-02-01</time>
</div>
</div>
<div class="selection__item">
<a class="item__imgholder" href="#">
<img
src="https://picsum.photos/640/400.webp?blur=3&random=8"
class="item__img"
/>
</a>
<div class="item__description">
<a class="item__title" href="#">更多内容</a>
<time class="item__time">2024-02-01</time>
</div>
</div>
<div class="selection__item">
<a class="item__imgholder" href="#">
<img
src="https://picsum.photos/640/400.webp?blur=3&random=9"
class="item__img"
/>
</a>
<div class="item__description">
<a class="item__title" href="#">更多内容</a>
<time class="item__time">2024-02-01</time>
</div>
</div>
<div class="selection__item">
<a class="item__imgholder" href="#">
<img
src="https://picsum.photos/640/400.webp?blur=3&random=10"
class="item__img"
/>
</a>
<div class="item__description">
<a class="item__title" href="#">更多内容</a>
<time class="item__time">2024-02-01</time>
</div>
</div>
</div>
</section>-->
<!-- departments:start -->
<!-- 去名
<div class="department__container">
<img
class="pic__left"
src="./images/bangongshi.png"
alt="科协办公室"
onclick="location.href='./wechat_article/each_department-txy/office.html';" />
<div class="text__right">
<h1
class="department__title"
onclick="location.href='./wechat_article/each_department-txy/office.html';">
办公室
</h1>
<p>
我们是未央科协内部的纽带,宣传报销、组织团建、统筹管理,都有我们的身影;
我们是科协和同学间的桥梁,信息传达、合作共享、高效沟通,也是我们的使命。
</p>
<p>
办公室的定位是一个科研科创资源与信息的节点,我们的工作主要分为两部分:对内组织科协例会团建,完善科协云盘管理,宣传科创学术活动,统筹科协财务报销;对外整合研创资源制作周报,与衔接院系合作承接赛事,共享科研信息资源。办公室也与科协其他各部门密切交流、通力合作,我们希望倾听、满足每一位同学在科研上的需求,营造浓厚的科研、科创氛围,讲好未央书院的科创故事!
</p>
</div>
</div>
<div class="department__container">
<div class="text__left">
<h1
class="department__title"
onclick="location.href='./wechat_article/each_department-txy/academic.html';">
学术部
</h1>
<p>
学术部,主持学术技能的部门。
我们有技术过硬的团队,掌握并传承深度学习、git、matlab等各方面的技术;我们是学术技能的媒介,源源不断地把新时代超一流技术用“学术技能讲座”和“学术推送”等平白易懂的方式向未央书院搬运;我们是科协的技术担当,当科协出现科技上的任务,便是我们出手之时。这一年中,我们主要负责如下工作:
</p>
<p>
MATLAB
大讲座。我们将以往的“学术技能讲座”升级为同时结合课程与科研应用的系列讲座,针对学习科研中非常普遍的数值计算编程语言MATLAB推出系统而精致的讲座。
</p>
<p>
您现在正在浏览的网站,正是我们建造并运营—— built
from
scratch。网页目前在初创阶段,不足良多;若有建议,欢迎联系我们!
</p>
</div>
<img
class="pic__right"
src="./images/xueshu2.png"
alt="科协学术部"
onclick="location.href='./wechat_article/each_department-txy/academic.html';" />
</div>
<div class="department__container">
<img
class="pic__left"
src="./images/saishi.png"
alt="科协赛事部"
onclick="location.href='./wechat_article/introduce2/saishi/html.html';" />
<div class="text__right">
<h1
class="department__title"
onclick="location.href='./wechat_article/introduce2/saishi/html.html';">
赛事部
</h1>
<p>
未央书院科协赛事部主要负责各类赛事的策划、举办、承办。目前主要举办赛事包含:“未央城”科创比赛、“未央十二宫”挑战赛、与icenter合办工程认知与创新实践挑战赛等。
</p>
<p>
“未央城”科创比赛基于亚信科技提供的真实工业场景数据集,选手们基于移动通信网络的多种特征信息,使用人工智能算法或其他方法建模,实现对用户的位置预测。“未央十二宫”挑战赛作为“未央书院工程导论”课程的补充,面向未央书院大一新生。同学们通过小组协作的形式,对某一工科细分领域展开文献调研,并通过课程汇报的形式展示调研结果。未央书院与iCenter联手打造的「工程认知与创新实践」课程面向未央书院所有院系专业学生,选课同学在课赛结合模式下,完成属于自己的科创作品。
</p>
</div>
</div>
<div class="department__container">
<div class="text__left">
<h1
class="department__title"
onclick="location.href='./wechat_article/introduce2/xiangmu/html.html';">
项目部
</h1>
<p>
未央科协项目部是连通未央科创与学校项目的桥梁,肩负着对内培养科创人才,对外输送优秀项目的使命,负责未央科创人才培养计划“北辰计划”的选拔与活动组织、面向大一新生的科创起步培训“北辰训练营”的筹办,并承担在“挑战杯”、“星火计划”、“学推计划”、“闯世界计划”等校级科创项目方面与学校进行对接的任务。
</p>
<p>
我们目标是:让每一个有潜力的作品发光发热,为每一个有想法的学子保驾护航。
</p>
</div>
<img
class="pic__right"
src="./images/xiangmu2.png"
alt="科协项目部"
onclick="location.href='./wechat_article/introduce2/xiangmu/html.html';" />
</div>
<div class="department__container">
<img
class="pic__left"
src="./images/congyou.jpg"
alt="科协从游部"
onclick="location.href='./wechat_article/introduce2/congyou/html.html';" />
<div class="text__right">
<h1
class="department__title"
onclick="location.href='./wechat_article/introduce2/congyou/html.html';">
从游部
</h1>
<p>
从游部源于书院的“从游”文化,是一个年轻且富有未央特色的部门。我们希望成为师生之间、朋辈之间的桥梁,引导同学们在交流中树立科研志趣、培养学术品味、享受从游文化。
</p>
<p>
2022-2023学年中,我们举办了51场未央从游坊,提供与教授嘉宾面对面探讨学科前沿的机会;开展了2期“大鱼海谈”系列教师访谈活动,呈现“大鱼”们教学科研之外的另一面;举办了5期朋辈沙龙活动,打造与优秀朋辈相互交流的平台。
</p>
<p>
本学期中,从游部致力打造更有深度的从游坊、更加多元的大鱼海谈、更加成熟的朋辈沙龙,做从游文化的传播者与践行者。
</p>
</div>
</div>
<div class="department__container">
<div class="text__left">
<h1 class="department__title"> 研创中心</h1>
研创中心是未央科协自有的高水平科研科创兴趣团队孵化中心,2023
年建设的兴趣团队曾获得首都挑战杯特等奖、清华大学挑战杯特等奖、二等奖等奖项。研创中心于
2024
年建设两支兴趣团队,分别是视听觉多模态融合兴趣团队和
RIOS 兴趣团队,目前队伍分别有 5 人和 6
人,以未央书院学生为主。研创中心支持项目的方式包括但不限于研创中心提供的经验支持、赛事服务和日常监督,以及未央书院科协的经费支持。
</div>
<img
class="pic__right"
src="./departments/yanchuang.jpg"
alt="研创中心" />
</div>
-->
<!-- departments:finish -->
</article>
<danmu>
<div id="danmu__container"></div>
</danmu>
</main>
<footer>
<div class="footer__top">
<div class="footer__top-container2">
<!-- 去名
<div class="footer__top-container01">
<a href="https://www.wizardquant.com/" target="_blank">
<img
src="./sponsor/kuande.jpeg"
class="sponsor__img__grid"
style="height: 60px" />
</a>
</div>
<div class="footer__top-container01">
<a
href="https://www.asiainfo.com/zh_cn/index.html"
target="_blank">
<img
src="./sponsor/yaxin.png"
class="sponsor__img__grid" />
</a>
</div>
-->
<div class="footer__top-container01">
<a href="https://www.icenter.tsinghua.edu.cn/" target="_blank">
<img src="./sponsor/icenter.jpg" class="sponsor__img__grid" />
</a>
</div>
<div class="footer__top-container01">
<a href="https://air.tsinghua.edu.cn/" target="_blank">
<img src="./sponsor/air.jpg" class="sponsor__img__grid" />
</a>
</div>
<div class="footer__top-container01">
<a href="http://www.x-lab.tsinghua.edu.cn/" target="_blank">
<img src="./sponsor/xlab2.png" class="sponsor__img__grid" />
</a>
</div>
<div class="footer__top-container01">
<a href="#" target="_blank">
<img src="./sponsor/wyast.png" class="sponsor__img__grid" />
</a>
</div>
</div>
</div>
<div class="footer__middle">
<a class="footer__icon" href="#">@WYAST<br />LOGO</a>
<div class="footer__list-container">
<div class="footer__dummy"></div>
<!--
<div class="footer__list">
<h2 class="footer__list-title">部门</h2>
<ul class="footer__list-content">
<li>
<a class="footer__link" href="#">这个部门</a>
</li>
<li>
<a class="footer__link" href="#">那个部门</a>
</li>
<li><a class="footer__link" href="#">友链</a></li>
</ul>
</div>-->
<div class="footer__list">
<h2 class="footer__list-title">友链</h2>
<ul class="footer__list-content">
<li>
<a class="footer__link" href="https://www.wyc.tsinghua.edu.cn/"
>未央书院</a
>
</li>
<li>
<a class="footer__link" href="https://weyoung-learn.github.io/"
>未央学习部</a
>
</li>
<li>
<a
class="footer__link"
href="https://liuyifan22.github.io/advice/"
>Advice Hub</a
>
</li>
<!-- More links -->
</ul>
</div>
</div>
<!-- More lists -->
</div>
<div class="footer__bottom">
<p class="footer__legal">
© 2025 wyast
<!--,但推荐<a
class="footer__link"
href="https://creativecommons.org/licenses/by/4.0/"
>Creative Commons
</a>-->
</p>
<div class="footer__social">
<a
class="footer__link"
href="https://github.com/wyast/wyast.github.io"
>GitHub</a
>
</div>
</div>
</footer>
</body>
<!-- Install SDK -->
<script src="https://lf-cdn.coze.cn/obj/unpkg/flow-platform/chat-app-sdk/1.2.0-beta.19/libs/cn/index.js"></script>
<script src="./index.js"></script>
<script>
function displayAlert() {
alert("建造中...前方的区域以后再来探索吧!");
return false; // Prevent the default action of the link
}
</script>
</html>