All Projects → TheChymera → RepSeP

TheChymera / RepSeP

Licence: other
Reproducible Self-Publishing - Demo Publications in the Most Common Formats

Programming Languages

python
139335 projects - #7 most used programming language
TeX
3793 projects
shell
77523 projects

Projects that are alternatives of or similar to RepSeP

Pandoc
Universal markup converter
Stars: ✭ 24,250 (+173114.29%)
Mutual labels:  presentation, publishing
iMOKA
interactive Multi Objective K-mer Analysis
Stars: ✭ 19 (+35.71%)
Mutual labels:  data-analysis
Edition
The newsletter theme for Ghost
Stars: ✭ 60 (+328.57%)
Mutual labels:  publishing
Chapter-2
Code examples for Chapter 2 of Data Wrangling with JavaScript
Stars: ✭ 16 (+14.29%)
Mutual labels:  data-analysis
tutorials
Short programming tutorials pertaining to data analysis.
Stars: ✭ 14 (+0%)
Mutual labels:  data-analysis
InspireNN
No description or website provided.
Stars: ✭ 13 (-7.14%)
Mutual labels:  presentation
DataProfiler
What's in your data? Extract schema, statistics and entities from datasets
Stars: ✭ 843 (+5921.43%)
Mutual labels:  data-analysis
dataquest-guided-projects-solutions
My dataquest project solutions
Stars: ✭ 35 (+150%)
Mutual labels:  data-analysis
mixedvines
Python package for canonical vine copula trees with mixed continuous and discrete marginals
Stars: ✭ 36 (+157.14%)
Mutual labels:  data-analysis
pandoc-templates
An opinionated set of Pandoc templates and scripts for converting markdown to DOCX manuscripts that adhere to William Shunn's Proper Manuscript Format guidelines using Pandoc.
Stars: ✭ 30 (+114.29%)
Mutual labels:  publishing
in2publish core
in2publish Community Version
Stars: ✭ 38 (+171.43%)
Mutual labels:  publishing
talks
Source for all talks I've presented at various conferences
Stars: ✭ 12 (-14.29%)
Mutual labels:  presentation
ospi
Open Source Presence Infographic of Indian Startups
Stars: ✭ 25 (+78.57%)
Mutual labels:  data-analysis
Infinite Stories with Data
This repo consists of my analysis of random datasets using various statistical and visualization techniques.
Stars: ✭ 21 (+50%)
Mutual labels:  data-analysis
advanced-pandas
Pandas is a powerful tool for data exploration and analysis (including timeseries).
Stars: ✭ 22 (+57.14%)
Mutual labels:  data-analysis
cppcon2015
Repository for the slides and the code of my CppCon 2015 talks.
Stars: ✭ 93 (+564.29%)
Mutual labels:  presentation
aletheia-admin
Project documentation including our README, contributing guidelines and more.
Stars: ✭ 32 (+128.57%)
Mutual labels:  publishing
PandasVersusExcel
Python数据分析入门,数据分析师入门
Stars: ✭ 120 (+757.14%)
Mutual labels:  data-analysis
online-course-recommendation-system
Built on data from Pluralsight's course API fetched results. Works with model trained with K-means unsupervised clustering algorithm.
Stars: ✭ 31 (+121.43%)
Mutual labels:  data-analysis
elucidate
convenience functions to help researchers elucidate patterns in their data
Stars: ✭ 26 (+85.71%)
Mutual labels:  data-analysis

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 [email protected]: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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].