forked from gam0022/twincal2
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.yml
59 lines (59 loc) · 1.07 KB
/
config.yml
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
P:
START:
- "8:40"
- "10:10"
- "12:15"
- "13:45"
- "15:15"
- "16:45"
END:
- "9:55"
- "11:25"
- "13:30"
- "15:00"
- "16:30"
- "18:00"
TERM:
# 学年暦 ref 学群
# http://www.tsukuba.ac.jp/campuslife/calendar/
# https://www.tsukuba.ac.jp/admission/auditors/pdf/gun_3.pdf
BEGIN:
春:
A: 2017/04/13
B: 2017/05/23
C: 2017/07/04
夏: 2017/08/10
秋:
A: 2017/10/02
B: 2017/11/09
C: 2018/01/09
# 13:00 となっているのは、GMTで指定するため (JSTなら、22:00)
END:
春:
A: 2017/05/23 13:00
B: 2017/06/26 13:00
C: 2017/08/08 13:00
夏: 2017/10/02 13:00
秋:
A: 2017/11/08 13:00
B: 2017/12/19 13:00
C: 2018/02/15 13:00
database:
filename: "kamoku.db"
table_name: "kamoku"
column_names:
- "code"
- "name"
- "method"
- "unit"
- "grade"
- "term"
- "period"
- "location"
- "teacher"
- "abstruct"
- "note"
- "research_students"
- "reason"
- "english_name"
- "time"