-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·74 lines (64 loc) · 2.42 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<title>Gan Xu's Personal Website</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width">
<meta name="author" content="Gan Xu">
<meta name="keywords" content="Gan, gan, Gan Xu, 徐甘, ganxu, Gan Xu UNC, gan xu wustl, gan xu washu">
<meta name="description"
content="Personal Website for Gan Xu, Graduate Student at Washington University in St. Louis.">
<link rel="canonical" href="https://ganxu.science"/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
</head>
<body>
<div class="wrapper">
<div id="header"></div>
<div class="hidden">
<a href="#maincontent">Skip to main content</a>
</div>
<main id="maincontent"></main>
<section>
<br/>
<br/>
<br/>
<img src="resources/glacier.jpg">
<br/>
<br/>
<br/>
<br/>
<br/>
<P>I'm a Software Engineer at Snap Inc.</p>
<p>Firm supporter of <a href="https://www.pypy.org">PyPy</a></p>
<p>Playing with Kotlin.</p>
<p>
I’m <del>now a Ph.D. student</del> in the Department of Computer Science and Engineering at Washington University.
I'm advised by <a href="https://sites.wustl.edu/wyeoh/">Dr. William Yeoh</a> and working on Distributed
Constrained Optimization.
<br/><br/>
I was an undergraduate researcher and assistant bioinformatic analyst after graduation at <a
href="https://bio.unc.edu/faculty-profile/cdjones/">Corbin Jones's Lab</a>.
</p>
<br/>
<br/>
<br/>
<br/>
<!-- <h2>Education</h2>
<h3>Washington University</h3>
Ph.D. Student, Computer Science, 2018 - 2023(Expected)<br/><br/>
<h3>University of North Carolina at Chapel Hill</h3>
Sc.B. Computer Science, Mathematics, 2017<br/><br/>
<h3><a href="courses.html">Courses</a></h3> -->
</section>
<div id="footer"></div>
</div>
<script src="javascripts/scale.fix.js"></script>
<script>
$("#header").load("resources/header.html");
$("#footer").load("resources/footer.html");
</script>
</body>
</html>