/LivingMaterials2022

Workshop on Model-Driven Optimization of Biological Systems

Primary LanguageJulia

Model-Driven Optimization of Biological Systems

Workshop at the conference on Engineered Living Materials 2022 in Saarbrücken, Germany

In addition to the presentation slides, this repository contains an interactive notebook exemplifying concrete implementations of ODE-based models in the Julia programming language.

First, please download the latest version of Julia. The Pluto.jl package can then be installed from the Julia terminal via:

julia> using Pkg
julia> Pkg.add("Pluto")

To execute the notebook, use the following commands

julia> using Pluto
julia> Pluto.run()

and navigate to the Notebook.jl file using the Pluto.jl browser interface. To execute cells, use Shift + Enter.

If you have any further questions, feel free to message me at rafael.arutjunjan@fdm.uni-freiburg.de.