-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
151 lines (151 loc) · 6.51 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Liu Liu</title>
<meta name="author" content="Liu Liu">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="images/favicon/favicon.ico" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="stylesheet.css">
</head>
<body>
<table
style="width:100%;max-width:800px;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;">
<tbody>
<tr style="padding:0px">
<td style="padding:0px">
<!-- profile -->
<table
style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;">
<tbody>
<tr style="padding:0px">
<td style="padding:2.5%;width:63%;vertical-align:middle">
<p class="name" style="text-align: center;">
Liu Liu (刘浏)
</p>
<p>
I work at Horizon Robotics as a 3D Vision Research Scientist, leading a research team to develop new technologies
related to autonomous driving and robotics. I received my master degree at SouthEast University in 2019, advised by
Prof. Fujun Yang. I received my B.Eng from School of Mechanics at SouthEast University in 2016.
</p>
<p>
I'm intertested in 3D computer vision and embodied AI, especially 3D reconstruction,
rendering, and generation..
</p>
<p>
Looking for self-motivated interns on neural rendering and embodied AI. Feel free to email me
if you are interested.
</p>
<p style="text-align:center">
<a href="mailto:[email protected]">Email</a> /
<a href="/files/cv.pdf">CV</a> /
<!-- <a href="data/JonBarron-bio.txt">Bio</a> / -->
<a href="https://scholar.google.com/>Scholar</a> /
<a href="https://github.com/519174419">Github</a>
</p>
</td>
<td style="padding:2.5%;width:30%;max-width:30%">
<a href="/images/portrait/liu.jpg">
<img style="width:100%;max-width:100%;object-fit: cover; border-radius: 50%;" alt="profile photo"
src="/images/portrait/liu.jpg" class="hoverZoomLink"></a>
</td>
</tr>
</tbody>
</table>
<!-- papers -->
<table
style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;">
<tbody>
<!-- xx, 2025 - xx -->
<tr onmouseout="xx_stop()" onmouseover="xx_start()" >
<td style="padding:10px;width:25%;vertical-align:middle">
<div class="one" style="margin:auto">
<div class="two" id="xx_hover" style="vertical-align:middle">
<img src='None' width=100%>
</div>
<div id="xx_default">
<img src='None' width=100%>
</div>
</div>
<script type="text/javascript">
function xx_start() {
document.getElementById('xx_hover').style.opacity = "1";
document.getElementById('xx_default').style.opacity = "0";
}
function xx_stop() {
document.getElementById('xx_hover').style.opacity = "0";
document.getElementById('xx_default').style.opacity = "1";
}
xx_stop()
</script>
</td>
<td style="padding:30px;width:75%;vertical-align:middle">
<a href="xx">
<span class="papertitle">xx
</span>
</a>
<br>
<strong>Liu Liu*</strong>,
<br>
<em>xx</em>, 2025  
<br>
<a href="xx">[arXiv]</a>
<a href="xx">[paper]</a>
</td>
</tr>
</tbody>
</table>
<table width="100%" align="center" border="0" cellspacing="0" cellpadding="20">
<tbody>
<tr>
<td>
<!-- <h2>Miscellanea</h2> -->
</td>
</tr>
</tbody>
</table>
<table width="100%" align="center" border="0" cellpadding="20">
<tbody>
<tr>
<!-- <td style="padding:20px;width:25%;vertical-align:middle"><img src="images/cvf.jpg"></td> -->
<td width="75%" valign="center">
<a href=""></a>
</td>
</tr>
<!-- <tr>
<td style="padding:20px;width:25%;vertical-align:middle">
<img src="images/cs188.jpg" alt="cs188">
</td>
<td width="75%" valign="center">
<a href="http://inst.eecs.berkeley.edu/~cs188/sp11/announcements.html">Graduate Student Instructor,
</a>
<br>
<a href="http://inst.eecs.berkeley.edu/~cs188/fa10/announcements.html">Graduate Student Instructor,
CS188 Fall 2010</a>
<br>
<a href="http://aima.cs.berkeley.edu/">Figures, "Artificial Intelligence: A Modern Approach", 3rd
Edition</a>
</td>
</tr> -->
</tbody>
</table>
<!-- footer -->
<table
style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;">
<tbody>
<tr>
<td style="padding:0px">
<br>
<p style="text-align:right;font-size:small;">
Thanks for the template from <a href="https://github.com/jonbarron/jonbarron_website">Jon Barron
</a>.
</p>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</table>
</body>
</html>