Skip to content

poseidon-fisheries/POSEIDON

This branch is 6 commits ahead of, 2 commits behind main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

77bcaca · Aug 4, 2024
Jun 17, 2024
Jul 23, 2024
Feb 5, 2024
Jul 23, 2024
Jun 3, 2024
May 28, 2024
Aug 4, 2024
Mar 1, 2024
Jun 12, 2024
Jun 13, 2024
May 28, 2024
Apr 10, 2024
Jun 12, 2024
May 22, 2024
Feb 7, 2023
Feb 7, 2023
Feb 9, 2024
Nov 29, 2023
Jun 12, 2024
Jun 12, 2024
May 15, 2024

Repository files navigation

POSEIDON

tests codecov

This is the code for POSEIDON, a fishery agent-based model; currently under review but open-source under GPL. For all intents and purposes please consider this code pre-alpha.

A good run-down of what it is and does is available here: http://carrknight.github.io/poseidon/appendix.html

How to run

This is a simple gradle project. As long as you have an updated version of java on your computer you can just type in the terminal

./gradlew run

and it will download libraries, compile sources and run the program. If you are not on linux/mac you just use gradle.bat instead.

Most IDEs should be able to open the project just by reading the build.gradle file.

Tutorial

A full fledged tutorial for this project is available here