-
Notifications
You must be signed in to change notification settings - Fork 31
/
index.html
34 lines (27 loc) · 928 Bytes
/
index.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
---
layout: default
---
<div class="home">
<p>This is a list of upcoming conferences for the music technology community.
For a list of journals, see <a href="/journalcalls">Journal calls</a>.
To contribute to this list, see the instructions in the <a href="/about">about page</a>.</p>
<h1 class="page-heading">Conferences</h1>
{% assign confs = (site.conferences | sort 'submission_date') %}
{% include conferences.html year="2024" confs=confs greaterthan=true %}
<a href="/2008">2008</a>
<a href="/2009">2009</a>
<a href="/2010">2010</a>
<a href="/2011">2011</a>
<a href="/2012">2012</a>
<a href="/2013">2013</a>
<a href="/2014">2014</a>
<a href="/2015">2015</a>
<a href="/2016">2016</a>
<a href="/2017">2017</a>
<a href="/2018">2018</a>
<a href="/2019">2019</a>
<a href="/2020">2020</a>
<a href="/2021">2021</a>
<a href="/2022">2022</a>
<a href="/2023">2023</a>
</div>