forked from THU-feiyue/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
executable file
·177 lines (172 loc) · 5.89 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
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
site_name: 清华大学飞跃手册
repo_url: https://github.com/THU-feiyue/THU-feiyue
edit_uri: edit/main/docs/
site_url: https://feiyue.online
site_author: THU Feiyue Team
copyright: 'Copyright © 2023 THU Feiyue Team'
nav:
- 首页:
- index.md
- 关于: main/about.md
- 友链: main/friendlink.md
- 名词解释: main/appendix.md
- Q & A: main/qa.md
- 前言:
- 为什么出国留学: preface/why.md
- master or doctor?: preface/master_phd.md
- 国家/地区选择: preface/location.md
- 信息收集: preface/info.md
- 中介 or DIY: preface/diy.md
- 时间线: preface/timeline.md
- 准备:
- prepare/index.md
- GPA & 标化考试: prepare/exam.md
- 经历:
- prepare/experience/index.md
- 科研: prepare/experience/research.md
- 实习: prepare/experience/intern.md
- 交换: prepare/experience/exchange.md
- 推荐信: prepare/rl.md
- 选校定位:
- prepare/selection/index.md
- 套磁: prepare/selection/touch.md
- 文书:
- prepare/material/index.md
- PS / SOP: prepare/material/sop.md
- Research Proposal: prepare/material/rp.md
- CV: prepare/material/cv.md
- Diversity Statement: prepare/material/diversity.md
- Writing Sample: prepare/material/writingsample.md
- 网申: prepare/onlinesystem.md
- 面试: prepare/interview.md
- 其它帮助:
- 学信网认证: prepare/help/chsi.md
- TOEFL/GRE 家考注意事项: prepare/help/toefl-home.md
- 申请信息表格整理: prepare/help/summarytable.md
- APS: prepare/help/aps.md
- 录取及之后:
- 录取及之后: afterad/index.md
- Funding: afterad/funding.md
- 等待 Offer: afterad/waiting.md
- 比较决定: afterad/compare.md
- 签证: afterad/visa.md
- 前往: afterad/travel.md
- 租房: afterad/rent.md
- 生活: afterad/life.md
- 案例:
# 请案例贡献者将自己的文档放在对应年份对应的文件夹下,并维护好这里的目录,格式为
# - <program>: <directory from ./docs>
# 例子:
# - Stat - MS Stat @ Stanford - Xiqin: cases/23fall/stat-stanford-xiqin.md
- 案例: cases/index.md
- 案例模板: cases/example.md
- Tag 索引: cases/tags.md
- 23 Fall:
- cases/23fall/index.md
- AI + HCI - MSCS @ Stanford - Sophia: cases/23fall/cases/[email protected]
- Anthropology - MA SA @ SOAS - luxixi717: cases/23fall/cases/[email protected]
- AstroPhysics - PhD @ UMD - zengsz19: cases/23fall/cases/[email protected]
- BA - MISM-BIDA @ CMU - Lucy: cases/23fall/cases/[email protected]
- BA - MSBA @ Columbia - David: cases/23fall/cases/[email protected]
- Biostatistics - MS @ Vandy - Charlie: cases/23fall/cases/[email protected]
- CSE - MS @ GaTech - Miracle: cases/23fall/cases/[email protected]
- CS + EE - MS @ Stanford - Chris: cases/23fall/cases/[email protected]
- ECE - PhD @ UIUC - Murph: cases/23fall/cases/[email protected]
- MatSE - MS @ RWTH Aachen - Tony: cases/23fall/cases/MatSE-MS@RWTH_Aachen-Tony.md
- MatSE - MS @ UIUC - 7g: cases/23fall/cases/[email protected]
- Sociology - MA @ UAlberta - RZ: cases/23fall/cases/[email protected]
- Stats - PhD @ NWU - v1ncent19: cases/23fall/cases/[email protected]
- Stats - PhD @ UMN - Mariana: cases/23fall/cases/[email protected]
- 22 Fall:
- cases/22fall/index.md
- Sociology/East Asian Studies - MA EAS @ Stanford - FriedChicken: cases/22fall/cases/[email protected]
- MatSE - PhD @ UPenn - Zachary: cases/22fall/cases/[email protected]
# - 招生信息:
# - ad/index.md
- 联系与支持:
- 联系与支持: contact/support.md
- 功德墙: contact/contributor.md
theme:
name: material
custom_dir: docs/overrides
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
features:
- navigation.instant
- navigation.tracking
- navigation.indexes
- navigation.tabs
- navigation.tabs.sticky
- navigation.expand
- navigation.footer
- navigation.top
- toc.follow
- announce.dismiss
font:
text: 'Fira Sans'
code: 'Fira Mono'
# Necessary for search to work properly
include_search_page: false
search_index_only: false
markdown_extensions:
# Python Markdown
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- toc:
permalink: true
# Python Markdown Extensions
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.details
- pymdownx.highlight:
linenums: true
linenums_style: pymdownx-inline
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
extra_javascript:
- javascripts/config.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
plugins:
- search:
lang:
- en
- ja
separator: '[\s\u200b\-,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
- minify:
minify_html: true
- git-revision-date-localized
- add-number:
strict_mode: False
order: 2
- git-authors:
show_contribution: true
- tags:
tags_file: cases/tags.md