-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSubmission.html
180 lines (179 loc) · 5.95 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
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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>ICAIA 2024</title>
<meta name="viewport" content="width=device-width" />
<!-- <link href='http://fonts.googleapis.com/css?family=Open+Sans:300&subset=latin,greek,latin-ext' rel='stylesheet' type='text/css'> -->
<![if !IE]>
<!-- comment out for IE since it spams the user with warnings -->
<script
type="text/javascript"
src="https://code.jquery.com/jquery-1.7.1.js"
></script>
<script type="text/javascript">
$(window).load(function () {
$("#navigation").height($("#content").height() + 65);
});
</script>
<![endif]>
<link rel="stylesheet" type="text/css" href="resources/style.css" />
</head>
<body>
<div class="wrapper">
<div id="navigation">
<ul>
<li><a href="Home.html" title="Home" class="page">Home</a></li>
<li>
<a href="Call_for_Papers.html" title="Call for Papers" class="page"
>Call for Papers</a
>
</li>
<li>
<a href="Submission.html" title="Submission" class="page"
>Submission</a
>
</li>
<li>
<a href="Important_dates.html" title="Important dates" class="page"
>Important Dates</a
>
</li>
<li>
<a href="Committees.html" title="Committees" class="page"
>Committees</a
>
</li>
<li>
<a href="Keynote_Speakers.html" title="Keynote" class="page"
>Keynote Speakers</a
>
</li>
<li>
<a href="Invited_Sessions.html" title="Keynote" class="page"
>Invited Sessions</a
>
</li>
<li>
<a href="Schedule.html" title="Schedule" class="page">Schedule</a>
</li>
<li>
<a href="Registration.html" title="Registration" class="page"
>Registration</a
>
</li>
<li>
<a href="Contact_info.html" title="Contact info" class="page"
>Contact info</a
>
</li>
<li>
<a
href="https://www.cbit.ac.in/"
target="_blank"
rel="noreferrer"
title="About CBIT"
target="_blank"
rel="noreferrer"
rel="noopener noreferrer"
class="page"
>About Venue</a
>
</li>
</ul>
<br />
<br />
<center>
<br />
<img src="resources/logo.png" width="150" />
<br />
<br />
<!--
<img src="resources/aap-logo.png" width="200" />
<br />
<br />
<p><b>Strategic Partner</b></p>
<img src="resources/unmh-logo.png" width="200" />
<br />
-->
</center>
</div>
<div id="content">
<div>
<img src="resources/1234.jpg" width="100%" />
<div style="text-align: right; padding-right: 10px; font-size: 72%">
<h1>
International Conference on Artificial Intelligence and Advances
</h1>
</div>
</div>
<div style="text-align: right; padding-left: 30pt">
<q style="color: Plum; text-decoration: overline; font-size: 1em">
<span style="color: Tomato">
Chaitanya Bharathi Institute of Technology (A), Hyderabad, January
24th & 25th, 2025
</span>
</q>
</div>
<h2>Submission</h2>
<br />
<p style="text-align: justify">
Submissions must not be published or submitted to a journal and/or
conference/workshop with proceedings. Each submission should be at
most 12 pages. Submissions are to be made to the submission website:
<a
href="https://easychair.org/conferences/?conf=icaia2025"
title="ICAIA submission website"
target="_blank"
rel="noopener noreferrer"
class="https"
>https://easychair.org/conferences/?conf=icaia2025</a
>.
</p>
<p>
To submit a paper you need to have an EasyChair account.
<a
href="https://www.easychair.org/account/signup"
target="_blank"
rel="noopener noreferrer"
title="Signup to create EasyChair account"
class="https"
>Signup to create EasyChair account</a
>, if need be.
</p>
<p style="text-align: justify">
Only PDF files are accepted. Submissions not meeting the above
guidelines will be rejected without other consideration. The
camera-ready version of accepted papers will have to follow the
Springer guidelines for publication in the Lecture Notes in Computer
Science series.
</p>
<p style="text-align: justify">
Authors of accepted papers must present their papers at the
conference. At least one author of each accepted paper is required to
register and present the paper.
</p>
<p>
Position papers are also welcome and should be clearly marked as such.
</p>
<br />
<h2>Submission Format</h2>
<br />
<p>
Authors must follow this camera-ready Word template available to be
downloaded
<a href="">here</a
>.
</p>
<br />
<h2>Best paper award</h2>
<br />
<p>
All papers are eligible for the <b>best paper award</b>. The award
will be announced at the conference.
</p>
</div>
</div>
</body>
</html>