Skip to content

Commit 9359f24

Browse files
committed
refactor: updated documentation links
1 parent c258155 commit 9359f24

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LABEL \
44
org.opencontainers.image.title="BioSimulators Jupyter server" \
55
org.opencontainers.image.description="Jupyter server in a Python environment with the validated simulation tools registered with BioSimulators" \
66
org.opencontainers.image.url="https://github.com/biosimulators/Biosimulators_tutorials" \
7-
org.opencontainers.image.documentation="https://biosimulators.org/help" \
7+
org.opencontainers.image.documentation="https://docs.biosimulations.org/" \
88
org.opencontainers.image.source="https://github.com/biosimulators/Biosimulators_tutorials" \
99
org.opencontainers.image.authors="BioSimulators Team <[email protected]>" \
1010
org.opencontainers.image.vendor="BioSimulators Team"

tutorials/2. Creating simulations/Creating SED-ML and COMBINE archives from model files.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"id": "1574534c-6b52-4148-8896-c7a445d21e07",
4949
"metadata": {},
5050
"source": [
51-
"[runBioSimuations](https://run.biosimulations.org/create) provides a simple web form for building COMBINE/OMEX archives with SED-ML files from model files (e.g., CellML, SBML). This tool support all of the modeling languages supported by BioSimulators."
51+
"[runBioSimuations](https://run.biosimulations.org/utils/create-project) provides a simple web form for building COMBINE/OMEX archives with SED-ML files from model files (e.g., CellML, SBML). This tool support all of the modeling languages supported by BioSimulators."
5252
]
5353
},
5454
{

tutorials/3. Validating models and simulations/2. Validating simulation experiments (SED-ML files).ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"</div>\n",
2121
"\n",
2222
"<div class=\"alert alert-block alert-info\">\n",
23-
" SED-ML is under active development. The SED-ML community is working toward a single interpretation of SED-ML. BioSimulators supports the interpretation of SED-ML described at <a href=\"https://biosimulators.org/conventions/simulation-experiments\">https://biosimulators.org</a>.\n",
23+
" SED-ML is under active development. The SED-ML community is working toward a single interpretation of SED-ML. BioSimulators supports the interpretation of SED-ML described at <a href=\"https://docs.biosimulations.org/concepts/conventions/simulation-experiments/\">https://docs.biosimulations.org</a>.\n",
2424
"</div>"
2525
]
2626
},

tutorials/3. Validating models and simulations/3. Validating metadata (OMEX Metadata files).ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"\n",
1818
"BioSimulators supports two minimum information conventions for OMEX Metadata files:\n",
1919
"* **OMEX Metadata** (`rdf_triples`): No minimum set of information is required. This convention supports anything that can be encoded in RDF. Validation is performed using [libOmexMeta](https://sys-bio.github.io/libOmexMeta/).\n",
20-
"* **BioSimulations** (`biosimulations`): We recommend using the BioSimulations minimum information convention. This convention imposes additional requirements beyond the OEMX Metadata convention for minimal metdata about a COMBINE archive, including a title, at least one creator, and a license. More information about this convention is available at [https://biosimulators.org](https://biosimulators.org/conventions/metadata).\n",
20+
"* **BioSimulations** (`biosimulations`): We recommend using the BioSimulations minimum information convention. This convention imposes additional requirements beyond the OEMX Metadata convention for minimal metdata about a COMBINE archive, including a title, at least one creator, and a license. More information about this convention is available at [https://docs.biosimulations.org](https://docs.biosimulations.org/concepts/conventions/simulation-project-metadata/).\n",
2121
"\n",
2222
"<div class=\"alert alert-block alert-info\">\n",
2323
" OMEX Metadata files can describe thumbnails for simulation projects. OMEX Metadata files can be validated independently from these thumbnails. However, this will not validate the thumbnails. More comprehensive validation, including related images, is available through the validation of simulation projects (COMBINE/OMEX archives). Please see the <a href=\"4.%20Validating%20simulation%20projects%20(COMBINE-OMEX%20archives).ipynb\">simulation project validation tutorial</a> for more information.\n",

