-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexperience.html
More file actions
66 lines (57 loc) · 2.46 KB
/
experience.html
File metadata and controls
66 lines (57 loc) · 2.46 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 lang="en">
<head>
<meta charset="utf-8">
<title>Gan Xu's Previous Projects</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">
<meta name="description"
content="Personal Website for Gan Xu, Graduate Student at Washington University in St. Louis.">
</head>
<body>
<div class="wrapper">
<div id="header"></div>
<section>
<br/>
<br/>
<h2><a href="index.html"> Back to Main Page </a></h2>
<h1>Course Projects:</h1>
<br/>
<h2>Work Experience</h2>
<h3>Research Assistant, Washington University</h3>
<ul>
<li>Mar 2019 - Nov 2020</li>
<li>Proposed innovative method to improvement the communication performance over unreliable network for
distributed artificial intelligence algorithms,
including message split and reconstruction, customized RUDP protocol and forward error correction.
</li>
<li>Collaborated with <b>Rayetheon</b> BBN Technologies on <b>DAPRA</b> funded projects, details available
upon approval.
</li>
</ul>
<!-- <h3>Rotation Student, Washington University, Oct 2018 - Feb 2019</h3>
<ul>
<li>Implementing and extending DPOP algorithm. </li>
<li>Implementing MinHash algorithm on <a href="https://github.com/jdbuhler/mercator">Mercator</a>, A framework to implement irregular streaming applications </li>
<li>Study online resource allocation using primal-dual techniques.</li>
</ul> -->
<h3>Assistant Bioinformatic Analyst, UNC Chapel Hill</h3>
<ul>
<li>Jan 2018 - Aug 2018</li>
<li>Set up work environment on cluster with SLURM workload scheduler. Migrated old workflows from LSF
platform to <b>SLURM</b></li>
<li>Designed and optimized workflow pipeline for large-scale genomics data analysis, reduced <b>50%</b> idle
time for some experiments.
</li>
</ul>
<br/>
</section>
<div id="footer"></div>
</div>
<script src="javascripts/scale.fix.js"></script>
<script src="javascripts/head_footer_loader.js"></script>
</body>
</html>