forked from yuxinLiu/yuxinliu.github.io
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpublication.html
375 lines (314 loc) · 12.7 KB
/
publication.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
<!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>
<a href="dynamic.html">
学术动态
</a>
</li>
<li class="current_page_item">
<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="#网络">网络</a></li>
<li><a href="#医学">医学</a></li>
<li><a href="#语音">语音</a></li>
<li><a href="#教改">教改</a></li>
</ul>
</div>
<div class="sixteen columns">
<section id="网络">
<h3 style="font-size: 20px">网络</h3> <br>
<ol class="list iconok circle" style="font-size: 15px">
<li value="6">1. 张栋, 郭俊杰, 吴春明. 层次型多中心的SDN控制器部署[J]. 电子学报, 2017, 45(3):680-686.
<table height="10"><tbody><tr><td></td></tr></tbody></table>
</li>
<li value="6">2. 张栋, 薛锦. 命名数据移动自组织网络节能转发策略[J]. 福州大学学报, 2017, 45(1):63-68.
<table height="10"><tbody><tr><td></td></tr></tbody></table>
</li>
<li value="6">3. 郭俊杰, 张栋. 面向OpenFlow的内容分发网络视频流传输策略[J]. 福州大学学报, 2017, 45(1):58-62.
<table height="10"><tbody><tr><td></td></tr></tbody></table>
</li>
<li value="6">4. Lin, Xin An, and D. Zhang. Kemy: An AQM generator based on machine learning[C]. International Conference on Communications and NETWORKING in China IEEE, 2016:556-561.
<table height="10"><tbody><tr><td></td></tr></tbody></table>
</li>
<li value="6">5. Lin,Qingxiang, and D. Zhang. Traffic-aware compatible controller deployment[C]. International Conference on Communications and NETWORKING in China IEEE, 2016:847-852.
<table height="10"><tbody><tr><td></td></tr></tbody></table>
</li>
<li value="6">6. 薛锦, 张栋, 唐滨. 命名数据网络中主动探测的转发策略研究[J]. 计算机工程与应用, 2014, 50(18):89-93.
<table height="10"><tbody><tr><td></td></tr></tbody></table>
</li>
<li value="6">7. ZHANG Dong,GAO Long. Virtual Network Mapping Through Locality-aware Topological Potential and Influence Node Ranking[J]. Chinese Journal of Electronics, 2014, 23(CJE-1): 61-64.(电子学报英文版)
<table height="10"><tbody><tr><td></td></tr></tbody></table>
</li>
<li value="6">8. ZHANG Dong, Chen Xi.RNET: A Reconfigurable Network Emulation Testbed Based on Click Modular Router[J]. Journal of Applied Sciences.2013, 13(22), 5003-5011.
<table height="10"><tbody><tr><td></td></tr></tbody></table>
</li>
<li value="6">9. 张栋, 高龙. 基于跨层协同的MANET网络拥塞控制算法仿真研究[J]. 云南大学学报自然科学版, 2013, 35(1):26-30.
<table height="10"><tbody><tr><td></td></tr></tbody></table>
</li>
<li value="6">10. 张栋, 高龙. 基于双向搜索的虚拟网映射算法[J]. 福州大学学报, 2012(5):572-577.
<table height="10"><tbody><tr><td></td></tr></tbody></table>
</li>
<li value="6">11. Zhang Dong. Virtual A study on virtual network decomposing mapping based on network balance, Chinese Journal of Electronics, 4th International Conference on Computational and Information Sciences, IEEE 2012, Chongqing, P.R. China, 2012.8.17-8.19
<table height="10"><tbody><tr><td></td></tr></tbody></table>
</li>
<li value="6">12. 齐宁, 王保进, 汪斌强, 张栋. 均衡虚拟网构建算法研究[J]. 电子与信息学报. 2011, 33(6), 35-40.
<table height="10"><tbody><tr><td></td></tr></tbody></table>
</li>
<li value="6">13. 吴春明, 王保进, 陈均华, 姜明, 张栋. 一种基于游标的多径流量分割算法[J]. 电子学报, 2010, 38(11), 88-92.
<table height="10"><tbody><tr><td></td></tr></tbody></table>
</li>
<li value="6">14. 黄磊, 吴春明, 姜明, 张栋. REDu:一种新的识别并惩罚非适应流的主动式队列管理算法[J]. 电子学报, 2010, 38(8), 33-36.
<table height="10"><tbody><tr><td></td></tr></tbody></table>
</li>
<li value="6">15. 张栋, 吴春明, 姜明, 熊伟. 大规模服务覆盖网拓扑设计[J]. 电子与信息学报. 2010, 32(4), 83-87.
<table height="10"><tbody><tr><td></td></tr></tbody></table>
</li>
<li value="6">16. 张伟, 吴春明, 姜明, 张栋. 一体化承载网络的互斥问题研究[J]. 计算机应用研究. 2010, 27(3), 354-356.
<table height="10"><tbody><tr><td></td></tr></tbody></table>
</li>
<li value="6">17. 吴春明, 张栋, 姜明. 面向服务提供的一体化承载网络体系结构的探讨[J]. 信息工程大学学报, 2009, 10(1), 27-31.
<table height="10"><tbody><tr><td></td></tr></tbody></table>
</li>
<li value="6">18. Zhang Dong, Wu Chunming, Xiong Wei, Jiang Ming, Yu jing. Research on virtual network design based on virtual router, 1st International Conference on Future Information Networks, IEEE 2009. Beijing, P.R. China, 2009.10.14-10.17
<table height="10"><tbody><tr><td></td></tr></tbody></table>
</li>
</ol>
</section>
<section id="医学">
<h3 style="font-size: 20px">医学</h3> <br>
<ol class="list iconok circle" style="font-size: 15px">
<li value="5">1. 张栋, 陈凯, 颜建英,朱丹红, 叶东毅. 基于隐马尔科夫模型的胎盘植入产前诊断方法[J]. 模式识别与人工智能, 2017, 30(4):353-358.
<table height="10"><tbody><tr><td></td></tr></tbody></table>
</li>
<li value="5">2. 潘晓晓, 叶东毅, 颜建英,张栋,杨丹林. 面向胎盘植入产前诊断的医学语义特征提取算法[J]. 模式识别与人工智能, 2015, 28(6):481-489.
<table height="10"><tbody><tr><td></td></tr></tbody></table>
</li>
</ol>
</section>
<section id="语音">
<h3 style="font-size: 20px">语音</h3> <br>
<ol class="list iconok circle" style="font-size: 15px">
<li value="4">1. 王秀, 谢志成, 张栋. 一种基于特征差异度和SVM投票机制的数字音乐语音情感识别算法[J]. 福州大学学报(自然科学版), 2015(4):460-465.
<table height="10"><tbody><tr><td></td></tr></tbody></table>
</li>
<li value="4">2. 谢志成, 张栋. 基于粒子群优化的哼唱语音端点检测算法[J]. 福州大学学报(自然科学版), 2014, 42(2):195-199.
<table height="10"><tbody><tr><td></td></tr></tbody></table>
</li>
</ol>
</section>
<section id="教改">
<h3 style="font-size: 20px">教改</h3> <br>
<ol class="list iconok circle" style="font-size: 15px">
<li value="3">1. 张栋, 苏晓强. 开放模式的软件工程实践教学探索[J]. 计算机教育, 2016, No.259(7):149-153.
<table height="10"><tbody><tr><td></td></tr></tbody></table>
</li>
<li value="2">2. 杨晶菁, 张栋, 余春艳. 以应用为中心的嵌入式系统教学[J]. 计算机教育, 2014(15):75-78.
<table height="10"><tbody><tr><td></td></tr></tbody></table>
</li>
<li value="2">3. 张栋, 余春艳. 基于校企合作的嵌入式复合型人才培养[J]. 计算机教育, 2013(22):16-18.
<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>