From cfde3d7d87e058ef44edd37195153eaa7664e4c4 Mon Sep 17 00:00:00 2001 From: VAISHALI-DHANOA Date: Tue, 30 Jul 2024 09:52:05 +0200 Subject: [PATCH] fix url in d-tour --- _publications/2024_d_tour.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_publications/2024_d_tour.md b/_publications/2024_d_tour.md index 8d779ac..887f772 100644 --- a/_publications/2024_d_tour.md +++ b/_publications/2024_d_tour.md @@ -67,7 +67,7 @@ abstract: " Onboarding a user to a visualization dashboard entails explaining its various components, including the chart types used, the data loaded, and the interactions available. Authoring such an onboarding experience is time-consuming and requires significant knowledge, and little guidance exists on how best to complete this task. Depending on their levels of expertise, end users being onboarded to a new dashboard can be either confused and overwhelmed or disinterested and disengaged. We propose interactive dashboard tours (D-Tours) as semi-automated onboarding experiences that preserve the agency of users with various levels of expertise to keep them interested and engaged. Our interactive tours concept draws from open-world game design to give the user freedom in choosing their path through onboarding. We have implemented the d-tour concept in a tool called D-Tour Prototype, which allows authors to craft custom d-tours from scratch or using automatic templates. Automatically generated tours can still be customized to use different media (e.g., video, audio, and highlighting) or new narratives to produce an onboarding experience tailored to an individual user. We demonstrate the usefulness of d-tours through use cases and expert interviews. Our evaluation shows that authors found the automation in the D-Tour Prototype helpful and time-saving, and users found the created tours engaging and intuitive. - This paper and all supplemental materials are available at \url{https://osf.io/6fbjp/} + This paper and all supplemental materials are available at https://osf.io/6fbjp/. " # After the --- you can put information that you want to appear on the website using markdown formatting or HTML. A good example are acknowledgements, extra references, an erratum, etc.