diff --git a/docs/config-and-intervention/simulate-intervention-policy.md b/docs/config-and-intervention/simulate-intervention-policy.md index 589567e..e33b76c 100644 --- a/docs/config-and-intervention/simulate-intervention-policy.md +++ b/docs/config-and-intervention/simulate-intervention-policy.md @@ -6,7 +6,10 @@ title: Simulate an intervention policy You can simulate an intervention policy to assess the impact of your intervention on a variable of interest. For example, you can see how increasing vaccination rate affects hospitalizations. - + ## Build an intervention policy simulation workflow diff --git a/docs/datasets/index.md b/docs/datasets/index.md index dd5e309..0ed4dd9 100644 --- a/docs/datasets/index.md +++ b/docs/datasets/index.md @@ -13,7 +13,10 @@ You can use uploaded datasets or simulation results to [configure](../config-and The Transform data operator can also serve as a place to visually plot and compare multiple datasets or simulation results. - + !!! note diff --git a/docs/get-started/video.md b/docs/get-started/video.md index 1f95434..ea797a7 100644 --- a/docs/get-started/video.md +++ b/docs/get-started/video.md @@ -16,32 +16,56 @@ The following videos show how to use Terarium to, for example: ## Introduction - + ## Working with data - + ## Creating a model from equations - + ## Editing a model - + ## Calibration - + ## Simulating intervention policies - + ## Optimizing intervention policies - + ## Stratification - \ No newline at end of file + \ No newline at end of file diff --git a/docs/index.md b/docs/index.md index 1dbe5b8..59fc311 100644 --- a/docs/index.md +++ b/docs/index.md @@ -21,7 +21,10 @@ Regardless of your level of programming experience, Terarium allows you to: - :fontawesome-solid-chart-line:{ .lg .middle } **Analyze the results** - + Need more help? Check out these topics: diff --git a/docs/modeling/create-model-from-equations.md b/docs/modeling/create-model-from-equations.md index c46ddf1..142b78b 100644 --- a/docs/modeling/create-model-from-equations.md +++ b/docs/modeling/create-model-from-equations.md @@ -9,7 +9,10 @@ The Create model from equations operator helps you to recreate a model from lite 1. [Choose or enter the equations](#choose-the-equations) you want to include in the model. 2. [Create the model](#create-the-model) as an output or resource for use in other modeling and configuration processes. - + !!! note diff --git a/docs/modeling/edit-model.md b/docs/modeling/edit-model.md index 8fd025f..8eaff1a 100644 --- a/docs/modeling/edit-model.md +++ b/docs/modeling/edit-model.md @@ -14,7 +14,10 @@ Model editing lets you build on existing models. Supported edits include: The Edit model operator is a code notebook with an interactive AI assistant. You describe in plain language the changes you want to make, and the large language model (LLM)-powered assistant automatically generates the code for you. - + !!! note diff --git a/docs/modeling/stratify-model.md b/docs/modeling/stratify-model.md index 27d8ce5..9a57e1b 100644 --- a/docs/modeling/stratify-model.md +++ b/docs/modeling/stratify-model.md @@ -6,7 +6,10 @@ title: "Stratify a model" You can make a simple model more complex by stratifying its state variables and parameters. Stratification builds many different versions of a model and its parameters—by location, demographics, or other contextual data—into one large model. You can then configure, calibrate, or simulate the combined models all at once. - + ## Stratify model operator diff --git a/docs/simulation/calibrate-ensemble.md b/docs/simulation/calibrate-ensemble.md index 7ab840b..a56faf1 100644 --- a/docs/simulation/calibrate-ensemble.md +++ b/docs/simulation/calibrate-ensemble.md @@ -315,7 +315,7 @@ Generally, a good calibration takes a broad distribution (a low-certainty prior) - Select or clear **Show distributions in charts**. -### Troubleshooting +## Troubleshooting You may encounter various errors instead of calibration results. diff --git a/docs/simulation/calibrate-model.md b/docs/simulation/calibrate-model.md index df31e9e..c130360 100644 --- a/docs/simulation/calibrate-model.md +++ b/docs/simulation/calibrate-model.md @@ -8,7 +8,10 @@ Calibration lets you improve the performance of a model by updating the value of This operation essentially takes prior distribution over the parameters (your knowledge of the world at the first timepoint) and infers posterior distributions over the same, representing the best estimate of the state of the world again but conditioned on data. - + ## Calibrate operator @@ -280,7 +283,7 @@ You can save Calibrate charts for use outside of Terarium. Download charts as im - View compiled Vega (JSON) - Open in [Vega Editor](https://vega.github.io/editor/#/) :octicons-link-external-24:{ alt="External link" title="External link" } -### Troubleshooting +## Troubleshooting You may encounter various errors instead of calibration results. diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index fb81586..0a0764d 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -299,11 +299,4 @@ div.highlight.wrap pre code { a.headerlink{ text-decoration: none; -} - -iframe.video { - display: block; /* Ensures it's treated as a block element */ - margin: 0 auto; /* Center it horizontally */ - padding: 0; - border-width: 0; } \ No newline at end of file