-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FEAT: add timeline of postgraduate recommendation
- Loading branch information
1 parent
95feb0f
commit 291fa84
Showing
4 changed files
with
56 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
# 推免流程 | ||
|
||
## 时间线 | ||
推免大致时间线如下(注意这是一个很粗略的时间,请以各个高校发布的具体时间为准) | ||
|
||
```mermaid | ||
gantt | ||
dateFormat YYYY-MM-DD | ||
title 推免大致时间线 | ||
section 早鸟营 | ||
报名 :done, des1, 2024-04-01,2024-04-30 | ||
参营 :active, des2, after des1, 30d | ||
section 夏令营 | ||
报名 : done, des3, 2024-06-01, 30d | ||
参营 :crit, des4, after des3, 30d | ||
接收 Offer :active, after des4, 30d | ||
section 预推免 | ||
报名 :done,des6, 2024-08-30, 10d | ||
复试 :crit, after des6 , 15d | ||
section 九推 | ||
推免系统开放 : crit, des8, 2024-09-28,2024-10-20 | ||
``` | ||
|
||
### 早鸟营 | ||
部分香港高校的直博招生、清华的求真书院、一些高校的经管类夏令营报名和参营时间都很早,如果其中有你的意向专业,可以提前留意并参加。 | ||
|
||
### 夏令营 | ||
高校招生的重点,一般在**六月报名**,**七月参营**。夏令营一般会包含参观、学员介绍、笔试 (optional)、面试等环节,长达 2-3 天。夏令营结束一段时间后高校会下发优秀营员。不同高校优营的效力不尽相同,有的等同于 Offer,有的只是后续预推免的加分项。 | ||
|
||
### 预推免 | ||
高校招收推免生的另一个重要途径,通常初审门槛低于夏令营,但可能名额较少。有的高校将预推免作为夏令营招生的补充,有的高校只开设预推免而不开设夏令营。 | ||
|
||
报名时间一般在**九月上旬**,复试设置在**九月中下旬**。预推免流程较短,不再安排参观等活动,直接进行笔试面试,在一天之内结束。 | ||
|
||
### 九推 | ||
9.28 推免系统正式开放后,由于部分高校的名额仍然没有招满(比如招生门槛过高导致被鸽穿),会在该阶段继续招生。九推的名额通常不固定,请仔细留意各高校的招生信息。 | ||
|
||
如果你已经在夏令营或预推免中获得 Offer,那么只需要在 9.28 接收高校的复试通知和预录取即可,无需参加九推。 | ||
|
||
## 参考资料 | ||
- [全国推荐免试攻读研究生(免初试、转段)信息公开管理服务系统](https://yz.chsi.com.cn/tm/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,18 @@ | ||
# Further Education | ||
|
||
思路打开。 | ||
> 思路打开。 | ||
> 升学是手段,不是目的。 | ||
> 学历是结果,不是目标。 | ||
## 外申 | ||
### Master | ||
TODO | ||
|
||
申请欧洲硕士请关注课程匹配度问题。 | ||
|
||
### PhD | ||
TODO | ||
|
||
### MPhil | ||
TODO | ||
|
||
## 保研 | ||
### 夏令营 | ||
2024 夏令营信息可以参考我们搭建的 Notion 页面 [自动化抽奖 2024 (大陆篇)](https://www.notion.so/squarezhong/2024-b30ebacdba884f9ab34771d670dafb4e?pvs=4) | ||
## 推免 | ||
推免流程可以参考 [推免时间线](education/postgraduate_recommendation/推免流程.md) | ||
|
||
2024 夏令营、预推免信息可以参考我们搭建的 Notion 页面 [自动化抽奖 2024 (大陆篇)](https://www.notion.so/squarezhong/2024-b30ebacdba884f9ab34771d670dafb4e?pvs=4) | ||
数据库的 “Calendar” 视图较为实用,可以直观地查看各夏令营时间。 | ||
|
||
### 预推免 | ||
TODO | ||
|
||
### 工程硕博 | ||
TODO | ||
|
||
## 考研 | ||
TODO | ||
由于 21 届考研还未结束,该板块待补充。 |