-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
executable file
·156 lines (128 loc) · 7.05 KB
/
about.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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Personal Website of Yuxuan Wang">
<meta name="author" content="Yuxuan Wang">
<meta name="keywords" content="Yuxuan Wang, Computer Science, MSc student, CUHK, Hong Kong, Golang, dubbo-go, Microservice, Distributed System" />
<link rel="shortcut icon" type="image/x-icon" href="siteicon.ico">
<title>Yuxuan Wang - About</title>
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/modern-business.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<!-- Additional Settings -->
<link href="css/yuxuan_settings.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<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-93902857-1', 'auto');
ga('send', 'pageview');
</script>
<script async defer src="https://buttons.github.io/buttons.js"></script>
<script src="js/jquery.js"></script>
<script>
$(function(){
$("#mynavbar").load("navbar.html")
$("#myfooter").load("footer.html")
});
</script>
</head>
<body>
<!-- Navigation -->
<div id="mynavbar"></div>
<!-- Page Content -->
<div class="container">
<!-- Page Heading/Breadcrumbs -->
<div class="row">
<div class="col-lg-1"></div>
<div class="col-lg-10">
<!-- <h1 class="page-header">About </h1> -->
<h1>About</h1>
<hr style="height:2px;border-width:0;background-color:black">
<br>
<!-- <br> -->
</div>
</div>
<!-- /.row -->
<!-- Intro Content -->
<div class="row">
<div class="col-md-1"></div>
<div class="col-md-4 hidden-xs hidden-sm">
<img class="img-responsive" src="pics/turpan_desert_us.jpg" alt="">
</div>
<div class="col-md-6">
<!-- <h2>About</h2> -->
<!-- <br> -->
<h2>Introduction</h2>
<p>My name is Yuxuan Wang. I would obtain my MSc in Computer Science from <abbr title="The Chinese University of Hong Kong">CUHK</abbr> in 2024, where my research and interest focused on microservices, network protocols, distributed systems.</p>
<hr>
<h2>Open Source Projects</h2>
<p>I am the core maintainer of several popular open-source Golang microservice frameworks and cloud-native components:</p>
<ul>
<li><a href="https://github.com/apache/dubbo-go/pulls/DMwangnima" target="_blank">dubbo-go, Triple protocol and API refactoring</a></li>
<li><a href="https://github.com/kitex-contribe/codec-dubbo" target="_blank">kitex, dubbo codec supporting kitex <-> dubbo interoperability </a></li>
<li><a href="https://github.com/apache/dubbo-kubernetes/commits?author=DMwangnima" target="_blank">dubbo-kubernetes, dubboctl command line tool</a></li>
</ul>
<!-- <p>Other open-source projects that I like and, on occasion, contribute to:</p>-->
<!-- <ul>-->
<!-- <li><a href="https://www.r-project.org/" target="_blank">The R Project</a></li>-->
<!-- <ul>-->
<!-- <li>macOS developers: consider joining the <a href="https://stat.ethz.ch/mailman/listinfo/r-sig-mac" target="_blank">dedicated development list</a>.</li>-->
<!-- <li>A new group, started by John C. Nash, and supported by the <a href="https://www.r-consortium.org/" target="_blank">R Consortium</a>, is revisiting many of R's core algorithms. Checkout our progress <a href="https://gitlab.com/nashjc/histoRicalg" target="_blank">here</a>.</li>-->
<!-- </ul>-->
<!-- <li><a href="http://arma.sourceforge.net/" target="_blank">Armadillo C++ linear algebra library</a></li>-->
<!-- <ul>-->
<!-- <li>An expression template library for matrix-based computation.</li>-->
<!-- <li><a href="https://github.com/RcppCore/RcppArmadillo" target="_blank">R wrapper</a>.</li>-->
<!-- </ul>-->
<!-- </ul>-->
<hr>
<h2>Honors and Awards</h2>
<p>I was recognized by the <b>Apache</b>, <b>CloudWeGo</b> community with a nomination for committer.</p>
<ul>
<li>Apache Committer</li>
<li><a href="https://github.com/cloudwego/community/issues/76">CloudWeGo Committer</a></li>
</ul>
<hr>
<!-- <h4>Contact Details</h4> -->
<h2>Contact Me</h2>
<p>My contact details are below.</p>
<ul>
<li>If you are contacting me about an issue or a functionality related to a project that is hosted on a social coding platform (like GitHub), consider using the associated issues feature instead.</li>
</ul>
<!-- <br> -->
<!-- <p><i i class="fa fa-address-card-o" aria-hidden="true"></i> 19 W 4th St<br> 6FL<br> New York, NY 10012<br> -->
<!-- </p> -->
<ul class="list-unstyled list-inline list-social-icons">
<li>
<a href="https://github.com/DMwangnima" target="_blank"><i class="fa fa-github-square fa-2x"></i></a>
<a class="github-button" href="https://github.com/DMwangnima" data-show-count="true" aria-label="Follow @DMwangnima on GitHub">Follow @DMwangnima</a>
</li>
</ul>
<p><i class="fa fa-envelope-o"></i> <a href="mailto:[email protected]"> [email protected]</a>
</p>
<hr>
</div>
</div>
<!-- /.row -->
</div>
<div id="myfooter"></div>
<!-- jQuery -->
<!--<script src="js/jquery.js"></script>-->
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
</body>
</html>