Skip to content

Commit

Permalink
Add Frank and post Michelle's grading hours to CS 290.
Browse files Browse the repository at this point in the history
  • Loading branch information
robwhess committed Oct 6, 2023
1 parent 218c4d7 commit 99e7197
Showing 1 changed file with 39 additions and 5 deletions.
44 changes: 39 additions & 5 deletions src/data/courses/f23/cs290/tas.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,35 @@ const taInfo = [
}
]
},
{
name: 'Anh Nguyen',
email: '[email protected]',
// appointmentsLink: '',
officeHours: [
{
day: 'Tues.',
time: '6:00 – 8:00pm',
location: 'KEC Atrium'
},
{
day: 'Wed.',
time: '7:00 – 8:00pm',
location: 'KEC Atrium'
}
],
gradingHours: [
{
day: 'Tues.',
time: '5:00 – 6:00pm',
location: 'KEC Atrium'
},
{
day: 'Wed.',
time: '5:00 – 7:00pm',
location: 'KEC Atrium'
}
]
},
{
name: 'Michelle Nguyen',
email: '[email protected]',
Expand All @@ -124,11 +153,16 @@ const taInfo = [
}
],
gradingHours: [
// {
// day: 'Wed.',
// time: '4:00 – 6:00pm',
// location: 'KEC Atrium',
// }
{
day: 'Wed.',
time: '4:00 – 7:00pm',
location: 'KEC Atrium',
},
{
day: 'Fri.',
time: '5:00 – 8:00pm',
location: 'KEC Atrium',
}
]
},
{
Expand Down

0 comments on commit 99e7197

Please sign in to comment.