luciansmith / network-modeling-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

network-modeling-example

A python script that analyzes and changes the Wolf Glycolysis model, for demonstration purposes.

Excercise:

  1. Visit https://github.com/luciansmith/network-modeling-example
  2. Copy the python script into colab and run it.
    (Note: you'll probably need a '!apt-get install libncurses5' and then '!pip install tellurium' added at the top.)
  3. It doesn't oscillate! Did it use to? Check out the very first version and check.
  4. Find out when I made a mistake and why it happened.
  5. File a bug report ('issue') and describe what the problem is. ADVANCED
  6. Create a fork of the repository
  7. Fix the model so it oscillates again, check that in to your fork.
  8. Put back in the annotations and units, check that in.
  9. (extra advanced): Create a pull request back to my repository to fix everything.

About

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 100.0%