Skip to content

Commit

Permalink
Merge pull request #134 from HITSZ-OpenAuto/OliverWu515-patch-2
Browse files Browse the repository at this point in the history
更新选课指南
  • Loading branch information
OliverWu515 authored Jul 18, 2024
2 parents fc0f8c8 + 8e5a7fb commit 20e6fd1
Show file tree
Hide file tree
Showing 12 changed files with 102 additions and 27 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/course.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -256,9 +256,11 @@ jobs:
if [ ${CATEGORY} = "限选" ]
then
MODULE=`cat "tag_${line}.txt" | grep -E "^module:..*$" | sed -E 's/^module:.(.*)$/\1/'`
echo "该课程属于限选课程的${MODULE}模块。" >> "./content/docs/${semester}/${line}.md"
echo "该课程属于专业限选课程。21级和22级的限选课学分要求不同。" >> "./content/docs/${semester}/${line}.md"
echo '<br>' >> "./content/docs/${semester}/${line}.md"
echo "什么是${MODULE}模块?请查阅[限选课选课指南](https://hoa.moe/blog/selecting-distributive-lessons/)。" >> "./content/docs/${semester}/${line}.md"
echo "如果你是21级学生,请查阅[21级限选课选课指南](https://hoa.moe/blog/distributive-guidance-for-21/)。" >> "./content/docs/${semester}/${line}.md"
echo '<br>' >> "./content/docs/${semester}/${line}.md"
echo "如果你是22级学生,请查阅[22级限选课选课指南](https://hoa.moe/blog/distributive-guidance-for-22/)。" >> "./content/docs/${semester}/${line}.md"
fi

curl "https://raw.githubusercontent.com/HITSZ-OpenAuto/${line}/main/README.md" -o "temp.md"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 哈工大(深圳)自动化专业 限选课选课说明及选课建议
date: 2023-11-09
title: 21级自动化学生限选课选课说明及选课建议
date: 2024-07-18
authors:
- name: 吴俊达
link: https://github.com/oliverwu515
Expand All @@ -11,7 +11,7 @@ excludeSearch: false

自动化专业的培养方案中有<u>三个模块的专业限选课以及“实践课程体系”</u>,常常让人摸不着头脑。这里给大家来分析一下这些课的信息、以及给大家一些选课的建议。

