Skip to content

Commit cba98e8

Browse files
authored
Merge pull request #621 from mkitti/mkitti-citations-cff-1-2-0
Update CITATION.cff for CFF 1.20
2 parents 1ee3f96 + 28ec385 commit cba98e8

File tree

2 files changed

+50
-13
lines changed

2 files changed

+50
-13
lines changed

.github/workflows/cffconvert.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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"

CITATION.cff

Lines changed: 31 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,32 @@
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
38
authors:
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'

0 commit comments

Comments
 (0)