-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathbio.html
More file actions
66 lines (58 loc) · 3.96 KB
/
Copy pathbio.html
File metadata and controls
66 lines (58 loc) · 3.96 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE HTML>
<html>
<head>
<title>BBJ Lab at the University of Chicago</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper" class="divided">
<!-- Two -->
<section class="spotlight style1 orient-right content-align-left image-position-center onscroll-image-fade-in" id="research">
<div class="content">
<div class="content-align-center"><a href="./index.html"><img src="./images/logo.png" width="180"/></a></div>
<header>
<h3>Bio</h3>
</header>
<dl>
<dd>
<p>
Brett Beaulieu-Jones is an Assistant Professor at the University of Chicago. His research seeks to understand the relationship between technology and health care delivery, including the deployment of machine learning and informatics tools, and the extraction of robust insights from real-world biomedical data. Dr. Beaulieu-Jones received a National Institutes of Health Pathway to Independence Award from the National Institute of Neurological Disorders and Stroke. He has had multiple publications recognized among the American Medical Informatics Association’s Year in Review top 10 papers in clinical informatics. He earned his PhD in genomics and computational biology from the Perelman School of Medicine at the University of Pennsylvania. His thesis, which was recognized by the American Medical Informatics Association, focused on the development and application of machine learning and informatics methods to clinical data to identify biologically or clinically interesting patient subpopulations. He then completed a postdoctoral fellowship and served as a junior faculty member in the Department of Biomedical Informatics at Harvard Medical School. He served as the general chair for the Machine Learning for Health (ML4H) workshop at NeurIPS, is a founding organizer for the Symposium on Artificial Intelligence for Learning Health Systems and is the chair of the Association for Health Learning and Inference (AHLI, parent organization of ML4H and the Conference on Health, Inference, and Learning). He has a strong interest in entrepreneurship and has helped start and lead venture backed companies from founding to acquisition.
</p>
</dd>
<dd>
Headshot - <a href="./images/bbj-headshots/2023-headshot-600x600.jpg">(600x600)</a> <a href="./images/bbj-headshots/2023-headshot-400x400.jpg">(400x400)</a> <a href="./images/bbj-headshots/2023-headshot-800x800.jpg">(800x800)</a> <a href="./images/bbj-headshots/2023-headshot.jpg">(Full Resolution)</ahref>
</dd>
</dl>
</div>
</section>
<!-- Seven -->
<section class="wrapper style1 align-center" id="email">
<div class="inner medium">
<h2>Get in touch</h2>
<img src="images/email.jpg" alt="" />
</div>
</section>
<!-- Footer -->
<footer class="wrapper style1 align-center">
<div class="inner">
<ul class="icons">
<li><a href="https://twitter.com/beaulieujones" class="icon brands style2 fa-twitter"><span class="label">Twitter</span></a></li>
</ul>
<p>© Brett Beaulieu-Jones. Design: <a href="https://html5up.net">HTML5 UP</a>.</p>
</div>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>