-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (40 loc) · 1.8 KB
/
index.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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Yunxiao Shi - Home</title>
<!-- mathjax config similar to math.stackexchange -->
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
jax: ["input/TeX", "output/HTML-CSS"],
tex2jax: {
inlineMath: [ ['$', '$'] ],
displayMath: [ ['$$', '$$']],
processEscapes: true,
skipTags: ['script', 'noscript', 'style', 'textarea', 'pre', 'code']
},
messageStyle: "none",
"HTML-CSS": { preferredFont: "TeX", availableFonts: ["STIX","TeX"] }
});
</script>
<script src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML" type="text/javascript"></script>
</head>
<body>
<div id='wrap'>
<div id='head'>
<center><h1>Yunxiao Shi</h1></center>
</div>
<div id='content'>
<h2 id="about">About</h2>
<p>I am a research engineer at <a href="https://www.qualcomm.com/research/artificial-intelligence/ai-research/">Qualcomm AI Research</a>, working on 3D computer vision and deep learning. I am also broadly interested in mathematics and programming languages.
<p>Prior to joining Qualcomm, I studied computer science at NYU and mathematics at Fudan University. I also like lifting weights. </p>
<h2 id="contact">Contact</h2>
<p><strong>Email</strong>: yunxshi [at] qti [dot] qualcomm [dot] com</p>
<p><strong>Links</strong>: <a href="https://scholar.google.com/citations?user=aqQFS2cAAAAJ&hl=en">Google Scholar</a>, <a href="https://github.com/yunxiaoshi">Github</a>, <a href="https://twitter.com/yunxiaos_">Twitter</a>, <a href="http://www.linkedin.com/in/yunxiaos">LinkedIn</a></p>
</div>
<div id='foot'>
</div>
</div>
</div>
</body>
</html>