CINXE.COM
CISP-BMEI 2025
<!DOCTYPE html PUBliC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/2199/xhtml"> <head> <!-- <meta http-equiv="Content-Type" content="text/html; charset=gbk" /> --> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="keywords" content="Image and Video Processing,Signal Processing,BioMedical Engineering,Bioinformatics, Systems Biology, and Medical Informatics,Informatics: Fundamental Technologies Important to Medicine and Biology,CISP,BMEI, CISP'21,BMEI'21,International Conference,Coding Signal identification and prediction,image restoration, video analysis,Biomedical signal processing and analysis, Medical data storage" /> <meta name="description" content="2021 14th International Congress on Image and Signal Processing, BioMedical Engineering and Informatics(CISP-BMEI 2021), Shanghai China " /> <title>CISP-BMEI 2025</title> <link href="css/mobanwang.css" type="text/css" rel="stylesheet" media="screen" /> <script src="js/jquery-1.8.0.min.js" type="text/javascript" language="javascript"></script> <script type="text/javascript" language="javascript"> var $ = function (id) { return "string" == typeof id ? document.getElementById(id) : id; }; var Extend = function(destination, source) { for (var property in source) { destination[property] = source[property]; } return destination; } var CurrentStyle = function(element){ return element.currentStyle || document.defaultView.getComputedStyle(element, null); } var Bind = function(object, fun) { var args = Array.prototype.slice.call(arguments).slice(2); return function() { return fun.apply(object, args.concat(Array.prototype.slice.call(arguments))); } } var Tween = { Quart: { easeOut: function(t,b,c,d){ return -c * ((t=t/d-1)*t*t*t - 1) + b; } }, Back: { easeOut: function(t,b,c,d,s){ if (s == undefined) s = 1.70158; return c*((t=t/d-1)*t*((s+1)*t + s) + 1) + b; } }, Bounce: { easeOut: function(t,b,c,d){ if ((t/=d) < (1/2.75)) { return c*(7.5625*t*t) + b; } else if (t < (2/2.75)) { return c*(7.5625*(t-=(1.5/2.75))*t + .75) + b; } else if (t < (2.5/2.75)) { return c*(7.5625*(t-=(2.25/2.75))*t + .9375) + b; } else { return c*(7.5625*(t-=(2.625/2.75))*t + .984375) + b; } } } } var SlideTrans = function(container, slider, count, options) { this._slider = $(slider); this._container = $(container); this._timer = null; this._count = Math.abs(count); this._target = 0; this._t = this._b = this._c = 0; this.Index = 0; this.SetOptions(options); this.Auto = !!this.options.Auto; this.Duration = Math.abs(this.options.Duration); this.Time = Math.abs(this.options.Time); this.Pause = Math.abs(this.options.Pause); this.Tween = this.options.Tween; this.onStart = this.options.onStart; this.onFinish = this.options.onFinish; var bVertical = !!this.options.Vertical; this._css = bVertical ? "top" : "left"; var p = CurrentStyle(this._container).position; p == "relative" || p == "absolute" || (this._container.style.position = "relative"); this._container.style.overflow = "hidden"; this._slider.style.position = "absolute"; this.Change = this.options.Change ? this.options.Change : this._slider[bVertical ? "offsetHeight" : "offsetWidth"] / this._count; }; SlideTrans.prototype = { SetOptions: function(options) { this.options = { Vertical: true, Auto: true, Change: 0, Duration: 80, Time: 10, Pause: 3000, onStart: function(){}, onFinish: function(){}, Tween: Tween.Quart.easeOut }; Extend(this.options, options || {}); }, Run: function(index) { index == undefined && (index = this.Index); index < 0 && (index = this._count - 1) || index >= this._count && (index = 0); this._target = -Math.abs(this.Change) * (this.Index = index); this._t = 0; this._b = parseInt(CurrentStyle(this._slider)[this.options.Vertical ? "top" : "left"]); this._c = this._target - this._b; this.onStart(); this.Move(); }, Move: function() { clearTimeout(this._timer); if (this._c && this._t < this.Duration) { this.MoveTo(Math.round(this.Tween(this._t++, this._b, this._c, this.Duration))); this._timer = setTimeout(Bind(this, this.Move), this.Time); }else{ this.MoveTo(this._target); this.Auto && (this._timer = setTimeout(Bind(this, this.Next), this.Pause)); } }, MoveTo: function(i) { this._slider.style[this._css] = i + "px"; }, Next: function() { this.Run(++this.Index); }, Previous: function() { this.Run(--this.Index); }, Stop: function() { clearTimeout(this._timer); this.MoveTo(this._target); } }; </script> <style type="text/css"> <!-- *{ margin:0px; padding:0px; border:none; } body{ font-family: arial, Helvetica, sans-serif; } .header { text-align: center; width: 100%; height: 50px; background-color:#CCCCCC; } .content{ text-align: center; width: 100%; height: 50px; } .bartitle{ /*color:#E40300;*/ color:#333333; font-size:20px; padding-top:10px; font-weight:bold; text-align:left; padding-left:10px; } li{ font-size:14px; color:#E40300; text-align:left; height:24px; list-style:circle; } li a{ color:#E40300; text-decoration:none; } li a:hover{ color:#000000; font-weight:bold; } .rightcontent{ color:#000000; font-size:14px; line-height:20px; text-align:justify; padding:10px 5px 10px 5px; margin-bottom:5px; } .foot{ width:100%; height: 50px; background-color:#CCCCCC; } --> </style> </head> <body bgcolor="#FFFFFF"> <div style="width:100%; height:300px; background-color:#FFFFFF;"> <div style="float:left; width:100%; height:300px; background-color:#CCCCCC;"> <div style="width: 50%; height:300px; float:left;"><img style="float:right; margin-right:480px;" src="images/bgl.png"/></div> <div style="width: 50%; height:300px; float:left;"><img style="float:left; margin-left:480px;" src="images/bgr.png"/></div> </div> <div id="idContainer2" class="container" style="margin:auto; position:relative; top: -300px;"> <table id="idSlider2" borde="0" cellspacing="0" cellpadding="0"> <tbody> <tr> <td class="td_f"><img src="images/1.png"/></td> <td class="td_f"><img src="images/2.png"/></td> <td class="td_f"><img src="images/3.png"/></td> <td class="td_f"><img src="images/4.png"/></td> <td class="td_f"><img src="images/5.png"/></td> </tr> </tbody> </table> <ul id="idNum" class="num"></ul> </div> </div> <!--begin content--> <div class="content" style="width:100%; height:800px; background-color:;"> <div style="margin-left:auto; margin-right:auto; width:965px;"> <div style="width:956px; background-color:#999999; margin-top:3px;"> <div style="float:left; width:200px; height:470px;background-color:#FFFFFF;"> <div style="width:100%; height:35px; border-bottom:#888888 1px solid; background-image:url(images/barbottom.png); background-repeat:no-repeat; background-position:9px -9px;"> <p class="bartitle">Quick Links</p></div> <div style="width:100%; "> <ul style="padding-left:30px; padding-top:10px;"> <li><a href="/main.htm">Home</a></li> <li> <a href="/call.html">Important Dates</a> <!-- <p style="color: black"><strong>Important Dates</strong></p>--> </li> <li> <a href="/topics.html">Topics</a> </li> <li> <a href="/submission.html">Submission</a> </li> <li> <a href="/final.html">Final Submission</a> </li> <li> <a href="/organizing.html">Organizing Committee</a> </li> <li> <a href="/program.html">Program Committee</a> </li> <li> <a href="/keynotes.html">Keynotes</a> </li> <li> <a href="/venue.html">Conference Venue</a> </li> <li> <a href="/registration.html">Registration</a> </li> <li><a href="/album.html">Album</a></li> <li><a href="/contact.html">Contact Us</a></li> </ul> </div> </div> <div style="float:left; margin-left:8px;"> <div style="height:35px;"></div> <div style="height:490px; border-left:1px #888888 solid;"></div> </div> <div style="float:right; width:740px; background-color:#FFFFFF;"> <div style="width:100%; height:35px; border-bottom:#888888 1px solid;background-image:url(images/barbottom.png); background-repeat:no-repeat; background-position:9px -9px;"> <p class="bartitle">Organizing Committee</p> </div> <div style="width:100%; "> <p class="rightcontent"> <table class="listTable" > <tr align="right" style = "border-collapse:separate; border-spacing:10px 10px;"> <td width="240px" height="40px" style="padding: 0px 10px"> Honorary Chairs</td><td width="500px" align="left" style="padding: 0px 10px" border-spacing="10px 10px"> Yongqi Xue, Shanghai Institute of Technical Physics of the Chinese Academy of Sciences, China <br> Junhao Chu, Fudan University/East China Normal University, China <br> Pengfei Shi, Shanghai Jiaotong University, China </td></tr> <tr align="right" style = "border-collapse:separate; border-spacing:10px 10px;"> <td width="240px" height="40px" style="padding: 0px 10px"> General Chairs</td><td width="500px" align="left" style="padding: 0px 10px" border-spacing="10px 10px"> Zhi Liu, Shandong University, China<br> Guangtao Zhai, Shanghai Jiaotong University, China<br> Qingli Li, East China Normal University, China </td></tr> <tr align="right" style = "border-collapse:separate; border-spacing:10px 10px;"> <td width="240px" height="40px" style="padding: 0px 10px"> Conference Vice-chairs</td><td width="500px" align="left" style="padding: 0px 10px" border-spacing="10px 10px"> Subhas Chandra Mukhopadhyay, Macquarie University, Australia<br> Maxim S. Vonsky, D.I. Mendeleev Institute for Metrology, Russia<br> Mohamed Rihan, University of Bremen, Germany<br> Jun Chen, Shandong University, China<br> Jihua Lu, Beijing Institute of Technology, China </td></tr> <tr align="right" style = "border-collapse:separate; border-spacing:10px 10px;"> <td width="200px" height="40px" style="padding: 0px 10px">Technical Program Chairs</td><td width="540px" align="left" style="padding: 0px 10px"> Lipo Wang, Nanyang Technological University, Singapore<br> Technical Program Chairs Lipo Wang, Nanyang Technological University, Singapore<br> Yan Wang, East China Normal University, China<br> Guang Yang, Imperial College London, UK<br> Zheng Dong, Shandong University, China<br> Peng Cheng, Latrobe University, Australia<br> He (Henry) Chen, the Chinese University of Hong Kong, Hong Kong SAR, China<br> Shihao Yan, Edith Cowen University, Australia </td></tr> <tr align="right" style = "border-collapse:separate; border-spacing:10px 10px;"> <td width="200px" height="40px" style="padding: 0px 10px">Organizing Committee Chairs</td><td width="540px" align="left" style="padding: 0px 10px"> Tao Yin,Shandong Society of Biomedical Engineering<br> Hongji Xu, Shandong University, China<br> Zhiqiang Li, Shandong University, China<br> Jiansheng Wang, East China Normal University, China </td></tr> <tr align="right" style = "border-collapse:separate; border-spacing:10px 10px;"> <td width="200px" height="40px" style="padding: 0px 10px">Proceedings Chairs</td><td width="540px" align="left" style="padding: 0px 10px"> Pengwei Wang, Shandong University, China </td></tr> <tr align="right" style = "border-collapse:separate; border-spacing:10px 10px;"> <td width="200px" height="40px" style="padding: 0px 10px">Publicity Chairs </td><td width="540px" align="left" style="padding: 0px 10px"> Tianzhe Bo, University of Health and Rehabilitation Sciences, China </td></tr> <tr align="right" style = "border-collapse:separate; border-spacing:10px 10px;"> <td width="200px" height="40px" style="padding: 0px 10px">Sponsorship Committee Chairs</td><td width="540px" align="left" style="padding: 0px 10px"> Yang Liu, Haier Group, China </td></tr> </table> </p> </div> </div> </div> </div> </div> <!--end content--> <div style="width:100%; height:200px;"> <div style=" margin:auto; width: 500px; text-align:center;"> <!--改width大小改居中--> <table border="0"> <tr> <!-- <td width="12%" align="center"><img src="images/IEEElogo.gif" height="90" border="0"/></td> --> <!-- <td width="12%" align="center"><img src="images/emb.gif" height="90" border="0"/></td> --> <td width="12%" align="center"><img src="images/shanda.jpg" height="90" border="0"></td> <td width="12%" align="center"><img src="images/MILOGO.gif" height="90" border="0"/></td> <td width="12%" align="center"><img src="images/cee.png" height="90" border="0"/></td> <td width="12%" align="center"><img src="images/ssit.jpg" height="90" border="0"/></td> <td width="12%" align="center"><img src="images/NAIS.jpg" height="90" border="0"/></td> <!-- <td width="12%" align="center"><img src="images/ssit.jpg" height="90" border="0"/></td> --> <!-- <td width="12%" align="center"><img src="images/sensor.png" height="90" border="0"></td> --> </tr> </table> </div> <div style=" margin:auto; width: 500px; text-align:center;"> <!--改width大小改居中--> <table border="0"> <tr> <!-- <td width="12%" align="center"><img src="images/ssit.jpg" height="90" border="0"/></td> --> <td width="12%" align="center"><img src="images/jishu.png" height="90" border="0"></td> <!-- <td width="12%" align="center"><img src="images/JIG.jpg" height="90" border="0"/></td> --> <!-- <td width="12%" align="center"><img src="images/NAIS.jpg" height="90" border="0"/></td> --> <!-- <td width="12%" align="center"><img src="images/SVS.PNG" height="90" border="0"/></td> --> </tr> </table> </div> </div> <!-- <div style="width:100%; height:100px;">--> <!-- <div style=" margin:auto; width: 50%; text-align:center;"> <!–改width大小改居中–>--> <!-- <table border="0">--> <!-- <tr>--> <!-- <td width="12%" align="center">--> <!-- <img src="images/JIG.jpg" height="90" border="0"/>--> <!-- </td>--> <!-- </tr>--> <!-- </table>--> <!-- </div>--> <!-- </div>--> <footer> <div class="copyright"> <div style=" margin:auto; width: 960px; text-align:center;"> <p style=" padding-top:15px; font-size:14px; color:#000000;">Copyright CISP-BMEI 2025, Designed by School of Communication & Electronic Engineering, East China Normal University, China</p> <a style=" padding-top:15px; font-size:14px; color:#000000;" href='https://beian.miit.gov.cn' target='_blank'>沪ICP备2025114600号-2</a><br/> <!-- <a style=" background:url(images/beian.png) no-repeat; padding-left:22px; font-size:14px; color:#000000;" href='http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=32058302002030' target='_blank'>苏公网安备 32058302002030号</a> --> </div> </div> </footer> <script language="javascript" type="text/javascript"> var forEach = function(array, callback, thisObject){ if(array.forEach){ array.forEach(callback, thisObject); }else{ for (var i = 0, len = array.length; i < len; i++) { callback.call(thisObject, array[i], i, array); } } } var st = new SlideTrans("idContainer2", "idSlider2", 5, { Vertical: false }); var nums = []; //æ’入数å�? for(var i = 0, n = st._count - 1; i <= n;){ (nums[i] = $("idNum").appendChild(document.createElement("li"))).innerHTML = ++i; } forEach(nums, function(o, i){ o.onmouseover = function(){ o.className = "on"; st.Auto = false; st.Run(i); } o.onmouseout = function(){ o.className = ""; st.Auto = true; st.Run(); } }) //è®¾ç½®æŒ‰é’®æ ·å¼�? st.onStart = function(){ forEach(nums, function(o, i){ o.className = st.Index == i ? "on" : ""; }) } st.Run(); </script> </body> </html>