Skip to content

Commit

Permalink
Update Jinwoo's TA hours for CS 261.
Browse files Browse the repository at this point in the history
  • Loading branch information
robwhess committed Nov 5, 2024
1 parent 4e89dc3 commit b8fd056
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions src/data/courses/f24/cs261/tas.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,28 @@ const taInfo = [
{
name: 'Jinwoo Baek',
email: '[email protected]',
// videoConferenceLink: 'https://oregonstate.zoom.us/j/94167515520?pwd=ZC9mM3pXVnJBRHUrdmJpUmY5VUVMUT09',
videoConferenceLink: 'https://oregonstate.zoom.us/j/5041836199?pwd=RjMxZnBWWnp0T3RySVJSb3BNYnpFUT09',
appointmentsLink: 'https://outlook.office365.com/owa/calendar/[email protected]/bookings/',
officeHours: [
{
day: 'Tues.',
time: '10:30 – 12:30pm',
location: 'KEC Atrium',
location: 'Zoom',
videoConferenceLink: 'https://oregonstate.zoom.us/j/5041836199?pwd=RjMxZnBWWnp0T3RySVJSb3BNYnpFUT09'
},
{
day: 'Thurs.',
time: '10:30 – 12:30pm',
location: 'KEC Atrium',
location: 'Zoom',
videoConferenceLink: 'https://oregonstate.zoom.us/j/5041836199?pwd=RjMxZnBWWnp0T3RySVJSb3BNYnpFUT09'
}
],
gradingHours: [
{
day: 'Fri.',
time: '11:30 – 1:30pm',
location: 'KEC Atrium',
location: 'Zoom',
videoConferenceLink: 'https://oregonstate.zoom.us/j/5041836199?pwd=RjMxZnBWWnp0T3RySVJSb3BNYnpFUT09'
}
]
},
Expand Down

0 comments on commit b8fd056

Please sign in to comment.