forked from vaibhavsingh97/ichsa2018
-
Notifications
You must be signed in to change notification settings - Fork 1
/
CameraReadySubmissions.php
48 lines (46 loc) · 2.63 KB
/
CameraReadySubmissions.php
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
<?php
$title = "Camera Ready Submissions | ICHSA 2018";
$id_name = 'id="camera-ready-submission-page"';
include 'include/php/head.php';
?>
<main>
<div class="container">
<div id="card-panel-type" class="section">
<h4 class="heading" style="text-align:center;font-size:35px;">Camera Ready Submission</h4>
<div class="divider"></div>
<div class="section">
<div class="row">
<div class="col s12">
<div class="row">
<div class="col s12">
<div class="card-panel">
<p>Author Guidelines for the Preparation and submission of final camera ready manuscript(s).</p>
<p class="black-text">
The PDF of the Authors Guidelines can be downloaded from the following web link, containing the complete sets of instructions and templates for the different text preparation systems.
</p>
<p>
To help ensure correct formatting, please use the format found at the following link below as templates for your Final paper submission: <a href="ftp://ftp.springer.de/pub/tex/latex/llncs/word/splnproc1703.zip">Microsoft Word Template (zip: 560 kB)</a>
</p>
<p>
Each contribution must be accompanied by a Springer copyright form, a so-called ‘Consent to Publish’ form. Modified forms are not acceptable. (Available at <a href="http://www.springer.com/series/11156">http://www.springer.com/series/11156</a>).
</p>
<p>
One author may sign on behalf of all of the authors of a particular paper. In this case, the author signs for and accepts responsibility for releasing the material on behalf of any and all co-authors.
</p>
<p>
For registration details follow the Conference Website at the following web link: <a href="https://ichsa2018.com/Registration.html">https://ichsa2018.com/Registration.html</a> You are kindly requested to mail the source file of your
final manuscript (.doc/.docx/latex), Copyright form and Payment proof (scanned) in a ZIP folder to <a href="mailto:[email protected]">[email protected]</a>
</p>
<p>Note: Violations of any of the above paper specifications may result in rejection of your paper.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</main>
<?php
include 'include/php/foot.php';
?>