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 3, 2024
1 parent f2d6f71 commit f19afc7
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 17 deletions.
54 changes: 39 additions & 15 deletions public/timetable_data/2024/S2.json
Original file line number Diff line number Diff line change
Expand Up @@ -682,13 +682,26 @@
"day": 3,
"start": "14:00",
"finish": "17:00",
"weeks": "30\u201135,38\u201143",
"weeks": "30\u201131",
"activity": "SemA",
"occurrence": "01",
"location": "ADH G28",
"locationID": "http://www.anu.edu.au/maps#show=11286",
"lat": "-35.278353",
"lon": "149.121713"
},
{
"name": "ANTH8019_S2-SemA/01",
"day": 3,
"start": "14:00",
"finish": "17:00",
"weeks": "32\u201135,38\u201143",
"activity": "SemA",
"occurrence": "01",
"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 @@ -4301,10 +4314,10 @@
"weeks": "30\u201135,38\u201143",
"activity": "WorA",
"occurrence": "01",
"location": "FSTY 103",
"locationID": "http://www.anu.edu.au/maps#show=11318",
"lat": "-35.277907",
"lon": "149.116057"
"location": "PSYC G5",
"locationID": "http://www.anu.edu.au/maps#show=11424",
"lat": "-35.274459",
"lon": "149.117814"
}
]
},
Expand Down Expand Up @@ -4404,10 +4417,10 @@
"weeks": "30\u201135,38\u201143",
"activity": "WorA",
"occurrence": "01",
"location": "FSTY 103",
"locationID": "http://www.anu.edu.au/maps#show=11318",
"lat": "-35.277907",
"lon": "149.116057"
"location": "PSYC G5",
"locationID": "http://www.anu.edu.au/maps#show=11424",
"lat": "-35.274459",
"lon": "149.117814"
}
]
},
Expand Down Expand Up @@ -34354,7 +34367,7 @@
"day": 3,
"start": "11:00",
"finish": "12:00",
"weeks": "31\u201135,39,41,43",
"weeks": "31\u201135,39,41\u201143",
"activity": "TutA",
"occurrence": "01",
"location": "RN Robertson T",
Expand All @@ -34367,7 +34380,7 @@
"day": 4,
"start": "13:00",
"finish": "14:00",
"weeks": "31\u201135,39,41,43",
"weeks": "31\u201135,39,41\u201143",
"activity": "TutA",
"occurrence": "02",
"location": "Marie Reay 4.02",
Expand Down Expand Up @@ -35710,7 +35723,7 @@
"day": 3,
"start": "11:00",
"finish": "12:00",
"weeks": "31\u201135,39,41,43",
"weeks": "31\u201135,39,41\u201143",
"activity": "TutA",
"occurrence": "01",
"location": "RN Robertson T",
Expand All @@ -35723,7 +35736,7 @@
"day": 4,
"start": "13:00",
"finish": "14:00",
"weeks": "31\u201135,39,41,43",
"weeks": "31\u201135,39,41\u201143",
"activity": "TutA",
"occurrence": "02",
"location": "Marie Reay 4.02",
Expand Down Expand Up @@ -67304,7 +67317,7 @@
"day": 0,
"start": "15:00",
"finish": "17:00",
"weeks": "30\u201135,38\u201143",
"weeks": "30\u201135,38\u201140,42\u201143",
"activity": "LecA",
"occurrence": "01",
"location": "COP T",
Expand Down Expand Up @@ -67909,7 +67922,18 @@
"day": 0,
"start": "13:00",
"finish": "14:00",
"weeks": "30\u201135,38\u201143",
"weeks": "30\u201135,38\u201140,42\u201143",
"activity": "LecA",
"occurrence": "01",
"location": " online live",
"locationID": ""
},
{
"name": "PSYC2011_S2-LecA/01",
"day": 1,
"start": "13:00",
"finish": "14:00",
"weeks": "41",
"activity": "LecA",
"occurrence": "01",
"location": " online live",
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:45 am, 2 Aug 2024 (UTC). {/* Automatically updated by CI */}
Course data updated at 12:29 am, 3 Aug 2024 (UTC). {/* Automatically updated by CI */}
</Navbar.Text>
</Navbar>
</Col>
Expand Down

0 comments on commit f19afc7

Please sign in to comment.