From 6e68ca389b1346ce290baa4a54fbc4a825f3b0f5 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 15:38:59 +0000 Subject: [PATCH 1/2] docs: update README.md [skip ci] --- README.md | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9cb4bf9..f6e2dbd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # PPG-beats README + +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) + **PPG-beats** is a Matlab library of algorithms to detect heartbeats in photoplethysmogram (*PPG*) signals. @@ -6,4 +9,23 @@ The accompanying documentation is available [here](https://ppg-beats.readthedocs.io/en/latest/). -Full details of the project are available at the [project website](https://peterhcharlton.github.io/project/ppg-beats/). \ No newline at end of file +Full details of the project are available at the [project website](https://peterhcharlton.github.io/project/ppg-beats/). +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + +

Peter H Charlton

💻 🖋 🔣 📖
+ + + + + + +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! \ No newline at end of file From 1ef5b8920019b5e03e588dd7b6a1bc9152dd340a Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 15:39:01 +0000 Subject: [PATCH 2/2] docs: create .all-contributorsrc [skip ci] --- .all-contributorsrc | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..00f33b3 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,28 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "peterhcharlton", + "name": "Peter H Charlton", + "avatar_url": "https://avatars.githubusercontent.com/u/9865941?v=4", + "profile": "https://peterhcharlton.github.io/", + "contributions": [ + "code", + "content", + "data", + "doc", + "tutorial" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "ppg-beats", + "projectOwner": "peterhcharlton", + "repoType": "github", + "repoHost": "https://github.com", + "skipCi": true +}