-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathconfig.yml
More file actions
58 lines (58 loc) · 1.02 KB
/
Copy pathconfig.yml
File metadata and controls
58 lines (58 loc) · 1.02 KB
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
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.tsukunavi.com/life/shinseikatsu2015/daigaku/schedule.html
BEGIN:
春:
A: 2015/04/07
B: 2015/05/23
C: 2015/07/04
夏: 2015/08/09
秋:
A: 2015/10/01
B: 2015/11/08
C: 2015/12/24
# 13:00 となっているのは、GMTで指定するため (JSTなら、22:00)
END:
春:
A: 2015/05/22 13:00
B: 2015/07/01 13:00
C: 2015/08/06 13:00
夏: 2015/09/30 13:00
秋:
A: 2015/11/07 13:00
B: 2015/12/26 13:00
C: 2016/02/12 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"