- 
                Notifications
    You must be signed in to change notification settings 
- Fork 297
add citation file and validating GHA #5483
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
                    Changes from all commits
      Commits
    
    
            Show all changes
          
          
            9 commits
          
        
        Select commit
          Hold shift + click to select a range
      
      b244aec
              
                add citation file and validating GHA
              
              
                HGWright ef54a76
              
                adding the CITATION.cff to the manifest file
              
              
                HGWright 1292e5d
              
                added - name: to CITATION.cff
              
              
                HGWright f65d858
              
                some of the requested changes
              
              
                HGWright f89bbb9
              
                Merge branch 'citation-file' of github.com:HGWright/iris into citatio…
              
              
                HGWright 54344e4
              
                Merge branch 'main' into citation-file
              
              
                HGWright 5443c75
              
                updating the citation page and adding whatsnew entry
              
              
                HGWright 4a827ea
              
                adding repository link
              
              
                HGWright f611082
              
                rewording and adding more links
              
              
                HGWright File filter
Filter by extension
Conversations
          Failed to load comments.   
        
        
          
      Loading
        
  Jump to
        
          Jump to file
        
      
      
          Failed to load files.   
        
        
          
      Loading
        
  Diff view
Diff view
There are no files selected for viewing
  
    
      This file contains hidden or 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" | 
|         
                  trexfeathers marked this conversation as resolved.
              Show resolved
            Hide resolved | 
  
    
      This file contains hidden or 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" | ||
|         
                  trexfeathers marked this conversation as resolved.
              Show resolved
            Hide resolved | ||
| 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" | ||
|         
                  trexfeathers marked this conversation as resolved.
              Show resolved
            Hide resolved | ||
| url: "http://scitools.org.uk/" | ||
| repository-code: "https://github.com/SciTools/iris" | ||
| type: "software" | ||
|         
                  trexfeathers marked this conversation as resolved.
              Show resolved
            Hide resolved | ||
  
    
      This file contains hidden or 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 hidden or 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 hidden or 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
    
  
  
    
              
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
Uh oh!
There was an error while loading. Please reload this page.