-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathauthors.html
More file actions
112 lines (108 loc) · 4.9 KB
/
authors.html
File metadata and controls
112 lines (108 loc) · 4.9 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
<!doctype html>
<html>
<head>
<title>SVELA 2026</title>
<meta charset="utf-8" name="viewport" content="width=device-width, initial-scale=1">
<link href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" media="screen" rel="stylesheet" type="text/css" />
<link href="css/frame.css" media="screen" rel="stylesheet" type="text/css" />
<link href="css/controls.css" media="screen" rel="stylesheet" type="text/css" />
<link href="css/custom.css" media="screen" rel="stylesheet" type="text/css" />
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700' rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="js/menu.js"></script>
<script src="js/footer.js"></script>
<link rel="icon" type="image/x-icon" href="/img/logo.ico">
<style>
.menu-authors {
color: rgb(0, 0, 0) !important;
opacity: 1 !important;
font-weight: 700 !important;
}
</style>
</head>
<body>
<div class="menu-container"></div>
<div class="content-container">
<div class="banner" style="background: url('img/bari.jpg') no-repeat center; background-size: cover; height: 500px;">
<div class="banner-table flex-column" style="background-color: rgba(0, 0, 0, 0.75);">
<div class="flex-row">
<div class="flex-item flex-column">
<h1 class="add-top-margin-small strokeme">
SVELA 2026 - Instructions for Authors
</h1>
</div>
</div>
</div>
</div>
<div class="banner" id="submission">
<div class="banner-table flex-column">
<div class="flex-row">
<div class="flex-item flex-column">
<h2 class="add-top-margin-small">Submission Guidelines</h2>
</div>
</div>
</div>
</div>
<div class="content">
<div class="content-table flex-column">
<div class="flex-row">
<div class="flex-item flex-column full-width">
<p class="text">
We invite authors to submit their original research or impactful previously published work under two tracks:
</p>
<ul>
<li><b>Original Research Track:</b> Submissions should present new, unpublished work. Accepted papers will be included in the EVALITA 2026 proceedings.</li>
<li><b>Showcase Track:</b> Submissions may include previously published work that is impactful and relevant to the task topics. These papers will be presented at the task but will not be included in the proceedings.</li>
</ul>
<h3>Submission Format</h3>
<hr>
<p class="text">
Submissions must follow the EVALITA format, with a maximum of 4 pages, plus 1 additional page for references. Authors can use the following templates for preparing their submissions:
</p>
<ul>
<li><a href="resources/template_latex_svela2026.zip" target="_blank">LaTeX Template</a></li>
<li><a href="resources/template_word_svela2026.zip" target="_blank">Word Template</a></li>
</ul>
<p class="text">
All papers must be submitted through the submission site:
</p>
<p class="text">
<b>Submission link:</b> <a href="#" target="_blank">To Be Announced</a>
</p>
<p class="text">
The task will feature a mix of oral and poster paper presentations, providing opportunities for in-depth discussion and networking.
</p>
</div>
</div>
</div>
</div>
<div class="banner" id="cameraready">
<div class="banner-table flex-column">
<div class="flex-row">
<div class="flex-item flex-column">
<h2 class="add-top-margin-small">Camera-Ready and Presentation Instructions</h2>
</div>
</div>
</div>
</div>
<div class="content">
<div class="content-table flex-column">
<div class="flex-row">
<div class="flex-item flex-column full-width">
<p class="text">
Camera-ready and presentation instructions will be available soon. Please check back next week for detailed information.
</p>
<h3>Paper Presentation (Poster vs Oral)</h3>
<hr>
<p class="text">
The task will include both oral presentations and a poster session. Oral presentations will provide opportunities for detailed discussions and interactive Q&A, while the poster session will facilitate informal discussions and networking.
</p>
</div>
</div>
</div>
</div>
<div class="footer-container"></div>
</body>
</html>