Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jsta/dissertation
Spatial Patterning of Lake Nutrients and Morphometry at Macroscales: Importance of Regional Factors and Aquatic-Terrestrial Linkages
https://github.com/jsta/dissertation
latex manuscript research-compendium
Last synced: about 1 month ago
JSON representation
Spatial Patterning of Lake Nutrients and Morphometry at Macroscales: Importance of Regional Factors and Aquatic-Terrestrial Linkages
- Host: GitHub
- URL: https://github.com/jsta/dissertation
- Owner: jsta
- Created: 2020-01-21T16:26:37.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-23T14:43:11.000Z (over 2 years ago)
- Last Synced: 2024-06-11T17:07:49.425Z (7 months ago)
- Topics: latex, manuscript, research-compendium
- Language: TeX
- Homepage: https://github.com/jsta/dissertation/blob/master/stachelek-dissertation.pdf
- Size: 21.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Spatial Patterning of Lake Nutrients and Morphometry at Macroscales: Importance of Regional Factors and Aquatic-Terrestrial Linkages
> J. Stachelek, Michigan State University, 2020
## Products
pdf: [stachelek-dissertation.pdf](stachelek-dissertation.pdf)
## Prerequsites
### R packages
* bookdown
* tinytex
### LaTeX packagesSee [Dockerfile](Dockerfile). Install with `tinytex::tlmgr_install("package")`.
## Building
### pdf + html
From the command line type: `$ make all`
## Editing
* The title page, abstract, preface, and introduction source is set in [correct-front-matter.tex](correct-front-matter.tex). Relevant sections need to be copied to [index.Rmd](index.Rmd) if attemping to build an html version.
* Each individual chapter is a numbered Rmd file in the top level folder.
* End matter is set in [end.Rmd](end.Rmd)
* Bibtex files are listed in [index.Rmd](index.Rmd), stored in the top level folder, **and** symlinked (or copied) to the `_bookdown_files` directory
* Figures are stored under [figures](figures) and copied to [_bookdown_files/figures](_bookdown_files/figures)
* Formatting of figure and table captions for supplementary material is set in [preamble.tex](preamble.tex)
* Make LaTeX commands available to the initial Rmd conversion process by placing them in [preamble.tex](preamble.tex)
## Reproducibility
```
docker build -t jsta/dissertation:latest .
docker create --name dissertation3 jsta/dissertation
docker cp dissertation3:~/stachelek-dissertation.pdf test.pdf
```## Links
https://grad.msu.edu/etd/formatting-guide
https://github.com/jrosen48/dissertation
https://ctan.org/pkg/msu-thesis?lang=en
https://twitter.com/JillDeines/status/991725606311116800