CINXE.COM

AEEGE 2023 2023 : 2023 2nd International Conference on Advanced Electronics, Electrical and Green Energy (AEEGE 2023)

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>AEEGE 2023 2023 : 2023 2nd International Conference on Advanced Electronics, Electrical and Green Energy (AEEGE 2023)</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="AEEGE 2023 2023 : 2023 2nd International Conference on Advanced Electronics, Electrical and Green Energy (AEEGE 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" > 2024</option> <option value="n" selected="selected" > 2025 </option> <option value="f" > 2024+ </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 = "Singapore"; 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=163993&amp;ltype=w">ISAC_computing</a> || 5880 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=163993&amp;ltype=w">ISAC_computing</a>, <a href="/cfp/servlet/event.showlist?lownerid=177176&amp;ltype=w">hllarslan</a>, <a href="/cfp/servlet/event.showlist?lownerid=171322&amp;ltype=w">DarkKnight</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="164501"> <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="AEEGE 2023 2023"></span> <span property="v:eventType" content="Conference"></span> <span property="v:startDate" content="2023-05-26T00:00:00"></span> <span property="v:endDate" content="2023-05-28T23:59:59"></span> <span resource="http://www.wikicfp.com/cfp/servlet/event.showcfp?eventid=164501" rel="v:url"></span> <span rel="v:location"><span typeof="v:Address"><span property="v:locality" content="Singapore"></span></span></span> <span property="v:description"> AEEGE 2023 2023 : 2023 2nd International Conference on Advanced Electronics, Electrical and Green Energy (AEEGE 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=164501&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=164501&amp;copyownerid=181159&text=AEEGE 2023 2023 : 2023 2nd International Conference on Advanced Electronics, Electrical and Green Energy (AEEGE 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=164501&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=164501&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.aeege.net/" target="_newtab">http://www.aeege.net/</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"> May 26, 2023 - May 28, 2023 </td> </tr><tr bgcolor="#f6f6f6"> <th>Where</th> <td align="center">Singapore</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=164501" rel="v:url"></span> <span property="v:startDate" content="2023-04-30T00:00:00">Apr 30, 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=advanced electronics">advanced electronics</a>&nbsp;&nbsp; <a href="../call?conference=electrical">electrical</a>&nbsp;&nbsp; <a href="../call?conference=green energy">green energy</a>&nbsp;&nbsp; <a href="../call?conference=power">power</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="AEEGE 2023 2023"></span> <span property="dc:description" content="2023 2nd International Conference on Advanced Electronics, Electrical and Green Energy (AEEGE 2023)"></span> <span property="dc:identifier" content="http://www.wikicfp.com/cfp/servlet/event.showcfp?eventid=164501"></span> <span property="dc:source" content="http://www.aeege.net/"></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"> 2023 2nd International Conference on Advanced Electronics, Electrical and Green Energy (AEEGE 2023) <br> <br>Website: http://www.aeege.net/ <br>Venue: Singapore (both online and in-person) <br>Conference Date: May 26-28, 2023 <br> <br>2023 2nd International Conference on Advanced Electronics, Electrical and Green Energy (AEEGE 2023) will be held in Singapore during May 26-28, 2023. It is sponsored by The International Society for Applied Computing (ISAC) and The Technical Institute for Engineers (T.I.E.). We fully understand some participants cannot attend the conference in-person due to COVID-19, so we will hold our conference both online and in-person, thus you could attend the conference online and do the online presentation. <br> <br>During the upcoming conference, the invited renowned professors will share with us the recent innovations in the fields of Electronics, Electrical and Green Energy. The conference will mainly feature on keynote speeches as well as peer-reviewed paper presentations. In addition, social program or academic visit will be arranged to encourage communication, discussion or cooperation among the researchers in this field. <br> <br>We invite submissions of papers presenting an original high-quality research and development for the conference. All papers must be written in English and will be peer-reviewed by technical committees of the Conference and all accepted papers will be published in the conference proceedings. <br> <br>*Conference Speakers: <br>Keynote Speaker I: <br>Prof. Om Parkash Malik, The University of Calgary, Canada (IEEE Life Fellow) <br>Keynote Speaker II: <br>Prof. Pierluigi Siano, University of Salerno, Italy (IEEE Senior Member) <br>Keynote Speaker III: <br>Prof. Quanxin Zhu, Hunan Normal University, China (IEEE Senior Member) <br>Keynote Speaker IV: <br>Prof. Kei Eguchi, Fukuoka Institute of Technology, Japan <br> <br>*Call for papers: <br>Electronic Materials Components <br>Circuits and Systems <br>Microelectronic Systems <br>Optical and Magnetic <br>Photonics and Electro-Optic Power <br>Waves and Electromagnetic <br>Nonlinear Waveguides <br>Telecommunications and Microelectronics Basic Technology <br>Acoustic and Electromagnetic Scattering <br>Electron-Photon Interaction and Plasmonics <br>Photonic Crystal Structures and Devices <br>Photonic circuits and fiber optics <br>Electrical Machinery and Electrical Apparatus <br>Electrical Machines, Power Electronics and Industry Applications <br>Electrical Materials and Process <br>High Voltage and Insulation Technology <br>High Voltage Engineering and Insulation Technology <br>Power Electronics and Power Drives <br>Development and Utilization of Solar Energy <br>Development and Utilization of Biomass Energy <br>Development and Utilization of Wind Energy <br>Nuclear Energy Engineering <br>Storage Technology <br>Energy-saving Technology <br>Hydrogen and Fuel Cell <br>New Energy Vehicles, Electric Vehicles <br>Energy-efficient Lighting Products and Technologies <br>Green Building Materials and Energy-saving Buildings <br>(for more topics: http://www.aeege.net/Call%20for%20Papers.html) <br> <br>*Publication and indexing: <br>鈽匒ll accepted papers will be included in AEEGE 2023 conference proceedings and published by Conference Publishing Services (CPS), which will be submitted for inclusion in IEEE Xplore and CSDL. The conference proceedings will also be submitted for indexing by EI Compendex, Scopus, INSPEC and ISTP (CPCI). <br> <br>鈽匒EEGE 2022 Conference Proceedings have been published by IOP Publishing in the Journal of Physics: Conference Series (ISSN: 1742-6596 Volume: 2301) and indexed by Ei Compendex and Scopus successfully within 1 month after publication. <br> <br>*Submission Methods: <br>1. Online Submission System: https://cmt3.research.microsoft.com/AEEGE2023 <br>2. Submission Email: aeege@applied-computing.net <br> <br>Submission guidelines: http://www.aeege.net/Submission%20Guidelines.html <br> <br>*Join the conference as: <br>Authors: <br>Authors are expected to submit full papers to the submission system for further review by our Technical Committees. All accepted papers after proper registration and presentation in the conference will be published and submitted for indexing. <br>Presenters Only: <br>The presenters are expected to submit abstracts only for presentation in the conference without paper publication in the conference proceedings. <br>Listeners: <br>Listeners are expected to attend the conference without paper presentation or publication. <br>Reviewers: <br>PhD-holders in the research fields of Electronics, Electrical and Green Energy are welcome to be our reviewers and a certificate can be issued. <br>Sponsors/Partners: <br>If you are interested in cooperating with us, such as sponsoring or being a partner of AEEGE 2023, you are welcome to contact us at:聽aeege@applied-computing.net <br> <br>*Contact us: <br>Website: http://www.aeege.net/ <br>Conference Secretary: Ms. Kathy Tang <br>Tel: (+852) 6359 2147 <br>Email: aeege@applied-computing.net <br> <br>If you have any question or request about our conference, no matter regarding submission, registration, participation or any further question, please send email to us and you will get feedback within 24 hours. <br> </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=182954">CGEE 2025</a>&nbsp;&nbsp; IEEE--2025 6th International Conference on Clean and Green Energy Engineering (CGEE 2025) </td></tr> <tr><td> <a href="/cfp/servlet/event.showcfp?eventid=172346">SPIE-Ei/Scopus-CMLDS 2025</a>&nbsp;&nbsp; 2025 2nd International Conference on Computing, Machine Learning and Data Science (CMLDS 2025) -EI Compendex & Scopus </td></tr> <tr><td> <a href="/cfp/servlet/event.showcfp?eventid=183253">ICEET 2025</a>&nbsp;&nbsp; 2025 12th International Conference on Electronics Engineering and Technology (ICEET 2025) </td></tr> <tr><td> <a href="/cfp/servlet/event.showcfp?eventid=180270">IEEE-EI/Scopus-IC2ECS 2024</a>&nbsp;&nbsp; 2024 4th International Conference on Electrical Engineering and Control Science-IEEE Xplore/EI/Scopus </td></tr> <tr><td> <a href="/cfp/servlet/event.showcfp?eventid=183254">ICEET--Ei 2025</a>&nbsp;&nbsp; 2025 12th International Conference on Electronics Engineering and Technology (ICEET 2025) </td></tr> <tr><td> <a href="/cfp/servlet/event.showcfp?eventid=181786">IEEE AAIEE 2025</a>&nbsp;&nbsp; IEEE--2025 International Symposium on the Application of Artificial Intelligence in Electrical Engineering (AAIEE 2025) </td></tr> <tr><td> <a href="/cfp/servlet/event.showcfp?eventid=181447">IEEE ICEEE 2025</a>&nbsp;&nbsp; IEEE--2025 12th International Conference On Electrical And Electronics Engineering (ICEEE 2025) </td></tr> <tr><td> <a href="/cfp/servlet/event.showcfp?eventid=180975">CEEIT--EI 2025</a>&nbsp;&nbsp; 2025 5th International Conference on Electrical Engineering and Information Technology (CEEIT 2025) </td></tr> <tr><td> <a href="/cfp/servlet/event.showcfp?eventid=181448">ICEEE 2025</a>&nbsp;&nbsp; IEEE--2025 12th International Conference On Electrical And Electronics Engineering (ICEEE 2025) </td></tr> <tr><td> <a href="/cfp/servlet/event.showcfp?eventid=183072">ACET 2025</a>&nbsp;&nbsp; 2025 The 2nd Asia Conference on Electronic Technology (ACET 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