
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>News &amp; Press</title>
<link>https://www.physicianscientists.org/news/default.asp</link>
<description><![CDATA[  Read about recent events, essential information and the latest community news.  ]]></description>
<lastBuildDate>Thu, 18 Jun 2026 05:56:03 GMT</lastBuildDate>
<pubDate>Tue, 17 Mar 2026 15:13:00 GMT</pubDate>
<copyright>Copyright &#xA9; 2026 American Physician Scientists Association</copyright>
<atom:link href="https://www.physicianscientists.org/news/news_rss.asp?cat=5272" rel="self" type="application/rss+xml"></atom:link>
<item>
<title>APSA Hosts Inaugural 3-Minute Thesis Competition</title>
<link>https://www.physicianscientists.org/news/news.asp?id=722392</link>
<guid>https://www.physicianscientists.org/news/news.asp?id=722392</guid>
<description><![CDATA[<!DOCTYPE html>
<html lang="en"><head>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <title>APSA 3MT Competition 2026 — Press Release</title>
  <link href="https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;0,900;1,400;1,700&amp;family=Source+Serif+4:ital,opsz,wght@0,8..60,300;0,8..60,400;0,8..60,600;1,8..60,300;1,8..60,400&amp;family=DM+Mono:wght@400;500&amp;display=swap" rel="stylesheet" />
  <style>
    :root {
      --ink: #1a1a1a;
      --paper: #faf8f3;
      --cream: #f2ede2;
      --gold: #c9a84c;
      --gold-light: #e8d49a;
      --gold-pale: #f7f0dc;
      --rule: #d4c9a8;
      --accent: #1e4a7a;
      --accent-light: #e8f0f9;
      --muted: #6b6355;
    }

    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    body {
      background-color: #ffffff;
      color: var(--ink);
      font-family: 'Source Serif 4', Georgia, serif;
      font-size: 17px;
      line-height: 1.75;
      min-height: 100vh;
    }

    /* ─── Layout ─── */
    .wrapper {
      max-width: 900px;
      margin: 0 auto;
      padding: 24px 40px 40px;
    }

    /* ─── Press Release Flag ─── */
    .pr-flag {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-family: 'DM Mono', monospace;
      font-size: 11px;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: var(--accent);
      border: 1.5px solid var(--accent);
      padding: 5px 14px 4px;
      margin-bottom: 14px;
    }

    .pr-flag::before {
      content: '';
      width: 6px;
      height: 6px;
      background: var(--gold);
      border-radius: 50%;
      display: inline-block;
    }

    /* ─── Headline block ─── */
    .headline-block {
      border-left: 4px solid var(--gold);
      padding-left: 24px;
      margin-bottom: 18px;
    }

    h1 {
      font-family: 'Playfair Display', serif;
      font-size: clamp(26px, 4vw, 42px);
      font-weight: 900;
      line-height: 1.2;
      color: var(--ink);
      margin-bottom: 8px;
    }

    .byline-row {
      display: flex;
      flex-wrap: wrap;
      gap: 4px 24px;
      font-family: 'DM Mono', monospace;
      font-size: 12px;
      letter-spacing: 0.07em;
      color: var(--muted);
    }

    .byline-row span::before {
      content: '— ';
      opacity: 0.5;
    }

    /* ─── Divider ─── */
    .rule {
      border: none;
      border-top: 1px solid var(--rule);
      margin: 16px 0;
    }

    .rule-double {
      border: none;
      border-top: 3px double var(--rule);
      margin: 20px 0;
    }

    /* ─── Body text ─── */
    p {
      margin-bottom: 0.9em;
      color: var(--ink);
    }

    /* ─── Event image ─── */
    .event-image-wrap {
      margin: 18px 0;
      position: relative;
    }

    .event-image-wrap img {
      width: 100%;
      display: block;
      border: 1px solid var(--rule);
    }

    .img-caption {
      font-family: 'DM Mono', monospace;
      font-size: 11.5px;
      color: var(--muted);
      padding: 8px 12px;
      background: var(--cream);
      border: 1px solid var(--rule);
      border-top: none;
      letter-spacing: 0.04em;
    }

    /* ─── Winners section ─── */
    .winners-section {
      background: var(--gold-pale);
      border: 1px solid var(--gold-light);
      padding: 24px 28px;
      margin: 18px 0;
      position: relative;
    }

    .winners-section::before {
      content: '🏆';
      position: absolute;
      top: -18px;
      left: 50%;
      transform: translateX(-50%);
      font-size: 28px;
      background: var(--gold-pale);
      padding: 0 10px;
    }

    .winners-section h2 {
      font-family: 'Playfair Display', serif;
      font-size: 20px;
      font-weight: 700;
      color: var(--accent);
      margin-bottom: 12px;
      text-align: center;
      letter-spacing: 0.02em;
    }

    .winner-row {
      display: flex;
      align-items: flex-start;
      gap: 14px;
      padding: 7px 0;
      border-bottom: 1px dashed var(--gold-light);
    }

    .winner-row:last-child { border-bottom: none; }

    .winner-medal {
      font-size: 20px;
      min-width: 28px;
      text-align: center;
      margin-top: 1px;
    }

    .winner-place {
      font-family: 'DM Mono', monospace;
      font-size: 11px;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--muted);
      min-width: 36px;
      margin-top: 3px;
    }

    .winner-name {
      font-family: 'Playfair Display', serif;
      font-size: 16px;
      font-weight: 700;
      color: var(--ink);
    }

    .winner-school {
      font-size: 13.5px;
      color: var(--muted);
      font-style: italic;
    }

    /* Winner spotlight with headshot */
    .winner-spotlight {
      display: grid;
      grid-template-columns: 160px 1fr;
      gap: 24px;
      align-items: center;
      background: var(--accent);
      color: #fff;
      padding: 20px 24px;
      margin: 18px 0;
    }

    .winner-spotlight img {
      width: 160px;
      height: 160px;
      object-fit: cover;
      object-position: top;
      border: 3px solid var(--gold);
    }

    .winner-spotlight-text {}

    .spotlight-flag {
      font-family: 'DM Mono', monospace;
      font-size: 10.5px;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: var(--gold-light);
      margin-bottom: 6px;
      display: block;
    }

    .spotlight-name {
      font-family: 'Playfair Display', serif;
      font-size: 26px;
      font-weight: 900;
      line-height: 1.15;
      margin-bottom: 4px;
    }

    .spotlight-school {
      font-size: 14px;
      opacity: 0.8;
      font-style: italic;
      margin-bottom: 10px;
    }

    .spotlight-label {
      display: inline-block;
      background: var(--gold);
      color: var(--ink);
      font-family: 'DM Mono', monospace;
      font-size: 11px;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      padding: 4px 12px;
      font-weight: 500;
    }

    /* ─── Pull quote ─── */
    .pull-quote {
      margin: 20px 0;
      padding: 0 0 0 32px;
      border-left: 5px solid var(--gold);
      position: relative;
    }

    .pull-quote::before {
      content: '\201C';
      font-family: 'Playfair Display', serif;
      font-size: 80px;
      color: var(--gold-light);
      line-height: 0;
      position: absolute;
      top: 42px;
      left: -10px;
      pointer-events: none;
    }

    .pull-quote blockquote {
      font-family: 'Playfair Display', serif;
      font-size: 21px;
      font-style: italic;
      font-weight: 400;
      line-height: 1.5;
      color: var(--accent);
    }

    .pull-quote cite {
      display: block;
      font-family: 'DM Mono', monospace;
      font-size: 11.5px;
      letter-spacing: 0.08em;
      color: var(--muted);
      margin-top: 6px;
      font-style: normal;
    }

    /* ─── Section headings ─── */
    h2 {
      font-family: 'Playfair Display', serif;
      font-size: 22px;
      font-weight: 700;
      color: var(--ink);
      margin: 18px 0 8px;
    }

    h3 {
      font-family: 'Playfair Display', serif;
      font-size: 17px;
      font-weight: 700;
      font-style: italic;
      color: var(--accent);
      margin: 14px 0 6px;
    }

    /* ─── People lists ─── */
    .person-list {
      list-style: none;
      padding: 0;
      margin: 0 0 0.9em 0;
    }

    .person-list li {
      padding: 5px 0;
      border-bottom: 1px solid var(--rule);
      display: flex;
      flex-wrap: wrap;
      align-items: baseline;
      gap: 6px;
    }

    .person-list li:last-child { border-bottom: none; }

    .person-name {
      font-weight: 600;
    }

    .person-role {
      font-family: 'DM Mono', monospace;
      font-size: 12px;
      color: var(--muted);
      letter-spacing: 0.04em;
    }

    /* ─── Testimonials grid ─── */
    .testimonials-heading {
      font-family: 'Playfair Display', serif;
      font-size: 22px;
      font-weight: 700;
      margin-bottom: 12px;
      color: var(--ink);
    }

    .testimonials-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 12px;
      margin: 12px 0;
    }

    .testimonial-card {
      background: var(--cream);
      border: 1px solid var(--rule);
      padding: 16px 18px;
      font-style: italic;
      font-size: 15.5px;
      line-height: 1.55;
      color: var(--ink);
      position: relative;
    }

    .testimonial-card::before {
      content: '\201C';
      font-family: 'Playfair Display', serif;
      font-size: 42px;
      color: var(--gold-light);
      line-height: 1;
      position: absolute;
      top: 8px;
      left: 12px;
    }

    .testimonial-card p {
      margin: 0;
      padding-top: 16px;
    }

    /* ─── Closing note ─── */
    .closing-note {
      background: var(--accent-light);
      border-left: 4px solid var(--accent);
      padding: 14px 20px;
      margin: 18px 0;
      font-size: 16px;
    }



    a {
      color: var(--accent);
      text-decoration: underline;
      text-underline-offset: 3px;
    }

    a:hover { color: var(--gold); }

    /* Ornament */
    .ornament {
      text-align: center;
      color: var(--gold);
      font-size: 22px;
      letter-spacing: 0.4em;
      margin: 6px 0;
      opacity: 0.7;
    }

    @media (max-width: 620px) {
      .wrapper { padding: 16px 16px 32px; }
      .testimonials-grid { grid-template-columns: 1fr; }
      .winner-spotlight { grid-template-columns: 1fr; }
      .winner-spotlight img { width: 120px; height: 120px; }
    }
  </style>
</head>
<body>

<main class="wrapper">

  </main><div class="pr-flag">For Immediate Release</div><div class="headline-block">
    <h1>APSA Hosts Inaugural 3-Minute Thesis Competition</h1>
    <div class="byline-row">
      <span>March 3, 2026 · 7–9 PM ET</span>
      <span>Author: Bernadette Miao, Partnerships Chair</span>
    </div>
  </div><hr class="rule" /><p>The American Physician Scientists Association (APSA) hosted the Inaugural APSA <a href="https://threeminutethesis.uq.edu.au/" target="_blank" rel="noopener">3 Minute Thesis (3MT) Competition</a>, bringing together physician-scientist trainees from across the nation to present their research in a fast-paced, engaging format.</p><div class="event-image-wrap">
    <img src="https://cdn.ymaws.com/physicianscientists.site-ym.com/resource/resmgr/3mt_2026_press_release/img_7342.png" alt="APSA 3MT Competition event — participants and judges gathered virtually" />
    <div class="img-caption">APSA Inaugural 3 Minute Thesis Competition · March 3, 2026</div>
  </div><main class="wrapper">

  <!-- First pull quote -->
  </main><div class="pull-quote">
    <blockquote>It was wonderful to learn about the work of my peers throughout the US.</blockquote>
    <cite>— Event Participant</cite>
  </div><main class="wrapper">

  <!-- Winners block -->
  </main><div class="winners-section">
    <h2>Competition Results</h2>

    <div class="winner-row">
      <span class="winner-medal">🥇</span>
      <span class="winner-place">1st</span>
      <div>
        <div class="winner-name">Brianna Brammer</div>
        <div class="winner-school">Emory University</div>
      </div>
    </div>

    <div class="winner-row">
      <span class="winner-medal">🥈</span>
      <span class="winner-place">2nd</span>
      <div>
        <div class="winner-name">Morgan Pantuck</div>
        <div class="winner-school">Temple University</div>
      </div>
    </div>

    <div class="winner-row">
      <span class="winner-medal">🥉</span>
      <span class="winner-place">3rd</span>
      <div>
        <div class="winner-name">Kayla Schwartz &amp; Neil Chada</div>
        <div class="winner-school">University of Miami &amp; Vanderbilt University</div>
      </div>
    </div>

    <div class="winner-row">
      <span class="winner-medal">🏅</span>
      <span class="winner-place">4th</span>
      <div>
        <div class="winner-name">Alexander Laurenson, Dimitri Joseph, and Sherry Zhou</div>
        <div class="winner-school">University of Maryland · Michigan State University · Mayo Clinic</div>
      </div>
    </div>
  </div><main class="wrapper">

  <!-- Winner spotlight -->
  </main><div class="winner-spotlight">
    <img src="https://cdn.ymaws.com/physicianscientists.site-ym.com/resource/resmgr/3mt_2026_press_release/img_1286_2.jpeg" alt="Brianna Brammer, 1st place winner, Emory University MSTP" />
    <div class="winner-spotlight-text">
      <span class="spotlight-flag">First Place Winner</span>
      <div class="spotlight-name">Brianna Brammer</div>
      <div class="spotlight-school">Emory University Medical Scientist Training Program</div>
      <span class="spotlight-label">🏆 APSA 3MT Champion 2026</span>
    </div>
  </div><hr class="rule" /><h2>About the Event</h2><p>The event was chaired by Bernadette Miao and organized by the APSA Partnerships Committee, Public Relations Committee, Virtual Content Committee, and APSA leadership. It was moderated by <strong>Rohini Guin</strong> (President), <strong>Katherine Lipsius</strong> (Partnerships Committee Member), and <strong>Bernadette Miao</strong> (Partnerships Chair).</p><h3>Judges</h3><p>The competition featured five distinguished judges — all past APSA Presidents and Executive Committee members:</p><ul class="person-list">
    <li>
      <span class="person-name">Freddy Nguyen, MD, PhD</span>
      <span class="person-role">Founder &amp; President, 2004–2008</span>
    </li>
    <li>
      <span class="person-name">Evan Noch, MD, PhD</span>
      <span class="person-role">President, 2013–2014</span>
    </li>
    <li>
      <span class="person-name">Audra Iness, MD, PhD</span>
      <span class="person-role">President, 2018–2019</span>
    </li>
    <li>
      <span class="person-name">Cynthia Tang, PhD</span>
      <span class="person-role">President, 2024–2025</span>
    </li>
    <li>
      <span class="person-name">Selin Isguven, PhD</span>
      <span class="person-role">Partnerships Chair, 2023–2025</span>
    </li>
  </ul><hr class="rule-double" /><main class="wrapper">

  <!-- Testimonials -->
  </main><div class="testimonials-heading">What Participants Had to Say</div><div class="testimonials-grid">
    <div class="testimonial-card"><p>The format was perfect and executed brilliantly!</p></div>
    <div class="testimonial-card"><p>This was a fantastic event! It was so fun to hear about everyone's research throughout APSA.</p></div>
    <div class="testimonial-card"><p>Having past APSA presidents and leaders as judges was a fantastic touch and felt very physician-scientist community focused.</p></div>
    <div class="testimonial-card"><p>It was so much fun!</p></div>
  </div><main class="wrapper">

  <!-- Second pull quote -->
  </main><div class="pull-quote">
    <blockquote>Super cool event and a very useful pitch-type talk to have the chance to practice as well.</blockquote>
    <cite>— Event Participant</cite>
  </div><div class="closing-note">
    <p>Congratulations to all of our winners and participants, and thank you to our event volunteers and judges! <strong>Stay tuned for more opportunities!</strong></p>
  </div><div class="ornament">✦ ✦ ✦</div>

