-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathregistration.html
More file actions
144 lines (133 loc) · 4.49 KB
/
Copy pathregistration.html
File metadata and controls
144 lines (133 loc) · 4.49 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
---
layout: default
---
{% include slider-registration.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>Dates</h2>
</header>
<div class="section-content">
<article class="event nearest">
<figure class="date">
<div class="month">sep</div>
<div class="day">10</div>
</figure>
<aside>
<header>
<!-- <strike>Early registration deadline</strike>-->
Early registration deadline
</header>
</aside>
</article>
<!--
<br>
<article class="event nearest-second">
<figure class="date">
<div class="month">Sept</div>
<div class="day">20</div>
</figure>
<aside>
<header>
Late registration deadline
</header>
</aside>
</article>
-->
</div>
</section><!-- /.events-small -->
<br/>
</div><!-- /.col-md-3 -->
<div class="col-md-6">
<section id="main-content">
<header>
<h1>Registration</h1>
</header>
<div class="section-content">
<article>
<h3>Fees</h3>
<p>
Registration fees for SoCC 2018 are shown below. Note that the early registration ends on
<b style="color:red;">Sept 10</b>.
<!--
and late registration ends on <b style="color:red;">September 20th</b>.
-->
</p>
<div class="table-responsive">
<table class="table table-hover course-list-table">
<thead>
<tr>
<th>Type</th>
<th>Early registration</th>
<th>Late/Onsite registration</th>
</tr>
</thead>
<tbody>
<tr>
<th>Student</th>
<th>$ 495</th>
<th>$ 540</th>
</tr>
<tr>
<th>ACM/SIG Member</th>
<th>$ 790</th>
<th>$ 940</th>
</tr>
<tr>
<th>Non-ACM/SIG Member</th>
<th>$ 950</th>
<th>$ 1,100</th>
</tr>
</tbody>
</table>
<p>Attendees can purchase extra banquet tickets at $80.00 each.</p>
</div>
</article>
<div>
<a class="btn btn-large"
href='https://www.regonline.com/registration/Checkin.aspx?EventID=2524024&startnewreg=1'
target='_blank'
title='ACM Symposium on Cloud Computing 2018 registration'><span id='regLink'>Register Now!</span>
</a>
</div>
<h3>Student scholarships</h3>
<p>
Thanks to generous donations from SIGMOD, SIGOPS, and NSF, SoCC'18 will offer scholarships to assist students attending the conference.<br>
Visit the
<a href="scholarships.html" style="text-decoration:underline;">student scholarship page</a> for more information about how to apply. Deadline is September 1.
</p>
<h3>Diversity Grants</h3>
<p>
As part of our ongoing commitment to encourage
diversity in advanced computing, we are pleased to
offer Diversity Grants to support computer scientists
interested in attending SoCC'18. All computer
scientists from academia or industry who identify as
female or a member of another underrepresented
community are encouraged to apply. Awardees will
receive funds to apply toward travel and/or
accomodation costs (including child care) at the
conference. These Grants are offered thanks to generous
support from SIGOPS and NSF.<br>
Visit the
<a href="diversity-grants.html" style="text-decoration:underline;">diversity grants page</a> for more information about how to apply. Deadline is September 4.
</p>
<h3>Visa support letters</h3>
<p>
If you need help obtaining a visa, you can find more information in the
<a href="visa.html" style="text-decoration:underline;">visa support letters page</a>.
</p>
</div><!-- /.section-content -->
</section><!-- /.main-content -->
</div><!-- /.col-md-6 -->
<div class="col-md-3">
{% include latest-news.html %}
</div><!-- /.col-md-3 -->
</div><!-- /.row -->
</div><!-- /.container -->
</div>
<!-- end Content -->