This presentation supports the MODSIM paper: Jacob Barhak, Aaron Garrett, Anselm Blumer, Olaf Dammann, "Population Disease Occurrence Models Using Evolutionary Computation". http://www.modsimworld.org/papers/2019/MODSIM_2019_paper_14.pdf
This presentation repository was changed after presentation to allow maintaining access to the presentation. Please consult the repository for changes from original presentation.
- python MODSIM2019.py
- The file Presentation_MODSIM_2019.html will be generated
To view the interactive presentation generated by this code visit: https://jacob-barhak.github.io/Presentation_MODSIM_2019.html
To install:
- Copy the files in this repository to a directory of choice
- Install Anaconda from https://www.anaconda.com/download/
- install panel: conda install panel
Dependant libraries are: panel, bokeh, some external html files are made with holoviews.
- MODSIM2019.py : Code that generates the presentation.
- Resources : a directory containing images used to generate the presentation. The MODSIM logo is used with permission from MODSIM organizers and not subject to the GPL license - please contact MODSIM organizers for usage terms for the MODSIM logo.
- Presentation_MODSIM_2019.html : The presentation file.
- License.txt : the license file
Please pass questions to:
Jacob Barhak Ph.D.
http://sites.google.com/site/jacobbarhak/
Special thanks to:
- Philipp Rudiger
- James Bednar
- Jean-Luc Stevens
They all assisted with panel, bokeh, and holoviews issues. without their support and development of PyViz visualization tools, this interactive poster would not be possible.
The MODSIM logo is used with permission from MODSIM organizers and not subject to the GPL license - please contact MODSIM organizers for usage terms for the MODSIM logo. All other files are provided under the GPL license below.
Copyright (C) 2019 Jacob Barhak
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.