Skip to content

Commit 957d0d0

Browse files
authored
Merge pull request #488 from ubvu/add/cff
Add CITATION.cff
2 parents 9061233 + 9c41ca1 commit 957d0d0

2 files changed

Lines changed: 47 additions & 0 deletions

File tree

.github/workflows/cff-validate.yml

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

CITATION.cff

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

0 commit comments

Comments
 (0)