<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" />
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>José Sánchez-Gallego's Personal Page</title>
    <link rel="stylesheet" href="index.css">
  </head>
  <body>
    <div style="padding: 50px 0px; align-self: center; max-width: 1000px;">
      <div style="display: flex" class="grid">
        <div style="flex: 70%; padding: 0px 20px">
          <h1>
            José Sánchez-Gallego
          </h1>
              <p>
                Hi there 👋! I'm an Acting Assistant Professor in astrophysics at the <a href="http://depts.washington.edu/astron/">University of Washington</a>, where I've been a researcher and faculty since 2016. My work involves developing new instrumentation and software for telescopes, especially for the <a href="https://www.sdss.org">Sloan Digital Sky Survey</a> (SDSS) for which I'm the software lead. I'm also interested in all thing's galaxy-related, mainly star formation at different scales and its quenching, gas in galaxies, and feedback processes. I'm a part of the <a href="https://www.sdss.org/surveys/manga/">MaNGA</a> team that has obtained optical integral field spectroscopy of over 10,000 galaxies.
              </p>
              <p>
                Before University of Washington I was a postdoc at University of Kentucky, and before even that I was a graduate student at the <a href="https://iac.es">Instituto de Astrofísica de Canarias</a> in Tenerife (Spain), where I wrote my thesis on "Gas, dust, and star formation in nearby galaxies".
              </p>
              <p>
                Outside of work I enjoy running, snowboarding, hiking, and generally anything that gets me out of the house and up to the mountains.
              </p>
              <p style="text-align: center;">
                <a href="mailto:gallegoj@uw.edu">Email</a> <span class="sep">|</span>
                <a href="https://github.com/albireox">GitHub</a> <span class="sep">|</span>
                <a href="./CV-en.pdf">CV</a> <span class="sep">|</span>
                <a href="https://ui.adsabs.harvard.edu/search/filter_author_facet_hier_fq_author=AND&filter_author_facet_hier_fq_author=author_facet_hier:%220/Sanchez-Gallego,%20J%22&fq=%7B!type=aqp%20v=$fq_author%7D&fq_author=(author_facet_hier:%220/Sanchez-Gallego,%20J%22)&q=%20author:%22sanchez-gallego%22&sort=date%20desc,%20bibcode%20desc&p_=0">ADS</a>
              </p>
            </div>
        <div style="flex: 30%; padding: 50px" class="sidebar">
          <img style="max-width: 100%;" src="profile.jpeg" />
        </div>
      </div>
    </div>
  </body>
</html>