-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsponsors.html
125 lines (116 loc) · 5.44 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
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
<!DOCTYPE HTML>
<!--
Editorial by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<script src="p5.js"></script>
<head>
<title>NIME 2022</title>
<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="stylesheet" href="https://use.typekit.net/dgy5vmt.css">
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<div id="main">
<!-- <script src="sketch.js"></script> -->
<div class="inner">
<section id="program">
<h1>Sponsors</h1>
<h2>Full sponsors</h2>
<img class="logos" src="images/bela.png">
Bela is a maker platform for creating beautiful interaction with sensors and sound. Designed for artists, musicians, researchers and makers, Bela brings the power of ultra-low latency interaction to your digital audio projects. <a href="https://bela.io/">Find out more here</a>.
<img class="logos" style="margin-top:50px" src="images/ableton.png">
Ableton was founded in 1999 and released the first version of Live in 2001. Our products are used by a community of dedicated musicians, sound designers, and artists from across the world. We make <a href="https://www.ableton.com/en/live/">Live</a>, <a href="https://www.ableton.com/en/push/">Push</a> and <a href="https://www.ableton.com/en/link/">Link</a> — unique software and hardware for music creation and performance. With these products, our community of users creates amazing things.
<h2 style="margin-top:50px">Technical sponsor</h2>
<img class="logos" src="images/collab-hub.png">
<a href="https://www.collab-hub.io/">Collab-Hub</a> is a tool that helps artists, musicians, circuit-benders, game developers, and creative coders share data effortlessly between remote systems and collaborators (or on the same local network).
</section>
</div>
</div>
<!-- Sidebar -->
<div id="sidebar">
<div class="inner">
<nav id="menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="program.html">Program</a></li>
<li><a href="keynotes.html">Keynote speakers</a></li>
<li><a href="registration.html">Registration</a></li>
<li>
<span class="opener">Call for submissions</span>
<ul>
<li><a href="papers.html">Papers</a></li>
<li><a href="music.html">Music</a></li>
<li><a href="workshops.html">Workshops</a></li>
<li><a href="installations.html">Installations</a></li>
<li><a href="demos.html">Demos</a></li>
<li><a href="dc.html">Doctoral Consortium</a></li>
</ul>
</li>
<li><a href="chairs.html">Chairs</a></li>
<li><a href="sponsors.html">Sponsors</a></li>
<li><a href="mentorship.html">NIME mentorship program</a></li>
<li>
<span class="opener">Important dates</span>
<ul>
<ul class="dates">January 22nd, 2022
<li>-Paper submission deadline</li>
<li>-Music submission deadline</li>
<li>-Installations submission deadline</li>
<li>-Workshop submission deadline</li>
</ul>
<ul class="dates">January 31st, 2022
<li>-Final submission upload deadline (no extension)</li>
</ul>
<ul class="dates">March 15th-19th, 2022</li>
<li>-Paper, Music, Installation, and Workshop notifications sent to authors</li>
</ul>
<ul class="dates">April 1st, 2022
<li>-Demo submission deadline</li>
</ul>
<ul class="dates">April 15st, 2022
<li>-Doctoral Consortium submission deadline</li>
</ul>
<ul class="dates">May 1st, 2022
<li>-Demos and Doctoral Consortium notifications sent to authors</li>
</ul>
<ul class="dates">June 27th, 2022
<li>-Pre-conference Doctoral Consortium</li>
</ul>
<ul class="dates">June 28nd, 2022
<li>-Pre-conference Workshop</li>
</ul>
<ul class="dates">June 29th-July1st, 2022
<li>-Conference</li>
</ul>
</ul>
<li>
<span class="opener">Contact</span>
<ul>
<li><a href="mailto:[email protected],[email protected]">Email</a></li>
<li><a href="http://twitter.com/nime2022">Twitter</a></li>
</ul>
</li>
</ul>
</nav>
<!-- Footer -->
<footer id="footer">
<!-- <p class="copyright">© Untitled. All rights reserved. Demo Images: <a href="https://unsplash.com">Unsplash</a>. Design: <a href="https://html5up.net">HTML5 UP</a>.</p> -->
</footer>
</div>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>