CINXE.COM

ICSSIP 2024 - International Conference on Software System and Information Processing

<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>ICSSIP 2024 - International Conference on Software System and Information Processing </title> <meta name="keywords" content=""> <meta name="description" content=""> <link type="text/css" rel="stylesheet" href="style/css/bootstrap.min.css"> <link rel="shortcut icon" type="image/png" href=""> <script type="text/javascript" src="style/js/jquery-3.3.1.min.js"></script> <script type="text/javascript" src="style/js/bootstrap.min.js"></script> <link rel="stylesheet" href="style/css/style.css" type="text/css" media="all"> <script type="text/javascript"> $(window).on('load',function(){ $('#ornekModal').modal('show'); }); </script> <script> $(document).ready(function(){ // Activate carousel $("#myCarousel").carousel(); // Enable carousel control $(".carousel-control-prev").click(function(){ $("#myCarousel").carousel('prev'); }); $(".carousel-control-next").click(function(){ $("#myCarousel").carousel('next'); }); // Enable carousel indicators $(".slide-one").click(function(){ $("#myCarousel").carousel(0); }); $(".slide-two").click(function(){ $("#myCarousel").carousel(1); }); $(".slide-three").click(function(){ $("#myCarousel").carousel(2); }); $('#subscribeBtn').on('click', function(){ // Remove previous status message $('.status').html(''); // Email and name regex var regEmail = /^[A-Z0-9._%+-]+@([A-Z0-9-]+\.)+[A-Z]{2,4}$/i; // Get input values var email = $('#email').val(); // Validate input fields if(email.trim() == '' ){ alert('Please enter your email.'); $('#email').focus(); return false; }else if(email.trim() != '' && !regEmail.test(email)){ alert('Please enter a valid email.'); $('#email').focus(); return false; }else{ // Post subscription form via Ajax $.ajax({ type:'POST', url:'subscription_handler.php', dataType: "json", data:{subscribe:1,email:email}, beforeSend: function () { $('#subscribeBtn').attr("disabled", "disabled"); $('#subsFrm').css('opacity', '.5'); }, success:function(data){ if(data.status == 'ok'){ $('#subsFrm')[0].reset(); alert(data.msg); }else{ alert(data.msg); } $('#subscribeBtn').removeAttr("disabled"); $('#subsFrm').css('opacity', ''); }, error:function(data){ alert(data.status); if(data.status == 'ok'){ $('#subsFrm')[0].reset(); alert(data.msg); }else{ alert(data.msg); } $('#subscribeBtn').removeAttr("disabled"); $('#subsFrm').css('opacity', ''); } }); } }); }); </script> <style> .carousel{ margin-top: 0px; } .carousel-item{ text-align: center; height: 315px; /* Prevent carousel from being distorted if for some reason image doesn't load */ } .carousel-indicators li, .carousel a{ cursor: pointer; } .dropdown-menu li:hover .sub-menu { visibility: visible; } .dropdown-menu li:hover .sub-menu { visibility: visible; } .dropdown:hover .dropdown-menu { display: block; } .nav-item:hover{ background-color:bisque } .section-style{ background-attachment:inherit; background-position:50% 0; background-repeat:no-repeat; margin:0 auto; width:100%; background-size:cover; } form { height: 32px; background: #fff; margin-top: 0px; padding: 0; font-size: 14px; display: flex; } form input { margin: 0; padding: 0 0px; width: 100%; border: none; font-size: 14px; } form input[type="button"] { background: #fa3e19; color: #fff; width: 125px; border: none; font-size: 14px; } form input[type="button"]:hover, form input[type="button"]:focus { background: #111; color: #fff; } .pattern{ /*background:rgba(0,0,0,.5) url(img/pattern.png);*/ } .carousel1 { margin-top: 0px; } .carousel-item1 { text-align: center; height: 315px; /* Prevent carousel from being distorted if for some reason image doesn't load */ } </style> </head> <body style="background-color: #0c2433"> <!-- <div class="modal fade" tabindex="-1" role="dialog" id="ornekModal"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <h4 class="modal-title">ISMSIT 2022 </h4> </div> <div class="modal-body"> <p>Presentations for physical (in-person) participants will be held on Saturday, October 22, 2022 at Ankara-Radisson Blu Hotel. </p> <p>Authors who will participate online can participate physically if they wish. In this case, you are kindly requested to provide information to the email address ismsitconf@ismsitconf.org.</p><hr> <p> <a href="?go=session" style="background-color: yellow; -webkit-animation:colorchange 1s infinite alternate;"> &#8680; Online Session (ZOOM) </a><br> <a href="ISMSIT2022_Program_inperson.pdf" target="_blank" style="background-color: yellow; -webkit-animation:colorchange 0.5s infinite alternate;"> &#8680; Program (in-person) </a> <br> <a href="ISMSIT2022_Program_online.pdf" target="_blank" style="background-color: yellow; -webkit-animation:colorchange 0.5s infinite alternate;"> &#8680; Program (online) </a> <br> <a href="ISMSIT2022_accepted_papers.pdf" target="_blank" style="background-color: yellow; -webkit-animation:colorchange 1s infinite alternate;"> &#8680; Accepted Papers </a> </p> </div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal">Close</button> </div> </div> </div> </div> --> <img src="style/images/ismsit2.png" style="visibility: hidden; position: absolute;"> <div style="background-color: #f7fcfe"> <div style="border-bottom: 1px solid #b8b8b8; background-color: #efefef; height: 35px"> <div class="container"> <div id="sidebar-secondary"> <a href="#" border="0" target="_blank"></a> </div> <div id="sidebar-primary" style="font-size: 12px; padding-top: 0px"> ✉ <a href="mailto:icssip_conf@vip.163.com">icssip_conf@vip.163.com</a> &nbsp;&nbsp;&nbsp;&nbsp; <img src="style/images/hr.png">&nbsp;&nbsp;&nbsp; </a> </div> </div> </div> <div style="border-bottom: 1px solid #b8b8b8; background-color: #fff; height:85px; min-height: 80px"> <div class="container " style="padding: 0px; display:flex; "> <table height="100%"> <tbody><tr> <td align="left" style="border: 0px" valign="top" width="329px"><a href=""><img src="style/images/ismsit2.png"></a></td> <td style="border: 0px" valign="middle" align="left"> <font style="color: #032788; font-size: 16px"> 2024 IEEE International Conference on <br>Software System and Information Processing (ICSSIP)<br> <em style="font-size: 12px">December 20-22, 2024, Kunming, China (Hybrid)</em></font> </td> <td align="right" style="border: 0px" valign="middle"> <a href="" target="_blank" border="0"><img src="style/images/logo/logo3.png" width="75" height="75"></a> &nbsp; <a href="" target="_blank" border="0"><img src="style/images/logo/logo2.jpg" width="75" height="75"></a> <a href="" target="_blank" border="0"><img src="style/images/logo/Autonomous.jpg" width="75" height="75"></a></td> </tr> </tbody></table> </div> </div> <div style="border-bottom: 1px solid #b8b8b8; background-color: #efefef; height:40px; min-height: 40px"> <div class="container " style="padding: 0px; display:flex; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <nav class="navbar navbar-expand-lg navbar-light " style="padding: 0px; color: black; font-size: 15px;position:relative;z-index:1001;"> <div style="background-color: #efefef; width: 100%;"> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon" style="background-color: #efefef"></span>Menu </button> <div class="collapse navbar-collapse" id="navbarSupportedContent"> <ul class="navbar-nav mr-auto " style="margin-left: 0px; "> <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="index.html" data-toggle="dropdown" style="color:black; "> HOME/主页 </a> <div class="dropdown-menu" style="background-color: #efefef; margin-top: 0px"> <a href="index.html" class="dropdown-item ">Home</a> <a href="chinese.html" class="dropdown-item ">中文页面</a> </div> </li> <li class="nav-item "><a href="committee.html" class="nav-link" style="color: black;">COMMITTEE/组委会</a></li> <li class="nav-item "><a href="submission.html" class="nav-link" style="color: black;">SUBMISSION/投稿</a></li> <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="" data-toggle="dropdown" style="color:black; "> SPEAKERs/邀请报告 </a> <div class="dropdown-menu" style="background-color: #efefef; margin-top: 0px"> <a href="keynote.html" class="dropdown-item ">Keynote Speakers</a> <a href="invite.html" class="dropdown-item ">Invited Speakers</a> </div> </li> <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="" data-toggle="dropdown" style="color:black; "> CALLs/征稿主题 </a> <div class="dropdown-menu" style="background-color: #efefef; margin-top: 0px"> <a href="cfp.html" class="dropdown-item ">Call for General Papers</a> <a href="session.html" class="dropdown-item ">Call for Special Sessions</a> <a href="session1.html" class="dropdown-item ">Special Session: Recent Advancement in Underwater Acoustic Signal Processing</a> </div> </li> <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="" data-toggle="dropdown" style="color:black;"> GENERAL INFO/会议须知 </a> <div class="dropdown-menu" style="background-color: #efefef; margin-top: 0px"> <a href="registration.html" class="dropdown-item ">Fees &amp; Payments丨注册指南</a> <a href="program.html" class="dropdown-item ">Conference Schedule丨会议日程</a> <a href="venue.html" class="dropdown-item ">Conference Venue丨会议地点</a> <a href="news.html" class="dropdown-item ">Conference News丨会议新闻</a> </div> </li> <li class="nav-item "> <a href="contact.html" class="nav-link" style="color: black;">CONTACT US/联系我们</a></li> </ul> </div> </div> </nav> </div> </div> <section class="section-style" style="background:url(style/images/bg2.jpg) center center; height:350px;"> <div class="pattern" style="width: 100%; overflow: auto; height: 100%"> <table width="100%" height="90%" border="0" style="border:0px"> <tbody> <tr> <td style="border:0px" align="center" valign="middle"><div class="bs-example"> <div id="myCarousel" class="carousel slide" data-interval="7000" data-ride="carousel"> <!-- Carousel indicators --> <!-- Wrapper for carousel items --> <div class="carousel-inner"> <div class="carousel-item carousel-item-next carousel-item-left"> <div class="carousel-caption d-none d-md-block"> <div style="display: table;width: 100%;"> <div style="display: table-row-group;"> <div style="display: table-row;"> <!--<div style="display: table-cell; vertical-align: bottom"> <img src="img/ISMSIT2022_poster_small.jpg" > </div>--> <!-- Carousel controls --> <a class="carousel-control-prev"> <span class="carousel-control-prev-icon"></span> </a> <a class="carousel-control-next"> <span class="carousel-control-next-icon"></span> </a> </div> </div> </div> </div> </div> </div> </div> </div></td> </tr> </tbody> </table> </div> </section> <div style="margin-top: 5px; "> <div class="container"> <div style="background-color: #fff; border: 1px solid #E1E1E1; padding-left: 5px"> <strong>News:</strong> ICSSIP 2024 submission is open now. </div> </div> </div> <div id="content" class="site-content" style="padding-top: 5px"> <div class="container"> <div class="inner-wrapper"> <div id="primary"> <article class="hentry"> <h2 class="entry-title">Welcome to ICSSIP 2024 </h2> <hr> <div style="color: #363636; font-family: Tahoma;" align="justify"> <p style="line-height: 20px; text-align: justify; font-size: 14px"> 2024 IEEE International Conference on Software System and Information Processing (ICSSIP) will be held in Kunming, China on December 20-22, 2024. It is sponsored by Yunnan Minzu University, China, hosted by School of Electronic and Information Technology and Yunnan Key Laboratory of Unmanned Autonomous System. </p> <p align="left" style="line-height: 20px; text-align: justify; font-size: 14px"><strong>2024年IEEE软件系统与信息处理国际会议(ICSSIP)将于2024年12月20日至22日在中国昆明举行。会议定位为软件系统以及信息处理等应用技术及产业化发展交流探讨, 面向智能技术企业和科研院所研发人员, 工程师等, 我们诚挚的欢迎相关领域的学者, 工程师, 学生等参加此次会议, 分享最新的研究成果, 四季如春、风景秀丽的中国云南省昆明市欢迎您的到来!<br> 主办单位: 云南民族大学, 云南省无人自主系统重点实验室<br> 承办单位: 云南民族大学电气信息工程学院<br> 协办单位: 中国科学院水声环境特性重点实验室, 厦门大学自然资源部东南沿海海洋信息智能感知与应用重点实验室, 厦门大学水声通信与海洋信息技术教育部重点实验室, 江苏水声技术有限公司, 浙江海洋大学信息工程学院, 《电子与信息学报》</strong></p> <p style="line-height: 20px; text-align: justify; font-size: 14px">The conference aims to bring scientists, experts, instructors, non-govermental organizations and private sector representatives together to share and discuss theoretical and practical knowledge in a scientific framework. In addition to cutting edge research paper presentations in engineering areas, the platform serves as a multi-disciplinary platform for discussing current issues in the multidisciplinary studies and innovative technologies.</p> <hr> <h2 class="entry-title">Publication丨出版检索</h2> <p style="line-height: 20px; text-align: justify; font-size: 14px"><img src="style/images/logo/ieee2.png" width="136" height="40"></p> <p style="line-height: 20px; text-align: justify; font-size: 14px">All papers will be subject to double-blind reviews and accepted papers will be submitted for inclusion into <strong>ICSSIP conference proceedings by IEEE, which will included into IEEE Xplore, and submitted for Ei Compendex and Scopus.</strong> &lt;<a href="https://conferences.ieee.org/conferences_events/conferences/conferencedetails/63203">IEEE Conference List</a>&gt; </p> <p style="line-height: 20px; text-align: justify; font-size: 14px">Excellent papers will be recommended to the following journals:</p> <p style="line-height: 20px; text-align: justify; font-size: 14px">1. <a href="https://www.eurekaselect.com/call-for-papers-detail/6234/specialissue">Special Issue: Development of Oceanic Engineering based on Radar/Sonar/optical Technology</a> in journal of &quot;<a href="https://www.eurekaselect.com/journal/78">Recent Patents on Engineering</a>&quot; (ISSN: 2212-4047; Scopus CiteScore: 1.4); review papers are preferred.<br> The link for submission:<a href="https://bentham.manuscriptpoint.com/journals/eng">https://bentham.manuscriptpoint.com/journals/eng</a> (Using this Hot Topic Code when you submit: BMS-ENG-2024-HT-74) </p> <p style="line-height: 20px; text-align: justify; font-size: 14px">2. <a href="https://www.mdpi.com/journal/remotesensing/special_issues/U1E907WT8I">Special Issue: Ocean Remote Sensing Based on Radar, Sonar and Optical Techniques</a> in journal of &quot;<a href="https://www.mdpi.com/journal/remotesensing">Remote Sensing</a>&quot; (<strong>Impact Factor:</strong> 4.2 (2023); 5-Year Impact Factor: 4.9 (2023); all papers are welcome.</p> <p style="line-height: 20px; text-align: justify; font-size: 14px">3. 《电子与信息学报》:ESCI, EI Compendex, Scopus, CSCD, etc </p> <hr> <h2 class="entry-title"> Paper Submission 丨会议投稿</h2> <p style="line-height: 20px; text-align: justify; font-size: 14px;">The papers should be based on any of the topics related to the objectives of the conference. The technical papers will be accepted up to 6 pages formatted in standard camera-ready format, (<a href="template.docx">Full paper template</a> or <a href="LATEX.zip">Latex</a>). All the authors are requested to submit their papers electronically in PDF format via the ICSSIP submission site:<br> <a href="http://confsys.iconf.org/submission/icssip2024">http://confsys.iconf.org/submission/icssip2024</a></p> <hr> <h2 id="paragraph-1161">ICSSIP 2024 Patrons &amp; Supporters</h2> <div id="paragraph-1166"> <div> <div> <p><strong>Special Thanks</strong></p> <p style="line-height: 20px; text-align: justify; font-size: 14px;">The conference organizers gratefully acknowledge the generous support provided by the following:</p> <p style="line-height: 20px; text-align: justify; font-size: 14px;">Co-sponsor (主办单位)<br> <img src="style/images/logo/logo3.png" width="120" height="119"><img src="style/images/logo/Autonomous.jpg" width="115" height="115"></p> <p style="line-height: 20px; text-align: justify; font-size: 14px;">&nbsp;</p> <p style="line-height: 20px; text-align: justify; font-size: 14px;">Host (承办单位)<br> <img src="style/images/logo/logo2.jpg" width="115" height="115"></p> <p style="line-height: 20px; text-align: justify; font-size: 14px;">Co-host (协办单位)<br> <img src="style/images/logo/UAE.jpg" width="129" height="131"><img src="style/images/logo/logo4.png" width="132" height="143"><img src="style/images/logo/logo5.png" width="119" height="121"> <img src="style/images/logo/logo6.jpg" width="112" height="111"><img src="style/images/logo/logo7.jpg" width="114" height="123"><img src="style/images/logo/logo8.jpg" width="113" height="122"></p> </div> </div> </div> <p style="line-height: 20px; text-align: justify; font-size: 14px;">&nbsp;</p> <p style="line-height: 20px; text-align: justify; font-size: 14px;">&nbsp;</p> </div> <br><br> </article> </div> <div class="widget-area sidebar"> <aside class="widget widget_text" style="padding: 10px"> <h2 class="widget-title" style="font-size: 17px; color: #7B7979">Submit Paper</h2> <div class="textwidget"> <a href="ICSSIP2024-CFP.pdf"><button type="button" class="btn btn-danger" onClick="location.href=&#39;?go=submission&#39;" style="font-size:13px; width: 100%; -webkit-animation:colorchange 1s infinite alternate;"> Click to Call for Paper </button></a> </div> </aside> <aside class="widget widget_text" style="padding: 10px;margin-top: 10px"> <div class="textwidget"> <a href="http://confsys.iconf.org/submission/cecsp2024"><button type="button" class="btn btn-warning" onClick="location.href=&#39;PaperReviewProcess.pdf&#39;" style="font-size:13px; width: 100%;"> Paper Submission System </button> </div> </aside> <aside class="widget widget_text" style="padding: 10px; padding-bottom: 0px; margin-top: 10px"> <h2 class="widget-title" style="font-size: 17px; color: #7B7979">Important Dates</h2> <div class="textwidget"> <table width="100%" style="font-size: 11px" align="center" cellpadding="0" cellspacing="0"> <tbody><tr align="left"> <td>Deadline for Paper Submission</td> <td>: November 10, 2024 </td> </tr> <tr align="left"> <td>Deadline for Notification </td> <td>: November 20, 2024</td> </tr> <tr align="left"> <td>Deadline for Registration </td> <td>: November 25, 2024</td> </tr> <tr align="left"> <td>Conference Date</td><td>: December 20-22, 2024</td> </tr> </tbody></table> </div> </aside> <aside class="widget widget_text" style="padding: 10px; padding-bottom: 10px; margin-top: 10px"> <h2 class="widget-title" style="font-size: 17px; color: #7B7979">Keynote Speakers</h2> <div class="textwidget"> <table width="100%" style="font-size: 11px" align="center" cellpadding="0" cellspacing="0"> <tbody><tr align="left"> <td width="68%" align="center"><p><img src="style/images/keynote/Hongbin Li.jpg" width="120" height="120"></p> <p>Fellow, IEEE <br> Prof. Hongbin Li, Stevens Institute of Technology, USA</p></td> </tr> <tr align="left"> <td align="center"><p><img src="style/images/keynote/2-Prof. Guan Gui.jpg" width="120" height="120"></p> <p>Fellow, IEEE <br> Prof. Guan Gui, Nanjing University of Posts and Telecommunications, China</p></td> </tr> <tr align="left"> <td align="center">&nbsp;</td> </tr> <tr align="left"> <td align="center">&nbsp;</td> </tr> </tbody></table> </div> </aside> <aside class="widget widget_text" style="padding: 10px;margin-top: 10px; "> <h2 class="widget-title" style="font-size: 17px; color: #7B7979">Contact Us</h2> <div class="textwidget"> <p><font style="font-size: 12px; color: rgba(87,87,87,1.00)"><em>Ms. Lee</em></font><br> <font style="font-size: 12px; color: rgba(87,87,87,1.00)"><em>✉ <a href="mailto:icssip_conf@vip.163.com">icssip_conf@vip.163.com</a></em></font><br> <font style="font-size: 12px; color: rgba(87,87,87,1.00)"><em> </em></font><font style="font-size: 12px; color: rgba(87,87,87,1.00)"><em>Tel: +86-19382255134</em></font><br> <font style="font-size: 12px; color: rgba(87,87,87,1.00)"><em>Working Time: 10 am--5 pm from Monday to Friday</em></font> </p> </div> </aside> </div> </div> </div> </div> <div style="background-color: #0c2433; font-size: 12px; padding: 10px"> <div class="container"> <center style="color:white"> ICSSIP 2024 Contact<br> E-Mail: icssip_conf@vip.163.com <br> <br> <br> Copyright © 2024 ICSSIP <br> <a href="http://s05.flagcounter.com/more/zdrc" target="_blank"></a> </center> </div> </div> </div> </div> </body> </html>

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