-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathintro_leader_sunjx.html
131 lines (128 loc) · 4.95 KB
/
intro_leader_sunjx.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">孙家学,男,汉族,1955年12月生,辽宁庄河人,1987年9月加入中国共产党,1974年8月参加工作,大学学历,研究员。<br>
现任东北大学党委书记。<br>
1978年2月至1982年1月,在东北工学院采矿系矿山建筑专业学习;1982年1月至1992年5月,任东北工学院采矿系助教、讲师、系副主任;1992年5月至1992年12月,任东北工学院教师工作处副处长、副教授;1992年12月至1993年4月,任东北工学院人事处副处长;1993年4月至1998年7月,任东北大学人事处副处长、处长;1998年7月至2002年8月,任东北大学党委副书记;2002年8月至今,任东北大学党委书记。<br>
中国共产党第十七次、第十八次全国代表大会代表。中国共产党辽宁省第十届、第十一届委员会候补委员。<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>