arma-thesis

git clone https://git.igankevich.com/arma-thesis.git
Log | Files | Refs | LICENSE

commit e65094231abde35a37f4c99fc55aff7234c2c39a
parent b4cc99a64b6065089204cc06f446beeff2478d66
Author: Ivan Gankevich <igankevich@ya.ru>
Date:   Fri, 17 Nov 2017 11:51:39 +0300

Update README file.

Diffstat:
README.org | 21++++++++++++++++++---
1 file changed, 18 insertions(+), 3 deletions(-)

diff --git a/README.org b/README.org @@ -1,3 +1,18 @@ -This is a repository with my PhD thesis. In order to build and reproduce some of -the results you need to execute every org-babel code block in ~setup.org~ and -then build the main file. +This is a repository with *PhD thesis* "Simulation modelling of irregular waves +for marine object dynamics programmes". The manuscript was prepared using +[[http://orgmode.org/][Org-mode]] for GNU Emacs which provides computing environment for reproducible +research. The text is available in [[http://igankevich.com/phd/arma-thesis.pdf][English]] and [[http://igankevich.com/phd/arma-thesis-ru.pdf][Russian]]. + +All the *benchmarks* are contained in separate repositories: + +- [[https://github.com/igankevich/arma-benchmarks][ARMA benchmarks]], +- [[https://github.com/igankevich/bscheduler-benchmarks][Bscheduler benchmarks]]. + +All the *code* is contained in another set of repositories: + +- [[https://github.com/igankevich/arma][ARMA]], +- [[https://github.com/igankevich/bscheduler][Bscheduler]], +- [[https://github.com/igankevich/unistdx][Unistdx]]. + +In order to *build* PDF you need to execute every code block in ~setup.org~, +export the main file to LaTeX and compile it using ~make~.