diff --git a/.github/workflows/cffconvert.yml b/.github/workflows/cffconvert.yml new file mode 100644 index 00000000..71443637 --- /dev/null +++ b/.github/workflows/cffconvert.yml @@ -0,0 +1,19 @@ +name: cffconvert + +on: + push: + paths: + - CITATION.cff + +jobs: + validate: + name: "validate" + runs-on: ubuntu-latest + steps: + - name: Check out a copy of the repository + uses: actions/checkout@v4 + + - name: Check whether the citation metadata from CITATION.cff is valid + uses: citation-file-format/cffconvert-github-action@2.0.0 + with: + args: "--validate" diff --git a/CITATION.cff b/CITATION.cff index 4ce6e676..3ef9ea64 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,14 +1,32 @@ -cff-version: 1.1.0 -message: "If you use this software, please cite it as below." +# This CITATION.cff file was generated with cffinit. +# Visit https://bit.ly/cffinit to generate yours today! + +cff-version: 1.2.0 +title: Interpolations.jl +message: 'If you use this software, please cite it as below.' +type: software authors: - - family-names: "Kittisopikul" - given-names: "Mark" - orcid: "https://orcid.org/0000-0002-9558-6248" - - family-names: "Holy" - given-names: "Timothy E." - orcid: "https://orcid.org/0000-0002-2429-1071" - - family-names: "Aschan" - given-names: "Tomas" -title: JuliaMath/Interpolations.jl: v0.14.7 -version: v0.14.7 -date-released: 2022-12-10 + - family-names: Kittisopikul + given-names: Mark + orcid: 'https://orcid.org/0000-0002-9558-6248' + - family-names: Holy + given-names: Timothy E. + orcid: 'https://orcid.org/0000-0002-2429-1071' + - family-names: Aschan + given-names: Tomas +identifiers: + - type: doi + value: 10.5281/zenodo.593143 + description: DOI for all versions of Interpolations.jl +repository-code: 'https://github.com/JuliaMath/Interpolations.jl' +url: 'https://juliamath.github.io/Interpolations.jl/stable/' +abstract: >- + Fast, continuous interpolation of discrete datasets in + Julia +keywords: + - interpolation + - julia + - splines +license: MIT +version: 0.16.0 +date-released: '2025-05-14'