-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
157 lines (148 loc) · 6.59 KB
/
mkdocs.yml
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
site_name: Mini-Babel Library
site_url: https://ruoxining.github.io/notebook
repo_url: https://github.com/ruoxining/notebook
repo_name: notebook
nav:
- 'index.md'
- 💻 Computer Science | 计算机科学:
- 🌕 Index: 'docs/1-cs/index.md'
- 🌕 x86 Assembly | 汇编: 'docs/1-cs/assembly-x86.md'
- 🌗 C libgraphics | C 程: 'docs/1-cs/c-libgraphics.md'
- 🌕 OOP | 面向对象程序设计:
- 🌕 ZJU Lectures | 课程笔记: 'docs/1-cs/oop/course.md'
- 🌕 ZJU Reviews | 期末复习: 'docs/1-cs/oop/final_review.md'
- 🌗 DB | 数据库系统:
- 🌕 Index | 索引: 'docs/1-cs/database/index.md'
- 🌕 Normal Forms | 范式: 'docs/1-cs/database/normalforms.md'
- 🌑 SQL | SQL 结构化查询语言: 'docs/1-cs/database/sql.md'
- 🌑 ER models | ER 模型: 'docs/1-cs/database/er_model.md'
- 🌕 Design | 数据库设计: 'docs/1-cs/database/design.md'
- 🌗 Query | 查询: 'docs/1-cs/database/query.md'
- 🌗 Transaction | 事务: 'docs/1-cs/database/transaction.md'
- 🌑 XML | XML 数据结构: 'docs/1-cs/database/xml.md'
- 🌗 OS | 操作系统:
- 🌕 Index: 'docs/1-cs/os/index.md'
- 🌕 Labs | 实验们: 'docs/1-cs/os/lab.md'
- 🌕 Computer Architecture | 体系结构:
- 🌕 Index: 'docs/1-cs/architecture/index.md'
- 🌕 chap2 | 第 2 章: 'docs/1-cs/architecture/chap2.md'
- 🌕 chap3 | 第 3 章: 'docs/1-cs/architecture/chap3.md'
- 🌕 chap5 | 第 5 章: 'docs/1-cs/architecture/chap5.md'
- 🌗 Compiler | 编译原理:
- 🌕 Index: 'docs/1-cs/compiler/index.md'
- 🌕 Parsing | Parsing: 'docs/1-cs/compiler/parsing.md'
- 🌳 Linguistics | 语言学:
- 🌕 Index: 'docs/2-ling/index.md'
- 🌗 Syntax | 句法学:
- 🌕 Index: 'docs/2-ling/syntax/index.md'
- 🌗 Transformational Generative Grammar | 转换生成句法: 'docs/2-ling/syntax/trans_gen.md'
- 🌗 Universal Grammar | 普遍语法: 'docs/2-ling/syntax/uni_gram.md'
- 🌗 Universal Dependency | 依存句法: 'docs/2-ling/syntax/ud_sud.md'
- 🌕 Semantics | 语义学:
- 🌕 Index: 'docs/2-ling/semantics/index.md'
- 🌕 Definitions | 定义们: 'docs/2-ling/semantics/definitions.md'
- 🌕 Formal Semantics | 形式语义学: 'docs/2-ling/semantics/formal_semantics.md'
- 🌕 Ambiguity | 歧义: 'docs/2-ling/semantics/ambiguity.md'
- 🌕 Pragmatics | 语用学:
- 🌕 Index: 'docs/2-ling/pragmatics/intro.md'
- 🌕 Theories | 理论: 'docs/2-ling/pragmatics/theories.md'
- 🌕 Sociopragmatics | 社会语用学: 'docs/2-ling/pragmatics/socio.md'
- 🌕 Research Methods | 研究方法: 'docs/2-ling/pragmatics/ca_da.md'
- 🌗 Philosophy of Language | 语言哲学:
- 🌕 Index: 'docs/2-ling/philosophy/index.md'
- 🌕 History | 历史: 'docs/2-ling/philosophy/pol_zh.md'
- 🌕 Reading Notes on Saussure's General Linguistics | 普通语言学读书笔记 : 'docs/2-ling/philosophy/saussure.md'
- 🤖 Deep Learning | 深度学习:
- 🌕 Index: 'docs/3-dl/index.md'
- 🌗 LM Basics | 语言模型基础:
- 🌕 Index: 'docs/3-dl/basics/index.md'
- 🌗 BPE | Byte-pair Encoding: 'docs/3-dl/basics/bpe.md'
- 🌗 ELMo | ELMo 模型: 'docs/3-dl/basics/elmo.md'
- 🌗 Formal Languages | 形式语言:
- 🌕 Index: 'docs/3-dl/formal-language/index.md'
- 🌕 CYK Algorithm | CYK 算法: 'docs/3-dl/formal-language/cyk.md'
- 🌗 Efficient Train | 高效训练:
- 🌕 Index: 'docs/3-dl/efficient-train/index.md'
- 🌕 Hardware | 硬件: 'docs/3-dl/efficient-train/hardware.md'
- 🌕 Parameter | 参数: 'docs/3-dl/efficient-train/parameter.md'
- 🌕 Misc Survey | 各种综述:
- 🌕 Index: 'docs/3-dl/survey/index.md'
- 🌗 Explainable NLP | 可解释: 'docs/3-dl/survey/explainable-nlp.md'
- 🌕 Math Word Problem | 数学推理题: 'docs/3-dl/survey/math-word-problem.md'
- 🌗 Llama-3.1-405B Tech Repost | 技术报告: 'docs/3-dl/survey/llama3_405b.md'
- 🌕 Tools | 工具:
- 🌕 Index: 'docs/3-dl/tools/index.md'
- 🌗 Code Style | 代码风格: 'docs/3-dl/tools/code-style.md'
- 🌕 Codabench Tutorial | Codabench 教程: 'docs/3-dl/tools/codabench.md'
- 💭 Opinions (Bullshits) | 说瞎话了:
- 🌕 Index: 'docs/4-opinion/index.md'
- 🌑 Tools | 工具箱:
- 🌕 Index: 'docs/4-opinion/tools/index.md'
- 🌑 Notes | 写笔记: 'docs/4-opinion/tools/notes.md'
- 🌕 Academic Plan | 学业规划:
- 🌕 Index: 'docs/4-opinion/plan/index.md'
- 🌕 Linguistics student to CS | 指北: 'docs/4-opinion/plan/zju_ling_cs.md'
- 🌕 24fall | 申请记录: 'docs/4-opinion/plan/24fall.md'
- 🎹 C'est la vie | 生活:
- 🌕 Index: 'docs/5-life/index.md'
- 🌕 Annual Summary | 年度总结:
- 🌕 Index: 'docs/5-life/annual-summary/index.md'
- 🌕 2024 Summary | 2024 总结: 'docs/5-life/annual-summary/2024.md'
- 🌕 Read, Watch, Listen | 书影音:
- 🌕 Index: 'docs/5-life/read-watch-listen/index.md'
- 🌗 Music Theory | 乐理: 'docs/5-life/read-watch-listen/music-theory.md'
- 🌑 Musicals Recommendation | 音乐剧推荐: 'docs/5-life/read-watch-listen/musicals.md'
- 🌗 Portfolio | 艺术作品集: 'docs/5-life/portfolio.md'
theme:
name: material
palette:
primary: white
accent: indigo
toggle:
icon: material/toggle-switch
name: Switch to dark mode
scheme: preference
language: en
features:
- content.code.copy
# - navigation.expand # navigation fully expanded
# - navigation.top # horizontal navigation
# - navigation.tabs # vertical navigation
font:
text: LXGW WenKai
code: JetBrains Mono
extra_css:
- stylesheets/extra.css
- https://cdn.jsdelivr.net/npm/[email protected]/style.css
plugins:
- search
- statistics
# - mkdocs-video:
# is_video: True
# video_muted: True
# video_controls: True
# css_style:
# width: "50%"
- changelog:
file: changelog.yml
markdown_extensions:
- admonition
- md_in_html
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- tables
- attr_list
- pymdownx.arithmatex:
generic: true
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- javascripts/tex-mml-chtml.js