forked from cawka/SIGCOMM2017
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
169 lines (162 loc) · 4.31 KB
/
_config.yml
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
safe: false
source: .
destination: ./_site
plugins_dir: ./_plugins
lsi: true
highlighter: rouge
markdown: kramdown
exclude: ['_DOCS', '_SCRIPTS', '.travis.yml', '.travis.d', '.sass-cache', 'Gemfile', 'Gemfile.lock', 'Rakefile', 'README.md', 'LICENSE.md']
sass:
style: compressed
encoding: UTF-8
url: http://conferences.sigcomm.org
baseurl: /sigcomm/2017
# Configuration for site
title: ACM SIGCOMM 2017
logo:
image: images/sigcomm-2017-logo.png
info: ACM SIGCOMM 2017, Los Angeles, CA
google_analytics_id: UA-83529610-1
program:
# If the specified file doesn't exist, there will be command-line dialog to create it
google_client_id: .travis.d/google_client_id.json
# Google spreadsheet with the conference data
spreadsheet: 1J-lppI-_qcclJbmP3DN_xhgKnJnL6S344BUQQ9JbvIE
# Configuration for navbar.html
menu:
- name: Home
url: /
icon: fa-home
- name: Supporters
url: /supporters.html
icon: fa-handshake-o
- name: Conference
icon: fa-bar-chart
submenu:
# - name: Program
# url: /program.html
# - name: Awards
# url: /awards.html
- name: Social Events
url: /social-events.html
- name: Program Committee
url: /tpc.html
# icon: fa-users
- name: Organizing Committee
url: /org-committee.html
# icon: fa-users
# - name: Posters
# url: /posters.html
# - name: Demos
# url: /demos.html
# - name: ACM SRC
# url: /acm-src.html
# - name: Industrial Demos
# url: /industrial-demos.html
# - name: Posters/Demos from Main Track
# url: /posters-and-demos-main-track.html
# - name: Topic Preview
# url: /topic-preview.html
# - name: Mentoring
# url: /mentoring.html
- name: Workshops
icon: fa-bullhorn
submenu:
- name: MECOMM
url: /workshop-mecomm.html
- name: MobiArch
url: /workshop-mobiarch.html
- name: KBNets
url: /workshop-kbnets.html
- name: Big-DAMA
url: /workshop-big-dama.html
- name: Internet QoE
url: /workshop-internet-qoe.html
- name: HotConNet
url: /workshop-hotconnet.html
- name: Reproducibility
url: /workshop-reproducibility.html
- name: VR/AR Network
url: /workshop-vrar-network.html
- name: NetPL
url: /workshop-netpl.html
- name: N2Women
url: /workshop-n2women.html
- name: Tutorials
icon: fa-newspaper-o
submenu:
- name: Adaptive Streaming
url: /tutorial-adaptive-streaming.html
icon: fa-adjust
- name: C2C
url: /tutorial-c2c.html
icon: fa-adjust
- name: mmWave
url: /tutorial-mmWave.html
icon: fa-adjust
- name: NDN
url: /tutorial-ndn.html
icon: fa-adjust
- name: Netmap for NFV
url: /tutorial-netmap-nfv.html
icon: fa-circle
- name: P4
url: /tutorial-p4.html
icon: fa-circle
- name: P4→NetFPGA
url: /tutorial-P4-NetFPGA.html
icon: fa-circle
- name: Understanding Latency
url: /tutorial-latency.html
icon: fa-adjust
# - name: Registration
# url: /registration.html
- name: Local Information
icon: fa-map
submenu:
- name: Venue
url: /venue.html
- name: Accommodations
url: /accommodations.html
- name: Visa Information
url: /visa.html
- name: Tourism
url: /tourism.html
# - name: Room Share
# url: /room-share.html
# - name: Travel Grants
# url: /travel-grants.html
# - name: N2Women Fellowship
# url: /n2women-fellowship.html
# - name: N2Women Travel Grant
# url: /n2women-travel-grant.html
- name: Calls
icon: fa-bullhorn
submenu:
- name: <del>Call for Papers</del>
url: /cfp.html
- name: Submission Requirements
url: /submission.html
- name: Call for Posters & Demos
url: /cf-posters.html
- name: Student Research Competition
url: /src.html
- name: Call for Industrial Demos
url: /cf-industrial-demos.html
- name: <del>Call for Tutorials</del>
url: /cf-tutorials.html
- name: <del>Call for Workshops</del>
url: /cf-workshops.html
- name: Policies
icon: fa-book
submenu:
- name: Author Registration Policy
url: /policy-author-registration.html
- name: Anti-Harassment Policy
url: /policy-anti-harassment.html
colors:
highlight: 2E85C2
highlight-darker: 2E85C2
hfont: F9E90C
program:
break-background: d1d1d1