-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
226 lines (175 loc) Β· 22.1 KB
/
index.html
File metadata and controls
226 lines (175 loc) Β· 22.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
<!DOCTYPE html>
<html class="h-100">
<head>
<title>Home | Chris Bryan</title>
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<link rel="stylesheet" href="/assets/styles/font-awesome-4.7.0/css/font-awesome.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.0/font/bootstrap-icons.css">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/js/bootstrap.bundle.min.js" integrity="sha384-pprn3073KE6tl6bjs2QrFaJGz5/SUsLqktiwsUTF55Jfv3qYSDhgCecCxMW52nD2" crossorigin="anonymous"></script>
</head>
<body class="d-flex flex-column h-100">
<header id="header">
<script>
$(function() {
$("#header").load("/assets/html/header.html");
});
</script>
</header>
<main class="flex-shrink-1">
<div class="container" style="max-width:1000px;">
<div class="row">
<div class="col-md-2 col-sm-3 col-xs-3 mt-4">
<img class="rounded shadow img-fluid" src="/assets/img_people/profile.png" data-holder-rendered="true">
</div>
<div class="col-md-10 col-sm-9 col-xs-6 mt-2 pt-3">
<h1>Chris Bryan</h1>
<p class="lead">
Assistant Professor in Computer Science<br>
School of Computing and Augmented Intelligence<br>
Arizona State University<br>
Head of the Sonoran Visualization Laboratory (SVL @ ASU)
</p>
</div>
</div>
<hr>
<h2>Quick Links</h2>
<ul>
<li><a href="/research/" class="link-danger">For researchers and businesses interested in collaborating, see the Research page.</a></li>
<li><a href="/policies/" class="link-danger">Are you a student interested in Vis research? Read the Lab Policies page first!</a></li>
<li><a href="/assets/cv/chris-bryan-may-2026.pdf" target="_blank" class="link-danger">CV</a> (last updated May 2026)</li>
</ul>
<h2>About</h2>
<p>
I am an Assistant Professor in the School of Computing and Augmented Intelligence at Arizona State University, which is located in the Ira A. Fulton Schools of Engineering at Arizona State University. I lead the Sonoran Visualization Laboratory (SVL @ ASU). I am also an affiliate faculty with ASU's Global Security Initiative. I received my Ph.D. from the University of California, Davis in 2018.
</p>
<p>
My research spans the areas of data visualization, human-computer interaction, augmented and virtual reality, and data science. Broadly, my lab develops novel algorithms, models, techniques, and interfaces that help humans work with and make sense of data. We regularly work with complex and real-world data, and develop advanced interactive visual analytics and data pipelines, including modeling and interpreting machine learning and artificial intelligence, and storytelling with data. See the <a href="/research/" class="link-danger">Research</a> page for more details, and the <a href="/research/" class="link-danger">Publications</a> page for our group's published papers.
</p>
<h5>External links</h5>
<ul>
<li><a href='https://isearch.asu.edu/profile/3335256' class='link-danger' target='_blank'>iSearch</a> (my ASU directory profile)</li>
<li><a href="https://asu.pure.elsevier.com/en/persons/chris-bryan" class="link-danger" target="_blank">experts.asu</a> (my ASU expertise database fingerprint)</li>
<li><a href='https://scholar.google.com/citations?user=Y73FwSkAAAAJ' class='link-danger' target='_blank'>Google Scholar</a></li>
<li><a href='https://dblp.uni-trier.de/pid/139/2338.html' class='link-danger' target='_blank'>DBLP</a></li>
<li><a href='https://www.linkedin.com/in/chris-bryan-990ba13b/' class='link-danger' target='_blank'>LinkedIn</a></li>
<li><a href='https://twitter.com/chrisBryanASU' class='link-danger' target='_blank'>Twitter</a> (rarely updated...)</li>
<li><a href='https://www.instagram.com/chrisbryanasu/' class='link-danger' target='_blank'>Instagram</a> (even more rarely updated...)</li>
</ul>
<hr>
<h2>Recent News</h2>
<div class="mb-5">
<h5>May 2026</h5>
<p class="mx-2">
We'll have three paper at this year's EuroVis 2026, including an Honorable Mention for <b>Engagement vs. Understanding: Comparing Immersive Virtual Reality and Desktop Displays for Climate Data Visualization.</b> πππ
</p>
<h5>January 2026</h5>
<p class="mx-2">We have three papers in this year's <a href="https://hicss.hawaii.edu/" class="link-danger" target="_blank">HICSS 2026</a>: <b>PatientLens</b>, <b>Developing The Strategists</b>, and <b>VizCoach</b>. All three papers were led by MS students!</p>
<h5>September 2025</h5>
<p class="mx-2">We have one paper accepted to this year's <a href="https://ieeevis.org/year/2025/welcome" class="link-danger" target="_blank">IEEE VIS conference</a>, by first year PhD student Zhuojun Jiang: <b>The Hue-Man Factor: An Empirical Evaluation of Visualization Perception and Accessibility Across Color Vision Profiles</b></p>
<h5>April 2025</h5>
<p class="mx-2">We have two papers accepted to this year's <a href="https://www.eurovis2025.lu/" class="link-danger" target="_blank">EuroVis 2025</a> conference: <b>Modeling and Measuring the Chart Communication Recall Process</b> and <b>VeCNA: Visual Exploration, Comparison and Analysis of Reconstructed Spatiotemporal Scientific Simulation Data</b>.</p>
<p class="mx-2">
We were awarded an Honorable Mention in this year's <a href="https://visstory.github.io/" class="link-danger" target="_blank">PacificVis Visual Data Storytelling Contest</a> for our shortlisted entry entitled <b>The Story of Wagyu: Bringing Charm of Japan's Pride to the World</b> (<a class="link-danger" href="https://y0uk1.github.io/PacificVis2025/" target="_blank">link</a>). ππ―π΅π</p>
<h5>January 2025</h5>
<p class="mx-2">We had two papers accepted this month: <b>PromptAid: Visual Prompt Exploration, Perturbation, Testing and Iteration for Large Language Models</b> has been accepted to <a href="https://ieeexplore.ieee.org/document/10855599" class="link-danger" target="_blank">IEEE Transactions in Visualization and Computer Graphics</a>. This paper develops a human-in-the-loop pipeline to support iteratively prompting LLMs. <b>Lost in Translation: How Does Bilingualism Shape Reader Preferences for Annotated Charts?</b> has been accepted to <a href="https://chi2025.acm.org/" class="link-danger" target="_blank">CHI 2025</a>. This study explores how presenting annotated text on top of visualizations in different languages (e.g., Arabic and Tamil) impacts reader preferences and cognition for users who are non-native English speakers.</p>
<h5>December 2024</h5>
<p class="mx-2">My former students Drs. Jinbin Huang and Anjana Arunkumar walked at the Fall 2024 Convocation (<a href="#dec-2024-modal" data-bs-toggle="modal" data-bs-target="#dec-2024-modal" class="link-danger">picture</a>). Dr. Arunkumar also received the <b>Dean's Dissertation Award</b>. π This is the highest honor that can be bestowed on a graduating Ph.D. student in ASU's Fulton Schools of Engineering, and recognizes excellence in research, innovation, and potential for societal impact. Anjana was the <i>only</i> student from SCAI to receive this honor, and it is well deserved based on the fantastic work she did here in the SVL!
<h5>September 2024</h5>
<p class="mx-2">Huge congratulations to Drs. Aditi Mishra and Jinbin Huang, who both successfully defended their dissertations this month! Dr. Mishra's dissertation, entitled <b>Unlocking Artificial Intelligence: Interactive Visualizations for Novice Users to Explore, Understand, and Trust</b>, and Dr. Huang's dissertation, entitled <b>Understand AI and Go Beyond: Designing Interactive Visual Analytics Systems for Efficient Deep Learning Interpretability and Development</b>, both develop several advanced techniques and tools for interrogating AI models and processes. π¨βπ» π π§ Dr. Mishra will soon join Fujitsu Research as a Research Scientist, and Dr. Huang will join Epsilon as a Data Scientist. Congratulations to both of you, and all your hard work in our group!!! π π π</p>
<p class="mx-2">We will have a paper at this year's <a class="link-danger" href="https://drbsd.github.io/" target="_blank">International Workshop on Data Analysis and Reduction for Big Scientific Data</a> (DRBSD, co-located with Supercoputing 2024). The work, entitled <b>Filling the Void: Data-Driven Machine Learning-Based Reconstruction of Sampled Spatiotemporal Scientific Simulation Data</b>, is based on research Aditi conducted with scientists Los Alamos National Laboratory.</p>
<!--
<h5>August 2024</h5>
<p class="mx-2">Led by my SCAI colleague <a class="link-danger" href="https://persue-lab-asu.github.io/" target="_blank">Rakibul Hasan</a>, I'll be part of an NSF SaTC EDU project to study novel technology-enhanced pedagogies for privacy education: <strong>NSF #2350036: Investigating the Role of Storytelling Visualization in Privacy Education</strong> (<a class="link-danger" href="https://www.nsf.gov/awardsearch/showAward?AWD_ID=2350036&HistoricalAwards=false" target="_blank">link</a>).</p>
<h5>July 2024</h5>
<p class="mx-2">We will have two full papers at this year's <a href="https://ieeevis.org/year/2024/welcome" class="link-danger" target="_blank">IEEE VIS conference</a>: <b>Mind Drifts, Data Shifts: Utilizing Mind Wandering to Track the Evolution of User Experience with Data Visualizations</b>, led by recent SVL graduate Anjana Arunkumar, and <b>Defogger: A Visual Analysis Approach for Data Exploration of Sensitive Data Protected by Differential Privacy</b>, conducted in collaboration with Nankai University in Tianjin, China.</p>
<p class="mx-2">I have received a "2024 Top Five Percent Faculty at the Ira A. Fulton Schools of Engineering" award. π</p>
<h5>June 2024</h5>
<p class="mx-2">Kannak has been awarded a Fulton Schools of Engineering MORE position for the Fall semester. Congrats Kannak! π₯³</p>
<h5>May 2024</h5>
<p class="mx-2">Anjana successfully defended her dissertation, π¦ <b>The D.U.C.K. Bridge: Empowering Non-Experts in Data Visualization</b> π¦. A huge congratulations to Dr. Arunkumar, who will begin a PostDoc at Northeastern University this summer! π₯³ π₯³ π₯³</p>
<h5>August 2023</h5>
<p class="mx-2">Michael's paper <b>Comparing Collaborative Visualization Behaviors in Desktop and Augmented Reality Environments</b> has been accepted to <a href="https://vrst.acm.org/vrst2023/" target="_blank" class="link-danger">ACM VRST 2023</a>. We explored how two-person teams (aka, dyads) communicate and interact when using Hololenses to analyze 3D visualizations in augmented reality.</p>
<h5>July 2023</h5>
<p class="mx-2">Anjana's paper <b>Image or Information? Examining the Nature and Impact of Visualization Perceptual Classification</b> has been accepted to <a href="https://ieeevis.org/year/2023/welcome" target="_blank" class="link-danger">IEEE VIS 2023</a>. This project explores how we cognitively internalize data visualizations: as <i>images</i>, or as <i>information</i>? We created a dataset of 500 annotated visualizations and then conducted a pair of large-scale experiments to investigate the nature of such internalization and explore how memory encoding affects it retrieval. This work was done in collaboration with fellow ASU professor <a class="link-danger" href="https://psychology.asu.edu/research/labs/visual-cognitive-neuroscience-lab" target="_blank">Gi-Yeul Bae</a> and Northeastern professor <a class="link-danger" href="http://www.lacepadilla.com/" target="_blank">Lace Padilla</a>.</p>
<h5>June 2023</h5>
<p class="mx-2">Congrats to Anjana, Aditi, and Jinbin on passing their comprehensive exams and dissertation proposals this spring! π π π Lots of good work going on in the SVL right now!</p>
<p class="mx-2">I have received a "2023 Top Five Percent Faculty at the Ira A. Fulton Schools of Engineering" award. π</p>
<h5>April 2023</h5>
<p class="mx-2">Anjana and Shubham's paper <b>LINGO: Visually Debiasing Natural Language Instructions to Support Task Diversity</b> has been accepted to <a href="https://www.eurovis.org/" target="_blank" class="link-danger">EuroVis 2023</a>! LINGO is a novel visual analytics interface that supports an effective, task-driven workflow to help identify bias in natural language task instructions, alter (or create) task instructions to reduce bias, and evaluate pre-trained model performance on debiased task instructions.</p>
<h5>February 2023</h5>
<p class="mx-2">Anjana's paper <b>Real-Time Visual Feedback to Guide Benchmark Creation: A Human-and-Metric-in-the-Loop Workflow</b> has been accepted to <a href="https://2023.eacl.org/" target="_blank" class="link-danger">EACL 2023</a>! This paper introduces an pair of human-in-the-loop techniques/interfaces supporting an analyst moderating crowdworker responses for benchmark dataset creation tasks.</p>
<h5>December 2022</h5>
<p class="mx-2">I have joined the Steering Committee for the IEEE Symposium on Visualization for Cyber Security (VizSec). π π βοΈ</p>
<p class="mx-2">Jose and Shubham both passed their M.S. defenses and submitted their theses. Congrats guys! π π π</p>
<h5>October 2022</h5>
<p class="mx-2">I have been awarded an NSF SaTC grant to explore methods for creating "privacy-aware visualizations." <strong>NSF #2224066: Effective Design and Recommendation for Privacy-Preserving Data Visualizations</strong> (<a class="link-danger" href="https://www.nsf.gov/awardsearch/showAward?AWD_ID=2224066&HistoricalAwards=false" target="_blank">link</a>).</p>
<h5>September 2022</h5>
<p class="mx-2">A paper by SVL student Jinbin Huang has been accepted to the Visual Analytics in Immersive Environments (VAinIE) Workshop at ISMAR 2022. <strong>SPARVIS: Combining Smartphone and Augmented Reality for Visual Data Analytics</strong> develops a framework and demo tool that uses a smartphone as an input and interaction device when visualizing data in augmented reality headsets.</p>
<h5>August 2022</h5>
<p class="mx-2">We have two full papers accepted to this year's IEEE VIS conference. <strong>ConceptExplainer: Understanding the Mental Model of Deep Learning Algorithms via Interactive Concept-based Explanations</strong>, led by Jinbin Huang, is a visual analytics sytem for non-expert AI users to explore the behavior of image classification models using concept-based explanations. <strong>PMU Tracker: A Visualization Platform for Egocentric Event Propagation Analysis in the Power Grid</strong>, led by Anjana Arunkumar, develops a novel dendrogram-based visualization technique for analyzing topological network data.</p>
<h5>July 2022</h5>
<p class="mx-2">Here is <a class="link-danger" href="https://news.asu.edu/20220627-interplanetary-initiative-announces-new-and-renewed-projects-academic-year" target="_blank">an article</a> about a pilot project (called <strong>Space Activity Heat Map</strong>) that we'll be working on over the next year with ASU's Interplanetary Initiative. π πͺ π°</p>
<h5>June 2022</h5>
<p class="mx-2">We are very excited to be awarded an NSF IUSE grant to investigate ways to improve visualiation education: <strong>NSF #2216452: Developing and Evaluating a Classroom Orchestration Toolkit for Visualization Education</strong> (<a class="link-danger" href="https://www.nsf.gov/awardsearch/showAward?AWD_ID=2216452" target="_blank">link</a>).</p>
<h5>April 2022</h5>
<p class="mx-2">Our paper <b>PMUVis: A Large Scale Platform to Assist Power System Operators in a Smart Grid</b> has been published in IEEE Computer Graphics & Applications (<a href="https://ieeexplore.ieee.org/abstract/document/9765704" class="link-danger" target="_blank">link</a>), led by SVL researcher Anjana Arunkumar. We worked with power grid engineers to design a visualization interface supporting the analysis of synchrophasar data.</p>
<h5>March 2022</h5>
<p class="mx-2">SVL researcher Aditi Mishra was awarded a SCAI Doctoral Fellowship, in recognition of her excellent work as an ASU graduate student. π Congrats, Aditi! π </p>
<h5>February 2022</h5>
<p class="mx-2">We have two papers that have been accepted into this year's IEEE PacificVis, both led by SVL researcher Aditi Mishra: <strong>News Kaleidoscope: Visual Investigation of Coverage Diversity in News Event Reporting</strong>, and <strong>Why? Why not? When? Visual Explanations of Agent Behaviour in Reinforcement Learning</strong>.</p>
<h5>January 2022</h5>
<p class="mx-2">I will be the general chair for this year's IEEE Symposium on Visualization for Cyber Security (<a href="https://vizsec.org/vizsec2022/" class="link-danger" target="_blank">https://vizsec.org/vizsec2022/</a>), co-located with the IEEE VIS 2022 conference.</p>
<h5>September 2021</h5>
<p class="mx-2">Our paper <strong>ChartStory: Automated Partitioning, Layout, and Captioning of Charts into Comic-Style Narratives</strong> has been published in IEEE Transactions on Visualization and Computer Graphics (<a href="https://ieeexplore.ieee.org/document/9547737" target="_blank" class="link-danger">link</a>)!</p>
<h5>August 2021</h5>
<p class="mx-2">We have two papers that will be presented at this year's IEEE VIS conference. <strong>Bayesian Modelling of Alluvial Diagram Complexity</strong> is a VIS short paper based on Shashank Ginjpalli's Barrett thesis, and <strong>Phoenix Virtual Heart: A Hybrid VR-Desktop Visualization System for Cardiac Surgery Planning and Education</strong>, led by Jinbin Huang, in a collaboration with several medical researchers and clinicians at Phoenix Children's Hospital, will be presented at the co-located IEEE Workshop on Visual Analytics in Healthcare (VAHC).</p>
<h5>February 2021</h5>
<p class="mx-2">Excited to welcome the <a href="#feb-2022-modal" data-bs-toggle="modal" data-bs-target="#feb-2022-modal" class="link-danger">newest research assistant</a> to the SVL @ ASU! πΆπΌ πΌ </p>
-->
<!-- <button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#exampleModal">
Launch demo modal
</button> -->
<!-- Modal -->
<div class="modal fade" id="feb-2022-modal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<!-- <div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Modal title</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div> -->
<div class="modal-body mb-2 p-2">
<img class="rounded shadow img-fluid" src="/assets/img_people/arin_feb2022.png" data-holder-rendered="true">
</div>
<div class="modal-footer">
<!-- <button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button> -->
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
</div>
</div>
</div>
<div class="modal fade" id="dec-2024-modal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-body mb-2 p-2">
<img class="rounded shadow img-fluid" src="/assets/img_people/fall2024convocation.jpg" data-holder-rendered="true">
</div>
<div class="modal-footer">
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
</div>
</div>
</div>
</div>
</div> <!-- end container -->
</main>
<footer class="footer mt-auto py-3 bg-light border border-top" id="footer">
<script>
$(function() {
$("#footer").load("/assets/html/footer.html");
});
</script>
</footer>
</body>
</html>