-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtemplate_two.Rmd
89 lines (64 loc) · 3.08 KB
/
template_two.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
---
title: Generate Reproducible & Live HTML and PDF Conference Posters Using RMarkdown
author:
- name: Professor Rick Gerkin
affil: 1
orcid: '0000-0002-1099-3857'
- name: Professor Sharon Crook
affil: 2
- name: Russell Jarvis
affil: 3
affiliation:
- num: 1
address: Department of Earth Science, Brock University
- num: 2
address: Department of Graphics and Layouts, University of Posters; Canada
- num: 3
address: Department of Life Sciences, Arizona State University, ASU
column_numbers: 3
logoright_name: resources/cool_logo.png
logoleft_name: resources/cool_logo.png
output:
posterdown::posterdown_html:
self_contained: false
bibliography: packages.bib
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = FALSE)
```
# Introduction
Welcome to `posterdown` ! This is my attempt to provide a semi-smooth workflow for those who wish to take their R Markdown skills to the conference world. Most features from R Markdown are available in this package such as Markdown section notation, figure captioning, and even citations like this one [@R-rmarkdown]. The rest of this example poster will show how you can insert typical conference poster features into your own document.
## Objectives
1. Easy to use reproducible poster design.
2. Integration with R Markdown.
3. Easy transition from `posterdown` to `pagedown` report or manuscript documents [@R-pagedown].
### **MODELING METHODS**
**Publications Associated with Model Sources:**
|Large Scale Model|Blue Brain Project (1035)|Gouwens et al (2018) [6]|
|---|---|---|
Publication|Markram et al (2015) [8]| Gouwens et al (2018) [6]|
**Feature Sources: **
|Feature1|Feature2|Feature3|
|---|---|---|
|Ephys Feature Extraction Library | allensdk.ephys.ephys_features | Druckmann et al. (2012) [3] |
**Virtual Experiment Three Step Protocol Stimulate for 2s**
|Injection 1 |Injection 2|Injection 3|
|---|---|---|
| at 1.0×Rheobase | at 1.5×Rheobase | at 3.0×Rheobase |
# Results
Usually you want to have a nice table displaying some important results that you have calculated. In `posterdown` this is as easy as using the `kable` table formatting you are probably use to as per typical R Markdown formatting.
<iframe
src="dimension_reduced_TSNE.html"
style="width:100%; height:800px;"
></iframe>
<div>
<img src="new/AP_duration_half_width.png" style="width:100%"></img>
</div>
# Next Steps
Aliquam sed faucibus risus, quis efficitur erat. Vestibulum semper mauris quis tempus eleifend. Aliquam sagittis dictum ipsum, quis viverra ligula eleifend ut. Curabitur sagittis vitae arcu eget faucibus. In non elementum felis. Duis et aliquam nunc. Nunc pulvinar sapien nunc, vel pretium nisi efficitur in. Fusce fringilla maximus leo et maximus. Fusce at ligula laoreet, iaculis mi at, auctor odio. Praesent sed elementum justo. Aenean consectetur risus rhoncus tincidunt efficitur. Praesent dictum mauris at diam maximus maximus [@R-posterdown].
# Conclusion
Try `posterdown` out! Hopefully you like it!
```{r, include=FALSE}
knitr::write_bib(c('knitr','rmarkdown','posterdown','pagedown'), 'packages.bib')
```
# References