-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path_config.yml
More file actions
324 lines (321 loc) · 7.76 KB
/
_config.yml
File metadata and controls
324 lines (321 loc) · 7.76 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
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely edit after that. If you find
# yourself editing this file very often, consider using Jekyll's data files
# feature for the data you need to update frequently.
#
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
# Site settings
# These are used to personalize your new site. If you look in the HTML files,
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
title: Scalable Tools Workshop
email: dyninst\-api@cs.wisc.edu
description: > # this means to ignore newlines until "baseurl:"
Scalable Tools Workshop for Exascale Computing
baseurl: "/" # the subpath of your site, e.g. /blog
url: "http://www.paradyn.org" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: jekyllrb
github_username: jekyll
# Build settings
markdown: kramdown
theme: minima
plugins:
- jekyll-feed
- jekyll-redirect-from
whitelist:
- jekyll-redirect-from
exclude:
- Gemfile
- Gemfile.lock
venues:
granlib:
site: Ganlibakken Resort
city: Lake Tahoe
state: California
sb:
site: Snowbird Ski & Summer Resort
city: Snow Bird
state: Utah
sr:
site: Solitude Resort
city: Solitude
state: Utah
mh:
site: Morgridge Hall, University of Wisconsin-Madison
city: Madison
state: Wisconsin
location: "[Morgridge Hall](https://cdis.wisc.edu/about-morgridge-hall/), [1205 University Avenue, Madison, Wisconsin](http://maps.apple.com/?address=1205+University+Av,Madison,WI+54220) on the University of Wisconsin Campus"
cs:
site: University of Wisconsin
city: Madison
state: Wisconsin
defaults:
-
scope:
path: "*"
values:
top_dir: "."
top_assets: "assets"
workshop_page: true
-
scope:
path: "index.md"
values:
workshop_page: false
-
scope:
path: "*/"
values:
top_dir: ".."
top_assets: "../assets"
-
scope:
path: "*/*/"
values:
top_dir: "../.."
top_assets: "../../assets"
-
scope:
path: ""
values:
top_dir: "DIR_TOO_DEEP_MODIFY_CONFIG_YML"
top_assets: "DIR_TOO_DEEP_MODIFY_CONFIG_YML"
-
scope:
path: ""
values:
left_image: '<img width="125" height="398" alt="picture of Tahoe" src="../assets/images/tahoe_2.JPG" class="leftdecoration">'
-
scope:
path: "petascale2026"
values:
year: "workshop2026"
num_days: 5
separate_lodging: true
left_image: '<img width="140" alt="picture of Picnic Point" src="../assets/images/Aerial_Picnic_Point_2023-10-14JM_1691.jpg" class="leftdecoration">'
workshop:
start_date: "2026-07-26"
year: 2026
num_days: 5
name: Scalable Tools Workshop
ordinal: 19th
venue: mh
-
scope:
path: "petascale2025"
values:
year: "workshop2025"
workshop:
start_date: "2025-07-06"
year: 2025
num_days: 5
name: Scalable Tools Workshop
ordinal: 18th
venue: granlib
-
scope:
path: "petascale2024"
values:
year: "workshop2024"
workshop:
start_date: "2024-08-11"
year: 2024
num_days: 5
name: Scalable Tools Workshop
ordinal: 17th
venue: granlib
-
scope:
path: "petascale2023"
values:
year: "workshop2023"
workshop:
start_date: "2023-06-18"
year: 2023
num_days: 5
name: Scalable Tools Workshop
ordinal: 16th
venue: granlib
-
scope:
path: "petascale2022"
values:
year: "workshop2022"
workshop:
start_date: "2022-06-19"
year: 2022
num_days: 5
name: Scalable Tools Workshop
ordinal: 15th
venue: granlib
-
scope:
path: "petascale2020"
values:
year: "workshop2020"
workshop:
start_date: "2020-08-23"
year: 2020
num_days: 5
name: Scalable Tools Workshop
ordinal: 14th
venue: granlib
-
scope:
path: "petascale2019"
values:
year: "workshop2019"
workshop:
start_date: "2019-07-28"
year: 2019
num_days: 5
name: Scalable Tools Workshop
ordinal: 13th
venue: granlib
-
scope:
path: "petascale2018"
values:
year: "workshop2018"
workshop:
start_date: "2018-07-08"
year: 2018
num_days: 5
name: Scalable Tools Workshop
ordinal: 12th
venue: sr
-
scope:
path: "petascale2017"
values:
year: "workshop2017"
workshop:
start_date: "2017-08-06"
year: 2017
num_days: 5
name: Scalable Tools Workshop
ordinal: 11th
venue: granlib
-
scope:
path: "petascale2016"
values:
workshop:
start_date: "2016-07-31"
year: 2016
name: Scalable Tools Workshop
ordinal: 10th
venue: granlib
url: https://www.paradyn.org/petascale2016/
-
scope:
path: "petascale2015"
values:
workshop:
start_date: "2015-08-02"
year: 2015
num_days: 5
name: Scalable Tools Workshop
ordinal: 9th
venue: granlib
url: https://www.paradyn.org/petascale2015/
-
scope:
path: "petascale2014"
values:
workshop:
start_date: "2014-08-04"
year: 2014
num_days: 4
name: Petascale Tools Workshop
ordinal: 8th
venue: cs
url: https://www.paradyn.org/petascale2014/
-
scope:
path: "petascale2013"
values:
workshop:
start_date: "2013-07-15"
year: 2013
num_days: 3
name: Petascale Tools Workshop
ordinal: 7th
venue: cs
url: https://www.paradyn.org/petascale2013/
-
scope:
path: "petascale2012"
values:
workshop:
start_date: "2012-06-26"
year: 2012
num_days: 4
name: CSCADS Tools Workshop
ordinal: 6th
venue: sb
url: http://cscads.rice.edu/performance-tools.htm
-
scope:
path: "petascale2011"
values:
workshop:
start_date: "2011-07-31"
year: 2011
num_days: 6
name: CSCADS Tools Workshop
ordinal: 5th
venue: granlib
url: http://cscads.rice.edu/performance-tools-1.htm
-
scope:
path: "petascale2010"
values:
workshop:
start_date: "2010-08-02"
year: 2010
num_days: 4
name: CSCADS Tools Workshop
ordinal: 4th
venue: sb
url: http://cscads.rice.edu/performance-tools-2.htm
-
scope:
path: "petascale2009"
values:
workshop:
start_date: "2009-07-19"
year: 2009
num_days: 5
name: CSCADS Tools Workshop
ordinal: 3rd
venue: granlib
url: http://cscads.rice.edu/performance-tools-3.htm
-
scope:
path: "petascale2008"
values:
workshop:
start_date: "2008-07-21"
year: 2008
num_days: 4
name: CSCADS Tools Workshop
ordinal: 2nd
venue: sb
url: http://cscads.rice.edu/performance-tools-4.htm
-
scope:
path: "petascale2007"
values:
workshop:
start_date: "2007-07-16"
year: 2007
num_days: 4
name: CSCADS Tools Workshop
ordinal: 1st
venue: sb
url: http://cscads.rice.edu/perf-workshop-07.htm