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 22, 2024
1 parent 21f9458 commit 706128c
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 4 deletions.
30 changes: 28 additions & 2 deletions public/timetable_data/2024/S2.json
Original file line number Diff line number Diff line change
Expand Up @@ -47567,14 +47567,27 @@
"day": 0,
"start": "15:00",
"finish": "17:00",
"weeks": "30\u201135,38\u201140,42\u201143",
"weeks": "30\u201135,38\u201140,42",
"activity": "SemA",
"occurrence": "01",
"location": "Fellows Road Law Theatre 1",
"locationID": "http://www.anu.edu.au/maps#show=11473",
"lat": "-35.280217",
"lon": "149.119061"
},
{
"name": "LAWS1201_S2-SemA/01",
"day": 0,
"start": "15:00",
"finish": "17:00",
"weeks": "43",
"activity": "SemA",
"occurrence": "01",
"location": "Marie Reay 5.02",
"locationID": "http://www.anu.edu.au/maps#show=108136",
"lat": "-35.277786",
"lon": "149.120685"
},
{
"name": "LAWS1201_S2-SemA/02",
"day": 4,
Expand Down Expand Up @@ -50493,14 +50506,27 @@
"day": 0,
"start": "15:00",
"finish": "17:00",
"weeks": "30\u201135,38\u201140,42\u201143",
"weeks": "30\u201135,38\u201140,42",
"activity": "SemA",
"occurrence": "01",
"location": "Fellows Road Law Theatre 1",
"locationID": "http://www.anu.edu.au/maps#show=11473",
"lat": "-35.280217",
"lon": "149.119061"
},
{
"name": "LAWS6101_S2-SemA/01",
"day": 0,
"start": "15:00",
"finish": "17:00",
"weeks": "43",
"activity": "SemA",
"occurrence": "01",
"location": "Marie Reay 5.02",
"locationID": "http://www.anu.edu.au/maps#show=108136",
"lat": "-35.277786",
"lon": "149.120685"
},
{
"name": "LAWS6101_S2-SemA/02",
"day": 4,
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:50 am, 21 Oct 2024 (UTC). {/* Automatically updated by CI */}
Course data updated at 12:32 am, 22 Oct 2024 (UTC). {/* Automatically updated by CI */}
</Navbar.Text>
</Navbar>
</Col>
Expand Down

0 comments on commit 706128c

Please sign in to comment.