forked from yuxinLiu/yuxinliu.github.io
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathdynamic.html
346 lines (270 loc) · 8.89 KB
/
dynamic.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
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html lang="en"> <!--<![endif]-->
<head>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>SDN网络实验室</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/settings.css" media="screen"/>
<link rel="stylesheet" type="text/css" href="css/hw-parallax.min.css">
<!-- JS
================================================== -->
<script src="js/jquery-1.8.2.min.js" type="text/javascript"></script> <!-- jQuery -->
<script src="js/jquery.easing.1.3.js" type="text/javascript"></script> <!-- jQuery easing -->
<script src="js/modernizr.custom.js" type="text/javascript"></script> <!-- Modernizr -->
<script src="js/jquery-ui-1.10.1.custom.min.js" type="text/javascript"></script> <!-- tabs, toggles, accordion -->
<script src="js/custom.js" type="text/javascript"></script> <!-- jQuery initialization -->
<script type=text/javascript>
var zwf_u = "images/member_photo/在读研究生/2015级/张为凡/";
window.onload = function(){
for(var i=0;i<=16;i++){
var img = new Image();
img.src=zwf_u+i+".png";
}
var img = new Image();
img.src = zwf_u+"张为凡.png";
}
</script>
<!-- Responsive Menu -->
<script src="js/jquery.meanmenu.js"></script>
<script>
jQuery(document).ready(function () {
jQuery('header nav').meanmenu();
});
</script>
<!-- Revolution Slider -->
<script src="js/jquery.themepunch.plugins.min.js"></script>
<script src="js/jquery.themepunch.revolution.min.js"></script>
<script src="js/revolution-slider-options.js"></script>
<!-- Prety photo -->
<script src="js/jquery.prettyPhoto.js"></script>
<script>
$(document).ready(function(){
$("a[data-gal^='prettyPhoto']").prettyPhoto();
});
</script>
<!-- Tooltip -->
<script src="js/tooltip.js"></script>
<!-- Favicons
================================================== -->
<link rel="shortcut icon" href="images/favicon.ico">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
</head>
<body>
<!-- Primary Page Layout
================================================== -->
<header class="header">
<div class="container">
<div class="four columns">
<h2 class="logo">SDN网络实验室</h2>
</div><!-- logo -->
<div class="twelve columns">
<nav class="main_menu">
<ul>
<li>
<a href="index.html">
主页
</a>
</li>
<li href="current_page_item">
<a href="dynamic.html">
学术动态
</a>
</li>
<li>
<a href="publication.html">
学术论文
</a>
</li>
<li>
<a href="project.html">
科研项目
</a>
</li>
<li>
<a href="sdnlab.html">
SDN分享
</a>
</li>
<li>
<a href="member.html">
学术团队
</a>
</li>
<li>
<a href="sdnroad.html">
SDN之路
</a>
</li>
<li>
<a href="journal.html">
推荐会议与期刊
</a>
</li>
<li>
<a href="discuss.html">
学术讨论
</a>
</li>
<li>
<a href="resources.html">
资源分享
</a>
</li>
<li>
<a href="entertainment.html">
生活娱乐
</a>
</li>
</ul>
</nav><!-- navigation -->
</div>
<div class="clearfix"></div>
</div>
</header><!-- header -->
<!--<container--begin-->
<br>
<div class="container" style="font-family: times new roman,宋体;">
<div class="sixteen columns">
<h3 class="headline" style="font-size: 20px">最新动态</h3>
</div>
<div class="sixteen columns">
<ul class="filter-list">
<li><a href="#2019">2019年</a></li>
<li><a href="#2018">2018年</a></li>
<li><a href="#2017">2017年</a></li>
<li><a href="#2016">2016年</a></li>
</ul>
</div>
<div class="sixteen columns">
<section id="2018">
<h3 style="font-size: 20px">2018年</h3> <br>
<ol class="list iconok circle" style="font-size: 15px">
<li value="16"><a href="dynamic/2018/P4/P4.html" target="_blank">P4 2018 中国峰会</a>
<table height="10"><tbody><tr><td></td></tr></tbody></table>
</li>
<li value="16"><a href="dynamic/2018/gntc/gntc.html" target="_blank">GNTC全球网络技术大会</a>
<table height="10"><tbody><tr><td></td></tr></tbody></table>
</li>
<li value="16"><a href="dynamic/2018/xjjs/xjjs.html" target="_blank">第一届“先进计算与防御技术”学术会议</a>
<table height="10"><tbody><tr><td></td></tr></tbody></table>
</li>
<li value="16"><a href="dynamic/2018/p4sc/p4sc.html" target="_blank">2018中国高校计算机大赛之网络技术挑战赛</a>
<table height="10"><tbody><tr><td></td></tr></tbody></table>
</li>
<li value="16"><a href="dynamic/2018/sdn/sdn.html" target="_blank">第五届全国高校SDN应用创新开发大赛</a>
<table height="10"><tbody><tr><td></td></tr></tbody></table>
</li>
<li value="16"><a href="dynamic/2018/ruijie/ruijie.html" target="_blank">锐捷SDN培训福州专场</a>
<table height="10"><tbody><tr><td></td></tr></tbody></table>
</li>
</ol>
</section>
<section id="2017">
<h3 style="font-size: 20px">2017年</h3> <br>
<ol class="list iconok circle" style="font-size: 15px">
<li value="16"><a href="dynamic/20170724/20170724.html" target="_blank">锐捷SDN培训福州专场第二期</a>
<table height="10"><tbody><tr><td></td></tr></tbody></table>
</li>
<li value="16"><a href="dynamic/20170519/20170519.html" target="_blank">锐捷SDN培训福州专场</a>
<table height="10"><tbody><tr><td></td></tr></tbody></table>
</li>
<li value="16"><a href="dynamic/20170509/20170509.html" target="_blank">P4 2017中国峰会</a>
<table height="10"><tbody><tr><td></td></tr></tbody></table>
</li>
<li value="16"><a href="dynamic/20170101/20170101.html" target="_blank">“2017年江苏省高等职业院校技能大赛”出题、赛题发布、设备部署</a>
<table height="10"><tbody><tr><td></td></tr></tbody></table>
</li>
</ol>
</section>
<section id="2016">
<h3 style="font-size: 20px">2016年</h3> <br>
<ol class="list iconok circle" style="font-size: 15px">
<li value="7"><a href="dynamic/20161207/20161207.html" target="_blank">GNTC全球网络技术大会</a>
<table height="10"><tbody><tr><td></td></tr></tbody></table>
</li>
<li value="7"><a href="dynamic/20161029/20161029.html" target="_blank">深圳 P4技术交流会</a>
<table height="10"><tbody><tr><td></td></tr></tbody></table>
</li>
</ol>
</section>
<br><br>
</div>
</div>
<footer class="footer">
<div class="container">
<div class="footer-top clearfix">
<div class="ten columns">
<h3>联系我们</h3>
<ul class="list contact" style="margin-bottom: 15px;">
<li class="contact-address"><i class="fa fa-map-marker"></i><a href="http://j.map.baidu.com/0zxvw">地址:350116,福建省,福州市,学园路,福州大学数学与计算机科学学院2号楼501室</a></li>
</ul>
</div>
<div class="six columns">
<h3> </h3>
<ul class="list contact" style="margin-bottom: 15px;">
<li class="contact-mail"><i class="fa fa-envelope"></i><a href="mailto:[email protected]">邮箱:[email protected]</a></li>
<li class="contact-phone"><i class="fa fa-phone"></i><span>电话: xxxxxxxx</span></li>
</ul>
</div>
</div><!-- footer-top -->
</div>
<div class="container">
<div class="footer-bottom clearfix">
<div class="info" style="text-align:center">
<p>Copyright@福州大学 SDN网络实验室 All Rights Reserved </p>
</div>
</div><!-- footer-bottom -->
</div>
</footer><!-- footer -->
<script src="js/hw-parallax.min.js"></script>
<script>
$('.parallax').parallax({
scroll_factor: 0.5
});
</script>
<!-- Flexisel -->
<script type="text/javascript" src="js/jquery.flexisel.js"></script>
<script type="text/javascript">
$(window).load(function() {
$("#flexiselDemo2").flexisel({
visibleItems: 5,
animationSpeed: 1000,
autoPlay: false,
autoPlaySpeed: 3000,
pauseOnHover: true,
enableResponsiveBreakpoints: true,
responsiveBreakpoints: {
portrait: {
changePoint:480,
visibleItems: 1
},
landscape: {
changePoint:640,
visibleItems: 2
},
tablet: {
changePoint:768,
visibleItems: 3
}
}
});
});
</script>
<!-- End Document
================================================== -->
</body>
</html>