From f76268b3a01c3bea23e5ab4254cc853602ffa889 Mon Sep 17 00:00:00 2001 From: "Karl W. Schulz" Date: Mon, 12 Dec 2022 15:55:49 -0600 Subject: [PATCH] Include bibtex reference example directly within top-level README [ROCm/rocprofiler-compute commit: c64dbb1ed816d902a1703b0ae33a25e29bd19c2a] --- projects/rocprofiler-compute/README.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/projects/rocprofiler-compute/README.md b/projects/rocprofiler-compute/README.md index 1dedef268b..d540f4612f 100644 --- a/projects/rocprofiler-compute/README.md +++ b/projects/rocprofiler-compute/README.md @@ -35,9 +35,25 @@ release. This branch will only receive bug fixes and users may checkout to preview upcoming features. ## How to Cite -[![DOI](https://zenodo.org/badge/561919887.svg)](https://zenodo.org/badge/latestdoi/561919887) This software can be cited using a Zenodo [DOI](https://doi.org/10.5281/zenodo.7314631) reference. A BibTex -style reference is available [here](https://zenodo.org/record/7314632/export/hx). +style reference is provided below for convenience: + +``` +@software{xiaomin_lu_2022_7314632, + author = {Xiaomin Lu and + Cole Ramos and + Fei Zheng and + Karl W. Schulz and + Jose Santos}, + title = {AMDResearch/omniperf: v1.0.4 (11 November 2022)}, + month = nov, + year = 2022, + publisher = {Zenodo}, + version = {v1.0.4}, + doi = {10.5281/zenodo.7314632}, + url = {https://doi.org/10.5281/zenodo.7314632} +} +```