https://github.com/JuliaLang/julia
Raw File
Tip revision: af8851983b8eb9a57a55065fa6aa158e162f8a06 authored by KristofferC on 26 June 2024, 15:10:30 UTC
check if package version exists in `pkgorigins` before trying to find it in the project file
Tip revision: af88519
CITATION.bib
% This article is the definitive citation for Julia.
@article{Julia-2017,
    title={Julia: A fresh approach to numerical computing},
    author={Bezanson, Jeff and Edelman, Alan and Karpinski, Stefan and Shah, Viral B},
    journal={SIAM {R}eview},
    volume={59},
    number={1},
    pages={65--98},
    year={2017},
    publisher={SIAM},
    doi={10.1137/141000671},
    url={https://epubs.siam.org/doi/10.1137/141000671}
}

% For more details on research related to Julia, see https://julialang.org/research
back to top