From f38447b07ec421cee243fdfe9ccd87efd18a2f7f Mon Sep 17 00:00:00 2001 From: Florian Delprat <33299808+ShaitanLyss@users.noreply.github.com> Date: Thu, 15 Aug 2024 10:24:29 +0200 Subject: [PATCH] Update introduction.md --- src/content/docs/general/introduction.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/src/content/docs/general/introduction.md b/src/content/docs/general/introduction.md index c9f2a63..1b09994 100644 --- a/src/content/docs/general/introduction.md +++ b/src/content/docs/general/introduction.md @@ -7,15 +7,19 @@ sidebar: Welcome to Selenite! Selenite is an initiative to provide geoscientists around the world with a powerful graphical interface for using GEOS, a massively parallelized multiphysic simulation framework. +## Two interfaces Selenite consists of two interfaces, Selenite Simple and Selenite Advanced. -Selenite Simple aims to be a simplified interface which aims to make using GEOS as simple as picking a few components and changing a few parameters. +### Selenite +Selenite (or Selenite Simple) aims to be a simplified interface which aims to make using GEOS as simple as picking a few components and changing a few parameters. +### Selenite Advanced On the other hand, Selenite Advanced aims to provide users with a powerful and limitless way to create GEOS input files using visual programming. +### Data sharing The two interfaces are connected and can share configuration blocks (macro blocks). For instance, if in Selenite Simple you end up missing a feature, all you have to do is to use Selenite Advanced to create a macro block that will then be available in the simplified interface. -Further reading -- (Selenite Simple)[https://selenite-geos.github.io/docs/simplified-interface/introduction/] -- (Selenite Advanced)[https://selenite-geos.github.io/docs/advanced-interface/introduction/] -- (Developper introduction)[https://selenite-geos.github.io/docs/developper/introduction/] +## Further reading +- [Selenite Simple](https://selenite-geos.github.io/docs/simplified-interface/introduction/) +- [Selenite Advanced](https://selenite-geos.github.io/docs/advanced-interface/introduction/) +- [Developper introduction](https://selenite-geos.github.io/docs/developper/introduction/)