-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsubmit.html
187 lines (144 loc) · 7 KB
/
submit.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>7th VISxAI Workshop at IEEE VIS 2023</title>
<link rel="stylesheet"
href="node_modules/bootswatch/dist/sandstone/bootstrap.css">
<link rel="stylesheet"
href="styles.css">
<link href="https://fonts.googleapis.com/css?family=IBM+Plex+Mono|IBM+Plex+Sans"
rel="stylesheet">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<script
src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha256-3edrmyuQ0w65f8gfBsqowzjJe2iM6n0nKciPUp8y+7E="
crossorigin="anonymous"></script>
<script src="node_modules/bootstrap/js/dist/util.js"></script>
<script src="node_modules/bootstrap/js/dist/collapse.js"></script>
<!-- Share card -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@visxai" />
<meta name="twitter:creator" content="@visxai" />
<meta property="og:url" content="http://visxai.io" />
<meta property="og:title" content="Workshop on Visualization for AI Explainability" />
<meta property="og:description"
content="The role of visualization in artificial intelligence (AI) gained significant attention in recent years. With the growing complexity of AI models, the critical need for understanding their inner-workings has increased. Visualization is potentially a powerful technique to fill such a critical need. The goal of this workshop is to initiate a call for 'explainables' / 'explorables' that explain how AI techniques work using visualization. We believe the VIS community can leverage their expertise in creating visual narratives to bring new insight into the often obfuscated complexity of AI systems." />
<meta property="og:image" content="http://visxai.github.io/img/share.png" />
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand" href="/"><span class="vxa">VISxAI</span></a>
<button class="navbar-toggler" type="button" data-toggle="collapse"
data-target="#navbarColor03" aria-controls="navbarColor03"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarColor03">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="submit.html">SUBMIT</a>
</li>
<!-- <li class="nav-item">
<a class="nav-link" href="#program">Program</a>
</li> -->
<!-- <li class="nav-item">
<a class="nav-link" href="#dates">Dates</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#call">CFP</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#orga">Organizers</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#pc">PC</a>
</li> -->
<li class="nav-item">
<a class="nav-link" href="2023.html">VISxAI 2023</a>
</li>
<li class="nav-item">
<a class="nav-link" href="2022.html">VISxAI 2022</a>
</li>
<li class="nav-item">
<a class="nav-link" href="2021.html">VISxAI 2021</a>
</li>
<li class="nav-item">
<a class="nav-link" href="2020.html">VISxAI 2020</a>
</li>
<li class="nav-item">
<a class="nav-link" href="2019.html">VISxAI 2019</a>
</li>
<li class="nav-item">
<a class="nav-link" href="2018.html">VISxAI 2018</a>
</li>
</ul>
</div>
</nav>
<div class="container" style="margin-top: 12pt;">
<div class="float-right">
<!--<img src="img/logo.png" height="70"/>-->
<img src="img/logo_v2.png" height="70"/>
</div>
<!--<div style="position: absolute; right:5px;">-->
<!--</div>-->
<h2>7<sup>th</sup> Workshop on <br> <b>Visualization for AI Explainability</b></h2>
<p>October ??, 2024 at IEEE VIS in St. Pete Beach, Florida</p>
<h2> HOW TO submit an explainable? (in 4 steps) </h2>
<p>
We use the PCS submission system to take your submissions for <strong>explainables</strong>.
</p>
<p><strong>Step 1</strong> - Go to <a href="https://new.precisionconference.com" target="_blank">https://new.precisionconference.com</a> and login or create a login:
<p class="text-center">
<img class="img-fluid" src="img/submit00.png">
<div class="figure-caption"> Login or create login (red circle)</div>
</p>
</p>
<p><strong>Step 2</strong> - Go to the tab 'submission' and select <tt>Society 'VGTC' -> Conference 'VIS 2023'
-> Track 'VIS 2023 VISxAI Workshop Blog Posts'</tt>:
<p class="text-center">
<img class="img-fluid" src="img/submit01.png" style="border: 1px black;">
<div class="figure-caption"> Choose <strong>VIS 2023 VISxAI Workshop Blog Posts</strong> for Explainables</div>
</p>
</p>
<p><strong>Step 3</strong> - Fill in title, all authors, and abstract. If you have an online version of your submission
please add the link to the abstract. If you have source code, PDFs, etc.. please add as document. <strong>Either the link or
the document is required for a complete submission.</strong> Submitting both is allowed.
<p class="text-center">
<img class="img-fluid" src="img/submit02.png">
<div class="figure-caption"> </div>
</p>
</p>
<p><strong>Step 4</strong> - Don't forget to hit "Record" :) </p>
<hr>
<!-- <h2> HOW TO SUBMIT a position paper? (in 4 steps) </h2>
<p><strong>Step 1</strong> - Login as described above </p>
<p><strong>Step 2</strong> - Go to the tab 'submission' and select <tt>Society 'VGTC' -> Conference 'VIS 2019'
-> Track 'VIS 2019 VISxAI Workshop Position Papers'</tt>:
<p class="text-center">
<img class="img-fluid" src="img/submit01b.png" >
<div class="figure-caption"> Choose <strong>VIS 2019 VISxAI Workshop Position Papers</strong> </div>
</p>
</p>
<p><strong>Step 3</strong> - Fill in title, all authors, abstract, and the paper itself.
<p class="text-center">
<img class="img-fluid" src="img/submit02b.png">
<div class="figure-caption"> </div>
</p>
</p>
<p><strong>Step 4</strong> - Don't forget to hit "Record" :) </p>
-->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async
src="https://www.googletagmanager.com/gtag/js?id=UA-119596896-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-119596896-1');
</script>
</div>
</body>
</html>