-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcamera_ready.html
272 lines (232 loc) · 13.2 KB
/
camera_ready.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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
<!DOCTYPE html>
<html lang="en">
<head>
<title> BDA 2024 - UOH </title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>
<link rel="stylesheet" type="text/css" href="CSS/style.css">
<link rel="stylesheet" type="text/css" media="all" href="CSS/committee.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
/* Make the image fully responsive */
.carousel-inner img {
width: 100%;
}
.dropdown-item:hover {
background-color: maroon;
}
@media only screen and (max-width: 849px) {
.para {
font: 11px !important;
}
.carousel-caption {
padding-top: 10px !important;
padding-bottom: 0px !important;
}
.carousel-image {
height: 100%px;
width: 100%;
}
.header-text {
font-size: 13px;
text-shadow: 2.2px 2.2px 5px black;
}
.header-main {
font-size: 15px;
text-shadow: 2.2px 2.2px 5px black;
}
}
@media only screen and (min-width: 850px) {
.para {
font: 11px !important;
}
.carousel-caption {
padding-top: 10px !important;
padding-bottom: 0px !important;
}
.carousel-image {
height: 100%;
width: 100%;
}
.header-text {
font-size: 25px;
text-shadow: 4px 4px 5px black;
}
.header-main {
font-size: 30px;
text-shadow: 4px 4px 5px black;
}
}
.side-container {
position: absolute;
right: 10%;
left: 60%;
}
.bide-container {
position: absolute;
right: 45%;
left: 8%;
}
.abide-container {
right: 45%;
left: 8%;
}
</style>
</head>
<body>
<nav class="navbar navbar-expand-md navbar-tag">
<div class="" id="navbarNav"></div>
<ul class="navbar-nav container unordered-list">
<li class="nav-item nav-list">
<a class="nav-link nav-link-tag" href="index.html" style="color: white!Important">Home
</a>
</li>
<li class="nav-item nav-list dropdown">
<a class="nav-link nav-link-tag dropdown-toggle" href="#" id="navbarDropdownMenuLink" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false" style="color: white!Important">
Committees
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink"
style=" background-color: maroon!Important; ">
<a class="dropdown-item" href="organizing_committee.html" style="color: white!Important">Organizing committee</a>
<a class="dropdown-item" href="steering_committee.html" style="color: white!Important">Steering committee</a>
<a class="dropdown-item" href="program_committee.html" style="color: white!Important">Program committee</a>
</div>
</li>
<li class="nav-item nav-list">
<a class="nav-link nav-link-tag" href="speakers.html" style="color: white!Important">Speakers</a>
</li>
<li class="nav-item nav-list dropdown">
<a class="nav-link nav-link-tag dropdown-toggle" href="#" id="navbarDropdownMenuLink" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false" style="color: white!Important">
Calls For
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink"
style=" background-color: maroon!Important; ">
<a class="dropdown-item" href="cfp.html" style="color: white!Important">Call For Research Papers</a>
<a class="dropdown-item" href="cft.html" style="color: white!Important">Call For Tutorials</a>
<a class="dropdown-item" href="cfw.html" style="color: white!Important">Call For Workshops</a>
</div>
</li>
<li class="nav-item nav-list dropdown">
<a class="nav-link nav-link-tag dropdown-toggle" href="#" id="navbarDropdownMenuLink" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false" style="color: white!Important">
For Authors
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink"
style=" background-color: maroon!Important; ">
<a class="dropdown-item" href="paper_submission.html" style="color: white!Important">Paper Submission</a>
<a class="dropdown-item" href="important_dates.html" style="color: white!Important">Important Dates</a>
<a class="dropdown-item" href="camera_ready.html" style="color: white!Important">Camera-Ready instructions</a>
</div>
</li>
<li class="nav-item nav-list dropdown">
<a class="nav-link nav-link-tag dropdown-toggle" href="#" id="navbarDropdownMenuLink" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false" style="color: white!Important">
Program Schedule
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink"
style=" background-color: maroon!Important; ">
<a class="dropdown-item" href="conference_schedule.html" style="color: white!Important">Conference Schedule</a>
<a class="dropdown-item" href="accepted_papers.html" style="color: white!Important">Accepted Papers</a>
</div>
</li>
<li class="nav-item nav-list dropdown">
<a class="nav-link nav-link-tag dropdown-toggle" href="#" id="navbarDropdownMenuLink" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false" style="color: white!Important">
Attendees
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink"
style=" background-color: maroon!Important; ">
<a class="dropdown-item" href="registration.html" style="color: white!Important">Registration</a>
<a class="dropdown-item" href="accommodation.html" style="color: white!Important">Accommodation</a>
<a class="dropdown-item" href="venue.html" style="color: white!Important">Venue</a>
</div>
</li>
<li class="nav-item nav-list dropdown">
<a class="nav-link nav-link-tag dropdown-toggle" href="#" id="navbarDropdownMenuLink" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false" style="color: white!Important">
Workshops & Tutorials
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink"
style=" background-color: maroon!Important; ">
<a class="dropdown-item" href="workshops.html" style="color: white!Important">Workshops</a>
<a class="dropdown-item" href="tutorials.html" style="color: white!Important">Tutorials</a>
</div>
</li>
</ul>
</div>
</nav>
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
<meta itemprop="headline" content="Camera Ready Instructions">
<meta itemprop="description" content="Camera Ready Instructions">
<div class="page__inner-wrap">
<header>
<!-- <h1 id="page-title" class="page__title" itemprop="headline">Camera Ready Instructions -->
<!-- </h1> -->
</header>
<section class="page__content" itemprop="text">
<center><h1>Instructions for Camera-Ready Submission</h1>
<h2>(Springer Publication)</h2> </center>
<p>The final camera-ready files of your accepted paper must be submitted on or before <strong>15th OCTOBER 2024</strong>.</p>
<p>This is a firm deadline for the production of the proceedings. You should submit your paper using your <b>CMT</b> *proceedings author* role for BDA2024.</p>
<p>The following files are needed to complete the camera-ready submission. If you don’t have these files ready, you must prepare them first, before initiating the submission process.</p>
<ol>
<li>The SOURCE FILES of your accepted paper, revised carefully by addressing the reviewers’ comments communicated earlier through the acceptance email.</li>
<li>The PDF of your final revised paper.</li>
<li>The PDF of the completed, signed, and scanned Springer-Nature license to publish form by one corresponding author.</li>
<li>The PDF of the Response to Reviewers Comments Document.</li>
<li>The PDF of the registration payment receipt/invoice received in the registration confirmation email.</li>
</ol>
<h3>PAPER FORMATTING AND PAGE LIMIT:</h3>
<p>Your final camera-ready paper can have a <strong>MAXIMUM of 10 Pages</strong> for a SHORT PAPER and a <strong>MAXIMUM of 20 Pages for a LONG PAPER.</strong> Please strictly follow the instructions of Springer-Nature for authors when preparing the final camera-ready version. You MUST follow the appropriate template for preparing your final camera-ready paper, as wrongly formatted paper will be <strong>EXCLUDED</strong> from the proceedings.</p>
<p>The Latex template can be found at Overleaf:<br>
<a href="https://www.overleaf.com/latex/templates/springer-lecture-notes-in-computer-science/kzwwpvhwnvfj" target="_blank">https://www.overleaf.com/latex/templates/springer-lecture-notes-in-computer-science/kzwwpvhwnvfj</a>
</p>
<p>The Microsoft Word template can be found here:<br>
<a href="https://resource-cms.springernature.com/springer-cms/rest/v1/content/19238706/data/v3" target="_blank">https://resource-cms.springernature.com/springer-cms/rest/v1/content/19238706/data/v3</a>
</p>
<br>
<h3>CAMERA-READY VERSION SUBMISSION:</h3>
<p>The following files must be submitted during the camera-ready submission:</p>
<ol>
<li>FINAL PAPER (TWO FILES): Please submit the files belonging to your camera-ready paper using your CMT author account. Follow the instructions after the login for uploading three files:</li>
<ol>
<li>CAMERA-READY SOURCE FILE: Either a zipped file containing all your LaTeX source files and high-resolution figures as instructed in the acceptance email or a Word file with all high-resolution figures embedded in it.</li>
<li>CAMERA-READY PDF FILE: The PDF version of your camera-ready paper.</li>
</ol>
<li>COPYRIGHT, RESPONSE TO REVIEWERS’ COMMENTS DOCUMENT AND REGISTRATION RECEIPT (1 ZIP FILE):</li>
<p>Compress the following three PDF files to a zip file (with .zip extension) and upload it in the place to upload the ‘Copyright form’.</p>
<ol>
<li><strong>LTPF FILE</strong>: Download the Springer license to publish form (LTPF) from this address: <a href="Docs/BDA2024-LTPF-LNCS.docx" download>Link of license</a>. Complete the following fields and sign the LTPF. It is sufficient for one corresponding author to sign the copyright form if you have multiple corresponding authors. You need to scan the form into PDF.</li>
<ul>
<li>‘Proposed Title of the Contribution’ -> Enter the title of your paper here.</li>
<li>‘Author(s) Full Name(s)’ -> Enter the names of all authors mentioned in the final camera-ready paper. Do not include affiliation or ORCID.</li>
<li>‘Corresponding Author Name’ -> Enter the name of ONLY ONE corresponding author, even if you have multiple corresponding authors indicated in your paper. This corresponding author MUST sign this form.</li>
</ul>
<p>Fill in the following fields on page 5 of the LTPF:</p>
<ul>
<li>In the box ‘Print Name’, type your name in the grey shaded area.</li>
<li>Write the date of signing the LTPF in the ‘Date’ box.</li>
<li>Write your postal address in the empty box on the right of the ‘Address’ box.</li>
<li>Write your email address in the empty box on the right of the ‘Email’ box. Make sure you are entering a valid email where the Springer-Nature will communicate. The conference committee will not be able to update any email addresses if you have typed the wrong email address.</li>
</ul>
<li><strong>RRCD FILE</strong>: The response to the reviewer comments document following the instructions mentioned in the acceptance email and save it as a PDF (use the template available here: <a href="Docs/BDA2024-Response-to-Reviewers-Comments-Template.docx" download>Link of Reviewers Response</a>).</li>
<li><strong>REGISTRATION PROOF FILE</strong>: The registration payment receipt/email, saved as a PDF.</li>
</ol>
</ol>
<p>Thank you again for contributing to BDA2024, and we look forward to welcoming you to Hyderabad, India.</p>
<p>All questions about papers should be sent to Mainak Adhikari <<a href="mailto:[email protected]">[email protected]</a>>.</p>
<br>
<br>
<br>
</section>
</article>
</body>
</html>