CINXE.COM
<html> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title id="title">2024 7th International Conference on Computer Information Science and Application Technology (CISAT 2024)</title> <meta name="keyword" content="International Conference,Conference,Academic conference,International academic conference,Academic e"> <meta name="description" content="It concentrates the academic strength of the global professional, and is committed to the communication of scientific and technological information, the exchange of scholars' scientific research, the in-depth analysis of"> <link rel="icon" href="https://fhk.ais.cn/cms/website/favicon/c/cisat.org.436ff09.ico" type="image/x-icon"/> <meta name="viewport" content="width=device-width, initial-scale=1"> <script type="application/javascript" src="https://fhk.ais.cn/file/web/js/layui.all.js"></script> <script type="application/javascript" src="https://fhk.ais.cn/file/web/js/layui.js"></script> <link rel="stylesheet" type="text/css" href="https://fhk.ais.cn/file/web/js/css/layui.css"> <link rel="stylesheet" type="text/css" href="https://fhk.ais.cn/file/web/css/2/index.css"> <script src="https://img.ais.cn/thirds/common/jquery-1.12.4.min.js"></script> <script src="https://img.ais.cn/thirds/common/jquery.print.js"></script> <link rel="stylesheet" href="https://fhk.ais.cn/file/web/css/swiper.min.css"> <script src="https://fhk.ais.cn/file/web/js/swiper.min.js"></script> <link rel="stylesheet" type="text/css" href="https://fhk.ais.cn/file/web/css/2/newStyle.css"> <link rel="stylesheet" type="text/css" href="https://fhk.ais.cn/file/web/css/common.css"> <style> .layui-layout-body { overflow: scroll; } .station-flexs { display: flex; justify-content: center; width : 1200px; margin : 0 auto; } </style> </head> <body> <body class="layui-layout-body"> <div class="head"> <div class="header-content select-Color" id="header-content"> <div class="head-fixed" id="head-fixed"> <ul class="layui-nav flex-img select-Color" > <img src="https://fhk.ais.cn/cms/website/common/202312/396231222102102600.png" alt="logo" class="logo" > </ul> <ul class="layui-nav layui-title flex-span select-Color"> <a href="./" style="color:rgba(254, 254, 254, 1)">2024 7th International Conference on Computer Information Science and Application Technology (CISAT 2024)</a> </ul> <ul class="layui-nav select-Color" id ="layuibar" style="flex:1;padding:0 !important"> <li class="layui-nav-item"><a href="./" >Home</a> <li class="layui-nav-item" data-param="2"><a href="./Committee" >Committee</a> <li class="layui-nav-item" data-param="3"><a href="./Speakers" >Speakers</a> <li class="layui-nav-item" data-param="4"><a href="./qzmzadkn" >Conference Info</a> <dl class="layui-nav-child"> <dd><a href="./call_for_paper" >Call For Papers</a></dd> <dd><a href="./Submission" >Submission</a></dd> <dd><a href="./Registration" >Registration</a></dd> <dd><a href="./Publication" >Publication</a></dd> <dd><a href="./download" >Download</a></dd> <dd><a href="./venue" >Venue</a></dd> </dl> </li> <li class="layui-nav-item" data-param="5"><a href="./program" >Program</a> <li class="layui-nav-item" data-param="6"><a href="./contact" >Contact</a> <li class="layui-nav-item" data-param="7"><a href="./history" >History</a> <dl class="layui-nav-child"> <dd><a href="./cisat2024" >CISAT 2024</a></dd> <dd><a href="./cisat2023" >CISAT 2023</a></dd> <dd><a href="./cisat2022" >CISAT 2022</a></dd> <dd><a href="./cisat2021" >CISAT 2021</a></dd> <dd><a href="./cisat2020" >CISAT 2020</a></dd> <dd><a href="./cisat2019" >CISAT 2019</a></dd> </dl> </li> </ul> <ul class="layui-nav layui-icon flex-icon select-Color" id="layui-icon" style = "display:none"> <i id="icon-down" class="layui-icon layui-icon-down" style="font-size: 18px; color: #1E9FFF;"></i> <i id="icon-up" class="layui-icon layui-icon-up" style="font-size: 18px; color: #1E9FFF;"></i> </ul> </div> </div> </div> <script type="application/javascript" src="https://fhk.ais.cn/file/web/js/layui.all.js"></script> <script type="application/javascript" src="https://fhk.ais.cn/file/web/js/pc_common.js"></script> <script type="text/javascript"> $(function (){ auth_website= getQueryString("auth_website"); //导航栏 效果 新版 let hbOX = document.getElementById("layuibar"); let h = hbOX.clientHeight || hbOX.offsetHeight; let c = (hbOX.clientWidth || hbOX.offsetWidth) - 50; let bar = document.getElementById("layuibar").getElementsByClassName("layui-nav-bar") let icon = document.getElementById("layui-icon"); var num = document.getElementById("layuibar").getElementsByTagName('li').length; let content = document.getElementById("header-content") // let liContent = document.getElementById("layui-nav") var temp = [] var Identification = 0; var tempNode function getHide() { var total = 0; temp = [] for (var i = 0; i < num; i++) { total += $('ul>li').eq(i).width(); if (total >= c) { $("#layui-icon").show(); temp.push($('ul>li').eq(i)[0]) $('ul>li').eq(i).hide() } } } getHide(); icon.onmouseover = function () { var total = 0; for (var i = 0; i < num; i++) { total += $('ul>li').eq(i).width(); if (total >= c) { $('ul>li').eq(i).show() } } content.style.height = h + 'px' // section.style.height = h + 'px' }; hbOX.onmouseleave = function () { temp.forEach(item => { let data = item.childNodes data.forEach(item => { if ($(item).hasClass('layui-show') == true) { Identification = 1 tempNode = item return } }) }) if (Identification == 0) { content.style.height = 80 + 'px' // section.style.height = 80 + 'px' getHide(); } if (Identification == 1) { tempNode.onmouseleave = function () { content.style.height = 80 + 'px' // section.style.height = 80 + 'px' getHide(); } } } }); var homeUrl = 'http://www.cisat.org/'; link(); function link() { if (document.querySelector('.link')) { var link = document.querySelector('.link').clientHeight; document.querySelector('.header-content').style.marginTop = link + 'px' } } </script> <div class="layui-carousel" id="test" lay-filter="test1"> <div carousel-item> <div><img class="rotation_chart" src="https://fhk.ais.cn/cms/website/functional/pic/202312/396231222103905622.jpg"/></div> <div><img class="rotation_chart" src="https://fhk.ais.cn/cms/website/functional/pic/202312/396231222103931648.jpg"/></div> </div> </div> <script type="text/javascript"> //轮播样式1 layui.use('carousel', function () { var carousel = layui.carousel; //建造实例 carousel.render({ elem: '#test' , width: '100%' //设置容器宽度 , height: '480px' , arrow: 'always' //始终显示箭头 //,anim: 'fade' //切换动画方式 }); }); //轮播样式4 var length = $(".swiper-wrapper").children(".swiper-slide").length certifySwiper = new Swiper('#certify .swiper-container', { watchSlidesProgress: true, slidesPerView: 'auto', centeredSlides: true, loop: length <= 1 ? false : true, loopedSlides: 5, autoplay: true, navigation: { nextEl: '.swiper-button-next', prevEl: '.swiper-button-prev', }, pagination: { el: '.swiper-pagination', //clickable :true, }, on: { progress: function (progress) { for (i = 0; i < this.slides.length; i++) { var slide = this.slides.eq(i); var slideProgress = this.slides[i].progress; modify = 1; if (Math.abs(slideProgress) > 1) { modify = (Math.abs(slideProgress) - 1) * 0.3 + 1; } translate = slideProgress * modify * 260 + 'px'; scale = 1 - Math.abs(slideProgress) / 5; zIndex = 999 - Math.abs(Math.round(10 * slideProgress)); slide.transform('translateX(' + translate + ') scale(' + scale + ')'); slide.css('zIndex', zIndex); slide.css('opacity', 1); if (Math.abs(slideProgress) > 3) { slide.css('opacity', 0); } } }, setTransition: function (transition) { for (var i = 0; i < this.slides.length; i++) { var slide = this.slides.eq(i) slide.transition(transition); } } } }) //轮播样式3 var viewSwiper = new Swiper('.view .swiper-container', { on: { slideChangeTransitionStart: function () { updateNavPosition() } } }) $('.view .arrow-left,.preview .arrow-left').on('click', function (e) { e.preventDefault() if (viewSwiper.activeIndex == 0) { viewSwiper.slideTo(viewSwiper.slides.length - 1, 1000); return } viewSwiper.slidePrev() }) $('.view .arrow-right,.preview .arrow-right').on('click', function (e) { e.preventDefault() if (viewSwiper.activeIndex == viewSwiper.slides.length - 1) { viewSwiper.slideTo(0, 1000); return } viewSwiper.slideNext() }) var previewSwiper = new Swiper('.preview .swiper-container', { //visibilityFullFit: true, slidesPerView: 'auto', allowTouchMove: false, on: { tap: function () { viewSwiper.slideTo(previewSwiper.clickedIndex) } } }) function updateNavPosition() { $('.preview .active-nav').removeClass('active-nav') var activeNav = $('.preview .swiper-slide').eq(viewSwiper.activeIndex).addClass('active-nav') if (!activeNav.hasClass('swiper-slide-visible')) { if (activeNav.index() > previewSwiper.activeIndex) { var thumbsPerNav = Math.floor(previewSwiper.width / activeNav.width()) - 1 previewSwiper.slideTo(activeNav.index() - thumbsPerNav) } else { previewSwiper.slideTo(activeNav.index()) } } } </script> <div class="station-flexs"> <div class="en-content" style=" width : 1200px;margin : 0 auto;" > <link rel="stylesheet" type="text/css" href="https://fhk.ais.cn/file/web/css/2/sidebar.css"> <script type="application/javascript" src="https://fhk.ais.cn/file/web/js/jquery.qrcode.min.js"></script> <script> function goToTop() { let sTop = document.documentElement.scrollTop + document.body.scrollTop if(sTop === 0) { clearTimeout(this.timer) return false } window.scrollBy(0, -200) this.timer = setTimeout(() => { this.goToTop() },30) } $(function (){ var logo = $('.logo').attr('src'); $("#qrcode").qrcode({ render:"canvas", width:105, height:105, text:homeUrl+"?lang=en&pf=1", background : "#ffffff", //二维码的后景色 foreground : "#000000", //二维码的前景色 }); }) function openqq(data){ var title = $("#title").text(); var logo =$('.logo').attr('src'); if(!data){ // 没有分享语 data = "我在 艾思科蓝 发现一个不错的活动,分享给大家看看"; } var url = "https://connect.qq.com/widget/shareqq/index.html?url="+homeUrl+"?lang=en"; url+="&showcount=0&desc="+data+"&summary=&title="+title; url+= "&pics="+logo; url+= "&style=550&width=550&height=550"+",_blank"+",height=800, width=800, top=0, left=0"; window.open(url); } function openwb(data){ var title = $("#title").text(); var logo =$('.logo').attr('src'); if(!data){ // 没有分享语 data = "我在 艾思科蓝 发现一个不错的活动,分享给大家看看"; } var url = "https://service.weibo.com/share/share.php?url="+homeUrl+"?lang=en"; url+="&title="+data; url+= "&pics="+logo; url+= "&searchPic=false,_blank,height=800,width=800"; window.open(url); } //微信分享二维码显示与隐藏 function over(){ document.getElementById("shareWx").style.display="";//显示 } function out(){ document.getElementById("shareWx").style.display="none";//隐藏 } </script> <div> <div class="meeting-spans"> <div><style>.zsy1{ margin: 0px -359px 0px; padding: 80px 400px 80px; } @media (max-width:768px) { .zsy1{ margin: -30px -17px 0px -22px; padding: 10px 20px; } }</style><div class="select-Color zsy1" style="box-sizing: border-box;background:rgbA(0,0,0);" align="left"><table><tbody><tr class="firstRow"><td id="rightdh" valign="middle" style="word-break: break-all;border: none;" align="left"><p style="margin-bottom: 24px;"><span style="font-family: 微软雅黑, "Microsoft YaHei"; color: #FFFFFF;"><strong><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 30px;">About CISAT 2024</span></strong></span></p><hr style="width: 290px;margin-bottom: 24px;background:#ffffff" align="left"/><p style="margin-bottom: 24px;text-align: justify;"><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px; color: #FFFFFF;"></span></p><p style="margin-bottom: 24px; text-align: justify; line-height: 1.5em;"><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px; color: #FFFFFF;">Welcome to the official website of the 7th International Conference on Computer Information Science and Application Technology (CISAT 2024).</span></p><p style="text-align: justify; line-height: 1.5em; margin-bottom: 0px;"><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px; color: #FFFFFF;">The CISAT 2024 conference is scheduled to take place from July 12-14, 2024 in Hangzhou, China. The primary objective of CISAT 2024 is to provide a platform for academics and industrial experts in the field of computer information science and application technology to convene and exchange innovative ideas. The conference aims to facilitate research and development activities in this area, as well as promote scientific information interchange among global researchers, developers, engineers, students, and practitioners. With an annual recurrence, CISAT 2024 strives to serve as an ideal forum for individuals to share their perspectives and experiences related to computer information science and application technology. We cordially invite your participation in CISAT 2024.</span></p></td><td id="leftdh" width="500" valign="bottom" style="word-break: break-all;border: none;" align="right"><img src="https://fhk.ais.cn/cms/website/editor/202404/301240407101334033.JPG" width="500" height="314" border="0" vspace="0" alt="幻灯片16.JPG" style="width: 500px; height: 314px;"/></td></tr></tbody></table></div></div> </div> </div> <div> <div class="meeting-spans"> <div><style>.zsy2{ margin: 0px -359px 0px; padding: 80px 400px 0px; } @media (max-width:768px) { .zsy2{ margin: -80px -17px 0px -22px; padding: 10px 20px; } }</style><div class="zsy2" style="box-sizing: border-box; background:rgbA(255,255,255);" align="left"><table><tbody><tr class="firstRow"><td id="rightdh2" width="50%" valign="top" style="word-break: break-all;border: none;" align="left"><p style="margin-bottom: 24px;"><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 30px;"><strong>CALL FOR PAPERS</strong></span></p><p style="margin-bottom: 24px;"><span style="font-size: 14px; font-family: 微软雅黑, "Microsoft YaHei";"><img src="https://fhk.ais.cn/cms/website/editor/202304/326230403154500799.gif" alt="hot.gif"/> The topics of interest include, but are not limited to:</span></p><main><details><summary class="input1 select-Color"><span style="font-size: 14px; font-family: 微软雅黑, "Microsoft YaHei";">Computational Science and Algorithms</span></summary><div class="tab-content"><p style="line-height: 1.5em;"><span style="font-size: 14px; font-family: 微软雅黑, "Microsoft YaHei";"></span></p><p style="line-height: 1.5em;"><span style="font-size: 14px; font-family: 微软雅黑, "Microsoft YaHei";"></span></p><p><span style="font-size: 14px; font-family: 微软雅黑, "Microsoft YaHei";"></span></p><p><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">· Algorithms</span></p><p><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">· Automated Software Engineering</span></p><p><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">· Bioinformatics and Scientific Computing</span></p><p><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">· Computer Science and Engineering</span></p><p><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">· Computer-aided design / manufacturing</span></p><p><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">· Database and Data Mining</span></p><p><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">· Data Compression</span></p><p><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">· Data Encryption</span></p><p><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">· Data Mining</span></p><p><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">· Digital Signal and Image Processing</span></p><p><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">· Digital System and Logic Design</span></p><p><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">· Expert Systems</span></p><p><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">· Geographical Information Systems (GIS)</span></p><p><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">· Image Processing</span></p><p><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">· Information Systems</span></p><p><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">· Mobile Computing</span></p><p><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">· Multimedia Networking</span></p><p><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">· Mobile Wireless Networks</span></p><p><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">· Network Security and Cryptography</span></p><p><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">· Programming Languages</span></p><p><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">· Signal Detection and Estimation</span></p><p><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">· Wireless Communication</span></p><p><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">· Wireless Sensor Network</span></p></div></details><details><summary class="input1 select-Color"><span style="font-size: 14px; font-family: 微软雅黑, "Microsoft YaHei";">Intelligent Computing and Artificial Intelligence</span></summary><div class="tab-content"><p style="line-height: 1.5em;"><span style="font-size: 14px; font-family: 微软雅黑, "Microsoft YaHei";"></span></p><p style="line-height: 1.5em;"><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;"></span></p><p><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;"></span></p><p><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">· Basic Theory and Application of Artificial Intelligence</span></p><p><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">· Big Data Analysis and Processing</span></p><p><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">· Biometric Identification</span></p><p><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">· Bioinformatics and Artificial Life</span></p><p><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">· Computer Aided Education</span></p><p><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">· Computer Vision and Image Processing</span></p><p><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">· Evolutionary Calculation</span></p><p><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">· Information Retrieval and Web Search</span></p><p><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">· Intelligent Planning and Scheduling</span></p><p><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">· Intelligent Control</span></p><p><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">· Knowledge Science and Knowledge Engineering</span></p><p><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">· Machine Learning and Data Mining</span></p><p><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">· Machine Perception and Virtual Reality</span></p><p><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">· Natural Language Processing and Understanding</span></p><p><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">· Neural Network and Deep Learning</span></p><p><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">· Pattern Recognition Theory and Application</span></p><p><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">· Rough Set and Soft Computing</span></p></div></details><details><summary class="input1 select-Color"><span style="font-size: 14px; font-family: 微软雅黑, "Microsoft YaHei";">Software Process and Data Mining</span></summary><div class="tab-content"><p style="line-height: 1.5em;"><span style="font-size: 14px; font-family: 微软雅黑, "Microsoft YaHei";"></span></p><p style="line-height: 1.5em;"><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;"></span></p><p><span style="font-size: 14px; font-family: 微软雅黑, "Microsoft YaHei";"></span></p><p><span style="font-size: 14px; font-family: 微软雅黑, "Microsoft YaHei";">· Software Engineering Practice</span></p><p><span style="font-size: 14px; font-family: 微软雅黑, "Microsoft YaHei";">· Web Engineering</span></p><p><span style="font-size: 14px; font-family: 微软雅黑, "Microsoft YaHei";">· Multimedia and Visual Software Engineering</span></p><p><span style="font-size: 14px; font-family: 微软雅黑, "Microsoft YaHei";">· Software Maintenance and Testing</span></p><p><span style="font-size: 14px; font-family: 微软雅黑, "Microsoft YaHei";">· Association rules</span></p><p><span style="font-size: 14px; font-family: 微软雅黑, "Microsoft YaHei";">· Classification</span></p><p><span style="font-size: 14px; font-family: 微软雅黑, "Microsoft YaHei";">· Clustering</span></p><p><span style="font-size: 14px; font-family: 微软雅黑, "Microsoft YaHei";">· Data cleaning</span></p><p><span style="font-size: 14px; font-family: 微软雅黑, "Microsoft YaHei";">· Data integration</span></p><p><span style="font-size: 14px; font-family: 微软雅黑, "Microsoft YaHei";">· Feature selection</span></p><p><span style="font-size: 14px; font-family: 微软雅黑, "Microsoft YaHei";">· Information system and retrieval</span></p><p><span style="font-size: 14px; font-family: 微软雅黑, "Microsoft YaHei";">· Outlier analysis</span></p><p><span style="font-size: 14px; font-family: 微软雅黑, "Microsoft YaHei";">· Visual data mining</span></p><p><span style="font-size: 14px; font-family: 微软雅黑, "Microsoft YaHei";">· Knowledge Acquisition & Management</span></p><p><span style="font-size: 14px; font-family: 微软雅黑, "Microsoft YaHei";">· Knowledge-based Systems</span></p><p><span style="font-size: 14px; font-family: 微软雅黑, "Microsoft YaHei";">· Multimedia & Cognitive Informatics</span></p><p><span style="font-size: 14px; font-family: 微软雅黑, "Microsoft YaHei";">· Neural Networks</span></p><p><span style="font-size: 14px; font-family: 微软雅黑, "Microsoft YaHei";">· Parallel Processing</span></p><p><span style="font-size: 14px; font-family: 微软雅黑, "Microsoft YaHei";">· Pattern Recognition</span></p><p><span style="font-size: 14px; font-family: 微软雅黑, "Microsoft YaHei";">· Pervasive computing and ambient intelligence</span></p><p><span style="font-size: 14px; font-family: 微软雅黑, "Microsoft YaHei";">· Programming Language</span></p><p><span style="font-size: 14px; font-family: 微软雅黑, "Microsoft YaHei";">· Reasoning and Evolution</span></p><p><span style="font-size: 14px; font-family: 微软雅黑, "Microsoft YaHei";">· Recent Trends and Developments</span></p><p><span style="font-size: 14px; font-family: 微软雅黑, "Microsoft YaHei";">· Soft computing theory and applications</span></p><p><span style="font-size: 14px; font-family: 微软雅黑, "Microsoft YaHei";">· Software & Hardware Architectures</span></p><p><span style="font-size: 14px; font-family: 微软雅黑, "Microsoft YaHei";">· Web Intelligence Applications & Search</span></p></div></details><details><summary class="input1 select-Color"><span style="font-size: 14px; font-family: 微软雅黑, "Microsoft YaHei";">Intelligent Transportation</span></summary><div class="tab-content"><p style="line-height: 1.5em;"><span style="font-size: 14px; font-family: 微软雅黑, "Microsoft YaHei";"></span></p><p style="line-height: 1.5em;"><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;"></span></p><p><span style="font-size: 14px; font-family: 微软雅黑, "Microsoft YaHei";"></span></p><p><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">· Intelligent Transportation Systems<br/>· Vehicular Networks<br/>· Edge Computing<br/>· Spatiotemporal Data</span><span style="font-size: 14px; font-family: 微软雅黑, "Microsoft YaHei";"></span></p></div></details></main><p style="margin-bottom: 24px; margin-top: 24px;"><span style="font-size: 14px; font-family: 微软雅黑, "Microsoft YaHei";">For more information, please click:</span></p><p><a href="http://www.cisat.org/call_for_paper" target="_blank" class="input1 cs select-Color" textvalue="Learn More"><span class="sub" style="position: relative; z-index: 99; font-size: 14px; font-family: 微软雅黑, "Microsoft YaHei"; text-decoration: none;">Learn More</span></a></p></td><td id="leftdh2" valign="top" style="word-break: break-all;border: none;" align="right"><p style="margin-bottom: 24px; text-indent: 0em;"><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 30px;"><strong>SUBMISSION</strong></span></p><p style="margin-bottom: 24px; text-indent: 0em;"><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;"><img src="https://fhk.ais.cn/cms/website/editor/202304/326230403144454505.gif" alt="news.gif"/> Please send the full paper(word+pdf) to Submission System : </span></p><p style="text-indent: 0em; margin-bottom: 36px;"><a href="https://www.ais.cn/attendees/paperSubmit/BNN7NN" target="_blank" class="input1 cs select-Color" textvalue="Submission System (Chinese) (Pay for RMB/国内作者投稿通道)"><span class="sub" style="position: relative; z-index: 99; font-size: 14px; font-family: 微软雅黑, "Microsoft YaHei"; text-decoration: none;">Submission System (Chinese) (Pay for RMB/国内作者投稿通道)</span></a></p><p style="text-indent: 0em; margin-bottom: 36px;"><a href="https://paper-sub.com/paper/BNN7NN" target="_blank" class="input1 cs select-Color" textvalue="Submission System (English) (Pay for USD/国外作者投稿通道)"><span class="sub" style="position: relative; z-index: 99; font-size: 14px; font-family: 微软雅黑, "Microsoft YaHei"; text-decoration: none;">Submission System (English) (Pay for USD/国外作者投稿通道)</span></a></p><p style="margin-top: 36px; text-indent: 0em;"><img src="https://fhk.ais.cn/cms/website/editor/202304/326230403144454505.gif" alt="news.gif" style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px; white-space: normal; background-color: rgb(245, 245, 245);"/><span style="font-size: 14px;"> <span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">Templates:</span><span style="font-size: 14px; font-family: 微软雅黑, "Microsoft YaHei";"></span></span><a href="http://www.cisat.org/download" target="_blank" class="colorOne" textvalue="Download"><span style="font-family: 微软雅黑, "Microsoft YaHei"; text-decoration: underline; font-size: 14px;">Download</span></a></p><p style="margin-top: 24px; text-indent: 0em; margin-bottom: 24px;"><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">For more information, please click: </span></p><p style="margin-bottom: 36px; margin-top: 24px; text-indent: 0em;"><a href="http://www.cisat.org/Submission" target="_blank" class="input1 cs select-Color" textvalue="Learn More"><span class="sub" style="font-family: 微软雅黑, "Microsoft YaHei"; position: relative; z-index: 99; font-size: 14px; text-decoration: none;">Learn More</span></a></p></td></tr></tbody></table></div></div> </div> </div> <div> <div class="meeting-spans"> <div><style>.zsydate{ margin:0px -359px 0px; padding: 60px 380px 80px; } @media (max-width:768px) { .zsydate{ margin: -80px -17px 0px -22px; padding: 10px 20px 30px; } }</style><div class="zsydate" style="background-color:rgba(255,255,255);" align="center"><div id="downdh"><p style="margin-bottom: 24px;"><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 30px;"><strong>IMPORTANT DATES</strong></span></p><table><tbody><tr class="firstRow"><td width="354" valign="top" style="word-break: break-all;border: none;border-right: 1px solid #000;" align="center"><p style="margin-bottom: 12px;"><span style="font-size: 16px; font-family: 微软雅黑, "Microsoft YaHei";">Full Paper Submission Date</span></p></td><td width="354" valign="top" style="word-break: break-all;border: none;border-right: 1px solid #000;" align="center"><p style="margin-bottom: 12px;"><span style="font-size: 16px; font-family: 微软雅黑, "Microsoft YaHei";">Registration Deadline</span></p></td><td width="354" valign="top" style="word-break: break-all;border: none;border-right: 1px solid #000;" align="center"><p style="margin-bottom: 12px;"><span style="font-size: 16px; font-family: 微软雅黑, "Microsoft YaHei";">Final Paper Submission Date</span></p></td><td width="354" valign="top" style="word-break: break-all;border: none;" align="center"><p style="margin-bottom: 12px;"><span style="font-size: 16px; font-family: 微软雅黑, "Microsoft YaHei";">Conference Dates</span></p></td></tr><tr class="firstRow"><td width="354" valign="top" style="word-break: break-all;border: none;border-right: 1px solid #000;" align="center"><p style="margin-bottom: 0px;"><span style="font-family: 微软雅黑, "Microsoft YaHei";"><strong><span style="font-size: 16px; font-family: 微软雅黑, "Microsoft YaHei";">April 14, 2024</span></strong></span></p></td><td width="354" valign="top" style="word-break: break-all;border: none;border-right: 1px solid #000;" align="center"><p style="margin-bottom: 0px;"><span style="font-family: 微软雅黑, "Microsoft YaHei";"><strong><span style="font-size: 16px; font-family: 微软雅黑, "Microsoft YaHei";">May 12, 2024</span></strong></span></p></td><td width="354" valign="top" style="word-break: break-all;border: none;border-right: 1px solid #000;" align="center"><p style="margin-bottom: 0px;"><span style="font-family: 微软雅黑, "Microsoft YaHei";"><strong><span style="font-size: 16px; font-family: 微软雅黑, "Microsoft YaHei";">June 14, 2024</span></strong></span></p></td><td width="354" valign="top" style="word-break: break-all;border: none;" align="center"><p style="margin-bottom: 0px;"><span style="font-family: 微软雅黑, "Microsoft YaHei";"><strong><span style="font-size: 16px; font-family: 微软雅黑, "Microsoft YaHei";">July 12-14, 20</span></strong></span><span style="font-family: 微软雅黑, "Microsoft YaHei";"><strong><span style="font-size: 16px;font-family: 微软雅黑, "Microsoft YaHei";">24</span></strong></span></p></td></tr></tbody></table></div></div></div> </div> </div> <div> <div class="meeting-spans"> <div><style>.zsypub{ margin: 0px -359px 0px; padding: 60px 420px 30px; } @media (max-width:768px) { .zsypub{ margin: -80px -17px -40px -22px; padding: 10px 20px 30px; } }</style><div class="zsypub" style="box-sizing: border-box;background:rgb(245,245,245);"><div id="downdh2"><p style="line-height: 2em; margin-bottom: 24px; text-align: center; margin-top: 24px;"><span style="font-family: 微软雅黑, "Microsoft YaHei";font-size: 30px;"><strong>Publication</strong></span></p><p style="text-align: justify; vertical-align: middle; line-height: 2em; margin-top: 0px; margin-bottom: 24px;"><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;"></span><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">All papers, both invited and contributed, the accepted papers, will be published and submitted for inclusion into IEEE Xplore subject to meeting IEEE Xplore's scope and quality requirements, and also submitted to EI Compendex and Scopus for indexing. All conference proceedings paper can not be less than 4 pages. </span></p><p style="text-align: justify; vertical-align: middle; line-height: 2em; margin-top: 0px; margin-bottom: 24px;"><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;"><img src="https://fhk.ais.cn/cms/website/editor/202402/396240201161435203.png" alt="CISAT 2024-IEEE截图.png"/></span></p><hr class="select-Color" style="margin-bottom: 24px; margin-top: 24px;border:none"/><p style="line-height: 1.5em;"><strong><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 16px;">CISAT 2023</span></strong></p><p style="line-height: 1.5em;"><strong><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 16px;">Hangzhou, China | May 26-28, 2023</span></strong></p><p style="line-height: 1.5em;"><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">CISAT 2023 was successfully taken place on May 26-28, 2023. All accepted papers were published by SPIE - The International Society for Optical Engineering (ISSN: 0277-786X) and submitted to EI Compendex for indexing.</span></p><p><a href="https://www.spiedigitallibrary.org/conference-proceedings-of-SPIE/12800.toc?SSO=1" target="_blank" style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px; text-decoration: underline; color: rgb(0, 112, 192);"><span style="color: #0070C0;"><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px; text-decoration: underline; color: #0070C0;">Conference Proceedings</span><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px; color: #0070C0;"></span></span></a> <span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">| <span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px; color: #0070C0;">EI Compendex</span></span></p><hr class="select-Color" style="margin-bottom: 24px; margin-top: 24px;border:none"/><p style="line-height: 1.5em;"><span style="font-size: 16px;"><strong><span style="font-family: 微软雅黑, "Microsoft YaHei";">CISAT 2022</span></strong></span></p><p style="line-height: 1.5em;"><span style="font-size: 16px;"><strong><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 16px;">Chongqing, China | July 29-31, 2022</span></strong></span></p><p style="line-height: 1.5em;"><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">CISAT 2022 was successfully taken place on July 29-31, 2022. All accepted papers were published by SPIE - The International Society for Optical Engineering (ISSN: 0277-786X) and submitted to EI Compendex for indexing.</span></p><p><a href="https://www.spiedigitallibrary.org/conference-proceedings-of-spie/12451.toc?SSO=1" target="_blank" style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px; color: rgb(0, 112, 192); text-decoration: underline;"><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px; color: #0070C0; text-decoration: underline;">Conference Proceedings</span><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px; color: #0070C0;"></span></a> <span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">| </span><a href="https://fhk.ais.cn/cms/website/editor/202301/368230111111402665.png" target="_blank" title="CISAT 2022-EI检索截图.png" textvalue="EI Compendex"><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px; color: #0070C0; text-decoration: underline;">EI Compendex</span><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px; color: #0070C0;"></span></a></p><hr class="select-Color" style="margin-bottom: 24px; margin-top: 24px;border:none"/><p style="line-height: 1.5em;"><strong><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 16px;">CISAT 2021</span></strong></p><p style="line-height: 1.5em;"><strong><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 16px;">Lanzhou, China | July 30-August 1, 2021</span></strong></p><p style="line-height: 1.5em;"><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">CISAT 2021 was successfully taken place on July 30-August 1, 2021. All accepted papers were published by Journal of Physics: Conference Series (JPCS) (ISSN:1742-6588) and submitted to EI Compendex for indexing.</span></p><p><a href="https://iopscience.iop.org/issue/1742-6596/2010/1" target="_blank" style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px; color: rgb(0, 112, 192); text-decoration: underline;"><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px; color: #0070C0; text-decoration: underline;">Conference Proceedings</span><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px; color: #0070C0;"></span></a> <span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">| </span><a href="https://fhk.ais.cn/cms/website/editor/202112/379211215140659531.png" target="_blank" textvalue="EI Compendex"><span style="color: #0070C0;"><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px; text-decoration: underline; color: #0070C0;">EI Compendex</span><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px; color: #0070C0;"></span></span></a></p><hr class="select-Color" style="margin-bottom: 24px; margin-top: 24px;border:none"/><p style="line-height: 1.5em;"><strong><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 16px;">CISAT 2020</span></strong></p><p style="line-height: 1.5em;"><strong><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 16px;">Zhangjiajie, China (Online Conference) | July 17, 2020</span></strong><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;"> </span></p><p style="line-height: 1.5em;"><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">CISAT 2020 was successfully taken place on July 17, 2020. All accepted full papers will be published by Journal of Physics: Conference Series (JPCS) (ISSN:1742-6588) and will be submitted to EI Compendex, Scopus and for indexing.</span><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;"> </span></p><p><a href="https://iopscience.iop.org/issue/1742-6596/1634/1" target="_blank" style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px; color: rgb(0, 112, 192); text-decoration: underline;"><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px; color: #0070C0; text-decoration: underline;">Conference Proceedings</span><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px; color: #0070C0;"></span></a> <span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">| </span><a href="https://fhk.ais.cn/cms/website/editor/202112/379211215141209549.png" target="_blank" style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px; text-decoration: underline; color: rgb(0, 112, 192);"><span style="color: #0070C0;"><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px; text-decoration: underline; color: #0070C0;">EI Compendex</span><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px; color: #0070C0;"></span></span></a></p><hr class="select-Color" style="margin-bottom: 24px; margin-top: 24px;border:none"/><p style="line-height: 1.5em;"><span style="font-size: 16px;"><strong><span style="font-family: 微软雅黑, "Microsoft YaHei";">CISAT 2019</span></strong></span></p><p style="line-height: 1.5em;"><span style="font-size: 16px;"><strong><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 16px;">Guangzhou, China | August 30-September 1, 2019</span></strong></span></p><p style="line-height: 1.5em;"><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">CISAT 2019 was successfully taken place on August 30-September 1, 2019 in Guangzhou, China. All accepted papers were published by Journal of Physics: Conference Series (JPCS) (ISSN:1742-6588) and submitted to EI Compendex for indexing.</span><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;"> </span></p><p><a href="https://iopscience.iop.org/volume/1742-6596/1345" target="_blank" style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px; text-decoration: underline; color: rgb(0, 112, 192);"><span style="color: #0070C0;"><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px; text-decoration: underline; color: #0070C0;">Conference Proceedings</span><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px; color: #0070C0;"></span></span></a> <span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">| </span><a href="https://fhk.ais.cn/cms/website/editor/202112/379211215150137789.png" target="_blank" style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px; color: rgb(0, 112, 192); text-decoration: underline;"><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px; color: #0070C0; text-decoration: underline;">EI Compendex</span><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px; color: #0070C0;"></span></a><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;"> </span></p><hr class="select-Color" style="margin-bottom: 24px; margin-top: 24px;border:none"/><p style="line-height: 1.5em;"><strong><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 16px;">CISAT 2018</span></strong></p><p style="line-height: 1.5em;"><strong><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 16px;">Daqing, China | December 7-9, 2018</span></strong></p><p style="line-height: 1.5em;"><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">CISAT 2018 was successfully taken place on December 7-9, 2018 in Daqing, China. All accepted papers were published by Institute of Physics Publishing (ISSN: 17426588) and submitted to EI Compendex for indexing.</span></p><p style="margin-bottom: 24px;"><a href="https://fhk.ais.cn/cms/website/editor/202112/379211215153808128.png" target="_blank" style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px; text-decoration: underline; color: rgb(0, 112, 192);"><span style="color: #0070C0;"><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px; text-decoration: underline; color: #0070C0;">EI Compendex</span><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px; color: #0070C0;"></span></span></a></p><p style="text-align: justify; line-height: 2em; margin-bottom: 0px; margin-top: 0px;"><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">Note: All submitted articles should report original results, experimental or theoretical, not previously published or being under consideration for publication elsewhere. Articles submitted to the conference should meet these criteria. We firmly believe that ethical conduct is the most essential virtue of any academic. Hence, any act of plagiarism or other misconduct is totally unacceptable and cannot be tolerated.</span></p></div></div></div> </div> </div> <div> <div class="meeting-spans"> <div><style>.bar{ position: relative; z-index:999; } main { max-width: 400px; } details{ margin-bottom: 20px; } summary { font-size: 1rem; font-weight: 600; background-color: #f3f3f3; color: #000; padding: 1rem; margin-bottom: 1rem; outline: none; border-radius: 0.25rem; cursor: pointer; position: relative; } details[open] summary~* { animation: sweep .5s ease-in-out; } @keyframes sweep { 0% { opacity: 0; margin-top: -10px } 100% { opacity: 1; margin-top: 0px } } details>summary::after { position: absolute; content: "+"; right: 20px; } details[open]>summary::after { position: absolute; content: "-"; right: 20px; } details>summary::-webkit-details-marker { display: none; } .sub{ color:#fff; } .header-content{ box-shadow: 0px 10px 10px rgba(0,0,0,0.3) !important; }.input1 { text-shadow:0.2px 0.2px 1px rgba(0,0,0,0.5); border: none; font-weight:inherit; /*字体粗细*/ text-decoration:none;/*超链接文字不划线*/ padding: 10px 40px; border-radius: 10px; color: #ffffff; outline: none; transition: all 500ms ease 0s; position: relative; } .input1:before{ color: #ffffff; border: none; content: ''; background: linear-gradient(to left, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.2) 50%); background-size: 210% 100%; background-position: right bottom; position: absolute; top: 0; bottom:0; right:0; left: 0; border-radius: 10px; transition: all 0.5s; -webkit-transition: all 0.5s; } .input1:hover{ background-image: linear-gradient(to left, #28aaff, #008bff); border: none; color: #ffffff; transition: all 500ms ease 0s; } .cs {color: #ffffff; background-image: linear-gradient(to left, #28aaff, #008bff); border: none; } .cs:hover:before { color: #ffffff; background-position: left bottom;border: none; } .bk{ opacity:1; transition: all 500ms ease 0s; } .bk:hover{ opacity:0.5; transition: all 500ms ease 0s; } .bk1{ color:#000000; background:#ffffff; box-sizing:border-box; transition: all 500ms ease 0s; border: none; border-radius: 40px; } .bk1:hover{background:#ffffff; box-sizing:border-box; transition: all 500ms ease 0s; border: none; box-shadow: 0px 0px 15px rgba(0,0,0,0.3); } #jxdh{ animation: movefromjx 2s; animation-fill-mode: forwards; } @keyframes movefromjx { from { opacity: 0; transform: translateY(100px); } to { opacity: 1; transform: translateY(0px); } } #leftdh{} #leftdh2{} #leftdh.move, #leftdh2.move{ animation: movefromleft 2s; animation-fill-mode: forwards; } @keyframes movefromleft { from { opacity: 0; transform: translateX(-100%); } to { opacity: 1; transform: translateX(0px); } } #rightdh {} #rightdh2 {} #rightdh.move, #rightdh2.move { animation: movefromright 2s; animation-fill-mode: forwards; } @keyframes movefromright { from { opacity: 0; transform: translateX(100%); } to { opacity: 1; transform: translateX(0px); } } #topdh {} #topdh2 {} #topdh.move, #topdh2.move { animation: movefromtop 2s; animation-fill-mode: forwards; } @keyframes movefromtop { from { opacity: 0; transform: translateY(-100%); } to { opacity: 1; transform: translateY(0px); } } #downdh {} #downdh2 {} #downdh3 {} #downdh.move, #downdh2.move, #downdh3.move { animation: movefromdown 2s; animation-fill-mode: forwards; } @keyframes movefromdown { from { opacity: 0; transform: translateY(100%); } to { opacity: 1; transform: translateY(0px); } }</style><script>window.onload = (event) =>{ const leftdh = document.getElementById('leftdh'); const leftdh2 = document.getElementById('leftdh2'); const rightdh = document.getElementById('rightdh'); const rightdh2 = document.getElementById('rightdh2'); const topdh = document.getElementById('topdh'); const topdh2 = document.getElementById('topdh2'); const downdh = document.getElementById('downdh'); const downdh2 = document.getElementById('downdh2'); const downdh3 = document.getElementById('downdh3'); const animationClass = 'move'; // 创建监听 const intersectionObserver = new IntersectionObserver((entries) => { for (entry of entries) { if (entry.intersectionRatio > 0) { addAnimationClass(entry.target, animationClass); } else { console.log(animationClass); removeAnimationClass(entry.target, animationClass); } } }); // 添加动画class的操作 function addAnimationClass(elem, animationClass) { elem.className.includes(animationClass) ? 1 : elem.className = elem.className + ' ' + animationClass; } // 移除动画class的操作 //function removeAnimationClass(elem, animationClass) { // elem.className.includes(animationClass) ? elem.className = elem.className.replace(animationClass, '') : 1; // console.log(elem.className); // } // 开启监听 intersectionObserver.observe(leftdh); intersectionObserver.observe(rightdh); intersectionObserver.observe(leftdh2); intersectionObserver.observe(rightdh2); intersectionObserver.observe(downdh); intersectionObserver.observe(downdh2); intersectionObserver.observe(downdh3); intersectionObserver.observe(topdh); intersectionObserver.observe(topdh2); }</script></div> </div> </div> <div> <div class="meeting-spans"> <div><style>.zsysup{ margin: 50px -359px 0px; padding: 30px 420px; } @media (max-width:768px) { .zsysup{ margin: -120px -17px -60px -22px; padding: 35px 20px 35px; } }</style><div class="zsysup" style="box-sizing: border-box; background:rgb(255,255,255);"><div id="downdh3"><p style="margin-top: 0px; text-align: center; margin-bottom: 24px;"><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 20px;"><strong>SPONSOR</strong></span></p><p style="text-align: center; margin-bottom: 0px;"><img src="https://fhk.ais.cn/cms/website/editor/202404/301240407113408290.png" alt="浙江工业大学.png" width="442" height="108" style="width: 442px; height: 108px;"/> <img src="https://fhk.ais.cn/cms/website/editor/202407/322240723102217625.png" alt="下载.png" width="410" height="163" style="text-align: center; text-wrap: wrap; background-color: rgb(255, 255, 255); width: 410px; height: 163px;"/></p><p style="margin-top: 0px; margin-bottom: 24px; text-wrap: wrap; text-align: center;"><span style="font-family: 微软雅黑, "Microsoft YaHei"; color: #FFFFFF; font-size: 20px;"><strong><br/></strong></span></p><p style="margin-top: 0px; margin-bottom: 24px; text-wrap: wrap; text-align: center;"><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 20px;"><strong>ORGANIZER</strong></span></p><p style="margin-bottom: 0px; text-wrap: wrap;text-align: center;"><img src="https://fhk.ais.cn/cms/website/editor/202405/322240527140427785.jpg" alt="4a8446ac4e1ea6f176efbe08d48dc063_jweb_02.jpg" width="769" height="183" style="width: 769px; height: 183px;"/></p><p style="margin-top: 0px; margin-bottom: 24px; text-wrap: wrap; background-color: rgb(255, 255, 255); text-align: center;"><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 20px;"><strong><br/></strong></span></p><p style="margin-top: 0px; margin-bottom: 24px; text-wrap: wrap; background-color: rgb(255, 255, 255); text-align: center;"><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 20px;"><strong>CO-ORGANIZER</strong></span></p><p style="margin-bottom: 0px; text-wrap: wrap; background-color: rgb(255, 255, 255); text-align: center;"><img src="https://fhk.ais.cn/cms/website/editor/202407/322240710113323136.png" alt="52c746489dc1edc39b531432eb0c19ad_383240710113207438.png" width="212" height="192" style="text-align: center; text-wrap: wrap; width: 212px; height: 192px;"/> <img src="https://fhk.ais.cn/cms/website/editor/202407/322240710113319122.png" alt="e03658093a7d20473bea433262fbf270_383240710112839411.png"/> </p><p style="margin-bottom: 0px; text-wrap: wrap;"><br/></p></div></div></div> </div> </div> </div> </div> <div class="footer"> <div class="footer-wrap"> <div class="footer-right"> <p> Copyright© CISAT 2024 </p> <p>2024 7th International Conference on Computer Information Science and Application Technology (CISAT 2024) http://www.cisat.org/ <script type="text/javascript">document.write(unescape("%3Cspan id='cnzz_stat_icon_1281192269'%3E%3C/span%3E%3Cscript src='https://v1.cnzz.com/z.js%3Fid%3D1281192269%26show%3Dpic1' type='text/javascript'%3E%3C/script%3E"));</script> </p> </div> </div> </div> <style> /*底部*/ .footer { width: 100%; height: 100px; background: #333333; -webkit-box-flex: 0; flex: 0 0 100px; } .footer-wrap { width: 1200px; height: 100px; left: calc(50% - 600px); background: #333333; color: #989898; font-size: 12px; display: -webkit-box; display: flex; -webkit-box-pack: justify; justify-content: space-between; -webkit-box-align: center; align-items: center; margin: auto; } .footer-left { -webkit-box-pack: justify; justify-content: space-between; -webkit-box-align: center; align-items: center; width: 527px; display: -webkit-box; display: flex; } .support > span { line-height: 28px; } .meeting > img { position: absolute; } .meeting > div { text-align: center; } .footer-right { line-height: 28px; display: flex; justify-content: flex-start; flex-direction: column; flex: 1; align-items: center; } </style> <script> function getClassDomList(className) { return document.getElementsByClassName(className) } String.prototype.colorRgb = function () { // 16进制颜色值的正则 var reg = /^#([0-9a-fA-f]{3}|[0-9a-fA-f]{6})$/; // 把颜色值变成小写 var color = this.toLowerCase(); if (reg.test(color)) { // 处理六位的颜色值,转为RGB var colorChange = []; for (var i = 1; i < 7; i += 2) { colorChange.push(parseInt("0x" + color.slice(i, i + 2))); } return "RGBA(" + colorChange.join(",") + ")"; } else { return color; } }; var classlist = ['color-title', '.color1']; let color = '#0768AC'.colorRgb(); color = color.slice(0, color.length - 1) + ",0.1)"; for (let i = 0; i < classlist.length; i++) { const list = getClassDomList(classlist[i]) for (let i = 0; i < list.length; i++) { list[i].style.setProperty('background', color, 'important') } } </script> <style> .colorOne { color: #0768AC !important;; } .layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after { background-color: #0768AC !important; } .selected1 { color: #0768AC !important; } .right-title-info1 { color: #0768AC !important;; } .count-down1 { background-color: #0768AC !important;; } .row { background-color: #0768AC !important;; } .color-change { background: #0768AC !important; } .color-line { background-color: #0768AC !important; } .color-important { background: #0768AC !important; } .dawn-bg { background-color: #0768AC !important; } .select-Color { background: #0768AC !important; } .layui-nav .layui-nav-more { display: none; } .layui-hover:hover { background: #0768AC !important; } .layui-nav .layui-nav-child a:hover { background-color: rgba(7, 13, 89, .1) !important; } .layui-nav-bar { background-color: white !important; } .layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after { background-color: !important; } .layui-nav-child { background-color: white; } .layui-nav .layui-nav-child a { color: black !important; } .layui-nav .layui-nav-item a { width: auto !important; color : rgba(255,255,255,1); } .d1-color { border-color: white white white #0768AC !important; } .layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after { background-color: white !important } .m-color-bg2{ background: #0768AC !important; } .m-imp-bg{ background: #0768AC !important; } .m-nav-color{ background: #0768AC !important; } .m2-right-bg1{ background: #0768AC !important; } .rightNavItem{ background: #0768AC !important; } .bottomNavItem{ background: #0768AC !important; } .bottomLanguage{ background: #0768AC !important; } .rightLanguage{ background: #0768AC !important; } </style> <script type="text/javascript" src="https://img.ais.cn/thirds/common/stat.js?v=3"></script> </body> </html>