Skip to content

Latest commit

 

History

History

PosterIMAG2019

MSM IMAG Interactive Poster 2019

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

USAGE:

  • 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

INSTALLATION & DEPENDENCIES:

To install:

  1. Copy the files in this repository to a directory of choice
  2. Install Anaconda from https://www.anaconda.com/download/
  3. install panel: conda install panel

Dependant libraries are: panel, bokeh, some external html files are made with holoviews.

FILES:

  • 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

DEVELOPER CONTACT INFO:

Please pass questions to:

Joshua Schertz

[email protected]

https://joshschertz.com/

Jacob Barhak Ph.D.

[email protected]

http://sites.google.com/site/jacobbarhak/

ACKNOWLEDGEMENTS:

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.

LICENSE

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/.