Research on Julia is carried out at the Julia Lab at MIT and at many universities worldwide. If you use Julia in your research, we request citing the following paper:
Julia: A Fresh Approach to Numerical Computing. Jeff Bezanson, Alan Edelman, Stefan Karpinski, Viral B. Shah. (2017) SIAM Review, 59: 65–98. doi: 10.1137/141000671. pdf.
Researchers contributing to Julia have been awarded various prizes:
@@tight-list
- 2024: Julia Community Prizes: Guillaume Dalle, the Makie team (Simon Danisch, Julius Krumbiegel, Frederic Freyer, & Anshul Singhvi) and the JuMP team (Oscar Dowson, Benoît Legat, & Miles Lubin)
- 2023: Julia Community Prizes: Valentin Churavy, William Moses, Ian Butterworth, Kristoffer Carlsson, and Yingbo Ma
- 2022: Julia Community Prizes: Morten Piibeleht, Michael Hatherly, Fredrik Ekre, and Mauro Werder, Frames White, and Shuhei Kadowaki
- 2021: Julia Community Prizes: Bogumił Kamiński & Milan Bouchet-Valat, Fons van der Plas, and Dilum Aluthge
- 2020: Julia Community Prizes: Huda Nassar, Mosè Giordano, and Chris Elrod
- 2019: NumFOCUS Awards and New Contributor Recognition: Logan Kilpatrick, Mosè Giordano
- 2019: IEEE Computer Society Sidney Fernbach Award: Alan Edelman
- 2019: Julia Community Prizes: Jane Herriman, Mike Innes, and Jacob Quinn
- 2019: James H. Wilkinson Prize for Numerical Software: Jeff Bezanson, Stefan Karpinski, and Viral Shah
- 2019: Forbes 30 under 30 in Enterprise Technology: Keno Fischer for Julia
- 2018: Inaugural NumFOCUS Awards and New Contributor Recognition: Pietro Vertechi, Michael Savastio
- 2018: Julia Community Prizes: Tim Besard, Katharine Hyatt, Chris Rackauckas, and Elliot Saba
- 2018: DSWeb Software Contest: George Datseris for DynamicalSystems.jl
- 2018: Best of Open Source Software (Bossie) Award: The Julia project
- 2016: INFORMS Computing Society Prize: Miles Lubin, Iain Dunning, and Joey Huchette for JuMP.jl
- 2015: IEEE-CS Charles Babbage Award: Alan Edelman @@
Google Scholar provides a list of papers citing Julia. A contributed list of citations used to be maintained, which is now archived.
In order to make Julia packages and projects easy to cite, the
community has settled on a standard location and format for
bibliographic information.
Please add a CITATION.bib
file (BibTeX format) in the top-level directory of your package or repo.
The key for the bib entry should be <PackageName.jl>-<year>-<letter> (Use a letter if you have multiple citations in same year).
For example, see the CITATION.bib file in the Julia repo.