-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsponsors.html
More file actions
282 lines (255 loc) · 10.3 KB
/
Copy pathsponsors.html
File metadata and controls
282 lines (255 loc) · 10.3 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
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
<!DOCTYPE HTML>
<!--
Introspect by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-34679733-4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-34679733-4');
</script>
<title>INK Research Lab - USC Computer Science</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="INK Research Lab @ USC">
<meta name="author" content="INK Research Lab @ USC">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<style>
table {
border-collapse: collapse;
margin: 0;
padding: 0;
width: 80%;
table-layout: fixed;
}
table caption {
font-size: 1.5em;
margin: .5em 0 .75em;
}
table tr {
padding: .35em;
}
table th,
table td {
padding: .625em;
text-align: left;
}
table th {
font-size: .85em;
letter-spacing: .1em;
text-transform: uppercase;
}
@media screen and (max-width: 900px) {
table {
border: 0;
}
table caption {
font-size: 1.3em;
}
table thead {
border: none;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
table tr {
display: block;
margin-bottom: .625em;
}
table td {
display: block;
font-size: .8em;
text-align: center;
}
table td::before {
/*
* aria-label has no advantage, it won't be read inside a table
content: attr(aria-label);
*/
content: attr(data-label);
float: left;
font-weight: bold;
text-transform: uppercase;
}
table td:last-child {
border-bottom: 0;
}
}
</style>
</head>
<body>
<!-- Header -->
<header id="header">
<div class="inner">
<a href="index.html" class="logo"> <img width="55" style="padding: 0.5em 0 0 0" src="images/logo.png"> </a>
<nav id="nav">
<a style="color:#d5d5d5" onMouseOver="this.style.color='#FF0433'" onMouseOut="this.style.color='#d5d5d5'" href="index.html">Home</a>
<a style="color:#d5d5d5;" onMouseOver="this.style.color='#FF0433'" onMouseOut="this.style.color='#d5d5d5'" href="people.html">People</a>
<a style="color:#d5d5d5" onMouseOver="this.style.color='#FF0433'" onMouseOut="this.style.color='#d5d5d5'" href="research.html">Research</a>
<a style="color:#d5d5d5" onMouseOver="this.style.color='#FF0433'" onMouseOut="this.style.color='#d5d5d5'" href="publications.html">Publications</a>
<a style="color:#d5d5d5" onMouseOver="this.style.color='#FF0433'" onMouseOut="this.style.color='#d5d5d5'" href="software.html">Software</a>
<a style="color:#FF0433" onMouseOver="this.style.color='#FF0433'" onMouseOut="this.style.color='#d5d5d5'" href="sponsors.html"><u>Sponsors</u></a>
<a style="color:#d5d5d5" onMouseOver="this.style.color='#FF0433'" onMouseOut="this.style.color='#d5d5d5'" href="teaching.html">Teaching</a>
<a style="color:#d5d5d5" onMouseOver="this.style.color='#FF0433'" onMouseOut="this.style.color='#d5d5d5'" href="contact.html">Join Us</a>
</nav>
<div class="inner">
<img class="usclogo" src="images/usc-shield-name-white.png" >
</div>
</div>
</header>
<a href="#menu" class="navPanelToggle"><span class="fa fa-bars"></span></a>
<!-- Banner -->
<!-- <section id="banner" style="height:10pt">
<div class="inner" style="height:10pt">
<h1 style="padding: -10 0 0 0">INK Lab @ USC/ISI: <span style="text-transform:none;">Intelligence and Knowledge Discovery</span></h1>
</div>
</section> -->
<!-- One -->
<!-- Two -->
<section id="two" style="background:white">
<!--<div class="inner">
<h2>People @ INK</h2> <br><br><br>
</div>-->
<div class="inner">
<div class="content">
<header>
<h3>Sponsors</h3>
We would like to acknowledge and thank all the gifts and funding supports on our research from the sponsors!
<!--- add some descriptions here -->
</header>
<hr>
<table>
<tr>
<td>
<div><span class="image fit" >
<img style="object-fit: contain; height:250px;" src="images/sponsors/nsf.png" alt />
<span><a class="button alt fit" href="https://www.nsf.gov/" target="_blank">National Science Foundation</a></span></span></div>
</td>
<td>
<div><span class="image fit" >
<img style="object-fit: contain; height:250px;" src="images/sponsors/darpa.png" alt /><span><a class="button alt fit" href="https://www.darpa.mil/" target="_blank">DARPA</a></span>
</span></div>
</td>
<td>
<div><span class="image fit" >
<img style="object-fit: contain; height:250px;" src="images/sponsors/google.svg" alt /><span><a class="button alt fit" href="https://ai.google/research/outreach/faculty-research-awards/recipients/" target="_blank">Google</a></span>
</span></div>
</td>
</tr>
<tr>
<td>
<div><span class="image fit" >
<img style="object-fit: contain; height:250px;" src="images/sponsors/amazon.jpg" alt /><span><a class="button alt fit" href="https://ara.amazon-ml.com/recipients/#2018" target="_blank">Amazon</a></span>
</span></div>
</td>
<td>
<div><span class="image fit" >
<img style="object-fit: contain; height:250px;" src="images/sponsors/jp-morgan.svg" alt /><span><a class="button alt fit" href="https://www.jpmorgan.com/global/technology/ai/awards/faculty-award-recipients" target="_blank">J.P. Morgan</a></span>
</span></div>
</td>
<td>
<div><span class="image fit" >
<img style="object-fit: contain; height:250px;" src="images/sponsors/adobe.svg" alt /><span><a class="button alt fit" href="https://www.adobe.com/" target="_blank">Adobe</a></span>
</span></div>
</td>
</tr>
<tr>
<td>
<div><span class="image fit" >
<img style="object-fit: contain; height:250px;" src="images/sponsors/snapchat.png" alt /><span><a class="button alt fit" href="https://www.snapchat.com/" target="_blank">Snapchat</a></span>
</span></div>
</td>
<td>
<div><span class="image fit" >
<img style="object-fit: contain; height:250px;" src="images/sponsors/sff.png" alt /><span><a class="button alt fit" href="http://tsffoundation.org/" target="_blank">Schmidt Family Foundation</a></span>
</span></div>
</td>
<td>
<div><span class="image fit" >
<img style="object-fit: contain; height:250px;" src="images/sponsors/IARPA.png" alt /><span><a class="button alt fit" href="https://www.iarpa.gov/" target="_blank">IARPA</a></span>
</span></div>
</td>
</tr>
</table>
</div>
</div>
</section>
<!-- Three -->
<!-- <section id="three">
<div class="inner">
<article>
<div class="content">
<span class="icon fa-laptop"></span>
<header>
<h3>Tempus Feugiat</h3>
</header>
<p>Morbi interdum mollis sapien. Sed ac risus. Phasellus lacinia, magna lorem ullamcorper laoreet, lectus arcu.</p>
<ul class="actions">
<li><a href="#" class="button alt">Learn More</a></li>
</ul>
</div>
</article>
<article>
<div class="content">
<span class="icon fa-diamond"></span>
<header>
<h3>Aliquam Nulla</h3>
</header>
<p>Ut convallis, sem sit amet interdum consectetuer, odio augue aliquam leo, nec dapibus tortor nibh sed.</p>
<ul class="actions">
<li><a href="#" class="button alt">Learn More</a></li>
</ul>
</div>
</article>
<article>
<div class="content">
<span class="icon fa-laptop"></span>
<header>
<h3>Sed Magna</h3>
</header>
<p>Suspendisse mauris. Fusce accumsan mollis eros. Pellentesque a diam sit amet mi ullamcorper vehicula.</p>
<ul class="actions">
<li><a href="#" class="button alt">Learn More</a></li>
</ul>
</div>
</article>
</div>
</section> -->
<!-- Footer -->
<section id="footer" >
<div class="inner" style="padding: 0 0 0 0;">
<div class="copyright" style="height: 0pt;" style="padding: 0 0 0 0;">
<div class="row" style="padding: 0 0 0 0;">
<div class="col-md-6 col-sm-6" style="padding: 0 0 0 0;">
<p class="small-text" style="color:white"> Copyright 2022 ©. INK Lab @ USC/ISI</p>
</div> <!-- /.col-md-6 -->
</div> <!-- /.row -->
</div> <!-- /.copyright -->
</div> <!-- /.container -->
</div>
</section>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>