-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathintro_leader_wangjk.html
131 lines (128 loc) · 5.28 KB
/
intro_leader_wangjk.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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>东北大学 - Northeastern University</title>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico"/>
<link rel="stylesheet" type="text/css" href="./assets/styles/base.css" />
<link rel="stylesheet" type="text/css" href="./assets/styles/common.css">
<link rel="stylesheet" type="text/css" href="./assets/styles/inner.css" />
<script type="text/javascript" src="./libs/respond.js"></script>
<script type="text/javascript" src="./libs/sea.js"></script>
<!--[if lte IE 8]>
<script>
(function() {
if (!
/*@cc_on!@*/
0) return;
var e = "abbr, article, aside, audio, canvas, datalist, details, dialog, eventsource, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, time, video".split(', ');
var i= e.length;
while ( i ){
document.createElement(e[i]);
i = i-1;
}
})()
</script>
<![endif]-->
</head>
<body>
<div id="subIndex">
<div id="navigator">
<!--include("header.html")-->
</div>
<div class="main_frame_sub">
<div class="left_sub">
<ul class="sub_navigator">
<li class="left_child">
<a href="./intro_info.html">
<p>东大简介</p>
</a>
</li>
<li class="left_child">
<a href="./history_zhangxueliang.html">
<p>张学良老校长</p>
</a>
</li>
<li class="left_child">
<a href="./history.html">
<p>光辉校史</p>
</a>
</li>
<li class="left_current">
<a href="./intro_leader.html">
<p>现任领导</p>
</a>
</li>
<li class="left_child">
<a href="./intro_academician.html">
<p>院士风采</p>
</a>
</li>
<li class="left_child">
<a href="./constitution/">
<p>东北大学章程</p>
</a>
</li>
<li class="left_child">
<a href="./intro_guide.html">
<p>校园导游</p>
</a>
</li>
<li class="left_child">
<a href="./info_title.html">
<p>校标校名校训校歌</p>
</a>
</li>
<li class="left_end">
<a href="./index.html">
<p>返回首页</p>
</a>
</li>
</ul>
<div class="embed_left_2">
<div class="right_part">
<div class="right_title">快速入口</div>
<div class="right_content quick_links">
<!--include("common_links.html")-->
</div>
</div>
</div>
</div>
<div class="right_sub">
<div class="right_part">
<div class="right_title">快速入口</div>
<div class="right_content quick_links">
<!--include("common_links.html")-->
</div>
</div>
</div>
<div class="detail_sub">
<div class="detail_title">
<p>[副校长] 汪晋宽</p>
</div>
<div class="passage">
<p class="maincontent">汪晋宽,男,汉族,1957年4月生,1976年12月加入中国共产党,1975年8月参加工作,教授,博士生导师。<br>
现任东北大学党委常委、副校长。<br>
1978年至1982年,在东北工学院自控系自动化专业学习,学士;1982年至1985年,在东北工学院自控系自动化专业学习,工学硕士;1986年留校任教;1988年至1998年日本留学,获工学博士学位;1998年3月至1999年11月,任东北大学秦皇岛分校副校长;1999年11月至2011年1月,任东北大学秦皇岛分校校长;2011年1月至2015年8月,任东北大学党委常委、副校长兼东北大学秦皇岛分校校长;2015年8月至今,任东北大学党委常委、副校长。<br>
中国人民政治协商会议河北省第九届委员会委员,河北省第十一届人民代表大会代表,第四届河北省政府自然科学基金委员会委员,中国仪器仪表学会理事,中国高等教育管理学会常务理事,河北省电子信息类教学指导委员会副主任委员,河北省器仪表学会副理事长,《International Journal of Information and Systems Sciences》国际英文杂志主编。<br>
</p>
<div class="pull-right">
</div>
</div>
</div>
</div>
<div id="foot">
<!--include("footer.html")-->
</div>
</div>
<script type="text/javascript" src="./mods/config.js"></script>
<script>
seajs.use("./mods/main", function(mod) {
mod.slide();
mod.nav();
mod.timeline();
mod.topicData();
});
</script>
</body>
</html>