-
Notifications
You must be signed in to change notification settings - Fork 1
/
Young_Scholars.html
88 lines (87 loc) · 4.15 KB
/
Young_Scholars.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="renderer" content="webkit">
<title>Northeastern University</title>
<link href="assets/styles/normalize.css" type="text/css" rel="stylesheet"/>
<link href="assets/styles/detail.css" type="text/css" rel="stylesheet"/>
<link href="assets/styles/superfish.css" type="text/css" rel="stylesheet"/>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico"/>
</head>
<body>
<div id="top-banner">
<div class="wrapper">
<div id="search-box" style="display: inline-block;">
<!--<form style="padding:20px 0">
<input type="text" name="search" style="border:0;padding:3px;height:20px;width:140px;color:#FFF;background-color: #5376aa;"/><button type="submit" name="fff" style="border:0;height: 26px;background-color: #EEE;">search</button>
</form>-->
</div>
<div>
<img src="assets/img/logo.png" id="logo-img"/>
<img src="assets/img/uname.png" id="uname-img"/>
</div>
</div>
</div>
<div id="header">
<!--#include virtual="include/header.html" -->
<div id="banner-img"><img src="assets/img/detail_banner.png" style="width:100%;"/></div>
</div>
<div class="clearfix" id="main-body">
<div class="sidebar">
<div class="bottom-gradient-1"></div>
<div class="sidebar-content">
<ul>
</ul>
<div class="bottom-gradient-2"></div>
</div>
</div>
<div class="wrapper">
<div id="main-text">
<!--文章开始-->
<h1>Winners of the National Science Fund for Distinguished Young Scholars</h1>
<div>
<h3>Requirements & Qualifications</h3>
<ol style="padding-left: 20px;">
<li>The applicants should be generally under 50.</li>
<li>For other conditions, please refer to the "Yangtze River Scholar Program".</li>
</ol>
<br />
<h3>Relevant Treatments</h3>
<ol style="padding-left: 20px;">
<li>According to the treatment of Distinguished Professors of the Yangtze River Scholar Program.</li>
<li>Have the priority to get listed into the university high-level personnel training plan; the university can give them corresponding talent subsidy.</li>
</ol>
<br />
<h3>Date of Application</h3>
<p>Please feel free to contact us.</p>
</div>
<!--文章结束-->
</div>
</div>
<!--<div style="height: 800px;margin-bottom: 20px;">-->
<!--</div>-->
</div>
<!--#include virtual="include/footer.html" -->
<div id="return_button" style="width: 50px; height: 50px; padding: 0; right: 10px; bottom: 150px; position: fixed;">
<a href="#"><img src="assets/img/return.png" alt="return" width="50" height="50" /></a>
</div>
<script type="text/javascript" src="libs/jquery.min.js"></script>
<script type="text/javascript" src="libs/superfish.min.js"></script>
<script type="text/javascript" src="mods/side_menu.js"></script>
<script type="text/javascript">
(function($){
$(document).ready(function(){
var example = $('.navbar').superfish({
//配置
hoverClass: 'sfHover',
popUpSelector: 'ul,.subnav',
pathLevels: 1,
cssArrows: false
});
});
})(jQuery);
</script>
</body>
</html>