Skip to content

Commit c2b5970

Browse files
committed
Show publications
1 parent 50daf5c commit c2b5970

File tree

15 files changed

+151
-46
lines changed

15 files changed

+151
-46
lines changed

content/_index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,13 @@ sections:
3434
show_interests: false
3535
show_role: false
3636
show_social: false
37+
38+
- block: collection
39+
content:
40+
title: Publications
41+
filters:
42+
folders:
43+
- publication
44+
sort_by: 'Date'
45+
3746
---
File renamed without changes.
Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
@inproceedings{example1,
2-
title={An example conference paper},
3-
author={Bighetti, Nelson and Ford, Robert},
4-
booktitle={Source Themes Conference},
5-
pages={1--6},
6-
year={2013},
7-
organization={IEEE}
8-
}
1+
@inproceedings{zou2025blackbox,
2+
title = {Blackbox Fuzzing of Distributed Systems with Multi-Dimensional Inputs and Symmetry-Based Feedback Pruning},
3+
author = {Zou, Yonghao and Bai, Jia-Ju and Jiang, Zu-Ming and Zhao, Ming and Zhou, Diyu},
4+
year = {2025},
5+
booktitle = {Network and Distributed System Security (NDSS) Symposium 2025}
6+
}
Lines changed: 31 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,40 @@
11
---
2-
title: 'An example conference paper'
2+
title: 'Blackbox Fuzzing of Distributed Systems with Multi-Dimensional Inputs and Symmetry-Based Feedback Pruning'
33

44
# Authors
55
# If you created a profile for a user (e.g. the default `admin` user), write the username (folder name) here
66
# and it will be replaced with their full name and linked to their profile.
77
authors:
8-
- admin
9-
- Robert Ford
10-
11-
# Author notes (optional)
12-
author_notes:
13-
- 'Equal contribution'
14-
- 'Equal contribution'
15-
16-
date: '2013-07-01T00:00:00Z'
8+
- Yonghao Zou
9+
- Jia-Ju Bai
10+
- Zu-Ming Jiang
11+
- Ming Zhao
12+
- Diyu Zhou
13+
14+
# # Author notes (optional)
15+
# author_notes:
16+
# - 'Equal contribution'
17+
# - 'Equal contribution'
18+
19+
date: '2025-02-24T00:00:00Z'
1720
doi: ''
1821

1922
# Schedule page publish date (NOT publication's date).
20-
publishDate: '2017-01-01T00:00:00Z'
23+
publishDate: '2025-01-01T00:00:00Z'
2124

2225
# Publication type.
2326
# Accepts a single type but formatted as a YAML list (for Hugo requirements).
2427
# Enter a publication type from the CSL standard.
2528
publication_types: ['paper-conference']
2629

2730
# Publication name and optional abbreviated publication name.
28-
publication: In *Wowchemy Conference*
29-
publication_short: In *ICW*
31+
publication: In *Network and Distributed System Security (NDSS) Symposium*
32+
publication_short: In *NDSS 25*
3033

31-
abstract: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis posuere tellus ac convallis placerat. Proin tincidunt magna sed ex sollicitudin condimentum. Sed ac faucibus dolor, scelerisque sollicitudin nisi. Cras purus urna, suscipit quis sapien eu, pulvinar tempor diam. Quisque risus orci, mollis id ante sit amet, gravida egestas nisl. Sed ac tempus magna. Proin in dui enim. Donec condimentum, sem id dapibus fringilla, tellus enim condimentum arcu, nec volutpat est felis vel metus. Vestibulum sit amet erat at nulla eleifend gravida.
34+
abstract: This paper presents DistFuzz, which, to our knowledge, is the first feedback-guided blackbox fuzzing framework for distributed systems. The novelty of DistFuzz comes from two conceptual contributions on key aspects of distributed system fuzzing":" the input space and feedback metrics. Specifically, unlike prior work that focuses on systematically mutating faults, exploiting the request-driven and timing-dependence nature of distributed systems, DistFuzz proposes a multi-dimensional input space by incorporating regular events and relative timing among events as the other two dimensions. Furthermore, observing that important state changes in distributed systems can be indicated by network messages among nodes, DistFuzz utilizes the sequences of network messages with symmetry-based pruning as program feedback, which departs from the conventional wisdom that effective feedback requires code instrumentation/analysis and/or user inputs. DistFuzz finds 52 real bugs in ten popular distributed systems in C/C++, Go, and Java. Among these bugs, 28 have been confirmed by the developers, 20 were unknown before, and 4 have been assigned with CVEs.
3235

