-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathteam_2014.html
More file actions
53 lines (53 loc) · 1.72 KB
/
team_2014.html
File metadata and controls
53 lines (53 loc) · 1.72 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>浙江大学智能交通实验室-2014级硕士研究生</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/jixuebin.JPG" width="200" height="160" 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/liuchang.jpg" width="200" height="160" 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>