An open API service indexing awesome lists of open source software.

https://github.com/basnijholt/thesis

🎓 Ph.D. thesis: Towards realistic numerical simulations of Majorana devices
https://github.com/basnijholt/thesis

adaptive doctoral-theses latex majorana phd physics theory thesis tudelft

Last synced: about 1 year ago
JSON representation

🎓 Ph.D. thesis: Towards realistic numerical simulations of Majorana devices

Awesome Lists containing this project

README

          

# Bas Nijholt's Ph.D. thesis
> *Towards realistic numerical simulations of Majorana devices*

![](https://github.com/basnijholt/thesis-cover/raw/master/images/close-up.jpg)

[![compile-thesis](https://github.com/basnijholt/thesis/workflows/compile-thesis/badge.svg)](https://github.com/basnijholt/thesis/actions?query=workflow%3Acompile-thesis)

For the source of of the cover design, see [this repository: basnijholt/thesis-cover](https://github.com/basnijholt/thesis-cover).

See the compiled
* latest [`dissertation.pdf`](https://gitlab.kwant-project.org/qt/basnijholt/thesis-bas-nijholt/builds/artifacts/master/raw/dissertation.pdf?job=job)
* latest [`propositions.pdf`](https://gitlab.kwant-project.org/qt/basnijholt/thesis-bas-nijholt/builds/artifacts/master/file/propositions.pdf?job=job)

Automatic Docker builds [here](https://hub.docker.com/repository/docker/basnijholt/thesis).

## Instructions
Create (or update) `dissertation.bib` using
```bash
yaml2bib \
--bib_fname "dissertation.bib" \
--dois_yaml "*/*.yaml" \
--replacements_yaml "replacements.yaml" \
--static_bib "chapter_*/not_on_crossref.bib" \
--email "bas@nijho.lt"
```

Create `propositions.bib` using:
```bash
python create_propositions.py
```