-
Notifications
You must be signed in to change notification settings - Fork 0
/
call for papers.html
393 lines (350 loc) · 13.3 KB
/
call for papers.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
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
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>Second Language Teaching and Learning in the 21st Century</title>
<link rel="shortcut icon" type="image/jpg" href="images/favicon.ico" />
<!-- Mobile Specific Metas
================================================== -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Conference Website">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0">
<meta name="author" content="Abdessamad Ait Elmouden">
<!-- PLUGINS CSS STYLE -->
<!-- Bootstrap -->
<link href="plugins/bootstrap/bootstrap.min.css" rel="stylesheet">
<!-- Font Awesome -->
<link href="plugins/font-awsome/css/font-awesome.min.css" rel="stylesheet">
<!-- Magnific Popup -->
<link href="plugins/magnific-popup/magnific-popup.css" rel="stylesheet">
<!-- Slick Carousel -->
<link href="plugins/slick/slick.css" rel="stylesheet">
<link href="plugins/slick/slick-theme.css" rel="stylesheet">
<!-- CUSTOM CSS -->
<link href="css/style.css" rel="stylesheet">
<!-- FAVICON -->
<link href="images/favicon.png" rel="shortcut icon">
</head>
<body class="body-wrapper">
<!--========================================
= Navigation Section =
=========================================-->
<nav class="navbar main-nav border-less fixed-top navbar-expand-lg p-0">
<div class="container-fluid p-0">
<!-- logo -->
<a class="navbar-brand" href="index.html">
<img class="Desktop-img" src="images/AUI_logo.png" width="100" height="50" alt="logo">
<img class="mobile-img" src="images/MergedLogos.png" width="100" height="50" alt="logo">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="fa fa-bars"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav mx-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Home
</a>
</li>
<li class="nav-item dropdown active">
<a class="nav-link" data-toggle="dropdown">Call For Papers<i class="fa fa-angle-down"></i>
</a>
<!-- Dropdown list -->
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="call for papers.html">English</a></li>
<li><a class="dropdown-item" href="Arabic_details.html">عربية</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="registration.html">Registration
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="speakers.html">Speakers
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="schedule.html">Program
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="workshops.html">Pre-Conference Workshops
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about-us.html">About Us
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
</div>
<a class="navbar-brand2" href="index.html">
<img src="images/background/UFS_logo.png" width="220px" height="45px" alt="logo">
</a>
</div>
</nav>
<!--==== End of Navigation Section ====-->
<!--================================
= Page Title =
=================================-->
<section class="page-title bg-title overlay-dark">
<div class="container">
<div class="row">
<div class="col-12 text-center">
<div class="title">
<h3>Call for papers</h3>
</div>
<ol class="breadcrumb justify-content-center p-0 m-0">
<li class="breadcrumb-item"><a href="index.html">Home</a></li>
<li class="breadcrumb-item active">Call for Papers</li>
</ol>
</div>
</div>
</div>
</section>
<!--==== End of Page Title ====-->
<!--===================================
= Submission Guidlines =
====================================-->
<section class="section pricing">
<div class="container">
<div class="row">
<div class="col-12">
<div class="section-title" style="margin-top: -18px; margin-bottom: 50px;">
<h3>Call for papers - <span class="alternate">Details</span></h3>
<p></p>
</div>
<div class="details">
<div class="list-header" id="list-strands" style="cursor: pointer;">Conference strands: (Read
More)</div>
<ul class="sub-list">
<li>
<p style="font-weight: 500;">Integrating Technology in Language Education:</p>
<ul>
<li>Digital tools and resources for language learning</li>
<li>Online language learning platforms and applications</li>
<li>Gamification and game-based learning in second language acquisition</li>
<li>Blended learning approaches in language classrooms</li>
</ul>
</li>
<li>
<p style="font-weight: 500;">Developing Communication and Collaboration Skills:
</p>
<ul>
<li>Promoting oral and written proficiency in second language classrooms
</li>
<li>Fostering effective communication and interaction in the target language
</li>
<li>Collaborative projects and group work for language learners</li>
<li>Enhancing intercultural competence through communication</li>
</ul>
</li>
<li>
<p style="font-weight: 500;">Critical Thinking and Problem-Solving in Language
Learning:
</p>
<ul>
<li>Implementing inquiry-based learning in language classrooms</li>
<li>Developing critical thinking skills through language instruction</li>
<li>Problem-solving activities and tasks in the second language</li>
<li>Authentic and real-world contexts for language learning</li>
</ul>
</li>
<li>
<p style="font-weight: 500;">Creativity and Innovation in Language Education:
</p>
<ul>
<li>Promoting creativity in language classrooms</li>
<li>Encouraging originality and innovation in language learning</li>
<li>Incorporating arts and creative activities in second language
instruction</li>
<li>Cultivating imaginative thinking in the target language</li>
</ul>
</li>
<li>
<p style="font-weight: 500;">Global Citizenship and Cultural Competence:</p>
<ul>
<li>Cultivating global citizenship through language learning</li>
<li>Developing intercultural competence in second language learners</li>
<li>Teaching cultural awareness and sensitivity in language education</li>
<li>Addressing social justice issues through language instruction</li>
<li>The value of multilingualism in the 21st century</li>
</ul>
</li>
<li>
<p style="font-weight: 500;">Assessing 21st Century Skills in Language
Education:</p>
<ul>
<li>Innovative assessment methods for language proficiency and skills</li>
<li>Assessing communication, collaboration, and critical thinking in
language
learning</li>
<li>Using technology for formative and summative assessments</li>
<li>Authentic and performance-based assessment approaches</li>
</ul>
</li>
<li>
<p style="font-weight: 500;">Professional Development for Language Educators:
</p>
<ul>
<li>Enhancing teacher competence in integrating 21st-century skills</li>
<li>Professional learning communities for language educators</li>
<li>Effective strategies for teacher training and support</li>
<li>Reflective practices and continuous professional development</li>
</ul>
</li>
</ul>
<p style="font-weight: 550;">Save the dates: </p>
<div class="tg-wrap">
<table class="tg">
<thead>
<tr>
<th class="tg-xtkx">Event Type</th>
<th class="tg-xtkx">Deadline</th>
<th class="tg-xtkx">Event Date</th>
</tr>
</thead>
<tbody>
<tr>
<td class="tg-fsme">Last Date for Abstract Submission</td>
<td class="tg-fsme" rowspan="3">Registration for Presentation</td>
<td class="tg-fsme">Junuary 15, 2023</td>
</tr>
<tr>
<td class="tg-fsme">Abstract Review Results</td>
<td class="tg-fsme">February 5, 2023</td>
</tr>
<tr>
<td class="tg-fsme">Last Date for Full Paper Submission</td>
<td class="tg-fsme">April 5, 2024</td>
</tr>
<tr>
<td class="tg-y698">Last date to Register</td>
<td class="tg-y698">Registration for Attendance
</td>
<td class="tg-y698">April 30, 2024</td>
</tr>
<tr>
<td class="tg-y698">Conference</td>
<td class="tg-y698">Conference Dates
</td>
<td class="tg-y698">May 23-25, 2024</td>
</tr>
</tbody>
</table>
</div>
<p>
We are considering various opportunities for publication, including in reputable and indexed
journals, peer-reviewed conference proceedings, or an edited book. Further details will be
provided in due course.
</p>
<p>
<span style="font-weight: 560;">Languages of the Conference:</span> English and Arabic
</p>
<p style="font-weight: 560;">
Guidelines for submission of abstracts:
</p>
<p>
We invite submissions of abstracts related to the conference strands mentioned above. Share
your latest advances and best practices in the use of 21st-Century skills, corpus
linguistics, digital humanities, and AI technologies in second language instruction.
Together, we will exchange ideas, share experiences, and collaborate on designing effective
strategies and curricula for enhancing second language instruction. To ensure consistency,
please adhere to the following guidelines:
</p>
<ul>
<li>
Title: Clearly indicate the title of your paper (English or Arabic only).
</li>
<li>
Extended Abstract in English or Arabic (in Arabic if the final paper is in Arabic) :
500 words.
</li>
<li>
Paper content: Should reflect both <span style="font-weight: bold;"> theoretical</span>
and <span style="font-weight: bold;">practical</span> aspects of the topic you will be
discussing in your paper. </li>
</ul>
<p>
We look forward to your participation and contributions to this important conference on
teaching second languages in the 21st century.</p>
<p>
<a href="https://forms.office.com/r/NhhZwPRPen" class="btn btn-main-md" target="_blank"
style="margin-top: 20px;">Submit your abstract</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--==== End of Submission Guidlines ====-->
<!--============================
= Footer =
=============================-->
<footer class="footer-main">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="block text-center">
<div class="footer-logo">
<img src="images/aui-shss.png" alt="logo" class="img-fluid">
</div>
<ul class="social-links-footer list-inline">
<li class="list-inline-item">
<a href="https://www.facebook.com/AlAkhawayn/" target="_blank"><i
class="fa fa-facebook"></i></a>
</li>
<li class="list-inline-item">
<a href="https://www.instagram.com/alakhawayn_university/?hl=en" target="_blank"><i
class="fa fa-instagram"></i></a>
</li>
</ul>
</div>
</div>
</div>
</div>
</footer>
<!-- Subfooter -->
<footer class="subfooter">
<div class="container">
<div class="row">
<div class="col-md-6 align-self-center">
<div class="copyright-text">
<p> <span style="color: aliceblue;"> © <span id="copyright">
<script>document.getElementById('copyright').appendChild(document.createTextNode(new Date().getFullYear()))</script>
</span> </span> <a href="http://www.aui.ma/en/">AUI</a></p>
</div>
</div>
<div class="col-md-6">
<a href="#" class="to-top"><i class="fa fa-angle-up"></i></a>
</div>
</div>
</div>
</footer>
<!-- JAVASCRIPTS -->
<!-- jQuey -->
<script src="plugins/jquery/jquery.min.js"></script>
<!-- Bootstrap 4 -->
<script src="plugins/bootstrap/bootstrap.min.js"></script>
<!-- Shuffle -->
<script src="plugins/shuffle/shuffle.min.js"></script>
<!-- Magnific Popup -->
<script src="plugins/magnific-popup/jquery.magnific-popup.min.js"></script>
<!-- Slick Carousel -->
<script src="plugins/slick/slick.min.js"></script>
<!-- SyoTimer -->
<script src="plugins/syotimer/jquery.syotimer.min.js"></script>
<!-- Google Mapl -->
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCcABaamniA6OL5YvYSpB3pFMNrXwXnLwU"></script>
<script src="plugins/google-map/gmap.js"></script>
<!-- Custom Script -->
<script src="js/script.js"></script>
<!-- Read more script-->
<script src="js/read-more.js"></script>
</body>
</html>