CINXE.COM

2024 7th International Conference on Computer Information Science and Application Technology (CISAT 2024)

<html> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>2024 7th International Conference on Computer Information Science and Application Technology (CISAT 2024)</title> <link rel="icon" href="data:;base64,="> <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"> <script src="https://img.ais.cn/thirds/common/jquery-1.12.4.min.js"></script> <link rel="stylesheet" type="text/css" href="https://fhk.ais.cn/file/web/css/2/index.css"> <link rel="stylesheet" type="text/css" href="https://fhk.ais.cn/file/web/css/color/#0768AC.css"> <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"> <link rel="stylesheet" href="https://fhk.ais.cn/file/web/css/zoomify.min.css"> <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"> <script src="https://fhk.ais.cn/file/web/js/swiper.min.js"></script> <style> .layui-layout-body { overflow: scroll; } .station-flexs { display: flex; justify-content: center; } </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> <link rel="stylesheet" href="https://fhk.ais.cn/file/web/css/2/document.css"> <div class="page-container"> <div class="page"> <div class="container"> <div class="container"> <div class="page-container"> <div class="page-container-head"> <a href="./"class="page-first-span" >Home</a> <div class="head-img"> <img src="https://fhk.ais.cn/file/web/images/logo-web.png"> </div> <div class="page-second-span">Download</div> </div> </div> <div class="table"> <div class="table-span">Download</div> <hr class="table-hr"> <div class="table-row"> <div class="table-search"> <span class="search-span">Title/keyword:</span> <input type="text" placeholder="Title/keyword" id="keywords" class="layui-input"> <button type="button" onclick="search()" class="layui-btn">Search</button> </div> <table class="layui-table" lay-even lay-skin="nob" lay-size="lg"> <thead> <tr class="table-tr"> <th>Number</th> <th>Name</th> <th>Kind</th> <th>Created</th> <th>File Size</th> <th>Action</th> </tr> </thead> <tbody> <tr> <td>1</td> <td>Template_IEEE.zip</td> <td>download</td> <td>2024-02-01 16:16:09</td> <td>168.91kb</td> <td> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <img class="img-left" onclick="download('/cms/website/document/202402/d16997ceccd14ac0d5a363101a348853.zip')" src="https://fhk.ais.cn/file/web/images/download.png"> </td> </tr> <tr> <td>2</td> <td>Author Instructions.pdf</td> <td>download</td> <td>2023-11-27 13:44:23</td> <td>120.85kb</td> <td> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <img class="img-left" onclick="download('/cms/website/document/202311/dee05ca338eeeea3433e3f82bdc79e63.pdf')" src="https://fhk.ais.cn/file/web/images/download.png"> </td> </tr> </tbody> </table> </div> </div> </div> </div> </div> </div> <script> var url = ""; var fileUrl = 'https://fhk.ais.cn'; var prefix = './'; function download(path){ window.location.href = path.startsWith('http') ? path : fileUrl + path; } function search(){ var keywords = $("#keywords").val(); url = homeUrl+'download'+"?keywords="+keywords+"&lang=en"; window.location.href = url; } </script> <div class="footer"> <div class="footer-wrap"> <div class="footer-right"> <p> Copyright© &nbsp; CISAT 2024 </p> <p>2024 7th International Conference on Computer Information Science and Application Technology (CISAT 2024) &nbsp;&nbsp; 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> <script type="text/javascript"> <!--设置文本高度 --> $(function () { //导航栏显示 var hbOX = document.getElementById("layui-nav"); var h = hbOX.clientHeight || hbOX.offsetHeight; var c = (hbOX.clientWidth || hbOX.offsetWidth) - 40; var icon = document.getElementById("layui-icon"); var num = document.getElementById("layui-nav").getElementsByTagName('li').length; var content = document.getElementById("header-content") var liContent = document.getElementById("layui-nav") var section = document.getElementById("section") 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' }; liContent.onmouseleave = function () { if (!$('dl').is('.layui-show')) { content.style.height = 60 + 'px' section.style.height = 60 + 'px' getHide(); } } var dl = document.getElementsByTagName("dl") for (var i=0;i< dl.length; i++) { console.log(dl[i]) if (dl[i]) { dl[i].onmouseleave = function () { content.style.height = 60 + 'px' section.style.height = 60 + 'px' getHide(); } } } function getHide() { var total = 0; for (var i = 0; i < num; i++) { total += $('ul>li').eq(i).width(); if (total > c) { $("#layui-icon").show(); $('ul>li').eq(i).hide() } } } }) //轮播样式1 layui.use('carousel', function () { var carousel = layui.carousel; //建造实例 carousel.render({ elem: '#test' , width: '100%' //设置容器宽度 , height: '480px' , arrow: 'always' //始终显示箭头 //,anim: 'fade' //切换动画方式 }); }); </script> </body> </html>

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