Skip to content

Commit fb69bff

Browse files
committed
.
1 parent 09a9d0c commit fb69bff

File tree

1 file changed

+50
-50
lines changed

1 file changed

+50
-50
lines changed

static/papers/color-buddy.json

Lines changed: 50 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,51 @@
11
{
2-
"title": "Mixing Linters with GUIs: A Color Palette Design Probe",
3-
"year": 2024,
4-
"start_page": null,
5-
"end_page": null,
6-
"volume": null,
7-
"issue": null,
8-
"editors": "",
9-
"publisher": "",
10-
"location": "",
11-
"pdf": "https://arxiv.org/pdf/2407.21285",
12-
"abstract": "Visualization linters are end-user facing evaluators that automatically identify potential chart issues. These spell-checker like systems offer a blend of interpretability and customization that is not found in other forms of automated assistance. However, existing linters do not model context and have primarily targeted users who do not need assistance, resulting in obvious -- even annoying -- advice. We investigate these issues within the domain of color palette design, which serves as a microcosm of visualization design concerns. We contribute a GUI-based color palette linter as a design probe that covers perception, accessibility, context, and other design criteria, and use it to explore visual explanations, integrated fixes, and user defined linting rules. Through a formative interview study and theory-driven analysis, we find that linters can be meaningfully integrated into graphical contexts thereby addressing many of their core issues. We discuss implications for integrating linters into visualization tools, developing improved assertion languages, and supporting end-user tunable advice -- all laying the groundwork for more effective visualization linters in any context.",
13-
"thumbnail": "images/thumbs/color-buddy.png",
14-
"figure": "images/figures/color-buddy.png",
15-
"caption": "Diagram explaining the linter used in our system.",
16-
"web_name": "color-buddy",
17-
"visible": true,
18-
"mod_date": "2024-10-15",
19-
"note": "",
20-
"pub_date": "2024-10-15",
21-
"venue": "VIS",
22-
"authors": [
23-
{
24-
"first_name": "Andrew",
25-
"last_name": "McNutt",
26-
"url": "http://mcnutt.in/"
27-
},
28-
{
29-
"first_name": "Maureen",
30-
"last_name": "Stone",
31-
"url": "https://mcstone.github.io/"
32-
},
33-
{
34-
"first_name": "Jeffrey",
35-
"last_name": "Heer",
36-
"url": "http://homes.cs.washington.edu/~jheer/"
37-
}
38-
],
39-
"materials": [
40-
{
41-
"name": "Software",
42-
"link": "https://github.com/mcnuttandrew/color-buddy"
43-
},
44-
{
45-
"name": "Live",
46-
"link": "https://color-buddy.netlify.app/"
47-
}
48-
],
49-
"tags": [],
50-
"doi": "10.1109/TVCG.2024.3456317"
51-
}
2+
"title": "Mixing Linters with GUIs: A Color Palette Design Probe",
3+
"year": 2024,
4+
"start_page": null,
5+
"end_page": null,
6+
"volume": null,
7+
"issue": null,
8+
"editors": "",
9+
"publisher": "",
10+
"location": "",
11+
"pdf": "https://arxiv.org/pdf/2407.21285",
12+
"abstract": "Visualization linters are end-user facing evaluators that automatically identify potential chart issues. These spell-checker like systems offer a blend of interpretability and customization that is not found in other forms of automated assistance. However, existing linters do not model context and have primarily targeted users who do not need assistance, resulting in obvious -- even annoying -- advice. We investigate these issues within the domain of color palette design, which serves as a microcosm of visualization design concerns. We contribute a GUI-based color palette linter as a design probe that covers perception, accessibility, context, and other design criteria, and use it to explore visual explanations, integrated fixes, and user defined linting rules. Through a formative interview study and theory-driven analysis, we find that linters can be meaningfully integrated into graphical contexts thereby addressing many of their core issues. We discuss implications for integrating linters into visualization tools, developing improved assertion languages, and supporting end-user tunable advice -- all laying the groundwork for more effective visualization linters in any context.",
13+
"thumbnail": "images/thumbs/color-buddy.png",
14+
"figure": "images/figures/color-buddy.png",
15+
"caption": "Diagram explaining the linter used in our system.",
16+
"web_name": "color-buddy",
17+
"visible": true,
18+
"mod_date": "2024-10-15",
19+
"note": "",
20+
"pub_date": "2024-10-15",
21+
"venue": "VIS",
22+
"authors": [
23+
{
24+
"first_name": "Andrew",
25+
"last_name": "McNutt",
26+
"url": "http://mcnutt.in/"
27+
},
28+
{
29+
"first_name": "Maureen",
30+
"last_name": "Stone",
31+
"url": "https://mcstone.github.io/"
32+
},
33+
{
34+
"first_name": "Jeffrey",
35+
"last_name": "Heer",
36+
"url": "http://homes.cs.washington.edu/~jheer/"
37+
}
38+
],
39+
"materials": [
40+
{
41+
"name": "Software",
42+
"link": "https://github.com/mcnuttandrew/color-buddy"
43+
},
44+
{
45+
"name": "Live",
46+
"link": "https://color-buddy.netlify.app/"
47+
}
48+
],
49+
"tags": [],
50+
"doi": "10.1109/TVCG.2024.3456317"
51+
}

0 commit comments

Comments
 (0)