-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (32 loc) · 9.49 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><title>Evoplex · agent-based modeling on networks</title><meta name="viewport" content="width=device-width"/><meta name="generator" content="Docusaurus"/><meta name="description" content="agent-based modeling on networks"/><meta name="docsearch:language" content="en"/><meta property="og:title" content="Evoplex · agent-based modeling on networks"/><meta property="og:type" content="website"/><meta property="og:url" content="https://evoplex.org/index.html"/><meta property="og:description" content="agent-based modeling on networks"/><meta property="og:image" content="https://evoplex.org/img/evoplex.png"/><meta name="twitter:card" content="summary"/><meta name="twitter:image" content="https://evoplex.org/img/evoplex.png"/><link rel="shortcut icon" href="/img/favicon.png"/><link rel="stylesheet" href="https://cdn.jsdelivr.net/docsearch.js/1/docsearch.min.css"/><link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/atom-one-dark.min.css"/><link rel="alternate" type="application/atom+xml" href="https://evoplex.org/blog/atom.xml" title="Evoplex Blog ATOM Feed"/><link rel="alternate" type="application/rss+xml" href="https://evoplex.org/blog/feed.xml" title="Evoplex Blog RSS Feed"/><script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-121617079-1', 'auto');
ga('send', 'pageview');
</script><script type="text/javascript" src="https://buttons.github.io/buttons.js"></script><script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/2.0.0/clipboard.min.js"></script><script type="text/javascript" src="/js/code-blocks-buttons.js"></script><script src="https://unpkg.com/[email protected]/dist/vanilla-back-to-top.min.js"></script><script>
document.addEventListener("DOMContentLoaded", function(){
addBackToTop(
{"zIndex":100}
)
});
</script><link rel="stylesheet" href="/css/prism.css"/><link rel="stylesheet" href="/css/main.css"/></head><body><div class="fixedHeaderContainer"><div class="headerWrapper wrapper"><header><a href="/en"><img class="logo" src="/img/evoplex.svg" alt="Evoplex"/><h2 class="headerTitleWithLogo">Evoplex</h2></a><div class="navigationWrapper navigationSlider"><nav class="slidingNav"><ul class="nav-site nav-site-internal"><li class=""><a href="/index#download" target="_self">Download</a></li><li class=""><a href="/docs/en" target="_self">Docs</a></li><li class=""><a href="/en/help" target="_self">Help</a></li><li class=""><a href="/blog" target="_self">Blog</a></li><span><li><a id="languages-menu" href="#"><img class="languages-icon" src="/img/language.svg"/>English</a><div id="languages-dropdown" class="hide"><ul id="languages-dropdown-items"><li><a href="/pt-BR">Português (Brasil)</a></li><li><a href="https://crowdin.com/project/evoplex" target="_blank" rel="noreferrer noopener">Help Translate</a></li></ul></div></li><script>
const languagesMenuItem = document.getElementById("languages-menu");
const languagesDropDown = document.getElementById("languages-dropdown");
languagesMenuItem.addEventListener("click", function(event) {
event.preventDefault();
if (languagesDropDown.className == "hide") {
languagesDropDown.className = "visible";
} else {
languagesDropDown.className = "hide";
}
});
</script></span><li class="navSearchWrapper reactNavSearchWrapper"><input type="text" id="search_input_react" placeholder="Search" title="Search"/></li><li class=""><a href="https://github.com/evoplex" target="_self">GitHub</a></li></ul></nav></div></header></div></div><div class="navPusher"><div><div class="splash"><div class="content"><h1>agent-based modeling, the right way!</h1><h2>Evoplex is a fast, robust and extensible platform for developing agent‑based models and multi‑agent systems on networks.</h2><div class="row"><a class="btn primary" href="#download"><img class="download-icon" src="/img/download.svg" width="18px" height="18px" alt="Download Evoplex"/>download</a><a class="btn" href="/docs/en/index.html">get started</a></div><img src="/img/splash.png" srcSet="/img/splash.png 1x, /img/[email protected] 2x" class="splashScreen"/><div class="shadow"></div></div></div><div class="content row"><div class="col"><img src="/img/evoplex0.1.0_project.jpg" srcSet="/img/evoplex0.1.0_project.jpg 1x, /img/[email protected] 2x"/></div><div class="col"><h4>Features</h4><h3>Really Fast</h3><p>Evoplex is simple, user-friendly and was built with performance in mind from the start. Just select a model, list your experiments and click on run. Evoplex will automatically distribute the experiments in parallel on multiple cores. It also provides a bunch of useful tools including interactive graph and grid views.</p><a class="learnmore" href="/docs/en/index.html">Learn more</a></div></div><div class="content row"><div class="col"><h4>Plugins</h4><h3>Code Once, Run Everywhere</h3><p>Have you ever had to run the same model for a wide range of different settings? Or had to run the same experiment multiple times to investigate the effects of randomness? If so, you might be tired of having to change your code or having to write ugly scripts to make simple things work. Evoplex changes the paradigm of implementing models by allowing you to do it only once and never touch it again.</p><a class="learnmore" href="/docs/en/models.html">Learn more</a></div><div class="col center"><img src="/img/evoplex0.1.0_plugins.jpg" srcSet="/img/evoplex0.1.0_plugins.jpg 1x, /img/[email protected] 2x"/></div></div><div class="content row"><div class="col"><img src="/img/contribute.png" srcSet="/img/contribute.png 1x, /img/[email protected] 2x"/></div><div class="col"><h4>Open Source</h4><h3>Contributing to Evoplex</h3><p>Evoplex is a free and open-source software. We encourage you to join the community and help us to improve Evoplex. There are many ways that you can contribute, beyond writing code.</p><a class="learnmore" href="https://github.com/evoplex/evoplex/blob/master/CONTRIBUTING.md" target="_blank">Learn more</a></div></div><div id="download"><div class="container lightBackground paddingBottom paddingTop"><div class="wrapper"><div class="gridBlock"><div class="blockElement alignCenter imageAlignTop threeByGridBlock"><div class="blockImage"><a href="/docs/en/download-linux.html"><img src="/img/linux-logo.png"/></a></div><div class="blockContent"><a class="downloadBtn" href="/docs/en/download-linux.html"><img class="download-icon" src="/img/download.svg" width="18px" height="18px" alt="Download Evoplex"/>Linux</a></div></div><div class="blockElement alignCenter imageAlignTop threeByGridBlock"><div class="blockImage"><a href="/docs/en/download-windows.html"><img src="/img/windows-logo.png"/></a></div><div class="blockContent"><a class="downloadBtn" href="/docs/en/download-windows.html"><img class="download-icon" src="/img/download.svg" width="18px" height="18px" alt="Download Evoplex"/>Windows</a></div></div><div class="blockElement alignCenter imageAlignTop threeByGridBlock"><div class="blockImage"><a href="/docs/en/download-mac.html"><img src="/img/apple-logo.svg"/></a></div><div class="blockContent"><a class="downloadBtn" href="/docs/en/download-mac.html"><img class="download-icon" src="/img/download.svg" width="18px" height="18px" alt="Download Evoplex"/>Mac OS</a></div></div></div></div></div></div></div><footer class="nav-footer" id="footer"><section class="sitemap"><a href="/" class="nav-home"><img src="/img/evoplex.svg" alt="Evoplex" width="66" height="58"/></a><div><h5>Docs</h5><a href="/docs/en/index.html">Getting Started</a></div><div><h5>Community</h5><a href="https://groups.google.com/group/evoplex" target="_blank" rel="noreferrer noopener">Mailing list</a><a href="https://evoplex.zulipchat.com">Project Chat</a><a href="https://twitter.com/EvoplexOrg" target="_blank" rel="noreferrer noopener">Twitter</a></div><div><h5>More</h5><a href="/blog">Blog</a><a href="https://github.com/evoplex">GitHub</a><a class="github-button" href="https://github.com/evoplex/evoplex" data-icon="octicon-star" data-count-href="https://github.com/evoplex/evoplex" data-show-count="true" data-count-aria-label="# stargazers on GitHub" aria-label="Star this project on GitHub">Star</a></div></section><section class="copyright">Copyright © 2019 Marcos Cardinot</section></footer></div><script type="text/javascript" src="https://cdn.jsdelivr.net/docsearch.js/1/docsearch.min.js"></script><script>window.twttr=(function(d,s, id){var js,fjs=d.getElementsByTagName(s)[0],t=window.twttr||{};if(d.getElementById(id))return t;js=d.createElement(s);js.id=id;js.src='https://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js, fjs);t._e = [];t.ready = function(f) {t._e.push(f);};return t;}(document, 'script', 'twitter-wjs'));</script><script>
var search = docsearch({
apiKey: 'd069454e2b73d4dfc6bed1804197ca9d',
indexName: 'evoplex',
inputSelector: '#search_input_react',
algoliaOptions: {"facetFilters":["language:en"]}
});
</script></body></html>