-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpresenter_Information.html
99 lines (92 loc) · 4.14 KB
/
presenter_Information.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="NativeCode" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="path/to/font-awesome/css/font-awesome.min.css"
/>
<script
src="https://kit.fontawesome.com/a24a7503cf.js"
crossorigin="anonymous"
></script>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Mate+SC&family=Play&display=swap"
rel="stylesheet"
/>
<!-- carousel styles and scripts -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css"
/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<link rel="icon" type="image/x-icon" href="./img/logos/UOMlogo.ico" />
<link rel="stylesheet" href="./css/style.min.css" />
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
<script src="./scripts/components.js"></script>
<title>Mercon 2023</title>
</head>
<body>
<header></header>
<section class="main">
<div class="width-fixed-large">
<h2 class="text-heading text-underline">Presenting Author Information</h2>
<h3>Timing</h3>
<div>
<ul>
<li>Each paper is assigned a total of <b>15 minutes</b>, and the breakdown is as follows.</li>
<p><b>Presentation:</b> 12 Minutes<br><b>Q&A:</b> 3 Minutes</p>
<li>Please keep these time limits in mind when preparing your presentation.</li>
<li>The <u>time limit will be strictly enforced</u> due to the substantial number of papers scheduled in each session.</li>
<li>Presenting authors are asked to arrive at their session 10 minutes before the scheduled
start of the respective session, allowing the <u>Session Chair to verify the attendance</u> of the
presenting authors.</li>
<li>We recommend that <u>one author conduct the entire presentation</u>, adhering to the
abovementioned time limits.</li>
</ul>
</div>
<br><br>
<h3>Multimedia</h3>
<div>
<ul>
<li>Each room will comprise a multimedia projector/<span class="text-primary">smart TV</span> and a <span class="text-primary">computer</span> with Microsoft
PowerPoint, Impress, and PDF reader installed.</li>
<li>Presenting authors may bring their own laptops or use the <span class="text-primary">computer</span> provided in the
<span class="text-primary">venue</span>.</li>
<li>Please make sure to preview your presentation with the multimedia setup in the room
before the scheduled start of the respective session.</li>
<li>If you need any assistance, please contact the conference organizing staff.</li>
</ul>
</div>
<br>
<p><b>Please note that the <u>papers</u> that are <u>not presented will not be sent to IEEE Xplore</u> for
publication.</b></p>
</div>
</section>
<footer></footer>
<script src="./scripts/navbar.js"></script>
<script src="./scripts/navColorChange.js"></script>
</body>
</html>