martisak / reproducibleresearch

A Docker container for building documents

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reproducible Research Document build container

Build Status DOI license GitHub contributors GitHub closed pull requests docker pulls docker stars

A Docker container for building documents.

Usage

Pull image

docker pull martisak/reproducibleresearch

Setup bash

Add this to your bash profile

render() { docker run --rm -it -v`pwd`:/data martisak/reproducibleresearch make -C /data $@; }

Render

Try this simple example first.

git pull git@github.com:martisak/article.git
cd article/example
render

The output is written to example.pdf.

Included projects

CSL Style Repository

github.com/citation-style-language/styles is the official repository for Citation Style Language (CSL) styles and is maintained by CSL project members. For more information, check out CitationStyles.org and the repository wiki.

Classic article template

Classic article template is a LaTeX/pandoc theme using ClassicThesis and arsclassica.

KTH Templates

See LaTeX och TeX på NADA for more information.

Licensing

All the styles in this repository are released under the Creative Commons Attribution-ShareAlike 3.0 Unported license. For attribution, any software using this repository must include a clear mention of the project and a link.

Citing this work

Please use the following citation.

@misc{martin_isaksson_2017_1001074,
  author       = {Martin Isaksson},
  title        = {{martisak/reproducibleresearch: Initial test 
                   release}},
  month        = oct,
  year         = 2017,
  doi          = {10.5281/zenodo.1001074},
  url          = {https://doi.org/10.5281/zenodo.1001074}
}

Contributing

I encourage you to help me out with this project. Please fork and submit pull requests. Thank you!

About

A Docker container for building documents

License:MIT License


Languages

Language:Ruby 83.6%Language:Dockerfile 15.4%Language:Makefile 1.0%