BiosimulantBiosimulant
Docs
Search labs...
Sign inGet Started

Koo2013 Shear-Stress Induced NO Production Lab

About lab

Koo2013 Shear-Stress Induced NO Production Lab

This lab wraps the Koo et al. (2013) NO-production submodel from BioModels source BIOMD0000000467. The screenshots below were checked against the visible run alias koo2013_shear_stress_no_production, which matches this lab and its model package. The models/core package handles SBML execution and numeric outputs, while models/visualisation owns internal grouped charts and narrative logic.

Use this lab for the downstream half of the endothelial shear-stress pathway: cytosolic calcium is treated as an external input, then the model follows eNOS activation and nitric oxide production.

Results Preview

The default run spans 600 s and renders six visualization panels. The first view shows the canvas wiring beside the calcium subsystem, PI3K/AKT signalling axis, and eNOS activation-chain panels. The model input is cytosolic_calcium, so these panels are best read as the downstream response to a fixed or upstream-supplied calcium signal.

Koo2013 NO-production calcium, PI3K, and eNOS results

The summary view highlights the nitric oxide output. In the captured run, NO rises across the 600 s simulation; the What Happened table reports 16 species observables, names nitric oxide as the largest-changing observable (+1.3e+04), and notes that 15 of 16 observables settled within 1% over the final 10% of the run.

Koo2013 NO-production nitric oxide and summary results

Model Files

