TheChymera / RepSeP

Reproducible Self-Publishing - Demo Publications in the Most Common Formats

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RepSeP Logo

RepSeP

The Reproducible Self Publishing toolkit demonstrates how to reuse your favourite data analysis workflows in order to seamlessly include quasi-dynamic publication-quality output (e.g. figures, tables, or statistic reports) in the most common science communication formats. Currently we provide examples for:

  • Presentation Slides
  • A Poster
  • An Article

In these examples, analysis does not have to be initiated manually, and output elements do not have to be copied, manually scaled, styled, or otherwise manipulated. Data analysis is kept in one and only one place, and configurable styling is applied programmatically at the document or output element level. Data and code dependencies are monitored for update via checksums, and are either provided or specified, so that both the toolkit in its present incarnation - as well as your own derivatives - can be reproduced locally and autonomously by your colleagues, reviewers, students, and everybody else. As no binaries are tracked, publications built analogously to our examples are excellently suited for collaborative editing and version tracking, e.g. via Git.

Video Presentations

How To Self-Publish Reproducible Scientific Documents

  • Clone this repository: git clone git@github.com:TheChymera/RepSeP.git
  • Install the dependencies (listed below).
  • Edit the document files (article.tex, poster.tex, slides.tex) to contain your own research output.
  • Compile the documents, e.g.: ./compile article, ./compile poster, ./compile slides, ./compile all.
  • Distribute the output and links to your fork of this repository via your favourite outreach channels.

Dependencies

Automatic Install

Dependencies can be automatically installed by any package manager which respects the Package Manager Soecification. This is done by running the install file as root with the following commands:

cd RepSeP/.gentoo
./install.sh -oav

Manual Install

The most precise description of the dependency graph (including conditionality) can be extracted from the RepSeP ebuild. Alternatively you may refer to the following list:

Examples

Posters

About

Reproducible Self-Publishing - Demo Publications in the Most Common Formats


Languages

Language:Python 66.7%Language:TeX 31.9%Language:Makefile 0.9%Language:Shell 0.5%