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

  // Compartments and Species:
  compartment compartment_;
  species Pfr in compartment_, Pr in compartment_, Xi in compartment_, Xa in compartment_;
  species prepreS in compartment_, preS in compartment_, Ya in compartment_;
  species S in compartment_, $Gluc in compartment_, Yi in compartment_, V in compartment_;
  species Pi in compartment_;

  // Reactions:
  Photoreceptor_activation: Pfr => Pr; compartment_*Pfr*Photoreceptor_activation_IfrSfrPfr;
  Photoreceptor_inactivation: Pr => Pfr; Photoreceptor_inactivation_IrSrPr*Pr*compartment_;
  Transducer_activation: Xi => Xa; Xi*Transducer_activation_kia*Pr*compartment_;
  Transducer_inactivation: Xa => Xi; Transducer_inactivation_kai*Xa*compartment_;
  preS_formation: prepreS => preS; prepreS*preS_formation_kx*Xa*compartment_;
  S_generation: preS => S; preS*S_generation_ky*Ya*compartment_;
  Glucose_sensor_inactivation: Ya + $Gluc => Yi; Glucose_sensor_inactivation_kG*Ya*Gluc*compartment_;
  S_formation:  => S; compartment_*(S_formation_alpha1/(1 + V^3));
  V_formation:  => V; compartment_*(V_formation_alpha2/(1 + S^3));
  S_degradation: S => ; S_degradation_kd_s*S*compartment_;
  V_degradation: V => ; compartment_*V*V_degradation_kd_v;
  Photoreceptor_decay: Pr => Pi; compartment_*Photoreceptor_decay_kd*Pr;

  // Species initializations:
  Pfr = 10/compartment_;
  Pr = 0;
  Xi = 6/compartment_;
  Xa = 0;
  prepreS = 200/compartment_;
  preS = 0;
  Ya = 0.9/compartment_;
  S = 0;
  Gluc = 0;
  Yi = 0;
  V = 30/compartment_;
  Pi = 0;

  // Compartment initializations:
  compartment_ = 1;

  // Variable initializations:
  Photoreceptor_activation_IfrSfrPfr = 0.1;
  Photoreceptor_inactivation_IrSrPr = 0;
  Transducer_activation_kia = 0.1;
  Transducer_inactivation_kai = 0.8;
  preS_formation_kx = 0.2;
  S_generation_ky = 1;
  Glucose_sensor_inactivation_kG = 0.1;
  S_formation_alpha1 = 30;
  V_formation_alpha2 = 50;
  S_degradation_kd_s = 1;
  V_degradation_kd_v = 1;
  Photoreceptor_decay_kd = 0.1;

  // Other declarations:
  const compartment_;

  // Unit definitions:
  unit time_unit = 3600 second;

  // Display Names:
  time_unit is "hour";

  // CV terms:
  Pfr version "http://identifiers.org/chebi/CHEBI:35799",
              "http://identifiers.org/interpro/IPR001294"
  Pr version "http://identifiers.org/chebi/CHEBI:35799",
             "http://identifiers.org/interpro/IPR001294"
  Gluc identity "http://identifiers.org/chebi/CHEBI:17234",
                "http://identifiers.org/kegg.compound/C00293"
  Photoreceptor_activation hypernym "http://identifiers.org/go/GO:0031516"
  Photoreceptor_inactivation hypernym "http://identifiers.org/go/GO:0031517"
  S_formation hypernym "http://identifiers.org/go/GO:0009299",
                       "http://identifiers.org/go/GO:0006412"
  V_formation hypernym "http://identifiers.org/go/GO:0009299",
                       "http://identifiers.org/go/GO:0006412"
  S_degradation hypernym "http://identifiers.org/go/GO:0006402"
  V_degradation hypernym "http://identifiers.org/go/GO:0006402"
end

BIOMD0000000037 is "Marwan2003 - Genetics, regulatory hierarchy between genes"

BIOMD0000000037 model_entity_is "http://identifiers.org/biomodels.db/BIOMD0000000037"
BIOMD0000000037 model_entity_is "http://identifiers.org/biomodels.db/MODEL6621175859"
BIOMD0000000037 description "http://identifiers.org/pubmed/12750324"
BIOMD0000000037 hypernym "http://identifiers.org/go/GO:0010018",
                         "http://identifiers.org/go/GO:0042173"
BIOMD0000000037 taxon "http://identifiers.org/taxonomy/5791"
