Fall 2023 Update

This commit is contained in:
2024-03-04 15:18:50 -06:00
parent 0cd3bcc6b2
commit 99207228b4
2 changed files with 2 additions and 0 deletions

View File

@@ -67,6 +67,7 @@
<form> <form>
<label for="dropdown">Semester:</label> <label for="dropdown">Semester:</label>
<select id="semester" name="dropdown"> <select id="semester" name="dropdown">
<option value="f2023">Fall 2023</option>
<option value="s2023">Summer 2023</option> <option value="s2023">Summer 2023</option>
<option value="sp2023">Spring 2023</option> <option value="sp2023">Spring 2023</option>
<option value="f2022">Fall 2022</option> <option value="f2022">Fall 2022</option>

View File

@@ -50,6 +50,7 @@ async function parseName() {
*/ */
async function PapaParse(department, num, name, sem) { async function PapaParse(department, num, name, sem) {
const semesterURLs = { const semesterURLs = {
'f2023': 'https://derec4.github.io/ut-grade-data/2023%20Fall.json',
's2023': 'https://derec4.github.io/ut-grade-data/2023%20Summer.json', 's2023': 'https://derec4.github.io/ut-grade-data/2023%20Summer.json',
'sp2023': 'https://derec4.github.io/ut-grade-data/2023%20Spring.json', 'sp2023': 'https://derec4.github.io/ut-grade-data/2023%20Spring.json',
'f2022': 'https://derec4.github.io/ut-grade-data/2022%20Fall.json', 'f2022': 'https://derec4.github.io/ut-grade-data/2022%20Fall.json',