CINXE.COM

20122年信息技术与软件工程国际学术会议(第3届)(ITSE 2022)-Whtat's New

<!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)-Whtat&#039;s New </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; } .table>tbody>tr>td{ border-top: 0; border-bottom: 1px solid #ddd; } </style> <div class="n-banner" style="background-image: url(http://www.icitse.org/uploads/images/202101241611456427.jpeg)"> <div class="n-banner-tit main-center"> Whtat&#039;s New </div> </div> <div class="n-content main-center"> <div class="breadcrumb"> <a href="/">Home</a>/ <span> Whtat&#039;s New </span> </div> <div class="nmain"> <div class="nmain-left"> <div class="wrap-services-single"> <table class="table table-hover"> <tbody> <tr> <td><a href="http://www.icitse.org/home/565/show">The accepted papers of EI journals (JA)</a></td> <td>2013-09-01</td> </tr> <tr> <td><a href="http://www.icitse.org/home/563/show">The proceedings of ITSE2012 have been indexed by EI-Compendex</a></td> <td>2013-04-13</td> </tr> <tr> <td><a href="http://www.icitse.org/home/562/show">ITSE2012 has been held in Beijing Jiaotong University successfully</a></td> <td>2013-04-13</td> </tr> <tr> <td><a href="http://www.icitse.org/home/560/show">The ITSE2012 proceedings have been listed on the official website of Springer</a></td> <td>2012-12-11</td> </tr> <tr> <td><a href="http://www.icitse.org/home/559/show">Final Conference Program of ITSE2012</a></td> <td>2012-11-30</td> </tr> <tr> <td><a href="http://www.icitse.org/home/557/show">论文集核对紧急通知</a></td> <td>2012-11-30</td> </tr> <tr> <td><a href="http://www.icitse.org/home/556/show">ITSE2012会议论文集封面已上Springer官方网站</a></td> <td>2012-10-16</td> </tr> <tr> <td><a href="http://www.icitse.org/home/555/show">关于推荐SCI或EI检索国际期刊(JA)的最新通知</a></td> <td>2012-10-14</td> </tr> <tr> <td><a href="http://www.icitse.org/home/554/show">投稿系统N501--N826及邮箱23号以后稿件评审录用结果</a></td> <td>2012-09-08</td> </tr> <tr> <td><a href="http://www.icitse.org/home/549/show">教育部中国学术会议在线(ITSE2012)会议通知</a></td> <td>2012-07-18</td> </tr> <tr> <td><a href="http://www.icitse.org/home/547/show">北京交通大学(ITSE2012)会议通知</a></td> <td>2012-06-27</td> </tr> </tbody> </table> <div class="page"> </div> </div> </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&#039;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>

Pages: 1 2 3 4 5 6 7 8 9 10