Skip to content

Commit

Permalink
Hide authors in the index pages
Browse files Browse the repository at this point in the history
Hide list of authors in the index pages for the different methods
(gravity, magnetics, etc).
  • Loading branch information
santisoler committed Nov 20, 2024
1 parent e6d2472 commit b78d674
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 14 deletions.
7 changes: 5 additions & 2 deletions notebooks/dcr_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Direct Current Resistivity
======================
---
authors: {}
---

# Direct Current Resistivity

Direct current resistivity data are simulated using functionality within the ``SimPEG.electromagnetics.static.resistivity`` module. Here, we provide a multitude of introductory and indermediate level tutorials for forward simulation and inversion of direct current resistivity data. Links to each tutorial can be accessed below or from the left-side menu.

Expand Down
7 changes: 5 additions & 2 deletions notebooks/fdem_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Frequency-Domain Electromagnetics
==============================
---
authors: {}
---

# Frequency-Domain Electromagnetics

In this chapter, we publish code comparisons and validations for frequency-domain electromagnetic modeling packages.
In SimPEG, the *SimPEG.electromagnetics.frequency_domain* module is used for modeling frequency-domain data.
Expand Down
7 changes: 5 additions & 2 deletions notebooks/gravity_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Gravity
=======
---
authors: {}
---

# Gravity

Gravity anomaly and gravity gradiometry data are simulated using functionality within the ``SimPEG.potential_fields.gravity`` module. Here, we provide a multitude of introductory and indermediate level tutorials for forward simulation and inversion of gravity anomaly and gravity gradiometry data. Links to each tutorial can be accessed below or from the left-side menu.

Expand Down
10 changes: 7 additions & 3 deletions notebooks/ip_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Induced Polarization
======================
---
authors: {}
---

# Induced Polarization


Induced polarization data are simulated using functionality within the ``SimPEG.electromagnetics.static.induced_polarization`` module. Here, we provide a multitude of introductory and indermediate level tutorials for forward simulation and inversion of induced polarization data. Links to each tutorial can be accessed below or from the left-side menu.

Expand All @@ -22,4 +26,4 @@ Schematic illustrating the physics of the DC/IP method ([image source](https://e
<br />

[3D Inversion](06-ip/inv_ip_3d) $({\color{orange}Intermediate}$, ${\color{orange}Moderate})$
<br />
<br />
9 changes: 6 additions & 3 deletions notebooks/magnetics_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Magnetics
=========
---
authors: {}
---

# Magnetics

In this chapter, we publish code comparisons and validations for magnetics and magnetic gradiometry modeling packages.
In SimPEG, the *SimPEG.potential_fields.magnetics* module is used for modeling magnetics and gradiometry data.
Expand All @@ -20,4 +23,4 @@ Global scale magnetic anomalies over Africa ([image source](https://upload.wikim
<br />

[3D Inversion of TMI Data to Recover a Susceptibility Model](04-magnetics/inv_magnetics_induced_3d) $({\color{orange}Intermediate}$, ${\color{green}Lightweight})$
<br />
<br />
7 changes: 5 additions & 2 deletions notebooks/tdem_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Time-Domain Electromagnetics
============================
---
authors: {}
---

# Time-Domain Electromagnetics

In this chapter, we publish code comparisons and validations for time-domain electromagnetic modeling packages.
In SimPEG, the
Expand Down

0 comments on commit b78d674

Please sign in to comment.