All Projects → GerkeLab → Betterposter

GerkeLab / Betterposter

Licence: other
👩‍🔬👨‍🔬 Another R Markdown Better Scientific Poster

Projects that are alternatives of or similar to Betterposter

Reprex
Render bits of R code for sharing, e.g., on GitHub or StackOverflow.
Stars: ✭ 553 (+647.3%)
Mutual labels:  rmarkdown
Rmarkdown Website Tutorial
Tutorial for creating websites w/ R Markdown
Stars: ✭ 26 (-64.86%)
Mutual labels:  rmarkdown
Monashthesis
Monash PhD thesis template
Stars: ✭ 55 (-25.68%)
Mutual labels:  rmarkdown
Posterdown
Use RMarkdown to generate PDF Conference Posters via HTML
Stars: ✭ 602 (+713.51%)
Mutual labels:  rmarkdown
Crisscross
A Markdown-centric template engine for batch offline document generation.
Stars: ✭ 18 (-75.68%)
Mutual labels:  rmarkdown
Klippy
Copy to Clipboard Buttons for RMarkdown HTML Documents
Stars: ✭ 40 (-45.95%)
Mutual labels:  rmarkdown
Mindr
an R package which converts markdown files (.md, .Rmd) into mindmaps (brainstorms)
Stars: ✭ 513 (+593.24%)
Mutual labels:  rmarkdown
Intro Statistical Modeling
『データ解析のための統計モデリング入門』の勉強ノート
Stars: ✭ 72 (-2.7%)
Mutual labels:  rmarkdown
Dashboarding Tutorial
Presentation, pro tips, and tools for dashboarding like a boss: https://maloriejhughes.github.io/Dashboarding-Tutorial/
Stars: ✭ 24 (-67.57%)
Mutual labels:  rmarkdown
Samples Rmarkdown Metropolis
RMarkdown with Metropolis/Mtheme for Beamer
Stars: ✭ 51 (-31.08%)
Mutual labels:  rmarkdown
Wowchemy Hugo Modules
🔥 Hugo website builder, Hugo themes & Hugo CMS. No code, build with widgets! 创建在线课程,学术简历或初创网站。
Stars: ✭ 6,093 (+8133.78%)
Mutual labels:  rmarkdown
Rticles
LaTeX Journal Article Templates for R Markdown
Stars: ✭ 895 (+1109.46%)
Mutual labels:  rmarkdown
Bookdown Crc
A minimal example of using bookdown to write a book for Chapman & Hall/CRC
Stars: ✭ 50 (-32.43%)
Mutual labels:  rmarkdown
Rmarkdown Book
R Markdown: The Definitive Guide (published by Chapman & Hall/CRC in July 2018)
Stars: ✭ 557 (+652.7%)
Mutual labels:  rmarkdown
Xaringan
Presentation Ninja 幻灯忍者 · 写轮眼
Stars: ✭ 1,129 (+1425.68%)
Mutual labels:  rmarkdown
Workflowr
Organize your project into a research website
Stars: ✭ 551 (+644.59%)
Mutual labels:  rmarkdown
Knitrhooks
Extend {knitr} with hooks
Stars: ✭ 32 (-56.76%)
Mutual labels:  rmarkdown
Dss Workshops Archived
IQSS Data Science Services workshop materials
Stars: ✭ 72 (-2.7%)
Mutual labels:  rmarkdown
Explore
R package that makes basic data exploration radically simple (interactive data exploration, reproducible data science)
Stars: ✭ 69 (-6.76%)
Mutual labels:  rmarkdown
Hoff Bayesian Statistics
R Markdown notes for Peter D. Hoff, "A First Course in Bayesian Statistical Methods"
Stars: ✭ 51 (-31.08%)
Mutual labels:  rmarkdown

betterposter

Another Better Scientific Poster Using R Markdown and pagedown

⚠️ This is a work in progress and is not fully documented yet ⚠️

A better scientific poster, inspired by Mike Morrison's Better Poster Template.

Installation

You can install the in-development version of betterposter from GitHub with:

# install.packages("devtools")
devtools::install_github("gerkelab/betterposter")

Usage

Use betterposter::poster_better() to get an awesome poster generated from R Markdown!

Features

Like many others, we saw Mike's How to create a better research poster in less time video on Twitter and loved it. Like others, we thought: "let's bring that to R Markdown!". This is our version, but you may want to check out posterdown by Brent Thorne, where another version of the Better Scientific Poster can be found (including a portrait version).

The main features of this implementation are

  1. The QR Code is fully customizable and generated in the browser (no external API calls!). Use qrcode_options() to set the qrcode argument in poster_better().

  2. Great default typography built using Roboto and Robot slab for highly readable text and headers, with Source Sans Pro for the main hero text and Source Code Pro for source code (naturally).

  3. Customizable colors via hero_background, hero_color and accent_color.

  4. All variables for customizing the poster are listed and (will be) documented in better_poster().

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