File tree Expand file tree Collapse file tree 2 files changed +50
-13
lines changed Expand file tree Collapse file tree 2 files changed +50
-13
lines changed Original file line number Diff line number Diff line change 1+ name : cffconvert
2+
3+ on :
4+ push :
5+ paths :
6+ - CITATION.cff
7+
8+ jobs :
9+ validate :
10+ name : " validate"
11+ runs-on : ubuntu-latest
12+ steps :
13+ - name : Check out a copy of the repository
14+ uses : actions/checkout@v4
15+
16+ - name : Check whether the citation metadata from CITATION.cff is valid
17+ uses : citation-file-format/cffconvert-github-action@2.0.0
18+ with :
19+ args : " --validate"
Original file line number Diff line number Diff line change 1- cff-version : 1.1.0
2- message : " If you use this software, please cite it as below."
1+ # This CITATION.cff file was generated with cffinit.
2+ # Visit https://bit.ly/cffinit to generate yours today!
3+
4+ cff-version : 1.2.0
5+ title : Interpolations.jl
6+ message : ' If you use this software, please cite it as below.'
7+ type : software
38authors :
4- - family-names : " Kittisopikul"
5- given-names : " Mark"
6- orcid : " https://orcid.org/0000-0002-9558-6248"
7- - family-names : " Holy"
8- given-names : " Timothy E."
9- orcid : " https://orcid.org/0000-0002-2429-1071"
10- - family-names : " Aschan"
11- given-names : " Tomas"
12- title : JuliaMath/Interpolations.jl: v0.14.7
13- version : v0.14.7
14- date-released : 2022-12-10
9+ - family-names : Kittisopikul
10+ given-names : Mark
11+ orcid : ' https://orcid.org/0000-0002-9558-6248'
12+ - family-names : Holy
13+ given-names : Timothy E.
14+ orcid : ' https://orcid.org/0000-0002-2429-1071'
15+ - family-names : Aschan
16+ given-names : Tomas
17+ identifiers :
18+ - type : doi
19+ value : 10.5281/zenodo.593143
20+ description : DOI for all versions of Interpolations.jl
21+ repository-code : ' https://github.com/JuliaMath/Interpolations.jl'
22+ url : ' https://juliamath.github.io/Interpolations.jl/stable/'
23+ abstract : >-
24+ Fast, continuous interpolation of discrete datasets in
25+ Julia
26+ keywords :
27+ - interpolation
28+ - julia
29+ - splines
30+ license : MIT
31+ version : 0.16.0
32+ date-released : ' 2025-05-14'
You can’t perform that action at this time.
0 commit comments