Open-source guide book to accompany the Master thesis supervision process of Hannes' students at Tilburg University.
If you are actually looking for the thesis companion, rather than seeking to contribute to it or view its source code, open the thesis companion here in your browser.
Contributions in any form (e.g., correcting typos, adding chapters, etc.) are welcome!
Please fork this repository, create branches per feature, and issue pull requests for each change you're making!
For details on how to contribute, please view the contribution guidelines for Tilburg Science Hub, so please check the documentation there.
-
Fork & clone the repository including the submodules
git clone https://github.com/[your-name]/thesis-guide/ --recurse-submodules
-
Install Hugo, the CMS we're using on this site
-
Start up the website in your local browser, by calling
hugo serve
on the terminal/command prompt.