-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·80 lines (69 loc) · 2.76 KB
/
index.html
File metadata and controls
executable file
·80 lines (69 loc) · 2.76 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<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"/>
</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" alt="Glacier landscape">
<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/>
<h2>Beyond Code</h2>
<p>
When I'm not coding, you'll find me on the slopes! I'm an avid <strong>snowboarder</strong> and <strong>skier</strong>,
always chasing fresh powder and perfect runs. The mountains are my second home, where I find balance between
the digital world and the great outdoors.
</p>
<br/>
<img src="resources/snowboarder.jpg" alt="Snowboarder in action" style="max-width: 100%; height: auto; border-radius: 8px;">
<br/>
<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 src="javascripts/head_footer_loader.js"></script>
</body>
</html>