-
Notifications
You must be signed in to change notification settings - Fork 0
/
bio.html
130 lines (126 loc) · 4.08 KB
/
bio.html
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta name="generator" content="jemdoc, see http://jemdoc.jaboc.net/" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<link rel="stylesheet" href="jemdoc.css" type="text/css" />
<title>Biography</title>
<!-- MathJax -->
<script type="text/javascript" async src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-MML-AM_CHTML">
</script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
TeX: { equationNumbers: { autoNumber: "AMS" } }
});
</script>
<!-- End MathJax -->
</head>
<body>
<table summary="Table for page layout." id="tlayout">
<tr valign="top">
<td id="layout-menu">
<div class="menu-category"><br>HAO-JUN MICHAEL SHI</div>
<div class="menu-item"><a href="index.html">HOME</a></div>
<div class="menu-item"><a href="bio.html" class="current">BIOGRAPHY</a></div>
<div class="menu-item"><a href="https://scholar.google.com/citations?user=U1efqpIAAAAJ&hl=en">PUBLICATIONS</a></div>
<div class="menu-item"><a href="https://github.com/hjmshi/">SOFTWARE</a></div>
<div class="menu-item"><a href="CV.pdf">CURRICULUM VITAE</a></div>
</td>
<td id="layout-content">
<div id="toptitle">
<h1>Biography</h1>
<div id="subtitle"></div>
</div>
<h2>Education </h2>
<table class="imgtable"><tr><td>
<img src="pictures/Northwestern.png" alt="Northwestern seal" width="125px" /> </td>
<td align="left"><p><b>Northwestern University</b> <br />
Ph.D. in Industrial Engineering and Management Sciences <br />
<i>Advisor: <a href="http://users.iems.northwestern.edu/~nocedal/" target=“blank”>Jorge Nocedal</a></i> <br />
<i>September 2016 - December 2021</i> <br />
<br />
Management for Scientists and Engineers Certificate <br />
Kellogg School of Management <br />
<i>June - August 2020</i> <br />
<br />
M.S. in Industrial Engineering and Management Sciences <br />
<i>September 2016 - June 2017</i></p>
</td></tr></table>
<table class="imgtable"><tr><td>
<img src="pictures/UCLA.png" alt="UCLA seal" width="125px" /> </td>
<td align="left"><p><b>University of California, Los Angeles</b> <br />
B.S. in Applied Mathematics <br />
<i>College and Departmental Honors</i> <br />
<i>September 2012 - June 2016</i> </p>
</td></tr></table>
<p><br /></p>
<h2>Work Experience</h2>
<ul>
<li><p><b>Meta Platforms Inc., AI and Systems Co-Design</b> <br />
Research Scientist (August 2021 - Current)<br />
Research Intern (January - May 2019)
</p>
</li>
</ul>
<h2>Students/Interns Advised</h2>
<ul>
<li><p><a href="https://www.linkedin.com/in/a-cai/" target=“blank”>Anna Cai</a> (Carnegie Mellon University, Summer 2023)</p>
</li>
<li><p><a href="https://www.linkedin.com/in/manish-kumar-5b31599a/" target=“blank”>Manish Kumar</a> (Northwestern University, Winter 2019) <br />
Data Scientist at Microsoft
</p>
</li>
</ul>
<h2>Honors and Awards</h2>
<ul>
<li><p>ICML Top 5% Reviewer (2019)</p>
</li>
<li><p>NSF Graduate Research Fellowship: Honorable Mention (2016, 2017) </p>
</li>
<li><p>Walter P. Murphy Fellowship (2016 - 2017)</p>
</li>
<li><p>Departmental Service Award (2016 - 2017, 2017 - 2018)
</p>
</li>
</ul>
<h2>Software/Languages</h2>
<p>Python, C++, Matlab, Fortran, AMPL, and Gurobi
</p>
<h2>Related Packages</h2>
<p>PyTorch, NumPy, SciPy, scikit-learn, Keras, and Tensorflow</p>
<div id="footer">
<div id="footer-text">
CSS by Charlotte Abrahamson and Hao-Jun Michael Shi. Page generated 2023-08-28 16:49:36 PDT, by <a href="https://github.com/wsshin/jemdoc_mathjax" target="blank">jemdoc+MathJax</a>.
</div>
</div>
</td>
</tr>
</table>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-101440282-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>