-
Notifications
You must be signed in to change notification settings - Fork 102
Expand file tree
/
Copy pathmkdocs.yml
More file actions
188 lines (180 loc) · 7.05 KB
/
mkdocs.yml
File metadata and controls
188 lines (180 loc) · 7.05 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
site_name: 图灵班学习指南
site_url: https://ZJU-Turing.github.io/TuringCourses/
site_description: 图灵班学习指南
repo_name: ZJU-Turing/TuringCourses
repo_url: https://github.com/ZJU-Turing/TuringCourses/
edit_uri: tree/master/docs
copyright: Copyright © 2023-2025 浙江大学图灵班,保留一切权利。
nav:
- 主页:
- index.md
- 贡献指南: contributing.md
- 课程页面模板: template.md
- 更新历史: changelog.md
- 思政军体课:
- political/index.md
- 形势与政策 Ⅰ: political/situation_policy1/index.md
- 思想道德与法治: political/morality_law/index.md
- 中国近现代史纲要(H): political/modern_history/index.md
- 马克思主义基本原理(H): political/marxism_basic/index.md
- 毛泽东思想和中国特色社会主义理论体系概论(H): political/mao_thought/index.md
- 习近平新时代中国特色社会主义思想概论: political/xi_thought/index.md
- 形势与政策 Ⅱ: political/situation_policy2/index.md
- 军事理论: political/military_theory/index.md
- 通识选修课:
- general/index.md
- 通识核心课: general/core.md
- 通识选修课: general/elective.md
- 其他选修课: general/others.md
- 数理基础课:
- math_phys/index.md
- 线性代数 Ⅰ(H): math_phys/linear_algebra1/index.md
- 线性代数 Ⅱ(H): math_phys/linear_algebra2/index.md
- 数学分析(甲)Ⅰ(H): math_phys/math_analysis1/index.md
- 数学分析(甲)Ⅱ(H): math_phys/math_analysis2/index.md
- 普通物理学 Ⅰ(H): math_phys/physics1/index.md
- 普通物理学 Ⅱ(H): math_phys/physics2/index.md
- 普通物理学实验 Ⅰ: math_phys/physics_experiment1/index.md
- 概率论和数理统计: math_phys/probability/index.md
- 专业必修课:
- major/mandatory/index.md
- 程序设计与算法基础: major/programming/index.md
- 数据结构基础: major/data_structure/index.md
- 离散数学理论基础: major/discrete_math/index.md
- 高级数据结构与算法分析: major/advanced_data_structure/index.md
- 面向对象程序设计: major/object_oriented_programming/index.md
- 理论计算机科学导引: major/theory_of_computation/index.md
- 计算机系统 Ⅰ: major/computer_system1/index.md
- 计算机系统 Ⅱ: major/computer_system2/index.md
- 计算机系统 Ⅲ: major/computer_system3/index.md
- 人工智能引论: major/ai_basic/index.md
- 数据库系统: major/database/index.md
- 计算机网络: major/computer_networks/index.md
- 编译原理: major/compilers_principles/index.md
- 专业选修课:
- major/elective/index.md
- 汇编语言: major/assemble/index.md
- 网络空间安全导论: major/cyberspace_security/index.md
- 数值分析: major/numerical_analysis/index.md
- 图像信息处理: major/digital_image_processing/index.md
- 计算机图形学: major/computer_graphics/index.md
- 专题研讨: major/special_discussion/index.md
- 计算机视觉: major/computer_vision/index.md
- 计算机图形学研究进展: major/research_advances_in_computer_graphics/index.md
- 技术沟通: major/technology_communication/index.md
- 社交网络安全与隐私: major/social_network_security/index.md
- 数据可视化导论: major/introduction_to_data_visualization/index.md
- 数据挖掘导论: major/data_mining/index.md
- 量子计算理论基础与软件系统: major/quantum_computing/index.md
- 机器学习: major/machine_learning/index.md
- 大数据存储与计算技术: major/big_data_storage/index.md
- 短学期课程:
- short_term/index.md
- 固定课程:
- short_term/index.md
- 计算机系统概论: short_term/ics/index.md
- 人工智能实践: short_term/ai_practice/index.md
- 课程综合实践 Ⅰ:
- short_term/index.md
- 超算实训: short_term/hpc/index.md
- 算法竞赛集训: short_term/acm/index.md
- 安全攻防实践: short_term/ctf/index.md
- 大数据可视化: short_term/data_visualization/index.md
- 课程综合实践 Ⅱ:
- short_term/index.md
- C++ 项目管理及工程实践: short_term/cpp_project/index.md
- Rust 开发实训: short_term/rust/index.md
- 大模型应用与实践: short_term/llm_practice/index.md
- 数据要素市场概论: short_term/data_market/index.md
- 跨专业课程:
- others/index.md
- 常微分方程: others/ode/index.md
- 数值代数: others/numerical_linear_algebra/index.md
- 数据建模与分析: others/data_modeling_and_analysis/index.md
- 抽象代数: others/abstract_algebra/index.md
- 数论导引: others/number_theory/index.md
- 随机过程: others/stochastic_process/index.md
- 点集拓扑: others/point_set_topology/index.md
- 信息理论: others/information_theory/index.md
- 实分析: others/real_analysis/index.md
- 经济学类课程集: others/economics/index.md
- 金融学类课程集: others/finance/index.md
- B/S 体系软件设计: others/browser_server_software/index.md
- 电子工程训练: others/electronic_engineering_training/index.md
- 心理学导论: others/introduction_to_psychology/index.md
- 书评专区:
- readings/index.md
not_in_nav: |
major/introduction_to_data_visualization/数据可视化导论小测.md
theme:
name: 'material'
language: 'zh'
icon:
logo: material/notebook-outline
repo: fontawesome/brands/github
edit: material/pencil
custom_dir: overrides
favicon: images/icon.png
features:
- content.code.annotate
- content.action.edit
- navigation.tracking
- navigation.top
- navigation.tabs
- navigation.footer
- navigation.indexes
- navigation.sections
font:
code: JetBrains Mono
palette:
- scheme: default
plugins:
- search
- heti:
extra_skipped_class:
- arithmatex
hooks:
- hooks/evalutations.py
- hooks/contributors.py
- hooks/changelog.py
- hooks/outdate.py
extra_css:
- https://fonts.googleapis.com/css?family=Noto+Serif+SC:300,300i,400,400i,700,700i&display=fallback
- https://unpkg.com/katex@0/dist/katex.min.css
- css/tasklist.css
- css/card.css
- css/custom.css
extra_javascript:
- js/katex.js
- https://unpkg.com/katex@0/dist/katex.min.js
- https://unpkg.com/katex@0/dist/contrib/auto-render.min.js
markdown_extensions:
- toc:
permalink: true
toc_depth: 4
- meta
- def_list
- attr_list
- md_in_html
- sane_lists
- admonition
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.critic
- pymdownx.details
- pymdownx.snippets
- pymdownx.magiclink
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.arithmatex:
generic: true