Skip to content
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,3 +151,6 @@ scripts/summarise.py Rebuild RESULTS.md from assessments/
CC-BY-4.0.
- F-UJI: PANGAEA / Pangaea Data Publisher,
[pangaea-data-publisher/fuji](https://github.com/pangaea-data-publisher/fuji).

## Citation
DOI: https://doi.org/10.5281/zenodo.1234567
7 changes: 7 additions & 0 deletions dataset/CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
cff-version: 1.0.1
title: fair-hakathon-G4
authors:
- family-names: Uri
given-names: Rosenblum Belzer
doi: 10.5281/zenodo.20326941
date-released: 2026-05-21
53 changes: 53 additions & 0 deletions dataset/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# TIHM1.5-Data

## Summary of Data Records

### Activity

| | Value Type | Number of Values | Description |
|---------------|-------------------|------------------|-------------------------------------------------|
| patient_id | CategoricalDtype | 56 | hash code |
| location_name | CategoricalDtype | 8 | Hallway,Lounge,Fridge Door,Bedroom,Kitchen,etc. |
| date | dtype[datetime64] | N/A | from 2019-04-01 to 2019-06-30 |

### Labels

| | Value Type | Number of Values | Description |
|------------|-------------------|------------------|-----------------------------------------------------|
| patient_id | CategoricalDtype | 49 | hash code |
| date | dtype[datetime64] | N/A | from 2019-04-04 to 2019-06-30 |
| type | CategoricalDtype | 6 | Agitation,Body temperature,Weight,etc. |


### Physiology

| | Value Type | Number of Values | Description |
|-------------|-------------------|------------------|-----------------------------------------------------------------------------|
| patient_id | CategoricalDtype | 55 | hash code |
| date | dtype[datetime64] | N/A | from 2019-04-01 to 2019-06-30 |
| device_type | CategoricalDtype | 8 | Skin Temperature,Diastolic blood pressure,Heart rate,O/E - muscle mass,etc. |
| value | dtype[float64] | N/A | min: 0.0, max: 211.0 |
| unit | CategoricalDtype | 5 | %,kg,mm[Hg],beats/min,etc. |

### Sleep

| | Value Type | Number of Values | Description |
|------------------|-------------------|------------------|-------------------------------------------------|
| patient_id | CategoricalDtype | 17 | hash code |
| date | dtype[datetime64] | N/A | from 2019-04-01 to 2019-06-30 |
| state | CategoricalDtype | 4 | LIGHT,AWAKE,DEEP,REM |
| heart_rate | dtype[float64] | N/A | min: 37.0, max: 107.0 |
| respiratory_rate | dtype[float64] | N/A | min: 8.0, max: 31.0 |
| snoring | dtype[bool] | 2 | True or False |


### Demographics

| | Value Type | Number of Values | Description |
|---------------|-------------------|------------------|-------------------------------------------------|
| patient_id | CategoricalDtype | 56 | hash code |
| sex | CategoricalDtype | 2 | Male, Female |
| age | CategoricalDtype | 3 | (70, 80],(80, 90],(90, 110] |

## Citation
DOI: https://doi.org/10.5281/zenodo.20326941
Loading
Loading