Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverWu515 authored Oct 23, 2024
0 parents commit 34e1107
Show file tree
Hide file tree
Showing 9 changed files with 527 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/trigger-workflow.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Trigger Workflow in hoa-moe

on:
push:
branches:
- main

jobs:
trigger:
runs-on: ubuntu-latest
steps:
- name: Trigger workflow in hoa-moe
env:
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
run: |
curl -X POST \
-H "Accept: application/vnd.github.v3+json" \
-H "Authorization: token $GITHUB_TOKEN" \
https://api.github.com/repos/HITSZ-OpenAuto/hoa-moe/actions/workflows/course.yaml/dispatches \
-d '{"ref":"main"}'
437 changes: 437 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

32 changes: 32 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# 课程代码 - 课程名

<!--
1. 通过 [Shields.io](https://shields.io/) 生成如下的徽章,标注课程的基本信息。
2. 请根据课程的具体内容增删仓库的子文件夹。子文件夹建议使用小写英文,并且添加 README.md。
3. 关于课程的描述可以不止以下几个方面,酌情增删。
4. hoa.moe 生成本课程对应页面后,请将页面链接复制到 GitHub 仓库的 About/Website 中。
5. 可以在 GitHub 页面的 About/Topics 中为课程添加话题名称。
-->

![考试课](https://img.shields.io/badge/%E8%80%83%E8%AF%95%E8%AF%BE-red)
![考查课](https://img.shields.io/badge/%E8%80%83%E6%9F%A5%E8%AF%BE-green)
![学分](https://img.shields.io/badge/%E5%AD%A6%E5%88%86-4-moccasin)
![跨专业选修课](https://img.shields.io/badge/%E8%B7%A8%E4%B8%93%E4%B8%9A%E9%80%89%E4%BF%AE%E8%AF%BE-lightskyblue)
![实验](https://img.shields.io/badge/%E5%AE%9E%E9%AA%8C-purple)
![文理通识](https://img.shields.io/badge/%E6%96%87%E7%90%86%E9%80%9A%E8%AF%86-orange)

![成绩构成](https://img.shields.io/badge/%E6%88%90%E7%BB%A9%E6%9E%84%E6%88%90-gold)
![作业40%](https://img.shields.io/badge/%E4%BD%9C%E4%B8%9A-40%25-wheat)
![期末考试60%](https://img.shields.io/badge/%E6%9C%9F%E6%9C%AB%E8%80%83%E8%AF%95-60%25-wheat)


## 授课教师

- (教师名)
- 授课风格:
- 听课建议:
- ……

## 关于考试

## 学习建议
3 changes: 3 additions & 0 deletions assignments/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# assignments

> 作业及参考解答
3 changes: 3 additions & 0 deletions exams/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# exams

> 往年的考试题,以及模拟考试题
21 changes: 21 additions & 0 deletions labs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# labs

> 实验
参考文件树:

```
├── lab1
│   ├── README.md
│   ├── task1.m
│   ├── task1.png
│   ├── task2.m
│   ├── task2_1.png
│   ├── task2_2.png
│   ├── task3.m
│   ├── task3.png
│   └── 实验一_周期信号的分解与合成.pdf
├── lab2
│   └── ...
└── ...
```
3 changes: 3 additions & 0 deletions notes/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# notes

> 个人的笔记和归纳总结
3 changes: 3 additions & 0 deletions slides/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# slides

> 课件、讲义、教师提供的参考资料
5 changes: 5 additions & 0 deletions tag.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
### 这是供前端页面自动生成索引的文件。保存时请删除此行注释! ###
category: 必修/限选/跨专业选修/研究生阶段课程/文理通识/归档
module: 实践课程体系/控制理论与控制工程/机器人与智能系统/智能检测(仅有限选课有此字段)
semester: 第x学年x季(示例:第一学年秋季 / 第一学年春季)【需保留学期间的空格】
name: (示例)大学物理实验

0 comments on commit 34e1107

Please sign in to comment.