From 0d31119e4ebaaf995ceee43292409ec119e60e74 Mon Sep 17 00:00:00 2001 From: Paul Schmiedmayer Date: Sun, 29 Oct 2023 17:26:34 -0700 Subject: [PATCH] Add DOI (#10) # DOI ## :gear: Release Notes - Adds a DOI ### Code of Conduct & Contributing Guidelines By submitting creating this pull request, you agree to follow our [Code of Conduct](https://github.com/StanfordBDHG/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/StanfordBDHG/.github/blob/main/CONTRIBUTING.md): - [x] I agree to follow the [Code of Conduct](https://github.com/StanfordBDHG/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/StanfordBDHG/.github/blob/main/CONTRIBUTING.md). --- CITATION.cff | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CITATION.cff b/CITATION.cff index b8fa0ca..930f000 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -13,4 +13,5 @@ authors: given-names: 'Paul' orcid: 'https://orcid.org/0000-0002-8607-9148' title: 'NextJSTemplate' +doi: '10.5281/zenodo.10052055' url: 'https://github.com/StanfordBDHG/NextJSTemplate' diff --git a/README.md b/README.md index e212aeb..323c1f7 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ SPDX-License-Identifier: MIT [![Build and Test](https://github.com/StanfordBDHG/NextJSTemplate/actions/workflows/build-and-test.yml/badge.svg)](https://github.com/StanfordBDHG/NextJSTemplate/actions/workflows/build-and-test.yml) [![Deployment](https://github.com/StanfordBDHG/NextJSTemplate/actions/workflows/main.yml/badge.svg)](https://github.com/StanfordBDHG/NextJSTemplate/actions/workflows/main.yml) [![codecov](https://codecov.io/gh/StanfordBDHG/NextJSTemplate/graph/badge.svg?token=dfQW5eZ2up)](https://codecov.io/gh/StanfordBDHG/NextJSTemplate) +[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.10052055.svg)](https://doi.org/10.5281/zenodo.10052055) ## How To Use This Template