-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
481 lines (382 loc) · 9.55 KB
/
index.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
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
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="no-referrer">
<meta name="description" content="OpenTripPlanner conference in 2023">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400|Old+Standard+TT:400&display=swap" rel="stylesheet" media="print" type="text/css" onload="this.media='all'">
<title>
OpenTripPlanner Open Days 2023
</title>
<link rel="canonical" href="/">
<style>
* {
border:0;
font:inherit;
font-size:100%;
vertical-align:baseline;
margin:0;
padding:0;
color: black;
text-decoration-skip: ink;
}
body {
font-family:Helvetica,sans-serif;
font-size:17px;
line-height:160%;
color:#1d1313;
max-width:700px;
margin:auto;
}
p {
margin: 20px 0;
}
a img {
border:none;
}
img {
margin: 10px auto 10px auto;
max-width: 100%;
display: block;
}
.left-justify { float: left; }
.right-justify { float:right; }
pre, code {
font: 12px Consolas, monospace;
background-color: #f7f7f7;
}
code {
font-size: 12px;
padding: 4px;
}
pre {
margin-top: 0;
margin-bottom: 16px;
word-wrap: normal;
padding: 16px;
overflow: auto;
font-size: 85%;
line-height: 1.45;
}
pre>code {
padding: 0;
margin: 0;
font-size: 100%;
word-break: normal;
white-space: pre;
background: transparent;
border: 0;
}
pre code {
display: inline;
padding: 0;
margin: 0;
overflow: visible;
line-height: inherit;
word-wrap: normal;
background-color: transparent;
border: 0;
}
pre code::before,
pre code::after {
content: normal;
}
em,q,em,dfn {
font-style:italic;
}
.mono,pre,code,tt,p code,li code {
font-family:Consolas,monospace;
}
strong {
font-weight:600;
}
q:before {
content:"\201C";
}
q:after {
content:"\201D";
}
del,s {
text-decoration:line-through;
}
blockquote {
text-align:center;
padding:50px;
}
blockquote p {
display:inline-block;
font-style:italic;
}
blockquote:before,blockquote:after {
content:'\201C';
font-size:35px;
color:#403c3b;
}
blockquote:after {
content:'\201D';
}
hr {
width:40%;
height: 1px;
background:#403c3b;
margin: 25px auto;
}
h1 {
font-size:35px;
}
h2 {
font-size:28px;
}
h3 {
font-size:22px;
margin-top:18px;
}
h1 a,h2 a,h3 a {
text-decoration:none;
}
h1,h2 {
margin-top:28px;
}
#sub-header, .date {
color:#403c3b;
font-size:13px;
}
#sub-header {
margin: 0 4px;
}
#nav h1 a {
font-size:35px;
color:#1d1313;
line-height:120%;
}
.posts_listing a,#nav a {
text-decoration: none;
}
li {
margin-left: 20px;
}
ul li {
margin-left: 5px;
}
ul li {
list-style-type: none;
}
ul li:before {
content:"\00BB \0020";
}
#nav ul li:before, .posts_listing li:before {
content:'';
margin-right:0;
}
#content {
text-align:left;
width:100%;
font-size:15px;
padding:60px 0 80px;
}
#content h1,#content h2 {
margin-bottom:5px;
}
#content h2 {
font-size:25px;
}
#content .entry-content {
margin-top:15px;
}
#content .date {
margin-left:3px;
}
#content h1 {
font-size:30px;
}
.highlight {
margin: 10px 0;
}
.posts_listing {
margin:0 0 50px;
}
.posts_listing li {
margin:0 0 25px 15px;
}
.posts_listing li a:hover,#nav a:hover {
text-decoration: underline;
}
#nav {
text-align:center;
position:static;
margin-top:60px;
}
#nav ul {
display: table;
margin: 8px auto 0 auto;
}
#nav li {
list-style-type:none;
display:table-cell;
font-size:15px;
padding: 0 20px;
}
#links {
display: flex;
justify-content: space-between;
margin: 50px 0 0 0;
}
#links :nth-child(1) {
margin-right:0.5em;;
}
#links :nth-child(2) {
margin-left:0.5em;;
}
#not-found {
text-align: center;
}
#not-found a {
font-size: 200px;
text-decoration: none;
display: inline-block;
padding-top: 225px;
}
@media (max-width: 750px) {
body {
padding-left:20px;
padding-right:20px;
}
#nav h1 a {
font-size:28px;
}
#nav li {
font-size:13px;
padding: 0 15px;
}
#content {
margin-top:0;
padding-top:50px;
font-size:14px;
}
#content h1 {
font-size:25px;
}
#content h2 {
font-size:22px;
}
.posts_listing li div {
font-size:12px;
}
}
@media (max-width: 400px) {
body {
padding-left:20px;
padding-right:20px;
}
#nav h1 a {
font-size:22px;
}
#nav li {
font-size:12px;
padding: 0 10px;
}
#content {
margin-top:0;
padding-top:20px;
font-size:12px;
}
#content h1 {
font-size:20px;
}
#content h2 {
font-size:18px;
}
.posts_listing li div{
font-size:12px;
}
}
@media (prefers-color-scheme: dark) {
*, #nav h1 a {
color: #FDFDFD;
}
body {
background: #121212;
}
pre, code {
background-color: #262626;
}
#sub-header, .date {
color: #BABABA;
}
hr {
background: #EBEBEB;
}
}
</style>
<style>
.entry-content p img {
max-width: 290px;
padding: 25px;
display: inline;
vertical-align: middle;
}
</style>
</head>
<body>
<section id=nav>
<img src="https://docs.opentripplanner.org/en/dev-2.x/images/otp-logo.svg"/>
<h1><a href="/"></a></h1>
<ul>
<li><a href="/">Home</a></li>
</ul>
</section>
<section id=content>
<h1> OpenTripPlanner Open Days 2023 </h1>
<div class="entry-content">
<p>This <strong>September 7 and 8, 2023</strong>, OpenTripPlanner (OTP) community members (developers, product owners, users, and any other interested party!)
from around the world will meet in Valencia, Spain. OTP Open Days is a summit where we can meet up,
exchange ideas, and plan for the future of open source trip planning.</p>
<p>The event is free to attend.</p>
<h2 id="who-will-be-there">Who will be there</h2>
<p>OTP Open Days are open to all. The more you’re involved in using or evaluating OTP, the more you’ll get out of this event.
But if Valencia is accessible to you and you’re interested in transportation customer information, consider joining us.</p>
<p>We are also planning to live stream a plenary session - check back on this website for final confirmation.</p>
<h2 id="what-the-program-will-look-like">What the program will look like</h2>
<p>This two day conference will include at least 8 different small group sessions aimed at OTP developers and product owners.
We’ll also have one plenary session including an overview of the latest updates to OTP and the roadmap for the next year.</p>
<h2 id="where-will-we-meet">Where will we meet</h2>
<p>OTP Open Days 2023 will be hosted by the OTP Project Leadership Committee at the <strong>Universitat Politècnica de València (UPV)</strong>.</p>
<p>The event will take place in building 7i, which can be found on <a href="https://www.upv.es/plano/plano-2d-en.html">this interactive map</a>, <a href="https://www.openstreetmap.org/way/143611928">OSM</a>
or <a href="https://goo.gl/maps/d2FPpKqULJKAUqoe7">Google Maps</a>. The building is closest to the Line 4 “Tarongers” tram station.</p>
<h2 id="social-events-and-mobilitydata-european-workshop">Social events and MobilityData European workshop</h2>
<p>Our partner MobilityData–the global steward of GTFS and GBFS–is co-hosting their European workshop with us at UPV! Their workshop will take place on September 5 and 6. Come for both!</p>
<p>We’ll also have a social event the evening of September 7 or 8. Join us for dinner, drinks, and discussion about everything we do besides trip planning technology!</p>
<p>(OK–we’ll probably talk about trip planning a little bit at dinner, too…)</p>
<h2 id="preliminary-schedule">Preliminary schedule</h2>
<p>We’re in the process of detailing session descriptions on <a href="https://trello.com/b/v2RsrrNm/otp-open-days-2023-valencia">this Trello board</a>, with more details on session details coming soon. Planned topics include:</p>
<ul>
<li>OTP roadmap</li>
<li>Flex routing</li>
<li>OTP APIs and their future</li>
<li>Support for Siri 2.1</li>
<li>Developing an OTP business plan</li>
<li>OTP’s contribution process</li>
<li>OTP’s ecosystem and associated projects</li>
<li>Performance improvements for large networks</li>
</ul>
<h2 id="signup">Signup</h2>
<p><a href="https://docs.google.com/forms/d/e/1FAIpQLSdE3bW8CnwOd4YM-p5Ewu__lbjzqYcYX59w70Tjzmq0kIEz7w/viewform">Please add yourself to the signup form if you want to attend.</a></p>
<h1 id="partners">Partners</h1>
<p><img src="ETSIGCT-UPV.png" alt="UPV logo">
<img src="entur.png" alt="Entur logo">
<img src="hsl.png" alt="HSL logo">
<img src="wsdot.png" alt="WSDOT logo">
<img src="mobility-data.png" alt="Mobilitydata logo">
<img src="skanetrafiken.png" alt="Skanetrafiken logo">
<img src="gvsig.png" alt="GVsig logo">
<img src="waltti.png" alt="Waltti logo">
<img src="fintraffic.png" alt="Fintraffic logo"></p>
</div>
<div id=links>
</div>
</section>
</body>
</html>