Skip to content

Commit c4c102a

Browse files
committed
update CV and papers
1 parent 2bd57f0 commit c4c102a

File tree

4 files changed

+24
-10
lines changed

4 files changed

+24
-10
lines changed

_layouts/home.html

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -66,30 +66,36 @@ <h2 id="biography">Biography</h2>
6666
<h2 id="publications">Publications</h2>
6767

6868
<ul>
69-
<li><a href="">Poster: Memory Usage Interfaces for Serverless Functions</a></li>
69+
<li><a href="">Practical Verification of System-Software Components Written in Standard C</a></li>
7070
</ul>
71-
<p><b>Yonghao Zou</b>, David Hua, George Candea.</p>
72-
<p>Poceedings of the 2024 USENIX Symposium on Operating Systems Design and Implementation (OSDI Poster).</p>
71+
<p class="author">Can Cebeci, <b>Yonghao Zou</b>, Diyu Zhou, George Candea, Clément Pit-Claudel</p>
72+
<p class="conference">Proceedings of the 2024 Symposium on Operating Systems Principles (SOSP)</p>
73+
74+
<ul>
75+
<li><a href="https://zouyonghao.github.io/assets/paper/osdi24posters-final.pdf">Poster: Memory Usage Interfaces for Serverless Functions</a></li>
76+
</ul>
77+
<p class="author"><b>Yonghao Zou</b>, David Hua, George Candea.</p>
78+
<p class="conference">Poceedings of the 2024 USENIX Symposium on Operating Systems Design and Implementation (OSDI Poster).</p>
7379

7480
<ul>
7581
<li><a href="https://zouyonghao.github.io/assets/paper/rozz.pdf">ROZZ: Property-based Fuzzing for Robotic Programs in ROS</a></li>
7682
</ul>
77-
<p>Kai-Tao Xie, Jia-Ju Bai, <b>Yong-Hao Zou</b>, Yu-Ping Wang.</p>
78-
<p>Proceedings of the 2022 International Conference on Robotics and Automation (ICRA).</p>
83+
<p class="author">Kai-Tao Xie, Jia-Ju Bai, <b>Yong-Hao Zou</b>, Yu-Ping Wang.</p>
84+
<p class="conference">Proceedings of the 2022 International Conference on Robotics and Automation (ICRA).</p>
7985

8086
<ul>
8187
<li><a href="https://www.usenix.org/conference/atc21/presentation/zou">TCP-Fuzz: Detecting
8288
Memory and Semantic Bugs in TCP Stacks with Fuzzing</a></li>
8389
</ul>
84-
<p><b>Yong-Hao Zou</b>, Jia-Ju Bai, Jielong Zhou, Jianfeng Tan, Chenggang Qin, Shi-Min Hu.</p>
85-
<p>Proceedings of the 2021 USENIX Annual Technical Conference (USENIX ATC).</p>
90+
<p class="author"><b>Yong-Hao Zou</b>, Jia-Ju Bai, Jielong Zhou, Jianfeng Tan, Chenggang Qin, Shi-Min Hu.</p>
91+
<p class="conference">Proceedings of the 2021 USENIX Annual Technical Conference (USENIX ATC).</p>
8692

8793
<ul>
8894
<li><a href="https://zouyonghao.github.io/assets/paper/rory.pdf">Effective Crash Recovery of Robot
8995
Software Programs in ROS</a></li>
9096
</ul>
91-
<p><b>Yong-Hao Zou</b>, Jia-Ju Bai.</p>
92-
<p>Proceedings of the 2021 International Conference on Robotics and Automation (ICRA).</p>
97+
<p class="author"><b>Yong-Hao Zou</b>, Jia-Ju Bai.</p>
98+
<p class="conference">Proceedings of the 2021 International Conference on Robotics and Automation (ICRA).</p>
9399

94100
<hr>
95101

@@ -112,7 +118,7 @@ <h2 id="honors">Honors</h2>
112118

113119
<h2 id="honors">Teaching</h2>
114120

115-
<p><a href="https://swent.epfl.ch/">CS-311 The software enterprise - from ideas to products</a>(TA)</p>
121+
<p><a href="https://swent.epfl.ch/">CS-311 The software enterprise - from ideas to products</a> (TA)</p>
116122

117123
<hr>
118124

assets/CV.pdf

2.24 KB
Binary file not shown.

assets/css/style.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,4 +206,12 @@ iframe {
206206

207207
.label-info {
208208
background-color: #3a87ad;
209+
}
210+
211+
.author {
212+
text-indent: 20px;
213+
}
214+
215+
.conference {
216+
text-indent: 20px;
209217
}
768 KB
Binary file not shown.

0 commit comments

Comments
 (0)