// Created by libAntimony v2.13.0
model *Izhikevich2004_SpikingNeurons_inhibitionInducedSpiking()

  // Compartments and Species:
  compartment cell;

  // Rate Rules:
  v' = (0.04*v^2 + 5*v + 140 - u) + i;
  u' = a*(b*v - u);

  // Events:
  event_0000001: at v > Vthresh: u = u + d, v = c;
  event_0000002: at (time >= 50) && (time <= 250): i = 75;
  event_0000003: at time >= 250: i = 80;

  // Compartment initializations:
  cell = 1;

  // Variable initializations:
  v = -63.8;
  Vthresh = 30;
  c = -60;
  u = 63.8;
  d = 8;
  i = 80;
  a = -0.02;
  b = -1;

  // Other declarations:
  var v, u, i;
  const cell, Vthresh, c, d, a, b;

  // CV terms:
  cell hypernym "http://identifiers.org/go/GO:0005623"
end

Izhikevich2004_SpikingNeurons_inhibitionInducedSpiking is "Izhikevich2004_SpikingNeurons_inhibitionInducedSpiking"

Izhikevich2004_SpikingNeurons_inhibitionInducedSpiking model_entity_is "http://identifiers.org/biomodels.db/MODEL5575430623"
Izhikevich2004_SpikingNeurons_inhibitionInducedSpiking model_entity_is "http://identifiers.org/biomodels.db/BIOMD0000000129"
Izhikevich2004_SpikingNeurons_inhibitionInducedSpiking description "http://identifiers.org/pubmed/15484883"
Izhikevich2004_SpikingNeurons_inhibitionInducedSpiking hypernym "http://identifiers.org/go/GO:0019228"
Izhikevich2004_SpikingNeurons_inhibitionInducedSpiking taxon "http://identifiers.org/taxonomy/40674"
