Git Product home page Git Product logo

biotic-pump-complex-network's Introduction

biotic-pump-complex-network

Reproducing Networks of forest ecosystems: Mathematical modeling of their biotic pump mechanism and resilience to certain patch deforestation as part of UvA's Complex System Simulation 2023 course.

The notebooks folder contains selected figures reproduced from the paper, the src contains functions for implementing the model, and the scripts folder contains a plotting and simulation file.

Installation

Go to julialang.org.

On Linux (this is the most stable setup, so please use this if possible):

cd ~
wget https://julialang-s3.julialang.org/bin/linux/x64/1.9/julia-1.9.1-linux-x86_64.tar.gz
tar zxvf julia-1.9.1-linux-x86_64.tar.gz

Then edit your ~/.bashrc file and add export PATH="$PATH:~/julia-1.9.1/bin" to the end of the file. Note that you could replace the ~ in the path you export to the PATH variable with /home/<INSERT YOUR USERNAME>. Finally, source ~/.bashrc and then check to see that the Julia REPL works by typing julia.

Usage

If Julia is already installed, change to the directory of this project and do the following in a command prompt:

julia> using Pkg
julia> Pkg.install("DrWatson") # only if not already installed
julia> Pkg.activate(".")
julia> Pkg.instantiate()

You may notice that Julia scripts start with the commands:

using DrWatson
@quickactivate :CSSim

which auto-activate the project and enable local path handling from DrWatson.

The above syntax is based on making your DrWatson project a usable module, which was done for the purposes of using Revise.jl. See the discussion here for more information on this.

For developers only:

To setup Revise.jl, follow the instructions described here and make sure to modify your ~/.julia/config/startup.jl to include using Revise.

References

Cantin2020

Antonovsky1990

Julia Debugger.jl Tutorial

biotic-pump-complex-network's People

Contributors

jfdev001 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.