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 Aug 23, 2024
1 parent 4b5ff92 commit fe1354e
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 4 deletions.
56 changes: 54 additions & 2 deletions public/timetable_data/2024/S2.json
Original file line number Diff line number Diff line change
Expand Up @@ -741,6 +741,32 @@
"locationID": "http://www.anu.edu.au/maps#show=11361",
"lat": "-35.280067",
"lon": "149.121758"
},
{
"name": "ANTH8019_S2-SupA/01",
"day": 3,
"start": "13:00",
"finish": "14:00",
"weeks": "35,38\u201143",
"activity": "SupA",
"occurrence": "01",
"location": "BPB ETC Studio 4 Red",
"locationID": "http://www.anu.edu.au/maps#show=11361",
"lat": "-35.280067",
"lon": "149.121758"
},
{
"name": "ANTH8019_S2-SupA/02",
"day": 3,
"start": "17:00",
"finish": "18:00",
"weeks": "35,38\u201143",
"activity": "SupA",
"occurrence": "02",
"location": "BPB ETC Studio 4 Red",
"locationID": "http://www.anu.edu.au/maps#show=11361",
"lat": "-35.280067",
"lon": "149.121758"
}
]
},
Expand Down Expand Up @@ -38725,6 +38751,19 @@
"lat": "-35.277063",
"lon": "149.122565"
},
{
"name": "FINM6005_S2-TutA/02",
"day": 1,
"start": "12:00",
"finish": "13:00",
"weeks": "41",
"activity": "TutA",
"occurrence": "02",
"location": "HA G051",
"locationID": "http://www.anu.edu.au/maps#show=11294",
"lat": "-35.277768",
"lon": "149.122317"
},
{
"name": "FINM6005_S2-TutA/03",
"day": 0,
Expand Down Expand Up @@ -38803,6 +38842,19 @@
"lat": "-35.277063",
"lon": "149.122565"
},
{
"name": "FINM6005_S2-TutA/05",
"day": 1,
"start": "13:00",
"finish": "14:00",
"weeks": "41",
"activity": "TutA",
"occurrence": "05",
"location": "HA G051",
"locationID": "http://www.anu.edu.au/maps#show=11294",
"lat": "-35.277768",
"lon": "149.122317"
},
{
"name": "FINM6005_S2-TutA/06",
"day": 3,
Expand Down Expand Up @@ -60040,7 +60092,7 @@
"weeks": "30\u201135,38\u201143",
"activity": "LecA",
"occurrence": "01",
"location": "Peter Karmel Big Band Room",
"location": "Peter Karmel Foster Room",
"locationID": "http://www.anu.edu.au/maps#show=11368",
"lat": "-35.280194",
"lon": "149.123822"
Expand All @@ -60053,7 +60105,7 @@
"weeks": "30\u201135,38\u201143",
"activity": "TutA",
"occurrence": "01",
"location": "Peter Karmel Big Band Room",
"location": "Peter Karmel Foster Room",
"locationID": "http://www.anu.edu.au/maps#show=11368",
"lat": "-35.280194",
"lon": "149.123822"
Expand Down
2 changes: 1 addition & 1 deletion public/timetable_data/2024/S2.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:29 am, 22 Aug 2024 (UTC). {/* Automatically updated by CI */}
Course data updated at 12:44 am, 23 Aug 2024 (UTC). {/* Automatically updated by CI */}
</Navbar.Text>
</Navbar>
</Col>
Expand Down

0 comments on commit fe1354e

Please sign in to comment.