-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
72 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,66 +2,90 @@ const taInfo = [ | |
{ | ||
name: 'Jun Chen', | ||
email: '[email protected]', | ||
// videoConferenceLink: '', | ||
videoConferenceLink: 'https://oregonstate.zoom.us/j/3377073373?pwd=MTViK0pIQTk5YklKQWpBSjhrYis2QT09', | ||
// appointmentsLink: 'https://outlook.office365.com/owa/calendar/[email protected]/bookings/', | ||
// officeHours: [ | ||
// { | ||
// day: 'Tues.', | ||
// time: '10:00am – 12:00pm', | ||
// location: 'Zoom', | ||
// videoConferenceLink: '' | ||
// } | ||
// ], | ||
// gradingHours: [ | ||
// { | ||
// day: 'Mon.', | ||
// time: '9:00am – 1:00pm', | ||
// location: 'Zoom', | ||
// videoConferenceLink: '' | ||
// } | ||
// ] | ||
officeHours: [ | ||
{ | ||
day: 'Tues.', | ||
time: '4:00 – 6:00pm', | ||
location: 'Zoom', | ||
videoConferenceLink: 'https://oregonstate.zoom.us/j/3377073373?pwd=MTViK0pIQTk5YklKQWpBSjhrYis2QT09' | ||
}, | ||
{ | ||
day: 'Wed.', | ||
time: '4:00 – 6:00pm', | ||
location: 'Zoom', | ||
videoConferenceLink: 'https://oregonstate.zoom.us/j/3377073373?pwd=MTViK0pIQTk5YklKQWpBSjhrYis2QT09' | ||
} | ||
], | ||
gradingHours: [ | ||
{ | ||
day: 'Mon.', | ||
time: '4:00 – 7:00pm', | ||
location: 'Zoom', | ||
videoConferenceLink: 'https://oregonstate.zoom.us/j/3377073373?pwd=MTViK0pIQTk5YklKQWpBSjhrYis2QT09' | ||
}, | ||
{ | ||
day: 'Fri.', | ||
time: '4:00 – 7:00pm', | ||
location: 'Zoom', | ||
videoConferenceLink: 'https://oregonstate.zoom.us/j/3377073373?pwd=MTViK0pIQTk5YklKQWpBSjhrYis2QT09' | ||
} | ||
] | ||
}, | ||
{ | ||
name: 'Disha Kanavikar', | ||
email: '[email protected]', | ||
// appointmentsLink: 'https://outlook.office365.com/owa/calendar/[email protected]/bookings/', | ||
// videoConferenceLink: '', | ||
// officeHours: [ | ||
// { | ||
// day: 'Mon.', | ||
// time: '4:00 – 6:00pm', | ||
// location: 'KEC Atrium' | ||
// } | ||
// ], | ||
// gradingHours: [ | ||
// { | ||
// day: 'Tues.', | ||
// time: '8:00am – 12:00pm', | ||
// location: 'Zoom', | ||
// videoConferenceLink: '' | ||
// } | ||
// ] | ||
officeHours: [ | ||
{ | ||
day: 'Tues.', | ||
time: '8:00 – 10:00pm', | ||
location: 'KEC Atrium' | ||
}, | ||
{ | ||
day: 'Wed.', | ||
time: '8:00 – 10:00pm', | ||
location: 'KEC Atrium' | ||
} | ||
], | ||
gradingHours: [ | ||
// { | ||
// day: 'Tues.', | ||
// time: '8:00am – 12:00pm', | ||
// location: 'Zoom', | ||
// videoConferenceLink: '' | ||
// } | ||
] | ||
}, | ||
{ | ||
name: 'Samisha Khurana', | ||
email: '[email protected]', | ||
// appointmentsLink: 'https://outlook.office365.com/owa/calendar/[email protected]/bookings/', | ||
// videoConferenceLink: '', | ||
// officeHours: [ | ||
// { | ||
// day: 'Mon.', | ||
// time: '4:00 – 6:00pm', | ||
// location: 'KEC Atrium' | ||
// } | ||
// ], | ||
// gradingHours: [ | ||
// { | ||
// day: 'Tues.', | ||
// time: '8:00am – 12:00pm', | ||
// location: 'Zoom', | ||
// videoConferenceLink: '' | ||
// } | ||
// ] | ||
videoConferenceLink: 'https://oregonstate.zoom.us/j/92689414193?pwd=ZXlHRGJsY0xxNmVtNlQ2dXNraDB4QT09', | ||
officeHours: [ | ||
{ | ||
day: 'Wed.', | ||
time: '3:00 – 5:00pm', | ||
location: 'Zoom', | ||
videoConferenceLink: 'https://oregonstate.zoom.us/j/92689414193?pwd=ZXlHRGJsY0xxNmVtNlQ2dXNraDB4QT09' | ||
}, | ||
{ | ||
day: 'Fri.', | ||
time: '3:00 – 5:00pm', | ||
location: 'Zoom', | ||
videoConferenceLink: 'https://oregonstate.zoom.us/j/92689414193?pwd=ZXlHRGJsY0xxNmVtNlQ2dXNraDB4QT09' | ||
} | ||
], | ||
gradingHours: [ | ||
// { | ||
// day: 'Tues.', | ||
// time: '8:00am – 12:00pm', | ||
// location: 'Zoom', | ||
// videoConferenceLink: '' | ||
// } | ||
] | ||
} | ||
]; | ||
|
||
|