BiosimulantBiosimulant
Docs
Search labs...
Sign inGet Started

Chen2006 Endothelial No Release Lab

About lab

Chen2006 Endothelial No Release Lab

This lab asks: Does the endothelial pathway produce nitric oxide?

The lab is composed of three sub-models: a scenario driver, a core SBML simulator solved by Tellurium, and a dedicated viz presenter that turns the raw simulation state into annotated timeseries, ranked response bars, and a plain-language "What Happened" summary. The split keeps the upstream SBML wrapper clean while making the oxygen challenge and interpretation layer explicit.

The core model is Chen2006, Nitric Oxide Release from Endothelial Cells, BioModels BIOMD0000000676, described in the article "Theoretical analysis of biochemical pathways of nitric oxide release from vascular endothelial cells." The bundled scenario asks how the pathway responds when oxygen availability is temporarily reduced.

What You'll See

The lab opens as a canvas with three model nodes wired in series: the scenario driver on the left, the core simulator in the middle, and the visualization sub-model on the right. The default scenario runs for 1 s at a 0.01 s communication step. It holds oxygen at 150 during baseline, drops oxygen to 75 from 0.25 s to 0.75 s, then restores oxygen to 150 for recovery.

After running, the viz node emits four visualizations: an event-annotated absolute timeseries, a baseline-relative response timeseries, a signed response bar chart, and a question-and-answer table titled What Happened that answers Does the endothelial pathway produce nitric oxide? in plain language. The viz node also publishes the table as a structured run_summary record that downstream nodes can consume.

Primary variables shown: the core publishes a curated state record for the visualization, and the viz node presents these concepts with user-friendly labels:

  • Arg
  • Ferric endothelial nitric oxide synthase pool
  • Arginine-bound nitric oxide synthase
  • Reduced enzyme pool
  • Reduced arginine-bound enzyme
  • Nitric-oxide-bound nitric oxide synthase
  • Nitric oxide
  • Reduced nitric-oxide-bound enzyme
  • Hydroxyarginine-bound nitric oxide synthase
  • Hydroxyarginine
  • Reduced hydroxyarginine-bound enzyme
  • Oxygen
  • Oxygen-and-arginine-bound nitric oxide synthase
  • Oxygen-and-hydroxyarginine-bound nitric oxide synthase
  • Citrulline

The first results screen shows the absolute SBML-scale trajectories above a baseline-relative view. The absolute plot preserves the native SBML magnitudes: oxygen is the intentionally perturbed signal, while arginine and enzyme pools remain near their configured scales. The baseline-relative plot is the more useful diagnostic for the pathway response because it reveals smaller species changes that are visually compressed on the absolute scale. In this run, nitric oxide, citrulline, and arginine-bound nitric oxide synthase continue rising after the oxygen challenge begins and remain responsive through recovery.

Chen2006 oxygen challenge absolute and relative results

The second results screen ranks final-minus-baseline changes and then summarizes the run in plain language. The response bar chart shows arginine-bound nitric oxide synthase as the strongest signed response (0.07 native SBML units), followed by citrulline and nitric oxide (0.01 each). The What Happened table records the experiment question, the oxygen availability challenge, 99 recorded time points over 1 s, and the interpretation limit: this is a modelled physiological challenge, not a clinical prediction.

Chen2006 oxygen challenge ranked responses and summary

How the Models Connect

The canvas has three steps:

  1. chen2006_endothelial_no_release_scenario: scenario driver. Emits baseline, challenge, and recovery values for L-arginine, oxygen, nitric oxide synthase pool, arginine-binding rate, and oxygen-binding rate, plus event metadata for the visualization.
  2. chen2006_endothelial_no_release_core: SBML simulator. Receives the scenario-controlled inputs plus generic parameter_overrides and initial_conditions, drives roadrunner, and emits state plus species_labels.
  3. chen2006_endothelial_no_release_viz: visualization sub-model. Consumes state, species_labels, and scenario_metadata, accumulates the per-window history, prettifies the labels, renders the four visuals, and emits the structured run_summary output.

How to Read the Visualizations

The absolute timeseries plot has one curve per selected state variable in the SBML model and marks when the challenge and recovery windows begin. Use it to verify the imposed scenario: in the default run, oxygen drops from 150 to 75 during the challenge interval and returns to 150 at recovery. Other variables are plotted in their native SBML scale, so large pools can hide smaller changes.

The baseline-relative plot rescales each curve against the pre-challenge baseline so pathway responses are visible even when their absolute changes are small. The x-axis is simulation time in seconds. The y-axis is percent change from baseline, so use this panel to compare response direction and timing across nitric oxide, citrulline, arginine-bound NOS, oxygen, and the enzyme pools.

The response bar chart ranks final-minus-baseline changes in native SBML units. In the bundled oxygen challenge, arginine-bound nitric oxide synthase responds most strongly, while citrulline and nitric oxide show smaller positive final changes. The "What Happened" table explains the lab question, the applied challenge, the simulated duration, the strongest response, and the interpretation limits.

What This Lab Contains

  • lab.yaml declares the scenario, core, and viz sub-models, runtime, IO, and wiring.
  • wiring-layout.json places the three nodes on the canvas with the connecting edges.
  • models/scenario/model.yaml describes the schedule driver used for baseline, challenge, and recovery values.
  • models/core/model.yaml describes the SBML simulator package.
  • models/core/src/chen2006_nitric_oxide_release_from_endothelial_c_biomd0000000676_model.py is the SBML wrapper (no visualization code).
  • models/core/data/BIOMD0000000676.xml is the original SBML file from BioModels.
  • models/core/tests/ checks instantiation, output accumulation, and output keys.
  • models/viz/model.yaml describes the visualization sub-model.
  • models/viz/src/chen2006_endothelial_no_release_viz.py consumes core state + labels and renders timeseries, Q&A table, and the run_summary record.
  • models/viz/tests/ exercises the viz with synthetic state inputs (no SBML or roadrunner needed).

Inputs

This lab exposes three public world inputs. The oxygen challenge itself is configured inside the scenario node, not as a public input port.

Public inputs

  • integration_step (s, scalar): override the ODE solver step. Smaller is more precise but slower. Default 0.01.
  • parameter_overrides (record, dict of {parameter_id: value}): apply override values to any SBML global parameter listed in the SBML Parameters table below. Applied before each window.
  • initial_conditions (record, dict of {species_id: value}): override the starting concentration of any species in the SBML Species table below. Applied at setup and on reset.

Scenario-controlled values

The scenario node drives these SBML-facing values internally. In the bundled run, oxygen is the only active challenge variable; the other values remain at baseline during the full run.

InputMeaningDefaultUnit
l_arginineL-arginine availability.100dimensionless
oxygenOxygen availability; drops to 75 during the challenge window, then recovers to 150.150dimensionless
nitric_oxide_synthase_poolFerric endothelial nitric oxide synthase pool.0.015dimensionless
arg_binding_rateArginine binding-rate control.0.1dimensionless
oxygen_binding_rateOxygen binding-rate control.1.89dimensionless

Outputs

  • scenario_metadata (from scenario): scenario name, active challenge input, baseline/challenge/recovery timing, and event markers used by the visualizations.
  • state (from core): a record of every species and state variable in the SBML model at each communication step. Units are mixed; see the SBML file for per-species units.
  • run_summary (from viz): structured Q&A record echoing the rows in the "What Happened" table — {duration_s, point_count, state_variable_count, rows}. Useful for downstream nodes that want to consume the same plain-language summary the user sees in the visualization.

Running in Biosimulant Desktop

Import the lab source folder directly:

biosimulant labs import labs/chen2006-endothelial-no-release

Then open the imported lab and press Run. The results should include the state-variable timeseries and the What Happened Q&A table.

Notes

  • The bundled run uses a baseline plus challenge scenario so the first visualization shows a physiological perturbation without changing the upstream SBML equations.
  • Default run length is 1 s with a 0.01 s communication step. These are conservative defaults chosen by category (single-cell electrophysiology vs whole-system circulation vs slow regulatory loop). Tune them in lab.yaml.
  • Requires tellurium==2.2.11.2. The first import compiles the SBML to LLVM in-process.
  • License: CC0 (from upstream BioModels entry biomodels_ebi:BIOMD0000000676).
  • This wrapper does not modify the upstream biology. To change rates, initial conditions, or kinetic laws, edit the SBML file in models/core/data/BIOMD0000000676.xml directly.

Advanced SBML Identifiers

SBML Parameters

Full list of global parameter IDs, for use with parameter_overrides. Defaults come from the upstream SBML.

Parameter IDNameDefault Value
k1k10.1
k1_primek1_prime0.1
k4k41.89
k4_primek4_prime11.4
SS0
k2k20.91
k14k1453.9
k13k130.033
k8k80.1
k8_primek8_prime0.1
k3k30.91
k9k911.4
k9_primek9_prime1.89
k5k52.58
k5_primek5_prime98
k6k612.6
k7k70.91
k10k103.33
k10_primek10_prime89.9
k11k1129.4
k12k120.91

SBML Species

Full list of species IDs, for use with initial_conditions.

Species IDNameInitial Value
ArgArg100
Fe3__enosFe3+(enos)0.015
Fe3__ArgFe3+_Arg0
Fe2Fe2+0
Fe2__ArgFe2+_Arg0
Fe3__NOFe3+_NO0
NONO0
Fe2__NOFe2+_NO0
Fe3__NOHAFe3+_NOHA0
NOHANOHA0
Fe2__NOHAFe2+_NOHA0
O2O2150
Fe3__O2__ArgFe3+_O2-_Arg0
Fe3__O2__NOHAFe3+_O2-_NOHA0
CitrullineCitrulline0

Two-model lab for Chen2006 Endothelial No Release: a core SBML simulator wired into a dedicated visualization sub-model that turns the raw state into friendly timeseries and a plain-language summary. Chen2006 - Nitric Oxide Release fromEndothelial Cells This model is described in the article: Theoretical analysis of biochemical pathways of nitric oxide release from vascular endothelial cells. It can be used to explore cardiac dynamics and compare response patterns across conditions.

Runtime

Duration1
Comms Step0.01

Runs

Total8
Completed3
Failed5

Metadata

Packagechen2006-endothelial-no-release-lab
Created2026-05-05
Updated2026-05-14
cardiovascularscenariostimulussbmlbiomodels_ebifaithfulvisualization

Manifest

{
  "io": {
    "inputs": [
      {
        "name": "integration_step",
        "maps_to": "chen2006_endothelial_no_release_core.integration_step"
      },
      {
        "name": "parameter_overrides",
        "maps_to": "chen2006_endothelial_no_release_core.parameter_overrides"
      },
      {
        "name": "initial_conditions",
        "maps_to": "chen2006_endothelial_no_release_core.initial_conditions"
      }
    ],
    "outputs": [
      {
        "name": "scenario_metadata",
        "maps_to": "chen2006_endothelial_no_release_scenario.scenario_metadata"
      },
      {
        "name": "state",
        "maps_to": "chen2006_endothelial_no_release_core.state"
      },
      {
        "name": "run_summary",
        "maps_to": "chen2006_endothelial_no_release_viz.run_summary"
      }
    ]
  },
  "title": "Chen2006 Endothelial No Release Lab",
  "models": [
    {
      "path": "owned/models/chen2006_endothelial_no_release_scenario",
      "alias": "chen2006_endothelial_no_release_scenario",
      "parameters": {
        "schedule": {
          "oxygen": {
            "unit": "dimensionless",
            "label": "oxygen",
            "active": true,
            "baseline": 150,
            "recovery": 150,
            "challenge": 75,
            "description": "Scenario-controlled oxygen value."
          },
          "l_arginine": {
            "unit": "dimensionless",
            "label": "l arginine",
            "active": false,
            "baseline": 100,
            "recovery": 100,
            "challenge": 100,
            "description": "Scenario-controlled l arginine value."
          },
          "arg_binding_rate": {
            "unit": "dimensionless",
            "label": "arg binding rate",
            "active": false,
            "baseline": 0.1,
            "recovery": 0.1,
            "challenge": 0.1,
            "description": "Scenario-controlled arg binding rate value."
          },
          "oxygen_binding_rate": {
            "unit": "dimensionless",
            "label": "oxygen binding rate",
            "active": false,
            "baseline": 1.89,
            "recovery": 1.89,
            "challenge": 1.89,
            "description": "Scenario-controlled oxygen binding rate value."
          },
          "nitric_oxide_synthase_pool": {
            "unit": "dimensionless",
            "label": "nitric oxide synthase pool",
            "active": false,
            "baseline": 0.015,
            "recovery": 0.015,
            "challenge": 0.015,
            "description": "Scenario-controlled nitric oxide synthase pool value."
          }
        },
        "scenario_name": "Oxygen availability challenge",
        "baseline_until": 0.25,
        "challenge_until": 0.75,
        "scenario_description": "Baseline is followed by a oxygen challenge and recovery period."
      },
      "provenance": {
        "owned_path": "owned/models/chen2006_endothelial_no_release_scenario"
      }
    },
    {
      "path": "owned/models/chen2006_endothelial_no_release_core",
      "alias": "chen2006_endothelial_no_release_core",
      "parameters": {
        "model_path": "data/BIOMD0000000676.xml",
        "integration_step": 0.01
      },
      "provenance": {
        "owned_path": "owned/models/chen2006_endothelial_no_release_core"
      }
    },
    {
      "path": "owned/models/chen2006_endothelial_no_release_viz",
      "alias": "chen2006_endothelial_no_release_viz",
      "parameters": {
        "lab_title": "Chen2006 Endothelial No Release",
        "lab_question": "Does the endothelial pathway produce nitric oxide?",
        "integration_step": 0.01
      },
      "provenance": {
        "owned_path": "owned/models/chen2006_endothelial_no_release_viz"
      }
    }
  ],
  "wiring": [
    {
      "to": [
        "chen2006_endothelial_no_release_core.l_arginine"
      ],
      "from": "chen2006_endothelial_no_release_scenario.l_arginine"
    },
    {
      "to": [
        "chen2006_endothelial_no_release_core.oxygen"
      ],
      "from": "chen2006_endothelial_no_release_scenario.oxygen"
    },
    {
      "to": [
        "chen2006_endothelial_no_release_core.nitric_oxide_synthase_pool"
      ],
      "from": "chen2006_endothelial_no_release_scenario.nitric_oxide_synthase_pool"
    },
    {
      "to": [
        "chen2006_endothelial_no_release_core.arg_binding_rate"
      ],
      "from": "chen2006_endothelial_no_release_scenario.arg_binding_rate"
    },
    {
      "to": [
        "chen2006_endothelial_no_release_core.oxygen_binding_rate"
      ],
      "from": "chen2006_endothelial_no_release_scenario.oxygen_binding_rate"
    },
    {
      "to": [
        "chen2006_endothelial_no_release_viz.scenario_metadata"
      ],
      "from": "chen2006_endothelial_no_release_scenario.scenario_metadata"
    },
    {
      "to": [
        "chen2006_endothelial_no_release_viz.state"
      ],
      "from": "chen2006_endothelial_no_release_core.state"
    },
    {
      "to": [
        "chen2006_endothelial_no_release_viz.species_labels"
      ],
      "from": "chen2006_endothelial_no_release_core.species_labels"
    }
  ],
  "runtime": {
    "duration": 1,
    "initial_inputs": {
      "chen2006_endothelial_no_release_core": {
        "integration_step": 0.01,
        "initial_conditions": {
          "payload": {}
        },
        "parameter_overrides": {
          "payload": {}
        }
      }
    },
    "communication_step": 0.01
  },
  "description": "Two-model lab for Chen2006 Endothelial No Release: a core SBML simulator wired into a dedicated visualization sub-model that turns the raw state into friendly timeseries and a plain-language summary. Chen2006 - Nitric Oxide Release fromEndothelial Cells This model is described in the article: Theoretical analysis of biochemical pathways of nitric oxide release from vascular endothelial cells. It can be used to explore cardiac dynamics and compare response patterns across conditions.",
  "schema_version": "2.0"
}

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

Logs

No logs yet.

