Skip to content

Commit ea1cc21

Browse files
authored
Merge pull request #9 from HITSZ-OpenAuto/ci/auto-generate-toml-1768254466
ci: [automated-generated-pr] 自动生成课程结构化数据 (TOML)
2 parents db8d065 + cb549f0 commit ea1cc21

1 file changed

Lines changed: 79 additions & 0 deletions

File tree

COMP3001.toml

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
course_name = "操作系统"
2+
course_code = "COMP3001"
3+
notices = ""
4+
5+
[[lecturers]]
6+
name = "刘川意"
7+
[[lecturers.reviews]]
8+
content = """
9+
上课抽点回答问题。
10+
PPT基本是《操作系统导论》的原版英文PPT。
11+
助教非常负责。
12+
不一定课前发PPT,基本随缘。
13+
"""
14+
author = { name = "", link = "", date = "" }
15+
16+
[[lecturers]]
17+
name = "夏文"
18+
[[lecturers.reviews]]
19+
content = "讲课很专业。中文PPT,内容多,总的参考《CSAPP》。"
20+
author = { name = "", link = "", date = "" }
21+
22+
[[textbooks]]
23+
title = "王道考研——操作系统"
24+
book_author = ""
25+
publisher = ""
26+
edition = ""
27+
type = "reference"
28+
author = { name = "", link = "", date = "" }
29+
30+
[[textbooks]]
31+
title = "操作系统导论"
32+
book_author = ""
33+
publisher = ""
34+
edition = ""
35+
type = "reference"
36+
author = { name = "", link = "", date = "" }
37+
38+
[[textbooks]]
39+
title = "CSAPP"
40+
book_author = ""
41+
publisher = ""
42+
edition = ""
43+
type = "reference"
44+
author = { name = "", link = "", date = "" }
45+
46+
online_resources = []
47+
course = []
48+
49+
[[exam]]
50+
content = "可以参考《王道考研——操作系统》进行复习。"
51+
author = { name = "", link = "", date = "" }
52+
53+
[[lab]]
54+
content = """
55+
实验大多基于Linux,如果可能的话最好提前接触,学习一些简单的命令行操作与操作命令。
56+
2018级的前四个实验选用了基于MIT6.828/6.S081(2019)课程的XV6作为实验平台,完成一些指定任务;最后一个实验需要设计一个文件系统。每年的实验都不太一样。
57+
操作系统的实验都比较困难,因而需要花费比较长的时间。好在MIT的系列实验都有“巨人的肩膀”相助(CSDN);最后的系统设计,确实需要考验一些功夫,包括系统整体设计与函数封装、指针使用等问题,而且可能出现各种BUG,需要花一些时间。
58+
最后一节实验课会进行课堂检查,会要求现场改代码、解读代码等等,所以需要做好应对之策。
59+
可以多问老师。助教可能派不上太大用处。
60+
"""
61+
author = { name = "", link = "", date = "" }
62+
63+
[[advice]]
64+
content = "操作系统确实是CS的一门很重要的课程,好好学习必不会吃亏!"
65+
author = { name = "", link = "", date = "" }
66+
67+
[[advice]]
68+
content = "课程可能会设置「附加题」,保证平时分 + 实验分拉满。请审慎选择!"
69+
author = { name = "", link = "", date = "" }
70+
71+
schedule = []
72+
related_links = []
73+
74+
[[misc]]
75+
content = """
76+
note:两位授课老师风格迥异
77+
但是,两位老师虽然风格迥异,但是并不影响考试的公平性——因为考试考得基本跟上课关系不太大(见考试部分)。
78+
"""
79+
author = { name = "", link = "", date = "" }

0 commit comments

Comments
 (0)