tutorials/3. Validating models and simulations/4. Validating simulation projects (COMBINE-OMEX archives).ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"This format uses URIs to describe the format of each file in archives. `biosimulators_utils.combine.data_model.CombineArchiveContentFormat` enumerates many formats commonly used with COMBINE/OMEX archives.\n",
2727
"\n",
2828
"<div class=\"alert alert-block alert-info\">\n",
29-
" SED-ML is under active development. The SED-ML community is working toward a single interpretation of SED-ML. BioSimulators supports the interpretation of SED-ML described at <a href=\"https://biosimulators.org/conventions/simulation-experiments\">https://biosimulators.org</a>.\n",
29+
" SED-ML is under active development. The SED-ML community is working toward a single interpretation of SED-ML. BioSimulators supports the interpretation of SED-ML described at <a href=\"https://docs.biosimulations.org/concepts/conventions/simulation-experiments/\">https://docs.biosimulations.org</a>.\n",
3030
"</div>\n",
3131
"\n",
3232
"<div class=\"alert alert-block alert-info\">\n",
@@ -2387,7 +2387,7 @@
23872387
"\n",
23882388
"Two conventions for minimum metadata are supported:\n",
23892389
"* **OMEX Metadata** (`rdf_triples`): This convention does not require any minimal set of metadata. This convention supports anything that can be encoded in RDF. Validation is performed using [libOmexMeta](https://sys-bio.github.io/libOmexMeta/).\n",
2390-
"* **BioSimulations** (`BioSimulations`): We recommend using the BioSimulations convention. This convention imposes additional requirements beyond the OMEX Metadata convention for minimal metdata about a simulation project, including a title, at least one creator, and a license. More information about this convention is available at [https://biosimulators.org](https://biosimulators.org/conventions/metadata)."
2390+
"* **BioSimulations** (`BioSimulations`): We recommend using the BioSimulations convention. This convention imposes additional requirements beyond the OMEX Metadata convention for minimal metdata about a simulation project, including a title, at least one creator, and a license. More information about this convention is available at [https://docs.biosimulations.org](https://docs.biosimulations.org/concepts/conventions/simulation-project-metadata/)."
23912391
]
23922392
},
23932393
{

tutorials/5. Executing simulations/Executing simulation projects.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@
243243
" 'ALGORITHM_SUBSTITUTION_POLICY': Policy for substituting alternative algorithms.\n",
244244
" Options: 'ANY', 'DISTINCT_APPROXIMATIONS', 'DISTINCT_SCALES', 'NONE', 'SAME_FRAMEWORK', 'SAME_MATH', 'SAME_METHOD', 'SAME_VARIABLES', 'SIMILAR_APPROXIMATIONS', 'SIMILAR_VARIABLES'\n",
245245
" Default value: 'SIMILAR_VARIABLES'\n",
246-
" More information: https://biosimulators.org/conventions/simulator-interfaces\n",
246+
" More information: https://docs.biosimulations.org/concepts/conventions/simulator-interfaces/\n",
247247
"\n",
248248
" 'BUNDLE_OUTPUTS': Whether to bundle all of the exported reports and plots generated by the execution of a COMBINE/OMEX archive into zip files for all reports and all plots.\n",
249249
" Options: '0', '1'\n",
@@ -344,7 +344,7 @@
344344
" 'VERBOSE': Whether to print additional information about simulation runs.\n",
345345
" Options: '0', '1'\n",
346346
" Default value: '0'\n",
347-
" More information: https://biosimulators.org/conventions/simulator-interfaces\n",
347+
" More information: https://docs.biosimulations.org/concepts/conventions/simulator-interfaces/\n",
348348
"\n",
349349
" 'VIZ_FORMATS': Comma-separated list of formats to save each SED-ML plot.\n",
350350
" Options: 'jpg', 'pdf', 'png', 'svg'\n",

0 commit comments

Comments
 (0)