All Projects → brentthorne → Posterdown

brentthorne / Posterdown

Licence: other
Use RMarkdown to generate PDF Conference Posters via HTML

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to Posterdown

Pagedown
Paginate the HTML Output of R Markdown with CSS for Print
Stars: ✭ 619 (+2.82%)
Mutual labels:  pdf, r-package, typesetting
learning R
List of resources for learning R
Stars: ✭ 32 (-94.68%)
Mutual labels:  rstudio, rmarkdown
heddlr
Bring a functional programming mindset to R Markdown document generation
Stars: ✭ 14 (-97.67%)
Mutual labels:  rmarkdown, r-package
ntuthesis
台大碩博士論文模板 (R Package)
Stars: ✭ 14 (-97.67%)
Mutual labels:  rmarkdown, r-package
linguisticsdown
Easy Linguistics Document Writing with R Markdown
Stars: ✭ 24 (-96.01%)
Mutual labels:  rmarkdown, r-package
VOSONDash
R Shiny application for interactive analysis of networks created by vosonSML.
Stars: ✭ 44 (-92.69%)
Mutual labels:  rstudio, r-package
datatoolbox
🎓 Data Toolbox Training
Stars: ✭ 18 (-97.01%)
Mutual labels:  rmarkdown, r-package
youngmetro
R Markdown Beamer Theme Based on sthlm, HSRM, and Metropolis themes
Stars: ✭ 14 (-97.67%)
Mutual labels:  rstudio, rmarkdown
Rinohtype
The Python document processor
Stars: ✭ 365 (-39.37%)
Mutual labels:  pdf, typesetting
Letter Boilerplate
Finest letter typesetting from the command line
Stars: ✭ 374 (-37.87%)
Mutual labels:  pdf, typesetting
Summarytools
R Package to Quickly and Neatly Summarize Data
Stars: ✭ 390 (-35.22%)
Mutual labels:  rmarkdown, rstudio
gm
R Package for Music Score and Audio Generation
Stars: ✭ 116 (-80.73%)
Mutual labels:  rstudio, r-package
armcompanion
Companion materials for the rstudio::conf 2019 Advanced R Markdown workshop
Stars: ✭ 15 (-97.51%)
Mutual labels:  rstudio, rmarkdown
rmdTemplates
Rmarkdown templates for reproducible science
Stars: ✭ 112 (-81.4%)
Mutual labels:  rstudio, rmarkdown
uiucthemes
RMarkdown Templates for UIUC Theme-Oriented Documents
Stars: ✭ 45 (-92.52%)
Mutual labels:  rstudio, rmarkdown
reportfactory
Lightweight infrastructure to handle multiple rmarkdown reports
Stars: ✭ 68 (-88.7%)
Mutual labels:  rmarkdown, r-package
Jupytext
Jupyter Notebooks as Markdown Documents, Julia, Python or R scripts
Stars: ✭ 4,969 (+725.42%)
Mutual labels:  rmarkdown, rstudio
xaringanBuilder
An R package for building xaringan slides into multiple outputs, including html, pdf, png, gif, pptx, and mp4.
Stars: ✭ 157 (-73.92%)
Mutual labels:  rmarkdown, r-package
wowchemy-hugo-themes
🔥 Hugo website builder, Hugo themes & Hugo CMS. No code, easily build with blocks! 创建在线课程,学术简历或初创网站。#OpenScience
Stars: ✭ 6,891 (+1044.68%)
Mutual labels:  rstudio, rmarkdown
Rplos
R client for the PLoS Journals API
Stars: ✭ 289 (-51.99%)
Mutual labels:  pdf, r-package
posterdown logo

posterdown

Lifecycle: experimental Build Status CRAN_Release_Badge CRAN_Download_Badge CRAN_Download_Badge CRAN_Download_Badge

As a graduate student, I found that it is almost a rite of passage to take early research and analysis and generate a conference poster allowing for critical feedback. This is also important for facilitating meeting the people in your field at poster sessions at academic meetings. I have also noticed that while many of my fellow graduate students use R and are getting their feet wet with RMarkdown 😊, we always had to go back to using MS Powerpoint or Keynote or Adobe Illustrator for generating conference posters 😒. Posterdown was created as a proof-of-concept (to myself) that it is possible to make a beautiful poster using open source reproducible code.

Quick Links
Current Template Styles
Getting Started
Support
Wiki
Showcase

Current Template Styles

posterdown_html posterdown_betterland posterdown_betterport

Getting Started

Until the first release of posterdown occurs on CRAN please fork this repo and use your version to ensure stability while building your poster. Changes made here can be sporadic but also tend to be drastic. Otherwise, use this repo at your own discression!

posterdown v1.0 is now on CRAN !! 😄

To install from CRAN use install.packages("posterdown").

To install from github use remotes::install_github("brentthorne/posterdown").

Now add this to the YAML options of your rmarkdown (.Rmd) file:

---
output: 
  posterdown::posterdown_html
---

For further customization options please see the (currently in progress 🔨) wiki

Support

Please consider supporting posterdown to ensure continued support and development for this package, as grad school + open source developer != 💵.

Patreon - Monthly
PayPal - Single Payment
Bitcoin: 1KZ3zyNsxdR8NjYL9vomb9fmpkXSXvK5VR
Ethereum: 0x71a18c5E3300a33F1139a9eA0abc0D029E3C30F7
Litecoin: LR4usZRgjJGLAg3Tu5PSBjgUaVtdts9Wnw

You can also follow me (Brent Thorne) on twitter for upcoming features which may not be released on github.

Please feel free to give me feedback or requests for changes in the issues page. I am currently finishing up my Master's degree so I will have limited time to work on updating this package in the next few months but, nevertheless, I will do what I can! 😄

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