https://github.com/chilipp/phd-thesis
The source files of my PhD-thesis
https://github.com/chilipp/phd-thesis
Last synced: 2 months ago
JSON representation
The source files of my PhD-thesis
- Host: GitHub
- URL: https://github.com/chilipp/phd-thesis
- Owner: Chilipp
- License: cc-by-4.0
- Created: 2019-08-12T08:56:28.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-12-15T20:11:29.000Z (over 3 years ago)
- Last Synced: 2025-02-13T19:50:05.506Z (4 months ago)
- Language: Jupyter Notebook
- Size: 93 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PhD-thesis of Philipp S. Sommer
[](http://creativecommons.org/licenses/by/4.0/)
The source files of my PhD-thesis. The PDF document of the thesis is stored as
[main.pdf](main.pdf). The latex master file is stored in [main.tex](main.tex)
with the chapters from the [Chapters](Chapters) directory.## Compilation
The latex document requires biber for the bibliography and can be compiled via```bash
pdflatex main
pdflatex main
biber main
pdflatex main
pdflatex main
```## The template
This thesis is based on the [Masters/Doctoral Thesis](http://www.latextemplates.com/template/masters-doctoral-thesis)
template that was originally created by Steve R. Gunn, modified into a
template by Sunil Patel and revised by Vel. The source files are saved in
[thesis_1.zip] that is available under the [LPPL v1.3c](http://www.latex-project.org/lppl)
license.## License
This work is licensed under a [Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/).