https://github.com/iandennismiller/mueller-report
Open Source Mueller Report is an enhanced edition of the Mueller Report.
https://github.com/iandennismiller/mueller-report
legal mueller mueller-report obstruction russia trump united-states
Last synced: about 2 months ago
JSON representation
Open Source Mueller Report is an enhanced edition of the Mueller Report.
- Host: GitHub
- URL: https://github.com/iandennismiller/mueller-report
- Owner: iandennismiller
- License: other
- Created: 2019-04-18T20:47:08.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-16T21:02:59.000Z (almost 6 years ago)
- Last Synced: 2024-12-02T16:39:27.014Z (7 months ago)
- Topics: legal, mueller, mueller-report, obstruction, russia, trump, united-states
- Language: TeX
- Homepage: http://opensourcemuellerreport.com
- Size: 76.6 MB
- Stars: 54
- Watchers: 3
- Forks: 8
- Open Issues: 19
-
Metadata Files:
- Readme: Readme.md
- Contributing: Contributing.md
- License: License.md
Awesome Lists containing this project
README
# Open Source Mueller Report
**Open Source Mueller Report** is an enhanced edition of the Mueller Report.
[](http://opensourcemuellerreport.com)
[](https://github.com/iandennismiller/mueller-report/)
[](https://travis-ci.org/iandennismiller/mueller-report)
[](https://github.com/iandennismiller/mueller-report/issues)
[](https://gitter.im/open-source-mueller-report/community)
[](https://www.reddit.com/r/OpenSourceMueller)### Discussion
- website: http://opensourcemuellerreport.com
- chatroom: https://gitter.im/open-source-mueller-report
- forum: https://www.reddit.com/r/OpenSourceMueller## Features
- high fidelity text; not deteriorated by photocopy, redaction, and optical character recognition
- available in PDF and ePub formats
- supports full-text search
- split document into Volume 1 and Volume 2
- PDF page numbering matches content page numbering
- descriptive page headers with section name
- working hyperlinks for table of contents and footnotes
- redactions are represented explicitly in the source code
- reduced file size (under 5 MB)
- canonical URL with greater permanence than DOJ distribution### Limitations
- *under development; not complete yet*
- might include typos and other errors; [please help if you find anything!](https://github.com/iandennismiller/mueller-report/blob/master/Contributing.md#contributing)
- page numbers do not correspond to original Mueller document or to DOJ release
- redacted boxes are interrupted by spaces; they are not continuous
- redacted boxes, which are based on lorem ipsum text, are suggestive of underlying word length and structure although no information about this is known
- other cosmetic differences## Motivation
The U.S. Department of Justice (DOJ) released a redacted version of the Mueller Report on April 18, 2019.
The DOJ release suffers from [technical limitations that interfere with public discussion](https://www.pdfa.org/a-technical-and-cultural-assessment-of-the-mueller-report-pdf/) about the Mueller investigation.
For example:- [the DOJ PDF cannot be searched](https://www.pdfa.org/even-with-ocr-the-mueller-report-pdf-isnt-fully-searchable/)
- passages of text in the DOJ PDF cannot be highlighted or copied-and-pasted
- the table of contents in the DOJ PDF is not "clickable"
- the page numbers in the footer do not match the DOJ PDF page numbers
- the DOJ PDF appears to be derived from an optically-scanned copy and, consequently, there are visual artifacts in the PDF
- the DOJ PDF is a large file (137 MB)[Open Source Mueller Report](https://github.com/iandennismiller/mueller-report) is an effort to correct those technical limitations by providing a "clean room" reimplementation of the document from source code.
## Contributing
The document is written with LaTeX.
If you know a little bit of LaTeX and you know how to use Github, then [you can help with the project](https://github.com/iandennismiller/mueller-report/blob/master/Contributing.md#contributing).
There are several kinds of **helper roles** that enable collaborative editing of the document.### Helper roles
- [redacter](https://github.com/iandennismiller/mueller-report/blob/master/Contributing.md#helper-roles): adjust length of redacted boxes to be comparable to the original
- [proof reader](https://github.com/iandennismiller/mueller-report/blob/master/Contributing.md#helper-roles): fix typographic errors, spelling, and other mistakes
- [LaTeX guru](https://github.com/iandennismiller/mueller-report/blob/master/Contributing.md#helper-roles): tweak `includes.tex` to make the document look like the original while providing enhanced functionality
- ~~copy-paster: locate a section heading and copy-paste text from the PDF~~
- ~~footnote adder: add footnotes and fill them with content from the PDF~~### How to Contribute
[Learn how to help on the Contributing page.](https://github.com/iandennismiller/mueller-report/blob/master/Contributing.md#contributing)
## Build Instructions
The document can be rendered with TeX Live and MacTeX.
```
cd src && make all
```The results will be written to `docs/products`.
### Debian/Ubuntu Requirements
Ensure the following packages are installed.
```
apt install aspell texlive-xetex latexmk
```## See also
- [Special Counsel's Office](https://www.justice.gov/sco)
- [Mueller Report, Redacted, 2019-04-18](https://www.justice.gov/storage/report.pdf)
- [XeTex](http://xetex.sourceforge.net/)
- [LaTeX censor package](https://ctan.org/pkg/censor)
- [Tesseract OCR](https://github.com/tesseract-ocr/tesseract)
- [OCRmyPDF](https://github.com/jbarlow83/OCRmyPDF)
- [Poppler](https://poppler.freedesktop.org/)
- [LaTeX-Mk](http://latex-mk.sourceforge.net/)
- [Water.css](https://kognise.github.io/water.css/)
- [Great Seal of the United States](https://en.wikipedia.org/wiki/Great_Seal_of_the_United_States)## License
Open Source Mueller Report
[(CC) 2019 Ian Dennis Miller](https://github.com/iandennismiller/mueller-report/blob/master/License.md)
**Attribution 3.0 Unported (CC BY 3.0)**
https://creativecommons.org/licenses/by/3.0/
> You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.