CINXE.COM

IEEE ICWOC 2023 : IEEE--2023 11th International Conference on Intelligent Computing and Wireless Optical Communications (ICWOC 2023)

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>IEEE ICWOC 2023 : IEEE--2023 11th International Conference on Intelligent Computing and Wireless Optical Communications (ICWOC 2023)</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="IEEE ICWOC 2023 : IEEE--2023 11th International Conference on Intelligent Computing and Wireless Optical Communications (ICWOC 2023)"> <meta name="ROBOTS" content="INDEX,NOFOLLOW"> <link rel="stylesheet" type="text/css" href="/cfp/styles/wikicfp.css?v=2"> <link rel="shortcut icon" href="/cfp/images/wikicfp.ico"> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-2351831-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-2351831-1'); </script> <script type="text/javascript"> function recordOutboundLink(link, category, action, newtab) { try { _gaq.push(['_trackEvent', category, action]); if (newtab > 0) setTimeout('window.open("' + link.href + '", "_newtab")', 100); else setTimeout('document.location="' + link.href + '"', 100); }catch(err){} } </script> <script src="https://www.semanticscholar.org/js/wikicfp-embed.js" async></script> </head> <body bgcolor="#ffffee"> <div style="padding: 0px; position: absolute; top:1px; left:2px; right:11px; max-width:1251px; min-width: 995px"> <div class="logo"> <table cellspacing="0"><tr valign="bottom"> <td align="left"> <img src="/cfp/images/wikicfplogo-90.png" style="cursor:pointer; vertical-align:-7px;" onclick="document.location.href='/'" width="265" height="90" alt="WikiCFP"> </td> </tr></table> </div> <div class="topright" style="float: right;"> <div id="s2-search" style="margin-top: 20px;"></div> </div> </div> <div class="topright" style="height: 81px;"> </div> <div class="navsec"> <div class="menusec"> <a class="nav" href="/cfp/home" accesskey="h">Home</a> <ul> <li style="margin:0 0 0 -20;"><a class="nav" href="/cfp/servlet/user.regin?mode=login">Login</a></li><li style="margin:0 0 0 -20;"><a class="nav" href="/cfp/servlet/user.regin?mode=register">Register</a></li><li style="margin:0 0 0 -20;"><a class="nav" href="/cfp/servlet/user.profile">Account</a></li><li style="margin:0 0 0 -20;"><a class="nav" href="/cfp/servlet/user.logout">Logout</a></li> </ul> <a class="nav" href="/cfp/allcat" accesskey="c">Categories</a><br> <a class="nav" href="/cfp/allcfp" accesskey="p">CFPs</a> <ul> <li style="margin:0 0 0 -20;"><a class="nav" href="/cfp/servlet/event.trycfp">Post a CFP</a></li> </ul> <a class="nav" href="/cfp/series?t=c&i=A" accesskey="p">Conf Series</a> <!-- <img src="/cfp/images/new.gif" alt="" /> --> <br> <!-- <a class="nav" href="/cfp/series?t=j&i=A" accesskey="p">Journals</a><img src="/cfp/images/new.gif" alt="" /><br> --> <a class="nav" href="/cfp/servlet/event.showlist?ltype=w">My List</a><br> <ul> <li style="margin:0 0 0 -20;"><a class="nav" href="/cfp/servlet/event.showtl?">Timeline</a></li> </ul> <a class="nav" href="/cfp/servlet/event.showlist?ltype=a">My Archive</a><br> <a class="nav" href="http://www.todordimitrov.de/cfp-app/index.html" target="_blank">On iPhone</a><br> <a class="nav" href="https://play.google.com/store/apps/details?id=net.kuratkoo.wikicfp" target="_blank">On Android</a><br> <hr> <div class="searchbox"> <form method="get" action="/cfp/servlet/tool.search" STYLE="margin: 0px; padding: 0px;"> <table align="center" cellpadding="0" cellspacing="0"> <tr><td align="center" colspan="2"> <input name="q" placeholder="search CFPs" type="text" style="width:136px" value="" TABINDEX=100> </td></tr> <tr> <td align="left"><select class="searchbox" name="year" TABINDEX=101> <option value="t" selected="selected" > 2025</option> <option value="n" > 2026 </option> <option value="f" > 2025+ </option> <option value="a" > all </option> </select></td> <td align="right"><input class="searchbox" type="submit" value="Search" TABINDEX=102></td> </tr> </table> </form> </div> </div> <div class="infosec" style="width: 160px; margin: 0px; padding: 0px; margin-top: 5px;"> <a href="https://www.semanticscholar.org/?utm_source=WikiCFP&utm_medium=Display&utm_term=home&utm_content=semantic-scholar-rail-try-it&utm_campaign=WikiCFP%20Test"><img src="/cfp/images/wikicfp_creative.jpg" width="160" height="600" border="0" alt=""></a> </div> <!-- <div class="infosec"> <span class="btheme"><b>What's New</b></span><br> 1. <span class="btheme">email</span> notification of deadline extension </div> --> <!-- <div class="bimgsec" > <a href="http://twitter.com/wikicfp"><img border="0" src="/cfp/images/twitter_160.jpg" ALT=""> </a> </div> --> </div> <SCRIPT language="JavaScript" type="text/javascript"> function display(ind) { elem = document.getElementById(ind); if (elem.style.display == 'none') { elem.style.display = 'inline'; } else if (elem.style.display == 'inline') { elem.style.display = 'none'; } } function OnSubmitForm() { if (!confirm("You cannot undo this operation. \nAre you sure you want to delete the items?")){ return false; } return true; } function returnObjById( id ) { if (document.getElementById) var returnVar = document.getElementById(id); else if (document.all) var returnVar = document.all[id]; else if (document.layers) var returnVar = document.layers[id]; return returnVar; } function AutoFill() { var dest = returnObjById("ExpeSf_destination"); if (dest != null){ dest.onfocus(); dest.value = "Chongqing, China"; dest.onchange(); } var origin = returnObjById("ExpeSf_origin"); if (origin == null){ setTimeout("AutoFill()", 5000); } return true; } window.onload=function(){setTimeout("AutoFill()", 1000)}; </SCRIPT> <div class="contsec"> <center> <table cellpadding="0" cellspacing="0" width="100%"> <tr><td> <table cellpadding="0" cellspacing="0" width="100%"><tr valign="middle" > <td align="left"> <table cellpadding="0" cellspacing="1"><tr><td align="left"> posted by user: <a href="/cfp/servlet/event.showlist?lownerid=13881&amp;ltype=w">FUN0524</a> || 4943 views || tracked by 4 users: <span id='more_button' style='display:inline'>[<a href="javascript:display('more_users');display('more_button');">display</a>]</span><span id='more_users' style='display:none'><a href="/cfp/servlet/event.showlist?lownerid=13881&amp;ltype=w">FUN0524</a>, <a href="/cfp/servlet/event.showlist?lownerid=70059&amp;ltype=w">jenyeu</a>, <a href="/cfp/servlet/event.showlist?lownerid=180437&amp;ltype=w">cld</a>, <a href="/cfp/servlet/event.showlist?lownerid=181159&amp;ltype=w">hubery</a> [<a href="javascript:display('more_users');display('more_button');">hide</a>]</span> </td></tr></table> </td> <td align="right"> <table cellpadding="0" cellspacing="0"><tr valign="baseline"> <td nowrap></td> <td align="center" nowrap="nowrap"> <form method="get" action="/cfp/servlet/event.copycfp"> <input name="getaddress" type="hidden" value="event.showcfp"> <input name="eventid" type="hidden" value="166546"> <input name="copyownerid" type="hidden" value="181159"> <input name="option" type="hidden" value="x"> <input type="submit" value="Add to My List"> </form> </td> <td align="center" nowrap="nowrap"> <form method="get" action="/cfp/servlet/event.orgcfp"> <input align="middle" type="submit" value="I'm Organizer" DISABLED> </form> </td> <td align="center" nowrap="nowrap"> <form method="get" action="/cfp/servlet/event.updcfp"> <input align="middle" type="submit" value="Modify" DISABLED> </form> </td> </tr></table> </td> </tr></table> </td></tr> <tr><td align="center" > <br> <h2> <span xmlns:v="http://rdf.data-vocabulary.org/#" typeof="v:Event"> <span property="v:summary" content="IEEE ICWOC 2023"></span> <span property="v:eventType" content="Conference"></span> <span property="v:startDate" content="2023-06-16T00:00:00"></span> <span property="v:endDate" content="2023-06-18T23:59:59"></span> <span resource="http://www.wikicfp.com/cfp/servlet/event.showcfp?eventid=166546" rel="v:url"></span> <span rel="v:location"><span typeof="v:Address"><span property="v:locality" content="Chongqing, China"></span></span></span> <span property="v:description"> IEEE ICWOC 2023 : IEEE--2023 11th International Conference on Intelligent Computing and Wireless Optical Communications (ICWOC 2023)</span> </span> </h2> <h3> <span id="share-buttons"> <a href="http://www.facebook.com/sharer.php?u=http://wikicfp.com/cfp/servlet/event.showcfp?eventid=166546&amp;copyownerid=181159" target="_blank"><img src="/cfp/images/share/facebook.png" alt="Facebook"/></a><a href="http://twitter.com/share?url=http://wikicfp.com/cfp/servlet/event.showcfp?eventid=166546&amp;copyownerid=181159&text=IEEE ICWOC 2023 : IEEE--2023 11th International Conference on Intelligent Computing and Wireless Optical Communications (ICWOC 2023)" target="_blank"><img src="/cfp/images/share/twitter.png" alt="Twitter" /></a><a href="http://www.linkedin.com/shareArticle?mini=true&url=http://wikicfp.com/cfp/servlet/event.showcfp?eventid=166546&amp;copyownerid=181159" target="_blank"><img src="/cfp/images/share/linkedin.png" alt="LinkedIn" /></a><a href="https://plus.google.com/share?url=http://wikicfp.com/cfp/servlet/event.showcfp?eventid=166546&amp;copyownerid=181159" target="_blank"><img src="/cfp/images/share/google.png" alt="Google" /></a></span> </h3> </td></tr> <tr><td align="center" > Link: <a href="http://www.icwoc.org/" target="_newtab">http://www.icwoc.org/</a> </td></tr> <tr><td>&nbsp;</td></tr> <tr><td> <table cellpadding="0" cellspacing="5" align="center"> <tr valign="middle"> <td align="center"> <table cellpadding="0" cellspacing="0" align="center"> <tr valign="middle"><td align="center"> <table class="gglu" cellpadding="3" cellspacing="1" align="center"> <tr bgcolor="#e6e6e6"> <th>When</th> <td align="center"> Jun 16, 2023 - Jun 18, 2023 </td> </tr><tr bgcolor="#f6f6f6"> <th>Where</th> <td align="center">Chongqing, China</td> </tr> <tr bgcolor="#e6e6e6"> <th>Submission Deadline</th> <td align="center"> <span xmlns:v="http://rdf.data-vocabulary.org/#" typeof="v:Event"> <span property="v:summary" content="Submission Deadline"></span> <span resource="http://www.wikicfp.com/cfp/servlet/event.showcfp?eventid=166546" rel="v:url"></span> <span property="v:startDate" content="2023-05-10T00:00:00">May 10, 2023</span> </span> </td> </tr> </table> </td></tr> <tr><td align="center" > <table class="gglu" cellpadding="3" cellspacing="1" align="center"> <tr><td></td></tr> <tr bgcolor="#f6f6f6"> <td align="center"> <h5><a class="blackbold" href="/cfp/allcat"><b>Categories</b></a>&nbsp;&nbsp;&nbsp; <a href="../call?conference=intelligent systems">intelligent systems</a>&nbsp;&nbsp; <a href="../call?conference=cloud computing">cloud computing</a>&nbsp;&nbsp; <a href="../call?conference=communications">communications</a>&nbsp;&nbsp; <a href="../call?conference=information science">information science</a></h5> </td></tr> </table> </td></tr> </table> </td> </tr> </table> </td></tr> <tr><td>&nbsp;</td></tr> <tr><td align="center" > <div xmlns:dc="http://purl.org/dc/elements/1.1/"> <span property="dc:title" content="IEEE ICWOC 2023"></span> <span property="dc:description" content="IEEE--2023 11th International Conference on Intelligent Computing and Wireless Optical Communications (ICWOC 2023)"></span> <span property="dc:identifier" content="http://www.wikicfp.com/cfp/servlet/event.showcfp?eventid=166546"></span> <span property="dc:source" content="http://www.icwoc.org/"></span> <span property="dc:publisher" content="WikiCFP"></span> </div> <h3>Call For Papers</h3> </td></tr> <tr><td align="center" > <div class="cfp" align="left"> *ICWOC 2023 - Intelligent Computing and Wireless Optical Communications - Ei Compendex and Scopus <br> <br>Full name: 2023 11th International Conference on Intelligent Computing and Wireless Optical Communications <br>Short name: ICWOC 2023 <br>Website锛歨ttp://www.icwoc.org/ <br>Time锛欽une 16-18, 2023 <br>Place: Chongqing, China <br> <br> <br>2023 11th International Conference on Intelligent Computing and Wireless Optical Communications will be held during June 16-18, 2023 in Chongqing, China. It's sponsored by Chongqing University, China; Technically co-sponsored by IEEE Photonics Society; hosted by School of Microelectronics and Communication Engineering of Chongqing University. <br> <br>*Call for paper <br>Track 1: Intelligent calculation and algorithm <br>Evolutionary Computing and Learning <br>Genetic Algorithms <br>Particle Swarm Optimization and Niche Technology <br>Swarm Intelligence and Optimization <br>Independent Component Analysis <br> <br>Track 2: Wireless communication and signal processing <br>Wireless Communications and Mobile Computing <br>Communication and Information Theory <br>Computer and Network Security <br>Cross-Layer Optimized Wireless Networks <br>MIMO Systems <br> <br>For details about topics, please visit at: http://www.icwoc.org/cfp.html <br> <br> <br>*Publication <br>Submitted paper will be peer reviewed by conference committees. Accepted papers will be included in ICWOC 2023 Conference Proceedings, which will be archived in IEEE Xplore , and indexed by EI Compendex, Scopus, and other indexing services. <br>Selected papers of ICWOC 2023 will be recommended to be published into Journal of Communications (JCM). <br>ICWOC 2023 in IEEE conference calendar: https://conferences.ieee.org/conferences_events/conferences/conferencedetails/57905 <br> <br>ICWOC 2022 - IEEE | Ei-Compendex & Scopus <br>ICWOC 2021 - IEEE | Ei-Compendex & Scopus <br>ICWOC 2020 - IEEE | Ei-Compendex & Scopus <br>ICWOC 2019 - IEEE | Ei-Compendex & Scopus <br>ICWOC 2018 - IEEE | Ei-Compendex & Scopus <br>More click History: http://www.icwoc.org/ <br> <br>*Submission <br>1. Full paper(publication and presentation) <br>2. Abstract (presentation) <br>Paper must be written in English. <br>Submit paper via online system: https://www.zmeeting.org/submission/icwoc2023 <br>Full paper template: http://www.icwoc.org/instruct8.5x11x2.doc <br>More detail about submission, http://www.icwoc.org/sub.html <br> <br> <br>*Conference Schedule <br>Day 1 - June 16, 2023---Registration,collecting conference materials. Online Test. <br>Day 2 - June 17, 2023---Openning Remarks, Keynote Speech and Group Photo, Presentations (Oral/Poster) <br>Day 3 - June 18, 2023---Online technical sessions <br> <br> <br>*Conference Venue: Chongqing, China <br>As China鈥檚 fourth municipality after Beijing, Shanghai, and Tianjin, Chongqing has maintained rapid economic development while preserving a wonderful natural environment. Known as the 'Mountain City', it has a wavy terrain and encompasses a wealth of water reserves, mineral resources, dense forests, and abundant flora and fauna. The city attracts visitors from home and abroad for its natural wonders and cultural heritage. As a common starting port for the Yangtze River cruise, tourists can go for a downstream tour to the magnificent Three Gorges. <br> <br> <br>*Contact <br>Ms. Lyndis (Conference Secretary) <br>E-mail: icwoc_general@vip.163.com <br>Tel: +86-28-86527868 <br>Mobile: +86-182-1565-4293 <br>Wechat Account: iconf-cs-1 (Send "ICWOC 2023") </div> </td></tr> </table> </center> </div> <div class="contsec"> <center><h3> Related Resources </h3></center> <div class="cfp" align="left"> <table cellpadding="0" cellspacing="0px" align="center" width="100%"> <tr valign="top"> <td> <table cellpadding="4" cellspacing="3" align="center" width="100%"> <tr><td> <a href="/cfp/servlet/event.showcfp?eventid=127474">IEEE-Ei/Scopus-ITCC 2025</a>&nbsp;&nbsp; 2025 5th International Conference on Information Technology and Cloud Computing (ITCC 2025)-EI Compendex </td></tr> <tr><td> <a href="/cfp/servlet/event.showcfp?eventid=183282">ICWOC--Ei 2025</a>&nbsp;&nbsp; 2025 13th International Conference on Intelligent Computing and Wireless Optical Communications (ICWOC 2025) </td></tr> <tr><td> <a href="/cfp/servlet/event.showcfp?eventid=127472">SPIE-Ei/Scopus-DMNLP 2025</a>&nbsp;&nbsp; 2025 2nd International Conference on Data Mining and Natural Language Processing (DMNLP 2025)-EI Compendex&Scopus </td></tr> <tr><td> <a href="/cfp/servlet/event.showcfp?eventid=183251">IEEE ACIRS 2025</a>&nbsp;&nbsp; IEEE--2025 10th Asia-Pacific Conference on Intelligent Robot Systems (ACIRS 2025) </td></tr> <tr><td> <a href="/cfp/servlet/event.showcfp?eventid=175829">IEEE CNCIT 2025</a>&nbsp;&nbsp; 2025 4th International Conference on Networks, Communications and Information Technology (CNCIT 2025) </td></tr> <tr><td> <a href="/cfp/servlet/event.showcfp?eventid=179005">CompAuto--EI 2025</a>&nbsp;&nbsp; 2025 4th International Conference on Computers and Automation (CompAuto 2025) </td></tr> <tr><td> <a href="/cfp/servlet/event.showcfp?eventid=183281">ICWOC 2025</a>&nbsp;&nbsp; 2025 13th International Conference on Intelligent Computing and Wireless Optical Communications (ICWOC 2025) </td></tr> <tr><td> <a href="/cfp/servlet/event.showcfp?eventid=183252">ACIRS 2025</a>&nbsp;&nbsp; IEEE--2025 10th Asia-Pacific Conference on Intelligent Robot Systems (ACIRS 2025) </td></tr> <tr><td> <a href="/cfp/servlet/event.showcfp?eventid=181981">WCSE--EI 2025</a>&nbsp;&nbsp; 2025 The 15th International Workshop on Computer Science and Engineering (WCSE 2025) </td></tr> </table> </td> </tr> </table> </div> </center> </div> <DIV class="footer"> <center> <table cellpadding="0" cellspacing="0" width="100%"><tr valign="top"> <td align="left"> <table cellpadding="0"> <tr><td align="left"> <a href="/cfp/about.jsp">About Us</a> | <a href="mailto:wikicfp@gmail.com">Contact Us</a> | <a href="/cfp/data.jsp">Data</a> | <a href="/cfp/privacy.jsp">Privacy Policy</a> | <a href="/cfp/terms.jsp">Terms and Conditions</a> </td></tr> <tr><td align="left"> Partners: <a href="https://www.semanticscholar.org/?utm_source=WikiCFP&utm_medium=Display&utm_term=home&utm_content=semantic-scholar-rail-try-it&utm_campaign=WikiCFP%20Test">AI2's Semantic Scholar</a> </td></tr> <tr><td align="left"> This wiki is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-Share Alike 3.0 License</a>. </td></tr></table> </td> <td align="right" style="width:1%"> <!-- <a href="http://www3.clustrmaps.com/counter/maps.php?url=http://www.wikicfp.com" target="_blank" id="clustrMapsLink"><img src="http://www3.clustrmaps.com/counter/index2.php?url=http://www.wikicfp.com" style="border:0px;" width="160" height="90" alt="Locations of visitors to WikiCFP" title="Locations of visitors to WikiCFP" id="clustrMapsImg"> </a> --> <!-- <script type="text/javascript" id="clustrmaps" src="//cdn.clustrmaps.com/map_v2.js?u=HB5u&d=rwJQZ8-WAgBWyJ4xovK800l_zDGOjVPBcT3rG-oLsKw"></script> --> </td> </tr></table> </center> </div> <script type="text/javascript"> function loadAddThis() { addthis.init() } loadAddThis(); </script> <!-- Start Quantcast tag --> <script type="text/javascript"> _qoptions={ qacct:"p-bavkT9R1uB7qI" }; </script> <script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script> <noscript> <img src="http://pixel.quantserve.com/pixel/p-bavkT9R1uB7qI.gif" style="display: none;" border="0" height="1" width="1" alt="Quantcast"/> </noscript> <!-- End Quantcast tag --> </body> </html>

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