diff --git a/docs/datasets/index.md b/docs/datasets/index.md index d2474c7..372a41a 100644 --- a/docs/datasets/index.md +++ b/docs/datasets/index.md @@ -15,7 +15,7 @@ The Transform data operator can also serve as a place to visually plot and compa !!! note - For information about uploading datasets, see [Upload modeling resources](../upload-resources/index.md). + For information about uploading datasets, see [Gather modeling resources](../upload-resources/index.md). ## Dataset resource diff --git a/docs/modeling/index.md b/docs/modeling/index.md index 9283d45..d2fb7a2 100644 --- a/docs/modeling/index.md +++ b/docs/modeling/index.md @@ -12,7 +12,7 @@ A model is an abstract representation that approximates the behavior of a system For information about: - - Uploading models, see [Upload modeling resources](../upload-resources/index.md). + - Uploading models, see [Gather modeling resources](../upload-resources/index.md). - Creating models, see [Edit model](edit-model.md). ## Model resource diff --git a/docs/simulation/compare-datasets.md b/docs/simulation/compare-datasets.md new file mode 100644 index 0000000..6478c56 --- /dev/null +++ b/docs/simulation/compare-datasets.md @@ -0,0 +1,7 @@ +--- +title: "Compare datasets" +--- + +# Compare datasets + +More info coming soon. \ No newline at end of file diff --git a/docs/simulation/index.md b/docs/simulation/index.md index b0007f3..79126ec 100644 --- a/docs/simulation/index.md +++ b/docs/simulation/index.md @@ -4,4 +4,10 @@ title: Simulation # Simulation -More info coming soon. \ No newline at end of file +More info coming soon. + +- [Simulate a model](simulate-model.md) +- [Calibrate a model](calibrate-model.md) +- [Simulate ensemble](simulate-ensemble.md) +- [Calibrate ensemble](calibrate-ensemble.md) +- [Compare datasets](compare-datasets.md) \ No newline at end of file diff --git a/docs/upload-resources/index.md b/docs/upload-resources/index.md index 03ea40d..cc6275d 100644 --- a/docs/upload-resources/index.md +++ b/docs/upload-resources/index.md @@ -69,9 +69,17 @@ Most resources you upload are available for use right away. When you upload a PD - Click Notifications :material-bell-outline:{ title="Notifications" aria-labelledBy="notifications-icon-label" }. -## Get resources from other projects +## Search for and copy resources from other projects -You can get resources by copying them from other projects in Terarium. +You can get resources by copying them from other projects in Terarium. If you know their location, you can get them directly from the source project. Otherwise, use the project search on the home page to find relevant resources. + +??? list "Find projects containing resources of interest" + + The project search finds projects and resources by keyword. Keywords are checked against the names of projects and resources such as models, datasets, documents, model configurations, intervention policies, and workflows. + + 1. Click the Terarium logo to return to the home page. + 2. Enter your keywords in the search field and press ++enter++. + 3. In the results, click the project name to view the source project overview or click the resource name to open it. ??? list "Get a model or dataset from another project" diff --git a/mkdocs.yml b/mkdocs.yml index 91f4e29..9a04177 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -117,6 +117,7 @@ nav: - Calibrate a model: simulation/calibrate-model.md - Simulate ensemble: simulation/simulate-ensemble.md - Calibrate ensemble: simulation/calibrate-ensemble.md + - Compare datasets: simulation/compare-datasets.md - Annotate your work: notes/index.md - Integrated subsystems: - subsystems/index.md