This project generates 2 interactive posters for the Interagency Modeling and Analysis Group (IMAG) 2019 IMAG Multiscale Modeling Consortium (MSM) Meeting. The poster are:
- "The Reference Model is the Most Validated Diabetes Cardiovascular Model Known" by Jacob Barhak
- "Clinical Unit Mapping for Standardization of ClinicalTrials.Gov" by Jacob Barhak and Joshua Schertz
Both posters are generated using the panel python library This script generates the combined poster in html
- python MSM_IMAG_Poster_Combined.py
- The file InteractivePoster_MSM_IMAG_2019.html will be generated
To view the interactive poster generated by this code visit: https://jacob-barhak.github.io/InteractivePoster_MSM_IMAG_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.
- MSM_IMAG_Poster_Combined.py : Code that generates the poster.
- Resources : a directory containing mages used to generate the poster.
- InteractivePoster_MSM_IMAG_2019.html : The poster file.
- License.txt : the license file
Please pass questions to:
Joshua Schertz
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.
Copyright (C) 2019 Jacob Barhak & Joshua Schertz
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/.