forked from yuxinLiu/yuxinliu.github.io
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathjournal.html
595 lines (540 loc) · 25.6 KB
/
journal.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
<!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="cssttings.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="http://mac.xmu.edu.cn/js/bootstrap.min.js" type="text/javascript"></script> <!-- jQuery initialization -->
<script src="js/modernizr.custom.js" type="text/javascript"></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();
var add;
$(".nav-tabs li a").click(function() {
//alert(this.href.split("#")[1]);
$("#"+this.href.split("#")[1]).addClass("active");
add=this.href.split("#")[1];
active(add);
});
});
function active(add){
$(".tab-pane").each(function(i){
if(this.id==add)
{
this.className="tab-pane active";
}
else{
this.className="tab-pane";
}
});
}
</script>
<!-- Tooltip -->
<script src="js/tooltip.js"></script>
<style>
.nav {
margin-bottom: 18px;
margin-left: 0;
list-style: none;
}
.nav-tabs {
float: left;
margin-right: 19px;
border-right: 1px solid #ddd;
}
.tab-content {
overflow: hidden;
width:90%;
}
.tab-pane, .pill-pane {
display: none;
}
.active {
display: block;
}
</style>
<!-- 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>
<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 href="current_page_item">
<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">CCF推荐会议与期刊</h3>
</div>
<a><ul class="nav nav-tabs">
<li class="active"><a href="#l1" data-toggle="tab">A类会议列表 <span class="label label-warning"></span></a></li>
<li class=""><a href="#l2" data-toggle="tab">B类会议列表 <span class="label label-warning"></span></a></li>
<li class=""><a href="#l3" data-toggle="tab">C类会议列表 <span class="label label-warning"></span></a></li>
<li class=""><a href="#l4" data-toggle="tab">A类国际刊物 <span class="label label-warning"></span></a></li>
<li class=""><a href="#l5" data-toggle="tab">B类国际刊物 <span class="label label-warning"></span></a></li>
<li class=""><a href="#l6" data-toggle="tab">C类国际刊物 <span class="label label-warning"></span></a></li>
</ul>
<div class="tab-content">
<div class="tab-pane active" id="l1">
<table class="table-striped" style="line-height:24px;">
<tbody>
<tr>
<td> 1. </td>
<td> <strong>MOBICOM</strong>: <a href="http://dblp.uni-trier.de/db/conf/mobicom/">ACM International Conference on Mobile Computing and Networking</a></td>
<td> 截稿日期:暂无</td>
</tr>
<tr>
<td> 2. </td>
<td> <strong>SIGCOMM</strong>: <a href="http://dblp.uni-trier.de/db/conf/sigcomm/index.html">ACM International Conference on the applications, technologies, architectures, and protocols for computer communication</a></td>
<td> 截稿日期:暂无</td>
</tr>
<tr>
<td> 3. </td>
<td> <strong>INFOCOM</strong>: <a href="http://dblp.uni-trier.de/db/conf/infocom/">IEEE International Conference on Computer Communications</a></td>
<td> 截稿日期:2017-07-31</td>
</tr>
</tbody>
</table>
</div>
<div class="tab-pane" id="l2">
<table class="table-striped" style="line-height:24px;">
<tbody>
<tr>
<td> 1. </td>
<td> <strong>SenSys</strong>:<a href="http://dblp.uni-trier.de/db/conf/sensys/"> ACM Conference on Embedded Networked Sensor Systems</a></td>
<td>截稿日期:暂无</td>
</tr>
<tr>
<td> 2. </td>
<td> <strong>CoNEXT</strong>:<a href="http://dblp.uni-trier.de/db/conf/conext/"> ACM International Conference on emerging Networking EXperiments and Technologies</a></td>
<td>截稿日期:暂无</td>
</tr>
<tr>
<td> 3. </td>
<td> <strong>SECON</strong>: <a href="http://dblp.uni-trier.de/db/conf/secon/">IEEE Communications Society Conference on Sensor and Ad Hoc Communications and Networks</a></td>
<td>截稿日期:暂无</td>
</tr>
<tr>
<td> 4. </td>
<td> <strong>IPSN</strong>: <a href="http://dblp.uni-trier.de/db/conf/ipsn/">International Conference on Information Processing in Sensor Networks</a></td>
<td>截稿日期:暂无</td>
</tr>
<tr>
<td> 5. </td>
<td> <strong>ICNP</strong>: <a href="http://dblp.uni-trier.de/db/conf/icnp/">International Conference on Network Protocols</a></td>
<td>截稿日期:2017-07-19</td>
</tr>
<tr>
<td> 6. </td>
<td> <strong>MobiHoc</strong>: <a href="http://dblp.uni-trier.de/db/conf/mobihoc/">International Symposium on Mobile Ad Hoc Networking and Computing</a></td>
<td>截稿日期:暂无</td>
</tr>
<tr>
<td> 7. </td>
<td> <strong>MobiSys</strong>: <a href="http://dblp.uni-trier.de/db/conf/mobisys/">International Conference on Mobile Systems, Applications, and Services</a></td>
<td>截稿日期:暂无</td>
</tr>
<tr>
<td> 8. </td>
<td> <strong>IWQoS</strong>: <a href="http://dblp.uni-trier.de/db/conf/iwqos/">International Workshop on Quality of Service</a></td>
<td>截稿日期:暂无</td>
</tr>
<tr>
<td> 9. </td>
<td> <strong>IMC</strong>: <a href="http://dblp.uni-trier.de/db/conf/imc/">Internet Measurement Conference</a></td>
<td>截稿日期:暂无</td>
</tr>
<tr>
<td> 10. </td>
<td> <strong>NOSSDAV</strong>: <a href="http://dblp.uni-trier.de/db/conf/nossdav/">Network and Operating System Support for Digital Audio and Video</a></td>
<td>截稿日期:暂无</td>
</tr>
<tr>
<td> 11. </td>
<td> <strong>NSDI</strong>: <a href="http://dblp.uni-trier.de/db/conf/nsdi/">Symposium on Network System Design and Implementation</a></td>
<td>截稿日期:2017-09-25</td>
</tr>
</tbody>
</table>
</div>
<div class="tab-pane" id="l3">
<table class="table-striped" style="line-height:24px;">
<tbody>
<tr>
<td> 1. </td>
<td> <strong>ANCS</strong>: <a href="http://dblp.uni-trier.de/db/conf/ancs/">Architectures for Networking and Communications Systems</a></td>
<td>截稿日期:暂无</td>
</tr>
<tr>
<td> 2. </td>
<td> <strong>FORTE</strong>: <a href="http://dblp.uni-trier.de/db/conf/forte/">Formal Techniques for Networked and Distributed Systems</a></td>
<td>截稿日期:暂无</td>
</tr>
<tr>
<td> 3. </td>
<td> <strong>LCN</strong>: <a href="http://dblp.uni-trier.de/db/conf/lcn/">IEEE Conference on Local Computer Networks</a></td>
<td>截稿日期:暂无</td>
</tr>
<tr>
<td> 4. </td>
<td> <strong>Globecom</strong>: <a href="http://dblp.uni-trier.de/db/conf/globecom/">IEEE Global Communications Conference, incorporating the Global Internet Symposium</a></td>
<td>截稿日期:暂无</td>
</tr>
<tr>
<td> 5. </td>
<td> <strong>ICC</strong>: <a href="http://dblp.uni-trier.de/db/conf/icc/">IEEE International Conference on Communications</a></td>
<td>截稿日期:2017-10-15</td>
</tr>
<tr>
<td> 6. </td>
<td> <strong>ICCCN</strong>: <a href="http://dblp.uni-trier.de/db/conf/icccn/">IEEE International Conference on Computer Communications and Networks</a></td>
<td>截稿日期:暂无</td>
</tr>
<tr>
<td> 7. </td>
<td> <strong>MASS</strong>: <a href="http://dblp.uni-trier.de/db/conf/mass/index.html">IEEE International Conference on Mobile Ad hoc and Sensor Systems</a></td>
<td>截稿日期:暂无</td>
</tr>
<tr>
<td> 8. </td>
<td> <strong>P2P</strong>: <a href="http://dblp.uni-trier.de/db/conf/p2p/">IEEE International Conference on P2P Computing</a></td>
<td>截稿日期:暂无</td>
</tr>
<tr>
<td> 9. </td>
<td> <strong>IPCCC</strong>: <a href="http://dblp.uni-trier.de/db/conf/ipccc/">IEEE International Performance Computing and Communications Conference</a></td>
<td>截稿日期:2017-07-25</td>
</tr>
<tr>
<td> 10. </td>
<td> <strong>WoWMoM</strong>: <a href="http://dblp.uni-trier.de/db/conf/wowmom/">IEEE International Symposium on a World of Wireless Mobile and Multimedia Networks</a></td>
<td>截稿日期:暂无</td>
</tr>
<tr>
<td> 11. </td>
<td> <strong>ISCC</strong>: <a href="http://dblp.uni-trier.de/db/conf/iscc/">IEEE Symposium on Computers and Communications</a></td>
<td>截稿日期:暂无</td>
</tr>
<tr>
<td> 12. </td>
<td> <strong>WCNC</strong>: <a href="http://dblp.uni-trier.de/db/conf/wcnc/">IEEE Wireless Communications & Networking Conference</a></td>
<td>截稿日期:2017-09-15</td>
</tr>
<tr>
<td> 13. </td>
<td> <strong>Networking</strong>: <a href="http://dblp.uni-trier.de/db/conf/networking/index.html">IFIP International Conferences on Networking</a></td>
<td>截稿日期:暂无</td>
</tr>
<tr>
<td> 14. </td>
<td> <strong>IM</strong>: <a href="http://dblp.uni-trier.de/db/conf/im/index.html">IFIP/IEEE International Symposium on Integrated Network Management</a></td>
<td>截稿日期:暂无</td>
</tr>
<tr>
<td> 15. </td>
<td> <strong>MSWiM</strong>: <a href="http://dblp.uni-trier.de/db/conf/mswim/">International Conference on Modeling, Analysis and Simulation of Wireless and Mobile Systems</a></td>
<td>截稿日期:暂无</td>
</tr>
<tr>
<td> 16. </td>
<td> <strong>NOMS</strong>: <a href="http://dblp.uni-trier.de/db/conf/apnoms/">Asia-Pacific Network Operations and Management Symposium</a></td>
<td>截稿日期:2017-09-05</td>
</tr>
<tr>
<td> 17. </td>
<td> <strong>HotNets</strong>: <a href="http://dblp.uni-trier.de/db/conf/hotnets/">The Workshop on Hot Topics in Networks</a></td>
<td>截稿日期:2017-08-04</td>
</tr>
<tr>
<td> 18. </td>
<td> <strong>WASA</strong>: <a href="http://dblp.uni-trier.de/db/conf/wasa/">International Conference on Wireless Algorithms, Systems, and Applications</a></td>
<td>截稿日期:暂无</td>
</tr>
</tbody>
</table>
</div>
<div class="tab-pane" id="l4">
<table class="table-striped" style="line-height:24px;">
<tbody>
<tr>
<td> 1. </td>
<td> <strong>TON</strong>: <a href="http://dblp.uni-trier.de/db/journals/ton/">IEEE/ACM Transactions on Networking</a></td>
<td></td>
</tr>
<tr>
<td> 2. </td>
<td> <strong>JSAC</strong>: <a href="http://dblp.uni-trier.de/db/journals/jsac/">IEEE Journal of Selected Areas in Communications</a></td>
<td></td>
</tr>
<tr>
<td> 3. </td>
<td> <strong>TMC</strong>: <a href="http://dblp.uni-trier.de/db/journals/tmc/">IEEE Transactions on Mobile Computing</a></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div class="tab-pane" id="l5">
<table class="table-striped" style="line-height:24px;">
<tbody>
<tr>
<td> 1. </td>
<td> <strong>TOIT</strong>: <a href="http://dblp.uni-trier.de/db/journals/toit/">ACM Transactions on Internet Technology</a></td>
<td></td>
</tr>
<tr>
<td> 2. </td>
<td> <strong>TOMCCAP</strong>: <a href="http://dblp.uni-trier.de/db/journals/tomccap/">ACM Transactions on Multimedia Computing, Communications and Applications</a></td>
<td></td>
</tr>
<tr>
<td> 3. </td>
<td> <strong>TOSN</strong>:<a href="http://dblp.uni-trier.de/db/journals/tosn/">ACM Transactions on Sensor Networks</a></td>
<td></td>
</tr>
<tr>
<td> 4. </td>
<td> <strong>CN</strong>: <a href="http://dblp.uni-trier.de/db/journals/cn/">Computer Networks</a></td>
<td></td>
</tr>
<tr>
<td> 5. </td>
<td> <strong>TOC</strong>: <a href="http://dblp.uni-trier.de/db/journals/tcom/">IEEE Transactions on Communications</a></td>
<td></td>
</tr>
<tr>
<td> 6. </td>
<td> <strong>TWC</strong>: <a href="http://dblp.uni-trier.de/db/journals/twc/">IEEE Transactions on Wireless Communications</a></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div class="tab-pane" id="l6">
<table class="table-striped" style="line-height:24px;">
<tbody>
<tr>
<td> 1. </td>
<td> <strong></strong><a href="http://dblp.uni-trier.de/db/journals/adhoc/">Ad hoc Networks</a></td>
<td></td>
</tr>
<tr>
<td> 2. </td>
<td> <strong>CC</strong>: <a href="http://dblp.uni-trier.de/db/journals/comcom/">Computer Communications</a></td>
<td></td>
</tr>
<tr>
<td> 3. </td>
<td> <strong>TNSM</strong>: <a href="http://dblp.uni-trier.de/db/journals/tnsm/">IEEE Transactions on Network and Service Management</a></td>
<td></td>
</tr>
<tr>
<td> 4. </td>
<td> <strong></strong><a href="http://dblp.uni-trier.de/db/journals/iet-com/">IET Communications</a></td>
<td></td>
</tr>
<tr>
<td> 5. </td>
<td> <strong>JNCA</strong>: <a href="http://dblp.uni-trier.de/db/journals/jnca/">Journal of Network and Computer Applications</a></td>
<td></td>
</tr>
<tr>
<td> 6. </td>
<td> <strong>MONET</strong>: <a href="http://dblp.uni-trier.de/db/journals/monet/">Mobile Networks & Applications</a></td>
<td></td>
</tr>
<tr>
<td> 7. </td>
<td> <strong></strong><a href="http://dblp.uni-trier.de/db/journals/networks/">Networks</a></td>
<td></td>
</tr>
<tr>
<td> 8. </td>
<td> <strong>PPNA</strong>: <a href="http://dblp.uni-trier.de/db/journals/ppna/">Peer-to-Peer Networking and Applications</a></td>
<td></td>
</tr>
<tr>
<td> 9. </td>
<td> <strong>WCMC</strong>: <a href="http://dblp.uni-trier.de/db/journals/wicomm/">Wireless Communications & Mobile Computing</a></td>
<td></td>
</tr>
<tr>
<td>10. </td>
<td> <strong></strong><a href="http://dblp.uni-trier.de/db/journals/winet/">Wireless Networks</a></td>
<td></td>
</tr>
</tbody>
</table>
</div>
</div></a>
<br><br>
</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>