PathPurpose
lab.yamlLab title, IO wiring, runtime defaults, and canvas metadata.
models/core/model.yamlCore SBML execution package metadata, parameters, inputs, outputs, and units.
models/core/src/koo2013_shear_stress_no_production.pyTellurium-backed SBML execution wrapper.
models/core/data/BIOMD0000000467.xmlCurated SBML model file from BioModels.
models/visualisation/Internal presentation model for charts and narrative logic.
models/*/tests/Smoke coverage for core execution and visualisation behavior.

Inputs and Outputs

Inputs:

  • cytosolic_calcium (substance): external calcium signal used by the NO-production submodel.
  • integration_step (s): Tellurium output sampling interval.

Outputs:

  • active_eNOS: active eNOS-CaM-Ca4 complex amount, averaged over the wrapper's headline window.
  • nitric_oxide: nitric oxide amount, averaged over the wrapper's headline window.
  • state: latest values for the 16 tracked named species.
  • summary: final, peak, minimum, and excursion diagnostics for the run.

Notes

This is the downstream Koo2013 submodel. It does not include the calcium-influx pathway; compose it with koo2013-calcium-influx or use koo2013-integrated when the experiment needs the full shear-stress-to-NO chain.

Koo et al. (2013) model of nitric oxide (NO) production downstream of shear-stress-driven calcium and eNOS activation in endothelial cells.

Runtime

Duration600
Comms Step10

Runs

Total4
Completed4
Failed0

Metadata

Packagekoo2013-shear-stress-induced-no-production-lab
Created2026-05-04
Updated2026-05-04

Manifest

{
  "io": {
    "inputs": [
      {
        "name": "cytosolic_calcium",
        "maps_to": "koo2013_shear_stress_no_production.cytosolic_calcium"
      },
      {
        "name": "integration_step",
        "maps_to": "koo2013_shear_stress_no_production.integration_step"
      }
    ],
    "outputs": [
      {
        "name": "active_eNOS",
        "maps_to": "koo2013_shear_stress_no_production.active_eNOS"
      },
      {
        "name": "nitric_oxide",
        "maps_to": "koo2013_shear_stress_no_production.nitric_oxide"
      },
      {
        "name": "state",
        "maps_to": "koo2013_shear_stress_no_production.state"
      },
      {
        "name": "summary",
        "maps_to": "koo2013_shear_stress_no_production.summary"
      }
    ]
  },
  "title": "Koo2013 Shear-Stress Induced NO Production Lab",
  "models": [
    {
      "path": "owned/models/koo2013_shear_stress_no_production",
      "alias": "koo2013_shear_stress_no_production",
      "parameters": {
        "model_path": "data/BIOMD0000000467.xml",
        "integration_step": 1
      },
      "provenance": {
        "owned_path": "owned/models/koo2013_shear_stress_no_production"
      }
    },
    {
      "path": "owned/models/visualisation",
      "alias": "visualisation",
      "provenance": {
        "owned_path": "owned/models/visualisation"
      }
    }
  ],
  "wiring": [
    {
      "to": [
        "visualisation.koo2013_shear_stress_no_production_active_eNOS"
      ],
      "from": "koo2013_shear_stress_no_production.active_eNOS"
    },
    {
      "to": [
        "visualisation.koo2013_shear_stress_no_production_nitric_oxide"
      ],
      "from": "koo2013_shear_stress_no_production.nitric_oxide"
    },
    {
      "to": [
        "visualisation.koo2013_shear_stress_no_production_state"
      ],
      "from": "koo2013_shear_stress_no_production.state"
    },
    {
      "to": [
        "visualisation.koo2013_shear_stress_no_production_summary"
      ],
      "from": "koo2013_shear_stress_no_production.summary"
    }
  ],
  "runtime": {
    "duration": 600,
    "initial_inputs": {},
    "communication_step": 10
  },
  "description": "Koo et al. (2013) model of nitric oxide (NO) production downstream of shear-stress-driven calcium and eNOS activation in endothelial cells.",
  "schema_version": "2.0"
}

Sign in to start your own run. Public-lab history stays visible here.

Logs

No logs yet.

JSON
{
  "communication_step": 10,
  "dependency_installs": [
    {
      "alias": "koo2013_shear_stress_no_production",
      "status": "reused"
    }
  ],
  "dependency_policy_enabled": true,
  "duration": 600,
  "lab_commit": null,
  "model_resolutions": [
    {
      "alias": "koo2013_shear_stress_no_production",
      "commit_sha": null,
      "model_id": "/Volumes/dem-ssd/imp/projects/Nitoons/Biosimulant/models/models-biomechanics/labs/koo2013-no-production/models/core",
      "repo_full_name": null
    },
    {
      "alias": "visualisation",
      "commit_sha": null,
      "model_id": "/Volumes/dem-ssd/imp/projects/Nitoons/Biosimulant/models/models-biomechanics/labs/koo2013-no-production/models/visualisation",
      "repo_full_name": null
    }
  ],
  "module_ports": {
    "koo2013_shear_stress_no_production": {
      "inputs": [
        "cytosolic_calcium",
        "integration_step"
      ],
      "outputs": [
        "active_eNOS",
        "nitric_oxide",
        "state",
        "summary"
      ]
    },
    "visualisation": {
      "inputs": [
        "koo2013_shear_stress_no_production_active_eNOS",
        "koo2013_shear_stress_no_production_nitric_oxide",
        "koo2013_shear_stress_no_production_state",
        "koo2013_shear_stress_no_production_summary"
      ],
      "outputs": []
    }
  },
  "modules": [
    "koo2013_shear_stress_no_production",
    "visualisation"
  ],
  "outputs": {
    "koo2013_shear_stress_no_production": {
      "active_eNOS": {
        "emitted_at": 600,
        "name": "active_eNOS",
        "source": "koo2013_shear_stress_no_production",
        "spec": {
          "accepted_profiles": null,
          "description": "Active eNOS-CaM-Ca4 complex. Catalyses NO production from L-arginine. Units: substance.",
          "dtype": "float64",
          "emitted_unit": null,
          "interpolation": "zoh",
          "kind": "state",
          "max_age": null,
          "schema": null,
          "shape": null,
          "signal_type": "scalar",
          "stale_policy": "warn"
        },
        "type": "scalar",
        "value": 0.03925920232571141
      },
      "nitric_oxide": {
        "emitted_at": 600,
        "name": "nitric_oxide",
        "source": "koo2013_shear_stress_no_production",
        "spec": {
          "accepted_profiles": null,
          "description": "Nitric oxide (NO) amount. The model's primary downstream readout. Units: substance.",
          "dtype": "float64",
          "emitted_unit": null,
          "interpolation": "zoh",
          "kind": "state",
          "max_age": null,
          "schema": null,
          "shape": null,
          "signal_type": "scalar",
          "stale_policy": "warn"
        },
        "type": "scalar",
        "value": 12369.949999543767
      },
      "state": {
        "emitted_at": 600,
        "name": "state",
        "source": "koo2013_shear_stress_no_production",
        "spec": {
          "accepted_profiles": null,
          "description": "Latest value of every observable (species variables).",
          "dtype": null,
          "emitted_unit": null,
          "interpolation": "zoh",
          "kind": "state",
          "max_age": null,
          "schema": {
            "s27": "float",
            "s3": "float",
            "s45": "float",
            "s47": "float",
            "s48": "float",
            "s50": "float",
            "s51": "float",
            "s52": "float",
            "s57": "float",
            "s58": "float",
            "s60": "float",
            "s61": "float",
            "s62": "float",
            "s64": "float",
            "s65": "float",
            "s66": "float"
          },
          "shape": null,
          "signal_type": "record",
          "stale_policy": "warn"
        },
        "type": "record",
        "value": {
          "s27": 1.723,
          "s3": 117.2,
          "s45": 0.03914552167562343,
          "s47": 2.8274969230785625,
          "s48": 347.5552323815989,
          "s50": 2.001419563598174,
          "s51": 33.04453560834895,
          "s52": 7636.1297963565075,
          "s57": 199987.6995576312,
          "s58": 0.9786095327565216,
          "s60": 0.00863696106098936,
          "s61": 10.356766891591498,
          "s62": 0.10329586813827804,
          "s64": 13004.396575736266,
          "s65": 0.6296456121432028,
          "s66": 0.08138750311943269
        }
      },
      "summary": {
        "emitted_at": 600,
        "name": "summary",
        "source": "koo2013_shear_stress_no_production",
        "spec": {
          "accepted_profiles": null,
          "description": "Final, peak, and minimum value per observable plus simulated duration.",
          "dtype": null,
          "emitted_unit": null,
          "interpolation": "zoh",
          "kind": "state",
          "max_age": null,
          "schema": {
            "duration_simulated": "float",
            "largest_change_magnitude": "float",
            "largest_change_observable": "str",
            "observable_count": "int",
            "peak_observable": "str",
            "peak_value": "float"
          },
          "shape": null,
          "signal_type": "record",
          "stale_policy": "warn"
        },
        "type": "record",
        "value": {
          "duration_simulated": 600,
          "largest_change_magnitude": 13004.396575736266,
          "largest_change_observable": "s64",
          "observable_count": 16,
          "peak_observable": "s57",
          "peak_value": 199987.6995576312
        }
      }
    },
    "visualisation": {}
  },
  "state": {
    "koo2013_shear_stress_no_production": {},
    "visualisation": {}
  },
  "visuals": [
    {
      "module": "visualisation",
      "module_class": "BiomechanicsVisualisationModel",
      "visuals": [
        {
          "data": {
            "series": [
              {
                "name": "Cytosolic calcium",
                "points": [
                  [
                    0,
                    117.2
                  ],
                  [
                    10,
                    117.2
                  ],
                  [
                    20,
                    117.2
                  ],
                  [
                    30,
                    117.2
                  ],
                  [
                    40,
                    117.2
                  ],
                  [
                    50,
                    117.2
                  ],
                  [
                    60,
                    117.2
                  ],
                  [
                    70,
                    117.2
                  ],
                  [
                    80,
                    117.2
                  ],
                  [
                    90,
                    117.2
                  ],
                  [
                    100,
                    117.2
                  ],
                  [
                    110,
                    117.2
                  ],
                  [
                    120,
                    117.2
                  ],
                  [
                    130,
                    117.2
                  ],
                  [
                    140,
                    117.2
                  ],
                  [
                    150,
                    117.2
                  ],
                  [
                    160,
                    117.2
                  ],
                  [
                    170,
                    117.2
                  ],
                  [
                    180,
                    117.2
                  ],
                  [
                    190,
                    117.2
                  ],
                  [
                    200,
                    117.2
                  ],
                  [
                    210,
                    117.2
                  ],
                  [
                    220,
                    117.2
                  ],
                  [
                    230,
                    117.2
                  ],
                  [
                    240,
                    117.2
                  ],
                  [
                    250,
                    117.2
                  ],
                  [
                    260,
                    117.2
                  ],
                  [
                    270,
                    117.2
                  ],
                  [
                    280,
                    117.2
                  ],
                  [
                    290,
                    117.2
                  ],
                  [
                    300,
                    117.2
                  ],
                  [
                    310,
                    117.2
                  ],
                  [
                    320,
                    117.2
                  ],
                  [
                    330,
                    117.2
                  ],
                  [
                    340,
                    117.2
                  ],
                  [
                    350,
                    117.2
                  ],
                  [
                    360,
                    117.2
                  ],
                  [
                    370,
                    117.2
                  ],
                  [
                    380,
                    117.2
                  ],
                  [
                    390,
                    117.2
                  ],
                  [
                    400,
                    117.2
                  ],
                  [
                    410,
                    117.2
                  ],
                  [
                    420,
                    117.2
                  ],
                  [
                    430,
                    117.2
                  ],
                  [
                    440,
                    117.2
                  ],
                  [
                    450,
                    117.2
                  ],
                  [
                    460,
                    117.2
                  ],
                  [
                    470,
                    117.2
                  ],
                  [
                    480,
                    117.2
                  ],
                  [
                    490,
                    117.2
                  ],
                  [
                    500,
                    117.2
                  ],
                  [
                    510,
                    117.2
                  ],
                  [
                    520,
                    117.2
                  ],
                  [
                    530,
                    117.2
                  ],
                  [
                    540,
                    117.2
                  ],
                  [
                    550,
                    117.2
                  ],
                  [
                    560,
                    117.2
                  ],
                  [
                    570,
                    117.2
                  ],
                  [
                    580,
                    117.2
                  ],
                  [
                    590,
                    117.2
                  ]
                ]
              },
              {
                "name": "Calmodulin Ca4 complex",
                "points": [
                  [
                    0,
                    2.827
                  ],
                  [
                    10,
                    2.827147179228049
                  ],
                  [
                    20,
                    2.8271533287461934
                  ],
                  [
                    30,
                    2.8271594243911897
                  ],
                  [
                    40,
                    2.827165506699237
                  ],
                  [
                    50,
                    2.827171582043839
                  ],
                  [
                    60,
                    2.827177651429246
                  ],
                  [
                    70,
                    2.8271837149889953
                  ],
                  [
                    80,
                    2.8271897727466926
                  ],
                  [
                    90,
                    2.827195824708435
                  ],
                  [
                    100,
                    2.827201870880307
                  ],
                  [
                    110,
                    2.82720791126808
                  ],
                  [
                    120,
                    2.8272139458770744
                  ],
                  [
                    130,
                    2.827219974715843
                  ],
                  [
                    140,
                    2.827225997783611
                  ],
                  [
                    150,
                    2.8272320150914005
                  ],
                  [
                    160,
                    2.827238026641144
                  ],
                  [
                    170,
                    2.8272440324589527
                  ],
                  [
                    180,
                    2.8272500325189625
                  ],
                  [
                    190,
                    2.827256026852902
                  ],
                  [
                    200,
                    2.8272620154621553
                  ],
                  [
                    210,
                    2.82726799833498
                  ],
                  [
                    220,
                    2.8272739755071528
                  ],
                  [
                    230,
                    2.82727994695471
                  ],
                  [
                    240,
                    2.8272859127004155
                  ],
                  [
                    250,
                    2.8272918727498753
                  ],
                  [
                    260,
                    2.8272978270994695
                  ],
                  [
                    270,
                    2.82730377576625
                  ],
                  [
                    280,
                    2.8273097187509073
                  ],
                  [
                    290,
                    2.8273156560545245
                  ],
                  [
                    300,
                    2.8273215876801405
                  ],
                  [
                    310,
                    2.8273275136499194
                  ],
                  [
                    320,
                    2.827333433950661
                  ],
                  [
                    330,
                    2.8273393485926013
                  ],
                  [
                    340,
                    2.82734525758927
                  ],
                  [
                    350,
                    2.8273511609374182
                  ],
                  [
                    360,
                    2.827357058636989
                  ],
                  [
                    370,
                    2.8273629507076996
                  ],
                  [
                    380,
                    2.827368837143675
                  ],
                  [
                    390,
                    2.827374717960127
                  ],
                  [
                    400,
                    2.827380593155216
                  ],
                  [
                    410,
                    2.8273864627374374
                  ],
                  [
                    420,
                    2.827392326705591
                  ],
                  [
                    430,
                    2.827398185071763
                  ],
                  [
                    440,
                    2.8274040378410263
                  ],
                  [
                    450,
                    2.8274098850166403
                  ],
                  [
                    460,
                    2.82741572660925
                  ],
                  [
                    470,
                    2.8274215626170145
                  ],
                  [
                    480,
                    2.827427393044621
                  ],
                  [
                    490,
                    2.827433217905842
                  ],
                  [
                    500,
                    2.827439037199714
                  ],
                  [
                    510,
                    2.8274448509333814
                  ],
                  [
                    520,
                    2.8274506591098443
                  ],
                  [
                    530,
                    2.8274564617370492
                  ],
                  [
                    540,
                    2.8274622583503515
                  ],
                  [
                    550,
                    2.8274680496498243
                  ],
                  [
                    560,
                    2.827473835368114
                  ],
                  [
                    570,
                    2.827479615596713
                  ],
                  [
                    580,
                    2.8274853902633077
                  ],
                  [
                    590,
                    2.8274911594424084
                  ]
                ]
              },
              {
                "name": "Calmodulin Ca2 complex",
                "points": [
                  [
                    0,
                    347.52
                  ],
                  [
                    10,
                    347.52083795677015
                  ],
                  [
                    20,
                    347.5214435524373
                  ],
                  [
                    30,
                    347.52204318608693
                  ],
                  [
                    40,
                    347.52264138205067
                  ],
                  [
                    50,
                    347.5232388715687
                  ],
                  [
                    60,
                    347.5238357707417
                  ],
                  [
                    70,
                    347.52443209498324
                  ],
                  [
                    80,
                    347.5250278469051
                  ],
                  [
                    90,
                    347.525623027149
                  ],
                  [
                    100,
                    347.5262176363204
                  ],
                  [
                    110,
                    347.5268116749895
                  ],
                  [
                    120,
                    347.52740514368156
                  ],
                  [
                    130,
                    347.52799804324
                  ],
                  [
                    140,
                    347.52859037359
                  ],
                  [
                    150,
                    347.52918213581796
                  ],
                  [
                    160,
                    347.5297733301154
                  ],
                  [
                    170,
                    347.5303639590538
                  ],
                  [
                    180,
                    347.5309540200881
                  ],
                  [
                    190,
                    347.531543516344
                  ],
                  [
                    200,
                    347.53213244795796
                  ],
                  [
                    210,
                    347.53272081377594
                  ],
                  [
                    220,
                    347.53330861732144
                  ],
                  [
                    230,
                    347.53389585623603
                  ],
                  [
                    240,
                    347.53448253276275
                  ],
                  [
                    250,
                    347.5350686474543
                  ],
                  [
                    260,
                    347.5356541999559
                  ],
                  [
                    270,
                    347.5362391919476
                  ],
                  [
                    280,
                    347.5368236234981
                  ],
                  [
                    290,
                    347.5374074947159
                  ],
                  [
                    300,
                    347.53799080590176
                  ],
                  [
                    310,
                    347.53857355923884
                  ],
                  [
                    320,
                    347.53915575342825
                  ],
                  [
                    330,
                    347.53973738948
                  ],
                  [
                    340,
                    347.5403184687274
                  ],
                  [
                    350,
                    347.540898990851
                  ],
                  [
                    360,
                    347.54147895584737
                  ],
                  [
                    370,
                    347.54205836565944
                  ],
                  [
                    380,
                    347.542637219709
                  ],
                  [
                    390,
                    347.5432155194956
                  ],
                  [
                    400,
                    347.543793264839
                  ],
                  [
                    410,
                    347.54437045657716
                  ],
                  [
                    420,
                    347.5449470945933
                  ],
                  [
                    430,
                    347.5455231800789
                  ],
                  [
                    440,
                    347.54609871353426
                  ],
                  [
                    450,
                    347.54667369528164
                  ],
                  [
                    460,
                    347.54724812637033
                  ],
                  [
                    470,
                    347.54782200662015
                  ],
                  [
                    480,
                    347.5483953364943
                  ],
                  [
                    490,
                    347.54896811735017
                  ],
                  [
                    500,
                    347.5495403490935
                  ],
                  [
                    510,
                    347.55011203242935
                  ],
                  [
                    520,
                    347.5506831676544
                  ],
                  [
                    530,
                    347.5512537555524
                  ],
                  [
                    540,
                    347.551823750378
                  ],
                  [
                    550,
                    347.5523932210999
                  ],
                  [
                    560,
                    347.55296214134063
                  ],
                  [
                    570,
                    347.5535305201354
                  ],
                  [
                    580,
                    347.5540983503441
                  ],
                  [
                    590,
                    347.554665639324
                  ]
                ]
              },
              {
                "name": "Calmodulin",
                "points": [
                  [
                    0,
                    7635.36
                  ],
                  [
                    10,
                    7635.373863587421
                  ],
                  [
                    20,
                    7635.387253410457
                  ],
                  [
                    30,
                    7635.400445239925
                  ],
                  [
                    40,
                    7635.4135931426445
                  ],
                  [
                    50,
                    7635.426723555734
                  ],
                  [
                    60,
                    7635.439840738904
                  ],
                  [
                    70,
                    7635.452945254804
                  ],
                  [
                    80,
                    7635.466037189252
                  ],
                  [
                    90,
                    7635.479116560215
                  ],
                  [
                    100,
                    7635.492183381544
                  ],
                  [
                    110,
                    7635.505237665847
                  ],
                  [
                    120,
                    7635.518279424661
                  ],
                  [
                    130,
                    7635.531308676545
                  ],
                  [
                    140,
                    7635.544325419808
                  ],
                  [
                    150,
                    7635.557329678386
                  ],
                  [
                    160,
                    7635.570321456447
                  ],
                  [
                    170,
                    7635.583300810625
                  ],
                  [
                    180,
                    7635.596267684729
                  ],
                  [
                    190,
                    7635.609222147715
                  ],
                  [
                    200,
                    7635.622164202462
                  ],
                  [
                    210,
                    7635.635093823516
                  ],
                  [
                    220,
                    7635.648011088549
                  ],
                  [
                    230,
                    7635.660915945463
                  ],
                  [
                    240,
                    7635.673808443739
                  ],
                  [
                    250,
                    7635.686688595478
                  ],
                  [
                    260,
                    7635.69955639281
                  ],
                  [
                    270,
                    7635.712411872765
                  ],
                  [
                    280,
                    7635.725255036784
                  ],
                  [
                    290,
                    7635.738085887238
                  ],
                  [
                    300,
                    7635.750904430744
                  ],
                  [
                    310,
                    7635.76371071538
                  ],
                  [
                    320,
                    7635.776504712438
                  ],
                  [
                    330,
                    7635.789286444198
                  ],
                  [
                    340,
                    7635.802055940001
                  ],
                  [
                    350,
                    7635.81481319275
                  ],
                  [
                    360,
                    7635.827558202362
                  ],
                  [
                    370,
                    7635.840291011636
                  ],
                  [
                    380,
                    7635.853011607763
                  ],
                  [
                    390,
                    7635.865720023777
                  ],
                  [
                    400,
                    7635.878416255646
                  ],
                  [
                    410,
                    7635.891100321823
                  ],
                  [
                    420,
                    7635.903772219703
                  ],
                  [
                    430,
                    7635.916431975523
                  ],
                  [
                    440,
                    7635.929079600263
                  ],
                  [
                    450,
                    7635.941715100984
                  ],
                  [
                    460,
                    7635.954338500781
                  ],
                  [
                    470,
                    7635.966949795639
                  ],
                  [
                    480,
                    7635.979548995754
                  ],
                  [
                    490,
                    7635.992136131009
                  ],
                  [
                    500,
                    7636.0047111992735
                  ],
                  [
                    510,
                    7636.01727421606
                  ],
                  [
                    520,
                    7636.029825187878
                  ],
                  [
                    530,
                    7636.04236413197
                  ],
                  [
                    540,
                    7636.054890041192
                  ],
                  [
                    550,
                    7636.067404434972
                  ],
                  [
                    560,
                    7636.079906731679
                  ],
                  [
                    570,
                    7636.092397129815
                  ],
                  [
                    580,
                    7636.104875472559
                  ],
                  [
                    590,
                    7636.117341921557
                  ]
                ]
              }
            ],
            "title": "Koo2013 Shear-Stress Induced NO Production - Calcium subsystem",
            "x_unit": "s"
          },
          "description": "How do calcium pools, IP3, and calmodulin shift?",
          "render": "timeseries"
        },
        {
          "data": {
            "series": [
              {
                "name": "Active AKT PI3P complex",
                "points": [
                  [
                    0,
                    1.723
                  ],
                  [
                    10,
                    1.723
                  ],
                  [
                    20,
                    1.723
                  ],
                  [
                    30,
                    1.723
                  ],
                  [
                    40,
                    1.723
                  ],
                  [
                    50,
                    1.723
                  ],
                  [
                    60,
                    1.723
                  ],
                  [
                    70,
                    1.723
                  ],
                  [
                    80,
                    1.723
                  ],
                  [
                    90,
                    1.723
                  ],
                  [
                    100,
                    1.723
                  ],
                  [
                    110,
                    1.723
                  ],
                  [
                    120,
                    1.723
                  ],
                  [
                    130,
                    1.723
                  ],
                  [
                    140,
                    1.723
                  ],
                  [
                    150,
                    1.723
                  ],
                  [
                    160,
                    1.723
                  ],
                  [
                    170,
                    1.723
                  ],
                  [
                    180,
                    1.723
                  ],
                  [
                    190,
                    1.723
                  ],
                  [
                    200,
                    1.723
                  ],
                  [
                    210,
                    1.723
                  ],
                  [
                    220,
                    1.723
                  ],
                  [
                    230,
                    1.723
                  ],
                  [
                    240,
                    1.723
                  ],
                  [
                    250,
                    1.723
                  ],
                  [
                    260,
                    1.723
                  ],
                  [
                    270,
                    1.723
                  ],
                  [
                    280,
                    1.723
                  ],
                  [
                    290,
                    1.723
                  ],
                  [
                    300,
                    1.723
                  ],
                  [
                    310,
                    1.723
                  ],
                  [
                    320,
                    1.723
                  ],
                  [
                    330,
                    1.723
                  ],
                  [
                    340,
                    1.723
                  ],
                  [
                    350,
                    1.723
                  ],
                  [
                    360,
                    1.723
                  ],
                  [
                    370,
                    1.723
                  ],
                  [
                    380,
                    1.723
                  ],
                  [
                    390,
                    1.723
                  ],
                  [
                    400,
                    1.723
                  ],
                  [
                    410,
                    1.723
                  ],
                  [
                    420,
                    1.723
                  ],
                  [
                    430,
                    1.723
                  ],
                  [
                    440,
                    1.723
                  ],
                  [
                    450,
                    1.723
                  ],
                  [
                    460,
                    1.723
                  ],
                  [
                    470,
                    1.723
                  ],
                  [
                    480,
                    1.723
                  ],
                  [
                    490,
                    1.723
                  ],
                  [
                    500,
                    1.723
                  ],
                  [
                    510,
                    1.723
                  ],
                  [
                    520,
                    1.723
                  ],
                  [
                    530,
                    1.723
                  ],
                  [
                    540,
                    1.723
                  ],
                  [
                    550,
                    1.723
                  ],
                  [
                    560,
                    1.723
                  ],
                  [
                    570,
                    1.723
                  ],
                  [
                    580,
                    1.723
                  ],
                  [
                    590,
                    1.723
                  ]
                ]
              }
            ],
            "title": "Koo2013 Shear-Stress Induced NO Production - PI3K / AKT signalling",
            "x_unit": "s"
          },
          "description": "How does PI3K signalling activate AKT?",
          "render": "timeseries"
        },
        {
          "data": {
            "series": [
              {
                "name": "eNOS-CaM-Ca4",
                "points": [
                  [
                    0,
                    0.0415
                  ],
                  [
                    10,
                    0.04144213252032421
                  ],
                  [
                    20,
                    0.04140150222577946
                  ],
                  [
                    30,
                    0.04136143236449099
                  ],
                  [
                    40,
                    0.04132148738184485
                  ],
                  [
                    50,
                    0.04128159414033467
                  ],
                  [
                    60,
                    0.04124174093134489
                  ],
                  [
                    70,
                    0.041201926209375635
                  ],
                  [
                    80,
                    0.04116214973451935
                  ],
                  [
                    90,
                    0.041122411454988565
                  ],
                  [
                    100,
                    0.04108271132906458
                  ],
                  [
                    110,
                    0.041043049318465176
                  ],
                  [
                    120,
                    0.04100342538809345
                  ],
                  [
                    130,
                    0.04096383948154261
                  ],
                  [
                    140,
                    0.04092429160388934
                  ],
                  [
                    150,
                    0.04088478168241243
                  ],
                  [
                    160,
                    0.0408453097043832
                  ],
                  [
                    170,
                    0.04080587549777913
                  ],
                  [
                    180,
                    0.04076647923312404
                  ],
                  [
                    190,
                    0.04072712070104378
                  ],
                  [
                    200,
                    0.0406877998926837
                  ],
                  [
                    210,
                    0.04064851688528136
                  ],
                  [
                    220,
                    0.040609271442962815
                  ],
                  [
                    230,
                    0.04057006372382601
                  ],
                  [
                    240,
                    0.04053089357759251
                  ],
                  [
                    250,
                    0.04049176096746183
                  ],
                  [
                    260,
                    0.04045266591724379
                  ],
                  [
                    270,
                    0.0404136083144725
                  ],
                  [
                    280,
                    0.040374588154693046
                  ],
                  [
                    290,
                    0.04033560543065934
                  ],
                  [
                    300,
                    0.04029666012223972
                  ],
                  [
                    310,
                    0.04025775208337846
                  ],
                  [
                    320,
                    0.040218881401181024
                  ],
                  [
                    330,
                    0.040180048007953655
                  ],
                  [
                    340,
                    0.040141251814546704
                  ],
                  [
                    350,
                    0.0401024928424451
                  ],
                  [
                    360,
                    0.04006377109186567
                  ],
                  [
                    370,
                    0.04002508643278547
                  ],
                  [
                    380,
                    0.03998643890404058
                  ],
                  [
                    390,
                    0.03994782840526413
                  ],
                  [
                    400,
                    0.03990925494865099
                  ],
                  [
                    410,
                    0.03987071847810106
                  ],
                  [
                    420,
                    0.03983221900149301
                  ],
                  [
                    430,
                    0.039793756439094274
                  ],
                  [
                    440,
                    0.03975533075750448
                  ],
                  [
                    450,
                    0.03971694193523753
                  ],
                  [
                    460,
                    0.0396785899020976
                  ],
                  [
                    470,
                    0.039640274670223824
                  ],
                  [
                    480,
                    0.03960199620861053
                  ],
                  [
                    490,
                    0.03956375442646258
                  ],
                  [
                    500,
                    0.039525549330190125
                  ],
                  [
                    510,
                    0.039487380872631074
                  ],
                  [
                    520,
                    0.039449249033974614
                  ],
                  [
                    530,
                    0.03941115376180818
                  ],
                  [
                    540,
                    0.03937309811532978
                  ],
                  [
                    550,
                    0.03933507747932274
                  ],
                  [
                    560,
                    0.0392970936207328
                  ],
                  [
                    570,
                    0.03925914593578523
                  ],
                  [
                    580,
                    0.03922123490144492
                  ],
                  [
                    590,
                    0.03918336002609292
                  ]
                ]
              },
              {
                "name": "eNOS-CaM-Ca2",
                "points": [
                  [
                    0,
                    2.12
                  ],
                  [
                    10,
                    2.11902534521398
                  ],
                  [
                    20,
                    2.116942973784232
                  ],
                  [
                    30,
                    2.1148907308469416
                  ],
                  [
                    40,
                    2.112845146774247
                  ],
                  [
                    50,
                    2.110802255999437
                  ],
                  [
                    60,
                    2.1087614226687346
                  ],
                  [
                    70,
                    2.1067225628837423
                  ],
                  [
                    80,
                    2.1046856637547524
                  ],
                  [
                    90,
                    2.102650722545149
                  ],
                  [
                    100,
                    2.1006177371053356
                  ],
                  [
                    110,
                    2.0985867054713783
                  ],
                  [
                    120,
                    2.096557625843934
                  ],
                  [
                    130,
                    2.0945304953320707
                  ],
                  [
                    140,
                    2.0925053141948764
                  ],
                  [
                    150,
                    2.0904820787050222
                  ],
                  [
                    160,
                    2.088460788209717
                  ],
                  [
                    170,
                    2.086441433894901
                  ],
                  [
                    180,
                    2.0844240244973777
                  ],
                  [
                    190,
                    2.082408549286745
                  ],
                  [
                    200,
                    2.080395007810617
                  ],
                  [
                    210,
                    2.0783834040245655
                  ],
                  [
                    220,
                    2.0763737258417714
                  ],
                  [
                    230,
                    2.0743659813633415
                  ],
                  [
                    240,
                    2.072360162886602
                  ],
                  [
                    250,
                    2.0703562685265826
                  ],
                  [
                    260,
                    2.0683542995021056
                  ],
                  [
                    270,
                    2.0663542500494287
                  ],
                  [
                    280,
                    2.0643561199402938
                  ],
                  [
                    290,
                    2.0623599088019287
                  ],
                  [
                    300,
                    2.0603656156013326
                  ],
                  [
                    310,
                    2.0583732328543025
                  ],
                  [
                    320,
                    2.056382765024379
                  ],
                  [
                    330,
                    2.0543942086403044
                  ],
                  [
                    340,
                    2.0524075591337727
                  ],
                  [
                    350,
                    2.050422817605705
                  ],
                  [
                    360,
                    2.048439984065127
                  ],
                  [
                    370,
                    2.0464590518484727
                  ],
                  [
                    380,
                    2.0444800229462827
                  ],
                  [
                    390,
                    2.042502892214087
                  ],
                  [
                    400,
                    2.0405276602767826
                  ],
                  [
                    410,
                    2.038554324258291
                  ],
                  [
                    420,
                    2.036582884561499
                  ],
                  [
                    430,
                    2.0346133370994974
                  ],
                  [
                    440,
                    2.0326456801608184
                  ],
                  [
                    450,
                    2.030679912643693
                  ],
                  [
                    460,
                    2.0287160309504277
                  ],
                  [
                    470,
                    2.0267540357025746
                  ],
                  [
                    480,
                    2.02479392530964
                  ],
                  [
                    490,
                    2.0228356951186113
                  ],
                  [
                    500,
                    2.0208793454579705
                  ],
                  [
                    510,
                    2.0189248739097025
                  ],
                  [
                    520,
                    2.016972279457894
                  ],
                  [
                    530,
                    2.0150215594159246
                  ],
                  [
                    540,
                    2.01307287051974
                  ],
                  [
                    550,
                    2.011125976248036
                  ],
                  [
                    560,
                    2.009180967207095
                  ],
                  [
                    570,
                    2.0072378124330834
                  ],
                  [
                    580,
                    2.00529653638476
                  ],
                  [
                    590,
                    2.0033571138516755
                  ]
                ]
              },
              {
                "name": "eNOS-Cav-1",
                "points": [
                  [
                    0,
                    34.98
                  ],
                  [
                    10,
                    34.94519798403313
                  ],
                  [
                    20,
                    34.91196094799121
                  ],
                  [
                    30,
                    34.87886985231593
                  ],
                  [
                    40,
                    34.84582347390317
                  ],
                  [
                    50,
                    34.81281029320719
                  ],
                  [
                    60,
                    34.77982868968612
                  ],
                  [
                    70,
                    34.746878442026144
                  ],
                  [
                    80,
                    34.713959485867534
                  ],
                  [
                    90,
                    34.681071796904185
                  ],
                  [
                    100,
                    34.64821534327656
                  ],
                  [
                    110,
                    34.6153900938152
                  ],
                  [
                    120,
                    34.58259601965798
                  ],
                  [
                    130,
                    34.54983307438382
                  ],
                  [
                    140,
                    34.51710126211468
                  ],
                  [
                    150,
                    34.48440052314113
                  ],
                  [
                    160,
                    34.45173084687019
                  ],
                  [
                    170,
                    34.41909209178144
                  ],
                  [
                    180,
                    34.38648439772011
                  ],
                  [
                    190,
                    34.35390759305866
                  ],
                  [
                    200,
                    34.32136166996422
                  ],
                  [
                    210,
                    34.28884669200731
                  ],
                  [
                    220,
                    34.2563624655006
                  ],
                  [
                    230,
                    34.22390911987063
                  ],
                  [
                    240,
                    34.19148653206177
                  ],
                  [
                    250,
                    34.15909467145566
                  ],
                  [
                    260,
                    34.12673355758482
                  ],
                  [
                    270,
                    34.09440309811194
                  ],
                  [
                    280,
                    34.06210328911131
                  ],
                  [
                    290,
                    34.02983412469715
                  ],
                  [
                    300,
                    33.9975955884059
                  ],
                  [
                    310,
                    33.96538756018741
                  ],
                  [
                    320,
                    33.93321011119692
                  ],
                  [
                    330,
                    33.901063186203274
                  ],
                  [
                    340,
                    33.868946711850995
                  ],
                  [
                    350,
                    33.83686070549566
                  ],
                  [
                    360,
                    33.804805167514026
                  ],
                  [
                    370,
                    33.77277999121519
                  ],
                  [
                    380,
                    33.74078520807302
                  ],
                  [
                    390,
                    33.708820735840824
                  ],
                  [
                    400,
                    33.676886584253815
                  ],
                  [
                    410,
                    33.64498270735239
                  ],
                  [
                    420,
                    33.61310911152228
                  ],
                  [
                    430,
                    33.581265731390644
                  ],
                  [
                    440,
                    33.549452539298166
                  ],
                  [
                    450,
                    33.51766951753638
                  ],
                  [
                    460,
                    33.48591660843864
                  ],
                  [
                    470,
                    33.45419382180835
                  ],
                  [
                    480,
                    33.422501132336166
                  ],
                  [
                    490,
                    33.390838465413246
                  ],
                  [
                    500,
                    33.35920582603549
                  ],
                  [
                    510,
                    33.32760317556561
                  ],
                  [
                    520,
                    33.296030497671175
                  ],
                  [
                    530,
                    33.26448774931239
                  ],
                  [
                    540,
                    33.23297744563475
                  ],
                  [
                    550,
                    33.20149580482001
                  ],
                  [
                    560,
                    33.17004426360558
                  ],
                  [
                    570,
                    33.138622330698595
                  ],
                  [
                    580,
                    33.10723039456537
                  ],
                  [
                    590,
                    33.075868054544586
                  ]
                ]
              },
              {
                "name": "Hsp90",
                "points": [
                  [
                    0,
                    199987
                  ],
                  [
                    10,
                    199987.01139257645
                  ],
                  [
                    20,
                    199987.0232149716
                  ],
                  [
                    30,
                    199987.03516923424
                  ],
                  [
                    40,
                    199987.0471304724
                  ],
                  [
                    50,
                    199987.0590829827
                  ],
                  [
                    60,
                    199987.07102460615
                  ],
                  [
                    70,
                    199987.08295508736
                  ],
                  [
                    80,
                    199987.09487440728
                  ],
                  [
                    90,
                    199987.10678256876
                  ],
                  [
                    100,
                    199987.11867958223
                  ],
                  [
                    110,
                    199987.13056545876
                  ],
                  [
                    120,
                    199987.14244020832
                  ],
                  [
                    130,
                    199987.1543038475
                  ],
                  [
                    140,
                    199987.16615637465
                  ],
                  [
                    150,
                    199987.17799781097
                  ],
                  [
                    160,
                    199987.1898281601
                  ],
                  [
                    170,
                    199987.2016474728
                  ],
                  [
                    180,
                    199987.21345569877
                  ],
                  [
                    190,
                    199987.2252528992
                  ],
                  [
                    200,
                    199987.23703907695
                  ],
                  [
                    210,
                    199987.24881420907
                  ],
                  [
                    220,
                    199987.26057836477
                  ],
                  [
                    230,
                    199987.27233149752
                  ],
                  [
                    240,
                    199987.28407365127
                  ],
                  [
                    250,
                    199987.29580483696
                  ],
                  [
                    260,
                    199987.30752504728
                  ],
                  [
                    270,
                    199987.31923431528
                  ],
                  [
                    280,
                    199987.3309326423
                  ],
                  [
                    290,
                    199987.34262003013
                  ],
                  [
                    300,
                    199987.35429648453
                  ],
                  [
                    310,
                    199987.36596204844
                  ],
                  [
                    320,
                    199987.37761669632
                  ],
                  [
                    330,
                    199987.38926044755
                  ],
                  [
                    340,
                    199987.4008933284
                  ],
                  [
                    350,
                    199987.41251533257
                  ],
                  [
                    360,
                    199987.4241264597
                  ],
                  [
                    370,
                    199987.43572674773
                  ],
                  [
                    380,
                    199987.44731618548
                  ],
                  [
                    390,
                    199987.45889480217
                  ],
                  [
                    400,
                    199987.47046259415
                  ],
                  [
                    410,
                    199987.48201957784
                  ],
                  [
                    420,
                    199987.49356575072
                  ],
                  [
                    430,
                    199987.505101136
                  ],
                  [
                    440,
                    199987.51662574353
                  ],
                  [
                    450,
                    199987.52813957952
                  ],
                  [
                    460,
                    199987.53964266452
                  ],
                  [
                    470,
                    199987.55113499484
                  ],
                  [
                    480,
                    199987.56261657935
                  ],
                  [
                    490,
                    199987.57408744472
                  ],
                  [
                    500,
                    199987.58554758897
                  ],
                  [
                    510,
                    199987.5969970259
                  ],
                  [
                    520,
                    199987.6084357611
                  ],
                  [
                    530,
                    199987.61986380984
                  ],
                  [
                    540,
                    199987.63128026863
                  ],
                  [
                    550,
                    199987.64268648977
                  ],
                  [
                    560,
                    199987.65408196463
                  ],
                  [
                    570,
                    199987.6654668669
                  ],
                  [
                    580,
                    199987.67684105868
                  ],
                  [
                    590,
                    199987.68820468197
                  ]
                ]
              },
              {
                "name": "Hsp90-eNOS-CaM-Ca4",
                "points": [
                  [
                    0,
                    1.037
                  ],
                  [
                    10,
                    1.0362509243279376
                  ],
                  [
                    20,
                    1.0352293080592467
                  ],
                  [
                    30,
                    1.0342232579199748
                  ],
                  [
                    40,
                    1.0332206205005303
                  ],
                  [
                    50,
                    1.032219328214734
                  ],
                  [
                    60,
                    1.0312190489530204
                  ],
                  [
                    70,
                    1.0302197389091328
                  ],
                  [
                    80,
                    1.0292213914236907
                  ],
                  [
                    90,
                    1.0282240051070155
                  ],
                  [
                    100,
                    1.0272275788975018
                  ],
                  [
                    110,
                    1.0262321118300026
                  ],
                  [
                    120,
                    1.0252376030208654
                  ],
                  [
                    130,
                    1.0242440510512425
                  ],
                  [
                    140,
                    1.0232514560470607
                  ],
                  [
                    150,
                    1.0222598161790015
                  ],
                  [
                    160,
                    1.0212691311259965
                  ],
                  [
                    170,
                    1.02027939656464
                  ],
                  [
                    180,
                    1.0192906167790523
                  ],
                  [
                    190,
                    1.018302786504553
                  ],
                  [
                    200,
                    1.017315905519438
                  ],
                  [
                    210,
                    1.0163299757620845
                  ],
                  [
                    220,
                    1.015344991303312
                  ],
                  [
                    230,
                    1.0143609561160378
                  ],
                  [
                    240,
                    1.0133778664203985
                  ],
                  [
                    250,
                    1.0123957212916956
                  ],
                  [
                    260,
                    1.0114145213265056
                  ],
                  [
                    270,
                    1.0104342636967552
                  ],
                  [
                    280,
                    1.0094549482899435
                  ],
                  [
                    290,
                    1.0084765749218536
                  ],
                  [
                    300,
                    1.007499143084452
                  ],
                  [
                    310,
                    1.0065226491062107
                  ],
                  [
                    320,
                    1.005547095175984
                  ],
                  [
                    330,
                    1.0045724795891702
                  ],
                  [
                    340,
                    1.0035988001044256
                  ],
                  [
                    350,
                    1.0026260572612122
                  ],
                  [
                    360,
                    1.0016542510622222
                  ],
                  [
                    370,
                    1.000683378237927
                  ],
                  [
                    380,
                    0.999713439764435
                  ],
                  [
                    390,
                    0.9987444331170136
                  ],
                  [
                    400,
                    0.9977763586016488
                  ],
                  [
                    410,
                    0.996809214806296
                  ],
                  [
                    420,
                    0.9958430019275538
                  ],
                  [
                    430,
                    0.994877717959562
                  ],
                  [
                    440,
                    0.9939133620623334
                  ],
                  [
                    450,
                    0.992949933694477
                  ],
                  [
                    460,
                    0.991987431090392
                  ],
                  [
                    470,
                    0.991025854554136
                  ],
                  [
                    480,
                    0.9900652033040734
                  ],
                  [
                    490,
                    0.9891054750571108
                  ],
                  [
                    500,
                    0.9881466699738408
                  ],
                  [
                    510,
                    0.9871887868669416
                  ],
                  [
                    520,
                    0.9862318252371391
                  ],
                  [
                    530,
                    0.9852757837656176
                  ],
                  [
                    540,
                    0.9843207393225436
                  ],
                  [
                    550,
                    0.9833665758657018
                  ],
                  [
                    560,
                    0.9824133378833124
                  ],
                  [
                    570,
                    0.9814610101662228
                  ],
                  [
                    580,
                    0.9805096047280653
                  ],
                  [
                    590,
                    0.9795591091856634
                  ]
                ]
              },
              {
                "name": "Hsp90-p-eNOS-CaM-Ca4",
                "points": [
                  [
                    0,
                    0.0089
                  ],
                  [
                    10,
                    0.008853555657664254
                  ],
                  [
                    20,
                    0.008850685718753545
                  ],
                  [
                    30,
                    0.00884711269451656
                  ],
                  [
                    40,
                    0.008843436074058957
                  ],
                  [
                    50,
                    0.008839744396378246
                  ],
                  [
                    60,
                    0.008836051020235436
                  ],
                  [
                    70,
                    0.008832357640455266
                  ],
                  [
                    80,
                    0.008828664469094865
                  ],
                  [
                    90,
                    0.008824971537405187
                  ],
                  [
                    100,
                    0.008821278849325305
                  ],
                  [
                    110,
                    0.008817586405690692
                  ],
                  [
                    120,
                    0.008813894207100428
                  ],
                  [
                    130,
                    0.008810202252310655
                  ],
                  [
                    140,
                    0.008806510544894753
                  ],
                  [
                    150,
                    0.008802819082590839
                  ],
                  [
                    160,
                    0.008799127867394268
                  ],
                  [
                    170,
                    0.008795436888843112
                  ],
                  [
                    180,
                    0.008791746162665887
                  ],
                  [
                    190,
                    0.0087880556773103
                  ],
                  [
                    200,
                    0.008784365433595375
                  ],
                  [
                    210,
                    0.008780675441130386
                  ],
                  [
                    220,
                    0.00877698568561926
                  ],
                  [
                    230,
                    0.008773296180714762
                  ],
                  [
                    240,
                    0.008769606919805434
                  ],
                  [
                    250,
                    0.008765917901947513
                  ],
                  [
                    260,
                    0.008762229132169591
                  ],
                  [
                    270,
                    0.008758540605479813
                  ],
                  [
                    280,
                    0.008754852323806808
                  ],
                  [
                    290,
                    0.00875116429013332
                  ],
                  [
                    300,
                    0.00874747650630702
                  ],
                  [
                    310,
                    0.00874378896467042
                  ],
                  [
                    320,
                    0.008740101673005837
                  ],
                  [
                    330,
                    0.008736414631304505
                  ],
                  [
                    340,
                    0.008732727835693965
                  ],
                  [
                    350,
                    0.008729041289526503
                  ],
                  [
                    360,
                    0.008725354996935986
                  ],
                  [
                    370,
                    0.008721668952215097
                  ],
                  [
                    380,
                    0.008717983159219077
                  ],
                  [
                    390,
                    0.008714297615048543
                  ],
                  [
                    400,
                    0.008710612322254918
                  ],
                  [
                    410,
                    0.008706927280644275
                  ],
                  [
                    420,
                    0.008703242493378567
                  ],
                  [
                    430,
                    0.008699557958448779
                  ],
                  [
                    440,
                    0.00869587367547815
                  ],
                  [
                    450,
                    0.008692189645881343
                  ],
                  [
                    460,
                    0.008688505867704994
                  ],
                  [
                    470,
                    0.00868482234414281
                  ],
                  [
                    480,
                    0.008681139076838748
                  ],
                  [
                    490,
                    0.008677456062114012
                  ],
                  [
                    500,
                    0.008673773302334759
                  ],
                  [
                    510,
                    0.008670090797782823
                  ],
                  [
                    520,
                    0.008666408549749014
                  ],
                  [
                    530,
                    0.008662726557614091
                  ],
                  [
                    540,
                    0.008659045025317912
                  ],
                  [
                    550,
                    0.008655363725438514
                  ],
                  [
                    560,
                    0.008651682671234739
                  ],
                  [
                    570,
                    0.008648001882828039
                  ],
                  [
                    580,
                    0.008644321346681473
                  ],
                  [
                    590,
                    0.008640641076721573
                  ]
                ]
              },
              {
                "name": "Hsp90-eNOS-CaM-Ca2",
                "points": [
                  [
                    0,
                    10.98
                  ],
                  [
                    10,
                    10.967164340907226
                  ],
                  [
                    20,
                    10.956343024338508
                  ],
                  [
                    30,
                    10.9456888425539
                  ],
                  [
                    40,
                    10.935071226376277
                  ],
                  [
                    50,
                    10.924467925687438
                  ],
                  [
                    60,
                    10.913875365003964
                  ],
                  [
                    70,
                    10.903293072751165
                  ],
                  [
                    80,
                    10.892720977432328
                  ],
                  [
                    90,
                    10.882159064194528
                  ],
                  [
                    100,
                    10.871607321774476
                  ],
                  [
                    110,
                    10.861065739945948
                  ],
                  [
                    120,
                    10.850534309348117
                  ],
                  [
                    130,
                    10.840013014952095
                  ],
                  [
                    140,
                    10.829501858090014
                  ],
                  [
                    150,
                    10.819000819384758
                  ],
                  [
                    160,
                    10.808509895434778
                  ],
                  [
                    170,
                    10.798029040448956
                  ],
                  [
                    180,
                    10.787558299801622
                  ],
                  [
                    190,
                    10.77709761772812
                  ],
                  [
                    200,
                    10.766646991882382
                  ],
                  [
                    210,
                    10.756206442791628
                  ],
                  [
                    220,
                    10.745775907655336
                  ],
                  [
                    230,
                    10.73535542855336
                  ],
                  [
                    240,
                    10.724944965447056
                  ],
                  [
                    250,
                    10.714544508543508
                  ],
                  [
                    260,
                    10.704154064159518
                  ],
                  [
                    270,
                    10.693773602339713
                  ],
                  [
                    280,
                    10.683403121892558
                  ],
                  [
                    290,
                    10.67304262086454
                  ],
                  [
                    300,
                    10.662692093872469
                  ],
                  [
                    310,
                    10.652351502028475
                  ],
                  [
                    320,
                    10.642020868516513
                  ],
                  [
                    330,
                    10.631700175277873
                  ],
                  [
                    340,
                    10.621389398572695
                  ],
                  [
                    350,
                    10.611088544114866
                  ],
                  [
                    360,
                    10.600797611929544
                  ],
                  [
                    370,
                    10.590516567385254
                  ],
                  [
                    380,
                    10.580245420821536
                  ],
                  [
                    390,
                    10.56998414549473
                  ],
                  [
                    400,
                    10.559732744645808
                  ],
                  [
                    410,
                    10.549491203316522
                  ],
                  [
                    420,
                    10.539259523587877
                  ],
                  [
                    430,
                    10.52903768421232
                  ],
                  [
                    440,
                    10.51882567629302
                  ],
                  [
                    450,
                    10.50862349409446
                  ],
                  [
                    460,
                    10.49843111891473
                  ],
                  [
                    470,
                    10.48824855397357
                  ],
                  [
                    480,
                    10.478075790989369
                  ],
                  [
                    490,
                    10.467912805779418
                  ],
                  [
                    500,
                    10.457759600044742
                  ],
                  [
                    510,
                    10.44761616120738
                  ],
                  [
                    520,
                    10.437482483977938
                  ],
                  [
                    530,
                    10.42735855438642
                  ],
                  [
                    540,
                    10.417245186590456
                  ],
                  [
                    550,
                    10.407141151439454
                  ],
                  [
                    560,
                    10.39704692025815
                  ],
                  [
                    570,
                    10.386962331905986
                  ],
                  [
                    580,
                    10.376887513666231
                  ],
                  [
                    590,
                    10.366822334341077
                  ]
                ]
              },
              {
                "name": "Hsp90-p-eNOS-CaM-Ca2",
                "points": [
                  [
                    0,
                    0.106
                  ],
                  [
                    10,
                    0.10581497795426448
                  ],
                  [
                    20,
                    0.1057822142332412
                  ],
                  [
                    30,
                    0.10574077321835024
                  ],
                  [
                    40,
                    0.10569805150126974
                  ],
                  [
                    50,
                    0.10565514221779897
                  ],
                  [
                    60,
                    0.10561221034993884
                  ],
                  [
                    70,
                    0.10556927683134967
                  ],
                  [
                    80,
                    0.10552634428263229
                  ],
                  [
                    90,
                    0.10548341308921662
                  ],
                  [
                    100,
                    0.1054404833002458
                  ],
                  [
                    110,
                    0.105397554926433
                  ],
                  [
                    120,
                    0.10535462797538046
                  ],
                  [
                    130,
                    0.10531170243336878
                  ],
                  [
                    140,
                    0.10526877834211322
                  ],
                  [
                    150,
                    0.1052258556763918
                  ],
                  [
                    160,
                    0.1051829344596228
                  ],
                  [
                    170,
                    0.10514001457191348
                  ],
                  [
                    180,
                    0.10509709619424712
                  ],
                  [
                    190,
                    0.10505417919554592
                  ],
                  [
                    200,
                    0.10501126358463136
                  ],
                  [
                    210,
                    0.10496834947297091
                  ],
                  [
                    220,
                    0.10492543669741274
                  ],
                  [
                    230,
                    0.10488252541430372
                  ],
                  [
                    240,
                    0.10483961554962488
                  ],
                  [
                    250,
                    0.10479670709226
                  ],
                  [
                    260,
                    0.10475380010069396
                  ],
                  [
                    270,
                    0.10471089451858416
                  ],
                  [
                    280,
                    0.10466799036812048
                  ],
                  [
                    290,
                    0.10462508768453524
                  ],
                  [
                    300,
                    0.10458218648992589
                  ],
                  [
                    310,
                    0.1045392866972425
                  ],
                  [
                    320,
                    0.10449638839513466
                  ],
                  [
                    330,
                    0.10445349158564246
                  ],
                  [
                    340,
                    0.1044105962248181
                  ],
                  [
                    350,
                    0.10436770235084482
                  ],
                  [
                    360,
                    0.1043248100126138
                  ],
                  [
                    370,
                    0.10428191914602962
                  ],
                  [
                    380,
                    0.10423902979447684
                  ],
                  [
                    390,
                    0.10419614192650116
                  ],
                  [
                    400,
                    0.10415325557104103
                  ],
                  [
                    410,
                    0.10411037072725364
                  ],
                  [
                    420,
                    0.10406748743177067
                  ],
                  [
                    430,
                    0.10402460566290084
                  ],
                  [
                    440,
                    0.1039817254163441
                  ],
                  [
                    450,
                    0.103938846709007
                  ],
                  [
                    460,
                    0.10389596951936576
                  ],
                  [
                    470,
                    0.103853093884211
                  ],
                  [
                    480,
                    0.10381021982378456
                  ],
                  [
                    490,
                    0.1037673472966486
                  ],
                  [
                    500,
                    0.10372447632980925
                  ],
                  [
                    510,
                    0.1036816069277728
                  ],
                  [
                    520,
                    0.103638739105874
                  ],
                  [
                    530,
                    0.1035958728579194
                  ],
                  [
                    540,
                    0.10355301051096916
                  ],
                  [
                    550,
                    0.10351014952581232
                  ],
                  [
                    560,
                    0.10346728997738408
                  ],
                  [
                    570,
                    0.10342443213492336
                  ],
                  [
                    580,
                    0.10338157581368906
                  ],
                  [
                    590,
                    0.1033387212018212
                  ]
                ]
              },
              {
                "name": "Hsp90-p-eNOS",
                "points": [
                  [
                    0,
                    0.643
                  ],
                  [
                    10,
                    0.645106838093677
                  ],
                  [
                    20,
                    0.6451516714553799
                  ],
                  [
                    30,
                    0.6449295880733281
                  ],
                  [
                    40,
                    0.6446676529383186
                  ],
                  [
                    50,
                    0.6443998330337363
                  ],
                  [
                    60,
                    0.6441312779930204
                  ],
                  [
                    70,
                    0.6438626419542093
                  ],
                  [
                    80,
                    0.643594007418894
                  ],
                  [
                    90,
                    0.6433253857753821
                  ],
                  [
                    100,
                    0.643056778600648
                  ],
                  [
                    110,
                    0.6427881861318459
                  ],
                  [
                    120,
                    0.6425196084175708
                  ],
                  [
                    130,
                    0.642251045425928
                  ],
                  [
                    140,
                    0.6419824972888405
                  ],
                  [
                    150,
                    0.6417139640249618
                  ],
                  [
                    160,
                    0.6414454456552222
                  ],
                  [
                    170,
                    0.6411769417966178
                  ],
                  [
                    180,
                    0.6409084528057559
                  ],
                  [
                    190,
                    0.6406399786537251
                  ],
                  [
                    200,
                    0.6403715190437383
                  ],
                  [
                    210,
                    0.6401030744029755
                  ],
                  [
                    220,
                    0.6398346444110709
                  ],
                  [
                    230,
                    0.6395662292368172
                  ],
                  [
                    240,
                    0.6392978289979362
                  ],
                  [
                    250,
                    0.6390294434643525
                  ],
                  [
                    260,
                    0.6387610728269452
                  ],
                  [
                    270,
                    0.6384927170197967
                  ],
                  [
                    280,
                    0.6382243759826458
                  ],
                  [
                    290,
                    0.6379560499025584
                  ],
                  [
                    300,
                    0.6376877389380374
                  ],
                  [
                    310,
                    0.6374194428507249
                  ],
                  [
                    320,
                    0.6371511616932665
                  ],
                  [
                    330,
                    0.6368828957442599
                  ],
                  [
                    340,
                    0.6366146448506764
                  ],
                  [
                    350,
                    0.6363464089944996
                  ],
                  [
                    360,
                    0.6360781884740266
                  ],
                  [
                    370,
                    0.6358099832208719
                  ],
                  [
                    380,
                    0.6355417931534523
                  ],
                  [
                    390,
                    0.6352736183391331
                  ],
                  [
                    400,
                    0.6350054587415743
                  ],
                  [
                    410,
                    0.6347373144710653
                  ],
                  [
                    420,
                    0.6344691856256957
                  ],
                  [
                    430,
                    0.6342010722575193
                  ],
                  [
                    440,
                    0.6339329742681522
                  ],
                  [
                    450,
                    0.6336648917106656
                  ],
                  [
                    460,
                    0.6333968245635222
                  ],
                  [
                    470,
                    0.6331287728737416
                  ],
                  [
                    480,
                    0.6328607368314196
                  ],
                  [
                    490,
                    0.6325927163476874
                  ],
                  [
                    500,
                    0.6323247113808281
                  ],
                  [
                    510,
                    0.6320567220417921
                  ],
                  [
                    520,
                    0.6317887483809069
                  ],
                  [
                    530,
                    0.6315207904276366
                  ],
                  [
                    540,
                    0.6312528571669983
                  ],
                  [
                    550,
                    0.6309849444787995
                  ],
                  [
                    560,
                    0.6307170460499923
                  ],
                  [
                    570,
                    0.6304491639579908
                  ],
                  [
                    580,
                    0.6301812971906294
                  ],
                  [
                    590,
                    0.6299134469028668
                  ]
                ]
              },
              {
                "name": "Hsp90-eNOS",
                "points": [
                  [
                    0,
                    0.083
                  ],
                  [
                    10,
                    0.08331678661763485
                  ],
                  [
                    20,
                    0.08332812459097551
                  ],
                  [
                    30,
                    0.08330119128907357
                  ],
                  [
                    40,
                    0.08326854020162194
                  ],
                  [
                    50,
                    0.08323504365476912
                  ],
                  [
                    60,
                    0.08320144048043229
                  ],
                  [
                    70,
                    0.08316782453801007
                  ],
                  [
                    80,
                    0.08313420766873478
                  ],
                  [
                    90,
                    0.08310059150405527
                  ],
                  [
                    100,
                    0.08306697627055133
                  ],
                  [
                    110,
                    0.08303336200192207
                  ],
                  [
                    120,
                    0.0829997487045223
                  ],
                  [
                    130,
                    0.08296613637550705
                  ],
                  [
                    140,
                    0.08293252502893686
                  ],
                  [
                    150,
                    0.0828989146706614
                  ],
                  [
                    160,
                    0.08286530530109351
                  ],
                  [
                    170,
                    0.08283169687958059
                  ],
                  [
                    180,
                    0.0827980894358783
                  ],
                  [
                    190,
                    0.08276448298151659
                  ],
                  [
                    200,
                    0.08273087747317436
                  ],
                  [
                    210,
                    0.08269727295887257
                  ],
                  [
                    220,
                    0.08266366941216108
                  ],
                  [
                    230,
                    0.08263006683901977
                  ],
                  [
                    240,
                    0.08259646526499158
                  ],
                  [
                    250,
                    0.08256286465880652
                  ],
                  [
                    260,
                    0.08252926504090019
                  ],
                  [
                    270,
                    0.08249566640860534
                  ],
                  [
                    280,
                    0.08246206875090085
                  ],
                  [
                    290,
                    0.0824284720904942
                  ],
                  [
                    300,
                    0.08239487644785162
                  ],
                  [
                    310,
                    0.08236128179891881
                  ],
                  [
                    320,
                    0.08232768814153307
                  ],
                  [
                    330,
                    0.08229409551491268
                  ],
                  [
                    340,
                    0.08226050390259862
                  ],
                  [
                    350,
                    0.08222691329806621
                  ],
                  [
                    360,
                    0.08219332373819634
                  ],
                  [
                    370,
                    0.08215973522057071
                  ],
                  [
                    380,
                    0.08212614772936343
                  ],
                  [
                    390,
                    0.08209256127718209
                  ],
                  [
                    400,
                    0.08205897585628633
                  ],
                  [
                    410,
                    0.08202539148223148
                  ],
                  [
                    420,
                    0.08199180816536054
                  ],
                  [
                    430,
                    0.08195822591545021
                  ],
                  [
                    440,
                    0.08192464471941056
                  ],
                  [
                    450,
                    0.08189106458287528
                  ],
                  [
                    460,
                    0.08185748550528943
                  ],
                  [
                    470,
                    0.08182390748956196
                  ],
                  [
                    480,
                    0.08179033056043884
                  ],
                  [
                    490,
                    0.08175675471022573
                  ],
                  [
                    500,
                    0.0817231799302576
                  ],
                  [
                    510,
                    0.08168960623566211
                  ],
                  [
                    520,
                    0.08165603363228666
                  ],
                  [
                    530,
                    0.0816224621250912
                  ],
                  [
                    540,
                    0.0815888927195529
                  ],
                  [
                    550,
                    0.08155532514450307
                  ],
                  [
                    560,
                    0.08152175847900014
                  ],
                  [
                    570,
                    0.08148819299119393
                  ],
                  [
                    580,
                    0.08145462854542297
                  ],
                  [
                    590,
                    0.0814210652974692
                  ]
                ]
              }
            ],
            "title": "Koo2013 Shear-Stress Induced NO Production - eNOS activation chain",
            "x_unit": "s"
          },
          "description": "How does eNOS assemble into its active complexes?",
          "render": "timeseries"
        },
        {
          "data": {
            "series": [
              {
                "name": "Nitric oxide",
                "points": [
                  [
                    0,
                    0
                  ],
                  [
                    10,
                    222.3230317043277
                  ],
                  [
                    20,
                    444.4935217496463
                  ],
                  [
                    30,
                    666.4753558662575
                  ],
                  [
                    40,
                    888.264577886003
                  ],
                  [
                    50,
                    1109.8598189340823
                  ],
                  [
                    60,
                    1331.261431241018
                  ],
                  [
                    70,
                    1552.4696129555705
                  ],
                  [
                    80,
                    1773.4846047209674
                  ],
                  [
                    90,
                    1994.306524404174
                  ],
                  [
                    100,
                    2214.9355536904823
                  ],
                  [
                    110,
                    2435.3718724008995
                  ],
                  [
                    120,
                    2655.6156464423875
                  ],
                  [
                    130,
                    2875.66715037557
                  ],
                  [
                    140,
                    3095.5263461749546
                  ],
                  [
                    150,
                    3315.1935904186053
                  ],
                  [
                    160,
                    3534.668936273222
                  ],
                  [
                    170,
                    3753.953246818184
                  ],
                  [
                    180,
                    3973.045644922458
                  ],
                  [
                    190,
                    4191.947178922339
                  ],
                  [
                    200,
                    4410.657885793048
                  ],
                  [
                    210,
                    4629.177359427342
                  ],
                  [
                    220,
                    4847.5067854431845
                  ],
                  [
                    230,
                    5065.645351359845
                  ],
                  [
                    240,
                    5283.593805278777
                  ],
                  [
                    250,
                    5501.352324893729
                  ],
                  [
                    260,
                    5718.920776829273
                  ],
                  [
                    270,
                    5936.2997199261645
                  ],
                  [
                    280,
                    6153.489166477467
                  ],
                  [
                    290,
                    6370.489140270634
                  ],
                  [
                    300,
                    6587.2997305735735
                  ],
                  [
                    310,
                    6803.92166818454
                  ],
                  [
                    320,
                    7020.354500836955
                  ],
                  [
                    330,
                    7236.598557261992
                  ],
                  [
                    340,
                    7452.654279429877
                  ],
                  [
                    350,
                    7668.52154792551
                  ],
                  [
                    360,
                    7884.200347548445
                  ],
                  [
                    370,
                    8099.691326354009
                  ],
                  [
                    380,
                    8314.994277741947
                  ],
                  [
                    390,
                    8530.109698269333
                  ],
                  [
                    400,
                    8745.037515716635
                  ],
                  [
                    410,
                    8959.778002088688
                  ],
                  [
                    420,
                    9174.331105548285
                  ],
                  [
                    430,
                    9388.69721842566
                  ],
                  [
                    440,
                    9602.876500071225
                  ],
                  [
                    450,
                    9816.869047873388
                  ],
                  [
                    460,
                    10030.67520674959
                  ],
                  [
                    470,
                    10244.294903844726
                  ],
                  [
                    480,
                    10457.728283292585
                  ],
                  [
                    490,
                    10670.975795146724
                  ],
                  [
                    500,
                    10884.037396534197
                  ],
                  [
                    510,
                    11096.91331434868
                  ],
                  [
                    520,
                    11309.60363755986
                  ],
                  [
                    530,
                    11522.10862056998
                  ],
                  [
                    540,
                    11734.412653873274
                  ],
                  [
                    550,
                    11946.539155230274
                  ],
                  [
                    560,
                    12158.479230559658
                  ],
                  [
                    570,
                    12370.235904798405
                  ],
                  [
                    580,
                    12581.806762682305
                  ],
                  [
                    590,
                    12793.19427086443
                  ]
                ]
              }
            ],
            "title": "Koo2013 Shear-Stress Induced NO Production - Nitric oxide production",
            "x_unit": "s"
          },
          "description": "How quickly does nitric oxide accumulate?",
          "render": "timeseries"
        },
        {
          "data": {
            "categories": [
              "Nitric oxide",
              "eNOS-Cav-1",
              "Calmodulin",
              "Hsp90",
              "Hsp90-eNOS-CaM-Ca2",
              "eNOS-CaM-Ca2",
              "Hsp90-eNOS-CaM-Ca4",
              "Calmodulin Ca2 complex"
            ],
            "title": "Koo2013 Shear-Stress Induced NO Production - largest excursions during the run",
            "values": [
              12793.19427086443,
              1.904131945455411,
              0.7573419215577815,
              0.6882046819664538,
              0.6131776656589238,
              0.11664288614832465,
              0.057440890814336565,
              0.03466563932403233
            ]
          },
          "description": "Which observables shifted the most during the run?",
          "render": "bar"
        },
        {
          "data": {
            "columns": [
              "Question",
              "Answer"
            ],
            "rows": [
              [
                "What did this run track?",
                "16 observables in Koo2013 Shear-Stress Induced NO Production"
              ],
              [
                "How long did it run?",
                "590 s"
              ],
              [
                "Which observable changed the most?",
                "Nitric oxide"
              ],
              [
                "Largest peak?",
                "Hsp90"
              ]
            ],
            "title": "What Happened"
          },
          "description": "What did this simulation actually show, in plain language?",
          "render": "table"
        }
      ]
    }
  ]
}