Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .astro/astro/content.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,5 +203,5 @@ declare module 'astro:content' {

type AnyEntryMap = ContentEntryMap & DataEntryMap;

export type ContentConfig = typeof import("../../src/content/config.js");
export type ContentConfig = typeof import("./../../src/content/config.js");
}
2 changes: 1 addition & 1 deletion .astro/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"_variables": {
"lastUpdateCheck": 1777502670704
"lastUpdateCheck": 1784354503065
}
}
364 changes: 182 additions & 182 deletions src/data/tutors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,188 +18,188 @@ const COLORS = [
let idx = 0;

export const TUTORS: Tutor[] = [
{
name: "Thomas Savasten",
color: COLORS[idx++ % COLORS.length],
id: idx,
times: [
["M", 14, 16],
["W", 14, 16],
["F", 14, 16],
],
courses: [
"EECS 138",
"EECS 140",
"EECS 168",
"EECS 210",
"EECS 268",
"EECS 330",
"EECS 348",
"EECS 388",
"EECS 510",
"EECS 678",
"MATH 125",
"MATH 126",
"MATH 127",
"MATH 290",
],
},
{
name: "Dellie Wright",
color: COLORS[idx++ % COLORS.length],
id: idx,
times: [
["M", 11, 12],
["W", 11, 12],
["F", 11, 12],
],
courses: [
"EECS 138",
"EECS 140",
"EECS 168",
"EECS 210",
"EECS 268",
"EECS 330",
"EECS 348",
"EECS 388",
"EECS 443",
"EECS 447",
"EECS 461",
"EECS 465",
"EECS 468",
"EECS 510",
"EECS 563",
"EECS 565",
"EECS 569",
"EECS 581",
"EECS 582",
"EECS 649",
"EECS 662",
"EECS 678",
"EECS 695",
"MATH 125",
"MATH 126",
"MATH 127",
"MATH 290",
"EPHX 210",
],
},
{
name: "Lena Palmieri",
color: COLORS[idx++ % COLORS.length],
id: idx,
times: [
["T", 13, 15],
["R", 13, 15],
],
courses: [
"EECS 140",
"EECS 168",
"EECS 210",
"EECS 268",
"EECS 348",
"EECS 388",
"EECS 461",
"EECS 468",
"EECS 510",
"EECS 678",
"MATH 125",
"MATH 126",
"MATH 127",
"MATH 290",
]
},
{
name: "Joshua Lins",
color: COLORS[idx++ % COLORS.length],
id: idx,
times: [
["T", 10, 12],
["R", 10, 12],
],
courses: [
"EECS 168",
"EECS 268",
"EECS 388",
"EECS 461",
"MATH 125",
"MATH 126",
"MATH 127",
"MATH 290",
"EPHX 210",
]
},
{
name: "Nathenael Getahum",
color: COLORS[idx++ % COLORS.length],
id: idx,
times: [
["M", 12, 13],
],
courses: [
"EECS 138",
"EECS 168",
]
},
{
name: "Lauren D'Souza",
color: COLORS[idx++ % COLORS.length],
id: idx,
times: [
["M", 13, 14],
["W", 13, 14],
],
courses: [
"EECS 138",
"EECS 168",
"EECS 210",
"EECS 268",
"EECS 348",
"EECS 388",
"EECS 468",
"EECS 510",
"EECS 563",
"MATH 125",
"MATH 126",
"MATH 127",
"MATH 290",
"EPHX 210",
]
},
{
name: "Zema Samuel",
color: COLORS[idx++ % COLORS.length],
id: idx,
times: [
["M", 9, 11],
["F", 9, 11],
],
courses: [
"EECS 138",
"EECS 168",
]
},
{
name: "Eliana Isenburg",
color: COLORS[idx++ % COLORS.length],
id: idx,
times: [
["W", 12, 13],
["R", 9, 10],
],
courses: [
"EECS 140",
"EECS 168",
"EECS 210",
"EECS 268",
"EECS 388",
"MATH 125",
"MATH 126",
"MATH 127",
"MATH 290",
],
flags: ["eliana-sp26"],
},
// {
// name: "Thomas Savasten",
// color: COLORS[idx++ % COLORS.length],
// id: idx,
// times: [
// ["M", 14, 16],
// ["W", 14, 16],
// ["F", 14, 16],
// ],
// courses: [
// "EECS 138",
// "EECS 140",
// "EECS 168",
// "EECS 210",
// "EECS 268",
// "EECS 330",
// "EECS 348",
// "EECS 388",
// "EECS 510",
// "EECS 678",
// "MATH 125",
// "MATH 126",
// "MATH 127",
// "MATH 290",
// ],
// },
// {
// name: "Dellie Wright",
// color: COLORS[idx++ % COLORS.length],
// id: idx,
// times: [
// ["M", 11, 12],
// ["W", 11, 12],
// ["F", 11, 12],
// ],
// courses: [
// "EECS 138",
// "EECS 140",
// "EECS 168",
// "EECS 210",
// "EECS 268",
// "EECS 330",
// "EECS 348",
// "EECS 388",
// "EECS 443",
// "EECS 447",
// "EECS 461",
// "EECS 465",
// "EECS 468",
// "EECS 510",
// "EECS 563",
// "EECS 565",
// "EECS 569",
// "EECS 581",
// "EECS 582",
// "EECS 649",
// "EECS 662",
// "EECS 678",
// "EECS 695",
// "MATH 125",
// "MATH 126",
// "MATH 127",
// "MATH 290",
// "EPHX 210",
// ],
// },
// {
// name: "Lena Palmieri",
// color: COLORS[idx++ % COLORS.length],
// id: idx,
// times: [
// ["T", 13, 15],
// ["R", 13, 15],
// ],
// courses: [
// "EECS 140",
// "EECS 168",
// "EECS 210",
// "EECS 268",
// "EECS 348",
// "EECS 388",
// "EECS 461",
// "EECS 468",
// "EECS 510",
// "EECS 678",
// "MATH 125",
// "MATH 126",
// "MATH 127",
// "MATH 290",
// ]
// },
// {
// name: "Joshua Lins",
// color: COLORS[idx++ % COLORS.length],
// id: idx,
// times: [
// ["T", 10, 12],
// ["R", 10, 12],
// ],
// courses: [
// "EECS 168",
// "EECS 268",
// "EECS 388",
// "EECS 461",
// "MATH 125",
// "MATH 126",
// "MATH 127",
// "MATH 290",
// "EPHX 210",
// ]
// },
// {
// name: "Nathenael Getahum",
// color: COLORS[idx++ % COLORS.length],
// id: idx,
// times: [
// ["M", 12, 13],
// ],
// courses: [
// "EECS 138",
// "EECS 168",
// ]
// },
// {
// name: "Lauren D'Souza",
// color: COLORS[idx++ % COLORS.length],
// id: idx,
// times: [
// ["M", 13, 14],
// ["W", 13, 14],
// ],
// courses: [
// "EECS 138",
// "EECS 168",
// "EECS 210",
// "EECS 268",
// "EECS 348",
// "EECS 388",
// "EECS 468",
// "EECS 510",
// "EECS 563",
// "MATH 125",
// "MATH 126",
// "MATH 127",
// "MATH 290",
// "EPHX 210",
// ]
// },
// {
// name: "Zema Samuel",
// color: COLORS[idx++ % COLORS.length],
// id: idx,
// times: [
// ["M", 9, 11],
// ["F", 9, 11],
// ],
// courses: [
// "EECS 138",
// "EECS 168",
// ]
// },
// {
// name: "Eliana Isenburg",
// color: COLORS[idx++ % COLORS.length],
// id: idx,
// times: [
// ["W", 12, 13],
// ["R", 9, 10],
// ],
// courses: [
// "EECS 140",
// "EECS 168",
// "EECS 210",
// "EECS 268",
// "EECS 388",
// "MATH 125",
// "MATH 126",
// "MATH 127",
// "MATH 290",
// ],
// flags: ["eliana-sp26"],
// },
/* {
name: "Addison Bartelli",
color: COLORS[idx++ % COLORS.length],
Expand Down