JSON
{
  "communication_step": 0.01,
  "dependency_installs": [
    {
      "alias": "chen2006_endothelial_no_release_core",
      "status": "reused"
    }
  ],
  "dependency_policy_enabled": true,
  "duration": 1,
  "lab_commit": null,
  "model_resolutions": [
    {
      "alias": "chen2006_endothelial_no_release_scenario",
      "commit_sha": null,
      "model_id": "/Volumes/dem-ssd/imp/projects/Nitoons/Biosimulant/models/models-cardiovascular/labs/chen2006-endothelial-no-release/models/scenario",
      "repo_full_name": null
    },
    {
      "alias": "chen2006_endothelial_no_release_core",
      "commit_sha": null,
      "model_id": "/Volumes/dem-ssd/imp/projects/Nitoons/Biosimulant/models/models-cardiovascular/labs/chen2006-endothelial-no-release/models/core",
      "repo_full_name": null
    },
    {
      "alias": "chen2006_endothelial_no_release_viz",
      "commit_sha": null,
      "model_id": "/Volumes/dem-ssd/imp/projects/Nitoons/Biosimulant/models/models-cardiovascular/labs/chen2006-endothelial-no-release/models/viz",
      "repo_full_name": null
    }
  ],
  "module_ports": {
    "chen2006_endothelial_no_release_core": {
      "inputs": [
        "arg_binding_rate",
        "initial_conditions",
        "integration_step",
        "l_arginine",
        "nitric_oxide_synthase_pool",
        "oxygen",
        "oxygen_binding_rate",
        "parameter_overrides"
      ],
      "outputs": [
        "species_labels",
        "state"
      ]
    },
    "chen2006_endothelial_no_release_scenario": {
      "inputs": [],
      "outputs": [
        "arg_binding_rate",
        "l_arginine",
        "nitric_oxide_synthase_pool",
        "oxygen",
        "oxygen_binding_rate",
        "scenario_metadata"
      ]
    },
    "chen2006_endothelial_no_release_viz": {
      "inputs": [
        "scenario_metadata",
        "species_labels",
        "state"
      ],
      "outputs": [
        "run_summary"
      ]
    }
  },
  "modules": [
    "chen2006_endothelial_no_release_scenario",
    "chen2006_endothelial_no_release_core",
    "chen2006_endothelial_no_release_viz"
  ],
  "outputs": {
    "chen2006_endothelial_no_release_core": {
      "species_labels": {
        "emitted_at": 1,
        "name": "species_labels",
        "source": "chen2006_endothelial_no_release_core",
        "spec": {
          "accepted_profiles": null,
          "description": "Static map of SBML species id to human-friendly label.",
          "dtype": null,
          "emitted_unit": null,
          "interpolation": "zoh",
          "kind": "state",
          "max_age": null,
          "schema": {
            "payload": "json"
          },
          "shape": null,
          "signal_type": "record",
          "stale_policy": "warn"
        },
        "type": "record",
        "value": {
          "payload": {
            "Arg": "Arg",
            "Citrulline": "Citrulline",
            "Fe2": "Fe2+",
            "Fe2__Arg": "Fe2+_Arg",
            "Fe2__NO": "Fe2+_NO",
            "Fe2__NOHA": "Fe2+_NOHA",
            "Fe3__Arg": "Fe3+_Arg",
            "Fe3__NO": "Fe3+_NO",
            "Fe3__NOHA": "Fe3+_NOHA",
            "Fe3__O2__Arg": "Fe3+_O2-_Arg",
            "Fe3__O2__NOHA": "Fe3+_O2-_NOHA",
            "Fe3__enos": "Fe3+(enos)",
            "NO": "NO",
            "NOHA": "NOHA",
            "O2": "O2"
          }
        }
      },
      "state": {
        "emitted_at": 1,
        "name": "state",
        "source": "chen2006_endothelial_no_release_core",
        "spec": {
          "accepted_profiles": null,
          "description": "Species concentrations and SBML state variables (mixed units, see SBML file).",
          "dtype": null,
          "emitted_unit": null,
          "interpolation": "zoh",
          "kind": "state",
          "max_age": null,
          "schema": {
            "payload": "json"
          },
          "shape": null,
          "signal_type": "record",
          "stale_policy": "warn"
        },
        "type": "record",
        "value": {
          "payload": {
            "Arg": 100,
            "Citrulline": 0.010198928835021385,
            "Fe3__Arg": 0.09004700015878561,
            "Fe3__NO": 0.0005288741934220948,
            "Fe3__enos": 0.013841594686710108,
            "NO": 0.009509504564535688,
            "O2": 150
          }
        }
      }
    },
    "chen2006_endothelial_no_release_scenario": {
      "arg_binding_rate": {
        "emitted_at": 1,
        "name": "arg_binding_rate",
        "source": "chen2006_endothelial_no_release_scenario",
        "spec": {
          "accepted_profiles": null,
          "description": "Scenario-controlled arg binding rate value.",
          "dtype": "float64",
          "emitted_unit": "dimensionless",
          "interpolation": "zoh",
          "kind": "state",
          "max_age": null,
          "schema": null,
          "shape": null,
          "signal_type": "scalar",
          "stale_policy": "warn"
        },
        "type": "scalar",
        "value": 0.1
      },
      "l_arginine": {
        "emitted_at": 1,
        "name": "l_arginine",
        "source": "chen2006_endothelial_no_release_scenario",
        "spec": {
          "accepted_profiles": null,
          "description": "Scenario-controlled l arginine value.",
          "dtype": "float64",
          "emitted_unit": "dimensionless",
          "interpolation": "zoh",
          "kind": "state",
          "max_age": null,
          "schema": null,
          "shape": null,
          "signal_type": "scalar",
          "stale_policy": "warn"
        },
        "type": "scalar",
        "value": 100
      },
      "nitric_oxide_synthase_pool": {
        "emitted_at": 1,
        "name": "nitric_oxide_synthase_pool",
        "source": "chen2006_endothelial_no_release_scenario",
        "spec": {
          "accepted_profiles": null,
          "description": "Scenario-controlled nitric oxide synthase pool value.",
          "dtype": "float64",
          "emitted_unit": "dimensionless",
          "interpolation": "zoh",
          "kind": "state",
          "max_age": null,
          "schema": null,
          "shape": null,
          "signal_type": "scalar",
          "stale_policy": "warn"
        },
        "type": "scalar",
        "value": 0.015
      },
      "oxygen": {
        "emitted_at": 1,
        "name": "oxygen",
        "source": "chen2006_endothelial_no_release_scenario",
        "spec": {
          "accepted_profiles": null,
          "description": "Scenario-controlled oxygen value.",
          "dtype": "float64",
          "emitted_unit": "dimensionless",
          "interpolation": "zoh",
          "kind": "state",
          "max_age": null,
          "schema": null,
          "shape": null,
          "signal_type": "scalar",
          "stale_policy": "warn"
        },
        "type": "scalar",
        "value": 150
      },
      "oxygen_binding_rate": {
        "emitted_at": 1,
        "name": "oxygen_binding_rate",
        "source": "chen2006_endothelial_no_release_scenario",
        "spec": {
          "accepted_profiles": null,
          "description": "Scenario-controlled oxygen binding rate value.",
          "dtype": "float64",
          "emitted_unit": "dimensionless",
          "interpolation": "zoh",
          "kind": "state",
          "max_age": null,
          "schema": null,
          "shape": null,
          "signal_type": "scalar",
          "stale_policy": "warn"
        },
        "type": "scalar",
        "value": 1.89
      },
      "scenario_metadata": {
        "emitted_at": 1,
        "name": "scenario_metadata",
        "source": "chen2006_endothelial_no_release_scenario",
        "spec": {
          "accepted_profiles": null,
          "description": "Plain-language scenario name, timing, active input, and event markers.",
          "dtype": null,
          "emitted_unit": null,
          "interpolation": "zoh",
          "kind": "state",
          "max_age": null,
          "schema": {
            "payload": "json"
          },
          "shape": null,
          "signal_type": "record",
          "stale_policy": "warn"
        },
        "type": "record",
        "value": {
          "payload": {
            "active_label": "oxygen",
            "active_port": "oxygen",
            "baseline_until": 0.25,
            "baseline_value": 150,
            "challenge_until": 0.75,
            "challenge_value": 75,
            "events": [
              {
                "label": "Challenge starts",
                "time": 0.25
              },
              {
                "label": "Recovery starts",
                "time": 0.75
              }
            ],
            "phase": "recovery",
            "recovery_value": 150,
            "scenario_description": "Baseline is followed by a oxygen challenge and recovery period.",
            "scenario_name": "Oxygen availability challenge",
            "unit": "dimensionless"
          }
        }
      }
    },
    "chen2006_endothelial_no_release_viz": {
      "run_summary": {
        "emitted_at": 1,
        "name": "run_summary",
        "source": "chen2006_endothelial_no_release_viz",
        "spec": {
          "accepted_profiles": null,
          "description": "Structured Q&A record echoing the rows in the 'What Happened' table.",
          "dtype": null,
          "emitted_unit": null,
          "interpolation": "zoh",
          "kind": "state",
          "max_age": null,
          "schema": {
            "payload": "json"
          },
          "shape": null,
          "signal_type": "record",
          "stale_policy": "warn"
        },
        "type": "record",
        "value": {
          "payload": {
            "duration_s": 1,
            "point_count": 99,
            "response_metrics": [
              {
                "baseline": 0.01639047586771081,
                "delta": 0.07312242587435111,
                "direction": "increased",
                "final": 0.08951290174206192,
                "id": "Fe3__Arg",
                "label": "Arginine-bound nitric oxide synthase",
                "peak": 0.08951290174206192,
                "percent_change": 446.12753445677606
              },
              {
                "baseline": 0.00003316300622496897,
                "delta": 0.009869713610101477,
                "direction": "increased",
                "final": 0.009902876616326446,
                "id": "Citrulline",
                "label": "Citrulline",
                "peak": 0.009902876616326446,
                "percent_change": 29761.21508149164
              },
              {
                "baseline": 0.00002398106300444923,
                "delta": 0.009202751254973716,
                "direction": "increased",
                "final": 0.009226732317978166,
                "id": "NO",
                "label": "Nitric oxide",
                "peak": 0.009226732317978166,
                "percent_change": 38375.07642286883
              },
              {
                "baseline": 0.000008777068130834239,
                "delta": 0.0005115912300437794,
                "direction": "increased",
                "final": 0.0005203682981746137,
                "id": "Fe3__NO",
                "label": "Nitric-oxide-bound nitric oxide synthase",
                "peak": 0.0005203682981746137,
                "percent_change": 5828.725747798814
              },
              {
                "baseline": 0.013469762923696024,
                "delta": 0.00036639046228331,
                "direction": "increased",
                "final": 0.013836153385979334,
                "id": "Fe3__enos",
                "label": "Ferric endothelial nitric oxide synthase pool",
                "peak": 0.013836153385979334,
                "percent_change": 2.720095849933301
              },
              {
                "baseline": 100,
                "delta": 0,
                "direction": "stayed near baseline",
                "final": 100,
                "id": "Arg",
                "label": "Arg",
                "peak": 100,
                "percent_change": 0
              },
              {
                "baseline": 150,
                "delta": 0,
                "direction": "stayed near baseline",
                "final": 150,
                "id": "O2",
                "label": "Oxygen",
                "peak": 75,
                "percent_change": 0
              }
            ],
            "rows": [
              [
                "What question did this run answer?",
                "Does the endothelial pathway produce nitric oxide?"
              ],
              [
                "What challenge was applied?",
                "Oxygen availability challenge: oxygen changed from 150.0 to 75.0 dimensionless."
              ],
              [
                "How much simulated time was evaluated?",
                "1 s across 99 recorded time points"
              ],
              [
                "Which variable responded most?",
                "Arginine-bound nitric oxide synthase increased by 0.0731 (446% from baseline)."
              ],
              [
                "How should this be interpreted?",
                "Treat this as a modelled physiological challenge, not a clinical prediction; inspect the absolute and baseline-relative plots together."
              ]
            ],
            "scenario": {
              "active_label": "oxygen",
              "active_port": "oxygen",
              "baseline_until": 0.25,
              "baseline_value": 150,
              "challenge_until": 0.75,
              "challenge_value": 75,
              "events": [
                {
                  "label": "Challenge starts",
                  "time": 0.25
                },
                {
                  "label": "Recovery starts",
                  "time": 0.75
                }
              ],
              "phase": "recovery",
              "recovery_value": 150,
              "scenario_description": "Baseline is followed by a oxygen challenge and recovery period.",
              "scenario_name": "Oxygen availability challenge",
              "unit": "dimensionless"
            },
            "state_variable_count": 7
          }
        }
      }
    }
  },
  "state": {
    "chen2006_endothelial_no_release_core": {},
    "chen2006_endothelial_no_release_scenario": {},
    "chen2006_endothelial_no_release_viz": {}
  },
  "visuals": [
    {
      "module": "chen2006_endothelial_no_release_viz",
      "module_class": "Chen2006NitricOxideReleaseFromEndothelialCBiomd0000000676ModelViz",
      "visuals": [
        {
          "data": {
            "events": [
              {
                "label": "Challenge starts",
                "time": 0.25
              },
              {
                "label": "Recovery starts",
                "time": 0.75
              }
            ],
            "reference_lines": [
              {
                "axis": "y",
                "label": "zero",
                "value": 0
              }
            ],
            "series": [
              {
                "name": "Nitric oxide",
                "points": [
                  [
                    0.02,
                    6.25902413777994e-12
                  ],
                  [
                    0.03,
                    5.75603193709347e-10
                  ],
                  [
                    0.04,
                    6.462987665877989e-9
                  ],
                  [
                    0.05,
                    3.2308677574395085e-8
                  ],
                  [
                    0.060000000000000005,
                    1.058502203419716e-7
                  ],
                  [
                    0.07,
                    2.6824286401187316e-7
                  ],
                  [
                    0.08,
                    5.727720070755696e-7
                  ],
                  [
                    0.09,
                    0.000001082931218699835
                  ],
                  [
                    0.1,
                    0.0000018703969320552249
                  ],
                  [
                    0.11,
                    0.000003013159450729795
                  ],
                  [
                    0.11999999999999998,
                    0.000004593907625581211
                  ],
                  [
                    0.12999999999999998,
                    0.000006698677411213848
                  ],
                  [
                    0.14,
                    0.000009415757947264202
                  ],
                  [
                    0.15,
                    0.000012834816904449226
                  ],
                  [
                    0.16,
                    0.00001704621023674946
                  ],
                  [
                    0.17,
                    0.000022140442460435273
                  ],
                  [
                    0.18000000000000002,
                    0.000028207747773021857
                  ],
                  [
                    0.19000000000000003,
                    0.00003533776709471177
                  ],
                  [
                    0.20000000000000004,
                    0.0000436193006643304
                  ],
                  [
                    0.21000000000000005,
                    0.00005314011982705456
                  ],
                  [
                    0.22000000000000008,
                    0.00006398682502626487
                  ],
                  [
                    0.2300000000000001,
                    0.00007624473977035989
                  ],
                  [
                    0.24000000000000007,
                    0.00008999783256671355
                  ],
                  [
                    0.25000000000000006,
                    0.00010532866057825895
                  ],
                  [
                    0.26000000000000006,
                    0.00012231833014514137
                  ],
                  [
                    0.2700000000000001,
                    0.00014052317864399075
                  ],
                  [
                    0.2800000000000001,
                    0.00015930268088780035
                  ],
                  [
                    0.2900000000000001,
                    0.00017914908203165353
                  ],
                  [
                    0.3000000000000001,
                    0.00020042178261280017
                  ],
                  [
                    0.3100000000000001,
                    0.00022331871721243855
                  ],
                  [
                    0.3200000000000001,
                    0.00024795184126360695
                  ],
                  [
                    0.3300000000000001,
                    0.0002743910685818846
                  ],
                  [
                    0.34000000000000014,
                    0.00030268788653834127
                  ],
                  [
                    0.35000000000000014,
                    0.0003328874987681931
                  ],
                  [
                    0.36000000000000015,
                    0.0003650346867463769
                  ],
                  [
                    0.37000000000000016,
                    0.000399176296846788
                  ],
                  [
                    0.38000000000000017,
                    0.0004353619805405728
                  ],
                  [
                    0.3900000000000002,
                    0.0004736440839842164
                  ],
                  [
                    0.4000000000000002,
                    0.000514077170093679
                  ],
                  [
                    0.4100000000000002,
                    0.000556717425021458
                  ],
                  [
                    0.4200000000000002,
                    0.0006016220732268123
                  ],
                  [
                    0.4300000000000002,
                    0.0006488488561930373
                  ],
                  [
                    0.4400000000000002,
                    0.0006984555935230214
                  ],
                  [
                    0.45000000000000023,
                    0.0007504998270122247
                  ],
                  [
                    0.46000000000000024,
                    0.0008050385400567632
                  ],
                  [
                    0.47000000000000025,
                    0.0008621279417437021
                  ],
                  [
                    0.48000000000000026,
                    0.00092182330460303
                  ],
                  [
                    0.4900000000000002,
                    0.0009841788458600027
                  ],
                  [
                    0.5000000000000002,
                    0.0010492476433663302
                  ],
                  [
                    0.5100000000000002,
                    0.001117081576437145
                  ],
                  [
                    0.5200000000000002,
                    0.0011877312976132145
                  ],
                  [
                    0.5300000000000002,
                    0.0012612462059803156
                  ],
                  [
                    0.5400000000000003,
                    0.0013376744429792603
                  ],
                  [
                    0.5500000000000003,
                    0.0014170628950675903
                  ],
                  [
                    0.5600000000000003,
                    0.0014994572033589077
                  ],
                  [
                    0.5700000000000003,
                    0.0015849017824103068
                  ],
                  [
                    0.5800000000000003,
                    0.0016734398265291863
                  ],
                  [
                    0.5900000000000003,
                    0.0017651133421533029
                  ],
                  [
                    0.6000000000000003,
                    0.0018599631684758009
                  ],
                  [
                    0.6100000000000003,
                    0.0019580289991662087
                  ],
                  [
                    0.6200000000000003,
                    0.0020593494072601616
                  ],
                  [
                    0.6300000000000003,
                    0.0021639618707769647
                  ],
                  [
                    0.6400000000000003,
                    0.002271902793510122
                  ],
                  [
                    0.6500000000000004,
                    0.0023832075324798333
                  ],
                  [
                    0.6600000000000004,
                    0.0024979104203788818
                  ],
                  [
                    0.6700000000000004,
                    0.002616044788593301
                  ],
                  [
                    0.6800000000000004,
                    0.002737642989684639
                  ],
                  [
                    0.6900000000000004,
                    0.0028627364207207233
                  ],
                  [
                    0.7000000000000004,
                    0.002991355540027156
                  ],
                  [
                    0.7100000000000004,
                    0.0031235298920537858
                  ],
                  [
                    0.7200000000000004,
                    0.0032592881258286708
                  ],
                  [
                    0.7300000000000004,
                    0.003398658014188073
                  ],
                  [
                    0.7400000000000004,
                    0.0035416664724119765
                  ],
                  [
                    0.7500000000000004,
                    0.0036883395762612064
                  ],
                  [
                    0.7600000000000005,
                    0.0038387025794380334
                  ],
                  [
                    0.7700000000000005,
                    0.003998021933160684
                  ],
                  [
                    0.7800000000000005,
                    0.004170813999244274
                  ],
                  [
                    0.7900000000000005,
                    0.004352277344398159
                  ],
                  [
                    0.8000000000000005,
                    0.004539729016545009
                  ],
                  [
                    0.8100000000000005,
                    0.0047319161819091024
                  ],
                  [
                    0.8200000000000005,
                    0.004928334400053614
                  ],
                  [
                    0.8300000000000005,
                    0.005128852257015511
                  ],
                  [
                    0.8400000000000005,
                    0.005333508839901113
                  ],
                  [
                    0.8500000000000005,
                    0.005542408075796864
                  ],
                  [
                    0.8600000000000005,
                    0.0057556662387985525
                  ],
                  [
                    0.8700000000000006,
                    0.00597338808983003
                  ],
                  [
                    0.8800000000000006,
                    0.006195658040637901
                  ],
                  [
                    0.8900000000000006,
                    0.00642253874211522
                  ],
                  [
                    0.9000000000000006,
                    0.006654073068243258
                  ],
                  [
                    0.9100000000000006,
                    0.006890287358514246
                  ],
                  [
                    0.9200000000000006,
                    0.00713119485504823
                  ],
                  [
                    0.9300000000000006,
                    0.007376798849473488
                  ],
                  [
                    0.9400000000000006,
                    0.007627095352751113
                  ],
                  [
                    0.9500000000000006,
                    0.007882075261823397
                  ],
                  [
                    0.9600000000000006,
                    0.008141726059223774
                  ],
                  [
                    0.9700000000000006,
                    0.008406033111728911
                  ],
                  [
                    0.9800000000000006,
                    0.008674980640286835
                  ],
                  [
                    0.9900000000000008,
                    0.00894855242717106
                  ],
                  [
                    1,
                    0.009226732317978166
                  ]
                ]
              },
              {
                "name": "Citrulline",
                "points": [
                  [
                    0.02,
                    8.587067311613956e-11
                  ],
                  [
                    0.03,
                    3.883851842163994e-9
                  ],
                  [
                    0.04,
                    2.9549639621675018e-8
                  ],
                  [
                    0.05,
                    1.1435221263970077e-7
                  ],
                  [
                    0.060000000000000005,
                    3.1178959065393676e-7
                  ],
                  [
                    0.07,
                    6.87726146395781e-7
                  ],
                  [
                    0.08,
                    0.0000013171591378802186
                  ],
                  [
                    0.09,
                    0.0000022816945019449173
                  ],
                  [
                    0.1,
                    0.0000036675994806313462
                  ],
                  [
                    0.11,
                    0.000005564310987472872
                  ],
                  [
                    0.11999999999999998,
                    0.000008063294005183406
                  ],
                  [
                    0.12999999999999998,
                    0.000011257159544080196
                  ],
                  [
                    0.14,
                    0.000015238993759401936
                  ],
                  [
                    0.15,
                    0.00002010184391114584
                  ],
                  [
                    0.16,
                    0.000025938326083156423
                  ],
                  [
                    0.17,
                    0.00003284032662919836
                  ],
                  [
                    0.18000000000000002,
                    0.00004089877582931546
                  ],
                  [
                    0.19000000000000003,
                    0.00005020347721582223
                  ],
                  [
                    0.20000000000000004,
                    0.0000608429798478626
                  ],
                  [
                    0.21000000000000005,
                    0.00007290448374640064
                  ],
                  [
                    0.22000000000000008,
                    0.000086473770957146
                  ],
                  [
                    0.2300000000000001,
                    0.00010163515643118456
                  ],
                  [
                    0.24000000000000007,
                    0.00011847145425354572
                  ],
                  [
                    0.25000000000000006,
                    0.00013706395576605626
                  ],
                  [
                    0.26000000000000006,
                    0.00015749241691779867
                  ],
                  [
                    0.2700000000000001,
                    0.0001770753331269235
                  ],
                  [
                    0.2800000000000001,
                    0.00019767827199536036
                  ],
                  [
                    0.2900000000000001,
                    0.00022023711153604076
                  ],
                  [
                    0.3000000000000001,
                    0.00024473481140649514
                  ],
                  [
                    0.3100000000000001,
                    0.0002711537622484253
                  ],
                  [
                    0.3200000000000001,
                    0.000299497173844281
                  ],
                  [
                    0.3300000000000001,
                    0.0003297846892918685
                  ],
                  [
                    0.34000000000000014,
                    0.00036204830033441425
                  ],
                  [
                    0.35000000000000014,
                    0.0003963291447409923
                  ],
                  [
                    0.36000000000000015,
                    0.0004326750174373471
                  ],
                  [
                    0.37000000000000016,
                    0.000471138441924553
                  ],
                  [
                    0.38000000000000017,
                    0.0005117751795759203
                  ],
                  [
                    0.3900000000000002,
                    0.0005546430807795563
                  ],
                  [
                    0.4000000000000002,
                    0.0005998012027145716
                  ],
                  [
                    0.4100000000000002,
                    0.0006473091349313986
                  ],
                  [
                    0.4200000000000002,
                    0.0006972264867036011
                  ],
                  [
                    0.4300000000000002,
                    0.0007496125001603337
                  ],
                  [
                    0.4400000000000002,
                    0.0008045257610675751
                  ],
                  [
                    0.45000000000000023,
                    0.0008620239852810382
                  ],
                  [
                    0.46000000000000024,
                    0.000922163863711084
                  ],
                  [
                    0.47000000000000025,
                    0.0009850009524105957
                  ],
                  [
                    0.48000000000000026,
                    0.0010505895973476815
                  ],
                  [
                    0.4900000000000002,
                    0.0011189828857328052
                  ],
                  [
                    0.5000000000000002,
                    0.0011902326175748236
                  ],
                  [
                    0.5100000000000002,
                    0.0012643892902405966
                  ],
                  [
                    0.5200000000000002,
                    0.0013415021039489162
                  ],
                  [
                    0.5300000000000002,
                    0.0014216189614324223
                  ],
                  [
                    0.5400000000000003,
                    0.0015047864836055663
                  ],
                  [
                    0.5500000000000003,
                    0.0015910500272623392
                  ],
                  [
                    0.5600000000000003,
                    0.001680453705965175
                  ],
                  [
                    0.5700000000000003,
                    0.0017730404169814214
                  ],
                  [
                    0.5800000000000003,
                    0.001868851853961797
                  ],
                  [
                    0.5900000000000003,
                    0.0019679285430991658
                  ],
                  [
                    0.6000000000000003,
                    0.0020703098667111215
                  ],
                  [
                    0.6100000000000003,
                    0.0021760340869346364
                  ],
                  [
                    0.6200000000000003,
                    0.0022851383716124517
                  ],
                  [
                    0.6300000000000003,
                    0.002397658820276339
                  ],
                  [
                    0.6400000000000003,
                    0.002513630485096258
                  ],
                  [
                    0.6500000000000004,
                    0.002633087397878167
                  ],
                  [
                    0.6600000000000004,
                    0.0027560625920655967
                  ],
                  [
                    0.6700000000000004,
                    0.002882588125127756
                  ],
                  [
                    0.6800000000000004,
                    0.0030126951002771895
                  ],
                  [
                    0.6900000000000004,
                    0.003146413688915599
                  ],
                  [
                    0.7000000000000004,
                    0.0032837731467230246
                  ],
                  [
                    0.7100000000000004,
                    0.0034248018374298693
                  ],
                  [
                    0.7200000000000004,
                    0.003569527250499013
                  ],
                  [
                    0.7300000000000004,
                    0.0037179760195542705
                  ],
                  [
                    0.7400000000000004,
                    0.003870173940199933
                  ],
                  [
                    0.7500000000000004,
                    0.004026145987268644
                  ],
                  [
                    0.7600000000000005,
                    0.004185916331530574
                  ],
                  [
                    0.7700000000000005,
                    0.004375336930275154
                  ],
                  [
                    0.7800000000000005,
                    0.004570994625244307
                  ],
                  [
                    0.7900000000000005,
                    0.0047685329782168485
                  ],
                  [
                    0.8000000000000005,
                    0.004968784566066936
                  ],
                  [
                    0.8100000000000005,
                    0.005172374549381157
                  ],
                  [
                    0.8200000000000005,
                    0.005379760610982113
                  ],
                  [
                    0.8300000000000005,
                    0.005591274020580566
                  ],
                  [
                    0.8400000000000005,
                    0.0058071511859547065
                  ],
                  [
                    0.8500000000000005,
                    0.006027557599117655
                  ],
                  [
                    0.8600000000000005,
                    0.006252606019734757
                  ],
                  [
                    0.8700000000000006,
                    0.006482370236157171
                  ],
                  [
                    0.8800000000000006,
                    0.00671689549452897
                  ],
                  [
                    0.8900000000000006,
                    0.006956206338708014
                  ],
                  [
                    0.9000000000000006,
                    0.007200312504714906
                  ],
                  [
                    0.9100000000000006,
                    0.007449213329083505
                  ],
                  [
                    0.9200000000000006,
                    0.007702901028412696
                  ],
                  [
                    0.9300000000000006,
                    0.007961363122803891
                  ],
                  [
                    0.9400000000000006,
                    0.00822458421122038
                  ],
                  [
                    0.9500000000000006,
                    0.008492547260752957
                  ],
                  [
                    0.9600000000000006,
                    0.00876523452491117
                  ],
                  [
                    0.9700000000000006,
                    0.009042628188851178
                  ],
                  [
                    0.9800000000000006,
                    0.009324710809077735
                  ],
                  [
                    0.9900000000000008,
                    0.009611465601197466
                  ],
                  [
                    1,
                    0.009902876616326446
                  ]
                ]
              },
              {
                "name": "Arg",
                "points": [
                  [
                    0.02,
                    100
                  ],
                  [
                    0.03,
                    100
                  ],
                  [
                    0.04,
                    100
                  ],
                  [
                    0.05,
                    100
                  ],
                  [
                    0.060000000000000005,
                    100
                  ],
                  [
                    0.07,
                    100
                  ],
                  [
                    0.08,
                    100
                  ],
                  [
                    0.09,
                    100
                  ],
                  [
                    0.1,
                    100
                  ],
                  [
                    0.11,
                    100
                  ],
                  [
                    0.11999999999999998,
                    100
                  ],
                  [
                    0.12999999999999998,
                    100
                  ],
                  [
                    0.14,
                    100
                  ],
                  [
                    0.15,
                    100
                  ],
                  [
                    0.16,
                    100
                  ],
                  [
                    0.17,
                    100
                  ],
                  [
                    0.18000000000000002,
                    100
                  ],
                  [
                    0.19000000000000003,
                    100
                  ],
                  [
                    0.20000000000000004,
                    100
                  ],
                  [
                    0.21000000000000005,
                    100
                  ],
                  [
                    0.22000000000000008,
                    100
                  ],
                  [
                    0.2300000000000001,
                    100
                  ],
                  [
                    0.24000000000000007,
                    100
                  ],
                  [
                    0.25000000000000006,
                    100
                  ],
                  [
                    0.26000000000000006,
                    100
                  ],
                  [
                    0.2700000000000001,
                    100
                  ],
                  [
                    0.2800000000000001,
                    100
                  ],
                  [
                    0.2900000000000001,
                    100
                  ],
                  [
                    0.3000000000000001,
                    100
                  ],
                  [
                    0.3100000000000001,
                    100
                  ],
                  [
                    0.3200000000000001,
                    100
                  ],
                  [
                    0.3300000000000001,
                    100
                  ],
                  [
                    0.34000000000000014,
                    100
                  ],
                  [
                    0.35000000000000014,
                    100
                  ],
                  [
                    0.36000000000000015,
                    100
                  ],
                  [
                    0.37000000000000016,
                    100
                  ],
                  [
                    0.38000000000000017,
                    100
                  ],
                  [
                    0.3900000000000002,
                    100
                  ],
                  [
                    0.4000000000000002,
                    100
                  ],
                  [
                    0.4100000000000002,
                    100
                  ],
                  [
                    0.4200000000000002,
                    100
                  ],
                  [
                    0.4300000000000002,
                    100
                  ],
                  [
                    0.4400000000000002,
                    100
                  ],
                  [
                    0.45000000000000023,
                    100
                  ],
                  [
                    0.46000000000000024,
                    100
                  ],
                  [
                    0.47000000000000025,
                    100
                  ],
                  [
                    0.48000000000000026,
                    100
                  ],
                  [
                    0.4900000000000002,
                    100
                  ],
                  [
                    0.5000000000000002,
                    100
                  ],
                  [
                    0.5100000000000002,
                    100
                  ],
                  [
                    0.5200000000000002,
                    100
                  ],
                  [
                    0.5300000000000002,
                    100
                  ],
                  [
                    0.5400000000000003,
                    100
                  ],
                  [
                    0.5500000000000003,
                    100
                  ],
                  [
                    0.5600000000000003,
                    100
                  ],
                  [
                    0.5700000000000003,
                    100
                  ],
                  [
                    0.5800000000000003,
                    100
                  ],
                  [
                    0.5900000000000003,
                    100
                  ],
                  [
                    0.6000000000000003,
                    100
                  ],
                  [
                    0.6100000000000003,
                    100
                  ],
                  [
                    0.6200000000000003,
                    100
                  ],
                  [
                    0.6300000000000003,
                    100
                  ],
                  [
                    0.6400000000000003,
                    100
                  ],
                  [
                    0.6500000000000004,
                    100
                  ],
                  [
                    0.6600000000000004,
                    100
                  ],
                  [
                    0.6700000000000004,
                    100
                  ],
                  [
                    0.6800000000000004,
                    100
                  ],
                  [
                    0.6900000000000004,
                    100
                  ],
                  [
                    0.7000000000000004,
                    100
                  ],
                  [
                    0.7100000000000004,
                    100
                  ],
                  [
                    0.7200000000000004,
                    100
                  ],
                  [
                    0.7300000000000004,
                    100
                  ],
                  [
                    0.7400000000000004,
                    100
                  ],
                  [
                    0.7500000000000004,
                    100
                  ],
                  [
                    0.7600000000000005,
                    100
                  ],
                  [
                    0.7700000000000005,
                    100
                  ],
                  [
                    0.7800000000000005,
                    100
                  ],
                  [
                    0.7900000000000005,
                    100
                  ],
                  [
                    0.8000000000000005,
                    100
                  ],
                  [
                    0.8100000000000005,
                    100
                  ],
                  [
                    0.8200000000000005,
                    100
                  ],
                  [
                    0.8300000000000005,
                    100
                  ],
                  [
                    0.8400000000000005,
                    100
                  ],
                  [
                    0.8500000000000005,
                    100
                  ],
                  [
                    0.8600000000000005,
                    100
                  ],
                  [
                    0.8700000000000006,
                    100
                  ],
                  [
                    0.8800000000000006,
                    100
                  ],
                  [
                    0.8900000000000006,
                    100
                  ],
                  [
                    0.9000000000000006,
                    100
                  ],
                  [
                    0.9100000000000006,
                    100
                  ],
                  [
                    0.9200000000000006,
                    100
                  ],
                  [
                    0.9300000000000006,
                    100
                  ],
                  [
                    0.9400000000000006,
                    100
                  ],
                  [
                    0.9500000000000006,
                    100
                  ],
                  [
                    0.9600000000000006,
                    100
                  ],
                  [
                    0.9700000000000006,
                    100
                  ],
                  [
                    0.9800000000000006,
                    100
                  ],
                  [
                    0.9900000000000008,
                    100
                  ],
                  [
                    1,
                    100
                  ]
                ]
              },
              {
                "name": "Ferric endothelial nitric oxide synthase pool",
                "points": [
                  [
                    0.02,
                    0.013450306889919552
                  ],
                  [
                    0.03,
                    0.013451645687073011
                  ],
                  [
                    0.04,
                    0.013452986560936178
                  ],
                  [
                    0.05,
                    0.013454340378104772
                  ],
                  [
                    0.060000000000000005,
                    0.013455719788355304
                  ],
                  [
                    0.07,
                    0.013457137300294526
                  ],
                  [
                    0.08,
                    0.01345860463497977
                  ],
                  [
                    0.09,
                    0.0134601310924738
                  ],
                  [
                    0.1,
                    0.01346172475665852
                  ],
                  [
                    0.11,
                    0.013463391597900436
                  ],
                  [
                    0.11999999999999998,
                    0.013465135571985712
                  ],
                  [
                    0.12999999999999998,
                    0.013466960070114914
                  ],
                  [
                    0.14,
                    0.013468867200906743
                  ],
                  [
                    0.15,
                    0.013470858246976494
                  ],
                  [
                    0.16,
                    0.01347293383556076
                  ],
                  [
                    0.17,
                    0.013475094080728608
                  ],
                  [
                    0.18000000000000002,
                    0.013477338697733208
                  ],
                  [
                    0.19000000000000003,
                    0.013479667093793108
                  ],
                  [
                    0.20000000000000004,
                    0.01348207843941601
                  ],
                  [
                    0.21000000000000005,
                    0.013484571725923516
                  ],
                  [
                    0.22000000000000008,
                    0.013487145807563487
                  ],
                  [
                    0.2300000000000001,
                    0.013489799436372189
                  ],
                  [
                    0.24000000000000007,
                    0.013492531288755778
                  ],
                  [
                    0.25000000000000006,
                    0.013495339986178157
                  ],
                  [
                    0.26000000000000006,
                    0.013498224111255437
                  ],
                  [
                    0.2700000000000001,
                    0.013500618065295742
                  ],
                  [
                    0.2800000000000001,
                    0.013502421919608609
                  ],
                  [
                    0.2900000000000001,
                    0.013504687497987543
                  ],
                  [
                    0.3000000000000001,
                    0.013507291075883306
                  ],
                  [
                    0.3100000000000001,
                    0.013510081649518012
                  ],
                  [
                    0.3200000000000001,
                    0.013512977374404768
                  ],
                  [
                    0.3300000000000001,
                    0.013515939839564364
                  ],
                  [
                    0.34000000000000014,
                    0.013518950940074296
                  ],
                  [
                    0.35000000000000014,
                    0.013522004611208926
                  ],
                  [
                    0.36000000000000015,
                    0.01352510031055352
                  ],
                  [
                    0.37000000000000016,
                    0.01352823984174935
                  ],
                  [
                    0.38000000000000017,
                    0.01353142570967692
                  ],
                  [
                    0.3900000000000002,
                    0.013534660321964402
                  ],
                  [
                    0.4000000000000002,
                    0.013537945639246748
                  ],
                  [
                    0.4100000000000002,
                    0.01354128306887422
                  ],
                  [
                    0.4200000000000002,
                    0.013544673472277138
                  ],
                  [
                    0.4300000000000002,
                    0.013548117224815708
                  ],
                  [
                    0.4400000000000002,
                    0.013551614293221824
                  ],
                  [
                    0.45000000000000023,
                    0.01355516431357456
                  ],
                  [
                    0.46000000000000024,
                    0.013558766662039978
                  ],
                  [
                    0.47000000000000025,
                    0.013562420515507904
                  ],
                  [
                    0.48000000000000026,
                    0.013566124902300332
                  ],
                  [
                    0.4900000000000002,
                    0.013569878742496032
                  ],
                  [
                    0.5000000000000002,
                    0.013573680880553435
                  ],
                  [
                    0.5100000000000002,
                    0.013577530928124686
                  ],
                  [
                    0.5200000000000002,
                    0.013581425988552302
                  ],
                  [
                    0.5300000000000002,
                    0.013585365652736762
                  ],
                  [
                    0.5400000000000003,
                    0.013589348666201786
                  ],
                  [
                    0.5500000000000003,
                    0.013593373779835272
                  ],
                  [
                    0.5600000000000003,
                    0.013597439756122348
                  ],
                  [
                    0.5700000000000003,
                    0.013601543829414772
                  ],
                  [
                    0.5800000000000003,
                    0.013605687824646008
                  ],
                  [
                    0.5900000000000003,
                    0.013609869421421013
                  ],
                  [
                    0.6000000000000003,
                    0.013614086809221267
                  ],
                  [
                    0.6100000000000003,
                    0.01361833917001758
                  ],
                  [
                    0.6200000000000003,
                    0.013622625394295524
                  ],
                  [
                    0.6300000000000003,
                    0.01362694382110074
                  ],
                  [
                    0.6400000000000003,
                    0.013631294494204587
                  ],
                  [
                    0.6500000000000004,
                    0.013635675849569524
                  ],
                  [
                    0.6600000000000004,
                    0.013640086875904183
                  ],
                  [
                    0.6700000000000004,
                    0.013644526598513904
                  ],
                  [
                    0.6800000000000004,
                    0.013648994047999343
                  ],
                  [
                    0.6900000000000004,
                    0.013653487420760538
                  ],
                  [
                    0.7000000000000004,
                    0.0136580074238792
                  ],
                  [
                    0.7100000000000004,
                    0.013662552366050008
                  ],
                  [
                    0.7200000000000004,
                    0.013667121365839106
                  ],
                  [
                    0.7300000000000004,
                    0.01367171356224281
                  ],
                  [
                    0.7400000000000004,
                    0.013676328113049904
                  ],
                  [
                    0.7500000000000004,
                    0.013680964194075428
                  ],
                  [
                    0.7600000000000005,
                    0.013685620998561968
                  ],
                  [
                    0.7700000000000005,
                    0.013696434070643158
                  ],
                  [
                    0.7800000000000005,
                    0.013710452024068976
                  ],
                  [
                    0.7900000000000005,
                    0.013719928911031298
                  ],
                  [
                    0.8000000000000005,
                    0.013726865272665575
                  ],
                  [
                    0.8100000000000005,
                    0.013732610940151496
                  ],
                  [
                    0.8200000000000005,
                    0.013737867383375348
                  ],
                  [
                    0.8300000000000005,
                    0.01374298776218904
                  ],
                  [
                    0.8400000000000005,
                    0.01374813325838914
                  ],
                  [
                    0.8500000000000005,
                    0.013753365564631864
                  ],
                  [
                    0.8600000000000005,
                    0.013758696089453248
                  ],
                  [
                    0.8700000000000006,
                    0.013764116217787134
                  ],
                  [
                    0.8800000000000006,
                    0.013769606491737248
                  ],
                  [
                    0.8900000000000006,
                    0.0137751469026608
                  ],
                  [
                    0.9000000000000006,
                    0.01378071926591778
                  ],
                  [
                    0.9100000000000006,
                    0.013786308408543129
                  ],
                  [
                    0.9200000000000006,
                    0.013791902579566704
                  ],
                  [
                    0.9300000000000006,
                    0.013797492295531393
                  ],
                  [
                    0.9400000000000006,
                    0.013803070583802516
                  ],
                  [
                    0.9500000000000006,
                    0.013808634114874208
                  ],
                  [
                    0.9600000000000006,
                    0.013814179308009223
                  ],
                  [
                    0.9700000000000006,
                    0.01381970438328093
                  ],
                  [
                    0.9800000000000006,
                    0.01382520845336974
                  ],
                  [
                    0.9900000000000008,
                    0.013830691277775411
                  ],
                  [
                    1,
                    0.013836153385979334
                  ]
                ]
              },
              {
                "name": "Oxygen",
                "points": [
                  [
                    0.02,
                    150
                  ],
                  [
                    0.03,
                    150
                  ],
                  [
                    0.04,
                    150
                  ],
                  [
                    0.05,
                    150
                  ],
                  [
                    0.060000000000000005,
                    150
                  ],
                  [
                    0.07,
                    150
                  ],
                  [
                    0.08,
                    150
                  ],
                  [
                    0.09,
                    150
                  ],
                  [
                    0.1,
                    150
                  ],
                  [
                    0.11,
                    150
                  ],
                  [
                    0.11999999999999998,
                    150
                  ],
                  [
                    0.12999999999999998,
                    150
                  ],
                  [
                    0.14,
                    150
                  ],
                  [
                    0.15,
                    150
                  ],
                  [
                    0.16,
                    150
                  ],
                  [
                    0.17,
                    150
                  ],
                  [
                    0.18000000000000002,
                    150
                  ],
                  [
                    0.19000000000000003,
                    150
                  ],
                  [
                    0.20000000000000004,
                    150
                  ],
                  [
                    0.21000000000000005,
                    150
                  ],
                  [
                    0.22000000000000008,
                    150
                  ],
                  [
                    0.2300000000000001,
                    150
                  ],
                  [
                    0.24000000000000007,
                    150
                  ],
                  [
                    0.25000000000000006,
                    150
                  ],
                  [
                    0.26000000000000006,
                    150
                  ],
                  [
                    0.2700000000000001,
                    75
                  ],
                  [
                    0.2800000000000001,
                    75
                  ],
                  [
                    0.2900000000000001,
                    75
                  ],
                  [
                    0.3000000000000001,
                    75
                  ],
                  [
                    0.3100000000000001,
                    75
                  ],
                  [
                    0.3200000000000001,
                    75
                  ],
                  [
                    0.3300000000000001,
                    75
                  ],
                  [
                    0.34000000000000014,
                    75
                  ],
                  [
                    0.35000000000000014,
                    75
                  ],
                  [
                    0.36000000000000015,
                    75
                  ],
                  [
                    0.37000000000000016,
                    75
                  ],
                  [
                    0.38000000000000017,
                    75
                  ],
                  [
                    0.3900000000000002,
                    75
                  ],
                  [
                    0.4000000000000002,
                    75
                  ],
                  [
                    0.4100000000000002,
                    75
                  ],
                  [
                    0.4200000000000002,
                    75
                  ],
                  [
                    0.4300000000000002,
                    75
                  ],
                  [
                    0.4400000000000002,
                    75
                  ],
                  [
                    0.45000000000000023,
                    75
                  ],
                  [
                    0.46000000000000024,
                    75
                  ],
                  [
                    0.47000000000000025,
                    75
                  ],
                  [
                    0.48000000000000026,
                    75
                  ],
                  [
                    0.4900000000000002,
                    75
                  ],
                  [
                    0.5000000000000002,
                    75
                  ],
                  [
                    0.5100000000000002,
                    75
                  ],
                  [
                    0.5200000000000002,
                    75
                  ],
                  [
                    0.5300000000000002,
                    75
                  ],
                  [
                    0.5400000000000003,
                    75
                  ],
                  [
                    0.5500000000000003,
                    75
                  ],
                  [
                    0.5600000000000003,
                    75
                  ],
                  [
                    0.5700000000000003,
                    75
                  ],
                  [
                    0.5800000000000003,
                    75
                  ],
                  [
                    0.5900000000000003,
                    75
                  ],
                  [
                    0.6000000000000003,
                    75
                  ],
                  [
                    0.6100000000000003,
                    75
                  ],
                  [
                    0.6200000000000003,
                    75
                  ],
                  [
                    0.6300000000000003,
                    75
                  ],
                  [
                    0.6400000000000003,
                    75
                  ],
                  [
                    0.6500000000000004,
                    75
                  ],
                  [
                    0.6600000000000004,
                    75
                  ],
                  [
                    0.6700000000000004,
                    75
                  ],
                  [
                    0.6800000000000004,
                    75
                  ],
                  [
                    0.6900000000000004,
                    75
                  ],
                  [
                    0.7000000000000004,
                    75
                  ],
                  [
                    0.7100000000000004,
                    75
                  ],
                  [
                    0.7200000000000004,
                    75
                  ],
                  [
                    0.7300000000000004,
                    75
                  ],
                  [
                    0.7400000000000004,
                    75
                  ],
                  [
                    0.7500000000000004,
                    75
                  ],
                  [
                    0.7600000000000005,
                    75
                  ],
                  [
                    0.7700000000000005,
                    150
                  ],
                  [
                    0.7800000000000005,
                    150
                  ],
                  [
                    0.7900000000000005,
                    150
                  ],
                  [
                    0.8000000000000005,
                    150
                  ],
                  [
                    0.8100000000000005,
                    150
                  ],
                  [
                    0.8200000000000005,
                    150
                  ],
                  [
                    0.8300000000000005,
                    150
                  ],
                  [
                    0.8400000000000005,
                    150
                  ],
                  [
                    0.8500000000000005,
                    150
                  ],
                  [
                    0.8600000000000005,
                    150
                  ],
                  [
                    0.8700000000000006,
                    150
                  ],
                  [
                    0.8800000000000006,
                    150
                  ],
                  [
                    0.8900000000000006,
                    150
                  ],
                  [
                    0.9000000000000006,
                    150
                  ],
                  [
                    0.9100000000000006,
                    150
                  ],
                  [
                    0.9200000000000006,
                    150
                  ],
                  [
                    0.9300000000000006,
                    150
                  ],
                  [
                    0.9400000000000006,
                    150
                  ],
                  [
                    0.9500000000000006,
                    150
                  ],
                  [
                    0.9600000000000006,
                    150
                  ],
                  [
                    0.9700000000000006,
                    150
                  ],
                  [
                    0.9800000000000006,
                    150
                  ],
                  [
                    0.9900000000000008,
                    150
                  ],
                  [
                    1,
                    150
                  ]
                ]
              },
              {
                "name": "Arginine-bound nitric oxide synthase",
                "points": [
                  [
                    0.02,
                    0.001413812730320756
                  ],
                  [
                    0.03,
                    0.0028134857601095193
                  ],
                  [
                    0.04,
                    0.004199161157062492
                  ],
                  [
                    0.05,
                    0.005570980093535572
                  ],
                  [
                    0.060000000000000005,
                    0.006929082927334817
                  ],
                  [
                    0.07,
                    0.008273609454840887
                  ],
                  [
                    0.08,
                    0.009604698398825526
                  ],
                  [
                    0.09,
                    0.010922487922143032
                  ],
                  [
                    0.1,
                    0.012227114837712664
                  ],
                  [
                    0.11,
                    0.013518714876237991
                  ],
                  [
                    0.11999999999999998,
                    0.014797423106299246
                  ],
                  [
                    0.12999999999999998,
                    0.01606337315966715
                  ],
                  [
                    0.14,
                    0.01731669743853286
                  ],
                  [
                    0.15,
                    0.01855752708180295
                  ],
                  [
                    0.16,
                    0.019785991944223764
                  ],
                  [
                    0.17,
                    0.02100222058308275
                  ],
                  [
                    0.18000000000000002,
                    0.022206340250836815
                  ],
                  [
                    0.19000000000000003,
                    0.023398476892463344
                  ],
                  [
                    0.20000000000000004,
                    0.024578755146735
                  ],
                  [
                    0.21000000000000005,
                    0.02574729834894088
                  ],
                  [
                    0.22000000000000008,
                    0.026904228537547734
                  ],
                  [
                    0.2300000000000001,
                    0.028049666461864627
                  ],
                  [
                    0.24000000000000007,
                    0.029183731591019276
                  ],
                  [
                    0.25000000000000006,
                    0.03030654212391986
                  ],
                  [
                    0.26000000000000006,
                    0.03141821499995514
                  ],
                  [
                    0.2700000000000001,
                    0.03251885011165096
                  ],
                  [
                    0.2800000000000001,
                    0.033608512477185
                  ],
                  [
                    0.2900000000000001,
                    0.03468733478933321
                  ],
                  [
                    0.3000000000000001,
                    0.035755445658696795
                  ],
                  [
                    0.3100000000000001,
                    0.03681296312824702
                  ],
                  [
                    0.3200000000000001,
                    0.037860000239212314
                  ],
                  [
                    0.3300000000000001,
                    0.03889666529622942
                  ],
                  [
                    0.34000000000000014,
                    0.03992306509019495
                  ],
                  [
                    0.35000000000000014,
                    0.04093930496127872
                  ],
                  [
                    0.36000000000000015,
                    0.0419454891323327
                  ],
                  [
                    0.37000000000000016,
                    0.0429417208591176
                  ],
                  [
                    0.38000000000000017,
                    0.043928102485917414
                  ],
                  [
                    0.3900000000000002,
                    0.04490473545232602
                  ],
                  [
                    0.4000000000000002,
                    0.04587172028334224
                  ],
                  [
                    0.4100000000000002,
                    0.04682915657008901
                  ],
                  [
                    0.4200000000000002,
                    0.047777142951143235
                  ],
                  [
                    0.4300000000000002,
                    0.04871577709681446
                  ],
                  [
                    0.4400000000000002,
                    0.049645155697449726
                  ],
                  [
                    0.45000000000000023,
                    0.05056537445585062
                  ],
                  [
                    0.46000000000000024,
                    0.05147652808345698
                  ],
                  [
                    0.47000000000000025,
                    0.05237871029982002
                  ],
                  [
                    0.48000000000000026,
                    0.053272013834347265
                  ],
                  [
                    0.4900000000000002,
                    0.05415653043061311
                  ],
                  [
                    0.5000000000000002,
                    0.05503235085217657
                  ],
                  [
                    0.5100000000000002,
                    0.05589956407318277
                  ],
                  [
                    0.5200000000000002,
                    0.05675825976953766
                  ],
                  [
                    0.5300000000000002,
                    0.05760852581221797
                  ],
                  [
                    0.5400000000000003,
                    0.05845044912537538
                  ],
                  [
                    0.5500000000000003,
                    0.05928411569588374
                  ],
                  [
                    0.5600000000000003,
                    0.060109610583295815
                  ],
                  [
                    0.5700000000000003,
                    0.0609270194717235
                  ],
                  [
                    0.5800000000000003,
                    0.061736424102514904
                  ],
                  [
                    0.5900000000000003,
                    0.06253790647253454
                  ],
                  [
                    0.6000000000000003,
                    0.06333154834821199
                  ],
                  [
                    0.6100000000000003,
                    0.06411743030291689
                  ],
                  [
                    0.6200000000000003,
                    0.06489563204542548
                  ],
                  [
                    0.6300000000000003,
                    0.06566623300465689
                  ],
                  [
                    0.6400000000000003,
                    0.06642931065803047
                  ],
                  [
                    0.6500000000000004,
                    0.06718494217933768
                  ],
                  [
                    0.6600000000000004,
                    0.06793320391573893
                  ],
                  [
                    0.6700000000000004,
                    0.06867417138373479
                  ],
                  [
                    0.6800000000000004,
                    0.06940791929580635
                  ],
                  [
                    0.6900000000000004,
                    0.07013452242307926
                  ],
                  [
                    0.7000000000000004,
                    0.07085405311457252
                  ],
                  [
                    0.7100000000000004,
                    0.07156658373259778
                  ],
                  [
                    0.7200000000000004,
                    0.07227218586685848
                  ],
                  [
                    0.7300000000000004,
                    0.0729709303419136
                  ],
                  [
                    0.7400000000000004,
                    0.07366288722560443
                  ],
                  [
                    0.7500000000000004,
                    0.07434812583753679
                  ],
                  [
                    0.7600000000000005,
                    0.0750267147574701
                  ],
                  [
                    0.7700000000000005,
                    0.07569892906612849
                  ],
                  [
                    0.7800000000000005,
                    0.07636513967839832
                  ],
                  [
                    0.7900000000000005,
                    0.07702516671712335
                  ],
                  [
                    0.8000000000000005,
                    0.07767892888533837
                  ],
                  [
                    0.8100000000000005,
                    0.0783264180482491
                  ],
                  [
                    0.8200000000000005,
                    0.0789676695290981
                  ],
                  [
                    0.8300000000000005,
                    0.07960273704665624
                  ],
                  [
                    0.8400000000000005,
                    0.08023168314454644
                  ],
                  [
                    0.8500000000000005,
                    0.08085457347436147
                  ],
                  [
                    0.8600000000000005,
                    0.08147147476273767
                  ],
                  [
                    0.8700000000000006,
                    0.08208245102412226
                  ],
                  [
                    0.8800000000000006,
                    0.0826875655372713
                  ],
                  [
                    0.8900000000000006,
                    0.0832868799237574
                  ],
                  [
                    0.9000000000000006,
                    0.08388045423989782
                  ],
                  [
                    0.9100000000000006,
                    0.08446834714036082
                  ],
                  [
                    0.9200000000000006,
                    0.08505061583291045
                  ],
                  [
                    0.9300000000000006,
                    0.08562731690171331
                  ],
                  [
                    0.9400000000000006,
                    0.08619850641539398
                  ],
                  [
                    0.9500000000000006,
                    0.0867642384169793
                  ],
                  [
                    0.9600000000000006,
                    0.08732456684082196
                  ],
                  [
                    0.9700000000000006,
                    0.08787954498049605
                  ],
                  [
                    0.9800000000000006,
                    0.08842922554236635
                  ],
                  [
                    0.9900000000000008,
                    0.08897366068613144
                  ],
                  [
                    1,
                    0.08951290174206192
                  ]
                ]
              },
              {
                "name": "Nitric-oxide-bound nitric oxide synthase",
                "points": [
                  [
                    0.02,
                    7.950597714225347e-11
                  ],
                  [
                    0.03,
                    3.2985306724569515e-9
                  ],
                  [
                    0.04,
                    2.2977536579619855e-8
                  ],
                  [
                    0.05,
                    8.149806388547822e-8
                  ],
                  [
                    0.060000000000000005,
                    2.04152288669828e-7
                  ],
                  [
                    0.07,
                    4.149545067577331e-7
                  ],
                  [
                    0.08,
                    7.34716954061814e-7
                  ],
                  [
                    0.09,
                    0.0000011804800289033955
                  ],
                  [
                    0.1,
                    0.0000017656244185544103
                  ],
                  [
                    0.11,
                    0.0000025002800135489407
                  ],
                  [
                    0.11999999999999998,
                    0.000003391826900209265
                  ],
                  [
                    0.12999999999999998,
                    0.000004445387579170528
                  ],
                  [
                    0.14,
                    0.000005664268470170934
                  ],
                  [
                    0.15,
                    0.000007050335292725395
                  ],
                  [
                    0.16,
                    0.000008604322686565739
                  ],
                  [
                    0.17,
                    0.000010326084490859644
                  ],
                  [
                    0.18000000000000002,
                    0.00001221479335363221
                  ],
                  [
                    0.19000000000000003,
                    0.000014269098468862098
                  ],
                  [
                    0.20000000000000004,
                    0.000016487249432056488
                  ],
                  [
                    0.21000000000000005,
                    0.000018867193065123124
                  ],
                  [
                    0.22000000000000008,
                    0.000021406648884983144
                  ],
                  [
                    0.2300000000000001,
                    0.00002410316780755886
                  ],
                  [
                    0.24000000000000007,
                    0.00002695417776038114
                  ],
                  [
                    0.25000000000000006,
                    0.000029957019100112345
                  ],
                  [
                    0.26000000000000006,
                    0.00003310897210786913
                  ],
                  [
                    0.2700000000000001,
                    0.00003417968523309909
                  ],
                  [
                    0.2800000000000001,
                    0.00003568606532633743
                  ],
                  [
                    0.2900000000000001,
                    0.000038063434612943824
                  ],
                  [
                    0.3000000000000001,
                    0.00004092928441192045
                  ],
                  [
                    0.3100000000000001,
                    0.000044064729031101435
                  ],
                  [
                    0.3200000000000001,
                    0.00004735913266323654
                  ],
                  [
                    0.3300000000000001,
                    0.00005076104422743249
                  ],
                  [
                    0.34000000000000014,
                    0.00005425009882854208
                  ],
                  [
                    0.35000000000000014,
                    0.000057821467422166904
                  ],
                  [
                    0.36000000000000015,
                    0.00006147740740823874
                  ],
                  [
                    0.37000000000000016,
                    0.00006522280500113012
                  ],
                  [
                    0.38000000000000017,
                    0.00006906293183141476
                  ],
                  [
                    0.3900000000000002,
                    0.00007300240836443691
                  ],
                  [
                    0.4000000000000002,
                    0.0000770448076712584
                  ],
                  [
                    0.4100000000000002,
                    0.00008119258455243494
                  ],
                  [
                    0.4200000000000002,
                    0.0000854471576950369
                  ],
                  [
                    0.4300000000000002,
                    0.00008980905288871185
                  ],
                  [
                    0.4400000000000002,
                    0.00009427806012143658
                  ],
                  [
                    0.45000000000000023,
                    0.00009885338196860618
                  ],
                  [
                    0.46000000000000024,
                    0.00010353376388712776
                  ],
                  [
                    0.47000000000000025,
                    0.00010831760385823245
                  ],
                  [
                    0.48000000000000026,
                    0.0001132030421474557
                  ],
                  [
                    0.4900000000000002,
                    0.00011818803338425596
                  ],
                  [
                    0.5000000000000002,
                    0.00012327040360620434
                  ],
                  [
                    0.5100000000000002,
                    0.00012844789498048627
                  ],
                  [
                    0.5200000000000002,
                    0.0001337182000123614
                  ],
                  [
                    0.5300000000000002,
                    0.0001390789883381541
                  ],
                  [
                    0.5400000000000003,
                    0.00014452792665392905
                  ],
                  [
                    0.5500000000000003,
                    0.00015006269370659552
                  ],
                  [
                    0.5600000000000003,
                    0.00015568099138072778
                  ],
                  [
                    0.5700000000000003,
                    0.00016138055253042246
                  ],
                  [
                    0.5800000000000003,
                    0.0001671591472444574
                  ],
                  [
                    0.5900000000000003,
                    0.0001730145860783404
                  ],
                  [
                    0.6000000000000003,
                    0.00017894472266365263
                  ],
                  [
                    0.6100000000000003,
                    0.00018494745531497355
                  ],
                  [
                    0.6200000000000003,
                    0.00019102072760634328
                  ],
                  [
                    0.6300000000000003,
                    0.00019716252830444345
                  ],
                  [
                    0.6400000000000003,
                    0.00020337089117623125
                  ],
                  [
                    0.6500000000000004,
                    0.00020964389407075813
                  ],
                  [
                    0.6600000000000004,
                    0.0002159796580959071
                  ],
                  [
                    0.6700000000000004,
                    0.0002223763465971692
                  ],
                  [
                    0.6800000000000004,
                    0.00022883216401346437
                  ],
                  [
                    0.6900000000000004,
                    0.0002353453545982964
                  ],
                  [
                    0.7000000000000004,
                    0.0002419142014746346
                  ],
                  [
                    0.7100000000000004,
                    0.00024853702512063263
                  ],
                  [
                    0.7200000000000004,
                    0.00025521218228622235
                  ],
                  [
                    0.7300000000000004,
                    0.0002619380648669201
                  ],
                  [
                    0.7400000000000004,
                    0.0002687130987732092
                  ],
                  [
                    0.7500000000000004,
                    0.0002755357428367909
                  ],
                  [
                    0.7600000000000005,
                    0.00028240448776436177
                  ],
                  [
                    0.7700000000000005,
                    0.00030981592551565133
                  ],
                  [
                    0.7800000000000005,
                    0.0003297642857530544
                  ],
                  [
                    0.7900000000000005,
                    0.00034277562670547443
                  ],
                  [
                    0.8000000000000005,
                    0.0003524107739179192
                  ],
                  [
                    0.8100000000000005,
                    0.0003605688734917709
                  ],
                  [
                    0.8200000000000005,
                    0.00036822056521330974
                  ],
                  [
                    0.8300000000000005,
                    0.0003758307514336216
                  ],
                  [
                    0.8400000000000005,
                    0.0003835960929124038
                  ],
                  [
                    0.8500000000000005,
                    0.00039157639996317925
                  ],
                  [
                    0.8600000000000005,
                    0.000399766195086361
                  ],
                  [
                    0.8700000000000006,
                    0.00040813273701832063
                  ],
                  [
                    0.8800000000000006,
                    0.0004166354350231572
                  ],
                  [
                    0.8900000000000006,
                    0.0004252351243233204
                  ],
                  [
                    0.9000000000000006,
                    0.0004338979431117027
                  ],
                  [
                    0.9100000000000006,
                    0.0004425964437372036
                  ],
                  [
                    0.9200000000000006,
                    0.000451309377110405
                  ],
                  [
                    0.9300000000000006,
                    0.0004600209161315013
                  ],
                  [
                    0.9400000000000006,
                    0.0004687197161500994
                  ],
                  [
                    0.9500000000000006,
                    0.000477398001002675
                  ],
                  [
                    0.9600000000000006,
                    0.00048605075299920224
                  ],
                  [
                    0.9700000000000006,
                    0.0004946750375735969
                  ],
                  [
                    0.9800000000000006,
                    0.0005032694566821514
                  ],
                  [
                    0.9900000000000008,
                    0.0005118337174637689
                  ],
                  [
                    1,
                    0.0005203682981746137
                  ]
                ]
              }
            ],
            "title": "What did the model simulate?",
            "value_mode": "absolute",
            "x_label": "Time (s)",
            "y_label": "Native SBML value"
          },
          "description": "Absolute model state values in their native SBML scale, annotated with the scenario timing.",
          "render": "timeseries"
        },
        {
          "data": {
            "events": [
              {
                "label": "Challenge starts",
                "time": 0.25
              },
              {
                "label": "Recovery starts",
                "time": 0.75
              }
            ],
            "reference_lines": [
              {
                "axis": "y",
                "label": "baseline",
                "value": 0
              }
            ],
            "series": [
              {
                "name": "Nitric oxide",
                "points": [
                  [
                    0.02,
                    -99.99997390013888
                  ],
                  [
                    0.03,
                    -99.9975997594702
                  ],
                  [
                    0.04,
                    -99.97304961975756
                  ],
                  [
                    0.05,
                    -99.86527420586653
                  ],
                  [
                    0.060000000000000005,
                    -99.55860913954342
                  ],
                  [
                    0.07,
                    -98.8814388087713
                  ],
                  [
                    0.08,
                    -97.611565396541
                  ],
                  [
                    0.09,
                    -95.48422345373548
                  ],
                  [
                    0.1,
                    -92.20052534073152
                  ],
                  [
                    0.11,
                    -87.43525485016755
                  ],
                  [
                    0.11999999999999998,
                    -80.8436030349076
                  ],
                  [
                    0.12999999999999998,
                    -72.06680366933261
                  ],
                  [
                    0.14,
                    -60.7366948432716
                  ],
                  [
                    0.15,
                    -46.47936623131355
                  ],
                  [
                    0.16,
                    -28.918037396478795
                  ],
                  [
                    0.17,
                    -7.675308403436763
                  ],
                  [
                    0.18000000000000002,
                    17.625093465575098
                  ],
                  [
                    0.19000000000000003,
                    47.35696698747475
                  ],
                  [
                    0.20000000000000004,
                    81.89060533404073
                  ],
                  [
                    0.21000000000000005,
                    121.59201123484569
                  ],
                  [
                    0.22000000000000008,
                    166.8223048093962
                  ],
                  [
                    0.2300000000000001,
                    217.93728141331405
                  ],
                  [
                    0.24000000000000007,
                    275.2870861063005
                  ],
                  [
                    0.25000000000000006,
                    339.21597870251725
                  ],
                  [
                    0.26000000000000006,
                    410.06216914757925
                  ],
                  [
                    0.2700000000000001,
                    485.9756034080698
                  ],
                  [
                    0.2800000000000001,
                    564.2853190379626
                  ],
                  [
                    0.2900000000000001,
                    647.0439571357443
                  ],
                  [
                    0.3000000000000001,
                    735.7502024644016
                  ],
                  [
                    0.3100000000000001,
                    831.2294337036103
                  ],
                  [
                    0.3200000000000001,
                    933.9485001878533
                  ],
                  [
                    0.3300000000000001,
                    1044.198939517304
                  ],
                  [
                    0.34000000000000014,
                    1162.195451812054
                  ],
                  [
                    0.35000000000000014,
                    1288.12653428429
                  ],
                  [
                    0.36000000000000015,
                    1422.1789237560142
                  ],
                  [
                    0.37000000000000016,
                    1564.5479675889617
                  ],
                  [
                    0.38000000000000017,
                    1715.4407102796054
                  ],
                  [
                    0.3900000000000002,
                    1875.0754330462364
                  ],
                  [
                    0.4000000000000002,
                    2043.679660898692
                  ],
                  [
                    0.4100000000000002,
                    2221.4876876732683
                  ],
                  [
                    0.4200000000000002,
                    2408.7381369007403
                  ],
                  [
                    0.4300000000000002,
                    2605.6717880798515
                  ],
                  [
                    0.4400000000000002,
                    2812.529746464684
                  ],
                  [
                    0.45000000000000023,
                    3029.551958864308
                  ],
                  [
                    0.46000000000000024,
                    3256.9760435865733
                  ],
                  [
                    0.47000000000000025,
                    3495.036390103936
                  ],
                  [
                    0.48000000000000026,
                    3743.963482486174
                  ],
                  [
                    0.4900000000000002,
                    4003.983404227774
                  ],
                  [
                    0.5000000000000002,
                    4275.317487684604
                  ],
                  [
                    0.5100000000000002,
                    4558.182067366621
                  ],
                  [
                    0.5200000000000002,
                    4852.7883621875035
                  ],
                  [
                    0.5300000000000002,
                    5159.342364207606
                  ],
                  [
                    0.5400000000000003,
                    5478.044821161932
                  ],
                  [
                    0.5500000000000003,
                    5809.091247559298
                  ],
                  [
                    0.5600000000000003,
                    6152.671964877921
                  ],
                  [
                    0.5700000000000003,
                    6508.972179908198
                  ],
                  [
                    0.5800000000000003,
                    6878.172011051852
                  ],
                  [
                    0.5900000000000003,
                    7260.446623345344
                  ],
                  [
                    0.6000000000000003,
                    7655.966314465377
                  ],
                  [
                    0.6100000000000003,
                    8064.896605304501
                  ],
                  [
                    0.6200000000000003,
                    8487.398343760195
                  ],
                  [
                    0.6300000000000003,
                    8923.62781155899
                  ],
                  [
                    0.6400000000000003,
                    9373.7368109521
                  ],
                  [
                    0.6500000000000004,
                    9837.872779191126
                  ],
                  [
                    0.6600000000000004,
                    10316.17888212646
                  ],
                  [
                    0.6700000000000004,
                    10808.794110202469
                  ],
                  [
                    0.6800000000000004,
                    11315.85337220757
                  ],
                  [
                    0.6900000000000004,
                    11837.487592562504
                  ],
                  [
                    0.7000000000000004,
                    12373.823781173369
                  ],
                  [
                    0.7100000000000004,
                    12924.985137123716
                  ],
                  [
                    0.7200000000000004,
                    13491.0911256268
                  ],
                  [
                    0.7300000000000004,
                    14072.257558213818
                  ],
                  [
                    0.7400000000000004,
                    14668.596670443208
                  ],
                  [
                    0.7500000000000004,
                    15280.21719711468
                  ],
                  [
                    0.7600000000000005,
                    15907.22444507917
                  ],
                  [
                    0.7700000000000005,
                    16571.579289120455
                  ],
                  [
                    0.7800000000000005,
                    17292.11476351344
                  ],
                  [
                    0.7900000000000005,
                    18048.80909820669
                  ],
                  [
                    0.8000000000000005,
                    18830.47449857727
                  ],
                  [
                    0.8100000000000005,
                    19631.88670173289
                  ],
                  [
                    0.8200000000000005,
                    20450.94221277537
                  ],
                  [
                    0.8300000000000005,
                    21287.09304113813
                  ],
                  [
                    0.8400000000000005,
                    22140.50217837125
                  ],
                  [
                    0.8500000000000005,
                    23011.602995949663
                  ],
                  [
                    0.8600000000000005,
                    23900.88035184553
                  ],
                  [
                    0.8700000000000006,
                    24808.77109459986
                  ],
                  [
                    0.8800000000000006,
                    25735.627217560857
                  ],
                  [
                    0.8900000000000006,
                    26681.709972254528
                  ],
                  [
                    0.9000000000000006,
                    27647.198141336445
                  ],
                  [
                    0.9100000000000006,
                    28632.201559354915
                  ],
                  [
                    0.9200000000000006,
                    29636.775445380263
                  ],
                  [
                    0.9300000000000006,
                    30660.933525360673
                  ],
                  [
                    0.9400000000000006,
                    31704.659165175668
                  ],
                  [
                    0.9500000000000006,
                    32767.914405466625
                  ],
                  [
                    0.9600000000000006,
                    33850.64704893703
                  ],
                  [
                    0.9700000000000006,
                    34952.79607567576
                  ],
                  [
                    0.9800000000000006,
                    36074.29568771558
                  ],
                  [
                    0.9900000000000008,
                    37215.07825783547
                  ],
                  [
                    1,
                    38375.07642286883
                  ]
                ]
              },
              {
                "name": "Citrulline",
                "points": [
                  [
                    0.02,
                    -99.9997410648705
                  ],
                  [
                    0.03,
                    -99.98828860141384
                  ],
                  [
                    0.04,
                    -99.91089577518632
                  ],
                  [
                    0.05,
                    -99.65518140344706
                  ],
                  [
                    0.060000000000000005,
                    -99.0598271201988
                  ],
                  [
                    0.07,
                    -97.92622495762166
                  ],
                  [
                    0.08,
                    -96.02822757097182
                  ],
                  [
                    0.09,
                    -93.11975975137322
                  ],
                  [
                    0.1,
                    -88.94069055214317
                  ],
                  [
                    0.11,
                    -83.22133117327762
                  ],
                  [
                    0.11999999999999998,
                    -75.68587735839093
                  ],
                  [
                    0.12999999999999998,
                    -66.05506911009626
                  ],
                  [
                    0.14,
                    -54.04821367512742
                  ],
                  [
                    0.15,
                    -39.38473558524729
                  ],
                  [
                    0.16,
                    -21.785359544313465
                  ],
                  [
                    0.17,
                    -0.973010690230066
                  ],
                  [
                    0.18000000000000002,
                    23.326502886587217
                  ],
                  [
                    0.19000000000000003,
                    51.38397549141129
                  ],
                  [
                    0.20000000000000004,
                    83.46641868086411
                  ],
                  [
                    0.21000000000000005,
                    119.83677611081484
                  ],
                  [
                    0.22000000000000008,
                    160.75371566296204
                  ],
                  [
                    0.2300000000000001,
                    206.47148132988548
                  ],
                  [
                    0.24000000000000007,
                    257.23979138039243
                  ],
                  [
                    0.25000000000000006,
                    313.3037723909919
                  ],
                  [
                    0.26000000000000006,
                    374.9039211023638
                  ],
                  [
                    0.2700000000000001,
                    433.95440668343434
                  ],
                  [
                    0.2800000000000001,
                    496.0806769276699
                  ],
                  [
                    0.2900000000000001,
                    564.1047860438557
                  ],
                  [
                    0.3000000000000001,
                    637.9753504440447
                  ],
                  [
                    0.3100000000000001,
                    717.6392707253094
                  ],
                  [
                    0.3200000000000001,
                    803.1062256918815
                  ],
                  [
                    0.3300000000000001,
                    894.4354473014217
                  ],
                  [
                    0.34000000000000014,
                    991.723403717912
                  ],
                  [
                    0.35000000000000014,
                    1095.0941421064224
                  ],
                  [
                    0.36000000000000015,
                    1204.691783676653
                  ],
                  [
                    0.37000000000000016,
                    1320.6747082229992
                  ],
                  [
                    0.38000000000000017,
                    1443.2110590462585
                  ],
                  [
                    0.3900000000000002,
                    1572.4752786795195
                  ],
                  [
                    0.4000000000000002,
                    1708.645448623326
                  ],
                  [
                    0.4100000000000002,
                    1851.901255695055
                  ],
                  [
                    0.4200000000000002,
                    2002.422446185376
                  ],
                  [
                    0.4300000000000002,
                    2160.387659294706
                  ],
                  [
                    0.4400000000000002,
                    2325.973555020578
                  ],
                  [
                    0.45000000000000023,
                    2499.3541702259977
                  ],
                  [
                    0.46000000000000024,
                    2680.700451145384
                  ],
                  [
                    0.47000000000000025,
                    2870.1799219546388
                  ],
                  [
                    0.48000000000000026,
                    3067.9564579301477
                  ],
                  [
                    0.4900000000000002,
                    3274.1901386802033
                  ],
                  [
                    0.5000000000000002,
                    3489.037162374857
                  ],
                  [
                    0.5100000000000002,
                    3712.649799186833
                  ],
                  [
                    0.5200000000000002,
                    3945.1764078579736
                  ],
                  [
                    0.5300000000000002,
                    4186.761434679774
                  ],
                  [
                    0.5400000000000003,
                    4437.545460738682
                  ],
                  [
                    0.5500000000000003,
                    4697.665255281988
                  ],
                  [
                    0.5600000000000003,
                    4967.253838706377
                  ],
                  [
                    0.5700000000000003,
                    5246.440563782394
                  ],
                  [
                    0.5800000000000003,
                    5535.351153885162
                  ],
                  [
                    0.5900000000000003,
                    5834.107812027849
                  ],
                  [
                    0.6000000000000003,
                    6142.8292919727855
                  ],
                  [
                    0.6100000000000003,
                    6461.6309696805
                  ],
                  [
                    0.6200000000000003,
                    6790.624921367754
                  ],
                  [
                    0.6300000000000003,
                    7129.9200018576785
                  ],
                  [
                    0.6400000000000003,
                    7479.621907750041
                  ],
                  [
                    0.6500000000000004,
                    7839.833258830656
                  ],
                  [
                    0.6600000000000004,
                    8210.653664415115
                  ],
                  [
                    0.6700000000000004,
                    8592.179790858067
                  ],
                  [
                    0.6800000000000004,
                    8984.505427040815
                  ],
                  [
                    0.6900000000000004,
                    9387.721552054629
                  ],
                  [
                    0.7000000000000004,
                    9801.916383716196
                  ],
                  [
                    0.7100000000000004,
                    10227.175450249984
                  ],
                  [
                    0.7200000000000004,
                    10663.581643607016
                  ],
                  [
                    0.7300000000000004,
                    11111.21527503422
                  ],
                  [
                    0.7400000000000004,
                    11570.154128807584
                  ],
                  [
                    0.7500000000000004,
                    12040.47351424158
                  ],
                  [
                    0.7600000000000005,
                    12522.246316074112
                  ],
                  [
                    0.7700000000000005,
                    13093.426737594407
                  ],
                  [
                    0.7800000000000005,
                    13683.41455004381
                  ],
                  [
                    0.7900000000000005,
                    14279.073314006564
                  ],
                  [
                    0.8000000000000005,
                    14882.913588593354
                  ],
                  [
                    0.8100000000000005,
                    15496.820488146192
                  ],
                  [
                    0.8200000000000005,
                    16122.17411318882
                  ],
                  [
                    0.8300000000000005,
                    16759.97337711442
                  ],
                  [
                    0.8400000000000005,
                    17410.93114586942
                  ],
                  [
                    0.8500000000000005,
                    18075.546445422697
                  ],
                  [
                    0.8600000000000005,
                    18754.15929219067
                  ],
                  [
                    0.8700000000000006,
                    19446.99218817047
                  ],
                  [
                    0.8800000000000006,
                    20154.181568954715
                  ],
                  [
                    0.8900000000000006,
                    20875.801444292985
                  ],
                  [
                    0.9000000000000006,
                    21611.881172261375
                  ],
                  [
                    0.9100000000000006,
                    22362.418752238664
                  ],
                  [
                    0.9200000000000006,
                    23127.39071409351
                  ],
                  [
                    0.9300000000000006,
                    23906.759425837725
                  ],
                  [
                    0.9400000000000006,
                    24700.478447059344
                  ],
                  [
                    0.9500000000000006,
                    25508.49641658475
                  ],
                  [
                    0.9600000000000006,
                    26330.75982150159
                  ],
                  [
                    0.9700000000000006,
                    27167.214942784147
                  ],
                  [
                    0.9800000000000006,
                    28017.80918117432
                  ],
                  [
                    0.9900000000000008,
                    28882.49192487512
                  ],
                  [
                    1,
                    29761.21508149164
                  ]
                ]
              },
              {
                "name": "Arg",
                "points": [
                  [
                    0.02,
                    0
                  ],
                  [
                    0.03,
                    0
                  ],
                  [
                    0.04,
                    0
                  ],
                  [
                    0.05,
                    0
                  ],
                  [
                    0.060000000000000005,
                    0
                  ],
                  [
                    0.07,
                    0
                  ],
                  [
                    0.08,
                    0
                  ],
                  [
                    0.09,
                    0
                  ],
                  [
                    0.1,
                    0
                  ],
                  [
                    0.11,
                    0
                  ],
                  [
                    0.11999999999999998,
                    0
                  ],
                  [
                    0.12999999999999998,
                    0
                  ],
                  [
                    0.14,
                    0
                  ],
                  [
                    0.15,
                    0
                  ],
                  [
                    0.16,
                    0
                  ],
                  [
                    0.17,
                    0
                  ],
                  [
                    0.18000000000000002,
                    0
                  ],
                  [
                    0.19000000000000003,
                    0
                  ],
                  [
                    0.20000000000000004,
                    0
                  ],
                  [
                    0.21000000000000005,
                    0
                  ],
                  [
                    0.22000000000000008,
                    0
                  ],
                  [
                    0.2300000000000001,
                    0
                  ],
                  [
                    0.24000000000000007,
                    0
                  ],
                  [
                    0.25000000000000006,
                    0
                  ],
                  [
                    0.26000000000000006,
                    0
                  ],
                  [
                    0.2700000000000001,
                    0
                  ],
                  [
                    0.2800000000000001,
                    0
                  ],
                  [
                    0.2900000000000001,
                    0
                  ],
                  [
                    0.3000000000000001,
                    0
                  ],
                  [
                    0.3100000000000001,
                    0
                  ],
                  [
                    0.3200000000000001,
                    0
                  ],
                  [
                    0.3300000000000001,
                    0
                  ],
                  [
                    0.34000000000000014,
                    0
                  ],
                  [
                    0.35000000000000014,
                    0
                  ],
                  [
                    0.36000000000000015,
                    0
                  ],
                  [
                    0.37000000000000016,
                    0
                  ],
                  [
                    0.38000000000000017,
                    0
                  ],
                  [
                    0.3900000000000002,
                    0
                  ],
                  [
                    0.4000000000000002,
                    0
                  ],
                  [
                    0.4100000000000002,
                    0
                  ],
                  [
                    0.4200000000000002,
                    0
                  ],
                  [
                    0.4300000000000002,
                    0
                  ],
                  [
                    0.4400000000000002,
                    0
                  ],
                  [
                    0.45000000000000023,
                    0
                  ],
                  [
                    0.46000000000000024,
                    0
                  ],
                  [
                    0.47000000000000025,
                    0
                  ],
                  [
                    0.48000000000000026,
                    0
                  ],
                  [
                    0.4900000000000002,
                    0
                  ],
                  [
                    0.5000000000000002,
                    0
                  ],
                  [
                    0.5100000000000002,
                    0
                  ],
                  [
                    0.5200000000000002,
                    0
                  ],
                  [
                    0.5300000000000002,
                    0
                  ],
                  [
                    0.5400000000000003,
                    0
                  ],
                  [
                    0.5500000000000003,
                    0
                  ],
                  [
                    0.5600000000000003,
                    0
                  ],
                  [
                    0.5700000000000003,
                    0
                  ],
                  [
                    0.5800000000000003,
                    0
                  ],
                  [
                    0.5900000000000003,
                    0
                  ],
                  [
                    0.6000000000000003,
                    0
                  ],
                  [
                    0.6100000000000003,
                    0
                  ],
                  [
                    0.6200000000000003,
                    0
                  ],
                  [
                    0.6300000000000003,
                    0
                  ],
                  [
                    0.6400000000000003,
                    0
                  ],
                  [
                    0.6500000000000004,
                    0
                  ],
                  [
                    0.6600000000000004,
                    0
                  ],
                  [
                    0.6700000000000004,
                    0
                  ],
                  [
                    0.6800000000000004,
                    0
                  ],
                  [
                    0.6900000000000004,
                    0
                  ],
                  [
                    0.7000000000000004,
                    0
                  ],
                  [
                    0.7100000000000004,
                    0
                  ],
                  [
                    0.7200000000000004,
                    0
                  ],
                  [
                    0.7300000000000004,
                    0
                  ],
                  [
                    0.7400000000000004,
                    0
                  ],
                  [
                    0.7500000000000004,
                    0
                  ],
                  [
                    0.7600000000000005,
                    0
                  ],
                  [
                    0.7700000000000005,
                    0
                  ],
                  [
                    0.7800000000000005,
                    0
                  ],
                  [
                    0.7900000000000005,
                    0
                  ],
                  [
                    0.8000000000000005,
                    0
                  ],
                  [
                    0.8100000000000005,
                    0
                  ],
                  [
                    0.8200000000000005,
                    0
                  ],
                  [
                    0.8300000000000005,
                    0
                  ],
                  [
                    0.8400000000000005,
                    0
                  ],
                  [
                    0.8500000000000005,
                    0
                  ],
                  [
                    0.8600000000000005,
                    0
                  ],
                  [
                    0.8700000000000006,
                    0
                  ],
                  [
                    0.8800000000000006,
                    0
                  ],
                  [
                    0.8900000000000006,
                    0
                  ],
                  [
                    0.9000000000000006,
                    0
                  ],
                  [
                    0.9100000000000006,
                    0
                  ],
                  [
                    0.9200000000000006,
                    0
                  ],
                  [
                    0.9300000000000006,
                    0
                  ],
                  [
                    0.9400000000000006,
                    0
                  ],
                  [
                    0.9500000000000006,
                    0
                  ],
                  [
                    0.9600000000000006,
                    0
                  ],
                  [
                    0.9700000000000006,
                    0
                  ],
                  [
                    0.9800000000000006,
                    0
                  ],
                  [
                    0.9900000000000008,
                    0
                  ],
                  [
                    1,
                    0
                  ]
                ]
              },
              {
                "name": "Ferric endothelial nitric oxide synthase pool",
                "points": [
                  [
                    0.02,
                    -0.1444422881582062
                  ],
                  [
                    0.03,
                    -0.13450301037696094
                  ],
                  [
                    0.04,
                    -0.12454831502886413
                  ],
                  [
                    0.05,
                    -0.11449752811996922
                  ],
                  [
                    0.060000000000000005,
                    -0.1042567372586408
                  ],
                  [
                    0.07,
                    -0.09373307810255932
                  ],
                  [
                    0.08,
                    -0.08283953310436555
                  ],
                  [
                    0.09,
                    -0.07150705826661727
                  ],
                  [
                    0.1,
                    -0.05967563856200475
                  ],
                  [
                    0.11,
                    -0.047300949776762975
                  ],
                  [
                    0.11999999999999998,
                    -0.034353624013467796
                  ],
                  [
                    0.12999999999999998,
                    -0.02080848487822447
                  ],
                  [
                    0.14,
                    -0.006649877910642968
                  ],
                  [
                    0.15,
                    0.008131719070888593
                  ],
                  [
                    0.16,
                    0.02354096269323899
                  ],
                  [
                    0.17,
                    0.039578699809224696
                  ],
                  [
                    0.18000000000000002,
                    0.05624281644821662
                  ],
                  [
                    0.19000000000000003,
                    0.07352891177958577
                  ],
                  [
                    0.20000000000000004,
                    0.09143082762296384
                  ],
                  [
                    0.21000000000000005,
                    0.10994107551395138
                  ],
                  [
                    0.22000000000000008,
                    0.1290511493478732
                  ],
                  [
                    0.2300000000000001,
                    0.1487517841974521
                  ],
                  [
                    0.24000000000000007,
                    0.16903315365484464
                  ],
                  [
                    0.25000000000000006,
                    0.1898850234189178
                  ],
                  [
                    0.26000000000000006,
                    0.21129687078116433
                  ],
                  [
                    0.2700000000000001,
                    0.2290696708955243
                  ],
                  [
                    0.2800000000000001,
                    0.2424615496025616
                  ],
                  [
                    0.2900000000000001,
                    0.2592812842316745
                  ],
                  [
                    0.3000000000000001,
                    0.2786103393197999
                  ],
                  [
                    0.3100000000000001,
                    0.2993276574382748
                  ],
                  [
                    0.3200000000000001,
                    0.32082562219948013
                  ],
                  [
                    0.3300000000000001,
                    0.3428190691248561
                  ],
                  [
                    0.34000000000000014,
                    0.3651735866244461
                  ],
                  [
                    0.35000000000000014,
                    0.38784414995900646
                  ],
                  [
                    0.36000000000000015,
                    0.41082673222217697
                  ],
                  [
                    0.37000000000000016,
                    0.4341347237110864
                  ],
                  [
                    0.38000000000000017,
                    0.45778672074783305
                  ],
                  [
                    0.3900000000000002,
                    0.4818005976497944
                  ],
                  [
                    0.4000000000000002,
                    0.5061909102407246
                  ],
                  [
                    0.4100000000000002,
                    0.5309681067391155
                  ],
                  [
                    0.4200000000000002,
                    0.5561385824343726
                  ],
                  [
                    0.4300000000000002,
                    0.5817051240140463
                  ],
                  [
                    0.4400000000000002,
                    0.6076674844945241
                  ],
                  [
                    0.45000000000000023,
                    0.6340229621138918
                  ],
                  [
                    0.46000000000000024,
                    0.6607669255067503
                  ],
                  [
                    0.47000000000000025,
                    0.6878932638738345
                  ],
                  [
                    0.48000000000000026,
                    0.715394763443002
                  ],
                  [
                    0.4900000000000002,
                    0.7432634068405495
                  ],
                  [
                    0.5000000000000002,
                    0.7714906152846881
                  ],
                  [
                    0.5100000000000002,
                    0.8000735056670976
                  ],
                  [
                    0.5200000000000002,
                    0.8289905730993989
                  ],
                  [
                    0.5300000000000002,
                    0.8582387804121641
                  ],
                  [
                    0.5400000000000003,
                    0.8878088143287699
                  ],
                  [
                    0.5500000000000003,
                    0.9176914013964796
                  ],
                  [
                    0.5600000000000003,
                    0.9478773542607418
                  ],
                  [
                    0.5700000000000003,
                    0.9783461406504704
                  ],
                  [
                    0.5800000000000003,
                    1.0091113089367338
                  ],
                  [
                    0.5900000000000003,
                    1.0401556324240375
                  ],
                  [
                    0.6000000000000003,
                    1.071465669758377
                  ],
                  [
                    0.6100000000000003,
                    1.103035347861844
                  ],
                  [
                    0.6200000000000003,
                    1.1348564296598318
                  ],
                  [
                    0.6300000000000003,
                    1.1669165841679623
                  ],
                  [
                    0.6400000000000003,
                    1.1992161363463842
                  ],
                  [
                    0.6500000000000004,
                    1.231743474724606
                  ],
                  [
                    0.6600000000000004,
                    1.264491091439532
                  ],
                  [
                    0.6700000000000004,
                    1.297451750323204
                  ],
                  [
                    0.6800000000000004,
                    1.3306182545203966
                  ],
                  [
                    0.6900000000000004,
                    1.3639772140406858
                  ],
                  [
                    0.7000000000000004,
                    1.3975338782838935
                  ],
                  [
                    0.7100000000000004,
                    1.4312756909390616
                  ],
                  [
                    0.7200000000000004,
                    1.465196108209813
                  ],
                  [
                    0.7300000000000004,
                    1.499288737974105
                  ],
                  [
                    0.7400000000000004,
                    1.533547327625855
                  ],
                  [
                    0.7500000000000004,
                    1.5679657583865747
                  ],
                  [
                    0.7600000000000005,
                    1.6025380408604413
                  ],
                  [
                    0.7700000000000005,
                    1.6828146733627682
                  ],
                  [
                    0.7800000000000005,
                    1.7868844591877056
                  ],
                  [
                    0.7900000000000005,
                    1.8572412057467031
                  ],
                  [
                    0.8000000000000005,
                    1.9087370017274656
                  ],
                  [
                    0.8100000000000005,
                    1.951393041915158
                  ],
                  [
                    0.8200000000000005,
                    1.9904170637456011
                  ],
                  [
                    0.8300000000000005,
                    2.0284309385457675
                  ],
                  [
                    0.8400000000000005,
                    2.0666312857177744
                  ],
                  [
                    0.8500000000000005,
                    2.1054761137401004
                  ],
                  [
                    0.8600000000000005,
                    2.1450501199908443
                  ],
                  [
                    0.8700000000000006,
                    2.185289345911821
                  ],
                  [
                    0.8800000000000006,
                    2.2260493353876276
                  ],
                  [
                    0.8900000000000006,
                    2.2671815435410876
                  ],
                  [
                    0.9000000000000006,
                    2.3085509669566693
                  ],
                  [
                    0.9100000000000006,
                    2.3500449610010277
                  ],
                  [
                    0.9200000000000006,
                    2.39157628605306
                  ],
                  [
                    0.9300000000000006,
                    2.4330745365891087
                  ],
                  [
                    0.9400000000000006,
                    2.4744879475208745
                  ],
                  [
                    0.9500000000000006,
                    2.5157918004780995
                  ],
                  [
                    0.9600000000000006,
                    2.5569595119399
                  ],
                  [
                    0.9700000000000006,
                    2.5979778676675043
                  ],
                  [
                    0.9800000000000006,
                    2.638840280168682
                  ],
                  [
                    0.9900000000000008,
                    2.6795449639610465
                  ],
                  [
                    1,
                    2.720095849933301
                  ]
                ]
              },
              {
                "name": "Oxygen",
                "points": [
                  [
                    0.02,
                    0
                  ],
                  [
                    0.03,
                    0
                  ],
                  [
                    0.04,
                    0
                  ],
                  [
                    0.05,
                    0
                  ],
                  [
                    0.060000000000000005,
                    0
                  ],
                  [
                    0.07,
                    0
                  ],
                  [
                    0.08,
                    0
                  ],
                  [
                    0.09,
                    0
                  ],
                  [
                    0.1,
                    0
                  ],
                  [
                    0.11,
                    0
                  ],
                  [
                    0.11999999999999998,
                    0
                  ],
                  [
                    0.12999999999999998,
                    0
                  ],
                  [
                    0.14,
                    0
                  ],
                  [
                    0.15,
                    0
                  ],
                  [
                    0.16,
                    0
                  ],
                  [
                    0.17,
                    0
                  ],
                  [
                    0.18000000000000002,
                    0
                  ],
                  [
                    0.19000000000000003,
                    0
                  ],
                  [
                    0.20000000000000004,
                    0
                  ],
                  [
                    0.21000000000000005,
                    0
                  ],
                  [
                    0.22000000000000008,
                    0
                  ],
                  [
                    0.2300000000000001,
                    0
                  ],
                  [
                    0.24000000000000007,
                    0
                  ],
                  [
                    0.25000000000000006,
                    0
                  ],
                  [
                    0.26000000000000006,
                    0
                  ],
                  [
                    0.2700000000000001,
                    -50
                  ],
                  [
                    0.2800000000000001,
                    -50
                  ],
                  [
                    0.2900000000000001,
                    -50
                  ],
                  [
                    0.3000000000000001,
                    -50
                  ],
                  [
                    0.3100000000000001,
                    -50
                  ],
                  [
                    0.3200000000000001,
                    -50
                  ],
                  [
                    0.3300000000000001,
                    -50
                  ],
                  [
                    0.34000000000000014,
                    -50
                  ],
                  [
                    0.35000000000000014,
                    -50
                  ],
                  [
                    0.36000000000000015,
                    -50
                  ],
                  [
                    0.37000000000000016,
                    -50
                  ],
                  [
                    0.38000000000000017,
                    -50
                  ],
                  [
                    0.3900000000000002,
                    -50
                  ],
                  [
                    0.4000000000000002,
                    -50
                  ],
                  [
                    0.4100000000000002,
                    -50
                  ],
                  [
                    0.4200000000000002,
                    -50
                  ],
                  [
                    0.4300000000000002,
                    -50
                  ],
                  [
                    0.4400000000000002,
                    -50
                  ],
                  [
                    0.45000000000000023,
                    -50
                  ],
                  [
                    0.46000000000000024,
                    -50
                  ],
                  [
                    0.47000000000000025,
                    -50
                  ],
                  [
                    0.48000000000000026,
                    -50
                  ],
                  [
                    0.4900000000000002,
                    -50
                  ],
                  [
                    0.5000000000000002,
                    -50
                  ],
                  [
                    0.5100000000000002,
                    -50
                  ],
                  [
                    0.5200000000000002,
                    -50
                  ],
                  [
                    0.5300000000000002,
                    -50
                  ],
                  [
                    0.5400000000000003,
                    -50
                  ],
                  [
                    0.5500000000000003,
                    -50
                  ],
                  [
                    0.5600000000000003,
                    -50
                  ],
                  [
                    0.5700000000000003,
                    -50
                  ],
                  [
                    0.5800000000000003,
                    -50
                  ],
                  [
                    0.5900000000000003,
                    -50
                  ],
                  [
                    0.6000000000000003,
                    -50
                  ],
                  [
                    0.6100000000000003,
                    -50
                  ],
                  [
                    0.6200000000000003,
                    -50
                  ],
                  [
                    0.6300000000000003,
                    -50
                  ],
                  [
                    0.6400000000000003,
                    -50
                  ],
                  [
                    0.6500000000000004,
                    -50
                  ],
                  [
                    0.6600000000000004,
                    -50
                  ],
                  [
                    0.6700000000000004,
                    -50
                  ],
                  [
                    0.6800000000000004,
                    -50
                  ],
                  [
                    0.6900000000000004,
                    -50
                  ],
                  [
                    0.7000000000000004,
                    -50
                  ],
                  [
                    0.7100000000000004,
                    -50
                  ],
                  [
                    0.7200000000000004,
                    -50
                  ],
                  [
                    0.7300000000000004,
                    -50
                  ],
                  [
                    0.7400000000000004,
                    -50
                  ],
                  [
                    0.7500000000000004,
                    -50
                  ],
                  [
                    0.7600000000000005,
                    -50
                  ],
                  [
                    0.7700000000000005,
                    0
                  ],
                  [
                    0.7800000000000005,
                    0
                  ],
                  [
                    0.7900000000000005,
                    0
                  ],
                  [
                    0.8000000000000005,
                    0
                  ],
                  [
                    0.8100000000000005,
                    0
                  ],
                  [
                    0.8200000000000005,
                    0
                  ],
                  [
                    0.8300000000000005,
                    0
                  ],
                  [
                    0.8400000000000005,
                    0
                  ],
                  [
                    0.8500000000000005,
                    0
                  ],
                  [
                    0.8600000000000005,
                    0
                  ],
                  [
                    0.8700000000000006,
                    0
                  ],
                  [
                    0.8800000000000006,
                    0
                  ],
                  [
                    0.8900000000000006,
                    0
                  ],
                  [
                    0.9000000000000006,
                    0
                  ],
                  [
                    0.9100000000000006,
                    0
                  ],
                  [
                    0.9200000000000006,
                    0
                  ],
                  [
                    0.9300000000000006,
                    0
                  ],
                  [
                    0.9400000000000006,
                    0
                  ],
                  [
                    0.9500000000000006,
                    0
                  ],
                  [
                    0.9600000000000006,
                    0
                  ],
                  [
                    0.9700000000000006,
                    0
                  ],
                  [
                    0.9800000000000006,
                    0
                  ],
                  [
                    0.9900000000000008,
                    0
                  ],
                  [
                    1,
                    0
                  ]
                ]
              },
              {
                "name": "Arginine-bound nitric oxide synthase",
                "points": [
                  [
                    0.02,
                    -91.37418131278322
                  ],
                  [
                    0.03,
                    -82.83463041087124
                  ],
                  [
                    0.04,
                    -74.38048052445612
                  ],
                  [
                    0.05,
                    -66.0108703462943
                  ],
                  [
                    0.060000000000000005,
                    -57.72494353879567
                  ],
                  [
                    0.07,
                    -49.52184718968488
                  ],
                  [
                    0.08,
                    -41.4007349368864
                  ],
                  [
                    0.09,
                    -33.36076383443936
                  ],
                  [
                    0.1,
                    -25.40109917247709
                  ],
                  [
                    0.11,
                    -17.520912843843544
                  ],
                  [
                    0.11999999999999998,
                    -9.71938078106612
                  ],
                  [
                    0.12999999999999998,
                    -1.9956876827966448
                  ],
                  [
                    0.14,
                    5.650974250520091
                  ],
                  [
                    0.15,
                    13.221405111008568
                  ],
                  [
                    0.16,
                    20.716397155997832
                  ],
                  [
                    0.17,
                    28.136734726885283
                  ],
                  [
                    0.18000000000000002,
                    35.48319420416121
                  ],
                  [
                    0.19000000000000003,
                    42.75654399124723
                  ],
                  [
                    0.20000000000000004,
                    49.957544522273906
                  ],
                  [
                    0.21000000000000005,
                    57.08694827868288
                  ],
                  [
                    0.22000000000000008,
                    64.14549982986757
                  ],
                  [
                    0.2300000000000001,
                    71.13393587993615
                  ],
                  [
                    0.24000000000000007,
                    78.05298532247707
                  ],
                  [
                    0.25000000000000006,
                    84.90336930133711
                  ],
                  [
                    0.26000000000000006,
                    91.68580127590396
                  ],
                  [
                    0.2700000000000001,
                    98.40089070087951
                  ],
                  [
                    0.2800000000000001,
                    105.04903425893612
                  ],
                  [
                    0.2900000000000001,
                    111.63104152251708
                  ],
                  [
                    0.3000000000000001,
                    118.1476971582925
                  ],
                  [
                    0.3100000000000001,
                    124.5997213587218
                  ],
                  [
                    0.3200000000000001,
                    130.98780380011056
                  ],
                  [
                    0.3300000000000001,
                    137.3126052603252
                  ],
                  [
                    0.34000000000000014,
                    143.5747772817461
                  ],
                  [
                    0.35000000000000014,
                    149.77496255571828
                  ],
                  [
                    0.36000000000000015,
                    155.9137969567143
                  ],
                  [
                    0.37000000000000016,
                    161.99191045888216
                  ],
                  [
                    0.38000000000000017,
                    168.00992747535565
                  ],
                  [
                    0.3900000000000002,
                    173.9684668996598
                  ],
                  [
                    0.4000000000000002,
                    179.86814204528002
                  ],
                  [
                    0.4100000000000002,
                    185.7095605280278
                  ],
                  [
                    0.4200000000000002,
                    191.49332415213192
                  ],
                  [
                    0.4300000000000002,
                    197.22002881432135
                  ],
                  [
                    0.4400000000000002,
                    202.8902644324716
                  ],
                  [
                    0.45000000000000023,
                    208.50461489934077
                  ],
                  [
                    0.46000000000000024,
                    214.0636580592854
                  ],
                  [
                    0.47000000000000025,
                    219.56796570504653
                  ],
                  [
                    0.48000000000000026,
                    225.01810358839535
                  ],
                  [
                    0.4900000000000002,
                    230.41463144643237
                  ],
                  [
                    0.5000000000000002,
                    235.75810303708232
                  ],
                  [
                    0.5100000000000002,
                    241.04906120086935
                  ],
                  [
                    0.5200000000000002,
                    246.2880530598338
                  ],
                  [
                    0.5300000000000002,
                    251.4756147239544
                  ],
                  [
                    0.5400000000000003,
                    256.61227652653207
                  ],
                  [
                    0.5500000000000003,
                    261.6985630824379
                  ],
                  [
                    0.5600000000000003,
                    266.73499334886037
                  ],
                  [
                    0.5700000000000003,
                    271.72209009348865
                  ],
                  [
                    0.5800000000000003,
                    276.6603520287991
                  ],
                  [
                    0.5900000000000003,
                    281.5502794262004
                  ],
                  [
                    0.6000000000000003,
                    286.39237115119374
                  ],
                  [
                    0.6100000000000003,
                    291.18711879029723
                  ],
                  [
                    0.6200000000000003,
                    295.93500865505484
                  ],
                  [
                    0.6300000000000003,
                    300.63652534957316
                  ],
                  [
                    0.6400000000000003,
                    305.2921415716551
                  ],
                  [
                    0.6500000000000004,
                    309.90232816663865
                  ],
                  [
                    0.6600000000000004,
                    314.46755093649926
                  ],
                  [
                    0.6700000000000004,
                    318.98827061527055
                  ],
                  [
                    0.6800000000000004,
                    323.46494303157937
                  ],
                  [
                    0.6900000000000004,
                    327.89802437184915
                  ],
                  [
                    0.7000000000000004,
                    332.2879560449785
                  ],
                  [
                    0.7100000000000004,
                    336.63517954096585
                  ],
                  [
                    0.7200000000000004,
                    340.9401316360465
                  ],
                  [
                    0.7300000000000004,
                    345.2032444382296
                  ],
                  [
                    0.7400000000000004,
                    349.4249454387112
                  ],
                  [
                    0.7500000000000004,
                    353.6056575636244
                  ],
                  [
                    0.7600000000000005,
                    357.74579922522264
                  ],
                  [
                    0.7700000000000005,
                    361.847048719648
                  ],
                  [
                    0.7800000000000005,
                    365.91166903724513
                  ],
                  [
                    0.7900000000000005,
                    369.93856272875337
                  ],
                  [
                    0.8000000000000005,
                    373.92723379292255
                  ],
                  [
                    0.8100000000000005,
                    377.87763259852574
                  ],
                  [
                    0.8200000000000005,
                    381.789974656344
                  ],
                  [
                    0.8300000000000005,
                    385.6645877101921
                  ],
                  [
                    0.8400000000000005,
                    389.5018533452261
                  ],
                  [
                    0.8500000000000005,
                    393.3021721086496
                  ],
                  [
                    0.8600000000000005,
                    397.06595110661937
                  ],
                  [
                    0.8700000000000006,
                    400.7935808979436
                  ],
                  [
                    0.8800000000000006,
                    404.48544755290214
                  ],
                  [
                    0.8900000000000006,
                    408.1419270311261
                  ],
                  [
                    0.9000000000000006,
                    411.76338574246074
                  ],
                  [
                    0.9100000000000006,
                    415.3501815451449
                  ],
                  [
                    0.9200000000000006,
                    418.90266346970384
                  ],
                  [
                    0.9300000000000006,
                    422.4211767420303
                  ],
                  [
                    0.9400000000000006,
                    425.90606344264097
                  ],
                  [
                    0.9500000000000006,
                    429.3576532936704
                  ],
                  [
                    0.9600000000000006,
                    432.77627535422016
                  ],
                  [
                    0.9700000000000006,
                    436.1622547739355
                  ],
                  [
                    0.9800000000000006,
                    439.515913119836
                  ],
                  [
                    0.9900000000000008,
                    442.8375686236743
                  ],
                  [
                    1,
                    446.12753445677606
                  ]
                ]
              },
              {
                "name": "Nitric-oxide-bound nitric oxide synthase",
                "points": [
                  [
                    0.02,
                    -99.99909416247024
                  ],
                  [
                    0.03,
                    -99.96241876417857
                  ],
                  [
                    0.04,
                    -99.7382094312462
                  ],
                  [
                    0.05,
                    -99.07146597621622
                  ],
                  [
                    0.060000000000000005,
                    -97.67402638755152
                  ],
                  [
                    0.07,
                    -95.27228796025886
                  ],
                  [
                    0.08,
                    -91.629130102332
                  ],
                  [
                    0.09,
                    -86.55040599768941
                  ],
                  [
                    0.1,
                    -79.8836651119103
                  ],
                  [
                    0.11,
                    -71.51349429810915
                  ],
                  [
                    0.11999999999999998,
                    -61.35580982567945
                  ],
                  [
                    0.12999999999999998,
                    -49.352249374097035
                  ],
                  [
                    0.14,
                    -35.46514182484124
                  ],
                  [
                    0.15,
                    -19.673230426943512
                  ],
                  [
                    0.16,
                    -1.9681451903242917
                  ],
                  [
                    0.17,
                    17.648448626981033
                  ],
                  [
                    0.18000000000000002,
                    39.167124734067926
                  ],
                  [
                    0.19000000000000003,
                    62.57249295734765
                  ],
                  [
                    0.20000000000000004,
                    87.84461036751021
                  ],
                  [
                    0.21000000000000005,
                    114.96008443687268
                  ],
                  [
                    0.22000000000000008,
                    143.89293287790048
                  ],
                  [
                    0.2300000000000001,
                    174.6152524768873
                  ],
                  [
                    0.24000000000000007,
                    207.0977387732686
                  ],
                  [
                    0.25000000000000006,
                    241.3100895830121
                  ],
                  [
                    0.26000000000000006,
                    277.2213182617987
                  ],
                  [
                    0.2700000000000001,
                    289.42030212827336
                  ],
                  [
                    0.2800000000000001,
                    306.58298186122835
                  ],
                  [
                    0.2900000000000001,
                    333.66912556170377
                  ],
                  [
                    0.3000000000000001,
                    366.32068706558186
                  ],
                  [
                    0.3100000000000001,
                    402.04383028884143
                  ],
                  [
                    0.3200000000000001,
                    439.5780453937888
                  ],
                  [
                    0.3300000000000001,
                    478.337133434189
                  ],
                  [
                    0.34000000000000014,
                    518.0890705172839
                  ],
                  [
                    0.35000000000000014,
                    558.7788377651697
                  ],
                  [
                    0.36000000000000015,
                    600.4321544715577
                  ],
                  [
                    0.37000000000000016,
                    643.1046908705133
                  ],
                  [
                    0.38000000000000017,
                    686.8565083685922
                  ],
                  [
                    0.3900000000000002,
                    731.7402494345024
                  ],
                  [
                    0.4000000000000002,
                    777.7966232322669
                  ],
                  [
                    0.4100000000000002,
                    825.0535981052911
                  ],
                  [
                    0.4200000000000002,
                    873.5273376180954
                  ],
                  [
                    0.4300000000000002,
                    923.22383226363
                  ],
                  [
                    0.4400000000000002,
                    974.140689306415
                  ],
                  [
                    0.45000000000000023,
                    1026.268823427834
                  ],
                  [
                    0.46000000000000024,
                    1079.5939412092396
                  ],
                  [
                    0.47000000000000025,
                    1134.0977903282735
                  ],
                  [
                    0.48000000000000026,
                    1189.7591822235977
                  ],
                  [
                    0.4900000000000002,
                    1246.5548133215011
                  ],
                  [
                    0.5000000000000002,
                    1304.4599149589578
                  ],
                  [
                    0.5100000000000002,
                    1363.448762910282
                  ],
                  [
                    0.5200000000000002,
                    1423.495067135269
                  ],
                  [
                    0.5300000000000002,
                    1484.5722770404766
                  ],
                  [
                    0.5400000000000003,
                    1546.6538085331238
                  ],
                  [
                    0.5500000000000003,
                    1609.7132148196326
                  ],
                  [
                    0.5600000000000003,
                    1673.72431272139
                  ],
                  [
                    0.5700000000000003,
                    1738.6612719056525
                  ],
                  [
                    0.5800000000000003,
                    1804.498686266542
                  ],
                  [
                    0.5900000000000003,
                    1871.2116107488368
                  ],
                  [
                    0.6000000000000003,
                    1938.7755910770672
                  ],
                  [
                    0.6100000000000003,
                    2007.1666820637377
                  ],
                  [
                    0.6200000000000003,
                    2076.361454177151
                  ],
                  [
                    0.6300000000000003,
                    2146.336992780112
                  ],
                  [
                    0.6400000000000003,
                    2217.070895938247
                  ],
                  [
                    0.6500000000000004,
                    2288.5412639588567
                  ],
                  [
                    0.6600000000000004,
                    2360.726690011221
                  ],
                  [
                    0.6700000000000004,
                    2433.6062484914637
                  ],
                  [
                    0.6800000000000004,
                    2507.1594819865486
                  ],
                  [
                    0.6900000000000004,
                    2581.3663867039777
                  ],
                  [
                    0.7000000000000004,
                    2656.207401703754
                  ],
                  [
                    0.7100000000000004,
                    2731.663391645677
                  ],
                  [
                    0.7200000000000004,
                    2807.7156344457485
                  ],
                  [
                    0.7300000000000004,
                    2884.345808445075
                  ],
                  [
                    0.7400000000000004,
                    2961.535979528379
                  ],
                  [
                    0.7500000000000004,
                    3039.268588662555
                  ],
                  [
                    0.7600000000000005,
                    3117.526439976716
                  ],
                  [
                    0.7700000000000005,
                    3429.833890969285
                  ],
                  [
                    0.7800000000000005,
                    3657.112065640432
                  ],
                  [
                    0.7900000000000005,
                    3805.354516974616
                  ],
                  [
                    0.8000000000000005,
                    3915.130891828038
                  ],
                  [
                    0.8100000000000005,
                    4008.078781171541
                  ],
                  [
                    0.8200000000000005,
                    4095.2570006803776
                  ],
                  [
                    0.8300000000000005,
                    4181.962334476032
                  ],
                  [
                    0.8400000000000005,
                    4270.435402737883
                  ],
                  [
                    0.8500000000000005,
                    4361.357643876018
                  ],
                  [
                    0.8600000000000005,
                    4454.666650951063
                  ],
                  [
                    0.8700000000000006,
                    4549.989392067401
                  ],
                  [
                    0.8800000000000006,
                    4646.863403731572
                  ],
                  [
                    0.8900000000000006,
                    4744.842468858708
                  ],
                  [
                    0.9000000000000006,
                    4843.540788835849
                  ],
                  [
                    0.9100000000000006,
                    4942.6456436214985
                  ],
                  [
                    0.9200000000000006,
                    5041.91493540918
                  ],
                  [
                    0.9300000000000006,
                    5141.168340888536
                  ],
                  [
                    0.9400000000000006,
                    5240.276606757395
                  ],
                  [
                    0.9500000000000006,
                    5339.1511366484
                  ],
                  [
                    0.9600000000000006,
                    5437.734762382485
                  ],
                  [
                    0.9700000000000006,
                    5535.994049491094
                  ],
                  [
                    0.9800000000000006,
                    5633.913069606272
                  ],
                  [
                    0.9900000000000008,
                    5731.488486066022
                  ],
                  [
                    1,
                    5828.725747798814
                  ]
                ]
              },
              {
                "name": "Applied challenge: oxygen",
                "points": [
                  [
                    0.02,
                    0
                  ],
                  [
                    0.03,
                    0
                  ],
                  [
                    0.04,
                    0
                  ],
                  [
                    0.05,
                    0
                  ],
                  [
                    0.060000000000000005,
                    0
                  ],
                  [
                    0.07,
                    0
                  ],
                  [
                    0.08,
                    0
                  ],
                  [
                    0.09,
                    0
                  ],
                  [
                    0.1,
                    0
                  ],
                  [
                    0.11,
                    0
                  ],
                  [
                    0.11999999999999998,
                    0
                  ],
                  [
                    0.12999999999999998,
                    0
                  ],
                  [
                    0.14,
                    0
                  ],
                  [
                    0.15,
                    0
                  ],
                  [
                    0.16,
                    0
                  ],
                  [
                    0.17,
                    0
                  ],
                  [
                    0.18000000000000002,
                    0
                  ],
                  [
                    0.19000000000000003,
                    0
                  ],
                  [
                    0.20000000000000004,
                    0
                  ],
                  [
                    0.21000000000000005,
                    0
                  ],
                  [
                    0.22000000000000008,
                    0
                  ],
                  [
                    0.2300000000000001,
                    0
                  ],
                  [
                    0.24000000000000007,
                    0
                  ],
                  [
                    0.25000000000000006,
                    -50
                  ],
                  [
                    0.26000000000000006,
                    -50
                  ],
                  [
                    0.2700000000000001,
                    -50
                  ],
                  [
                    0.2800000000000001,
                    -50
                  ],
                  [
                    0.2900000000000001,
                    -50
                  ],
                  [
                    0.3000000000000001,
                    -50
                  ],
                  [
                    0.3100000000000001,
                    -50
                  ],
                  [
                    0.3200000000000001,
                    -50
                  ],
                  [
                    0.3300000000000001,
                    -50
                  ],
                  [
                    0.34000000000000014,
                    -50
                  ],
                  [
                    0.35000000000000014,
                    -50
                  ],
                  [
                    0.36000000000000015,
                    -50
                  ],
                  [
                    0.37000000000000016,
                    -50
                  ],
                  [
                    0.38000000000000017,
                    -50
                  ],
                  [
                    0.3900000000000002,
                    -50
                  ],
                  [
                    0.4000000000000002,
                    -50
                  ],
                  [
                    0.4100000000000002,
                    -50
                  ],
                  [
                    0.4200000000000002,
                    -50
                  ],
                  [
                    0.4300000000000002,
                    -50
                  ],
                  [
                    0.4400000000000002,
                    -50
                  ],
                  [
                    0.45000000000000023,
                    -50
                  ],
                  [
                    0.46000000000000024,
                    -50
                  ],
                  [
                    0.47000000000000025,
                    -50
                  ],
                  [
                    0.48000000000000026,
                    -50
                  ],
                  [
                    0.4900000000000002,
                    -50
                  ],
                  [
                    0.5000000000000002,
                    -50
                  ],
                  [
                    0.5100000000000002,
                    -50
                  ],
                  [
                    0.5200000000000002,
                    -50
                  ],
                  [
                    0.5300000000000002,
                    -50
                  ],
                  [
                    0.5400000000000003,
                    -50
                  ],
                  [
                    0.5500000000000003,
                    -50
                  ],
                  [
                    0.5600000000000003,
                    -50
                  ],
                  [
                    0.5700000000000003,
                    -50
                  ],
                  [
                    0.5800000000000003,
                    -50
                  ],
                  [
                    0.5900000000000003,
                    -50
                  ],
                  [
                    0.6000000000000003,
                    -50
                  ],
                  [
                    0.6100000000000003,
                    -50
                  ],
                  [
                    0.6200000000000003,
                    -50
                  ],
                  [
                    0.6300000000000003,
                    -50
                  ],
                  [
                    0.6400000000000003,
                    -50
                  ],
                  [
                    0.6500000000000004,
                    -50
                  ],
                  [
                    0.6600000000000004,
                    -50
                  ],
                  [
                    0.6700000000000004,
                    -50
                  ],
                  [
                    0.6800000000000004,
                    -50
                  ],
                  [
                    0.6900000000000004,
                    -50
                  ],
                  [
                    0.7000000000000004,
                    -50
                  ],
                  [
                    0.7100000000000004,
                    -50
                  ],
                  [
                    0.7200000000000004,
                    -50
                  ],
                  [
                    0.7300000000000004,
                    -50
                  ],
                  [
                    0.7400000000000004,
                    -50
                  ],
                  [
                    0.7500000000000004,
                    0
                  ],
                  [
                    0.7600000000000005,
                    0
                  ],
                  [
                    0.7700000000000005,
                    0
                  ],
                  [
                    0.7800000000000005,
                    0
                  ],
                  [
                    0.7900000000000005,
                    0
                  ],
                  [
                    0.8000000000000005,
                    0
                  ],
                  [
                    0.8100000000000005,
                    0
                  ],
                  [
                    0.8200000000000005,
                    0
                  ],
                  [
                    0.8300000000000005,
                    0
                  ],
                  [
                    0.8400000000000005,
                    0
                  ],
                  [
                    0.8500000000000005,
                    0
                  ],
                  [
                    0.8600000000000005,
                    0
                  ],
                  [
                    0.8700000000000006,
                    0
                  ],
                  [
                    0.8800000000000006,
                    0
                  ],
                  [
                    0.8900000000000006,
                    0
                  ],
                  [
                    0.9000000000000006,
                    0
                  ],
                  [
                    0.9100000000000006,
                    0
                  ],
                  [
                    0.9200000000000006,
                    0
                  ],
                  [
                    0.9300000000000006,
                    0
                  ],
                  [
                    0.9400000000000006,
                    0
                  ],
                  [
                    0.9500000000000006,
                    0
                  ],
                  [
                    0.9600000000000006,
                    0
                  ],
                  [
                    0.9700000000000006,
                    0
                  ],
                  [
                    0.9800000000000006,
                    0
                  ],
                  [
                    0.9900000000000008,
                    0
                  ],
                  [
                    1,
                    0
                  ]
                ]
              }
            ],
            "title": "What changed after the challenge?",
            "value_mode": "percent_change",
            "x_label": "Time (s)",
            "y_label": "Change from baseline",
            "y_unit": "% when baseline is nonzero; native delta otherwise"
          },
          "description": "Baseline-relative trajectories show which signals moved after the challenge instead of hiding small changes on an absolute scale.",
          "render": "timeseries"
        },
        {
          "data": {
            "items": [
              {
                "color": "#0f766e",
                "label": "Arginine-bound nitric oxide synthase",
                "unit": "native SBML units",
                "value": 0.07312242587435111
              },
              {
                "color": "#0f766e",
                "label": "Citrulline",
                "unit": "native SBML units",
                "value": 0.009869713610101477
              },
              {
                "color": "#0f766e",
                "label": "Nitric oxide",
                "unit": "native SBML units",
                "value": 0.009202751254973716
              },
              {
                "color": "#0f766e",
                "label": "Nitric-oxide-bound nitric oxide synthase",
                "unit": "native SBML units",
                "value": 0.0005115912300437794
              },
              {
                "color": "#0f766e",
                "label": "Ferric endothelial nitric oxide synthase pool",
                "unit": "native SBML units",
                "value": 0.00036639046228331
              },
              {
                "color": "#0f766e",
                "label": "Arg",
                "unit": "native SBML units",
                "value": 0
              },
              {
                "color": "#0f766e",
                "label": "Oxygen",
                "unit": "native SBML units",
                "value": 0
              }
            ],
            "title": "Which variables responded most?",
            "x_label": "Model variable",
            "y_label": "Final minus baseline",
            "y_unit": "native SBML units"
          },
          "description": "Signed final-minus-baseline changes rank the strongest responses in the selected model outputs.",
          "render": "bar"
        },
        {
          "data": {
            "columns": [
              "Question",
              "Answer"
            ],
            "rows": [
              [
                "What question did this run answer?",
                "Does the endothelial pathway produce nitric oxide?"
              ],
              [
                "What challenge was applied?",
                "Oxygen availability challenge: oxygen changed from 150.0 to 75.0 dimensionless."
              ],
              [
                "How much simulated time was evaluated?",
                "1 s across 99 recorded time points"
              ],
              [
                "Which variable responded most?",
                "Arginine-bound nitric oxide synthase increased by 0.0731 (446% from baseline)."
              ],
              [
                "How should this be interpreted?",
                "Treat this as a modelled physiological challenge, not a clinical prediction; inspect the absolute and baseline-relative plots together."
              ]
            ],
            "subtitle": "Answers `Does the endothelial pathway produce nitric oxide?` using oxygen availability challenge over a 1-second Tellurium run.",
            "title": "What Happened"
          },
          "description": "Answers `Does the endothelial pathway produce nitric oxide?` for the Chen2006 Endothelial No Release run.",
          "render": "table"
        }
      ]
    }
  ]
}