-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathImportant Dates.html
93 lines (80 loc) · 3.4 KB
/
Important Dates.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
<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>DLPR 2018</title>
<!-- <link rel="stylesheet" href="http://cdn.static.runoob.com/libs/bootstrap/3.3.7/css/bootstrap.min.css"> -->
<link rel="stylesheet" href="bootstrap-3.3.7-dist/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/mystyle.css" <script src="http://cdn.static.runoob.com/libs/jquery/2.1.1/jquery.min.js">
</script>
</head>
<body>
<div class="container">
<!-- <div class="jumbotron">
<div class="content">
</div>
</div> -->
<div id="head">
<hr />
<h1 style="text-align:center"><b>The Second International Workshop on
<br> Deep Learning for Pattern Recognition (DLPR2018)</b></h1>
<p style="font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
text-align:center">
<i>To be held in conjunction with the 24th International Conference on Pattern Recognition ICPR 2018, August 20th,
2018. Beijing, China</i> </p>
<img src="DLPR_logo2.jpg" class="img-responsive" alt="Cinque Terre">
</div>
<div class="row">
<div class="span6 offset2">
<ul class="nav nav-tabs">
<li>
<a href="index.html">Home</a>
</li>
<!-- <li> <a href="dataset.html">Dataset</a></li> -->
<!-- <li><a href="tasks.html">Tasks</a></li> -->
<li>
<a href="Organizers.html">Organization Committee</a>
</li>
<li class="active">
<a href="Important Dates.html">Important Dates</a>
</li>
<li>
<a href="Invited Speakers.html">Invited Speakers</a>
</li>
<li>
<a href="Submission.html">Submission</a>
</li>
<!-- <li>
<a href="Registration.html">Registration</a>
</li> -->
<li>
<a href="Program.html">Program</a>
</li>
<li>
<a href="Contact.html">Contact</a>
</li>
<br />
</ul>
</div>
</div>
<div class="row">
<div class="span12">
<h2 style="color:darkblue"><span>Important Dates</span></h2>
<ul class="">
<li>Paper Submissions: <strong>June 1, 2018</strong></li>
<li>Author Notification: <strong>June 30, 2018</strong></li>
<li>Camera ready dealine: <strong>July 15, 2018</strong></li>
<li>Workshop Date: <strong>August 20, 2018</strong></li>
</ul>
</div>
</div>
</div>
<!-- <br>
<div align="center">
<a href="http://www.amazingcounters.com">
<img border="0" src="http://cc.amazingcounters.com/counter.php?i=3220030&c=9660403" alt="AmazingCounters.com">
</a>
</div>
<br> -->
</div>
</body>
</html>