-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove buckeyemail from emails (it was too long)
- Loading branch information
1 parent
2ed2229
commit ca5f86b
Showing
1 changed file
with
17 additions
and
17 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 |
---|---|---|
|
@@ -39,7 +39,7 @@ const leadershipData: LeadershipData = { | |
"Marc Chow": { | ||
title: "Business Operations Director", | ||
linkedin: "https://www.linkedin.com/in/marcchow2/", | ||
email: "chow.205@buckeyemail.osu.edu", | ||
email: "[email protected]", | ||
}, | ||
|
||
/* | ||
|
@@ -49,41 +49,41 @@ const leadershipData: LeadershipData = { | |
"Matthew Heinzman": { | ||
title: "NASA Project Manager", | ||
linkedin: "https://www.linkedin.com/in/heinzmanm/", | ||
email: "heinzman.6@buckeyemail.osu.edu", | ||
email: "[email protected]", | ||
}, | ||
"Abby Atchley": | ||
{ | ||
title: "NASA Deputy Project Manager", | ||
linkedin: "https://www.linkedin.com/in/abby-atchley-990831252/", | ||
email: "atchley.23@buckeyemail.osu.edu", | ||
email: "[email protected]", | ||
}, | ||
"Nisha Kumar": { | ||
title: "NASA Deputy Project Manager", | ||
linkedin: "https://www.linkedin.com/in/nisha-v-kumar/", | ||
email: "kumar.941@buckeyemail.osu.edu", | ||
email: "[email protected]", | ||
}, | ||
"Kennedy Swyers": { | ||
title: "NASA Structures Lead", | ||
email: "swyers.11@buckeyemail.osu.edu", | ||
email: "[email protected]", | ||
linkedin: "https://www.linkedin.com/in/kennedy-swyers-55459723a/" | ||
}, | ||
"Sahil Sura": { | ||
title: "NASA Flight Systems Lead", | ||
linkedin: "https://www.linkedin.com/in/sahil-sura/", | ||
email: "sura.18@buckeyemail.osu.edu", | ||
email: "[email protected]", | ||
}, | ||
"Brady Wilson": { | ||
title: "NASA Aerodynamics Lead", | ||
}, | ||
"Dominick Delpico": { | ||
title: "NASA Payload Lead", | ||
linkedin: "https://www.linkedin.com/in/dominickdelpico/", | ||
email: "delpico.57@buckeyemail.osu.edu", | ||
email: "[email protected]", | ||
}, | ||
"Sai Vidyud Senthil Nathan": { | ||
title: "NASA Co-Payload Lead", | ||
linkedin: "https://www.linkedin.com/in/sai-vidyud-senthil-nathan-b9a46a214/", | ||
email: "senthilnathan.11@buckeyemail.osu.edu", | ||
email: "[email protected]", | ||
}, | ||
|
||
/* | ||
|
@@ -97,31 +97,31 @@ const leadershipData: LeadershipData = { | |
"Rahul Srinivas": { | ||
title: "Spaceport Deputy Project Manager", | ||
linkedin: "https://www.linkedin.com/in/rahul-srinivas-501sw/", | ||
email: "srinivas.45@buckeyemail.osu.edu", | ||
email: "[email protected]", | ||
}, | ||
"Liam Juhas": { | ||
title: "Spaceport Structures Lead", | ||
linkedin: "https://www.linkedin.com/in/liam-juhas-a14567267/", | ||
email: "juhas.9@buckeyemail.osu.edu", | ||
email: "[email protected]", | ||
}, | ||
"Toby Simpson": { | ||
title: "Spaceport Avionics Lead", | ||
email: "simpson.900@buckeyemail.osu.edu", | ||
email: "[email protected]", | ||
}, | ||
"Jackson Nicley": { | ||
title: "Spaceport Aerodynamics Lead", | ||
linkedin: "https://www.linkedin.com/in/jackson-nicley/", | ||
email: "nicley.6@buckeyemail.osu.edu", | ||
email: "[email protected]", | ||
}, | ||
"Calvin Beall": { | ||
title: "Spaceport Recovery Lead", | ||
linkedin: "https://www.linkedin.com/in/calvin-beall-a10128261/", | ||
email: "beall.67@buckeyemail.osu.edu", | ||
email: "[email protected]", | ||
}, | ||
"Hanshu Kotta": { | ||
title: "Spaceport Payload Lead", | ||
linkedin: "https://www.linkedin.com/in/hanshu-kotta-73a979235/", | ||
email: "kotta.4@buckeyemail.osu.edu", | ||
email: "[email protected]", | ||
}, | ||
"Matthew Geiger": { | ||
title: "Spaceport Propulsion Lead", | ||
|
@@ -147,15 +147,15 @@ const leadershipData: LeadershipData = { | |
"Zafar Shaik": { | ||
title: "Liquids Fluids Lead", | ||
linkedin: "https://www.linkedin.com/in/zafarshaik/", | ||
email: "shaik.27@buckeyemail.osu.edu", | ||
email: "[email protected]", | ||
}, | ||
"Julian Hooks": { | ||
title: "Liquids Electronics Lead", | ||
linkedin: "https://www.linkedin.com/in/julian-hooks-56912b291/", | ||
email: "hooks.82@buckeyemail.osu.edu", | ||
email: "[email protected]", | ||
}, | ||
"Ray Saracene": { | ||
title: "Liquids Test Director", | ||
email: "saracene.1@buckeyemail.osu.edu", | ||
email: "[email protected]", | ||
}, | ||
} |