Skip to content

Commit b6031e4

Browse files
committed
Update homepage
1 parent a09fd23 commit b6031e4

6 files changed

Lines changed: 32 additions & 4 deletions

File tree

_bibliography/papers.bib

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
---
22
---
33
4+
@misc{ding2026fmagent,
5+
Author = {Haoran Ding and Zhaoguo Wang and Haibo Chen},
6+
Title = {FM-Agent: Scaling Formal Methods to Large Systems via LLM-Based Hoare-Style Reasoning},
7+
Year = {2026},
8+
Eprint = {arXiv:2604.11556},
9+
selected = {true},
10+
pdf={fm-agent.pdf},
11+
code = {https://github.com/haoran-ding/FM-Agent},
12+
website = {https://fm-agent.ai/}
13+
}
14+
415
@article{grewriter,
516
abbr = {VLDB 2025},
617
author = {Jiang, Zhe and Wang, Zhaoguo and Lan, Haoning and Tang, Chuzhe and Ding, Haoran and Wang, Lefeng and Zou, Songyun and Wei, Zhuoran and Liu, Yongcun and Yu, Xiang and Ren, Yang and Li, Guoliang and Chen, Haibo},

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ collections:
153153
announcements:
154154
enabled: true
155155
scrollable: true # adds a vertical scroll bar if there are more than 3 news items
156-
limit: # leave blank to include all the news in the `_news` folder
156+
limit: 10 # leave blank to include all the news in the `_news` folder
157157

158158
latest_posts:
159159
enabled: true

_news/announcement_15.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
layout: post
3+
date: 2025-05-01
4+
inline: true
5+
related_posts: false
6+
---
7+
8+
I start my postdoc at MIT, advised by Prof. [Martin Rinard](https://people.csail.mit.edu/rinard/).

_news/announcement_16.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
layout: post
3+
date: 2025-05-06
4+
inline: true
5+
related_posts: false
6+
---
7+
8+
Give a talk at Peking University (Hosted by [Prof. Meng Sun](https://math.pku.edu.cn/teachers/sunm/indexen.html)).

_pages/about.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: about
33
title: Homepage
44
permalink: /
5-
subtitle: <a href='mailto:nhaorand@gmail.com'>Email</a> | <a href='https://scholar.google.com/citations?user=KHqnYgQAAAAJ'>Google Scholar</a> | <a href='https://github.com/nhaorand/'>GitHub</a> | <a href="/assets/pdf/haoran_ding_cv.pdf">CV</a>
5+
subtitle: <a href='mailto:nhaorand@gmail.com'>Email</a> | <a href='https://scholar.google.com/citations?user=KHqnYgQAAAAJ'>Google Scholar</a> | <a href='https://github.com/haoran-ding/'>GitHub</a>
66

77
profile:
88
align: right
@@ -15,6 +15,7 @@ selected_papers: true # includes a list of papers marked as "selected={true}"
1515
social: false # includes social icons at the bottom of the page
1616
---
1717

18-
I am Haoran Ding, a CS Ph.D. that graduated from [IPADS](https://ipads.se.sjtu.edu.cn/), Shanghai Jiao Tong University (SJTU). I am jointly supervised by [Prof. Haibo Chen](https://ipads.se.sjtu.edu.cn/pub/members/haibo_chen) at SJTU, [Prof. Zhong Shao](https://www.cs.yale.edu/homes/shao/) at Yale University, and [Prof. Zhaoguo Wang](https://ipads.se.sjtu.edu.cn/pub/members/zhaoguo_wang) at SJTU. I am also very lucky to work closely with [Prof. Jinyang Li](https://www.news.cs.nyu.edu/~jinyang/) at New York University and [Prof. Ruzica Piskac](https://www.cs.yale.edu/homes/piskac/) at Yale University. I earned my bachelor degree in Computer Science from Nanjing University.
18+
I am Haoran Ding, a postdoc in the group of [Prof. Martin Rinard](https://people.csail.mit.edu/rinard/) at MIT. I earned the Ph.D. degree from [IPADS](https://ipads.se.sjtu.edu.cn/), Shanghai Jiao Tong University (SJTU). I was jointly supervised by [Prof. Haibo Chen](https://ipads.se.sjtu.edu.cn/pub/members/haibo_chen) at SJTU, [Prof. Zhong Shao](https://www.cs.yale.edu/homes/shao/) at Yale University, and [Prof. Zhaoguo Wang](https://ipads.se.sjtu.edu.cn/pub/members/zhaoguo_wang) at SJTU. I am also very lucky to work closely with [Prof. Jinyang Li](https://www.news.cs.nyu.edu/~jinyang/) at New York University and [Prof. Ruzica Piskac](https://www.cs.yale.edu/homes/piskac/) at Yale University. I earned my bachelor degree in Computer Science from Nanjing University.
1919

20-
My research focuses on the intersection of formal verification and systems software, aiming to develop fundamental theories and practical tools that can enhance both system reliability and performance.
20+
I do research about the intersection of formal methods and systems software, aiming to develop fundamental theories and practical tools that can enhance both system reliability and performance.
21+
Currently, my research focuses on scaling formal methods to large-scale systems via LLMs.

assets/pdf/fm-agent.pdf

880 KB
Binary file not shown.

0 commit comments

Comments
 (0)