Skip to content

Commit

Permalink
Post Samisha's grading hours for CS 493.
Browse files Browse the repository at this point in the history
  • Loading branch information
robwhess committed Apr 15, 2024
1 parent d1ee6cc commit bbd4d34
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions src/data/courses/sp24/cs493/tas.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,18 @@ const taInfo = [
}
],
gradingHours: [
// {
// day: 'Tues.',
// time: '8:00am – 12:00pm',
// location: 'Zoom',
// videoConferenceLink: ''
// }
{
day: 'Mon.',
time: '12:30 – 3:30pm',
location: 'Zoom',
videoConferenceLink: 'https://oregonstate.zoom.us/j/92689414193?pwd=ZXlHRGJsY0xxNmVtNlQ2dXNraDB4QT09'
},
{
day: 'Fri.',
time: '10:00am – 1:00pm',
location: 'Zoom',
videoConferenceLink: 'https://oregonstate.zoom.us/j/92689414193?pwd=ZXlHRGJsY0xxNmVtNlQ2dXNraDB4QT09'
}
]
}
];
Expand Down

0 comments on commit bbd4d34

Please sign in to comment.