Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tjmahr/latencyposter
SRCLD 2013 poster
https://github.com/tjmahr/latencyposter
Last synced: about 1 month ago
JSON representation
SRCLD 2013 poster
- Host: GitHub
- URL: https://github.com/tjmahr/latencyposter
- Owner: tjmahr
- Created: 2013-06-01T18:51:06.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-08-07T14:04:55.000Z (over 10 years ago)
- Last Synced: 2023-06-28T12:20:40.331Z (over 1 year ago)
- Language: R
- Homepage:
- Size: 29.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
LatencyPoster
=============The repository contains R and RMarkdown scripts for my [SRCLD 2013](http://www.srcld.org/) poster.
The poster, as it was printed and presented, is available in [final_printed_poster.pptx](final_printed_poster.pptx?raw=true).
## Workflow for generating reports
I used R and other tools (knitr, markdown, pandoc) to generate the text, tables and figures used in the poster. I used the following workflow.
1. Use the scripts in `R` to (re-)generate data-sets. Save these into `data`.
2. Work in the `.Rmd` files in the `report` directory to edit a report's R code and body text.
3. Gather BibTeX-format citations in `refs.bib` and use the reference handles therein for inline and parenthetical citations.
4. Run `generate_report.r` to knit the code and text in the `.Rmd` file together into a Markdown file. This intermediate `.md` file is converted by Pandoc into other file types.### Notes
* The `.csl` file in `report/backend` determines the citation formatting rules. In this case, we're using APA formatting.
* The `_config.txt` files control the options that are fed into pandoc.### Links
* [Using Pandoc from `knitr`](http://yihui.name/knitr/demo/pandoc/)
* [Pandoc commands](http://johnmacfarlane.net/pandoc/README.html)