See the results at https://chrisrackauckas.github.io/ASKEM_Evaluation_Staging/
To run locally, start by downloading this Github repository. Then open Julia and run:
cd("to the ASKEM_Evaluation_Staging/docs directory")
# Setup packages
using Pkg
Pkg.activate(".")
Pkg.instantiate()
# Run the build script
include("make.jl")
All information about the required dependencies is stored in the Project.toml file:
https://github.com/ChrisRackauckas/ASKEM_Evaluation_Staging/blob/main/docs/Project.toml
The Pluto notebooks are fully relocatable and download the dependencies and data on-demand, making them easy install and use. To do this, first install Julia v1.8.5 from https://julialang.org/downloads/. Then open up Julia and run:
using Pkg
Pkg.add("Pluto")
import Pluto
Pluto.run()
When this window opens in your browser, navigate to the Pluto notebook. Opening it will start the download of all data and dependencies, along with the automatic installation and compilation of all dependencies. This may take awhile due to the complexity of the downloads.