// mentoring initiative
const mentoring = {
philosophy: "I'm deeply grateful for the professors, mentors, and peers who believed in me, guided me, and opened
doors I didn't know existed. Their support shaped my path in ways I could never have imagined. Now, it's my
turn to give back and help others find their path, just as others once helped me.",
commitment: "Devoting half a day every two weeks to mentor students",
whoIMentor: "Motivated students, particularly from underrepresented or marginalized backgrounds in Computer Science;
prioritizing those from Cambridge, Columbia, BU, and Penn State.",
focus: ["Research guidance", "Academic growth", "Career exploration", "Others"],
}
// current mentoring status
const status = {
available: true,
}
// gratitude to my past mentors
const gratitude = {
Columbia: [
"Professor John Kender",
"Professor Julia Hirschberg"
],
BU: [
"Professor Mark Crovella",
"Professor Manos Athanassoulis"
],
}
// get in touch
const contact = {
email: "zh2483@columbia.edu",
}