CINXE.COM

EICS 2024: ACM SIGCHI Symposium on Engineering Interactive Computing Systems

<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"/> <meta name="description" content="EICS 2024: ACM SIGCHI Symposium on Engineering Interactive Computing Systems" /> <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>EICS 2024: ACM SIGCHI Symposium on Engineering Interactive Computing Systems</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/1077" /> <link rel="alternate" hreflang="en" href="/conference/1077?lang=en_us" /> <link rel="alternate" hreflang="es" href="/conference/1077?lang=es" /> <link rel="alternate" hreflang="zh" href="/conference/1077?lang=zh_cn" /> <link rel="alternate" hreflang="ja" href="/conference/1077?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="yw16"> <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/1077?lang=zh_cn"> 中文 </a> | <img src="/images/US.gif"/><a href="/conference/1077?lang=en_us"> English </a> | <img src="/images/ES.gif"/><a href="/conference/1077?lang=es"> Español </a> | <img src="/images/JP.gif"/><a href="/conference/1077?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="/conferences">Conferences</a> &raquo; <span>EICS</span></div><!-- breadcrumbs --> <!-- Include content pages --> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "Event", "name": "EICS 2024: ACM SIGCHI Symposium on Engineering Interactive Computing Systems", "location": { "@type": "Place", "name":"Cagliari, Italy", "address":{ "@type": "PostalAddress", "addressLocality": "Cagliari, Italy" } }, "startDate": "2024-06-24" } </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>EICS 2024: ACM SIGCHI Symposium on Engineering Interactive Computing Systems</h5> <a href="https://eics.acm.org/2024/">https://eics.acm.org/2024/</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-02-16</div></td> </tr> <tr> <td width="150" height="25"><div align="center">Notification Date:</div></td> <td width="150"><div align="center">2024-03-28</div></td> </tr> <tr> <td width="150" height="25"><div align="center">Conference Date:</div></td> <td width="150"><div align="center">2024-06-24</div></td> </tr> <tr> <td width="150" height="25"><div align="center">Location:</div></td> <td width="150"><div align="center">Cagliari, Italy</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">16</span></div></td> </tr> </table> <div class="hidden-phone" align="center"> QUALIS: <span class="badge badge-warning">b1</span> &nbsp; Viewed: <span class="badge badge-success">16095</span> &nbsp; Tracked: <span class="badge badge-warning">6</span> &nbsp; Attend: <span class="badge badge-important">0</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>Topics Submissions advance the state of the art of the engineering of interactive systems. Topics include, but are not limited to: Modeling, specification and analysis of interaction and interactive systems Model-based development of interactive software Requirements engineering for interactive systems Methods, processes, principles and/or tools for building interactive systems (e.g., design, implementation, prototyping, evaluation, verification and validation, testing) Software architectures for interactive systems Formal methods within interactive systems engineering Certification issues of methods, tools, and processes to create interactive systems Frameworks, toolkits, domain-specific languages and APIs for interactive systems Languages and notations for describing user interfaces and interactions Integrating engineering issues in the design process of interactive systems Engineering design tools Engineering evaluation tools Supporting design in interactive development processes Computational-Interaction Systems and Techniques Interactive data-driven systems Engineering interactive applications with emerging technologies (e.g., adaptive, context-aware, tangible, haptic, touch and multitouch input, voice, gestures, EEG, multimodal input, mobile and wearable systems, AI, augmented, mixed, virtual realities...) Engineering hardware/software integration in interactive systems (e.g., fabrication and maker processes, physical computing, cyber-physical systems…) Engineering interactive systems for various user categories (e.g., children, elderly, people with disabilities,…) Engineering interactive systems for various application domains (e.g., health, home, entertainment, desktop, avionics, space, nuclear, civil protection, law enforcement, emergency services and calamity management...) Engineering interactive systems for specific properties (user experience, usability, safety, security, dependability, …) Engineering smart interactive systems (e.g. recommending, adaptive, intelligent) Building Human-centred AI systems (integrating explainable AI, intelligible design, human-in-the-loop, adaptive and context-aware, interactive agents…)</pre><div class="alert alert-warning"> Last updated by <a href="/researcher/1">Dou Sun</a> in 2023-10-05</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-thumbs-up"></i> Best Papers</div> </div> <div class="portlet-content"> <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">Best Papers</th></tr> </thead> <tbody> <tr class="odd"> <td>2019</td><td><a target="_blank" href="http://scholar.google.com/scholar?q=GestMan%3A+a+cloud-based+tool+for+stroke-gesture+datasets">GestMan: a cloud-based tool for stroke-gesture datasets</a></td></tr> <tr class="even"> <td>2019</td><td><a target="_blank" href="http://scholar.google.com/scholar?q=Component-based+development+of+adaptive+user+interfaces">Component-based development of adaptive user interfaces</a></td></tr> <tr class="odd"> <td>2016</td><td><a target="_blank" href="http://scholar.google.com/scholar?q=Customizable+Dynamic+User+Interface+Distribution">Customizable Dynamic User Interface Distribution</a></td></tr> <tr class="even"> <td>2016</td><td><a target="_blank" href="http://scholar.google.com/scholar?q=Modelling+Information+Resources+and+Their+Salience+in+Medical+Device+Design">Modelling Information Resources and Their Salience in Medical Device Design</a></td></tr> <tr class="odd"> <td>2016</td><td><a target="_blank" href="http://scholar.google.com/scholar?q=GestureSeg%3A+Developing+a+Gesture+Segmentation+System+Using+Gesture+Execution+Phase+Labeling+by+Crowd+Workers">GestureSeg: Developing a Gesture Segmentation System Using Gesture Execution Phase Labeling by Crowd Workers</a></td></tr> </tbody> </table><div class="keys" style="display:none" title="/conference/1077"><span>3506</span><span>3507</span><span>3704</span><span>3705</span><span>3706</span></div> </div></div> </div> <div class="portlet" id="yw5"> <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="yw6" class="grid-view"> <table class="table table-hover table-striped table-bordered table-condensed"> <thead> <tr> <th id="yw6_c0">CCF</th><th id="yw6_c1">CORE</th><th id="yw6_c2">QUALIS</th><th id="yw6_c3">Short</th><th id="yw6_c4">Full Name</th><th id="yw6_c5">Submission</th><th id="yw6_c6">Notification</th><th id="yw6_c7">Conference</th></tr> </thead> <tbody> <tr class="odd"> <td><span class="badge badge-warning">c</span></td><td><span class="badge badge-warning">a</span></td><td><span class="badge badge-warning">b1</span></td><td>ICECCS</td><td><a href="/conference/196">International Conference on Engineering of Complex Computer Systems</a></td><td>2025-01-28</td><td>2025-04-04</td><td>2025-07-02</td></tr> <tr class="even"> <td></td><td></td><td></td><td>ICSEEA</td><td><a href="/conference/1952">International Conference on Sustainable Energy Engineering and Application</a></td><td>2016-07-31</td><td>2016-08-15</td><td>2016-10-03</td></tr> <tr class="odd"> <td></td><td></td><td></td><td>CEII</td><td><a href="/conference/4636">Asia Conference on Cognitive Engineering and Intelligent Interaction</a></td><td>2025-09-21</td><td>2025-10-21</td><td>2025-12-19</td></tr> <tr class="even"> <td></td><td></td><td></td><td>SWC</td><td><a href="/conference/3881">IEEE Smart World Congress</a></td><td>2020-08-31</td><td>2020-09-30</td><td>2020-12-08</td></tr> <tr class="odd"> <td></td><td></td><td></td><td>OSDOC</td><td><a href="/conference/703">International Workshop Open Source and Design of Communication</a></td><td>&nbsp;</td><td>2012-04-09</td><td>2012-06-11</td></tr> <tr class="even"> <td></td><td></td><td><span class="badge badge-warning">b3</span></td><td>SEAMS</td><td><a href="/conference/186">International Symposium on Software Engineering for Adaptive and Self-Managing Systems</a></td><td>2021-01-15</td><td>2021-03-01</td><td>2021-05-23</td></tr> <tr class="odd"> <td></td><td></td><td></td><td>CCSCI</td><td><a href="/conference/1390">International Conference on Communication Systems and Computational Intelligence</a></td><td>2013-10-25</td><td>2013-11-20</td><td>2014-01-10</td></tr> <tr class="even"> <td></td><td></td><td></td><td>NFPSLAM-SOC</td><td><a href="/conference/208">Workshop on Non-Functional Properties and SLA Management in Service-Oriented Computing</a></td><td>&nbsp;</td><td>2011-10-23</td><td>2011-12-05</td></tr> <tr class="odd"> <td></td><td></td><td></td><td>IEEE CVMI</td><td><a href="/conference/4808">IEEE International Conference on Computer Vision and Machine Intelligence</a></td><td>2024-06-15</td><td>2024-07-30</td><td>2024-10-19</td></tr> <tr class="even"> <td></td><td></td><td></td><td>Cyber Security</td><td><a href="/conference/2437">International Conference on Cyber Security and Protection of Digital Services</a></td><td>2020-05-10</td><td>&nbsp;</td><td>2020-06-15</td></tr> </tbody> </table><div class="keys" style="display:none" title="/conference/1077"><span>196</span><span>1952</span><span>4636</span><span>3881</span><span>703</span><span>186</span><span>1390</span><span>208</span><span>4808</span><span>2437</span></div> </div></div> <div class="visible-phone"> <div id="yw7" class="grid-view"> <table class="table table-hover table-striped table-bordered table-condensed"> <thead> <tr> <th id="yw7_c0">Short</th><th id="yw7_c1">Full Name</th><th id="yw7_c2">Submission</th><th id="yw7_c3">Conference</th></tr> </thead> <tbody> <tr class="odd"> <td>ICECCS</td><td><a href="/conference/196">International Conference on Engineering of Complex Computer Systems</a></td><td>2025-01-28</td><td>2025-07-02</td></tr> <tr class="even"> <td>ICSEEA</td><td><a href="/conference/1952">International Conference on Sustainable Energy Engineering and Application</a></td><td>2016-07-31</td><td>2016-10-03</td></tr> <tr class="odd"> <td>CEII</td><td><a href="/conference/4636">Asia Conference on Cognitive Engineering and Intelligent Interaction</a></td><td>2025-09-21</td><td>2025-12-19</td></tr> <tr class="even"> <td>SWC</td><td><a href="/conference/3881">IEEE Smart World Congress</a></td><td>2020-08-31</td><td>2020-12-08</td></tr> <tr class="odd"> <td>OSDOC</td><td><a href="/conference/703">International Workshop Open Source and Design of Communication</a></td><td>&nbsp;</td><td>2012-06-11</td></tr> <tr class="even"> <td>SEAMS</td><td><a href="/conference/186">International Symposium on Software Engineering for Adaptive and Self-Managing Systems</a></td><td>2021-01-15</td><td>2021-05-23</td></tr> <tr class="odd"> <td>CCSCI</td><td><a href="/conference/1390">International Conference on Communication Systems and Computational Intelligence</a></td><td>2013-10-25</td><td>2014-01-10</td></tr> <tr class="even"> <td>NFPSLAM-SOC</td><td><a href="/conference/208">Workshop on Non-Functional Properties and SLA Management in Service-Oriented Computing</a></td><td>&nbsp;</td><td>2011-12-05</td></tr> <tr class="odd"> <td>IEEE CVMI</td><td><a href="/conference/4808">IEEE International Conference on Computer Vision and Machine Intelligence</a></td><td>2024-06-15</td><td>2024-10-19</td></tr> <tr class="even"> <td>Cyber Security</td><td><a href="/conference/2437">International Conference on Cyber Security and Protection of Digital Services</a></td><td>2020-05-10</td><td>2020-06-15</td></tr> </tbody> </table><div class="keys" style="display:none" title="/conference/1077"><span>196</span><span>1952</span><span>4636</span><span>3881</span><span>703</span><span>186</span><span>1390</span><span>208</span><span>4808</span><span>2437</span></div> </div></div> </div> </div> <div class="portlet" id="yw8"> <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="yw9" class="grid-view"> <table class="table table-hover table-striped table-bordered table-condensed"> <thead> <tr> <th id="yw9_c0">CCF</th><th id="yw9_c1">Full Name</th><th id="yw9_c2">Impact Factor</th><th id="yw9_c3">Publisher</th><th id="yw9_c4">ISSN</th></tr> </thead> <tbody> <tr class="odd"> <td><span class="badge badge-warning">c</span></td><td><a href="/journal/42">Computer Communications</a></td><td>4.500</td><td>Elsevier</td><td>0140-3664</td></tr> <tr class="even"> <td></td><td><a href="/journal/305">International Journal of E-Entrepreneurship and Innovation</a></td><td>&nbsp;</td><td>IGI Global</td><td>1947-8585</td></tr> <tr class="odd"> <td><span class="badge badge-warning">c</span></td><td><a href="/journal/35">Distributed Computing</a></td><td>1.300</td><td>Springer</td><td>0178-2770</td></tr> <tr class="even"> <td><span class="badge badge-warning">b</span></td><td><a href="/journal/29">Computers & Security</a></td><td>4.800</td><td>Elsevier</td><td>0167-4048</td></tr> <tr class="odd"> <td></td><td><a href="/journal/629">Advances in Fuzzy Systems</a></td><td>1.400</td><td>Hindawi</td><td>1687-7101</td></tr> <tr class="even"> <td></td><td><a href="/journal/1159">IEEE Transactions on Education</a></td><td>2.100</td><td>IEEE</td><td>0018-9359</td></tr> <tr class="odd"> <td></td><td><a href="/journal/1054">IEEE Transactions on Technology and Society</a></td><td></td><td>IEEE</td><td>2637-6415</td></tr> <tr class="even"> <td></td><td><a href="/journal/308">Telecommunication Systems</a></td><td>1.700</td><td>Springer</td><td>1018-4864</td></tr> <tr class="odd"> <td></td><td><a href="/journal/519">Methodology and Computing in Applied Probability</a></td><td>1.000</td><td>Springer</td><td>1387-5841</td></tr> <tr class="even"> <td><span class="badge badge-warning">b</span></td><td><a href="/journal/480">Frontiers of Computer Science</a></td><td>3.400</td><td>Springer</td><td>2095-2228</td></tr> </tbody> </table><div class="keys" style="display:none" title="/conference/1077"><span>42</span><span>305</span><span>35</span><span>29</span><span>629</span><span>1159</span><span>1054</span><span>308</span><span>519</span><span>480</span></div> </div></div> <div class="visible-phone"> <div id="yw10" class="grid-view"> <table class="table table-hover table-striped table-bordered table-condensed"> <thead> <tr> <th id="yw10_c0">Full Name</th><th id="yw10_c1">Impact Factor</th><th id="yw10_c2">Publisher</th></tr> </thead> <tbody> <tr class="odd"> <td><a href="/journal/42">Computer Communications</a></td><td>4.500</td><td>Elsevier</td></tr> <tr class="even"> <td><a href="/journal/305">International Journal of E-Entrepreneurship and Innovation</a></td><td>&nbsp;</td><td>IGI Global</td></tr> <tr class="odd"> <td><a href="/journal/35">Distributed Computing</a></td><td>1.300</td><td>Springer</td></tr> <tr class="even"> <td><a href="/journal/29">Computers & Security</a></td><td>4.800</td><td>Elsevier</td></tr> <tr class="odd"> <td><a href="/journal/629">Advances in Fuzzy Systems</a></td><td>1.400</td><td>Hindawi</td></tr> <tr class="even"> <td><a href="/journal/1159">IEEE Transactions on Education</a></td><td>2.100</td><td>IEEE</td></tr> <tr class="odd"> <td><a href="/journal/1054">IEEE Transactions on Technology and Society</a></td><td></td><td>IEEE</td></tr> <tr class="even"> <td><a href="/journal/308">Telecommunication Systems</a></td><td>1.700</td><td>Springer</td></tr> <tr class="odd"> <td><a href="/journal/519">Methodology and Computing in Applied Probability</a></td><td>1.000</td><td>Springer</td></tr> <tr class="even"> <td><a href="/journal/480">Frontiers of Computer Science</a></td><td>3.400</td><td>Springer</td></tr> </tbody> </table><div class="keys" style="display:none" title="/conference/1077"><span>42</span><span>305</span><span>35</span><span>29</span><span>629</span><span>1159</span><span>1054</span><span>308</span><span>519</span><span>480</span></div> </div></div> </div> </div> <div class="portlet" id="yw11"> <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="yw12"> <li><a href="http://www.myhuiban.com/conference/track/id/1077"><i class="icon icon-plus"></i> &nbsp; Track It <span class="badge badge-warning pull-right">6</span></a></li> <li><a href="http://www.myhuiban.com/conference/attend/id/1077"><i class="icon icon-plane"></i> &nbsp; Attend It <span class="badge badge-important pull-right">0</span></a></li> <li><a href="/conference/edit/1077"><i class="icon icon-edit"></i> &nbsp; Edit CFP</a></li> </ul><br/> <div id="yw13" class="grid-view"> <table class="table table-hover table-striped table-bordered table-condensed"> <thead> <tr> <th id="yw13_c0">Tracker</th></tr> </thead> <tbody> <tr class="odd"> <td><a href="/researcher/26659">Alex Zen (462)</a></td></tr> <tr class="even"> <td><a href="/researcher/23589">S Matsuno (446)</a></td></tr> <tr class="odd"> <td><a href="/researcher/11899">Yang Peijun (1396)</a></td></tr> <tr class="even"> <td><a href="/researcher/1120">Firas Ben Kharrat (584)</a></td></tr> <tr class="odd"> <td><a href="/researcher/1025">Yubing Duan (1522)</a></td></tr> <tr class="even"> <td><a href="/researcher/645">Deng Chen (963)</a></td></tr> </tbody> </table><div class="keys" style="display:none" title="/conference/1077"><span>26659</span><span>23589</span><span>11899</span><span>1120</span><span>1025</span><span>645</span></div> </div> <div class="portlet" id="yw15"> <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">5,000</a> Conferences | <a href="/journals">1,182</a> Journals | <a href="/researchers">71,595</a> Researchers | 453,399,328 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}','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('#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('#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('#yw10').yiiGridView({'ajaxUpdate':['yw10'],'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('#yw13').yiiGridView({'ajaxUpdate':['yw13'],'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