-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy path01_index.html
87 lines (74 loc) · 4.03 KB
/
01_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
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
---
layout: conference
sidemenu: conference
title: "Music Encoding Conference 2025"
subtitle: ""
venue: "City, University of London"
date-start: 2025-06-03
date-end: 2025-06-06
redirect_from: /community/conference/
redirect_from: /conference/
permalink: "/conference/2025/"
tag: MEC2025
role: about
id: about
---
<div class="mec2025-page">
<p><em>Update (2024-12-02):</em> The deadline for submissions is extended to <strong>20 December 2024</strong>. Please see our <a href="/conference/2025/call">Call for Proposals</a> for further details.</p>
<p><em>Update (2024-10-28):</em> Submission phase has opened. Please see our <a href="/conference/2025/call">Call for Proposals</a> for further details.</p>
<p>The Music Encoding Conference is the annual meeting of the Music Encoding Initiative (MEI) community and all who are interested in the digital representation of music.</p>
<p>Music encoding is a critical component for fields and areas of study including computational or digital musicology, digital editions, symbolic music information retrieval, and digital libraries. This event brings together enthusiasts from various music research communities, including technologists, librarians, music scholars, and students and provides an opportunity for learning and engaging with and from each other.</p>
<p>Music Encoding Conference 2025 is hosted by <a href="https://www.city.ac.uk/">City, University of London</a> and will take place Tuesday 3 - Friday 6 June, 2025.</p>
<p>All attendees are expected to adhere to the conference <a href="/conference/code-of-conduct.html">Code of Conduct.</a></p>
<p>Questions? Contact Organizing Committee Chair, David Lewis, or Programme Committee Chair, Anna Plaksin, at conference2025 at music-encoding.org.</p>
<div class="container text-center" style="margin: 3em 0 3em 0;">
<div class="columns" style="align-items: center;">
<div class="column col-xs-12">
<a target="_blank" href="https://www.city.ac.uk/">
<img src="/images/conference/2025/city_logo.png" alt="City, University of London" class="img-responsive" style="height: 150px;">
</a>
</div>
<div class="column col-xs-12">
<a target="_blank" href="https://www.gold.ac.uk/">
<img src="/images/conference/2025/Goldsmith_University-logo.png" alt="Goldsmiths, University of London" class="img-responsive" style="max-height: 90%;">
</a>
</div>
</div>
</div>
<span>Music Encoding Conference 2025 jointly organised by Goldsmiths University of London and City University of London on behalf of the Music Encoding Initiative community.</span>
</div>
<!-- cf. https://developers.google.com/search/docs/data-types/event?hl=de#integrate -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Event",
"name": "Music Encoding Conference 2025",
"description": "The Music Encoding Conference is the annual meeting of the Music Encoding Initiative (MEI) community and all who are interested in the digital representation of music.",
"startDate": "2025-06-03",
"endDate": "2025-06-06",
"eventAttendanceMode": "https://schema.org/MixedEventAttendanceMode",
"eventStatus": [
"https://schema.org/EventScheduled",
],
"location": [{
"@type": "Onsite",
"url": "https://music-encoding.org/conference/2025/"
},
{
"@type": "Place",
"name": "City, University of London",
"address": {
"@type": "PostalAddress",
"addressLocality": "London",
"addressCountry": "United Kingdom"
}
}],
"image": [
],
"organizer": {
"@type": "Organization",
"name": "Music Encoding Initiative",
"url": "https://music-encoding.org"
}
}
</script>