-
Notifications
You must be signed in to change notification settings - Fork 0
/
stats_source.txt
28 lines (25 loc) · 1.25 KB
/
stats_source.txt
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
<html>
<head>
<?php include 'head.php'; ?>
</head>
<body>
<div id="container">
<?php include 'header.php'; ?>
<div id="spacer"><img src="img/barstaff.png" alt="staff2circuit" style="width:900px"></div>
<div id="content-container">
<?php include 'navigation.php'; ?>
<div id="content">
<h2>ISMIR Paper and Membership Statistics</h2>
<p>The annual Conference of the <a href="http://www.ismir.net/">International Society for Music Information Retrieval</a> (ISMIR) is the world’s leading research forum on processing, searching, organizing and accessing music-related data. The ISMIR Conference provides a meeting place for the discussion of MIR-related research. Its main goal is to foster the exchange of ideas across disciplines by bringing together researchers, developers, educators, librarians, students, and professional users.</p>
<p>ISMIR is a non-profit organization which, among other things, oversees the organization of the ISMIR Conference.</p>
<h2>ISMIR over the years</h2>
<p><a href="http://ismir.net"><img src="img/conference_stats.png" alt="conference_stats"></a></p>
<p><a href="http://ismir.net"><img src="img/membership_stats.png" alt="membership_stats"></a></p>
<h2>Impact</h2>
{impact}
</div>
<?php include 'footer.php'; ?>
</div>
</div>
</body>
</html>