-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathteam_2012.html
More file actions
72 lines (72 loc) · 2.71 KB
/
team_2012.html
File metadata and controls
72 lines (72 loc) · 2.71 KB
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>浙江大学智能交通实验室-2012级硕士研究生</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="styles/iframe.css" type="text/css" />
</head>
<body>
<div class="wrapper">
<div id="content"> <!--左边内容区-->
<table align="left" cellspacing="10" cellpadding="10">
<tr align="left" valign="top">
<td >
<img src="images/wangshaonan.jpg" width="150" height="200" alt="王绍楠"/>
</td>
<td>
<div class="text">
<h2>王绍楠</h2>
<br/>
<b>教育背景:</b>
<p>本科毕业于浙江工业大学健行学院,</p>
<p>现为浙江大学控制科学与工程学系硕士研究生。</p>
<b>研究方向:</b>
<p>城市交通机动车尾气排放控制与建模</p>
<b>兴趣爱好:</b>
<p>篮球,麻将</p>
</div>
</td>
</tr>
<tr><td colspan="2"><hr size="1"/></td></tr>
<tr align="left" valign="top">
<td>
<img src="images/zhangwang.jpg" width="150" height="266" alt="张望"/>
</td>
<td>
<div class="text">
<h2>张望</h2>
<br/>
<b>教育背景:</b>
<p>本科毕业于中国矿业大学理学院数学与应用数学专业,</p>
<p>现为浙江大学控制科学与工程学系硕士研究生。</p>
<b>研究方向:</b>
<p>城市交通诱导路径规划技术研究</p>
<b>兴趣爱好:</b>
<p>唱歌,小动物</p>
</div>
</td>
</tr>
<tr><td colspan="2"><hr size="1"/></td></tr>
<tr align="left" valign="top">
<td>
<img src="images/wuqiao.jpg" width="150" height="200" alt="吴俏"/>
</td>
<td>
<div class="text">
<h2>吴俏</h2>
<br />
<b>教育背景:</b>
<p>本科毕业于杭州电子科技大学,</p>
<p>现为浙江大学控制科学与工程学系硕士研究生。</p>
<b>研究方向:</b>
<p>交通流数据预处理及预测</p>
<b>兴趣爱好:</b>
<p>影视爱好者</p>
</div>
</td>
</tr>
</table>
</div>
</div>
</body>
</html>