diff --git a/_diagram.qmd b/_diagram.qmd index 2c1bde9..d919292 100644 --- a/_diagram.qmd +++ b/_diagram.qmd @@ -18,15 +18,27 @@ gantt ``` + + + + + + + + + + + + diff --git a/diagrams/sdm-process.mmd b/diagrams/sdm-process.mmd index e09a08f..81db55f 100644 --- a/diagrams/sdm-process.mmd +++ b/diagrams/sdm-process.mmd @@ -14,7 +14,7 @@ flowchart TD M{{model}}:::out E[/evaluate/]:::fxn C[/calibrate/]:::fxn - P[/predict/]:::fxn + pr[/predict/]:::fxn N[["new data"]]:::in prd(prediction):::out prf(performance):::out @@ -33,10 +33,10 @@ flowchart TD t2 --> E M --> C C --> F - M --> P - N --> P + M --> pr + N --> pr M --> E - P --> prd + pr --> prd E --> prf %% Legend diff --git a/explorations.qmd b/explorations.qmd index ccccf80..f6f1b99 100644 --- a/explorations.qmd +++ b/explorations.qmd @@ -1,4 +1,5 @@ --- +title: Explorations listing: id: listing-experiments contents: @@ -7,7 +8,5 @@ listing: categories: true --- -# Explorations - ::: {#listing-experiments} ::: diff --git a/process.qmd b/process.qmd index 4bb1806..8715036 100644 --- a/process.qmd +++ b/process.qmd @@ -5,6 +5,3 @@ %%| fig-cap: "Diagram of SDM data preparation and model fitting." %%| file: diagrams/sdm-process.mmd ``` - - -