Skip to content

Latest commit

 

History

History
50 lines (46 loc) · 2.79 KB

File metadata and controls

50 lines (46 loc) · 2.79 KB

@def title = "Andrew Rosemberg" @def hasmath = false @def hascode = false

About me

<style>
  .link-container {
    display: flex;
    justify-content: space-between;
    gap: 10px; /* Adjust the gap as needed to control spacing */
  }

  /* Style for the last link to push it to the right */
  .link-container a:last-child {
    margin-left: auto;
  }
</style>

<div class="row">
  <div class="container">
    <img class="left" style="width:20%; float: left; margin-right: 20px;" src="assets/avatar.jpeg">
    <div class="link-container">
      <div style="float: left;">
        <a href="https://github.com/andrewrosemberg"><img src="https://upload.wikimedia.org/wikipedia/commons/9/91/Octicons-mark-github.svg" alt="Github Profile" style="max-width:40px; max-height:60px; width=auto; height=auto"></a>
        <a href="https://www.linkedin.com/in/andrew-rosemberg-46ba8613b/"><img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/linkedin/linkedin-original.svg" alt="Linkedin Profile" style="max-width:40px; max-height:60px; width=auto; height=auto"></a>
        <a href="https://scholar.google.com/citations?user=jOuzK3EAAAAJ&hl=en" target="_blank"><img src="https://upload.wikimedia.org/wikipedia/commons/c/c7/Google_Scholar_logo.svg" alt="Google Scholar Profile" style="max-width:40px; max-height:60px; width=auto; height=auto"></a>
      </div>
      <a href="https://www.ai4opt.org/"><img src="https://www.ai4opt.org/themes/custom/baltarai4opt/images/ai4opt.png" alt="AI4OPT" style="max-width:250px; max-height:250px; width=auto; height=auto"></a>
    </div>
    <div style="clear: both;"></div>
    <div style="overflow: hidden;">
      <p>
        👋 Hi, there! I'm <strong>Andrew</strong>, a Machine Learning and Optimization researcher at AI4OPT and a ML PhD student at Georgia Tech.
      </p>
      <p>
        I am persuing a PhD at the <a href="https://www.isye.gatech.edu/" target="_blank">H. Milton Stewart School of Industrial and Systems Engineering</a>, <a href="https://www.gatech.edu/" target="_blank">Georgia Tech</a>, under the guidance of <a href="https://www.isye.gatech.edu/users/pascal-van-hentenryck" target="_blank">Dr. Pascal Van Hentenryck</a>. My research focuses on the intersection of machine learning, optimization, and their practical applications within the realm of energy systems and sustainability.
      </p>
      <p>
        Presently, I am actively engaged as a researcher at the <a href="https://www.ai4opt.org/" target="_blank">Artificial Intelligence Institute for Advances in Optimization (AI4OPT)</a>.
      </p>
    </div>
  </div>
</div>