-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproceedings.php
64 lines (52 loc) · 2.74 KB
/
proceedings.php
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
Name : Fertilization
Description: A two-column, fixed-width design with dark color scheme.
Version : 1.0
Released : 20110412
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!-- meta, title, css link in meta.php -->
<?php include 'meta.php'; ?>
</head>
<body>
<div id="wrapper">
<!-- Header and banner in header.php -->
<?php include 'header.php'; ?>
<div id="page">
<!-- Content of page filled out here -->
<div id="content">
<div class="post">
<h2 class="title">Proceedings of the <a href="http://www.smcm-net.info/" title="Society for Mathematics and Computation in Music">SMCM</a></h2>
<div style="clear: both;"> </div>
<div class="entry">
<p>Accepted papers will be published by Springer in an edited volume in the series <a href="www.springer.com/lncs"><i>Lecture Notes in Computer Science</i></a> as were the procceedings of the 2011 conference.</p>
<ul>
<li><a href="http://www.springer.com/computer/information+systems+and+applications/book/978-3-642-21589-6" target=_blank>MCM 2011</a>, IRCAM, Paris, France, June 15-17, 2011</li>
<li><a href="http://www.springer.com/computer/information+systems+and+applications/book/978-3-642-02393-4" target="_blank">MCM 2009</a>, Yale University, New Haven, Connecticut, USA, June 19-22, 2009</li>
<li><a href="http://www.springer.com/computer/information+systems+and+applications/book/978-3-642-04578-3" target="_blank">MCM 2007</a>, National Institute for Music Research, Berlin, Germany, May 18-20, 2007</li>
</ul>
<p> Proceedings of the 2007 and 2009 conferences were published by Springer in the <a href="http://www.springer.com/series/7899"><i>Communications in Computer and Information Science</i></a> series.</p>
<a href="http://www.smcm-net.info/"><img src="images/logoSMCM.jpg" height="100px" hspace="100px" vspace="40px"></a>
</div>
</div>
<div style="clear: both;"> </div>
</div>
<!-- End content -->
<div id="sidebar">
<!-- sidebar contents in sidebar.php -->
<?php include 'sidebar.php'; ?>
</div>
<div style="clear: both;"> </div>
</div>
<!-- end #page -->
</div>
<!-- end wrappter -->
<!-- footer contents contained in footer.php -->
<?php include 'footer.php'; ?>
</body>
</html>