From 3c4231d12f2d308090bb9df0de5904a4208982c6 Mon Sep 17 00:00:00 2001 From: Kelly Sovacool Date: Thu, 12 Sep 2024 18:46:15 -0400 Subject: [PATCH] docs: add zenodo doi & badge resolves #30 --- CHANGELOG.md | 2 ++ CITATION.cff | 4 ++++ README.md | 8 ++++++-- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99abfec..3674a4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## ASPEN development version +- ASPEN is now archived on Zenodo, you can cite it with the DOI [10.5281/zenodo.13755867](https://doi.org/10.5281/zenodo.13755867). (#42, @kelly-sovacool) + ## ASPEN 1.0.2 - Set the singularity cache dir if `--singcache` is not provided. (#37, @kelly-sovacool) diff --git a/CITATION.cff b/CITATION.cff index 96c5e94..c68c7c8 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -24,5 +24,9 @@ url: https://ccbr.github.io/ASPEN repository-code: https://github.com/CCBR/ASPEN license: MIT type: software +identifiers: + - description: Archived snapshots of all versions + type: doi + value: 10.5281/zenodo.13755867 version: v1.0.2 date-released: "2024-09-12" diff --git a/README.md b/README.md index 63c76cd..98901e2 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,12 @@ -# **ASPEN** +# ASPEN + +**A**tac **S**eq **P**ip**E**li**N**e + +[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.13755867.svg)](https://doi.org/10.5281/zenodo.13755867) ### Table of Contents -- [ASPEN - **A**tac **S**eq **P**ip**E**li**N**e](#aspen) +- [ASPEN](#aspen) - [1. Outline](#1-outline) - [2. Runtime details](#2-runtime-details) - [2.1 Load Module On Biowulf](#21-load-module-on-biowulf)