CINXE.COM
FSE' 2025: International Conference on Fast Software Encryption
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"/> <meta name="description" content="FSE' 2025: International Conference on Fast Software Encryption" /> <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>FSE' 2025: International Conference on Fast Software Encryption</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/585" /> <link rel="alternate" hreflang="en" href="/conference/585?lang=en_us" /> <link rel="alternate" hreflang="es" href="/conference/585?lang=es" /> <link rel="alternate" hreflang="zh" href="/conference/585?lang=zh_cn" /> <link rel="alternate" hreflang="ja" href="/conference/585?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/585?lang=zh_cn"> 中文 </a> | <img src="/images/US.gif"/><a href="/conference/585?lang=en_us"> English </a> | <img src="/images/ES.gif"/><a href="/conference/585?lang=es"> Español </a> | <img src="/images/JP.gif"/><a href="/conference/585?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>FSE'</span></div><!-- breadcrumbs --> <!-- Include content pages --> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "Event", "name": "FSE' 2025: International Conference on Fast Software Encryption", "location": { "@type": "Place", "name":"Rome, Italy", "address":{ "@type": "PostalAddress", "addressLocality": "Rome, Italy" } }, "startDate": "2025-03-17" } </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>FSE' 2025: International Conference on Fast Software Encryption</h5> <a href="https://fse.iacr.org/2025/">https://fse.iacr.org/2025/</a> <br /> <table border="0" align="center" cellpadding="0" cellspacing="1"> <tr> <td width="150" height="25"><div align="center">Submission Date:</div></td> <td width="150"><div align="center">2024-11-22</div></td> </tr> <tr> <td width="150" height="25"><div align="center">Notification Date:</div></td> <td width="150"><div align="center">2025-01-23</div></td> </tr> <tr> <td width="150" height="25"><div align="center">Conference Date:</div></td> <td width="150"><div align="center">2025-03-17</div></td> </tr> <tr> <td width="150" height="25"><div align="center">Location:</div></td> <td width="150"><div align="center">Rome, Italy</div></td> </tr> <tr> <td width="100" height="25"><div align="center">Years:</div></td> <td width="150"><div align="center"><span class="badge badge-info">31</span></div></td> </tr> </table> <div class="hidden-phone" align="center"> CCF: <span class="badge badge-warning">b</span> CORE: <span class="badge badge-warning">b</span> QUALIS: <span class="badge badge-warning">a2</span> Viewed: <span class="badge badge-success">42019</span> Tracked: <span class="badge badge-warning">36</span> Attend: <span class="badge badge-important">1</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>General information FSE 2025 will take place in Rome, Italy on March 17-21, 2025. FSE 2025 is organized by the International Association for Cryptologic Research (IACR). The scope of FSE concentrates on fast and secure primitives for symmetric cryptography, including the design and analysis of block ciphers, stream ciphers, encryption schemes, hash functions, message authentication codes, (cryptographic) permutations, authenticated encryption schemes, cryptanalysis and evaluation tools, and security issues and solutions regarding their implementation. Since 2017, FSE also solicits submissions for Systematization of Knowledge (SoK) papers. These papers aim at reviewing and contextualizing the existing literature in a particular area in order to systematize the existing knowledge in that area. To be considered for publication, they must provide an added value beyond prior work, such as novel insights or reasonably questioning previous assumptions. Stipends Students whose papers have been accepted and who present their talks at the conference will have their registration waived. A limited number of stipends are available to those unable to obtain funding to attend the conference. Students, whose papers are accepted and who will present the paper themselves, are encouraged to apply if such assistance is needed. Requests for stipends should be sent to the General Chairs. Publication Model From 2017, FSE has moved to an open-access journal/conference hybrid model. Submitted articles undergo a journal-style reviewing process. Accepted papers are published in Gold Open Access (free availability from day one) by the Ruhr University of Bochum in an issue of the newly established journal IACR Transactions on Symmetric Cryptology (ToSC). The yearly FSE event will consist of presentations of the articles accepted to the journal IACR Transactions on Symmetric Cryptology, as well as invited talks and social activities. This new model has been established as a way to improve reviewing and publication quality while retaining the highly successful community event FSE. For any further information, please view the ToSC FAQ page. For FSE 2025, authors can submit papers to the IACR Transactions on Symmetric Cryptology four times, every three months on a predictable schedule. Authors are notified of the decisions about two months after submission. In addition to accept and reject decisions, papers may be provided with "minor revision" decisions, in which case the paper is conditionally accepted and an assigned shepherd will verify if the changes are applied, or "major revision" decisions, in which case authors are invited to revise and resubmit their article to one of the following two submission deadlines, otherwise the paper will be treated as a new submission. We endeavor to assign the same reviewers to revised versions. Papers accepted for publication before the end of January 2025 will be presented at that year's conference. Note that it is mandatory that accepted papers at the IACR Transactions on Symmetric Cryptology journal are presented at the corresponding FSE event. </pre><div class="alert alert-warning"> Last updated by <a href="/researcher/1">Dou Sun</a> in 2024-09-16</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>2016</td><td><a target="_blank" href="http://scholar.google.com/scholar?q=Verifiable+Side-Channel+Security+of+Cryptographic+Implementations%3A+Constant-Time+MEE-CBC">Verifiable Side-Channel Security of Cryptographic Implementations: Constant-Time MEE-CBC</a></td></tr> <tr class="even"> <td>2015</td><td><a target="_blank" href="http://scholar.google.com/scholar?q=GCM+Security+Bounds+Reconsidered">GCM Security Bounds Reconsidered</a></td></tr> <tr class="odd"> <td>2014</td><td><a target="_blank" href="http://scholar.google.com/scholar?q=Differential-Linear+Cryptanalysis+Revisited">Differential-Linear Cryptanalysis Revisited</a></td></tr> <tr class="even"> <td>2014</td><td><a target="_blank" href="http://scholar.google.com/scholar?q=Direct+Construction+of+Recursive+MDS+Diffusion+Layers+Using+Shortened+BCH+Codes">Direct Construction of Recursive MDS Diffusion Layers Using Shortened BCH Codes</a></td></tr> <tr class="odd"> <td>2012</td><td><a target="_blank" href="http://scholar.google.com/scholar?q=New+Attacks+on+Keccak-224+and+Keccak-256">New Attacks on Keccak-224 and Keccak-256</a></td></tr> <tr class="even"> <td>2012</td><td><a target="_blank" href="http://scholar.google.com/scholar?q=New+Attacks+on+Keccak-224+and+Keccak-256">New Attacks on Keccak-224 and Keccak-256</a></td></tr> <tr class="odd"> <td>2012</td><td><a target="_blank" href="http://scholar.google.com/scholar?q=Improved+Rebound+Attack+on+the+Finalist+Gr%26oslash%3Bstl">Improved Rebound Attack on the Finalist Grøstl</a></td></tr> <tr class="even"> <td>2011</td><td><a target="_blank" href="http://scholar.google.com/scholar?q=A+Single-Key+Attack+on+the+Full+GOST+Block+Cipher">A Single-Key Attack on the Full GOST Block Cipher</a></td></tr> <tr class="odd"> <td>2010</td><td><a target="_blank" href="http://scholar.google.com/scholar?q=Attacking+the+Knudsen-Preneel+Compression+Functions">Attacking the Knudsen-Preneel Compression Functions</a></td></tr> <tr class="even"> <td>2009</td><td><a target="_blank" href="http://scholar.google.com/scholar?q=Blockcipher-Based+Hashing+Revisited">Blockcipher-Based Hashing Revisited</a></td></tr> </tbody> </table><div class="keys" style="display:none" title="/conference/585"><span>2318</span><span>2319</span><span>2320</span><span>2321</span><span>2322</span><span>2323</span><span>2324</span><span>2325</span><span>2326</span><span>2327</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><span class="badge badge-warning">c</span></td><td><span class="badge badge-warning">b2</span></td><td>GCC</td><td><a href="/conference/225">International Conference on Grid and Cloud Computing</a></td><td> </td><td>2010-08-10</td><td>2010-11-01</td></tr> <tr class="even"> <td></td><td></td><td></td><td>MBAI</td><td><a href="/conference/3956">International Conference on Medicine, Bioengineering and Artificial Intelligence</a></td><td>2020-10-26</td><td> </td><td>2020-12-20</td></tr> <tr class="odd"> <td></td><td></td><td></td><td>ICISA</td><td><a href="/conference/242">International Conference on Information Science and Applications</a></td><td>2018-03-03</td><td>2018-03-28</td><td>2018-06-25</td></tr> <tr class="even"> <td></td><td></td><td></td><td>DSA</td><td><a href="/conference/3484">International Conference on Dependable Systems and Their Applications</a></td><td>2023-05-25</td><td>2023-07-10</td><td>2023-08-10</td></tr> <tr class="odd"> <td></td><td></td><td></td><td>UBICNET</td><td><a href="/conference/3458">International Conference on Ubiquitous Communications and Network Computing</a></td><td>2019-10-31</td><td>2019-12-11</td><td>2020-02-28</td></tr> <tr class="even"> <td></td><td></td><td></td><td>ADCO</td><td><a href="/conference/3702">International Conference on Advanced Computing</a></td><td>2022-04-09</td><td>2022-04-18</td><td>2022-04-23</td></tr> <tr class="odd"> <td></td><td></td><td></td><td>MIS4TEL</td><td><a href="/conference/2953">International Conference in Methodologies and Intelligent Systems for Technology Enhanced Learning</a></td><td>2019-02-11</td><td>2019-03-11</td><td>2019-06-26</td></tr> <tr class="even"> <td></td><td></td><td></td><td>ICACCP</td><td><a href="/conference/2896">International Conference on Advanced Computational and Communication Paradigms</a></td><td>2018-09-30</td><td>2018-12-01</td><td>2019-02-25</td></tr> <tr class="odd"> <td></td><td></td><td></td><td>ICCNS</td><td><a href="/conference/1093">International Conference on Communication and Network Security</a></td><td>2024-10-15</td><td>2024-10-30</td><td>2024-12-06</td></tr> <tr class="even"> <td></td><td></td><td></td><td>ERMI-ISASS</td><td><a href="/conference/2459">ERMI International Conference on Information Science and Applied Social Sciences</a></td><td>2018-01-15</td><td> </td><td>2018-02-12</td></tr> </tbody> </table><div class="keys" style="display:none" title="/conference/585"><span>225</span><span>3956</span><span>242</span><span>3484</span><span>3458</span><span>3702</span><span>2953</span><span>2896</span><span>1093</span><span>2459</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>GCC</td><td><a href="/conference/225">International Conference on Grid and Cloud Computing</a></td><td> </td><td>2010-11-01</td></tr> <tr class="even"> <td>MBAI</td><td><a href="/conference/3956">International Conference on Medicine, Bioengineering and Artificial Intelligence</a></td><td>2020-10-26</td><td>2020-12-20</td></tr> <tr class="odd"> <td>ICISA</td><td><a href="/conference/242">International Conference on Information Science and Applications</a></td><td>2018-03-03</td><td>2018-06-25</td></tr> <tr class="even"> <td>DSA</td><td><a href="/conference/3484">International Conference on Dependable Systems and Their Applications</a></td><td>2023-05-25</td><td>2023-08-10</td></tr> <tr class="odd"> <td>UBICNET</td><td><a href="/conference/3458">International Conference on Ubiquitous Communications and Network Computing</a></td><td>2019-10-31</td><td>2020-02-28</td></tr> <tr class="even"> <td>ADCO</td><td><a href="/conference/3702">International Conference on Advanced Computing</a></td><td>2022-04-09</td><td>2022-04-23</td></tr> <tr class="odd"> <td>MIS4TEL</td><td><a href="/conference/2953">International Conference in Methodologies and Intelligent Systems for Technology Enhanced Learning</a></td><td>2019-02-11</td><td>2019-06-26</td></tr> <tr class="even"> <td>ICACCP</td><td><a href="/conference/2896">International Conference on Advanced Computational and Communication Paradigms</a></td><td>2018-09-30</td><td>2019-02-25</td></tr> <tr class="odd"> <td>ICCNS</td><td><a href="/conference/1093">International Conference on Communication and Network Security</a></td><td>2024-10-15</td><td>2024-12-06</td></tr> <tr class="even"> <td>ERMI-ISASS</td><td><a href="/conference/2459">ERMI International Conference on Information Science and Applied Social Sciences</a></td><td>2018-01-15</td><td>2018-02-12</td></tr> </tbody> </table><div class="keys" style="display:none" title="/conference/585"><span>225</span><span>3956</span><span>242</span><span>3484</span><span>3458</span><span>3702</span><span>2953</span><span>2896</span><span>1093</span><span>2459</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></td><td><a href="/journal/500">Journal of Computational Neuroscience</a></td><td>1.500</td><td>Springer</td><td>0929-5313</td></tr> <tr class="even"> <td></td><td><a href="/journal/128">Information Technology and Management</a></td><td>2.300</td><td>Springer</td><td>1385-951X</td></tr> <tr class="odd"> <td></td><td><a href="/journal/300">International Journal on Bioinformatics & Biosciences</a></td><td> </td><td>AIRCC</td><td>1839-9614</td></tr> <tr class="even"> <td></td><td><a href="/journal/1053">IEEE Transactions on Smart Grid</a></td><td>8.600</td><td>IEEE</td><td>1949-3053</td></tr> <tr class="odd"> <td></td><td><a href="/journal/714">International Journal of Information Management</a></td><td>20.10</td><td>Elsevier</td><td>0268-4012</td></tr> <tr class="even"> <td></td><td><a href="/journal/1113">Optik</a></td><td></td><td>Elsevier</td><td>0030-4026</td></tr> <tr class="odd"> <td></td><td><a href="/journal/904">First Monday</a></td><td></td><td>University of Illinois</td><td>1396-0466</td></tr> <tr class="even"> <td></td><td><a href="/journal/901">Journal of Formalized Reasoning</a></td><td></td><td>Alma Mater Studiorum</td><td>1972-5787</td></tr> <tr class="odd"> <td></td><td><a href="/journal/589">ACM Transactions on Intelligent Systems and Technology</a></td><td>7.200</td><td>ACM</td><td>2157-6904</td></tr> <tr class="even"> <td></td><td><a href="/journal/898">Computational Management Science</a></td><td>1.300</td><td>Springer</td><td>1619-697X</td></tr> </tbody> </table><div class="keys" style="display:none" title="/conference/585"><span>500</span><span>128</span><span>300</span><span>1053</span><span>714</span><span>1113</span><span>904</span><span>901</span><span>589</span><span>898</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/500">Journal of Computational Neuroscience</a></td><td>1.500</td><td>Springer</td></tr> <tr class="even"> <td><a href="/journal/128">Information Technology and Management</a></td><td>2.300</td><td>Springer</td></tr> <tr class="odd"> <td><a href="/journal/300">International Journal on Bioinformatics & Biosciences</a></td><td> </td><td>AIRCC</td></tr> <tr class="even"> <td><a href="/journal/1053">IEEE Transactions on Smart Grid</a></td><td>8.600</td><td>IEEE</td></tr> <tr class="odd"> <td><a href="/journal/714">International Journal of Information Management</a></td><td>20.10</td><td>Elsevier</td></tr> <tr class="even"> <td><a href="/journal/1113">Optik</a></td><td></td><td>Elsevier</td></tr> <tr class="odd"> <td><a href="/journal/904">First Monday</a></td><td></td><td>University of Illinois</td></tr> <tr class="even"> <td><a href="/journal/901">Journal of Formalized Reasoning</a></td><td></td><td>Alma Mater Studiorum</td></tr> <tr class="odd"> <td><a href="/journal/589">ACM Transactions on Intelligent Systems and Technology</a></td><td>7.200</td><td>ACM</td></tr> <tr class="even"> <td><a href="/journal/898">Computational Management Science</a></td><td>1.300</td><td>Springer</td></tr> </tbody> </table><div class="keys" style="display:none" title="/conference/585"><span>500</span><span>128</span><span>300</span><span>1053</span><span>714</span><span>1113</span><span>904</span><span>901</span><span>589</span><span>898</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/585"><i class="icon icon-plus"></i> Track It <span class="badge badge-warning pull-right">36</span></a></li> <li><a href="http://www.myhuiban.com/conference/attend/id/585"><i class="icon icon-plane"></i> Attend It <span class="badge badge-important pull-right">1</span></a></li> <li><a href="/conference/edit/585"><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/69385">CR Z (62)</a></td></tr> <tr class="even"> <td><a href="/researcher/59697">Evan Black (277)</a></td></tr> <tr class="odd"> <td><a href="/researcher/53025">Ruiwei Zhao (260)</a></td></tr> <tr class="even"> <td><a href="/researcher/48788">Y N (1380)</a></td></tr> <tr class="odd"> <td><a href="/researcher/53724">Asdf Asfd (85)</a></td></tr> <tr class="even"> <td><a href="/researcher/47961">Yang Xikang (714)</a></td></tr> <tr class="odd"> <td><a href="/researcher/30723">Leo Zhang (1380)</a></td></tr> <tr class="even"> <td><a href="/researcher/40585">Peri Liu (239)</a></td></tr> <tr class="odd"> <td><a href="/researcher/48596">Chen Li (259)</a></td></tr> <tr class="even"> <td><a href="/researcher/43001">Baosen Zhao (1859)</a></td></tr> <tr class="odd"> <td><a href="/researcher/42473">丽丹 Ren (354)</a></td></tr> <tr class="even"> <td><a href="/researcher/40651">Yuwen Chen (157)</a></td></tr> <tr class="odd"> <td><a href="/researcher/23236">Xunwu Gong (2826)</a></td></tr> <tr class="even"> <td><a href="/researcher/37922">Jialu Tang (834)</a></td></tr> <tr class="odd"> <td><a href="/researcher/22361">Xiaofan Nie (1422)</a></td></tr> <tr class="even"> <td><a href="/researcher/24002">Yao Zan (2532)</a></td></tr> <tr class="odd"> <td><a href="/researcher/24138">Wan W (2292)</a></td></tr> <tr class="even"> <td><a href="/researcher/26722">Zhongkai Tong (4010)</a></td></tr> <tr class="odd"> <td><a href="/researcher/29565">Zongsheng Hou (162)</a></td></tr> <tr class="even"> <td><a href="/researcher/20423">Hongyi Liu (1173)</a></td></tr> <tr class="odd"> <td><a href="/researcher/25232">Kunpeng Ren (689)</a></td></tr> <tr class="even"> <td><a href="/researcher/9021">Jochebed Yi (2736)</a></td></tr> <tr class="odd"> <td><a href="/researcher/19652">Zhaohui Chen (525)</a></td></tr> <tr class="even"> <td><a href="/researcher/974">Xian Zhang (3208)</a></td></tr> <tr class="odd"> <td><a href="/researcher/17797">Sun Sun (1327)</a></td></tr> <tr class="even"> <td><a href="/researcher/15799">Silent Dawn (711)</a></td></tr> <tr class="odd"> <td><a href="/researcher/12649">Hansheng Wei (1654)</a></td></tr> <tr class="even"> <td><a href="/researcher/3976">Xinyu Feng (2835)</a></td></tr> <tr class="odd"> <td><a href="/researcher/10894">Zhongfeng Jin (2240)</a></td></tr> <tr class="even"> <td><a href="/researcher/11167">Kathy Happy (1206)</a></td></tr> <tr class="odd"> <td><a href="/researcher/10705">Jiankuo Dong (462)</a></td></tr> <tr class="even"> <td><a href="/researcher/1953">C WQ (565)</a></td></tr> <tr class="odd"> <td><a href="/researcher/2254">Xianjun Hu (678)</a></td></tr> <tr class="even"> <td><a href="/researcher/3370">Yang Li (118)</a></td></tr> <tr class="odd"> <td><a href="/researcher/1556">MC Zheng (969)</a></td></tr> <tr class="even"> <td><a href="/researcher/2520">Lyn Lyn (129)</a></td></tr> </tbody> </table><div class="keys" style="display:none" title="/conference/585"><span>69385</span><span>59697</span><span>53025</span><span>48788</span><span>53724</span><span>47961</span><span>30723</span><span>40585</span><span>48596</span><span>43001</span><span>42473</span><span>40651</span><span>23236</span><span>37922</span><span>22361</span><span>24002</span><span>24138</span><span>26722</span><span>29565</span><span>20423</span><span>25232</span><span>9021</span><span>19652</span><span>974</span><span>17797</span><span>15799</span><span>12649</span><span>3976</span><span>10894</span><span>11167</span><span>10705</span><span>1953</span><span>2254</span><span>3370</span><span>1556</span><span>2520</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/40585">Peri Liu (239)</a></td><td>2023</td></tr> </tbody> </table><div class="keys" style="display:none" title="/conference/585"><span>40585</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,383</a> Researchers | 444,912,975 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>