Skip to content

Commit

Permalink
Merge pull request #1156 from haddocking/citation_validation
Browse files Browse the repository at this point in the history
Create validate_citation.yml
  • Loading branch information
mgiulini authored Nov 27, 2024
2 parents 5e03121 + 160c311 commit db93e80
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 12 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/validate_citation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
on:
push:
branches: [main]
paths:
- CITATION.cff
pull_request:
workflow_dispatch:

name: CITATION.cff
jobs:
Validate-CITATION-cff:
runs-on: ubuntu-latest
name: Validate CITATION.cff
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

steps:
- name: Checkout
uses: actions/checkout@v4

- name: Validate CITATION.cff
uses: dieghernan/cff-validator@v3
20 changes: 8 additions & 12 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# YAML 1.2
# Metadata for citation of this software according to the CFF format (https://citation-file-format.github.io/)
cff-version: 1.0.3
message: If you use this software, please cite it using these metadata.
cff-version: 1.2.0
message: "If you use this software, please cite it using these metadata."
# FIXME title as repository name might not be the best name, please make human readable
title: 'haddocking/haddock3: v3.0.0-beta.5'
title: 'HADDOCK3 - modular integrative modelling software'
doi: 10.5281/zenodo.10527751
# FIXME splitting of full names is error prone, please check if given/family name are correct
authors:
- given-names: João
- given-names: Joao
family-names: Teixeira
name-particle: M.C.
affiliation: Zymvol
Expand All @@ -21,8 +21,8 @@ authors:
- given-names: Alexandre
family-names: Bonvin
affiliation: '@UtrechtUniversity'
- given-names: SarahAlidoost
family-names: ''
- given-names: Sarah
family-names: Alidoost
affiliation: Netherlands eScience center
- given-names: Victor
family-names: Reys
Expand All @@ -41,14 +41,10 @@ authors:
affiliation: Netherlands eScience Center
- given-names: Barbara
family-names: Vreede
affiliation:
- given-names: SSchott
family-names: ''
affiliation:
- given-names: Regen
family-names: Tsai
affiliation:
version: 3.0.0-beta.5
version: "2024.10.0b6"
date-released: 2024-01-18
repository-code: https://github.com/haddocking/haddock3
license: cc-by-4.0
license: CC-BY-4.0

0 comments on commit db93e80

Please sign in to comment.