Skip to content

Commit

Permalink
Updating CITATION.cff to use preferred-citation (#41907)
Browse files Browse the repository at this point in the history
  • Loading branch information
arfon authored Aug 18, 2021
1 parent a03392a commit be94c9c
Showing 1 changed file with 23 additions and 24 deletions.
47 changes: 23 additions & 24 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -15,27 +15,26 @@ license: "MIT"
doi: "10.1137/141000671"
date-released: 2017-02-07
url: "https://julialang.org"
references:
- scope: "Cite this paper whenever you use Julia"
type: article
title: "Julia: A fresh approach to numerical computing"
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"
volume: 59
number: 1
pages: 33
start: 65
end: 98
year: 2017
url: "https://dx.doi.org/10.1137/141000671"
publisher:
- name: "SIAM"
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"

2 comments on commit be94c9c

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Executing the daily package evaluation, I will reply here when finished:

@nanosoldier runtests(ALL, isdaily = true)

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your package evaluation job has completed - possible new issues were detected. A full report can be found here.

Please sign in to comment.