mirror of
https://github.com/JuliaLang/julia.git
synced 2026-05-28 03:10:33 +08:00
Hello! We noticed that your `CITATION.cff` had a small issue and fixed it. In addition to the fix, this Pull Request automates validation of that file using the [cffconvert GitHub Action](https://github.com/marketplace/actions/cffconvert). That way, it's a little bit easier to be robust against future changes to the `CITATION.cff` file. BTW it's perfectly fine if you don't feel like accepting this Pull Request for whatever reason -- we just thought it might be helpful is all. We found your repository using a partially automated workflow; if you have any questions about that, feel free to create an issue over at https://github.com/cffbots/filtering/issues/ On behalf of the cffbots team, @abelsiqueira / @fdiblen / @jspaaks --------- Co-authored-by: Max Horn <max@quendi.de>
42 lines
1012 B
YAML
42 lines
1012 B
YAML
# Official format description at https://citation-file-format.github.io
|
|
cff-version: 1.2.0
|
|
message: "Cite this paper whenever you use Julia"
|
|
authors:
|
|
- family-names: "Bezanson"
|
|
given-names: "Jeff"
|
|
- family-names: "Edelman"
|
|
given-names: "Alan"
|
|
- family-names: "Karpinski"
|
|
given-names: "Stefan"
|
|
- family-names: "Shah"
|
|
given-names: "Viral B."
|
|
title: "Julia: A fresh approach to numerical computing"
|
|
version: "v1"
|
|
license: "MIT"
|
|
doi: "10.1137/141000671"
|
|
date-released: 2017-02-07
|
|
url: "https://julialang.org"
|
|
preferred-citation:
|
|
authors:
|
|
- family-names: "Bezanson"
|
|
given-names: "Jeff"
|
|
- family-names: "Edelman"
|
|
given-names: "Alan"
|
|
- family-names: "Karpinski"
|
|
given-names: "Stefan"
|
|
- family-names: "Shah"
|
|
given-names: "Viral B."
|
|
doi: "10.1137/141000671"
|
|
journal: "SIAM Review"
|
|
month: 9
|
|
start: 65
|
|
end: 98
|
|
pages: 33
|
|
title: "Julia: A fresh approach to numerical computing"
|
|
type: article
|
|
volume: 59
|
|
issue: 1
|
|
year: 2017
|
|
publisher:
|
|
name: "SIAM"
|