Updated Home (markdown) authored by Mathieu Buoro's avatar Mathieu Buoro
......@@ -15,21 +15,6 @@ IBASAM is a cohesive and novel tool to assess the effect of potential stressors
Please see [model description](ibasam) for full explanations, graphics of some of the mathematical functions used and code.
IBASAM is made of 8 submodels representing fundamental biological processes :
1. [Reproduction and redd creation](Reproduction)
2. [Emergence from the redds and individual birth](Emergence)
3. [Genetic coding and transmission](Genetic)
4. [Growth](Growth)
5. [Survival](Survival)
6. [Smoltification](Smoltification)
7. [Maturation](Maturation)
8. [Migrations](Migrations)
It also includes 1 submodel to simulate impact of fishing and 2 environmental submodels to simulate climate change :
9. [Fishing](fishing)
10. [River climate](riverclimate)
11. [Ocean climate](oceanclimate)
# How to use IBASAM?
The IBASAM model was developed in C++ and interfaced as a shared library for R (R Development Core, 2010) to make easy the statistical analyses of model outputs. The C++ source codes and R scripts to create and use the model as R package are available online on Github. More detailed explanations are provided here:
......
......