-
Notifications
You must be signed in to change notification settings - Fork 0
/
services.html
executable file
·136 lines (136 loc) · 4.92 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
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta name="generator" content="jemdoc, see http://jemdoc.jaboc.net/" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<link rel="icon" href="./images/zju-logo.png">
<link rel="stylesheet" href="main.css" type="text/css" />
<link rel="stylesheet" href="font-awesome/css/font-awesome.min.css">
<!--- <title></title> --->
<title>Qi SUN (孙奇)</title>
<!-- MathJax -->
<script src='https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-MML-AM_CHTML' async>
</script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
TeX: { equationNumbers: { autoNumber: "AMS" } }
});
</script>
<!-- End MathJax -->
</head>
<body>
<div id="main-container">
<div id="header-container">
<div id="header">
<div id="header-icon-text-container">
<div id="header-icon-container" >
</div>
<div id="header-text-container">
</div>
</div>
<div id="main">
<button class="openbtn" onclick="openNav()">☰</button>
</div>
</div>
</div>
<div id="layout">
<div id="layout-menu-container">
<div id="layout-menu">
<div class="menu-item"><a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a></div>
<a href="index.html"><img src="./images/zju-logo.png" alt="ZJU校徽"></a>
<div class="menu-category">Qi SUN</div>
<div class="menu-item"><a href="index.html">About</a></div>
<div class="menu-item"><a href="research.html">Research</a></div>
<div class="menu-item"><a href="publication.html">Publications</a></div>
<div class="menu-item"><a href="experience.html">Experience</a></div>
<div class="menu-item"><a href="services.html" class="current">Services</a></div>
<div class="menu-item"><a href="tips.html">Tips</a></div>
<div class="menu-item"><a href="calendar.html">Calendar</a></div>
<div class="menu-item"><a href="https://person.zju.edu.cn/qisunchn">浙大主页</a></div>
</div> <!-- <div id="layout-menu"> -->
</div> <!-- <div id="layout-menu-container"> -->
<div id="layout-content-container">
<div id="layout-content">
<h2>Professional Service</h2>
<h3>Program Committee Member</h3>
<ul>
<li><p>Member of China Computer Federation-Integrated Circuit Design Executive Committee</p>
</li>
<li><p>IEEE/ACM International Conference on Computer-Aided Design (ICCAD): 2024</p>
</li>
<li><p>Design Automation Conference (DAC): 2024</p>
</li>
<li><p>Design Automation Conference (DAC) System Design Contest 2024 Organizing Committee</p>
</li>
<li><p>Asia and South Pacific Design Automation Conference (ASP-DAC): 2024, 2025</p>
</li>
<li><p>AAAI Conference on Artificial Intelligence (AAAI): 2023</p>
</li>
<li><p>IEEE International Symposium on VLSI (ISVLSI): 2023</p>
</li>
<li><p>IEEE International Symposium on VLSI (ISVLSI): 2024</p>
</li>
</ul>
<h3>Conference Review</h3>
<ul>
<li><p>IEEE International Symposium on Circuits and Systems (ISCAS): 2023</p>
</li>
<li><p>IEEE International Conference on Computer Design (ICCD): 2022</p>
</li>
<li><p>ACM/IEEE Workshop on Machine Learning for CAD (MLCAD): 2020</p>
</li>
<li><p>IEEE International Conference on Embedded Software and Systems (ICESS): 2019</p>
</li>
<li><p>IFIP/IEEE International Conference on Very Large Scale Integration (VLSI-SoC)</p>
</li>
<li><p>ACM/IEEE International Workshop on System-Level Interconnect Pathfinding (SLIP)</p>
</li>
</ul>
<h3>Selected Journal Review</h3>
<ul>
<li><p>IEEE Transactions on Neural Networks and Learning Systems (TNNLS)</p>
</li>
<li><p>IEEE Transaction on Computer-Aided Design of Integrated Circuits and Systems (TCAD)</p>
</li>
<li><p>ACM Transaction on Design Automation of Electronic Systems (TODAES)</p>
</li>
<li><p>IEEE Transactions on Circuits and Systems I (TCAS-I)</p>
</li>
<li><p>ACM Transactions on Embedded Computing Systems (TECS)</p>
</li>
<li><p>IEEE Internet of Things Journal (IoT-J)</p>
</li>
</ul>
</div> <!-- <div id="layout-content"> -->
<div id="footer-container">
<div id="footer">
<div id="footer-text">
</div> <!-- <div id="footer-text"> -->
</div> <!-- <div id="footer"> -->
</div> <!-- <div id="footer-container"> -->
</div> <!-- <div id="layout-content-container"> -->
</div> <!--- <div id="layout"> --->
</div> <!--- <div id="main-container"> --->
<script>
function openNav() {
if (window.innerWidth <= 1200) {
document.getElementById("layout-menu").style.width = "280px";
document.getElementById("layout-content-container").style.marginLeft = "280.8px";
document.getElementById("layout-content-container").style.position = "fixed";
}
}
function closeNav() {
if (window.innerWidth <= 1200) {
document.getElementById("layout-menu").style.width = "0";
document.getElementById("layout-content-container").style.position = "static";
document.getElementById("layout-content-container").style.marginLeft = "0px";
setInterval(
function(){ location.reload() },
500
);
}
}
</script>
</body>
</html>