forked from chris-wood/ACMICN2017
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
171 lines (164 loc) · 4.4 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
170
171
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: /acm-icn/2017
# Configuration for site
title: ACM ICN 2017
logo:
image: images/icn17-logo-large.png
info: ACM ICN 2017, Berlin
# ACM ICN'2017 tracking
google_analytics_id: UA-83529610-2
program:
# If the specified file doesn't exist, there will be command-line dialog to create it
# (Currently hardcoded for a dummy [email protected] account permissions)
google_client_id: .travis.d/google_client_id.json
# Google spreadsheet with the conference data
spreadsheet: 1FQhqhrt0XUsKtJ1Vl7QzVifMWKe84JcxBhBDSshrM2U
# Configuration for navbar.html
menu:
- name: Home
url: /
- name: Supporters
url: /supporters.html
- name: Registration
url: /registration.html
- name: Program
url: /program.html
- name: Tutorials
submenu:
- name: NDN, CCN-lite, RIOT
url: /tutorial-ndn-ccnlite-riot.html
icon: fa-circle
- name: FD.io/cicn
url: /tutorial-fd-io-cicn.html
icon: fa-adjust
- name: Umobile
url: /tutorial-umobile.html
icon: fa-adjust
- name: Side Events
url: /side-events.html
- name: Calls
submenu:
- name: Travel Grants
url: /travel-grants.html
- name: Call for Papers
url: /cfp.html
- name: Submission Details
url: /submission.html
- name: Camera-ready instructions
url: /camera-ready.html
- name: Call for Supporters
url: /cf-supporters.html
- name: Call for Tutorials
url: /cf-tutorials.html
- name: Call for Posters and Demos
url: /cf-posters-and-demos.html
- name: Call for Sites ACM ICN 2018
url: /cf-sites.html
- name: Local Information
submenu:
- name: Venue & Social Events
url: /venue.html
- name: Accommodations
url: /accommodations.html
- name: City & Travel Tips
url: /city.html
- name: Program Committee
url: /tpc.html
- name: Organizing Committee
url: /org-committee.html
- name: Policies
submenu:
#- name: Author Registration Policy
# url: /policy-author-registration.html
- name: Anti-Harassment Policy
url: /policy-anti-harassment.html
- name: Previous Editions
submenu:
- name: ACM ICN 2016
url: /../2016/
- name: ACM ICN 2015
url: /../2015/
- name: ACM ICN 2014
url: /../2014/
# - name: Conference
# submenu:
# - name: Awards
# url: /awards.html
# - name: Program
# url: /program.html
# - name: Program Committee
# url: /tpc.html
# - 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: Social Events
# url: /social-events.html
# - name: Workshops
# submenu:
# - name: TBD
# url: /tbd.html
# - name: Tutorials
# submenu:
# - name: TBD
# url: /tbd2.html
# - name: Registration
# url: /registration.html
# - name: Accommodations
# url: /accommodations.html
# - name: Visa Information
# url: /visa.html
# - name: Accomodation
# url: /hotels.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
# submenu:
# - name: Call for Papers
# url: /cfp.html
# - name: Submission Requirements
# url: /submission.html
# # - name: Call for Posters & Demos
# # url: /cf-posters.html
# # - name: Call for Industrial Demos
# # url: /cf-industrial-demos.html
# - name: Call for Tutorials
# url: /cf-tutorials.html
# - name: Call for Workshops
# url: /cf-workshops.html
colors:
highlight: 0063A9
highlight-darker: 3F9E11
highlightB: 3F9E11
hfont: FFFFFF
program:
break-background: d1d1d1
session-background: 0063A9
social-background: ffbe00