From 041bea31f8fcfde12b01223e915d6deda4b1b618 Mon Sep 17 00:00:00 2001 From: mecrouch Date: Wed, 15 Jan 2025 16:21:57 -0500 Subject: [PATCH] Reproduce model from literature template --- docs/workflows/index.md | 42 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 41 insertions(+), 1 deletion(-) diff --git a/docs/workflows/index.md b/docs/workflows/index.md index 22c570a..ac6fa93 100644 --- a/docs/workflows/index.md +++ b/docs/workflows/index.md @@ -179,7 +179,7 @@ The following workflow templates streamline the process of building common model

Complete the Horizon scanning workflow

- The new workflow first configures the model to represent the extremes of uncertainty for some parameters. It then simulates into the near future with different intervention policies and compares the outcomes. To see the results, you first need to: + The new workflow first configures the model to represent the cartesian product of the extremes of uncertainty for some parameters. It then simulates into the near future with different intervention policies and compares the outcomes. To see the results, you first need to: 1. Open and run each Simulate operator. 2. Open and run the Compare datasets operator. @@ -225,6 +225,46 @@ The following workflow templates streamline the process of building common model This creates a comparison of the uncertainty across the different interventions. +??? list "Reproduce models from literature" + + Use this template to reproduce models from literature and then compare them to find the best starting point. For example, you can determine whether: + + - The results from a paper are reproducible. + - The best model from a group of recent papers to explore disease transmission. + +

Fill out the Reproduce models from literature template

+ + To use the Reproduce models from literature template, select the following inputs and outputs: + +
+ + - :material-arrow-collapse-right:{ .lg .middle aria-hidden="true" } __Inputs__ + + --- + + - One or more documents + - A brief description of your goal for comparing the resulting models (optional) + + - :material-arrow-expand-right:{ .lg .middle aria-hidden="true" } __Outputs__ + + --- + + - New models extracted from the documents + - Model configurations for each model + - Comparison of the models tailored to your goal + - Simulation results for the selected model configurations + +
+ +

Complete the Reproduce models from literature workflow

+ + The new workflow first extracts the models from the documents. It then compares the models according to your goal and configures and simulates them into the near future. To see the results, you first need to: + + 1. Open each Create model from equations operator, select the relevant equations from the paper, and run the operator to create the model. + 2. Open and run the Compare datasets operator. + 3. Open and edit the Configure model operators. + 4. Open and run the Simulate operators. + ## Add resources and operators to a workflow Workflows consist of resources (models, datasets, and documents) that you can feed into a series of operators that transform or simulate them.