Connor Johnstone 452afb935d Final commit?
2022-04-18 13:49:03 -06:00
2022-04-18 10:59:25 -06:00
2022-04-18 13:49:03 -06:00
2022-04-18 13:49:03 -06:00
2022-01-25 11:02:48 -07:00
2022-03-21 09:39:47 -06:00
2022-03-21 09:39:47 -06:00
2022-03-19 13:57:45 -06:00

Thesis Repository

This will be a repository for my code while I work on my thesis. The general idea is to generate a method for automatically producing optimal low-thrust trajectories (including optimizations of the planetary flybys) for a sample mission to Saturn.

Dependencies

Generate PDFs

To generate the PDFs (currently just the notes, but soon to include the thesis paper) you'll need:

  • pandoc
  • a working LaTeX installation
  • Roboto font
  • make

Julia Code

In order to run the Julia code, you'll need Julia v1.6 or higher. This project is packaged as a package, so installing the dependencies (and the project itself) is simple. Just run:

using Pkg
Pkg.activate("julia")
Pkg.build()

Installation

Generate PDFs

To produce the pdfs, simply run:

make

They will go in the build directory

To produce final pdfs:

make final
Description
A repository for my Master's Thesis
Readme 136 MiB
Languages
HTML 99.5%
TeX 0.3%
Julia 0.2%