-
Notifications
You must be signed in to change notification settings - Fork 1
/
submission.html
70 lines (67 loc) · 2.93 KB
/
submission.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
<!doctype html>
<html>
<head>
<title>ZTHA@ICCAD 2023</title>
<meta charset="utf-8" name="viewport" content="width=device-width, initial-scale=1">
<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 rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.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>
<style>
.menu-submission {
color: rgb(255, 255, 255) !important;
opacity: 1 !important;
font-weight: 700 !important;
}
</style>
</head>
<body>
<!-------------------------------------------------------------------------------------------->
<!--Menu and Banner-->
<div class="menu-container"></div>
<div class="container">
<div class="row align-items-center justify-content-center">
<div class="col-md-10 text-center" data-aos="fade-up">
<h1>Talk Abstract Submission</h1>
</div>
</div>
</div>
</div>
<!-------------------------------------------------------------------------------------------->
<div class="content-container">
<div class="content">
<div class="content-table flex-column">
<div class="flex-row">
<div class="flex-item flex-column">
<h2 class="add-top-margin">Important Dates</h2>
<hr>
<ul>
<li>Talk Abstract Submission Deadline: <s>September 17</s> September 24, 2023 </li>
<li>Notification: <s>October 1</s> October 6, 2023</li>
<li>Workshop: November 2, 2023</li>
</ul>
</div>
</div>
<div class="flex-row">
<div class="flex-item flex-column">
<h2 class="add-top-margin">Format</h2>
<hr>
<p class="text">We welcome proposals for a 30 minute presentation on the topics of interest. Presentations will be recorded and published on the workshop website. Each talk abstract must be no more than 2 pages including a title, abstract and bio.</p>
<p class="text">Please submit papers (in PDFs) via <a href="https://easychair.org/my/conference?conf=ztha2023">EasyChair</a>.</p>
</div>
</div>
<div class="flex-row">
<div class="flex-item flex-column">
<p>© ZTHA: Zero Trust Hardware Architectures Workshop@ICCAD, 2023</p>
</div>
</div>
</div>
</div>
</div>
</body>
</html>