Skip to content

Commit

Permalink
fix process diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
bbest committed Nov 21, 2023
1 parent 58d833d commit 92db4b4
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 9 deletions.
12 changes: 12 additions & 0 deletions _diagram.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,27 @@ gantt
```

<!-- <script> -->

<!-- const printArguments = function (arg1, arg2, arg3) { -->

<!-- alert('printArguments called with arguments: ' + arg1 + ', ' + arg2 + ', ' + arg3); -->

<!-- }; -->

<!-- const printTask = function (taskId) { -->

<!-- alert('taskId: ' + taskId); -->

<!-- }; -->

<!-- const config = { -->

<!-- startOnLoad: true, -->

<!-- securityLevel: 'loose', -->

<!-- }; -->

<!-- mermaid.initialize(config); -->

<!-- </script> -->
8 changes: 4 additions & 4 deletions diagrams/sdm-process.mmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
3 changes: 1 addition & 2 deletions explorations.qmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: Explorations
listing:
id: listing-experiments
contents:
Expand All @@ -7,7 +8,5 @@ listing:
categories: true
---

# Explorations

::: {#listing-experiments}
:::
3 changes: 0 additions & 3 deletions process.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,3 @@
%%| fig-cap: "Diagram of SDM data preparation and model fitting."
%%| file: diagrams/sdm-process.mmd
```



0 comments on commit 92db4b4

Please sign in to comment.