From 1e989dad15c57e8cbf234fedbb04526c5c2694a5 Mon Sep 17 00:00:00 2001 From: andreaschrader <85687301+andreaschrader@users.noreply.github.com> Date: Thu, 4 Jan 2024 21:40:51 +0100 Subject: [PATCH] Modified title in CITATION.cff and added a note on the default type to the README file. --- CITATION.cff | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 372755f..37a1715 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -43,5 +43,5 @@ references: type: website url: "https://coderefinery.github.io/github-without-command-line/doi/" repository-code: "https://github.com/andreaschrader/doi-exercise" -title: "andreaschrader/doi-exercise" +title: andreaschrader/doi-exercise version: 1.1 \ No newline at end of file diff --git a/README.md b/README.md index 4fc3c1c..4576ab5 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ The instructions worked smoothly in my hands. Thanks to the authors! **cff**: In addition to the persistent identifier, a citation file can be added to the root of the repository. Following the respective [GitHub CITATION.cff](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files) documentation, a respectively created cff file in the root [can be considered by Zenodo](https://github.com/citation-file-format/citation-file-format/issues/374) in order to read proper metadata with respect to authors, affiliations and e.g. licenses and is displayed in the right side-bar at GitHub. -Here, I selected from the options described in the [citation file format (cff) repository](https://github.com/citation-file-format/citation-file-format/tree/main)'s (doi: 10.5281/zenodo.1003149) [schema-guide.md](https://github.com/citation-file-format/citation-file-format/blob/main/schema-guide.md) to create a [`CITATION.cff`](./CITATION.cff) file for this repository. +Here, I selected from the options described in the [citation file format (cff) repository](https://github.com/citation-file-format/citation-file-format/tree/main)'s (doi: 10.5281/zenodo.1003149) [schema-guide.md](https://github.com/citation-file-format/citation-file-format/blob/main/schema-guide.md) to create a [`CITATION.cff`](./CITATION.cff) file for this repository. Note, currently, only the types `software` and `dataset` can be selected and if non is selected, `software` is the default. **zenodo.json**: However, if a `.zenodo.json` file was created as well following [this documentation](https://developers.zenodo.org/#github), according to the [Zenodo FAQ on GitHub for CITATION.cff](https://help.zenodo.org/faq/#github), the `.zenodo.json metadata` is used for the Zenodo record.