From 6179d2f212bdbab9554dbcfacaa4da0eab4dc2a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ya=C3=ABl=20Balbastre?= Date: Fri, 25 Oct 2024 16:17:10 +0100 Subject: [PATCH] Update julia.md --- docs/julia.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/docs/julia.md b/docs/julia.md index 337a9b3..a099d21 100644 --- a/docs/julia.md +++ b/docs/julia.md @@ -1,5 +1,30 @@ # Starting with Julia +#### External resources + +- [Julia official website](https://julialang.org) +- [Julia documentation](https://docs.julialang.org) +- [Julia tutorials](https://julialang.org/learning/) +- [From Zero to Julia](https://techytok.com/from-zero-to-julia/) +- [Modern Julia Workflows](https://modernjuliaworkflows.org) + +#### LINC Julia packages + +- [Fibers.jl](https://github.com/lincbrain/Fibers.jl) +- [Microstructure.jl](https://github.com/Tinggong/Microstructure.jl) +- [NIfTIZarr.jl](https://github.com/neuroscales/nifti-zarr/tree/impl/0.2/julia) + +#### External packages + +- [Pluto.jl](https://plutojl.org/) - Online Julia notebooks +- [Flux.jl](https://github.com/FluxML/Flux.jl) - Machine learning +- [Turing.jl](https://github.com/TuringLang/Turing.jl) - Bayesian inference with probabilistic programming +- [DifferentialEquations.jl](https://github.com/SciML/DifferentialEquations.jl) - Differential equation solvers +- [NIfTI.jl](https://github.com/JuliaNeuroscience/NIfTI.jl) - Read and write NIfTI files +- [Zarr.jl](https://github.com/JuliaIO/Zarr.jl) - Read and write Zarr files +- [Plots.jl](https://github.com/JuliaPlots/Plots.jl) - Plots and graphs +- [Makie.jl](https://github.com/MakieOrg/Makie.jl) - Alternative plots and graphs + ## Overview __Julia__ is a programming language with a strong focus on numerical computing.