CINXE.COM
20122年信息技术与软件工程国际学术会议(第3届)(ITSE 2022)-The accepted papers of EI journals (JA)
<!DOCTYPE html> <!--[if IE 8]> <html lang="en" class="ie8"> <![endif]--> <!--[if IE 9]> <html lang="en" class="ie9"> <![endif]--> <!--[if !IE]><!--> <html lang="en"> <!--<![endif]--> <head id="Head1"> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title> 20122年信息技术与软件工程国际学术会议(第3届)(ITSE 2022)-The accepted papers of EI journals (JA) </title> <meta name="description" content="2021 International Congress on Ultrasonics(ICU)"> <meta name="keywords" content="2021 International Congress on Ultrasonics(ICU)"> <link rel="stylesheet" type="text/css" href="http://www.icitse.org/cms/css/bootstrap.min.css"> <link rel="stylesheet" type="text/css" href="http://www.icitse.org/cms/css/swiper-3.4.2.min.css"> <link rel="stylesheet" href="http://www.icitse.org/cms/css/style.css"> <style> body{ background-color: #f5f5f5; } .box1{ padding: 30px 0; } .sy-hxtxt1 li{ text-align: center; } .sy-hxtxt1 li a:hover{ text-decoration: none; } .sy-hxtxt1 li h3{ font-size: 18px; color: #666666; } /*内容区域样式*/ .page-function { width: 1200px; margin: 0 auto; } .context-left{ float: left; width: 950px; } .news-page-en { margin: 0 auto; width: 100%; margin-top: 20px; /* margin-bottom: 20px; */ } .news-flex { display: flex; align-items: stretch; margin-bottom: 0px; } .line-en { width: 10px; min-height: 48px; background: rgba(31,104,172,1); border-radius: 2px; } .color-line { background-color:#0099db !important; } .color-title { background: #d6e4ed !important; } .news-title-en { display: flex; justify-content: space-between; width: 1200px; min-height: 48px; background: rgba(31,104,172,.1); border-radius: 2px; line-height: 48px; } .news-title-span { font-size: 24px; font-weight: 500; color: rgba(51,51,51,1); margin-left: 20px; } .content-en { background-color: white; line-height: 24px; padding: 25px 35px; word-wrap: break-word; } .content-en p { text-align: justify; } .context-right{ float: right; margin-top: 20px; width: 230px; min-height: 520px; background-color: #ffffff; } .widget.widget_menu_tab { margin-bottom: 41px; } .widget.widget_menu_tab ul li { border-bottom: none; background-color: #056aa7; margin-bottom: 3px; cursor: pointer; padding: 14px 0px 13px 26px; } .widget.widget_menu_tab ul li a { color: #ffffff; font-weight: 700; display: block; text-decoration: none; } .widget.widget_menu_tab ul li a:hover { color: #f1f1f1; display: block; } .widget img { max-width: 100%; height: auto; } .imgbox img { max-width: 100%; height: auto; } .imgbox.style2:hover { -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; -webkit-box-shadow: none; box-shadow: none; } .imgbox.style2 { padding: 0; height: auto; } .imgbox .box-header { position: relative; margin-bottom: 30px; } .imgbox.style2 .box-content { padding: 0px 20px; } .imgbox.style2 .box-title { margin-bottom: 16px; } .box-content{ text-align: center; } .imgbox .box-title { font-weight: 500; font-size: 22px; margin-bottom: 17px; } .imgbox .box-title a { color: #222; } .theme{ background-color: #ffffff; margin-top: 20px; } .by{ margin-top: 1px; } .theme-con{ padding-top: 30px; padding-bottom: 30px; } .widget.widget_menu_tab ul li:hover{ background-color: #da5431; } </style> <script type="text/javascript"> function is_mobile() { var regex_match = /(nokia|ipad|iphone|android|motorola|^mot-|softbank|foma|docomo|kddi|up.browser|up.link|htc|dopod|blazer|netfront|helio|hosin|huawei|novarra|CoolPad|webos|techfaith|palmsource|blackberry|alcatel|amoi|ktouch|nexian|samsung|^sam-|s[cg]h|^lge|ericsson|philips|sagem|wellcom|bunjalloo|maui|symbian|smartphone|midp|wap|phone|windows ce|iemobile|^spice|^bird|^zte-|longcos|pantech|gionee|^sie-|portalmmm|jigs browser|hiptop|^benq|haier|^lct|operas*mobi|opera*mini|320x320|240x320|176x220)/i; var u = navigator.userAgent; if (null == u) { return true; } var result = regex_match.exec(u); if (null == result) { return false } else { return true } } if (is_mobile()) { console.log('request()->route()->getName()'); //如果是移动端就跳到移动端 浏览 document.location.href = '/wap'; } </script> <script type="text/javascript"> function addEvent(obj, evtType, func, cap) { cap = cap || false; if (obj.addEventListener) { obj.addEventListener(evtType, func, cap); return true; } else if (obj.attachEvent) { if (cap) { obj.setCapture(); return true; } else { return obj.attachEvent("on" + evtType, func); } } else { return false; } } function getPageScroll() { var xScroll, yScroll; if (self.pageXOffset) { xScroll = self.pageXOffset; } else if (document.documentElement && document.documentElement.scrollLeft) { xScroll = document.documentElement.scrollLeft; } else if (document.body) { xScroll = document.body.scrollLeft; } if (self.pageYOffset) { yScroll = self.pageYOffset; } else if (document.documentElement && document.documentElement.scrollTop) { yScroll = document.documentElement.scrollTop; } else if (document.body) { yScroll = document.body.scrollTop; } arrayPageScroll = new Array(xScroll, yScroll); return arrayPageScroll; } function GetPageSize() { var xScroll, yScroll; if (window.innerHeight && window.scrollMaxY) { xScroll = document.body.scrollWidth; yScroll = window.innerHeight + window.scrollMaxY; } else if (document.body.scrollHeight > document.body.offsetHeight) { xScroll = document.body.scrollWidth; yScroll = document.body.scrollHeight; } else { xScroll = document.body.offsetWidth; yScroll = document.body.offsetHeight; } var windowWidth, windowHeight; if (self.innerHeight) { windowWidth = self.innerWidth; windowHeight = self.innerHeight; } else if (document.documentElement && document.documentElement.clientHeight) { windowWidth = document.documentElement.clientWidth; windowHeight = document.documentElement.clientHeight; } else if (document.body) { windowWidth = document.body.clientWidth; windowHeight = document.body.clientHeight; } if (yScroll < windowHeight) { pageHeight = windowHeight; } else { pageHeight = yScroll; } if (xScroll < windowWidth) { pageWidth = windowWidth; } else { pageWidth = xScroll; } arrayPageSize = new Array(pageWidth, pageHeight, windowWidth, windowHeight); return arrayPageSize; } var AdMoveConfig = new Object(); AdMoveConfig.IsInitialized = false; AdMoveConfig.ScrollX = 0; AdMoveConfig.ScrollY = 0; AdMoveConfig.MoveWidth = 0; AdMoveConfig.MoveHeight = 0; AdMoveConfig.Resize = function () { var winsize = GetPageSize(); AdMoveConfig.MoveWidth = winsize[2]; AdMoveConfig.MoveHeight = winsize[3]; AdMoveConfig.Scroll(); }; AdMoveConfig.Scroll = function () { var winscroll = getPageScroll(); AdMoveConfig.ScrollX = winscroll[0]; AdMoveConfig.ScrollY = winscroll[1]; }; addEvent(window, "resize", AdMoveConfig.Resize); addEvent(window, "scroll", AdMoveConfig.Scroll); function AdMove(id) { if (!AdMoveConfig.IsInitialized) { AdMoveConfig.Resize(); AdMoveConfig.IsInitialized = true; } var obj = document.getElementById(id); obj.style.position = "absolute"; var w = AdMoveConfig.MoveWidth - obj.offsetWidth; var h = AdMoveConfig.MoveHeight - obj.offsetHeight; var x = w * Math.random(), y = h * Math.random(); var rad = (Math.random() + 1) * Math.PI / 6; var kx = Math.sin(rad), ky = Math.cos(rad); var dirx = (Math.random() < 0.5 ? 1 : -1), diry = (Math.random() < 0.5 ? 1 : -1); var step = 1; var interval; this.SetLocation = function (vx, vy) { x = vx; y = vy; }; this.SetDirection = function (vx, vy) { dirx = vx; diry = vy; }; obj.CustomMethod = function () { obj.style.left = (x + AdMoveConfig.ScrollX) + "px"; obj.style.top = (y + AdMoveConfig.ScrollY) + "px"; rad = (Math.random() + 1) * Math.PI / 6; w = AdMoveConfig.MoveWidth - obj.offsetWidth; h = AdMoveConfig.MoveHeight - obj.offsetHeight; x = x + step * kx * dirx; if (x < 0) { dirx = 1; x = 0; kx = Math.sin(rad); ky = Math.cos(rad); } if (x > w) { dirx = -1; x = w; kx = Math.sin(rad); ky = Math.cos(rad); } y = y + step * ky * diry; if (y < 0) { diry = 1; y = 0; kx = Math.sin(rad); ky = Math.cos(rad); } if (y > h) { diry = -1; y = h; kx = Math.sin(rad); ky = Math.cos(rad); } }; this.Run = function () { var delay = 10; interval = setInterval(obj.CustomMethod, delay); obj.onmouseover = function () { clearInterval(interval); }; obj.onmouseout = function () { interval = setInterval(obj.CustomMethod, delay); }; }; } function close() { $("#ad1").attr("style", "display:none"); } </script> </head> <body> <!-- header 开始--> <!--公用头部 开始--> <div class="header" style="background-color: #ffffff;"> <div class="header-top"> <div class="header-top-content main-center"> <div class="htc-nav"> <a href="#">HOME</a><span>|</span> <a href="#"> REGISTRAION</a><span>|</span> <a href="#">LOG IN</a><span>|</span> <a href="#">CONTACT</a> </div> </div> </div> <div class="header-content main-center"> <img src="http://www.icitse.org/uploads/images/header-logo-5.png" alt=""></div> <div class="header-nav"> <ul class="header-nav-list main-center"> <li class="active"><a href="/">中文</a> </li> <li><a href="http://www.icitse.org/index/home">Home</a> </li> <li><a href="#"> Conference</a> <ul class="nav-sub"> <li><a href="http://www.icitse.org/home/1/list"> Whtat's New</a></li> <li><a href="http://www.icitse.org/home/2/about"> Program</a></li> <li><a href="http://www.icitse.org/home/3/about"> Important Dates</a></li> </ul> </li> <li><a href="#"> Organizations</a> <ul class="nav-sub"> <li><a href="http://www.icitse.org/home/4/about"> Committees</a></li> <li><a href="http://www.icitse.org/home/5/about"> Sponsors</a></li> </ul> </li> <li><a href="#"> Call for paper</a> <ul class="nav-sub"> <li><a href="http://www.icitse.org/home/6/about"> Themes and Topics</a></li> <li><a href="http://www.icitse.org/home/7/about"> Submission</a></li> </ul> </li> <li><a href="http://www.icitse.org/home/8/about"> Publication</a></li> <li><a href="http://www.icitse.org/home/9/about"> Registration</a></li> <li><a href="#"> Speaker</a> <ul class="nav-sub"> <!-- <li><a href="http://www.icitse.org/home/12/about"> Speakers of EITRT2017</a></li> <li><a href="http://www.icitse.org/home/13/about"> Speakers of EITRT2015</a></li> <li><a href="http://www.icitse.org/home/14/about"> Speakers of EITRT2013</a></li> --> </ul> </li> <li><a href="#"> Travel</a> <ul class="nav-sub"> <li><a href="http://www.icitse.org/home/15/about"> Venue Information</a></li> <li><a href="http://www.icitse.org/home/16/about"> Hotel Reservations</a></li> </ul> </li> <li><a href="http://www.icitse.org/home/17/about"> Contact</a></li> </ul> </div> </div> <!--公用头部 结束--> <!-- header 结束--> <style> body{ background-color: #ffffff; } .breadcrumb{ background-color: #ffffff; } .nmain-left{ width:900px; padding-right:0; } .context-right{ margin-top: 0; } </style> <div class="n-banner" style="background-image: url(http://www.icitse.org/uploads/images/202101241611456427.jpeg)"> <div class="n-banner-tit main-center"> Conference Program </div> </div> <div class="n-content main-center"> <div class="breadcrumb"> <a href="/">Home</a>/ <span> The accepted papers of EI journals (JA) </span> </div> <div class="nmain"> <div class="nmain-left"> <p> <table align="" center""="" cellpadding="" 1""="" cellspacing="" style="" width:="" 18cm;="" ""=""> <tbody> <tr> <td> <p style="text-align:center;"> <strong><span font-size:26px;""="" style="font-size: 16px;">EI期刊(JA)录用列表</span></strong> </p> <p> <span style="font-size: 14px;" font-size:16px;""="">截止9月1日,EI期刊所有录用文章编号见下表,录用通知已经通过会务组邮箱发送,如果下列文章作者没有收到通知,请抓紧发邮件联系会务组。已录用的各位作者请注意查收和注册。</span> </p> <p> <br /> </p> <p align="" left""=""> <span style="font-size: 14px;" font-size:16px;""="">会务组特别承诺:</span> </p> <p align="" left""=""> <span style="" font-size:16px;""=""><span style="font-size:14px;">1. 会务组保证推荐期刊必须是2013年EI目录期刊,“2013版EI期刊目录”请直接登录EI官网</span><a href="" http:="" www.ei.org="" compendex""=""><span style="font-size:14px;">http://www.ei.org/compendex</span></a><span style="font-size:14px;">点击“</span><a href="" http:="" www.ei.org="" sites="" default="" files="" userfiles="" file="" compendex_2013_source_list_20130404.xlsx""=""><span style="font-size:14px;">To view the 2013 Compendex Source List, click here.</span></a><span style="font-size:14px;"> ”下载即可。</span></span> </p> <p align="" left""=""> <span style="font-size: 14px;" font-size:16px;""="">2. 会务组保证所有注册文章必须正式发表。如果所录用注册文章没有被相关期刊最终发表,会务组承诺无条件退还期刊发表全部费用。</span> </p> <p align="" left""=""> <br /> </p> <p> <span style="font-size: 14px;" font-size:16px;""="">还没有收到通知的作者请耐心等待,还有部分文章在审稿中。另外,凡是需要会务组进行EI期刊推荐的,请抓紧将文章编号发至会务组信箱,会务组会尽最大努力解决后续事宜。</span> </p> <p align="" left""=""> <span style="font-size: 14px;" font-size:16px;""="">最后,再次感谢大家对ITSE2013会议的理解和支持!如有问题,请及时联系我们。</span> </p> <p> <br /> </p> <p> <strong><span style="font-size: 14px;" color:#ff0000;""=""><span style="font-size: 14px;" font-size:="" 16px;="" ""="">EI期刊录用列表(邮箱投稿)</span></span></strong> </p> <p> <span style="font-size: 14px;" font-size:16px;""="">IT10 IT17 IT20 IT25 IT26 IT32 IT34 IT35 IT40 IT43 IT45 IT47 IT52 IT53 IT57 IT59 IT61 IT68 IT73 IT78 IT87 IT96 IT101 IT105 IT116 IT121 IT65 IT85 IT94 IT98 IT99 IT102 IT104 IT110 IT111 IT117 IT118 </span> </p> <p> <br /> </p> <p> <strong><span style="font-size: 14px;" color:#ff0000;""=""><span style="font-size: 14px;" font-size:="" 16px;="" ""="">EI期刊录用列表(系统投稿)</span></span></strong> </p> <p> <span style="font-size: 14px;" font-size:16px;""="">P111 P119 P123 P135 P139 P141 P145 P148 P149 P153 P154 P156 P161 P163 P320 P321 P324 P328 P332 P333 P334 P341 P343 P349 P350 P354 P355 P356 P357 P358 P365 P371 P373 P383 P386 P401 P403 P407 P411 P414 P415 P416 P418 P421 P439 P444 P451 P456 P466 P468 P469 P474 P475 P483 P484 P487 P496 P497 P501 P504 P505 P519 P522 P524 P525 P529 P540 P551 P553 P555 P560</span> </p> </td> </tr> </tbody> </table> <p> <br /> </p> </p> </div> <div class="context-right"> <div class="widget widget_menu_tab"> <ul class="menu"> <li><a href="http://www.icitse.org/home/1/list">What's New</a></li> <li><a href="">Paper Submission</a></li> <li><a href="http://www.icitse.org/home/9/about">Registration</a></li> <li><a href="http://www.icitse.org/home/3/about">Important Dates</a></li> </ul> </div> <div class="widget"> <img src="http://www.icitse.org/cms/images/p1.jpg" class="img-fluid" style="margin: 5px 0" alt=""> <img src="http://www.icitse.org/cms/images/p4.jpg" class="img-fluid" style="margin: 5px 0; " alt=""> </div> </div> <div class="clear"></div> </div> </div> <!-- footer 开始--> <div class="clear"></div> <div class="footer"> <p> Copyright@2012 by 上海湃珀信息科技中心</p> <p> ICP:<a href="http://beian.miit.gov.cn" target="_blank">ICP备2222121号-22</a></p> </div> <script src="http://www.icitse.org/cms/js/jquery.min.js" type="text/javascript"></script> <script src="http://www.icitse.org/cms/js/swiper.min.js" type="text/javascript"></script> <script src="http://www.icitse.org/cms/js/base.js" type="text/javascript"></script> <script type="text/javascript"> $(function(){ /*轮播图切换*/ var mySwiper = new Swiper ('.swiper-container', { direction: 'horizontal', paginationClickable :true,//分页器可点击 autoplay : 4000,//切换时间 loop: true, // 如果需要分页器 pagination: '.swiper-pagination', prevButton:'.swiper-button-prev', nextButton:'.swiper-button-next', }) }) </script> </body> </html>