aaren / thesis

My PhD thesis (in progress!)

Home Page:http://aaren.me/thesis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is the source for my PhD thesis.

You write your chapters in either markdown or IPython notebooks - it doesn't matter which.

The build script can produce html, latex and pdf output.

To build everything:

make

To build pdf:

make pdf

To build html

make html

The templates for html and latex output are contained in build/.

The latex template is made to satisfy the University of Leeds formatting requirements.

The html template is a themed Jekyll website. It can be served locally with

make serve

and will then be visible at 'localhost:4000/thesis'.

There is a gh-pages branch that is automatically populated with the Jekyll build following a commit to master.

User specific configuration is done in meta.yaml and in `build/html/_config.yml'.

About

My PhD thesis (in progress!)

http://aaren.me/thesis


Languages

Language:TeX 93.4%Language:CSS 3.4%Language:HTML 1.2%Language:Python 0.8%Language:Makefile 0.7%Language:Jupyter Notebook 0.3%Language:Shell 0.1%Language:Ruby 0.0%