File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ on :
2+ push :
3+ paths :
4+ - CITATION.cff
5+ workflow_dispatch :
6+
7+ name : CITATION.cff
8+ jobs :
9+ Validate-CITATION-cff :
10+ runs-on : ubuntu-latest
11+ name : Validate CITATION.cff
12+ env :
13+ GITHUB_PAT : ${{ secrets.GITHUB_TOKEN }}
14+
15+ steps :
16+ - name : Checkout
17+ uses : actions/checkout@v4
18+
19+ - name : Validate CITATION.cff
20+ uses : dieghernan/cff-validator@v4
Original file line number Diff line number Diff line change 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 : VU Research Support Handbook
6+ message : >-
7+ We appreciate references to the Research Support Handbook
8+ to use this as a reference.
9+ type : software
10+ authors :
11+ - name : VU Network Research Data Support
12+ location : Amsterdam
13+ alias : Vrije Universiteit Amsterdam
14+ repository-code : ' https://github.com/ubvu/open-handbook'
15+ url : ' https://rdm.vu.nl'
16+ abstract : >-
17+ This release contains a zip file containing all documents
18+ that are part of the VU Research Support Handbook. This
19+ Handbook is an online resource about Research Data
20+ Management (RDM) and Open Science (OS) at Vrije
21+ Universiteit Amsterdam (VU). The Handbook is community
22+ driven and developed and maintained in an open manner:
23+ everyone can contribute to the content; it is in the
24+ public domain (CC0); we have a transparent content
25+ development and decision-making process. If you have
26+ questions about this release, please contact rdm@vu.nl.
27+ license : CC0-1.0
You can’t perform that action at this time.
0 commit comments