From 1cb205572c3ef4cabe8753f7479dc878d74e593c Mon Sep 17 00:00:00 2001 From: alemelis Date: Thu, 21 Dec 2023 10:06:22 +0000 Subject: [PATCH] authors --- docs/make.jl | 5 ----- docs/src/index.md | 6 ++++++ 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/make.jl b/docs/make.jl index d353f60..9091672 100755 --- a/docs/make.jl +++ b/docs/make.jl @@ -10,11 +10,6 @@ makedocs( "Quickstart" => "man/quickstart.md", "Configuration" => "man/config.md", "Examples" => "man/examples.md", - # "Manual" => Any[ - # # "Guide" => "man/guide.md", - # # "man/config.md", - # # "man/examples.md" - # ] ], ) diff --git a/docs/src/index.md b/docs/src/index.md index e7415a8..e3e1a28 100755 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -2,6 +2,12 @@ openBF is an open-source 1D blood flow solver based on MUSCL finite-volume numerical scheme, written in [Julia](https://julialang.org/downloads/) and released under [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0) free software license. +openBF has been developed by [Dr. A. Melis](https://alemel.is) under the supervision of [Dr. A. Marzo](https://www.sheffield.ac.uk/mecheng/academic-staff/alberto-marzo) as part of the PhD project on cardiovascular modelling at [INSIGNEO](https://www.sheffield.ac.uk/insigneo) Institute, Department of Mechanical Engineering of The University of Sheffield. All the contributors are listed on [github](https://github.com/INSIGNEO/openBF/graphs/contributors). + +The accompaigning [PhD Thesis](https://etheses.whiterose.ac.uk/19175/) contains the relevant theoretical background and the explanation of the numerical scheme implemented. A shorter backgound introduction is given in the [Overview](man/overview.md) page. + +Head over to the [Quickstart](man/quickstart.md) section for installation and running instructions. + ## Publications openBF has been used in the following works: