CINXE.COM
History : International Conference on Cloud of Things and Wearable Technologies 2025 | ICCOTWT 2025
<!DOCTYPE html> <html> <head> <title>History : International Conference on Cloud of Things and Wearable Technologies 2025 | ICCOTWT 2025</title> <!-- Meta tags --> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- Favicons --> <link rel="shortcut icon" href="favicon.ico"> <link rel="icon" type="image/png" href="favicon.png"> <!-- Stylesheet --> <link rel="stylesheet" href="css/normalize.css"> <link rel="stylesheet" href="css/typography.css"> <link rel="stylesheet" href="css/fontawesome.css"> <link rel="stylesheet" href="css/colors.css"> <link rel="stylesheet" href="css/style.css"> <!-- Responsive --> <link rel="stylesheet" media="(max-width:767px)" href="css/0-responsive.css"> <link rel="stylesheet" media="(min-width:768px) and (max-width:1024px)" href="css/768-responsive.css"> <link rel="stylesheet" media="(min-width:1025px) and (max-width:1199px)" href="css/1025-responsive.css"> <link rel="stylesheet" media="(min-width:1200px)" href="css/1200-responsive.css"> <!-- Google Fonts --> <link href='https://fonts.googleapis.com/css?family=Domine:400,700' rel='stylesheet' type='text/css'> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-43061603-16', 'auto'); ga('send', 'pageview'); </script> </head> <body> <!-- Wrapper --> <div id="wrapper" class="wide"> <!-- Header --> <header id="header"> <!-- Header meta --> <div class="header_meta"> <div class="container"> <div class="toggle_top_navigation"><i class="fa fa-bars"></i></div> <!-- Top menu --> <nav id="top_navigation" class="clearfix"> <ul class="top_navigation clearfix"> Welcome to ICCOTWT 2025 @ [Virtual/Online], Michigan, US </ul> </nav> <!-- Social links --> <ul class="header_social_links clearfix"> <li><a href="https://www.facebook.com/asdf.int"><i class="fa fa-facebook"></i> Facebook</a></li> <li><a href="https://www.twitter.com/ASDFInt"><i class="fa fa-twitter"></i> Twitter</a></li> <li><a href="http://www.linkedin.com/company/2329566"><i class="fa fa-linkedin"></i> LinkedIn</a></li> </ul> </div> </div> <!-- Header main --> <div class="header_main"> <div class="container"> <div class="logo"> <!--<h1><a href="index.html">Fastnews</a></h1>--> <a href="index.html"><img src="demo/iccotwt.png" alt="ICCOTWT 2025"></a> </div> <div class="quick_links"> <div class="link"> <i class="fa fa-calendar"></i> <a href="dates.html">10 - 11 JULY, 2025</a> </div> <div class="link"> <i class="fa fa-credit-card"></i> <a href="regn.html">Register Now</a> </div> <div class="link"> <script type="text/javascript"> <!-- //start //###################################################################################### // Author: ricocheting.com // For: public release (freeware) // Date: 4/24/2003 (update: 5/15/2009) // Description: displays the amount of time until the "dateFuture" entered below. // NOTE: the month entered must be one less than current month. ie; 0=January, 11=December // NOTE: the hour is in 24 hour format. 0=12am, 15=3pm etc // format: dateFuture = new Date(year,month-1,day,hour,min,sec) // example: dateFuture = new Date(2003,03,26,14,15,00) = April 26, 2003 - 2:15:00 pm dateFuture = new Date(2025,06,06,9,00,00); // TESTING: comment out the line below to print out the "dateFuture" for testing purposes //document.write(dateFuture +"<br />"); //################################### //nothing beyond this point function GetCount(){ dateNow = new Date(); //grab current date amount = dateFuture.getTime() - dateNow.getTime(); //calc milliseconds between dates delete dateNow; // time is already past if(amount < 0){ document.getElementById('countbox').innerHTML="Now!"; } // date is still good else{ days=0;hours=0;mins=0;secs=0;out=""; amount = Math.floor(amount/1000);//kill the "milliseconds" so just secs days=Math.floor(amount/86400);//days amount=amount%86400; hours=Math.floor(amount/3600);//hours amount=amount%3600; mins=Math.floor(amount/60);//minutes amount=amount%60; secs=Math.floor(amount);//seconds if(days != 0){out += days +" day"+((days!=1)?"s":"")+", ";} if(days != 0 || hours != 0){out += hours +" hour"+((hours!=1)?"s":"")+", ";} if(days != 0 || hours != 0 || mins != 0){out += mins +" minute"+((mins!=1)?"s":"")+" ";} out += "for ICCOTWT"; document.getElementById('countbox').innerHTML=out; setTimeout("GetCount()", 1000); } } window.onload=GetCount;//call when everything has loaded //--> </script> <i class="fa fa-hourglass-o"></i> <a href="dates.html" id="countbox"></a> </div> </div> </div> </div> <!-- Header menu --> <div id="header_menu" class="header_menu header_is_sticky"> <div class="container"> <div class="toggle_main_navigation"><i class="fa fa-bars"></i></div> <nav id="main_navigation" class="clearfix"> <ul class="main_navigation clearfix"> <li><a href="index.html">Home</a></li> <li><a href="cfp.html">Call for Paper</a></li> <li><a href="subm.html">Submission</a></li> <li><a href="regn.html">Registration</a></li> <li><a href="dates.html">Dates</a></li> <li><a href="keynote.html">Keynote</a></li> <li><a href="comt.php">Committee</a></li> <li><a href="venue.html">Venue</a></li> <li><a href="history.html">History</a></li> <li><a href="contact.html">Contact</a></li> </ul> </nav> </div> </div> <!-- Braking news --> <div class="breaking_news"> <div class="container"> <div class="breaking_news_title">Updates</div> <div class="breaking_news_container"> <div><a href="subm.html">Paper Submission begun. Last Date is 16<sup>st</sup> June, 2025</a></div> <div><a href="regn.html">Author and Listeners' registration begun.</a></div> </div> </div> </div> </header> <!-- Container --> <div class="container"> <div class="row"> <h2 style="text-align:center">Tenth International Conference on Cloud of Things and Wearable Technologies 2025</h2><p> </p> <hr class="divider_dashed"> <!-- Main content --> <div class="col col_8_of_12 main_content"> <h3 style="text-align:center">History of ICCOTWT</h3> <div class="accordion_group"> <div class="accordion_title">ICCOTWT 2016</div> <div class="accordion_panel"> <p style="text-align:justify">The First International Conference on Cloud of Things and Wearable Technologies 2016 happened at Oakland University, Michigan, US on July 14 - 16. This Conference had 513 papers submitted and 62 papers accepted. The proceedings of the Conference is available at www.edlib.net. Dr. Kokula Krishna Hari was the Chief Guest of the event and was graciously presented by Dr. Subramaniam Ganesan and other eminent scholars.</p> </div> <div class="accordion_title">ICCOTWT 2017</div> <div class="accordion_panel"> <p style="text-align:justify">The Second International Conference on Cloud of Things and Wearable Technologies 2017 happened at Oakland University, Michigan, US on July 13 - 15. This Conference had 456 papers submitted and 22 papers accepted. The proceedings of the Conference is available at www.edlib.net. Dr. Subramaniam Ganesan was the Chief Guest of the event and other eminent scholars.</p> </div> <div class="accordion_title">ICCOTWT 2018</div> <div class="accordion_panel"> <p style="text-align:justify">The Third International Conference on Cloud of Things and Wearable Technologies 2018 happened at Detroit, Michigan, US on July 12 - 13. This Conference had 312 papers submitted and 18 papers accepted. The proceedings of the Conference is available at www.edlib.net. Dr. Subramaniam Ganesan was the Chief Guest of the event and other eminent scholars.</p> </div> <div class="accordion_title">ICCOTWT 2019</div> <div class="accordion_panel"> <p style="text-align:justify">The Fourth International Conference on Cloud of Things and Wearable Technologies 2019 happened at Detroit, Michigan, US on July 11 - 12. This Conference had 258 papers submitted and 24 papers accepted. The proceedings of the Conference is available at www.edlib.net. Dr. Subramaniam Ganesan was the Chief Guest of the event and other eminent scholars.</p> </div> <div class="accordion_title">ICCOTWT 2020</div> <div class="accordion_panel"> <p style="text-align:justify">The Fifth International Conference on Cloud of Things and Wearable Technologies 2020 happened at Detroit, Michigan, US on July 09 - 10. This Conference had 308 papers submitted and 13 papers accepted. The proceedings of the Conference is available at www.edlib.net. Dr. Subramaniam Ganesan was the Chief Guest of the event and other eminent scholars.</p> </div> <div class="accordion_title">ICCOTWT 2021</div> <div class="accordion_panel"> <p style="text-align:justify">The Sixth International Conference on Cloud of Things and Wearable Technologies 2021 happened virtually at Detroit, Michigan, US on July 09 - 10. This Conference had 30 papers submitted and 3 papers accepted. The proceedings of the Conference is available at www.edlib.net. Dr. Subramaniam Ganesan was the Conference Chair along with other eminent scholars.</p> </div> <div class="accordion_title">ICCOTWT 2022</div> <div class="accordion_panel"> <p style="text-align:justify">The Seventh International Conference on Cloud of Things and Wearable Technologies 2022 happened virtually at Detroit, Michigan, US on July 09 - 10. This Conference had 30 papers submitted and 3 papers accepted. The proceedings of the Conference is available at www.edlib.net. Dr. Subramaniam Ganesan was the Conference Chair along with other eminent scholars.</p> </div> <div class="accordion_title">ICCOTWT 2023</div> <div class="accordion_panel"> <p style="text-align:justify">The Eighth International Conference on Cloud of Things and Wearable Technologies 2023 happened virtually at Detroit, Michigan, US on July 06 - 07. This Conference had 30 papers submitted and 3 papers accepted. The proceedings of the Conference is available at www.edlib.net. Dr. Subramaniam Ganesan was the Conference Chair along with other eminent scholars.</p> </div> <div class="accordion_title">ICCOTWT 2024</div> <div class="accordion_panel"> <p style="text-align:justify">The Ninth International Conference on Cloud of Things and Wearable Technologies 2024 happened virtually at Detroit, Michigan, US on July 06 - 07. This Conference had 30 papers submitted and 3 papers accepted. The proceedings of the Conference is available at www.edlib.net. Dr. Subramaniam Ganesan was the Conference Chair along with other eminent scholars.</p> </div> </div> </div> <!-- Sidebar area --> <div class="col col_4_of_12 sidebar_area"> <div class="theiaStickySidebar"> <!-- Widget timeline --> <aside class="widget"> <h3 class="widget_title">Timeline</h3> <div class="widget_timeline_posts"> <div class="item"> <span class="date">Jun 16</span> <div class="timeline_content"> <div class="pin_holder"><div class="inside"></div></div> <h3><a href="subm.html">Paper Submission Ends</a></h3> </div> </div> <div class="item"> <span class="date">Jun 26</span> <div class="timeline_content"> <div class="pin_holder"><div class="inside"></div></div> <h3><a href="regn.html">Author Registration Ends</a></h3> </div> </div> <div class="item"> <span class="date">Jun 26</span> <div class="timeline_content"> <div class="pin_holder"><div class="inside"></div></div> <h3><a href="regn.html">CRC Submission Ends</a></h3> </div> </div> <div class="item"> <span class="date">Jun 26</span> <div class="timeline_content"> <div class="pin_holder"><div class="inside"></div></div> <h3><a href="regn.html">Copyrights Registration Ends</a></h3> </div> </div> <div class="item"> <span class="date">Jul 01</span> <div class="timeline_content"> <div class="pin_holder"><div class="inside"></div></div> <h3><a href="regn.html">Listener Registration Ends</a></h3> </div> </div> <div class="item"> <span class="date">Jul 10</span> <div class="timeline_content"> <div class="pin_holder"><div class="inside"></div></div> <h3><a href="index.html">Conference Begins</a></h3> </div> </div> <div class="item"> <span class="date">Jul 11</span> <div class="timeline_content"> <div class="pin_holder"><div class="inside"></div></div> <h3><a href="index.html">Conference Ends</a></h3> </div> </div> </div> </aside> </div> </div> </div> </div> </div> <!-- Footer --> <footer id="footer"> <div class="container"> <div class="row"> <div class="col col_4_of_12"> <aside class="widget widget_text"> <h3 class="widget_title"><span>About ASDF</span></h3> <div class="textwidget"> <p style="text-align:justify">Association of Scientists, Developers and Faculties (ASDF) is an International Research Organization supporting various Governmental organizations across the globe. ASDF unanimously aims the development and growth of Research and Development across various industries. ASDF is an International Not-for-Profit organization with almost 500,000 members. </p> </div> </aside> </div> <div class="col col_4_of_12"> <aside class="widget widget_text"> <h3 class="widget_title"><span>About ICCOTWT 2025</span></h3> <div class="textwidget"> <p style="text-align:justify">ICCOTWT 2025 is a main annual research conference aimed at presenting new improvements and technologies in interdisciplinary areas at various levels. The conference will be held every year to make it an ideal platform for people to share views and experiences. With many experts the technological improvements are encouraged for fostering the Research in E&T.</p> </div> </aside> </div> <div class="col col_4_of_12"> <aside class="widget widget_text"> <h3 class="widget_title"><span>About ASDF NA</span></h3> <div class="textwidget"> <p style="text-align:justify">The Association of Scientists, Developers and Faculties North America Chapter was incepted in the year of 2015 under the leadership of Dr. Subra Ganesan of Oakland University. The North America Chapter has been pioneer in hosting ASDF Activities and as its first mile-stone brought ASDF Global Awards to US which was more successful in Asian regions.</p> </div> </aside> </div> </div> </div> </footer> <!-- Copyright --> <div id="copyright"> <div class="container"> © Copyright <script>document.write(new Date().getFullYear())</script>. All rights reserved. Made by <a href="https://asdf.international/" target="_blank">Made by Association Scientists, Developers and Faculties</a> </div> </div> <!-- Javascripts --> <script src="js/jquery.js"></script> <script src="js/jquery-ui.js"></script> <script src="js/jquery-stickykit.js"></script> <script src="js/jquery-lightbox.js"></script> <script src="js/jquery-fitvids.js"></script> <script src="js/jquery-carousel.js"></script> <script src="js/jquery-init.js"></script> </body> </html>