Contribution Guide
Everyone can contribute to The Book of Statistical Proofs! Depending on your mathematical knowledge, your computer science skills and the time you are willing to invest, there are three different levels of contributing to the project, with contribution intensity increasing from first to last level.
Quick Access: GitHub Repository – Repository Wiki – Proof Template – Definition Template – Template Guidelines – Table of Contents – Wanted Theorems – Wanted Definitions – Proofs without Source – Definitions without Source – Dead Links – StatProofBookTools
Level 1: suggest a theorem to be proven
Required: a web browser and access to Google Documents
- Go to the online document for suggesting a theorem or suggesting a definition.
- Enter one proof source per row, following the instructions in the sheet.
Level 2: send a formatted file to the archive
Required: LaTeX processing software and a Google Drive account
- Pick a proof or definition of your choice and write it down as a LaTeX document.
- Optionally, embed your submission into the Markdown templates for proof or definition.
- Submit your LaTeX or Markdown file via the online submission form.
Level 3: add a page to the archive yourself
Required: Markdown processing software and a GitHub account
- Login to GitHub and fork the repository belonging to this website.
- In the subfolder
P
(orD
), duplicate the file-temp-.md
and rename it to[shortcut].md
where[shortcut]
is an abbreviation of your proof (or definition). - Now rewrite this template to become a proof (or definition) of your theorem and fill in the metadata in the header of that document (enclosed by “– – –”).
- Commit your changes and launch a pull request, e.g. using the subject
added "[shortcut]"
.
- Optionally, you can also update the index pages before committing your changes.
- Your branch with the new submission will be merged into the master branch and become live.
- Your proof or definition will then link to your GitHub profile. Additionally, you can earn money!