-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconference_hub.html
116 lines (107 loc) · 4.27 KB
/
conference_hub.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
<!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="principale">
<iframe src="https://nime-2022.super.site/"></iframe> <style> iframe { width: 100%; height: 500px; border: 2px solid #ccc; border-radius: 10px; padding: none; } </style>
</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>