Skip to content

Commit 47eef11

Browse files
committed
add paper, news; remove img style
1 parent 46223ea commit 47eef11

File tree

3 files changed

+19
-12
lines changed

3 files changed

+19
-12
lines changed

_layouts/home.html

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ <h1>Yonghao Zou (邹永浩)</h1>
3737

3838
<hr>
3939

40-
<h2 id="misc">News</h2>
40+
<h2 id="news">News</h2>
41+
42+
<p><img src="../images/new-icon-12.png" alt="" width="30px" style="display: inline;">I will continue my PhD study at PKU.</p>
4143

4244
<p><img src="../images/new-icon-12.png" alt="" width="30px" style="display: inline;">The DistFuzz paper got accepted.</p>
4345

@@ -55,31 +57,38 @@ <h2 id="misc">News</h2>
5557

5658
<hr>
5759

60+
<h2 id="interests">Research Interests</h2>
61+
62+
<p>Computer Systems, Security, Fuzzing, Verification, Robotics</p>
63+
64+
<p>Currently, I am working on system software verification.</p>
65+
5866
<h2 id="biography">Biography</h2>
5967

6068
<p>
61-
I’m a PhD student at EPFL working with <a href="http://dslab.epfl.ch/people/candea/">Professor George Candea</a> (and <a href="https://zhou-diyu.github.io/"> Dr. Diyu Zhou</a> previously).
69+
I will be a PhD student at PKU working with <a href="https://zhou-diyu.github.io/">Prof. Diyu Zhou</a>.
70+
Before that, I worked with <a href="http://dslab.epfl.ch/people/candea/">Prof. George Candea</a> and <a href="https://zhou-diyu.github.io/"> Prof. Diyu Zhou</a> at EPFL.
6271
Prior to EPFL, I received my master's degree in the <a href="https://www.cs.tsinghua.edu.cn/">Computer Science Department</a> at <a href="https://www.tsinghua.edu.cn/">Tsinghua University</a>.
6372
I worked with <a href="https://cg.cs.tsinghua.edu.cn/shimin.htm">Shi-Min Hu</a> and <a href="https://baijiaju.github.io/">Jia-Ju Bai</a> in OSLAB.
6473
Prior to Tsinghua, I worked 3 years for China Merchants Bank as a software developer.
65-
Before that, I obtained my Bachelors degree at <a href="https://www.zju.edu.cn/">Zhejiang University</a>.
74+
Before that, I obtained my Bachelor's degree at <a href="https://www.zju.edu.cn/">Zhejiang University</a>.
6675
</p>
6776

6877
<hr>
6978

7079
<h2 id="publications">Publications</h2>
7180

7281
<ul>
73-
<li><a href="">Blackbox Fuzzing of Distributed Systems with Multi-Dimensional Inputs and Symmetry-Based Feedback Pruning</a></li>
82+
<li><a href="https://zouyonghao.github.io/assets/paper/ndss25-distfuzz.pdf">Blackbox Fuzzing of Distributed Systems with Multi-Dimensional Inputs and Symmetry-Based Feedback Pruning</a></li>
7483
</ul>
7584
<p class="author"><b>Yonghao Zou</b>, Jia-Ju Bai, Zu-Ming Jiang, Ming Zhao, Diyu Zhou</p>
76-
<p class="conference">Proceedings of the 32th Network and Distributed System Security Symposium (NDSS '25)</p>
85+
<p class="conference">Proceedings of the 32th Network and Distributed System Security Symposium (NDSS '25). <a href="https://github.com/zouyonghao/DistFuzz">Code</a></p>
7786

7887
<ul>
7988
<li><a href="https://dslab.epfl.ch/pubs/tpot.pdf">Practical Verification of System-Software Components Written in Standard C</a></li>
8089
</ul>
8190
<p class="author">Can Cebeci, <b>Yonghao Zou</b>, Diyu Zhou, George Candea, Clément Pit-Claudel</p>
82-
<p class="conference">Proceedings of the 30th Symposium on Operating Systems Principles (SOSP '24)</p>
91+
<p class="conference">Proceedings of the 30th Symposium on Operating Systems Principles (SOSP '24).</p>
8392

8493
<ul>
8594
<li><a href="https://zouyonghao.github.io/assets/paper/osdi24posters-final.pdf">Poster: Memory Usage Interfaces for Serverless Functions</a></li>
@@ -94,15 +103,13 @@ <h2 id="publications">Publications</h2>
94103
<p class="conference">Proceedings of the 2022 International Conference on Robotics and Automation (ICRA '22).</p>
95104

96105
<ul>
97-
<li><a href="https://www.usenix.org/conference/atc21/presentation/zou">TCP-Fuzz: Detecting
98-
Memory and Semantic Bugs in TCP Stacks with Fuzzing</a></li>
106+
<li><a href="https://www.usenix.org/conference/atc21/presentation/zou">TCP-Fuzz: Detecting Memory and Semantic Bugs in TCP Stacks with Fuzzing</a></li>
99107
</ul>
100108
<p class="author"><b>Yong-Hao Zou</b>, Jia-Ju Bai, Jielong Zhou, Jianfeng Tan, Chenggang Qin, Shi-Min Hu.</p>
101109
<p class="conference">Proceedings of the 2021 USENIX Annual Technical Conference (ATC '21). <a href="https://github.com/zouyonghao/TCP-Fuzz">Code</a></p>
102110

103111
<ul>
104-
<li><a href="https://zouyonghao.github.io/assets/paper/rory.pdf">Effective Crash Recovery of Robot
105-
Software Programs in ROS</a></li>
112+
<li><a href="https://zouyonghao.github.io/assets/paper/rory.pdf">Effective Crash Recovery of Robot Software Programs in ROS</a></li>
106113
</ul>
107114
<p class="author"><b>Yong-Hao Zou</b>, Jia-Ju Bai.</p>
108115
<p class="conference">Proceedings of the 2021 International Conference on Robotics and Automation (ICRA '21).</p>

assets/css/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,14 +105,14 @@ blockquote p {
105105
padding: .5em 0;
106106
}
107107

108-
.content img {
108+
/* .content img {
109109
max-width: 100%;
110110
display: block;
111111
margin: 4px auto;
112112
-webkit-box-shadow: #999 1px 1px 4px;
113113
-moz-box-shadow: #999 1px 1px 4px;
114114
box-shadow: #999 1px 1px 4px;
115-
}
115+
} */
116116

117117
#tag_cloud {
118118
margin-bottom: 1em;

assets/paper/ndss25-distfuzz.pdf

1.77 MB
Binary file not shown.

0 commit comments

Comments
 (0)