-
Notifications
You must be signed in to change notification settings - Fork 1
/
attending-athens.html
492 lines (444 loc) · 27.5 KB
/
attending-athens.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
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
<!doctype html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-59JZV5ZYEB"></script>
<script src="./assets/js/analytics.js"></script>
<!-- Meta data -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="ASSETS 2022 official website | Attending in Athens">
<meta name="keywords" content="ASSETS 2022, ASSETS'22, SIGACCESS, Athens, attending in person">
<meta name="author" content="">
<meta name="generator" content="">
<!-- Metadata tags for link preview -->
<meta property="og:type" content="website" />
<meta name="title" property="og:title" content="ASSETS 2022 | Attending in Athens" />
<meta name="image" property="og:image"
content="https://raw.githubusercontent.com/ASSETS-Conference/assets2022/main/design/logos/ASSETS2022_Logo.png" />
<meta name="og:title"
content="ASSETS 2022 | The 24th International ACM SIGACCESS Conference on Computers and Accessibility" />
<meta name="og:image"
content="https://raw.githubusercontent.com/ASSETS-Conference/assets2022/main/design/logos/ASSETS2022_Logo.png" />
<title>ASSETS 2022 | Attending in Athens</title>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<!-- Bootstrap core CSS -->
<link href="./assets/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="./assets/css/style.css" rel="stylesheet">
<link href="./assets/css/navbar.css" rel="stylesheet">
<!-- Bootstrap TOC -->
<link href="https://cdn.rawgit.com/afeld/bootstrap-toc/v1.0.1/dist/bootstrap-toc.min.css" rel="stylesheet">
<!-- Javascript -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="./assets/dist/js/bootstrap.bundle.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"
integrity="sha512-894YE6QWD5I59HgZOGReFYm4dnWc1Qt5NtvYSaNcOP+u1T9qYdvdihz0PPSiiqn/+/3e7Jo4EaG7TubfWGUrMQ=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
</head>
<body data-bs-spy="scroll" data-bs-target="#toc">
<main>
<!--Navigation bar-->
<div id="navbar"></div>
<script>
$(function () {
$("#navbar").load("navbar.html");
});
</script>
<!--Navigation bar-->
<div id="content">
<!-- Jumbotron -->
<div id="top-jumbotron-cfp" class="jumbotron jumbotron-fluid text-light bg-overlay image-wrapper">
<div class="container px-4 py-5 text-center content">
<span class="d-flex justify-content-center align-items-center mt-5">
<img class="d-block my-0 mx-4" src="./assets/img/large/logo-large.png" alt="ASSETS'22 logo" width="125">
<div>
<h1 class="display-6 confTitle mt-4 mb-0">Attending in Athens</h1>
<h5 class="confTitle">October 23-26, 2022</h5>
</div>
</span>
</div>
</div>
<!-- Jumbotron -->
<div class="toc-div" aria-hidden="true">
<!-- Bootstrap TOC -->
<p class="h5" tabindex="0">On This Page</p>
<nav id="toc" data-toggle="toc" class="bd-links sticky-top"></nav>
</div>
<!-- Content -->
<section class="callout_section_1 p-3">
<div class="container">
<div class="row justify-content-md-center">
<div class="main-callout col-lg-8 mt-4">
<div class="container">
<p>We hope you will join us in beautiful Athens for ASSETS’22—the first time our
conference has been in-person since <a href="https://assets19.sigaccess.org/">ASSETS’19</a> in
Pittsburgh. For those who cannot
travel to ASSETS due to COVID, we will also be providing a lightweight virtual
conference experience. Please see our <a href="attending-overview.html">Attending Overview</a> page.
</p>
<p>
For local tips and to ask questions about Athens, join our <a href="https://discord.gg/RVfCsfcP95">#athens channel</a> on Discord.
</p>
</div>
</div>
</div>
</div>
</section>
<section class="callout_section_0 p-3">
<div class="container">
<div class="row justify-content-md-center">
<div class="col-lg-8 mt-4">
<h3 class="text-center">Conference Location</h3>
<p>ASSETS 2022 will be held at the newly renovated <a href="https://www.titania.gr/">Hotel Titania</a> in
the heart of Athens, Greece between Syntagma and Omonia squares and Metro stations Panepistimio &
Omonia.
To get to the hotel, you can take the Metro, which provides accessible transit from the airport.
See our <a href="#travel">travel information below</a>.
</p>
<p>
To protect the health and safety of our community, we require that all on-site attendees have proof of
full vaccination or a legitimate medical or religious exemption. Additionally, we will be requiring
masks at all conference events.
We strongly encourage a well-fitting, high filtration mask such as a N95, KF94, FFP2, or KN95 mask.
See our <a href="#covid-safety">COVID Information and Safety Plan</a> section below.
</p>
<p>
<img src="assets/img/attending/HotelTitaniaLobby_Cropped.jpg" style="max-width: 100%;"
alt="A picture of Hotel Titania's lobby showing a staircase surrounded by white columns, a check-in desk, and tiled floor with a mosaic that says 'Xaipe' in Greek ('Rejoice')." />
</p>
</div>
</div>
<div class="row justify-content-md-center">
<div class="col-lg-8 mt-4">
<h4>Conference Space</h4>
<p>The conference will take place on the Mezzanine Level of Hotel Titania. The registration booth—to pick up your conference badge
and lanyard—will be located in the Mezzanine Foyer.</p>
<p>Enter the Mezzanine Foyer via stairs
or elevators. From the foyer, you can access bathrooms, Olympia Hall, and the Vergina Room. Head down Olympia Hall to
the main conference presentation area—the Niki-Apollon-Athina room.
</p>
<ul>
<li><strong>Main conference presentation room:</strong> Niki-Apollon-Athina room</li>
<li><strong>Lunch area:</strong> Vergina Room (across from Niki-Apollon-Athina)</li>
<li><strong>Poster/demo space:</strong> Olympia Hall and Mezzanine Foyer</li>
<li><strong>Registration booth:</strong> Mezzanine Foyer</li>
</ul>
<img src="assets/img/attending/HotelTitania_ConferenceSpace.jpg" style="max-width: 100%;"
alt="A picture of Hotel Titania's conference space marking the location of the conference hall, the Mezzanine Foyer, Olympia Hall, and the Vergina restaurant" />
</p>
</div>
</div>
</div>
</section>
<section class="callout_section_1 p-3">
<div class="container">
<div class="row justify-content-md-center">
<div class="col-lg-8 mt-4">
<h3 class="text-center">Accommodations</h3>
<p>
Hotel Titania offers Standard Rooms, Superior Rooms, Executive Rooms, Deluxe Rooms, and Suites.
As part of the conference, we have negotiated <strong>Superior Room rates for 150€ per night</strong>,
which includes breakfast
at the Olive Garden on the 11th floor well as local taxes and VAT.
</p>
<p>Recall that lunch is provided as part of your conference
registration as well as dinners on Mon, Oct 24th and Tues, Oct 25th. We have provided all allergen and dietary
restriction information from your CVENT registrations to Hotel Titania and the Acropolis Museum Cafe—and both have assured us that they
will indicate allergens on their dishes; however, we cannot guarantee food safety. If you have concerns,
please double check with the wait staff.</p>
<p>
<img src="assets/img/attending/HotelTitaniaSuperiorRooms.jpg" style="max-width: 100%;"
alt="A small gallery of Hotel Titania room photos for the 'Superior Room' option." />
</p>
<h4>Room Reservations</h4>
<p>
To book a room, please use this <a
href="https://titania.reserve-online.net/?checkin=2022-10-22&rooms=1&nights=1&adults=1&src=11&bkcode=ASSETS">
special booking link</a> created specifically for ASSETS'22 by Hotel Titania.
<ul>
<li>You must book by <strong>Oct 1, 2022</strong> to receive the guaranteed price and for us to meet our
contractual obligations to the hotel.</li>
<li>If you find a lower rate than <strong>150€</strong> online, please let us know. All lower rates will
be honored by the hotel and
counted towards fulfilling our room block commitments.</li>
<li>You can receive the group rate (<strong>150€/night</strong>) for three days before/after the
conference, subject upon availability</li>
</ul>
</p>
<h4>Accessible Rooms</h4>
<p>The hotel features 15 accessible rooms on the 4th, 5th, and 6th floors with wheelchair-accessible
bathrooms.</p>
<ul>
<li>If you require an accessible room, please select the checkbox "Room for people with disability
needs"
when booking and add in additional information in the "Special requests/remarks" text field.
</li>
<li>
For the wheelchair accessible bathrooms, there is a roll-in shower, hand-held shower heads and grab
bars.
</li>
<li>
Unfortunately, the hotel alarm system does not have a visual notification system.
</li>
</ul>
<p>Please also
do not hesitate to reach out to the <a href="mailto:[email protected]">Accessibility Chairs</a>
for questions
or additional help.</p>
<h4>Breakfast</h4>
<p>
If you are staying at Hotel Titania, breakfast is included at the beautiful Olive Garden on the 11th floor
with views of the Acropolis and Lycabettus Hill. The breakfast buffet provides many traditional Greek foods.
You can choose to eat inside or outside on the balcony. If you eat outside, make sure to bring a jacket as the mornings can be cold.
</p>
<p>
<img src="assets/img/attending/HotelTitania_ViewFromOliveGardenBalcony.jpg" style="max-width: 100%;"
alt="A series of four pictures from the Olive Garden restaurant on the 11th floor of Hotel Titania showing the balcony and
views of the Acropolis and Lycabettus Hill" />
</p>
</p>
</div>
</div>
</div>
</section>
<section class="callout_section_2 p-3">
<div class="container">
<div class="row justify-content-md-center">
<div class="col-lg-8 mt-4">
<h3 class="text-center" id="travel">Travel to Hotel Titania</h3>
<p></p>
<h4>From The Airport to Hotel Titania</h4>
<p>The easiest way to get to Hotel Titania is from the Athens Metro (train), which takes roughly an hour.
Here's the link
to the <a href="https://goo.gl/maps/vYivcouE6NScTip49">airport-to-hotel route on Google Maps</a> with a screenshot of the route below.
</p>
<p>
<img src="assets/img/attending/AthensAirportToHotelTitania_Zoom3.jpg" style="max-width: 100%;"
alt="A map of the metro route from the airport to Hotel Titania." />
</p>
<p>
Directions:
<ul>
<li>From the airport, take the Blue Line (Line 3 - direction ‘Egaleo’) and get off at Syntagma station.
</li>
<li>From Syntagma station you can either take:
<ul>
<li>The Red Metro Line (Line 2 - direction ‘Aghios Antonios’) and get off at Panepistimiou station
(Exit: National Library).
From Panepistimiou station, walk/roll to Titania Hotel</li>
<li>Walk/roll from Syntagma Square to Titania Hotel. It is approximately 1km (<a
href="https://goo.gl/maps/zghKwjqKLXy5fFNRA">Google Maps link</a>)</li>
</ul>
</ul>
</p>
</div>
</div>
</div>
</section>
<section class="callout_section_1 p-3">
<div class="container">
<div class="row justify-content-md-center">
<div class="col-lg-8 mt-4">
<h3 class="text-center" id="tues-reception">Off-site Reception on Tues, Oct 25th</h3>
<p>On Tuesday, Oct 25th from 8-11:30PM, we will have an off-site reception at the beautiful <a
href="https://theacropolismuseum.gr/en/cafe-restaurant">
Acropolis Museum and Cafe</a> with a private tour of the museum. If you would like to take a special
guest, please be sure to purchase an additional conference reception
ticket for $85 on <a href="https://cvent.me/lEDdoB">CVENT</a>. You must bring your conference badge
and identification to the museum.
</p>
<h4>Reception Agenda</h4>
<ul>
<li><span style="font-weight:bolder; font-family: monospace;">07:30-07:50PM:</span><strong>Transit
yourself to the Acropolis Museum and Cafe.</strong> The Athens Metro leaves every 7 minutes
from Hotel Titania to the museum or you could choose to walk/roll (2km). Google estimates a
total trip time of ~10 minutes using the metro.
Alternatively, attendees can join a group led by one of the Local Chairs to the museum. Please meet
at the registration desk. The last group will leave by 7:15PM.
</li>
<li><span style="font-weight:bolder; font-family: monospace;">08:00-09:00PM:</span> <strong>Take a
guided tour of the museum.</strong>
We have pre-arranged seven guided tours. You must be on a tour to visit the museum after hours.
Tours will start on a first-come, first-serve basis so do on time.
</li>
<li><span style="font-weight:bolder; font-family: monospace;">08:00-11:30PM:</span> <strong>Eat at the
Acropolis Cafe.</strong> After the tour, enjoy a menu of Greek cuisine
including house-baked bread served with marinated olives, split peas cream with caramelized onions,
tomato jam, and octopus cakes; greek salad, sautteed sea bass with kakavia fish sauce and steamed
mussels, and lemon pie.
(vegetarian options available).</li>
</ul>
<h4>Travel to Acropolis Museum and Cafe</h4>
<p>You are responsible for traveling to the Acropolis Museum and Cafe for the reception. We recommend the Athens Metro, which provides
accessible transit services from Hotel Titania to the museum every seven minutes. You could also choose to walk/roll—the distance is 2km.</p>
<p>Below, we have included a screenshot of the Athens Metro route with timings to arrive at the museum by ~7:40PM. Here's the direct link to
<a href="https://goo.gl/maps/3x74ALVnsQ7x89jc7">the Athens Metro route from the hotel to museum on Google Maps</a>.
</p>
<p>
<img src="assets/img/attending/Directions-HotelTitania-AcropolisMuseumAndCafe-Rail-GoogleMaps.jpg" style="max-width: 100%;"
alt="A map of the metro route from the Hotel Titania to the Acropolis Museum and Cafe." />
</p>
</div>
</div>
</div>
</section>
<section class="callout_section_2 p-3">
<div class="container">
<div class="row justify-content-md-center">
<div class="col-lg-8 mt-4">
<h3 class="text-center" id="poster-printing">Poster Printing</h3>
<p>
If you have an accepted poster and you are presenting in-person, you can print your
poster in Athens. The Local Chairs recommend <a href="http://www.planetcopy.gr/">
Planet Copy (Ψηφιακές Εκτυπώσεις- Φωτοτυπίες Αθήνα)</a>,
which is 450m from Hotel Titania (<a href="https://goo.gl/maps/82N8a9YarijGgTf67">Google Maps route</a>).
</p>
<p>
Planet Copy is open Saturday 08:30AM-15:30 but closed Sundays. Their hours are Mon-Fri 8:30AM-20:00.
For more local tips and to ask questions, join our <a href="https://discord.gg/RVfCsfcP95">#athens channel</a> on Discord.
</p>
</div>
</div>
</div>
</section>
<section class="callout_section_3 p-3">
<div class="container">
<div class="row justify-content-md-center">
<div class="col-lg-8 mt-4">
<h3 class="text-center" id="covid-safety">COVID Information and Safety Plan</h3>
<p>For official information related to COVID and travel, please see the <a
href="https://travel.gov.gr/#/">Greek
government's official website</a> and the
<a href="https://www.aia.gr/traveler/travellers-info/faq-for-covid19/">Athens airport travel page</a>.
The Greek
National Tourism Organization launched the Visit Greece app (<a
href="https://play.google.com/store/apps/details?id=com.visit_greece">Google Play,</a>
<a href="https://apps.apple.com/us/app/visit-greece/id1523802597">App Store</a>), which includes
detailed COVID-19 travel updates, as well as a map of COVID-19 diagnostic testing locations.
The number for emergency assistance is 166.
</p>
<ul>
<li><b>Before the conference,</b> we ask that you conduct a COVID test (either PCR or antigen) within
three days of Oct 23 and kindly ask that you not travel if the test is positive or if you feel sick.
</li>
<li><b>En route to the conference.</b> While many airlines and rail transport no longer require masking,
we ask that you use a high-filtration, closely fitting mask such as a N95, FFP2, KF94, or KN95 while
traveling to the conference, including on all public transportation (which is currently mandatory in
Greece).</li>
<li><b>Vaccination status.</b> We require that all on-site attendees have proof of full vaccination or a
legitimate medical or religious exemption. Note that as of May 1, 2022, the Greek government no longer
requires proof of vaccination to travel to the country.</li>
<li><b>Masking.</b> We will be requiring masks at all conference events. We strongly encourage a
well-fitting, high filtration mask such as a N95, KF94, FFP2, or KN95 mask (see this <a
href="https://www.nytimes.com/wirecutter/reviews/where-to-buy-n95-kn95-masks-online/">NYTimes
article</a>). We are working to provide a backup stock at the conference; however, please bring
enough supply for yourself so you can wear a fresh mask each day. As of June 1, 2022, Greece no longer
requires masking indoors; however, masks are still required on public transit and in healthcare
facilities (<a href="https://gr.usembassy.gov/covid-19-information/">source</a>).</li>
<li><b>Eating/drinking.</b> Traditionally, ASSETS provides food/drink during conference breaks, for
lunch, and during social events. We are working with the hotel and our social event venues to
determine takeaway options for attendees to eat outside if they prefer. For this, we suggest bringing
a washable (<i>e.g.,</i> rubbermaid, pyrex) or disposable container as we cannot guarantee that our
food providers will have "togo" boxes.</li>
<li><b>Feeling sick?</b> If you feel sick during the conference, please send an email to <a
href="mailto:[email protected]">[email protected]</a>, take a rapid antigen test, and
stay in your hotel room. When in doubt, take steps to minimize contact with others. Please bring some
rapid tests with you to the conference; we will have a small number of backups.</li>
<li><b>Reporting.</b> All attendees at ASSETS agree to self-monitor for signs and symptoms of COVID and
to contact ACM's official reporting contact <a
href="mailto:[email protected]">[email protected]</a> if you test positive for COVID
within 10 days after participating.</li>
</ul>
<p>We will continuously monitor COVID information in Athens and international health recommendations. The
above list is subject to change.</p>
<h4>More about Masking</h4>
<p>
We require masks at all conference events and ask that you also wear masks while using public transit.
Speakers can take off their mask for the duration of their talks.
If you have forgotten a mask, we have some N95s as a backup. You can get them from the registration desk.
Please be aware that ASSETS leadership
and student volunteers will be monitoring mask usage and will kindly remind you to use a mask during our events.
</p>
<p>
Some of you have asked about whether to wear <strong>clear masks</strong>—which allow others to see your lips and thus
have certain accessibility advantages—or traditional high-filtration masks like N95s. This is a personal choice.
We have purchased 50 clear masks from <a href="https://bendshapemask.com/products/mask">BendShape</a> (25 small; 25 medium)
in addition to 160 3M 9205 N95 Aura masks.
</p>
<p>
For context, Hybrid Experience Chair, Professor Christian Vogler, shares his experience with BendShape masks at
<a href="https://gallaudet.edu/">Gallaudet University</a>:
"<i>clear masks have very poor acoustic properties. so a person who has to speak through
them will be noticeably harder to understand than someone who just uses a well-fitting KN95,
FFP2 or N95 mask. They are indicated if someone in the audience relies on facial cues for
access (for sign language), or on lip-reading.</i>"
</p>
<p>
Thus, Christian makes the following recommendation:
<ol>
<li>If the presenter is signing, use clear masks (or no mask)</li>
<li>If the presenter is speaking to a hearing audience and the interpreters and
captioners have access needs fully covered, use a standard high-filtration mask</li>
<li>If a speaking presenter would like to offer accessible facial cues and lip
movements to the audience, they need to enunciate very clearly to ensure that access is
not worse for people (including some deaf/hard of hearing people) who primarily rely on
auditory cues and to ensure that the captioners and interpreters can still understand their speech.</li>
</ol>
</p>
</div>
</div>
</div>
</section>
<section class="callout_section_1 p-3">
<div class="container">
<div class="row justify-content-md-center">
<div class="col-lg-8 mt-4">
<h3 class="text-center" id="visa-support-letter">Visa Support Letter</h3>
<p>ACM is able to provide <a
href="https://www.acm.org/special-interest-groups/volunteer-resources/conference-planning/conference-registration#Visa">visa
support letters</a> to attendees as well as authors with accepted papers, posters, or members of the
conference committee.</p>
<p>For visa support letters, refer all requests to <a
href="mailto:[email protected]">[email protected]</a>. Please allow up to 10 business days
to receive a letter. All requests are handled in the order they are received. The information below
should be included with the request:</p>
<ul>
<li>Your name as it appears on your passport</li>
<li>Your current postal mailing address</li>
<li>The name of the conference you are registering for. Only accepted authors may request a visa support
letter prior to registering for the conference.</li>
<li>Your registration confirmation number</li>
<li>If you have any papers accepted for the conference, please provide the title and indicate whether
you are the “sole author” or a “co-author”.</li>
<li>Authors may indicate their paper title. If no paper, speakers can provide the title of their
presentation.</li>
</ul>
<p>ACM does not provide letters for transport of vendor or presenter equipment. ACM suggests shipping the
materials insured to the conference facility.</p>
</p>
</div>
</div>
</div>
</section>
<div id="footer"></div>
<script>
$(function () {
$("#footer").load("footer.html");
});
</script>
</div>
<!-- Content -->
</main>
<script src="./assets/dist/js/bootstrap.bundle.min.js"></script>
<script src="https://cdn.rawgit.com/afeld/bootstrap-toc/v1.0.1/dist/bootstrap-toc.min.js"></script>
<!-- Referencing the JS file for SIDEBAR -->
<script src="assets/js/sidebar.js"></script>
</body>
</html>