CINXE.COM

Discrete Mathematics & Theoretical Computer Science - Submissions

<!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml"> <head > <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" > <title>Discrete Mathematics &amp; Theoretical Computer Science - Submissions</title> <link href="https://cdnjs.cloudflare.com" rel="preconnect" crossorigin> <link href="https://cdnjs.cloudflare.com" rel="dns-prefetch"> <link href="https://cas.ccsd.cnrs.fr" rel="dns-prefetch"> <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png?v=20211124"> <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png?v=20211124"> <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png?v=20211124"> <link rel="manifest" href="/site.webmanifest?v=20211124"> <link rel="mask-icon" href="/safari-pinned-tab.svg?v=20211124" color="#5bbad5"> <link rel="shortcut icon" href="/favicon.ico?v=20211124"> <meta name="msapplication-TileColor" content="#2b5797"> <meta name="theme-color" content="#ffffff"> <link href="https://inbox.episciences.org/" rel="http://www.w3.org/ns/ldp#inbox"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/cookieconsent/3.1.1/cookieconsent.min.css?8c5a39a2b" type="text/css" media="screen"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/brands.min.css?8c5a39a2b" type="text/css" media="screen"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/solid.min.css?8c5a39a2b" type="text/css" media="screen"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/fontawesome.min.css?8c5a39a2b" type="text/css" media="screen"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css?8c5a39a2b" type="text/css" media="screen"> <link rel="stylesheet" href="/css/main.css?8c5a39a2b" type="text/css" media="screen"> <link rel="stylesheet" href="/public/style.css?1593124729&8c5a39a2b" type="text/css" media="screen"> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.min.js?8c5a39a2b"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js?8c5a39a2b"></script> <script src="/js/tools.js?8c5a39a2b"></script> <script src="/js/translation.php?lang=en&8c5a39a2b"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/bootbox.js/5.5.3/bootbox.min.js?8c5a39a2b"></script> <script src="/js/functions.js?8c5a39a2b"></script> <script src="/js/form.js?8c5a39a2b"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-url-parser/2.2.1/purl.min.js?8c5a39a2b"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.2.0/js/bootstrap.min.js?8c5a39a2b"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-AMS-MML_HTMLorMML" async></script> <script type='text/x-mathjax-config'>MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['$$','$$']]}});</script> </head> <body> <nav class="navbar navbar-default navbar-fixed-top" role="navigation" aria-label="Menu"> <div class="navbar-header "> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#nav-services"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <div class="logo-episciences"> <a class="brand" href="https://www.episciences.org"> <img srcset="/img/episciences.svg" src="/img/episciences.png" height="45px" style="border: 0;" alt="Episciences overlay journals"/></a> </div> </div> <div class="collapse navbar-collapse" id="nav-services"> <div class="nav navbar-nav navbar-right"> <form id="search-simple-form-navbar" action="/search" name="search-simple-navbar" method="get" class="navbar-form navbar-left" role="search"> <div class="input-group"> <input data-src="default" id="q" name="q" class="form-control" type="text" pattern=".{0,300}" title="300 max." style="min-width: 300px;" value=""> <div class="input-group-btn"> <button name="submit" type="submit" class="btn btn-default"> <span class="glyphicon glyphicon-search"></span></button> </div> </div> </form> <a class="btn btn-default navbar-btn" href="/user/create"> <i class="fas fa-plus"></i>&nbsp;Create account </a> &nbsp; <form class="form-inline navbar-form pull-right" style="margin-top: 8px; margin-right: 8px;" action="/user/login" id="form-login" method="post"> <input type="hidden" name="forward-controller" value="page"/> <input type="hidden" name="forward-action" value="submissions"/> <div class="btn-group"> <button class="btn btn-small btn-primary" type="button" onclick="$('#form-login').submit();" accesskey="l"> <i class="fas fa-sign-in-alt"></i> &nbsp;Sign in</button> <button class="btn btn-small btn-primary dropdown-toggle" data-toggle="dropdown" type="button"> <span class="caret" style=""></span> </button> <ul class="dropdown-menu pull-right"> <li><a href="#" onclick="$('#form-login').submit();">Sign in</a> </li> <li class="divider"></li> <li> <a href="/user/lostpassword">Forgotten password ?</a> </li> <li> <a href="/user/lostlogin">Forgotten username ?</a> </li> </ul> </div> </form> </div> <form action="#" method="post" id="formLang" class="nav navbar-nav navbar-right navbar-lang"> <input type="hidden" name="lang" id="lang" value="en"/> </form> </div> </nav> <script> function changeLang(select) { let selectedLang = select.options[select.selectedIndex].value; $('#lang').val(selectedLang); $('#formLang').submit(); } </script> <div id="container" class="container-fluid"> <div class="logo"> <table width="100%" cellpadding="0" style="position:relative;"> <tr> <td align="left"><img src="https://dmtcs.episciences.org/public/homeHeaderLogoImage_en_US.gif" /></td> <td align="center"><span style="font-size: 200%; ">Discrete Mathematics & Theoretical Computer Science</span></td> </tr> </table> </div> <div class="row-fluid"> <div class="col-md-2"> <style> .menu-accordion .caret { right:0; margin-top: 10px; float: right; } .menu-accordion .smenu-list { list-style-type:none; margin-left: 5px; padding: 5px; } .menu-accordion .smenu-list>li.active>a { text-decoration: underline; } .menu-accordion .list-group-item:hover, .menu-accordion .list-group-item.active { text-decoration: none; background-color: #f5f5f5; } </style> <!-- <li class="list-group-item " style=""> <a href="javascript:void(0);" tabindex="-1"><span style="margin-right: 15px; float: left">Journal management</span></a> <span class="caret" style="right: 15px; position: absolute"></span> <span class="clearfix"></span> <ul style="display:none;" class="smenu-list"> <li class=""><a target="" href="/user/list">Users</a></li> <li class=""><a target="" href="/administrate/review">Review</a></li> <li class=""><a target="" href="/administratemail/index">Mail</a></li> <li class=""><a target="" href="/website/index">Website</a></li> </ul> </li> --> <div id="global-navigation" class="menu-accordion"> <ul class="list-group"> <li class="list-group-item "><a href="/" target="">Home</a></li> <li class="list-group-item "><a href="/browse/volumes" target="">Volumes</a></li> <li class="smenu list-group-item "> <a tabindex="-1" href="javascript:void(0);" style="display: table-cell"> <span style="margin-right: 15px; float: left">Articles</span> <span class="caret" style="right: 15px; position: absolute"></span> </a> <span class="clearfix"></span> <ul class="smenu-list" style="display:none;"> <li class=" "> <a href="/browse/author" target=""> Browse by author </a> <ul class="smenu-list" style="display:none;"> </ul> </li> <li class=" "> <a href="/browse/section" target=""> Browse by section </a> <ul class="smenu-list" style="display:none;"> </ul> </li> <li class=" "> <a href="/search/index" target=""> Search an article </a> <ul class="smenu-list" style="display:none;"> </ul> </li> <li class=" "> <a href="/browse/latest" target=""> Browse latest articles </a> <ul class="smenu-list" style="display:none;"> </ul> </li> <li class=" "> <a href="/browse/accepted-docs" target=""> Accepted articles to be published </a> <ul class="smenu-list" style="display:none;"> </ul> </li> </ul> </li> <li class="smenu list-group-item active"> <a tabindex="-1" href="javascript:void(0);" style="display: table-cell"> <span style="margin-right: 15px; float: left">About the journal</span> <span class="caret" style="right: 15px; position: absolute"></span> </a> <span class="clearfix"></span> <ul class="smenu-list" > <li class=" "> <a href="/page/contact" target=""> Contact </a> <ul class="smenu-list" style="display:none;"> </ul> </li> <li class=" "> <a href="/review/staff" target=""> Editorial Staff members </a> <ul class="smenu-list" style="display:none;"> </ul> </li> <li class=" "> <a href="/page/policies" target=""> Editorial policies </a> <ul class="smenu-list" style="display:none;"> </ul> </li> <li class=" "> <a href="/page/indexing" target=""> Indexing </a> <ul class="smenu-list" style="display:none;"> </ul> </li> <li class=" "> <a href="/page/open-access-archiving" target=""> Open Access & Archiving </a> <ul class="smenu-list" style="display:none;"> </ul> </li> <li class=" active"> <a href="/page/submissions" target=""> Submissions </a> <ul class="smenu-list" > </ul> </li> <li class=" "> <a href="/page/other" target=""> Other </a> <ul class="smenu-list" style="display:none;"> </ul> </li> </ul> </li> <li class="smenu list-group-item "> <a tabindex="-1" href="javascript:void(0);" style="display: table-cell"> <span style="margin-right: 15px; float: left">Help</span> <span class="caret" style="right: 15px; position: absolute"></span> </a> <span class="clearfix"></span> <ul class="smenu-list" style="display:none;"> <li class=" "> <a href="/page/help-documentation" target=""> Support </a> <ul class="smenu-list" style="display:none;"> </ul> </li> <li class=" "> <a href="/page/documentation" target=""> Documentation </a> <ul class="smenu-list" style="display:none;"> </ul> </li> </ul> </li> <li class="smenu list-group-item "> <a tabindex="-1" href="javascript:void(0);" style="display: table-cell"> <span style="margin-right: 15px; float: left">My Account</span> <span class="caret" style="right: 15px; position: absolute"></span> </a> <span class="clearfix"></span> <ul class="smenu-list" style="display:none;"> <li class=" "> <a href="/user/login" target=""> Sign in </a> <ul class="smenu-list" style="display:none;"> </ul> </li> <li class=" "> <a href="/user/create" target=""> Create account </a> <ul class="smenu-list" style="display:none;"> </ul> </li> <li class=" "> <a href="/user/lostlogin" target=""> Forgotten username ? </a> <ul class="smenu-list" style="display:none;"> </ul> </li> <li class=" "> <a href="/user/lostpassword" target=""> Forgotten password ? </a> <ul class="smenu-list" style="display:none;"> </ul> </li> <li class=" "> <a href="/user/permissions" target=""> Permissions </a> <ul class="smenu-list" style="display:none;"> </ul> </li> </ul> </li> <li class="list-group-item "><a href="/stats/index" target="">Statistics</a></li> </ul> </div> <script> $(document).ready(function(){ $('.menu-accordion .smenu>a').click(function() { $(this).siblings('ul:first').toggle('blind',{},500); }); }); </script> </div> <div class="col-md-10"> <div class="corps"> <ol class="breadcrumb"> <li class=""> <a href="/folder/list9">About the journal</a> </li> <li class="active"> Submissions </li> </ol> <h1>Submissions</h1> <h1>Online Submissions</h1> <p>Already have a Username/Password for Discrete Mathematics &amp; Theoretical Computer Science? Just click the login button in the top right corner.</p> <p>Need an account? Click the arrow next to the login button and select the "create account" option.</p> <p>Registration and login are required to submit items online and to check the status of current submissions.</p> <h1>Author Guidelines</h1> <p>DMTCS covers Discrete Mathematics and Theoretical Computer Science as its domain of interest.</p> <p>DMTCS is a&nbsp;scientific journal.&nbsp;This requires that your work is</p> <ul> <li>original:&nbsp;The main results of your paper must not have appeared elsewhere in a journal, neither by yourself nor by somebody else.&nbsp;There is no excuse for plagiarism, not even self-plagiarism. We have a good record in tracking such things down, be warned.</li> <li>important:&nbsp;Your results must be of importance to a wider public and should be of interest for more readers than just the referees.</li> <li>self-contained: Other than for conference proceedings, we don't have any restrictions on the number of pages for an article. So there is no excuse to suppress proofs or not to give verbose examples. On the other hand, self-contained short notes are highly welcome.</li> <li>complete: Your work must relate to the current state of the art of the domain in question. In particular, foreign and own results external to the manuscript must be correctly credited, and complete reference to such related work must be given.</li> <li>legible:&nbsp;The journal's language is&nbsp;English,&nbsp;all conventions for scientific work in that language apply.</li> <li>correct: Your work must be mathematically correct, and its quality of writing must be such that the referees will agree upon this fact. Your writing must be grammatically correct. Be assured, that authors that are non-native speakers of English will receive all possible help to correct flaws. But also keep in mind that incorrect grammar might be the cause of severe misunderstandings and result in a rejection of the paper.</li> </ul> <p>DMTCS is&nbsp;no circular letter, and&nbsp;no preprint server.</p> <p>If you are looking for that, please consider the wide possibilities that the web offers nowadays.</p> <h1>Submission preparation checklist</h1> <p>As part of the submission process, authors are required to check off their submission's compliance with all of the following items, and submissions may be returned to authors that do not adhere to these guidelines.</p> <ul> <li>General requirements for publications in scientific journals imply that the submission has not been previously published in peer-reviewed media, nor is it before another journal for consideration (unless an explanation has been provided in Comments to the Editor). If there is possible doubt that your submission deviates from this policy, make sure that you explain the reasons why you think this would still be suitable in your cover letter, and refer to the previous publication in a footnote to the title and in the bibliography of the submission. Otherwise your submission may be rejected without considering its merits.</li> <li>The text adheres to the stylistic and bibliographic requirements outlined in the Author Guidelines, which is found in About the Journal.</li> <li>The submission is in PDF format.</li> <li>The submission is publicly available as a preprint or similar through an open archive. Currently supported are Hal and arXiv. As the name "open archive" indicates, these are there to stay, so make sure that your manuscript is sufficiently polished before submission to one of these archives.</li> </ul> <p>If a submission is accepted, authors must edit the sources of the article in&nbsp;<strong>LaTeX format</strong> suitable to be processed with the journal's style file. We will not be able to help you transform word files or similar into LaTeX. The style file and rules for preparing a document suitable for that style can be found at <a href="../public/dmtcs_episciences.zip">https://dmtcs.episciences.org/public/dmtcs_episciences.zip</a>. Please take it seriously.</p> <h1>Open Access and Free Licenses</h1> <p>DMTCS is an open-access peer-reviewed journal. French institutions INRIA and CNRS sponsor the OA Episciences platform, which allows for a model without author or reader fees.</p> <p>All content is freely available without charge to the users or their institutions. Users are allowed to read, download, copy, distribute, print, search, or link to the full texts of the articles in this journal without asking prior permission from the publisher or the authors, in accordance with the BOAI definition of open access.</p> <p>The articles are distributed under a <a href="https://creativecommons.org/about/cclicenses/">Creative Commons CC-BY license</a>: users are free to copy, distribute, transmit. Authors grant the journal non-exclusive publication rights and retain their own rights without restriction.</p> <h1>Privacy Statement</h1> <p>The names and email addresses entered in this journal site will be used exclusively for the stated purposes of this journal and will not be made available for any other purpose or to any other party.</p> </div> </div> </div> </div> <footer> <div class="container"> <div class="row"> <div class="col-lg-4 col-md-4 col-sm-4 col-xs-12"> <ul class="contact"> <span>About</span> <li><i aria-hidden="true" class="fas fa-rss"></i>&nbsp;<a href="https://dmtcs.episciences.org/rss/papers">RSS</a> </li> <li><i aria-hidden="true" class="fas fa-envelope"></i>&nbsp;<a href="mailto:dmtcs@episciences.org" >E-mail </a></li><li><i aria-hidden="true" class="fas fa-address-book"></i >&nbsp;<a href="/page/contact" >Contact </a></li> <li><abbr title="International Standard Serial Number">eISSN</abbr>&nbsp;1365-8050</li> </ul> </div> <div class="col-lg-3 col-md-3 col-sm-4 col-xs-12"> <ul class="social"> <span>Support</span> <li> <i aria-hidden="true" class="fas fa-book"></i>&nbsp;<a target="_blank" rel="noopener" href="https://doc.episciences.org/">Documentation</a> </li> <li><i aria-hidden="true" class="fas fa-life-ring"></i>&nbsp;<a href="mailto:support.iam@episciences.org">Technical support</a></li> <li> <i aria-hidden="true" class="fas fa-balance-scale"></i>&nbsp;<a rel="noopener" href="//www.episciences.org/legal-terms/">Legal mentions</a> </li> <li> <i aria-hidden="true" class="fas fa-cookie-bite"></i>&nbsp;<a rel="noopener" href="//www.episciences.org/privacy-and-personal-data">Privacy</a> </li> <li> <a target="_blank" rel="noopener" href="//status.episciences.org">Service status</a> </li> </ul> </div> <div class="col-lg-5 col-md-5 col-sm-4 col-xs-12"> <ul class="about"> <span>About Episciences</span> <li> <a target="_blank" href="https://www.episciences.org/" rel="noopener">Episciences</a> </li> <li> <a target="_blank" href="https://www.episciences.org/journals" rel="noopener">Hosted journals </a> </li> <li> <a target="_blank" href="https://www.episciences.org/partners" rel="noopener">Acknowledgements </a> </li> <li><small>Episciences <a target="_blank" rel="noopener" href="https://github.com/CCSDForge/episciences/blob/main/CHANGELOG.md">v1.0.46.1-8c5a39a2b</a> </small> </li> <li> <i aria-hidden="true" class="fa-solid fa-handshake"></i>&nbsp;<a rel="noopener" href="https://www.episciences.org/terms-of-use">Terms Of Use</a> </li> </ul> </div> </div> </div> </footer> <!-- Matomo --> <script type="text/javascript"> var _paq = _paq || []; /* tracker methods like "setCustomDimension" should be called before "trackPageView" */ _paq.push(['trackPageView']); _paq.push(['enableLinkTracking']); (function() { var u="//piwik-episciences.ccsd.cnrs.fr/"; _paq.push(['setTrackerUrl', u+'piwik.php']); _paq.push(['setSiteId', '2']); var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s); })(); </script> <noscript><p><img src="//piwik-episciences.ccsd.cnrs.fr/piwik.php?idsite=2&rec=1" style="border:0;" alt="" /></p></noscript> <!-- End Matomo Code --> <script src="https://cdnjs.cloudflare.com/ajax/libs/cookieconsent/3.1.1/cookieconsent.min.js" data-cfasync="false"></script> <script> window.cookieconsent.initialise({ "palette": { "popup": { "background": "#efefef", "text": "#404040" }, "button": { "background": "#8ec760", "text": "#ffffff" } }, "theme": "edgeless", "content": { "message": "This site uses cookies and collects personal data", "dismiss": "Close", "href": "//www.episciences.org/page/privacy" } }); </script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10