Skip to content

Commit

Permalink
add CITATION.cff (#117)
Browse files Browse the repository at this point in the history
* add CITATION.cff

* remove nicolas schuck from CITATION.cff

* add more keywords to CITATION.cff
  • Loading branch information
lnnrtwttkhn authored Feb 28, 2024
1 parent 24718a7 commit aff106a
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: Version Control Book
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Lennart
family-names: Wittkuhn
email: [email protected]
affiliation: University of Hamburg
orcid: 'https://orcid.org/0000-0003-2966-6888'
- given-names: Konrad
family-names: Pagenstedt
email: [email protected]
affiliation: University of Hamburg
repository-code: 'https://github.com/lnnrtwttkhn/version-control-book'
url: 'https://lennartwittkuhn.com/version-control-book/'
abstract: >-
The Version Control Book is a comprehensive educational
resource for version control of code and data with Git for
scientists.
keywords:
- version control
- git
- github
- reproducibility
- open science
- open eduational resources
license: CC-BY-SA-4.0

0 comments on commit aff106a

Please sign in to comment.