Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Persefone.jl
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Persefone
Persefone.jl
Commits
97a37c2c
Commit
97a37c2c
authored
2 years ago
by
xo30xoqa
Browse files
Options
Downloads
Patches
Plain Diff
Updated README
parent
75b51293
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+19
-0
19 additions, 0 deletions
README.md
with
19 additions
and
0 deletions
README.md
+
19
−
0
View file @
97a37c2c
...
@@ -3,6 +3,25 @@
...
@@ -3,6 +3,25 @@
**
An agent-based, socio-economic-ecological model of agricultural landscapes
**
An agent-based, socio-economic-ecological model of agricultural landscapes
in Europe under the CAP.
**
in Europe under the CAP.
**
## Description
Persephone models farmers' decision making and its impact on species in agricultural
landscapes. The aim is to investigate how policies such as the CAP influence farms and
biodiversity.
It is currently in the very early stages of development.
## Usage
Install the latest version of the
[
Julia
](
https://julialang.org/downloads/
)
programming
language. The recommended editors are
[
VSCode
](
https://www.julia-vscode.org/
)
or
[
Emacs
](
https://www.emacswiki.org/emacs/JuliaProgrammingLanguage
)
.
Then, open a Julia commandline and install the
[
Agents.jl
](
https://juliadynamics.github.io/Agents.jl/stable/
)
framework using
`using Pkg; Pkg.add("Agents")`
.
Run the simulation by executing
`run.jl`
from the commandline, or loading it from
within a Julia REPL with
`include("run.jl")`
.
---
---
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment