-
Notifications
You must be signed in to change notification settings - Fork 19
/
course.json
35 lines (35 loc) · 971 Bytes
/
course.json
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
{
"university":{
"name":"Southern Connecticut State University",
"abbreviation":"SCSU",
"url":"http://southernct.edu/"
},
"school":{
"name":"School of Arts and Sciences",
"url":"http://catalog.southernct.edu/undergraduate/school-of-arts-and-sciences.html"
},
"department":{
"name":"Computer Science",
"abbreviation":"CSC",
"url":"http://www.southernct.edu/academics/schools/arts/departments/computerscience/"
},
"term":{
"name":"Spring 2017",
"abbreviation":"201701",
"url":"https://www.southernct.edu/offices/registrar/Calendar.html",
"start_date":"2017-01-17",
"end_date":"2017-05-11"
},
"course":{
"name":"Fundamentals of Internet Programming",
"number":"443",
"description_url":"http://catalog.southernct.edu/undergraduate/courses/csc443.html"
},
"section":{
"name":"Thursday nights",
"number":"01",
"start_time":"7:35pm",
"end_time":"10:05pm"
},
"credits":3
}