site

source files for beau's website
git clone https://git.beauhilton.com/site.git
Log | Files | Refs

index.html (2531B)


      1 <!DOCTYPE html>
      2 <html lang="en">
      3  <head>
      4   <link rel="stylesheet" href="/style.css" type="text/css">
      5   <meta charset="utf-8">
      6   <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      7   <meta name="viewport" content="width=device-width, initial-scale=1.0">
      8   <link rel="stylesheet" type="text/css" href="/style.css">
      9   <link rel="icon" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cstyle%3E %23m %7B opacity:0; %7D%0A@media (prefers-color-scheme: dark) %7B %23m %7B opacity:1; %7D %23e %7B opacity:0 %7D%0A%7D %3C/style%3E%3Ctext id='m' y='.9em' font-size='90'%3E🏕️%3C/text%3E%3Ctext id='e' y='.9em' font-size='90'%3E🌞%3C/text%3E%3C/svg%3E">
     10   <title></title>
     11  </head>
     12  <body>
     13   <div id="page-wrapper">
     14    <div id="header" role="banner">
     15     <header class="banner">
     16      <div id="banner-text">
     17       <span class="banner-title"><a href="/">beauhilton</a></span>
     18      </div>
     19     </header>
     20     <nav>
     21      <a class="nav-active" href="/about">about</a>
     22 <a href="/now">now</a>
     23 <a href="/posts">posts</a>
     24 <a href="https://notes.beauhilton.com">notes</a>
     25 <a href="https://talks.beauhilton.com">talks</a>
     26 <a href="https://git.beauhilton.com">git</a>
     27 <a href="/contact">contact</a>
     28 <a href="/feed.xml">rss</a>
     29     </nav>
     30    </div>
     31    <main>
     32     <h1>
     33      about
     34     </h1>
     35     <p>
     36      I’m a husband, father, physician, educator, and data scientist.
     37     </p>
     38     <h2>
     39      husband and father
     40     </h2>
     41     <p>
     42      These are the most important roles I play. If we meet, and you’re
     43 interested, we can talk about it.
     44     </p>
     45     <h2>
     46      physician
     47     </h2>
     48     <p>
     49      Medical school at Cleveland Clinic Lerner College of Medicine of Case
     50 Western Reserve University, Class of 2020.
     51     </p>
     52     <p>
     53      Harrison Society member at Vanderbilt University, which includes
     54 internal medicine residency (2020-2022) and research/fellowship in
     55 hematology-oncology (2022-2026).
     56     </p>
     57     <h2>
     58      educator
     59     </h2>
     60     <p>
     61      Harvard Macy Institute faculty, 2018-present. Health Care Education
     62 2.0.
     63     </p>
     64     <h2>
     65      data scientist
     66     </h2>
     67     <p>
     68      Machine learning and data science approaches to diagnosis and
     69 prognosis of blood cancers; healthcare disparities in hospital medicine;
     70 predictive modeling of hospital readmissions and length of stay.
     71     </p>
     72     <p>
     73      <a href="https://scholar.google.com/citations?user=Ng5AgXAAAAAJ">Google
     74 Scholar profile</a>
     75     </p>
     76    </main>
     77    <div id="footnotes"></div>
     78    <footer></footer>
     79   </div>
     80  </body>
     81 </html>