-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·166 lines (134 loc) · 7.43 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
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
157
158
159
160
161
162
163
164
165
166
<!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="Yuxuan Wang, CUHK Dept. of CSE">
<meta name="author" content="Yuxuan Wang">
<meta name="keywords" content="Yuxuan Wang, CSE, MSc student, CUHK, The Chinese University of Hong Kong, Microservice, Golang, C++, Research" />
<link rel="shortcut icon" type="image/x-icon" href="siteicon.ico">
<title>Yuxuan Wang</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">
<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 src="js/jquery.js"></script>
<script>
$(function(){
$("#mynavbar").load("navbar.html")
$("#myfooter").load("footer.html")
});
</script>
</head>
<body>
<div id="mynavbar"></div>
<div class="container">
<div class="row">
<div class="col-lg-12">
<!-- <h1 class="page-header"> Welcome </h1> -->
<h1> Welcome </h1>
<hr style="height:2px;border-width:0;background-color:black">
<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>
<!-- <br>-->
<!-- <p>My academic research interests include:</p>-->
<!-- <ul>-->
<!-- <li>Econometric Theory</li>-->
<!-- <li>Computational Methods</li>-->
<!-- <li>Empirical Macroeconomics</li>-->
<!-- </ul>-->
<!-- <p>My computational interests include:</p>-->
<!-- <ul>-->
<!-- <li>Numerical linear algebra</li>-->
<!-- <li>Nonlinear optimization</li>-->
<!-- <li>Computation of special functions</li>-->
<!-- <li>Template metaprogramming</li>-->
<!-- </ul>-->
<!-- <br>-->
<!-- <p>Most of my computational work involves R and C++. Below you can find links to some of my projects.</p>-->
<!-- <hr style="height:2px;border-width:0;background-color:black">-->
</div>
</div>
<!-- <div class="row">-->
<!-- <div class="col-md-4">-->
<!-- <div class="panel panel-default">-->
<!-- <div class="panel-heading">-->
<!-- <h4><i class="fa fa-terminal fa-2x fa-fw"></i> Code -->
<!-- <span style="float:right;">-->
<!-- <a href="https://github.com/kthohr" target="_blank"><i class="fa fa-github-square fa-2x" style="color:black"></i></a>-->
<!-- <a href="https://gitlab.com/kthohr" target="_blank"><i class="fa fa-gitlab fa-2x" style="color:black"></i></a>-->
<!-- <!– <a href="https://bitbucket.org/kthohr/" target="_blank"><i class="fa fa-bitbucket fa-2x" style="color:black"></i></a> –>-->
<!-- </span></h4>-->
<!-- </div>-->
<!-- <div class="panel-body">-->
<!-- <p>Economics</p>-->
<!-- <div class="btn-group" role="group" aria-label="Bayesian Macroeconometrics">-->
<!-- <button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">-->
<!-- Macroeconometrics <span class="caret"></span></button>-->
<!-- <ul class="dropdown-menu" role="menu">-->
<!-- <li><a href="bmlib.html">C++</a></li>-->
<!-- <li><a href="bmr.html">R</a></li>-->
<!-- </ul>-->
<!-- </div>-->
<!-- <div class="btn-group" role="group" aria-label="TraME">-->
<!-- <button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">-->
<!-- TraME <span class="caret"></span></button>-->
<!-- <ul class="dropdown-menu" role="menu">-->
<!-- <li><a href="trame.html">C++</a></li>-->
<!-- <li><a href="trame-rcpp.html">R</a></li>-->
<!-- </ul>-->
<!-- </div>-->
<!-- <!– <p><br></p> –>-->
<!-- <p><hr />Optimization</p>-->
<!-- <a href="optimlib.html" target="_blank" class="btn btn-default">OptimLib</a>-->
<!-- <p><hr />Math and Stats</p>-->
<!-- <a href="gcem.html" target="_blank" class="btn btn-default">GCE-Math</a>-->
<!-- <a href="mcmclib.html" target="_blank" class="btn btn-default">MCMCLib</a>-->
<!-- <a href="statslib.html" target="_blank" class="btn btn-default">StatsLib</a>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="col-md-4">-->
<!-- <div class="panel panel-default">-->
<!-- <div class="panel-heading">-->
<!-- <h4><i class="fa fa-cog fa-spin fa-2x fa-fw"></i> Research</h4>-->
<!-- </div>-->
<!-- <div class="panel-body">-->
<!-- <p>Research</p>-->
<!-- <!– <a href="#" class="btn btn-default disabled" role="button" aria-disabled>Link</a> –>-->
<!-- <a href="research.html" target="_blank" class="btn btn-default">Link</a>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="col-md-4">-->
<!-- <div class="panel panel-default">-->
<!-- <div class="panel-heading">-->
<!-- <h4><i class="fa fa-fw fa-2x fa-graduation-cap"></i> Teaching</h4>-->
<!-- </div>-->
<!-- <div class="panel-body">-->
<!-- <p>Teaching</p>-->
<!-- <a href="#" class="btn btn-default disabled" role="button" aria-disabled>Link</a>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
</div>
<div id="myfooter"></div>
<!-- jQuery -->
<!--<script src="js/jquery.js"></script>-->
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
</body>
</html>