此为21级学生方案,培养方案每年都在更新,**因此欢迎学弟学妹参与贡献!**
此为21级学生方案,22级的指南见[此处](https://hoa.moe/blog/distributive-guidance-for-22/)

点击蓝色的课程名即可跳转对应页面查看详情及下载资料。

Expand Down
61 changes: 61 additions & 0 deletions content/blog/distributive-guidance-for-22/index.zh-cn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
---
title: 22级自动化学生限选课选课说明及选课建议
date: 2024-07-18
authors:
- name: 吴俊达
link: https://github.com/oliverwu515
image: https://github.com/oliverwu515.png
description: 限选课怎么选?看这一篇就够了!
excludeSearch: false
---

根据新鲜出炉的培养方案,22级自动化学生需要选择“基础选修课”和“拓展选修课”。这里给大家来分析一下这些课的信息、以及给大家一些选课的建议。

此为22级学生方案,21级的指南见[此处](https://hoa.moe/blog/distributive-guidance-for-21/)

培养方案每年都在更新,**因此欢迎学弟学妹参与贡献!**

首先明确,所有的限选课都是**考查课**。 其次,限选课和必修课是一起选课,而不是和通识课一起选课,所以不要忘了选课!

## 基础选修课

(点击蓝色的课程名即可跳转对应页面查看详情及下载资料)

| 序号 | 开课学期 | 课程名称 | 学分 | 总学时 | 讲课 | 实验 |
| ---- | -------- | ------------ | ---- | ------ | ---- | ---- |
| 1 | 大三上 | [数学规划与数值优化](https://hoa.moe/docs/junior-spring/math3010/) | 2.0 | 32 | 32 | |
| 2 | 大三上 | [数字图像处理](https://hoa.moe/docs/junior-autumn/auto3003/) | 2.0 | 32 | 24 | 8 |
| 3 | 大三上 | 模式识别 | 2.0 | 32 | 24 | 8 |
| 4 | 大三下 | [过程控制系统](https://hoa.moe/docs/junior-spring/auto3007/) | 2.0 | 32 | 20 | 12 |
| 5 | 大三下 | [机器人学导论](https://hoa.moe/docs/junior-spring/auto3005/) | 2.0 | 36 | 28 | 8 |
| 6 | 大三下 | 运动控制系统 | 2.0 | 32 | 24 | 8 |
| 7 | 大四上 | [凸优化与最优控制](https://hoa.moe/docs/senior-autumn/auto5023/) | 2.0 | 32 | 32 | |

以上7门课至少选择其中2门,即达到学分要求。

## 拓展选修课
(点击蓝色的课程名即可跳转对应页面查看详情及下载资料)

| 序号 | 开课学期 | 课程名称 | 学分 | 总学时 | 讲课 | 实验 |
| ---- | -------- | ---------------- | ---- | ------ | ---- | ---- |
| 1 | 大二上 | [C++ 语言程序设计](https://hoa.moe/docs/sophomore-autumn/comp2014/) | 2.0 | 32 | 20 | 12 |
| 2 | 大二下 | [数据结构与算法](https://hoa.moe/docs/sophomore-spring/comp2050/) | 2.0 | 32 | 24 | 8 |
| 3 | 大三上 | 机器学习概论 | 2.0 | 32 | 32 | |
| 4 | 大三上 | 嵌入式系统 | 2.0 | 32 | 32 | |
| 5 | 大三下 | [机器视觉](https://hoa.moe/docs/junior-spring/auto3006/) | 2.0 | 32 | 24 | 8 |
| 6 | 大四上 | 人工智能基础 | 2.0 | 32 | 32 | |
| 7 | 大四上 | 移动机器人导论 | 2.0 | 32 | 24 | 8 |
| 8 | 大四上 | 信息论 | 2.0 | 32 | 32 | |
| 9 | 大四上 | 脑机接口导论 | 2.0 | 32 | 24 | 8 |
| 10 | 大四上 | 类脑智能技术 | 2.0 | 32 | 32 | |
| 11 | 大四上 | 先进控制概论 | 2.0 | 32 | 32 | |

以上11门课至少选择其中1门,即达到学分要求。


## 限选课选课建议
(欢迎补充)

毕业的最低学分要求降低了,减轻了学生的负担,是好事;同时课程总量更加丰富,给有提升自己的需求的同学更广的选择余地。

建议大家根据自身学习能力妥善选课。(能力强的同学可以选一些目前没有资料的课程,建设课程资料)
6 changes: 4 additions & 2 deletions content/docs/junior-autumn/AUTO3003.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ math: true
---
最近由 Kowyo 更新于 2024.5.18,更新内容:Add trigger workflow (#6)

该课程属于限选课程的智能检测模块
该课程属于专业限选课程。21级和22级的限选课学分要求不同
<br>
什么是智能检测模块?请查阅[限选课选课指南](https://hoa.moe/blog/selecting-distributive-lessons/)
如果你是21级学生,请查阅[21级限选课选课指南](https://hoa.moe/blog/distributive-guidance-for-21/)
<br>
如果你是22级学生,请查阅[22级限选课选课指南](https://hoa.moe/blog/distributive-guidance-for-22/)

![Static Badge](https://img.shields.io/badge/%E8%80%83%E6%9F%A5%E8%AF%BE-green) ![Static Badge](https://img.shields.io/badge/%E5%AD%A6%E5%88%86-2-moccasin)

Expand Down
6 changes: 4 additions & 2 deletions content/docs/junior-spring/AUTO3005.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ math: true
---
最近由 吴俊达 更新于 2024.7.4,更新内容:更新作业、实验报告、课设版本各一 (#7)

该课程属于限选课程的机器人与智能系统模块
该课程属于专业限选课程。21级和22级的限选课学分要求不同
<br>
什么是机器人与智能系统模块?请查阅[限选课选课指南](https://hoa.moe/blog/selecting-distributive-lessons/)
如果你是21级学生,请查阅[21级限选课选课指南](https://hoa.moe/blog/distributive-guidance-for-21/)
<br>
如果你是22级学生,请查阅[22级限选课选课指南](https://hoa.moe/blog/distributive-guidance-for-22/)


![Static Badge](https://img.shields.io/badge/%E8%80%83%E6%9F%A5%E8%AF%BE-green)
Expand Down
6 changes: 4 additions & 2 deletions content/docs/junior-spring/AUTO3006.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ math: true
---
最近由 吴俊达 更新于 2024.6.11,更新内容:增加一个课程设计解决方案 (#4)

该课程属于限选课程的智能检测模块
该课程属于专业限选课程。21级和22级的限选课学分要求不同
<br>
什么是智能检测模块?请查阅[限选课选课指南](https://hoa.moe/blog/selecting-distributive-lessons/)
如果你是21级学生,请查阅[21级限选课选课指南](https://hoa.moe/blog/distributive-guidance-for-21/)
<br>
如果你是22级学生,请查阅[22级限选课选课指南](https://hoa.moe/blog/distributive-guidance-for-22/)

![Static Badge](https://img.shields.io/badge/%E8%80%83%E6%9F%A5%E8%AF%BE-green)
![Static Badge](https://img.shields.io/badge/%E5%AD%A6%E5%88%86-2-moccasin)
Expand Down
6 changes: 4 additions & 2 deletions content/docs/junior-spring/AUTO3007.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ math: true
---
最近由 吴俊达 更新于 2024.6.20,更新内容:添加课程教材信息

该课程属于限选课程的控制理论与控制工程模块
该课程属于专业限选课程。21级和22级的限选课学分要求不同
<br>
什么是控制理论与控制工程模块?请查阅[限选课选课指南](https://hoa.moe/blog/selecting-distributive-lessons/)
如果你是21级学生,请查阅[21级限选课选课指南](https://hoa.moe/blog/distributive-guidance-for-21/)
<br>
如果你是22级学生,请查阅[22级限选课选课指南](https://hoa.moe/blog/distributive-guidance-for-22/)

![Static Badge](https://img.shields.io/badge/%E8%80%83%E6%9F%A5%E8%AF%BE-green) ![Static Badge](https://img.shields.io/badge/%E5%AD%A6%E5%88%86-3-moccasin)

Expand Down
6 changes: 4 additions & 2 deletions content/docs/junior-spring/EE3005.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ math: true
---
最近由 Kowyo 更新于 2024.5.18,更新内容:Add trigger workflow (#1)

该课程属于限选课程的实践课程体系模块
该课程属于专业限选课程。21级和22级的限选课学分要求不同
<br>
什么是实践课程体系模块?请查阅[限选课选课指南](https://hoa.moe/blog/selecting-distributive-lessons/)
如果你是21级学生,请查阅[21级限选课选课指南](https://hoa.moe/blog/distributive-guidance-for-21/)
<br>
如果你是22级学生,请查阅[22级限选课选课指南](https://hoa.moe/blog/distributive-guidance-for-22/)


![Static Badge](https://img.shields.io/badge/%E8%80%83%E6%9F%A5%E8%AF%BE-green)
Expand Down
6 changes: 4 additions & 2 deletions content/docs/junior-spring/MATH3010.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ math: true
---
最近由 Kowyo 更新于 2024.5.18,更新内容:Add trigger workflow (#1)

该课程属于限选课程的控制理论与控制工程模块
该课程属于专业限选课程。21级和22级的限选课学分要求不同
<br>
什么是控制理论与控制工程模块?请查阅[限选课选课指南](https://hoa.moe/blog/selecting-distributive-lessons/)
如果你是21级学生,请查阅[21级限选课选课指南](https://hoa.moe/blog/distributive-guidance-for-21/)
<br>
如果你是22级学生,请查阅[22级限选课选课指南](https://hoa.moe/blog/distributive-guidance-for-22/)

![Static Badge](https://img.shields.io/badge/%E8%80%83%E6%9F%A5%E8%AF%BE-green)
![Static Badge](https://img.shields.io/badge/%E5%AD%A6%E5%88%86-3-moccasin)
Expand Down
6 changes: 4 additions & 2 deletions content/docs/sophomore-autumn/COMP2014.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ math: true
---
最近由 Kowyo 更新于 2024.5.18,更新内容:Add trigger workflow (#2)

该课程属于限选课程的实践课程体系模块
该课程属于专业限选课程。21级和22级的限选课学分要求不同
<br>
什么是实践课程体系模块?请查阅[限选课选课指南](https://hoa.moe/blog/selecting-distributive-lessons/)
如果你是21级学生,请查阅[21级限选课选课指南](https://hoa.moe/blog/distributive-guidance-for-21/)
<br>
如果你是22级学生,请查阅[22级限选课选课指南](https://hoa.moe/blog/distributive-guidance-for-22/)

![Static Badge](https://img.shields.io/badge/%E8%80%83%E6%9F%A5%E8%AF%BE-green)
![Static Badge](https://img.shields.io/badge/%E5%AD%A6%E5%88%86-2-moccasin)
Expand Down
6 changes: 4 additions & 2 deletions content/docs/sophomore-spring/COMP2050.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ math: true
---
最近由 Kowyo 更新于 2024.5.18,更新内容:Add trigger workflow (#1)

该课程属于限选课程的实践课程体系模块
该课程属于专业限选课程。21级和22级的限选课学分要求不同
<br>
什么是实践课程体系模块?请查阅[限选课选课指南](https://hoa.moe/blog/selecting-distributive-lessons/)
如果你是21级学生,请查阅[21级限选课选课指南](https://hoa.moe/blog/distributive-guidance-for-21/)
<br>
如果你是22级学生,请查阅[22级限选课选课指南](https://hoa.moe/blog/distributive-guidance-for-22/)


![Static Badge](https://img.shields.io/badge/%E8%80%83%E6%9F%A5%E8%AF%BE-green) ![Static Badge](https://img.shields.io/badge/限选课-green) ![Static Badge](https://img.shields.io/badge/%E5%AD%A6%E5%88%86-2-moccasin)
Expand Down
8 changes: 2 additions & 6 deletions content/news/daily.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,10 @@ authors:
- image: https://avatars.githubusercontent.com/in/15368
link: https://github.com/features/actions
name: github-actions[bot]
date: '2024-07-15'
description: 时间跨度:(北京时间)2024-07-15 00时至今
date: '2024-07-18'
description: 时间跨度:(北京时间)2024-07-17 17时至今
draft: false
excludeSearch: false
title: AUTO 更新速递
---

#### 周一(7.15)

- (14:34)[概率论与数理统计](https://github.com/HITSZ-OpenAuto/MATH1004):(Peng Shangpin)更新笔记(#4)

0 comments on commit 20e6fd1

Please sign in to comment.