CINXE.COM

DAC 2025: Design Automation Conference

<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"/> <meta name="description" content="DAC 2025: Design Automation Conference" /> <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>DAC 2025: Design Automation Conference</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/549" /> <link rel="alternate" hreflang="en" href="/conference/549?lang=en_us" /> <link rel="alternate" hreflang="es" href="/conference/549?lang=es" /> <link rel="alternate" hreflang="zh" href="/conference/549?lang=zh_cn" /> <link rel="alternate" hreflang="ja" href="/conference/549?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/549?lang=zh_cn"> 中文 </a> | <img src="/images/US.gif"/><a href="/conference/549?lang=en_us"> English </a> | <img src="/images/ES.gif"/><a href="/conference/549?lang=es"> Español </a> | <img src="/images/JP.gif"/><a href="/conference/549?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>DAC</span></div><!-- breadcrumbs --> <!-- Include content pages --> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "Event", "name": "DAC 2025: Design Automation Conference", "location": { "@type": "Place", "name":"San Francisco, California, USA", "address":{ "@type": "PostalAddress", "addressLocality": "San Francisco, California, USA" } }, "startDate": "2025-06-22" } </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>DAC 2025: Design Automation Conference</h5> <a href="https://www.dac.com/">https://www.dac.com/</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-11-12</div></td> </tr> <tr> <td width="150" height="25"><div align="center">Notification Date:</div></td> <td width="150"><div align="center"></div></td> </tr> <tr> <td width="150" height="25"><div align="center">Conference Date:</div></td> <td width="150"><div align="center">2025-06-22</div></td> </tr> <tr> <td width="150" height="25"><div align="center">Location:</div></td> <td width="150"><div align="center">San Francisco, California, USA</div></td> </tr> <tr> <td width="100" height="25"><div align="center">Years:</div></td> <td width="150"><div align="center"><span class="badge badge-info">62</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">611069</span> &nbsp; Tracked: <span class="badge badge-warning">123</span> &nbsp; Attend: <span class="badge badge-important">22</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>Autonomous Systems Electronics content in modern autonomous systems (e.g., automotive, robotics, drones, etc.) is growing at an increasingly rapid pace. Nearly every aspect of these complex systems uses smart electronics and embedded software to make our experiences safer, more energy-efficient and enjoyable. For example, premium vehicles can have several million lines of embedded software code running on hundreds of electronic control units. Within autonomous systems, such as automotive, these sub-systems connect with one another by in-system networks. As the trend towards fully autonomous driving and connectivity accelerates, the ability to deliver these innovations depends more than ever on advanced electronics and software development. Autonomous Systems sessions at DAC provide insight into designing automotive, robotic, and drone electronics systems and software that adhere to complex requirements and often stringent industry standards. View specific Research Paper Submission Categories. View proposal information for Sunday Workshops, Monday Tutorials, Special/Invited Sessions, and Panels, Artificial Intelligence (AI) Artificial intelligence (AI) topic highlights advances in the field with a focus on all aspects of AI algorithms and systems design, including security/privacy, as well as application of machine learning (ML) and AI techniques to design automation. While artificial intelligence and artificial neural network research has been ongoing for more than half a century, recent advances in accelerating the pace and scale of ML and deep neural networks (DNNs) are revolutionizing the impact of artificial intelligence on every aspect of our daily lives, ranging from smart consumer electronics and autonomous systems to personalized medicine and services. These advances in deep learning are fueled by computing architectures tailored to the distributed nature of learning and inference in neural networks, offering new design challenges and opportunities to advance computing architecture beyond Moore's law scaling limits. AI sessions at DAC will highlight the fundamentals, accomplishments to date, and challenges ahead in AI models, algorithms, system design and security/privacy issues as well as design automation, providing a forum for researchers and engineers across all of the widely varying disciplines involved to connect, engage, and join in shaping the future of this exciting field. View specific Research Paper Submission Categories. View proposal information for Sunday Workshops, Monday Tutorials, Special/Invited Sessions, and Panels, Security Security topic at DAC focuses on the urgent need to create, analyze, evaluate, and improve the hardware, embedded systems and software base of the contemporary security solutions. Secure and trustworthy software and hardware components, platforms and supply chains are vital to all domains including financial, healthcare, transportation, and energy. Security of systems is becoming equally important. A revolution is underway in many industries that are "connecting the unconnected". Such cyber physical systems, e.g., automobiles, smart grid, medical devices, etc., are taking advantage of integration of physical systems with the information systems. Notwithstanding the numerous benefits, these systems are appealing targets of attacks. Attacks on the cyber-part of such systems can have disastrous consequences in the physical world. The scope and variety of attacks on these systems present design challenges that span embedded hardware, software, networking, and system design. Security sessions at DAC will feature invited special sessions, panels, and lecture/poster presentations by both engineers and researchers to share their knowledge and experience on this evolving environment. View specific Research Paper Submission Categories. View proposal information for Sunday Workshops, Monday Tutorials, Special/Invited Sessions, and Panels, Cloud Cloud computing has become a mainstay in high performance computing, including chip design and manufacturing environments. Companies are increasingly leveraging cloud for its inherent scalability, state-of-the-art compute availability, ability to provide data-driven insights and spur innovation. Over the past decade, cloud companies have provided substantial improvements by designing highly secure, scalable and cost-efficient systems that enable and accelerate EDA. Cloud sessions at DAC will cover cloud computing hardware and software, 5G+ network infrastructures, datacenter systems architecture with disaggregated memory and storage, security and trust features including hardware root-of-trust, chip design, verification and manufacturing workload migrations, cloud case studies, technical and business benefits & challenges of cloud, hybrid reference architectures, cost-efficient cloud based flows, cloud-specific infrastructure and cloud-native AI/ML processing hardware. View specific Research Paper Submission Categories. View proposal information for Sunday Workshops, Monday Tutorials, Special/Invited Sessions, and Panels, Design To keep up with the ever-increasing design complexity and associated challenges on the design community, researchers and engineers have to constantly question old assumptions and consider new approaches beyond traditional techniques. DAC seeks high-quality work in the area of design and verification for cross-cutting topics including low-power, security, reliability, multicore/application specific/heterogeneous architectures, AI/ML hardware and systems, 3-D integrations, emerging device technologies, cyber-physical systems, IoT, design automation of "things," quantum computing, and their applications. For design and verification focused contents, they can either be submitted to the regular Research Track or to the Engineering Tracks. If submitting to the Research Track, the same submission format and review process as other EDA and ESS areas apply. If submitting to the Back-End or Front-End Design Track, please follow the format specified by that track. View specific Research Paper Submission Categories. View submission details for Back-End Design Track presentations View submission details for Front-End Design Track presentations View proposal information for Sunday Workshops, Monday Tutorials, Special/Invited Sessions, and Panels, Electronic Design Automation (EDA) EDA (Electronics Design Automation) is becoming ever more important with the continuous scaling of semiconductor devices and the growing complexities of their use in circuits and systems. Demands for lower-power, higher-reliability and more agile electronic systems raise new challenges to both design and design automation of such systems. For more than five decades, the primary focus of the research track at DAC has been to showcase leading-edge research and practice in tools and methodologies for the design from circuits to systems. In addition to the traditional EDA topics ranging from physical design to system architectures, DAC features high-quality papers on design research, design practices, and design automation for cross-cutting topics including low-power, reliability, multicore/application specific/heterogeneous architectures, 3-D integrations, emerging device technologies, design automation of "things", and their applications. The track also highlights the advances of AI/ML techniques in the field of design automation. DAC's EDA technical program has been ensuring the best-in-class solutions that promise to advance EDA. View specific Research Paper Submission Categories. View proposal information for Sunday Workshops, Monday Tutorials, Special/Invited Sessions, and Panels, Embedded Systems and Software (ESS) ESS (Embedded Systems and Software) are an increasingly diverse, disruptive, and challenging field for designs ranging from mobile devices to medical devices to industrial and beyond. Embedded software is built into devices that may not necessarily be recognized as computing devices, but nevertheless controls the functionality and perceived quality of these devices. Embedded systems design is the art of choosing and designing the proper combination of hardware and software components to achieve system level design goals like speed, efficiency, reliability, security, and safety. Embedded software is of growing importance in embedded systems of all kinds. The ESS sessions at DAC provide a forum for discussing the challenges of embedded design and an opportunity for researchers and engineers to come together to exchange ideas and roadmaps for the future for this rapidly expanding area. For Embedded Systems-focused contents, they can either be submitted to the regular Research or Embedded Systems Track. If submitting to the Research Track, the same submission format and review process as other areas apply. If submitting to Embedded Systems Track, please follow the format specified by that track. View specific Research Paper Submission Categories. View submission details for Embedded Systems and Software Track presentations View proposal information for Sunday Workshops, Monday Tutorials, Special/Invited Sessions, and Panels, Intellectual Property (IP) IP (Intellectual Property) is increasingly complex, diverse, innovative, and challenging. The complexity is driven by increasing requirements for higher integration levels that are reusable; the diversity to satisfy varying environmental conditions and constraints dictated by the different target markets. In addition, the evolution of IP is being driven by innovative architectures to address the latency-power-performance needs of new disruptive applications, such as machine learning. The IP challenges are to cope with the complexities of advanced technology nodes. IP design is the art of choosing and designing the proper combination of analog, digital, RF hardware and software components to achieve sub-system-level design goals like speed, power, latency, efficiency, reliability, security, and safety. EDA tools, automation and methods are continuously improved to help architect, develop, verify and manage the ever more complex IP and IP portfolios. The IP track sessions at DAC provide a forum for presenting and discussing the challenges of IP development, verification, integration and management. It also provides an opportunity for leaders in the industry and academia to come together to exchange ideas and roadmaps for the future for this rapidly expanding area. View specific Research Paper Submission Categories View submission details for IP Engineering Track presentations View proposal information for Sunday Workshops, Monday Tutorials, Special/Invited Sessions, and Panels,</pre><div class="alert alert-warning"> Last updated by <a href="/researcher/1">Dou Sun</a> in 2024-10-23</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 = [ ['2000', 36.4], ['2001', 39], ['2002', 29.9], ['2003', 24.2], ['2004', 20.8], ['2005', 21], ['2006', 24.2], ['2012', 22.1], ['2013', 21.1], ['2014', 22.1] ]; var ticks = [ ['2000', '2000'], ['2001', '2001'], ['2002', '2002'], ['2003', '2003'], ['2004', '2004'], ['2005', '2005'], ['2006', '2006'], ['2012', '2012'], ['2013', '2013'], ['2014', '2014'] ]; $.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>2014</td><td>787</td><td>174</td><td>22.1%</td></tr> <tr class="even"> <td>2013</td><td>740</td><td>156</td><td>21.1%</td></tr> <tr class="odd"> <td>2012</td><td>741</td><td>164</td><td>22.1%</td></tr> <tr class="even"> <td>2006</td><td>865</td><td>209</td><td>24.2%</td></tr> <tr class="odd"> <td>2005</td><td>735</td><td>154</td><td>21%</td></tr> <tr class="even"> <td>2004</td><td>785</td><td>163</td><td>20.8%</td></tr> <tr class="odd"> <td>2003</td><td>628</td><td>152</td><td>24.2%</td></tr> <tr class="even"> <td>2002</td><td>491</td><td>147</td><td>29.9%</td></tr> <tr class="odd"> <td>2001</td><td>410</td><td>160</td><td>39%</td></tr> <tr class="even"> <td>2000</td><td>390</td><td>142</td><td>36.4%</td></tr> </tbody> </table><div class="keys" style="display:none" title="/conference/549"><span>3159</span><span>3160</span><span>3161</span><span>2907</span><span>2906</span><span>2905</span><span>2904</span><span>2903</span><span>2902</span><span>2901</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>2019</td><td><a target="_blank" href="http://scholar.google.com/scholar?q=Dreamplace%3A+Deep+Learning+Toolkit-enabled+GPU+Acceleration+for+Modern+VLSI+Placement">Dreamplace: Deep Learning Toolkit-enabled GPU Acceleration for Modern VLSI Placement</a></td></tr> <tr class="even"> <td>2018</td><td><a target="_blank" href="http://scholar.google.com/scholar?q=Compensated-DNN%3A+Energy+Efficient+Low-Precision+Deep+Neural+Networks+by+Compensating+Quantization+Errors">Compensated-DNN: Energy Efficient Low-Precision Deep Neural Networks by Compensating Quantization Errors</a></td></tr> <tr class="odd"> <td>2018</td><td><a target="_blank" href="http://scholar.google.com/scholar?q=Exact+Algorithms+for+Delay-Bounded+Steiner+Arborescences">Exact Algorithms for Delay-Bounded Steiner Arborescences</a></td></tr> <tr class="even"> <td>2017</td><td><a target="_blank" href="http://scholar.google.com/scholar?q=Toward+Optimal+Legalization+for+Mixed-Cell-Height+Circuit+Designs">Toward Optimal Legalization for Mixed-Cell-Height Circuit Designs</a></td></tr> <tr class="odd"> <td>2017</td><td><a target="_blank" href="http://scholar.google.com/scholar?q=Low-Power+On-Chip+Network+Providing+Guaranteed+Services+for+Snoopy+Coherent+and+Artificial+Neural+Network+Systems">Low-Power On-Chip Network Providing Guaranteed Services for Snoopy Coherent and Artificial Neural Network Systems</a></td></tr> <tr class="even"> <td>2016</td><td><a target="_blank" href="http://scholar.google.com/scholar?q=Accurate+Phase-level+Cross-platform+Power+and+Performance+Estimation">Accurate Phase-level Cross-platform Power and Performance Estimation</a></td></tr> <tr class="odd"> <td>2016</td><td><a target="_blank" href="http://scholar.google.com/scholar?q=Distributed+On-chip+Regulation%3A+Theoretical+Stability+Foundation%2C+Over-design+Reduction+and+Performance+Optimization">Distributed On-chip Regulation: Theoretical Stability Foundation, Over-design Reduction and Performance Optimization</a></td></tr> <tr class="even"> <td>2015</td><td><a target="_blank" href="http://scholar.google.com/scholar?q=Battery+Lifetime-Aware+Automotive+Climate+Control+for+Electric+Vehicles">Battery Lifetime-Aware Automotive Climate Control for Electric Vehicles</a></td></tr> <tr class="odd"> <td>2015</td><td><a target="_blank" href="http://scholar.google.com/scholar?q=HAFIX%3A+Hardware-Assisted+Flow+Integrity+Extension">HAFIX: Hardware-Assisted Flow Integrity Extension</a></td></tr> <tr class="even"> <td>2014</td><td><a target="_blank" href="http://scholar.google.com/scholar?q=Containing+Timing-Related+Certification+Cost+in+Automotive+Systems+Deploying+Complex+Hardware">Containing Timing-Related Certification Cost in Automotive Systems Deploying Complex Hardware</a></td></tr> </tbody> </table><div class="pager">Go to page: <ul id="yw6" class="yiiPager"><li class="first hidden"><a href="/conference/549">&lt;&lt; First</a></li> <li class="previous hidden"><a href="/conference/549">&lt; Previous</a></li> <li class="page selected"><a href="/conference/549">1</a></li> <li class="page"><a href="/conference/549?page=2">2</a></li> <li class="page"><a href="/conference/549?page=3">3</a></li> <li class="page"><a href="/conference/549?page=4">4</a></li> <li class="page"><a href="/conference/549?page=5">5</a></li> <li class="page"><a href="/conference/549?page=6">6</a></li> <li class="page"><a href="/conference/549?page=7">7</a></li> <li class="next"><a href="/conference/549?page=2">Next &gt;</a></li> <li class="last"><a href="/conference/549?page=7">Last &gt;&gt;</a></li></ul></div><div class="keys" style="display:none" title="/conference/549"><span>2488</span><span>2489</span><span>2490</span><span>2491</span><span>2492</span><span>3725</span><span>3724</span><span>2494</span><span>2493</span><span>2496</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><span class="badge badge-warning">b</span></td><td><span class="badge badge-warning">a*</span></td><td><span class="badge badge-warning">a2</span></td><td>PerCom</td><td><a href="/conference/214">International Conference on Pervasive Computing and Communications</a></td><td>2024-09-30</td><td>2024-12-31</td><td>2025-03-17</td></tr> <tr class="even"> <td></td><td></td><td></td><td>CBFD</td><td><a href="/conference/4032">International Conference on Computer, Blockchain and Financial Development</a></td><td>2021-04-20</td><td>&nbsp;</td><td>2021-04-23</td></tr> <tr class="odd"> <td></td><td></td><td></td><td>AMLDS</td><td><a href="/conference/4821">International Conference on Advanced Machine Learning and Data Science</a></td><td>2025-03-10</td><td>2025-04-10</td><td>2025-07-19</td></tr> <tr class="even"> <td></td><td></td><td></td><td>DisCoTec</td><td><a href="/conference/1632">International Federated Conference on Distributed Computing Techniques</a></td><td>2025-01-31</td><td>2025-03-28</td><td>2025-06-16</td></tr> <tr class="odd"> <td></td><td></td><td></td><td>DMMH</td><td><a href="/conference/1218">International Workshop on Data Mining for Medicine and Healthcare</a></td><td>&nbsp;</td><td>2013-01-25</td><td>2013-05-04</td></tr> <tr class="even"> <td></td><td></td><td></td><td>WCNE</td><td><a href="/conference/2012">International Conference on Wireless Communication and Network Engineering</a></td><td>2017-12-12</td><td>&nbsp;</td><td>2017-12-24</td></tr> <tr class="odd"> <td><span class="badge badge-warning">b</span></td><td><span class="badge badge-warning">a*</span></td><td><span class="badge badge-warning">a1</span></td><td>UAI</td><td><a href="/conference/416">Conference on Uncertainty in Artificial Intelligence</a></td><td>2025-02-10</td><td>2025-05-06</td><td>2025-07-21</td></tr> <tr class="even"> <td></td><td></td><td></td><td>ICCS&#039;</td><td><a href="/conference/804">International Conference on Complex Systems</a></td><td>2012-06-30</td><td>2012-07-15</td><td>2012-11-05</td></tr> <tr class="odd"> <td></td><td></td><td></td><td>CSMO</td><td><a href="/conference/2373">International Conference on Simulation, Modeling and Optimization</a></td><td>2024-01-25</td><td>2024-02-25</td><td>2024-05-24</td></tr> </tbody> </table><div class="keys" style="display:none" title="/conference/549"><span>214</span><span>4032</span><span>4821</span><span>1632</span><span>1218</span><span>2012</span><span>416</span><span>804</span><span>2373</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>PerCom</td><td><a href="/conference/214">International Conference on Pervasive Computing and Communications</a></td><td>2024-09-30</td><td>2025-03-17</td></tr> <tr class="even"> <td>CBFD</td><td><a href="/conference/4032">International Conference on Computer, Blockchain and Financial Development</a></td><td>2021-04-20</td><td>2021-04-23</td></tr> <tr class="odd"> <td>AMLDS</td><td><a href="/conference/4821">International Conference on Advanced Machine Learning and Data Science</a></td><td>2025-03-10</td><td>2025-07-19</td></tr> <tr class="even"> <td>DisCoTec</td><td><a href="/conference/1632">International Federated Conference on Distributed Computing Techniques</a></td><td>2025-01-31</td><td>2025-06-16</td></tr> <tr class="odd"> <td>DMMH</td><td><a href="/conference/1218">International Workshop on Data Mining for Medicine and Healthcare</a></td><td>&nbsp;</td><td>2013-05-04</td></tr> <tr class="even"> <td>WCNE</td><td><a href="/conference/2012">International Conference on Wireless Communication and Network Engineering</a></td><td>2017-12-12</td><td>2017-12-24</td></tr> <tr class="odd"> <td>UAI</td><td><a href="/conference/416">Conference on Uncertainty in Artificial Intelligence</a></td><td>2025-02-10</td><td>2025-07-21</td></tr> <tr class="even"> <td>ICCS&#039;</td><td><a href="/conference/804">International Conference on Complex Systems</a></td><td>2012-06-30</td><td>2012-11-05</td></tr> <tr class="odd"> <td>CSMO</td><td><a href="/conference/2373">International Conference on Simulation, Modeling and Optimization</a></td><td>2024-01-25</td><td>2024-05-24</td></tr> </tbody> </table><div class="keys" style="display:none" title="/conference/549"><span>214</span><span>4032</span><span>4821</span><span>1632</span><span>1218</span><span>2012</span><span>416</span><span>804</span><span>2373</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></td><td><a href="/journal/855">Molecular Diversity</a></td><td>3.900</td><td>Springer</td><td>1381-1991</td></tr> <tr class="even"> <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="odd"> <td></td><td><a href="/journal/711">SoftwareX</a></td><td>2.400</td><td>Elsevier</td><td>2352-7110</td></tr> <tr class="even"> <td><span class="badge badge-warning">b</span></td><td><a href="/journal/27">IEEE Transaction on Communications</a></td><td>7.200</td><td>IEEE</td><td>0090-6778</td></tr> <tr class="odd"> <td></td><td><a href="/journal/814">Progress in Artificial Intelligence</a></td><td>2.000</td><td>Springer</td><td>2192-6352</td></tr> <tr class="even"> <td></td><td><a href="/journal/429">Journal of Cloud Computing</a></td><td>&nbsp;</td><td>Springer</td><td>2192-113X</td></tr> <tr class="odd"> <td></td><td><a href="/journal/265">International Journal on AdHoc Networking Systems</a></td><td>&nbsp;</td><td>AIRCC</td><td>2249-2682</td></tr> <tr class="even"> <td></td><td><a href="/journal/544">Statistics and Computing</a></td><td>1.600</td><td>Springer</td><td>0960-3174</td></tr> <tr class="odd"> <td></td><td><a href="/journal/375">Discrete Mathematics</a></td><td>0.700</td><td>Elsevier</td><td>0012-365X</td></tr> <tr class="even"> <td></td><td><a href="/journal/725">IEEE Transactions on Automatic Control</a></td><td>6.200</td><td>IEEE</td><td>0018-9286</td></tr> </tbody> </table><div class="keys" style="display:none" title="/conference/549"><span>855</span><span>264</span><span>711</span><span>27</span><span>814</span><span>429</span><span>265</span><span>544</span><span>375</span><span>725</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/855">Molecular Diversity</a></td><td>3.900</td><td>Springer</td></tr> <tr class="even"> <td><a href="/journal/264">International journal of Mobile Network Communications & Telematics</a></td><td>&nbsp;</td><td>AIRCC</td></tr> <tr class="odd"> <td><a href="/journal/711">SoftwareX</a></td><td>2.400</td><td>Elsevier</td></tr> <tr class="even"> <td><a href="/journal/27">IEEE Transaction on Communications</a></td><td>7.200</td><td>IEEE</td></tr> <tr class="odd"> <td><a href="/journal/814">Progress in Artificial Intelligence</a></td><td>2.000</td><td>Springer</td></tr> <tr class="even"> <td><a href="/journal/429">Journal of Cloud Computing</a></td><td>&nbsp;</td><td>Springer</td></tr> <tr class="odd"> <td><a href="/journal/265">International Journal on AdHoc Networking Systems</a></td><td>&nbsp;</td><td>AIRCC</td></tr> <tr class="even"> <td><a href="/journal/544">Statistics and Computing</a></td><td>1.600</td><td>Springer</td></tr> <tr class="odd"> <td><a href="/journal/375">Discrete Mathematics</a></td><td>0.700</td><td>Elsevier</td></tr> <tr class="even"> <td><a href="/journal/725">IEEE Transactions on Automatic Control</a></td><td>6.200</td><td>IEEE</td></tr> </tbody> </table><div class="keys" style="display:none" title="/conference/549"><span>855</span><span>264</span><span>711</span><span>27</span><span>814</span><span>429</span><span>265</span><span>544</span><span>375</span><span>725</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/549"><i class="icon icon-plus"></i> &nbsp; Track It <span class="badge badge-warning pull-right">123</span></a></li> <li><a href="http://www.myhuiban.com/conference/attend/id/549"><i class="icon icon-plane"></i> &nbsp; Attend It <span class="badge badge-important pull-right">22</span></a></li> <li><a href="/conference/edit/549"><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/70932">Jane Jane (673)</a></td></tr> <tr class="even"> <td><a href="/researcher/69725">Songting Huang (37)</a></td></tr> <tr class="odd"> <td><a href="/researcher/44526">Ye Ma (346)</a></td></tr> <tr class="even"> <td><a href="/researcher/67870">Heyuan Pei (56)</a></td></tr> <tr class="odd"> <td><a href="/researcher/4084">Gongming Zhao (1812)</a></td></tr> <tr class="even"> <td><a href="/researcher/67249">Po Po (291)</a></td></tr> <tr class="odd"> <td><a href="/researcher/65125">Shidi Tang (87)</a></td></tr> <tr class="even"> <td><a href="/researcher/63061">Tian Enyuan (248)</a></td></tr> <tr class="odd"> <td><a href="/researcher/12711">Malion Malion (729)</a></td></tr> <tr class="even"> <td><a href="/researcher/63295">Yue Hu (82)</a></td></tr> <tr class="odd"> <td><a href="/researcher/60652">Xuyang Zhao (214)</a></td></tr> <tr class="even"> <td><a href="/researcher/63070">Chun Hu (260)</a></td></tr> <tr class="odd"> <td><a href="/researcher/55317">Tianci Gao (835)</a></td></tr> <tr class="even"> <td><a href="/researcher/62496">Xingyu Shao (57)</a></td></tr> <tr class="odd"> <td><a href="/researcher/61407">Dongge Qin (208)</a></td></tr> <tr class="even"> <td><a href="/researcher/22573">Yucong Huang (174)</a></td></tr> <tr class="odd"> <td><a href="/researcher/60714">Mengquan Li (78)</a></td></tr> <tr class="even"> <td><a href="/researcher/60588">Shun Li (25)</a></td></tr> <tr class="odd"> <td><a href="/researcher/8612">Wenda Tang (1156)</a></td></tr> <tr class="even"> <td><a href="/researcher/47772">Zewei Mo (210)</a></td></tr> <tr class="odd"> <td><a href="/researcher/56556">Jiang Wujun (76)</a></td></tr> <tr class="even"> <td><a href="/researcher/51774">Handa Sun (165)</a></td></tr> <tr class="odd"> <td><a href="/researcher/40523">Binjie Yan (375)</a></td></tr> <tr class="even"> <td><a href="/researcher/26722">Zhongkai Tong (4010)</a></td></tr> <tr class="odd"> <td><a href="/researcher/51586">Erxiang Ren (60)</a></td></tr> <tr class="even"> <td><a href="/researcher/10333">Yang Li (1197)</a></td></tr> <tr class="odd"> <td><a href="/researcher/46234">Qingzeng Song (58)</a></td></tr> <tr class="even"> <td><a href="/researcher/50378">Freda Wu (108)</a></td></tr> <tr class="odd"> <td><a href="/researcher/47740">Sz T (4)</a></td></tr> <tr class="even"> <td><a href="/researcher/46986">Xiang Zhiyi (148)</a></td></tr> <tr class="odd"> <td><a href="/researcher/46708">Yi Li (113)</a></td></tr> <tr class="even"> <td><a href="/researcher/43257">Wenjie Qi (546)</a></td></tr> <tr class="odd"> <td><a href="/researcher/38762">Jing Xu (541)</a></td></tr> <tr class="even"> <td><a href="/researcher/39348">Qinyun Tsai (127)</a></td></tr> <tr class="odd"> <td><a href="/researcher/41829">Chao Wang (98)</a></td></tr> <tr class="even"> <td><a href="/researcher/38240">Xie Yaqi (447)</a></td></tr> <tr class="odd"> <td><a href="/researcher/41596">X Yd (7)</a></td></tr> <tr class="even"> <td><a href="/researcher/38478">Zewei Chen (82)</a></td></tr> <tr class="odd"> <td><a href="/researcher/38331">ZHANG GY (732)</a></td></tr> <tr class="even"> <td><a href="/researcher/37623">Dino Zhang (278)</a></td></tr> <tr class="odd"> <td><a href="/researcher/36789">Jinming Lu (115)</a></td></tr> <tr class="even"> <td><a href="/researcher/36772">Binjie Yan (7)</a></td></tr> <tr class="odd"> <td><a href="/researcher/20283">Liang Zhang (1079)</a></td></tr> <tr class="even"> <td><a href="/researcher/35985">Zhaoteng Meng (473)</a></td></tr> <tr class="odd"> <td><a href="/researcher/35938">Shizhi Jiang (346)</a></td></tr> <tr class="even"> <td><a href="/researcher/16465">Goudan Lee (228)</a></td></tr> <tr class="odd"> <td><a href="/researcher/11114">Yan Jyu (271)</a></td></tr> <tr class="even"> <td><a href="/researcher/31958">Zhihua Fan (859)</a></td></tr> <tr class="odd"> <td><a href="/researcher/31407">Xiaoni Meng (843)</a></td></tr> <tr class="even"> <td><a href="/researcher/34674">Jia Cong (142)</a></td></tr> <tr class="odd"> <td><a href="/researcher/25405">Yj C (1672)</a></td></tr> <tr class="even"> <td><a href="/researcher/26851">Bing Li (1089)</a></td></tr> <tr class="odd"> <td><a href="/researcher/6128">Kaijie Feng (4328)</a></td></tr> <tr class="even"> <td><a href="/researcher/33161">Hang Out (469)</a></td></tr> <tr class="odd"> <td><a href="/researcher/29488">Yongfeng Wang (233)</a></td></tr> <tr class="even"> <td><a href="/researcher/32949">Yuhao Zhang (256)</a></td></tr> <tr class="odd"> <td><a href="/researcher/29944">Shuang Liang (185)</a></td></tr> <tr class="even"> <td><a href="/researcher/32236">Junhao Zhu (478)</a></td></tr> <tr class="odd"> <td><a href="/researcher/26978">Kai Zhong (609)</a></td></tr> <tr class="even"> <td><a href="/researcher/32037">Zekun Wang (244)</a></td></tr> <tr class="odd"> <td><a href="/researcher/17939">Zhou Zhang (4156)</a></td></tr> <tr class="even"> <td><a href="/researcher/4164">Chenyang Lee (175)</a></td></tr> <tr class="odd"> <td><a href="/researcher/21618">Yina Lv (129)</a></td></tr> <tr class="even"> <td><a href="/researcher/18092">Miao Hu (5116)</a></td></tr> <tr class="odd"> <td><a href="/researcher/27342">Ding Ning (1)</a></td></tr> <tr class="even"> <td><a href="/researcher/19244">Leila Huang (484)</a></td></tr> <tr class="odd"> <td><a href="/researcher/26262">Ge Wang (380)</a></td></tr> <tr class="even"> <td><a href="/researcher/24590">Shaun Zhu (112)</a></td></tr> <tr class="odd"> <td><a href="/researcher/25038">Borena Liu (358)</a></td></tr> <tr class="even"> <td><a href="/researcher/13881">Mao Lin (163)</a></td></tr> <tr class="odd"> <td><a href="/researcher/23730">Shuiliusheng Shuiliusheng (511)</a></td></tr> <tr class="even"> <td><a href="/researcher/22308">Liming Zhang (264)</a></td></tr> <tr class="odd"> <td><a href="/researcher/22172">Jianxun Yang (159)</a></td></tr> <tr class="even"> <td><a href="/researcher/15893">Xu Bin (1398)</a></td></tr> <tr class="odd"> <td><a href="/researcher/21748">Zejian Liu (76)</a></td></tr> <tr class="even"> <td><a href="/researcher/21495">Yibin Gu (470)</a></td></tr> <tr class="odd"> <td><a href="/researcher/21070">Yonggang Liu (9)</a></td></tr> <tr class="even"> <td><a href="/researcher/17217">Peng Fang (1272)</a></td></tr> <tr class="odd"> <td><a href="/researcher/18599">Chao Zhang (645)</a></td></tr> <tr class="even"> <td><a href="/researcher/19669">Xiaoqing Cai (601)</a></td></tr> <tr class="odd"> <td><a href="/researcher/16957">Chen Chen (213)</a></td></tr> <tr class="even"> <td><a href="/researcher/386">Jinhua Cui (2729)</a></td></tr> <tr class="odd"> <td><a href="/researcher/18997">Mingjian He (143)</a></td></tr> <tr class="even"> <td><a href="/researcher/17712">Howop Hu (261)</a></td></tr> <tr class="odd"> <td><a href="/researcher/4864">Haoran Cai (5042)</a></td></tr> <tr class="even"> <td><a href="/researcher/18231">Summer Zhuang (300)</a></td></tr> <tr class="odd"> <td><a href="/researcher/18212">Autumn King (1018)</a></td></tr> <tr class="even"> <td><a href="/researcher/17987">Qiu Xiaoyu (3670)</a></td></tr> <tr class="odd"> <td><a href="/researcher/10332">An Shuqian (501)</a></td></tr> <tr class="even"> <td><a href="/researcher/16962">Jiaqi Zhang (122)</a></td></tr> <tr class="odd"> <td><a href="/researcher/13022">Yuan Meng (312)</a></td></tr> <tr class="even"> <td><a href="/researcher/15709">Zhou Shuxin (791)</a></td></tr> <tr class="odd"> <td><a href="/researcher/13057">Wei Qomo (37)</a></td></tr> <tr class="even"> <td><a href="/researcher/11167">Kathy Happy (1206)</a></td></tr> <tr class="odd"> <td><a href="/researcher/5884">Tengfei Li (5158)</a></td></tr> <tr class="even"> <td><a href="/researcher/7095">Xun Jia (425)</a></td></tr> <tr class="odd"> <td><a href="/researcher/9510">Meng Wenxia (648)</a></td></tr> <tr class="even"> <td><a href="/researcher/8370">CX _UI (826)</a></td></tr> <tr class="odd"> <td><a href="/researcher/10045">Wu Bing (135)</a></td></tr> <tr class="even"> <td><a href="/researcher/9380">Miao Yu (1213)</a></td></tr> </tbody> </table><div class="pager">Go to page: <ul id="yw16" class="yiiPager"><li class="first hidden"><a href="/conference/549">&lt;&lt; First</a></li> <li class="previous hidden"><a href="/conference/549">&lt; Previous</a></li> <li class="page selected"><a href="/conference/549">1</a></li> <li class="page"><a href="/conference/549?page=2">2</a></li> <li class="next"><a href="/conference/549?page=2">Next &gt;</a></li> <li class="last"><a href="/conference/549?page=2">Last &gt;&gt;</a></li></ul></div><div class="keys" style="display:none" title="/conference/549"><span>70932</span><span>69725</span><span>44526</span><span>67870</span><span>4084</span><span>67249</span><span>65125</span><span>63061</span><span>12711</span><span>63295</span><span>60652</span><span>63070</span><span>55317</span><span>62496</span><span>61407</span><span>22573</span><span>60714</span><span>60588</span><span>8612</span><span>47772</span><span>56556</span><span>51774</span><span>40523</span><span>26722</span><span>51586</span><span>10333</span><span>46234</span><span>50378</span><span>47740</span><span>46986</span><span>46708</span><span>43257</span><span>38762</span><span>39348</span><span>41829</span><span>38240</span><span>41596</span><span>38478</span><span>38331</span><span>37623</span><span>36789</span><span>36772</span><span>20283</span><span>35985</span><span>35938</span><span>16465</span><span>11114</span><span>31958</span><span>31407</span><span>34674</span><span>25405</span><span>26851</span><span>6128</span><span>33161</span><span>29488</span><span>32949</span><span>29944</span><span>32236</span><span>26978</span><span>32037</span><span>17939</span><span>4164</span><span>21618</span><span>18092</span><span>27342</span><span>19244</span><span>26262</span><span>24590</span><span>25038</span><span>13881</span><span>23730</span><span>22308</span><span>22172</span><span>15893</span><span>21748</span><span>21495</span><span>21070</span><span>17217</span><span>18599</span><span>19669</span><span>16957</span><span>386</span><span>18997</span><span>17712</span><span>4864</span><span>18231</span><span>18212</span><span>17987</span><span>10332</span><span>16962</span><span>13022</span><span>15709</span><span>13057</span><span>11167</span><span>5884</span><span>7095</span><span>9510</span><span>8370</span><span>10045</span><span>9380</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/55854">Shirui Tian (49)</a></td><td>2025</td></tr> <tr class="even"> <td><a href="/researcher/63061">Tian Enyuan (248)</a></td><td>2024</td></tr> <tr class="odd"> <td><a href="/researcher/386">Jinhua Cui (2729)</a></td><td>2023</td></tr> <tr class="even"> <td><a href="/researcher/49642">You Zi (641)</a></td><td>2022</td></tr> <tr class="odd"> <td><a href="/researcher/43257">Wenjie Qi (546)</a></td><td>2022</td></tr> <tr class="even"> <td><a href="/researcher/2475">Zhenxue He (1456)</a></td><td>2022</td></tr> <tr class="odd"> <td><a href="/researcher/21495">Yibin Gu (470)</a></td><td>2022</td></tr> <tr class="even"> <td><a href="/researcher/36769">Wei Chen (206)</a></td><td>2022</td></tr> <tr class="odd"> <td><a href="/researcher/38240">Xie Yaqi (447)</a></td><td>2021</td></tr> <tr class="even"> <td><a href="/researcher/40649">Zhenhan Lin (5)</a></td><td>2021</td></tr> <tr class="odd"> <td><a href="/researcher/38478">Zewei Chen (82)</a></td><td>2021</td></tr> <tr class="even"> <td><a href="/researcher/37346">Xuan Chen (2)</a></td><td>2021</td></tr> <tr class="odd"> <td><a href="/researcher/34647">Wen Shihui (60)</a></td><td>2020</td></tr> <tr class="even"> <td><a href="/researcher/24829">Yintao He (54)</a></td><td>2020</td></tr> <tr class="odd"> <td><a href="/researcher/13881">Mao Lin (163)</a></td><td>2020</td></tr> <tr class="even"> <td><a href="/researcher/26856">Bihan Li (7)</a></td><td>2020</td></tr> <tr class="odd"> <td><a href="/researcher/26038">Shengjie Wang (20)</a></td><td>2020</td></tr> <tr class="even"> <td><a href="/researcher/21943">Li Yongjian (144)</a></td><td>2019</td></tr> <tr class="odd"> <td><a href="/researcher/21070">Yonggang Liu (9)</a></td><td>2019</td></tr> <tr class="even"> <td><a href="/researcher/974">Xian Zhang (3208)</a></td><td>2017</td></tr> <tr class="odd"> <td><a href="/researcher/6325">Yajuan Du (1234)</a></td><td>2017</td></tr> <tr class="even"> <td><a href="/researcher/3010">Yuanxin Lin (582)</a></td><td>2017</td></tr> </tbody> </table><div class="keys" style="display:none" title="/conference/549"><span>55854</span><span>63061</span><span>386</span><span>49642</span><span>43257</span><span>2475</span><span>21495</span><span>36769</span><span>38240</span><span>40649</span><span>38478</span><span>37346</span><span>34647</span><span>24829</span><span>13881</span><span>26856</span><span>26038</span><span>21943</span><span>21070</span><span>974</span><span>6325</span><span>3010</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,407</a> Researchers | 445,579,032 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