CINXE.COM

The Journal of Systems Architecture: Embedded Software Design

<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"/> <meta name="description" content="The Journal of Systems Architecture: Embedded Software Design" /> <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>The Journal of Systems Architecture: Embedded Software Design</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="/journal/19" /> <link rel="alternate" hreflang="en" href="/journal/19?lang=en_us" /> <link rel="alternate" hreflang="es" href="/journal/19?lang=es" /> <link rel="alternate" hreflang="zh" href="/journal/19?lang=zh_cn" /> <link rel="alternate" hreflang="ja" href="/journal/19?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="yw14"> <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="/journal/19?lang=zh_cn"> 中文 </a> | <img src="/images/US.gif"/><a href="/journal/19?lang=en_us"> English </a> | <img src="/images/ES.gif"/><a href="/journal/19?lang=es"> Español </a> | <img src="/images/JP.gif"/><a href="/journal/19?lang=ja"> 日本語 </a> &nbsp; &nbsp; &nbsp <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> &raquo; <a href="/journals">Journals</a> &raquo; <span>The Journal of Systems Architecture: Embedded Software Design</span></div><!-- breadcrumbs --> <!-- Include content pages --> <div class="portlet" id="yw0"> <div class="portlet-decoration"> <div class="portlet-title"><i class="icon icon-tasks"></i> Journal Information</div> </div> <div class="portlet-content"> <div align="center"> <h5><span itemprop="name">The Journal of Systems Architecture: Embedded Software Design (JSA)</span></h5> <a href="https://www.sciencedirect.com/journal/journal-of-systems-architecture">https://www.sciencedirect.com/journal/journal-of-systems-architecture</a> <br /> <table border="0" align="center" cellpadding="0" cellspacing="1"> <tr> <td width="150" height="25"><div align="center">Impact Factor:</div></td> <td width="150"><div align="center">3.800</div></td> </tr> <tr> <td width="150" height="25"><div align="center">Publisher:</div></td> <td width="150"><div align="center">Elsevier</div></td> </tr> <tr> <td width="150" height="25"><div align="center">ISSN:</div></td> <td width="150"><div align="center">1383-7621</div></td> </tr> <tr> <td width="150" height="25"><div align="center">Viewed:</div></td> <td width="150"><div align="center"><span class="badge badge-success">33551</span></div></td> </tr> <tr> <td width="150" height="25"><div align="center">Tracked:</div></td> <td width="150"><div align="center"><span class="badge badge-warning">45</span></div></td> </tr> </table> </div> </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>Embedded Software Design The Journal of Systems Architecture: Embedded Software Design (JSA) is a journal covering all design and architectural aspects related to embedded systems and software. It ranges from the microarchitecture level via the system software level up to the application-specific architecture level. Aspects such as real-time systems, operating systems, programming languages, communications (limited to analysis and the software stack), mobile systems, parallel and distributed architectures as well as additional subjects in the computer and system architecture area will fall within the scope of this journal. Technology will not be a main focus, but its use and relevance to particular designs will be. Case studies are welcome but must contribute more than just a design for a particular piece of software. Design automation of such systems including methodologies, techniques and tools for their design as well as novel designs of software components fall within the scope of this journal. Novel applications that use embedded systems are also central in this journal. While JSA does not focus on hardware design, hardware/software co-design techniques with an emphasis on software are also relevant here. Reproducibility Badge Initiative and Software Publication Reproducibility Badge Initiative (RBI) is a collaboration with Code Ocean (CO), a cloud based computational reproducibility platform that helps the community by enabling sharing of code and data as a resource for non-commercial use. CO verifies the submitted code (and data) and certifies its reproducibility. Code submission will be verified by the Code Ocean team for computational reproducibility by making sure it runs, delivers results and it is self-contained. For more information please visit this help article . Note that an accepted paper will be published independently of the CO application outcome. However, if the paper receives the Reproducibility badge, it will be given additional exposure by having an attached R Badge, and by being citable at the CO website with a DOI.</pre><div class="alert alert-warning"> Last updated by <a href="/researcher/1">Dou Sun</a> in 2025-01-20</div> </div> </div> <div class="portlet" id="yw2"> <div class="portlet-decoration"> <div class="portlet-title"><i class="icon icon-list-alt"></i> Special Issues</div> </div> <div class="portlet-content"> <a name="5401"></a><pre>Special Issue on Security and Privacy in AIoT-enabled Smart Society</br>Submission Date: 2025-04-01</br></br>Guest editors: Associate Prof. Qin Liu Hunan University, Changsha, China Prof. Kouichi Sakurai Kyushu University, Fukuoka, Japan Prof. Richard Hill University of Huddersfield, Huddersfield, UK Associate Prof. Wenjia Li UK New York Institute of Technology, Old Westbury, USA Special issue information: In a smart society, numerous artificial intelligence of things (AIoT) communicate and collaborate to improve our quality of life. Both artificial intelligence (AI) and Internet of things (IoT) are foundational technologies that have been interacting with each other to realize a smart life. As massive amounts of sensitive data are generated, processed, and exchanged through IoT devices and AI technologies, one of the fundamental problems is how to provide intelligent services in smart society without compromising security and privacy. This special issue aims to bring together researchers and practitioners in IoT, AI, and network security, to share their novel ideas and latest findings in relation to security and privacy in AIoT-enabled smart society. The scope and interestsfor the special issue include, but are not limited to, the following list: Secure IoT infrastructure for smart society​ Secure smart society applications, including secure AI-driven IoT applications Authentication and access control in IoT-enabled smart society Intrusion detection for IoT-enabled smart society Architectures and standards for secure IoT systems AI and big data techniques for IoT-enabled secure smart society Blockchain technology for IoT-enabled secure smart society Secure multi-party computation techniques for ML Security optimization in heterogeneous environments AI-driven mechanisms and models to perform attacks Security and privacy issues in AI-enabled IoT communications and systems Privacy-preserving ML Privacy-preserving data mining Privacy and anonymity techniques for IoT and AI Data privacy in AIoT-enabled smart society Privacy preserving techniques for IoT-enabled smart society Privacy modeling and analysis for IoT-enabled smart society Miscellaneous privacy issues in AIoT-enabled smart society Manuscript submission information: Important Dates Submissions Deadline: April 1, 2025 First-round pass notification: April 15, 2025 Review result notification: June 1, 2025 Acceptance/rejection: August 30, 2025 Publication: 2nd Quarter 2025</pre><div class="alert alert-warning">Last updated by <a href="/researcher/1">Dou Sun</a> in 2024-12-07</div><a name="5466"></a><pre>Special Issue on AI-Driven Real-Time Distributed Computing for the Edge-Cloud Continuum</br>Submission Date: 2025-10-30</br></br>Guest editors: Daniel Casini, PhD Scuola Superiore Sant'Anna, Pisa, Italy Pascal Berthou, PhD University of Toulouse III, UPS, CNRS-LAAS Toulouse, France Mustafa Al Lail, PhD Texas A&M International University, Laredo, TX, USA AKRAM HAKIRI, PhD University of Pau & Pays de l’Adour, France Aniruddha S Gokhale, PhD Vanderbilt University, USA Thierry Gayraud, PhD LAAS-CNRS, University of Toulouse, CNRS, UPS, France Special issue information: The widespread evolution of Artificial Intelligence (AI)-driven Internet of Things (IoT) applications, such as autonomous systems, smart cities, and industrial automation, have significantly altered the landscape of real-time distributed computing. These advancements lay the foundation for future innovations toward ensuring system performance, dependability, testability, reliability, flexibility, scalability, and autonomous computing. These ilities are particularly important as we move toward 2030, where themes such as AI-driven networks, 6G connectivity, massive twining, metaverse, self-autonomous robots, and smart autonomous systems demand robust, real-time processing and intelligent decision-making across a distributed network infrastructure. This special issue solicits high-quality papers pertaining to all aspects of objects, components, service-oriented real-time and distributed computing technology that address the growing challenges of real-time distributed computing, particularly through case studies and applications that demonstrate the efficacy of proposed methods in real-world distributed systems, to meet the demands of next-generation edge AI-enabled IoT applications such as autonomous vehicles, smart cities, intelligent transportation systems, industrial automation systems and industry 4.0, smart grids, avionics, spatial, under-water, autonomous vehicles, consumer electronics, multimedia processing, etc. with an emphasis on scalability, security, and integration with modern technologies. The specific SI focus areas include, but are not limited to: Distributed and/or Real-Time Image, video, and Stream Processing Emerging Next-Gen Software-Defined Embedded Systems and Networks Federated Learning, TinyML, Edge ML, Generative AI, and Fog Computing Real-Time Data Analytics, Management, and Monitoring Middleware, Cloud Connectivity, and Microservices DevOps for Distributed Real-time Computing Optimization Algorithms, metaheuristics, and graphs for Edge-Cloud continuum Sustainable and Green Computing Transformation Formal Methods, Verification, and Model Checking Ontology-based Knowledge Modeling Dependability, Fault tolerance, and Resilience AI/ML Algorithms for Real-Time Analytics Operating Systems, Middleware, and System software and Software architectures Blockchain and Security Enhancements Digital Twins for Distributed and/or Real-Time IoT Systems and Applications Manuscript submission information: Prospective authors should submit their manuscripts following The Journal of Systems Architecture (JSA) guidelines. Details can be found at: Guide for authors - Journal of Systems Architecture. Solicited original submissions must not be currently under consideration for publication in other venues. All manuscripts and any supplementary material should be submitted through the Submission site for Journal of Systems Architecture. Please select the “VSI:AI4ORC” option as article type of the paper. All submissions deemed suitable by the editors to be sent for peer review will be reviewed by at least two independent reviewers. Once your manuscript is accepted, it will go into production to be published in the special issue. The special issue anticipates receiving extended papers from the IEEE ISORC 2025 conference. Manuscript Submission Deadline: October 30, 2025 </pre><div class="alert alert-warning">Last updated by <a href="/researcher/1">Dou Sun</a> in 2025-01-20</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="yw3"> <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="yw4" class="grid-view"> <table class="table table-hover table-striped table-bordered table-condensed"> <thead> <tr> <th id="yw4_c0">CCF</th><th id="yw4_c1">Full Name</th><th id="yw4_c2">Impact Factor</th><th id="yw4_c3">Publisher</th><th id="yw4_c4">ISSN</th></tr> </thead> <tbody> <tr class="odd"> <td></td><td><a href="/journal/971">Journal of Combinatorial Theory, Series B</a></td><td>1.200</td><td>Elsevier</td><td>0095-8956</td></tr> <tr class="even"> <td></td><td><a href="/journal/904">First Monday</a></td><td></td><td>University of Illinois</td><td>1396-0466</td></tr> <tr class="odd"> <td></td><td><a href="/journal/371">Electronic Commerce Research and Applications</a></td><td>5.900</td><td>Elsevier</td><td>1567-4223</td></tr> <tr class="even"> <td><span class="badge badge-warning">b</span></td><td><a href="/journal/196">Neural Computation</a></td><td>2.900</td><td>MIT Press</td><td>0899-7667</td></tr> <tr class="odd"> <td></td><td><a href="/journal/128">Information Technology and Management</a></td><td>2.300</td><td>Springer</td><td>1385-951X</td></tr> <tr class="even"> <td></td><td><a href="/journal/797">Journal of Computer-Aided Molecular Design</a></td><td>3.000</td><td>Springer</td><td>0920-654X</td></tr> <tr class="odd"> <td><span class="badge badge-warning">c</span></td><td><a href="/journal/16">Concurrency and Computation: Practice and Experience</a></td><td>1.500</td><td>John Wiley &amp; Sons, Ltd</td><td>1532-0634</td></tr> <tr class="even"> <td></td><td><a href="/journal/589">ACM Transactions on Intelligent Systems and Technology</a></td><td>7.200</td><td>ACM</td><td>2157-6904</td></tr> <tr class="odd"> <td></td><td><a href="/journal/264">International journal of Mobile Network Communications & Telematics</a></td><td>&nbsp;</td><td>AIRCC</td><td>1839-5678</td></tr> <tr class="even"> <td><span class="badge badge-warning">c</span></td><td><a href="/journal/221">International Journal of Computational Intelligence and Applications</a></td><td>&nbsp;</td><td>World Scientific</td><td>1469-0268</td></tr> </tbody> </table><div class="keys" style="display:none" title="/journal/19"><span>971</span><span>904</span><span>371</span><span>196</span><span>128</span><span>797</span><span>16</span><span>589</span><span>264</span><span>221</span></div> </div></div> <div class="visible-phone"> <div id="yw5" class="grid-view"> <table class="table table-hover table-striped table-bordered table-condensed"> <thead> <tr> <th id="yw5_c0">Full Name</th><th id="yw5_c1">Impact Factor</th><th id="yw5_c2">Publisher</th></tr> </thead> <tbody> <tr class="odd"> <td><a href="/journal/971">Journal of Combinatorial Theory, Series B</a></td><td>1.200</td><td>Elsevier</td></tr> <tr class="even"> <td><a href="/journal/904">First Monday</a></td><td></td><td>University of Illinois</td></tr> <tr class="odd"> <td><a href="/journal/371">Electronic Commerce Research and Applications</a></td><td>5.900</td><td>Elsevier</td></tr> <tr class="even"> <td><a href="/journal/196">Neural Computation</a></td><td>2.900</td><td>MIT Press</td></tr> <tr class="odd"> <td><a href="/journal/128">Information Technology and Management</a></td><td>2.300</td><td>Springer</td></tr> <tr class="even"> <td><a href="/journal/797">Journal of Computer-Aided Molecular Design</a></td><td>3.000</td><td>Springer</td></tr> <tr class="odd"> <td><a href="/journal/16">Concurrency and Computation: Practice and Experience</a></td><td>1.500</td><td>John Wiley &amp; Sons, Ltd</td></tr> <tr class="even"> <td><a href="/journal/589">ACM Transactions on Intelligent Systems and Technology</a></td><td>7.200</td><td>ACM</td></tr> <tr class="odd"> <td><a href="/journal/264">International journal of Mobile Network Communications & Telematics</a></td><td>&nbsp;</td><td>AIRCC</td></tr> <tr class="even"> <td><a href="/journal/221">International Journal of Computational Intelligence and Applications</a></td><td>&nbsp;</td><td>World Scientific</td></tr> </tbody> </table><div class="keys" style="display:none" title="/journal/19"><span>971</span><span>904</span><span>371</span><span>196</span><span>128</span><span>797</span><span>16</span><span>589</span><span>264</span><span>221</span></div> </div></div> </div> </div> <div class="portlet" id="yw6"> <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="yw7" class="grid-view"> <table class="table table-hover table-striped table-bordered table-condensed"> <thead> <tr> <th id="yw7_c0">CCF</th><th id="yw7_c1">CORE</th><th id="yw7_c2">QUALIS</th><th id="yw7_c3">Short</th><th id="yw7_c4">Full Name</th><th id="yw7_c5">Submission</th><th id="yw7_c6">Notification</th><th id="yw7_c7">Conference</th></tr> </thead> <tbody> <tr class="odd"> <td><span class="badge badge-warning">c</span></td><td><span class="badge badge-warning">c</span></td><td><span class="badge badge-warning">b3</span></td><td>SCAM</td><td><a href="/conference/266">International Working Conference on Source Code Analysis and Manipulation</a></td><td>2024-06-17</td><td>2024-08-15</td><td>2024-10-07</td></tr> <tr class="even"> <td></td><td><span class="badge badge-warning">c</span></td><td></td><td>ICCC&#039;</td><td><a href="/conference/1332">International Conference on Communications in China</a></td><td>2025-03-24</td><td>2025-06-15</td><td>2025-08-10</td></tr> <tr class="odd"> <td></td><td></td><td></td><td>AINTEC</td><td><a href="/conference/684">Asian Internet Engineering Conference</a></td><td>2024-05-08</td><td>2024-06-18</td><td>2024-08-09</td></tr> <tr class="even"> <td></td><td><span class="badge badge-warning">c</span></td><td><span class="badge badge-warning">b2</span></td><td>GCC</td><td><a href="/conference/225">International Conference on Grid and Cloud Computing</a></td><td>&nbsp;</td><td>2010-08-10</td><td>2010-11-01</td></tr> <tr class="odd"> <td></td><td><span class="badge badge-warning">a</span></td><td></td><td>AiML</td><td><a href="/conference/2394">Advances in Modal Logic</a></td><td>2018-03-11</td><td>2018-05-18</td><td>2018-08-27</td></tr> <tr class="even"> <td></td><td></td><td></td><td>CiSt&#039;</td><td><a href="/conference/2664">IEEE Congress on Information Science & Technology</a></td><td>2023-05-07</td><td>2023-06-25</td><td>2023-12-16</td></tr> <tr class="odd"> <td></td><td></td><td></td><td>CEEGE</td><td><a href="/conference/2551">International Conference on Electrical Engineering and Green Energy</a></td><td>2024-05-20</td><td>2024-06-10</td><td>2024-06-28</td></tr> <tr class="even"> <td></td><td></td><td></td><td>ICBK</td><td><a href="/conference/2805">IEEE International Conference on Big Knowledge</a></td><td>2018-06-20</td><td>2018-08-20</td><td>2018-11-17</td></tr> <tr class="odd"> <td></td><td></td><td></td><td>AIIoT&#039;</td><td><a href="/conference/4589">International Conference on Artificial Intelligence and IoT</a></td><td>2023-08-05</td><td>2023-08-10</td><td>2023-08-12</td></tr> </tbody> </table><div class="keys" style="display:none" title="/journal/19"><span>266</span><span>1332</span><span>684</span><span>225</span><span>2394</span><span>2664</span><span>2551</span><span>2805</span><span>4589</span></div> </div></div> <div class="visible-phone"> <div id="yw8" class="grid-view"> <table class="table table-hover table-striped table-bordered table-condensed"> <thead> <tr> <th id="yw8_c0">Short</th><th id="yw8_c1">Full Name</th><th id="yw8_c2">Submission</th><th id="yw8_c3">Conference</th></tr> </thead> <tbody> <tr class="odd"> <td>SCAM</td><td><a href="/conference/266">International Working Conference on Source Code Analysis and Manipulation</a></td><td>2024-06-17</td><td>2024-10-07</td></tr> <tr class="even"> <td>ICCC&#039;</td><td><a href="/conference/1332">International Conference on Communications in China</a></td><td>2025-03-24</td><td>2025-08-10</td></tr> <tr class="odd"> <td>AINTEC</td><td><a href="/conference/684">Asian Internet Engineering Conference</a></td><td>2024-05-08</td><td>2024-08-09</td></tr> <tr class="even"> <td>GCC</td><td><a href="/conference/225">International Conference on Grid and Cloud Computing</a></td><td>&nbsp;</td><td>2010-11-01</td></tr> <tr class="odd"> <td>AiML</td><td><a href="/conference/2394">Advances in Modal Logic</a></td><td>2018-03-11</td><td>2018-08-27</td></tr> <tr class="even"> <td>CiSt&#039;</td><td><a href="/conference/2664">IEEE Congress on Information Science & Technology</a></td><td>2023-05-07</td><td>2023-12-16</td></tr> <tr class="odd"> <td>CEEGE</td><td><a href="/conference/2551">International Conference on Electrical Engineering and Green Energy</a></td><td>2024-05-20</td><td>2024-06-28</td></tr> <tr class="even"> <td>ICBK</td><td><a href="/conference/2805">IEEE International Conference on Big Knowledge</a></td><td>2018-06-20</td><td>2018-11-17</td></tr> <tr class="odd"> <td>AIIoT&#039;</td><td><a href="/conference/4589">International Conference on Artificial Intelligence and IoT</a></td><td>2023-08-05</td><td>2023-08-12</td></tr> </tbody> </table><div class="keys" style="display:none" title="/journal/19"><span>266</span><span>1332</span><span>684</span><span>225</span><span>2394</span><span>2664</span><span>2551</span><span>2805</span><span>4589</span></div> </div></div> </div> </div> <div class="portlet" id="yw9"> <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="yw10"> <li><a href="http://www.myhuiban.com/journal/track/id/19"><i class="icon icon-plus"></i> &nbsp; Track It <span class="badge badge-warning pull-right">45</span></a></li> <li><a href="http://www.myhuiban.com/journal/edit/id/19"><i class="icon icon-edit"></i> &nbsp; Edit CFP</a></li> <li><a href="http://www.myhuiban.com/journal/issue/id/19"><i class="icon icon-list-alt"></i> &nbsp; Add Issue</a></li> </ul><br/> <div id="yw11" class="grid-view"> <table class="table table-hover table-striped table-bordered table-condensed"> <thead> <tr> <th id="yw11_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/63070">Chun Hu (260)</a></td></tr> <tr class="odd"> <td><a href="/researcher/51144">Li Rui (708)</a></td></tr> <tr class="even"> <td><a href="/researcher/47783">Junfei Wu (161)</a></td></tr> <tr class="odd"> <td><a href="/researcher/36734">Shanshan Li (1801)</a></td></tr> <tr class="even"> <td><a href="/researcher/10003">Mesang Xu (5005)</a></td></tr> <tr class="odd"> <td><a href="/researcher/39372">Luis Gong (193)</a></td></tr> <tr class="even"> <td><a href="/researcher/38170">Dong Dong (1745)</a></td></tr> <tr class="odd"> <td><a href="/researcher/28396">Mingjian He (875)</a></td></tr> <tr class="even"> <td><a href="/researcher/37719">Li SHENG YUAN (401)</a></td></tr> <tr class="odd"> <td><a href="/researcher/39748">CHANG SHUANGSHUANG (93)</a></td></tr> <tr class="even"> <td><a href="/researcher/37109">Jianhua Wang (401)</a></td></tr> <tr class="odd"> <td><a href="/researcher/38478">Zewei Chen (82)</a></td></tr> <tr class="even"> <td><a href="/researcher/38052">Hongliang Li (997)</a></td></tr> <tr class="odd"> <td><a href="/researcher/31599">Guipeng Zhang (10678)</a></td></tr> <tr class="even"> <td><a href="/researcher/37671">Wu Yuemei (2313)</a></td></tr> <tr class="odd"> <td><a href="/researcher/29001">Shuo Ouyang (1429)</a></td></tr> <tr class="even"> <td><a href="/researcher/6128">Kaijie Feng (4328)</a></td></tr> <tr class="odd"> <td><a href="/researcher/33576">Wei Chen (40)</a></td></tr> <tr class="even"> <td><a href="/researcher/28671">Sunyear Jack (2096)</a></td></tr> <tr class="odd"> <td><a href="/researcher/29483">Jitao Wang (131)</a></td></tr> <tr class="even"> <td><a href="/researcher/29292">Yilei Zhang (167)</a></td></tr> <tr class="odd"> <td><a href="/researcher/24893">Jiawei Jiang (2275)</a></td></tr> <tr class="even"> <td><a href="/researcher/11399">Amjad Muhammad (1324)</a></td></tr> <tr class="odd"> <td><a href="/researcher/20856">Zhengyang Zhou (861)</a></td></tr> <tr class="even"> <td><a href="/researcher/20829">Junhua JIA (346)</a></td></tr> <tr class="odd"> <td><a href="/researcher/4864">Haoran Cai (5042)</a></td></tr> <tr class="even"> <td><a href="/researcher/14128">Gang Hu (226)</a></td></tr> <tr class="odd"> <td><a href="/researcher/13431">Chenyang Zhu (93)</a></td></tr> <tr class="even"> <td><a href="/researcher/12503">Shan Shen (456)</a></td></tr> <tr class="odd"> <td><a href="/researcher/11398">Naveed Akram (761)</a></td></tr> <tr class="even"> <td><a href="/researcher/5884">Tengfei Li (5158)</a></td></tr> <tr class="odd"> <td><a href="/researcher/8294">Liang Dong (180)</a></td></tr> <tr class="even"> <td><a href="/researcher/5284">Ying Yang (832)</a></td></tr> <tr class="odd"> <td><a href="/researcher/7729">Bobai Zhao (328)</a></td></tr> <tr class="even"> <td><a href="/researcher/6910">Jindun Dai (1023)</a></td></tr> <tr class="odd"> <td><a href="/researcher/756">Feng Zhang (2320)</a></td></tr> <tr class="even"> <td><a href="/researcher/4332">Zhou Jie (976)</a></td></tr> <tr class="odd"> <td><a href="/researcher/3971">G J (612)</a></td></tr> <tr class="even"> <td><a href="/researcher/3881">Jenn Xie (69)</a></td></tr> <tr class="odd"> <td><a href="/researcher/3070">Bo Wan (1394)</a></td></tr> <tr class="even"> <td><a href="/researcher/1991">Pengfei Wang (3557)</a></td></tr> <tr class="odd"> <td><a href="/researcher/2923">Jiacheng Zhang (828)</a></td></tr> <tr class="even"> <td><a href="/researcher/1838">Siqian Gong (297)</a></td></tr> <tr class="odd"> <td><a href="/researcher/1494">Chang Wang (429)</a></td></tr> </tbody> </table><div class="keys" style="display:none" title="/journal/19"><span>44526</span><span>63070</span><span>51144</span><span>47783</span><span>36734</span><span>10003</span><span>39372</span><span>38170</span><span>28396</span><span>37719</span><span>39748</span><span>37109</span><span>38478</span><span>38052</span><span>31599</span><span>37671</span><span>29001</span><span>6128</span><span>33576</span><span>28671</span><span>29483</span><span>29292</span><span>24893</span><span>11399</span><span>20856</span><span>20829</span><span>4864</span><span>14128</span><span>13431</span><span>12503</span><span>11398</span><span>5884</span><span>8294</span><span>5284</span><span>7729</span><span>6910</span><span>756</span><span>4332</span><span>3971</span><span>3881</span><span>3070</span><span>1991</span><span>2923</span><span>1838</span><span>1494</span></div> </div> <div class="portlet" id="yw13"> <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,412</a> Researchers | 445,958,358 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('#yw4').yiiGridView({'ajaxUpdate':['yw4'],'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('#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('#yw7').yiiGridView({'ajaxUpdate':['yw7'],'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('#yw11').yiiGridView({'ajaxUpdate':['yw11'],'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>

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