3336
# Summary. An optional shortened abstract.
34-
summary: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis posuere tellus ac convallis placerat. Proin tincidunt magna sed ex sollicitudin condimentum.
37+
summary: ''
3538

3639
tags: []
3740

@@ -43,44 +46,34 @@ featured: true
4346
# - name: Custom Link
4447
# url: http://example.org
4548

46-
url_pdf: ''
47-
url_code: 'https://github.com/HugoBlox/hugo-blox-builder'
48-
url_dataset: 'https://github.com/HugoBlox/hugo-blox-builder'
49+
url_pdf: 'https://zouyonghao.github.io/assets/paper/ndss25-distfuzz.pdf'
50+
url_code: 'https://github.com/zouyonghao/DistFuzz'
51+
url_dataset: ''
4952
url_poster: ''
5053
url_project: ''
5154
url_slides: ''
52-
url_source: 'https://github.com/HugoBlox/hugo-blox-builder'
53-
url_video: 'https://youtube.com'
55+
url_source: ''
56+
url_video: 'https://www.youtube.com/watch?v=RRj_D-O-iJI'
5457

5558
# Featured image
5659
# To use, add an image named `featured.jpg/png` to your page's folder.
57-
image:
58-
caption: 'Image credit: [**Unsplash**](https://unsplash.com/photos/pLCdAaMFLTE)'
59-
focal_point: ''
60-
preview_only: false
60+
# image:
61+
# caption: 'Image credit: [**Unsplash**](https://unsplash.com/photos/pLCdAaMFLTE)'
62+
# focal_point: ''
63+
# preview_only: false
6164

6265
# Associated Projects (optional).
6366
# Associate this publication with one or more of your projects.
6467
# Simply enter your project's folder or file name without extension.
6568
# E.g. `internal-project` references `content/project/internal-project/index.md`.
6669
# Otherwise, set `projects: []`.
67-
projects:
68-
- example
70+
# projects:
71+
# - example
6972

7073
# Slides (optional).
7174
# Associate this publication with Markdown slides.
7275
# Simply enter your slide deck's filename without extension.
7376
# E.g. `slides: "example"` references `content/slides/example/index.md`.
7477
# Otherwise, set `slides: ""`.
75-
slides: example
76-
---
77-
78-
{{% callout note %}}
79-
Click the _Cite_ button above to demo the feature to enable visitors to import publication metadata into their reference management software.
80-
{{% /callout %}}
81-
82-
{{% callout note %}}
83-
Create your slides in Markdown - click the _Slides_ button to check out the example.
84-
{{% /callout %}}
85-
86-
Add the publication's **full text** or **supplementary notes** here. You can use rich formatting such as including [code, math, and images](https://docs.hugoblox.com/content/writing-markdown-latex/).
78+
# slides: example
79+
---
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: Publications
3+
4+
# Listing view
5+
view: citation
6+
7+
# Optional banner image (relative to `assets/media/` folder).
8+
banner:
9+
caption: ''
10+
image: ''
11+
---
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
@inproceedings{example1,
2+
title={An example conference paper},
3+
author={Bighetti, Nelson and Ford, Robert},
4+
booktitle={Source Themes Conference},
5+
pages={1--6},
6+
year={2013},
7+
organization={IEEE}
8+
}

content/publication/conference-paper/conference-paper.pdf renamed to content/publication_example/conference-paper/conference-paper.pdf

