Skip to content

Commit

Permalink
Publish CS 492 demo scheduling link.
Browse files Browse the repository at this point in the history
  • Loading branch information
robwhess committed Feb 1, 2024
1 parent 5402028 commit 40e355c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
3 changes: 2 additions & 1 deletion src/data/courses/w24/cs492/assignments.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ const assignments = {
time: '11:59pm'
},
notes: [
'Demo due by 11:59pm, Monday 2/19/2024'
'Demo due by 11:59pm, Monday 2/19/2024',
'[Sign up for a grading demo here](https://outlook.office365.com/owa/calendar/[email protected]/bookings/)'
]
},
// {
Expand Down
10 changes: 5 additions & 5 deletions src/data/courses/w24/cs492/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ const courseDetails = {
syllabusLink: 'https://docs.google.com/document/d/1kdsA3c13WYKDNc1CI-7DfkcWDcyWePSStqFRMxU747U/edit?usp=sharing',

links: [
// {
// title: 'CS 492/599 grading demo appointments',
// link: 'https://outlook.office365.com/owa/calendar/CS492FinalProjectDemos@OregonStateUniversity.onmicrosoft.com/bookings/',
// description: 'use this page to sign up for grading demos for all assignments'
// },
{
title: 'CS 492/599 grading demo appointments',
link: 'https://outlook.office365.com/owa/calendar/CS492@OregonStateUniversity.onmicrosoft.com/bookings/',
description: 'use this page to sign up for grading demos for all assignments'
},
{
title: 'CS 492/599 on Canvas',
link: 'https://canvas.oregonstate.edu/courses/1970085'
Expand Down
8 changes: 4 additions & 4 deletions src/data/courses/w24/cs492/tas.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const tas = [
{
name: 'Souvik Das',
email: '[email protected]',
// appointmentsLink: '',
appointmentsLink: 'https://outlook.office365.com/owa/calendar/[email protected]/bookings/',
officeHours: [
{
day: 'Mon.',
Expand Down Expand Up @@ -35,7 +35,7 @@ const tas = [
{
name: 'Mingqi Jiang',
email: '[email protected]',
// appointmentsLink: '',
appointmentsLink: 'https://outlook.office365.com/owa/calendar/[email protected]/bookings/',
officeHours: [
{
day: 'Tues.',
Expand Down Expand Up @@ -68,7 +68,7 @@ const tas = [
{
name: 'Disha Kanavikar',
email: '[email protected]',
// appointmentsLink: '',
appointmentsLink: 'https://outlook.office365.com/owa/calendar/[email protected]/bookings/',
officeHours: [
{
day: 'Tues.',
Expand Down Expand Up @@ -104,7 +104,7 @@ const tas = [
{
name: 'Zexian Li',
email: '[email protected]',
// appointmentsLink: '',
appointmentsLink: 'https://outlook.office365.com/owa/calendar/[email protected]/bookings/',
officeHours: [
{
day: 'Tues.',
Expand Down

0 comments on commit 40e355c

Please sign in to comment.