Skip to content

PaperOps Demo: automate running experiments and adding results/statistics in a PDF with a single Make command

Notifications You must be signed in to change notification settings

RAIL-group/paperops-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PaperOps Demo

Run experiments and add results to a PDF with a single Make command

The goal of this project is to demonstrate a simple proof-of-concept in which every aspect of running results to including them in a paper is automated. Simply download the repo from GitHub, run make paper, and it outputs a PDF file with the results from some simple experiments.

Running this command runs 800 simple "experiments" and includes the resulting scatterplot and statistics in the PDF compliled via LaTeX:

make paper NUM_EXPERIMENTS=800 -j20

The resulting PDF resembles the following:

Making a paper with 800 example experiments and their results.

The following schematic of the dependency structure of the Makefile and so an overview of the outputs generated automatically to build the PDF of the paper:

Schematic of the Make target dependencies.

See our blog post for more details on how it works.

About

PaperOps Demo: automate running experiments and adding results/statistics in a PDF with a single Make command

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published