-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
118 lines (109 loc) · 4.7 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
<!DOCTYPE html>
<html>
<head>
<title>Wei Yan's Homepage</title>
<link rel="stylesheet" href="css/bootstrap.min.css" media="screen">
<link rel="stylesheet" href="css/bootstrap-responsive.min.css">
<style type="text/css">
body {
font: 14px sans-serif;
}
.leftmargin {
margin: 0px 0px 0px 50px;
}
.lefttopmargin {
margin: 15px 0px 0px 50px
}
.subhead {
font-size: 15pt;
font-weight: bold
}
.smalllink {
font-size: 12px
}
</style>
</head>
<body>
<div>
<div style="margin:20px 0px 0px 50px; font-size: 18pt">
<b>Wei Yan</b>
</div>
<div style="margin:10px 0px 0px 50px">
Ant Financial.
</div>
<!-- <div style="margin:20px 0px 0px 50px">
<b>Email</b>: ywskycn AT gmail DOT com.
</div> -->
</div>
<!-- <hr />
<div class="leftmargin">
Currently I'm working at Ant Financial. I got my PhD from Vanderbilt University, 2015, advised by Dr.
Yuan Xue. I received my M.S. degree from
<a href="http://english.ict.cas.cn/" target="_blank">Institute of Computing
Technology</a>, <a href="http://english.cas.cn/" target="_blank">
Chinese Academy of Sciences</a>, where I worked on distributed publish/subscribe systems with Dr. Songlin Hu. I did my undergraduate
study at
<a href="http://en.njtu.edu.cn/" target="_blank">Beijing Jiaotong University</a>.
</div>
<hr/>
<div>
<div class="leftmargin subhead">Publication</div>
<div class="lefttopmargin">
<ul>
<li style="margin-top:5px">
<font color="#3366cc">Coordinated Resource Management for Large Scale Interactive Data Query Systems</font>.<br>
<b>Wei Yan</b>, and Yuan Xue<br> 15th IEEE/ACM International Symposium on Cluster, Cloud and Grid Computing (CCGrid
'15).
</li>
<li style="margin-top:5px">
<font color="#3366cc">Scalable Load Balancing for MapReduce-based Record Linkage</font>.<br>
<b>Wei Yan</b>, Yuan Xue, and Bradley Malin<br> 32nd IEEE International Performance Computing and Communications
Conference (IPCCC '13).
</li>
<li style="margin-top:5px">
<font color="#3366CC">Queue Reorganization for Subscription Congestion Avoidance in Publish/Subscribe Systems</font>.
<br/>
<b>Wei Yan</b>, Vinod Muthusamy, Mingwen Chen, Yonghong Huang, and Songlin Hu.<br> 32nd IEEE International Performance
Computing and Communications Conference (IPCCC '13).
</li>
<li style="margin-top:5px">
<font color="#3366CC">Scalable and Robust Key Group Size Estimation for Reducer Load Balancing in MapReduce</font>.<br>
<b>Wei Yan</b>, Yuan Xue, and Bradley Malin<br> 1st IEEE Conference on Big Data (BigData '13).
</li>
<li style="margin-top:5px">
<font color="#3366CC">Integrated Simulation and Emulation Platform for Cyber-Physical System Security Experimentation</font>. <br>
<b>Wei Yan</b>, Yuan Xue, Xiaowei Li, Jiannian Weng, Timothy Busch, and Janos Sztipanovits. <br> 1st ACM Conference
on High Confidence Networked Systems (HiCoNS at CPS Week '12).
</li>
<li style="margin-top:5px">
<font color="#3366CC">SENTINEL: Securing Database From Logic Flaws in Web Applications</font>.<br> Xiaowei Li, <b>Wei Yan</b>, and Yuan
Xue.
<br> 2nd ACM Conference on Data and Application Security and Privacy (CODASPY '12).
</li>
<li style="margin-top:5px">
<font color="#3366CC">NCSWT: An Integrated Modeling and Simulation Tool for Networked Control Systems</font>.<br/> Emeka Eyisi, Jia Bai,
Derek Riley, Jiannian Weng, <b>Wei Yan</b>, Yuan Xue, Xenofon Koutsoukos and Janos Szipanovits.<br> Simulation
Modelling Practice and Theory, 2012.
</li>
<li style="margin-top:5px">
<font color="#3366CC">NCSWT: An Integrated Modeling and Simulation Tool for Networked Control Systems</font>.<br/> Emeka Eyisi, Jia Bai,
Derek Riley, Jiannian Weng, <b>Wei Yan</b>, Yuan Xue, Xenofon Koutsoukos and Janos Szipanovits.<br> 15th International
Conference on Hybrid Systems: Computation and Control (HSCC '12).
</li>
<li style="margin-top:5px">
<font color="#3366CC">Efficient Event-Based Resource Discovery</font>.
<br/>
<b>Wei Yan</b>, Songlin Hu, Vinod Muthusamy, Hans-Arno Jacobsen, and Li Zha.<br> 3rd ACM Conference on Distribued
Event-Based Systems (DEBS '09).
</li>
</ul>
</div>
</div>
<hr/>
<div>
<div class="leftmargin subhead">Others</div>
<div class="lefttopmargin">I play badminton.</div>
</div> -->
<br><br><br>
</body>
</html>