-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
92 lines (91 loc) · 3.67 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Zhaofeng Hu's Homepage</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 0;
padding: 20px;
background-color: #f4f4f4;
}
h1 {
color: #333;
}
p {
color: #555;
}
.container {
max-width: 800px;
margin: auto;
background: #fff;
padding: 20px;
border-radius: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
a {
color: #0066cc;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
ul {
list-style-type: none;
padding: 0;
}
li {
margin: 10px 0;
}
.publication {
padding: 5px;
background-color: #f0f0f0;
border-left: 5px solid #ccc;
margin-bottom: 10px;
}
.profile-image {
width: 100%; /* Adjust the width to match the container */
border-radius: 10px; /* Optional: Add rounded corners */
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Optional: Add a shadow */
}
</style>
</head>
<body>
<div class="container">
<img src="https://github.com/WindyHu001/WindyHu001.github.io/raw/main/life-photo.png" alt="Profile Photo" class="profile-image">
<h1>Welcome to Zhaofeng Hu's Homepage</h1>
<p>"O ever youthful, O ever weeping." - Jack Kerouac</p>
<ul>
</ul>
</div>
<div class="container">
<h1>Zhaofeng Hu</h1>
<h2>Info</h2>
<p>PhD Student, Civil Engineering, Stony Brook University</p>
<p>Advisor: <a href="https://polarliang.net">Polar Liang</a></p>
<h2>Research interests</h2>
<p>Research interests include robotics technologies for construction, computer science, and intelligent transportation systems.</p>
<h2>Personal</h2>
<p>In my daily life, I have a deep love for music, especially shoegaze rock, post-punk rock, and the jazz of Bill Evans. I’m also passionate about films, particularly those in the New Wave style, like Truffaut's Antoine Doinel series. In addition, I sporadically work out to stay energized—though I’m not entirely sure it’s making a difference, lmao. I occasionally play video games as well, but I’m not particularly enthusiastic about them</p>
<p><strong>Email:</strong> zhaofeng.hu@stonybrook.edu / 17251294@bjtu.edu.cn</p>
<h2>Publications</h2>
<ul>
<li class="publication">
Zhaofeng Hu, Sifan Zhou, <em>MGVCTrack: Boosting 3D Point Cloud Tracking via Multimodal Guided Virtual Cues</em>, ICRA 2025, https://arxiv.org/abs/2412.02734
</li>
<li class="publication">
Zhaofeng Hu, X Wang, Z Wang, <em>Enhancing Urban Intersections Management through Deep Reinforcement Learning: Superior Control of Autonomous Vehicles in Mixed Traffic Flows</em>, ITSC 2024
</li>
<li class="publication">
Z Wang, Zhaofeng Hu, <em>FDCL-UWB: Force-Directed Cooperative Localization Algorithm based on UWB for Multiple Mobile Robots</em>, arXiv (Co-first author)
</li>
<li class="publication">
R Bi, Zhaofeng Hu, Z Wang, <em>Research on Railway Container Freight Rate Prediction Based on Machine Learning Algorithms</em>, TRB 2024
</li>
</ul>
</div>
</body>
</html>