-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathresearch_outcomes.html
72 lines (71 loc) · 3.69 KB
/
research_outcomes.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
<!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>Achievements in Scientific Research</h1>
<div>
<p>For a long time, especially since the reform and opening up, the university has been developing the scientific research by leaps and bounds and enhancing the scientific and technological innovating capacity, the achievements thereof are constantly emerging. Up to 2015, the university won more than 1508 provincial and ministerial level scientific and technological awards, including 128 national science and technology awards; Since 1999, 51,596 papers were published, wherein 28167 were included in the three famous retrieval systems of SCIE, EI and CPCI (ISTP); 3697 applications for invention and utility model were applied and 2151 granted, including 1587 invention patents and 564 utility models.</p>
</div>
<!--文章结束-->
</div>
</div>
<!--<div style="height: 800px;margin-bottom: 20px;">-->
<!--</div>-->
</div>
<!--#include virtual="include/footer.html" -->
<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>