From 5a3ba2dbf7d745f12b75424fe3dff00b2dd6a519 Mon Sep 17 00:00:00 2001 From: Tamas Foldes Date: Thu, 21 May 2026 15:15:56 +0100 Subject: [PATCH 1/5] test(ci): add cite-as Signposting link to verify F-UJI CI --- dataset/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/dataset/index.html b/dataset/index.html index 1cfea08..c1ada5f 100644 --- a/dataset/index.html +++ b/dataset/index.html @@ -3,6 +3,7 @@ TIHM +

TIHM: An open dataset for remote healthcare monitoring in dementia

From f63bc99d91b4777fe2374a71398d5ccc63a7fd14 Mon Sep 17 00:00:00 2001 From: Tamas Foldes Date: Thu, 21 May 2026 15:37:50 +0100 Subject: [PATCH 2/5] test(ci): add jsonld + describedby/license Signposting to verify scoring --- dataset/index.html | 2 ++ dataset/metadata.jsonld | 26 ++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 dataset/metadata.jsonld diff --git a/dataset/index.html b/dataset/index.html index c1ada5f..17fc754 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..5e072a8 --- /dev/null +++ b/dataset/metadata.jsonld @@ -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"} + ] +} From 648c13ef1ecdd3b368eb2a42942de14a3429b8dd Mon Sep 17 00:00:00 2001 From: Tamas Foldes Date: Thu, 21 May 2026 15:44:51 +0100 Subject: [PATCH 3/5] test(ci): retrigger to exercise nohup fix From 5b7fc743ada608422a3cf60ce3cf5a7780e636cf Mon Sep 17 00:00:00 2001 From: Tamas Foldes Date: Thu, 21 May 2026 15:45:48 +0100 Subject: [PATCH 4/5] test(ci): real edit to trigger synchronize event --- dataset/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/dataset/index.html b/dataset/index.html index 17fc754..17cb1f7 100644 --- a/dataset/index.html +++ b/dataset/index.html @@ -33,3 +33,4 @@

Provenance

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

+ From ef678c0d68c519164309b3100496b467ac025a50 Mon Sep 17 00:00:00 2001 From: Tamas Foldes Date: Thu, 21 May 2026 19:47:52 +0100 Subject: [PATCH 5/5] retrigger: score against pinned initial-commit baseline