diff --git a/config.toml b/config.toml index 77d176ebb8cfde6e904897f21e5ae8cd7c8f7225..fcc5dd72a4f60b3af2399110c2f0462b769b6917 100644 --- a/config.toml +++ b/config.toml @@ -12,18 +12,6 @@ defaultContentLanguage = "en" defaultContentLanguageInSubdir= false enableMissingTranslationPlaceholders = false - -# [Languages] -# [Languages.en] -# title = "Documentation for Hugo docDock" -# weight = 1 -# languageName = "English" -# -# [Languages.fr] -# title = "Documentation du thème docDock" -# weight = 2 -# languageName = "Français" - [markup.goldmark.renderer] unsafe= true @@ -34,7 +22,7 @@ unsafe= true #editURL = "http://slms.pages.jsc.fz-juelich.de/websites/all-website/" showVisitedLinks = true # default is false themeStyle = "flex" # "original" or "flex" # default "flex" -themeVariant = "blue" # choose theme variant "green", "gold" , "gray", "blue" (default) +themeVariant = "gray" # choose theme variant "green", "gold" , "gray", "blue" (default) ordersectionsby = "weight" # ordersectionsby = "title" disableHomeIcon = true # default is false disableSearch = true # default is false @@ -53,37 +41,6 @@ identifier = "ds" url = "/index.html" weight = 10 -[[menu.shortcuts]] -name = "<i class='fa fa-bookmark'></i> <label>Documentation</label>" -identifier = "ds" -url = "/documentation/index.html" -weight = 10 - -[[menu.shortcuts]] -name = "<i class='fa fa-bookmark'></i> <label>Publications</label>" -url = "/publications/index.html" -weight = 11 - -[[menu.shortcuts]] -name = "<i class='fa fa-bullhorn'></i> <label>Methods</label>" -url = "/methods/index.html" -weight = 12 - -[[menu.shortcuts]] -name = "<i class='fa fa-github'></i> <label>Download</label>" -url = "/download/index.html" -weight = 13 - -#[[menu.shortcuts]] -#name = "<i class='fa fa-bookmark'></i> <label>Partners</label>" -#url = "/partners/index.html" -#weight = 14 - -[[menu.shortcuts]] -name = "<i class='fa fa-bookmark'></i> <label>Support</label>" -url = "/support/index.html" -weight = 15 - [[menu.shortcuts]] name = "<i class='fa fa-bookmark'></i> <label>Imprint</label>" url = "/imprint/index.html" diff --git a/content/_header.md b/content/_header.md index 24eb6a54af3ce1ba87169050a23e377b9fa15b6f..ebc9d48dcfc72a325ee99c57afb35440502eb8a3 100644 --- a/content/_header.md +++ b/content/_header.md @@ -1 +1 @@ -[{{< figure src="/websites/all-website/files/logo.png" height="32" width="200" >}}](/websites/all-website) +#[{{< figure src="/websites/all-website/files/logo.png" height="32" width="200" >}}](/websites/all-website) diff --git a/content/_index.md b/content/_index.md index 4af8a77c4b968667d35a48f7001bcae9a9053e8e..aeed29f7b9f94b01a805d002f4c901745d12dfb2 100644 --- a/content/_index.md +++ b/content/_index.md @@ -12,16 +12,21 @@ simulation codes, e.g. particle-based simulations or grid-based solvers for hydr The library is developed by the Simulation Laboratory Molecular Systems of the Juelich Supercomputing Centre (JSC), Research Centre Juelich (Forschungszentrum Jülich GmbH) in -Germany. The main focus is to offer a selection of load-balancing solutions that can be +Germany. + +The main focus is to offer a selection of load-balancing solutions that can be included into existing codes in order to improve the scaling behavior, especially on large-scale process configurations. -The library is available for free [**download**](/websites/all-website/download/index.html). If -you use it in your research or in your production code, please cite our website. +The library is available for free [**download**](https://gitlab.version.fz-juelich.de/SLMS/loadbalancing/-/releases). If +you use it in your research or in your production code, please cite our website: [**Bibtex**](/files/bibtex/libALL.bib). + +### Dokumentation ### + +You can find the documentation of the library here: [Documentation](/websites/sphinx), which provides an overview about how to build +the library and how to include it into your own code. Also you can find the documentation of the provided functions and a description +of our example codes provided with the library. -### More Information +### Videos ### -This homepage contains a short overview on the <a href="/websites/all-website//methods/index.html">methods</a> -available within the library. For more information, we refer to our -[publications](/websites/all-website/publications/index.html), the [support](/websites/all-website/support/index.html), and the library -[documentation](/websites/all-website/documentation/index.html). +In the [Videos](/websites/videos) section you find some videos showcasing different methods provided by the library. diff --git a/content/documentation.md b/content/documentation.md deleted file mode 100644 index c6e56aa462450d6ccf776110b9f237a77c888d97..0000000000000000000000000000000000000000 --- a/content/documentation.md +++ /dev/null @@ -1,21 +0,0 @@ -+++ -title= "Documentation" -toc = true -layout= "main" -+++ - -## Manual [](/scafacos-website/files/pub/libfcs_manual.pdf) - -The latest official release of the manual can be found [here](sphinx/) and the internal documentation [here](doxygen/). -In addition, after invoking `make doc` it can be found in the source tree at `doc/manual.pdf`. - -## Online interface documentation [](/doxygen/index.html) - -The function prototypes for interfacing to the library are documented in the online Doxygen. This is still in construction but already usable. It can be accessed by clicking onto the icon above, the link at the upper right corner of this web page or [here](/scafacos-website/doxygen/index.html "Online interface documentation"). - -In addition, after invoking `make doc` its latest version can be found in the source tree at `doc/html/index.html`. - - -## Examples - -A sample code how to integrate **ScaFaCoS** into an application is included in the library under `test/generic/`. diff --git a/content/download.md b/content/download.md deleted file mode 100644 index a844fc697155242f183df375f367a3422f2c0c98..0000000000000000000000000000000000000000 --- a/content/download.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Download -layout: main ---- - -You can download the current release -[here](/websites/all-website/files/ALL-current-release.tar.gz). - -Later on the gitlab from where you can get current development releases -will be available here as well. - diff --git a/content/partners.md b/content/partners.md deleted file mode 100644 index 28b8beaa941a4afccd1fcf9e957c764a6c3aae3a..0000000000000000000000000000000000000000 --- a/content/partners.md +++ /dev/null @@ -1,24 +0,0 @@ -Coordinator: - -Research Centre Jülich<br/> -Institute for Advanced Simulation<br/> -Jülich Supercomputin Centre<br/> -D-52425 Jülich<br/> - -Academic Partners: - -* University of Bonn -* Chemnitz University of Technology -* University of Stuttgart -* University of Wuppertal - -Associated Research Centre Partners - -* Fraunhofer Institute SCAI St. Augustin -* Max-Planck Institute for Polymerscience Mainz - -Associated Industrial Partners - -* BASF -* Cognis -* IBM diff --git a/content/support.md b/content/support.md deleted file mode 100644 index c9dd8063118f1eb271b7472842adebe10691f721..0000000000000000000000000000000000000000 --- a/content/support.md +++ /dev/null @@ -1,207 +0,0 @@ ---- -title: Support -layout: main ---- - -Mailing Lists -============= - -User's mailing list -------------------- - -Developer's mailing list ------------------------- - -Bugs -==== - -Before reporting a bug query the bug database whether the bug has already been reported. - -If you didn't found your bug in the database then report the bug. - -Corresponding developers -======================== - -<!-- -This is a list of the corresponding developers of -- [FMM](#contact:fmm) -- [MEMD](#contact:memd) -- [P<sup>2</sup>NFFT](#contact:p2nfft) -- [P<sup>3</sup>M](#contact:p3m) -- [PEPC](#contact:pepc) -- [PP3MG](#contact:pp3mg) -- [VMG](#contact:vmg) ---> - -<table border='0' cellpadding='10'><tr> - <td width="140"> - <img src='/scafacos-website/files/pic/unknown.jpg' alt='Picture of Ivo Kabadshow' height='160' width='120' border='0'/> - <a id="contact:fmm"></a> - </td><td valign="top"> - <b>Ivo Kabadshow</b> is the corresponding developer of the FMM method.<br /><br /> - <table border='0' cellpadding='3'><tr> - <td> Affiliation: </td> - <td> Jülich Research Center </td> - </tr><tr> - <td> Email: </td> - <td> <a href="mailto:mail">mail not available</a> </td> - </tr><tr> - <td> Homepage: </td> - <td> <a href="homepage">homepage not available</a> </td> - </tr></table> - </td> -</tr></table> - -<table border='0' cellpadding='10'><tr> - <td width="140"> - <img src='/scafacos-website/files/pic/ffahrenberger.jpg' alt='Picture of Florian Fahrenberger' height='160' width='120' border='0'/> - <a id="contact:memd"></a> - </td><td valign="top"> - <b>Florian Fahrenberger</b> is the corresponding developer of the MEMD method.<br /><br /> - <table border='0' cellpadding='3'><tr> - <td> Affiliation: </td> - <td> University of Stuttgart </td> - </tr><tr> - <td> Email: </td> - <td> <a href="mailto:Florian.Fahrenberger@icp.uni-stuttgart.de">Florian.Fahrenberger@icp.uni-stuttgart.de</a> </td> - </tr><tr> - <td> Homepage: </td> - <td> <a href="http://www.icp.uni-stuttgart.de/~icp/Florian_Fahrenberger">http://www.icp.uni-stuttgart.de/~icp/Florian_Fahrenberger</a> </td> - </tr></table> - </td> -</tr></table> - -<table border='0' cellpadding='10'><tr> - <td width="140"> - <img src='/scafacos-website/files/pic/fnestler.jpg' alt='Picture of Franziska Nestler' height='160' width='120' border='0'/> - <a id="contact:p2nfft"></a> - </td><td valign="top"> - <b>Franziska Nestler</b> is one of the corresponding developers of the P<sup>2</sup>NFFT method.<br /><br /> - <table border='0' cellpadding='3'><tr> - <td> Affiliation: </td> - <td> Technische Universität Chemnitz </td> - </tr><tr> - <td> Email: </td> - <td> <a href="mailto:franziska.nestler@mathematik.tu-chemnitz.de">franziska.nestler@mathematik.tu-chemnitz.de</a> </td> - </tr><tr> - <td> Homepage: </td> - <td> <a href="http://www.tu-chemnitz.de/~nesfr">http://www.tu-chemnitz.de/~nesfr</a> </td> - </tr></table> - </td> -</tr></table> - -<table border='0' cellpadding='10'><tr> - <td width="140"> - <img src='/scafacos-website/files/pic/mpippig.jpg' alt='Picture of Michael Pippig' height='160' width='120' border='0'/> - </td><td valign="top"> - <b>Michael Pippig</b> is one of the corresponding developers of the P<sup>2</sup>NFFT method.<br /><br /> - <table border='0' cellpadding='3'><tr> - <td> Affiliation: </td> - <td> formerly Technische Universität Chemnitz </td> - </tr><tr> - <td> Email: </td> - <td> <a href="mailto:michael.pippig.tuc@gmail.com">michael.pippig.tuc@gmail.com</a> </td> - </tr><tr> - <td> Homepage: </td> - <td> <a href="http://www.tu-chemnitz.de/~potts/workgroup/pippig">http://www.tu-chemnitz.de/~potts/workgroup/pippig</a> </td> - </tr></table> - </td> -</tr></table> - -<table border='0' cellpadding='10'><tr> - <td width="140"> - <img src='/scafacos-website/files/pic/olenz.jpg' alt='Picture of Olaf Lenz' height='160' width='120' border='0'/> - <a id="contact:p3m"></a> - </td><td valign="top"> - <b>Olaf Lenz</b> is the corresponding developer of the P<sup>3</sup>M method.<br /><br /> - <table border='0' cellpadding='3'><tr> - <td> Affiliation: </td> - <td> University of Stuttgart </td> - </tr><tr> - <td> Email: </td> - <td> <a href="mailto:olenz@icp.uni-stuttgart.de">olenz@icp.uni-stuttgart.de</a> </td> - </tr><tr> - <td> Homepage: </td> - <td> <a href="http://www.icp.uni-stuttgart.de/~icp/Olaf_Lenz">http://www.icp.uni-stuttgart.de/~icp/Olaf_Lenz</a> </td> - </tr></table> - </td> -</tr></table> - -<table border='0' cellpadding='10'><tr> - <td width="140"> - <img src='/scafacos-website/files/pic/unknown.jpg' alt='Picture of Michael Hofmann' height='160' width='120' border='0'/> - <a id="contact:psort"></a> - </td><td valign="top"> - <b>Michael Hofmann</b> is the corresponding developer of the parallel sorting methods.<br /><br /> - <table border='0' cellpadding='3'><tr> - <td> Affiliation: </td> - <td> Technische Universität Chemnitz </td> - </tr><tr> - <td> Email: </td> - <td> <a href="mailto:mail">mail not available</a> </td> - </tr><tr> - <td> Homepage: </td> - <td> <a href="homepage">homepage not available</a> </td> - </tr></table> - </td> -</tr></table> - -<table border='0' cellpadding='10'><tr> - <td width="140"> - <img src='/scafacos-website/files/pic/unknown.jpg' alt='Picture of Mathias Winkel' width='120' border='0'/> - <a id="contact:pepc"></a> - </td><td valign="top"> - <b>Mathias Winkel</b> is the corresponding developer of the PEPC method.<br /><br /> - <table border='0' cellpadding='3'><tr> - <td> Affiliation: </td> - <td> Jülich Research Center </td> - </tr><tr> - <td> Email: </td> - <td> <a href="mailto:pepc@fz-juelich.de">pepc@fz-juelich.de</a> </td> - </tr><tr> - <td> Homepage: </td> - <td> <a href="http://www.fz-juelich.de/ias/jsc/pepc">http://www.fz-juelich.de/ias/jsc/pepc</a> </td> - </tr></table> - </td> -</tr></table> - -<table border='0' cellpadding='10'><tr> - <td width="140"> - <img src='/scafacos-website/files/pic/unknown.jpg' alt='Picture of Matthias Bolten' height='160' width='120' border='0'/> - <a id="contact:pp3mg"></a> - </td><td valign="top"> - <b>Matthias Bolten</b> is the corresponding developer of the PP3MG method.<br /><br /> - <table border='0' cellpadding='3'><tr> - <td> Affiliation: </td> - <td> University of Wuppertal </td> - </tr><tr> - <td> Email: </td> - <td> <a href="mailto:mail">mail not available</a> </td> - </tr><tr> - <td> Homepage: </td> - <td> <a href="homepage">homepage not available</a> </td> - </tr></table> - </td> -</tr></table> - -<table border='0' cellpadding='10'><tr> - <td width="140"> - <img src='/scafacos-website/files/pic/unknown.jpg' alt='Picture of Julian Iseringhausen' height='160' width='120' border='0'/> - <a id="contact:vmg"></a> - </td><td valign="top"> - <b>Julian Iseringhausen</b> is the corresponding developer of the VMG method.<br /><br /> - <table border='0' cellpadding='3'><tr> - <td> Affiliation: </td> - <td> University of Bonn </td> - </tr><tr> - <td> Email: </td> - <td> <a href="mailto:mail">mail not available</a> </td> - </tr><tr> - <td> Homepage: </td> - <td> <a href="homepage">homepage not available</a> </td> - </tr></table> - </td> -</tr></table> - - - diff --git a/content/tests.md b/content/tests.md deleted file mode 100644 index e8df5e09e29a3de357d7e3b57f246b6b42bd0fb6..0000000000000000000000000000000000000000 --- a/content/tests.md +++ /dev/null @@ -1,155 +0,0 @@ ---- -title: Tests -layout: main ---- - - -Corresponding developers ------------------------- - -<!-- -This is a list of the corresponding developers of -- [FMM](#contact:fmm) -- [MEMD](#contact:memd) -- [P<sup>2</sup>NFFT](#contact:p2nfft) -- [P<sup>3</sup>M](#contact:p3m) -- [PEPC](#contact:pepc) -- [PP3MG](#contact:pp3mg) -- [VMG](#contact:vmg) ---> - -<table border='0' cellpadding='10'><tr> - <td width="140"> - <img src='files/pic/ivo.jpg' alt='Picture of Ivo Kabadshow' height='160' width='120' border='0'/> - <a id="contact:fmm"></a> - </td><td valign="top"> - <b>Ivo Kabadshow</b> is the corresponding developer of the FMM method.<br /><br /> - <table border='0' cellpadding='3'><tr> - <td> Affiliation: </td> - <td> Jülich Research Center </td> - </tr><tr> - <td> Email: </td> - <td> <a href="mailto:mail">mail not available</a> </td> - </tr><tr> - <td> Homepage: </td> - <td> <a href="homepage">homepage not available</a> </td> - </tr></table> - </td> -</tr></table> - -<table border='0' cellpadding='10'><tr> - <td width="140"> - <img src='files/pic/flo.jpg' alt='Picture of Florian Fahrenberger' height='160' width='120' border='0'/> - <a id="contact:memd"></a> - </td><td valign="top"> - <b>Florian Fahrenberger</b> is the corresponding developer of the MEMD method.<br /><br /> - <table border='0' cellpadding='3'><tr> - <td> Affiliation: </td> - <td> University of Stuttgart </td> - </tr><tr> - <td> Email: </td> - <td> <a href="mailto:mail">mail not available</a> </td> - </tr><tr> - <td> Homepage: </td> - <td> <a href="homepage">homepage not available</a> </td> - </tr></table> - </td> -</tr></table> - -<table border='0' cellpadding='10'><tr> - <td width="140"> - <img src='files/pic/mpip_2008_150x200px.jpg' alt='Picture of Michael Pippig' height='160' width='120' border='0'/> - <a id="contact:p2nfft"></a> - </td><td valign="top"> - <b>Michael Pippig</b> is the corresponding developer of the P<sup>2</sup>NFFT method.<br /><br /> - <table border='0' cellpadding='3'><tr> - <td> Affiliation: </td> - <td> Chemnitz University of Technology </td> - </tr><tr> - <td> Email: </td> - <td> <a href="mailto:michael.pippig@mathematik.tu-chemnitz.de">michael.pippig@mathematik.tu-chemnitz.de</a> </td> - </tr><tr> - <td> Homepage: </td> - <td> <a href="www.tu-chemnitz.de/~mpip">www.tu-chemnitz.de/~mpip</a> </td> - </tr></table> - </td> -</tr></table> - -<table border='0' cellpadding='10'><tr> - <td width="140"> - <img src='files/pic/olenz.jpg' alt='Picture of Olaf Lenz' height='160' width='120' border='0'/> - <a id="contact:p3m"></a> - </td><td valign="top"> - <b>Olaf Lenz</b> is the corresponding developer of the P<sup>3</sup>M method.<br /><br /> - <table border='0' cellpadding='3'><tr> - <td> Affiliation: </td> - <td> University of Stuttgart </td> - </tr><tr> - <td> Email: </td> - <td> <a href="mailto:mail">mail not available</a> </td> - </tr><tr> - <td> Homepage: </td> - <td> <a href="homepage">homepage not available</a> </td> - </tr></table> - </td> -</tr></table> - -<table border='0' cellpadding='10'><tr> - <td width="140"> - <img src='files/pic/winkel.jpg' alt='Picture of Mathias Winkel' height='160' width='120' border='0'/> - <a id="contact:pepc"></a> - </td><td valign="top"> - <b>Mathias Winkel</b> is the corresponding developer of the PEPC method.<br /><br /> - <table border='0' cellpadding='3'><tr> - <td> Affiliation: </td> - <td> Jülich Research Center </td> - </tr><tr> - <td> Email: </td> - <td> <a href="mailto:mail">mail not available</a> </td> - </tr><tr> - <td> Homepage: </td> - <td> <a href="homepage">homepage not available</a> </td> - </tr></table> - </td> -</tr></table> - -<table border='0' cellpadding='10'><tr> - <td width="140"> - <img src='files/pic/bolten.jpg' alt='Picture of Matthias Bolten' height='160' width='120' border='0'/> - <a id="contact:pp3mg"></a> - </td><td valign="top"> - <b>Matthias Bolten</b> is the corresponding developer of the PP3MG method.<br /><br /> - <table border='0' cellpadding='3'><tr> - <td> Affiliation: </td> - <td> University of Wuppertal </td> - </tr><tr> - <td> Email: </td> - <td> <a href="mailto:mail">mail not available</a> </td> - </tr><tr> - <td> Homepage: </td> - <td> <a href="homepage">homepage not available</a> </td> - </tr></table> - </td> -</tr></table> - -<table border='0' cellpadding='10'><tr> - <td width="140"> - <img src='files/pic/.jpg' alt='Picture of Frederik Heber' height='160' width='120' border='0'/> - <a id="contact:vmg"></a> - </td><td valign="top"> - <b>Frederik Heber</b> is the corresponding developer of the VMG method.<br /><br /> - <table border='0' cellpadding='3'><tr> - <td> Affiliation: </td> - <td> University of Bonn </td> - </tr><tr> - <td> Email: </td> - <td> <a href="mailto:mail">mail not available</a> </td> - </tr><tr> - <td> Homepage: </td> - <td> <a href="homepage">homepage not available</a> </td> - </tr></table> - </td> -</tr></table> - - - diff --git a/content/videos.md b/content/videos.md new file mode 100644 index 0000000000000000000000000000000000000000..047cbd424547f6271fac0a303068211d29889218 --- /dev/null +++ b/content/videos.md @@ -0,0 +1,33 @@ +--- +title: Tests +layout: main +--- + + +Some examples how the different methods work in order to load-balance particle systems: + +## Tensor-based adjustment + +## Staggered adjustment + +<video preload="none" height="720" width="1280" controls poster> +<source src="/websites/all-website/videos/animation_stag.mp4" type="video/mp4" > +<source src="/websites/all-website/videos/animation_stag.ogg" type="video/ogg" > +<source src="/websites/all-website/videos/animation_stag.avi" type="video/avi" > +Your browser does not support the video tag. +</video> + +## Force-based adjustment + +## Voronoi + +## Histogram-based adjustment + +<video preload="none" height="720" width="1280" controls poster> +<source src="/websites/all-website/videos/animation_hist.mp4" type="video/mp4" > +<source src="/websites/all-website/videos/animation_hist.ogg" type="video/ogg" > +<source src="/websites/all-website/videos/animation_hist.avi" type="video/avi" > +Your browser does not support the video tag. +</video> + +## Hierarchical adjustment diff --git a/static/LogoTUChemnitz.png b/static/LogoTUChemnitz.png deleted file mode 100644 index 9bfe0d4947166c927aa4cc2bd82ffee6102adfa6..0000000000000000000000000000000000000000 Binary files a/static/LogoTUChemnitz.png and /dev/null differ diff --git a/static/LogoUBonn.png b/static/LogoUBonn.png deleted file mode 100644 index 33690744de27e09f0564453bc96a8ec32698fc87..0000000000000000000000000000000000000000 Binary files a/static/LogoUBonn.png and /dev/null differ diff --git a/static/LogoUStuttgart.png b/static/LogoUStuttgart.png deleted file mode 100644 index e9bf7a0bad995aa87887cd60c1de34e06a69ddca..0000000000000000000000000000000000000000 Binary files a/static/LogoUStuttgart.png and /dev/null differ diff --git a/static/LogoUStuttgart.svg b/static/LogoUStuttgart.svg deleted file mode 100644 index 2da6047e44b04c54729d93509ee05bd447393a82..0000000000000000000000000000000000000000 --- a/static/LogoUStuttgart.svg +++ /dev/null @@ -1,202 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Generator: Adobe Illustrator 22.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> -<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" - viewBox="0 0 297 60" style="enable-background:new 0 0 297 60;" xml:space="preserve"> -<style type="text/css"> - .st0{fill:#FFFFFF;} -</style> -<g> - <path class="st0" d="M192.8,32.7c0,0.7,0,2.9,2.8,2.9c1.8,0,2.9-0.8,2.9-2.1s-1-1.6-2.9-2c-3.6-0.9-5.6-2-5.6-4.6 - c0-2.5,1.8-4.7,6-4.7c1.6,0,3.5,0.4,4.6,1.8c0.9,1.1,0.9,2.3,0.9,2.8h-3.1c0-0.5-0.2-2.3-2.5-2.3c-1.5,0-2.5,0.8-2.5,2.1 - c0,1.4,1.1,1.7,3.3,2.2c2.6,0.6,5.2,1.3,5.2,4.3c0,2.7-2.3,5-6.5,5c-5.8,0-5.9-3.8-5.9-5.2h3.3V32.7z M210.4,37.4 - c-1,0.3-1.9,0.3-2.4,0.3c-3.1,0-3.1-2-3.1-2.9V29h-2v-2h2v-2.1l3.1-1.1V27h2.5v2.1H208v4.8c0,1,0,1.6,1.4,1.6c0.5,0,0.7,0,1.1-0.1 - L210.4,37.4L210.4,37.4z M215.1,26.9v6.3c0,0.9,0,2.3,1.7,2.3c2,0,2-1.5,2-3.3v-5.4h3.2v7c0,2.3,0.1,2.6,0.1,2.8 - c0,0.3,0,0.5,0.1,0.8h-3l-0.1-1.4c-0.3,0.5-1.1,1.7-3.1,1.7c-1.4,0-2.6-0.7-3.2-1.4c-0.7-0.9-0.7-2.3-0.7-2.9v-6.6L215.1,26.9 - L215.1,26.9z M231.2,37.4c-1,0.3-1.9,0.3-2.4,0.3c-3.1,0-3.1-2-3.1-2.9V29h-2v-2h2v-2.1l3.1-1.1V27h2.5v2.1h-2.5v4.8 - c0,1,0,1.6,1.4,1.6c0.5,0,0.7,0,1.1-0.1L231.2,37.4L231.2,37.4z M239.6,37.4c-1,0.3-1.9,0.3-2.4,0.3c-3.1,0-3.1-2-3.1-2.9V29h-2v-2 - h2v-2.1l3.1-1.1V27h2.5v2.1h-2.5v4.8c0,1,0,1.6,1.4,1.6c0.5,0,0.7,0,1.1-0.1L239.6,37.4L239.6,37.4z M251.6,27 - c-0.1,0.8-0.1,1.6-0.1,2.6v7.9c0,3.9-3.3,4.3-5.3,4.3c-1.5,0-4.5-0.2-4.7-3.4h3c0,0.3,0.2,1.5,1.9,1.5c0.9,0,1.7-0.4,1.9-1.4 - c0.1-0.5,0.1-0.9,0.1-2.5c-1,1.3-2.1,1.5-2.9,1.5c-3.1,0-4.5-2.7-4.5-5.2c0-2.7,1.5-5.3,4.6-5.3c1.9,0,2.7,1,3,1.5l0.1-1.4 - L251.6,27L251.6,27z M246.3,35.2c2.2,0,2.2-2.6,2.2-3c0-1.2-0.2-3.2-2.1-3.2c-1.2,0-2.2,0.9-2.2,3.2 - C244.2,32.7,244.2,35.2,246.3,35.2L246.3,35.2z M260.4,37.6c-0.1-0.7-0.1-1.1-0.1-1.5c-1.2,1.7-2.6,1.7-3.2,1.7 - c-1.5,0-2.2-0.4-2.7-0.8c-0.6-0.6-0.9-1.5-0.9-2.3s0.3-2.4,2.3-3.3c1.3-0.6,3.2-0.6,4.2-0.6c0-0.7,0-1-0.1-1.4 - c-0.3-0.8-1.1-0.9-1.4-0.9c-0.4,0-0.9,0.2-1.2,0.6c-0.2,0.4-0.2,0.7-0.2,0.9H254c0-0.6,0.1-1.7,1.2-2.5c1-0.7,2.2-0.9,3.2-0.9 - c0.9,0,2.7,0.1,3.8,1.4c0.7,0.9,0.7,2.1,0.7,2.6v4.3c0,0.9,0.1,1.8,0.3,2.7L260.4,37.6L260.4,37.6z M256.5,34.3 - c0,0.7,0.5,1.5,1.5,1.5c0.6,0,1-0.3,1.3-0.6c0.5-0.7,0.6-1.5,0.6-2.6C258,32.4,256.5,33,256.5,34.3L256.5,34.3z M265.7,29.5 - c0-0.5-0.1-2-0.1-2.7h2.9l0.1,2c0.4-0.9,1.1-2.1,3.6-1.9V29c-3.2-0.3-3.4,1.9-3.4,3.3v5.2h-3.1V29.5L265.7,29.5z M280.6,37.4 - c-1,0.3-1.9,0.3-2.4,0.3c-3.1,0-3.1-2-3.1-2.9V29h-2v-2h2v-2.1l3.1-1.1V27h2.5v2.1h-2.5v4.8c0,1,0,1.6,1.4,1.6c0.5,0,0.7,0,1.1-0.1 - L280.6,37.4L280.6,37.4z"/> - <g> - <path class="st0" d="M77.4,22.4v9.3c0,1.7,0.1,3.8,3.3,3.8c0.5,0,2.1,0,2.9-1.3c0.3-0.5,0.5-1.1,0.5-2.6v-9.1h3.2V32 - c0,4.5-3.6,6-6.7,6c-1.5,0-4.3-0.3-5.7-2.6c-0.7-1.2-0.8-2.3-0.8-3.7v-9.3L77.4,22.4L77.4,22.4z M89.8,28.8c0,0,0-1.2-0.1-1.9h3 - l0.1,1.6c0.3-0.5,1.1-1.9,3.5-1.9c2.1,0,3,1.3,3.2,2s0.3,1.2,0.3,3.2v5.8h-3.2V31c0-0.4,0-0.8-0.2-1.2c-0.2-0.5-0.7-0.9-1.5-0.9 - c-0.7,0-1.3,0.3-1.6,0.8C93.2,30,93,30.5,93,31.3v6.2h-3.1L89.8,28.8L89.8,28.8z M102.7,26.9h3.1v10.7h-3.1V26.9z M110.6,26.9 - l2.4,7.2l2.4-7.2h3l-3.8,10.6h-3.5l-3.9-10.6C107.3,26.9,110.6,26.9,110.6,26.9z M122.3,33c0,0.7,0,2.8,2.2,2.8 - c0.8,0,1.6-0.3,1.9-1.5h2.8c0,0.5-0.1,1.4-1,2.3c-0.8,0.8-2.2,1.2-3.7,1.2c-0.9,0-2.6-0.2-3.8-1.3c-1-1-1.4-2.4-1.4-4.2 - c0-1.7,0.4-3.8,2.2-5c0.8-0.5,1.8-0.9,3-0.9c1.5,0,3.3,0.6,4.3,2.6c0.7,1.5,0.7,3,0.6,3.9L122.3,33L122.3,33z M126.3,31.1 - c0-0.5,0-2.4-1.9-2.4c-1.4,0-1.9,1.1-2,2.4H126.3L126.3,31.1z M131.5,29.5c0-0.5-0.1-2-0.1-2.7h2.9l0.1,2c0.4-0.9,1.1-2.2,3.6-2.1 - v2.8c-3.2-0.3-3.4,1.3-3.4,2.7v5.2h-3.1V29.5L131.5,29.5z M141.9,34.5c0,0.7,0.5,1.5,1.8,1.5c1.1,0,1.6-0.6,1.6-1.3 - c0-0.5-0.3-0.9-1.5-1.2l-1.9-0.5c-0.9-0.3-2.7-0.8-2.7-2.9s1.9-3.3,4.7-3.3c2.2,0,4,1,4,3.1h-2.8c-0.1-1.2-1-1.3-1.5-1.3 - c-0.8,0-1.5,0.4-1.5,1.1s0.5,0.9,1.5,1.1l1.9,0.5c1.9,0.5,2.8,1.5,2.8,3c0,1.8-1.6,3.7-4.9,3.7c-1.4,0-2.7-0.3-3.6-1.3 - c-0.7-0.7-0.8-1.6-0.8-2.1L141.9,34.5L141.9,34.5z M150.2,26.9h3.1v10.7h-3.1V26.9L150.2,26.9z M162.4,37.4 - c-1,0.3-1.9,0.3-2.4,0.3c-3.1,0-3.1-2-3.1-2.9V29h-2v-2h2v-3.2l3.1-0.6V27h2.5v2H160v4.8c0,1,0,1.6,1.4,1.6c0.5,0,0.7,0,1.1-0.1 - v2.1C162.5,37.4,162.4,37.4,162.4,37.4z M170.7,37.6c-0.1-0.7-0.1-1.1-0.1-1.5c-1.2,1.7-2.6,1.7-3.2,1.7c-1.5,0-2.2-0.4-2.7-0.8 - c-0.6-0.6-0.9-1.5-0.9-2.3s0.3-2.4,2.3-3.3c1.3-0.6,3.2-0.6,4.2-0.6c0-0.7,0-1-0.1-1.4c-0.3-0.8-1.1-0.9-1.4-0.9 - c-0.4,0-0.9,0.2-1.2,0.6c-0.2,0.4-0.2,0.7-0.2,0.9h-3.1c0-0.6,0.1-1.7,1.2-2.5c1-0.7,2.2-0.9,3.2-0.9c0.9,0,2.7,0.1,3.8,1.4 - c0.7,0.9,0.7,2.1,0.7,2.6v4.3c0,0.9,0.1,1.8,0.3,2.7C173.5,37.6,170.7,37.6,170.7,37.6z M166.9,34.3c0,0.7,0.5,1.5,1.5,1.5 - c0.6,0,1-0.3,1.3-0.6c0.6-0.7,0.6-1.5,0.6-2.6C168.3,32.4,166.9,33,166.9,34.3L166.9,34.3z M182.3,37.4c-1,0.3-1.9,0.3-2.4,0.3 - c-3.1,0-3.1-2-3.1-2.9V29h-2v-2h2v-2.1l3.1-1.1V27h2.5v2.1h-2.5v4.8c0,1,0,1.6,1.4,1.6c0.5,0,0.7,0,1.1-0.1v2H182.3z"/> - <circle class="st0" cx="166.8" cy="23.8" r="1.7"/> - <circle class="st0" cx="170.9" cy="23.8" r="1.7"/> - <path class="st0" d="M153.6,23.8c0,0.9-0.7,1.7-1.7,1.7c-0.9,0-1.7-0.7-1.7-1.7c0-0.9,0.7-1.7,1.7-1.7 - C152.8,22.2,153.6,22.9,153.6,23.8z M105.9,23.8c0,0.9-0.8,1.7-1.7,1.7s-1.7-0.7-1.7-1.7c0-0.9,0.8-1.7,1.7-1.7 - S105.9,22.9,105.9,23.8L105.9,23.8z"/> - </g> - <g> - <circle class="st0" cx="29.2" cy="30" r="1.6"/> - <path class="st0" d="M33.1,27.6c0-0.9-0.7-1.6-1.6-1.6S30,26.7,30,27.6s0.7,1.6,1.6,1.6C32.4,29.1,33.1,28.4,33.1,27.6z"/> - <circle class="st0" cx="31.6" cy="32.5" r="1.6"/> - <circle class="st0" cx="34.3" cy="30" r="1.6"/> - <path class="st0" d="M37.3,25.9c-0.9,0-1.6,0.7-1.6,1.6s0.7,1.6,1.6,1.6c0.9,0,1.6-0.7,1.6-1.6C38.8,26.6,38.1,25.9,37.3,25.9 - L37.3,25.9z"/> - <circle class="st0" cx="37.2" cy="32.5" r="1.6"/> - <path class="st0" d="M34.2,36.6c0.9,0,1.6-0.7,1.6-1.6c0-0.9-0.7-1.6-1.6-1.6s-1.6,0.7-1.6,1.6C32.6,35.9,33.3,36.6,34.2,36.6 - L34.2,36.6z M33.3,38.1c0-0.9-0.7-1.6-1.6-1.6s-1.6,0.7-1.6,1.6s0.7,1.6,1.6,1.6C32.6,39.6,33.3,38.9,33.3,38.1L33.3,38.1z - M29.3,43c0.9,0,1.6-0.7,1.6-1.6c0-0.9-0.7-1.6-1.6-1.6s-1.6,0.7-1.6,1.6C27.7,42.3,28.4,43,29.3,43L29.3,43z"/> - <circle class="st0" cx="40.6" cy="30" r="1.6"/> - <circle class="st0" cx="40.4" cy="35.2" r="1.6"/> - <path class="st0" d="M44.1,31.3c-0.9,0-1.6,0.7-1.6,1.6s0.7,1.6,1.6,1.6c0.9,0,1.6-0.7,1.6-1.6S45,31.3,44.1,31.3z M45.3,38.2 - c0-0.9-0.7-1.6-1.6-1.6c-0.9,0-1.6,0.7-1.6,1.6c0,0.9,0.7,1.6,1.6,1.6S45.3,39.1,45.3,38.2z M41.5,40.6c0-0.9-0.7-1.6-1.6-1.6 - c-0.9,0-1.6,0.7-1.6,1.6c0,0.9,0.7,1.6,1.6,1.6C40.7,42.2,41.5,41.5,41.5,40.6L41.5,40.6z M34.4,42.8c0.9,0,1.6-0.7,1.6-1.6 - c0-0.9-0.7-1.6-1.6-1.6c-0.9,0-1.6,0.7-1.6,1.6C32.8,42.1,33.6,42.8,34.4,42.8L34.4,42.8z M31.9,46.5c0.9,0,1.6-0.7,1.6-1.6 - c0-0.9-0.7-1.6-1.6-1.6s-1.6,0.7-1.6,1.6C30.4,45.8,31.1,46.5,31.9,46.5L31.9,46.5z M29.2,50.4c0.9,0,1.6-0.7,1.6-1.6 - c0-0.9-0.7-1.6-1.6-1.6s-1.6,0.7-1.6,1.6S28.4,50.4,29.2,50.4L29.2,50.4z M38.5,37.7c0-0.9-0.7-1.6-1.6-1.6 - c-0.9,0-1.6,0.7-1.6,1.6c0,0.9,0.7,1.6,1.6,1.6S38.5,38.6,38.5,37.7L38.5,37.7z"/> - <circle class="st0" cx="47.8" cy="35.7" r="1.6"/> - <circle class="st0" cx="47.2" cy="41.4" r="1.6"/> - <path class="st0" d="M51.1,43.3c-0.9,0-1.6,0.7-1.6,1.6c0,0.9,0.7,1.6,1.6,1.6c0.9,0,1.6-0.7,1.6-1.6C52.7,44,52,43.3,51.1,43.3 - L51.1,43.3z M46.3,45.5c-0.9,0-1.6,0.7-1.6,1.6c0,0.9,0.7,1.6,1.6,1.6c0.9,0,1.6-0.7,1.6-1.6C47.9,46.2,47.2,45.5,46.3,45.5z - M44.6,43.8c0-0.9-0.7-1.6-1.6-1.6s-1.6,0.7-1.6,1.6c0,0.9,0.7,1.6,1.6,1.6S44.6,44.7,44.6,43.8L44.6,43.8z M40.7,49.6 - c0.9,0,1.6-0.7,1.6-1.6c0-0.9-0.7-1.6-1.6-1.6c-0.9,0-1.6,0.7-1.6,1.6C39.1,48.9,39.8,49.6,40.7,49.6z M34.9,50.2 - c0.9,0,1.6-0.7,1.6-1.6c0-0.9-0.7-1.6-1.6-1.6c-0.9,0-1.6,0.7-1.6,1.6C33.4,49.5,34.1,50.2,34.9,50.2L34.9,50.2z M39,44.5 - c0-0.9-0.7-1.6-1.6-1.6c-0.9,0-1.6,0.7-1.6,1.6c0,0.9,0.7,1.6,1.6,1.6S39,45.4,39,44.5L39,44.5z"/> - <circle class="st0" cx="50" cy="50.8" r="1.6"/> - <circle class="st0" cx="44" cy="51.9" r="1.6"/> - <path class="st0" d="M41.4,54.9c-0.9,0-1.6,0.7-1.6,1.6c0,0.9,0.7,1.6,1.6,1.6c0.9,0,1.6-0.7,1.6-1.6C43,55.6,42.3,54.9,41.4,54.9 - L41.4,54.9z"/> - <circle class="st0" cx="38.1" cy="52.6" r="1.6"/> - <path class="st0" d="M35.3,55.7c-0.9,0-1.6,0.7-1.6,1.6c0,0.9,0.7,1.6,1.6,1.6c0.9,0,1.6-0.7,1.6-1.6 - C36.9,56.4,36.2,55.7,35.3,55.7z"/> - <circle class="st0" cx="32.1" cy="53" r="1.6"/> - <circle class="st0" cx="29.3" cy="57.6" r="1.6"/> - <circle class="st0" cx="26.2" cy="52.9" r="1.6"/> - <path class="st0" d="M23,55.7c-0.9,0-1.6,0.7-1.6,1.6c0,0.9,0.7,1.6,1.6,1.6s1.6-0.7,1.6-1.6C24.6,56.5,23.9,55.7,23,55.7L23,55.7 - z"/> - <circle class="st0" cx="17.1" cy="56.5" r="1.6"/> - <path class="st0" d="M51.8,37.3c-0.9,0-1.6,0.7-1.6,1.6c0,0.9,0.7,1.6,1.6,1.6s1.6-0.7,1.6-1.6C53.4,38,52.7,37.3,51.8,37.3 - L51.8,37.3z M55.7,40.5c-0.9,0-1.6,0.7-1.6,1.6c0,0.9,0.7,1.6,1.6,1.6c0.9,0,1.6-0.7,1.6-1.6S56.6,40.5,55.7,40.5L55.7,40.5z - M56.5,34.5c-0.9,0-1.6,0.7-1.6,1.6c0,0.9,0.7,1.6,1.6,1.6c0.9,0,1.6-0.7,1.6-1.6S57.4,34.5,56.5,34.5L56.5,34.5z M52.1,31.4 - c-0.9,0-1.6,0.7-1.6,1.6s0.7,1.6,1.6,1.6c0.9,0,1.6-0.7,1.6-1.6C53.7,32.1,53,31.4,52.1,31.4L52.1,31.4z"/> - <circle class="st0" cx="56.8" cy="30" r="1.6"/> - <circle class="st0" cx="52.1" cy="27.1" r="1.6"/> - <circle class="st0" cx="56.5" cy="23.9" r="1.6"/> - <path class="st0" d="M50.2,21.1c0,0.9,0.7,1.6,1.6,1.6c0.9,0,1.6-0.7,1.6-1.6s-0.7-1.6-1.6-1.6C50.9,19.6,50.2,20.3,50.2,21.1 - L50.2,21.1z M55.7,19.4c0.9,0,1.6-0.7,1.6-1.6s-0.7-1.6-1.6-1.6c-0.9,0-1.6,0.7-1.6,1.6C54.2,18.7,54.9,19.4,55.7,19.4L55.7,19.4z - "/> - <circle class="st0" cx="51.1" cy="15.2" r="1.6"/> - <path class="st0" d="M50,10.9c0.9,0,1.6-0.7,1.6-1.6c0-0.9-0.7-1.6-1.6-1.6c-0.9,0-1.6,0.7-1.6,1.6C48.4,10.2,49.1,10.9,50,10.9 - L50,10.9z"/> - <circle class="st0" cx="46.4" cy="12.9" r="1.6"/> - <path class="st0" d="M43,14.6c-0.9,0-1.6,0.7-1.6,1.6c0,0.9,0.7,1.6,1.6,1.6c0.9,0,1.6-0.7,1.6-1.6C44.6,15.3,43.9,14.6,43,14.6 - L43,14.6z M38.3,19.4c0,0.9,0.7,1.6,1.6,1.6c0.9,0,1.6-0.7,1.6-1.6s-0.7-1.6-1.6-1.6S38.3,18.5,38.3,19.4L38.3,19.4z"/> - <circle class="st0" cx="37.4" cy="15.5" r="1.6"/> - <circle class="st0" cx="34.9" cy="11.4" r="1.6"/> - <circle class="st0" cx="32" cy="15.1" r="1.6"/> - <circle class="st0" cx="26.3" cy="15.1" r="1.6"/> - <circle class="st0" cx="24" cy="18.8" r="1.6"/> - <path class="st0" d="M25,22c0,0.9,0.7,1.6,1.6,1.6s1.6-0.7,1.6-1.6s-0.7-1.6-1.6-1.6C25.8,20.4,25,21.1,25,22L25,22z"/> - <circle class="st0" cx="21.5" cy="22.3" r="1.6"/> - <circle class="st0" cx="18" cy="24.8" r="1.6"/> - <path class="st0" d="M14.3,28.8c0.9,0,1.6-0.7,1.6-1.6s-0.7-1.6-1.6-1.6c-0.9,0-1.6,0.7-1.6,1.6C12.7,28.1,13.4,28.8,14.3,28.8 - L14.3,28.8z"/> - <circle class="st0" cx="14.7" cy="21.8" r="1.6"/> - <circle class="st0" cx="10.6" cy="24.3" r="1.6"/> - <path class="st0" d="M6.2,28.7c0.9,0,1.6-0.7,1.6-1.6s-0.7-1.6-1.6-1.6s-1.6,0.7-1.6,1.6S5.4,28.7,6.2,28.7L6.2,28.7z M1.8,25.4 - c0.9,0,1.6-0.7,1.6-1.6s-0.7-1.6-1.6-1.6s-1.6,0.7-1.6,1.6C0.3,24.7,1,25.4,1.8,25.4L1.8,25.4z"/> - <circle class="st0" cx="6.6" cy="21.2" r="1.6"/> - <path class="st0" d="M2.7,16.2c-0.9,0-1.6,0.7-1.6,1.6s0.7,1.6,1.6,1.6s1.6-0.7,1.6-1.6C4.2,16.9,3.5,16.2,2.7,16.2z M7.3,16.8 - c0.9,0,1.6-0.7,1.6-1.6s-0.7-1.6-1.6-1.6s-1.6,0.7-1.6,1.6C5.7,16.1,6.4,16.8,7.3,16.8z"/> - <circle class="st0" cx="11.1" cy="18.5" r="1.6"/> - <circle class="st0" cx="15.4" cy="16.2" r="1.6"/> - <circle class="st0" cx="18.5" cy="19.4" r="1.6"/> - <path class="st0" d="M10.4,31.5c0.9,0,1.6-0.7,1.6-1.6s-0.7-1.6-1.6-1.6c-0.9,0-1.6,0.7-1.6,1.6C8.8,30.8,9.5,31.5,10.4,31.5 - L10.4,31.5z"/> - <circle class="st0" cx="29.3" cy="18.6" r="1.6"/> - <path class="st0" d="M40.7,10.4c-0.9,0-1.6,0.7-1.6,1.6c0,0.9,0.7,1.6,1.6,1.6c0.9,0,1.6-0.7,1.6-1.6 - C42.2,11.1,41.5,10.4,40.7,10.4L40.7,10.4z"/> - <circle class="st0" cx="44" cy="8.1" r="1.6"/> - <circle class="st0" cx="38.1" cy="7.4" r="1.6"/> - <path class="st0" d="M41.4,5.1c0.9,0,1.6-0.7,1.6-1.6s-0.7-1.6-1.6-1.6c-0.9,0-1.6,0.7-1.6,1.6S40.6,5.1,41.4,5.1L41.4,5.1z"/> - <circle class="st0" cx="35.3" cy="2.7" r="1.6"/> - <circle class="st0" cx="29.2" cy="2.4" r="1.6"/> - <circle class="st0" cx="23" cy="2.7" r="1.6"/> - <path class="st0" d="M17.1,5.1c0.9,0,1.6-0.7,1.6-1.6S18,1.9,17.1,1.9s-1.6,0.7-1.6,1.6S16.2,5.1,17.1,5.1L17.1,5.1z"/> - <circle class="st0" cx="26.2" cy="7.1" r="1.6"/> - <path class="st0" d="M20.3,9c0.9,0,1.6-0.7,1.6-1.6s-0.7-1.6-1.6-1.6s-1.6,0.7-1.6,1.6C18.7,8.3,19.5,9,20.3,9z M17.7,10.4 - c-0.9,0-1.6,0.7-1.6,1.6c0,0.9,0.7,1.6,1.6,1.6s1.6-0.7,1.6-1.6C19.3,11.1,18.6,10.4,17.7,10.4L17.7,10.4z M12,14.5 - c0.9,0,1.6-0.7,1.6-1.6c0-0.9-0.7-1.6-1.6-1.6c-0.9,0-1.6,0.7-1.6,1.6S11.1,14.5,12,14.5L12,14.5z M8.7,10.8 - c0.9,0,1.6-0.7,1.6-1.6c0-0.9-0.7-1.6-1.6-1.6S7.1,8.3,7.1,9.2C7.1,10.1,7.8,10.8,8.7,10.8L8.7,10.8z M14.4,9.7 - C15.3,9.7,16,9,16,8.1s-0.7-1.6-1.6-1.6c-0.9,0-1.6,0.7-1.6,1.6C12.8,9,13.5,9.7,14.4,9.7L14.4,9.7z"/> - <circle class="st0" cx="21" cy="15.5" r="1.6"/> - <circle class="st0" cx="23.4" cy="11.4" r="1.6"/> - <circle class="st0" cx="32.1" cy="7.1" r="1.6"/> - <circle class="st0" cx="29.2" cy="11.2" r="1.6"/> - <circle class="st0" cx="36.9" cy="22.3" r="1.6"/> - <path class="st0" d="M34.2,23.4c-0.9,0-1.6,0.7-1.6,1.6s0.7,1.6,1.6,1.6s1.6-0.7,1.6-1.6S35.1,23.4,34.2,23.4z M30.2,21.9 - c0,0.9,0.7,1.6,1.6,1.6s1.6-0.7,1.6-1.6s-0.7-1.6-1.6-1.6C30.9,20.3,30.2,21.1,30.2,21.9L30.2,21.9z M29.2,23.3 - c-0.9,0-1.6,0.7-1.6,1.6s0.7,1.6,1.6,1.6s1.6-0.7,1.6-1.6C30.8,24,30.1,23.3,29.2,23.3z M25.2,27.6c0,0.9,0.7,1.6,1.6,1.6 - s1.6-0.7,1.6-1.6S27.7,26,26.8,26C25.9,26,25.2,26.7,25.2,27.6L25.2,27.6z M24.2,23.5c-0.9,0-1.6,0.7-1.6,1.6s0.7,1.6,1.6,1.6 - s1.6-0.7,1.6-1.6C25.8,24.2,25.1,23.5,24.2,23.5L24.2,23.5z M24.1,31.6c0.9,0,1.6-0.7,1.6-1.6s-0.7-1.6-1.6-1.6s-1.6,0.7-1.6,1.6 - S23.2,31.6,24.1,31.6L24.1,31.6z"/> - <circle class="st0" cx="21.1" cy="27.5" r="1.6"/> - <circle class="st0" cx="21.1" cy="32.6" r="1.6"/> - <path class="st0" d="M17.8,31.5c0.9,0,1.6-0.7,1.6-1.6s-0.7-1.6-1.6-1.6s-1.6,0.7-1.6,1.6C16.2,30.8,16.9,31.5,17.8,31.5z"/> - <circle class="st0" cx="18.1" cy="35.3" r="1.6"/> - <path class="st0" d="M14.3,34.4c0.9,0,1.6-0.7,1.6-1.6c0-0.9-0.7-1.6-1.6-1.6c-0.9,0-1.6,0.7-1.6,1.6 - C12.7,33.7,13.4,34.4,14.3,34.4L14.3,34.4z M14.7,39.9c0.9,0,1.6-0.7,1.6-1.6c0-0.9-0.7-1.6-1.6-1.6c-0.9,0-1.6,0.7-1.6,1.6 - C13.1,39.1,13.8,39.9,14.7,39.9z M11.1,43.1c0.9,0,1.6-0.7,1.6-1.6c0-0.9-0.7-1.6-1.6-1.6c-0.9,0-1.6,0.7-1.6,1.6 - C9.6,42.4,10.3,43.1,11.1,43.1L11.1,43.1z M8.2,38.9c0-0.9-0.7-1.6-1.6-1.6S5,38,5,38.9s0.7,1.6,1.6,1.6S8.2,39.7,8.2,38.9z"/> - <circle class="st0" cx="1.9" cy="36.1" r="1.6"/> - <path class="st0" d="M6.2,34.6c0.9,0,1.6-0.7,1.6-1.6c0-0.9-0.7-1.6-1.6-1.6S4.6,32.1,4.6,33S5.4,34.6,6.2,34.6L6.2,34.6z"/> - <circle class="st0" cx="1.6" cy="30" r="1.6"/> - <path class="st0" d="M10.6,37.3c0.9,0,1.6-0.7,1.6-1.6c0-0.9-0.7-1.6-1.6-1.6c-0.9,0-1.6,0.7-1.6,1.6S9.7,37.3,10.6,37.3 - L10.6,37.3z M2.6,40.5c-0.9,0-1.6,0.7-1.6,1.6c0,0.9,0.7,1.6,1.6,1.6s1.6-0.7,1.6-1.6S3.5,40.5,2.6,40.5L2.6,40.5z"/> - <circle class="st0" cx="7.3" cy="44.9" r="1.6"/> - <path class="st0" d="M28.3,32.5c0-0.9-0.7-1.6-1.6-1.6s-1.6,0.7-1.6,1.6c0,0.9,0.7,1.6,1.6,1.6C27.6,34.1,28.3,33.4,28.3,32.5 - L28.3,32.5z M29.2,36.7c0.9,0,1.6-0.7,1.6-1.6c0-0.9-0.7-1.6-1.6-1.6s-1.6,0.7-1.6,1.6C27.7,35.9,28.4,36.7,29.2,36.7L29.2,36.7z - M28.2,38.1c0-0.9-0.7-1.6-1.6-1.6S25,37.2,25,38.1s0.7,1.6,1.6,1.6C27.5,39.6,28.2,38.9,28.2,38.1L28.2,38.1z M24,42.8 - c0.9,0,1.6-0.7,1.6-1.6c0-0.9-0.7-1.6-1.6-1.6s-1.6,0.7-1.6,1.6S23.1,42.8,24,42.8z"/> - <circle class="st0" cx="26.4" cy="44.9" r="1.6"/> - <circle class="st0" cx="23.4" cy="48.6" r="1.6"/> - <circle class="st0" cx="17.7" cy="48" r="1.6"/> - <path class="st0" d="M15.4,45.4c0.9,0,1.6-0.7,1.6-1.6c0-0.9-0.7-1.6-1.6-1.6s-1.6,0.7-1.6,1.6C13.9,44.7,14.6,45.4,15.4,45.4 - L15.4,45.4z M21,46.1c0.9,0,1.6-0.7,1.6-1.6c0-0.9-0.7-1.6-1.6-1.6s-1.6,0.7-1.6,1.6C19.4,45.4,20.1,46.1,21,46.1L21,46.1z - M20.1,40.6c0-0.9-0.7-1.6-1.6-1.6s-1.6,0.7-1.6,1.6c0,0.9,0.7,1.6,1.6,1.6C19.4,42.1,20.1,41.4,20.1,40.6z"/> - <circle class="st0" cx="21.5" cy="37.7" r="1.6"/> - <path class="st0" d="M24.2,36.6c0.9,0,1.6-0.7,1.6-1.6c0-0.9-0.7-1.6-1.6-1.6s-1.6,0.7-1.6,1.6C22.6,35.8,23.4,36.6,24.2,36.6 - L24.2,36.6z M13.6,47.1c0-0.9-0.7-1.6-1.6-1.6c-0.9,0-1.6,0.7-1.6,1.6c0,0.9,0.7,1.6,1.6,1.6C12.9,48.6,13.6,47.9,13.6,47.1 - L13.6,47.1z"/> - <circle class="st0" cx="14.4" cy="51.9" r="1.6"/> - <path class="st0" d="M8.6,49.2c-0.9,0-1.6,0.7-1.6,1.6c0,0.9,0.7,1.6,1.6,1.6s1.6-0.7,1.6-1.6C10.2,49.9,9.5,49.2,8.6,49.2 - L8.6,49.2z M20.3,51c-0.9,0-1.6,0.7-1.6,1.6c0,0.9,0.7,1.6,1.6,1.6s1.6-0.7,1.6-1.6S21.2,51,20.3,51L20.3,51z M34.4,17.3 - c-0.9,0-1.6,0.7-1.6,1.6s0.7,1.6,1.6,1.6c0.9,0,1.6-0.7,1.6-1.6S35.3,17.3,34.4,17.3z M45.6,18.6c0,0.9,0.7,1.6,1.6,1.6 - c0.9,0,1.6-0.7,1.6-1.6S48.1,17,47.2,17S45.6,17.7,45.6,18.6z"/> - <circle class="st0" cx="43.7" cy="21.8" r="1.6"/> - <path class="st0" d="M47.8,25.8c0.9,0,1.6-0.7,1.6-1.6s-0.7-1.6-1.6-1.6c-0.9,0-1.6,0.7-1.6,1.6C46.2,25.1,46.9,25.8,47.8,25.8 - L47.8,25.8z M48,28.4c-0.9,0-1.6,0.7-1.6,1.6s0.7,1.6,1.6,1.6c0.9,0,1.6-0.7,1.6-1.6S48.9,28.4,48,28.4L48,28.4z"/> - <circle class="st0" cx="44.1" cy="27.2" r="1.6"/> - <path class="st0" d="M40.4,26.4c0.9,0,1.6-0.7,1.6-1.6s-0.7-1.6-1.6-1.6c-0.9,0-1.6,0.7-1.6,1.6C38.8,25.6,39.5,26.4,40.4,26.4 - L40.4,26.4z"/> - </g> -</g> -</svg> diff --git a/static/LogoUWuppertal.png b/static/LogoUWuppertal.png deleted file mode 100644 index 07849de05093718121282cb470322a8f23dce652..0000000000000000000000000000000000000000 Binary files a/static/LogoUWuppertal.png and /dev/null differ diff --git a/static/LogoUWuppertal.svg b/static/LogoUWuppertal.svg deleted file mode 100644 index 12bbacfba91a2de99b1b2cffe27ac5526f9ff218..0000000000000000000000000000000000000000 --- a/static/LogoUWuppertal.svg +++ /dev/null @@ -1 +0,0 @@ -<svg id="Ebene_1" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 137.667 41.314" xml:space="preserve" height="100%" viewBox="0 0 205.39956 72" width="100%" version="1.1" y="0px" x="0px" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"><g id="g5831" fill="#fff" transform="matrix(2.2789 0 0 2.2789 -17.612 -8.3754)"><path id="path5833" d="m46.864 27.883 1.232 5.053h1.231l0.987-3.863 0.917 3.863h1.204l1.288-5.053h-1.036l-0.819 3.787-0.89-3.787h-1.225l-0.986 3.787-0.784-3.787h-1.119zm7.959-0.008v3.025c0 0.469 0.015 0.861 0.259 1.246 0.476 0.762 1.4 0.873 1.904 0.873 1.022 0 2.219-0.482 2.219-1.986v-3.158h-1.057v3.025c0 0.51-0.056 0.707-0.161 0.861-0.28 0.434-0.805 0.439-0.98 0.439-1.057 0-1.099-0.691-1.099-1.246v-3.08h-1.085v0.001zm5.957 5.047h1.099v-1.967h0.735c0.266 0 0.777 0 1.148-0.238 0.398-0.258 0.644-0.756 0.644-1.344 0-0.258-0.043-0.623-0.309-0.945-0.419-0.502-1.028-0.553-1.757-0.553h-1.56v5.047zm1.071-4.229h0.547c0.308 0 0.89 0 0.89 0.688 0 0.77-0.652 0.77-1.002 0.77h-0.435v-1.458zm3.766 4.229h1.099v-1.967h0.735c0.267 0 0.777 0 1.148-0.238 0.398-0.258 0.643-0.756 0.643-1.344 0-0.258-0.041-0.623-0.308-0.945-0.419-0.502-1.028-0.553-1.757-0.553h-1.561v5.047h0.001zm1.071-4.229h0.547c0.308 0 0.889 0 0.889 0.688 0 0.77-0.65 0.77-1.001 0.77h-0.435v-1.458zm3.69 4.229h3.464v-0.84h-2.38v-1.365h2.155v-0.824h-2.155v-1.205h2.303v-0.826h-3.387v5.06zm4.738 0h1.105v-2.043h0.952c0.183 0 0.448 0 0.547 0.287 0.069 0.195 0.224 1.477 0.272 1.756h1.196c-0.056-0.084-0.098-0.141-0.154-0.363-0.034-0.141-0.076-0.385-0.153-0.98-0.091-0.658-0.147-1.092-0.909-1.162 0.244-0.07 1.056-0.293 1.056-1.238 0-0.33-0.126-0.701-0.44-0.973-0.405-0.35-0.973-0.35-1.533-0.344h-1.938v5.06h-0.001zm1.071-4.264h0.729c0.343 0 0.546 0 0.714 0.119 0.099 0.064 0.267 0.225 0.267 0.568 0 0.357-0.203 0.531-0.28 0.588-0.175 0.141-0.427 0.141-0.553 0.141h-0.876v-1.416h-0.001zm5.202 4.264h1.091v-4.221h1.505v-0.84h-4.101v0.84h1.505v4.221zm4.395-5.061-1.827 5.061h1.036l0.378-1.092h2.002l0.364 1.092h1.092l-1.757-5.061h-1.288zm-0.133 3.151 0.749-2.156 0.699 2.156h-1.448zm4.298 1.91h3.275v-0.859h-2.17v-4.193h-1.105v5.052z"/><path id="path5835" d="m47.264 17.776v3.025c0 0.469 0.015 0.859 0.259 1.244 0.476 0.764 1.399 0.875 1.904 0.875 1.021 0 2.218-0.482 2.218-1.986v-3.158h-1.056v3.025c0 0.51-0.057 0.707-0.161 0.859-0.28 0.436-0.806 0.441-0.98 0.441-1.058 0-1.1-0.693-1.1-1.246v-3.08h-1.084v0.001zm5.796 5.046h1.021v-4.2l1.96 4.2h1.49v-5.06h-1.007v3.982l-1.897-3.982h-1.567v5.06zm5.921 0h1.084v-5.074h-1.084v5.074zm2.17-5.039 1.861 5.04h1.184l1.862-5.04h-1.071l-1.33 3.969-1.323-3.969h-1.183zm6.048 5.039h3.465v-0.84h-2.381v-1.365h2.156v-0.826h-2.156v-1.205h2.304v-0.824h-3.388v5.06zm4.739 0h1.105v-2.045h0.952c0.182 0 0.448 0 0.546 0.287 0.07 0.197 0.225 1.479 0.273 1.758h1.196c-0.057-0.084-0.099-0.141-0.154-0.363-0.035-0.141-0.077-0.387-0.153-0.98-0.092-0.658-0.147-1.092-0.91-1.162 0.245-0.07 1.057-0.293 1.057-1.24 0-0.328-0.126-0.699-0.44-0.973-0.406-0.35-0.973-0.35-1.533-0.342h-1.938v5.06h-0.001zm1.071-4.263h0.729c0.343 0 0.546 0 0.714 0.119 0.098 0.063 0.267 0.225 0.267 0.567 0 0.356-0.203 0.532-0.28 0.589-0.175 0.139-0.428 0.139-0.554 0.139h-0.875v-1.414h-0.001zm4.054 2.646c0.007 0.49 0.021 1.736 1.959 1.736 1.4 0 2.156-0.734 2.156-1.645 0-0.986-0.86-1.225-1.735-1.435-0.729-0.182-1.1-0.266-1.1-0.734 0-0.414 0.329-0.688 0.833-0.688 0.75 0 0.806 0.596 0.819 0.771h1.043c0-0.169 0-0.575-0.287-0.939-0.378-0.475-1.001-0.594-1.526-0.594-1.406 0-2.001 0.734-2.001 1.567 0 0.875 0.657 1.233 1.861 1.534 0.645 0.154 0.96 0.23 0.96 0.678 0 0.428-0.372 0.707-0.96 0.707-0.932 0-0.917-0.721-0.917-0.959h-1.105v0.001zm5.404 1.617h1.084v-5.074h-1.084v5.074zm3.688 0h1.091v-4.221h1.506v-0.839h-4.102v0.839h1.505v4.221zm5.363-5.439h0.713v-0.826h-0.713v0.826zm-1.205 0h0.713v-0.826h-0.713v0.826zm0.308 0.385-1.826 5.054h1.035l0.378-1.092h2.002l0.363 1.092h1.093l-1.757-5.054h-1.288zm-0.133 3.144 0.749-2.157 0.699 2.157h-1.448zm4.817 1.91h1.091v-4.221h1.504v-0.839h-4.1v0.839h1.505v4.221z"/><path id="path5837" d="m47.235 12.722h1.89c0.196 0 0.883 0 1.274-0.203 0.392-0.196 0.741-0.595 0.741-1.189 0-0.532-0.301-1.093-1.069-1.231v-0.015c0.293-0.077 0.538-0.301 0.572-0.343 0.26-0.238 0.294-0.567 0.294-0.756 0-0.295-0.104-0.785-0.566-1.078-0.385-0.238-0.952-0.238-1.246-0.238h-1.89v5.053zm1.036-4.277h0.736c0.356 0 0.889 0 0.889 0.631 0 0.651-0.561 0.651-0.868 0.651h-0.757v-1.282zm0 2.065h0.623c0.519 0 1.17 0 1.17 0.721 0 0.68-0.561 0.68-1.058 0.68h-0.735v-1.401zm4.236 2.212h3.464v-0.839h-2.38v-1.366h2.156v-0.825h-2.156v-1.205h2.303v-0.825h-3.387v5.06zm4.738 0h1.105v-2.044h0.952c0.183 0 0.448 0 0.547 0.287 0.07 0.195 0.224 1.477 0.272 1.757h1.196c-0.056-0.084-0.098-0.14-0.153-0.364-0.035-0.14-0.077-0.385-0.154-0.98-0.091-0.657-0.146-1.091-0.909-1.161 0.245-0.069 1.056-0.294 1.056-1.239 0-0.329-0.126-0.699-0.44-0.973-0.405-0.35-0.973-0.35-1.533-0.343h-1.938v5.06h-0.001zm1.07-4.263h0.729c0.343 0 0.546 0 0.715 0.119 0.098 0.063 0.266 0.224 0.266 0.566 0 0.357-0.203 0.533-0.28 0.589-0.175 0.14-0.427 0.14-0.553 0.14h-0.876v-1.414h-0.001zm8.673 0.756c-0.007-0.273-0.027-0.672-0.363-1.057-0.398-0.455-1.07-0.637-1.722-0.637-1.534 0-2.653 0.958-2.653 2.75 0 0.532 0.105 1.338 0.672 1.891 0.398 0.392 0.994 0.672 2.149 0.672 1.015 0 1.532-0.176 1.848-0.28v-2.526h-2.064v0.84h0.979v1.064c-0.118 0.035-0.301 0.098-0.826 0.098-0.602 0-0.938-0.154-1.19-0.434-0.371-0.4-0.42-1.016-0.42-1.358 0-0.777 0.245-1.926 1.478-1.926 0.238 0 0.638 0.056 0.848 0.392 0.126 0.197 0.133 0.379 0.14 0.512h1.124v-0.001zm1.422 3.507h1.085v-5.074h-1.085v5.074zm2.331-1.616c0.007 0.49 0.021 1.735 1.96 1.735 1.4 0 2.155-0.734 2.155-1.645 0-0.987-0.86-1.226-1.735-1.435-0.729-0.182-1.1-0.266-1.1-0.735 0-0.413 0.329-0.687 0.834-0.687 0.749 0 0.805 0.596 0.819 0.771h1.042c0-0.168 0-0.575-0.287-0.938-0.377-0.476-1-0.595-1.525-0.595-1.407 0-2.002 0.734-2.002 1.568 0 0.875 0.657 1.231 1.861 1.532 0.645 0.154 0.96 0.231 0.96 0.68 0 0.427-0.371 0.707-0.96 0.707-0.931 0-0.917-0.721-0.917-0.959h-1.105v0.001zm9.421-1.793c0-1.008-0.776-1.68-1.883-1.68-1.421 0-2.315 1.064-2.315 2.667 0 1.253 0.566 2.541 2.309 2.541 0.462 0 1.029-0.104 1.478-0.567 0.405-0.419 0.434-0.889 0.454-1.189h-1.141c-0.021 0.672-0.455 0.959-0.91 0.959-1.057 0-1.057-1.436-1.057-1.736 0-1.043 0.336-1.883 1.141-1.883 0.735 0 0.798 0.714 0.819 0.889h1.105v-0.001zm1.262 3.409h1.084v-2.22h1.926v2.22h1.084v-5.06h-1.099v2.023h-1.911v-2.023h-1.084v5.06zm5.662 0h3.465v-0.839h-2.381v-1.366h2.156v-0.825h-2.156v-1.205h2.304v-0.825h-3.388v5.06z"/><path id="path5839" d="m22.895 5.061c-0.004-0.031-0.005-0.061-0.005-0.093 0-0.594 0.484-1.075 1.081-1.075s1.081 0.481 1.081 1.075c0 0.031-0.001 0.062-0.004 0.093h-2.153z"/><path id="path5841" d="m24.054 9.385v-1.16h-1.057-3.833 0.002c0.068 0.652 0.617 1.16 1.284 1.16h3.604z"/><path id="path5843" d="m20.398 5.062-1.168-1.162h1.49c0.675 0 1.23 0.509 1.3 1.162h-1.622z"/><path id="path5845" d="m18.278 9.393h-1.385l-0.002 0.004c0.109-0.662 0.688-1.167 1.384-1.167l0.003 1.163z"/><path id="path5847" d="m23.708 10.836h-2.753-2.677-0.005c-0.691 0-1.266-0.497-1.381-1.152l2.764 0.006h2.677 0.005c0.691 0 1.266 0.497 1.381 1.152l-0.011-0.006z"/><path id="path5849" d="m19.732 12.551-1.163 1.168h2.47 3.701 3.263c0.678 0 1.235-0.514 1.301-1.171l0.001 0.003h-2.45-3.809-3.314z"/><path id="path5851" d="m27.609 5.062 1.168-1.163h-1.49v0.001c-0.675 0-1.23 0.509-1.3 1.162h1.622z"/><polygon id="polygon5853" points="26.098 6.506 26.104 6.502 26.104 6.502 27.271 5.339 27.271 5.334 20.643 5.345 21.806 6.506"/><path id="path5855" d="m24.054 10.837v-1.163l5.47 0.002h0.003c-0.069 0.654-0.625 1.162-1.3 1.162l-4.173-0.001z"/><path id="path5857" d="m24.344 9.394 1.174-1.163h3.381l0.002-0.001c-0.069 0.653-0.625 1.162-1.3 1.162l-3.257 0.002z"/><path id="path5859" d="m20.1 11.119h3.618 2.615 3.505 0.002c-0.071 0.651-0.621 1.163-1.294 1.163h-3.181-1.755-2.218c-0.674 0-1.221-0.512-1.292-1.163z"/><path id="path5861" d="m18.723 15.153v0.002l-1.521 1.508-0.823-0.826-0.003 0.004h0.003l1.859-1.843h3.958 1.878 2.275 1.282l1.119-0.002c-0.072 0.651-0.626 1.157-1.299 1.157h-8.728z"/><path id="path5863" d="m19.309 16.599 7.43 0.003c0.675 0 1.231-0.509 1.3-1.162l-9.227 0.001-4.956 4.93c0.513 0.414 1.273 0.389 1.75-0.086l3.703-3.686z"/><path id="path5865" d="m19.884 18.041 5.97 0.005c0.675 0 1.231-0.51 1.3-1.164l-7.762 0.002-3.512 3.488c0.514 0.414 1.273 0.389 1.75-0.088l2.254-2.243z"/><path id="path5867" d="m19.968 18.336h6.423l0.825 1.162h-3.403-3.354l-0.807 0.802c-0.477 0.475-1.237 0.5-1.75 0.088l2.063-2.05 0.003-0.002z"/><path id="path5869" d="m28.437 21.211-6.499 0.004c0.069 0.652 0.624 1.17 1.299 1.17l6.03 0.002-0.83-1.176z"/><path id="path5871" d="m27.429 19.782-6.825-0.004c0.069 0.654 0.625 1.169 1.299 1.169l6.35 0.002-0.824-1.167z"/><path id="path5873" d="m23.941 35.646h-2.05 0.002c0.066 0.65 0.589 1.158 1.226 1.158h0.823 0.113v-1.158h-0.108-0.006z"/><path id="path5875" d="m24.891 33.92h-0.869-3.067l0.002-0.006c0.071-0.652 0.627-1.162 1.302-1.162h1.47 1.163 1.166 1.47c0.676 0 1.232 0.51 1.303 1.162l0.002 0.006h-3.068-0.869-0.005z"/><path id="path5877" d="m22.861 29.873c0.615 0.063 1.104 0.547 1.17 1.156l0.001 0.006h-1.171v-1.162z"/><path id="path5879" d="m24.787 31.309h0.767 3.279l-0.002 0.006c-0.071 0.654-0.627 1.162-1.303 1.162h0.002-2.743-1.065-2.774l0.002-0.004c0.07-0.654 0.626-1.164 1.302-1.164h1.47 1.065z"/><path id="path5881" d="m24.126 34.189h2.839l-0.002 0.004c-0.07 0.654-0.626 1.162-1.302 1.162h0.002-1.536-2.345-3.067l0.002-0.004c0.07-0.654 0.627-1.162 1.302-1.162h1.47 1.261 1.377-0.001z"/><path id="path5883" d="m25.25 7.94-5.146-0.004-0.004 0.006c0.067-0.656 0.624-1.168 1.301-1.168l3.849 0.003 3.271 0.003 0.003-0.006c-0.067 0.656-0.624 1.168-1.3 1.168h-0.007l-1.988-0.002h0.021z"/><path id="path5885" d="m25.356 26.986-1.907 0.002c0.069 0.652 0.624 1.17 1.299 1.17h0.567l0.031 0.01h0.85l0.013 0.002h2.623l-0.002-0.008c-0.066-0.629-0.583-1.131-1.222-1.168l-1.402 0.002-0.891-0.01h0.041z"/><path id="path5887" d="m28.831 25.547-5.725 0.002c0.069 0.652 0.624 1.17 1.299 1.17l3.243-0.004 1.183-1.168z"/><polygon id="polygon5889" points="25.698 25.266 29.069 25.264 30.252 24.096 24.527 24.098 23.354 25.266"/><path id="path5891" d="m24.866 22.645h-1.51c0.069 0.654 0.625 1.17 1.3 1.17h0.211l5.374 0.002-0.002-0.008c-0.067-0.629-0.583-1.131-1.223-1.168l-4.144 0.002-0.006 0.002z"/><path id="path5893" d="m26.083 28.432h3.235c0.662 0.016 1.205 0.516 1.274 1.16l-4.519-0.002h-0.919l-0.007 0.002c-0.662-0.016-1.2-0.516-1.269-1.16h2.195 0.01z"/><path id="path5895" d="m28.363 29.873h-2.625c-0.676 0-1.232 0.51-1.302 1.164l3.928-0.002h0.926c0.675 0 1.231-0.51 1.302-1.164l-2.213 0.002h-0.016z"/><path id="path5897" d="m30.747 20.029 0.831-0.826 0.835-0.83c0.412 0.51 0.379 1.258-0.097 1.732l-0.747 0.744-0.511 0.508 0.001-0.002c-0.477 0.475-1.23 0.506-1.744 0.096l1.432-1.422z"/><path id="path5899" d="m35.214 7.034v-1.744 0.002c0.475 0 0.891 0.252 1.12 0.628l-1.12 1.114z"/><path id="path5901" d="m35.285 15.5 2.89-2.875-0.001 0.002c0.415 0.511 0.384 1.262-0.093 1.736l-2.89 2.875 0.001-0.001c-0.416-0.51-0.385-1.261 0.093-1.737z"/><path id="path5903" d="m37.761 12.662-2.559 2.546c-0.415-0.51-0.384-1.262 0.093-1.736l2.56-2.547h-0.001c0.415 0.511 0.384 1.261-0.093 1.737z"/><path id="path5905" d="m33.773 12.93 0.009-0.009 3.201-3.185 1.246-1.241 0.006 0.003c0.412 0.51 0.379 1.258-0.097 1.732l-2.622 2.608 0.001-0.002c-0.476 0.477-1.23 0.507-1.744 0.094z"/><path id="path5907" d="m36.94 7.345-1.851 1.841h0.001c-0.416-0.512-0.384-1.262 0.093-1.736l0.931-0.927 1.868-1.859 0.002-0.001c0.416 0.511 0.384 1.262-0.093 1.737l-0.951 0.945z"/><path id="path5909" d="m29.71 8.416v-1.644l0.003-0.004 2.643-2.629-0.001 0.002c0.415 0.511 0.384 1.261-0.093 1.736l-2.552 2.539z"/><path id="path5911" d="m30.446 11.772c-0.411-0.512-0.379-1.26 0.097-1.732l1.851-1.844 0.822 0.818-2.77 2.758z"/><path id="path5913" d="m29.828 14.411c-0.412-0.511-0.379-1.259 0.097-1.732l3.491-3.473 0.822 0.818-4.41 4.387z"/><path id="path5915" d="m38.204 6.481c0.415 0.512 0.384 1.262-0.094 1.736l-9.577 9.532c-0.415-0.511-0.384-1.263 0.093-1.737l9.578-9.531z"/><path id="path5917" d="m30.703 5.402-0.982 0.978v-1.382c0.046-0.006 0.094-0.009 0.142-0.009 0.342 0 0.639 0.168 0.84 0.413z"/><path id="path5919" d="m32.382 14.316c0.405 0.503 0.38 1.234-0.074 1.709-0.007 0.008-0.093 0.093-0.101 0.101l-0.897 0.894-1.23 1.224-0.535 0.532 0.001-0.001c-0.477 0.475-1.23 0.506-1.744 0.095l1.48-1.47 1.156-1.149 1.03-1.024 0.914-0.911z"/><path id="path5921" d="m29.655 19.071 0.887-0.882 1.03-1.024 0.835-0.831v-0.001c0.412 0.512 0.38 1.26-0.097 1.732l-0.897 0.894-0.936 0.932-0.126 0.125h0.001c-0.477 0.475-1.23 0.506-1.744 0.094l1.047-1.039z"/><path id="path5923" d="m36.976 19.561-3.093 3.078-0.563 0.563-0.535 0.531h0.001c-0.477 0.475-1.23 0.506-1.743 0.094l1.48-1.469 0.538-0.535 3.093-3.08 0.619-0.615 1.03-1.025 0.835-0.831c0.411 0.511 0.379 1.259-0.097 1.732l-0.897 0.894-0.668 0.663z"/><path id="path5925" d="m33.2 21.295 1.722-1.712-0.005-0.002c-0.515-0.412-1.27-0.381-1.747 0.095l0.001-0.001-0.803 0.798-1.042 1.037-0.004 0.004-1.006 1 0.005 0.002c0.514 0.414 1.269 0.383 1.747-0.094l0.084-0.084 0.864-0.859 0.182-0.182 0.002-0.002z"/><path id="path5927" d="m31.112 7.431 0.662-0.659-0.004 0.004 0.752-0.748c0.416 0.511 0.384 1.262-0.093 1.736l-0.491 0.488-0.531 0.529-0.157 0.157-1.207 1.201c-0.415-0.512-0.384-1.262 0.093-1.737l0.445-0.442 0.003-0.004 0.528-0.525z"/><polygon id="polygon5929" points="31.339 25.17 29.811 26.689 28.981 25.863 28.981 25.863 30.509 24.344"/><path id="path5931" d="m33.161 25.396-0.87 0.863-0.535 0.531h0.001c-0.477 0.475-1.23 0.506-1.744 0.094l1.489-1.488h1.659z"/><path id="path5933" d="m36.92 20.01 1.503-1.496v0.001c0.415 0.511 0.384 1.262-0.093 1.737l-0.583 0.58-2.562 2.549-1.976 1.967c-0.416-0.51-0.384-1.262 0.093-1.736l1.058-1.051 2.555-2.543 0.005-0.008z"/><path id="path5935" d="m31.55 27.398 2.051-2.041 1.246-1.238 0.005 0.002c0.411 0.51 0.379 1.258-0.097 1.732l-1.555 1.549-1.65-0.004z"/><polygon id="polygon5937" points="34.418 28.215 33.301 29.32 33.299 27.688 33.299 27.688 34.417 26.574"/><path id="path5939" d="m35.144 19.331 0.001-0.002c-0.415-0.511-0.384-1.262 0.093-1.736l3.391-3.371 0.003-0.002c0.416 0.51 0.384 1.261-0.093 1.736l-3.389 3.371-0.006 0.004z"/><path id="path5941" d="m35.819 23.814h-0.668l1.138-1.131 0.005 0.004c0.26 0.258 0.26 0.676 0 0.936-0.134 0.133-0.311 0.195-0.487 0.191h0.012z"/><path id="path5943" d="m11.562 5.979c-0.514-0.415-1.27-0.385-1.748 0.091l0.826 0.821 0.922-0.912z"/><path id="path5945" d="m14.471 5.135-1.208 1.203-1.19 1.185-1.281 1.274-1.562 1.553c-0.411-0.512-0.379-1.26 0.097-1.733l1.189-1.185 1.154-1.147 1.048-1.043 0.01-0.013c0.478-0.474 1.23-0.506 1.743-0.094z"/><path id="path5947" d="m14.596 7.065-0.897 0.894-1.229 1.224-0.535 0.532v-0.001c-0.476 0.475-1.229 0.506-1.743 0.095l1.48-1.47 1.155-1.149 1.03-1.025 0.834-0.831c0.413 0.509 0.381 1.257-0.095 1.731z"/><path id="path5949" d="m16.68 7.012-2.136 2.127-2.81 2.795-0.001 0.002c-0.412-0.511-0.38-1.259 0.096-1.732l2.216-2.205 2.73-2.717 0.001-0.001c0.412 0.51 0.38 1.258-0.096 1.731z"/><path id="path5951" d="m11.411 12.676 0.937-0.934 1.331-1.323 1.026-1.021 1.168-1.163 0.004 0.004c0.412 0.511 0.379 1.259-0.097 1.733l-0.653 0.649-1.17 1.164-0.801 0.797c-0.477 0.476-1.232 0.507-1.745 0.094z"/><path id="path5953" d="m15.859 10.275 0.826 0.821-1.562 1.555 0.004-0.004c-0.477 0.475-1.23 0.506-1.744 0.094l2.476-2.466z"/><path id="path5955" d="m18.733 13.134-0.823-0.819-0.714 0.71-2.587 2.574 0.002-0.001c0.509 0.414 1.24 0.404 1.69-0.043l2.432-2.421z"/><path id="path5957" d="m17.719 12.116-0.824-0.819-0.713 0.71-2.587 2.574 0.001-0.002c0.509 0.414 1.24 0.405 1.69-0.043l2.433-2.42z"/><path id="path5959" d="m9.676 16.042-0.826-0.821v-0.002c0.478-0.477 1.232-0.508 1.747-0.095l-0.921 0.918z"/><path id="path5961" d="m10.189 17.567-1.124 1.119-1.008 1.003v-0.001c-0.415-0.512-0.383-1.263 0.095-1.738l-0.013 0.014 1.224-1.219 0.158-0.157 1.94-1.931 1.008-1.003v0.001c0.415 0.512 0.383 1.263-0.095 1.738l-1.584 1.576-0.601 0.598z"/><path id="path5963" d="m13.167 16.657-2.635 2.622-2.318 2.307-0.003-0.006c-0.415-0.512-0.383-1.262 0.095-1.738l2.633-2.621 2.318-2.306 0.002 0.005c0.415 0.512 0.383 1.264-0.095 1.738l0.003-0.001z"/><path id="path5965" d="m11.229 18.932c-0.478 0.476-0.509 1.226-0.095 1.738l0.003 0.004 3.716-3.697-1.663 0.004-1.961 1.951z"/><path id="path5967" d="m12.229 21.609c-0.478 0.477-1.233 0.508-1.748 0.094h0.001l1.623-1.615 1.823-1.814 1.299-1.293 1.663-0.004-2.507 2.496-2.14 2.128-0.014 0.008z"/><path id="path5969" d="m20.729 21.189-2.266 2.256h-0.001c-0.415-0.51-0.384-1.262 0.093-1.736l0.522-0.52h1.652z"/><path id="path5971" d="m16.64 25.643-4.5 4.475c0.513 0.414 1.273 0.389 1.75-0.086l4.41-4.389h-1.66z"/><path id="path5973" d="m13.183 24.609-0.826-0.822v-0.002c0.478-0.475 1.233-0.506 1.747-0.094l-0.921 0.918z"/><path id="path5975" d="m16.41 23.441-2.635 2.621-2.318 2.307-0.002-0.004c-0.415-0.512-0.383-1.264 0.094-1.738l2.633-2.621 2.318-2.307 0.002 0.004c0.415 0.514 0.383 1.264-0.095 1.74l0.003-0.002z"/><path id="path5977" d="m16.39 25.502c0.457-0.477 0.481-1.209 0.073-1.713l-0.805 0.801-2.314 2.303c-0.478 0.477-0.509 1.227-0.095 1.738l0.003 0.004 2.522-2.51 0.607-0.602 0.009-0.021z"/><path id="path5979" d="m23.347 26.748-0.822-0.818-1.338 1.33-2.587 2.574 0.002-0.002c0.509 0.414 1.24 0.404 1.69-0.043l3.055-3.041z"/><path id="path5981" d="m22.162 28.32-1.45 1.443h0.002c0.509 0.414 1.24 0.402 1.69-0.045l0.582-0.578 0.746-0.742-0.823-0.818-0.743 0.738-0.004 0.002z"/><path id="path5983" d="m21.077 21.27 0.826 0.822-3.094 3.078c-0.416-0.51-0.384-1.262 0.093-1.736l2.175-2.164z"/><path id="path5985" d="m17.241 28.768c-0.477 0.475-1.232 0.506-1.745 0.092l0.011-0.004 6.595-6.563 0.823 0.818-5.684 5.657z"/><path id="path5987" d="m17.449 30.607c-0.478 0.477-1.232 0.506-1.746 0.094l0.012-0.006 7.413-7.377 0.823 0.818-6.502 6.471z"/></g></svg> diff --git a/static/files/bibtex/ArBoDa13.bib b/static/files/bibtex/ArBoDa13.bib deleted file mode 100644 index 4b78c49e84cac628c7aa6e474518a5c735ca737e..0000000000000000000000000000000000000000 --- a/static/files/bibtex/ArBoDa13.bib +++ /dev/null @@ -1,15 +0,0 @@ -@article{PhysRevE.88.063308, - title = {Comparison of scalable fast methods for long-range interactions}, - author = {Arnold, Axel and Fahrenberger, Florian and Holm, Christian and Lenz, Olaf and Bolten, Matthias and Dachsel, Holger and Halver, Rene and Kabadshow, Ivo and G\"ahler, Franz and Heber, Frederik and Iseringhausen, Julian and Hofmann, Michael and Pippig, Michael and Potts, Daniel and Sutmann, Godehard}, - journal = {Phys. Rev. E}, - volume = {88}, - issue = {6}, - pages = {063308}, - numpages = {22}, - year = {2013}, - month = {Dec}, - publisher = {American Physical Society}, - doi = {10.1103/PhysRevE.88.063308}, - url = {http://link.aps.org/doi/10.1103/PhysRevE.88.063308} -} - diff --git a/static/files/bibtex/HoNePi17.bib b/static/files/bibtex/HoNePi17.bib deleted file mode 100644 index 9952bb072cbf021d0f5eb99ab84202c321383e19..0000000000000000000000000000000000000000 --- a/static/files/bibtex/HoNePi17.bib +++ /dev/null @@ -1,11 +0,0 @@ -@article{HoNePi17, - AUTHOR = {Hofmann, Michael and Nestler, Franziska and Pippig, Michael}, - TITLE = {{NFFT} based {E}wald summation for electrostatic systems with charges and dipoles}, - JOURNAL = {Appl. Numer. Math.}, - VOLUME = {122}, - PAGES = {39--65}, - YEAR = {2017}, - ISSN = {0168-9274}, - DOI = {10.1016/j.apnum.2017.07.008}, - URL = {http://www.sciencedirect.com/science/article/pii/S0168927417301666} -} diff --git a/static/files/bibtex/NePiPo13.bib b/static/files/bibtex/NePiPo13.bib deleted file mode 100644 index c0d8d748322e3a4af84b3d927ce2b4ed54216616..0000000000000000000000000000000000000000 --- a/static/files/bibtex/NePiPo13.bib +++ /dev/null @@ -1,13 +0,0 @@ -@article{NePiPo13, - author = {Franziska Nestler and Michael Pippig and Daniel Potts}, - journal = {J. Comput. Phys.}, - pages = {280 -- 315}, - title = {Fast {E}wald Summation based on {NFFT} with Mixed Periodicity}, - volume = 285, - year = 2015, - optnumber = 0, - optissn = {0021-9991}, - optdoi = {http://dx.doi.org/10.1016/j.jcp.2014.12.052}, - opturl = {http://www.sciencedirect.com/science/article/pii/S002199911500011X}, - language = {english}, -} diff --git a/static/files/bibtex/Pi13.bib b/static/files/bibtex/Pi13.bib deleted file mode 100644 index dc19dd3bdaf2fdba5d3bd6ee1d98911bcd00c68a..0000000000000000000000000000000000000000 --- a/static/files/bibtex/Pi13.bib +++ /dev/null @@ -1,10 +0,0 @@ -@article{Pi13, - AUTHOR = {Michael Pippig}, - TITLE = {{PFFT} - {A}n Extension of {FFTW} to Massively Parallel Architectures}, - JOURNAL = {SIAM J. Sci. Comput.}, - YEAR = {2013}, - Volume = {35}, - optNumber = {3}, - Pages = {C213 -- C236} -} - diff --git a/static/files/bibtex/PiPo10.bib b/static/files/bibtex/PiPo10.bib deleted file mode 100644 index bf12ad19b0e4a053537760ef5a44a334e72b9563..0000000000000000000000000000000000000000 --- a/static/files/bibtex/PiPo10.bib +++ /dev/null @@ -1,14 +0,0 @@ -@inproceedings{PiPo10, - address = {J\"{u}lich}, - author = {Pippig, Michael and Potts, Daniel}, - booktitle = {Fast Methods for Long-Range Interactions in Complex Systems}, - edition = {6}, - editor = {Sutmann, Godehard and Gibbon, Paul and Lippert, Thomas}, - optisbn = {9783893367146}, - pages = {131 -- 158}, - publisher = {Forschungszentrum J\"{u}lich}, - series = {IAS-Series}, - title = {{Particle simulation based on nonequispaced fast Fourier transforms}}, - year = {2011} -} - diff --git a/static/files/bibtex/PiPo13.bib b/static/files/bibtex/PiPo13.bib deleted file mode 100644 index 09d315a726902cd0274f50abcd369def4c3d6f63..0000000000000000000000000000000000000000 --- a/static/files/bibtex/PiPo13.bib +++ /dev/null @@ -1,11 +0,0 @@ -@ARTICLE{PiPo13, - author = {Michael Pippig and Daniel Potts}, - title = {Parallel Three-Dimensional Nonequispaced Fast {Fourier} Transforms - and Their Application to Particle Simulation}, - journal = {SIAM J. Sci. Comput.}, - year = {2013}, - volume = {35}, - optNumber = {4}, - pages = {C411 -- C437} -} - diff --git a/static/files/bibtex/libALL.bib b/static/files/bibtex/libALL.bib new file mode 100644 index 0000000000000000000000000000000000000000..66f7b092ce668466e9ffbdd91b196e85307affd6 --- /dev/null +++ b/static/files/bibtex/libALL.bib @@ -0,0 +1,6 @@ +@MISC{ALL-web, + Author = {R.~Halver and S.~Schulz and G.~Sutmann}, + Howpublished = {{\verb+https://gitlab.version.fz-juelich.de/SLMS/loadbalancing/-/releases+}}, + Title = {{ALL - A loadbalancing library, C++ / Fortran library}}, + Url = {https://gitlab.version.fz-juelich.de/SLMS/loadbalancing/-/releases}, +} diff --git a/static/files/bibtex/libfcs.bib b/static/files/bibtex/libfcs.bib deleted file mode 100644 index b7dcc41b8f4b86157a2d94c8497edec6e39255df..0000000000000000000000000000000000000000 --- a/static/files/bibtex/libfcs.bib +++ /dev/null @@ -1,6 +0,0 @@ -@MISC{scafacos-web, - Author = {M.~Bolten and F.~Fahrenberger and R.~Halver and F.~Heber and M.~Hofmann and I.~Kabadshow and O.~Lenz and M.~Pippig and G.~Sutmann}, - Howpublished = {{\verb+http://scafacos.github.com/+}}, - Title = {{ScaFaCoS, C subroutine library}}, - Url = {http://scafacos.github.com}, -} diff --git a/static/files/pic/ffahrenberger.jpg b/static/files/pic/ffahrenberger.jpg deleted file mode 100644 index 38ff896ecf2158f20eff3b8f3a87aae75a0ea7a4..0000000000000000000000000000000000000000 Binary files a/static/files/pic/ffahrenberger.jpg and /dev/null differ diff --git a/static/files/pic/fnestler.jpg b/static/files/pic/fnestler.jpg deleted file mode 100644 index b61405a46ea86dcd02ed5a6fc9ffc663c1c12417..0000000000000000000000000000000000000000 Binary files a/static/files/pic/fnestler.jpg and /dev/null differ diff --git a/static/files/pic/mpippig.jpg b/static/files/pic/mpippig.jpg deleted file mode 100644 index 355172e01544323e8a639294baead3d4a61fca8e..0000000000000000000000000000000000000000 Binary files a/static/files/pic/mpippig.jpg and /dev/null differ diff --git a/static/files/pic/olenz.jpg b/static/files/pic/olenz.jpg deleted file mode 100644 index 7b434cdab7ef1d2f79af10b25419fd110e7bd538..0000000000000000000000000000000000000000 Binary files a/static/files/pic/olenz.jpg and /dev/null differ diff --git a/static/files/pic/unknown.jpg b/static/files/pic/unknown.jpg deleted file mode 100644 index 787ff2ddf0f984e0500ba388187b558d69cb6469..0000000000000000000000000000000000000000 Binary files a/static/files/pic/unknown.jpg and /dev/null differ diff --git a/static/files/pub/ArBoDa13.pdf b/static/files/pub/ArBoDa13.pdf deleted file mode 100644 index e5a8c3d2323f99f680798f4e3da71b36cb253ef2..0000000000000000000000000000000000000000 Binary files a/static/files/pub/ArBoDa13.pdf and /dev/null differ diff --git a/static/files/pub/HoNePi17.pdf b/static/files/pub/HoNePi17.pdf deleted file mode 100644 index 8efd56cc69bec4e78eddbea7c7aae60667744a5f..0000000000000000000000000000000000000000 Binary files a/static/files/pub/HoNePi17.pdf and /dev/null differ diff --git a/static/files/pub/NePiPo13.pdf b/static/files/pub/NePiPo13.pdf deleted file mode 100644 index 98b71bafcf9b630e2f52af71b36312f2c41be55d..0000000000000000000000000000000000000000 Binary files a/static/files/pub/NePiPo13.pdf and /dev/null differ diff --git a/static/files/pub/libfcs_manual.pdf b/static/files/pub/libfcs_manual.pdf deleted file mode 100644 index acae00f099cd7fba1d4a154f2267fa4300eaf979..0000000000000000000000000000000000000000 Binary files a/static/files/pub/libfcs_manual.pdf and /dev/null differ