-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathcamera_ready_paper_instructions.html
More file actions
258 lines (236 loc) · 11.5 KB
/
camera_ready_paper_instructions.html
File metadata and controls
258 lines (236 loc) · 11.5 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
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
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="NativeCode" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="path/to/font-awesome/css/font-awesome.min.css"
/>
<script
src="https://kit.fontawesome.com/a24a7503cf.js"
crossorigin="anonymous"
></script>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Mate+SC&family=Play&display=swap"
rel="stylesheet"
/>
<!-- Font Awesome -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<link href="https://fonts.googleapis.com/css2?family=Encode+Sans+Semi+Expanded:wght@100;200;300;400;500;600;700;800;900&family=K2D:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&family=Qwigley&display=swap" rel="stylesheet">
<!-- carousel styles and scripts -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css"
/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"></script>
<link rel="stylesheet" href="./css/carousel.css" />
<link rel="icon" type="image/x-icon" href="./img/logos/UOMlogo.ico" />
<link rel="stylesheet" href="./css/style.min.css" />
<link rel="stylesheet" href="./css/footer.css" />
<link rel="stylesheet" href="./css/authors.css" />
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
<script src="./scripts/components.js"></script>
<script src="./scripts/navColorChange.js"></script>
<script src="./scripts/navbar.js"></script>
<title>Mercon 2025</title>
<body class=".encode-sans-semi-expanded-medium">
<header></header>
<section class="bg-custom">
<div class="heading-with-line">
<span class="text">
CAMERA READY PAPER INSTRUCTIONS
</span>
</div>
<script src="./scripts/countdown.js"></script>
<div class="tinted encode-sans-semi-expanded-regular">
<!-- First Section: Formatting Camera ready paper -->
<div class="content-section">
<h3 class="text-heading encode-sans-semi-expanded-bold"><b>Formatting Camera ready paper</b></h3>
<div style="margin-bottom: 30px; margin-top: 20px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; text-align: left; width: fit-content; margin-left: auto; margin-right: auto;">
<ul class="ul">
<li>
Address review comments carefully. MERCon 2025 Program Committee
will scrutinize each camera-ready paper and have the right to
Reject your paper if it is determined that author(s) has not
taken sufficient effort to improve the paper based on reviewer
comments.
</li>
<li>
Paper MUST strictly follow 2-column
<a style="color: #d59d0f !important;"
href="https://www.ieee.org/conferences/publishing/templates"
>IEEE template</a
>
. Select Page Size A4.
</li>
<li>
<b>Pay careful attention</b> to formatting Title and first page, Author details (affiliation and contact details), abstract, format of headings (main and subheading), paragraphs (line spacing and formatting), equations, acknowledgements, and references.
</li>
<li>
Enter any acknowledgements for <b>funding source</b> (e.g., NSF, NRC,
and SRC), if applicable.
</li>
<li>
You are <u>not</u> allowed to change the title of the paper.
</li>
<li>
You are <u>not</u> allowed to add new authors to the paper.
</li>
<li>
Author names, affiliation, and order of names on EDAS need to be
same as what is on the final. Proceedings will be prepared based
on this data and <b>CANNOT</b> be modified later.
</li>
<li>
<b>INCLUDE author information, i.e., names, affiliations, email</b> as
in IEEE template in Camera Ready paper.
</li>
<li>
Abstract on EDAS should be the same as the abstract on final
paper. <b>IMPORTANT: Abstract in EDAS will be used for proceedings.</b>
</li>
<li>
Only PDF files that are IEEE PDF compliant are accepted. (i.e
Please check the compliance at IEEE PDF Express.)
</li>
<li>
<b>IMPORTANT: Do not include page numbers.</b>
</li>
<li>
<b>IMPORTANT: Remove the copyright stamp appearing on the bottom left-hand corner of the first page of the IEEE paper template. Shown in figure below.</b>
</li>
</ul>
<img
src="./img/camera ready paper instructions/Img 1.png"
alt="camera_ready_paper_instructions_1"
style="width: 70%; align-self: center;"
/>
<ul class="ul">
<li>Make sure the images, graphs and tables are clear and text is legible.<b> Strictly follow the IEEE formatting guidelines regarding their position in text and formatting image/table titles.</b></li>
</ul>
<p class="workshop-intro" style="padding-top: 20px; color: #b98f5e;"><strong>
IMPORTANT: <br>
CAMARA READY VERSION IS CONSIDERED AS FINAL. ANY
PAPER THAT DOES NOT COMPLY WITH THE IEEE FORMAT CAN GET REJECTED
AT THE PHASE OF FINALIZING THE CONFERENCE PROCEEDINGS.
</strong>
</p>
</div>
</div>
<!-- Second Section: Instructions for IEEE PDF Express -->
<!-- Second Section: Instructions for IEEE PDF Express -->
<div class="content-section">
<h3 class="text-heading encode-sans-semi-expanded"><b>Instructions for IEEE PDF Express</b></h3>
<div style="margin-bottom: 30px; margin-top: 20px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; text-align: left; margin-left: auto; margin-right: auto;">
<ul class="ul" style="padding-bottom: 10px;">
<li>
Before Creating a PDF;<br>
Proofread your source document thoroughly to confirm that it
will require no revision,
</li>
</ul>
<h3 class="workshop-intro" style="padding-top: 10px;">CREATING YOUR PDF EXPRESS ACCOUNT</h3>
<p class="workshop-intro" style="padding-top: 10px;">Log in to the IEEE PDF eXpress at
<a href="https://ieee-pdf-express.org/" style="color: #d59d0f !important;">https://ieee-pdf-express.org/</a>
</p>
<ul class="ul" style="padding-bottom: 10px;">
<li><b>First-time users</b> should do the following:</li>
</ul>
<ol class="ul" style="margin-bottom: 30px; margin-top: 20px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; text-align: left; margin-left: auto; margin-right: auto; box-sizing: border-box;">
<li>Select the New Users</li>
<li>
Enter the following:
<ul style="margin-left: 70px;">
<li>67903X for the Conference ID</li>
<li>your email address</li>
<li>password</li>
</ul>
</li>
<li>
Continue to enter information as prompted.<br />
An Online confirmation will be displayed,<br />
An email confirmation will be sent verifying your account setup.
</li>
</ol>
<ul class="ul">
<li>
<b>Previous users</b> of PDF eXpress need to follow the above steps, but should enter the same
password that was used for previous conferences. Verify that your contact information is valid.
<p style = "padding-top: 10px !important;">For further information, please refer the following document:
<a href="./assets/pdf/67903X.pdf" style="color: #d59d0f !important;">PDF Express</a>
</p>
</li>
</ul>
</div>
</div>
</div>
</section>
<footer class="mercon-footer">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" rel="stylesheet">
<div class="mercon-container">
<div class="mercon-footer-section">
<h3>Contact Us</h3>
<p>Email: <a href="mailto:mercon@uom.lk">mercon@uom.lk</a></p>
<p>Phone: <a href="https://wa.me/94112650301">+94112650301</a></p>
<p>Engineering Research Unit,<br> Faculty of Engineering,<br> University of Moratuwa,<br> Sri Lanka</p>
</div>
<div class="mercon-footer-section mercon-middle-section">
<h3>Quick Links</h3>
<ul>
<li><a href="./index.html">Home</a></li>
<li><a href="./program.html">Program</a></li>
<li><a href="./registration.html">Registration</a></li>
<li><a href="./call-for-papers.html">Call For Papers</a></li>
<li><a href="./workshops_updated.html">Workshops</a></li>
<li><a href="./special_sessions.html">Special Sessions</a></li>
<li><a href="./author-instructions.html">Author Instructions</a></li>
</ul>
</div>
<div class="mercon-footer-section">
<h3>Follow Us</h3>
<div class="mercon-social-icons">
<a href="https://www.facebook.com/pg/erumercon"><i class="fab fa-facebook"></i></a>
<a href="https://twitter.com/merconeru"><i class="fab fa-twitter"></i></a>
<a href="https://www.linkedin.com/showcase/erumercon"><i class="fab fa-linkedin"></i></a>
</div>
<div class="mercon-footer-logo">
<img src="./img/logo2025.png" alt="Mercon2025">
</div>
</div>
</div>
<div class="mercon-footer-bottom">
<p>© 2025 NativeCode All rights reserved.</p>
</div>
</footer>
<script src="./scripts/navColorChange.js"></script>
<script src="./scripts/navbar.js"></script>
</body>
</html>