forked from khana66a/CNLS-2013
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathannouncement.html
101 lines (90 loc) · 2.77 KB
/
announcement.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link href="style.css" rel="stylesheet" type="text/css" />
<title>CNLS, 2013</title>
</head>
<body>
<div id="container">
<div id="header">
</div>
<div id="border">
<div id="main">
<div id="left">
<div id="menu">
<ul>
<li><a href="cnls13.html">Welcome</a></li>
<li><a href="announcement.html">Important Dates</a></li>
<li><a href="committee.html">Scientific Committee</a></li>
<li><a href="plenaries.html">Plenary Speakers</a></li>
<li><a href="sessions.html">Special Sessions</a></li>
<li><a href="abstracts.html">Abstracts</a></li>
<li><a href="venue.html">Conference Venue</a></li>
<li><a href="schedule.html">Scientific Program</a></li>
<li><a href="summerschool.html">Summer School</a></li>
<li><a href="information.html">Travel Information</a></li>
<li><a href="proceedings.html">Proceedings</a></li>
<li><a href="register.html">Registration</a></li>
</ul>
<br />
<div align="center">
<img src="images/cnls_logo.gif" alt ="CNLS_Logo" width="140px"
height="50px" border="2px" style="border-color:#76673C"/>
</div>
</div>
<div id="menubottom">
<ul>
<li><a href="cnls13.html">Home</a></li>
<li><a href="eraumath.html">About us</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<div>
</div>
</div>
<div id="right">
<div class="content">
<br />
<!-- 2ND COLUMN. INSERT COPY -->
<h1>Important Dates</h1>
<br><br>
<p >
<center>
<ul>
<!-- dl><strong>January 2, 2013</strong> <br>
Submission of <a href="abstracts.html">Abstracts</a -->.
</dl><br>
<dl><strong>January 30, 2013</strong> <br>
Deadline for <a href="abstracts.html">Abstracts</a> Submission. <font color='red'><b>Closed</b></font>
</dl><br>
<dl><strong>February 15, 2013</strong> <br>
Notice of Acceptance and Registration.
</dl><br>
<dl><strong>April 15, 2013</strong> <br>
Preliminary Program.
</dl><br>
<dl><strong>May 1, 2013</strong> <br>
Deadline for Registration and Final Program. <br>
</dl><br>
<dl><strong>December 31, 2013</strong> <br>
Full <a href="proceedings.html">Paper</a> Submission.
</dl><br>
</div>
</div>
<div class="clear"></div>
</div>
</div>
<div id="footer">
<div id="copyright">
<span>© Copyright CNLS, 2013.<br /> All rights reserved.</span>
</div><center><br /><p>
This conference is partially supported by
<br />the Department of Mathematics, Embry-Riddle Aeronautical University.
</p>
</center>
</div>
<div id="footerend"></div>
</div>
</body>
</html>