File renamed without changes.
File renamed without changes.
Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
---
2+
title: 'An example conference paper'
3+
4+
# Authors
5+
# If you created a profile for a user (e.g. the default `admin` user), write the username (folder name) here
6+
# and it will be replaced with their full name and linked to their profile.
7+
authors:
8+
- admin
9+
- Robert Ford
10+
11+
# Author notes (optional)
12+
author_notes:
13+
- 'Equal contribution'
14+
- 'Equal contribution'
15+
16+
date: '2013-07-01T00:00:00Z'
17+
doi: ''
18+
19+
# Schedule page publish date (NOT publication's date).
20+
publishDate: '2017-01-01T00:00:00Z'
21+
22+
# Publication type.
23+
# Accepts a single type but formatted as a YAML list (for Hugo requirements).
24+
# Enter a publication type from the CSL standard.
25+
publication_types: ['paper-conference']
26+
27+
# Publication name and optional abbreviated publication name.
28+
publication: In *Wowchemy Conference*
29+
publication_short: In *ICW*
30+
31+
abstract: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis posuere tellus ac convallis placerat. Proin tincidunt magna sed ex sollicitudin condimentum. Sed ac faucibus dolor, scelerisque sollicitudin nisi. Cras purus urna, suscipit quis sapien eu, pulvinar tempor diam. Quisque risus orci, mollis id ante sit amet, gravida egestas nisl. Sed ac tempus magna. Proin in dui enim. Donec condimentum, sem id dapibus fringilla, tellus enim condimentum arcu, nec volutpat est felis vel metus. Vestibulum sit amet erat at nulla eleifend gravida.
32+
33+
# Summary. An optional shortened abstract.
34+
summary: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis posuere tellus ac convallis placerat. Proin tincidunt magna sed ex sollicitudin condimentum.
35+
36+
tags: []
37+
38+
# Display this page in the Featured widget?
39+
featured: true
40+
41+
# Custom links (uncomment lines below)
42+
# links:
43+
# - name: Custom Link
44+
# url: http://example.org
45+
46+
url_pdf: ''
47+
url_code: 'https://github.com/HugoBlox/hugo-blox-builder'
48+
url_dataset: 'https://github.com/HugoBlox/hugo-blox-builder'
49+
url_poster: ''
50+
url_project: ''
51+
url_slides: ''
52+
url_source: 'https://github.com/HugoBlox/hugo-blox-builder'
53+
url_video: 'https://youtube.com'
54+
55+
# Featured image
56+
# To use, add an image named `featured.jpg/png` to your page's folder.
57+
image:
58+
caption: 'Image credit: [**Unsplash**](https://unsplash.com/photos/pLCdAaMFLTE)'
59+
focal_point: ''
60+
preview_only: false
61+
62+
# Associated Projects (optional).
63+
# Associate this publication with one or more of your projects.
64+
# Simply enter your project's folder or file name without extension.
65+
# E.g. `internal-project` references `content/project/internal-project/index.md`.
66+
# Otherwise, set `projects: []`.
67+
projects:
68+
- example
69+
70+
# Slides (optional).
71+
# Associate this publication with Markdown slides.
72+
# Simply enter your slide deck's filename without extension.
73+
# E.g. `slides: "example"` references `content/slides/example/index.md`.
74+
# Otherwise, set `slides: ""`.
75+
slides: example
76+
---
77+
78+
{{% callout note %}}
79+
Click the _Cite_ button above to demo the feature to enable visitors to import publication metadata into their reference management software.
80+
{{% /callout %}}
81+
82+
{{% callout note %}}
83+
Create your slides in Markdown - click the _Slides_ button to check out the example.
84+
{{% /callout %}}
85+
86+
Add the publication's **full text** or **supplementary notes** here. You can use rich formatting such as including [code, math, and images](https://docs.hugoblox.com/content/writing-markdown-latex/).

0 commit comments

Comments
 (0)