Another Better Scientific Poster Using R Markdown and pagedown

Garrick Aden-Buie1 (garrick@adenbuie.com, @grrrck), Mike Morrison2, Brent Thorne3, Yihui Xie4
  1. Gerke Lab, Moffitt Cancer Center, Tampa, FL
  2. Michigan State University
  3. Author and maintainer of posterdown
  4. Author of pagedown and much, much more!

Main finding goes here, translated into plain english. Emphasize the important words.

Additional text and content can be added here if you really want.

Abstract

In recent years, much research has been devoted to the emulation of DHCP; on the other hand, few have explored the construction of journaling file systems. The inability to effect complexity theory of this has been encouraging. The notion that cryptographers synchronize with game-theoretic configurations is largely adamantly opposed (Fenner 2012).

Methods

  1. IPv6 can be made autonomous, concurrent, and client-server

  2. 7-month-long trace showing that our design is feasible

  3. Suffix trees and the Ethernet are entirely incompatible.

  4. Model for our methodology:

    • fiber-optic cables
    • simulated annealing
    • superblocks
    • multicast algorithms

Implementation

After several days of difficult implementing, we finally have a working implementation of our heuristic. BEVY is composed of a hacked operating system, a codebase of 61 Lisp files, and a hand-optimized compiler.

Evaluation

Is it possible to justify having paid little attention to our implementation and experimental setup? Yes, but only in theory.

We ran four novel experiments:

  1. Deployed 35 Macintosh SEs underwater and compared our suffix trees accordingly
  2. Compared effective time since 1967 on the Sprite, L4 and Multics operating systems
  3. Measured tape drive throughput as a function of hard disk space on an Apple ][
  4. Deployed 36 Apple ][es across the 100-node network and tested again

Results

In conclusion, in our research we described BEVY, a novel heuristic for the analysis of link-level acknowledgements. We proved that simplicity in our heuristic is not a question. Our framework for developing the analysis of thin clients is famously excellent.

This text brought to you by SCIgen, an Automatic CS Paper Generator.

Extra Tables & Figures

Cars are fast

library(dplyr)
library(ggplot2)

mtcars %>%
  head() %>% 
  knitr::kable(format = "html")
mpg cyl disp hp drat wt qsec vs am gear carb
Mazda RX4 21.0 6 160 110 3.90 2.620 16.46 0 1 4 4
Mazda RX4 Wag 21.0 6 160 110 3.90 2.875 17.02 0 1 4 4
Datsun 710 22.8 4 108 93 3.85 2.320 18.61 1 1 4 1
Hornet 4 Drive 21.4 6 258 110 3.08 3.215 19.44 1 0 3 1
Hornet Sportabout 18.7 8 360 175 3.15 3.440 17.02 0 0 3 2
Valiant 18.1 6 225 105 2.76 3.460 20.22 1 0 3 1

Diamonds are foreveer

ggplot(diamonds) +
  aes(carat, price) +
  geom_point()

Starwars has characters

starwars %>%
  mutate(n_films = sapply(films, length)) %>%
  select(name, hair_color, height, species, n_films) %>%
  arrange(desc(n_films)) %>%
  head(10) %>%
  knitr::kable(caption = paste(
    "Characters with most",
    "appearances in Star Wars movies."))
Table 1: Characters with most appearances in Star Wars movies.
name hair_color height species n_films
R2-D2 NA 96 Droid 7
C-3PO NA 167 Droid 6
Obi-Wan Kenobi auburn, white 182 Human 6
Luke Skywalker blond 172 Human 5
Leia Organa brown 150 Human 5
Chewbacca brown 228 Wookiee 5
Yoda white 66 Yoda’s species 5
Palpatine grey 170 Human 5
Darth Vader none 202 Human 4
Han Solo brown 180 Human 4

Heavy cars are inefficient

ggplot(mtcars) +
  aes(wt, mpg) +
  geom_smooth(method = "lm") +
  geom_point() +
  labs(title = "Something something cars",
       subtitle = "A boring regression",
       caption = "Source: {mtcars} of course",
       x = "Weight of the car",
       y = "Fuel efficiency (mpg)")
## `geom_smooth()` using formula 'y ~ x'

References

Fenner, Martin. 2012. “One-Click Science Marketing.” Nature Materials 11 (4): 261–63. https://doi.org/10.1038/nmat3283.