From 6a58c8beca2cecb503134d749533d6adc6bcdd0a Mon Sep 17 00:00:00 2001 From: Veronica Martinez <39746325+vmartinez-cu@users.noreply.github.com> Date: Mon, 23 Sep 2024 12:26:07 -0600 Subject: [PATCH] Add code block formatting for file name Co-authored-by: Matthew Bourque --- docs/source/workflows/open_source/citing_software.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/workflows/open_source/citing_software.md b/docs/source/workflows/open_source/citing_software.md index 4122865..414cf2d 100644 --- a/docs/source/workflows/open_source/citing_software.md +++ b/docs/source/workflows/open_source/citing_software.md @@ -25,7 +25,7 @@ project. 1. **Make your code public**: If your code is not already public, make it public on GitHub. Ensure that you have an ownership role. This will enable Zenodo integration with your repository for automatic publishing of each software release. -2. **Create a citation.cff file**: Add this file to the root directory of your GitHub repository. This is a plain +2. **Create a `citation.cff file`**: Add this file to the root directory of your GitHub repository. This is a plain text file with human- and machine-readable citation information for your code repository. It includes basic metadata such as author, name of the software, brief abstract, organization name, etc. Zenodo will scrape this file for specific metadata you want included in your DOI.