2016:groups:g4:start
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
2016:groups:g4:start [2016/01/10 12:42] – group4 | 2016:groups:g4:start [2024/01/09 18:45] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 25: | Line 25: | ||
*The authors make no conclusions about which plant species is being mimicked. How would the dynamics of this system change if there were more than one plant species serving as model? | *The authors make no conclusions about which plant species is being mimicked. How would the dynamics of this system change if there were more than one plant species serving as model? | ||
*Is it possible for orchid mantis to maintain higher population densities than their flower model? If so, what mechanisms would allow this surprising outcome? | *Is it possible for orchid mantis to maintain higher population densities than their flower model? If so, what mechanisms would allow this surprising outcome? | ||
+ | |||
+ | ===== Proposed Model ===== | ||
+ | |||
+ | Our model is in this {{: | ||
===== For Testing the Model ===== | ===== For Testing the Model ===== | ||
- | + | ||
+ | If you are in windows download you can just download unzip and run this file: | ||
+ | | ||
For testing our model during the presentation you can copy and paste this python source code and run it for an interactive model simulator. | For testing our model during the presentation you can copy and paste this python source code and run it for an interactive model simulator. | ||
If it doesn' | If it doesn' | ||
Line 33: | Line 40: | ||
If you already have python: | If you already have python: | ||
- | *Run in a console: | + | *Run in a console |
<code bash> | <code bash> | ||
pip install PyQt4 pyqtgraph | pip install PyQt4 pyqtgraph | ||
Line 40: | Line 47: | ||
Otherwise follow the instructions on the tutorials to install python. And then you should be able to run the line above. If the line above doesn' | Otherwise follow the instructions on the tutorials to install python. And then you should be able to run the line above. If the line above doesn' | ||
- | To install pip: | + | To install pip (python package manager): |
*In Ubuntu/ | *In Ubuntu/ | ||
<code bash> | <code bash> | ||
Line 46: | Line 53: | ||
</ | </ | ||
*In another operating system you should find how to install pip and then follow the instructions above. | *In another operating system you should find how to install pip and then follow the instructions above. | ||
- | <code python> | + | |
+ | <file python | ||
# | # | ||
Line 273: | Line 281: | ||
self.sc1.setData(s1x, | self.sc1.setData(s1x, | ||
self.sc2.setData(s2x, | self.sc2.setData(s2x, | ||
- | # axis = self.fpa_plt.getPlotItem().getAxis(' | ||
- | # x = [(i * 5, ' | ||
- | # enumerate(values[:: | ||
- | # axis.setTicks([x]) | ||
- | # axis.setLabel(' | ||
def upd(self, *args): | def upd(self, *args): | ||
Line 412: | Line 415: | ||
- | </code> | + | </file> |
===== References ===== | ===== References ===== |
2016/groups/g4/start.1452429762.txt.gz · Last modified: 2024/01/09 18:45 (external edit)