Skip to content

Commit

Permalink
chore(data): add new timetable data
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 11, 2024
1 parent 11b7dfe commit 5a260b9
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 15 deletions.
39 changes: 26 additions & 13 deletions public/timetable_data/2024/X2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1421,6 +1421,32 @@
"link": "https://programsandcourses.anu.edu.au/2024/course/EXTN1002B",
"dates": "Displaying Dates: 1 Jan 24 - 29 Dec 24 (calendar week(s) 1\u201152)",
"classes": [
{
"name": "EXTN1002B_X2-AsmA/01",
"day": 2,
"start": "17:00",
"finish": "19:00",
"weeks": "43",
"activity": "AsmA",
"occurrence": "01",
"location": "Coombs Seminar Room D 3.204",
"locationID": "http://www.anu.edu.au/maps#show=11281",
"lat": "-35.281813",
"lon": "149.120055"
},
{
"name": "EXTN1002B_X2-AsmA/01",
"day": 2,
"start": "17:00",
"finish": "19:00",
"weeks": "44",
"activity": "AsmA",
"occurrence": "01",
"location": "Coombs Seminar Room D 3.204; Coombs Seminar Room E 3.214",
"locationID": "http://www.anu.edu.au/maps#show=11281",
"lat": "-35.281813",
"lon": "149.120055"
},
{
"name": "EXTN1002B_X2-LecA/01",
"day": 2,
Expand All @@ -1446,19 +1472,6 @@
"locationID": "http://www.anu.edu.au/maps#show=11384",
"lat": "-35.276241",
"lon": "149.117144"
},
{
"name": "EXTN1002B_X2-LecA/01",
"day": 2,
"start": "17:00",
"finish": "19:00",
"weeks": "43\u201144",
"activity": "LecA",
"occurrence": "01",
"location": "BPB W120",
"locationID": "http://www.anu.edu.au/maps#show=11361",
"lat": "-35.280067",
"lon": "149.121758"
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion public/timetable_data/2024/X2.min.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ let App = () => {
<a target="_blank" rel="noreferrer" href="https://cssa.club/">ANU CSSA</a>&nbsp;
(and a <a target="_blank" rel="noreferrer" href="/contributors.html">lot of people</a>), report issues&nbsp;
<a target="_blank" rel="noreferrer" href="https://forms.office.com/r/sZnsxtsh2F">here</a>.
Course data updated at 12:32 am, 9 Oct 2024 (UTC). {/* Automatically updated by CI */}
Course data updated at 12:33 am, 11 Oct 2024 (UTC). {/* Automatically updated by CI */}
</Navbar.Text>
</Navbar>
</Col>
Expand Down

0 comments on commit 5a260b9

Please sign in to comment.