-
Notifications
You must be signed in to change notification settings - Fork 1
/
submission-templates.html
128 lines (109 loc) · 6.16 KB
/
submission-templates.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
<!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 2023 official website | Templates">
<meta name="keywords" content="ASSETS 2023, ASSETS'23, SIGACCESS, submission templates">
<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 2023 | Submission Templates" />
<meta name="image" property="og:image" content="https://assets23.sigaccess.org/assets/img/large/ASSETS2023_Logo.png" />
<meta name="og:title" content="ASSETS 2023 | The 25th International ACM SIGACCESS Conference on Computers and Accessibility" />
<meta name="og:image" content="https://assets23.sigaccess.org/assets/img/large/ASSETS2023_Logo.png" />
<title>ASSETS 2023 | Submission Templates</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">
<link href="./assets/css/committees.css" rel="stylesheet">
<link href="./assets/css/logo.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>
<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 image-wrapper">
<div class="container px-4 py-4 text-center content" >
<span class="d-block justify-content-center align-items-center mt-5">
<div class="logo-wrapper tiles-only">
<script src="assets/js/logo.js"> </script>
</div>
<div>
<h1 class="display-6 confTitle mt-4 mb-0">ASSETS Submission Templates</h1>
</div>
</span>
</div>
</div>
<!-- Jumbotron -->
<!-- Content -->
<section class="callout_section_2 p-3">
<div class="container">
<div class="row justify-content-md-center">
<div class="col-lg-8 mt-4">
<p>Submissions should be prepared using a single-column submission format. The templates can be found at the <a href="https://www.acm.org/publications/taps/word-template-workflow">ACM Primary Article Templates AND Publication Workflow</a> page. Please refer to STEP 1 in Section 2: The Workflow and Templates.</p>
<p>Templates are available for both Microsoft Word and LaTeX. LaTeX authors should use the manuscript option to create a single-column submission (for an example, see “sample-manuscript.tex” for an example, which is included within the template download).</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">Technical Papers, Posters and Demos (Anonymized Submissions)</h3>
<p>You will want to edit your document class style to include the following “manuscript,review,anonymous” so that your submission is anonymised.</p>
<p>The document class should look like this: <i><b>\documentclass[manuscript,review,anonymous]{acmart}</b></i></p>
</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" tabindex="0">Experience Reports, Student Research Competition (Non-Anonymized Submissions)</h3>
<p>You will want to edit your document class style to include the following “manuscript,review”. The document class should look like this: \documentclass[manuscript,review]{acmart}</p>
<p>NOTE - Because of the way TAPS processes the papers into different formats, the number of pages in your final PDF may differ from your submitted source file. Please check the page-length restrictions and guidance specifically related to each track on the individual track web pages, which can all be found from the <a href="call-for-papers.html">Call for Papers</a> page.</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>
</body>
</html>