diff --git a/README.md b/README.md index 59fd811..eb8c458 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ -[![](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/HiCExperiment/actions/workflows/rworkflows.yml/badge.svg)](https://github.com/js2264/HiCExperiment/actions/workflows/rworkflows.yml) -[![Documentation](https://github.com/js2264/HiCExperiment/workflows/pkgdown/badge.svg)](https://js2264.github.io/HiCExperiment) +[![Documentation](https://github.com/js2264/HiCExperiment/actions/workflows/pages/pages-build-deployment/badge.svg)](https://js2264.github.io/HiCExperiment) [![OHCA book](https://github.com/js2264/OHCA/actions/workflows/pages/pages-build-deployment/badge.svg)](https://js2264.github.io/OHCA/) Static Badge Bioc build (release) diff --git a/inst/CITATION b/inst/CITATION new file mode 100644 index 0000000..57d2f95 --- /dev/null +++ b/inst/CITATION @@ -0,0 +1,16 @@ +bibentry( + bibtype = "Article", + author = c( + person(c("Jacqyes"), "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" +)