Skip to content

Update CITATION.cff for CFF 1.20 #621

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .github/workflows/cffconvert.yml
Original file line number Diff line number Diff line change
@@ -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"
44 changes: 31 additions & 13 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -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'
Loading