Skip to content

Commit

Permalink
Some fixes and logo to title-slide
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-wagner committed Mar 19, 2024
1 parent 3c6b2c2 commit e1eff2c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 25 deletions.
1 change: 0 additions & 1 deletion slides/_extensions/EmilHvitfeldt/letterbox/theme.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<script type="text/javascript" src="https://unpkg.com/vtk.js"></script>
<script>
// Copy over background colors to new div
divs = document.querySelectorAll('[data-background-color]');
Expand Down
37 changes: 13 additions & 24 deletions slides/seg24-webinar-intro.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "py**GIMLi**"
subtitle: An open-source for Geophysical Modeling and Inversion in research and teaching
title: "![](images/gimli_logo.png){width='50%'}"
subtitle: Geophysical inversion and modeling beyond the standard
format:
letterbox-revealjs:
theme: [default, _extensions/grantmcdermott/clean/clean.scss]
Expand Down Expand Up @@ -51,14 +51,9 @@ process-based inversions** with **region-specific regularization**
:::

# pyGIMLi aims to make:
- simple things easy
- easy things easy
- hard things possible
- workflows transparent and reproducible
- your choice of everydays tools
- people building their own projects upon
- pyBERT, REDA, COMET, custEM, SAEM, PyRefract

It is rather a toolbox with lots of toolsl to combine than a ready-purpose code
- everything transparent and reproducible

## {{< fa backward >}} Existing tutorials

Expand All @@ -69,7 +64,7 @@ It is rather a toolbox with lots of toolsl to combine than a ready-purpose code
- **Today** we will show you how to invert a **real-life 3D data** set [@Huebner2017] with many ways to tweak your **inversion beyond the standard practice**.
:::
::: {.column}
![](images/youtube.jpg)
![](images/youtube.jpg){width=90%}
:::
:::

Expand All @@ -80,8 +75,8 @@ It is rather a toolbox with lots of toolsl to combine than a ready-purpose code
- **Improved 3D visualization** powered by [pyvista](https://pyvista.org) (including filters, slices and interactive notebook compatibility)
- **3D gravity and (full-tensor) magnetics** operators and managers
- **New matrices and matrix generators**, e.g. non-explicit (PDE-based) Jacobian matrix
- **LSQR inversion framework** allowing parameter constraints [from @Wagner2019]
- **Multi-frame modelling framework** `MultiFrameModelling` for temporally/spectrally/spatially constrained inversion
- `LSQRinversion` framework enabling parameter constraints [from @Wagner2019]
- `MultiFrameModelling` framework for temporally/spectrally/spatially constrained inversion
- `TimelapseERT` class with different strategies, e.g. **4D inversion**
- **New examples** on ERT (2D/3D crosshole, 3D surface, timelapse), IP, 3D magnetics
- **Improved website**, i.e. fully upgraded to modern (pg>1.2) style and moved to the [*pydata-sphinx-theme*](https://pydata-sphinx-theme.readthedocs.io/en/stable/)
Expand All @@ -103,7 +98,7 @@ It is rather a toolbox with lots of toolsl to combine than a ready-purpose code

::: {.column width="40%" .incremental}
1. **Join the `#pyGIMLi` chat** on [Mattermost](https://softwareunderground.org/mattermost)!
2. **Open a discussion** or **raise an issue""" [on {{< fa brands github >}} GitHub](https://github.com/gimli-org/gimli).
2. **Open a discussion** or **raise an issue** [on {{< fa brands github >}} GitHub](https://github.com/gimli-org/gimli).
3. **Contribute to the website** via the "Improve this page" button in the right sidebar.
4. **Add your** pyGIMLi-powered **publication** to [this database](https://github.com/gimli-org/gimli/blob/dev/doc/gimliuses.bib).
5. **Send your example** to [[email protected]](mailto:[email protected]).
Expand Down Expand Up @@ -142,18 +137,12 @@ You can also visit <https://colab.research.google.com>, open an empty notebook a
::: {.columns}
::: {.column width="50%" style="font-size: 140%;" .incremental}

1. A single story with a timelapse ERT data

2. load, process and visualize data

3. work on different meshes

4. use different regularization approaches

5. add prior information and petrophysics

1. A single story with timelapse ERT data
2. Load, process and visualize data
3. Work on different meshes
4. Use different regularization approaches
5. Add prior information and petrophysics
6. Visualize results in 2D and 3D

:::
::: {.column width="50%"}
![*Source:* @Huebner2017](images/survey.png){width="100%"}
Expand Down

0 comments on commit e1eff2c

Please sign in to comment.