-
Notifications
You must be signed in to change notification settings - Fork 283
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add citation file and validating GHA (#5483)
* add citation file and validating GHA * adding the CITATION.cff to the manifest file * added - name: to CITATION.cff * some of the requested changes * updating the citation page and adding whatsnew entry * adding repository link * rewording and adding more links
- Loading branch information
Showing
5 changed files
with
70 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
name: ci-citation | ||
|
||
on: | ||
pull_request: | ||
paths: | ||
- "CITATION.cff" | ||
|
||
push: | ||
paths: | ||
- "CITATION.cff" | ||
|
||
workflow_dispatch: | ||
|
||
concurrency: | ||
group: ${{ github.workflow }}-${{ github.ref }} | ||
cancel-in-progress: true | ||
|
||
jobs: | ||
validate: | ||
name: "validate" | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: 0 | ||
|
||
- name: "check CITATION.cff" | ||
uses: citation-file-format/cffconvert-github-action@4cf11baa70a673bfdf9dad0acc7ee33b3f4b6084 | ||
with: | ||
args: "--validate" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
cff-version: 1.2.0 | ||
message: "If Iris played an important part in your research then please add us to your reference list by using the references below." | ||
title: "Iris" | ||
keywords: | ||
- "cf-metadata" | ||
- "data-analysis" | ||
- "earth-science" | ||
- "grib" | ||
- "netcdf" | ||
- "meteorology" | ||
- "oceanography" | ||
- "space-weather" | ||
- "ugrid" | ||
- "visualisation" | ||
authors: | ||
- name: "Iris contributors" | ||
abstract: "A powerful, format-agnostic, and community-driven Python package for analysing and visualising Earth science data" | ||
license: "BSD-3-Clause" | ||
license-url: "https://spdx.org/licenses/BSD-3-Clause.html" | ||
doi: "10.5281/zenodo.595182" | ||
url: "http://scitools.org.uk/" | ||
repository-code: "https://github.com/SciTools/iris" | ||
type: "software" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters