Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
AnyaKhemlani committed Jul 21, 2024
2 parents ea9b3e0 + 745add0 commit 9fbfd13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions seal-website/app/components/TeamSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ const TeamSection = () => {
const aakash = [" Dr. Aakash Shah is a practicing emergency room doctor at Hackensack Meridian Health. He helped treat some of the earliest confirmed cases of COVID-19 during the pandemic. Aakash also serves as the Director of Addiction Medicine and the Medical Director of Project HEAL (a hospital-based violence intervention program) at Jersey Shore University Medical Center as well as the Medical Director of New Jersey Reentry Corp. His work in those roles has resulted in several reforms, including the elimination of prior authorization requirements for medications for opioid use disorder, and he received the bipartisan endorsement of five former New Jersey governors. He previously served as the Founder and Executive Director of Be Jersey Strong, which represented one of the largest and most diverse efforts to connect the uninsured to coverage in the nation, and was honored by President Barack Obama at the White House for its impact. He has also served as an advisor to several local, state, and federal campaigns and policymakers. He obtained his M.D. from Harvard Medical School, M.B.A. and M.Sc. in Comparative Social Policy from Oxford University as a Rhodes Scholar, and B.A. and B.S. from Ursinus College. He was awarded an honorary doctorate from Centenary University."]
const alister=["Dr. Alister Martin is an emergency room physician and an esteemed academic, serving as an Assistant Professor at both Harvard Medical School and Harvard Kennedy School. His illustrious career includes a tenure as Chief Resident at Massachusetts General Hospital. A former White House Fellow and Health Policy Aide, Dr. Martin has served in influential roles under the Biden Administration, Governor Peter Shumlin of Vermont, and Congressman Raul Ruiz of California. His unique blend of expertise in politics, policy, and behavioral economics positions him perfectly to leverage healthcare settings for social change. Dr. Martin is the visionary founder of Vot-ER, a trailblazing voter registration initiative that has mobilized a network of over 50,000 healthcare providers and 700 institutions. At A Healthier Democracy, he leads with a commitment to use healthcare as a platform for building programs and movements dedicated to the welfare of vulnerable patients."]
const kedar=["With over 20 years of experience in healthcare management, public health, and healthcare quality improvement, Dr. Kedar Mate leads the Institute for Healthcare Improvement (IHI) as its President and CEO. IHI is a global organization that uses improvement science to advance and sustain equitable outcomes in health and health systems across the world. He also co-hosts the \"Turn On The Lights\" podcast, where he explores the intersection of health, social justice, and leadership with inspiring guests from diverse backgrounds and fields. Additionally, Kedar co-leads the Rise to Health Coalition, a national health equity initiative by IHI, AMA, and Race Forward that aims to catalyze individuals and organizations committed to health equity and justice to take action. Kedar is passionate about creating health-creating systems that address the social determinants of health, foster collaboration and learning, and promote innovation and excellence."]
return (
const connor=["Connor Cross is a rising senior at Davidson College, majoring in Computer Science, minoring in Philosophy, and pursuing a pre-medicine track. Connor began his college journey with a strong interest in medicine, working as an Emergency Medical Technician in the Boston area and assisting researchers at Massachusetts General Hospital. While his passion for medicine remains, he has also discovered a love for computer science amidst his college journey. Currently, he is a Software Development Engineer intern at Amazon (specifically the Stores organization), focusing on full-stack development and gaining valuable experience with AWS technology. At Davidson, Connor has been actively involved in various extracurricular activities, including D1 Cheerleading, serving as the social chair of his fraternity, and working as a teacher's assistant for both chemistry and computer science classes. His initial involvement with S.E.A.L. was to help construct the website alongside Anya Khemlani and Alissa Rogozin. Connor is excited to continue exploring the intersection of computer science and medicine in his professional career after graduating in May of 2025."]
return (
<div className="max-w-screen-xl mx-auto
flex flex-col gap-6
mt-10 p-4">
Expand Down Expand Up @@ -141,7 +142,7 @@ const TeamSection = () => {
viewport={{ once: false }}
transition={{ duration: 0.8, ease: "easeInOut" }}
>
<ProfileCard name="Connor Cross" bio={placeholder} linkedIn="https://www.linkedin.com/in/connor-cross-950116236/" gitHub="https://github.com/cocross1" />
<ProfileCard name="Connor Cross" bio={connor} imageSrc="/images/connor.png" linkedIn="https://www.linkedin.com/in/connor-cross-950116236/" gitHub="https://github.com/cocross1" />
</motion.div>
<motion.div
initial={{ y: 50, opacity: 0 }}
Expand Down
Binary file added seal-website/public/images/connor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9fbfd13

Please sign in to comment.