CINXE.COM
2024 4th International Conference on Power System and Energy Internet (PoSEI 2024)
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>2024 4th International Conference on Power System and Energy Internet (PoSEI 2024)</title> <meta name="keyword" content="Power System, Energy Internet, 电力系统,能源"> <meta name="description" content="2024 4<sup>th</sup> International Conference on Power System and Energy Internet (PoSEI 2024)"> <link rel="icon" href="https://fhk.ais.cn/cms/website/favicon/p/posei.net.cbdb2c8.ico" type="image/x-icon"/> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://fhk.ais.cn/file/web/css/12/index.css"> <script type="application/javascript" src="https://fhk.ais.cn/file/web/js/layui.all.js"></script> <link rel="stylesheet" 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> <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" type="text/css" href="https://fhk.ais.cn/file/web/css/12/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; } </style> </head> <body> <div class="page"> <div> <div class="header-Tem-two-page"> <section class="container-Tem-two"> <section class="header-Tem-two-flex"> <div style="display: flex;align-items: center;"> <img src="https://fhk.ais.cn/cms/website/common/202112/386211220173517085.png" alt="logo" class="logo"> <div class="header-Tem-two-span"> <span class="head-company" id="title">2024 4<sup>th</sup> International Conference on Power System and Energy Internet (PoSEI 2024)</span> </div> </div> <div class="lan-right"> <div class="head-date-flex" id="headDate" style="visibility:hidden"> <img src="https://fhk.ais.cn/file/web/images/logo-date.png" alt="logo" class="date-img"> <div class="head-date-center"> <div class="date-head-span"> <span id="startMoth"> </span> <span id="startYear"></span> </div> <div class="link-top"></div> <div class="date-head-span"> <span id="endMoth"> </span> <span id="endYear"></span> </div> </div> </div> </div> </section> </section> </div> <div class="top-navList select-Color" id="header-content"> <section class="nav-Tem-two select-Color" id="section"> <div class="tem-en-nav"> <ul class="layui-nav select-Color" id="layui-nav"> <li class="layui-nav-item layui-hover" data-param="1"><a href="./">Home</a></li> <li class="layui-nav-item" data-param="2"><a href="./Committee" >Committees/Speakers▼</a> <dl class="layui-nav-child"> <dd> <a href="./zexhlfvm" >Committee</a> </dd> <dd> <a href="./speaker" >Keynote Speakers</a> </dd> </dl> </li> <li class="layui-nav-item" data-param="3"><a href="./call_for_paper" >All Calls▼</a> <dl class="layui-nav-child"> <dd> <a href="./edksvwnf" >Call for Papers</a> </dd> <dd> <a href="./nltutrtj" >Call for Presentations</a> </dd> </dl> </li> <li class="layui-nav-item" data-param="4"><a href="./mdjjtdca" >Author's Guide▼</a> <dl class="layui-nav-child"> <dd> <a href="./submission" >Submission</a> </dd> <dd> <a href="./publication_all" >Publication</a> </dd> <dd> <a href="./registration_fee" >Registration Fee</a> </dd> <dd> <a href="./erzjzgpd" >Editorial Policy</a> </dd> </dl> </li> <li class="layui-nav-item" data-param="5"><a href="./download" >Download</a> <li class="layui-nav-item" data-param="6"><a href="./aorxoauq" >For Attending▼</a> <dl class="layui-nav-child"> <dd> <a href="./program" >Program</a> </dd> <dd> <a href="./fqa" >FQA</a> </dd> <dd> <a href="./skasaizy" >Visa Application</a> </dd> </dl> </li> <li class="layui-nav-item" data-param="7"><a href="./contact" >Contact</a> <li class="layui-nav-item" data-param="8"><a href="./chinese" >中文</a> </ul> </div> <div class="e-icon"> <ul class="layui-nav layui-icon select-Color" id="layui-icon" style="display:none"> <i id="icon-down" class="layui-icon layui-icon-down" style="font-size: 30px; color: #1E9FFF;"></i> <i id="icon-up" class="layui-icon layui-icon-up" style="font-size: 30px; color: #1E9FFF;display :none;"></i> </ul> </div> </section> </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"> //导航栏显示 let hbOX = document.getElementById("layui-nav"); let h = hbOX.clientHeight | hbOX.offsetHeight; let ch = (hbOX.clientWidth | hbOX.offsetWidth) - 40; let icon = document.getElementById("layui-icon"); var num = document.getElementById("layui-nav").getElementsByTagName('li').length; let content = document.getElementById("header-content") let liContent = document.getElementById("layui-nav") let 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 >= ch) { $('ul>li').eq(i).show() } } content.style.height = h + 'px' section.style.height = h + 'px' }; liContent.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 >= ch) { $("#layui-icon").show(); $('ul>li').eq(i).hide() } } } $(function () { //获取浏览器url 参数 auth_website = getQueryString("auth_website"); }); link() function link() { if (document.querySelector('.link')) { var link = document.querySelector('.link').clientHeight document.querySelector('.header-Tem-two-page').style.marginTop = link + 'px' // document.querySelector('.header-Tem-two-page') var containeTem = document.querySelector('.container-Tem-two') containeTem.style.top = link + 'px' var headerTemH = document.querySelector('.header-Tem-two-page').clientHeight var navH = document.querySelector('.nav-Tem-two') navH.style.top = (link + headerTemH) + 'px' } } var homeUrl = 'http://www.posei.net/'; </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/202402/396240221114759861.jpg"/></div> <div><img class="rotation_chart" src="https://fhk.ais.cn/cms/website/functional/pic/202402/396240221114822871.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="two-content"> <div class="content-left"> <div class="meeting-info-two"> <!-- 快捷入口 --> <a class="fast" href="https://www.ais.cn/attendees/paperSubmit/22IUZV" target="_blank" > <p class="co-title color-change" id="button0" onmousemove="stopColor('1','button0')" onmouseout="stopColor('3','button0')">Submission</p> </a> <!-- 快捷入口 --> <a class="fast" href="https://www.ais.cn/attendees/toSignUp/22IUZV" target="_blank" > <p class="co-title color-change" id="button1" onmousemove="stopColor('1','button1')" onmouseout="stopColor('3','button1')">Registration</p> </a> <!-- 快捷入口 --> <a class="fast" href="http://www.posei.net/download" target="_blank" > <p class="co-title color-change" id="button2" onmousemove="stopColor('1','button2')" onmouseout="stopColor('3','button2')">Template</p> </a> <div class="info-content"> <div class="meeting-info"> <h2 class="meeting-title"> Conference Date </h2> </div> <div class="meeting-date-wrap"> <div class="meeting-date"> <div class="meeting-date-center"> <img src="https://fhk.ais.cn/file/web/images/logo-date.png" alt="logo" class="date-img-left"> <div> <pre class="meeting-date-info"></pre> </div> </div> <div class="date-right-flex"> <p class="link-right-shu"></p> <p class="date-info"> <span>July 26,2024</span> <span>July 28,2024</span> </p> </div> </div> <script type="text/javascript"> $("#startYear").append('2024'); $("#startMoth").append('July'+'.'+'26'); $("#endYear").append('2024'); $("#endMoth").append('July'+'.'+'28'); document.getElementById("headDate").style.visibility="visible";//显示 </script> </div> </div> <!-- 会议倒计时 --> <div class="info-content"> <div class="meeting-info"> <h2 class="meeting-title"> Countdown </h2> </div> <div class="meet-cutdown"> <div class="count-down-date"> <p id="dowm4"> </p> <script type="text/javascript"> var start=parseInt("1721983557"); var end = parseInt("1722096000"); var now = parseInt(new Date().getTime()/1000); if(start > now ){ //倒计时 $("#dowm"+4).html(leftTimer(start,now)); }else if(start <= now && end > now ){ $("#dowm"+4).html('<span class="words-span">Start</span>'); }else{ $("#dowm"+4).html('<span class="words-span">END</span>'); } function leftTimer (time, endTime){ let leftTime = time - endTime; let days = parseInt(leftTime / 60 / 60 / 24, 10); let hours = parseInt((leftTime/ 60 / 60) % 24, 10); let minutes = parseInt((leftTime / 60) % 60, 10); let seconds = parseInt(leftTime % 60, 10); days = days; hours = checkTime(hours); minutes = checkTime(minutes); //seconds = seconds; if(days == 0 ){ return '<span class="time-span">'+ hours +' </span> <span class="words-span">H</span> <span class="time-span"> ' + minutes + '</span><span class="words-span">M</span>'; }else{ return '<span class="time-span">'+ days +' </span> <span class="words-span">DAYS</span> '; } } function checkTime(i) { if (i < 10) { i = "0" + i; } return i; } </script> </div> </div> </div> <!-- 文本类型--> <div class="info-content"> <div class="meeting-info"> <h2 class="meeting-title"> Submitted to These Indexers </h2> </div> <pre class = "text-count-content">EI, SCOPUS</pre> </div> <div class="info-content"> <div class="meeting-info"> <h2 class="meeting-title">Contact</h2> </div> <div class="meeting-date-wrap"> <div class="meeting-date-c"> <div> <img src="" alt=""> <pre class="meeting-date-info">Email:</pre> </div> <pre class="date-info">contact_posei@163.com</pre> </div> <div class="meeting-date-c"> <div> <img src="" alt=""> <pre class="meeting-date-info">Phone:</pre> </div> <pre class="date-info">+86-19139984085</pre> </div> <div class="meeting-date-c"> <div> <img src="" alt=""> <pre class="meeting-date-info">QQ:</pre> </div> <pre class="date-info">2659950387</pre> </div> <div class="meeting-date-c"> <div> <img src="" alt=""> <pre class="meeting-date-info">WeChat:</pre> </div> <img src="https://fhk.ais.cn/cms/website/sidebar/pic/202202/349220211110840630.jpg" class="person-ma" style="width:100px;height:100px"> </div> </div> </div> <!-- 分享会议 --> <div class="info-content"> <div class="meeting-info"> <h2 class="meeting-title"> Share </h2> </div> <div class="share-wrap"> <div class="share-content"> <div class="share-content-ch"> <img src="https://fhk.ais.cn/file/web/images/weixin.png" alt="微信" class="share-image" onmousemove="over()" onmouseout="out()"> <span>微信</span> </div> <div class="share-content-ch"> <img src="https://fhk.ais.cn/file/web/images/qq.png" alt="qq" class="share-image" onclick="openqq('')"> <span>QQ</span> </div> <div class="share-content-ch"> <img src="https://fhk.ais.cn/file/web/images/weibo.png" alt="微博" class="share-image" onclick="openwb('')"> <span>微博</span> </div> </div> <!-- 2维码 --> <div class="ma-content" id="shareWx" style="display: none;"> <div id="qrcode"><img id="qrCodeIco" style="position: absolute;width: 30px; height: 30px;padding-top:50px;padding-left:50px" /></div> <div class="ma-span">Scan QR Code and Check website on the phone</div> </div> </div> </div> </div> <script type="application/javascript" src="https://fhk.ais.cn/file/web/js/jquery.qrcode.min.js"></script> <script> $(function (){ $("#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="content-right"> <div class="news-page-en-text"> <div class="news-flex-text"> <div class="news-two-wrap"> <h2 class="co-title color-change">About PoSEI 2024</h2> <div class="new-more"> </div> </div> </div> <div class="meeting-spans"> <p> <p style="text-align: justify; font-family: 等线; font-size: 16px; line-height: 1.5em;"><span style="letter-spacing: 0px; vertical-align: baseline; font-family: arial, helvetica, sans-serif; font-size: 16px;">PoSEI is an annual conference that has been successfully held for the past three years.<span style="letter-spacing: 0px; vertical-align: baseline; font-family: arial, helvetica, sans-serif; color: #548DD4;"><strong>The 4<sup>th</sup> International Conference on Power System and Energy Internet (PoSEI 2024) will take place on July 26-28 in Fuzhou, China.</strong></span></span></p><p class="paragraph text-align-type-justify" style=";text-align: justify;font-family: 等线;font-size: 16px;line-height: 16px"><br/></p><p style="text-align: justify; font-family: 等线; font-size: 16px; line-height: 1.5em;"><span style="letter-spacing: 0px; vertical-align: baseline; font-family: arial, helvetica, sans-serif; font-size: 16px;">The Energy Internet represents a new ecological energy system that deeply integrates systematic thinking and digital technology with energy production, transmission, storage, consumption, and energy markets. It prioritizes renewable energy sources and is based on electricity. Through multi-energy coordination and supply-demand coordination, it aims to address the "impossible triangle of energy".</span></p><p class="paragraph text-align-type-justify" style=";text-align: justify;font-family: 等线;font-size: 16px;line-height: 16px"><br/></p><p style="text-align: justify; font-family: 等线; font-size: 16px; line-height: 1.5em;"><span style="letter-spacing: 0px; vertical-align: baseline; font-family: arial, helvetica, sans-serif; font-size: 16px;">The new power system serves as the cornerstone of the current development stage within the Energy Internet's dual carbon goals. The future power system resembles the Internet system, as it shortens the distance between supply and demand, facilitates coordination, and encourages widespread public participation to form a new power ecology. Supported by new infrastructure such as data centers and 5G networks, we aim to innovate the power ecology through "technology + mechanism" in order to achieve digital transformation and energy transformation simultaneously.</span></p><p class="paragraph text-align-type-justify" style=";text-align: justify;font-family: 等线;font-size: 16px;line-height: 16px"><br/></p><p style="text-align: justify; font-family: 等线; font-size: 16px; line-height: 1.5em;"><span style="letter-spacing: 0px; vertical-align: baseline; font-family: arial, helvetica, sans-serif; font-size: 16px;">PoSEI aims to bring together innovative academics and industrial experts in Power systems and Energy Internet in a common forum. The primary goal of the conference is to promote research and developmental activities in Power systems and Energy Internet. Another goal is to facilitate scientific information exchange among researchers, developers, engineers, students, and practitioners worldwide. Each year, the conference will provide an ideal platform for individuals to share their views and experiences in Power systems Energy Internet, as well as related areas.</span></p><p><br/></p> <p/> </div> </div> <div class="news-page-en-text"> <div class="news-flex-text"> <div class="news-two-wrap"> <h2 class="co-title color-change">Important Dates</h2> <div class="new-more"> </div> </div> </div> <div class="meeting-spans"> <p> <p style="white-space: normal;"><img src="https://fhk.ais.cn/cms/website/editor/202012/311201228141537953.png" alt="point8_7s.png"/> <strong style="text-indent: 2em;">Full Paper Submission Date: </strong>July 22, 2024</p><p style="white-space: normal;"><img src="https://fhk.ais.cn/cms/website/editor/202012/311201228141537953.png" alt="point8_7s.png"/> <strong style="text-indent: 2em;">Registration Deadline: </strong><span style="text-indent: 2em;"><span style="text-indent: 32px;">July 25, 2024</span></span></p><p style="white-space: normal;"><img src="https://fhk.ais.cn/cms/website/editor/202012/311201228141537953.png" alt="point8_7s.png" style="text-indent: 32px;"/><span style="text-indent: 32px;"> </span><strong style="text-indent: 2em;"></strong><strong style="text-indent: 32px;">Final Paper Submission Date:</strong><span style="text-indent: 32px;"> July 24, 2024</span></p><p style="white-space: normal;"><strong style="text-indent: 2em;"><img src="https://fhk.ais.cn/cms/website/editor/202012/311201228141537953.png" alt="point8_7s.png"/> Conference Date: </strong>July 26-28, 2024</p> <p/> </div> </div> <div class="news-page-en-text"> <div class="news-flex-text"> <div class="news-two-wrap"> <h2 class="co-title color-change">Publication</h2> <div class="new-more"> </div> </div> </div> <div class="meeting-spans"> <p> <p style="text-align: justify;"><span style="text-align: justify; text-wrap: wrap;"></span></p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); font-family: "Helvetica Neue", Helvetica, "PingFang SC", Tahoma, Arial, sans-serif; text-wrap: wrap; text-align: justify;"><img src="https://static.ais.cn/resource/editor/2022/08/308220829095907279.png" alt="JPCS.png" style="display: inline-block; vertical-align: middle;"/></p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); font-family: "Helvetica Neue", Helvetica, "PingFang SC", Tahoma, Arial, sans-serif; text-wrap: wrap; text-align: justify;">All papers, both invited and contributed, will be reviewed by two or three committee experts. After a careful reviewing process, all accepted papers of PoSEI 2024 will be published in the <span style="color: #FF0000;"><strong>Journal<strong style="color: rgb(255, 0, 0);"> o</strong></strong></span><strong style="color: rgb(255, 0, 0);">f Physics: Conference Series (ISSN: 1742-6588)</strong> and they will be submitted to EI Compendex and Scopus for indexing.</p><p style="text-align: justify;"><br/></p><div><p><strong>PoSEI 2022</strong>丨<a href="https://iopscience.iop.org/issue/1742-6596/2358/1" target="_blank" textvalue="Publication" style="color: rgb(84, 141, 212); text-decoration: underline;"><span style="color: #548DD4;">Publication</span></a>丨<a href="https://fhk.ais.cn/cms/website/editor/202402/396240218170156732.pdf" target="_self" title="2022 2nd International Conference on Power System and Energy Internet, PoSEI 2022 _ Compendex.pdf" textvalue="EI Compendex">EI Compendex</a>丨<a href="https://fhk.ais.cn/cms/website/editor/202402/396240218170209748.png" target="_self" title="SCOPUS-2022.png" textvalue="SCOPUS">SCOPUS</a></p><p><strong>PoSEI 2023</strong>丨<a href="https://iopscience.iop.org/issue/1742-6596/2661/1" target="_blank" textvalue="Publication"><span style="color: #548DD4;">Publication</span></a>丨<a href="https://fhk.ais.cn/cms/website/editor/202402/396240218170225750.pdf" target="_self" title="2023 3rd International Conference on Power System and Energy Internet _ Compendex.pdf" textvalue="EI Compendex">EI Compendex</a>丨<a href="https://fhk.ais.cn/cms/website/editor/202402/396240218170240760.png" target="_self" title="SCOPUS-2023.png" textvalue="SCOPUS">SCOPUS</a></p><p><br/></p></div><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); text-align: justify;">Note: All submitted articles should report original, previously unpublished research results, experimental or theoretical. Articles submitted to the conference should meet these criteria and must not be under consideration for publication elsewhere. We firmly believe that ethical conduct is the most essential virtue of any academic. Hence any act of plagiarism is unacceptable academic misconduct and cannot be tolerated.</p> <p/> </div> </div> <div class="news-page-en-text"> <div class="news-flex-text"> <div class="news-two-wrap"> <h2 class="co-title color-change">Organized By</h2> <div class="new-more"> </div> </div> </div> <div class="meeting-spans"> <p> <p style="text-align: center;"><img src="https://fhk.ais.cn/cms/website/editor/202402/396240221135742957.png" alt="福州大学.png" width="200" height="200" border="0" vspace="0" style="width: 200px; height: 200px;"/></p> <p/> </div> </div> <div class="news-flex-video"> <div class="news-two-wrap"> <h2 class="co-title color-change">Conference Review</h2> <div class="new-more"> </div> </div> </div> <link rel="stylesheet" href="https://fhk.ais.cn/file/web/css/photo/photo.css"> <div id="certifyPhoto"> <div class="swiper-container"> <div class="swiper-wrapper"> <div class="swiper-slide"> <img src="https://fhk.ais.cn/cms/website/photo/202203/349220301170737764.jpg?x-oss-process=image/auto-orient,1/resize,m_lfit,h_229"/> </div> <div class="swiper-slide"> <img src="https://fhk.ais.cn/cms/website/photo/202203/349220301170809792.jpg?x-oss-process=image/auto-orient,1/resize,m_lfit,h_229"/> </div> <div class="swiper-slide"> <img src="https://fhk.ais.cn/cms/website/photo/202203/349220301170922806.jpg?x-oss-process=image/auto-orient,1/resize,m_lfit,h_229"/> </div> <div class="swiper-slide"> <img src="https://fhk.ais.cn/cms/website/photo/202203/349220301171036828.jpg?x-oss-process=image/auto-orient,1/resize,m_lfit,h_229"/> </div> <div class="swiper-slide"> <img src="https://fhk.ais.cn/cms/website/photo/202203/349220301171118835.jpg?x-oss-process=image/auto-orient,1/resize,m_lfit,h_229"/> </div> <div class="swiper-slide"> <img src="https://fhk.ais.cn/cms/website/photo/202203/349220301171157842.jpg?x-oss-process=image/auto-orient,1/resize,m_lfit,h_229"/> </div> <div class="swiper-slide"> <img src="https://fhk.ais.cn/cms/website/photo/202203/349220301171234854.jpg?x-oss-process=image/auto-orient,1/resize,m_lfit,h_229"/> </div> <div class="swiper-slide"> <img src="https://fhk.ais.cn/cms/website/photo/202203/349220301171310863.jpg?x-oss-process=image/auto-orient,1/resize,m_lfit,h_229"/> </div> <div class="swiper-slide"> <img src="https://fhk.ais.cn/cms/website/photo/202203/349220301171342872.jpg?x-oss-process=image/auto-orient,1/resize,m_lfit,h_229"/> </div> </div> </div> <div class="swiper-pagination-photo"></div> <div class="swiper-button-prev-photo"></div> <div class="swiper-button-next-photo"></div> </div> <script type="text/javascript"> //视频样式4 certifySwiperPhoto = new Swiper('#certifyPhoto .swiper-container', { watchSlidesProgress: true, slidesPerView: 3, centeredSlides: true, loop: true, loopedSlides: 5, autoplay: false, navigation: { nextEl: '.swiper-button-next-photo', prevEl: '.swiper-button-prev-photo', }, pagination: { el: '.swiper-pagination-photo', //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 * 10 + '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); } } } }) </script> </div> </div> <div> <div class="footer"> <div class="footer-wrap"> <div class="footer-right"> <p> Copyright© PoSEI2024 </p> <p>2024 4<sup>th</sup> International Conference on Power System and Energy Internet (PoSEI 2024) http://www.posei.net/ <script type="text/javascript">document.write(unescape("%3Cspan id='cnzz_stat_icon_1281235159'%3E%3C/span%3E%3Cscript src='https://s9.cnzz.com/z.js%3Fid%3D1281235159%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 = '#104F9E'.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: #104F9E !important;; } .layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after { background-color: #104F9E !important; } .selected1 { color: #104F9E !important; } .right-title-info1 { color: #104F9E !important;; } .count-down1 { background-color: #104F9E !important;; } .row { background-color: #104F9E !important;; } .color-change { background: #104F9E !important; } .color-line { background-color: #104F9E !important; } .color-important { background: #104F9E !important; } .dawn-bg { background-color: #104F9E !important; } .select-Color { background: #104F9E !important; } .layui-nav .layui-nav-more { display: none; } .layui-hover:hover { background: #104F9E !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 #104F9E !important; } .layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after { background-color: white !important } .m-color-bg2{ background: #104F9E !important; } .m-imp-bg{ background: #104F9E !important; } .m-nav-color{ background: #104F9E !important; } .m2-right-bg1{ background: #104F9E !important; } .rightNavItem{ background: #104F9E !important; } .bottomNavItem{ background: #104F9E !important; } .bottomLanguage{ background: #104F9E !important; } .rightLanguage{ background: #104F9E !important; } </style> <script type="text/javascript" src="https://img.ais.cn/thirds/common/stat.js?v=3"></script> </div> </div> </body> </html>