CINXE.COM

2024 4th International Conference on Education, Information Management and Service Science (EIMSS 2024)

<html> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>2024 4th International Conference on Education, Information Management and Service Science (EIMSS 2024)</title> <link rel="icon" href="data:;base64,="> <meta name="keyword" content="2024 4th International Conference on Education, Information Management and Service Science (EIMSS 2024)"> <meta name="description" content="2024 4th International Conference on Education, Information Management and Service Science (EIMSS 2024)"> <link rel="icon" href="https://fhk.ais.cn/cms/website/favicon/e/eimss.org.82adb9d.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/#84142D.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/202401/396240111095326014.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 4th International Conference on Education, Information Management and Service Science (EIMSS 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> </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="./more" >More</a> <dl class="layui-nav-child"> <dd><a href="./contact" >Contact</a></dd> <dd><a href="./venue" >Venue</a></dd> <dd><a href="./download" >Download</a></dd> <dd><a href="./kyzdlurt" >History-2023</a></dd> <dd><a href="./oxmzvthi" >Conference Review</a></dd> </dl> </li> <li class="layui-nav-item" data-param="7"><a href="./chinese" >中文</a> </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.eimss.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/content.css"> <div class="page-container"> <div class="page-text"> <div class="text-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="container-command"> <h1 class="h-span">Download</h1> </div> <div class="container-footer"> <div class="article"> <style>.head-fixed { height: auto !important; /*导航栏往下扩充高度*/ }.bar{ position: relative; z-index:999; } .zsybar{ margin: -95px -394px -10px; padding: 0px 0px;position: relative; } .zsynr{margin: 0px -74px -30px; padding: 50px 80px; } .zsybar2{} @media (max-width:768px) { .zsybar{ margin: 0px -42px 0px; position: static; } .zsynr{ margin: 10px -42px -100px;padding:20px; } .zsybar2{margin: -150px 0px -10px !important;} }</style><div class="zsybar" style="text-align: center;z-index: 99;background-image: url(https://fhk.ais.cn/cms/website/editor/202309/371230926160255969.jpg);height:150px;"><p style="text-shadow: 1px 1px 5px rgba(0,0,0,0.5);"><span style="font-size: 30px; font-family: 微软雅黑, &quot;Microsoft YaHei&quot;;color:#fff;line-height:150px;"><br/></span></p></div><!-- 背景图 --><div class="select-Color zsybar2" style="opacity:0.1;height:150px;padding:auto 0px;margin: -150px -394px -10px;position: relative;z-index:99"><p style="text-shadow: 1px 1px 5px rgba(0,0,0,0.5);"><span style="font-size: 30px; font-family: 微软雅黑, &quot;Microsoft YaHei&quot;;color:#fff;line-height:150px;"><br/></span></p></div><!-- 背景色 --><div class="zsybar2" style="height:150px;padding:auto auto;margin: -150px -394px -10px;"><p style="text-align: center;"><span class="colorOne" style="font-size: 30px; font-family: 微软雅黑, &quot;Microsoft YaHei&quot;;line-height:150px;position: relative;z-index:100;font-weight: lighter">Download</span></p></div><!-- 标题分割 --><div class="zsynr" style="position: relative; text-align: center;background: rgba(245,245,245);"><table><tbody><tr class="firstRow"><td valign="middle" style="word-break: break-all;border:none;background:rgba(245,245,245);border-bottom:2px solid;" align="center"><p style="line-height: 2em;"><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px;">Number</span></p></td><td valign="middle" style="word-break: break-all;border:none;background:rgba(245,245,245);border-bottom:2px solid;" align="center"><p style="line-height: 2em;"><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px;">Name</span></p></td><td valign="middle" style="word-break: break-all;border:none;background:rgba(245,245,245);border-bottom:2px solid;" align="center"><p style="line-height: 2em;"><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px;">Action</span></p></td></tr><tr class="a1"><td valign="middle" colspan="1" rowspan="1" style="word-break: break-all;border:none;" align="center"><p style="line-height:3em;"><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px;">1</span></p></td><td valign="middle" colspan="1" rowspan="1" style="word-break: break-all;border:none;" align="center"><p style="line-height: 3em;"><font face="微软雅黑, Microsoft YaHei"><span style="font-size: 14px;">Template</span></font></p></td><td valign="middle" colspan="1" rowspan="1" style="word-break: break-all;border:none;" align="center"><p style="line-height: 16px;"><img src="/console/static/UE/dialogs/attachment/fileTypeImages/icon_rar.gif" style="vertical-align: middle; margin-right: 2px;"/><a href="https://fhk.ais.cn/cms/website/editor/202402/396240204161811674.zip" title="Template.zip" style="font-size: 12px; color: rgb(0, 102, 204);">Template.zip</a><br/></p></td></tr><tr class="a1"><td valign="middle" colspan="1" rowspan="1" style="word-break: break-all;border:none;" align="center"><p style="line-height:3em;"><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 14px;">2</span></p></td><td valign="middle" colspan="1" rowspan="1" style="word-break: break-all;border:none;" align="center"><p style="line-height: 3em;"><font face="微软雅黑, Microsoft YaHei"><span style="font-size: 14px;">投稿须知</span></font></p></td><td valign="middle" colspan="1" rowspan="1" style="word-break: break-all;border:none;" align="center"><p style="line-height: 16px;"><img style="vertical-align: middle; margin-right: 2px;" src="/console/static/UE/dialogs/attachment/fileTypeImages/icon_pdf.gif"/><a style="font-size:12px; color:#0066cc;" href="https://fhk.ais.cn/cms/website/editor/202402/396240204161839680.pdf" title="关于学术会议的投稿须知.pdf">关于学术会议的投稿须知.pdf</a></p></td></tr></tbody></table></div><style> .a1{ background:rgba(245,245,245); transition: all 500ms ease 0s; } .a1:hover{ background:rgba(255,255,255); transition: all 500ms ease 0s; }</style> </div> </div> </div> </div> </div> <div class="footer"> <div class="footer-wrap"> <div class="footer-right"> <p> Copyright© &nbsp; EIMSS 2024 </p> <p>2024 4th International Conference on Education, Information Management and Service Science (EIMSS 2024) &nbsp;&nbsp; http://www.eimss.org/ </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 = '#84142D'.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: #84142D !important;; } .layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after { background-color: #84142D !important; } .selected1 { color: #84142D !important; } .right-title-info1 { color: #84142D !important;; } .count-down1 { background-color: #84142D !important;; } .row { background-color: #84142D !important;; } .color-change { background: #84142D !important; } .color-line { background-color: #84142D !important; } .color-important { background: #84142D !important; } .dawn-bg { background-color: #84142D !important; } .select-Color { background: #84142D !important; } .layui-nav .layui-nav-more { display: none; } .layui-hover:hover { background: #84142D !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 #84142D !important; } .layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after { background-color: white !important } .m-color-bg2{ background: #84142D !important; } .m-imp-bg{ background: #84142D !important; } .m-nav-color{ background: #84142D !important; } .m2-right-bg1{ background: #84142D !important; } .rightNavItem{ background: #84142D !important; } .bottomNavItem{ background: #84142D !important; } .bottomLanguage{ background: #84142D !important; } .rightLanguage{ background: #84142D !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