https://github.com/transientlunatic/imgwda
Inference Methods for Gravitational Wave Data Analysis - My PhD Thesis
https://github.com/transientlunatic/imgwda
Last synced: 7 days ago
JSON representation
Inference Methods for Gravitational Wave Data Analysis - My PhD Thesis
- Host: GitHub
- URL: https://github.com/transientlunatic/imgwda
- Owner: transientlunatic
- Created: 2020-03-02T23:18:05.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-20T13:18:24.000Z (almost 2 years ago)
- Last Synced: 2023-06-30T12:00:57.867Z (almost 2 years ago)
- Language: Jupyter Notebook
- Size: 53.9 MB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
Awesome Lists containing this project
README
# Inference Methods for Gravitational Wave Data Analysis
Daniel WilliamsThis repository contains the text and code necessary to produce my thesis.
* The `chapters` directory contains the text of the thesis in `org-mode` format.
These can be converted to numerous other formats using scripts in the `scripts/build` directory, with the makefile capable of producing these itself.* The `figures` directory contains a number of the figures from the document, although many need to be generated (via the makefile in this directory).
* The `notebooks` directory contains a number of Jupyter notebooks which can be used to generate the figures from this work.
* The `scripts` directory contains scripts used to generate figures from this work, and a makefile which can generate a number of these scripts from jupyter notebooks in the `notebooks` directory.
* The `bibliography` directory contains org files which describe the bibliography of the thesis, along with my notes on these works. `.bib` files can be generated via the main project makefile.