-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathcallforpapers.php
executable file
·277 lines (252 loc) · 8.86 KB
/
callforpapers.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
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
273
274
275
276
277
<!DOCTYPE html>
<html lang="en">
<head>
<?php // The header includes the head tag and start of body
require "includes/head.php";
?>
<meta property="og:title" content="<?php echo $META['shortName']; ?> call for papers" />
<meta name="twitter:title" content="<?php echo $META['shortName']; ?> call for papers" />
<title>
<?php echo $META['shortName']; ?> Call for Papers
</title>
</head>
<body>
<?php require "includes/nav.php"; ?>
<main class="container">
<h2 class="indPageTitle">
Call for Papers
</h2>
<div class="row">
<section class="col-lg-8">
<h3 class="pageSubtitle">
General information
</h3>
<p>
<?php echo $META['shortName']; ?> will take place in
<?php echo $META['location']; ?> on <?php echo $META['dates']; ?>.
<?php echo $META['shortName']; ?> is organized by
<a href="https://iacr.org/">the International Association for
Cryptologic Research</a> (IACR). The proceedings will be published
by Springer in the LNCS series.
</p>
<p>
Original contributions on all technical aspects of
cryptology are solicited for submission to
<?php echo $META['shortName']; ?>, the <?php echo $META['name']; ?>.
Submissions are welcomed on any cryptographic topic including but
not limited to:
</p>
<ul>
<li>foundational theory and mathematics</li>
<li>the design, proposal, and analysis of cryptographic
primitives and protocols</li>
<li>secure implementation and optimization in hardware or
software</li>
<li>applied aspects of cryptography</li>
</ul>
</section>
<aside class="col-lg-4 ps-lg-5 text-center">
<h3 class="pageSubtitle mt-4 mt-lg-0">
How to submit
</h3>
<p class="text-center">
Author instructions for paper submission may be found on the
submission page.
</p>
<a href="papersubmission.php" class="btn customBtn-warm blockBtn mb-5 mb-lg-0">
Submit a paper
</a>
<!-- NOTE: once submissions are closed, uncomment below and comment
out or remove the p and a above -->
<!-- <p class="alert customAlert-warm text-center">
Submissions are closed
</p> -->
</aside>
</div>
<div class="row">
<div class="col-lg-7 mt-4">
<?php require "includes/important_dates.php"; ?>
</div>
<section class="col-lg-5 mt-4">
<h3 class="pageSubtitle">
Schedule
</h3>
<p>
<?php echo $META['shortName']; ?> will operate a two-round review
system with rebuttal phase. In the first round, the program
committee selects the submissions which are considered of value for
proceeding to the second round, and the authors receive the first
round notification with review comments. The authors of the
selected submissions are invited to submit a text-based rebuttal
letter to the review comments.
</p>
<p>
The submissions that have not been selected during the first round
of reviews may be submitted in other conferences after the first
round notification date.
</p>
<p>
In the second round the program committee further reviews the
selected submissions by taking into account their rebuttal letter.
They then make the final decision of acceptance or rejection.
</p>
</section>
</div>
<div class="row">
<section class="col-md-6">
<h3 class="pageSubtitle mt-4">
Awards
</h3>
<p>
The Program Committee may choose a paper to receive an overall best
paper award. In a continuing effort to promote independent work by
researchers at an early stage in their career, the Program
Committee may also award a prize for the best paper authored
exclusively by early-career researchers. To be eligible, all
co-authors must be studying full/part-time or have received their
degree in 2019 or later. As usual, awards will only be given if
deserving papers are identified.
</p>
</section>
<section class="col-md-6">
<h3 class="pageSubtitle mt-4">
Stipends
</h3>
<p>
Students whose papers have been accepted and who present their
talks at the conference will have their registration waived. A
limited number of stipends are available to those unable to obtain
funding to attend the conference. Students, whose papers are
accepted and who will present the paper themselves, are encouraged
to apply if such assistance is needed. Requests for stipends should
be sent to the general chair(s).
</p>
</section>
</div>
<h3 class="pageSubtitle mt-4">
Program committee
</h3>
<div id="errorBox"></div>
<div id="committee" class="row">
<!-- Handlebars import of PC members -->
<script id="committee-member" type="text/x-handlebars-template">
{{#each committee}}
<article class="col-12 col-sm-6 col-md-4 col-xl-3 my-2">
<h4 class="subSubtitle">
{{name}}
</h4>
<p class="text-start">
{{affiliation}}
</p>
</article>
{{/each}}
</script>
</div>
<div id="areaChair" class="row">
<script id="area-chair" type="text/x-handlebars-template">
{{#if area_chairs}}
<h3 class="pageSubtitle mt-4">
Area chairs
</h3>
{{#each area_chairs}}
<article class="col-12 col-sm-6 col-md-4 col-xl-3 my-2">
<h4 class="subSubtitle">
{{name}}
</h4>
<p class="text-start">
{{affiliation}}
</p>
</article>
{{/each}}
{{/if}}
</script>
</div>
<div id="artifactChair" class="row">
<script id="artifact-chair" type="text/x-handlebars-template">
{{#if artifact_chairs}}
<h3 class="pageSubtitle mt-4">
Artifact chair
</h3>
{{#each artifact_chairs}}
<article class="col-12 col-sm-6 col-md-4 col-xl-3 my-2">
<h4 class="subSubtitle">
{{name}}
</h4>
<p class="text-start">
{{affiliation}}
</p>
</article>
{{/each}}
{{/if}}
</script>
</div>
<!-- To add/edit contact information, please edit names and affiliations in
json/metadata.json -->
<h3 class="pageSubtitle text-center mt-4">
Program co-chairs
</h3>
<div class="row mt-3 mt-md-4">
<?php
$theClass = count($META['PC_CHAIRS']) == 1 ? 'col-12' : 'col-12 col-sm-6';
foreach ($META['PC_CHAIRS'] as $person) {
$name = $person['name'];
$affiliation = $person['affiliation'];
echo <<< EOR
<aside class="$theClass text-center mb-2">
<h4 class="subSubtitle">
$name
</h4>
<p class="text-center">
$affiliation
</p>
</aside>
EOR;
}
?>
</div>
<div class="row">
<div class="col-12 text-center mb-5">
<a href="mailto:doNotEmailMe@fakeDomain.com">
<img src="images/icons/mail.svg" class="icon" />
</a> doNotEmailMe@fakeDomain.com
</div>
</div>
<!-- To add/edit contact information, please edit names and affiliations in
json/metadata.json -->
<h3 class="pageSubtitle text-center mt-4">
General co-chairs
</h3>
<div class="row mt-3 mt-md-4">
<?php
$theClass = count($META['GENERAL_CHAIRS']) == 1 ? 'col-12' : 'col-12 col-sm-6';
foreach ($META['GENERAL_CHAIRS'] as $person) {
$name = $person['name'];
$affiliation = $person['affiliation'];
echo <<< EOR
<aside class="$theClass text-center mb-2">
<h4 class="subSubtitle">
$name
</h4>
<p class="text-center">
$affiliation
</p>
</aside>
EOR;
}
?>
</div>
<div class="row">
<div class="col-12 text-center mb-5">
<a href="mailto:reallyDoNotEmailMe@fakeDomain.com">
<img src="images/icons/mail.svg" class="icon" />
</a> reallyDoNotEmailMe@fakeDomain.com
</div>
</div>
</main>
<?php include "includes/footer.php"; ?>
<!-- Handlebars -->
<script src="https://iacr.org/libs/js/handlebars/handlebars-v4.1.0.js" type="text/javascript"></script>
<!-- Personal scripts -->
<script src="js/committee.js"></script>
</body>
</html>