Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add peterhcharlton as a contributor for code, content, data, doc, tutorial #2

Merged
merged 2 commits into from
Aug 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -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
}
24 changes: 23 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,31 @@
# PPG-beats README
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

**PPG-beats** is a Matlab library of algorithms to detect heartbeats in photoplethysmogram (*PPG*) signals.

```NB: The toolbox is currently under preparation.```

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/).
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)):

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tr>
<td align="center"><a href="https://peterhcharlton.github.io/"><img src="https://avatars.githubusercontent.com/u/9865941?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Peter H Charlton</b></sub></a><br /><a href="https://github.com/peterhcharlton/ppg-beats/commits?author=peterhcharlton" title="Code">💻</a> <a href="#content-peterhcharlton" title="Content">🖋</a> <a href="#data-peterhcharlton" title="Data">🔣</a> <a href="https://github.com/peterhcharlton/ppg-beats/commits?author=peterhcharlton" title="Documentation">📖</a> <a href="#tutorial-peterhcharlton" title="Tutorials">✅</a></td>
</tr>
</table>

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->

<!-- ALL-CONTRIBUTORS-LIST:END -->

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!