CINXE.COM
Contribute to Complex Systems (research journal)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta charset="UTF-8"> <meta http-equiv="content-language" content="en-us" /> <title>Contribute to Complex Systems (research journal)</title> <meta name="description" content="Complex Systems is a journal devoted to the science, mathematics, and engineering of systems with simple components but complex overall behavior. In this site you will find information about subscribing to and publishing in Complex Systems. Also included is a searchable archive of abstracts of every paper published in Complex Systems." /> <meta name="keywords" content="complex, systems, journal, complex systems, complex systems journal, journal of complex systems, complex systems publications, complexity, wolfram, stephen, stephen wolfram, cellular, automata, cellular automata, coo coo cachoo, science, engineering, mathematics, computational" /> <link rel='dns-prefetch' href='//s.w.org' /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/2.2.1\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/2.2.1\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/www.complex-systems.com\/wp-includes\/js\/wp-emoji-release.min.js"}}; !function(a,b,c){function d(a){var b,c,d,e,f=String.fromCharCode;if(!k||!k.fillText)return!1;switch(k.clearRect(0,0,j.width,j.height),k.textBaseline="top",k.font="600 32px Arial",a){case"flag":return k.fillText(f(55356,56826,55356,56819),0,0),!(j.toDataURL().length<3e3)&&(k.clearRect(0,0,j.width,j.height),k.fillText(f(55356,57331,65039,8205,55356,57096),0,0),b=j.toDataURL(),k.clearRect(0,0,j.width,j.height),k.fillText(f(55356,57331,55356,57096),0,0),c=j.toDataURL(),b!==c);case"emoji4":return k.fillText(f(55357,56425,55356,57341,8205,55357,56507),0,0),d=j.toDataURL(),k.clearRect(0,0,j.width,j.height),k.fillText(f(55357,56425,55356,57341,55357,56507),0,0),e=j.toDataURL(),d!==e}return!1}function e(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var f,g,h,i,j=b.createElement("canvas"),k=j.getContext&&j.getContext("2d");for(i=Array("flag","emoji4"),c.supports={everything:!0,everythingExceptFlag:!0},h=0;h<i.length;h++)c.supports[i[h]]=d(i[h]),c.supports.everything=c.supports.everything&&c.supports[i[h]],"flag"!==i[h]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[i[h]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(g=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",g,!1),a.addEventListener("load",g,!1)):(a.attachEvent("onload",g),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),f=c.source||{},f.concatemoji?e(f.concatemoji):f.wpemoji&&f.twemoji&&(e(f.twemoji),e(f.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='https://api.w.org/' href='https://www.complex-systems.com/wp-json/' /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.complex-systems.com/wp-includes/wlwmanifest.xml" /> <link rel='shortlink' href='https://www.complex-systems.com/?p=15' /> <link rel="alternate" type="application/json+oembed" href="https://www.complex-systems.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.complex-systems.com%2Fcontribute%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://www.complex-systems.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.complex-systems.com%2Fcontribute%2F&format=xml" /> <link rel="stylesheet" type="text/css" href="/common/css/reset.css"> <link rel="stylesheet" type="text/css" href="https://www.complex-systems.com/wp-content/themes/complexsystems/style.css"> <script src="/common/javascript/jquery/core/1.8.3/jquery.min.js"></script> <script src="//www.wolframcdn.com/consent/cookie-consent.js"></script> <script src="/common/javascript/wal/latest/walLoad.js"></script> </head> <body> <div id="contribute"> <div class="psWrapper"> <div class="psContent" id="main"> <ul class="navList fLeft"> <li><a href="/" title="Home" class="home">Home</a></li> <li><a href="https://www.complex-systems.com/about/" title="About" class="about">About</a></li> <li><a href="https://www.complex-systems.com/archives/" title="Archives" class="archives">Archives</a></li> <li><a href="https://www.complex-systems.com/subscribe/" title="Subscribe" class="subscribe">Subscribe</a></li> <li><a href="https://www.complex-systems.com/contribute/" title="Contribute" class="contribute">Contribute</a></li> <li><a href="https://www.complex-systems.com/current/" title="Current Issue" class="current">Current Issue</a></li> <li><a href="mailto:info@complex-systems.com" title="Contact" class="contact">Contact</a></li> </ul> <script type="text/javascript"> $(document).ready(function() { // top search bar var topquery_default = 'search'; $('#query-top').bind('focus', function() { if(this.value === topquery_default) { this.value = ''; $(this).removeClass('placeholder'); } }); $('#query-top').bind('blur', function() { if(this.value === '') { this.value = topquery_default; $(this).addClass('placeholder'); } else if (this.value === topquery_default) { $(this).addClass('placeholder'); } else { $(this).removeClass('placeholder'); } }); $('#query-top').trigger('blur'); }); </script> <div class="fRight"> <form id="search_cs" method="get" action="https://search.wolfram.com/"> <div class="txSmall"> <input type="hidden" name="lang" value="en"> <input type="hidden" name="collection" value="complex_systems"> <input type="text" id="query-top" name="query" value="search" class="searchSite placeholder"> <input type="submit" value="禄" class="searchSubmit"> </div> </form> </div> <div class="logoSmall"> <img src="https://www.complex-systems.com/wp-content/themes/complexsystems/img/ui_logo_small.png" alt="Complex Systems" title="Complex Systems" width="260" height="39" /> </div> <div class="psCol400 fLeft"> <img src="https://www.complex-systems.com/wp-content/themes/complexsystems/img/title_contribute.png" alt="Contribute" title="Contribute" width="118" height="40" /> <p>Papers submitted to <em>Complex Systems</em> should have results and presentation that are accessible to a wide readership.</p> <p>Papers should be submitted electronically. Papers sent in other formats or in hard copy form will require longer processing times. A sample paper with information regarding editorial style and document formatting is available. Wolfram Mathematica and LaTeX author templates are also available.</p> <p>Include the names, addresses and telephone numbers of suggested referees. Acknowledgment will be sent when a paper is received.</p> <p>For the added benefit of authors, there are no publication charges for <em>Complex Systems</em>.</p> <hr /> <img src="https://www.complex-systems.com/wp-content/themes/complexsystems/img/subtitle_contribute_web.png" alt="Web-Based Submissions" title="Web-Based Submissions" width="200" height="40" /> <p>Submit papers online.</p> <a href="https://www.wolframcloud.com/obj/submissions/complex-systems-contribution/form" target="_blank"><img src="https://www.complex-systems.com/wp-content/themes/complexsystems/img/gfx_button_submit.jpg" alt="Submit Now" title="Submit Now" width="95" height="21" /></a> <hr /> <p>If you have any questions, please <a href="mailto:info@complex-systems.com" title="info@complex-systems.com" class="contribute">contact us »</a></p> </div> <div class="psCol240 fRight"> <img src="https://www.complex-systems.com/wp-content/themes/complexsystems/img/gfx_contribute_sample_new.jpg" alt="Sample paper for Complex Systems" title="Sample paper for Complex Systems" width="165" height="257" /> <img src="https://www.complex-systems.com/wp-content/themes/complexsystems/img/subtitle_contribute_sample.png" alt="Sample Paper" title="Sample Paper" width="111" height="40" /> <div> <a href="https://www.complex-systems.com/wp-content/themes/complexsystems/samples/JCS_SamplePaper.nb.pdf" title="PDF"><img src="https://www.complex-systems.com/wp-content/themes/complexsystems/img/gfx_contribute_arrow.png" alt="" title="" width="9" height="10" /> JCS_SamplePaper.nb.pdf</a> <hr style="margin: 0 0 5px; padding: 5px 0 0;" /> <a href="https://www.complex-systems.com/wp-content/themes/complexsystems/samples/JCS_SamplePaper.nb" title="Wolfram Notebook"><img src="https://www.complex-systems.com/wp-content/themes/complexsystems/img/gfx_contribute_arrow.png" alt="" title="" width="9" height="10" /> JCS_SamplePaper.nb</a> <hr style="margin: 0 0 5px; padding: 5px 0 0;" /> <a href="https://www.complex-systems.com/wp-content/themes/complexsystems/samples/JCS_AuthorTemplate.nb" title="Wolfram Notebook"><img src="https://www.complex-systems.com/wp-content/themes/complexsystems/img/gfx_contribute_arrow.png" alt="" title="" width="9" height="10" /> JCS_AuthorTemplate.nb</a> <hr style="margin: 0 0 5px; padding: 5px 0 0;" /> <a href="https://www.complex-systems.com/wp-content/themes/complexsystems/samples/JCS_SamplePaper.tex" title="LaTeX"><img src="https://www.complex-systems.com/wp-content/themes/complexsystems/img/gfx_contribute_arrow.png" alt="" title="" width="9" height="10" /> JCS_SamplePaper.tex</a> <hr style="margin: 0 0 5px; padding: 5px 0 0;" /> <a href="https://www.complex-systems.com/wp-content/themes/complexsystems/samples/ComplexSystems.sty.zip" title="LaTeX"><img src="https://www.complex-systems.com/wp-content/themes/complexsystems/img/gfx_contribute_arrow.png" alt="" title="" width="9" height="10" /> ComplexSystems.sty</a> <hr style="margin: 0 0 5px; padding: 5px 0 0;" /> <a href="https://www.complex-systems.com/wp-content/themes/complexsystems/samples/ComplexSystems.nb" title="Wolfram Notebook"><img src="https://www.complex-systems.com/wp-content/themes/complexsystems/img/gfx_contribute_arrow.png" alt="" title="" width="9" height="10" /> ComplexSystems.nb</a> </div> </div> </div> </div> </div> <div class="psWrapper"> <div class="psContent"> <div class="copyright"> <!-- AddThis Button BEGIN --> <div class="share-btns"> <div class="sharethis-inline-share-buttons text-align-r"></div> </div> <script src="//platform-api.sharethis.com/js/sharethis.js#property=58c97c9e946ad70011ee884c&product=inline-share-buttons"></script> <!-- AddThis Button END --> <p class="txSmall">© Complex Systems Publications, Inc. <em>Complex Systems</em> is a journal devoted to the science, mathematics and engineering of systems with simple components but complex overall behavior.</p> </div> </div> </div> <div class="footer"> <img src="https://www.complex-systems.com/wp-content/themes/complexsystems/img/ui_contentbottom.png" alt="" width="820" height="50" title="" /> </div> <script type='text/javascript' src='https://www.complex-systems.com/wp-includes/js/wp-embed.min.js'></script> </body> </html>