orgmode-iKNOW2012
orgmode-iKNOW2012 copied to clipboard
Demonstrating the generation of an ACM paper using Emacs Org-mode and LaTeX export
- Reproducible Research with Emacs Org-mode
This paper was submitted to and was accepted at [[http://i-know.tugraz.at/][i-KNOW 2012]] in Graz, Austria.
The content of the source file ~iKNOW2012-orgmode-demo.org~ (and the results in ~iKNOW2012-orgmode-demo.pdf~) is the documentation of the workflow presented here.
** Abstract
One important aspect of open science is the ability to reproduce results using the published data set. For this purpose it is crucial to use similar methods and tools as the original author producing the same result set. Reproducible research is a movement that tries to bridge this gap: within one single set of data one can not only find the raw data but also the methods and tools to process the data. The ultimate discipline is to complete this cycle from the raw data up to the presentation in the derived paper. Using a simple example this paper demonstrates how to combine raw data, scripts of various languages, and the describing text of a paper in one single file.
- Files
** iKNOW2012-orgmode-demo.org
This file contains the main content: the Org-mode file version of the ACM paper which can be generated with ~make~.
** Makefile
The Makefile defines the process on how to generate the ACM paper. This method ensures a working process independent from personal Emacs settings.
Use ~make~ to re-generate the PDF version of the paper.
Use ~make clean~ to remove temporary files.
** CSV files
The CSV files contain some example data which is used to demonstrate calculations and evaluation.
** Org-mode demo (reference)
An independent Org-mode demo which demonstrates some basic features of Org-mode http://orgmode.org can be found on: https://github.com/novoid/org-mode-workshop