From 54166963bc7fbf599e9b14ee088774619eadf523 Mon Sep 17 00:00:00 2001 From: HorracePippin <161538352+HorracePippin@users.noreply.github.com> Date: Sat, 18 Jul 2026 01:04:26 -0500 Subject: [PATCH] Updating tutors page --- .astro/astro/content.d.ts | 2 +- .astro/settings.json | 2 +- src/data/tutors.ts | 364 +++++++++++++++++++------------------- 3 files changed, 184 insertions(+), 184 deletions(-) diff --git a/.astro/astro/content.d.ts b/.astro/astro/content.d.ts index 5271f6a..f568542 100644 --- a/.astro/astro/content.d.ts +++ b/.astro/astro/content.d.ts @@ -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"); } diff --git a/.astro/settings.json b/.astro/settings.json index 9617393..4e2dd8c 100644 --- a/.astro/settings.json +++ b/.astro/settings.json @@ -1,5 +1,5 @@ { "_variables": { - "lastUpdateCheck": 1777502670704 + "lastUpdateCheck": 1784354503065 } } \ No newline at end of file diff --git a/src/data/tutors.ts b/src/data/tutors.ts index 2133055..fa00af9 100644 --- a/src/data/tutors.ts +++ b/src/data/tutors.ts @@ -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],