BiosimulantBiosimulant
Search labs...
Sign inGet Started

Chen2006 Endothelial No Release Lab

About lab

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
Created2026-05-05
Updated2026-06-13
cardiovascularscenariostimulussbmlbiomodels_ebifaithfulvisualizationother

Manifest

{
  "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.",
  "io": {
    "inputs": [
      {
        "maps_to": "chen2006_endothelial_no_release_core.integration_step",
        "name": "integration_step"
      },
      {
        "maps_to": "chen2006_endothelial_no_release_core.parameter_overrides",
        "name": "parameter_overrides"
      },
      {
        "maps_to": "chen2006_endothelial_no_release_core.initial_conditions",
        "name": "initial_conditions"
      }
    ],
    "outputs": [
      {
        "maps_to": "chen2006_endothelial_no_release_scenario.scenario_metadata",
        "name": "scenario_metadata"
      },
      {
        "maps_to": "chen2006_endothelial_no_release_core.state",
        "name": "state"
      },
      {
        "maps_to": "chen2006_endothelial_no_release_viz.run_summary",
        "name": "run_summary"
      }
    ]
  },
  "models": [
    {
      "alias": "chen2006_endothelial_no_release_scenario",
      "parameters": {
        "baseline_until": 0.25,
        "challenge_until": 0.75,
        "scenario_description": "Baseline is followed by a oxygen challenge and recovery period.",
        "scenario_name": "Oxygen availability challenge",
        "schedule": {
          "arg_binding_rate": {
            "active": false,
            "baseline": 0.1,
            "challenge": 0.1,
            "description": "Scenario-controlled arg binding rate value.",
            "label": "arg binding rate",
            "recovery": 0.1,
            "unit": "dimensionless"
          },
          "l_arginine": {
            "active": false,
            "baseline": 100,
            "challenge": 100,
            "description": "Scenario-controlled l arginine value.",
            "label": "l arginine",
            "recovery": 100,
            "unit": "dimensionless"
          },
          "nitric_oxide_synthase_pool": {
            "active": false,
            "baseline": 0.015,
            "challenge": 0.015,
            "description": "Scenario-controlled nitric oxide synthase pool value.",
            "label": "nitric oxide synthase pool",
            "recovery": 0.015,
            "unit": "dimensionless"
          },
          "oxygen": {
            "active": true,
            "baseline": 150,
            "challenge": 75,
            "description": "Scenario-controlled oxygen value.",
            "label": "oxygen",
            "recovery": 150,
            "unit": "dimensionless"
          },
          "oxygen_binding_rate": {
            "active": false,
            "baseline": 1.89,
            "challenge": 1.89,
            "description": "Scenario-controlled oxygen binding rate value.",
            "label": "oxygen binding rate",
            "recovery": 1.89,
            "unit": "dimensionless"
          }
        }
      },
      "path": "models/scenario"
    },
    {
      "alias": "chen2006_endothelial_no_release_core",
      "parameters": {
        "integration_step": 0.01,
        "model_path": "data/BIOMD0000000676.xml"
      },
      "path": "models/core"
    },
    {
      "alias": "chen2006_endothelial_no_release_viz",
      "parameters": {
        "integration_step": 0.01,
        "lab_question": "Does the endothelial pathway produce nitric oxide?",
        "lab_title": "Chen2006 Endothelial No Release"
      },
      "path": "models/viz"
    }
  ],
  "package": "chen2006-endothelial-no-release",
  "runtime": {
    "communication_step": 0.01,
    "duration": 1,
    "initial_inputs": {
      "chen2006_endothelial_no_release_core": {
        "initial_conditions": {
          "payload": {}
        },
        "integration_step": 0.01,
        "parameter_overrides": {
          "payload": {}
        }
      }
    }
  },
  "schema_version": "2.0",
  "title": "Chen2006 Endothelial No Release Lab",
  "version": "1.0.0",
  "wiring": [
    {
      "from": "chen2006_endothelial_no_release_scenario.l_arginine",
      "to": [
        "chen2006_endothelial_no_release_core.l_arginine"
      ]
    },
    {
      "from": "chen2006_endothelial_no_release_scenario.oxygen",
      "to": [
        "chen2006_endothelial_no_release_core.oxygen"
      ]
    },
    {
      "from": "chen2006_endothelial_no_release_scenario.nitric_oxide_synthase_pool",
      "to": [
        "chen2006_endothelial_no_release_core.nitric_oxide_synthase_pool"
      ]
    },
    {
      "from": "chen2006_endothelial_no_release_scenario.arg_binding_rate",
      "to": [
        "chen2006_endothelial_no_release_core.arg_binding_rate"
      ]
    },
    {
      "from": "chen2006_endothelial_no_release_scenario.oxygen_binding_rate",
      "to": [
        "chen2006_endothelial_no_release_core.oxygen_binding_rate"
      ]
    },
    {
      "from": "chen2006_endothelial_no_release_scenario.scenario_metadata",
      "to": [
        "chen2006_endothelial_no_release_viz.scenario_metadata"
      ]
    },
    {
      "from": "chen2006_endothelial_no_release_core.state",
      "to": [
        "chen2006_endothelial_no_release_viz.state"
      ]
    },
    {
      "from": "chen2006_endothelial_no_release_core.species_labels",
      "to": [
        "chen2006_endothelial_no_release_viz.species_labels"
      ]
    }
  ]
}

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_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": [
        "initial_conditions",
        "integration_step",
        "parameter_overrides"
      ],
      "outputs": [
        "species_labels",
        "state"
      ]
    },
    "chen2006_endothelial_no_release_viz": {
      "inputs": [
        "species_labels",
        "state"
      ],
      "outputs": [
        "run_summary"
      ]
    }
  },
  "modules": [
    "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": {
            "Citrulline": 0,
            "Fe2": 0,
            "Fe2__Arg": 0,
            "Fe2__NO": 0,
            "Fe2__NOHA": 0,
            "Fe3__Arg": 0,
            "Fe3__NO": 0,
            "Fe3__NOHA": 0,
            "Fe3__O2__Arg": 0,
            "Fe3__O2__NOHA": 0,
            "Fe3__enos": 0,
            "NO": 0,
            "NOHA": 0
          }
        }
      }
    },
    "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,
            "rows": [
              [
                "How long did the simulation run?",
                "1 s"
              ],
              [
                "How many state variables were tracked?",
                "13"
              ],
              [
                "Which variable ended at the largest absolute value?",
                "Fe3+(enos) = 0"
              ],
              [
                "How many time points were recorded?",
                "99"
              ]
            ],
            "state_variable_count": 13
          }
        }
      }
    }
  },
  "state": {
    "chen2006_endothelial_no_release_core": {},
    "chen2006_endothelial_no_release_viz": {}
  },
  "visuals": [
    {
      "module": "chen2006_endothelial_no_release_viz",
      "module_class": "Chen2006NitricOxideReleaseFromEndothelialCBiomd0000000676ModelViz",
      "visuals": [
        {
          "data": {
            "series": [
              {
                "name": "Fe3+(enos)",
                "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": "Fe3+_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": "Fe2+",
                "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": "Fe2+_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": "Fe3+_NO",
                "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": "NO",
                "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": "Fe2+_NO",
                "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": "Fe3+_NOHA",
                "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": "NOHA",
                "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": "Fe2+_NOHA",
                "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": "Fe3+_O2-_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": "Fe3+_O2-_NOHA",
                "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": "Citrulline",
                "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
                  ]
                ]
              }
            ],
            "title": "State Variables Over Time"
          },
          "description": "How the model's state variables evolve over the simulated window.",
          "render": "timeseries"
        },
        {
          "data": {
            "columns": [
              "Question",
              "Answer"
            ],
            "rows": [
              [
                "How long did the simulation run?",
                "1 s"
              ],
              [
                "How many state variables were tracked?",
                "13"
              ],
              [
                "Which variable ended at the largest absolute value?",
                "Fe3+(enos) = 0"
              ],
              [
                "How many time points were recorded?",
                "99"
              ]
            ],
            "subtitle": "A 1-second window of the Chen2006 Endothelial No Release model, integrated by Tellurium.",
            "title": "What Happened"
          },
          "description": "Plain-language summary of the Chen2006 Endothelial No Release run.",
          "render": "table"
        }
      ]
    }
  ]
}