-
Notifications
You must be signed in to change notification settings - Fork 2
/
courses_categorise.data
91 lines (82 loc) · 1.27 KB
/
courses_categorise.data
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
# write the categories of courses into this file
#
# Type type_name basis_key requirement_credit
#
# "Type" is the key word for parse the file
# "type_name" is the name of the type
# "basis_key" is the key of the basis of classification(you could see all basis_key in credit.data)
# "requirement_credit" is the requirement credit in training plan
Type 公共基础课 course_code 44
# all following item is regExp
A230103D
A120125D
A120129D
A120130D
A120123D
T130101D
T13000..
T13000..
T13000..
A110110D
A110111D
A110112D
A110113D
A11000..
A11000..
A071425D
A071426D
A071427D
A070202D
A070214D
# self addition
A230104D
A2301011
A2301020
A230107D
A1103750
A1101030
A1103190
A1102800
A1102560
Type 通识课 course_code 10
^C.+
# .+?任选
Type 学科基础课 course_code 34
A070506D
A070507D
A070347D
A070348D
A070106D
A101007D
A101118D
A101325D
A101164D
A101166D
A101328D
A101329D
A030242D
# self addition
A0715012
A0718030
Type 专业核心课 course_code 20
A101167D
A101168D
A101169D
A101170D
A101171D
A101172D
Type 专业模块课 course_code 22
^B.+
S101202D
Type 交叉与个性发展 course_code 10
^C.+
# .+?任选
Type 实践环节 course_code 20
^S.+
Type 课外必修项目 course_property 12.5
课外必修
Type 课外选修项目 course_code 2
W0001040
W0001050
W0001060
W0002250