-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsponsors.html
60 lines (55 loc) · 1.71 KB
/
sponsors.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
---
layout: default
title: Sponsors
hide: false
navigation_weight: 9
---
<h1>{{ site.data.conference.name }} {{ site.data.conference.year }} Sponsors</h1>
<script type="text/javascript">
document.getElementById('LNsponsors').id='leftcurrent';
</script>
<h3>Silver Sponsors</h3>
<center>
<table>
<tr>
<td align="center">
<a href="https://www.deshaw.com"><img alt="DESCO" src="{{ site.baseurl }}/assets/images/DESCO.png" width="200" /></a>
</td>
</tr>
</table>
</center>
<h3>Bronze Sponsors</h3>
<center>
<table>
<!--
<tr>
<td colspan="2" align="center">
<a href="https://aip.riken.jp"><img alt="AIP" src="{{ site.baseurl }}/assets/images/DeepMind.png" width="200" /></a>
<br />
<br />
<br />
</td>
</tr>-->
<tr>
<td align="center">
<a href="https://www.amazon.science"><img alt="Amazon" src="{{ site.baseurl }}/assets/images/Amazon.png" width="200" /></a>
</td>
<td align="center">
<a href="https://deepmind.com"><img alt="DeepMind" src="{{ site.baseurl }}/assets/images/DeepMind.png" width="200" /></a>
</td>
</tr>
<tr>
<td align="center">
<a href="https://ai.facebook.com"><img alt="Facebook" src="{{ site.baseurl }}/assets/images/Facebook.png" width="200" /></a>
</td>
<td align="center">
<a href="https://research.google/"><img alt="Google" src="{{ site.baseurl }}/assets/images/Google.png" width="200" /></a>
</td>
</tr>
<!---<tr>
<td align="center">
<a href="https://www.twosigma.com"><img alt="TwoSigma" src="{{ site.baseurl }}/assets/images/TwoSigma.jpg" width="200" /></a>
</td>
</tr>-->
</table>
</center>