CARDIOVASCULAR PHYSIOLOGY
IF / ELSE IN ACTION
The body constantly makes decisions to maintain balance. If a condition changes, another response is triggered.
if blood_pressure < 90:
increase_heart_rate()
constrict_blood_vessels()
else:
maintain_homeostasis()
BIOLOGICAL LOGIC
Translate biological mechanisms into computational models, simulations and research workflows.