Skip to content

Interactive poster I presented at our Departmental seminar

Notifications You must be signed in to change notification settings

dgiguer/complete-mags-poster

Repository files navigation

Complete and validated genomes poster for Biochemistry poster day

version_1

The static version is located as a pdf in the top level.

To run the interacative version on macOS/Linux:

  1. Clone this repository and ensure your working directory is set to the shiny directory:
# if you don't have git installed, you can just click "Download"
git clone https://github.com/dgiguer/complete_mags_poster.git
cd complete_mags_poster/shiny
  1. Open R, install shiny, run the app
# install the shiny package if not already installed
install.packages("shiny")

library(shiny)

runApp("poster_shiny.R")

This should launch in your default browser, it has only been tested in Chrome.

To customize:

This format worked well during a live Zoom call while sharing only a selected region of a Chrome window adjusted to size, hiding the dropdown menus until I scrolled down. It really helped to have two screens!

example

The Shiny app works by displaying 3 images: left, center, and right. I used a vector editing program (Omnigraffle, but Inkscape will work too) to make the poster and export high quality images in these sections.

The left section is an image and can be replaced by uploading a file to ./shiny/figs/ and changing the file name here.

The middle section is an HTML background, a separate image for the header and footer. The middle, i.e., the genome, is chosen by the HTML dropdown menu, which then takes the value of the menu option, to concatenate it into the file name to be displayed. The value of the dropdown menu must therefore match the file name in ./shiny/figs/VALUE.png. The colours can be changed in the first line of the *.html files.

The right section uses the same approach as the middle, but alternates between two full size images.

In retrospect, it's probably easier to have several full sizes images of the middle section (like the right section) instead of combining the multiple elements in HTML afterwards.

About

Interactive poster I presented at our Departmental seminar

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published