-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathintro_academician.html
133 lines (130 loc) · 4.69 KB
/
intro_academician.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
<!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_child">
<a href="./intro_leader.html">
<p>现任领导</p>
</a>
</li>
<li class="left_current">
<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">
<div class="nav_list_wrap" style="text-align:center; margin-left:-30px;">
<p class="maincontent2"><a href="intro_academician_wenbc.html" target="_self">闻邦椿</a></p>
<p class="maincontent2"><a href="intro_academician_zhangsy.html" target="_self">张嗣瀛</a></p>
<p class="maincontent2"><a href="intro_academician_luzw.html" target="_self">陆钟武</a></p>
<p class="maincontent2"><a href="intro_academician_caity.html" target="_self">柴天佑</a></p>
<p class="maincontent2"><a href="intro_academician_wanggd.html" target="_self">王国栋</a></p>
</div>
<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>