All Projects → robjhyndman → Monashthesis

robjhyndman / Monashthesis

Licence: other
Monash PhD thesis template

Projects that are alternatives of or similar to Monashthesis

ntuthesis
台大碩博士論文模板 (R Package)
Stars: ✭ 14 (-74.55%)
Mutual labels:  rmarkdown, thesis-template
huskydown
An R Markdown template using the bookdown package for preparing a PhD thesis at the University of Washington
Stars: ✭ 116 (+110.91%)
Mutual labels:  rmarkdown, thesis-template
Rmarkdown Book
R Markdown: The Definitive Guide (published by Chapman & Hall/CRC in July 2018)
Stars: ✭ 557 (+912.73%)
Mutual labels:  rmarkdown
Klippy
Copy to Clipboard Buttons for RMarkdown HTML Documents
Stars: ✭ 40 (-27.27%)
Mutual labels:  rmarkdown
Rticles
LaTeX Journal Article Templates for R Markdown
Stars: ✭ 895 (+1527.27%)
Mutual labels:  rmarkdown
Wowchemy Hugo Modules
🔥 Hugo website builder, Hugo themes & Hugo CMS. No code, build with widgets! 创建在线课程,学术简历或初创网站。
Stars: ✭ 6,093 (+10978.18%)
Mutual labels:  rmarkdown
Phd thesis markdown
Template for writing a PhD thesis in Markdown
Stars: ✭ 898 (+1532.73%)
Mutual labels:  thesis-template
Workflowr
Organize your project into a research website
Stars: ✭ 551 (+901.82%)
Mutual labels:  rmarkdown
Samples Rmarkdown Metropolis
RMarkdown with Metropolis/Mtheme for Beamer
Stars: ✭ 51 (-7.27%)
Mutual labels:  rmarkdown
Talks
Repository of publicly available talks by Leon Eyrich Jessen, PhD. Talks cover Data Science and R in the context of research
Stars: ✭ 16 (-70.91%)
Mutual labels:  rmarkdown
Knitrhooks
Extend {knitr} with hooks
Stars: ✭ 32 (-41.82%)
Mutual labels:  rmarkdown
Swjtuthesis
LaTeX template for SWJTU thesis.
Stars: ✭ 16 (-70.91%)
Mutual labels:  thesis-template
Zjuthesis
Zhejiang University Graduation Thesis LaTeX Template
Stars: ✭ 720 (+1209.09%)
Mutual labels:  thesis-template
Dashboarding Tutorial
Presentation, pro tips, and tools for dashboarding like a boss: https://maloriejhughes.github.io/Dashboarding-Tutorial/
Stars: ✭ 24 (-56.36%)
Mutual labels:  rmarkdown
Posterdown
Use RMarkdown to generate PDF Conference Posters via HTML
Stars: ✭ 602 (+994.55%)
Mutual labels:  rmarkdown
Bookdown Crc
A minimal example of using bookdown to write a book for Chapman & Hall/CRC
Stars: ✭ 50 (-9.09%)
Mutual labels:  rmarkdown
Reprex
Render bits of R code for sharing, e.g., on GitHub or StackOverflow.
Stars: ✭ 553 (+905.45%)
Mutual labels:  rmarkdown
Concordia Latex Template
Concordia University LaTeX Template for Master's thesis or PHD thesis.
Stars: ✭ 6 (-89.09%)
Mutual labels:  thesis-template
Crisscross
A Markdown-centric template engine for batch offline document generation.
Stars: ✭ 18 (-67.27%)
Mutual labels:  rmarkdown
Bachelor Diploma
Дипломная работа бакалавра в LaTeX, оформленная в соответствии с нормоконтролем Севастопольского государственного университета в 2015 году
Stars: ✭ 52 (-5.45%)
Mutual labels:  thesis-template

Monash PhD Thesis Rmarkdown Template

This repository provides a template for a Monash University PhD thesis using Rmarkdown with the bookdown package. It is designed for PhD students in the Department of Econometrics and Business Statistics, but can be modified for Masters degrees, other departments and other universities as required.

Requirements

To set up the software, you will need to install the bookdown package and its dependencies as follows:

install.packages('bookdown')

You will also need LaTeX installed. If you don't already have LaTeX, one convenient approach is to install it via R:

install.packages('tinytex')
tinytex::install_tinytex()
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].