forked from easezyc/easezyc.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnews.html
309 lines (288 loc) · 7.48 KB
/
news.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
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
<!--
* @Author: Jon Barron
* @Date: 2019-05-11 22:15:22
* @Editors: whyisyoung
* @EditTime: 2020-10-23 10:57:25
* @LastEditors:Yongchun Zhu
* @LastEditTime: 2022-03-22 23:03:00
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<script async src="//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js"></script>
<html>
<head>
<meta name=viewport content="width=device-width">
<meta name="generator" content="HTML Tidy for Linux/x86 (vers 11 February 2007), see www.w3.org">
<meta name="google-site-verification" content="p7SNRHPF7y83Q-nNBLkrxFhAAosW2t40unwTxByZ0vo" />
<style type="text/css">
/* Color scheme stolen from Sergey Karayev */
a {
color: #1772d0;
/* color: #07889b; */
text-decoration: none;
}
a.black {
color: #000000;
/* color: #07889b; */
text-decoration: none;
}
a:focus,
a:hover {
color: #e37222; /* #f09228; */
text-decoration: none;
}
body,
td,
th,
tr,
p,
a {
font-family: 'Lato', Verdana, Helvetica, sans-serif;
font-size: 16px
}
strong {
font-family: 'Lato', Verdana, Helvetica, sans-serif;
font-size: 16px;
}
heading {
font-family: 'Lato', Verdana, Helvetica, sans-serif;
font-size: 22px;
color: #e37222;
}
subheading {
font-family: 'Lato', Verdana, Helvetica, sans-serif;
font-size: 18px;
font-style:italic;
color: #e37222;
}
papertitle {
font-family: 'Lato', Verdana, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
}
name {
font-family: 'Lato', Verdana, Helvetica, sans-serif;
font-size: 32px;
}
.footer {
font-family: 'Lato', Verdana, Helvetica, sans-serif;
font-size: 14px;
opacity: 0.75;
color: #777;
}
.one {
width: 160px;
height: 160px;
position: relative;
}
.two {
width: 160px;
height: 160px;
position: absolute;
transition: opacity .2s ease-in-out;
-moz-transition: opacity .2s ease-in-out;
-webkit-transition: opacity .2s ease-in-out;
}
.fade {
transition: opacity .2s ease-in-out;
-moz-transition: opacity .2s ease-in-out;
-webkit-transition: opacity .2s ease-in-out;
}
span.highlight {
background-color: #ffffd0;
}
span.artifact {
color:#6cb41b;
padding: 1px;
}
span.underline {
border-bottom:1px solid black;
padding-bottom:1px;
}
span.tldr {
color: #555555;
}
em.highlight {
color: #e37222;
}
</style>
<link rel="icon" type="image/png" href="images/zhuyc_icon.ico">
<title>Yongchun Zhu's Homepage</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href='https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
</head>
<body>
<table width="960" border="0" align="center" cellspacing="0" cellpadding="0">
<tr>
<td>
<!-- News Begin -->
<table width="100%" align="center" border="0" cellspacing="0" cellpadding="12">
<tr>
<td>
<heading>News</heading>
</td>
</tr>
</table>
<table width="100%" align="center" border="0" cellpadding="12" style="table-layout:fixed;">
<colgroup>
<col span="1" style="width: 23%;">
<col span="1" style="width: 77%;">
</colgroup>
<tr>
<td valign="center">
05/2022
</td>
<td valign="center">
Invited to serve as a PC Member for CIKM 2022.
</td>
</tr>
<tr>
<td valign="center">
04/2022
</td>
<td valign="center">
One paper got accepted by IJCAI 2022.
</td>
</tr>
<tr>
<td valign="center">
04/2022
</td>
<td valign="center">
Three papers got accepted by SIGIR 2022.
</td>
</tr>
<tr>
<td valign="center">
02/2022
</td>
<td valign="center">
One paper got accepted by ACL 2022.
</td>
</tr>
<tr>
<td valign="center">
01/2022
</td>
<td valign="center">
One paper got accepted by DASFAA 2022.
</td>
</tr>
<tr>
<td valign="center">
11/2021
</td>
<td valign="center">
Invited to serve as a PC Member for KDD 2022.
</td>
</tr>
<tr>
<td valign="center">
10/2021
</td>
<td valign="center">
One paper got accepted by WSDM 2022.
</td>
</tr>
<tr>
<td valign="center">
09/2021
</td>
<td valign="center">
Invited to serve as a PC Member for AAAI 2022.
</td>
</tr>
<tr>
<td valign="center">
08/2021
</td>
<td valign="center">
Invited to serve as a PC Member for WSDM 2022.
</td>
</tr>
<tr>
<td valign="center">
08/2021
</td>
<td valign="center">
One paper got accepted by CIKM 2021.
</td>
</tr>
<tr>
<td valign="center">
05/2021
</td>
<td valign="center">
Two papers got accepted by KDD 2021.
</td>
</tr>
<tr>
<td valign="center">
04/2021
</td>
<td valign="center">
Two papers got accepted by SIGIR 2021.
</td>
</tr>
<tr>
<td valign="center">
12/2020
</td>
<td valign="center">
One paper got accepted by AAAI 2021.
</td>
</tr>
<tr>
<td valign="center">
09/2020
</td>
<td valign="center">
Invited to serve as a PC Member for AAAI 2021.
</td>
</tr>
<tr>
<td valign="center">
04/2020
</td>
<td valign="center">
One paper got accepted by TNNLS.
</td>
</tr>
<tr>
<td valign="center">
01/2020
</td>
<td valign="center">
One paper got accepted by WWW 2020.
</td>
</tr>
<tr>
<td valign="center">
08/2019
</td>
<td valign="center">
One paper got accepted by Neural Network.
</td>
</tr>
<tr>
<td valign="center">
12/2018
</td>
<td valign="center">
One paper got accepted by PAKDD 2019.
</td>
</tr>
<tr>
<td valign="center">
11/2018
</td>
<td valign="center">
One paper got accepted by AAAI 2019.
</td>
</tr>
</table>
<!-- News End -->
</td>
</tr>
</table>
</body>
</html>