-
Notifications
You must be signed in to change notification settings - Fork 0
/
service.html
99 lines (98 loc) · 3.75 KB
/
service.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Yuan Tian</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css"/>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css">
<link href="main.css" rel="stylesheet">
</head>
<body>
<!-- Header -->
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<div class="container-fluid">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mx-auto mb-2 mb-lg-0">
<div class="nav-icons fs-4">
<a href="mailto:[email protected]"><i class="bi bi-envelope"></i></a>
<a href="https://scholar.google.ca/citations?user=wX4le_QAAAAJ&hl=en" target="_blank" title="Google Scholar"><i class="ai ai-google-scholar-square socialbtns-icon"></i></a>
</div>
<li class="nav-item">
<a class="nav-link" href="index.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="publications.html">Publications</a>
</li>
<li class="nav-item">
<a class="nav-link" href="lab.html">RISE Lab</a>
</li>
<li class="nav-item">
<a class="nav-link" href="teaching.html">Teaching</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="service.html">Services</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="container">
<h4>Journal Referee</h4>
<hr>
<ul>
<li>
ACM Transactions on Software Engineering and Methodology <b>(TOSEM)</b>
</li>
<li>
Transactions on Software Engineering <b>(TSE)</b>
</li>
<li>
Empirical Software Engineering<b>(EMSE)</b>
</li>
<li>
Journal of Systems and Software <b>(JSS)</b>
</li>
<li>
Journal Referee, ACM Transactions on Information Systems <b>(TOIS)</b>
</li>
</ul>
<hr>
<h4>Conference Program Committee Member</h4>
<ul>
<li>
Technical Papers-track MSR 2023
</li>
<li>
ACM Student Research Competition-track ICSE 2023
</li>
<li>
Student Research Competition-track ESEC/FSE 2023
</li>
<li>
Ideas, Visions and Reflections-track ESEC/FSE 2023
</li>
<li>
Research Papers-track ASE 2021-2023
</li>
<li>
Tool Demonstrations-track ISSTA 2023
</li>
<li>
Student Research Competition-track ASE 2022
</li>
<li>
Diversity, Inclusion & Outreach Co-Chair MSR 2022
</li>
</ul>
</div>
</body>
</html>