-
Notifications
You must be signed in to change notification settings - Fork 0
/
.zenodo.json
30 lines (30 loc) · 4.36 KB
/
.zenodo.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"language": "eng",
"license": "CC-BY-4.0",
"title": "PineTime heart rate dataset",
"grants": [
{
"id": "10.13039/501100000780::957258"
}
],
"upload_type": "dataset",
"creators": [
{
"orcid": "0000-0002-2543-9461",
"affiliation": "Systems Research Insitute, Polish Academy of Sciences",
"name": "Piotr Sowi\u0144ski"
},
{
"orcid": "0000-0003-3217-1050",
"affiliation": "Central Institute for Labour Protection \u2013 National Research Institute",
"name": "Monika Kobus"
},
{
"orcid": "0000-0003-4295-3005",
"affiliation": "Central Institute for Labour Protection \u2013 National Research Institute",
"name": "Anna D\u0105browska"
}
],
"access_right": "open",
"description": "<p>Dataset of heart rate measurements collected from the PineTime wristband, with a gold standard reference.</p>\n\n<p><strong>Contents</strong></p>\n\n<p>The repository contains both the raw and the "merged", clean data. The merged data is much easier to work with and should be used when building machine learning models. The raw data is provided for transparency, reproducibility, and to allow for studies that could use the other data collected from the Equivital device.</p>\n\n<ul>\n\t<li><code>schedule.md</code> – schedule of the study, indicating the start and end times of each exercise and break.</li>\n\t<li><code>data_raw/</code> – raw data collected from the PineTime wristband and the Equivital device. Each subdirectory corresponds to one participant. The files are in the <a href=\"https://arrow.apache.org/docs/python/feather.html\">Feather format</a>.</li>\n\t<li><code>data_merged/</code> – merged data series that can be used for building ML models. The files are in JSON format and follow a nested structure, where each heart rate measurement is associated with a series of acceleration measurements that preceded it. Each file corresponds to one continuous measurement session – there are sometimes multiple sessions per participant due to intermittent hardware failures.</li>\n</ul>\n\n<p><strong>Citation</strong></p>\n\n<p>If you use this data in research works, please cite the following paper:</p>\n\n<p>Sowi\u0144ski, P., Rachwa\u0142, K., Danilenka, A., Bogacka, K., Kobus, M., D\u0105browska, A., Paszkiewicz, A., et al. (2023). Frugal Heart Rate Correction Method for Scalable Health and Safety Monitoring in Construction Sites. <em>Sensors</em>, <em>23</em>(14), 6464. MDPI AG. Retrieved from http://dx.doi.org/10.3390/s23146464</p>\n\n<p>BibTeX:</p>\n\n<pre><code>@article{sowinski2023frugal,\n title={Frugal Heart Rate Correction Method for Scalable Health and Safety Monitoring in Construction Sites},\n author={Sowi{\\'n}ski, Piotr and Rachwa{\\l}, Kajetan and Danilenka, Anastasiya and Bogacka, Karolina and Kobus, Monika and D{\\k{a}}browska, Anna and Paszkiewicz, Andrzej and Bolanowski, Marek and Ganzha, Maria and Paprzycki, Marcin},\n journal={Sensors},\n volume={23},\n number={14},\n pages={6464},\n year={2023},\n publisher={MDPI},\n url = {https://www.mdpi.com/1424-8220/23/14/6464},\n doi = {10.3390/s23146464}\n}</code></pre>\n\n<p><strong>Authors</strong></p>\n\n<ul>\n\t<li><a href=\"https://orcid.org/0000-0003-3217-1050\">Monika Kobus</a> – data collection</li>\n\t<li><a href=\"https://orcid.org/0000-0003-4295-3005\">Anna D\u0105browska</a> – data collection, methodological supervision</li>\n\t<li><a href=\"https://orcid.org/0000-0002-2543-9461\">Piotr Sowi\u0144ski</a> – data collection and processing</li>\n</ul>\n\n<p><strong>Acknowledgements</strong></p>\n\n<p>This work is part of the <a href=\"https://assist-iot.eu/\">ASSIST-IoT project</a> that has received funding from the EU’s Horizon 2020 research and innovation programme under grant agreement No 957258.</p>\n\n<p>The <a href=\"https://www.ciop.pl/en\">Central Institute for Labour Protection – National Research Institute</a> provided facilities and equipment for data collection.</p>\n\n<p><strong>License</strong></p>\n\n<p>The dataset is licensed under the <a href=\"https://creativecommons.org/licenses/by/4.0/\">Creative Commons Attribution 4.0 International License</a>.</p>"
}