https://github.com/emitanaka/sydneythesistemplate
Rmarkdown thesis template adapted from Rob J Hyndman for University of Sydney
https://github.com/emitanaka/sydneythesistemplate
phd rmarkdown thesis
Last synced: about 1 month ago
JSON representation
Rmarkdown thesis template adapted from Rob J Hyndman for University of Sydney
- Host: GitHub
- URL: https://github.com/emitanaka/sydneythesistemplate
- Owner: emitanaka
- Created: 2018-07-28T07:55:49.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-28T12:56:52.000Z (almost 7 years ago)
- Last Synced: 2025-04-02T02:35:48.817Z (about 2 months ago)
- Topics: phd, rmarkdown, thesis
- Language: TeX
- Homepage: https://github.com/robjhyndman/MonashThesis
- Size: 210 KB
- Stars: 17
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
University of Sydney Research Thesis Rmarkdown Template
========================This repository provides a template for a University of Sydney Honour/Master/PhD thesis using Rmarkdown with the `bookdown` R-package. This template is largely adapted from [Rob Hyndman's Monash PhD Thesis Rmarkdown Template](https://github.com/robjhyndman/MonashThesis). It is designed for research students at the University of Sydney.
## Difference to Monash Thesis
At this present moment (2018/07/28), the difference is minor. The major difference lies in the ability to customise the School/Department, University, Country, logo and some metadata of the pdf (subject and keyowrds) from the YAML of `index.Rmd`.
## Requirements
You will need to install the `bookdown` R package.
```r
install.packages('bookdown')
```You will also need LaTeX installed. If you don't already have LaTeX, you can install [here](https://www.latex-project.org/get/) or use R:
```r
install.packages('tinytex')
tinytex::install_tinytex()
```## Editor
It is preferred that you use [RStudio](https://www.rstudio.com/) for editing.
## Getting Started
Once you download the template, either open the `myThesis.Rproj` or go to the directory of the thesis folder. To compile the book run the following command at the console:
```r
bookdown::render_book("index.Rmd", "bookdown::pdf_book")
```The compiled thesis will be located in the folder `compiled_thesis`.
For customisation, modify the yaml of `index.Rmd` and `_bookdown.yml`. Notice that you can include chapters written in tex.