-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmember_teacherYu.html
185 lines (154 loc) · 6.54 KB
/
member_teacherYu.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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>IBT物联网与区块链实验室</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/master.css" rel="stylesheet">
<link href="css/model.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- 公司logo -->
<div class="container title-logo">
<div class="row">
<img class="img-responsive" src="images/titleibt.jpg" alt="网站logo">
</div>
</div>
<!-- 导航条 -->
<nav class="navbar navbar-default" role="navigation">
<div class="container">
<ul class="nav navbar-nav" style="width:100%;">
<!--<li class="active nav-top">-->
<!--<a href="index.html">首页</a>-->
<!--</li>-->
<li class="dropdown nav-top">
<a href="introduce.html" class="dropdown-toggle on" data-toggle="dropdown">实验室简介</a>
<ul class="dropdown-menu">
<li><a href="#">实验室概况</a></li>
<li><a href="#">研究方向</a></li>
<li><a href="#">招生要求</a></li>
</ul>
</li>
<li class="dropdown nav-top">
<a href="member.html" class="dropdown-toggle on" data-toggle="dropdown">成员风采</a>
<ul class="dropdown-menu">
<li><a href="#teachers">教师队伍</a></li>
<li><a href="#students">学生成员</a></li>
</ul>
</li>
<li class="dropdown nav-top">
<a href="research.html" class="dropdown-toggle on" data-toggle="dropdown">研究课题</a>
<ul class="dropdown-menu">
<li><a href="research.html">课题列表</a></li>
<li><a href="research.html">系统展示</a></li>
</ul>
</li>
<li class="dropdown nav-top">
<a href="teamLife.html" class="dropdown-toggle on" data-toggle="dropdown">团队生活</a>
<ul class="dropdown-menu">
<li><a href="teamLife.html">学术交流</a></li>
<li><a href="teamLife.html">集体生活</a></li>
</ul>
</li>
<li class="dropdown nav-top">
<a href="communication.html" class="dropdown-toggle on" data-toggle="dropdown">学术交流</a>
<ul class="dropdown-menu">
<li><a href="#">国内交流</a></li>
<li><a href="#">国际交流</a></li>
</ul>
</li>
<li class="dropdown nav-top">
<a href="award.html" class="dropdown-toggle on" data-toggle="dropdown">获奖情况</a>
<ul class="dropdown-menu">
<li><a href="#">科研奖励</a></li>
<li><a href="#">实践项目</a></li>
<li><a href="#">学生获奖</a></li>
</ul>
</li>
<li class="dropdown nav-top">
<a href="graduate.html" class="dropdown-toggle on" data-toggle="dropdown">就业去向</a>
</li>
</ul>
</div>
</nav>
<div class="line theme"></div>
<!-- ##########页首(end)########## -->
<!-- ##########主体########## -->
<div class="container">
<!-- 固定图片广告 -->
<div class="row">
<img class="img-responsive model-img" src="images/member.jpg" alt="成员风采">
</div>
<!-- 内容 -->
<div class="row row-3">
<div class="col-md-3">
<div class="model-title theme">
成员风采
</div>
<div class="model-list">
<ul class="list-group">
<li class="list-group-item">
<a href="member.html">教师队伍</a>
</li>
<li class="list-group-item dropdown left-nav">
<a href="#">学生成员</a>
<ul class="dropdown-menu">
<li><a href="member_group1.html">可信边缘计算小组</a></li>
<li><a href="member_group2.html">可信隐私计算小组</a></li>
<li><a href="member_group3.html">区块链及智能合约小组</a></li>
<li><a href="member_group4.html">可信智能网络小组</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="col-md-9">
<div class="model-details-title">
<a href="#">教师队伍</a>
</div>
<div class="model-details">
<img src="images/yuzhen.png" width="100" style="float:right;"/>
<p>
于真,副教授,2010年1月毕业于北京科技大学,获计算机应用技术专业工学博士学位。2010年至今在北京物资学院学院信息学院计算机技术与物联网工作系从事教学和科研工作。现为物联网与区块链技术实验室骨干教师。主持或参与国家自然科学基金1项,市局级以上科研项目5项,发表论文30余篇,第一作者论文16篇。研究领域为对等网络信任,区块链技术、电子商务信任,网络信息安全等。
</p>
</div>
</div>
</div>
<div class="row row-3">
<div class="col-md-3">
<div>
</div>
<div>
</div>
</div>
</div>
</div>
</div>
<!-- ##########主体(end)########## -->
<script src="js/jquery-1.11.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script>
/*导航条*/
$(function () {
$(".dropdown").mouseover(function () {
$(this).addClass("open");
});
$(".dropdown").mouseleave(function () {
$(this).removeClass("open");
})
})
/*导航条标题点击事件*/
$(".dropdown-toggle").click(function () {
if ($(this).attr('href')) {
window.location = $(this).attr('href');
}
});
</script>
</body>
</html>