diff --git a/web/content/docs/tutorials/_index.md b/web/content/docs/tutorials/_index.md new file mode 100644 index 0000000000000000000000000000000000000000..61610ed1a7d2cd079a4447dcc348ac8d6dc17e21 --- /dev/null +++ b/web/content/docs/tutorials/_index.md @@ -0,0 +1,17 @@ ++++ +title = "Tutorials" +layout = "subsections" + +[cascade] +breadcrumbs = true +sort_alphabetically = true + +[menu.docs] +name = "Tutorials" +identifier = "tutorials" +weight = 2 +url = "./tutorials" +post = "Learning-by-doing way of gaining experience with OGS and tools commonly used with it." +[menu.docs.params] +category = "Beginner" ++++ \ No newline at end of file diff --git a/web/content/docs/tools/getting-started/video-tutorial/OGSinput_basin.prj b/web/content/docs/tutorials/video-tutorial/OGSinput_basin.prj similarity index 100% rename from web/content/docs/tools/getting-started/video-tutorial/OGSinput_basin.prj rename to web/content/docs/tutorials/video-tutorial/OGSinput_basin.prj diff --git a/web/content/docs/tools/getting-started/video-tutorial/index.md b/web/content/docs/tutorials/video-tutorial/_index.md similarity index 57% rename from web/content/docs/tools/getting-started/video-tutorial/index.md rename to web/content/docs/tutorials/video-tutorial/_index.md index 5ec03f66ac9c12c098d0d3099f42b945a7d4e42e..581e3a979c58801a3da2d2c8ba0fef6188d1dc35 100644 --- a/web/content/docs/tools/getting-started/video-tutorial/index.md +++ b/web/content/docs/tutorials/video-tutorial/_index.md @@ -1,8 +1,11 @@ +++ date = "2018-02-27T11:00:13+01:00" +layout = "subsections" title = "Video Tutorial" author = "Dominik Kern" -weight = 3 +weight = 1 +image = "video_tutorial_thumbnail.png" +featured = true +++ In this [three-part tutorial](https://www.youtube.com/watch?v=BULunRJQRJ0&list=PLU_clTnZqNAeOXENl79kQwn0pgHGittX1) we look at the mechanical deformation of a sedimentary basin under an advancing glacier. In detail we show you a possibility how to @@ -36,22 +39,5 @@ As a common programming language we use [Python](https://www.python.org). * [timeBCs_glacier.py](timeBCs_glacier.py) * [glacierclass.py](glacierclass.py) * [history.sh](history.sh) -* [msh2vtu](https://gitlab.opengeosys.org/ogs/tools/ogstools) *-now integrated in ogstools* +* [msh2vtu-project on GitHub](https://github.com/dominik-kern/msh2vtu) * *Transient hydrodynamics within intercratonic sedimentary basins during glacial cycles*, V. F. Bense M. A. Person, DOI: [10.1029/2007JF000969](https://agupubs.onlinelibrary.wiley.com/doi/full/10.1029/2007JF000969) - -**_NOTE:_** Due to ongoing development, msh2vtu.py was integrated in the ogs-repository for [ogstools](https://gitlab.opengeosys.org/ogs/tools/ogstools). -In order to work with the tutorial and apply msh2vtu on mesh_basin.msh, ogstools need to be installed at first. - -ogstools can be installed from PyPI using pip. -It is recommended to set up a virtual environment beforehand: -```bash -python -m venv .venv -source .venv/bin/activate -pip install ogstools -``` -More detailed information about the usages and development of ogstools can be found in [ogstools Documentation](https://ogs.ogs.xyz/tools/ogstools/index.html). -After installation the tool can be applied as described in the first video-tutorial. -To apply msh2vtu on the mesh_basin.msh the command should look like: -```bash -msh2vtu --ogs --rdcd mesh_basin.msh -``` \ No newline at end of file diff --git a/web/content/docs/tools/getting-started/video-tutorial/glacierclass.py b/web/content/docs/tutorials/video-tutorial/glacierclass.py similarity index 100% rename from web/content/docs/tools/getting-started/video-tutorial/glacierclass.py rename to web/content/docs/tutorials/video-tutorial/glacierclass.py diff --git a/web/content/docs/tools/getting-started/video-tutorial/history.sh b/web/content/docs/tutorials/video-tutorial/history.sh similarity index 100% rename from web/content/docs/tools/getting-started/video-tutorial/history.sh rename to web/content/docs/tutorials/video-tutorial/history.sh diff --git a/web/content/docs/tools/getting-started/video-tutorial/mesh_basin.msh b/web/content/docs/tutorials/video-tutorial/mesh_basin.msh similarity index 100% rename from web/content/docs/tools/getting-started/video-tutorial/mesh_basin.msh rename to web/content/docs/tutorials/video-tutorial/mesh_basin.msh diff --git a/web/content/docs/tools/getting-started/video-tutorial/mesh_basin.py b/web/content/docs/tutorials/video-tutorial/mesh_basin.py similarity index 100% rename from web/content/docs/tools/getting-started/video-tutorial/mesh_basin.py rename to web/content/docs/tutorials/video-tutorial/mesh_basin.py diff --git a/web/content/docs/tools/getting-started/video-tutorial/timeBCs_glacier.py b/web/content/docs/tutorials/video-tutorial/timeBCs_glacier.py similarity index 100% rename from web/content/docs/tools/getting-started/video-tutorial/timeBCs_glacier.py rename to web/content/docs/tutorials/video-tutorial/timeBCs_glacier.py diff --git a/web/content/docs/tutorials/video-tutorial/video_tutorial_thumbnail.png b/web/content/docs/tutorials/video-tutorial/video_tutorial_thumbnail.png new file mode 100644 index 0000000000000000000000000000000000000000..d97f668433b178081fc2d1b078f53f961d4cbffd Binary files /dev/null and b/web/content/docs/tutorials/video-tutorial/video_tutorial_thumbnail.png differ