CINXE.COM

ICSE 2025: International Conference on Software Engineering

<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"/> <meta name="description" content="ICSE 2025: International Conference on Software Engineering" /> <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>ICSE 2025: International Conference on Software Engineering</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/160" /> <link rel="alternate" hreflang="en" href="/conference/160?lang=en_us" /> <link rel="alternate" hreflang="es" href="/conference/160?lang=es" /> <link rel="alternate" hreflang="zh" href="/conference/160?lang=zh_cn" /> <link rel="alternate" hreflang="ja" href="/conference/160?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="yw20"> <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/160?lang=zh_cn"> 中文 </a> | <img src="/images/US.gif"/><a href="/conference/160?lang=en_us"> English </a> | <img src="/images/ES.gif"/><a href="/conference/160?lang=es"> Español </a> | <img src="/images/JP.gif"/><a href="/conference/160?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>ICSE</span></div><!-- breadcrumbs --> <!-- Include content pages --> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "Event", "name": "ICSE 2025: International Conference on Software Engineering", "location": { "@type": "Place", "name":"Ottawa, Canada", "address":{ "@type": "PostalAddress", "addressLocality": "Ottawa, Canada" } }, "startDate": "2025-04-26" } </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>ICSE 2025: International Conference on Software Engineering</h5> <a href="https://conf.researchr.org/home/icse-2025">https://conf.researchr.org/home/icse-2025</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-08-02</div></td> </tr> <tr> <td width="150" height="25"><div align="center">Notification Date:</div></td> <td width="150"><div align="center">2024-11-01</div></td> </tr> <tr> <td width="150" height="25"><div align="center">Conference Date:</div></td> <td width="150"><div align="center">2025-04-26</div></td> </tr> <tr> <td width="150" height="25"><div align="center">Location:</div></td> <td width="150"><div align="center">Ottawa, Canada</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">47</span></div></td> </tr> </table> <div class="hidden-phone" align="center"> CCF: <span class="badge badge-warning">a</span> &nbsp; CORE: <span class="badge badge-warning">a*</span> &nbsp; QUALIS: <span class="badge badge-warning">a1</span> &nbsp; Viewed: <span class="badge badge-success">1351938</span> &nbsp; Tracked: <span class="badge badge-warning">187</span> &nbsp; Attend: <span class="badge badge-important">23</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>The International Conference on Software Engineering (ICSE) is the premier forum for presenting and discussing the most recent and significant technical research contributions in the field of Software Engineering. In the research track, we invite high-quality submissions of technical research papers describing original and unpublished results of software engineering research. ICSE 2025 will follow a dual deadline structure introduced in 2024. In other words, submissions will occur in two cycles. Please refer to the section on Dual Submission Cycles in the following for the information. NEW THIS YEAR #1: Due to the rapid growth of the area of “AI and Software Engineering”, it is now split into two: “AI for Software Engineering” and “Software Engineering for AI”. A new area “Architecture and Design” is introduced. The topics listed under each area have also been revised. Please see the “Research Areas” section below. NEW THIS YEAR #2: We add back opportunities for “Author Response” in addition to “Revision” so that some potential misunderstandings can be clarified in the review process for papers that otherwise would be rejected. Also, for a paper receiving a “Revision” outcome, authors will be given an additional page of text in the revised paper to accommodate the required changes specified in the reviews. NEW THIS YEAR #3: Submissions must follow the latest “IEEE Submission and Peer Review Policy” and “ACM Policy on Authorship” (with associated FAQ, which includes a policy regarding the use of generative AI tools and technologies, such as ChatGPT. After checking with the ICSE Steering Committee, we are piloting a human-in-the-loop automated process to identify AI-generated papers. A Review Process Co-Chair has volunteered to design and run this pilot process on submitted papers. To preserve confidentiality, when scanning submitted papers, the scripts will not make use of any third-party services. NEW THIS YEAR #4: IEEE Transactions on Software Engineering, ACM Transactions on Software Engineering and Methodology and ICSE 2025, have received approval from the ICSE Steering Committee to launch the Sustainable Community Review Effort (SCRE) program, aimed at reducing community effort in reviewing journal extensions of conference papers and allowing authors to get faster and more consistent feedback. More information is available at: http://tinyurl.com/icse25-scre NEW THIS YEAR #5: ICSE Steering Committee has recently approved a proposal for streamlining and enhancing the paper bidding and assignment process, aimed at reducing the workload of PC members and resulting in better assignments of papers. Two Review Process Co-Chairs have volunteered to help manage the updated bidding and assignment process. More information is available at: http://tinyurl.com/icse25-streamlining Research Areas ICSE welcomes submissions addressing topics across the full spectrum of Software Engineering, being inclusive of quantitative, qualitative, and mixed-methods research. Topics of interest include the following and are grouped into the following nine research areas. Please note that these topics are by no means exhaustive. Each submission will need to indicate one of these nine areas as the chosen area. Optionally, the authors can consider adding an additional area. A paper may be moved from the chosen area(s) to another focus area at the discretion of the program chairs. Program chairs will ultimately assign a paper to an area chair, considering the authors’ selection, the paper’s content, and other factors such as (if applicable) possible conflicts of interest. AI for Software Engineering AI-enabled recommender systems for automated SE (e.g., code generation, program repair, AIOps, software composition analysis, etc.) Human-centered AI for SE (e.g., how software engineers can synergistically work with AI agents) Trustworthy AI for SE (e.g., how to provide guarantees, characterize limits, and prevent misuse of AI for SE) Sustainable AI for SE (e.g., how to reduce energy footprint for greener AI for SE) Collaborative AI for SE (e.g., how AI agents collaborate for automating SE) Automating SE tasks with LLM and other foundation models (e.g., large vision model) Efficacy measurement beyond traditional metrics (e.g., accuracy, BLEU, etc.) Prompt engineering for SE (e.g., novel prompt design) AI-assisted software design and model driven engineering (e.g., specification mining, program synthesis, software architectural design) Analytics Mining software repositories, including version control systems, issue tracking systems, software ecosystems, configurations, app stores, communication platforms, and novel software engineering data sources, to generate insights through various research methods Software visualization Data-driven user experience understanding and improvement Data driven decision making in software engineering Software metrics (and measurements) Architecture and Design Architecture and design measurement and assessment Software design methodologies, principles, and strategies Theory building for/of software design Architecture quality attributes, such as security, privacy, performance, reliability Modularity and reusability Design and architecture modeling and analysis Architecture recovery Dependency and complexity analysis Distributed architectures, such as microservice, SOA, cloud computing Patterns and anti-patterns Technical debt in design and architecture Architecture refactoring Adaptive architectures Architecture knowledge management Dependability and Security Formal methods and model checking (excluding solutions focusing solely on hardware) Reliability, availability, and safety Resilience and antifragility Confidentiality, integrity, privacy, and fairness Performance Design for dependability and security Vulnerability detection to enhance software security Dependability and security for embedded and cyber-physical systems Evolution Evolution and maintenance API design and evolution Release engineering and DevOps Software reuse Refactoring and program differencing Program comprehension Reverse engineering Environments and software development tools Traceability to understand evolution Human and Social Aspects Focusing on individuals (from program comprehension, workplace stress to job satisfaction and career progression) Focusing on teams (e.g., collocated, distributed, global, virtual; communication and collaboration within a team), communities (e.g., open source, communities of practice) and companies (organization, economics) Focusing on society (e.g., sustainability; diversity and inclusion) Focusing on programming languages, environments, and tools supporting individuals, teams, communities, and companies. Focusing on software development processes Requirements and Modeling Requirements engineering (incl. non-functional requirements) Theoretical requirement foundations Requirements and architecture Feedback, user and requirements management Requirements traceability and dependencies Modeling and model-driven engineering Variability and product lines Systems and software traceability Modeling languages, techniques, and tools Empirical studies on the application of model-based engineering Model-based monitoring and analysis Software Engineering for AI SE for AI models SE for systems with AI components SE for AI code, libraries, and datasets Engineering autonomic systems and self-healing systems Automated repair of AI models Testing and verification of AI-based systems Validation and user-based evaluation of AI-based systems Requirements engineering for AI-based systems Testing and Analysis Software testing Automated test generation techniques such as fuzzing, search-based approaches, and symbolic execution Testing and analysis of non-functional properties GUI testing Mobile application testing Program analysis Program synthesis (e.g., constraint based techniques) Program repair Debugging and fault localization Runtime analysis and/or error recovery Scope Since the authors will choose an area for their submission, the scope of each area becomes important. Some submissions may relate to multiple areas. In such cases, the authors should choose the area for which their paper brings the maximum new insights. Moreover, authors also have the choice of indicating an alternate area for each paper. Similarly, for certain papers. authors may have a question whether it belongs to any area, or is simply out of scope. For such cases, we recommend the authors to judge whether their paper brings new insights for software engineering. As an example, a formal methods paper with a focus on hardware verification may be deemed out of scope for ICSE. In general, papers that only peripherally concern software engineering and do not give new insights from the software engineering perspective would be less relevant to ICSE. Our goal is, however, to be descriptive, rather than prescriptive, to enable authors to make their own decisions about relevance.</pre><div class="alert alert-warning"> Last updated by <a href="/researcher/1">Dou Sun</a> in 2024-03-28</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 = [ ['1995', 18.1], ['1996', 24.4], ['1997', 22.8], ['1998', 19.6], ['1999', 18.6], ['2000', 14.6], ['2001', 17.5], ['2002', 15.8], ['2003', 13], ['2004', 13.3], ['2005', 14.1], ['2006', 9.1], ['2007', 14.7], ['2008', 15.1], ['2009', 12.3], ['2010', 13.7], ['2011', 14.1], ['2012', 21.3] ]; var ticks = [ ['1995', '1995'], ['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'] ]; $.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>2012</td><td>408</td><td>87</td><td>21.3%</td></tr> <tr class="even"> <td>2011</td><td>441</td><td>62</td><td>14.1%</td></tr> <tr class="odd"> <td>2010</td><td>380</td><td>52</td><td>13.7%</td></tr> <tr class="even"> <td>2009</td><td>405</td><td>50</td><td>12.3%</td></tr> <tr class="odd"> <td>2008</td><td>371</td><td>56</td><td>15.1%</td></tr> <tr class="even"> <td>2007</td><td>334</td><td>49</td><td>14.7%</td></tr> <tr class="odd"> <td>2006</td><td>395</td><td>36</td><td>9.1%</td></tr> <tr class="even"> <td>2005</td><td>313</td><td>44</td><td>14.1%</td></tr> <tr class="odd"> <td>2004</td><td>436</td><td>58</td><td>13.3%</td></tr> <tr class="even"> <td>2003</td><td>324</td><td>42</td><td>13%</td></tr> <tr class="odd"> <td>2002</td><td>303</td><td>48</td><td>15.8%</td></tr> <tr class="even"> <td>2001</td><td>268</td><td>47</td><td>17.5%</td></tr> <tr class="odd"> <td>2000</td><td>335</td><td>49</td><td>14.6%</td></tr> <tr class="even"> <td>1999</td><td>269</td><td>50</td><td>18.6%</td></tr> <tr class="odd"> <td>1998</td><td>209</td><td>41</td><td>19.6%</td></tr> <tr class="even"> <td>1997</td><td>219</td><td>50</td><td>22.8%</td></tr> <tr class="odd"> <td>1996</td><td>213</td><td>52</td><td>24.4%</td></tr> <tr class="even"> <td>1995</td><td>155</td><td>28</td><td>18.1%</td></tr> </tbody> </table><div class="keys" style="display:none" title="/conference/160"><span>2307</span><span>966</span><span>965</span><span>964</span><span>963</span><span>962</span><span>961</span><span>960</span><span>959</span><span>958</span><span>957</span><span>956</span><span>955</span><span>954</span><span>953</span><span>952</span><span>951</span><span>950</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-thumbs-up"></i> Best Papers</div> </div> <div class="portlet-content"> <div id="yw5" class="grid-view"> <table class="table table-hover table-striped table-bordered table-condensed"> <thead> <tr> <th id="yw5_c0">Year</th><th id="yw5_c1">Best Papers</th></tr> </thead> <tbody> <tr class="odd"> <td>2023</td><td><a target="_blank" href="http://scholar.google.com/scholar?q=Do+I+Belong%3F+Modeling+Sense+of+Virtual+Community+Among+Linux+Kernel">Do I Belong? Modeling Sense of Virtual Community Among Linux Kernel</a></td></tr> <tr class="even"> <td>2023</td><td><a target="_blank" href="http://scholar.google.com/scholar?q=Compatible+Remediation+on+Vulnerabilities+from+Third-Party+Libraries+for+Java+Projects">Compatible Remediation on Vulnerabilities from Third-Party Libraries for Java Projects</a></td></tr> <tr class="odd"> <td>2023</td><td><a target="_blank" href="http://scholar.google.com/scholar?q=A+Qualitative+Study+on+the+Implementation+Design+Decisions+of+Developers">A Qualitative Study on the Implementation Design Decisions of Developers</a></td></tr> <tr class="even"> <td>2023</td><td><a target="_blank" href="http://scholar.google.com/scholar?q=STILL+AROUND%3A+Experiences+and+Survival+Strategies+of+Veteran+Women+Software+Developer">STILL AROUND: Experiences and Survival Strategies of Veteran Women Software Developer</a></td></tr> <tr class="odd"> <td>2023</td><td><a target="_blank" href="http://scholar.google.com/scholar?q=Understanding+and+Detecting+On-the-Fly+Configuration+Bugs">Understanding and Detecting On-the-Fly Configuration Bugs</a></td></tr> <tr class="even"> <td>2023</td><td><a target="_blank" href="http://scholar.google.com/scholar?q=Testing+Database+Engines+via+Query+Plan+Guidance">Testing Database Engines via Query Plan Guidance</a></td></tr> <tr class="odd"> <td>2023</td><td><a target="_blank" href="http://scholar.google.com/scholar?q=Sibyl%3A+Improving+Software+Engineering+Tools+with+SMT+Selection">Sibyl: Improving Software Engineering Tools with SMT Selection</a></td></tr> <tr class="even"> <td>2023</td><td><a target="_blank" href="http://scholar.google.com/scholar?q=Lejacon%3A+A+Lightweight+and+Efficient+Approach+to+Java+Confidential+Computing+on+SGX">Lejacon: A Lightweight and Efficient Approach to Java Confidential Computing on SGX</a></td></tr> <tr class="odd"> <td>2023</td><td><a target="_blank" href="http://scholar.google.com/scholar?q=Efficiency+Matters%3A+Speeding+Up+Automated+Testing+with+GUI+Rendering+Inference">Efficiency Matters: Speeding Up Automated Testing with GUI Rendering Inference</a></td></tr> <tr class="even"> <td>2023</td><td><a target="_blank" href="http://scholar.google.com/scholar?q=Rete%3A+Learning+Namespace+Representation+for+Program+Repair">Rete: Learning Namespace Representation for Program Repair</a></td></tr> </tbody> </table><div class="pager">Go to page: <ul id="yw6" class="yiiPager"><li class="first hidden"><a href="/conference/160">&lt;&lt; First</a></li> <li class="previous hidden"><a href="/conference/160">&lt; Previous</a></li> <li class="page selected"><a href="/conference/160">1</a></li> <li class="page"><a href="/conference/160?page=2">2</a></li> <li class="page"><a href="/conference/160?page=3">3</a></li> <li class="page"><a href="/conference/160?page=4">4</a></li> <li class="page"><a href="/conference/160?page=5">5</a></li> <li class="page"><a href="/conference/160?page=6">6</a></li> <li class="page"><a href="/conference/160?page=7">7</a></li> <li class="page"><a href="/conference/160?page=8">8</a></li> <li class="page"><a href="/conference/160?page=9">9</a></li> <li class="page"><a href="/conference/160?page=10">10</a></li> <li class="next"><a href="/conference/160?page=2">Next &gt;</a></li> <li class="last"><a href="/conference/160?page=15">Last &gt;&gt;</a></li></ul></div><div class="keys" style="display:none" title="/conference/160"><span>4356</span><span>4357</span><span>4358</span><span>4359</span><span>4360</span><span>4361</span><span>4362</span><span>4363</span><span>4364</span><span>4365</span></div> </div></div> </div> <div class="portlet" id="yw7"> <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="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">CORE</th><th id="yw8_c2">QUALIS</th><th id="yw8_c3">Short</th><th id="yw8_c4">Full Name</th><th id="yw8_c5">Submission</th><th id="yw8_c6">Notification</th><th id="yw8_c7">Conference</th></tr> </thead> <tbody> <tr class="odd"> <td></td><td></td><td></td><td>UBICNET</td><td><a href="/conference/3458">International Conference on Ubiquitous Communications and Network Computing</a></td><td>2019-10-31</td><td>2019-12-11</td><td>2020-02-28</td></tr> <tr class="even"> <td></td><td></td><td></td><td>ICACCP</td><td><a href="/conference/2896">International Conference on Advanced Computational and Communication Paradigms</a></td><td>2018-09-30</td><td>2018-12-01</td><td>2019-02-25</td></tr> <tr class="odd"> <td></td><td></td><td></td><td>ERMI-ISASS</td><td><a href="/conference/2459">ERMI International Conference on Information Science and Applied Social Sciences</a></td><td>2018-01-15</td><td>&nbsp;</td><td>2018-02-12</td></tr> <tr class="even"> <td><span class="badge badge-warning">a</span></td><td><span class="badge badge-warning">a*</span></td><td><span class="badge badge-warning">a1</span></td><td>ICSE</td><td><a href="/conference/160">International Conference on Software Engineering</a></td><td>2024-08-02</td><td>2024-11-01</td><td>2025-04-26</td></tr> <tr class="odd"> <td></td><td></td><td></td><td>DSA</td><td><a href="/conference/3484">International Conference on Dependable Systems and Their Applications</a></td><td>2023-05-25</td><td>2023-07-10</td><td>2023-08-10</td></tr> <tr class="even"> <td></td><td></td><td></td><td>ICCNS</td><td><a href="/conference/1093">International Conference on Communication and Network Security</a></td><td>2024-10-15</td><td>2024-10-30</td><td>2024-12-06</td></tr> <tr class="odd"> <td></td><td></td><td></td><td>ADCO</td><td><a href="/conference/3702">International Conference on Advanced Computing</a></td><td>2022-04-09</td><td>2022-04-18</td><td>2022-04-23</td></tr> <tr class="even"> <td></td><td></td><td></td><td>ICBDB</td><td><a href="/conference/3258">International Conference on Big Data and Blockchain</a></td><td>2022-11-20</td><td>2022-11-25</td><td>2022-12-16</td></tr> <tr class="odd"> <td></td><td></td><td></td><td>ICHSA</td><td><a href="/conference/3112">International Conference on Harmony Search, Soft Computing and Applications</a></td><td>2019-05-16</td><td>2019-06-15</td><td>2019-07-20</td></tr> <tr class="even"> <td></td><td></td><td></td><td>BDE</td><td><a href="/conference/2969">International Conference on Big Data Engineering</a></td><td>2022-02-10</td><td>2022-02-28</td><td>2022-05-26</td></tr> </tbody> </table><div class="keys" style="display:none" title="/conference/160"><span>3458</span><span>2896</span><span>2459</span><span>160</span><span>3484</span><span>1093</span><span>3702</span><span>3258</span><span>3112</span><span>2969</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">Short</th><th id="yw9_c1">Full Name</th><th id="yw9_c2">Submission</th><th id="yw9_c3">Conference</th></tr> </thead> <tbody> <tr class="odd"> <td>UBICNET</td><td><a href="/conference/3458">International Conference on Ubiquitous Communications and Network Computing</a></td><td>2019-10-31</td><td>2020-02-28</td></tr> <tr class="even"> <td>ICACCP</td><td><a href="/conference/2896">International Conference on Advanced Computational and Communication Paradigms</a></td><td>2018-09-30</td><td>2019-02-25</td></tr> <tr class="odd"> <td>ERMI-ISASS</td><td><a href="/conference/2459">ERMI International Conference on Information Science and Applied Social Sciences</a></td><td>2018-01-15</td><td>2018-02-12</td></tr> <tr class="even"> <td>ICSE</td><td><a href="/conference/160">International Conference on Software Engineering</a></td><td>2024-08-02</td><td>2025-04-26</td></tr> <tr class="odd"> <td>DSA</td><td><a href="/conference/3484">International Conference on Dependable Systems and Their Applications</a></td><td>2023-05-25</td><td>2023-08-10</td></tr> <tr class="even"> <td>ICCNS</td><td><a href="/conference/1093">International Conference on Communication and Network Security</a></td><td>2024-10-15</td><td>2024-12-06</td></tr> <tr class="odd"> <td>ADCO</td><td><a href="/conference/3702">International Conference on Advanced Computing</a></td><td>2022-04-09</td><td>2022-04-23</td></tr> <tr class="even"> <td>ICBDB</td><td><a href="/conference/3258">International Conference on Big Data and Blockchain</a></td><td>2022-11-20</td><td>2022-12-16</td></tr> <tr class="odd"> <td>ICHSA</td><td><a href="/conference/3112">International Conference on Harmony Search, Soft Computing and Applications</a></td><td>2019-05-16</td><td>2019-07-20</td></tr> <tr class="even"> <td>BDE</td><td><a href="/conference/2969">International Conference on Big Data Engineering</a></td><td>2022-02-10</td><td>2022-05-26</td></tr> </tbody> </table><div class="keys" style="display:none" title="/conference/160"><span>3458</span><span>2896</span><span>2459</span><span>160</span><span>3484</span><span>1093</span><span>3702</span><span>3258</span><span>3112</span><span>2969</span></div> </div></div> </div> </div> <div class="portlet" id="yw10"> <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="yw11" class="grid-view"> <table class="table table-hover table-striped table-bordered table-condensed"> <thead> <tr> <th id="yw11_c0">CCF</th><th id="yw11_c1">Full Name</th><th id="yw11_c2">Impact Factor</th><th id="yw11_c3">Publisher</th><th id="yw11_c4">ISSN</th></tr> </thead> <tbody> <tr class="odd"> <td><span class="badge badge-warning">b</span></td><td><a href="/journal/97">Journal of Functional Programming</a></td><td>1.100</td><td>Cambridge University Press</td><td>0956-7968</td></tr> <tr class="even"> <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="odd"> <td></td><td><a href="/journal/300">International Journal on Bioinformatics & Biosciences</a></td><td>&nbsp;</td><td>AIRCC</td><td>1839-9614</td></tr> <tr class="even"> <td></td><td><a href="/journal/1136">IEEE Journal of Emerging and Selected Topics in Industrial Electronics</a></td><td></td><td>IEEE</td><td>2687-9735</td></tr> <tr class="odd"> <td><span class="badge badge-warning">c</span></td><td><a href="/journal/54">IET Information Security</a></td><td>1.300</td><td>IET</td><td>1751-8709</td></tr> <tr class="even"> <td></td><td><a href="/journal/1053">IEEE Transactions on Smart Grid</a></td><td>8.600</td><td>IEEE</td><td>1949-3053</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/919">Computers</a></td><td></td><td>MDPI</td><td>2073-431X</td></tr> <tr class="odd"> <td><span class="badge badge-warning">a</span></td><td><a href="/journal/11">Journal of Cryptology</a></td><td>2.300</td><td>Springer</td><td>0933-2790</td></tr> <tr class="even"> <td><span class="badge badge-warning">b</span></td><td><a href="/journal/164">Speech Communication</a></td><td>2.400</td><td>Elsevier</td><td>0167-6393</td></tr> </tbody> </table><div class="keys" style="display:none" title="/conference/160"><span>97</span><span>128</span><span>300</span><span>1136</span><span>54</span><span>1053</span><span>714</span><span>919</span><span>11</span><span>164</span></div> </div></div> <div class="visible-phone"> <div id="yw12" class="grid-view"> <table class="table table-hover table-striped table-bordered table-condensed"> <thead> <tr> <th id="yw12_c0">Full Name</th><th id="yw12_c1">Impact Factor</th><th id="yw12_c2">Publisher</th></tr> </thead> <tbody> <tr class="odd"> <td><a href="/journal/97">Journal of Functional Programming</a></td><td>1.100</td><td>Cambridge University Press</td></tr> <tr class="even"> <td><a href="/journal/128">Information Technology and Management</a></td><td>2.300</td><td>Springer</td></tr> <tr class="odd"> <td><a href="/journal/300">International Journal on Bioinformatics & Biosciences</a></td><td>&nbsp;</td><td>AIRCC</td></tr> <tr class="even"> <td><a href="/journal/1136">IEEE Journal of Emerging and Selected Topics in Industrial Electronics</a></td><td></td><td>IEEE</td></tr> <tr class="odd"> <td><a href="/journal/54">IET Information Security</a></td><td>1.300</td><td>IET</td></tr> <tr class="even"> <td><a href="/journal/1053">IEEE Transactions on Smart Grid</a></td><td>8.600</td><td>IEEE</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/919">Computers</a></td><td></td><td>MDPI</td></tr> <tr class="odd"> <td><a href="/journal/11">Journal of Cryptology</a></td><td>2.300</td><td>Springer</td></tr> <tr class="even"> <td><a href="/journal/164">Speech Communication</a></td><td>2.400</td><td>Elsevier</td></tr> </tbody> </table><div class="keys" style="display:none" title="/conference/160"><span>97</span><span>128</span><span>300</span><span>1136</span><span>54</span><span>1053</span><span>714</span><span>919</span><span>11</span><span>164</span></div> </div></div> </div> </div> <div class="portlet" id="yw13"> <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="yw14"> <li><a href="http://www.myhuiban.com/conference/track/id/160"><i class="icon icon-plus"></i> &nbsp; Track It <span class="badge badge-warning pull-right">187</span></a></li> <li><a href="http://www.myhuiban.com/conference/attend/id/160"><i class="icon icon-plane"></i> &nbsp; Attend It <span class="badge badge-important pull-right">23</span></a></li> <li><a href="/conference/edit/160"><i class="icon icon-edit"></i> &nbsp; Edit CFP</a></li> </ul><br/> <div id="yw15" class="grid-view"> <table class="table table-hover table-striped table-bordered table-condensed"> <thead> <tr> <th id="yw15_c0">Tracker</th></tr> </thead> <tbody> <tr class="odd"> <td><a href="/researcher/71805">Hulin Yang (61)</a></td></tr> <tr class="even"> <td><a href="/researcher/40784">Huan Li (80)</a></td></tr> <tr class="odd"> <td><a href="/researcher/70897">Yingkai Yuan (87)</a></td></tr> <tr class="even"> <td><a href="/researcher/7607">Wei Hu (138)</a></td></tr> <tr class="odd"> <td><a href="/researcher/41524">Tianye Sheng (369)</a></td></tr> <tr class="even"> <td><a href="/researcher/55687">Junjie Hu (567)</a></td></tr> <tr class="odd"> <td><a href="/researcher/67070">Xiang Li (13)</a></td></tr> <tr class="even"> <td><a href="/researcher/66745">ZHI MA (40)</a></td></tr> <tr class="odd"> <td><a href="/researcher/66584">Gengyi Sun (54)</a></td></tr> <tr class="even"> <td><a href="/researcher/38890">Renzhi Xiao (453)</a></td></tr> <tr class="odd"> <td><a href="/researcher/44705">Xiangbing Huang (24)</a></td></tr> <tr class="even"> <td><a href="/researcher/33399">Zaixing Sun (688)</a></td></tr> <tr class="odd"> <td><a href="/researcher/61549">Wang Liuxi (389)</a></td></tr> <tr class="even"> <td><a href="/researcher/45957">Wenyuan Xu (173)</a></td></tr> <tr class="odd"> <td><a href="/researcher/39438">Cuifeng Gao (158)</a></td></tr> <tr class="even"> <td><a href="/researcher/62386">Yanduo Fu (53)</a></td></tr> <tr class="odd"> <td><a href="/researcher/45432">Zongcheng Ji (327)</a></td></tr> <tr class="even"> <td><a href="/researcher/36074">ZiTian Wang (415)</a></td></tr> <tr class="odd"> <td><a href="/researcher/60853">Dihao Fan (99)</a></td></tr> <tr class="even"> <td><a href="/researcher/55332">Qing Liu (724)</a></td></tr> <tr class="odd"> <td><a href="/researcher/40320">Alice Zhang (471)</a></td></tr> <tr class="even"> <td><a href="/researcher/1991">Pengfei Wang (3557)</a></td></tr> <tr class="odd"> <td><a href="/researcher/55317">Tianci Gao (835)</a></td></tr> <tr class="even"> <td><a href="/researcher/57182">Jack August (1152)</a></td></tr> <tr class="odd"> <td><a href="/researcher/58840">Yu Qian (97)</a></td></tr> <tr class="even"> <td><a href="/researcher/20043">Sijin Cheng (1740)</a></td></tr> <tr class="odd"> <td><a href="/researcher/58454">Rebirth Wyw (102)</a></td></tr> <tr class="even"> <td><a href="/researcher/56739">Shaojian Qiu (73)</a></td></tr> <tr class="odd"> <td><a href="/researcher/27167">Yiwen Wu (123)</a></td></tr> <tr class="even"> <td><a href="/researcher/51144">Li Rui (708)</a></td></tr> <tr class="odd"> <td><a href="/researcher/55617">Ji Yuanrui (47)</a></td></tr> <tr class="even"> <td><a href="/researcher/55328">佳贝 贺 (601)</a></td></tr> <tr class="odd"> <td><a href="/researcher/53062">Tingting Yu (142)</a></td></tr> <tr class="even"> <td><a href="/researcher/52959">Cheng Yutong (44)</a></td></tr> <tr class="odd"> <td><a href="/researcher/52750">Nick Cui (73)</a></td></tr> <tr class="even"> <td><a href="/researcher/52356">Qi Jiaxing (257)</a></td></tr> <tr class="odd"> <td><a href="/researcher/52063">Yu Hao (31)</a></td></tr> <tr class="even"> <td><a href="/researcher/36844">Nuo Chen (142)</a></td></tr> <tr class="odd"> <td><a href="/researcher/50295">Qiushi Sun (50)</a></td></tr> <tr class="even"> <td><a href="/researcher/18156">Dongdong An (215)</a></td></tr> <tr class="odd"> <td><a href="/researcher/45222">Mono Zhong (212)</a></td></tr> <tr class="even"> <td><a href="/researcher/43027">Mufei Qiu (460)</a></td></tr> <tr class="odd"> <td><a href="/researcher/33647">Ru Xie (2936)</a></td></tr> <tr class="even"> <td><a href="/researcher/39722">Andbug Sk (140)</a></td></tr> <tr class="odd"> <td><a href="/researcher/38087">Sam Wu (1404)</a></td></tr> <tr class="even"> <td><a href="/researcher/46754">Xn DONG (24)</a></td></tr> <tr class="odd"> <td><a href="/researcher/46358">Xin Huang (1174)</a></td></tr> <tr class="even"> <td><a href="/researcher/44062">Bin Li (845)</a></td></tr> <tr class="odd"> <td><a href="/researcher/16910">Zhang Junwei (1240)</a></td></tr> <tr class="even"> <td><a href="/researcher/7474">Lingbao Shi (198)</a></td></tr> <tr class="odd"> <td><a href="/researcher/39088">Juan Zhang (240)</a></td></tr> <tr class="even"> <td><a href="/researcher/40080">Yu Liu (138)</a></td></tr> <tr class="odd"> <td><a href="/researcher/21274">Xiaohan Zhang (571)</a></td></tr> <tr class="even"> <td><a href="/researcher/37280">Leva Shaw (749)</a></td></tr> <tr class="odd"> <td><a href="/researcher/39811">Peng C (59)</a></td></tr> <tr class="even"> <td><a href="/researcher/39705">Vinuri Bandara (2)</a></td></tr> <tr class="odd"> <td><a href="/researcher/11563">Ni Chao (270)</a></td></tr> <tr class="even"> <td><a href="/researcher/39450">Deng Nan (601)</a></td></tr> <tr class="odd"> <td><a href="/researcher/29833">Daniel Owen (447)</a></td></tr> <tr class="even"> <td><a href="/researcher/6902">Li Chao (1012)</a></td></tr> <tr class="odd"> <td><a href="/researcher/34961">Zhihao Liu (123)</a></td></tr> <tr class="even"> <td><a href="/researcher/20923">Xinai Moqing (686)</a></td></tr> <tr class="odd"> <td><a href="/researcher/8632">Hui Li (929)</a></td></tr> <tr class="even"> <td><a href="/researcher/37351">Ben Wang (20)</a></td></tr> <tr class="odd"> <td><a href="/researcher/28958">WENHUI JIN (190)</a></td></tr> <tr class="even"> <td><a href="/researcher/36703">Lixin Xu (41)</a></td></tr> <tr class="odd"> <td><a href="/researcher/36229">MD SHAH NEOWAZ (37)</a></td></tr> <tr class="even"> <td><a href="/researcher/22361">Xiaofan Nie (1422)</a></td></tr> <tr class="odd"> <td><a href="/researcher/36106">Benjamin Enhydra (27)</a></td></tr> <tr class="even"> <td><a href="/researcher/35619">Aoshuang Ye (1062)</a></td></tr> <tr class="odd"> <td><a href="/researcher/35339">Chenxing Zhong (179)</a></td></tr> <tr class="even"> <td><a href="/researcher/34850">Dexin Liu (838)</a></td></tr> <tr class="odd"> <td><a href="/researcher/33177">Kang Wang (63)</a></td></tr> <tr class="even"> <td><a href="/researcher/29488">Yongfeng Wang (233)</a></td></tr> <tr class="odd"> <td><a href="/researcher/32419">Shaojun Ren (227)</a></td></tr> <tr class="even"> <td><a href="/researcher/32189">Yue Yun (701)</a></td></tr> <tr class="odd"> <td><a href="/researcher/17688">Yufeng Lv (2388)</a></td></tr> <tr class="even"> <td><a href="/researcher/6329">Qiong Xiao (192)</a></td></tr> <tr class="odd"> <td><a href="/researcher/30286">XURUI LUO (228)</a></td></tr> <tr class="even"> <td><a href="/researcher/31566">Xin Zhao (126)</a></td></tr> <tr class="odd"> <td><a href="/researcher/30364">Gs Fan (879)</a></td></tr> <tr class="even"> <td><a href="/researcher/28499">Shuo Li (241)</a></td></tr> <tr class="odd"> <td><a href="/researcher/19875">Cheng Wen (561)</a></td></tr> <tr class="even"> <td><a href="/researcher/20423">Hongyi Liu (1173)</a></td></tr> <tr class="odd"> <td><a href="/researcher/29292">Yilei Zhang (167)</a></td></tr> <tr class="even"> <td><a href="/researcher/24006">Zhang 文涛 (219)</a></td></tr> <tr class="odd"> <td><a href="/researcher/27746">Gaobo Gaobo (585)</a></td></tr> <tr class="even"> <td><a href="/researcher/26866">Yikun Hu (155)</a></td></tr> <tr class="odd"> <td><a href="/researcher/26115">Lei Chen (454)</a></td></tr> <tr class="even"> <td><a href="/researcher/26659">Alex Zen (462)</a></td></tr> <tr class="odd"> <td><a href="/researcher/19281">Liubo Ouyang (394)</a></td></tr> <tr class="even"> <td><a href="/researcher/22432">S L (168)</a></td></tr> <tr class="odd"> <td><a href="/researcher/25637">Chao Zhang (119)</a></td></tr> <tr class="even"> <td><a href="/researcher/25232">Kunpeng Ren (689)</a></td></tr> <tr class="odd"> <td><a href="/researcher/24925">Yang Bo (46)</a></td></tr> <tr class="even"> <td><a href="/researcher/20082">Hu Xvlun (433)</a></td></tr> <tr class="odd"> <td><a href="/researcher/24325">Xiaohan Zhang (377)</a></td></tr> <tr class="even"> <td><a href="/researcher/23877">Sheng Yu (78)</a></td></tr> <tr class="odd"> <td><a href="/researcher/23668">Zeyan Li (166)</a></td></tr> <tr class="even"> <td><a href="/researcher/23589">S Matsuno (446)</a></td></tr> </tbody> </table><div class="pager">Go to page: <ul id="yw16" class="yiiPager"><li class="first hidden"><a href="/conference/160">&lt;&lt; First</a></li> <li class="previous hidden"><a href="/conference/160">&lt; Previous</a></li> <li class="page selected"><a href="/conference/160">1</a></li> <li class="page"><a href="/conference/160?page=2">2</a></li> <li class="next"><a href="/conference/160?page=2">Next &gt;</a></li> <li class="last"><a href="/conference/160?page=2">Last &gt;&gt;</a></li></ul></div><div class="keys" style="display:none" title="/conference/160"><span>71805</span><span>40784</span><span>70897</span><span>7607</span><span>41524</span><span>55687</span><span>67070</span><span>66745</span><span>66584</span><span>38890</span><span>44705</span><span>33399</span><span>61549</span><span>45957</span><span>39438</span><span>62386</span><span>45432</span><span>36074</span><span>60853</span><span>55332</span><span>40320</span><span>1991</span><span>55317</span><span>57182</span><span>58840</span><span>20043</span><span>58454</span><span>56739</span><span>27167</span><span>51144</span><span>55617</span><span>55328</span><span>53062</span><span>52959</span><span>52750</span><span>52356</span><span>52063</span><span>36844</span><span>50295</span><span>18156</span><span>45222</span><span>43027</span><span>33647</span><span>39722</span><span>38087</span><span>46754</span><span>46358</span><span>44062</span><span>16910</span><span>7474</span><span>39088</span><span>40080</span><span>21274</span><span>37280</span><span>39811</span><span>39705</span><span>11563</span><span>39450</span><span>29833</span><span>6902</span><span>34961</span><span>20923</span><span>8632</span><span>37351</span><span>28958</span><span>36703</span><span>36229</span><span>22361</span><span>36106</span><span>35619</span><span>35339</span><span>34850</span><span>33177</span><span>29488</span><span>32419</span><span>32189</span><span>17688</span><span>6329</span><span>30286</span><span>31566</span><span>30364</span><span>28499</span><span>19875</span><span>20423</span><span>29292</span><span>24006</span><span>27746</span><span>26866</span><span>26115</span><span>26659</span><span>19281</span><span>22432</span><span>25637</span><span>25232</span><span>24925</span><span>20082</span><span>24325</span><span>23877</span><span>23668</span><span>23589</span></div> </div> <div id="yw17" class="grid-view"> <table class="table table-hover table-striped table-bordered table-condensed"> <thead> <tr> <th id="yw17_c0">Attender</th><th id="yw17_c1">Year</th></tr> </thead> <tbody> <tr class="odd"> <td><a href="/researcher/66794">Ke Li (89)</a></td><td>2025</td></tr> <tr class="even"> <td><a href="/researcher/66584">Gengyi Sun (54)</a></td><td>2025</td></tr> <tr class="odd"> <td><a href="/researcher/58840">Yu Qian (97)</a></td><td>2023</td></tr> <tr class="even"> <td><a href="/researcher/53287">Haotian Xu (61)</a></td><td>2022</td></tr> <tr class="odd"> <td><a href="/researcher/37280">Leva Shaw (749)</a></td><td>2022</td></tr> <tr class="even"> <td><a href="/researcher/52959">Cheng Yutong (44)</a></td><td>2022</td></tr> <tr class="odd"> <td><a href="/researcher/45156">Yunkai Xiao (180)</a></td><td>2022</td></tr> <tr class="even"> <td><a href="/researcher/7474">Lingbao Shi (198)</a></td><td>2022</td></tr> <tr class="odd"> <td><a href="/researcher/42889">Jiawei He (8)</a></td><td>2022</td></tr> <tr class="even"> <td><a href="/researcher/35864">Luo Xianchang (20)</a></td><td>2022</td></tr> <tr class="odd"> <td><a href="/researcher/11563">Ni Chao (270)</a></td><td>2022</td></tr> <tr class="even"> <td><a href="/researcher/34961">Zhihao Liu (123)</a></td><td>2021</td></tr> <tr class="odd"> <td><a href="/researcher/3930">Zhongyao Bu (765)</a></td><td>2021</td></tr> <tr class="even"> <td><a href="/researcher/32605">Cuiling Tang (5)</a></td><td>2021</td></tr> <tr class="odd"> <td><a href="/researcher/28786">Qianzhu Zhao (567)</a></td><td>2021</td></tr> <tr class="even"> <td><a href="/researcher/23877">Sheng Yu (78)</a></td><td>2019</td></tr> <tr class="odd"> <td><a href="/researcher/19860">Huanyu Du (2)</a></td><td>2019</td></tr> <tr class="even"> <td><a href="/researcher/14123">Lexinton Ave (835)</a></td><td>2019</td></tr> <tr class="odd"> <td><a href="/researcher/15964">Shiyan Peng (192)</a></td><td>2019</td></tr> <tr class="even"> <td><a href="/researcher/15504">Jiawen XIONG (509)</a></td><td>2019</td></tr> <tr class="odd"> <td><a href="/researcher/15430">Zhang Bowei (7)</a></td><td>2018</td></tr> <tr class="even"> <td><a href="/researcher/12843">路遥 Ma (163)</a></td><td>2018</td></tr> <tr class="odd"> <td><a href="/researcher/2733">Zhi Wang (86)</a></td><td>2016</td></tr> </tbody> </table><div class="keys" style="display:none" title="/conference/160"><span>66794</span><span>66584</span><span>58840</span><span>53287</span><span>37280</span><span>52959</span><span>45156</span><span>7474</span><span>42889</span><span>35864</span><span>11563</span><span>34961</span><span>3930</span><span>32605</span><span>28786</span><span>23877</span><span>19860</span><span>14123</span><span>15964</span><span>15504</span><span>15430</span><span>12843</span><span>2733</span></div> </div> <div class="portlet" id="yw19"> <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,419</a> Researchers | 446,432,973 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('#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('#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'}); 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('#yw15').yiiGridView({'ajaxUpdate':['yw15'],'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('#yw17').yiiGridView({'ajaxUpdate':['yw17'],'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