-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSubmission.html
110 lines (95 loc) · 5.01 KB
/
Submission.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
102
103
104
105
106
107
108
109
110
<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>
<a href="Important Dates.html">Important Dates</a>
</li>
<li>
<a href="Invited Speakers.html">Invited Speakers</a>
</li>
<li class="active">
<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 >Paper Submission</span></h2>
<!-- <p>For submission, author should refer to the formatting instructions on
<a href="http://www.springer.com/cn/computer-science/lncs/conference-proceedings-guidelines">Springer LNCS/LNAI</a>.
The length of paper is limitted to <strong style="color:red">NUM</strong> pages.
</p>
<p>The submitted papers should be original research works that have neither been published nor submitted for publication elsewhere.</p>
<p>
The paper need to be submitted via <a href="#">site</a>.
</p> -->
<p>
Paper Submission must be written in English, with length between four and six double column pages adhering to the ICPR conference
submission guidelines. The templates for 6 pages length Paper (A4 format) in Word or Latex can be downloaded from
<a href="http://www.icpr2018.org/index.php?m=content&c=index&a=lists&catid=15">Guidelines for Submission</a> on ICPR website.
</p>
<p>
<strong>Submission is handled through the EasyChair system avaiable from <a href="#">here</a> </strong>. Reviewing will be single-blind.
In submitting a paper the authors acknowledge that no paper substantially similar in content has been or will be submitted elsewhere during
the DLPR18 review period. Accepted papers that were presented at the workshop will be published via IEEE Xplore.
Some of accepted papers will be invited to the Special Issues of <strong> <i>Neurocomputing</i> </strong> (Elsevier).
<!-- Some of accepted papers will be
invited to the Journal Special Issues of Pattern Recognition Letters (Elsevier) and Frontier of Computer Science (Springer). -->
</p>
</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>