forked from FZU-SDN/Emil-501.github.io_old
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmember.html
664 lines (588 loc) · 24.4 KB
/
member.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
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
<!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>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>SDN网络实验室</title>
<style type="text/css">
.boldblue{ font-size:19px; border-bottom:1px solid blue; width:60px; }
</style>
<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" href="css/bootstrap.css">-->
<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 -->
<!-- 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>
<!-- Filtering -->
<script src="js/jquery.isotope.min.js"></script>
<script src="js/filter.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>
</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>
<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 class="current_page_item">
<a href="member1.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 -->
<!--<分界线头>-->
<br>
<div class="container" >
<div class="sixteen columns">
<ul class="filter-list">
<!--<li data-filter="*" class="active">全部</li>-->
<li id="teacher" data-filter=".graduating" style="font-size: 20px" onclick="show_graduating()">学术团队</li>
<li data-filter=".graduated" style="font-size: 20px" onclick="show_graduated()">毕业学生</li>
</ul>
</div>
</div>
<!--<分界线头结束>-->
<div class="container">
<div class="graduating" id="hide_graduating">
<div class="row-item sixteen columns">
<div class="" style="margin-right:75px;">
<h3 style="color: #1d78cb">导师</h3>
</div>
<div class="clearfix"></div>
</div>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td>
<img src="images/member_photo/导师/张栋/张栋.jpg" width="100px" >
</td>
<td width="20px"></td>
<td style="vertical-align:top">
<p style="font-size: 14px;padding-top: 20px"><a>张栋</a></p>
<p style="font-size: 14px;">Dong Zhang</p>
<p style="font-size: 14px;">副教授</p>
</td>
<td style="width: 200px"></td>
<td >
<img src="images/member_photo/导师/朱丹红/朱丹红.jpg" width="100px">
</td>
<td width="20px"></td>
<td style="vertical-align:top">
<p style="font-size: 14px;padding-top: 20px"><a>朱丹红</a></p>
<p style="font-size: 14px;">Danhong Zhu</p>
<p style="font-size: 14px;">讲师</p>
</td>
</tr>
</tbody>
</table>
<br>
<br>
<div class="row-item sixteen columns">
<div class="" style="margin-right:75px;">
<h3 style="color: #1d78cb">研究生</h3>
</div>
<div class="clearfix"></div>
</div>
<div class="row-item sixteen columns identity">
<div class="" style="margin-right:75px;">
<li><h4>2015级</h4></li>
</div>
<div class="clearfix"></div>
</div>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td>
<img src="images/member_photo/在读研究生/2015级/彭建云/彭建云.jpg" width="100px" >
</td>
<td width="20px"></td>
<td style="vertical-align:top">
<p style="font-size: 14px;padding-top: 20px;"><a style="color: #286090;" href="https://sstriver.github.io/sdnlab/">彭建云</a></p>
<p style="font-size: 14px;">歌声合成,IoT技术研究</p>
<p style="font-size: 14px;">[email protected]</p>
</td>
<td style="width: 20px"></td>
<td >
<img src="images/member_photo/在读研究生/2015级/刘宇欣/刘宇欣.jpg" width="100px">
</td>
<td width="20px"></td>
<td style="vertical-align:top">
<p style="font-size: 14px;padding-top: 20px"><a style="color: #286090;" href="https://yuxinliu.github.io">刘宇欣</a></p>
<p style="font-size: 14px;">数据中心,拥塞控制</p>
<p style="font-size: 14px;">[email protected]</p>
</td>
<td style="width: 20px"></td>
<td >
<script type=text/javascript>
var zwf_u = "images/member_photo/在读研究生/2015级/张为凡/";
var zwf_i = 0;
var zwf_ar = new Array(16);
for(zwf_i=0;zwf_i<zwf_ar.length;zwf_i++){
zwf_ar[zwf_i] = -1;
}
zwf_i = 0;
var bo2 = false;
/*function zwfprim(){
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";
}
window.onload=zwfprim;*/
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";
}
function zwfrandom(a,b){
var ran0 = Math.random();
return(a+Math.round(ran0*(b-a)));
}
function zwfphoto1(){
var zwf_ph = document.getElementById("zwfph");
var bo1 = false;
var rzwf = 1;;
do{
bo1 = false;
rzwf = zwfrandom(1,16);
for(var i=0;i<zwf_ar.length;i++){
if(zwf_ar[i]==rzwf){
bo1 = true;
}
}
}while(bo1);
zwf_ar[zwf_i] = rzwf;
zwf_i = zwf_i+1;
/*if(zwf_i>=zwf_ar.length){
zwf_i=0;
for(var i=0;i<zwf_ar.length;i++){
zwf_ar[i]=-1;
}
}*/
//var rzwf = zwfrandom(1,9);
if(zwf_i<zwf_ar.length){
zwf_ph.src = zwf_u+rzwf+".png"
if(bo2 == true){
setTimeout("zwfphoto1()",130)
}
else{
zwf_ph.src = zwf_u+"0.png"
}
}
else{
zwf_i=0;
for(var i=0;i<zwf_ar.length;i++){
zwf_ar[i]=-1;
}
zwf_ph.src = zwf_u+"张为凡.png"
}
}
function zwfphoto2(){
zwf_i=0;
for(var i=0;i<zwf_ar.length;i++){
zwf_ar[i]=-1;
}
var zwf_ph = document.getElementById("zwfph");
zwf_ph.src = zwf_u+"0.png"
}
</script>
<img id="zwfph" src="images/member_photo/在读研究生/2015级/张为凡/张为凡.png" width="100px" height="140px" onmouseout="bo2=false;zwfphoto2()" onmouseover="bo2=true;zwfphoto1()">
</td>
<td width="20px"></td>
<td style="vertical-align:top">
<p style="font-size: 14px;padding-top: 20px">
<a style="color: #286090;" href="https://keepthebeats.github.io/">张为凡</a></p>
<p style="font-size: 14px;">软件定义网络</p>
<p style="font-size: 14px;">[email protected]</p>
</td>
</tr>
</tbody>
</table>
<div class="row-item sixteen columns identity">
<div class="" style="margin-right:75px;">
<li><h4>2016级</h4></li>
</div>
<div class="clearfix"></div>
</div>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td>
<img src="images/member_photo/在读研究生/2016级/高仁贵/高仁贵.jpg" width="100px" >
</td>
<td width="20px"></td>
<td style="vertical-align:top">
<p style="font-size: 14px;padding-top: 20px;"><a style="color: #286090;" href="http://www.cnblogs.com/grglym/">高仁贵</a></p>
<p style="font-size: 14px;">SDN/NFV</p>
<p style="font-size: 14px;">[email protected]</p>
</td>
<td style="width: 20px"></td>
<td >
<img src="images/member_photo/在读研究生/2016级/何斌杰/何斌杰.jpg" width="100px" height="140px">
</td>
<td width="20px"></td>
<td style="vertical-align:top">
<p style="font-size: 14px;padding-top: 20px"><a style="color: #286090;">何斌杰</a></p>
<p style="font-size: 14px;">SDN/NFV</p>
<p style="font-size: 14px;">[email protected]</p>
</td>
</tr>
</tbody>
</table>
<div class="row-item sixteen columns identity">
<div class="" style="margin-right:75px;">
<li><h4>2017级</h4></li>
</div>
<div class="clearfix"></div>
</div>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td>
<img src="images/member_photo/在读研究生/2017级/叶倩兰/叶倩兰.jpg" width="100px" height="140px" >
</td>
<td width="20px"></td>
<td style="vertical-align:top">
<p style="font-size: 14px;padding-top: 20px;"><a style="color: #286090;" href="https://chochi1st.github.io">叶倩兰</a></p>
<p style="font-size: 14px;">SDN</p>
<p style="font-size: 14px;">[email protected]</p>
</td>
<td style="width: 20px"></td>
<td >
<img src="images/member_photo/在读研究生/2017级/林翔/林翔.jpg" width="100px" height="140px">
</td>
<td width="20px"></td>
<td style="vertical-align:top">
<p style="font-size: 14px;padding-top: 20px"><a style="color: #286090;" href="https://bazinga4869.github.io">林翔</a></p>
<p style="font-size: 14px;">SDN</p>
<p style="font-size: 14px;">[email protected]</p>
</td>
<td style="width: 20px"></td>
<td >
<img src="images/member_photo/在读研究生/2017级/李洪/李洪.jpg" width="100px" height="140px">
</td>
<td width="20px"></td>
<td style="vertical-align:top">
<p style="font-size: 14px;padding-top: 20px"><a style="color: #286090;">李洪</a></p>
<p style="font-size: 14px;">运动手环,Android App开发</p>
<p style="font-size: 14px;">[email protected]</p>
</td>
</tr>
<tr>
<td>
<img src="images/member_photo/在读研究生/2017级/张合胜/张合胜.jpg" width="100px" height="140px" >
</td>
<td width="20px"></td>
<td style="vertical-align:top">
<p style="font-size: 14px;padding-top: 20px;"><a style="color: #286090;">张合胜</a></p>
<p style="font-size: 14px;">网络FPGA</p>
<p style="font-size: 14px;">[email protected]</p>
</td>
<td style="width: 20px"></td>
<td >
<img src="images/member_photo/在读研究生/2017级/张瑞/张瑞.jpg" width="100px" height="140px">
</td>
<td width="20px"></td>
<td style="vertical-align:top">
<p style="font-size: 14px;padding-top: 20px"><a style="color: #286090;" >张瑞</a></p>
<p style="font-size: 14px;">网络</p>
<p style="font-size: 14px;">[email protected]</p>
</td>
</tr>
</tbody>
</table>
<br>
<br>
<div class="row-item sixteen columns">
<div class="" style="margin-right:75px;">
<h3 style="color: #1d78cb">本科生</h3>
</div>
<div class="clearfix"></div>
</div>
<div class="row-item sixteen columns identity">
<div class="" style="margin-right:75px;">
<li><h4>2014级</h4></li>
</div>
<div class="clearfix"></div>
</div>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td>
<img src="images/member_photo/在读本科生/2014级/黄志文/黄志文.jpg" width="100px" >
</td>
<td width="20px"></td>
<td style="vertical-align:top">
<p style="font-size: 14px;padding-top: 20px;"><a style="color: #286090;" href="https://superhzw.github.io">黄志文</a></p>
<p style="font-size: 14px;">数据平面可编程</p>
<p style="font-size: 14px;">[email protected]</p>
</td>
<td style="width: 30px"></td>
<td >
<img src="images/member_photo/在读本科生/2014级/汪培侨/汪培侨.jpg" width="100px" height="140px">
</td>
<td width="20px"></td>
<td style="vertical-align:top">
<p style="font-size: 14px;padding-top: 20px"><a style="color: #286090;" href="https://peiqiaowang.github.io/personal">汪培侨</a></p>
<p style="font-size: 14px;">数据平面,FPGA</p>
<p style="font-size: 14px;">[email protected]</p>
</td>
</tr>
</tbody>
</table>
<div class="row-item sixteen columns identity">
<div class="" style="margin-right:75px;">
<li><h4>2015级</h4></li>
</div>
<div class="clearfix"></div>
</div>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td>
<img src="images/member_photo/在读本科生/2015级/陈翔/陈翔.jpg" width="100px" height="140px">
</td>
<td width="20px"></td>
<td style="vertical-align:top">
<p style="font-size: 14px;padding-top: 20px;"><a style="color: #286090;" href="https://wasdns.github.io/Hall-of-Fame/">陈翔</a></p>
<p style="font-size: 14px;">SDN数据平面可编程</p>
<p style="font-size: 14px;">[email protected]</p>
</td>
<td style="width: 30px"></td>
<td >
<img src="images/member_photo/在读本科生/2015级/杨艺/杨艺.png" width="100px" height="140px">
</td>
<td width="20px"></td>
<td style="vertical-align:top">
<p style="font-size: 14px;padding-top: 20px"><a style="color: #286090;" href="https://deepYY.github.io">杨艺</a></p>
<p style="font-size: 14px;">ONOS研究</p>
<p style="font-size: 14px;">[email protected]</p>
</td>
<td style="width: 30px"></td>
<td >
<img src="images/member_photo/在读本科生/2015级/肖小强/肖小强.jpg" width="100px" height="140px">
</td>
<td width="20px"></td>
<td style="vertical-align:top">
<p style="font-size: 14px;padding-top: 20px"><a style="color: #286090;" href="https://faberry.github.io/">肖小强</a></p>
<p style="font-size: 14px;">网络</p>
<p style="font-size: 14px;">[email protected]</p>
</td>
</tr>
</tbody>
</table>
<div class="row-item sixteen columns identity">
<div class="" style="margin-right:75px;">
<li><h4>2016级</h4></li>
</div>
<div class="clearfix"></div>
</div>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td>
<img src="images/member_photo/在读本科生/2016级/赵畅/赵畅.jpg" width="100px" >
</td>
<td width="20px"></td>
<td style="vertical-align:top">
<p style="font-size: 14px;padding-top: 20px;"><a style="color: #286090;" href="http://www.zcplayground.cc/">赵畅</a></p>
<p style="font-size: 14px;">SD-WAN</p>
<p style="font-size: 14px;">[email protected]</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="row-item sixteen columns graduated" id="hide_graduated">
<div class="sixteen columns graduated">
<div class="" style="">
<h3 style="color: #1d78cb">研究生</h3>
<li><h4>2014级</h4></li>
<h4>   薛锦、陈凯</h4>
<li><h4>2013级</h4></li>
<h4>   林新安、林清祥、郭俊杰</h4>
<li><h4>2012级</h4></li>
<h4>   胡奔菲、陈曦</h4>
<li><h4>2011级</h4></li>
<h4>   高龙、***</h4>
<h3 style="color: #1d78cb">本科生</h3>
<h4>   康毅炀、林明宝</h4>
</div>
<div class="clearfix"></div>
</div>
</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>
$("#hide_graduated").hide();
$('.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
}
}
});
});
function show_graduated() {
$("#hide_graduated").show();
$("#hide_graduating").hide();
}
function show_graduating() {
$("#hide_graduating").show();
$("#hide_graduated").hide();
}
</script>
<!-- End Document
================================================== -->
</body>
</html>