Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chrisrackauckas/askem_evaluation_staging
https://github.com/chrisrackauckas/askem_evaluation_staging
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/chrisrackauckas/askem_evaluation_staging
- Owner: ChrisRackauckas
- Created: 2023-01-30T16:13:07.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-03T11:43:34.000Z (almost 2 years ago)
- Last Synced: 2024-10-17T07:20:52.982Z (3 months ago)
- Language: HTML
- Size: 30.9 MB
- Stars: 4
- Watchers: 8
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ASKEM_Evaluation_Staging
See the results at https://chrisrackauckas.github.io/ASKEM_Evaluation_Staging/
## Getting Started with Running the Code
To run locally, start by downloading this Github repository. Then open Julia and run:
```julia
cd("to the ASKEM_Evaluation_Staging/docs directory")# Setup packages
using Pkg
Pkg.activate(".")
Pkg.instantiate()# Run the build script
include("make.jl")
```## Dependencies Information
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
## Using the Pluto Notebooks
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:```julia
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.## Example of the Output Plots
![](https://user-images.githubusercontent.com/1814174/216075828-e7e7289b-1300-483f-bc3d-9bf73820fc33.png)