All Projects → odeleongt → postr

odeleongt / postr

Licence: other
Prepare reproducible R Markdown posters

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to postr

tmdb-api
This Kotlin Multiplatform library is for accessing the TMDB API to get movie and TV show content. Using for Android, iOS, and JS projects.
Stars: ✭ 31 (-54.41%)
Mutual labels:  poster
synthesizing-robust-adversarial-examples
My entry for ICLR 2018 Reproducibility Challenge for paper Synthesizing robust adversarial examples https://openreview.net/pdf?id=BJDH5M-AW
Stars: ✭ 60 (-11.76%)
Mutual labels:  reproducibility
EasyGitianBuilder
🔨 Gitian Building made simpler on any Windows Debian/Ubuntu MacOS with Vagrant, lxc, and virtualbox
Stars: ✭ 18 (-73.53%)
Mutual labels:  reproducibility
TeXTemplates
LaTeX/XeLaTeX templates for academic publications: articles, dissertations, posters, and bachelor’s/master’s theses
Stars: ✭ 94 (+38.24%)
Mutual labels:  poster
targets-tutorial
Short course on the targets R package
Stars: ✭ 87 (+27.94%)
Mutual labels:  reproducibility
benchmark VAE
Unifying Variational Autoencoder (VAE) implementations in Pytorch (NeurIPS 2022)
Stars: ✭ 1,211 (+1680.88%)
Mutual labels:  reproducibility
poster
浏览器端video视频截图,视频封面获取
Stars: ✭ 42 (-38.24%)
Mutual labels:  poster
analysis-flow
Data Analysis Workflows & Reproducibility Learning Resources
Stars: ✭ 108 (+58.82%)
Mutual labels:  reproducibility
narps
Code related to Neuroimaging Analysis Replication and Prediction Study
Stars: ✭ 31 (-54.41%)
Mutual labels:  reproducibility
binderhub-deploy
Deploy a BinderHub from scratch on Microsoft Azure
Stars: ✭ 27 (-60.29%)
Mutual labels:  reproducibility
NightSky
A way to avoid paying 50 bucks by using some js to generate an image of the night sky at specific time and location. 🌑
Stars: ✭ 49 (-27.94%)
Mutual labels:  poster
fertile
creating optimal conditions for reproducibility
Stars: ✭ 52 (-23.53%)
Mutual labels:  reproducibility
reproducibility-guide
⛔ ARCHIVED ⛔
Stars: ✭ 119 (+75%)
Mutual labels:  reproducibility
DroidShows
A Reboot of DroidSeries Offline TV Shows Tracker
Stars: ✭ 69 (+1.47%)
Mutual labels:  poster
Plex-Movie-Poster-Display
Scraps the Plex sessions page to display the current playing movie or TV show poster on a screen.
Stars: ✭ 113 (+66.18%)
Mutual labels:  poster
PS-FCN Poster LaTex
LaTex Poster for PS-FCN (ECCV 2018)
Stars: ✭ 41 (-39.71%)
Mutual labels:  poster
hydra-zen
Pythonic functions for creating and enhancing Hydra applications
Stars: ✭ 165 (+142.65%)
Mutual labels:  reproducibility
daskperiment
Reproducibility for Humans: A lightweight tool to perform reproducible machine learning experiment.
Stars: ✭ 25 (-63.24%)
Mutual labels:  reproducibility
rna-seq-kallisto-sleuth
A Snakemake workflow for differential expression analysis of RNA-seq data with Kallisto and Sleuth.
Stars: ✭ 56 (-17.65%)
Mutual labels:  reproducibility
software-dev
Coding Standards for the USC Biostats group
Stars: ✭ 33 (-51.47%)
Mutual labels:  reproducibility

postr

Prepare reproducible conference posters using R Markdown

Overview

Although several workflows are currently available for academic poster preparation none of them are ideal. Commonly, point-and-click software is used to arrange poster content regardless of the analysis pipeline. Most of these software tools are proprietary, thus trapping our content. Typical free and script based tools such as $\LaTeX$ might not be appealing or seem as complex as using a point-and-click tool.

This package provides templates and helper functions to prepare R Markdown based conference posters with a free and reproducible workflow and produce output both in html for hosting and png for printing. Relies on the flexdashboard package to easily define poster layout.

Dependencies

This poster template depends on the following R packages

  • rmarkdown
  • flexdashboard
  • webshot

Preparing a new poster

In order to use this poster template, you need to:

  1. Install the odeleongt/postr package from github devtools::install_github("odeleongt/postr")
  2. Install the PhantomJS library webshot::install_phantomjs()
  3. Create a new R Markdown document in Rstudio based on the poster template, or run rmarkdown::draft("my_poster.Rmd", template = "poster", package = "postr")
  4. Render a printable A1 image postr::render("my_poster/my_poster.Rmd")

References

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].