diff --git a/examples/.meta.jl b/examples/.meta.jl index e14b3a55d..7d8c78ffc 100644 --- a/examples/.meta.jl +++ b/examples/.meta.jl @@ -154,8 +154,8 @@ return ( category = :problem_specific ), ( - filename = "Structural Dynamics.ipynb", - title = "Structural Dynamics", + filename = "Structural Dynamics with Augmented Kalman Filter.ipynb", + title = "Structural Dynamics with Augmented Kalman Filter", description = "In this example, we estimate system states and unknown input forces for a simple **structural dynamical system** using the Augmented Kalman Filter (AKF) (https://www.sciencedirect.com/science/article/abs/pii/S0888327011003931) in **RxInfer**.", category = :problem_specific ), diff --git a/examples/problem_specific/Structural Dynamics.ipynb b/examples/problem_specific/Structural Dynamics with Augmented Kalman Filter.ipynb similarity index 99% rename from examples/problem_specific/Structural Dynamics.ipynb rename to examples/problem_specific/Structural Dynamics with Augmented Kalman Filter.ipynb index 57666e8b8..211a85458 100644 --- a/examples/problem_specific/Structural Dynamics.ipynb +++ b/examples/problem_specific/Structural Dynamics with Augmented Kalman Filter.ipynb @@ -4,7 +4,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "# Structural Dynamics" + "# Structural Dynamics with Augmented Kalman Filter" ] }, {