From cdf9e9fa66d3e8f075bef2eae5e6e899b772cece Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Wed, 7 Mar 2018 17:19:23 +0100 Subject: [PATCH] [web] Added paragraph describing OGS on index page. --- web/content/_index.pandoc | 9 +++------ web/layouts/index.html | 1 + 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/web/content/_index.pandoc b/web/content/_index.pandoc index b5ed9d3ecfb..e695db12eeb 100644 --- a/web/content/_index.pandoc +++ b/web/content/_index.pandoc @@ -1,12 +1,9 @@ +++ -title = "Documentation Site Under Construction" +title = "OpenGeoSys" author = "Lars Bilke" date = "2017-01-13T14:24:23+01:00" +++ -For the moment this site contains just the following documentations for [OpenGeoSys-6](https://github.com/ufz/ogs6): +OpenGeoSys (OGS) is a scientific [open source project](https://github.com/ufz/ogs) for the development of numerical methods for the simulation of thermo-hydro-mechanical-chemical (THMC) processes in porous and fractured media. OGS is implemented in C++, it is object-oriented with an focus on the numerical solution of coupled multi-field problems (multi-physics). Parallel versions of OGS are available relying on both MPI and OpenMP concepts. Application areas of OGS are currently $CO_2$ sequestration, geothermal energy, water resources management, hydrology and waste deposition. OGS is comprised of the THMC-simulator (simply referred to as *OGS*) and a visualization tool (*Data Explorer*). -- [Quickstart](./docs/quickstart) -- [Developer Guide](./docs/devguide) -- [Benchmarks](./docs/benchmarks) -- [Tools](./docs/tools) +OGS is developed by the *OpenGeoSys Community*. diff --git a/web/layouts/index.html b/web/layouts/index.html index 2bfcf87afed..3815937daaf 100644 --- a/web/layouts/index.html +++ b/web/layouts/index.html @@ -1,3 +1,4 @@ {{ define "main" }} + <h1>{{ .Title }}</h1> {{.Content}} {{ end }} -- GitLab