-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathregistration.html
95 lines (82 loc) · 3.88 KB
/
registration.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
---
layout: default
title: Registration Information
registrations:
early:
- type: Conference
price: [650, 750, 350]
- type: Workshop
price: [300, 325, 200]
- type: Tutorial (Full-day)
price: [300, 325, 200]
- type: Tutorial (Half-day)
price: [250, 275, 175]
- type: Tutorial (2 half-days on the same day)
price: [300, 325, 200]
late:
- type: Conference
price: [750, 850, 450]
- type: Workshop
price: [350, 375, 250]
- type: Tutorial (Full-day)
price: [350, 375, 250]
- type: Tutorial (Half-day)
price: [300, 325, 225]
- type: Tutorial (2 half-days on the same day)
price: [350, 375, 250]
---
<h1>Registration Information</h1>
<a href="https://www.regonline.com/acmsigcomm2017" data-role="button" class="button">Register Now</a>
<p> </p>
<p>
Here is some preliminary information about registration prices and categories. All fees are in US Dollars.
<!-- For registration, please <a href="https://www.regonline.com/acmsigcomm2017" rel="external">click here</a>. If you have any questions, please contact the SIGCOMM Registration Chair. -->
</p>
<ul data-role="listview" data-inset="true" data-theme="a" data-content-theme="a" class="registration">
<li data-role="list-divider">Early Registration (Before July 17, 11:59pm CDT)</li>
<li data-icon="false">
<div class="ui-grid-a">
<div class="ui-block-a"><p><b>Event</b></p></div>
<div class="ui-block-b"><p><b>Member</b></p></div>
<div class="ui-block-b"><p><b>Non-Member</b></p></div>
<div class="ui-block-b"><p><b>Student</b></p></div>
</div>
</li>
{% for reg in page.registrations.early %}
<li data-icon="false">
<div class="ui-grid-a">
<div class="ui-block-a"><p>{{ reg.type }}</p></div>
<div class="ui-block-b"><p>{{ reg.price[0] }}</p></div>
<div class="ui-block-b"><p>{{ reg.price[1] }}</p></div>
<div class="ui-block-b"><p>{{ reg.price[2] }}</p></div>
</div>
</li>
{% endfor %}
</ul>
<ul data-role="listview" data-inset="true" data-theme="a" data-content-theme="a" class="registration">
<li data-role="list-divider">Late Registration (Starting from July 18, 00:00am CDT)</li>
<li data-icon="false">
<div class="ui-grid-a">
<div class="ui-block-a"><p><b>Event</b></p></div>
<div class="ui-block-b"><p><b>Member</b></p></div>
<div class="ui-block-b"><p><b>Non-Member</b></p></div>
<div class="ui-block-b"><p><b>Student</b></p></div>
</div>
</li>
{% for reg in page.registrations.late %}
<li data-icon="false">
<div class="ui-grid-a">
<div class="ui-block-a"><p>{{ reg.type }}</p></div>
<div class="ui-block-b"><p>{{ reg.price[0] }}</p></div>
<div class="ui-block-b"><p>{{ reg.price[1] }}</p></div>
<div class="ui-block-b"><p>{{ reg.price[2] }}</p></div>
</div>
</li>
{% endfor %}
</ul>
* Note: There is no registration fee for the N2Women workshop.
<h2>A Special Note on Author Registration Policy</h2>
<p>Each accepted paper/poster must be presented by one of its author(s) at the SIGCOMM main conference or workshop. The author must register for the corresponding event according to his/her membership status: e.g., for a student author presenting a paper/poster, he/she only needs to register under the student category. We do not require a full-rate registration for each paper.</p>
<h2>Extras</h2>
<p>All conference registrations (Member / Non-member / Student) include <b>breakfasts, coffee breaks, and lunches on Tuesday, Wednesday, and Thursday, a welcome reception, a banquet dinner and a conference kit</b>. In addition to these items, a student registered for the conference will also receive a ticket to the student dinner.</p>
<p>Workshop / Tutorial registration includes <b>breakfast, coffee breaks, lunch on the day of the registered Workshop / Tutorial</b>. (Welcome Reception and banquet dinner are not included.)</p>