> For the complete documentation index, see [llms.txt](https://hnufly.gitbook.io/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hnufly.gitbook.io/main/shen-qing-zhun-bei/gpa.md).

# GPA

&#x20;   GPA 是graduate point average的简写，是大学常用来表示学生成绩的方式，在中国常翻译为学分绩点。

&#x20;   不同的大学有自己独立的GPA计算方法，标准GPA计算方法：GPA 90-100：4，80-90：3，70-80：2，60-70：1，60以下：0。但是由于类似80和89的成绩没有差别而 89 和 90 又存在显著差别，故很多大学采用改进之后的算法，比如 80-90 之间分成三档，分别为 3.0、3.3、3.7，以体现不同的成绩，这种方法也被广泛使用。

&#x20;   大部分学校在网申的时候都需要提交百分制成绩以及上传你的中英文成绩单作为录取依据。通常申请自费MS，GPA是重中之重，需要大家勤奋学习提高GPA。注意PHD申请的重中之重是找教授套磁、写推荐信，而不是GPA，一封有力的推荐信会非常有帮助。

### 湖南大学GPA算法​

<table><thead><tr><th width="327">百分制</th><th width="347">GPA</th></tr></thead><tbody><tr><td>90~100</td><td>4.0</td></tr><tr><td>85~89</td><td>3.7</td></tr><tr><td>80~84</td><td>3.3</td></tr><tr><td>75~79</td><td>3.0</td></tr><tr><td>70~74</td><td>2.7</td></tr><tr><td>67~69</td><td>2.3</td></tr><tr><td>65~66</td><td>2.0</td></tr><tr><td>62~64</td><td>1.7</td></tr><tr><td>60~61</td><td>1.0</td></tr><tr><td>0~59</td><td>0</td></tr></tbody></table>

### 湖南大学办理成绩单方法

电子版：在网上“个人中心”->“可信电子凭证服务平台” 可以下载盖了章的PDF文件

纸质版：可以找综合楼一楼或者天马事务大厅的打印机器打纸质版。

{% file src="/files/BBWhfM3I3xm832TjVjyQ" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://hnufly.gitbook.io/main/shen-qing-zhun-bei/gpa.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
