-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsupporters.html
147 lines (103 loc) · 3.28 KB
/
supporters.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
<!DOCTYPE html>
<html lang=" en ">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>LDAV 2017 – Supporters</title>
<meta name="description" content="Supporters">
<link rel="stylesheet" href="assets/main.css">
<link rel="canonical" href="supporters.html">
</head>
<body>
<header>
<aside>
<img id="ldav-logo" src="assets/logo-black.png" />
</aside>
<article>
<h2>
<b><span>The 7th IEEE Symposium on</span>
<span>Large Data Analysis and Visualization</span></b><br />
<span>in conjunction with IEEE VIS 2017,</span>
<span> Phoenix, Arizona, October 2, 2017</span>
</h2>
<img id="ieee-logo" src="assets/ieee_mb_white.png" />
</article>
</header>
<main>
<aside>
<nav>
<h1>Menu</h1>
<ul>
<li class="">
<a href="index.html">Home</a>
</li>
<li class="">
<a href="program.html">Program</a>
</li>
<li class="">
<a href="presenters.html">Presenter Information</a>
</li>
<li class="">
<a href="call-for-papers.html">Call for Papers</a>
</li>
<li class="">
<a href="call-for-posters.html">Call for Posters</a>
</li>
<li class="current">
<a href="supporters.html">Supporters</a>
</li>
<li class="">
<a href="important-dates.html">Important Dates</a>
</li>
<li class="">
<a href="organization.html">Organization</a>
</li>
<li>
<a href="mailto:[email protected]">Contact</a>
</li>
</ul>
</nav>
<hr />
<h1 id="important-dates">Important dates</h1>
<h2 id="symposium">Symposium</h2>
<dl>
<dt>One-day symposium</dt>
<dd>October 2, 2017</dd>
</dl>
<hr />
<nav id="archive">
<h1>LDAV Archive</h1>
<ul>
<li><a href="https://ldav.org/2016/" target="_blank">2016</a></li>
<li><a href="https://ldav.org/2015/" target="_blank">2015</a></li>
<li><a href="https://ldav.org/2014/" target="_blank">2014</a></li>
<li><a href="https://ldav.org/2013/" target="_blank">2013</a></li>
<li><a href="https://ldav.org/2012/" target="_blank">2012</a></li>
<li><a href="https://ldav.org/2011/" target="_blank">2011</a></li>
</ul>
</nav>
</aside>
<article>
<h1 id="supporters">Supporters</h1>
<p>LDAV 2017 is supported by</p>
<p><a href="http://ldav.org/www.kitware.com"><img width="50%" src="assets/Kitware_Print_186.svg" /></a><br />
<a href="https://www.nvidia.com"><img width="30%src=" src="assets/Nvidia_image_logo.svg" /></a></p>
<p>Please contact <a href="mailto:[email protected]">[email protected]</a> if you are interested in supporting LDAV 2017.</p>
<p>Click <a href="http://ieeevis.org/year/2017/info/exhibition/supporters-and-exhibition">here</a>
to learn more.</p>
</article>
</main>
<footer>
<aside>
Last update: Sep 10, 2017
</aside>
<article>
<p>
© 2017 7th IEEE Symposium on Large Data Analysis and Visualization, held in
conjunction with IEEE VIS 2017, Phoenix, Arizona, October 2, 2017.
</p>
</article>
</footer>
</body>
</html>