@@ -34,18 +34,30 @@ def format(self):
34
34
###############################################################################
35
35
36
36
articles = dict (
37
- advanced_bayes = Example (
37
+ _1 = Example (
38
38
title = "Vector Model 1: Construction" ,
39
39
description = "Build a basic structural model" ,
40
40
link = "https://vector-raw-materials.github.io/vector-geology/examples/02_structural_modeling/01_model_1_gempy_step_by_step.html#sphx-glr-examples-02-structural-modeling-01-model-1-gempy-step-by-step-py" ,
41
41
image = "https://vector-raw-materials.github.io/vector-geology/_images/sphx_glr_01_model_1_gempy_step_by_step_001.png" ,
42
42
),
43
- simple_bayes = Example (
43
+ _2 = Example (
44
44
title = "Vector Model 1: Forward Gravity" ,
45
- description = "Build a basic Bayesian model with Pyro " ,
45
+ description = "Get the gravity response of the model " ,
46
46
link = "https://vector-raw-materials.github.io/vector-geology/examples/03_forward_engines/02_model_1_gempy_fw_gravity.html#sphx-glr-examples-03-forward-engines-02-model-1-gempy-fw-gravity-py" ,
47
47
image = "https://vector-raw-materials.github.io/vector-geology/_images/sphx_glr_02_model_1_gempy_fw_gravity_003.png" ,
48
- )
48
+ ),
49
+ _3 = Example (
50
+ title = "Spremberg: Importing Boreholes" ,
51
+ description = "Import data from well csv files" ,
52
+ link = "https://vector-raw-materials.github.io/vector-geology/examples/02_structural_modeling/03_model_spremberg_import.html#sphx-glr-examples-02-structural-modeling-03-model-spremberg-import-py" ,
53
+ image = "https://vector-raw-materials.github.io/vector-geology/_images/sphx_glr_03_model_spremberg_import_003.png" ,
54
+ ),
55
+ _4 = Example (
56
+ title = "Spremberg: Constructing the Model" ,
57
+ description = "Build a structural model from borehole data" ,
58
+ link = "https://vector-raw-materials.github.io/vector-geology/examples/02_structural_modeling/04_model_spremberg_building.html#sphx-glr-examples-02-structural-modeling-04-model-spremberg-building-py" ,
59
+ image = "https://vector-raw-materials.github.io/vector-geology/_images/sphx_glr_04_model_spremberg_building_008.png" ,
60
+ ),
49
61
)
50
62
51
63
0 commit comments