Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • I IBASAM
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
    • Model experiments
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • External wiki
    • External wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Admin message

Maintenance - Mise à jour Mardi 5 Décembre entre 7h00 et 9h00

  • Mathieu Buoro
  • IBASAM
  • Wiki
  • Home

Home · Changes

Page history
Updated Home (markdown) authored Feb 27, 2018 by Mathieu Buoro's avatar Mathieu Buoro
Hide whitespace changes
Inline Side-by-side
Home.md
View page @ 6f2618cd
......@@ -3,15 +3,15 @@ Welcome to the IBASAM wiki!
<img width="630" alt="ibasam" src="https://user-images.githubusercontent.com/14179200/33024686-0efb54d8-ce0c-11e7-957f-a956b12cbcf7.png">
- **What is IBASAM?**
# What is IBASAM?
IBASAM (Individual Based Atlantic SAlmon Model) is a simulation model, developed with an individual-based demo-genetic structure and integrating a significant amount of knowledge on [*Salmo salar*](http://www.fishbase.se/summary/Salmo-salar.html). To enhance realism, IBASAM has been developed in the framework of pattern-oriented modelling with multiple patterns validation at population levels using specific data collected over 15 yrs on the Scorff river, France. The genetic transmission of traits is included to allow evolutionary changes in Atlantic salmon life history.
- **What is IBASAM’ goal?**
# What is IBASAM’ goal?
IBASAM is a cohesive and novel tool to assess the effect of potential stressors on evolutionary demography of Atlantic salmon. It includes a demo-genetic structure coupled with the explicit representation of individual variability and complex life histories.
- **How does IBASAM work?**
# How does IBASAM work?
Please see [model description](ibasam) for full explanations, graphics of some of the mathematical functions used and code.
......@@ -30,7 +30,7 @@ It also includes 1 submodel to simulate impact of fishing and 2 environmental su
10. [River climate](riverclimate)
11. [Ocean climate](oceanclimate)
- **How to use IBASAM?**
# 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:
......@@ -38,7 +38,7 @@ The IBASAM model was developed in C++ and interfaced as a shared library for R (
[How to Use](howtouse)
- **How to contribute to IBASAM?**
# How to contribute to IBASAM?
[Contribution guidelines for this project](docs/CONTRIBUTING.md)
......@@ -46,8 +46,7 @@ The IBASAM model was developed in C++ and interfaced as a shared library for R (
References
=============================================
# References
Piou, C., Taylor, M. H., Papaïx, J., & Prévost, E. (2015). Modelling the interactive effects of selective fishing and environmental change on Atlantic salmon demogenetics. *Journal of Applied Ecology*, 52(6), 1629-1637. [Link](http://onlinelibrary.wiley.com/doi/10.1111/1365-2664.12512/abstract)
......@@ -56,7 +55,6 @@ Piou, C., Prévost, E. (2013). Contrasting effects of climate change in continen
Piou, C. & Prévost, E. (2012) A demo-genetic individual-based model for Atlantic salmon populations: Model structure, parameterization and sensitivity. *Ecological Modelling*, 231, 37–52. [Link](http://www.sciencedirect.com/science/article/pii/S0304380012000543)
License
---
# License
This project is licensed under the terms of the GNU General Public License GPLV3.0.
\ No newline at end of file
Clone repository
  • Home
  • Model description
    • Reproduction
    • Genetic
    • Growth
    • Survival
    • Smoltification
    • Maturation
    • Migrations
    • Fishing
    • River climate
    • Ocean climate
  • Installation
  • How To Use