-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdates.php
More file actions
32 lines (21 loc) · 1.04 KB
/
dates.php
File metadata and controls
32 lines (21 loc) · 1.04 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Important Dates</title>
<link rel="stylesheet" type="text/css" href="cssindex.css" />
<!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css"> -->
</head>
<body>
<!-- Header -->
<?php require 'menu.php';?>
<h1 id="title">Important Dates</h1>
<a href="#"><img class="enlarge" src="images/calendar.jpg" height="250" width="200" alt="calendar" title=""></a>
<p><b>December 5<sup>th</sup>, 2015</b>: Submission of draft papers (2000-5000 words),
extended abstracts (600-2000 words)
and abstracts for inter-disciplinary communication (300-600 words)</p>
<p><b>January 26<sup>th</sup>, 2016</b>: Notifications of acceptance.</p>
<p><b>February 26<sup>th</sup>, 2016</b>: Submission of camera-ready
or final versions of the accepted papers</p>
<p><b>July 7<sup>th</sup>, 2016</b>: Conference Starts</sup></p>
</body>
</html>