Back

Anup Mahurkar, MBA

A photo of Anup Mahurkar

Anup Mahurkar is Executive Director of Software Engineering & IT at IGS with 16 years’ experience in genomics and bioinformatics. He leads development of genome analysis tools and IT infrastructure, and previously directed software engineering at TIGR/JCVI.

<div class="pp-tm-social-links-wrap">
  <ul class="pp-tm-social-links">
    <li>
      <a class="pp-tm-social-link" href="https://www.igs.umaryland.edu/resources/irc/am.php" aria-label="Profile link" target="_blank">
        <span class="pp-tm-social-icon-wrap">
          <span class="elementor-screen-only">Link</span>
          <span class="pp-tm-social-icon pp-icon">
            <i aria-hidden="true" class="fas fa-link"></i>
          </span>
        </span>
      </a>
    </li>

  </ul>
</div>

<style>
  /* Center the row and add spacing */
  .pp-tm-social-links-wrap {
    text-align: center; /* helps if UL is inline-block */
  }

  .pp-tm-social-links {
    display: inline-flex;       /* allow centering via inline-block + text-align center */
    justify-content: center;    /* center items inside the UL */
    align-items: center;
    gap: 12px;                  /* spacing between icons */
    padding: 0;
    margin: 0;
    list-style: none;
  }

  /* Fallback spacing if gap is overridden */
  .pp-tm-social-links > li + li {
    margin-left: 12px;
  }

  .pp-tm-social-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
  }

  /* Optional: ensure icons are a consistent touch target size */
  .pp-tm-social-icon.pp-icon i {
    font-size: 1.1rem;
    line-height: 1;
  }
</style>