1
- <script lang =" ts" >
2
- import Markdown from ' $lib/markdown.svelte' ;
3
- import content from ' ./vis-day.md?raw' ;
4
- </script >
5
-
6
1
<svelte:head >
7
- <title >Northwest Visualization Day</title >
2
+ <title >Seattle Visualization Day</title >
8
3
</svelte:head >
9
4
10
- <Markdown {content } />
5
+ <article class =" markdown" >
6
+ <h2 >Seattle Visualization Day</h2 >
7
+
8
+ <p >
9
+ The first-ever <strong >Seattle Visualization Day</strong > will be on <strong >Friday May 9, 2025</strong > at the University of Washington in Seattle.
10
+ This event is intended to bring together visualization researchers and practitioners across academia, industry, and government in the Pacific Northwest region.
11
+ The event is an opportunity to discuss the state-of-the-art in visualization, share projects, and build local community.
12
+ </p >
13
+
14
+ <h2 >Schedule</h2 >
15
+
16
+ <table >
17
+ <thead >
18
+ <tr >
19
+ <th >Time</th >
20
+ <th >Description</th >
21
+ </tr >
22
+ </thead >
23
+ <tbody >
24
+ <tr >
25
+ <td >8:00am</td >
26
+ <td >
27
+ <strong >Breakfast</strong >
28
+ </td >
29
+ </tr >
30
+ <tr >
31
+ <td >9:00am</td >
32
+ <td >
33
+ <strong >Introduction</strong ><br />
34
+ Jeffrey Heer (University of Washington)
35
+ </td >
36
+ </tr >
37
+ <tr >
38
+ <td >9:15am</td >
39
+ <td >
40
+ <strong >Keynote Talk</strong ><br />
41
+ Sheelagh Carpendale (Simon Fraser University)<br />
42
+ <em >What Do We Mean by Data Empowerment?</em >
43
+ </td >
44
+ </tr >
45
+ <tr >
46
+ <td >9:45am</td >
47
+ <td >
48
+ <strong >Short Talks: Visualization Design</strong ><br />
49
+ Session Chair: Hyeok Kim (University of Washington)<br />
50
+ <ul >
51
+ <li >Lyn Bartram (Simon Fraser University), <em >Beyond Data: Affective Visualization</em ></li >
52
+ <li >Robert Kosara, <em >It’s About Time: A Tour of Time Axes in Data Visualization</em ></li >
53
+ <li >Amber Thomas (USA Facts), <em >Big Budget, Small Screen: Rethinking How We Visualize Federal Spending</em ></li >
54
+ <li >Kanit Wongsuphasawat (Databricks), <em >Visualization Grammar, Beyond Just Charts</em ></li >
55
+ </ul >
56
+ </td >
57
+ </tr >
58
+ <tr >
59
+ <td >10:40am</td >
60
+ <td >
61
+ <strong >Coffee Break</strong >
62
+ </td >
63
+ </tr >
64
+ <tr >
65
+ <td >11:00am</td >
66
+ <td >
67
+ <strong >Panel Discussion</strong ><br />
68
+ Moderator: Leilani Battle (University of Washington)<br />
69
+ <ul >
70
+ <li >Jeffrey Heer (University of Washington)</li >
71
+ <li >Tamara Munzner (University of British Columbia)</li >
72
+ <li >Maureen Stone (University of Washington)</li >
73
+ <li >Justin Talbot (Databricks)</li >
74
+ <li >Amber Thomas (USA Facts)</li >
75
+ </ul >
76
+ </td >
77
+ </tr >
78
+ <tr >
79
+ <td >12:00pm</td >
80
+ <td >
81
+ <strong >Lunch & Poster Session</strong >
82
+ </td >
83
+ </tr >
84
+ <tr >
85
+ <td >1:30pm</td >
86
+ <td >
87
+ <strong >Short Talks: Visualization & AI</strong ><br />
88
+ Session Chair: Will Huichen Wang (University of Washington)<br />
89
+ <ul >
90
+ <li >Chenglong Wang (Microsoft Research), <em >Data Formulator: Create Rich Visualizations Iteratively, with AI</em ></li >
91
+ <li >Bill Howe (University of Washington), <em >Assessing Fidelity for AI-Assisted Visualization</em ></li >
92
+ <li >Alper Sarikaya (Microsoft), <em >Intent-driven
93
+ Visualization Design</em ></li >
94
+ <li >Vidya Setlur (Tableau), <em >Bridging Semantics and Sensemaking: Designing Intelligent Tools for Visual Analytics</em ></li >
95
+ </ul >
96
+ </td >
97
+ </tr >
98
+ <tr >
99
+ <td >2:30pm</td >
100
+ <td >
101
+ <strong >Coffee Break</strong >
102
+ </td >
103
+ </tr >
104
+ <tr >
105
+ <td >2:50pm</td >
106
+ <td >
107
+ <strong >Keynote Talk</strong ><br />
108
+ Ariel Rokem (University of Washington)<br />
109
+ <em >The Challenges of Visualizing Brain Connections</em >
110
+ </td >
111
+ </tr >
112
+ <tr >
113
+ <td >3:20pm</td >
114
+ <td >
115
+ <strong >Birds of a Feather Discussion</strong ><br />
116
+ Moderator: Maureen Stone (University of Washington)
117
+ </td >
118
+ </tr >
119
+ <tr >
120
+ <td >4:20pm</td >
121
+ <td >
122
+ <strong >Closing</strong ><br />
123
+ Jeffrey Heer (University of Washington)
124
+ </td >
125
+ </tr >
126
+ <tr >
127
+ <td >4:30pm</td >
128
+ <td >
129
+ <strong >Event Ends</strong ><br />
130
+ Attendees are invited to socialize!
131
+ </td >
132
+ </tr >
133
+ </tbody >
134
+ </table >
135
+
136
+ <h2 >Registration</h2 >
137
+
138
+ <p >
139
+ Registration is required. To RSVP, please submit the
140
+ <span style =" padding: 2px 4px; border: 1px solid purple;" ><strong >
141
+ <a href =" https://forms.gle/yP6Bw1oP5wfDxpZ18" >Northwest Visualization Day RSVP Form</a >
142
+ </strong ></span >
143
+ </p >
144
+
145
+ <!-- <p>
146
+ We plan to include everyone who submits the registration form.
147
+ However, in the unlikely event that we receive more sign-ups than we can accommodate, we may have to limit the number of attendees.
148
+ We will contact registrants well in advance should this become necessary.
149
+ </p> -->
150
+
151
+ <p >
152
+ We will share further updates, event details, and schedule information with registered participants as the date nears.
153
+ </p >
154
+
155
+ <h2 >Organizers</h2 >
156
+
157
+ <p >
158
+ Questions? Please contact the event organizers at <strong >seattle-vis@cs.washington.edu</strong >.
159
+ </p >
160
+ <p >
161
+ Leilani Battle, Maureen Stone, Jeffrey Heer – <em >University of Washington</em >
162
+ </p >
163
+
164
+ <h2 >Support</h2 >
165
+
166
+ <p >
167
+ Interested in supporting the Interactive Data Lab?
168
+ <a href =" /donate" >Please consider making a donation</a >.
169
+ </p >
170
+
171
+ <h2 >Venue</h2 >
172
+
173
+ <p >
174
+ Seattle Visualization Day will be held at the
175
+ <a href =" https://www.cs.washington.edu/visitors/getting_here" >Bill and Melinda Gates Center</a > at the University of Washington, Seattle.
176
+ Big thanks to the <a href =" https://www.cs.washington.edu/" >Paul G. Allen School of Computer Science & Engineering</a >!
177
+
178
+ </p >
179
+
180
+ <p >
181
+ <a href =" https://www.cs.washington.edu/visitors/getting_here" >
182
+ <img style =" max-width: 500px;"
183
+ alt =" Bill and Melinda Gates Center for Computer Science & Engineering"
184
+ src =" https://seclab.cs.washington.edu/wp-content/uploads/2019/03/GatesCenter.jpg"
185
+ />
186
+ </a >
187
+ </p >
188
+ </article >
189
+
190
+ <style >
191
+ table {
192
+ border-spacing : 1em ;
193
+ border-collapse : collapse ;
194
+ }
195
+
196
+ th , td {
197
+ padding : 0.5em ;
198
+ border : 1px solid #ccc ;
199
+ }
200
+
201
+ th {
202
+ text-align : left ;
203
+ }
204
+
205
+ th :first-child {
206
+ text-align : center ;
207
+ }
208
+
209
+ td :first-child {
210
+ text-align : right ;
211
+ vertical-align : top ;
212
+ }
213
+
214
+ ul {
215
+ list-style-type : circle ;
216
+ margin : 1em ;
217
+ }
218
+
219
+ a {
220
+ color : #6a2eb3 ;
221
+ }
222
+
223
+ a :hover {
224
+ color : #8a5ed3 ;
225
+ }
226
+ </style >
0 commit comments