-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
79 additions
and
2 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
{ | ||
"doi": "10.1109/VIS55277.2024.00024", | ||
"web_name": "philo", | ||
"title": "Bringing Data into the Conversation: Adapting Content from Business Intelligence Dashboards for Threaded Collaboration Platforms", | ||
"venue": "VIS-Short", | ||
"year": 2024, | ||
"note": "", | ||
"start_page": 76, | ||
"end_page": 80, | ||
"volume": null, | ||
"issue": null, | ||
"editors": "", | ||
"publisher": "Institute of Electrical and Electronics Engineers (IEEE)", | ||
"location": "", | ||
"pdf": "https://arxiv.org/abs/2408.00242", | ||
"abstract": "To enable data-driven decision-making across organizations, data professionals need to share insights with their colleagues in context-appropriate communication channels. Many of their colleagues rely on data but are not themselves analysts; furthermore, their colleagues are reluctant or unable to use dedicated analytical applications or dashboards, and they expect communication to take place within threaded collaboration platforms such as Slack or Microsoft Teams. In this paper, we introduce a set of six strategies for adapting content from business intelligence (BI) dashboards into appropriate formats for sharing on collaboration platforms, formats that we refer to as dashboard snapshots. Informed by prior studies of enterprise communication around data, these strategies go beyond redesigning or restyling by considering varying levels of data literacy across an organization, introducing affordances for self-service question-answering, and anticipating the post-sharing lifecycle of data artifacts. These strategies involve the use of templates that are matched to common communicative intents, serving to reduce the workload of data professionals. We contribute a formal representation of these strategies and demonstrate their applicability in a comprehensive enterprise communication scenario featuring multiple stakeholders that unfolds over the span of months.", | ||
"thumbnail": "images/thumbs/philo.png", | ||
"figure": "images/figures/philo.png", | ||
"caption": "A pipeline for making selections from a dashboard, retargeting them as components, combining the components into a dashboard snapshot, sharing and updating the snapshot on a collaboration platform.", | ||
"visible": true, | ||
"pub_date": "2024-10-24", | ||
"mod_date": "2024-10-24", | ||
"authors": [ | ||
{ | ||
"first_name": "Hyeok", | ||
"last_name": "Kim", | ||
"url": "https://hyeok.me/" | ||
}, | ||
{ | ||
"first_name": "Arjun", | ||
"last_name": "Srinivasan", | ||
"url": "https://arjun010.github.io/" | ||
}, | ||
{ | ||
"first_name": "Matthew", | ||
"last_name": "Brehmer", | ||
"url": "https://mattbrehmer.ca/" | ||
} | ||
], | ||
"materials": [ | ||
{ | ||
"name": "Supplementary", | ||
"link": "https://dashboard-snapshot.github.io/" | ||
} | ||
], | ||
"tags": [ | ||
"retargeting" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3574,14 +3574,14 @@ | |
"last_name": "Brehmer", | ||
"display_name": null, | ||
"email": "", | ||
"url": "", | ||
"url": "https://mattbrehmer.ca/", | ||
"status": "other", | ||
"visible": true, | ||
"image": null, | ||
"nickname": null, | ||
"position": null, | ||
"interests": null, | ||
"org": null | ||
"org": "University of Waterloo" | ||
}, | ||
{ | ||
"first_name": "Akshat", | ||
|
@@ -4884,5 +4884,33 @@ | |
"position": null, | ||
"interests": null, | ||
"org": "Washington University in St. Louis" | ||
}, | ||
{ | ||
"first_name": "Hyeok", | ||
"last_name": "Kim", | ||
"display_name": null, | ||
"email": "[email protected]", | ||
"url": "https://hyeok.me/", | ||
"status": "member", | ||
"visible": true, | ||
"image": "images/people/hyeok.png", | ||
"nickname": "Hyeok", | ||
"position": "Post-Doc", | ||
"interests": "Multi-context data visualization, qunatum computing interface, design, & caffein-free diet coke", | ||
"org": "UW CSE" | ||
}, | ||
{ | ||
"first_name": "Arjun", | ||
"last_name": "Srinivasan", | ||
"display_name": null, | ||
"email": "", | ||
"url": "https://arjun010.github.io/", | ||
"status": "other", | ||
"visible": true, | ||
"image": null, | ||
"nickname": null, | ||
"position": null, | ||
"interests": null, | ||
"org": "Databricks" | ||
} | ||
] |