From 111136ba18573b814d81159d1337b3baf4e35004 Mon Sep 17 00:00:00 2001 From: Max Kapsecker Date: Thu, 19 Dec 2024 20:47:36 +0100 Subject: [PATCH] Update README.md Added a "how to cite" description when using parts of this repository. --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index b9071d6..174c135 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,25 @@ We welcome contributions to enhance PeakWatch: 4. Push to the branch: `git push origin feature/your-feature-name` 5. Create a pull request. +## How to cite? + +If you are using parts of this work or build your experiments up on this repository please cite the following article: + +``` +@article{kapsecker2024peakswift, + title = {PeakSwift: Mobile Detection of R-peaks in Single Lead Electrocardiograms}, + journal = {SoftwareX}, + volume = {25}, + pages = {101608}, + year = {2024}, + issn = {2352-7110}, + doi = {https://doi.org/10.1016/j.softx.2023.101608}, + url = {https://www.sciencedirect.com/science/article/pii/S2352711023003047}, + author = {Maximilian Kapsecker and Nikita Charushnikov and Leon Nissen and Stephan M. Jonas}, + keywords = {Electrocardiogram, R-peak detection, Swift, Benchmark} +} +``` + ## License This project is licensed under the [Apache License 2.0](LICENSE).