Skip to content

Commit

Permalink
Minor edits and updates, inc. VIS 2024.
Browse files Browse the repository at this point in the history
  • Loading branch information
jheer committed Oct 16, 2024
1 parent e8ab117 commit 1034319
Show file tree
Hide file tree
Showing 5 changed files with 61 additions and 54 deletions.
8 changes: 7 additions & 1 deletion static/featured-venues.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"visible": true
},
{
"desc": "VIS 2023 - Melbourne, Australia",
"desc": "VIS 2023 - Melbourne, Australia",
"venue_nickname": "VIS",
"year": 2024,
"visible": true
Expand All @@ -28,5 +28,11 @@
"venue_nickname": "CHI",
"year": 2024,
"visible": true
},
{
"desc": "VIS 2024",
"venue_nickname": "VIS",
"year": 2025,
"visible": true
}
]
100 changes: 50 additions & 50 deletions static/papers/color-buddy.json
Original file line number Diff line number Diff line change
@@ -1,51 +1,51 @@
{
"title": "Mixing Linters with GUIs: A Color Palette Design Probe",
"year": 2024,
"start_page": null,
"end_page": null,
"volume": null,
"issue": null,
"editors": "",
"publisher": "",
"location": "",
"pdf": "https://arxiv.org/pdf/2407.21285",
"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.",
"thumbnail": "images/thumbs/color-buddy.png",
"figure": "images/figures/color-buddy.png",
"caption": "Diagram explaining the linter used in our system.",
"web_name": "color-buddy",
"visible": true,
"mod_date": "2024-10-15",
"note": "",
"pub_date": "2024-10-15",
"venue": "VIS",
"authors": [
{
"first_name": "Andrew",
"last_name": "McNutt",
"url": "http://mcnutt.in/"
},
{
"first_name": "Maureen",
"last_name": "Stone",
"url": "https://mcstone.github.io/"
},
{
"first_name": "Jeffrey",
"last_name": "Heer",
"url": "http://homes.cs.washington.edu/~jheer/"
}
],
"materials": [
{
"name": "Software",
"link": "https://github.com/mcnuttandrew/color-buddy"
},
{
"name": "Live",
"link": "https://color-buddy.netlify.app/"
}
],
"tags": [],
"doi": "10.1109/TVCG.2024.3456317"
}
"title": "Mixing Linters with GUIs: A Color Palette Design Probe",
"year": 2025,
"start_page": null,
"end_page": null,
"volume": null,
"issue": null,
"editors": "",
"publisher": "",
"location": "",
"pdf": "https://arxiv.org/pdf/2407.21285",
"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.",
"thumbnail": "images/thumbs/color-buddy.png",
"figure": "images/figures/color-buddy.png",
"caption": "Diagram explaining the linter used in our system.",
"web_name": "color-buddy",
"visible": true,
"mod_date": "2024-10-15",
"note": "",
"pub_date": "2024-10-15",
"venue": "VIS",
"authors": [
{
"first_name": "Andrew",
"last_name": "McNutt",
"url": "http://mcnutt.in/"
},
{
"first_name": "Maureen",
"last_name": "Stone",
"url": "https://mcstone.github.io/"
},
{
"first_name": "Jeffrey",
"last_name": "Heer",
"url": "http://homes.cs.washington.edu/~jheer/"
}
],
"materials": [
{
"name": "Software",
"link": "https://github.com/mcnuttandrew/color-buddy"
},
{
"name": "Live",
"link": "https://color-buddy.netlify.app/"
}
],
"tags": [],
"doi": "10.1109/TVCG.2024.3456317"
}
2 changes: 1 addition & 1 deletion static/papers/pyxis.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@
"tags": [
"insight"
]
}
}
3 changes: 2 additions & 1 deletion static/papers/reflections-vis-authoring.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@
},
{
"first_name": "Matthew",
"last_name": "Brehmer"
"last_name": "Brehmer",
"url": "https://mattbrehmer.ca/"
},
{
"first_name": "Zhicheng",
Expand Down
2 changes: 1 addition & 1 deletion static/people.json
Original file line number Diff line number Diff line change
Expand Up @@ -4896,7 +4896,7 @@
"image": "images/people/hyeok.png",
"nickname": "Hyeok",
"position": "Post-Doc",
"interests": "Multi-context data visualization, qunatum computing interface, design, & caffein-free diet coke",
"interests": "Multi-Context Visualization, Quantum Computing Interfaces, Design, Caffeine-Free Diet Coke",
"org": "UW CSE"
},
{
Expand Down

0 comments on commit 1034319

Please sign in to comment.