Skip to content
Open
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
4 changes: 4 additions & 0 deletions dataset/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<head>
<meta charset="utf-8">
<title>TIHM</title>
<link rel="cite-as" href="https://doi.org/10.5281/zenodo.7622128">
<link rel="describedby" href="metadata.jsonld" type="application/ld+json">
<link rel="license" href="https://creativecommons.org/licenses/by/4.0/">
</head>
<body>
<h1>TIHM: An open dataset for remote healthcare monitoring in dementia</h1>
Expand Down Expand Up @@ -30,3 +33,4 @@ <h2>Provenance</h2>
(Palermo et&nbsp;al., 2023). Re-published unmodified under CC&nbsp;BY&nbsp;4.0.</p>
</body>
</html>
<!-- ci re-trigger 1779374748 -->
26 changes: 26 additions & 0 deletions dataset/metadata.jsonld
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"@context": "https://schema.org/",
"@type": "Dataset",
"@id": "https://w3id.org/fair-hackathon/tihm/v1",
"name": "TIHM: An open dataset for remote healthcare monitoring in dementia",
"description": "Self-hosted teaching copy of the TIHM remote-monitoring dataset for People Living with Dementia, comprising per-patient time-series of activity, sleep, physiology, demographics and clinical labels collected between 2019-04-01 and 2019-06-30 by the UK DRI Care Research & Technology Centre at Imperial College London.",
"identifier": [
"https://w3id.org/fair-hackathon/tihm/v1",
"https://doi.org/10.5281/zenodo.7622128"
],
"creator": [
{"@type": "Organization", "name": "UK DRI Care Research & Technology Centre, Imperial College London"}
],
"datePublished": "2023-02-08",
"license": "https://creativecommons.org/licenses/by/4.0/",
"keywords": ["dementia", "remote monitoring", "in-home sensing", "wearables", "longitudinal"],
"isBasedOn": "https://doi.org/10.5281/zenodo.7622128",
"publisher": {"@type": "Organization", "name": "UK Dementia Research Institute"},
"distribution": [
{"@type": "DataDownload", "encodingFormat": "text/csv", "contentUrl": "data/Activity.dat"},
{"@type": "DataDownload", "encodingFormat": "text/csv", "contentUrl": "data/Demographics.dat"},
{"@type": "DataDownload", "encodingFormat": "text/csv", "contentUrl": "data/Labels.dat"},
{"@type": "DataDownload", "encodingFormat": "text/csv", "contentUrl": "data/Physiology.dat"},
{"@type": "DataDownload", "encodingFormat": "text/csv", "contentUrl": "data/Sleep.dat"}
]
}