-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
216 lines (181 loc) · 11.1 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
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
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<link rel="stylesheet" href="/static/style.css"> <!-- Link to your main.css file -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700&family=Roboto:wght@400;700&display=swap" rel="stylesheet">
<link rel="shortcut icon" type="image/x-icon" href="/static/figures/favicon.ico">
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<a class="navbar-brand" href="#">Giorgio (Erci) Xu</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav me-auto"> <!-- Changed from mr-auto to me-auto for left alignment -->
<a class="nav-item nav-link active" aria-current="page"
href="/">
Home
</a>
<a class="nav-item nav-link"
href="/publication/">
Publication
</a>
<a class="nav-item nav-link"
href="/posts/">
Post
</a>
</ul>
<!-- Button positioned to the right -->
<button id="theme-toggle" class="btn btn-sm btn-outline-light ms-auto">Dark Mode</button>
</div>
</nav>
<div class="container">
<div class="container py-6">
<div class="row flex-lg-row-reverse align-items-center g-5">
<div class="col-10 col-md-8 col-lg-6 mx-auto">
<img src="./static/figures/avatar.jpeg" class="d-block mx-lg-auto img-fluid rounded-circle" alt="Profile Picture of Erci Xu" loading="lazy">
<div class="social-links text-center mt-3">
<a href="https://twitter.com/giorgioercixu" target="_blank"><i class="fab fa-twitter" style="font-size:24px; margin-right: 10px;"></i></a>
<a href="https://scholar.google.com/citations?user=7Yc6A1QAAAAJ" target="_blank"><i class="fas fa-graduation-cap" style="font-size:24px; margin-right: 10px;"></i></a>
<a href="https://www.zhihu.com/people/x-giorgio" target="_blank"><i class="fab fa-zhihu" style="font-size:24px;"></i></a>
</div>
</div>
<div class="col-lg-6">
<!-- Bio section -->
<h2 class="fs-3">Short Bio</h2>
<p class="lead">
Erci Xu is a storage researcher who mostly focuses on distributed storage systems and software/hardware reliability. He has published multiple paper at top venues including USENIX OSDI, FAST, ATC and ACM Eurosys. Most (conferrence only) of his publications are listed <a href="./publication/" target="_blank" rel="noopener"> here</a>. He is the recipient of two USENIX FAST Best Paper Awards
<a href="https://www.usenix.org/conference/fast23/presentation/lu" target="_blank" rel="noopener">FAST'23</a>, <a href="https://www.usenix.org/conference/fast24/presentation/zhang-weidong" target="_blank" rel="noopener">FAST'24</a>, and ACM SIGOPS China <a href="https://www.sigops.org/2024/the-25th-chinasys-workshop" target="_blank" rel="noopener">Rising Star Award</a>.
In his spare time, Erci enjoys reading and reviewing books on <a href="https://www.goodreads.com/user/show/24628220-giorgio" target="_blank" rel="noopener">Goodreads</a>. Some of the reviews (mostly in Chinese) are also posted <a href="./posts/" target="_blank" rel="noopener"> here</a>.
</p>
</div>
</div>
</div>
<!-- News Section -->
<div class="container my-5">
<h3 class="mb-3">News</h3>
<ul class="list-unstyled">
<li class="media mb-3">
<div class="media-body">
<ul>
<li>Nov. 2024: Invited to serve PC for USENIX FAST'26.</li>
<li>Oct. 2024: Invited to serve PC for USENIX ATC'25.</li>
<li>Sep. 2024: Invited to serve PC for ICDCS'25.</li>
<li>Sep. 2024: One paper has been accepted to ACM ToS.</li>
<li>Sep. 2024: Invited to give a talk on "How I Learned to Stop Worrying and Love Doing System Research" at MBZUAI.</li>
<li>Sep. 2024: Invited serve PC for Eurosys'25 (Fall). See you guys in Rotterdam, again.</li>
<li>Aug. 2024: Invited to give a talk on "How to Write a System Paper" at Arizona State University.</li>
<li>Aug. 2024: Our paper on EBS traffic analysis has been accepted to Eurosys'25. See you guys in Rotterdam.</li>
<li>May 2024: Invited to give a virtual talk at Northeastern
University and Boston University.</li>
<li>May 2024: Invited to serve TPC for FAST'25.</li>
<li>Apr. 2024: Invited to give a virtual talk on Cloud Block Store at UIUC <a href="https://systems-seminar-uiuc.github.io/spring24/" target="_blank" rel="noopener">Systems Research Seminar 2024 Spring</a>.</li>
<li>Apr. 2024: Invited to serve TPC for NSDI'25, DSN'25 and Chinasys'24 Summer.</li>
<li>Mar. 2024: Invited to give a virtual guest lecture on cloud computing at <a href="https://changlousys.github.io/CS4740/spring24/schedule/" target="_blank" rel="noopener">University of Virginia</a>.</li>
<li>Mar. 2024: Invited to give a talk on "How to Write a System Paper" at CUHK, Tsinghua University and HIT(SZ). Slides coming soon...</li>
<li>Feb. 2024: Our EBS paper has won FAST'24 Best Paper Award!</li>
<li>Feb. 2024: Our paper on defending Ransomware in the Cloud has been accepted to OSDI'24. See you guys in Santa Clara.</li>
<li>Jan. 2024: Invited to give a talk on "How to Write a System Paper" at Zhejiang University.</li>
<li>Dec. 2023: Won ACM SIGOPS China <a href="https://www.sigops.org/2024/the-25th-chinasys-workshop" target="_blank" rel="noopener">Rising Star Award</a>.</li>
</ul>
</div>
</li>
</ul>
</div>
<!-- Professional Service Section -->
<div class="container my-5">
<h3 class="mb-3">Professional Service</h3>
<ul class="list-unstyled">
<li class="media mb-3">
<div class="media-body">
<h5 class="mt-0 mb-1">Technical Program Committee Member</h5>
<ul>
<li>USENIX FAST: 2025, 2026</li>
<li>USENIX NSDI: 2025</li>
<li>USENIX ATC: 2025</li>
<li>ACM Eurosys: 2025 (Fall)</li>
<li>IEEE ICDCS: 2025</li>
<li>IEEE DSN: 2025</li>
<li>Chinasys: 2021 (Winter), 2023 (Fall), 2024 (Summer)</li>
</ul>
</div>
</li>
<li class="media mb-3">
<div class="media-body">
<h5 class="mt-0 mb-1">Reviewer for Journals</h5>
<div class="alert alert-info" role="alert">
<em>I am no longer accepting new review requests for journals.</em>
</div>
<ul>
<li>IEEE Transactions on Parallel and Distributed Systems</li>
<li>IEEE Transactions on Computers</li>
<li>IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems</li>
<li>IEEE Transactions on Services Computing</li>
<li>ACM Transactions on Storage</li>
<li>ACM Transactions on Computer Systems</li>
</ul>
</div>
</li>
</ul>
</div>
<!-- Contact Section -->
<div class="container my-5">
<div class="row">
<div class="col-md-12">
<h3>Contact Me</h3>
<p>If you have any questions or need to reach out, please contact me at:</p>
<p><span class="blur-text">jostep90 [at] Google's eMAIL service [dot] com</span></p>
</div>
</div>
</div>
</div>
<div class="container">
<footer class="d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top">
<div class="col-md-4 d-flex align-items-center">
<span class="text-muted">© 2024 G(E)X; All Rights Reserved!</span>
</div>
</footer>
</div>
<!-- Optional JavaScript -->
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-BBtl+eGJRgqQAUMxJ7pMwbEyER4l1g+O15P+16Ep7Q9Q+zqX6gSbd85u4mG4QzX+" crossorigin="anonymous"></script>
<script>
document.addEventListener('DOMContentLoaded', function () {
const body = document.body;
const themeToggle = document.getElementById('theme-toggle');
const storedTheme = localStorage.getItem('theme'); // get the stored theme
let hour = new Date().getHours(); // get the current hour
function setThemeBasedOnTime() {
if (hour >= 19 || hour < 6) {
body.classList.add('dark-theme');
themeToggle.textContent = 'Light Mode';
localStorage.setItem('theme', 'dark-theme');
} else {
body.classList.remove('dark-theme');
themeToggle.textContent = 'Dark Mode';
localStorage.setItem('theme', 'light-theme');
}
}
// Apply the stored theme; if none stored, set based on time
if (storedTheme) {
body.classList.add(storedTheme);
themeToggle.textContent = storedTheme === 'dark-theme' ? 'Light Mode' : 'Dark Mode';
} else {
setThemeBasedOnTime();
}
themeToggle.addEventListener('click', function () {
body.classList.toggle('dark-theme');
if (body.classList.contains('dark-theme')) {
localStorage.setItem('theme', 'dark-theme');
themeToggle.textContent = 'Light Mode';
} else {
localStorage.setItem('theme', 'light-theme');
themeToggle.textContent = 'Dark Mode';
}
});
});
</script>
</body>