Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thechymera/repsep

Reproducible Self-Publishing - Demo Publications in the Most Common Formats
https://github.com/thechymera/repsep

article data-analysis foss latex poster presentation publishing python reexecutable-publication reproducible-research

Last synced: about 2 hours ago
JSON representation

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

Awesome Lists containing this project

README

        

[![RepSeP Logo](img/repsep.png?raw=true "RepSeP Logo")](https://github.com/TheChymera/RepSeP/releases/tag/0.0.1)

# RepSeP

The **Rep**roducible **Se**lf **P**ublishing 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

* [Reproducible Self-Publishing for Python-Based Research](https://youtu.be/WbjQYBuyKdk), at EuroSciPy 2018 in Trento (IT)
* Pitch: [Reproducible Self-Publication via PythonTeX](https://www.youtube.com/watch?v=bu9_338Q7rU), at EuroSciPy 2017 in Erlangen (DE)
* Pitch: [Reproducible Self-Publishing](https://www.youtube.com/watch?v=8AD4mtXJhpE), at SciPy 2017 in Austin (TX,USA)

## How To Self-Publish Reproducible Scientific Documents

* Clone this repository: `git clone [email protected]:TheChymera/RepSeP.git`
* Install the dependencies ([listed below](#dependencies)).
* Edit the document files ([`article.tex`](article.tex), [`poster.tex`](poster.tex), [`slides.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](https://dev.gentoo.org/~ulm/pms/head/pms.html).
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](.gentoo/sci-biology/repsep/repsep-99999.ebuild).
Alternatively you may refer to the following list:

* [matplotlib](https://matplotlib.org/)
* [numpy](https://www.numpy.org/)
* [statsmodels](https://www.statsmodels.org/stable/index.html) (>=`0.9.0`)
* [pythontex](https://github.com/gpoore/pythontex) (>=`0.16`)
* [texlive-latex](https://www.tug.org/texlive/)
* [graphviz](https://www.graphviz.org/)

## Examples

### Posters

* [BehavioPy Poster](https://bitbucket.org/TheChymera/behaviopy_repsep/), versions presented at:
* [EuroSciPy 2017](https://bitbucket.org/TheChymera/behaviopy_repsep/raw/7d626813659efa1345efbf07faafaa9a6bcf3876/poster.pdf) in Erlangen (DE)