Team:Carnegie Mellon/Fish
From 2014.igem.org
Acelentano (Talk | contribs) |
|||
(49 intermediate revisions not shown) | |||
Line 99: | Line 99: | ||
<h1><center>Purpose</center> </h1> | <h1><center>Purpose</center> </h1> | ||
- | <p> < | + | <p> <justify> The fish model allows users to see the effects of different concentrations of estrogen on a freshwater ecosystem containing algae, fish, and birds. The model attempts to capture the long-term effects of estrogen on male fish, and demonstrates how sensitive a freshwater ecosystem can be to various concentrations of estrogen. The model is stochastic and it was written in NetLogo, an agent-based modeling language which allows users to view and analyze complex interactions between agents and their environment. A stochastic model employs probability to determine the behavior of its components, thus it is the best type of model to capture the randomness of an ecosystem. The model was also demonstrated to local public school teachers so that they could help their students visualize interactions between different organisms and organisms and their environment. The current lake we are simulating is fictional, however, the code has been developed in such a way that one could substitute the parameters in our model with parameters they have received from a particular lake they wish to test. </justify></p> |
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
<hr> | <hr> | ||
<h1> <center>Outline</center></h1> | <h1> <center>Outline</center></h1> | ||
- | <p> <center> | + | <p> |
+ | |||
+ | <center><img src="https://static.igem.org/mediawiki/2014/5/58/Model_in_Action.PNG"></center></br></br> | ||
- | < | + | <justify> |
The fish model follows a simple tropic pyramid structure. The algae is the food source of the fish, which | The fish model follows a simple tropic pyramid structure. The algae is the food source of the fish, which | ||
Line 153: | Line 140: | ||
To run the model simply go to the interface tab, hit setup, and then run. | To run the model simply go to the interface tab, hit setup, and then run. | ||
- | Each fish in the model represents a school of 100 fishes. < | + | Each fish in the model represents a school of 100 fishes. The pink fish are female, the cyan fish are male, and the yellow fish are feminized males. </justify></p> |
<hr> | <hr> | ||
<h1> <center>The Parameters</center></h1> | <h1> <center>The Parameters</center></h1> | ||
Line 164: | Line 151: | ||
Essentially the most important thing for the model to do is capture the effects of estrogenic on a freshwater | Essentially the most important thing for the model to do is capture the effects of estrogenic on a freshwater | ||
- | ecosystem, which is what the default parameters do.</p> | + | ecosystem, which is what the default parameters do.</p></br> |
- | <table border="1" cellspacing="0" cellpadding=" | + | <table border="1" cellspacing="0" cellpadding="10" align="center"> |
<tbody> | <tbody> | ||
<tr> | <tr> | ||
- | <td width=" | + | <td width="250" valign="top"> |
<p align="center"> | <p align="center"> | ||
<strong>Parameter</strong> | <strong>Parameter</strong> | ||
</p> | </p> | ||
</td> | </td> | ||
- | <td width=" | + | <td width="250" valign="top"> |
<p align="center"> | <p align="center"> | ||
<strong>Value (if applicable)</strong> | <strong>Value (if applicable)</strong> | ||
</p> | </p> | ||
</td> | </td> | ||
- | <td width=" | + | <td width="250" valign="top"> |
<p align="center"> | <p align="center"> | ||
<strong>Reasoning (if applicable)</strong> | <strong>Reasoning (if applicable)</strong> | ||
Line 724: | Line 711: | ||
<h1> <center>Insight</center></h1> | <h1> <center>Insight</center></h1> | ||
- | <p> < | + | <p> <justify> In the following section we explain the reasoning behind the two stochastic processes employed in the model: </br></br> |
- | + | | |
• Feminization of the male fish </br> | • Feminization of the male fish </br> | ||
+ | | ||
• Reproduction of the birds/fish.</br></br> | • Reproduction of the birds/fish.</br></br> | ||
Line 735: | Line 723: | ||
matured males. The rate of estrogen storage for a juvenile male fish is captured by the formula below:</br></br> | matured males. The rate of estrogen storage for a juvenile male fish is captured by the formula below:</br></br> | ||
- | <img src="https://static.igem.org/mediawiki/2014/6/64/Juve_Estore.png" | + | <center><img src="https://static.igem.org/mediawiki/2014/6/64/Juve_Estore.png"></center></br></br> |
Mature male fish store estrogen at a slower rate. A male fish is defined as mature when its age is greater than or | Mature male fish store estrogen at a slower rate. A male fish is defined as mature when its age is greater than or | ||
Line 743: | Line 731: | ||
the formula below:</br></br> | the formula below:</br></br> | ||
- | <img src="https://static.igem.org/mediawiki/2014/3/31/Mature_estore.png"></br></br> | + | <center><img src="https://static.igem.org/mediawiki/2014/3/31/Mature_estore.png"></center></br></br> |
The model updates the state of each agent each tick. A tick is essentially representative of all the life functions | The model updates the state of each agent each tick. A tick is essentially representative of all the life functions | ||
Line 757: | Line 745: | ||
formula below:</br></br> | formula below:</br></br> | ||
- | <img src="https://static.igem.org/mediawiki/2014/7/7e/Fem_Chance_Fish.png"> </br></br> | + | <center><img src="https://static.igem.org/mediawiki/2014/7/7e/Fem_Chance_Fish.png"></center></br></br> |
The RNG then generates a floating point number between 0 and 1.0. If said number is less than the feminization | The RNG then generates a floating point number between 0 and 1.0. If said number is less than the feminization | ||
Line 779: | Line 767: | ||
the following formula below:</br></br> | the following formula below:</br></br> | ||
- | <img src="https://static.igem.org/mediawiki/2014/2/23/Reproduction_Chance_Fish.png"></br></br> | + | <center><img src="https://static.igem.org/mediawiki/2014/2/23/Reproduction_Chance_Fish.png"></center></br></br> |
Thus the chance any female can successfully reproduced varies as a function of the number of fertile males of | Thus the chance any female can successfully reproduced varies as a function of the number of fertile males of | ||
Line 792: | Line 780: | ||
eggs are fertilized. | eggs are fertilized. | ||
- | + | </p> | |
<h1> <center>Results</center></h1> | <h1> <center>Results</center></h1> | ||
- | <p>The most important thing to take away from the model is how fickle the organisms at the top of the food chain | + | <p align="justify">The most important thing to take away from the model is how fickle the organisms at the top of the food chain |
are to changes in the chemical composition of the water. Even though the estrogen directly affects the fish by | are to changes in the chemical composition of the water. Even though the estrogen directly affects the fish by | ||
Line 805: | Line 793: | ||
they are a trophic level higher than the fish.</br></br> | they are a trophic level higher than the fish.</br></br> | ||
- | <i><b><font size="4">Scenario 1: No Estrogen Added</font></b></i></ | + | <center><i><b><font size="4">Scenario 1: No Estrogen Added</font></b></i></center> |
- | <img src="https://static.igem.org/mediawiki/2014/a/a2/NoEstrogen.PNG"></br></br> | + | <video width="960" height="540" align="center" controls> |
+ | <source src="https://static.igem.org/mediawiki/2014/9/9d/Fish_Scenario_1.ogg" type='video/ogg'/> | ||
+ | </video></br></br> | ||
+ | |||
+ | <left>The above video represents the ecosystem with no estrogen in the water.</left></br></br> | ||
+ | |||
+ | <center><img src="https://static.igem.org/mediawiki/2014/a/a2/NoEstrogen.PNG"></center></br></br> | ||
If there is no estrogen added, the ecosystem is in dynamic equilibrium. Essentially the ecosystem follows the classic predator prey relationship described in the section titled 'Outline'.</br></br> | If there is no estrogen added, the ecosystem is in dynamic equilibrium. Essentially the ecosystem follows the classic predator prey relationship described in the section titled 'Outline'.</br></br> | ||
- | <i><b><font size="4">Scenario 2: Low Concentrations of Estrogen (ppt 0 – 20)</font></b></i | + | <center><i><b><font size="4">Scenario 2: Low Concentrations of Estrogen (ppt 0 – 20)</center></font></b></i> |
- | <img src="https://static.igem.org/mediawiki/2014/0/07/LowEstrogen.PNG"></br></br> | + | <video width="960" height="540" align="center" controls> |
+ | <source src="https://static.igem.org/mediawiki/2014/2/29/Fish_Scenario_2.ogg" type='video/ogg'/> | ||
+ | </video></br></br> | ||
+ | |||
+ | <left>The above video represents the ecosystem after 20 ppt estrogen is added to the water.</left></br></br> | ||
+ | |||
+ | <center><img src="https://static.igem.org/mediawiki/2014/0/07/LowEstrogen.PNG"></center></br></br> | ||
Low concentrations of estrogen have a noticeable immediate effect on the ecosystem; however, over time the ecosystem is able to reach dynamic equilibrium once more. At tick 100, 20 ppt of estrogen was added to the water. Around tick 105 the fish population dipped to the lowest value it would ever be (150,000 individuals). This lead to the bird population experiencing a dangerously low dip at around ticks 130-135. Also the low fish population at tick 105, led to the highest recorded algae population around ticks 130-135. </br></br> | Low concentrations of estrogen have a noticeable immediate effect on the ecosystem; however, over time the ecosystem is able to reach dynamic equilibrium once more. At tick 100, 20 ppt of estrogen was added to the water. Around tick 105 the fish population dipped to the lowest value it would ever be (150,000 individuals). This lead to the bird population experiencing a dangerously low dip at around ticks 130-135. Also the low fish population at tick 105, led to the highest recorded algae population around ticks 130-135. </br></br> | ||
- | <i><b><font size="4">Scenario 3: Medium Estrogen Concentrations (21 – 39 ppt)</font></b></i></br></br> | + | <center><i><b><font size="4">Scenario 3: Medium Estrogen Concentrations (21 – 39 ppt)</center></font></b></i> |
+ | |||
+ | <video width="960" height="540" align="center" controls> | ||
+ | <source src="https://static.igem.org/mediawiki/2014/5/53/Fish_Scenario_3.ogg" type='video/ogg'/> | ||
+ | </video></br></br> | ||
+ | |||
+ | <left>The above video represents the ecosystem after 30 ppt estrogen is added to the water.</left></br></br> | ||
+ | |||
+ | <center><img src="https://static.igem.org/mediawiki/2014/5/53/MediumEstrogen.PNG"></center></br></br> | ||
+ | |||
+ | Medium concentrations of estrogen have quite an interesting effect on the ecosystem. 30 ppt of estrogen was added to the ecosystem at tick 40. From ticks 50-100, the fish population was dangerously low for a longer period of time than a typical dip in the fish population. This long dip in the fish population caused the birds to die out as there was simply not enough food. The long dip in the fish population led to a large spike in the algae population. The spike in the algae population coupled with the local extinction of the bird population, allowed the fish population to boom after its prolonged dip. The long dip in the fish population could be potentially harmful for humans as well, if the lake was used for fishing. Such a low population of fish for an extended period of time, would destroy the seasonal yield for many fishermen and put them out of business.</br></br> | ||
- | < | + | <center><i><b><font size="4">Scenario 4: High Estrogen Concentrations (≥ 40 ppt)</center></font></b></i> |
- | + | <video width="960" height="540" align="center" controls> | |
+ | <source src="https://static.igem.org/mediawiki/2014/d/d8/Fish_Scenario_4.ogg" type='video/ogg'/> | ||
+ | </video></br></br> | ||
- | < | + | <left>The above video represents the ecosystem after 60 ppt estrogen is added to the water.</left></br></br> |
- | <img src="https://static.igem.org/mediawiki/2014/a/a7/HighEstrogen.PNG"></br></br> | + | <center><img src="https://static.igem.org/mediawiki/2014/a/a7/HighEstrogen.PNG"></center></br></br> |
When the estrogen concentration is too high, both the fish and bird populations get wiped out. The fish are incapable of producing enough fertile offspring to sustain their population, which in turn means the birds have no available food source. The algae due to the lack of fish, overgrows, and covers the whole lake which leads to other problems such as algal bloom. 60 ppt of estrogen was added at tick 95, and the bird population died almost instantly (~15 ticks), whereas the fish population was a little hardier (died out only after ~100 ticks). | When the estrogen concentration is too high, both the fish and bird populations get wiped out. The fish are incapable of producing enough fertile offspring to sustain their population, which in turn means the birds have no available food source. The algae due to the lack of fish, overgrows, and covers the whole lake which leads to other problems such as algal bloom. 60 ppt of estrogen was added at tick 95, and the bird population died almost instantly (~15 ticks), whereas the fish population was a little hardier (died out only after ~100 ticks). | ||
Line 833: | Line 845: | ||
<h1> <center>Code</center></h1> | <h1> <center>Code</center></h1> | ||
- | A commented, working version of the code can be found | + | A commented, working version of the code can be found at <a href="https://static.igem.org/mediawiki/2014/e/e9/Feminzed_Fish.pdf">Feminized Fish Model</a> |
- | <a href="https://static.igem.org/mediawiki/2014/e/e9/Feminzed_Fish.pdf">Feminized Fish Model</a> | + | |
</br> | </br> | ||
<h1><center>References</center></h1> | <h1><center>References</center></h1> |
Latest revision as of 01:32, 18 October 2014
Purpose
Outline
The Parameters
The parameters do not entirely reflect reality. For example both the max age of the fish and birds are the same in the model, even though in actuality birds typically live much longer than fish. However, the parameters are organized in such a way that the math for the model works out in a manner which is easy to program. Essentially the most important thing for the model to do is capture the effects of estrogenic on a freshwater ecosystem, which is what the default parameters do.
Parameter |
Value (if applicable) |
Reasoning (if applicable) |
water-color |
blue |
Aesthetic purposes. Static value. |
male-fish-color |
cyan |
Aesthetic purposes. Static value. |
female-fish-color |
pink |
Aesthetic purposes. Static value. |
feminized-fish-color |
yellow |
Aesthetic purposes. Static value. |
bird-color |
orange |
Aesthetic purposes. Static value. |
algae-color |
green-scale |
Aesthetic purposes. Static value. Darker green squares correspond to more algae. |
fish-stride |
0.8 |
The distance traveled each tick. Static value. |
bird-stride |
0.5 |
The distance traveled each tick. Static value. Birds should be a little slower than the fish so that the fish are not decimated. |
fish-size |
0.8 |
Relative size of the fish. Static value. |
bird-size |
1.2 |
Relative size of the birds. Static value. Birds should be bigger than their prey. |
fish-reproduction-age |
20 |
The age at which a fish is mature enough to reproduce. Static value. |
bird-reproduction-age |
20 |
The age at which a bird is mature enough to reproduce. Static value. |
fish-max-age |
100 |
The age at which a fish will die of old age. Static value. |
bird-max-age |
100 |
The age at which a bird will die of old age. Static value. |
max-fish-offspring |
2 |
Maximum number of offspring a female fish can produce each time she successfully reproduces. Static value. DO NOT CHANGE as the value must always be greater than the max number of offspring a bird can produce but almost all computers cannot handle a value of > 2. |
max-bird-offspring |
1 |
Maximum number of offspring a female bird can produce each time she successfully reproduces. Static value. DO NOT CHANGE as the value must always be less than the max number of offspring a fish can produce but almost all computers cannot handle a value of > 1. |
male? |
true/false |
Assigned when an agent is born. Static at birth. 50% chance of being true. |
energy |
≤ 100 |
Initialized to 100 when an agent is born. If it is less than or equal to 0, then the agent dies. Increases as the agent consumes food, up to a max value of 100. Decreases by a fixed amount each tick. |
current-age |
0-100 |
The age of an agent. Initialized to 0 when an agent is born. Incremented by one each tick. |
estrogen-concentration |
≥ 0 |
Initialized to 0. Represents the current concentration of estrogen (ppt) in the water. Decreases over time and as fish are feminized. Can be increased by the user. |
estrogen-resistance |
200 |
The ability of a male fish to resist feminization. Static value. Higher number corresponds to higher base resistance (different types of fish resist estrogen to various extents so the model can be used to simulate different freshwater sources). |
estrogen-accumulated-max |
0.1 |
Essentially captures how much estrogen can be accumulated in the fat tissue of a male fish over time. Static value. |
estrogen accumulated |
≤ estrogen-stored-max |
The current amount of estrogen accumulated in a male fish due to exposure to estrogen from environment. As this number increases the chance a male fish is feminized also increases. |
algae-energy |
0-100 |
The amount of algae present in a square. If it equals 0, then there is no algae present in the square and the square is blue. |
algae-growth-rate |
10 |
The amount of energy an algae tile gains each time it reproduces. Static value. |
algae-growth-delay |
15 |
The amount of time the algae needs to wait before it can reproduce. Static value. |
algae-max-energy |
100 |
The maximum amount of algae that can be located in a tile. Static value. |
fish-survival |
0.30 |
Probability that a fish makes it out of infancy. Static value. |
bird-survival |
0.15 |
Probability that a bird makes it out of infancy. Static value. |
fish-find-egg |
10 |
The more male fish there are the greater the chance is that an egg is fertilized. Increasing this number increases the number of male fish needed to fertilize eggs (a large body of water will have a greater value for this parameter). |
bird-egg |
1 |
The more male birds there are the greater the chance is that an egg is fertilized. Increasing this number increases the number of male birds needed to fertilize eggs (a large body ecosystem will have a greater value for this parameter). |
Insight
Results
The most important thing to take away from the model is how fickle the organisms at the top of the food chain are to changes in the chemical composition of the water. Even though the estrogen directly affects the fish by feminizing them, the birds are the species which are more prone to dying out first if the estrogen level is too high as they are highly responsive to even slight dips in the population of their food source, due to the fact that they are a trophic level higher than the fish.
Code
A commented, working version of the code can be found at Feminized Fish Model
References
1. Novak, M. and Wilensky, U. (2011). NetLogo Bug Hunt Predators and Invasive Species model. http://ccl.northwestern.edu/netlogo/models/BugHuntPredatorsandInvasiveSpecies. Center for Connected Learning and Computer-Based Modeling, Northwestern University, Evanston, IL. 2. Wilensky, U. (1999). NetLogo. http://ccl.northwestern.edu/netlogo/. Center for Connected Learning and Computer-Based Modeling, Northwestern University, Evanston, IL.