Last active
October 1, 2017 13:57
-
-
Save splitline/a89501d9f0d4e0a422102af90447e333 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"courses": [ | |
{ | |
"semester": "1061", | |
"course_id": "CS2003301", | |
"ge_type": "", | |
"name": "數位邏輯設計", | |
"outline_link": "http://info.ntust.edu.tw/faith/edua/app/qry_linkoutline.aspx?semester=1061&courseno=CS2003301", | |
"credit": 3, | |
"required_subject": true, | |
"lecturer": "劉一宇", | |
"classroom": "R7(TR-213) F1(TR-313) F2(TR-313)", | |
// 校內課程: 從 outline_link 抓 | |
"periods": [ | |
{ | |
"day_code": "R7", | |
"day": 4, | |
"time": "14:20-15:10", | |
"location": "TR-213" | |
}, | |
{ | |
"day_code": "F1", | |
"day": 5, | |
"time": "08:10-09:00", | |
"location": "TR-313" | |
}, | |
{ | |
"day_code": "F2", | |
"day": 5, | |
"time": "09:10-10:00", | |
"location": "TR-313" | |
} | |
], | |
"note": "" | |
}, | |
{ | |
"semester": "1061", | |
"course_id": "3T1302704", | |
"ge_type": "", | |
"name": "植物生理學", | |
"outline_link": "https://nol.ntu.edu.tw/nol/coursesearch/print_table.php?course_id=B01%2032410&class=01&dpt_code=B010&ser_no=57932&semester=106-1&%20lang=CH", | |
"credit": 3, | |
"required_subject": false, | |
"lecturer": "王雅筠", | |
"classroom": "生科3A、生科3A", | |
//3T/3N: 直接從搜尋結果頁面抓 | |
// 上課時段部分仍然要從outline_link抓 | |
"periods": [ | |
{ | |
"day_code": "W3", | |
"day": 3, | |
"time": "10:20-11:10", | |
"location": "生科3A、生科3A" //直接填入classroom值 | |
} | |
// 其他period略過 | |
], | |
"note": "限 5 人;大學部;生命科學系;G群選擇必修。;台大課程" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment