-
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #42 from tobyhodges/add-template-cff
Add a Template Citation File in CFF
- Loading branch information
Showing
2 changed files
with
34 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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,22 @@ | ||
# This template CITATION.cff file was generated with cffinit. | ||
# Visit https://bit.ly/cffinit to replace its contents | ||
# with information about your lesson. | ||
# Remember to update this file periodically, | ||
# ensuring that the author list and other fields remain accurate. | ||
|
||
cff-version: 1.2.0 | ||
title: FIXME | ||
message: >- | ||
Please cite this lesson using the information in this file | ||
when you refer to it in publications, and/or if you | ||
re-use, adapt, or expand on the content in your own | ||
training material. | ||
type: dataset | ||
authors: | ||
- given-names: FIXME | ||
family-names: FIXME | ||
abstract: >- | ||
FIXME Replace this with a short abstract describing the | ||
lesson, e.g. its target audience and main intended | ||
learning objectives. | ||
license: CC-BY-4.0 |
This file contains 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