CINXE.COM
ASP-DAC 2025: Asia and South Pacific Design Automation Conference
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"/> <meta name="description" content="ASP-DAC 2025: Asia and South Pacific 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>ASP-DAC 2025: Asia and South Pacific 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/221" /> <link rel="alternate" hreflang="en" href="/conference/221?lang=en_us" /> <link rel="alternate" hreflang="es" href="/conference/221?lang=es" /> <link rel="alternate" hreflang="zh" href="/conference/221?lang=zh_cn" /> <link rel="alternate" hreflang="ja" href="/conference/221?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="yw18"> <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/221?lang=zh_cn"> 中文 </a> | <img src="/images/US.gif"/><a href="/conference/221?lang=en_us"> English </a> | <img src="/images/ES.gif"/><a href="/conference/221?lang=es"> Español </a> | <img src="/images/JP.gif"/><a href="/conference/221?lang=ja"> 日本語 </a>   <input class="search-query span2" placeholder="Search" name="SearchForm[key]" id="SearchForm_key" type="text" maxlength="200" /> </div> </form> </div><!-- container --> </div><!-- navbar-inner --> </div><!-- subnav --> </section><!-- /#navigation-main --> <section class="main-body"> <div class="container-fluid"> <!-- Include content pages --> <div class="row-fluid"> <div class="span10"> <div class="breadcrumb"> <a href="/">Conference Partner</a> » <a href="/conferences">Conferences</a> » <span>ASP-DAC</span></div><!-- breadcrumbs --> <!-- Include content pages --> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "Event", "name": "ASP-DAC 2025: Asia and South Pacific Design Automation Conference", "location": { "@type": "Place", "name":"Tokyo Odaiba Miraikan, Japan", "address":{ "@type": "PostalAddress", "addressLocality": "Tokyo Odaiba Miraikan, Japan" } }, "startDate": "2025-01-20" } </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>ASP-DAC 2025: Asia and South Pacific Design Automation Conference</h5> <a href="https://www.aspdac.com/aspdac2025/">https://www.aspdac.com/aspdac2025/</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-07-05</div></td> </tr> <tr> <td width="150" height="25"><div align="center">Notification Date:</div></td> <td width="150"><div align="center">2024-09-04</div></td> </tr> <tr> <td width="150" height="25"><div align="center">Conference Date:</div></td> <td width="150"><div align="center">2025-01-20</div></td> </tr> <tr> <td width="150" height="25"><div align="center">Location:</div></td> <td width="150"><div align="center">Tokyo Odaiba Miraikan, Japan</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">30</span></div></td> </tr> </table> <div class="hidden-phone" align="center"> CCF: <span class="badge badge-warning">c</span> QUALIS: <span class="badge badge-warning">a2</span> Viewed: <span class="badge badge-success">134358</span> Tracked: <span class="badge badge-warning">82</span> Attend: <span class="badge badge-important">7</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>Aims of the Conference: ASP-DAC 2025 is the 30th annual international conference on VLSI design automation in Asia and South Pacific regions, one of the most active regions of design, CAD and fabrication of silicon chips in the world. The conference aims at providing the Asian and South Pacific CAD/DA and Design community with opportunities of presenting recent advances and with forums for future directions in technologies related to design and Electronic Design Automation (EDA). The format of the meeting intends to cultivate and promote an instructive and productive interchange of ideas among EDA researchers/developers and system/circuit/device designers. All scientists, engineers, and students who are interested in theoretical and practical aspects of VLSI design and design automation are welcomed to ASP-DAC. ASP-DAC recognizes excellent contributions with the Best Paper Award and 10-Year Retrospective Most Influential Paper Award. Selected papers will be invited to submit the extended version of their work to a Special Issue of Integration, the VLSI Journal. Areas of Interest: Original papers in, but not limited to, the following areas are invited. 1 System-Level Modeling and Design Methodology: 1.1. HW/SW co-design, co-simulation and co-verification 1.2. System-level design exploration, synthesis, and optimization 1.3. System-level formal verification 1.4. System-level modeling, simulation and validation 1.5. Networks-on-chip and NoC-based system design 2 Embedded, Cyberphysical (CPS) and IoT Systems, and Software: 2.1. Many- and multi-core SoC architecture 2.2. IP/platform-based SoC design 2.3. Dependable architecture 2.4. Cyber physical system and Internet of Things 2.5. Kernel, middleware, and virtual machine 2.6. Compiler and toolchain 2.7. Real-time system 2.8. Resource allocation for heterogeneous computing platform 2.9. Storage software and application 2.10. Human-computer interface 3 Memory Architecture and Near/In Memory Computing: 3.1. Storage system and memory architecture 3.2. On-chip memory architectures and management: Scratchpads, compiler, controlled memories, etc. 3.3. Memory/storage hierarchies and management for emerging memory technologies 3.4. Near-memory and in-memory computing 4 Tools and Design Methods with and for Artificial Intelligence (AI): 4.1. Design method for learning on a chip 4.2. Deep neural network for EDA 4.3. Large language model (LLM) for circuit design and EDA 4.4. Tools and design methodologies for edge AI and TinyML 4.5. Efficient ML training and inference 5 Hardware Systems and Architectures for AI: 5.1. Hardware, device, architecture, and system-level design for deep neural networks 5.2. Hardware acceleration for large language model 5.3. Neural network acceleration co-design techniques 5.4. Novel reconfigurable architectures, including FPGAs for AI/MLs 6 Photonic/RF/Analog-Mixed Signal Design: 6.1. Analog/mixed-signal/RF synthesis 6.2. Analog layout, verification, and simulation techniques 6.3. High-frequency electromagnetic simulation of circuit 6.4. Mixed-signal design consideration 6.5. Communication and computing using photonics 7 Approximate, Bio-Inspired and Neuromorphic Computing: 7.1. Circuit and system techniques for approximate and stochastic computing 7.2. Neuromorphic computing 7.3. CAD for approximate and stochastic systems 7.4. CAD for bio-inspired and neuromorphic systems 8 High-Level, Behavioral, and Logic Synthesis and Optimization: 8.1. High-level/Behavioral synthesis tool and methodology 8.2. Combinational, sequential and asynchronous logic synthesis 8.3. Synthesis for deep neural networks 8.4. Technology mapping, resource scheduling, allocation and synthesis 8.5. Functional and logic timing ECO (Engineering change order) 8.6. Interaction between logic synthesis and physical design 9 Physical Design and Timing Analysis: 9.1. Floorplanning, partitioning and placement and routing optimization 9.2. Interconnect planning and synthesis 9.3. Clock network synthesis 9.4. Post layout and post-silicon optimization 9.5. Package/PCB/3D-IC routing 9.6. Extraction, TSV and package modeling 9.7. Deterministic/statistical timing analysis and optimization 10 Design for Manufacturability/Reliability and Low Power: 10.1. Reticle enhancement, lithography-related design and optimization 10.2. Resilience under manufacturing variation 10.3. Design for manufacturability, yield, and defect tolerance 10.4. Reliability, robustness, aging and soft error analysis 10.5. Power modeling, analysis and simulation 10.6. Low-power design and optimization at circuit and system levels 10.7. Thermal aware design and dynamic thermal management 10.8. Energy harvesting and battery management 10.9. Signal/Power integrity, EM modeling and analysis 11 Testing, Validation, Simulation, and Verification: 11.1. ATPG, BIST and DFT 11.2. System test and 3D IC test, Online test and fault tolerance 11.3. Memory test and repair 11.4. RTL and gate-leveling modeling, simulation, and verification 11.5. Circuit-level formal verification 11.6. Device/circuit-level simulation tool and methodology 12 Hardware and Embedded Security: 12.1. Hardware-based security 12.2. Detection and prevention of hardware Trojans 12.3. Side-channel attacks, fault attacks and countermeasures 12.4. Design and CAD for security 12.5. Cyberphysical system security 12.6. Nanoelectronic security 12.7. Supply chain security and anti-counterfeiting 12.8. Security/privacy for LLM/AI/ML 13 Emerging Devices, Technologies and Applications: 13.1. EDA and circuits design for quantum and Ising computing 13.2. Nanotechnology, MEMS 13.3. Biomedical, biochip, and biodata processing 13.4. Edge, fog and cloud computing 13.5. Energy-storage/smart-grid/smart-building design and optimization 13.6. Automotive system design and optimization 13.7. New transistor/device and process technology: spintronic, phase-change, single-electron, 2D materials, etc. Authors must submit full-length, double-columned, original papers, with a maximum of 6 pages in PDF format (including the abstract, figures and tables) and are recommended to format their papers based on the ACM template. One page of references is allowed, which does not count towards the 6-page limitation. ASP-DAC does not allow double and/or parallel submissions of similar work to any other conferences, symposia, and journals. The submission must not include information that serves to identify the authors of the manuscript, such as name(s) or affiliation(s) of the author(s), anywhere in the manuscript, abstract, references and bibliographic citations. While research papers with open-source software are highly encouraged where the software will be made publicly available (via GitHub or similar), the authors’ identities need to be anonymized in the submitted paper for the double-blind review process. Issuing the paper as a technical report, posting the paper on a website, or presenting the paper at a workshop that does not publish formally reviewed proceedings, does not disqualify it from appearing in the proceedings. Note that each paper shall be accompanied by at least one different conference registration at the speaker’s registration rate. ACM and IEEE reserve the right to exclude a paper from distribution after the conference (e.g., removal from ACM Digital Library and IEEE Xplore) if the paper is not presented at the conference by any author. </pre><div class="alert alert-warning"> Last updated by <a href="/researcher/1">Dou Sun</a> in 2024-05-26</div> </div> </div> <!-- <div class="hidden-phone"> <div align="center"> <table border="0" align="center" cellpadding="0" cellspacing="1" class="noScroll"> <tr> <td width="180"><div align="center"> <a target="_blank" href=""><img src="" alt="" border="0" style="width:110;height:160" title=""/></a> <br /> <br /> </div></td> </tr> <tr> </tr> </table> <div align="center"><a target="_blank" href=""> >></a></div> </div> </div> --> <div class="portlet" id="yw2"> <div class="portlet-decoration"> <div class="portlet-title"><i class="icon icon-thumbs-up"></i> Best Papers</div> </div> <div class="portlet-content"> <div id="yw3" class="grid-view"> <table class="table table-hover table-striped table-bordered table-condensed"> <thead> <tr> <th id="yw3_c0">Year</th><th id="yw3_c1">Best Papers</th></tr> </thead> <tbody> <tr class="odd"> <td>2020</td><td><a target="_blank" href="http://scholar.google.com/scholar?q=Towards+Area-Efficient+Optical+Neural+Networks%3A+An+FFT-based+Architecture">Towards Area-Efficient Optical Neural Networks: An FFT-based Architecture</a></td></tr> <tr class="even"> <td>2020</td><td><a target="_blank" href="http://scholar.google.com/scholar?q=Equivalent+Capacitance+Guided+Dummy+Fill+Insertion+for+Timing+and+Manufacturability">Equivalent Capacitance Guided Dummy Fill Insertion for Timing and Manufacturability</a></td></tr> <tr class="odd"> <td>2019</td><td><a target="_blank" href="http://scholar.google.com/scholar?q=GraphSAR%3A+A+Sparsity-Aware+Processing-in-Memory+Architecture+for+Large-Scale+Graph+Processing+on+ReRAMs">GraphSAR: A Sparsity-Aware Processing-in-Memory Architecture for Large-Scale Graph Processing on ReRAMs</a></td></tr> <tr class="even"> <td>2019</td><td><a target="_blank" href="http://scholar.google.com/scholar?q=Energy-Efficient%2C+Low-Latency+Realization+of+Neural+Networks+through+Boolean+Logic+Minimization">Energy-Efficient, Low-Latency Realization of Neural Networks through Boolean Logic Minimization</a></td></tr> <tr class="odd"> <td>2018</td><td><a target="_blank" href="http://scholar.google.com/scholar?q=Process+Variation+Aware+Data+Management+for+Magnetic+Skyrmions+Racetrack+Memory">Process Variation Aware Data Management for Magnetic Skyrmions Racetrack Memory</a></td></tr> <tr class="even"> <td>2017</td><td><a target="_blank" href="http://scholar.google.com/scholar?q=Classification+Accuracy+Improvement+for+Neuromorphic+Computing+Systems+with+One-level+Precision+Synapses">Classification Accuracy Improvement for Neuromorphic Computing Systems with One-level Precision Synapses</a></td></tr> <tr class="odd"> <td>2017</td><td><a target="_blank" href="http://scholar.google.com/scholar?q=Spendthrift%3A+Machine+Learning+Based+Resource+and+Frequency+Scaling+for+Ambient+Energy+Harvesting+Nonvolatile+Processors">Spendthrift: Machine Learning Based Resource and Frequency Scaling for Ambient Energy Harvesting Nonvolatile Processors</a></td></tr> <tr class="even"> <td>2016</td><td><a target="_blank" href="http://scholar.google.com/scholar?q=Lattice-Based+Boolean+Diagrams%3A+Canonical%2C+Order-Independent+Graphical+Representations+of+Boolean+Functions">Lattice-Based Boolean Diagrams: Canonical, Order-Independent Graphical Representations of Boolean Functions</a></td></tr> <tr class="odd"> <td>2016</td><td><a target="_blank" href="http://scholar.google.com/scholar?q=Netlist+Reverse+Engineering+for+High-Level+Functionality+Reconstruction">Netlist Reverse Engineering for High-Level Functionality Reconstruction</a></td></tr> <tr class="even"> <td>2015</td><td><a target="_blank" href="http://scholar.google.com/scholar?q=Quantitative+Modeling+of+Racetrack+Memory%2C+A+Tradeoff+among+Area%2C+Performance%2C+and+Power">Quantitative Modeling of Racetrack Memory, A Tradeoff among Area, Performance, and Power</a></td></tr> </tbody> </table><div class="pager">Go to page: <ul id="yw4" class="yiiPager"><li class="first hidden"><a href="/conference/221"><< First</a></li> <li class="previous hidden"><a href="/conference/221">< Previous</a></li> <li class="page selected"><a href="/conference/221">1</a></li> <li class="page"><a href="/conference/221?page=2">2</a></li> <li class="page"><a href="/conference/221?page=3">3</a></li> <li class="page"><a href="/conference/221?page=4">4</a></li> <li class="page"><a href="/conference/221?page=5">5</a></li> <li class="next"><a href="/conference/221?page=2">Next ></a></li> <li class="last"><a href="/conference/221?page=5">Last >></a></li></ul></div><div class="keys" style="display:none" title="/conference/221"><span>2427</span><span>2428</span><span>2429</span><span>2430</span><span>2431</span><span>2432</span><span>2433</span><span>2434</span><span>2435</span><span>2436</span></div> </div></div> </div> <div class="portlet" id="yw5"> <div class="portlet-decoration"> <div class="portlet-title"><i class="icon icon-th"></i> Related Conferences</div> </div> <div class="portlet-content"> <div class="hidden-phone"> <div id="yw6" class="grid-view"> <table class="table table-hover table-striped table-bordered table-condensed"> <thead> <tr> <th id="yw6_c0">CCF</th><th id="yw6_c1">CORE</th><th id="yw6_c2">QUALIS</th><th id="yw6_c3">Short</th><th id="yw6_c4">Full Name</th><th id="yw6_c5">Submission</th><th id="yw6_c6">Notification</th><th id="yw6_c7">Conference</th></tr> </thead> <tbody> <tr class="odd"> <td></td><td></td><td></td><td>iCMLDE</td><td><a href="/conference/3229">International Conference on Machine Learning and Data Engineering</a></td><td>2019-09-29</td><td>2019-10-07</td><td>2019-12-02</td></tr> <tr class="even"> <td></td><td></td><td></td><td>SEBD</td><td><a href="/conference/3203">Italian Symposium on Advanced Database Systems</a></td><td>2019-03-18</td><td>2019-04-20</td><td>2019-06-16</td></tr> <tr class="odd"> <td></td><td></td><td></td><td>MIE</td><td><a href="/conference/481">International Conference of the European Federation for Medical Informatics</a></td><td>2012-01-15</td><td>2012-03-27</td><td>2012-08-26</td></tr> <tr class="even"> <td></td><td></td><td></td><td>ICSPS</td><td><a href="/conference/688">International Conference on Signal Processing Systems</a></td><td>2025-05-15</td><td>2025-06-15</td><td>2025-10-24</td></tr> <tr class="odd"> <td></td><td></td><td></td><td>edC</td><td><a href="/conference/2839">electronic displays Conference</a></td><td>2018-10-05</td><td> </td><td>2019-02-27</td></tr> <tr class="even"> <td></td><td><span class="badge badge-warning">c</span></td><td><span class="badge badge-warning">b2</span></td><td>EUC</td><td><a href="/conference/694">International Conference on Embedded and Ubiquitous Computing</a></td><td>2024-09-01</td><td>2024-10-15</td><td>2024-12-17</td></tr> <tr class="odd"> <td></td><td><span class="badge badge-warning">c</span></td><td></td><td>ICIAR</td><td><a href="/conference/1273">International Conference on Image Analysis and Recognition</a></td><td>2020-02-10</td><td>2020-03-16</td><td>2020-06-24</td></tr> <tr class="even"> <td></td><td></td><td></td><td>ISACR</td><td><a href="/conference/2874">International Symposium on Automation, Control and Robotics</a></td><td>2018-09-15</td><td> </td><td>2018-09-28</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> </tbody> </table><div class="keys" style="display:none" title="/conference/221"><span>3229</span><span>3203</span><span>481</span><span>688</span><span>2839</span><span>694</span><span>1273</span><span>2874</span><span>416</span></div> </div></div> <div class="visible-phone"> <div id="yw7" class="grid-view"> <table class="table table-hover table-striped table-bordered table-condensed"> <thead> <tr> <th id="yw7_c0">Short</th><th id="yw7_c1">Full Name</th><th id="yw7_c2">Submission</th><th id="yw7_c3">Conference</th></tr> </thead> <tbody> <tr class="odd"> <td>iCMLDE</td><td><a href="/conference/3229">International Conference on Machine Learning and Data Engineering</a></td><td>2019-09-29</td><td>2019-12-02</td></tr> <tr class="even"> <td>SEBD</td><td><a href="/conference/3203">Italian Symposium on Advanced Database Systems</a></td><td>2019-03-18</td><td>2019-06-16</td></tr> <tr class="odd"> <td>MIE</td><td><a href="/conference/481">International Conference of the European Federation for Medical Informatics</a></td><td>2012-01-15</td><td>2012-08-26</td></tr> <tr class="even"> <td>ICSPS</td><td><a href="/conference/688">International Conference on Signal Processing Systems</a></td><td>2025-05-15</td><td>2025-10-24</td></tr> <tr class="odd"> <td>edC</td><td><a href="/conference/2839">electronic displays Conference</a></td><td>2018-10-05</td><td>2019-02-27</td></tr> <tr class="even"> <td>EUC</td><td><a href="/conference/694">International Conference on Embedded and Ubiquitous Computing</a></td><td>2024-09-01</td><td>2024-12-17</td></tr> <tr class="odd"> <td>ICIAR</td><td><a href="/conference/1273">International Conference on Image Analysis and Recognition</a></td><td>2020-02-10</td><td>2020-06-24</td></tr> <tr class="even"> <td>ISACR</td><td><a href="/conference/2874">International Symposium on Automation, Control and Robotics</a></td><td>2018-09-15</td><td>2018-09-28</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> </tbody> </table><div class="keys" style="display:none" title="/conference/221"><span>3229</span><span>3203</span><span>481</span><span>688</span><span>2839</span><span>694</span><span>1273</span><span>2874</span><span>416</span></div> </div></div> </div> </div> <div class="portlet" id="yw8"> <div class="portlet-decoration"> <div class="portlet-title"><i class="icon icon-file"></i> Related Journals</div> </div> <div class="portlet-content"> <div class="hidden-phone"> <div id="yw9" class="grid-view"> <table class="table table-hover table-striped table-bordered table-condensed"> <thead> <tr> <th id="yw9_c0">CCF</th><th id="yw9_c1">Full Name</th><th id="yw9_c2">Impact Factor</th><th id="yw9_c3">Publisher</th><th id="yw9_c4">ISSN</th></tr> </thead> <tbody> <tr class="odd"> <td><span class="badge badge-warning">c</span></td><td><a href="/journal/411">The Journal of Logic and Algebraic Programming</a></td><td></td><td>Elsevier</td><td>1567-8326</td></tr> <tr class="even"> <td></td><td><a href="/journal/596">ACM Transactions on Modeling and Performance Evaluation of Computing Systems</a></td><td>0.700</td><td>ACM</td><td>2376-3639</td></tr> <tr class="odd"> <td></td><td><a href="/journal/410">Magnetic Resonance Imaging</a></td><td>2.100</td><td>Elsevier</td><td>0730-725X</td></tr> <tr class="even"> <td></td><td><a href="/journal/264">International journal of Mobile Network Communications & Telematics</a></td><td> </td><td>AIRCC</td><td>1839-5678</td></tr> <tr class="odd"> <td></td><td><a href="/journal/747">Computers & Operations Research</a></td><td>4.100</td><td>Elsevier</td><td>0305-0548</td></tr> <tr class="even"> <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="odd"> <td><span class="badge badge-warning">b</span></td><td><a href="/journal/612">IEEE Transactions on Systems, Man, and Cybernetics: Systems</a></td><td>8.600</td><td>IEEE</td><td>2168-2216</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><span class="badge badge-warning">b</span></td><td><a href="/journal/108">Advanced Engineering Informatics</a></td><td>8.000</td><td>Elsevier</td><td>1474-0346</td></tr> <tr class="even"> <td><span class="badge badge-warning">b</span></td><td><a href="/journal/70">ACM Transactions on Computational Logic</a></td><td>0.700</td><td>ACM</td><td>1529-3785</td></tr> </tbody> </table><div class="keys" style="display:none" title="/conference/221"><span>411</span><span>596</span><span>410</span><span>264</span><span>747</span><span>855</span><span>612</span><span>27</span><span>108</span><span>70</span></div> </div></div> <div class="visible-phone"> <div id="yw10" class="grid-view"> <table class="table table-hover table-striped table-bordered table-condensed"> <thead> <tr> <th id="yw10_c0">Full Name</th><th id="yw10_c1">Impact Factor</th><th id="yw10_c2">Publisher</th></tr> </thead> <tbody> <tr class="odd"> <td><a href="/journal/411">The Journal of Logic and Algebraic Programming</a></td><td></td><td>Elsevier</td></tr> <tr class="even"> <td><a href="/journal/596">ACM Transactions on Modeling and Performance Evaluation of Computing Systems</a></td><td>0.700</td><td>ACM</td></tr> <tr class="odd"> <td><a href="/journal/410">Magnetic Resonance Imaging</a></td><td>2.100</td><td>Elsevier</td></tr> <tr class="even"> <td><a href="/journal/264">International journal of Mobile Network Communications & Telematics</a></td><td> </td><td>AIRCC</td></tr> <tr class="odd"> <td><a href="/journal/747">Computers & Operations Research</a></td><td>4.100</td><td>Elsevier</td></tr> <tr class="even"> <td><a href="/journal/855">Molecular Diversity</a></td><td>3.900</td><td>Springer</td></tr> <tr class="odd"> <td><a href="/journal/612">IEEE Transactions on Systems, Man, and Cybernetics: Systems</a></td><td>8.600</td><td>IEEE</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/108">Advanced Engineering Informatics</a></td><td>8.000</td><td>Elsevier</td></tr> <tr class="even"> <td><a href="/journal/70">ACM Transactions on Computational Logic</a></td><td>0.700</td><td>ACM</td></tr> </tbody> </table><div class="keys" style="display:none" title="/conference/221"><span>411</span><span>596</span><span>410</span><span>264</span><span>747</span><span>855</span><span>612</span><span>27</span><span>108</span><span>70</span></div> </div></div> </div> </div> <div class="portlet" id="yw11"> <div class="portlet-decoration"> <div class="portlet-title"><i class="icon icon-eye-open"></i> Recommendation</div> </div> <div class="portlet-content"> <div align="center"> <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- Recommendation --> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-6743617430731451" data-ad-slot="1870704128" data-ad-format="autorelaxed"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> </div> </div> </div> </div><!--/span--> <div class="span2 hidden-phone"> <div class="sidebar-nav"> <ul id="yw12"> <li><a href="http://www.myhuiban.com/conference/track/id/221"><i class="icon icon-plus"></i> Track It <span class="badge badge-warning pull-right">82</span></a></li> <li><a href="http://www.myhuiban.com/conference/attend/id/221"><i class="icon icon-plane"></i> Attend It <span class="badge badge-important pull-right">7</span></a></li> <li><a href="/conference/edit/221"><i class="icon icon-edit"></i> Edit CFP</a></li> </ul><br/> <div id="yw13" class="grid-view"> <table class="table table-hover table-striped table-bordered table-condensed"> <thead> <tr> <th id="yw13_c0">Tracker</th></tr> </thead> <tbody> <tr class="odd"> <td><a href="/researcher/61407">Dongge Qin (208)</a></td></tr> <tr class="even"> <td><a href="/researcher/4084">Gongming Zhao (1812)</a></td></tr> <tr class="odd"> <td><a href="/researcher/67249">Po Po (291)</a></td></tr> <tr class="even"> <td><a href="/researcher/66876">雨晗 Zhou (356)</a></td></tr> <tr class="odd"> <td><a href="/researcher/65009"> X Miang (870)</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/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/51774">Handa Sun (165)</a></td></tr> <tr class="even"> <td><a href="/researcher/54472">Cwolf9 Li (204)</a></td></tr> <tr class="odd"> <td><a href="/researcher/53932">Longfei Fan (94)</a></td></tr> <tr class="even"> <td><a href="/researcher/40523">Binjie Yan (375)</a></td></tr> <tr class="odd"> <td><a href="/researcher/46234">Qingzeng Song (58)</a></td></tr> <tr class="even"> <td><a href="/researcher/33699">AA Alex (414)</a></td></tr> <tr class="odd"> <td><a href="/researcher/46986">Xiang Zhiyi (148)</a></td></tr> <tr class="even"> <td><a href="/researcher/43001">Baosen Zhao (1859)</a></td></tr> <tr class="odd"> <td><a href="/researcher/35985">Zhaoteng Meng (473)</a></td></tr> <tr class="even"> <td><a href="/researcher/38890">Renzhi Xiao (453)</a></td></tr> <tr class="odd"> <td><a href="/researcher/38495">Yuxiang Fu (183)</a></td></tr> <tr class="even"> <td><a href="/researcher/37719">Li SHENG YUAN (401)</a></td></tr> <tr class="odd"> <td><a href="/researcher/18373">Wu Zheng (1071)</a></td></tr> <tr class="even"> <td><a href="/researcher/33502">Zhang Zilin (548)</a></td></tr> <tr class="odd"> <td><a href="/researcher/25405">Yj C (1672)</a></td></tr> <tr class="even"> <td><a href="/researcher/37224">Chendi Li (95)</a></td></tr> <tr class="odd"> <td><a href="/researcher/36789">Jinming Lu (115)</a></td></tr> <tr class="even"> <td><a href="/researcher/35938">Shizhi Jiang (346)</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/28609">Tao Jiang (388)</a></td></tr> <tr class="even"> <td><a href="/researcher/12627">Zhao Chen (189)</a></td></tr> <tr class="odd"> <td><a href="/researcher/6128">Kaijie Feng (4328)</a></td></tr> <tr class="even"> <td><a href="/researcher/31666">Li Zhigang (340)</a></td></tr> <tr class="odd"> <td><a href="/researcher/33161">Hang Out (469)</a></td></tr> <tr class="even"> <td><a href="/researcher/32388">Whope W (139)</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/27692">Wei Shen (340)</a></td></tr> <tr class="even"> <td><a href="/researcher/31193">Liu Gq (583)</a></td></tr> <tr class="odd"> <td><a href="/researcher/23460">Jian Hu (642)</a></td></tr> <tr class="even"> <td><a href="/researcher/29235">Y W (887)</a></td></tr> <tr class="odd"> <td><a href="/researcher/25038">Borena Liu (358)</a></td></tr> <tr class="even"> <td><a href="/researcher/24013">Mingchao Yin (31)</a></td></tr> <tr class="odd"> <td><a href="/researcher/15184">Mengmeng Li (748)</a></td></tr> <tr class="even"> <td><a href="/researcher/19295">Chang Su (176)</a></td></tr> <tr class="odd"> <td><a href="/researcher/19652">Zhaohui Chen (525)</a></td></tr> <tr class="even"> <td><a href="/researcher/4809">Zuqin Ji (2098)</a></td></tr> <tr class="odd"> <td><a href="/researcher/22308">Liming Zhang (264)</a></td></tr> <tr class="even"> <td><a href="/researcher/22172">Jianxun Yang (159)</a></td></tr> <tr class="odd"> <td><a href="/researcher/21748">Zejian Liu (76)</a></td></tr> <tr class="even"> <td><a href="/researcher/18599">Chao Zhang (645)</a></td></tr> <tr class="odd"> <td><a href="/researcher/12649">Hansheng Wei (1654)</a></td></tr> <tr class="even"> <td><a href="/researcher/16405">Bu Deqing (205)</a></td></tr> <tr class="odd"> <td><a href="/researcher/15825">Yawen Zhang (19)</a></td></tr> <tr class="even"> <td><a href="/researcher/15709">Zhou Shuxin (791)</a></td></tr> <tr class="odd"> <td><a href="/researcher/10001">Yang Hui (789)</a></td></tr> <tr class="even"> <td><a href="/researcher/12840">Yujing Feng (52)</a></td></tr> <tr class="odd"> <td><a href="/researcher/7095">Xun Jia (425)</a></td></tr> <tr class="even"> <td><a href="/researcher/9380">Miao Yu (1213)</a></td></tr> <tr class="odd"> <td><a href="/researcher/6325">Yajuan Du (1234)</a></td></tr> <tr class="even"> <td><a href="/researcher/4866">Lilith Qi (205)</a></td></tr> <tr class="odd"> <td><a href="/researcher/5491">Yuxiang Zeng (771)</a></td></tr> <tr class="even"> <td><a href="/researcher/155">Donglei Liu (1952)</a></td></tr> <tr class="odd"> <td><a href="/researcher/4708">Qihang Yu (365)</a></td></tr> <tr class="even"> <td><a href="/researcher/4416">Guang Yang (903)</a></td></tr> <tr class="odd"> <td><a href="/researcher/4224">Li Weidi (18)</a></td></tr> <tr class="even"> <td><a href="/researcher/3826">Xu Tan (282)</a></td></tr> <tr class="odd"> <td><a href="/researcher/3068">Chao Zhang (42)</a></td></tr> <tr class="even"> <td><a href="/researcher/2923">Jiacheng Zhang (828)</a></td></tr> <tr class="odd"> <td><a href="/researcher/1353">Xiaoyi Wang (98)</a></td></tr> <tr class="even"> <td><a href="/researcher/2152">Yu King (820)</a></td></tr> <tr class="odd"> <td><a href="/researcher/2563">Yatao Zhu (161)</a></td></tr> <tr class="even"> <td><a href="/researcher/2475">Zhenxue He (1456)</a></td></tr> <tr class="odd"> <td><a href="/researcher/725">Ching Chinam (3582)</a></td></tr> <tr class="even"> <td><a href="/researcher/2297">Yang Zhang (479)</a></td></tr> <tr class="odd"> <td><a href="/researcher/2104">Junzhong Shen (653)</a></td></tr> <tr class="even"> <td><a href="/researcher/1612">Xuefei Wang (742)</a></td></tr> <tr class="odd"> <td><a href="/researcher/799">Sheng-Wei Cheng (46)</a></td></tr> <tr class="even"> <td><a href="/researcher/251">Suzuki Mineko (149)</a></td></tr> <tr class="odd"> <td><a href="/researcher/548">Xiaowei Shen (992)</a></td></tr> <tr class="even"> <td><a href="/researcher/102">Starking Chen (1166)</a></td></tr> </tbody> </table><div class="keys" style="display:none" title="/conference/221"><span>61407</span><span>4084</span><span>67249</span><span>66876</span><span>65009</span><span>63061</span><span>12711</span><span>22573</span><span>60714</span><span>60588</span><span>51774</span><span>54472</span><span>53932</span><span>40523</span><span>46234</span><span>33699</span><span>46986</span><span>43001</span><span>35985</span><span>38890</span><span>38495</span><span>37719</span><span>18373</span><span>33502</span><span>25405</span><span>37224</span><span>36789</span><span>35938</span><span>11114</span><span>31958</span><span>28609</span><span>12627</span><span>6128</span><span>31666</span><span>33161</span><span>32388</span><span>26978</span><span>32037</span><span>27692</span><span>31193</span><span>23460</span><span>29235</span><span>25038</span><span>24013</span><span>15184</span><span>19295</span><span>19652</span><span>4809</span><span>22308</span><span>22172</span><span>21748</span><span>18599</span><span>12649</span><span>16405</span><span>15825</span><span>15709</span><span>10001</span><span>12840</span><span>7095</span><span>9380</span><span>6325</span><span>4866</span><span>5491</span><span>155</span><span>4708</span><span>4416</span><span>4224</span><span>3826</span><span>3068</span><span>2923</span><span>1353</span><span>2152</span><span>2563</span><span>2475</span><span>725</span><span>2297</span><span>2104</span><span>1612</span><span>799</span><span>251</span><span>548</span><span>102</span></div> </div> <div id="yw15" class="grid-view"> <table class="table table-hover table-striped table-bordered table-condensed"> <thead> <tr> <th id="yw15_c0">Attender</th><th id="yw15_c1">Year</th></tr> </thead> <tbody> <tr class="odd"> <td><a href="/researcher/66577">Jiazheng Lian (56)</a></td><td>2025</td></tr> <tr class="even"> <td><a href="/researcher/48304">Hear Echo (109)</a></td><td>2022</td></tr> <tr class="odd"> <td><a href="/researcher/15709">Zhou Shuxin (791)</a></td><td>2021</td></tr> <tr class="even"> <td><a href="/researcher/26722">Zhongkai Tong (4010)</a></td><td>2021</td></tr> <tr class="odd"> <td><a href="/researcher/15825">Yawen Zhang (19)</a></td><td>2019</td></tr> <tr class="even"> <td><a href="/researcher/2152">Yu King (820)</a></td><td>2016</td></tr> <tr class="odd"> <td><a href="/researcher/974">Xian Zhang (3208)</a></td><td>2016</td></tr> </tbody> </table><div class="keys" style="display:none" title="/conference/221"><span>66577</span><span>48304</span><span>15709</span><span>26722</span><span>15825</span><span>2152</span><span>974</span></div> </div> <div class="portlet" id="yw17"> <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,256,445 PV <br/> Copyright © 2011-2025 myhuiban.com. All Rights Reserved. <a href="/researcher/1">About Us</a> | <a target="_blank" href="https://www.facebook.com/myhuiban/">Facebook</a> | <a target="_blank" href="https://x.com/myhuiban">X</a> | <a href=mailto:admin@myhuiban.com>Post CFP or Contact Us</a> | <a href="/promotion">Promotion</a> </div> </div> </div> </footer> <script type="text/javascript" src="/assets/478ca885/gridview/jquery.yiigridview.js"></script> <script type="text/javascript"> /*<![CDATA[*/ jQuery(function($) { jQuery('#yw3').yiiGridView({'ajaxUpdate':['yw3'],'ajaxVar':'ajax','pagerClass':'pager','loadingClass':'grid-view-loading','filterClass':'filters','tableClass':'table table-hover table-striped table-bordered table-condensed','selectableRows':1,'enableHistory':false,'updateSelector':'{page}, {sort}','filterSelector':'{filter}','pageVar':'page'}); jQuery('#yw6').yiiGridView({'ajaxUpdate':['yw6'],'ajaxVar':'ajax','pagerClass':'pager','loadingClass':'grid-view-loading','filterClass':'filters','tableClass':'table table-hover table-striped table-bordered table-condensed','selectableRows':1,'enableHistory':false,'updateSelector':'{page}, {sort}','filterSelector':'{filter}','pageVar':'page'}); jQuery('#yw7').yiiGridView({'ajaxUpdate':['yw7'],'ajaxVar':'ajax','pagerClass':'pager','loadingClass':'grid-view-loading','filterClass':'filters','tableClass':'table table-hover table-striped table-bordered table-condensed','selectableRows':1,'enableHistory':false,'updateSelector':'{page}, {sort}','filterSelector':'{filter}','pageVar':'page'}); jQuery('#yw9').yiiGridView({'ajaxUpdate':['yw9'],'ajaxVar':'ajax','pagerClass':'pager','loadingClass':'grid-view-loading','filterClass':'filters','tableClass':'table table-hover table-striped table-bordered table-condensed','selectableRows':1,'enableHistory':false,'updateSelector':'{page}, {sort}','filterSelector':'{filter}','pageVar':'page'}); jQuery('#yw10').yiiGridView({'ajaxUpdate':['yw10'],'ajaxVar':'ajax','pagerClass':'pager','loadingClass':'grid-view-loading','filterClass':'filters','tableClass':'table table-hover table-striped table-bordered table-condensed','selectableRows':1,'enableHistory':false,'updateSelector':'{page}, {sort}','filterSelector':'{filter}','pageVar':'page'}); jQuery('#yw13').yiiGridView({'ajaxUpdate':['yw13'],'ajaxVar':'ajax','pagerClass':'pager','loadingClass':'grid-view-loading','filterClass':'filters','tableClass':'table table-hover table-striped table-bordered table-condensed','selectableRows':1,'enableHistory':false,'updateSelector':'{page}, {sort}','filterSelector':'{filter}','pageVar':'page'}); 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'}); }); /*]]>*/ </script> </body> </html>