-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservices.html
110 lines (97 loc) · 4.81 KB
/
services.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="gbk">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Jian Kang</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet" /><!-- Custom styles for this template -->
<link href="css/small-business.css" rel="stylesheet" />
<link href="css/all.css" rel="stylesheet" />
<link href="css/academicons.css" rel="stylesheet" />
<style type="text/css">
.content {
margin-top: 0;
margin-bottom: 0
}
</style>
<meta name="google-site-verification" content="qEih9m0y-6X0QuisQYfHSxOvkW-o5Q3dfxuQ5Z4JtGA" />
</head>
<body><!-- Navigation -->
<nav class="navbar navbar-expand-lg fixed-top" style="background-color: #00205B;">
<div class="container">
<strong><a class="text-white navbar-brand" href="index.html">
Jian Kang
</a></strong>
<button aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation"
class="navbar-toggler" data-target="#navbarResponsive" data-toggle="collapse" type="button">
<span class="navbar-toggler-icon my-toggler"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item"><a class="text-white nav-link" href="lab.html">Lab</a></li>
<li class="nav-item"><a class="text-white nav-link" href="publications.html">Publications</a></li>
<li class="nav-item"><a class="text-white nav-link" href="talks.html">Talks</a></li>
<li class="nav-item"><a class="text-white nav-link" href="services.html">Services</a></li>
<li class="nav-item"><a class="text-white nav-link" href="teaching.html">Teaching</a></li>
<li class="nav-item"><a class="text-white nav-link"
href="mailto:[email protected]">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Page Content -->
<div class="container"><!-- Heading Row -->
<div class="my-4 text-left">
<h2>Services</h2>
<p><strong>Chair-ship / Editor-ship</strong></p>
<ul>
<li>2025: CIKM (Proceedings Chair), Frontiers in Big Data (Special Issue: Generative Search and
Recommendation)</li>
<li>2024: KDD (Web Chair), TrustLOG-WWW (Workshop Co-chair)</li>
<li>2022: TrustLOG-CIKM (Workshop Co-chair)</li>
</ul>
<p><strong>Senior Program Committee / Area Chair</strong></p>
<ul>
<li>2025: AAAI, ICML</li>
<li>2024: AAAI, NeurIPS</li>
<li>2023: AAAI, GLFrontiers-NeurIPS</li>
</ul>
<p><strong>Program Committee / Reviewer</strong></p>
<ul>
<li>2025: ICLR, PAKDD, SDM, WSDM, WWW</li>
<li>2024: BigData, CIKM, DSAA, ICLR, ICML, IJCAI, KDD, PAKDD, SDM, WSDM, WWW</li>
<li>2023: BigData, CIKM, ECML-PKDD, GLB-KDD ICLR, ICML, IJCAI, KDD, LoG, NeurIPS, SDM, WSDM, WWW</li>
<li>2022: CIKM, ICLR, ICML, IJCAI, KDD, LoG <span style="color:red;">(Top Reviewer)</span>, NeurIPS
<span style="color:red;">(Top Reviewer)</span>, WSDM
</li>
<li>2021: AAAI, CIKM <span style="color:red;">(Best Reviewers Award)</span>, DLG-AAAI, ICLR <span
style="color:red;">(Outstanding Reviewer)</span>, ICML, IJCAI, NeurIPS</li>
<li>2020: ICML <span style="color:red;">(Top Reviewer)</span></li>
</ul>
<p><strong>External Reviewer</strong></p>
<ul>
<li>2022: ICDCS</li>
<li>2021: SIGIR, WWW, UAI</li>
<li>2020: NeurIPS, WWW, WSDM</li>
<li>2019: AAAI, DASFAA, ICML, IJCAI, KDD, PAKDD, WSDM</li>
<li>2018: ACMMM, CIKM, DASFAA, DSAA, KDD, WWW</li>
</ul>
<p><strong>Journal Reviewer: </strong> CACM, COMPJ, CSUR, DMKD, IPM, JMLR, JSTSP, TBD, TCSVT, TIST, TKDD,
TKDE, TNNLS</p>
</div>
</div>
<!-- Footer -->
<footer class="py-1 fixed-bottom" style="background-color: #FFC70A;">
<div class="container text-center">
Oops, no more things in this page.
</div>
</footer>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
</body>
</html>