Skip to content

Commit 2a3c2d2

Browse files
committed
docs: added link to Vivarium
1 parent a2ed92a commit 2a3c2d2

File tree

2 files changed

+45
-0
lines changed

2 files changed

+45
-0
lines changed
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"id": "a52cd0eb-1d8e-4d05-93eb-0cd93201e3df",
6+
"metadata": {},
7+
"source": [
8+
"# Multi-algorithmic simulation of multiple models and simulation tools"
9+
]
10+
},
11+
{
12+
"cell_type": "markdown",
13+
"id": "6f02709d-3c81-4da6-a28f-6bdf5988bb9a",
14+
"metadata": {},
15+
"source": [
16+
"The BioSimulators Python APIs are an excellent starting point for building multi-algorithmic simulations involving multiple models, modeling frameworks, simulation algorithms, and/or simulation tools. The APIs provide the flexibilty needed for composition and the consistency to explore numerous combinations of simulation tools.\n",
17+
"\n",
18+
"We recommend using the [Vivarium](https://vivarium-collective.github.io/) framework to compose models and simulation tools. Vivarium already provides adapters for BioSimulators."
19+
]
20+
}
21+
],
22+
"metadata": {
23+
"kernelspec": {
24+
"display_name": "Python 3 (ipykernel)",
25+
"language": "python",
26+
"name": "python3"
27+
},
28+
"language_info": {
29+
"codemirror_mode": {
30+
"name": "ipython",
31+
"version": 3
32+
},
33+
"file_extension": ".py",
34+
"mimetype": "text/x-python",
35+
"name": "python",
36+
"nbconvert_exporter": "python",
37+
"pygments_lexer": "ipython3",
38+
"version": "3.9.7"
39+
}
40+
},
41+
"nbformat": 4,
42+
"nbformat_minor": 5
43+
}

tutorials/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ This package provides several tutorials for BioSimulators Python APIs for simula
1212
* Executing simulations
1313
* [Programatically executing individual simulations](Programmatically%20executing%20individual%20simulations.ipynb)
1414
* [Programmatically executing entire simulation projects (COMBINE/OMEX archives that contain one or more models and one or more simulations in SED-ML format)](Programmatically%20executing%20simulation%20projects.ipynb)
15+
* Combining multiple models and/or simulation tools into multi-algorithmic simulations
16+
* [Multi-algorithmic simulation of multiple models and simulation tools](Multi-algorithmic%2simulation%2of%2multiple%2models%2and%2simulation%2tools.ipynb)

0 commit comments

Comments
 (0)