https://github.com/eduardszoecs/taxize_poster
taxize poster for ISEC 2014
https://github.com/eduardszoecs/taxize_poster
Last synced: about 1 month ago
JSON representation
taxize poster for ISEC 2014
- Host: GitHub
- URL: https://github.com/eduardszoecs/taxize_poster
- Owner: eduardszoecs
- Created: 2014-05-27T12:29:17.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-06-23T09:06:12.000Z (almost 11 years ago)
- Last Synced: 2025-03-24T18:17:38.363Z (about 2 months ago)
- Language: TeX
- Size: 3.64 MB
- Stars: 11
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
Awesome Lists containing this project
README
taxize_poster
=============Poster presenting the [taxize](https://github.com/ropensci/taxize) package at
[International Statistical Ecology Conference 2014](http://isec2014.sciencesconf.org/) in Montpellier (1-4 July 2014).This poster is in the spirit of ROpenSci completly reproducible ;)
It is written in LaTeX using the beamerposter package.
The used theme is a modification of [Rob Hyndmans theme](http://robjhyndman.com/hyndsight/beamer-poster/).
Integration of R is done via [knitr](https://github.com/yihui/knitr).To reproduce the poster compile `poster.Rnw`:
```{r, eval=FALSE}
require(knitr)
knit('poster.Rnw', output = 'repro.tex')
texi2pdf('repro.tex')
```