-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpapers.html
More file actions
235 lines (210 loc) · 9.4 KB
/
papers.html
File metadata and controls
235 lines (210 loc) · 9.4 KB
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
---
layout: default
---
{% include slider-cf-papers.html %}
<!-- Content -->
<div class="block">
<div class="container">
<div class="row">
<div class="col-md-3">
<section class="events small" id="events-small">
<header>
<h2>Important dates</h2>
</header>
<div class="section-content">
<article class="event nearest">
<figure class="date">
<div class="month">may</div>
<div class="day">10</div>
</figure>
<aside>
<header>
Submission deadline for abstracts at 11:59pm EDT
</header>
</aside>
</article><!-- /article -->
<article class="event nearest-second">
<figure class="date">
<div class="month">may</div>
<div class="day">17</div>
</figure>
<aside>
<header>
Submission deadline for full papers at 11:59pm EDT
</header>
</aside>
</article><!-- /article -->
<article class="event nearest">
<figure class="date">
<div class="month">aug</div>
<div class="day">3</div>
</figure>
<aside>
<header>
Author notification
</header>
</aside>
</article><!-- /article -->
<br>
<article class="event nearest-second">
<figure class="date">
<div class="month">Aug</div>
<div class="day">31</div>
</figure>
<aside>
<header>
Camera-ready deadline
</header>
</aside>
</article><!-- /article -->
<br>
</div><!-- /.section-content -->
</section><!-- /.events-small -->
<br/>
<section class="events small" id="events-small">
<header>
<h2>Links</h2>
</header>
<div class="section-content">
<ul class="list-links">
<li><h4><a href="#submission">Submission categories</a></h4></li>
<li><h4><a href="#guidelines">Submission guidelines</a></h4></li>
</ul>
</div><!-- /.section-content -->
</section><!-- /.events-small -->
</div><!-- /.col-md-3 -->
<div class="col-md-6">
<section id="main-content">
<header>
<h1>Call for papers</h1>
</header>
<div class="section-content">
<p>
The annual ACM Symposium on Cloud Computing (SoCC’18) brings together
researchers, developers, users, and practitioners interested in cloud computing.
ACM SoCC’18 is the 9th edition of the premier conference on cloud computing;
it is the only conference co-sponsored by the ACM Special Interest Groups on
Management of Data (SIGMOD) and on Operating Systems (SIGOPS).
SoCC will be held in Carlsbad, California, to foster connections between the academic
and industrial communities operating in the cloud space.
We solicit original contributions on all aspects of cloud computing. We particularly
encourage submissions on the research, development, practice, and experience
of cloud computing systems and data management. Specific topics of interest
include but are not limited to the following, when related to the cloud:
</p>
<div class="row">
<div class="col-md-6" style="padding-left:0; padding-right:0;">
<ul class="topics-list">
<li>Administration and Manageability</li>
<li>Application, Analytics, Database as a Service</li>
<li>Cross Datacenter Data management</li>
<li>Data Services Architectures</li>
<li>Data Markets</li>
<li>Distributed and Parallel Query Processing</li>
<li>Distributed Systems</li>
<li>Energy Efficiency and Management</li>
<li>Fault Tolerance, High Availability, and Reliability</li>
<li>IoT Infrastructure</li>
<li>Large Scale Cloud Applications</li>
<li>Multi-Tenancy</li>
<li>Networking and SDNs</li>
</ul>
</div>
<div class="col-md-6" style="padding-left:0; padding-right:0;">
<ul class="topics-list">
<li>Platform for Services</li>
<li>Privacy of Data and Computation</li>
<li>Programming Models</li>
<li>Provisioning and Metering</li>
<li>Query Optimization</li>
<li>Resource Management</li>
<li>Scientific Data Management</li>
<li>Security of Infrastructure and Services</li>
<li>Service Level Agreements</li>
<li>Storage Systems and New Technologies</li>
<li>Transactional Models</li>
<li>Virtualization, Containers, VMs</li>
</ul>
</div>
</div>
<!-- TODO
<p style="font-size:120%;text-decoration:underline;color:red"><a href="assets/img/socc2017-cfp.pdf" target="_blank" style="color:red">Download the CFP as a PDF</a></p>
-->
<a id="submission"><h2>Submission categories</h2></a>
<p>Authors can submit a paper in one of the following categories:</p>
<ul class="topics-list">
<li>Research Papers describe original research, where novelty is a primary consideration.</li>
<li>Experience Papers describe experiences with existing systems, where lessons from the experience are a primary consideration.</li>
<li>Vision Papers describe speculative but well-reasoned and thought-provoking ideas, where insight is a primary consideration.</li>
</ul>
<br>
<p>
Submissions will be judged based on their originality, technical merit,
relevance, value to the community, and likelihood of producing interesting
discussions at the symposium. Submissions will be kept confidential until
accepted. Rejected submissions will be kept confidential permanently.
</p>
<a id="guidelines"><h2>Submission guidelines</h2></a>
<p>
Authors must submit original papers that are not being considered for
publication in other forums. Submissions cannot be accompanied by
nondisclosure, confidentiality, or similar agreements.
</p>
<p>Papers that violate the below requirements will be rejected without reviews. Judicious
use of color is permitted, but the paper should print clearly in black and
white. Non-rejected papers will be shepherded, and final acceptance will be
conditional on the shepherd’s approval. Reviewing is single-blind, therefore
there is no requirement to conceal authors or organization identities.</p>
<h3>Paper format & fonts</h3>
<p>
Submissions must be in PDF format using <b>10-point font</b> on 12-point leading, Times-Roman or similar
typeface, letter-sized paper, double column, a text block of 6.5 inches wide
by 9 inches tall, with numbered pages.
A LaTeX template is available <a href="assets/template.tex" target="_blank" style="color:red;text-decoration:underline;">here</a>, but authors can use other templates
or editors that conform with the requirements.
<br><br>
<a href="assets/template.tex" target="_blank" style="color:red;font-size:125%;text-decoration:underline;">Download the Latex Template</a>
</p>
<h3>Page limit</h3>
<p>
Submissions can have up to <b>12 pages</b> for Research and Experience papers, and <b>6 pages</b> for Vision papers; this limit includes the title, author list, abstract, and appendices, but excludes references.
</p>
<h3>Paper type</h3>
<p> After the author list, papers should indicate the submission type (research, experience, vision).</p>
<a id="posters"><h2>Posters</h2></a>
<p> Details and deadlines for poster submissions will be available in the call for posters. Papers accepted to the conference are automatically allowed to have a poster.</p>
<a id="submit"><h2>Deadlines</h2></a>
<p>
<b style="color:red">Registration deadline (extended): 10 May 2018 11:59pm EDT</b><br>
You can register new submissions until this deadline.
<br><br>
<b style="color:red">Submission deadline (extended): 17 May 2018 11:59pm EDT</b><br>
Papers must be submitted by this deadline to be reviewed.
</p>
<a id="submit"><h2>Submission site</h2></a>
<p>
The paper submission site is now online at <a href="https://socc18.hotcrp.com/" style="color:red">https://socc18.hotcrp.com/</a>
</p>
<a id="submit"><h2>Questions?</h2></a>
<p>
Email any questions you have to the PC chairs at <b style="color:black">rossbach [at] cs [dot] utexas [dot] edu</b> or <b style="color:black">tcondie [at] microsoft [dot] com</b>
</p>
</div><!-- /.section-content -->
</section><!-- /.main-content -->
</div><!-- /.col-md-6 -->
<div class="col-md-3">
</div><!-- /.col-md-3 -->
<div class="col-md-3">
<section class="news-small" id="news-small">
<!-- <header>
<h2>Latest news</h2>
</header>
<div class="section-content">
<a class="twitter-timeline" href="https://twitter.com/acmsocc2017">Tweets by acmsocc2017</a> <script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
-->
</section><!-- /.news-small -->
</div><!-- /.col-md-3 -->
</div><!-- /.row -->
</div><!-- /.container -->
</div>
<!-- end Content -->