-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
60 lines (57 loc) · 4.25 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="color-scheme" content="light dark" />
<title>OTP Developer and Product Owner Days 2024 Berlin</title>
<!-- Pico.css -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@picocss/[email protected]/css/pico.min.css"
/>
<style>
main p img {
max-width: 330px;
padding: 25px;
display: inline;
}
</style>
</head>
<body>
<main class="container">
<img src="https://docs.opentripplanner.org/en/dev-2.x/images/otp-logo.svg" style="margin:30px auto; display: block">
<h1>OTP Developer and Product Owner Days 2024 Berlin</h1>
<h3>October 7-11 2024 (developers), October 8-9 2024 (POs)</h3>
<p>The OTP developers are meeting in October in Berlin to discuss technical topics and to socialise. Even though this mini-conference is focussed on technical details everybody is welcome and just listening in is totally fine.</p>
<p>The OTP Product Owners are meeting for two days to kick-start the process of increased effectiveness in the PO team through facilitated discussions on purpose and common goals, clarifications of expectations, and a way of working within the OTP community.</p>
<p>The event is free.</p>
<h2 id="location">Location</h2>
<p>Adesso Berlin<br />
Prinzenstraße 34<br />
10969 Berlin<br />
Germany</p>
<ul>
<li><a href="https://www.openstreetmap.org/way/1079127205">OpenStreetMap</a></li>
<li><a href="https://maps.app.goo.gl/whhUma1Se8n3Nohc6">Google Maps</a></li>
</ul>
<p>When you arrive at Prinzenstraße 34, ignore the regular door and walk to the <a href="https://www.google.com/maps/@52.5026471,13.4099237,3a,49.6y,130.72h,92.18t/data=!3m6!1e1!3m4!1se4IdhSrUaB4KzyH4BShLZg!2e0!7i16384!8i8192?coh=205409&entry=ttu">large gate</a> to the right of the building, ring the bell for the Adesso office. Then, walk through the courtyard and take a slight right.</p>
<h2 id="who-will-be-there">Who will be there?</h2>
<p>The main participants are developers who are already familiar with OTP’s internals.</p>
<p>Product owners from active participants and users of OTP are welcome.</p>
<h2 id="registration">Registration</h2>
<p>If you want to join the developer week, please complete the <a href="https://tinyurl.com/4kxz9unv">registration form</a>.</p>
<p>If you want to join the PO days, please complete the <a href="https://tinyurl.com/5empddmj">registration form</a>.</p>
<h2 id="schedule">Schedule</h2>
<p><a href="https://kanban.adminforge.de/b/xJqXAF2BpdwjpcSCz/otp-developer-days-2024-berlin">The schedule is available here.</a>.</p>
<h2 id="getting-around-the-city">Getting around the city</h2>
<p>You can buy public transport tickets from the official <a href="https://www.bvg.de/en/subscriptions-and-tickets/all-apps/ticket-app">BVG Tickets App</a> as well as the route planning app <a href="https://www.bvg.de/en/subscriptions-and-tickets/all-apps/fahrinfo-app">BVG Fahrinfo</a> (sadly not OTP-based). Ticket machines are also available at train and subway stations but not bus stops. Daily, weekly or tourist-oriented passes are available.</p>
<p>Berlin is flat and therefore cycling is a popular option. Some hotels offer a bike rental service. There are also the bike rental apps <a href="https://www.callabike.de/en/home">Call A Bike</a> and <a href="https://www.nextbike.de/berlin/en/">Nextbike</a>.</p>
<h2 id="social-events">Social events</h2>
<p>There will dinners organised by Leonard on Monday, Tuesday and Friday night. Of course attendees are free to go for dinner in any group(s) they wish.</p>
<p>If people are still in town on Saturday, there will be a longer trip, for example going to <a href="https://www.spsg.de/en/palaces-gardens/object/sanssouci-palace">Sanssoussi Gardens</a> or a <a href="https://www.sternundkreis.de/en/cruises/city-tour-from-friedrichstrasse-c8/">sightseeing boat trip</a>.</p>
<h2 id="partners">Partners</h2>
<p><img src="img/entur.png" alt="Entur" /> <img src="img/skanetrafiken.png" alt="Skanetrafiken" /></p>
</main>
</body>
</html>