diff --git a/skedul/.gitignore b/skedul/.gitignore deleted file mode 100644 index 114ea57..0000000 --- a/skedul/.gitignore +++ /dev/null @@ -1 +0,0 @@ -data.json \ No newline at end of file diff --git a/skedul/data.json b/skedul/data.json new file mode 100644 index 0000000..478d685 --- /dev/null +++ b/skedul/data.json @@ -0,0 +1,66 @@ +{ + "year": 2025, + "semester": "Spring", + "credits": 12, + "maps": { + "Howey" : "https://www.google.com/maps/place/Howey+building/@33.777489,-84.4011781,1848m/data=!3m2!1e3!4b1!4m6!3m5!1s0x88f505edabeb02fd:0xc69dcee1c7b4b07a!8m2!3d33.777489!4d-84.3986032!16s%2Fg%2F11t9p8bt44?entry=ttu&g_ep=EgoyMDI1MDEwMS4wIKXMDSoASAFQAw%3D%3D", + "Clough": "https://www.google.com/maps/place/Clough+Undergraduate+Learning+Commons/@33.7749203,-84.3989897,924m/data=!3m3!1e3!4b1!5s0x88f504620fdf5207:0xfe60772932020a8d!4m6!3m5!1s0x88f50489e24c4cc7:0x2f07c28c3abda31b!8m2!3d33.7749203!4d-84.3964148!16s%2Fm%2F0bmh8t0", + "Skiles": "https://www.google.com/maps/place/Skiles+Classroom+Building/@33.7735469,-84.4008349,1848m/data=!3m2!1e3!4b1!4m6!3m5!1s0x88f50489d844c161:0x34bc0f7009348d16!8m2!3d33.773547!4d-84.395964!16s%2Fg%2F11dxkd716t" + }, + "week": [ + { + "days": [1, 3], + "start_time": 1100, + "end_time": 1215, + "name": "Physics 2", + "type": "Lecture", + "building": "Howey", + "room": "L4" + }, + { + "days": [1], + "start_time": 1230, + "end_time": 1515, + "name": "Physics 2", + "type": "Lab", + "building": "Clough", + "room": "375" + }, + { + "days": [3], + "start_time": 1230, + "end_time": 1315, + "name": "Transfer Seminar", + "type": "Class", + "building": "Clough", + "room": "323" + }, + { + "days": [2, 4], + "start_time": 1530, + "end_time": 1645, + "name": "Multivariable Calculus", + "type": "Lecture", + "building": "Howey", + "room": "L2" + }, + { + "days": [1, 3], + "start_time": 1700, + "end_time": 1745, + "name": "Multivariable Calculus", + "type": "Studio", + "building": "Skiles", + "room": "271" + }, + { + "days": [2], + "start_time": 1830, + "end_time": 1945, + "name": "Physics 2", + "type": "Test", + "building": "Howey", + "room": "L4" + } + ] +} \ No newline at end of file