From 72bde7e5e185ad1714c4c8d8287d4ab54ec7b43a Mon Sep 17 00:00:00 2001 From: Marcel Thielmann Date: Tue, 27 Feb 2024 12:45:49 +0100 Subject: [PATCH] Update README.md First try to have dark and light mode logo --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 488c5225..165fbc8e 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,12 @@ [![Build Status](https://github.com/JuliaGeodynamics/GeophysicalModelGenerator.jl/workflows/CI/badge.svg)](https://github.com/JuliaGeodynamics/GeophysicalModelGenerator.jl/actions) [![DOI](https://zenodo.org/badge/366377223.svg)](https://zenodo.org/doi/10.5281/zenodo.8074345) -![GMG_Logo_Light](assets/GMG_Logo_new_light.pdf){.light-mode} -![GMG_Logo_Dark](assets/GMG_Logo_new_dark.pdf){.dark-mode} + + + + Image + + Creating consistent 3D images of geophysical and geological datasets and turning that into an input model for geodynamic simulations is often challenging. The aim of this package is to help with this, by providing a number of routines to easily import data and create a consistent 3D visualisation from it in the VTK-toolkit format, which can for example be viewed with [Paraview](https://www.paraview.org). In addition, we provide a range of tools that helps to generate input models to perform geodynamic simulations and import the results of such simulations back into julia.