CINXE.COM
RTAS 2025: IEEE Real-Time and Embedded Technology and Applications Symposium
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"/> <meta name="description" content="RTAS 2025: IEEE Real-Time and Embedded Technology and Applications Symposium" /> <link rel="stylesheet" type="text/css" href="/assets/478ca885/gridview/styles.css" /> <link rel="stylesheet" type="text/css" href="/assets/b0666b16/pager.css" /> <link rel="stylesheet" type="text/css" href="/themes/abound/css/bootstrap.min.css" /> <link rel="stylesheet" type="text/css" href="/themes/abound/css/bootstrap-responsive.min.css" /> <link rel="stylesheet" type="text/css" href="/themes/abound/css/abound.css" /> <link rel="stylesheet" type="text/css" href="/themes/abound/css/style-orange.css" /> <script type="text/javascript" src="/assets/477bc0eb/jquery.min.js"></script> <script type="text/javascript" src="/assets/477bc0eb/jquery.ba-bbq.min.js"></script> <script type="text/javascript" src="/themes/abound/js/bootstrap.min.js"></script> <script type="text/javascript" src="/themes/abound/js/plugins/jquery.flot.min.js"></script> <title>RTAS 2025: IEEE Real-Time and Embedded Technology and Applications Symposium</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> <!-- <meta name="description" content="The Latest Computer Conference and Journal List"> --> <meta name="author" content="www.myhuiban.com"/> <!-- <link href='http://fonts.googleapis.com/css?family=Carrois+Gothic' rel='stylesheet' type='text/css'> --> <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements --> <!--[if lt IE 9]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <link rel="alternate" hreflang="x-default" href="/conference/349" /> <link rel="alternate" hreflang="en" href="/conference/349?lang=en_us" /> <link rel="alternate" hreflang="es" href="/conference/349?lang=es" /> <link rel="alternate" hreflang="zh" href="/conference/349?lang=zh_cn" /> <link rel="alternate" hreflang="ja" href="/conference/349?lang=ja" /> <!-- Fav and Touch and touch icons --> <link rel="shortcut icon" href="/themes/abound/img/icons/favicon.ico"> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="/themes/abound/img/icons/apple-touch-icon-144-precomposed.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="/themes/abound/img/icons/apple-touch-icon-72-precomposed.png"> <link rel="apple-touch-icon-precomposed" href="/themes/abound/img/icons/apple-touch-icon-57-precomposed.png"> <!-- styles for style switcher <link rel="stylesheet" type="text/css" href="/themes/abound/css/style-orange.css" /> --> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-16655604-2"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-16655604-2'); </script> <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6743617430731451" crossorigin="anonymous"></script> <!-- InMobi Choice. Consent Manager Tag v3.0 (for TCF 2.2) --> <script type="text/javascript" async=true> (function() { var host = "www.themoneytizer.com"; var element = document.createElement('script'); var firstScript = document.getElementsByTagName('script')[0]; var url = 'https://cmp.inmobi.com' .concat('/choice/', '6Fv0cGNfc_bw8', '/', host, '/choice.js?tag_version=V3'); var uspTries = 0; var uspTriesLimit = 3; element.async = true; element.type = 'text/javascript'; element.src = url; firstScript.parentNode.insertBefore(element, firstScript); function makeStub() { var TCF_LOCATOR_NAME = '__tcfapiLocator'; var queue = []; var win = window; var cmpFrame; function addFrame() { var doc = win.document; var otherCMP = !!(win.frames[TCF_LOCATOR_NAME]); if (!otherCMP) { if (doc.body) { var iframe = doc.createElement('iframe'); iframe.style.cssText = 'display:none'; iframe.name = TCF_LOCATOR_NAME; doc.body.appendChild(iframe); } else { setTimeout(addFrame, 5); } } return !otherCMP; } function tcfAPIHandler() { var gdprApplies; var args = arguments; if (!args.length) { return queue; } else if (args[0] === 'setGdprApplies') { if ( args.length > 3 && args[2] === 2 && typeof args[3] === 'boolean' ) { gdprApplies = args[3]; if (typeof args[2] === 'function') { args[2]('set', true); } } } else if (args[0] === 'ping') { var retr = { gdprApplies: gdprApplies, cmpLoaded: false, cmpStatus: 'stub' }; if (typeof args[2] === 'function') { args[2](retr); } } else { if(args[0] === 'init' && typeof args[3] === 'object') { args[3] = Object.assign(args[3], { tag_version: 'V3' }); } queue.push(args); } } function postMessageEventHandler(event) { var msgIsString = typeof event.data === 'string'; var json = {}; try { if (msgIsString) { json = JSON.parse(event.data); } else { json = event.data; } } catch (ignore) {} var payload = json.__tcfapiCall; if (payload) { window.__tcfapi( payload.command, payload.version, function(retValue, success) { var returnMsg = { __tcfapiReturn: { returnValue: retValue, success: success, callId: payload.callId } }; if (msgIsString) { returnMsg = JSON.stringify(returnMsg); } if (event && event.source && event.source.postMessage) { event.source.postMessage(returnMsg, '*'); } }, payload.parameter ); } } while (win) { try { if (win.frames[TCF_LOCATOR_NAME]) { cmpFrame = win; break; } } catch (ignore) {} if (win === window.top) { break; } win = win.parent; } if (!cmpFrame) { addFrame(); win.__tcfapi = tcfAPIHandler; win.addEventListener('message', postMessageEventHandler, false); } }; makeStub(); var uspStubFunction = function() { var arg = arguments; if (typeof window.__uspapi !== uspStubFunction) { setTimeout(function() { if (typeof window.__uspapi !== 'undefined') { window.__uspapi.apply(window.__uspapi, arg); } }, 500); } }; var checkIfUspIsReady = function() { uspTries++; if (window.__uspapi === uspStubFunction && uspTries < uspTriesLimit) { console.warn('USP is not accessible'); } else { clearInterval(uspInterval); } }; if (typeof window.__uspapi === 'undefined') { window.__uspapi = uspStubFunction; var uspInterval = setInterval(checkIfUspIsReady, 6000); } })(); </script> <!-- End InMobi Choice. Consent Manager Tag v3.0 (for TCF 2.2) --> <style> .qc-cmp-button, .qc-cmp-button.qc-cmp-secondary-button:hover { background-color: #000000 !important; border-color: #000000 !important; } .qc-cmp-button:hover, .qc-cmp-button.qc-cmp-secondary-button { background-color: transparent !important; border-color: #000000 !important; } .qc-cmp-alt-action, .qc-cmp-link { color: #000000 !important; } .qc-cmp-button, .qc-cmp-button.qc-cmp-secondary-button:hover { color: #ffffff !important; } .qc-cmp-button:hover, .qc-cmp-button.qc-cmp-secondary-button { color: #000000 !important; } .qc-cmp-small-toggle, .qc-cmp-toggle { background-color: #000000 !important; border-color: #000000 !important; } .qc-cmp-main-messaging, .qc-cmp-messaging, .qc-cmp-sub-title, .qc-cmp-privacy-settings-title, .qc-cmp-purpose-list, .qc-cmp-tab, .qc-cmp-title, .qc-cmp-vendor-list, .qc-cmp-vendor-list-title, .qc-cmp-enabled-cell, .qc-cmp-toggle-status, .qc-cmp-table, .qc-cmp-table-header { color: #000000 !important; } .qc-cmp-ui { background-color: #ffffff !important; } .qc-cmp-table, .qc-cmp-table-row { border: 1px solid !important; border-color: #000000 !important; } #qcCmpButtons a { text-decoration: none !important; } #qcCmpButtons button { margin-top: 65px; } @media screen and (min-width: 851px) { #qcCmpButtons a { position: absolute; bottom: 10%; left: 60px; } } .qc-cmp-qc-link-container{ display:none; } </style> </head> <body> <section id="navigation-main"> <!-- Require the navigation --> <div class="navbar navbar-inverse navbar"> <div class="navbar-inner"> <div class="container"> <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </a> <!-- Be sure to leave the brand out there if you want it shown --> <a class="brand" href="https://www.myhuiban.com"><strong>Conference Partner</strong></a> <div class="nav-collapse"> <ul class="pull-right nav" id="yw17"> <li class="item-test"><a href="/">Home</a></li> <li class="item-test"><a href="/conferences">Conferences</a></li> <li class="item-test"><a href="/journals">Journals</a></li> <li class="item-test"><a href="/login">Login</a></li> </ul> </div> </div> </div> </div> <div class="subnav navbar navbar"> <div class="navbar-inner"> <div class="container"> <form class="navbar-search pull-right" id="search-form" action="/search" method="get"> <div> <img src="/images/CN.gif"/><a href="/conference/349?lang=zh_cn"> 中文 </a> | <img src="/images/US.gif"/><a href="/conference/349?lang=en_us"> English </a> | <img src="/images/ES.gif"/><a href="/conference/349?lang=es"> Español </a> | <img src="/images/JP.gif"/><a href="/conference/349?lang=ja"> 日本語 </a>   <input class="search-query span2" placeholder="Search" name="SearchForm[key]" id="SearchForm_key" type="text" maxlength="200" /> </div> </form> </div><!-- container --> </div><!-- navbar-inner --> </div><!-- subnav --> </section><!-- /#navigation-main --> <section class="main-body"> <div class="container-fluid"> <!-- Include content pages --> <div class="row-fluid"> <div class="span10"> <div class="breadcrumb"> <a href="/">Conference Partner</a> » <a href="/conferences">Conferences</a> » <span>RTAS</span></div><!-- breadcrumbs --> <!-- Include content pages --> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "Event", "name": "RTAS 2025: IEEE Real-Time and Embedded Technology and Applications Symposium", "location": { "@type": "Place", "name":"Irvine, California, USA", "address":{ "@type": "PostalAddress", "addressLocality": "Irvine, California, USA" } }, "startDate": "2025-05-06" } </script> <div class="portlet" id="yw0"> <div class="portlet-decoration"> <div class="portlet-title"><i class="icon icon-tasks"></i> Conference Information</div> </div> <div class="portlet-content"> <div align="center"> <h5>RTAS 2025: IEEE Real-Time and Embedded Technology and Applications Symposium</h5> <a href="https://2025.rtas.org/">https://2025.rtas.org/</a> <br /> <table border="0" align="center" cellpadding="0" cellspacing="1"> <tr> <td width="150" height="25"><div align="center">Submission Date:</div></td> <td width="150"><div align="center">2024-10-31</div></td> </tr> <tr> <td width="150" height="25"><div align="center">Notification Date:</div></td> <td width="150"><div align="center">2025-01-23</div></td> </tr> <tr> <td width="150" height="25"><div align="center">Conference Date:</div></td> <td width="150"><div align="center">2025-05-06</div></td> </tr> <tr> <td width="150" height="25"><div align="center">Location:</div></td> <td width="150"><div align="center">Irvine, California, USA</div></td> </tr> <tr> <td width="100" height="25"><div align="center">Years:</div></td> <td width="150"><div align="center"><span class="badge badge-info">31</span></div></td> </tr> </table> <div class="hidden-phone" align="center"> CCF: <span class="badge badge-warning">b</span> CORE: <span class="badge badge-warning">a</span> QUALIS: <span class="badge badge-warning">a2</span> Viewed: <span class="badge badge-success">32455</span> Tracked: <span class="badge badge-warning">71</span> Attend: <span class="badge badge-important">6</span> </div> </div> <br /> </div> </div> <div class="portlet" id="yw1"> <div class="portlet-decoration"> <div class="portlet-title"><i class="icon icon-bullhorn"></i> Call For Papers</div> </div> <div class="portlet-content"> <pre>RTAS is a top-tier conference with a focus on systems with timing requirements. RTAS’25 welcomes papers describing applications, case studies, methodologies, tools, algorithms or operating systems, middleware or hardware innovations that contribute to the state of the art in the design, implementation, validation, verification, and evolution of systems with timing requirements. RTAS’25 consists of two tracks: Track 1. Systems and Applications; Track 2. Applied Methodologies and Foundations. Scope and Guidelines To be in scope, papers must explicitly consider at least one of the following: Some kind of timing requirements; Improvements or innovations that directly support the fundamental properties of systems with timing requirements. Timing requirements The timing requirements of interest are broadly defined and include not only classical hard real-time constraints, but also soft real-time, probabilistic, quality-of-service (QoS), throughput or latency requirements. As an example, work that makes an AI algorithm run faster is not in scope, but work that provides guarantees on the response time of an AI algorithm is in scope. The authors should specifically state the types of timing-related properties addressed by the contribution(s) presented in their paper. Improvements or innovations to support the fundamental properties of systems with timing requirements Work that supports the design, implementation, validation, or evaluation of deterministic, predictable, dependable, efficient, or next-generation systems with timing requirements are welcome. The authors should specifically state how their work can be used or built upon to ultimately achieve systems with timing requirements beyond the state of the arts. For example, work on verification and automated test case generation of the codebase of an operating system to achieve timing or timing isolation guarantees is in scope. As another example, work on a compiler that reduces the WCET or provides sound distributions of timing information and timing variability of code is in scope. In contrast, a paper on automated test case generation for functional correctness of embedded systems is not in scope, as it does not provide improvements to support systems with timing requirements. The application area can be any type of systems with timing requirements, including but not limited to: resource-constrained embedded systems, distributed cyber-physical systems (CPS), cloud/edge/fog computing systems, cloud data centers, Internet of Things (IoT), mobile computing, robotics, smart grid, and smart cities, as well as middleware and frameworks, machine learning and signal processing algorithms. RTAS welcomes both papers backed by formal proofs, as well as papers that focus exclusively on empirical validation of timing requirements, e.g., using traces or performance models inferred from data. Research results from fundamental research, (case-driven) applied research, and (pragmatic) industry practice are all in scope. RTAS’25 follows a double-anonymous peer reviewing process: author identities and affiliations will not be revealed to reviewers. Authors will have the opportunity to provide a response to reviews before acceptance decisions are made, solely to provide clarifications and correct misconceptions. The response will not allow authors to introduce new material beyond the original submission or promise such material for the camera-ready version. There will be an optional artifact evaluation process for accepted papers that assesses the reproducibility of the work. Track 1: Systems and Applications This track focuses on research of an empirical nature pertaining to (system- or component-) level analysis, optimization, and verification, as well as applications, runtime software, and hardware architectures for systems with timing requirements. Topics relevant to this track include, but are not limited to: applications with timing requirements, real-time and embedded operating systems, hypervisors and runtime frameworks, hardware architectures, memory hierarchies, FPGAs, GPUs and accelerators, networks with timing requirements, CPS/IoT infrastructure, microservice technologies, cloud and edge computing, real-time artificial intelligence and machine learning, application profiling, WCET analysis, compilers, tools, benchmarks and case studies. Papers discussing design and implementation experiences on real industrial systems are especially encouraged. Papers submitted to this track should focus on specific systems and implementations. Authors must include a section with experimental results performed on a real implementation or demonstrate applicability to an industrial case study or working system. The experiment or case study discussions must highlight the key lessons learned. Simulation-based results are acceptable for architectural simulation, or other cases where authors clearly motivate why it is not feasible to develop and evaluate a real system. Empirical survey-based research focused on the real-time systems field is also welcome in this track. This type of research uses surveys, questionnaires, interviews, use cases or other empirical techniques to obtain information about the past / current / future state of play in the research, design, development, verification, validation, and deployment of systems with timing requirements. Track 2: Applied Methodologies and Foundations This track focuses on fundamental models and analysis techniques/methods applicable to systems with timing requirements to solve problems. The track welcomes knowledge-based models, models built from data, as well as a combination, and different types of analysis methods, including analytical, statistical, or probabilistic methods. Topics relevant to this track include, but are not limited to: modelling languages, modelling methods, model learning, model validation and calibration, scheduling and resource allocation, system-level optimization and co-design techniques, design space exploration, verification and validation methodologies. Papers must describe the main context or use case for the proposed methods giving clear motivating examples based on real systems. The system models and any assumptions used in the derivation of the methods must be applicable to real systems and reflect actual needs. Papers must include a section on experimental results, preferably including a case study based on information from a real system. The use of synthetic workloads and models is acceptable if appropriately motivated and used to provide a systematic evaluation.</pre><div class="alert alert-warning"> Last updated by <a href="/researcher/1">Dou Sun</a> in 2024-09-15</div> </div> </div> <!-- <div class="hidden-phone"> <div align="center"> <table border="0" align="center" cellpadding="0" cellspacing="1" class="noScroll"> <tr> <td width="180"><div align="center"> <a target="_blank" href=""><img src="" alt="" border="0" style="width:110;height:160" title=""/></a> <br /> <br /> </div></td> </tr> <tr> </tr> </table> <div align="center"><a target="_blank" href=""> >></a></div> </div> </div> --> <div class="portlet" id="yw2"> <div class="portlet-decoration"> <div class="portlet-title"><i class="icon icon-signal"></i> Acceptance Ratio</div> </div> <div class="portlet-content"> <div class="row-fluid"> <div class="span8"> <div id="placeholder" style="height:240px"></div> <script type="text/javascript"> $(function() { var data = [ ['1996', 31.4], ['1997', 26.9], ['1998', 27.7], ['1999', 23.3], ['2000', 31], ['2001', 31.3], ['2002', 30.3], ['2003', 46], ['2004', 30.2], ['2005', 33.5], ['2006', 29.7], ['2007', 28.4], ['2008', 25], ['2009', 25.6], ['2010', 22.1], ['2011', 20.9], ['2012', 23.6], ['2013', 29.2] ]; var ticks = [ ['1996', '1996'], ['1997', '1997'], ['1998', '1998'], ['1999', '1999'], ['2000', '2000'], ['2001', '2001'], ['2002', '2002'], ['2003', '2003'], ['2004', '2004'], ['2005', '2005'], ['2006', '2006'], ['2007', '2007'], ['2008', '2008'], ['2009', '2009'], ['2010', '2010'], ['2011', '2011'], ['2012', '2012'], ['2013', '2013'] ]; $.plot("#placeholder", [ data ], { series: { bars: { show: true, barWidth: 0.6, align: "center" } }, xaxis: { ticks: ticks, tickLength: 0 }, yaxis: { max: 100, tickFormatter: function (v, axis) { return v + "%"; } } }); }); </script> </div> <div class="span4"> <div style="height:240px;overflow:scroll"> <div id="yw3" class="grid-view"> <table class="table table-hover table-striped table-bordered table-condensed"> <thead> <tr> <th id="yw3_c0">Year</th><th id="yw3_c1">Submitted</th><th id="yw3_c2">Accepted</th><th id="yw3_c3">Accepted(%)</th></tr> </thead> <tbody> <tr class="odd"> <td>2013</td><td>96</td><td>28</td><td>29.2%</td></tr> <tr class="even"> <td>2012</td><td>127</td><td>30</td><td>23.6%</td></tr> <tr class="odd"> <td>2011</td><td>139</td><td>29</td><td>20.9%</td></tr> <tr class="even"> <td>2010</td><td>149</td><td>33</td><td>22.1%</td></tr> <tr class="odd"> <td>2009</td><td>125</td><td>32</td><td>25.6%</td></tr> <tr class="even"> <td>2008</td><td>140</td><td>35</td><td>25%</td></tr> <tr class="odd"> <td>2007</td><td>109</td><td>31</td><td>28.4%</td></tr> <tr class="even"> <td>2006</td><td>128</td><td>38</td><td>29.7%</td></tr> <tr class="odd"> <td>2005</td><td>158</td><td>53</td><td>33.5%</td></tr> <tr class="even"> <td>2004</td><td>205</td><td>62</td><td>30.2%</td></tr> <tr class="odd"> <td>2003</td><td>50</td><td>23</td><td>46%</td></tr> <tr class="even"> <td>2002</td><td>89</td><td>27</td><td>30.3%</td></tr> <tr class="odd"> <td>2001</td><td>64</td><td>20</td><td>31.3%</td></tr> <tr class="even"> <td>2000</td><td>84</td><td>26</td><td>31%</td></tr> <tr class="odd"> <td>1999</td><td>86</td><td>20</td><td>23.3%</td></tr> <tr class="even"> <td>1998</td><td>94</td><td>26</td><td>27.7%</td></tr> <tr class="odd"> <td>1997</td><td>67</td><td>18</td><td>26.9%</td></tr> <tr class="even"> <td>1996</td><td>86</td><td>27</td><td>31.4%</td></tr> </tbody> </table><div class="keys" style="display:none" title="/conference/349"><span>3014</span><span>3013</span><span>654</span><span>653</span><span>652</span><span>651</span><span>650</span><span>649</span><span>648</span><span>647</span><span>3012</span><span>3011</span><span>3010</span><span>3009</span><span>3008</span><span>3007</span><span>3006</span><span>3005</span></div> </div></div> </div> </div> </div> </div> <div class="portlet" id="yw4"> <div class="portlet-decoration"> <div class="portlet-title"><i class="icon icon-th"></i> Related Conferences</div> </div> <div class="portlet-content"> <div class="hidden-phone"> <div id="yw5" class="grid-view"> <table class="table table-hover table-striped table-bordered table-condensed"> <thead> <tr> <th id="yw5_c0">CCF</th><th id="yw5_c1">CORE</th><th id="yw5_c2">QUALIS</th><th id="yw5_c3">Short</th><th id="yw5_c4">Full Name</th><th id="yw5_c5">Submission</th><th id="yw5_c6">Notification</th><th id="yw5_c7">Conference</th></tr> </thead> <tbody> <tr class="odd"> <td></td><td></td><td></td><td>MCEBM</td><td><a href="/conference/2189">International Conference on Mechanics, Civil Engineering and Building Material</a></td><td>2017-04-10</td><td>2017-04-15</td><td>2017-04-21</td></tr> <tr class="even"> <td></td><td><span class="badge badge-warning">c</span></td><td></td><td>CNNA</td><td><a href="/conference/843">International Workshop on Cellular Nanoscale Networks and their Applications</a></td><td> </td><td>2012-06-08</td><td>2012-08-29</td></tr> <tr class="odd"> <td></td><td></td><td></td><td>ICWSE</td><td><a href="/conference/4197">International Conference on Web Science and Engineering</a></td><td>2021-08-10</td><td> </td><td>2021-09-17</td></tr> <tr class="even"> <td></td><td></td><td></td><td>ICSGRC</td><td><a href="/conference/3731">IEEE Control & System Graduate Research Colloquium</a></td><td>2020-06-15</td><td> </td><td>2020-08-08</td></tr> <tr class="odd"> <td></td><td></td><td></td><td>AESPP</td><td><a href="/conference/2623">International Conference on Aerospace Energy Systems and Power Plants</a></td><td>2018-07-10</td><td>2018-08-05</td><td>2018-09-12</td></tr> <tr class="even"> <td></td><td></td><td></td><td>NAOME</td><td><a href="/conference/2341">International Conference on Naval Architecture and Ocean & Marine Engineering</a></td><td>2024-08-30</td><td>2024-09-10</td><td>2024-09-27</td></tr> <tr class="odd"> <td></td><td><span class="badge badge-warning">b</span></td><td></td><td>iTAP</td><td><a href="/conference/129">International Conference on Internet Technology and Applications</a></td><td>2013-06-19</td><td>2013-06-25</td><td>2013-08-14</td></tr> <tr class="even"> <td></td><td></td><td></td><td>SPDE</td><td><a href="/conference/3660">International Conference on Security and Privacy in Digital Economy</a></td><td>2020-05-15</td><td>2020-07-01</td><td>2020-10-30</td></tr> <tr class="odd"> <td></td><td></td><td></td><td>KMIS</td><td><a href="/conference/3179">International Conference on Knowledge Management and Information Systems</a></td><td>2024-06-03</td><td>2024-07-31</td><td>2024-11-17</td></tr> <tr class="even"> <td></td><td></td><td></td><td>ICT4DA</td><td><a href="/conference/3003">International Conference of ICT for Development for Africa</a></td><td>2019-02-17</td><td>2019-03-15</td><td>2019-05-28</td></tr> </tbody> </table><div class="keys" style="display:none" title="/conference/349"><span>2189</span><span>843</span><span>4197</span><span>3731</span><span>2623</span><span>2341</span><span>129</span><span>3660</span><span>3179</span><span>3003</span></div> </div></div> <div class="visible-phone"> <div id="yw6" class="grid-view"> <table class="table table-hover table-striped table-bordered table-condensed"> <thead> <tr> <th id="yw6_c0">Short</th><th id="yw6_c1">Full Name</th><th id="yw6_c2">Submission</th><th id="yw6_c3">Conference</th></tr> </thead> <tbody> <tr class="odd"> <td>MCEBM</td><td><a href="/conference/2189">International Conference on Mechanics, Civil Engineering and Building Material</a></td><td>2017-04-10</td><td>2017-04-21</td></tr> <tr class="even"> <td>CNNA</td><td><a href="/conference/843">International Workshop on Cellular Nanoscale Networks and their Applications</a></td><td> </td><td>2012-08-29</td></tr> <tr class="odd"> <td>ICWSE</td><td><a href="/conference/4197">International Conference on Web Science and Engineering</a></td><td>2021-08-10</td><td>2021-09-17</td></tr> <tr class="even"> <td>ICSGRC</td><td><a href="/conference/3731">IEEE Control & System Graduate Research Colloquium</a></td><td>2020-06-15</td><td>2020-08-08</td></tr> <tr class="odd"> <td>AESPP</td><td><a href="/conference/2623">International Conference on Aerospace Energy Systems and Power Plants</a></td><td>2018-07-10</td><td>2018-09-12</td></tr> <tr class="even"> <td>NAOME</td><td><a href="/conference/2341">International Conference on Naval Architecture and Ocean & Marine Engineering</a></td><td>2024-08-30</td><td>2024-09-27</td></tr> <tr class="odd"> <td>iTAP</td><td><a href="/conference/129">International Conference on Internet Technology and Applications</a></td><td>2013-06-19</td><td>2013-08-14</td></tr> <tr class="even"> <td>SPDE</td><td><a href="/conference/3660">International Conference on Security and Privacy in Digital Economy</a></td><td>2020-05-15</td><td>2020-10-30</td></tr> <tr class="odd"> <td>KMIS</td><td><a href="/conference/3179">International Conference on Knowledge Management and Information Systems</a></td><td>2024-06-03</td><td>2024-11-17</td></tr> <tr class="even"> <td>ICT4DA</td><td><a href="/conference/3003">International Conference of ICT for Development for Africa</a></td><td>2019-02-17</td><td>2019-05-28</td></tr> </tbody> </table><div class="keys" style="display:none" title="/conference/349"><span>2189</span><span>843</span><span>4197</span><span>3731</span><span>2623</span><span>2341</span><span>129</span><span>3660</span><span>3179</span><span>3003</span></div> </div></div> </div> </div> <div class="portlet" id="yw7"> <div class="portlet-decoration"> <div class="portlet-title"><i class="icon icon-file"></i> Related Journals</div> </div> <div class="portlet-content"> <div class="hidden-phone"> <div id="yw8" class="grid-view"> <table class="table table-hover table-striped table-bordered table-condensed"> <thead> <tr> <th id="yw8_c0">CCF</th><th id="yw8_c1">Full Name</th><th id="yw8_c2">Impact Factor</th><th id="yw8_c3">Publisher</th><th id="yw8_c4">ISSN</th></tr> </thead> <tbody> <tr class="odd"> <td></td><td><a href="/journal/886">International Journal of Network Management</a></td><td>1.500</td><td>Wiley-Blackwell</td><td>1055-7148</td></tr> <tr class="even"> <td></td><td><a href="/journal/984">Journal of Combinatorial Theory, Series A</a></td><td>0.900</td><td>Elsevier</td><td>0097-3165</td></tr> <tr class="odd"> <td><span class="badge badge-warning">b</span></td><td><a href="/journal/576">IEEE Transactions on Human-Machine Systems</a></td><td>3.500</td><td>IEEE</td><td>2168-2291</td></tr> <tr class="even"> <td></td><td><a href="/journal/1091">Operations Research and Applications: An International Journal</a></td><td></td><td>AIRCC</td><td>2393-8463</td></tr> <tr class="odd"> <td></td><td><a href="/journal/714">International Journal of Information Management</a></td><td>20.10</td><td>Elsevier</td><td>0268-4012</td></tr> <tr class="even"> <td></td><td><a href="/journal/603">Journal of Optical Communications and Networking</a></td><td>4.000</td><td>OSA Publishing</td><td>1943-0620</td></tr> <tr class="odd"> <td></td><td><a href="/journal/525">New Generation Computing</a></td><td>2.000</td><td>Springer</td><td>0288-3635</td></tr> <tr class="even"> <td></td><td><a href="/journal/802">Journal of Research on Technology in Education</a></td><td>4.500</td><td>Taylor & Francis</td><td>1539-1523</td></tr> <tr class="odd"> <td></td><td><a href="/journal/1009">Smart Science</a></td><td></td><td>Taylor & Francis</td><td>2308-0477</td></tr> <tr class="even"> <td></td><td><a href="/journal/878">Bulletin of Electrical Engineering and Informatics</a></td><td></td><td>IAES</td><td>2089-3191</td></tr> </tbody> </table><div class="keys" style="display:none" title="/conference/349"><span>886</span><span>984</span><span>576</span><span>1091</span><span>714</span><span>603</span><span>525</span><span>802</span><span>1009</span><span>878</span></div> </div></div> <div class="visible-phone"> <div id="yw9" class="grid-view"> <table class="table table-hover table-striped table-bordered table-condensed"> <thead> <tr> <th id="yw9_c0">Full Name</th><th id="yw9_c1">Impact Factor</th><th id="yw9_c2">Publisher</th></tr> </thead> <tbody> <tr class="odd"> <td><a href="/journal/886">International Journal of Network Management</a></td><td>1.500</td><td>Wiley-Blackwell</td></tr> <tr class="even"> <td><a href="/journal/984">Journal of Combinatorial Theory, Series A</a></td><td>0.900</td><td>Elsevier</td></tr> <tr class="odd"> <td><a href="/journal/576">IEEE Transactions on Human-Machine Systems</a></td><td>3.500</td><td>IEEE</td></tr> <tr class="even"> <td><a href="/journal/1091">Operations Research and Applications: An International Journal</a></td><td></td><td>AIRCC</td></tr> <tr class="odd"> <td><a href="/journal/714">International Journal of Information Management</a></td><td>20.10</td><td>Elsevier</td></tr> <tr class="even"> <td><a href="/journal/603">Journal of Optical Communications and Networking</a></td><td>4.000</td><td>OSA Publishing</td></tr> <tr class="odd"> <td><a href="/journal/525">New Generation Computing</a></td><td>2.000</td><td>Springer</td></tr> <tr class="even"> <td><a href="/journal/802">Journal of Research on Technology in Education</a></td><td>4.500</td><td>Taylor & Francis</td></tr> <tr class="odd"> <td><a href="/journal/1009">Smart Science</a></td><td></td><td>Taylor & Francis</td></tr> <tr class="even"> <td><a href="/journal/878">Bulletin of Electrical Engineering and Informatics</a></td><td></td><td>IAES</td></tr> </tbody> </table><div class="keys" style="display:none" title="/conference/349"><span>886</span><span>984</span><span>576</span><span>1091</span><span>714</span><span>603</span><span>525</span><span>802</span><span>1009</span><span>878</span></div> </div></div> </div> </div> <div class="portlet" id="yw10"> <div class="portlet-decoration"> <div class="portlet-title"><i class="icon icon-eye-open"></i> Recommendation</div> </div> <div class="portlet-content"> <div align="center"> <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- Recommendation --> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-6743617430731451" data-ad-slot="1870704128" data-ad-format="autorelaxed"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> </div> </div> </div> </div><!--/span--> <div class="span2 hidden-phone"> <div class="sidebar-nav"> <ul id="yw11"> <li><a href="http://www.myhuiban.com/conference/track/id/349"><i class="icon icon-plus"></i> Track It <span class="badge badge-warning pull-right">71</span></a></li> <li><a href="http://www.myhuiban.com/conference/attend/id/349"><i class="icon icon-plane"></i> Attend It <span class="badge badge-important pull-right">6</span></a></li> <li><a href="/conference/edit/349"><i class="icon icon-edit"></i> Edit CFP</a></li> </ul><br/> <div id="yw12" class="grid-view"> <table class="table table-hover table-striped table-bordered table-condensed"> <thead> <tr> <th id="yw12_c0">Tracker</th></tr> </thead> <tbody> <tr class="odd"> <td><a href="/researcher/44526">Ye Ma (346)</a></td></tr> <tr class="even"> <td><a href="/researcher/44062">Bin Li (845)</a></td></tr> <tr class="odd"> <td><a href="/researcher/11692">Shi Yang (3552)</a></td></tr> <tr class="even"> <td><a href="/researcher/4084">Gongming Zhao (1812)</a></td></tr> <tr class="odd"> <td><a href="/researcher/67350">M D (299)</a></td></tr> <tr class="even"> <td><a href="/researcher/60652">Xuyang Zhao (214)</a></td></tr> <tr class="odd"> <td><a href="/researcher/61441">You Zhou (61)</a></td></tr> <tr class="even"> <td><a href="/researcher/44744">Z Gw (793)</a></td></tr> <tr class="odd"> <td><a href="/researcher/8612">Wenda Tang (1156)</a></td></tr> <tr class="even"> <td><a href="/researcher/51577">Li Shuang (119)</a></td></tr> <tr class="odd"> <td><a href="/researcher/49153">Peirong Ji (126)</a></td></tr> <tr class="even"> <td><a href="/researcher/51873">Zenghui Ren (988)</a></td></tr> <tr class="odd"> <td><a href="/researcher/52215">Yang Huiyu (110)</a></td></tr> <tr class="even"> <td><a href="/researcher/50378">Freda Wu (108)</a></td></tr> <tr class="odd"> <td><a href="/researcher/6902">Li Chao (1012)</a></td></tr> <tr class="even"> <td><a href="/researcher/43001">Baosen Zhao (1859)</a></td></tr> <tr class="odd"> <td><a href="/researcher/29009">Jiaqi Zhu (859)</a></td></tr> <tr class="even"> <td><a href="/researcher/43628">Rachel She (478)</a></td></tr> <tr class="odd"> <td><a href="/researcher/41829">Chao Wang (98)</a></td></tr> <tr class="even"> <td><a href="/researcher/19588">Muhammad Umar Farooq Qaisar (981)</a></td></tr> <tr class="odd"> <td><a href="/researcher/41616">Chunxiao Fan (56)</a></td></tr> <tr class="even"> <td><a href="/researcher/38898">Xinzhi Wang (88)</a></td></tr> <tr class="odd"> <td><a href="/researcher/39263">Song Wang (277)</a></td></tr> <tr class="even"> <td><a href="/researcher/13733">Wewen Liu (3542)</a></td></tr> <tr class="odd"> <td><a href="/researcher/10003">Mesang Xu (5005)</a></td></tr> <tr class="even"> <td><a href="/researcher/39372">Luis Gong (193)</a></td></tr> <tr class="odd"> <td><a href="/researcher/38478">Zewei Chen (82)</a></td></tr> <tr class="even"> <td><a href="/researcher/29874">Hou Jiaxin (1155)</a></td></tr> <tr class="odd"> <td><a href="/researcher/35985">Zhaoteng Meng (473)</a></td></tr> <tr class="even"> <td><a href="/researcher/35938">Shizhi Jiang (346)</a></td></tr> <tr class="odd"> <td><a href="/researcher/25405">Yj C (1672)</a></td></tr> <tr class="even"> <td><a href="/researcher/26722">Zhongkai Tong (4010)</a></td></tr> <tr class="odd"> <td><a href="/researcher/31666">Li Zhigang (340)</a></td></tr> <tr class="even"> <td><a href="/researcher/34171">Judd Young (322)</a></td></tr> <tr class="odd"> <td><a href="/researcher/29022">Shooting Sun (132)</a></td></tr> <tr class="even"> <td><a href="/researcher/28671">Sunyear Jack (2096)</a></td></tr> <tr class="odd"> <td><a href="/researcher/32714">Beryl Zhang (449)</a></td></tr> <tr class="even"> <td><a href="/researcher/20283">Liang Zhang (1079)</a></td></tr> <tr class="odd"> <td><a href="/researcher/1853">Katu Kourei (4318)</a></td></tr> <tr class="even"> <td><a href="/researcher/8471">Aaron Song (2706)</a></td></tr> <tr class="odd"> <td><a href="/researcher/28852">Ye Wang (103)</a></td></tr> <tr class="even"> <td><a href="/researcher/28645">Zitong Bo (100)</a></td></tr> <tr class="odd"> <td><a href="/researcher/24354">Dawei Shen (575)</a></td></tr> <tr class="even"> <td><a href="/researcher/26087">Tang Siyu (496)</a></td></tr> <tr class="odd"> <td><a href="/researcher/24555">Chunsheng Liu (956)</a></td></tr> <tr class="even"> <td><a href="/researcher/23730">Shuiliusheng Shuiliusheng (511)</a></td></tr> <tr class="odd"> <td><a href="/researcher/21495">Yibin Gu (470)</a></td></tr> <tr class="even"> <td><a href="/researcher/17217">Peng Fang (1272)</a></td></tr> <tr class="odd"> <td><a href="/researcher/15893">Xu Bin (1398)</a></td></tr> <tr class="even"> <td><a href="/researcher/5122">Cat Black (1949)</a></td></tr> <tr class="odd"> <td><a href="/researcher/11398">Naveed Akram (761)</a></td></tr> <tr class="even"> <td><a href="/researcher/9554">Ying Liu (156)</a></td></tr> <tr class="odd"> <td><a href="/researcher/3801">Fangyu Gai (1232)</a></td></tr> <tr class="even"> <td><a href="/researcher/9380">Miao Yu (1213)</a></td></tr> <tr class="odd"> <td><a href="/researcher/6956">Feng Sheng (3443)</a></td></tr> <tr class="even"> <td><a href="/researcher/6325">Yajuan Du (1234)</a></td></tr> <tr class="odd"> <td><a href="/researcher/2651">Yan Zhang (758)</a></td></tr> <tr class="even"> <td><a href="/researcher/5502">Daoyuan Wu (914)</a></td></tr> <tr class="odd"> <td><a href="/researcher/5491">Yuxiang Zeng (771)</a></td></tr> <tr class="even"> <td><a href="/researcher/3663">Yang Xu (1662)</a></td></tr> <tr class="odd"> <td><a href="/researcher/5284">Ying Yang (832)</a></td></tr> <tr class="even"> <td><a href="/researcher/5152">Dong Wenqian (198)</a></td></tr> <tr class="odd"> <td><a href="/researcher/2950">Livic Lee (365)</a></td></tr> <tr class="even"> <td><a href="/researcher/2923">Jiacheng Zhang (828)</a></td></tr> <tr class="odd"> <td><a href="/researcher/2297">Yang Zhang (479)</a></td></tr> <tr class="even"> <td><a href="/researcher/2092">Zhang Wei (378)</a></td></tr> <tr class="odd"> <td><a href="/researcher/251">Suzuki Mineko (149)</a></td></tr> <tr class="even"> <td><a href="/researcher/799">Sheng-Wei Cheng (46)</a></td></tr> <tr class="odd"> <td><a href="/researcher/39">Qiumiao Chen (9)</a></td></tr> <tr class="even"> <td><a href="/researcher/37">Xia Ma (11)</a></td></tr> <tr class="odd"> <td><a href="/researcher/22">Ying Wang (32)</a></td></tr> </tbody> </table><div class="keys" style="display:none" title="/conference/349"><span>44526</span><span>44062</span><span>11692</span><span>4084</span><span>67350</span><span>60652</span><span>61441</span><span>44744</span><span>8612</span><span>51577</span><span>49153</span><span>51873</span><span>52215</span><span>50378</span><span>6902</span><span>43001</span><span>29009</span><span>43628</span><span>41829</span><span>19588</span><span>41616</span><span>38898</span><span>39263</span><span>13733</span><span>10003</span><span>39372</span><span>38478</span><span>29874</span><span>35985</span><span>35938</span><span>25405</span><span>26722</span><span>31666</span><span>34171</span><span>29022</span><span>28671</span><span>32714</span><span>20283</span><span>1853</span><span>8471</span><span>28852</span><span>28645</span><span>24354</span><span>26087</span><span>24555</span><span>23730</span><span>21495</span><span>17217</span><span>15893</span><span>5122</span><span>11398</span><span>9554</span><span>3801</span><span>9380</span><span>6956</span><span>6325</span><span>2651</span><span>5502</span><span>5491</span><span>3663</span><span>5284</span><span>5152</span><span>2950</span><span>2923</span><span>2297</span><span>2092</span><span>251</span><span>799</span><span>39</span><span>37</span><span>22</span></div> </div> <div id="yw14" class="grid-view"> <table class="table table-hover table-striped table-bordered table-condensed"> <thead> <tr> <th id="yw14_c0">Attender</th><th id="yw14_c1">Year</th></tr> </thead> <tbody> <tr class="odd"> <td><a href="/researcher/69098">Zhao Wang (65)</a></td><td>2025</td></tr> <tr class="even"> <td><a href="/researcher/37301">Nan Guo (595)</a></td><td>2022</td></tr> <tr class="odd"> <td><a href="/researcher/41613">Albert LI (240)</a></td><td>2022</td></tr> <tr class="even"> <td><a href="/researcher/13733">Wewen Liu (3542)</a></td><td>2022</td></tr> <tr class="odd"> <td><a href="/researcher/28645">Zitong Bo (100)</a></td><td>2021</td></tr> <tr class="even"> <td><a href="/researcher/12846">Zhihe Zhao (313)</a></td><td>2018</td></tr> </tbody> </table><div class="keys" style="display:none" title="/conference/349"><span>69098</span><span>37301</span><span>41613</span><span>13733</span><span>28645</span><span>12846</span></div> </div> <div class="portlet" id="yw16"> <div class="portlet-decoration"> <div class="portlet-title"><i class="icon icon-gift"></i> Advertisment</div> </div> <div class="portlet-content"> <div align="center"> <div id="12717-20"><script src="//ads.themoneytizer.com/s/gen.js?type=20"></script><script src="//ads.themoneytizer.com/s/requestform.js?siteId=12717&formatId=20" ></script></div> </div> <!-- <div align="center"> <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> --> <!-- SideBar --> <!-- <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-6743617430731451" data-ad-slot="4936824121" data-ad-format="auto"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> </div> --> </div> </div> </div> </div><!--/span--> </div><!--/row--> </div> </section> <!-- Require the footer --> <footer> <div class="subnav navbar"> <div class="navbar-inner"> <div class="container"> <a href="/conferences">4,996</a> Conferences | <a href="/journals">1,182</a> Journals | <a href="/researchers">71,383</a> Researchers | 444,770,036 PV <br/> Copyright © 2011-2025 myhuiban.com. All Rights Reserved. <a href="/researcher/1">About Us</a> | <a target="_blank" href="https://www.facebook.com/myhuiban/">Facebook</a> | <a target="_blank" href="https://x.com/myhuiban">X</a> | <a href=mailto:admin@myhuiban.com>Post CFP or Contact Us</a> | <a href="/promotion">Promotion</a> </div> </div> </div> </footer> <script type="text/javascript" src="/assets/478ca885/gridview/jquery.yiigridview.js"></script> <script type="text/javascript"> /*<![CDATA[*/ jQuery(function($) { jQuery('#yw3').yiiGridView({'ajaxUpdate':['yw3'],'ajaxVar':'ajax','pagerClass':'pager','loadingClass':'grid-view-loading','filterClass':'filters','tableClass':'table table-hover table-striped table-bordered table-condensed','selectableRows':1,'enableHistory':false,'updateSelector':'{page}, {sort}','filterSelector':'{filter}'}); jQuery('#yw5').yiiGridView({'ajaxUpdate':['yw5'],'ajaxVar':'ajax','pagerClass':'pager','loadingClass':'grid-view-loading','filterClass':'filters','tableClass':'table table-hover table-striped table-bordered table-condensed','selectableRows':1,'enableHistory':false,'updateSelector':'{page}, {sort}','filterSelector':'{filter}','pageVar':'page'}); jQuery('#yw6').yiiGridView({'ajaxUpdate':['yw6'],'ajaxVar':'ajax','pagerClass':'pager','loadingClass':'grid-view-loading','filterClass':'filters','tableClass':'table table-hover table-striped table-bordered table-condensed','selectableRows':1,'enableHistory':false,'updateSelector':'{page}, {sort}','filterSelector':'{filter}','pageVar':'page'}); jQuery('#yw8').yiiGridView({'ajaxUpdate':['yw8'],'ajaxVar':'ajax','pagerClass':'pager','loadingClass':'grid-view-loading','filterClass':'filters','tableClass':'table table-hover table-striped table-bordered table-condensed','selectableRows':1,'enableHistory':false,'updateSelector':'{page}, {sort}','filterSelector':'{filter}','pageVar':'page'}); jQuery('#yw9').yiiGridView({'ajaxUpdate':['yw9'],'ajaxVar':'ajax','pagerClass':'pager','loadingClass':'grid-view-loading','filterClass':'filters','tableClass':'table table-hover table-striped table-bordered table-condensed','selectableRows':1,'enableHistory':false,'updateSelector':'{page}, {sort}','filterSelector':'{filter}','pageVar':'page'}); jQuery('#yw12').yiiGridView({'ajaxUpdate':['yw12'],'ajaxVar':'ajax','pagerClass':'pager','loadingClass':'grid-view-loading','filterClass':'filters','tableClass':'table table-hover table-striped table-bordered table-condensed','selectableRows':1,'enableHistory':false,'updateSelector':'{page}, {sort}','filterSelector':'{filter}','pageVar':'page'}); jQuery('#yw14').yiiGridView({'ajaxUpdate':['yw14'],'ajaxVar':'ajax','pagerClass':'pager','loadingClass':'grid-view-loading','filterClass':'filters','tableClass':'table table-hover table-striped table-bordered table-condensed','selectableRows':1,'enableHistory':false,'updateSelector':'{page}, {sort}','filterSelector':'{filter}','pageVar':'page'}); }); /*]]>*/ </script> </body> </html>