Skip to content

Commit

Permalink
add CITATION and DOI badge
Browse files Browse the repository at this point in the history
  • Loading branch information
js2264 committed Jun 3, 2024
1 parent 19222bb commit 410cecd
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<!-- badges: start -->
[![](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://www.tidyverse.org/lifecycle/#maturing)
[![DOI](https://img.shields.io/badge/Nat._Commun-10.1038/s41467--024--44761--x-blue)](https://www.nature.com/articles/s41467-024-44761-x)
[![](https://img.shields.io/badge/lifecycle-stable-green.svg)](https://www.tidyverse.org/lifecycle/#stable)
[![](https://img.shields.io/badge/license-MIT-green.svg)](https://opensource.org/licenses/MIT)
[![rworkflows](https://github.com/js2264/HiContacts/actions/workflows/rworkflows.yml/badge.svg)](https://github.com/js2264/HiContacts/actions/workflows/rworkflows.yml)
[![Documentation](https://github.com/js2264/HiContacts/workflows/pkgdown/badge.svg)](https://js2264.github.io/HiContacts)
Expand Down
16 changes: 16 additions & 0 deletions inst/CITATION
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
bibentry(
bibtype = "Article",
author = c(
person(c("Jacques"), "Serizay"),
person(c("Cyril"), "Matthey-Doret"),
person(c("Amaury"), "Bignaud"),
person(c("Lyam"), "Baudry"),
person(c("Romain"), "Koszul")
),
title = "Orchestrating chromosome conformation capture analysis with Bioconductor",
journal = "Nature Communications",
year = "2024",
volume = "15",
pages = "1--9",
doi = "10.1038/s41467-024-44761-x"
)

0 comments on commit 410cecd

Please sign in to comment.