From 92773e9d73877a87e5bfe0bb7e225fdd18fd411d Mon Sep 17 00:00:00 2001 From: Tamas Foldes Date: Thu, 21 May 2026 15:48:49 +0100 Subject: [PATCH 1/2] =?UTF-8?q?test(ci):=20brand=20new=20branch=20?= =?UTF-8?q?=E2=80=94=20verify=20pull=5Frequest=20still=20fires?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dataset/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/dataset/index.html b/dataset/index.html index 4deaabe..499f606 100644 --- a/dataset/index.html +++ b/dataset/index.html @@ -31,3 +31,4 @@

Provenance

(Palermo et al., 2023). Re-published unmodified under CC BY 4.0.

+ From ecfb705124b01a07d17dc6db857bd33d063b0a56 Mon Sep 17 00:00:00 2001 From: Tamas Foldes Date: Thu, 21 May 2026 15:54:10 +0100 Subject: [PATCH 2/2] test(ci): add metadata.jsonld + describedby signposting --- dataset/index.html | 2 ++ dataset/metadata.jsonld | 21 +++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 dataset/metadata.jsonld diff --git a/dataset/index.html b/dataset/index.html index 499f606..275390c 100644 --- a/dataset/index.html +++ b/dataset/index.html @@ -4,6 +4,8 @@ TIHM + +

TIHM: An open dataset for remote healthcare monitoring in dementia

diff --git a/dataset/metadata.jsonld b/dataset/metadata.jsonld new file mode 100644 index 0000000..e9bb6ab --- /dev/null +++ b/dataset/metadata.jsonld @@ -0,0 +1,21 @@ +{ + "@context": "https://schema.org/", + "@type": "Dataset", + "@id": "https://w3id.org/fair-hackathon/tihm/v1", + "identifier": ["https://w3id.org/fair-hackathon/tihm/v1", "https://doi.org/10.5281/zenodo.7622128"], + "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 2019-04-01 to 2019-06-30 by the UK DRI Care Research & Technology Centre at Imperial College London.", + "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"} + ] +}