Skip to content

Commit f15acc0

Browse files
docs: Add Zenodo DOI information (#21)
* Add Zenodo archive DOI badge to README. * Add Zenodo archive DOI information to CITATION.cff and Citation section of README.
1 parent 8e9afd3 commit f15acc0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CITATION.cff

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ authors:
88
affiliation: "University of Wisconsin-Madison"
99
title: "cvmfs-venv: v0.0.1"
1010
version: 0.0.1
11+
doi: 10.5281/zenodo.7751033
1112
repository-code: "https://github.com/matthewfeickert/cvmfs-venv/releases/tag/v0.0.1"
1213
keywords:
1314
- python

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# cvmfs-venv
22

3+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.7751033.svg)](https://doi.org/10.5281/zenodo.7751033)
4+
35
Simple command line utility for getting a Python virtual environment to work with CVMFS [LCG views][LCG_info]. This is done by adding additional hooks to the Python virtual environment's `bin/activate` script.
46

57
[LCG_info]: https://lcginfo.cern.ch/
@@ -236,7 +238,8 @@ The preferred BibTeX entry for citation of `cvmfs-venv` is
236238
author = {Matthew Feickert},
237239
title = "{cvmfs-venv: v0.0.1}",
238240
version = {0.0.1},
239-
url = {https://github.com/matthewfeickert/cvmfs-venv/},
241+
doi = {10.5281/zenodo.7751033},
242+
url = {https://doi.org/10.5281/zenodo.7751033},
240243
note = {https://github.com/matthewfeickert/cvmfs-venv/releases/tag/v0.0.1}
241244
}
242245
```

0 commit comments

Comments
 (0)