</body></html>]]></description>
<pubDate>Tue, 17 Mar 2026 16:13:00 GMT</pubDate>
</item>
<item>
<title>APSA Office has moved</title>
<link>https://www.physicianscientists.org/news/news.asp?id=715642</link>
<guid>https://www.physicianscientists.org/news/news.asp?id=715642</guid>
<description><![CDATA[The APSA office has moved!&nbsp;<span style="background-color: #ffffff; color: #333333;">Our new address is&nbsp;85 Swanson Rd, Suite 135, Boxborough, MA 01719.</span>]]></description>
<pubDate>Tue, 2 Dec 2025 18:49:00 GMT</pubDate>
</item>
<item>
<title>2025 APSA Northeast Regional Meeting Unites Physician-Scientist Trainees at Stony Brook University</title>
<link>https://www.physicianscientists.org/news/news.asp?id=700339</link>
<guid>https://www.physicianscientists.org/news/news.asp?id=700339</guid>
<description><![CDATA[<span id="docs-internal-guid-df7697fc-7fff-2e7b-dfa2-acebb3056a3b"></span><p dir="ltr" style="line-height:1.38;margin-top:12pt;margin-bottom:12pt;"><span style="font-size: 11pt; font-weight: 700; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve; font-family: Arial, sans-serif; color: #000000;">2025 APSA Northeast Regional Meeting Celebrates Emerging Physician-Scientists and Mentorship at Stony Brook University</span></p><p dir="ltr" style="line-height:1.38;margin-top:12pt;margin-bottom:12pt;"><span style="font-size: 11pt; font-weight: 700; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve; font-family: Arial, sans-serif; color: #000000;">Stony Brook, NY — March 30, 2025</span><span style="font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve; font-family: Arial, sans-serif; color: #000000;"> — The American Physician Scientists Association (APSA) successfully concluded its 2025 Northeast Regional Meeting on March 29 at Stony Brook University. The conference, themed "Mentoring Minds for Tomorrow's Discoveries," brought together aspiring and established physician-scientists for a day of inspiration, education, and community building.</span></p><p dir="ltr" style="line-height:1.38;margin-top:12pt;margin-bottom:12pt;"><span style="font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve; font-family: Arial, sans-serif; color: #000000;">The event featured keynote addresses from two luminaries in biomedical science. Dr. Padmanee Sharma of MD Anderson Cancer Center opened the day with insights into her pioneering work in cancer immunotherapy and her journey as a physician-scientist. Later, Nobel Laureate Dr. Harold Varmus engaged attendees in a fireside chat, reflecting on his distinguished career and offering guidance to the next generation of physician-scientists.</span></p><p dir="ltr" style="line-height:1.38;margin-top:12pt;margin-bottom:12pt;"><span style="font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve; font-family: Arial, sans-serif; color: #000000;">Throughout the day, participants engaged in sessions designed to enhance their skills and broaden their perspectives. A plenary session on science communication provided strategies for effectively conveying complex research to diverse audiences, including the public, policymakers, and investors. Trainees showcased their research during flash talks and a poster session, fostering peer-to-peer learning and collaboration.</span></p><p dir="ltr" style="line-height:1.38;margin-top:12pt;margin-bottom:12pt;"><span style="font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve; font-family: Arial, sans-serif; color: #000000;">Afternoon roundtable discussions addressed critical topics such as diversity in medicine, balancing clinical and research responsibilities, and navigating career paths in academia and industry. These sessions facilitated open dialogue and mentorship, aligning with the conference's central theme.</span></p><p dir="ltr" style="line-height:1.38;margin-top:12pt;margin-bottom:12pt;"><span style="font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve; font-family: Arial, sans-serif; color: #000000;">The meeting concluded with concurrent admissions panels, offering attendees insights into MD/DO-PhD programs and Physician-Scientist Training Programs (PSTPs), followed by a networking social at The Bench, where connections forged during the day were further strengthened.</span></p><p dir="ltr" style="line-height:1.38;margin-top:12pt;margin-bottom:12pt;"><span style="font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve; font-family: Arial, sans-serif; color: #000000;">"This regional meeting exemplified the spirit of mentorship and collaboration that is vital to the physician-scientist community," said Rohini Guin, APSA Northeast Regional Director. "We are grateful to all speakers, participants, and organizers who contributed to this enriching experience."</span></p><p dir="ltr" style="line-height:1.38;margin-top:12pt;margin-bottom:12pt;"><span style="font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve; font-family: Arial, sans-serif; color: #000000;">For more information about APSA and upcoming events, please visit the APSA website.</span></p><div><span style="font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve; font-family: Arial, sans-serif; color: #000000;"><img alt="" src="https://www.physicianscientists.org/resource/resmgr/newfolder/northeast_regional_conferenc.png" /><br /></span></div>]]></description>
<pubDate>Sun, 30 Mar 2025 05:00:00 GMT</pubDate>
</item>
<item>
<title>Physician-Scientist Trainees Converge at Ohio State for 2025 APSA Midwest Regional Meeting</title>
<link>https://www.physicianscientists.org/news/news.asp?id=700340</link>
<guid>https://www.physicianscientists.org/news/news.asp?id=700340</guid>
<description><![CDATA[<span id="docs-internal-guid-b808587b-7fff-cda6-6950-c976dccecbf9"></span><p dir="ltr" style="line-height:1.38;margin-top:12pt;margin-bottom:12pt;"><span style="font-size: 11pt; font-family: Arial, sans-serif; color: #000000; font-weight: 700; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;">Columbus, OH – March 9, 2025 — </span><span style="font-size: 11pt; font-family: Arial, sans-serif; color: #000000; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;">The American Physician Scientists Association (APSA) proudly wrapped up its 2025 Midwest Regional Meeting, hosted on March 7–8 at The Ohio State University’s Ohio Union. Drawing trainees, faculty, and professionals from across the Midwest and beyond, the conference delivered an engaging and collaborative experience centered on mentorship, research, and the unique career path of physician-scientists.</span></p><p dir="ltr" style="line-height:1.38;margin-top:12pt;margin-bottom:12pt;"><span style="font-size: 11pt; font-family: Arial, sans-serif; color: #000000; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;">This year’s event featured a distinguished lineup of keynote speakers who provided both scientific insights and personal reflections on navigating dual careers in medicine and research. Dr. Robert Baiocchi (MD, PhD), a physician-scientist at Ohio State University, opened the event with an in-depth look into his translational work in hematologic malignancies. Dr. Deena Chisolm (PhD) of Nationwide Children’s Hospital followed with a powerful talk on health equity, emphasizing the role of implementation science in closing care gaps for underserved pediatric populations. On Saturday, Dr. Chi Van Dang (MD, PhD), former director of the Ludwig Institute for Cancer Research and leading authority on cancer metabolism, delivered a keynote that challenged attendees to think critically about the future of cancer therapy and the central role physician-scientists play in driving innovation.</span></p><p dir="ltr" style="line-height:1.38;margin-top:12pt;margin-bottom:12pt;"><span style="font-size: 11pt; font-family: Arial, sans-serif; color: #000000; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;">In addition to keynote addresses, the conference included a robust schedule of programming tailored to trainees at all stages of their physician-scientist journeys. Flash talks and poster sessions provided a platform for students to present their research in a supportive and intellectually stimulating environment. Attendees had the opportunity to receive feedback, network with peers, and engage in lively discussion on topics ranging from molecular oncology and neuroscience to population health and bioinformatics.</span></p><p dir="ltr" style="line-height:1.38;margin-top:12pt;margin-bottom:12pt;"><span style="font-size: 11pt; font-family: Arial, sans-serif; color: #000000; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;">Breakout sessions and roundtable discussions covered critical topics such as imposter syndrome in medicine and academia, navigating dual-degree training, wellness in high-performance environments, and securing funding for early-career research. A particularly well-received panel featured physician-scientist program directors and residents sharing advice on applications to MD/PhD programs and Physician-Scientist Training Programs (PSTPs), helping demystify a path that many attendees are pursuing.</span></p><p dir="ltr" style="line-height:1.38;margin-top:12pt;margin-bottom:12pt;"><span style="font-size: 11pt; font-family: Arial, sans-serif; color: #000000; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;">The meeting also emphasized community-building and mentorship. A dedicated mentorship breakfast gave trainees an opportunity to connect with faculty mentors in a more relaxed setting, fostering meaningful conversations about work-life balance, research direction, and long-term career goals. Wellness and networking activities were interspersed throughout the weekend, reinforcing APSA’s commitment to the holistic development of its members.</span></p><p dir="ltr" style="line-height:1.38;margin-top:12pt;margin-bottom:12pt;"><span style="font-size: 11pt; font-family: Arial, sans-serif; color: #000000; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;">Reflecting on the event, Haley Klimaszewski, one of the meeting’s co-organizers, shared, “This year’s Midwest Regional Meeting was a testament to the strength and vibrancy of our physician-scientist community. We’re incredibly proud of the energy, scholarship, and camaraderie on display throughout the weekend, and we look forward to seeing the impact these trainees will have on the future of science and medicine.”</span></p><p dir="ltr" style="line-height:1.38;margin-top:12pt;margin-bottom:12pt;"><span style="font-size: 11pt; font-family: Arial, sans-serif; color: #000000; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;">The APSA Midwest Regional Meeting continues to serve as a vital touchpoint for students and trainees who are exploring or pursuing the physician-scientist path—offering not only professional development but also a strong sense of community and shared purpose.</span></p><div><span style="font-size: 11pt; font-family: Arial, sans-serif; color: #000000; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;"><img alt="" src="https://www.physicianscientists.org/resource/resmgr/newfolder/midwest_apsa_regional_meetin.png" /><br /></span></div>]]></description>
<pubDate>Sun, 9 Mar 2025 05:00:00 GMT</pubDate>
</item>
<item>
<title>Physician-Scientist Trainees Shine at 51st Eastern-Atlantic Forum Hosted by University of Miami</title>
<link>https://www.physicianscientists.org/news/news.asp?id=700341</link>
<guid>https://www.physicianscientists.org/news/news.asp?id=700341</guid>
<description><![CDATA[<span id="docs-internal-guid-d021971c-7fff-56f2-c205-e48b387b31b1"></span><p dir="ltr" style="line-height:1.38;margin-top:12pt;margin-bottom:12pt;"><span style="font-size: 11pt; font-family: Arial, sans-serif; color: #000000; font-weight: 700; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;">Miami, FL – March 1, 2025 — </span><span style="font-size: 11pt; font-family: Arial, sans-serif; color: #000000; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;">The American Physician Scientists Association (APSA) local chapter at the University of Miami Miller School of Medicine successfully hosted the 51st Annual Eastern-Atlantic Student Research Forum (ESRF) on February 27–28, 2025. The two-day symposium brought together medical, graduate, and MD/PhD students, along with resident physicians from across the United States and international institutions, for a vibrant celebration of student-led research and academic collaboration.</span></p><p dir="ltr" style="line-height:1.38;margin-top:12pt;margin-bottom:12pt;"><span style="font-size: 11pt; font-family: Arial, sans-serif; color: #000000; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;">Held on the University of Miami medical campus, ESRF 2025 provided a unique platform for students to present original research in basic science, clinical and translational medicine, and public health. The forum emphasized interdisciplinary dialogue, professional development, and mentorship—core values of APSA and the physician-scientist community.</span></p><p dir="ltr" style="line-height:1.38;margin-top:12pt;margin-bottom:12pt;"><span style="font-size: 11pt; font-family: Arial, sans-serif; color: #000000; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;">The conference began with a keynote address from Dr. Nima Sharifi, Scientific Director of the Desai Sethi Urology Institute at the University of Miami. His talk set the tone for the event, inspiring attendees with insights into cutting-edge research in cancer biology and the future of personalized medicine. Later, a panel discussion titled </span><span style="font-size: 11pt; font-family: Arial, sans-serif; color: #000000; font-style: italic; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;">"Integrating Research into Clinical Practice"</span><span style="font-size: 11pt; font-family: Arial, sans-serif; color: #000000; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;"> featured distinguished faculty including Dr. Scott Welford, Dr. Jose Lutzky, Dr. Estelamari Rodriguez, and Dr. Morgan Freret. The conversation highlighted practical ways physician-scientists can bridge the lab and the clinic to drive real-world impact.</span></p><p dir="ltr" style="line-height:1.38;margin-top:12pt;margin-bottom:12pt;"><span style="font-size: 11pt; font-family: Arial, sans-serif; color: #000000; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;">Over the course of the forum, students presented their work during three poster sessions and two oral presentation blocks, categorized into Basic and Translational Science, Clinical Research, and Public Health. Judges from across the university’s departments evaluated abstracts and presentations, culminating in a closing awards ceremony recognizing outstanding contributions.</span></p><p dir="ltr" style="line-height:1.38;margin-top:12pt;margin-bottom:12pt;"><span style="font-size: 11pt; font-family: Arial, sans-serif; color: #000000; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;">Friday’s keynote speaker, Dr. Christina Wee—Vice President of the American College of Physicians and Associate Professor of Medicine at Harvard Medical School—delivered an inspiring address on evidence-based care and health equity. Her remarks reinforced the importance of maintaining scientific rigor while advocating for meaningful, patient-centered reform.</span></p><p dir="ltr" style="line-height:1.38;margin-top:12pt;margin-bottom:12pt;"><span style="font-size: 11pt; font-family: Arial, sans-serif; color: #000000; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;">More than just a research symposium, the ESRF also provided ample networking opportunities through social gatherings, meals, and informal mentoring sessions. Attendees exchanged ideas, built connections, and left energized to continue their training as the next generation of physician-scientists.</span></p><p dir="ltr" style="line-height:1.38;margin-top:12pt;margin-bottom:12pt;"><span style="font-size: 11pt; font-family: Arial, sans-serif; color: #000000; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;">Senior Executive Symposium Director Samantha McLaughlin reflected on the event’s success: “We’re proud of the diverse and high-caliber research showcased this year. The ESRF continues to serve as a launchpad for aspiring biomedical leaders, and we’re grateful for the support of our APSA chapter, faculty mentors, and student volunteers who made this year’s forum possible.”</span></p><p dir="ltr" style="line-height:1.38;margin-top:12pt;margin-bottom:12pt;"><span style="font-size: 11pt; font-family: Arial, sans-serif; color: #000000; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;">For more information about future ESRF events or involvement with the APSA chapter at the University of Miami, please contact Samantha McLaughlin.</span></p><div><span style="font-size: 11pt; font-family: Arial, sans-serif; color: #000000; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;"><img alt="" src="https://www.physicianscientists.org/resource/resmgr/newfolder/eastern_-atlantic_meeting.png" /><br /></span></div>]]></description>
<pubDate>Sat, 1 Mar 2025 05:00:00 GMT</pubDate>
</item>
<item>
<title>A Year in Partnership between APSA and AMA</title>
<link>https://www.physicianscientists.org/news/news.asp?id=694812</link>
<guid>https://www.physicianscientists.org/news/news.asp?id=694812</guid>
<description><![CDATA[<span id="docs-internal-guid-cc8f21ab-7fff-cb59-b626-4654d05f643b"></span><p dir="ltr" style="line-height:1.38;margin-top:12pt;margin-bottom:12pt;"><span style="font-size: 11pt; font-weight: 700; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; font-variant-emoji: normal; vertical-align: baseline; white-space-collapse: preserve; font-family: Arial, sans-serif; color: #000000;">Orlando, FL – November 7-8, 2024</span><span style="font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; font-variant-emoji: normal; vertical-align: baseline; white-space-collapse: preserve; font-family: Arial, sans-serif; color: #000000;"> – The American Medical Association (AMA) held its highly anticipated interim meeting from November 7-8, where delegates from across the nation gathered to vote on pivotal resolutions aimed at advancing patient care and ensuring the sustainability of physician practice. The American Physician Scientist Association (APSA) proudly announces the active participation and significant advocacy efforts of its delegates at this landmark event.</span></p><p dir="ltr" style="line-height:1.38;margin-top:12pt;margin-bottom:12pt;"><span style="font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; font-variant-emoji: normal; vertical-align: baseline; white-space-collapse: preserve; font-family: Arial, sans-serif; color: #000000;">Brianna Brammer, APSA’s delegate to the AMA Medical Student Section (MSS) Meeting, and Rohini Guin, MSS and House of Directors (HOD) delegate through the Medical Society of the State of New York, championed critical issues impacting medical education and the physician-scientist community. Bri presented a poster during the MSS Poster Showcase at the meeting, highlighting the diverse ways in which trainees can become involved with APSA and the opportunities available through our committees.</span></p><h3 dir="ltr" style="line-height:1.38;margin-top:14pt;margin-bottom:4pt;"><span style="font-size: 13pt; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; font-variant-emoji: normal; vertical-align: baseline; white-space-collapse: preserve; font-family: Arial, sans-serif; color: #000000;">National Medical Student Organization (NMSO) Summit</span></h3><p dir="ltr" style="line-height:1.38;margin-top:12pt;margin-bottom:12pt;"><span style="font-size: 11pt; font-weight: 700; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; font-variant-emoji: normal; vertical-align: baseline; white-space-collapse: preserve; font-family: Arial, sans-serif; color: #000000;">February 9, 2025</span><span style="font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; font-variant-emoji: normal; vertical-align: baseline; white-space-collapse: preserve; font-family: Arial, sans-serif; color: #000000;"> - The AMA MSS held their inaugural National Medical Student Organization summit on February 9th, highlighting the work of many NMSOs across the country serving diverse trainee populations. This summit provided the opportunity for collaboration and strengthening relationships across these NMSOs; we are grateful APSA was invited to participate in this formative summit! Bri gave an Organization Initiative presentation, </span><span style="font-size: 11pt; font-weight: 700; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; font-variant-emoji: normal; vertical-align: baseline; white-space-collapse: preserve; font-family: Arial, sans-serif; color: #000000;">Strengthening Physician-Scientist Trainee Community and Career Development through American Physician Scientists Association Webinar Series. </span><span style="font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; font-variant-emoji: normal; vertical-align: baseline; white-space-collapse: preserve; font-family: Arial, sans-serif; color: #000000;">In this presentation, she highlighted the successes of the APSA Virtual Content Committee over the past year. Two key webinar series included the Day in the Life Series, and the Applicant Interactive Series. The Day in the Life Series highlights successful physician-scientists in many career paths, demonstrating the diversity of opportunities available to physician-scientist trainees. The Applicant Interactive Series consists of sessions for both MD/DO-PhD applicants and those preparing for residency, providing crucial information on the application process and how to be successful as a physician-scientist across training stages.</span></p><h3 dir="ltr" style="line-height:1.38;margin-top:14pt;margin-bottom:4pt;"><span style="font-size: 13pt; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; font-variant-emoji: normal; vertical-align: baseline; white-space-collapse: preserve; font-family: Arial, sans-serif; color: #000000;">AMA MSS Annual Policy Cycles</span></h3><p dir="ltr" style="line-height:1.38;margin-top:12pt;margin-bottom:12pt;"><span style="font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; font-variant-emoji: normal; vertical-align: baseline; white-space-collapse: preserve; font-family: Arial, sans-serif; color: #000000;">As part of our work to strengthen partnerships between APSA and AMA, Bri and Rohini are involved in reviewing AMA MSS resolutions for both the 2024 and 2025 annual policy cycles. The AMA MSS has specifically requested APSA’s insight and perspectives on resolutions most relevant to physician-scientist trainees. These have included advocating for increased access for research opportunities, unique components of dual-degree applicant assessment, and challenging points in the application process.&nbsp;</span></p><h3 dir="ltr" style="line-height:1.38;margin-top:14pt;margin-bottom:4pt;"><span style="font-size: 13pt; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; font-variant-emoji: normal; vertical-align: baseline; white-space-collapse: preserve; font-family: Arial, sans-serif; color: #000000;">Engage with APSA</span></h3><p dir="ltr" style="line-height:1.38;margin-top:12pt;margin-bottom:12pt;"><span style="font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; font-variant-emoji: normal; vertical-align: baseline; white-space-collapse: preserve; font-family: Arial, sans-serif; color: #000000;">To learn more about AMA advocacy efforts or how to effectively translate the needs of physician-scientists into impactful policy, please reach out to APSA’s Policy Chair, Jessica Ding, at </span><a href="mailto:jessica.ding@physicianscientists.org" style="text-decoration-line: none;"><span style="font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; font-variant-emoji: normal; text-decoration-line: underline; text-decoration-skip-ink: none; vertical-align: baseline; white-space-collapse: preserve; font-family: Arial, sans-serif; color: #1155cc;">jessica.ding@physicianscientists.org</span></a><span style="font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; font-variant-emoji: normal; vertical-align: baseline; white-space-collapse: preserve; font-family: Arial, sans-serif; color: #000000;">.</span></p><p dir="ltr" style="line-height:1.38;margin-top:12pt;margin-bottom:12pt;"><span style="font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; font-variant-emoji: normal; vertical-align: baseline; white-space-collapse: preserve; font-family: Arial, sans-serif; color: #000000;">To learn more about the Virtual Content Committee and webinar sessions available to physician-scientist trainees throughout diverse stages, please reach out to APSA’s Virtual Content Chairs, Emily Kounlavong </span><a href="mailto:emily_kounlavong@med.unc.edu" style="text-decoration-line: none;"><span style="font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; font-variant-emoji: normal; text-decoration-line: underline; text-decoration-skip-ink: none; vertical-align: baseline; white-space-collapse: preserve; font-family: Arial, sans-serif; color: #1155cc;">emily_kounlavong@med.unc.edu</span></a><span style="font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; font-variant-emoji: normal; vertical-align: baseline; white-space-collapse: preserve; font-family: Arial, sans-serif; color: #000000;"> and Kerri Davidson </span><a href="mailto:kerri.davidson@yale.edu" style="text-decoration-line: none;"><span style="font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; font-variant-emoji: normal; text-decoration-line: underline; text-decoration-skip-ink: none; vertical-align: baseline; white-space-collapse: preserve; font-family: Arial, sans-serif; color: #1155cc;">kerri.davidson@yale.edu</span></a><span style="font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; font-variant-emoji: normal; vertical-align: baseline; white-space-collapse: preserve; font-family: Arial, sans-serif; color: #000000;">, or visit </span><a href="https://www.physicianscientists.org/page/interactive-sessions" style="text-decoration-line: none;"><span style="font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; font-variant-emoji: normal; text-decoration-line: underline; text-decoration-skip-ink: none; vertical-align: baseline; white-space-collapse: preserve; font-family: Arial, sans-serif; color: #1155cc;">https://www.physicianscientists.org/page/interactive-sessions</span></a><span style="font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; font-variant-emoji: normal; vertical-align: baseline; white-space-collapse: preserve; font-family: Arial, sans-serif; color: #000000;"> to find information regarding future sessions and recordings of past sessions.</span></p><p dir="ltr" style="line-height:1.38;margin-top:12pt;margin-bottom:12pt;"><span style="font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; font-variant-emoji: normal; vertical-align: baseline; white-space-collapse: preserve; font-family: Arial, sans-serif; color: #000000;">APSA remains committed to advocating for policies that support the physician-scientist community and advance medical education and patient care. We celebrate these key wins and look forward to continued progress in our mission.</span></p><p dir="ltr" style="line-height:1.38;margin-top:12pt;margin-bottom:12pt;"><span style="font-size: 11pt; font-weight: 700; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; font-variant-emoji: normal; vertical-align: baseline; white-space-collapse: preserve; font-family: Arial, sans-serif; color: #000000;">About APSA:</span><span style="font-size: 11pt; font-weight: 700; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; font-variant-emoji: normal; vertical-align: baseline; white-space-collapse: preserve; font-family: Arial, sans-serif; color: #000000;"><br /></span><span style="font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; font-variant-emoji: normal; vertical-align: baseline; white-space-collapse: preserve; font-family: Arial, sans-serif; color: #000000;">The American Physician Scientist Association (APSA) is dedicated to supporting the professional development of aspiring physician-scientists and advocating for the integration of scientific research and clinical practice. For more information, visit</span><a href="http://www.apsa.org" style="text-decoration-line: none;"><span style="font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; font-variant-emoji: normal; vertical-align: baseline; white-space-collapse: preserve; font-family: Arial, sans-serif; color: #000000;"> </span></a><a href="https://www.physicianscientists.org" style="text-decoration-line: none;"><span style="font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; font-variant-emoji: normal; text-decoration-line: underline; text-decoration-skip-ink: none; vertical-align: baseline; white-space-collapse: preserve; font-family: Arial, sans-serif; color: #1155cc;">https://www.physicianscientists.org</span></a></p><p dir="ltr" style="line-height:1.38;margin-top:12pt;margin-bottom:12pt;"><span style="font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; font-variant-emoji: normal; text-decoration-line: underline; text-decoration-skip-ink: none; vertical-align: baseline; white-space-collapse: preserve; font-family: Arial, sans-serif; color: #1155cc;"><img alt="" src="https://www.physicianscientists.org/resource/resmgr/ama_press_relase.png" /></span></p>]]></description>
<pubDate>Sun, 9 Feb 2025 05:00:00 GMT</pubDate>
</item>
<item>
<title>The 3rd Annual Brown APSA Conference Unites Physician-Scientist Trainees for Insight &amp; Innovation</title>
<link>https://www.physicianscientists.org/news/news.asp?id=700338</link>
<guid>https://www.physicianscientists.org/news/news.asp?id=700338</guid>
<description><![CDATA[<span id="docs-internal-guid-e4930112-7fff-80b7-03aa-967555d82cfd"></span><p dir="ltr" style="line-height:1.38;margin-top:12pt;margin-bottom:12pt;"><span style="font-size: 11pt; font-weight: 700; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve; font-family: Arial, sans-serif; color: #000000;">Providence, RI – February 8, 2025</span><span style="font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve; font-family: Arial, sans-serif; color: #000000;"> – The Warren Alpert Medical School of Brown University hosted the </span><span style="font-size: 11pt; font-weight: 700; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve; font-family: Arial, sans-serif; color: #000000;">3rd Annual Brown APSA Conference</span><span style="font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve; font-family: Arial, sans-serif; color: #000000;">, bringing together physician-scientist trainees, distinguished researchers, and students eager to explore careers at the intersection of medicine and science. Organized by the Brown University/Warren Alpert Medical School chapter of the </span><span style="font-size: 11pt; font-weight: 700; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve; font-family: Arial, sans-serif; color: #000000;">American Physician-Scientists Association (APSA)</span><span style="font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve; font-family: Arial, sans-serif; color: #000000;">, the event fostered discussions on career development, mentorship, and cutting-edge biomedical research.</span></p><p dir="ltr" style="line-height:1.38;margin-top:12pt;margin-bottom:12pt;"><span style="font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve; font-family: Arial, sans-serif; color: #000000;">This year’s keynote address was delivered by </span><span style="font-size: 11pt; font-weight: 700; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve; font-family: Arial, sans-serif; color: #000000;">Dr. Jack A. Elias</span><span style="font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve; font-family: Arial, sans-serif; color: #000000;">, a renowned physician-scientist whose work has significantly contributed to advancing translational medicine. The conference also featured insightful talks by leading researchers, a </span><span style="font-size: 11pt; font-weight: 700; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve; font-family: Arial, sans-serif; color: #000000;">panel on benefits and challenges of using AI in healthcare research</span><span style="font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve; font-family: Arial, sans-serif; color: #000000;"> and a </span><span style="font-size: 11pt; font-weight: 700; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve; font-family: Arial, sans-serif; color: #000000;">trainee panel</span><span style="font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve; font-family: Arial, sans-serif; color: #000000;"> designed for undergraduates and high school students aspiring to careers in medicine and research.</span></p><p dir="ltr" style="line-height:1.38;margin-top:12pt;margin-bottom:12pt;"><span style="font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve; font-family: Arial, sans-serif; color: #000000;">“We are proud to provide a platform that strengthens the physician-scientist community at Brown and beyond,” said </span><span style="font-size: 11pt; font-weight: 700; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve; font-family: Arial, sans-serif; color: #000000;">Anna Kimata, President of Brown APSA</span><span style="font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve; font-family: Arial, sans-serif; color: #000000;">. “This conference is an opportunity for trainees to connect with mentors, share their research, and gain valuable insights from experts shaping the future of medicine.”</span></p><p dir="ltr" style="line-height:1.38;margin-top:12pt;margin-bottom:12pt;"><span style="font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve; font-family: Arial, sans-serif; color: #000000;">With research serving as a critical driver of medical progress, the </span><span style="font-size: 11pt; font-weight: 700; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve; font-family: Arial, sans-serif; color: #000000;">Brown APSA Conference</span><span style="font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve; font-family: Arial, sans-serif; color: #000000;"> provided attendees with unique networking opportunities and a chance to showcase their work in front of peers and mentors. By continuing to host these annual gatherings, the Brown APSA chapter reaffirms its commitment to advocating for physician-scientist training and the advancement of patient-oriented research.</span></p><p dir="ltr" style="line-height:1.38;margin-top:12pt;margin-bottom:12pt;"><span style="font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve; font-family: Arial, sans-serif; color: #000000;">The organizing team for this year’s event included </span><span style="font-size: 11pt; font-weight: 700; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve; font-family: Arial, sans-serif; color: #000000;">Anna Kimata (President), Ege Onal (Vice President), Jacob Kaiserman (Treasurer), Valeria Brown (Secretary), Melanie Martinsen (MD/PhD Representative), Christopher Chang (Events), Alexandra Burgess (Advertising/Social Media), and Ashley Kim (Outreach).</span></p><h3 dir="ltr" style="line-height:1.38;margin-top:14pt;margin-bottom:4pt;"><span style="font-size: 13pt; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve; font-family: Arial, sans-serif; color: #000000;">About APSA</span></h3><p dir="ltr" style="line-height:1.38;margin-top:12pt;margin-bottom:12pt;"><span style="font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve; font-family: Arial, sans-serif; color: #000000;">The </span><span style="font-size: 11pt; font-weight: 700; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve; font-family: Arial, sans-serif; color: #000000;">American Physician-Scientists Association (APSA)</span><span style="font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve; font-family: Arial, sans-serif; color: #000000;"> is a national organization dedicated to supporting the next generation of physician-scientists. Through educational initiatives, mentorship, and advocacy, APSA strives to enhance opportunities for trainees and promote translational medicine as a career pathway.</span></p><span id="docs-internal-guid-e4930112-7fff-80b7-03aa-967555d82cfd"><img alt="" src="https://www.physicianscientists.org/resource/resmgr/brown_local_chapter_conferen.png" /><br /></span>]]></description>
<pubDate>Sat, 8 Feb 2025 05:00:00 GMT</pubDate>
</item>
<item>
<title>APSA’s Women&apos;s Physician-Scientist Collective attends the AHA 2024 Meeting</title>
<link>https://www.physicianscientists.org/news/news.asp?id=688730</link>
<guid>https://www.physicianscientists.org/news/news.asp?id=688730</guid>
<description><![CDATA[<span id="docs-internal-guid-6a95b6d5-7fff-bdb2-637f-b346e7640549"></span><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt;"><span style="font-size: 11pt; font-family: Arial, sans-serif; color: #000000; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; font-variant-emoji: normal; vertical-align: baseline; white-space-collapse: preserve;">The American Physician Scientists Association (APSA) is thrilled to announce the launch of the Women's Physician-Scientist Collective (WPSC), a groundbreaking initiative aimed at connecting women, gender minorities, and their allies with leading physician-scientists to promote sustainable professional and personal development.&nbsp;</span></p><span id="docs-internal-guid-6a95b6d5-7fff-bdb2-637f-b346e7640549"><br /></span><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt;"><span style="font-size: 11pt; font-family: Arial, sans-serif; color: #000000; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; font-variant-emoji: normal; vertical-align: baseline; white-space-collapse: preserve;">Rohini Guin, President-Elect of APSA, attended the American Heart Association (AHA) Scientific Sessions meeting and participated in an enriching session with the Arteriosclerosis, Thrombosis and Vascular Biology (ATVB) Women's Leadership Committee (WLC). This opportunity provided valuable insights into their innovative approaches to mentoring and cultivating the next generation of leaders.</span></p><span id="docs-internal-guid-6a95b6d5-7fff-bdb2-637f-b346e7640549"><br /></span><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt;"><span style="font-size: 11pt; font-family: Arial, sans-serif; color: #000000; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; font-variant-emoji: normal; vertical-align: baseline; white-space-collapse: preserve;">Adding to the excitement, Rohini had the privilege of connecting with and capturing a moment with Dr. Ebru Erbay, a member of APSA’s Board of Directors, and ATVB WLC member, and a champion for advancing women in the field of medicine and science.</span></p><span id="docs-internal-guid-6a95b6d5-7fff-bdb2-637f-b346e7640549"><br /></span><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt;"><span style="font-size: 11pt; font-family: Arial, sans-serif; color: #000000; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; font-variant-emoji: normal; vertical-align: baseline; white-space-collapse: preserve;">“The Women's Physician-Scientist Collective is more than just a network—it's a movement to empower the next generation of physician-scientists by creating sustainable pathways for success,” said Rohini. “We aim to build a supportive and inspiring community that nurtures growth and innovation.”</span></p><span id="docs-internal-guid-6a95b6d5-7fff-bdb2-637f-b346e7640549"><br /></span><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt;"><span style="font-size: 11pt; font-family: Arial, sans-serif; color: #000000; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; font-variant-emoji: normal; vertical-align: baseline; white-space-collapse: preserve;">The Women's Physician-Scientist Collective will offer mentorship opportunities, workshops, and resources to address the unique challenges faced by women and gender minorities in the physician-scientist community. Through this initiative, APSA seeks to foster an inclusive environment where all members can thrive and achieve excellence in both their personal and professional lives.</span></p><span id="docs-internal-guid-6a95b6d5-7fff-bdb2-637f-b346e7640549"><br /></span><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt;"><span style="font-size: 11pt; font-family: Arial, sans-serif; color: #000000; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; font-variant-emoji: normal; vertical-align: baseline; white-space-collapse: preserve;">APSA extends its gratitude to the AHA ATVB Women’s Leadership Committee for their inspiration, and looks forward to continue supporting the future of physician-scientist leadership.</span></p><span id="docs-internal-guid-6a95b6d5-7fff-bdb2-637f-b346e7640549"><br /></span><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt;"><span style="font-size: 11pt; font-family: Arial, sans-serif; color: #000000; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; font-variant-emoji: normal; vertical-align: baseline; white-space-collapse: preserve;">For more information about the Women’s Physician-Scientist Collective or to join the initiative, please contact </span><a href="mailto:rohini.guin@physicianscientists.org" style="text-decoration-line: none;"><span style="font-size: 11pt; font-family: Arial, sans-serif; color: #1155cc; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; font-variant-emoji: normal; text-decoration-line: underline; text-decoration-skip-ink: none; vertical-align: baseline; white-space-collapse: preserve;">rohini.guin@physicianscientists.org</span></a><span style="font-size: 11pt; font-family: Arial, sans-serif; color: #000000; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; font-variant-emoji: normal; vertical-align: baseline; white-space-collapse: preserve;">. All are welcome.</span></p><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt;"><span style="font-size: 11pt; font-family: Arial, sans-serif; color: #000000; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; font-variant-emoji: normal; vertical-align: baseline; white-space-collapse: preserve;">&nbsp;</span></p><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt;"><span style="font-size: 11pt; font-family: Arial, sans-serif; color: #000000; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; font-variant-emoji: normal; vertical-align: baseline; white-space-collapse: preserve;"><img alt="" src="https://www.physicianscientists.org/resource/resmgr/aha_press_release.png" /></span></p><div><span style="font-size: 11pt; font-family: Arial, sans-serif; color: #000000; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; font-variant-emoji: normal; vertical-align: baseline; white-space-collapse: preserve;"><br /></span></div>]]></description>
<pubDate>Mon, 18 Nov 2024 05:00:00 GMT</pubDate>
</item>
<item>
<title>APSA Proudly Represented at ABRCMS 2024</title>
<link>https://www.physicianscientists.org/news/news.asp?id=688729</link>
<guid>https://www.physicianscientists.org/news/news.asp?id=688729</guid>
<description><![CDATA[<span id="docs-internal-guid-a64b0dba-7fff-6f63-6f11-1d0c84247d90"></span><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt;"><span style="font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; font-variant-emoji: normal; vertical-align: baseline; white-space-collapse: preserve; font-family: Arial, sans-serif; color: #000000;">The American Physician Scientists Association (APSA) proudly participated in the Annual Biomedical Research Conference for Minoritized Scientists (ABRCMS) 2024.This year’s ABRCMS, held from November 13-16 in Pittsburgh, PA, is one of the largest gatherings of minoritized scientists and allies in STEM. The conference is dedicated to promoting diversity, equity, and inclusion in biomedical research, offering an inspiring platform for professional development, networking, and showcasing cutting-edge science.</span></p><span id="docs-internal-guid-a64b0dba-7fff-6f63-6f11-1d0c84247d90"><br /></span><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt;"><span style="font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; font-variant-emoji: normal; vertical-align: baseline; white-space-collapse: preserve; font-family: Arial, sans-serif; color: #000000;">APSA was represented by Yentli Soto Albrecht, MD-PhD candidate at the University of Pennsylvania School of Medicine and a dedicated advocate for diversifying the physician-scientist workforce. Yentli, who served as APSA President during the 2022-2023 term, continues to champion initiatives that inspire and support minoritized scientists at every stage of their journey.</span></p><span id="docs-internal-guid-a64b0dba-7fff-6f63-6f11-1d0c84247d90"><br /></span><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt;"><span style="font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; font-variant-emoji: normal; vertical-align: baseline; white-space-collapse: preserve; font-family: Arial, sans-serif; color: #000000;">During her tenure as President, Yentli prioritized diversifying the physician-scientist workforce, driving efforts to ensure equitable representation in the field. Her mantra, “</span><span style="font-size: 11pt; font-style: italic; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; font-variant-emoji: normal; vertical-align: baseline; white-space-collapse: preserve; font-family: Arial, sans-serif; color: #000000;">Ask me about our progress—it takes a team</span><span style="font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; font-variant-emoji: normal; vertical-align: baseline; white-space-collapse: preserve; font-family: Arial, sans-serif; color: #000000;">,” highlights the collaborative spirit and shared responsibility required to make meaningful change. At ABRCMS, Yentli represented APSA’s ongoing commitment to fostering a more inclusive future for the physician-scientist community.</span></p><span id="docs-internal-guid-a64b0dba-7fff-6f63-6f11-1d0c84247d90"><br /></span><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt;"><span style="font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; font-variant-emoji: normal; vertical-align: baseline; white-space-collapse: preserve; font-family: Arial, sans-serif; color: #000000;">“We were proud to have Yentli represent APSA at ABRCMS, and we were honored to meet so many passionate and talented individuals at ABRCMS this year,” said Cynthia Tang, APSA President. “This conference is a testament to the value of diversity in biomedical research and medicine. APSA is committed to building a physician-scientist pipeline that values diversity, inclusivity, and collaboration.”&nbsp;</span></p><span id="docs-internal-guid-a64b0dba-7fff-6f63-6f11-1d0c84247d90"><br /></span><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt;"><span style="font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; font-variant-emoji: normal; vertical-align: baseline; white-space-collapse: preserve; font-family: Arial, sans-serif; color: #000000;">Through APSA’s presence at ABRCMS, attendees learned about the organization’s initiatives to provide mentorship, resources, and community support for aspiring physician-scientists from underrepresented backgrounds.</span></p><span id="docs-internal-guid-a64b0dba-7fff-6f63-6f11-1d0c84247d90"><br /></span><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt;"><span style="font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; font-variant-emoji: normal; vertical-align: baseline; white-space-collapse: preserve; font-family: Arial, sans-serif; color: #000000;">For more information about APSA or to join our efforts to diversify and strengthen the physician-scientist workforce, visit physicianscientists.org.</span></p><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt;"><span style="font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; font-variant-emoji: normal; vertical-align: baseline; white-space-collapse: preserve; font-family: Arial, sans-serif; color: #000000;">&nbsp;</span></p><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt;"><span style="font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; font-variant-emoji: normal; vertical-align: baseline; white-space-collapse: preserve; font-family: Arial, sans-serif; color: #000000;"><img alt="" src="https://www.physicianscientists.org/resource/resmgr/abrcms_press_release.png" /></span></p><div><span style="font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; font-variant-emoji: normal; vertical-align: baseline; white-space-collapse: preserve; font-family: Arial, sans-serif; color: #000000;"><br /></span></div>]]></description>
<pubDate>Sat, 16 Nov 2024 05:00:00 GMT</pubDate>
</item>
<item>
<title>South Eastern Medical Scientist Symposium (SEMSS) 2024 Celebrates a Successful Weekend</title>
<link>https://www.physicianscientists.org/news/news.asp?id=684392</link>
<guid>https://www.physicianscientists.org/news/news.asp?id=684392</guid>
<description><![CDATA[<p><strong>Nashville, TN – September 22, 2024</strong> – This past weekend, on September 21-22, the South Eastern Medical Scientist Symposium (SEMSS), an APSA-associated regional conference, brought together over 300 attendees for a vibrant gathering of scientific minds at Vanderbilt University, hosted by the Vanderbilt MSTP. The symposium welcomed participants from 71 institutions across the U.S., including undergraduates, current medical and graduate trainees, and residents, all united by their pursuit of careers as physician-scientists.</p><p>The keynote speakers provided inspiration and insight throughout the weekend. Dr. James E.K. Hildreth, PhD, MD, President and CEO of Meharry Medical College, kicked off the event with a compelling address. Dr. Hildreth shared his personal journey as a pioneering physician-scientist, emphasizing the role of mentors who champion success, and discussed his groundbreaking research on HIV. His reflections underscored the impact physician-scientists have in advancing medical knowledge and public health.</p><p>Closing out the symposium, Dr. Duane Mitchell, MD, PhD, Phyllis Kottler Professor of Neurosurgery at the University of Florida, delivered a powerful keynote on the critical role of physician-scientists in advancing cancer immunology. Dr. Mitchell’s message encouraged the next generation of researchers to follow their passions and remain committed to scientific inquiry in order to improve patient care and drive medical innovation.</p><p>Attendees enjoyed two dynamic days filled with research presentations, panel discussions, networking opportunities, and even some friendly competition during a trivia session. Panels covered essential topics such as admissions into physician-scientist training programs, advocacy for the physician-scientist community, and career trajectories following training.</p><p>The symposium also highlighted the incredible research being conducted by students and trainees across various institutions, with many taking the opportunity to present their own work and receive feedback from peers and mentors. The energy of the event reinforced the importance of collaboration, mentorship, and the shared goal of advancing scientific discovery for the benefit of patients everywhere.</p><p>APSA extends its heartfelt congratulations to the SEMSS Committee for orchestrating such a successful conference and a special thanks to the Vanderbilt MSTP for their outstanding efforts in hosting this year’s event.</p><p><img alt="" src="https://www.physicianscientists.org/resource/resmgr/semss_24_press_release.png" /><br /></p>]]></description>
<pubDate>Sun, 22 Sep 2024 05:00:00 GMT</pubDate>
</item>
<item>
<title>APSA Announces the 2024-2025 Board of Directors</title>
<link>https://www.physicianscientists.org/news/news.asp?id=680115</link>
<guid>https://www.physicianscientists.org/news/news.asp?id=680115</guid>
<description><![CDATA[<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>APSA 2024-2025 Board of Directors Announcement</title>
    <style>
        body {
            font-family: Arial, sans-serif;
            line-height: 1.6;
            color: #333;
            padding: 20px;
            max-width: 800px;
            margin: 0 auto;
        }
        h1 {
            text-align: center;
            font-size: 24px;
            color: #0056b3;
        }
        p {
            margin-bottom: 20px;
        }
        img {
            display: block;
            margin: 20px auto;
            max-width: 100%;
            height: auto;
        }
    </style>
</head>

<body data-new-gr-c-s-check-loaded="14.1191.0">

    <h2>FOR IMMEDIATE RELEASE</h2>

    <p>The American Physician Scientists Association (APSA) is excited to announce the members of its 2024-2025 Board of Directors. This dynamic and diverse group of physician-scientists and leaders will guide APSA through another year of growth, innovation,
        and commitment to advancing the physician-scientist community.</p>

    <p>The new Board of Directors is composed of individuals who have demonstrated exceptional dedication to the field of physician-scientist training and development. Their leadership will play a crucial role in shaping APSA's initiatives and supporting
        the next generation of physician-scientists.</p>

    <p>"We are thrilled to welcome this outstanding group of leaders to the APSA Board of Directors," said APSA President, Cynthia Tang. "Their combined expertise will propel our shared vision forward as APSA continues to expand support and advocacy for
        physician-scientists across the nation."</p>

    <p>The APSA Board of Directors plays a vital role in steering the organization’s strategic direction, enhancing its programs, and fostering a collaborative environment for physician-scientists at all career stages. The 2024-2025 Board will focus on expanding
        APSA’s impact through advocacy, education, and mentorship, ensuring that the organization remains a leading voice in the physician-scientist community.</p>

    <p>Please join us in welcoming the 2024-2025 APSA Board of Directors and celebrating the beginning of another exciting chapter in APSA's history.</p>

    <img src="https://cdn.ymaws.com/physicianscientists.site-ym.com/resource/resmgr/2024-2025_bod_announcement.png" alt="APSA 2024-2025 Board of Directors" />

</body>
<grammarly-desktop-integration data-grammarly-shadow-root="true"></grammarly-desktop-integration>

</html>]]></description>
<pubDate>Wed, 31 Jul 2024 05:00:00 GMT</pubDate>
</item>
<item>
<title>APSA Participates in the 39th Annual MD-PhD National Student Conference</title>
<link>https://www.physicianscientists.org/news/news.asp?id=679406</link>
<guid>https://www.physicianscientists.org/news/news.asp?id=679406</guid>
<description><![CDATA[<!DOCTYPE html>
<html lang="en"><head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>APSA Press Release</title>
</head>
<body data-new-gr-c-s-check-loaded="14.1190.0">
    <h1>FOR IMMEDIATE RELEASE</h1>
    <h2>American Physician-Scientists Association (APSA) Participates in the 39th Annual MD-PhD National Student Conference</h2>
    <p><strong>Breckenridge, CO – July 12-14, 2024</strong> – The American Physician-Scientists Association (APSA) is proud to announce our successful participation in the 39th Annual MD-PhD National Student Conference held at the breathtaking Breckenridge Resort from July 12th to 14th, 2024. This prestigious event brought together the brightest minds in medical and scientific research, fostering an environment of collaboration, innovation, and professional growth.</p>
    <p>Representing APSA at this high-altitude event, located at 9,600 feet above sea level, was our dedicated Events Co-Chair, Kayla Schwartz. Kayla had a fantastic time engaging with fellow trainees, sharing insights, and building lasting connections that are essential for the advancement of physician-scientist training and networking.</p>
    <p>One of the highlights of the conference was Kayla's impactful oral presentation, where she eloquently shared APSA’s mission and vision. She detailed how APSA continues to play a pivotal role in elevating the training and network of physician-scientists. Her presentation emphasized APSA's commitment to providing resources, mentorship, and professional development opportunities that are crucial for the growth and success of future physician-scientists.</p>
    <p>"The MD-PhD National Student Conference is always a remarkable gathering of talent and intellect. It was an honor to represent APSA and share our initiatives and achievements with peers who are equally passionate about the future of medical and scientific research," said Kayla Schwartz. "The connections made and the knowledge exchanged at this conference are invaluable, and I am excited to see the continued impact of these interactions on our community."</p>
    <p>The conference featured a series of keynote speeches by some of the most influential figures in the science community:</p>
    <ul>
        <li><strong>Dr. Francis S. Collins, MD-PhD</strong>: NIH Distinguished Investigator in the intramural program of the National Human Genome Research Institute, noted for his landmark discoveries of disease genes and leadership of the international Human Genome Project.</li>
        <li><strong>Dr. W. Kimryn Rathmell, MD-PhD</strong>: Director of the National Cancer Institute, recognized for her research and treatment of complex and hereditary kidney cancers and her leadership in The Cancer Genome Atlas’s kidney cancer projects.</li>
        <li><strong>Dr. Michael B. Brenner, MD</strong>: E. F. Brigham Professor of Medicine at Harvard Medical School, Director of the Human Immunology Center, and pioneer in the field of human autoimmune disorders.</li>
        <li><strong>Dr. James J. DiCarlo, MD-PhD</strong>: Peter de Florez Professor of Neuroscience at the Massachusetts Institute of Technology, renowned for his research on the neural mechanisms underlying human visual intelligence.</li>
    </ul>
    <p>APSA extends heartfelt thanks to the organizers of the MD-PhD National Student Conference for hosting such a well-organized and enriching event. We look forward to future collaborations and continuing our mission to advance the career development of physician-scientists.</p>
    <p>For more information and a recap of the event, please visit <a href="https://medschool.cuanschutz.edu/mstp/md-phd-conference#ft-francis-s-collins-md-phd-0">https://medschool.cuanschutz.edu/mstp/md-phd-conference#ft-francis-s-collins-md-phd-0</a>.</p>
    <img src="https://www.physicianscientists.org/resource/resmgr/24_UoColorado_MDPhD_Conferen.png" alt="MD-PhD National Student Conference" />
</body><grammarly-desktop-integration data-grammarly-shadow-root="true"></grammarly-desktop-integration></html>]]></description>
<pubDate>Sun, 14 Jul 2024 05:00:00 GMT</pubDate>
</item>
<item>
<title>APSA and Burroughs Wellcome Fund Host 2024 Diversity Summit</title>
<link>https://www.physicianscientists.org/news/news.asp?id=679620</link>
<guid>https://www.physicianscientists.org/news/news.asp?id=679620</guid>
<description><![CDATA[<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>APSA and Burroughs Wellcome Fund 2024 Diversity Summit</title>
    <style>
        body {
            font-family: Arial, sans-serif;
            line-height: 1.6;
            margin: 20px;
        }
        h1 {
            text-align: center;
            font-size: 24px;
            color: #333;
        }
        p {
            margin-bottom: 20px;
            color: #555;
        }
        blockquote {
            margin: 20px 0;
            padding: 10px 20px;
            background-color: #f9f9f9;
            border-left: 5px solid #ccc;
            font-style: italic;
        }
        ul {
            margin-bottom: 20px;
        }
        ul li {
            margin-bottom: 10px;
        }
        .image-center {
            display: block;
            margin: 20px auto;
            text-align: center;
        }
        .image-center img {
            max-width: 100%;
            height: auto;
            display: block;
            filter: contrast(115%);
        }
    </style>
</head>
<body>
    <h1>APSA and Burroughs Wellcome Fund 2024 Diversity Summit</h1>
    <p>The American Physician Scientist Association and Burroughs Wellcome Fund Diversity Summit was held in Raleigh, North Carolina from June 27 - 28, 2024. The Diversity Summit originated in 2019 when the Burroughs Wellcome Fund generously aided the APSA Trainee Diversity Working Group in creating this summit in order to address barriers to physician-scientist training and increase diversity in the physician-scientist community. We are grateful for the Burroughs Wellcome Fund’s continued support in holding this important event!</p>

    <p>The 2024 Diversity Summit was chaired by Jessica Weng, 5th year MD/PhD candidate at Mayo Clinic Rochester and the incoming co-chair of the APSA Justice, Equity, Diversity, and Inclusion (JEDI) Committee. The purpose of this Diversity Summit was to:</p>

    <blockquote>“Utilize Human-Centered Design Thinking sessions as a mechanism for developing a strategic plan for APSA and participants to work towards fulfilling and coordinating solutions to address questions related to physician scientist diversity”.</blockquote>

    <p>This summit featured a series of excellent speakers exemplifying our mission of strengthening a diverse community of physician-scientists:</p>
    
    <ul>
        <li>Dr. Jose E Cavasos MD PhD - Associate Dean and Professor at UT Health San Antonio, and director of the South Texas Medical Scientist Training Program</li>
        <li>Dr. Briana Christophers PhD - MD/PhD student at Weill Cornell/Rockefeller/Sloan Kettering Tri-Institutional MD/PhD Program, Chair of APSA JEDI Committee 2021-2023</li>
        <li>Mytien Nguyen, MS - MD/PhD student at Yale School of Medicine, co-founder of the National First Gen & Low-Income Medicine Association</li>
        <li>Sahra Gabure - MD/PhD Student at the University of Missouri, co-chair of the JEDI Committee</li>
    </ul>

    <p>APSA is grateful for the hard work and dedication that has gone into planning this successful Diversity Summit, and for the productive discussions and new ideas that have come out of it. Congratulations to the Justice, Equity, Diversity and Inclusion committee for putting together this fantastic event!</p>

    <div class="image-center">
        <img src="https://www.physicianscientists.org/resource/resmgr/DivSum24_PressRelease.png" alt="APSA Diversity Summit 2024">
    </div>
</body>
</html>
]]></description>
<pubDate>Fri, 28 Jun 2024 05:00:00 GMT</pubDate>
</item>
<item>
<title>APSA Hosts Annual Leadership Retreat for 2024-2025 Executive Council</title>
<link>https://www.physicianscientists.org/news/news.asp?id=679357</link>
<guid>https://www.physicianscientists.org/news/news.asp?id=679357</guid>
<description><![CDATA[<!DOCTYPE html>
<html lang="en"><head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Press Release</title>
    <style>
        .image-container {
            display: flex;
            justify-content: center;
            gap: 20px; /* Space between images */
        }
        .image-container img {
            width: 100%;
            max-width: 400px; /* Adjust max-width as needed */
            height: auto;
        }
    </style>
</head>
<body data-new-gr-c-s-check-loaded="14.1190.0">
    <h1>FOR IMMEDIATE RELEASE</h1>
    <h2>American Physician-Scientists Association Hosts 2024 Leadership Retreat</h2>
    <p><strong>Charlotte, NC – June 22-23, 2024 –</strong> The American Physician-Scientists Association (APSA) convened its 2024 Leadership Retreat, bringing together Executive Council and Board of Director members from across the nation for a weekend of strategic planning, goal setting, and collaborative discussions.</p>
    <p>The retreat, held in Charlotte, NC, provided a platform for APSA leaders to evaluate and advance their strategic objectives. The event included comprehensive sessions focused on expanding member benefits, growing the membership base, and developing financial independence.</p>
    <p>Highlights of the retreat included:</p>
    <ul>
        <li><strong>Interactive Workshop with Dr. Ruth Gotian:</strong> A globally recognized expert in mentorship and leadership development, Dr. Gotian led an engaging session for Executive Council members, providing valuable insights and strategies for effective leadership.</li>
        <li><strong>Strategic Planning Breakout Sessions:</strong> Focused on key areas such as member benefits, membership growth, and financial strategies, these sessions enabled APSA leaders to brainstorm and plan actionable initiatives for the coming year.</li>
        <li><strong>Board of Directors Participation:</strong> Esteemed members of the APSA Board of Directors, including Dania Daye, Ruth Gotian, Barbara Kazmierczak, Lisa Satlin, John Goudreau, Cynthia Tang, and Dominic Julian, contributed in-person, while Chris Williams, Denise Marciano, Skip Brass, Hanna Erickson, Kofi Mensah, and Larry Schlesinger joined virtually. Their collective expertise and guidance were instrumental in shaping the organization’s future direction.</li>
    </ul>
    <h2>About the American Physician-Scientists Association:</h2>
    <p>APSA is the leading organization dedicated to advancing the careers of physician-scientist trainees across the nation. APSA is committed to fostering a diverse and inclusive community that supports trainees from various backgrounds, including those underrepresented in medicine. Through partnerships with key associations like the American Society for Clinical Investigation (ASCI) and the Association of American Physicians (AAP), APSA works to provide resources, mentorship, and advocacy for its members.</p>
    <p>APSA's mission is to be the premier voice for physician-scientist trainees at all stages of their career development. The organization is dedicated to helping trainees achieve their educational and professional goals in an environment free from harassment or discrimination. APSA champions diversity in all forms, recognizing that a wide range of human experiences and perspectives enrich the biomedical workforce.</p>
    <p>APSA welcomes individuals from all pathways into the physician-scientist profession, ensuring that its resources are relevant and accessible to all trainees, whether they are part of formal dual-degree programs or other training routes. By promoting a culture of respect, dignity, and inclusion, APSA strives to create a community where all members can thrive.</p>
    <div class="image-container">
        <img src="https://www.physicianscientists.org/resource/resmgr/24_Leadership_1.png" alt="APSA Leadership Retreat 1" />
        <img src="https://www.physicianscientists.org/resource/resmgr/24_Leadership_Retreat_2.png" alt="APSA Leadership Retreat 2" />
    </div>
</body></html>]]></description>
<pubDate>Sun, 23 Jun 2024 05:00:00 GMT</pubDate>
</item>
<item>
<title>APSA Presents at the 2024 NAAHP Conference</title>
<link>https://www.physicianscientists.org/news/news.asp?id=680118</link>
<guid>https://www.physicianscientists.org/news/news.asp?id=680118</guid>
<description><![CDATA[<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>APSA Presents at the 2024 NAAHP Conference</title>
    <style>
        body {
            font-family: Arial, sans-serif;
            line-height: 1.6;
            color: #333;
            padding: 20px;
            max-width: 800px;
            margin: 0 auto;
        }
        h1 {
            text-align: center;
            font-size: 24px;
            color: #0056b3;
        }
        h2 {
            font-size: 20px;
            color: #d9534f;
        }
        p {
            margin-bottom: 20px;
        }
        img {
            display: block;
            margin: 20px auto;
            max-width: 100%;
            height: auto;
        }
    </style>
</head>
<body>

    <h1>APSA Presents at the 2024 NAAHP Conference</h1>
    <h2>For Immediate Release</h2>

    <p>In collaboration, Sahra Gabure and other members of the APSA JEDI Committee contributed to a talk given by Dr. Stephanie Chervin (University of Michigan School of Medicine) in Cincinnati, OH, at the NAAHP (National Association of Advisors for the Health Professions), titled “Challenges of Pre-Physician-Scientists Advising in the Post-Affirmative Action Era”. Thank you to those involved for preparing this presentation, including faculty and professional advisors from colleges and universities across the nation.</p>

    <p>Dr. Chervin supported APSA and AAMC GREAT data, busting the myth that “high MCAT [score] was the paramount factor to MD-PhD admission”. This presentation was received well by all. Even in an audience full of Health Professions Advisors, there was still the need to increase awareness surrounding the physician-scientist training pathway, underscoring APSA, AAMC, and ASCI efforts to promote diverse and equitable physician-scientist training opportunities. Per Dr. Chervin, this conference was an excellent opportunity for APSA activism and engagement, as “it is important to plant the seed about this pathway even if a school rarely/ever puts up an applicant to MD/PhD.”</p>

    <p>Thank you to Dr. Stephanie Chervin and all of the APSA members involved in the preparation and presentation of this talk. This collaboration has been an excellent opportunity to explore new areas for advocacy and research, in addition to highlighting the ever-growing importance of Justice, Equity, Diversity, and Inclusion (JEDI) initiatives at the core of our organization and its goals.</p>

    <img src="https://www.physicianscientists.org/resource/resmgr/24_NAAHP_Meeting.jpg" alt="APSA at the 2024 NAAHP Conference">

</body>
</html>
]]></description>
<pubDate>Wed, 19 Jun 2024 05:00:00 GMT</pubDate>
</item>
<item>
<title>APSA Celebrates Key Advocacy Wins at the 2024 AMA Annual Meeting</title>
<link>https://www.physicianscientists.org/news/news.asp?id=679401</link>
<guid>https://www.physicianscientists.org/news/news.asp?id=679401</guid>
<description><![CDATA[<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>APSA Celebrates Key Advocacy Wins at the 2024 AMA Annual Meeting</title>
    <style>
        body {
            font-family: Arial, sans-serif;
            line-height: 1.6;
            margin: 20px;
        }
        .content {
            max-width: 800px;
            margin: auto;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            margin: 20px auto;
        }
    </style>
</head>
<body>
    <div class="content">
        <h1>APSA Celebrates Key Advocacy Wins at the 2024 AMA Annual Meeting</h1>
        <p><strong>Chicago, IL – June 7-12, 2024</strong> – The American Medical Association (AMA) held its highly anticipated annual meeting from June 7th to 12th, where delegates from across the nation gathered to vote on pivotal resolutions aimed at advancing patient care and ensuring the sustainability of physician practice. The American Physician Scientist Association (APSA) proudly announces the active participation and significant advocacy efforts of its delegates at this landmark event.</p>

        <p>Rohini Guin, APSA’s delegate to the AMA Medical Student Section (MSS) Meeting and the House of Delegates (HOD) through the Medical Society of the State of New York, championed critical issues impacting medical education and the physician-scientist community. Guin's advocacy efforts have resulted in several key policy wins that promise to shape the future of medical education and practice.</p>

        <h2>Medical Student Section (MSS) Achievements</h2>
        <p>The MSS successfully passed a policy supporting the expansion of interpreter services to enhance the diversity of genetics research. This move aims to ensure that research participants from diverse linguistic backgrounds are accurately represented, thereby enriching the quality and applicability of genetic research findings.</p>
        <p>Additionally, the MSS committed to further studying the impact of recognizing first-generation college students in medicine. This initiative seeks to provide additional support to this population, as well as other student groups, including international students, who may face unique challenges adapting to the curricular demands of medical training.</p>

        <h2>House of Delegates (HOD) Milestones</h2>
        <p>The HOD adopted a policy recognizing the historical significance of the Morrill Act, which established land-grant universities on expropriated tribal lands. This policy includes a directive to incorporate American Indian and Alaskan Native (AI/AN) representation, such as the Indian Health Services, in developing strategies for recruiting and retaining AI/AN trainees and physicians. Furthermore, the AMA adopted a policy to advocate for public service loan forgiveness through the IHS, a critical support mechanism for AI/AN healthcare providers.</p>
        <p>In another significant decision, the HOD endorsed a policy advocating for a transition to pass/fail scoring for the USMLE Step 3 and COMLEX Level 3 exams. This change aims to alleviate the high-stakes pressure associated with these exams and promote a more holistic evaluation of medical competence.</p>
        <p>As the role of artificial intelligence (AI) in medicine continues to expand, the AMA passed a policy to establish an AI Task Force. This task force will study the evolving role of AI in healthcare and develop evidence-based recommendations to guide its governance, ensuring that AI integration enhances patient care while maintaining ethical standards.</p>

        <h2>Engage with APSA</h2>
        <p>To learn more about AMA advocacy efforts or how to effectively translate the needs of physician-scientists into impactful policy, please reach out to APSA’s Policy Chair, Jessica Ding, at <a href="mailto:jessica.ding@physicianscientists.org">jessica.ding@physicianscientists.org</a>.</p>

        <p>APSA remains committed to advocating for policies that support the physician-scientist community and advance medical education and patient care. We celebrate these key wins and look forward to continued progress in our mission.</p>

        <h2>About APSA</h2>
        <p>The American Physician Scientist Association (APSA) is dedicated to supporting the professional development of aspiring physician-scientists and advocating for the integration of scientific research and clinical practice. For more information, visit <a href="https://www.physicianscientists.org">https://www.physicianscientists.org</a>.</p>
        
        <img src="https://www.physicianscientists.org/resource/resmgr/Rohini_at_AMA_2024.png" alt="Rohini Guin at AMA 2024">
    </div>
</body>
</html>
]]></description>
<pubDate>Wed, 12 Jun 2024 05:00:00 GMT</pubDate>
</item>
<item>
<title>Announcing the 2024-2025 Executive Council of the American Physician Scientist Association</title>
<link>https://www.physicianscientists.org/news/news.asp?id=679411</link>
<guid>https://www.physicianscientists.org/news/news.asp?id=679411</guid>
<description><![CDATA[<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>APSA Press Release</title>
    <style>
        .center {
            display: block;
            margin-left: auto;
            margin-right: auto;
            width: 50%;
        }
    </style>
</head>

<body>
    <h1>FOR IMMEDIATE RELEASE</h1>
    <h2>Announcing the 2024-2025 Executive Council of the American Physician Scientist Association</h2>
    <p>The American Physician Scientist Association (APSA) is proud to announce and congratulate the distinguished members of our 2024-2025 Executive Council. This esteemed group of individuals has been selected for their outstanding dedication, exemplary leadership, and unwavering commitment to advancing the physician-scientist profession. Each member brings a wealth of experience, innovative ideas, and a shared vision for the future of APSA and the broader physician-scientist community.</p>

    <img src="https://cdn.ymaws.com/physicianscientists.site-ym.com/resource/resmgr/2024-2025_executive_council_.png" alt="APSA 2024-2025 Executive Council" class="center">

    <h2>Meet the 2024-2025 APSA Executive Council - Leaders:</h2>
    <p><strong>President:</strong> Cynthia Tang, PhD, an MD-PhD Candidate at the University of North Carolina, who has a distinguished background in bioinformatics and was awarded an NIH F30 Fellowship for her research on influenza and SARS-CoV-2 viruses.</p>
    <p><strong>President-Elect:</strong> Dominic Julian, an MD-PhD Candidate at the University of Arizona College of Medicine - Phoenix, whose PhD research at the Barrow Neurological Institute focuses on the intersection of RNA editing, glial cell biology, and neurodegeneration.</p>
    <p><strong>Vice President:</strong> Eli Wisdom, an MD-PhD Candidate at Oregon Health & Science University, currently researching the protein-protein interactions underlying age-related dementias and has been a proactive co-chair of APSA's Virtual Content.</p>
    <p><strong>Treasurer:</strong> Rohini Guin, an MD-PhD Candidate at the Renaissance School of Medicine at Stony Brook University, with a strong focus on cyclical immune determinants and prior experience as APSA’s Fundraising Chair and Virtual Content Vice-Chair.</p>

    <h2>Key Goals for the 2024-2025 Term:</h2>
    <p><strong>Expanding Member Benefits:</strong> The Executive Council aims to develop social media materials that advertise APSA benefits and events, create a contact list of new partners for medical and scientific education benefits, and update databases related to PSTP/Research Residency and IRs/ICs lists. They will also brainstorm the best ways to present these on the website.</p>
    <p><strong>Expanding Membership:</strong> This includes action items and initiatives for expanding memberships, optimizing institutional memberships, updating membership brochures for pre-med, current, and research fellow members, and updating databases for SSH programs and MD/DO-PhD programs. Additionally, they will brainstorm the best ways to present these on the website.</p>
    <p><strong>Achieving Financial Independence:</strong> The Council plans to enhance merchandise and fundraising efforts by identifying items and prices to sell, creating event swag, generating ideas for fundraising and developing financial independence, and updating the grant-writing target list and strategic plan for 2024-2025 grants.</p>

    <p>We invite all members and supporters of APSA to join us in welcoming the new Executive Council. Their passion and dedication are truly inspiring, and we are confident that their leadership will drive our organization to new heights. Together, we will continue to advance the physician-scientist profession, making significant strides in research, education, and patient care.</p>

    <p>For more information about the APSA Executive Council and our upcoming initiatives, please visit our website or contact us at <a href="mailto:info@physicianscientists.org">info@physicianscientists.org</a>.</p>

    <h2>About APSA:</h2>
    <p>The American Physician Scientist Association (APSA) is a leading organization dedicated to supporting physician-scientists through all stages of their careers. Our mission is to promote the development of physician-scientists, advocate for policies that support their career paths, and provide a community for networking and collaboration. APSA is committed to fostering excellence in research and clinical care, ensuring that physician-scientists are well-equipped to make groundbreaking contributions to medicine and science.</p>
</body>

</html>
]]></description>
<pubDate>Wed, 1 May 2024 05:00:00 GMT</pubDate>
</item>
<item>
<title>APSA Honors Leaders in PhysicianScientist Community with Founders Award &amp; Presidential Service Award</title>
<link>https://www.physicianscientists.org/news/news.asp?id=679398</link>
<guid>https://www.physicianscientists.org/news/news.asp?id=679398</guid>
<description><![CDATA[<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>APSA Honors Leaders in Physician-Scientist Community</title>
    <style>
        .image-container {
            display: flex;
            justify-content: space-between;
            margin-top: 20px;
            margin-bottom: 20px;
        }
        .image-container img {
            max-width: 48%;
        }
    </style>
</head>
<body>
    <h1>APSA Honors Leaders in Physician-Scientist Community with Founder's Award and Presidential Service Award</h1>
    <p><strong>Chicago, IL – April 8, 2024</strong> – The American Physician-Scientists Association (APSA) is proud to announce the recipients of the 2024 APSA Awards, recognizing extraordinary contributions to the organization and the broader physician-scientist community. The awards were presented during the 2024 AAP/ASCI/APSA Joint Meeting at the Swissotel Chicago.</p>

    <h2>APSA Founder's Award: Dr. Dianna M. Milewicz</h2>
    <p>The Founder's Award is presented by the APSA Board of Directors to an individual or organization for their noteworthy contributions to APSA. This year, the prestigious Founder's Award has been bestowed upon Dr. Dianna M. Milewicz. Dr. Milewicz is the President George H.W. Bush Chair of Cardiovascular Medicine, Director of the Division of Medical Genetics, and Vice-Chair of the Department of Internal Medicine at the University of Texas Health Science Center at Houston (UTHealth) McGovern Medical School.</p>

    <p>Dr. Milewicz has made significant strides in the field of medical genetics and translational studies focused on genetic predisposition to vascular diseases. Her extensive list of accolades includes the Antoine Marfan Award, the Doris Duke Distinguished Clinical Scientist Award, and the University of Texas Presidential Scholars Award for Excellence in Research. She has been a key figure in physician-scientist training, serving as Director of the M.D./Ph.D. Program at UTHealth and MD Anderson Cancer Center, and as Chair of the GREAT MD/PhD Section Committee.</p>

    <p>A dedicated member of the APSA Board of Directors, Dr. Milewicz has played an instrumental role in shaping education and support systems for physician-scientists. She has been a vital supporter of APSA’s partnerships with ASCI and AAP, and has led the development of the AAP-ASCI-APSA longitudinal mentorship program. Her contributions have been pivotal in securing Doris Duke Foundation grants for APSA, further enhancing opportunities for physician-scientists.</p>

    <h2>APSA Presidential Service Award: Dr. Carey Jansen and Dr. Marzieh Ghiasi</h2>
    <p>The President's Service Award is conferred to an APSA member who has made extraordinary contributions to the organization within the past year. This year, the award honors two exceptional individuals: Dr. Carey Jansen and Dr. Marzieh Ghiasi.</p>

    <p><strong>Dr. Carey Jansen</strong> has been a relentless advocate for physician-scientist trainees since joining APSA in 2019. She began her involvement by organizing the Southeast Regional Meeting and establishing a local APSA chapter at Emory. Nationally, Dr. Jansen has served in various roles including Partnerships Committee member, Chair of the Virtual Content Committee, and Vice President. During her tenure as Treasurer, she secured grant funding and authored numerous articles on physician-scientist training. She continues to contribute to APSA on the Resident-Fellow Ad-Hoc Committee.</p>

    <p><strong>Dr. Marzieh Ghiasi</strong> has demonstrated outstanding leadership and dedication in her role as APSA's past Vice President. She has led policy development, performance measurement, and fundraising activities, and implemented new initiatives and guidelines on infrastructure, including research studies and social media use. Dr. Ghiasi began her national involvement as Vice Chair and later Chair of the Policy Committee, strengthening APSA’s policies and resolutions process. Currently, she serves as Resident-Fellow Member-At-Large during her residency training, continuing to be an invaluable leader and representative of APSA.</p>

    <div class="image-container">
        <img src="https://www.physicianscientists.org/resource/resmgr/Founders_Award.png" alt="Founder's Award">
        <img src="https://www.physicianscientists.org/resource/resmgr/Presidential_Service_Award.png" alt="Presidential Service Award">
    </div>
</body>
</html>
]]></description>
<pubDate>Sun, 7 Apr 2024 05:00:00 GMT</pubDate>
</item>
<item>
<title>APSA Celebrates Groundbreaking Success at 2024 AAP/ASCI/APSA Joint Meeting in Chicago</title>
<link>https://www.physicianscientists.org/news/news.asp?id=679368</link>
<guid>https://www.physicianscientists.org/news/news.asp?id=679368</guid>
<description><![CDATA[<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>APSA Celebrates Groundbreaking Success at 2024 AAP/ASCI/APSA Joint Meeting in Chicago</title>
    <style>
        .image-container {
            display: flex;
            justify-content: space-between;
        }
        .image-container img {
            max-width: 48%;
        }
    </style>
</head>

<body data-new-gr-c-s-check-loaded="14.1190.0">
    <h1>FOR IMMEDIATE RELEASE</h1>
    <h2>APSA Celebrates Groundbreaking Success at 2024 AAP/ASCI/APSA Joint Meeting in Chicago</h2>
    <p><strong>Chicago, IL – April 7, 2024</strong> – The American Physician-Scientists Association (APSA), in partnership with the Association of American Physicians (AAP) and the American Society for Clinical Investigation (ASCI), proudly announces the
        successful conclusion of the 2024 Joint Meeting, held from April 5-7, 2024, at the Swissotel Chicago. This premier gathering saw an unprecedented turnout of physician-scientists who came together to share groundbreaking research, foster collaboration,
        and celebrate advancements in medical science.</p>
    <p>The 2024 Joint Meeting was marked by a dynamic agenda filled with high-level scientific presentations, engaging plenary sessions, and invaluable networking opportunities. Attendees had the opportunity to connect with leading researchers and clinicians,
        explore innovative discoveries, and gain insights into the future of medical science.</p>

    <h3>Event Highlights:</h3>
    <ul>
        <li><strong>Interviewing an Icon:</strong> Dr. Betsy Nabel of ModeX Therapeutics was interviewed by APSA President Alex Waldman, DPhil. Sponsored by the Lasker Foundation, this session offered attendees a rare glimpse into Dr. Nabel's groundbreaking
            work and career.</li>
        <li><strong>Scientific Showcase Talks:</strong> Esteemed researchers from institutions like Washington University School of Medicine, Northwestern University, and the University of Texas Southwestern Medical Center presented their latest findings.
            Topics ranged from tumorigenesis in glioblastoma to novel approaches in microbiome-directed therapeutic foods.</li>
    </ul>

    <h3>Plenary Sessions:</h3>
    <ul>
        <li><strong>Session I</strong> featured Michael Snyder, PhD (Stanford University), Navdeep Chandel, PhD (Northwestern University), and Lucila Ohno-Machado, MD, PhD (Yale School of Medicine), discussing the impact of deep data, mitochondrial signaling,
            and medical AI on healthcare.</li>
        <li><strong>Session II</strong> included talks by Alison Morris, MD, MS (University of Pittsburgh), Akiko Iwasaki, PhD (Yale University), and Ruslan Medzhitov, PhD (Yale University) on the lung microbiome, long COVID immunology, and inflammation in
            disease.</li>
        <li><strong>Session III</strong> featured John P.A. Ioannidis, MD, DSc (Stanford Medicine) addressing transparency, bias, and reproducibility in science.</li>
    </ul>

    <h3>Awards and Honors:</h3>
    <p>The meeting celebrated excellence in medical research with presentations of the AAP Helen M. Ranney Award, ASCI's Seldin~Smith Award, and other distinguished honors. The plenary sessions also included the ASCI's 2024 Awardee Recognition, honoring
        significant contributions to the field.</p>

    <h3>Special Events:</h3>
    <ul>
        <li>The APSA Welcome Reception and Dinner featured inspiring speeches and networking opportunities.</li>
        <li>The ASCI President's Reception and the AAP President's Reception/Dinner included a keynote address by Jeffrey Flier, MD (Harvard Medical School) on academic freedom and free speech in medicine.</li>
    </ul>

    <h3>Accreditation and Continuing Education:</h3>
    <p>The event was jointly accredited by the Accreditation Council for Continuing Medical Education (ACCME), the Accreditation Council for Pharmacy Education (ACPE), and the American Nurses Credentialing Center (ANCC). Attendees were able to earn a maximum
        of 11.75 AMA PRA Category 1 Credit(s)™ for their participation.</p>

    <h3>Looking Forward:</h3>
    <p>Plans for future meetings are already underway, with the 2025 Joint Meeting scheduled for April 25-27, 2025, in Chicago, IL at the Swissotel Chicago. The organizers look forward to continuing the tradition of excellence and innovation that has become
        synonymous with the AAP/ASCI/APSA Joint Meeting.</p>

    <h3>Contact:</h3>
    <p>
        AAP/ASCI/APSA Joint Meeting<br /> Email: <a href="mailto:info@jointmeeting.org">info@jointmeeting.org</a><br /> Website: <a href="https://www.jointmeeting.org/2024jointmeeting/5474697">https://www.jointmeeting.org/2024jointmeeting/5474697</a>
    </p>

    <h3>About APSA:</h3>
    <p>The American Physician-Scientists Association (APSA) is dedicated to addressing the needs of future physician-scientists with a mission to support the development of aspiring physician-scientists by providing opportunities for professional growth,
        networking, and advocacy.</p>

    <div class="image-container">
        <img src="https://www.physicianscientists.org/resource/resmgr/Press_Release_JM_2024_1.png" alt="2024 Joint Meeting Image 1" />
        <img src="https://www.physicianscientists.org/resource/resmgr/Press_Release_JM_2024_2.png" alt="2024 Joint Meeting Image 2" />
    </div>
</body>

</html>]]></description>
<pubDate>Sun, 7 Apr 2024 05:00:00 GMT</pubDate>
</item>
<item>
<title>2024 Joint Meeting Presidential Address by Alex Waldman </title>
<link>https://www.physicianscientists.org/news/news.asp?id=679358</link>
<guid>https://www.physicianscientists.org/news/news.asp?id=679358</guid>
<description><![CDATA[<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>APSA Presidential Address</title>
    <style>
        body {
            font-family: Arial, sans-serif;
            line-height: 1.6;
            margin: 20px;
        }
        .video-container {
            display: flex;
            justify-content: center;
            margin: 20px 0;
        }
        h1 {
            text-align: center;
        }
        p {
            text-align: justify;
            margin-bottom: 1em;
        }
    </style>
</head>
<body>
    <h1>Alex Waldman, DPhil, Delivers 2024 Presidential Address at AAP/ASCI/APSA Joint Meeting</h1>
    
    <div class="video-container">
        <iframe width="560" height="315" src="https://www.youtube.com/embed/1kHWf-4_qtQ?si=LzZtfDoLTLAjKwI1" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
    </div>
    
    <p>The American Physician-Scientists Association (APSA) is proud to announce that Alex Waldman, DPhil, delivered the 2024 Presidential Address at the AAP/ASCI/APSA joint meeting on April 5. Alex received his Doctorate of Philosophy through the prestigious NIH Oxford Scholar Program and the Emory MSTP Program.</p>
    
    <p>In his inspiring speech, entitled “It Takes a Village,” Alex emphasized the critical role of diversity in his own upbringing and in the advancement of the physician-scientist community. He highlighted recent publications by the APSA JEDI (Justice, Equity, Diversity, and Inclusion) Committee, which underscore the necessity of a diverse physician-scientist community for the progress of medical science and patient care.</p>
    
    <p>A key theme of Alex’s address was the indispensable role of mentors in guiding aspiring physician-scientists. He showcased the vital work that APSA does in creating and strengthening mentoring relationships across various training stages and with established physician-scientists. These mentoring relationships are crucial for the development of future leaders in the field.</p>
    
    <p>Alex also took the opportunity to acknowledge the significant contributions of APSA’s partners and sponsors. Their support makes it possible for APSA to continue its crucial work in strengthening the physician-scientist pipeline, ensuring that the next generation of physician-scientists is well-equipped to tackle the challenges of tomorrow.</p>
    
    <p>APSA extends its heartfelt gratitude to Alex Waldman for his dedicated service as president and for his unwavering commitment throughout his years of involvement with APSA. His leadership and vision have been instrumental in advancing the mission of APSA and in fostering a supportive and inclusive community for all physician-scientists.</p>
</body>
</html>
]]></description>
<pubDate>Fri, 5 Apr 2024 05:00:00 GMT</pubDate>
</item>
<item>
<title>APSA Receives Second ASAE Power of A Silver Award</title>
<link>https://www.physicianscientists.org/news/news.asp?id=671169</link>
<guid>https://www.physicianscientists.org/news/news.asp?id=671169</guid>
<description><![CDATA[<p><span style="font-family: Helvetica;">For Immediate Release</span><br /></p><p style="text-align: center;"><span style="font-family: Helvetica;"><img alt="" src="https://www.physicianscientists.org/resource/resmgr/2021_power_of_a/APSA-Web_Banner-Power_of_A20.jpg" style="vertical-align: middle; width: 575px; height: 184px;" /></span></p><p><span style="font-family: Helvetica;">Last week, the American Society of Association Executives (ASAE) <a href="https://www.asaecenter.org/about-us/news_releases/2021/asae-announces-2021-power-of-a-award-winners">announced</a>
 the recipients of their 2021 Power of A Awards, created to celebrate 
and promote the invaluable contributions that associations make to 
America and the world. ASAE named the American Physician Scientists 
Association (APSA) a Silver Power of A Award winner in Diversity and 
Inclusion for the second year in a row.</span></p><p><span style="font-family: Helvetica;">APSA is honored to have the <a href="https://www.physicianscientists.org/page/VSRP-2021">Virtual Summer Research Program</a>
 (VSRP) recognized nationally. The Virtual Summer Research Program 
uniquely served trainees pursuing a physician-scientist career amidst 
the disruptions presented by COVID-19. This program was entirely 
developed by APSA volunteers, who are primarily dual-degree, MD/DO-PhD 
trainees, with the partnership and participation of:</span></p> <ul style="list-style-type: disc;"><li><a href="https://www.jax.org/"><span style="font-family: Helvetica;">The Jackson Laboratories</span></a></li><li><span style="font-family: Helvetica;">The University of Pennsylvania - <a href="https://globalgenomics.med.upenn.edu/">Penn Center for Global Genomics and Health Equity</a> </span></li><li><span style="font-family: Helvetica;">Student National Medical Association </span></li><li><span style="font-family: Helvetica;">First-Generation and Low-Income in Medicine Association</span></li><li><span style="font-family: Helvetica;">Medical Student Pride Alliance </span></li><li><span style="font-family: Helvetica;">American Women’s Medical Association</span></li><li><span style="font-family: Helvetica;">American Association of Black Physician Scientists </span></li></ul> <p><span style="font-family: Helvetica;">As an outcome from the <a href="https://cdn.ymaws.com/www.physicianscientists.org/resource/resmgr/2020_power_of_a/press_release_draft_8-11-202.pdf">award-winning diversity summit</a>,
 APSA created the Justice, Equity, Diversity, and Inclusion committee 
(JEDI). Members of JEDI understood that cancellations of research 
programs due to COVID-19 would disproportionately affect students 
underrepresented in science/medicine (URiM). Given that immersive 
research programs play a central role in exposing and preparing URiM 
trainees to pursue the physician-scientist pathway, APSA knew this 
program was essential.</span></p> <p><span style="font-family: Helvetica;">In 2020, 
VSRP provided mentorship to 156 URiM mentees at 36 institutions, of whom
 80% had summer research opportunities cancelled due to COVID-19. VSRP 
recently concluded its second iteration. Moreover, several programs have
 adopted a similar format to VSRP at their institutions following its 
successful inaugural year.&nbsp; &nbsp;&nbsp;</span></p> <p><span style="font-family: Helvetica;">APSA
 is grateful to its dedicated volunteers, partners, mentors, members, 
and industry professionals that have made their diversity and inclusion 
initiatives possible. APSA is a member of ASAE through their continued 
partnership with McKenna Management Inc., their association management 
company. </span></p> <p><span style="font-family: Helvetica;">APSA looks forward to 
continuing to advocate for and grow the profession of 
physician-scientists. COVID-19 highlighted the necessary work 
physician-scientists do to advance science, public health, and research 
to create a safer, healthier, and more equitable world.</span></p> <p><span style="font-family: Helvetica;">&nbsp;</span></p> <p><b><span style="font-family: Helvetica;">About the American Physician Scientists Association (APSA):</span></b></p> <p><span style="font-family: Helvetica;">APSA
 is the foremost voice for physician scientist trainees in the nation 
and, as such, we are committed to supporting trainees from diverse 
backgrounds and those who are typically underrepresented in medicine. We
 have partnered with the leading associations in the biomedical 
workforce supporting physician scientist development, including the 
American Society for Clinical Investigation (ASCI) and the Association 
of American Physicians (AAP). </span></p> <p><span style="font-family: Helvetica;">The 
mission of APSA is to be a voice for physician-scientist trainees at all
 levels. APSA aims to help physician-scientist trainees realize their 
educational and professional goals in an organization free from 
harassment or discrimination based on gender, orientation, race, 
ethnicity, or religion.</span></p> <p><span style="font-family: Helvetica;">APSA is an 
organization devoted to inclusion, and the APSA community is open to 
everyone who aligns with our mission. We recognize that the most 
productive teams are those that utilize the strength found in diversity.
 We believe that diversity applies to more than just gender, race, and 
ethnicity, but encompasses the wide range of human experiences and 
perspectives related to culture, ideas, and worldview.</span></p> <p><span style="font-family: Helvetica;">Furthermore,
 we embrace the fact that physician-scientists come from many different 
pathways, and are constantly evolving to ensure that our resources are 
available and relevant to all physician- scientist trainees, not just 
those who are part of a formal dual-degree program. We strive to create a
 community where everyone feels safe to express themselves and where all
 members are treated with dignity and respect, and we will stand up to 
all forms of intolerance.</span></p> <p><b><span style="font-family: Helvetica;">&nbsp;</span></b></p> <p><b><span style="font-family: Helvetica;">About the Power of A Awards:</span></b></p> <p><span style="font-family: Helvetica;">ASAE’s
 Power of A (association) Awards, the industry’s highest honor, 
recognize the association community’s valuable contributions on the 
local, national and global levels.&nbsp; The Power of A Awards reward the 
outstanding accomplishments of associations and industry professionals 
who work tirelessly to solve problems and strengthen lives, the 
workforce, the economy, and the world. </span></p> <p><span style="font-family: Helvetica;">The
 award categories include The Power of Industry/Professional 
Advancement, The Power of Community Support and Engagement, The Power of
 Global Development, The Power of Diversity and Inclusion, and The Power
 of Advocacy. In 2021, six organizations received Summit Awards, 25 
organization earned Gold Awards, and 32 organizations received Silver 
Awards. Winners’ information can be found at <a>www.thepowerofa.org/awards</a>.</span></p> <p><span style="font-family: Helvetica;">&nbsp;</span></p> <p><b><span style="font-family: Helvetica;">About McKenna Management, Inc.:</span></b></p> <p><span style="font-family: Helvetica;">McKenna
 Management, Inc. is an association management company (AMC) that 
provides nonprofit associations and societies with both full-service 
management and project management services. McKenna Management, Inc. 
operates as the headquarters for APSA, with Gabrielle Webster, MSM 
serving as Executive Director since 2019. In 2019, McKenna Management 
celebrated 15 years of providing associations with the highest quality 
management, meeting planning, and consulting services.</span></p> <p><span style="font-family: Helvetica;">McKenna Management has been an accredited association management company through the <a href="https://www.amcinstitute.org/">AMC Institute</a>
 since 2014. Among 500+ association management companies worldwide, only
 78 have achieved AMC Institute Accreditation, demonstrating the 
commitment and the ability to deliver the highest level of professional 
management services to association and not-for-profit clients. The 
accreditation evaluation is the most demanding and comprehensive in the 
AMC industry.</span></p> <p><span style="font-family: Helvetica;">&nbsp;</span></p> <p><b><span style="font-family: Helvetica;">Contact:</span></b></p> <p><span style="font-family: Helvetica;">Gabrielle Webster, MSM, Executive Director </span></p> <p><a href="mailto:gabrielle.webster@physicianscientists.org"><span style="font-family: Helvetica;">gabrielle.webster@physicianscientists.org</span></a></p><p><a href="https://cdn.ymaws.com/www.physicianscientists.org/resource/resmgr/2021_power_of_a/2021_power_of_a_award_press_.pdf"><img src="https://www.physicianscientists.org/resource/resmgr/2021_power_of_a/POA-2021-Award-Badges-Silver.png" alt="2021 Power of A Silver Award Badge" style="font-family: Helvetica; width: 250px; height: 250px;" /></a><br /></p><br class="t-last-br" /><br />]]></description>
<pubDate>Mon, 9 Aug 2021 05:00:00 GMT</pubDate>
</item>
</channel>
</rss>
