Newer
Older
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
{% set title = "Unconference Berlin - May 22nd-24th, 2023" %}
{% set description = "Tryton Unconference in Berlin" %}
{% set keywords = ["conference", "meeting", "code sprint", "event"] %}
{% set banner = 'tub2023-banner.svg' %}
{% macro location1() %}
<div class="h-card vcard">
<strong class="p-ame fn">
<a class="u-url url" href="https://www.change-hub.de/">
Change Hub
</a></strong><br/>
<span class="p-addr addr">
<span class="p-street-address street-address">Hardenbergstr. 32</span>
<span class="p-postal-code postal-code">10623</span>
<span class="p-locality locality">Berlin</span><br/>
</span>
</div>
{% endmacro %}
{% macro location2() %}
<div class="h-card vcard">
<strong class="p-ame fn">
<a class="u-url url" href="https://www.inmedio.de/en/berlin-en/">
inmedio Berlin
</a></strong><br/>
<span class="p-addr addr">
<span class="p-street-address street-address">Holbeinstraße 33</span>
<span class="p-postal-code postal-code">12203</span>
<span class="p-locality locality">Berlin</span><br/>
</span>
</div>
{% endmacro %}
{% set events = [
Day((2023, 5, 22), location=location1(), full=True),
Day((2023, 5, 23),
("Code Sprint", (10,), (18,)), location=location2(), full=True),
Day((2023, 5, 24),
("Code Sprint", (10,), (18,)), location=location2(), full=True),
]
%}
{% extends "events/layout.html" %}
{% block title %}
Tryton Unconference Berlin<br/><smal>May 22nd-24th 2023</smal>
{% endblock %}
{% block lead %}
<p class="lead">
From Monday, May 22nd to Wednesday, May 24th, 2023, the Tryton unconference comes to <a href="https://www.berlin.de/en/">Berlin</a>.
We invite users, developers and anyone else who is interested to come along and learn more about Tryton.
Discover new features, learn about the latest technical developments and share feedback with the community.
</p>
{{ super() }}
{% endblock lead %}
{% block schedule %}
{{ super() }}
{% if datetime.date.today() < datetime.date(2023, 5, 15) %}
<div class="bg-light py-4 mb-4 text-center">
<p class="lead"><span class="material-icons align-middle">build</span> The unconference is built by its participants.</p>
<a class="btn btn-primary text-uppercase my-4" href="mailto:tub2023@tryton.org">Submit a talk</a>
</div>
{% endif %}
{% endblock schedule %}
{% block register %}
<h3 class="text-center"><a href="https://ti.to/tryton-foundation/tub2023">Want to participate in the #TUB2023?</a></h3>
<tito-widget event="tryton-foundation/tub2023"></tito-widget>
{% endblock register %}
{% block venue %}
<div class="vcard text-center">The unconference will be hosted on Monday at
{{ location1() | safe }}
</div>
<iframe height="500" src="https://www.openstreetmap.org/export/embed.html?bbox=13.327671289443972%2C52.50753004990837%2C13.3312064409256%2C52.50903033381524&layer=mapnik&marker=52.50828%2C13.329439999999977" style="width: 100%; border: 1px solid black; overflow: hidden; margin: 0"></iframe><br/><small><a href="https://www.openstreetmap.org/?mlat=52.50828&mlon=13.32944#map=19/52.50828/13.32944&layers=N">View Larger Map</a></small>
<div class="vcard text-center">and on Tuesday and Wednesday at
{{ location2() | safe }}
</div>
<iframe height="500" src="https://www.openstreetmap.org/export/embed.html?bbox=13.308944106101992%2C52.44077523757813%2C13.31247925758362%2C52.442277799104964&layer=mapnik&marker=52.441527100093786%2C13.310711149999975" style="width: 100%; border: 1px solid black; overflow: hidden; margin: 0"></iframe><br/><small><a href="https://www.openstreetmap.org/?mlat=52.44153&mlon=13.31071#map=19/52.44153/13.31071&layers=N">View Larger Map</a></small>
<h3>Transportation</h3>
<ul>
<li>By Train
<ul>
<li>The <a href="https://en.wikipedia.org/wiki/Berlin_Zoologischer_Garten_station">Berlin Zoologischer Garten station</a> is the closest station to Change Hub.</li>
<li>The <a href="https://sbahn.berlin/fahren/bahnhofsuebersicht/botanischer-garten/">Botanischer Garten station</a> is the closest station to inmedio Berlin.</li>
<li>The <a href="https://www.bahnhof.de/berlin-hauptbahnhof">Berlin Hauptbahnhof</a> is the main station and Berlin Zoologischer Garten station is 3 stations away by S3, S5, S7 or S9 (Ticket AB) from Zoologischer Garten and by S1 from Botanischer Garten.</li>
</ul>
</li>
<li>By Plane
<ul>
<li>The <a href="https://ber.berlin-airport.de/en.html">Flughafen Berlin Brandenburg (BER)</a> is the international airport.
Local trains can get you to Berlin Zoologischer Garten station:
<ul>
<li>from terminal 1/2 by S9, RB23 or RE8 (40min)</li>
<li>from terminal 5 by S9 (50min)</li>
</ul>
</li>
</ul>
</li>
</ul>
<p>While in Berlin, we recommend using <a href="https://www.bvg.de/en">public transport</a> and their <a href="https://www.bvg.de/en/subscriptions-and-tickets/all-apps/ticket-app">Ticket App</a>.</p>
{% endblock venue %}
{% block accommodations %}
<p>Berlin is a tourist city, there are a lot of hotels near the location.</p>
<p>However, here are a few suggestions for hotels:</p>
<ul>
<li>in Berlin-Charlottenburg
<ul>
<li><a href="https://www.motel-one.com/de/hotels/berlin/hotel-berlin-upper-west/">Motel One in der Kantstr</a></li>
<li><a href="https://www.ihg.com/hotelindigo/hotels/de/de/berlin/beriw/hoteldetail">Hotel Indigo in der Hardenstr.</a></li>
<li><a href="https://www.aletto.de/de/kudamm">Aletto Kudamm in der Hardenbergstr.</a></li>
<li><a href="https://www.novum-hotels.com/hotel-flash-berlin">The niu flash in der Franklinstr.</a></li>
<li><a href="https://www.hotel-bb.com/de/hotel/berlin-charlottenburg">B & B Kaiserdamm</a></li>
</ul>
</li>
<li>in Berlin-Steglitz
<ul>
<li><a href="https://www.si-hotel.com/">Best Western am Rathaus Steglitz</a></li>
<li><a href="https://www.villakult.de/de/">Villa Kult</a></li>
<li><a href="https://www.hotel-morgenland.de/">VCH Hotel Morgenland</a></li>
</ul>
</li>
</ul>
{% endblock accommodations %}
{% block main %}
{{ super() }}
<section class="section sponsors" id="sponsors">
<div class="container">
<div class="section-header">
<h2 class="bg-white">Sponsors</h2>
</div>
<p>With the support of:</p>
<a href="http://m-ds.de/">
<img class="img-thumbnail" src="{{ url_for('static', filename='images/events/tub2023-m-ds.png') }}" alt="m-ds" loading="lazy" width="200" height="114"/>
</a>
<div class="row mt-2">
<div class="col-md-6 mx-auto text-center">
<p class="p-3 mb-2 bg-info text-white rounded">
Want to help us for the event?<br/>
Contact the <a href="mailto:foundation@tryton.org">Foundation</a> to become sponsor<br/>
and be listed here.
</p>
</div>
</div>
</div>
</section>
{% endblock main %}
{% block script %}
{{ super() }}
<script src='https://js.tito.io/v2' async></script>