788 lines
34 KiB
HTML
788 lines
34 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en" dir="auto">
|
||
|
||
<head><meta charset="utf-8">
|
||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||
<meta name="robots" content="index, follow">
|
||
<title>攻略指南 | NEU小站</title>
|
||
<meta name="keywords" content="">
|
||
<meta name="description" content="攻略指南板块有NEUer们可能想知道的各种问题,每个内容下面都设置评论区,供大家自由交流和解惑~
|
||
注:如果您有意愿为本版块投稿内容,请单击此处。
|
||
为鼓励大家积极投稿,本站投稿者可获得专属访问密码以访问本站加密资源,感谢您的支持~">
|
||
<meta name="author" content="
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
V
|
||
|
||
|
||
|
||
|
||
|
||
V
|
||
|
||
|
||
|
||
|
||
|
||
|
||
">
|
||
<link rel="canonical" href="https://xn--xhq44jb2fzpc.com/strategy/">
|
||
|
||
<link rel="stylesheet" href="/css/custom.css">
|
||
|
||
<link rel="stylesheet" href="/css/dl.css">
|
||
<link crossorigin="anonymous" href="/assets/css/stylesheet.css" rel="preload stylesheet" as="style">
|
||
<link rel="icon" href="https://xn--xhq44jb2fzpc.com/icons/favicon.ico">
|
||
<link rel="icon" type="image/png" sizes="16x16" href="https://xn--xhq44jb2fzpc.com/icons/favicon-16x16.png">
|
||
<link rel="icon" type="image/png" sizes="32x32" href="https://xn--xhq44jb2fzpc.com/icons/favicon-32x32.png">
|
||
<link rel="apple-touch-icon" href="https://xn--xhq44jb2fzpc.com/icons/apple-touch-icon.png">
|
||
<link rel="mask-icon" href="https://xn--xhq44jb2fzpc.com/safari-pinned-tab.svg">
|
||
<meta name="theme-color" content="#2e2e33">
|
||
<meta name="msapplication-TileColor" content="#2e2e33">
|
||
<link rel="alternate" type="application/rss+xml" href="https://xn--xhq44jb2fzpc.com/strategy/index.xml">
|
||
<link rel="alternate" hreflang="en" href="https://xn--xhq44jb2fzpc.com/strategy/">
|
||
<noscript>
|
||
<style>
|
||
#theme-toggle,
|
||
.top-link {
|
||
display: none;
|
||
}
|
||
|
||
</style>
|
||
<style>
|
||
@media (prefers-color-scheme: dark) {
|
||
:root {
|
||
--theme: rgb(29, 30, 32);
|
||
--entry: rgb(46, 46, 51);
|
||
--primary: rgb(218, 218, 219);
|
||
--secondary: rgb(155, 156, 157);
|
||
--tertiary: rgb(65, 66, 68);
|
||
--content: rgb(196, 196, 197);
|
||
--code-block-bg: rgb(46, 46, 51);
|
||
--code-bg: rgb(55, 56, 62);
|
||
--border: rgb(51, 51, 51);
|
||
}
|
||
|
||
.list {
|
||
background: var(--theme);
|
||
}
|
||
|
||
.list:not(.dark)::-webkit-scrollbar-track {
|
||
background: 0 0;
|
||
}
|
||
|
||
.list:not(.dark)::-webkit-scrollbar-thumb {
|
||
border-color: var(--theme);
|
||
}
|
||
}
|
||
|
||
</style>
|
||
</noscript>
|
||
|
||
|
||
<meta property="og:title" content="攻略指南" />
|
||
<meta property="og:description" content="" />
|
||
<meta property="og:type" content="website" />
|
||
<meta property="og:url" content="https://xn--xhq44jb2fzpc.com/strategy/" />
|
||
|
||
<meta name="twitter:card" content="summary"/>
|
||
<meta name="twitter:title" content="攻略指南"/>
|
||
<meta name="twitter:description" content=""/>
|
||
|
||
|
||
<script type="application/ld+json">
|
||
{
|
||
"@context": "https://schema.org",
|
||
"@type": "BreadcrumbList",
|
||
"itemListElement": [
|
||
{
|
||
"@type": "ListItem",
|
||
"position": 1 ,
|
||
"name": "攻略指南",
|
||
"item": "https://xn--xhq44jb2fzpc.com/strategy/"
|
||
}
|
||
]
|
||
}
|
||
</script>
|
||
|
||
<link rel="stylesheet" href="/css/custom.css">
|
||
</head>
|
||
|
||
<body class="list" id="top">
|
||
<script>
|
||
if (localStorage.getItem("pref-theme") === "dark") {
|
||
document.body.classList.add('dark');
|
||
} else if (localStorage.getItem("pref-theme") === "light") {
|
||
document.body.classList.remove('dark')
|
||
} else if (window.matchMedia('(prefers-color-scheme: dark)').matches) {
|
||
document.body.classList.add('dark');
|
||
}
|
||
|
||
</script>
|
||
|
||
<header class="header">
|
||
<nav class="nav">
|
||
<div class="logo">
|
||
<a href="https://xn--xhq44jb2fzpc.com/" accesskey="h" title="NEU小站 (Alt + H)">NEU小站</a>
|
||
<div class="logo-switches">
|
||
<button id="theme-toggle" accesskey="t" title="(Alt + T)">
|
||
<svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="18" viewBox="0 0 24 24"
|
||
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
|
||
stroke-linejoin="round">
|
||
<path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path>
|
||
</svg>
|
||
<svg id="sun" xmlns="http://www.w3.org/2000/svg" width="24" height="18" viewBox="0 0 24 24"
|
||
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
|
||
stroke-linejoin="round">
|
||
<circle cx="12" cy="12" r="5"></circle>
|
||
<line x1="12" y1="1" x2="12" y2="3"></line>
|
||
<line x1="12" y1="21" x2="12" y2="23"></line>
|
||
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
|
||
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
|
||
<line x1="1" y1="12" x2="3" y2="12"></line>
|
||
<line x1="21" y1="12" x2="23" y2="12"></line>
|
||
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
|
||
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
|
||
</svg>
|
||
</button>
|
||
</div>
|
||
</div>
|
||
<ul id="menu">
|
||
<li>
|
||
<a href="https://xn--xhq44jb2fzpc.com/" title="主页">
|
||
<span>主页</span>
|
||
</a>
|
||
</li>
|
||
<li>
|
||
<a href="https://xn--xhq44jb2fzpc.com/strategy/" title="攻略指南">
|
||
<span class="active">攻略指南</span>
|
||
</a>
|
||
</li>
|
||
<li>
|
||
<a href="https://xn--xhq44jb2fzpc.com/rapidlinks/%E5%BF%AB%E9%80%9F%E9%93%BE%E6%8E%A5/" title="快速链接">
|
||
<span>快速链接</span>
|
||
</a>
|
||
</li>
|
||
<li>
|
||
<a href="https://xn--xhq44jb2fzpc.com/resources/" title="资源共享">
|
||
<span>资源共享</span>
|
||
</a>
|
||
</li>
|
||
<li>
|
||
<a href="https://xn--xhq44jb2fzpc.com/search/" title="搜索">
|
||
<span>搜索</span>
|
||
</a>
|
||
</li>
|
||
<li>
|
||
<a href="https://course.%e4%b8%9c%e5%8c%97%e5%a4%a7%e5%ad%a6.com" title="课程评分"target="_blank">
|
||
<span>课程评分</span>
|
||
<svg fill="none" shape-rendering="geometricPrecision" stroke="currentColor" stroke-linecap="round"
|
||
stroke-linejoin="round" stroke-width="2.5" viewBox="0 0 24 24" height="12" width="12">
|
||
<path d="M18 13v6a2 2 0 01-2 2H5a2 2 0 01-2-2V8a2 2 0 012-2h6"></path>
|
||
<path d="M15 3h6v6"></path>
|
||
<path d="M10 14L21 3"></path>
|
||
</svg>
|
||
</a>
|
||
</li>
|
||
<li>
|
||
<a href="https://f.wps.cn/g/QuaZnovL/" title="意见反馈"target="_blank">
|
||
<span>意见反馈</span>
|
||
<svg fill="none" shape-rendering="geometricPrecision" stroke="currentColor" stroke-linecap="round"
|
||
stroke-linejoin="round" stroke-width="2.5" viewBox="0 0 24 24" height="12" width="12">
|
||
<path d="M18 13v6a2 2 0 01-2 2H5a2 2 0 01-2-2V8a2 2 0 012-2h6"></path>
|
||
<path d="M15 3h6v6"></path>
|
||
<path d="M10 14L21 3"></path>
|
||
</svg>
|
||
</a>
|
||
</li>
|
||
<li>
|
||
<a href="https://xn--xhq44jb2fzpc.com/submission/" title="用户中心">
|
||
<span>用户中心</span>
|
||
</a>
|
||
</li>
|
||
<li>
|
||
<a href="https://xn--xhq44jb2fzpc.com/log/" title="更新日志">
|
||
<span>更新日志</span>
|
||
</a>
|
||
</li>
|
||
</ul>
|
||
</nav>
|
||
</header>
|
||
|
||
<main class="main">
|
||
<script src="/js/card.js"></script>
|
||
<link rel="stylesheet" href="/css/card.css">
|
||
|
||
|
||
|
||
<header class="page-header">
|
||
|
||
<h1>
|
||
攻略指南
|
||
|
||
</h1>
|
||
|
||
</header>
|
||
|
||
|
||
|
||
<div class="post-content">
|
||
|
||
<p>攻略指南板块有NEUer们可能想知道的各种问题,每个内容下面都设置评论区,供大家自由交流和解惑~</p>
|
||
<p><strong>注:</strong>如果您有意愿为本版块投稿内容,<strong>请单击<a href="/submission">此处</a></strong>。</p>
|
||
<p>为鼓励大家积极投稿,<strong>本站投稿者可获得专属访问密码以访问本站加密资源</strong>,感谢您的支持~</p>
|
||
<hr>
|
||
|
||
|
||
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<article class="post-entry">
|
||
<header class="entry-header">
|
||
<h2>
|
||
|
||
<span class="entry-hint" title="置顶内容" style="background-color: blue; color: white; font-weight: bold; font-size: 0.8em; padding: 3px 6px; border-radius: 5px; margin-right: 3px; display: inline-flex; justify-content: center; ">
|
||
置顶
|
||
</span>
|
||
|
||
宿舍规格
|
||
|
||
|
||
<span class="entry-hint" title="东北大学官方内容,具有高可靠性。" style="background-color: red; color: white; font-weight: bold; font-size: 0.8em; padding: 3px 6px; border-radius: 5px; margin-left: 3px; display: inline-flex; justify-content: center; ">
|
||
官方
|
||
</span>
|
||
|
||
|
||
</h2>
|
||
</header>
|
||
|
||
<div class="entry-content">
|
||
<p>此处列举了南湖校区和浑南校区的宿舍床铺规格,供大家选购床上用品参考。
|
||
南湖校区宿舍规格 序号 宿舍 长、宽 (mm) 误差≤10 类型 人数 类型 1 一舍东、西 4张1900*850
|
||
2张2000*850 上下铺 6 男本科 2 老二舍东、西 1970*900 上下铺 6 男本科 3 新二舍 2000*900 上床下桌 6 男本科 4 三舍AB、C及六舍 2000*900 上床下桌 4 男本科、男硕士 5 四舍东、西 1960*900 上下铺 6 女本科 6 五舍 1960*900 上下铺 6 男本科 7 培训公寓 1960*900 上下铺 6 女本科 8 七舍 1960*900 单床 2 男博士 9 八舍ABC 1965*900 上床下桌 4 男硕士 10 八舍DEF 1950*890 上床下桌 4 女硕士 11 八舍G 1950*890 上床下桌 4 男硕士、男预科 12 八舍H高层 1980*890 单床 3 男博士 13 八舍H低层 1950*890 上床下桌 4 男硕士 14 九舍E、G 1970*910 上床下桌 6 女本科、女硕士 15 九舍A、D 1965*900 上床下桌 4 女博士、女硕士 16 九舍BC 1965*900 单床 2 男博士 17 九舍F东、西 1960*900 单床 2 女博士 18 十舍ABC 1960*900 上床下桌 4 男硕士 注:学生因身体等原因,可以根据实际情况,申请更换加长床(一般为2100mm)等特殊类型公寓床。...</p>
|
||
</div>
|
||
|
||
|
||
<footer class="entry-footer">
|
||
|
||
</footer>
|
||
|
||
<a class="entry-link" aria-label="post link to 宿舍规格" href="https://xn--xhq44jb2fzpc.com/strategy/%E5%AE%BF%E8%88%8D%E8%A7%84%E6%A0%BC/"></a>
|
||
</article>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<article class="post-entry">
|
||
<header class="entry-header">
|
||
<h2>
|
||
|
||
<span class="entry-hint" title="置顶内容" style="background-color: blue; color: white; font-weight: bold; font-size: 0.8em; padding: 3px 6px; border-radius: 5px; margin-right: 3px; display: inline-flex; justify-content: center; ">
|
||
置顶
|
||
</span>
|
||
|
||
各省老乡群
|
||
|
||
|
||
|
||
</h2>
|
||
</header>
|
||
|
||
<div class="entry-content">
|
||
<p>下面收集了各省东北大学老乡QQ群。
|
||
江西:567607098 湖北:338739822 陕西:793364312 山西:146705456 山东:346887306 云南:123029005 贵州:263439144 安徽:365976277 河南:863737769 重庆:422276520 四川:692022184 福建:780660540 辽宁:784170109 江苏:630125296 上面没有列举的群号可以在评论区补充,网站管理员会不断更新~</p>
|
||
</div>
|
||
|
||
|
||
<footer class="entry-footer">
|
||
|
||
</footer>
|
||
|
||
<a class="entry-link" aria-label="post link to 各省老乡群" href="https://xn--xhq44jb2fzpc.com/strategy/%E7%BE%A4/"></a>
|
||
</article>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<article class="post-entry">
|
||
<header class="entry-header">
|
||
<h2>
|
||
|
||
<span class="entry-hint" title="置顶内容" style="background-color: blue; color: white; font-weight: bold; font-size: 0.8em; padding: 3px 6px; border-radius: 5px; margin-right: 3px; display: inline-flex; justify-content: center; ">
|
||
置顶
|
||
</span>
|
||
|
||
【综测】东北大学学生创新创业竞赛星级分类表
|
||
|
||
|
||
<span class="entry-hint" title="东北大学官方内容,具有高可靠性。" style="background-color: red; color: white; font-weight: bold; font-size: 0.8em; padding: 3px 6px; border-radius: 5px; margin-left: 3px; display: inline-flex; justify-content: center; ">
|
||
官方
|
||
</span>
|
||
|
||
|
||
</h2>
|
||
</header>
|
||
|
||
<div class="entry-content">
|
||
<p>标签:#综测 #星级 #科技竞赛 #保研 #PDF
|
||
注:如还有其他学院表格需要补充,欢迎扫描网站下方管理员的微信二维码,联系管理员进行添加!
|
||
温馨提示:手机可能无法正常预览PDF文件,请使用电脑端进行预览。
|
||
创新创业学院表格 此为创新创业学院认定表格,更新时间为2023年。重点竞赛已在表中特别标注。
|
||
您的设备无法正常显示PDF文件。 点击此处下载。
|
||
软件学院表格 此为软件学院认定表格,更新时间为2023年5月。
|
||
您的设备无法正常显示PDF文件。 点击此处下载。</p>
|
||
</div>
|
||
|
||
|
||
<footer class="entry-footer">
|
||
|
||
</footer>
|
||
|
||
<a class="entry-link" aria-label="post link to 【综测】东北大学学生创新创业竞赛星级分类表" href="https://xn--xhq44jb2fzpc.com/strategy/%E6%98%9F%E7%BA%A7/"></a>
|
||
</article>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<article class="post-entry">
|
||
<header class="entry-header">
|
||
<h2>
|
||
|
||
东北大学选课相关指南及一些小tips
|
||
|
||
|
||
|
||
<span class="entry-hint" title="优质资源" style="background-color: rgb(255, 196, 0); color: white; font-weight: bold; font-size: 0.8em; padding: 3px 6px; border-radius: 5px; margin-left: 3px; display: inline-flex; justify-content: center; ">
|
||
优质
|
||
</span>
|
||
|
||
</h2>
|
||
</header>
|
||
|
||
<div class="entry-content">
|
||
<p>标签:#选课 #选修课 #权重值 #PDF
|
||
温馨提示:手机可能无法正常预览PDF文件,请使用电脑进行在线预览。
|
||
您的设备无法正常显示PDF文件。 点击此处下载。</p>
|
||
</div>
|
||
|
||
|
||
<footer class="entry-footer">
|
||
|
||
</footer>
|
||
|
||
<a class="entry-link" aria-label="post link to 东北大学选课相关指南及一些小tips" href="https://xn--xhq44jb2fzpc.com/strategy/%E9%80%89%E8%AF%BE/"></a>
|
||
</article>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<article class="post-entry">
|
||
<header class="entry-header">
|
||
<h2>
|
||
|
||
东北大学南湖校区二食堂食用方案
|
||
|
||
|
||
|
||
</h2>
|
||
</header>
|
||
|
||
<div class="entry-content">
|
||
<p>标签:#二食堂 #南湖校区 #美食 #智慧食堂 #PDF
|
||
温馨提示:手机可能无法正常预览PDF文件,请使用电脑端进行预览。
|
||
东北大学二食堂食用方案 东北大学二食堂食用方案,具体内容见文件,欢迎转发并提出宝贵意见
|
||
联系方式Q:1322885038
|
||
您的设备无法正常显示PDF文件。 点击此处下载。</p>
|
||
</div>
|
||
|
||
|
||
<footer class="entry-footer">
|
||
|
||
</footer>
|
||
|
||
<a class="entry-link" aria-label="post link to 东北大学南湖校区二食堂食用方案" href="https://xn--xhq44jb2fzpc.com/strategy/%E4%BA%8C%E9%A3%9F%E5%A0%82/"></a>
|
||
</article>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<article class="post-entry">
|
||
<header class="entry-header">
|
||
<h2>
|
||
|
||
工商管理学院分流综测、奖学金综测及保研综测解读
|
||
|
||
|
||
|
||
<span class="entry-hint" title="优质资源" style="background-color: rgb(255, 196, 0); color: white; font-weight: bold; font-size: 0.8em; padding: 3px 6px; border-radius: 5px; margin-left: 3px; display: inline-flex; justify-content: center; ">
|
||
优质
|
||
</span>
|
||
|
||
</h2>
|
||
</header>
|
||
|
||
<div class="entry-content">
|
||
<p>标签:#管院 #工管 #经管 #综测 #保研 #奖学金 #分流
|
||
此文主要对管院涉及个人发展的分流、奖学金及保研综测文件进行解读与剖析,同时也有一些针对各部分如何发力的建议,以帮助管院太想进步的友友“百尺竿头,更进一步”。
|
||
针对学分与绩点的含义与具体问题,攻略指南板块已有文件详细说明,友友们可自行前往该板块阅读,此文将不做过多赘述。
|
||
总公式 首先需要明确的是管院均采用 综合排名成绩 (以下简称“综测”)。
|
||
先给出分别的计算公式:(各项满分均为100)
|
||
分流综合排名成绩 = 加权平均学分绩 * 90% + 综合考核成绩 *10%
|
||
奖学金综合排名成绩 = 加权平均学分绩 * 80% + 综合素质测评成绩 *20%
|
||
推免综合排名成绩 = 加权平均学分绩 * 80% + 综合考核成绩 *20%
|
||
加权平均学分绩 以上计算公式加权平均学分绩均相同(包括必修和选修所有课程,但是奖学金综测会把人文选选修课程剔除),加权平均学分绩 = (GPA+5)×10
|
||
特别注意分流只涉及第一学年成绩,奖学金则是每学年的平均学分绩单独算(意味着大一成绩不好,大二单学年的绩点排名靠前仍然可以拿到当年的奖学金),推免则是前六学期的绩点全部纳入其中
|
||
针对绩点部分的建议 :
|
||
课堂表现:部分课程需要上课积极表达,提出问题的学生,如国际贸易、财政学等,课程回答问题会记录,这种课程鼓励大家敢于发言,争取把平时分刷满;
|
||
课程考核:有期中考试和期末考试是问答题形式的要多写,把自己知道的相关知识都写上,字体一定要工整,会有不错的分数;
|
||
课程选择:选修课程部分考核形式较难,分数良莠不齐,建议选课前提前咨询相关专业的学长学姐;同时培养计划一定仔细研读,争取大四前把每一类课程选满
|
||
综合考核成绩 以上计算公式中综合考核成绩含义有所不同,将分别将其引出。由于奖学金综测涵盖的范围最广,先对其进行解读;紧接着是对保研综测的分析,然后是对分流综测的总结。
|
||
奖学金综测 该部分主要包括德智体美劳五个方面的分数评定,适用于2022级及之后的同学。
|
||
德育 思想品德部分 几乎可以拿满分8分,但是青年大学习每缺一次扣0.2分;
|
||
集体建设部分 一部分是不能无故缺席集体活动,如团日,学院统一的讲座等,分别有不同程度的扣分,第二方面是班集体和寝室建设的加分,对先进班集体等班级称号和十佳寝室等寝室称号有不同程度的加分
|
||
社会工作部分 则是针对任职的加分,干部加分不累加,取加分最高的职位进行加分。由学生组织、班级同学、指导老师及辅导员共同打分,每部分占25%。
|
||
针对德育的建议:不要缺席活动;争取有一定的任职(最好是班内);积极参加班级活动,营造好的学习氛围,鼓励参与校级文体、科创活动等(对参评先进班集体有帮助)
|
||
智育 基准分数部分 要求参加两次及两次以上的学术报告等活动,基准分为5分(此类活动不太好抢,会在年级大群公开发布,需要注意消息,抢报告参会名额)
|
||
科创活动部分 严格遵守东北大学学生创新创业竞赛星级分类表 ;特别的,大创项目结项中的国家级、省级和校级的优秀、良好和合格等级分别对应科技竞赛中的国家级、省级和校级的一等奖、二等奖和三等奖。此项加分后,大创结项项目论文不额外加分。
|
||
获得专利,又将专利成果发表论文,不累加
|
||
学术研究部分 相对来说发表的期刊要求没那么严格,当然几乎没几个人靠论文加分,22级及以后此部分占分为10分,意味着对学术论文的要求进一步提升,若无论文则意味着这10分没有办法弥补...</p>
|
||
</div>
|
||
|
||
|
||
<footer class="entry-footer">
|
||
|
||
</footer>
|
||
|
||
<a class="entry-link" aria-label="post link to 工商管理学院分流综测、奖学金综测及保研综测解读" href="https://xn--xhq44jb2fzpc.com/strategy/%E5%B7%A5%E7%AE%A1%E7%BB%BC%E6%B5%8B/"></a>
|
||
</article>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<article class="post-entry">
|
||
<header class="entry-header">
|
||
<h2>
|
||
|
||
【新生指南】学分、绩点是什么?有什么用?
|
||
|
||
|
||
|
||
<span class="entry-hint" title="优质资源" style="background-color: rgb(255, 196, 0); color: white; font-weight: bold; font-size: 0.8em; padding: 3px 6px; border-radius: 5px; margin-left: 3px; display: inline-flex; justify-content: center; ">
|
||
优质
|
||
</span>
|
||
|
||
</h2>
|
||
</header>
|
||
|
||
<div class="entry-content">
|
||
<p>标签:#学分 #绩点 #英语 #免修 #转专业
|
||
学分 学分是什么 学分是一种衡量学习进度和完成课程要求的单位。每个课程都会分配一定的学分,通常由学时来决定。学分数通常与课程的教学内容和难度相关。
|
||
在东北大学,理论课16学时1学分,实践课32学时1学分,其中1学时为1节课的时长(一般为50分钟)。学分可以理解为一门课的相对重要程度。
|
||
例如,《高等数学》占5个学分,而《体育》仅占0.75个学分。
|
||
在完成学位要求时,学生需要获得一定数量的学分。这意味着必须修满规定的课程,并且通过这些课程获得足够的学分方可毕业。一门课的最终成绩大于60分(不挂科)通过后即可获得此课程的全部学分。
|
||
学分有什么用 学分的用处其实并不多,可以归结为两方面:
|
||
毕业 只有修够相应的学分,才能顺利完成培养计划,拿到毕业证书。
|
||
作为权重,计算总平均绩点 这个在绩点里会详细介绍。
|
||
绩点 绩点是什么 绩点是用于评估学生学习成绩的指标,绩点的计算与学生获得的成绩有关。高分对应较高的绩点,低分对应较低的绩点。每个课程在结课时都会给予学生一个绩点。
|
||
根据绩点计算方式的不同,我们可以把所有课程分为三类:
|
||
百分制成绩 百分制成绩(为0-100之间的整数)按照如下公式计算:
|
||
由此可知,绩点是一个一位小数。百分制课程最高能获得5的绩点(但几乎不可能),最低则为0。例如,某门课程你最终获得了97分,那么你的绩点就是$\displaystyle\frac{97}{10}-5=4.7$;若你刚好及格得了60分,那么你的绩点就是$\displaystyle\frac{60}{10}-5=1$;若你不幸得了59分,那么你的绩点就是0。
|
||
大部分百分制课程最终成绩的组成分为平时成绩、期中成绩(部分课没有)、期末成绩三个部分,各自占有一定的比例,对其求加权平均值得到期末成绩。
|
||
请注意:如果你不幸挂科了,那么补考只会改变你的期末成绩,前面两项的成绩仍然不变。这就意味着有些平时和期中成绩太低的同学,即使在补考中考了满分,也依然可能挂科。这种情况称为“无效补考”,并意味着你必须参加下一学期或学年的重修。挂科后,如果通过(总成绩≥60),即使补考得分很高,最终绩点也是1。所以切忌想着靠补考来提高绩点!
|
||
我们的课程按照考查方式分为考查课(无教务系统排考的期末考试)和考试课(有教务系统排考的期末考试)两种。考试课几乎都是采用百分制成绩。
|
||
常见的百分制成绩课程有:高等数学(5学分)、线性代数(3学分)、大学物理(4学分)、大学英语(3-3.5学分)、概率论与数理统计(3.5学分)、军事理论(2学分)、体育(0.75学分)等。
|
||
注:部分考查课也有期末考试,如体育。只是考试课的期末考试是学校统一安排,可以在你的教务系统中查询时间和考场地点;而考查课如有期末考试,则由科任老师自主安排。
|
||
五分制成绩 五分制成绩只有5种得分,即4.5、3.5、2.5、1.5、0。这意味着,你最高只能得到4.5的绩点;而只有少部分的学生,才会得到0绩点,即挂科。
|
||
五分制成绩一般都是考查课(无期末考试)。因此,若不幸挂科,一般只能重修。所以,平时一定切忌频繁地旷课、缺席哦!
|
||
常见的五分制成绩课程有:思想道德与法治(3学分)、中国近现代史纲要(3学分)、军训(2学分)、改革开放史(1学分)等。
|
||
二分制成绩 二分制成绩只有2种得分,即3和0。这意味着,你最高只能得到3的绩点;而只有极少部分的学生,才会得到0绩点,即挂科。
|
||
注:由于二分制成绩最高只有3分,因此对高分选手很不友好,因为这门课常常会拖低你的总平均绩点(后面会讲到这个概念)。
|
||
常见的二分制成绩课程有:形势与政策(0.5学分)等。
|
||
总平均绩点 总平均绩点(Grade Point Average,简称GPA),是每门课程绩点对其学分的加权平均值,即
|
||
$$
|
||
\mathrm{GPA}=\frac{\text{课}1\text{的绩点}\times \text{课}1\text{的学分}+\text{课}2\text{的绩点}\times \text{课}2\text{的学分}+\cdots}{\text{课}1\text{的学分}+\text{课}2\text{的学分}+\cdots}
|
||
$$
|
||
GPA在你的教务系统中是能够实时查看的,结果保留4位小数(四舍五入)。例如,某个时刻你已经出了分的课程有:
|
||
高等数学(一) 学分5 绩点3 大学英语(一) 学分3.5 绩点2.6 思想道德与法治 学分3 绩点4.5 那么此时你的GPA为:
|
||
$$
|
||
\frac{5\times 3+3.5\times 2.6+3\times 4.5}{5+3.5+3}\approx 3.2696
|
||
$$
|
||
一般来说,GPA能够达到4以上是非常优秀的。请注意,你是在和你同专业的所有人一起排名。
|
||
绩点有什么用 一般来说,绩点(指总平均绩点,下同)是本科生大学学业完成质量的最直观表达,这就是你所得的分数,只不过换了种方式呈现而已。
|
||
绩点对保研(免试攻读研究生)、奖学金、评奖评优、入党、大类分流都有最直接、最重要的影响,转专业更是只看绩点。转专业在大一学年末进行,届时会公布学院本届所有学生的绩点排名。
|
||
关于绩点的一些事 英语分班 注意:本规则适用于东北大学本科生,且为外国语学院、软件学院、艺术学院、体育部、材料科学与工程学院材料科学与工程(中外合作办学)、医学与生物信息工程学院生物医学工程(中外合作办学)等学院或专业除外的学生。...</p>
|
||
</div>
|
||
|
||
|
||
<footer class="entry-footer">
|
||
|
||
</footer>
|
||
|
||
<a class="entry-link" aria-label="post link to 【新生指南】学分、绩点是什么?有什么用?" href="https://xn--xhq44jb2fzpc.com/strategy/%E5%AD%A6%E5%88%86%E7%BB%A9%E7%82%B9%E6%98%AF%E4%BB%80%E4%B9%88/"></a>
|
||
</article>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<article class="post-entry">
|
||
<header class="entry-header">
|
||
<h2>
|
||
|
||
软件工程金融科技特色班分流指导
|
||
|
||
|
||
|
||
<span class="entry-hint" title="优质资源" style="background-color: rgb(255, 196, 0); color: white; font-weight: bold; font-size: 0.8em; padding: 3px 6px; border-radius: 5px; margin-left: 3px; display: inline-flex; justify-content: center; ">
|
||
优质
|
||
</span>
|
||
|
||
</h2>
|
||
</header>
|
||
|
||
<div class="entry-content">
|
||
<p>标签:#软件学院 #软院 #PDF #软金特 #软工 #专业分流
|
||
温馨提示:手机可能无法正常预览PDF文件,请使用电脑进行在线预览。
|
||
您的设备无法正常显示PDF文件。 点击此处下载。</p>
|
||
</div>
|
||
|
||
|
||
<footer class="entry-footer">
|
||
|
||
</footer>
|
||
|
||
<a class="entry-link" aria-label="post link to 软件工程金融科技特色班分流指导" href="https://xn--xhq44jb2fzpc.com/strategy/%E8%BD%AF%E9%87%91%E7%89%B9%E5%88%86%E6%B5%81/"></a>
|
||
</article>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</main>
|
||
|
||
<footer class="footer">
|
||
<span>© 2024 <a href="https://xn--xhq44jb2fzpc.com/">NEU小站</a></span> ·
|
||
<span id="ember-container">
|
||
联系网站管理员
|
||
<div id="qr-code" class="hidden">
|
||
<img src="https://www.xn--xhq44jb2fzpc.com/qrcode/ember.png" alt="QR Code" />
|
||
</div>
|
||
</span>
|
||
|
||
<div>
|
||
<span style="white-space: nowrap;">
|
||
<img src="https://beian.mps.gov.cn/web/assets/logo01.6189a29f.png" alt="公安标识" style="vertical-align: middle; height: 16px; display: inline-block;">
|
||
<a href="https://beian.mps.gov.cn/" target="_blank">
|
||
赣公网安备36090202000259号</a>
|
||
|
|
||
<a href="https://beian.miit.gov.cn/" target="_blank">赣ICP备2024039267号-1</a>
|
||
</span>
|
||
</div>
|
||
|
||
|
||
|
||
</footer>
|
||
<a href="#top" aria-label="go to top" title="Go to Top (Alt + G)" class="top-link" id="top-link" accesskey="g">
|
||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6" fill="currentColor">
|
||
<path d="M12 6H0l6-6z" />
|
||
</svg>
|
||
</a>
|
||
|
||
<style>
|
||
#ember-container {
|
||
position: relative;
|
||
display: inline-block;
|
||
cursor: pointer;
|
||
}
|
||
|
||
#qr-code {
|
||
position: absolute;
|
||
bottom: 100%;
|
||
left: 50%;
|
||
transform: translateX(-50%);
|
||
padding: 10px;
|
||
background-color: #fff;
|
||
border: 1px solid #ccc;
|
||
border-radius: 10px;
|
||
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
|
||
width: 200px;
|
||
height: 200px;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
opacity: 0;
|
||
visibility: hidden;
|
||
transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
|
||
}
|
||
|
||
#qr-code img {
|
||
max-width: 100%;
|
||
max-height: 100%;
|
||
border-radius: 10px;
|
||
}
|
||
|
||
#ember-container:hover #qr-code,
|
||
#ember-container:focus #qr-code {
|
||
opacity: 1;
|
||
visibility: visible;
|
||
}
|
||
</style>
|
||
|
||
|
||
|
||
<script>
|
||
let menu = document.getElementById('menu')
|
||
if (menu) {
|
||
menu.scrollLeft = localStorage.getItem("menu-scroll-position");
|
||
menu.onscroll = function () {
|
||
localStorage.setItem("menu-scroll-position", menu.scrollLeft);
|
||
}
|
||
}
|
||
|
||
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
|
||
anchor.addEventListener("click", function (e) {
|
||
e.preventDefault();
|
||
var id = this.getAttribute("href").substr(1);
|
||
if (!window.matchMedia('(prefers-reduced-motion: reduce)').matches) {
|
||
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView({
|
||
behavior: "smooth"
|
||
});
|
||
} else {
|
||
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView();
|
||
}
|
||
if (id === "top") {
|
||
history.replaceState(null, null, " ");
|
||
} else {
|
||
history.pushState(null, null, `#${id}`);
|
||
}
|
||
});
|
||
});
|
||
|
||
document.addEventListener('DOMContentLoaded', function() {
|
||
var emberContainer = document.getElementById('ember-container');
|
||
emberContainer.addEventListener('mouseenter', function() {
|
||
var qrCode = document.getElementById('qr-code');
|
||
qrCode.classList.remove('hidden');
|
||
});
|
||
emberContainer.addEventListener('mouseleave', function() {
|
||
var qrCode = document.getElementById('qr-code');
|
||
qrCode.classList.add('hidden');
|
||
});
|
||
});
|
||
</script>
|
||
<script>
|
||
var mybutton = document.getElementById("top-link");
|
||
window.onscroll = function () {
|
||
if (document.body.scrollTop > 800 || document.documentElement.scrollTop > 800) {
|
||
mybutton.style.visibility = "visible";
|
||
mybutton.style.opacity = "1";
|
||
} else {
|
||
mybutton.style.visibility = "hidden";
|
||
mybutton.style.opacity = "0";
|
||
}
|
||
};
|
||
</script>
|
||
<script>
|
||
document.getElementById("theme-toggle").addEventListener("click", () => {
|
||
if (document.body.className.includes("dark")) {
|
||
document.body.classList.remove('dark');
|
||
localStorage.setItem("pref-theme", 'light');
|
||
} else {
|
||
document.body.classList.add('dark');
|
||
localStorage.setItem("pref-theme", 'dark');
|
||
}
|
||
})
|
||
</script>
|
||
|
||
|
||
|
||
|
||
<script type="text/javascript" async
|
||
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
|
||
MathJax.Hub.Config({
|
||
tex2jax: {
|
||
inlineMath: [['$','$']],
|
||
displayMath: [['$$','$$']],
|
||
processEscapes: true,
|
||
processEnvironments: true,
|
||
skipTags: ['script', 'noscript', 'style', 'textarea', 'pre'],
|
||
TeX: { equationNumbers: { autoNumber: "AMS" },
|
||
extensions: ["AMSmath.js", "AMSsymbols.js"] }
|
||
}
|
||
});
|
||
|
||
MathJax.Hub.Queue(function() {
|
||
|
||
|
||
|
||
var all = MathJax.Hub.getAllJax(), i;
|
||
for(i = 0; i < all.length; i += 1) {
|
||
all[i].SourceElement().parentNode.className += ' has-jax';
|
||
}
|
||
});
|
||
</script>
|
||
|
||
<style>
|
||
code.has-jax {
|
||
font: inherit;
|
||
font-size: 100%;
|
||
background: inherit;
|
||
border: inherit;
|
||
color: #515151;
|
||
}
|
||
</style>
|
||
</body>
|
||
|
||
</html>
|